@import url(../../cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css);
@import url(../../fonts.googleapis.com/css2_71ee9695.css);
@import url(owl.css);
@import url(jquery.fancybox.min.css);
@import url(tm-bs-mp.css);
@import url(tm-utility-classes.css);
*,
a:hover {
    outline: 0
}

section.clients-details {
    padding-bottom: 40px;
}

:active,
:focus,
button {
    outline: 0 !important
}

.theme-btn,
a,
a:hover {
    text-decoration: none
}

.pageOverlayHead {
    padding: 50px 0;
    background-color: #0000008f;
}

.headOverlayConent h2 {
    color: #d99400;
    margin: 0 0 5px;
}

.headOverlayConent p {
    font-size: 19px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.mobile-menu .navigation li>ul>li:first-child,
.mobile-menu .social-links {
    border-top: 1px solid rgb(255 255 255 / .1)
}

:root {
    --theme-color1: #fea11d;
    --theme-color2: #232331;
    --theme-color3: #0f52a0;
    --theme-color4: #ff5e08;
    --bg-theme-color1: #eb8800;
    --bg-theme-color2: var(--theme-color2);
    --bg-theme-color3: var(--theme-color3);
    --bg-theme-color4: var(--theme-color4);
    --border-theme-color1: #967632;
    --text-color-bg-theme-color1: #fff;
    --text-color-bg-theme-color2: #fff;
    --theme-color-light: #ffffff;
    --theme-color-dark: #000000;
    --text-color: #767676;
    --headings-color: var(--theme-color3);
    --link-color: #967632;
    --link-hover-color: #967632;
    --text-font: "Poppins", sans-serif;
    --title-font: "DM Sans", sans-serif;
    --body-font-size: 0.875rem;
    --body-line-height: 30px;
    --body-font-weight: 400;
    --line-height-heading-h1: var(--line-height-heading);
    --line-height-heading: 1.2em;
    --line-height-heading-small: 1.4em;
    --h1-font-size: 90px;
    --h2-font-size: 48px;
    --h3-font-size: 36px;
    --h4-font-size: 24px;
    --h5-font-size: 18px;
    --h6-font-size: 14px;
    --h1-font-weight: 700;
    --h2-font-weight: 700;
    --h3-font-weight: 700;
    --h4-font-weight: 700;
    --h5-font-weight: 700;
    --h6-font-weight: 700;
    --sec-title-subtitle-color: var(--text-color);
    --sec-title-subtitle-font-size: 14px;
    --sec-title-subtitle-font-family: var(--title-font);
    --sec-title-subtitle-font-weight: 500;
    --sec-title-subtitle-line-height: 20px;
    --sec-title-color: var(--theme-color3);
    --sec-title-font-size: var(--h2-font-size);
    --sec-title-font-family: var(--title-font);
    --sec-title-font-weight: var(--h2-font-weight);
    --theme-black: #0b0b0b;
    --container-width: 1200px;
    --small-container-width: 1000px;
    --large-container-width: 1550px;
    --container-pt: 120px;
    --container-pb: 120px;
    --img-border-radius: 6px
}

*,
a img {
    border: none
}

::selection {
    background: #967632;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #967632;
    color: #fff;
    text-shadow: none
}

::-webkit-selection {
    background: #967632;
    color: #fff;
    text-shadow: none
}

::-webkit-input-placeholder {
    color: #7c858c
}

::-moz-input-placeholder {
    color: #7c858c
}

::-ms-input-placeholder {
    color: #7c858c
}

.text,
body,
p {
    color: var(--text-color);
    font-size: var(--body-font-size);
    font-family: var(--text-font);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height)
}

body {
    background-color: #fff;
    background-attachment: fixed;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    counter-reset: my-sec-counter;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    max-width: 1500px;
    margin: 0px auto!important;
    font-family: 'Poppins', sans-serif!important;
    box-shadow: 0 0 10px #ccc;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--headings-color);
    font-family: var(--title-font);
    position: relative;
    line-height: var(--line-height-heading-);
    margin-bottom: 1rem
}

h2,
h3,
h4,
h5,
h6 {
    line-height: var(--line-height-heading)
}

h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: var(--headings-color)
}

.footer-bottom .copyright-text a,
.title a,
a:hover {
    color: inherit
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    font-weight: inherit
}

h1 {
    font-size: var(--h1-font-size);
    font-weight: var(--h1-font-weight);
    line-height: var(--line-height-heading-h1)
}

h2 {
    font-size: var(--h2-font-size);
    font-weight: var(--h2-font-weight)
}

h3 {
    font-size: var(--h3-font-size);
    font-weight: var(--h3-font-weight)
}

h4 {
    font-size: var(--h4-font-size);
    font-weight: var(--h4-font-weight)
}

h5 {
    font-size: var(--h5-font-size);
    font-weight: var(--h5-font-weight)
}

h6 {
    font-size: var(--h6-font-size);
    font-weight: var(--h6-font-weight)
}

.service-block-two .lower-content .title,
.service-block-two.style2 .inner-box,
.service-sidebar .service-sidebar-single-services ul li:last-child,
.user-links li:last-child,
table p {
    margin-bottom: 0
}

.main-footer .about-widget .list-style-two,
p {
    margin-bottom: 20px
}

p a:not(.button):not(.btn):focus,
p a:not(.button):not(.btn):hover {
    text-decoration: underline
}

a {
    color: var(--link-color);
    font-weight: var(--body-font-weight);
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

.service-block .image-box .image img,
a b,
a strong {
    -webkit-transition: .3s;
    transition: .3s
}

.service-block-two.style2 .lower-content p,
address,
blockquote,
dd,
dl,
fieldset,
ol,
pre,
table,
ul {
    margin-bottom: 10px
}

*,
li,
ol,
ul {
    padding: 0;
    margin: 0
}

ol,
ul {
    list-style-position: inside
}

b,
strong {
    color: #333;
    font-weight: var(--body-font-weight-bold)
}

iframe {
    border: none !important
}

.container .container,
.service-block-three .inner-box:hover .lower-content:after {
    width: 100%
}

.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
    padding-left: 0;
    padding-right: 0
}

section>.container,
section>.container-fluid {
    padding-top: var(--container-pt);
    padding-bottom: var(--container-pt)
}

.form-control,
.input-text {
    height: calc(2.25rem + 27px);
    padding: 14px 30px;
    outline: 0;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    color: #686a6f;
    font-size: .9rem;
    width: 100%
}

.form-control::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
    color: #686a6f;
    opacity: 1
}

.form-control::-moz-placeholder,
.input-text::-moz-placeholder {
    color: #686a6f;
    opacity: 1
}

.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
    opacity: 1;
    color: #686a6f
}

.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
    opacity: 1;
    color: #686a6f
}

.form-control::placeholder,
.input-text::placeholder {
    color: #686a6f;
    opacity: 1
}

textarea.form-control {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px
}

* {
    font-size: 100%
}

textarea {
    overflow: hidden;
    resize: none
}

button {
    cursor: pointer
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

li,
ul {
    list-style: none
}

.btn-style-two:hover,
.color1,
.header-top .useful-links li a:hover,
.main-footer .about-widget .list-style-two a i,
.main-header .ui-btn:hover,
.main-header.header-style-four .main-menu .navigation .current a,
.main-header.header-style-four .main-menu .navigation .dropdown .active,
.main-header.header-style-four .main-menu .navigation li .active,
.main-header.header-style-four .main-menu .navigation>li.current>a,
.main-menu .navigation>li>ul>li>a:hover,
.main-menu .navigation>li>ul>li>ul>li>a:hover,
.news-block .title a:hover,
.service-block .lower-content .title a:hover,
.service-block-three .lower-content .title a:hover,
.service-sidebar .service-sidebar-single-contact-box .phone a:hover,
.sticky-header .mobile-nav-toggler {
    color: #967632 !important;
    font-weight: 700;
}

.color2,
.mobile-menu .social-links li a:hover {
    color: var(--theme-color2)
}

.color3,
.main-menu .navigation>li>a:hover,
.main-menu .navigation>li>ul>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li:hover>a {
    color: var(--theme-color3)
}

.btn-style-one,
.btn-style-one:hover,
.footer-bottom .copyright-text a:hover,
.list-style-four li,
.list-style-four li a:hover,
.list-style-four li i,
.main-footer .about-widget .list-style-two a:hover,
.main-footer .about-widget .list-style-two a:hover i,
.main-footer .footer-upper .contact-info li .text a,
.main-header.header-style-four .main-menu .navigation>li>a,
.scroll-to-top,
.scroll-to-top:hover,
.social-icon-two li a:hover,
.why-choose-us-three .content-column .sec-title .sub-title {
    color: var(--theme-color-light)
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    z-index: 99;
    background-color: var(--theme-color-light)
}

.auto-container,
.large-container,
.small-container {
    position: static;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto
}

.large-container {
    max-width: var(--large-container-width)
}

.auto-container {
    max-width: var(--container-width)
}

.small-container {
    max-width: var(--small-container-width)
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.clients-carousel .owl-dots,
.clients-carousel.nav_none .owl-nav,
.dropdown-toggle::after,
.five-carousel.nav_none .owl-nav,
.header-top .useful-links li:first-child:before,
.main-header .main-box .ipad-logo,
.main-header.header-style-four .header-top-iconbox .iconbox:last-child:after,
.main-menu .navbar-header,
.main-slider-two .tp-bannertimer,
.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul,
.owl-carousel.nav_none .owl-nav,
.owl-carousel.owl-theme.nav_none .dots-nav,
.owl-carousel.owl-theme.nav_none .owl-nav,
.sticky-header .main-menu .navigation>li:before,
.sticky-header .navbar-header,
.sticky-header .outer-box {
    display: none!important;
}

.scroll-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    background-color: var(--theme-color2);
    z-index: 100;
    display: none;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / .1);
    box-shadow: 0 0 5px rgb(0 0 0 / .1);
    -webkit-transition: .3s;
    transition: .3s
}

.social-icon-two,
.social-icon-two li {
    display: -webkit-box;
    display: -ms-flexbox
}

.btn-style-one,
.btn-style-two {
    border-radius: 0;
    font-weight: 700;
    line-height: 30px;
    overflow: hidden;
    text-transform: uppercase;
    z-index: 1
}

.scroll-to-top:hover {
    background: #967632
}

.about-block-five .inner,
.about-block-two .inner,
.about-section-five .content-column .inner-column,
.about-section-five .image-column .inner-column,
.about-section-three .content-column .inner-column,
.about-section-three .image-column .inner-column,
.call-to-action .title-column .inner-column,
.feature-block-two .inner-box,
.footer-bottom,
.gallery-widget,
.header-top .top-right,
.innerpage .accordion-box,
.list-style-four,
.main-footer .footer-column,
.main-header.header-style-four .header-top-iconbox,
.main-menu,
.main-slider-two .btn-box,
.news-block .image-box,
.offer-section-two,
.overlay-anim,
.project-block-two .inner-box .image,
.service-block,
.service-block-two,
.service-section-two,
.service-sidebar .banner-widget .content-box,
.theme-btn .btn-title,
.why-choose-us-three .content-column {
    position: relative
}

.list-style-four li {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s
}

.sec-title h1,
.sec-title h2 {
    color: var(--sec-title-color);
    font-family: var(--sec-title-font-family);
    font-weight: var(--sec-title-font-weight)
}

.list-style-four li i {
    font-size: 16px;
    left: 0;
    line-height: 25px;
    position: absolute
}

.list-style-four li a {
    display: inline-block;
    -webkit-transition: .3s;
    transition: .3s
}

.default-navs .owl-next,
.default-navs .owl-prev,
.social-icon-two li a {
    display: block;
    color: #967632;
    border-radius: 50%;
    text-align: center
}

.list-style-four li:hover,
.main-footer .about-widget .list-style-two li {
    padding-left: 30px
}

.social-icon-two {
    position: relative;
    display: flex
}

.social-icon-two li {
    position: relative;
    display: flex;
    margin-left: 10px
}

.social-icon-two li:first-child {
    margin-left: 0
}

.social-icon-two li a {
    position: relative;
    line-height: 42px;
    height: 42px;
    width: 42px;
    font-size: 14px;
    background-color: #081125;
    -webkit-transition: .3s;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center
}

.social-icon-two li a svg {
    fill: #967632
}

.social-icon-two li a:hover {
    background-color: var(--bg-theme-color2)
}

.main-footer .about-widget .social-icon-two a:hover svg,
.social-links li a svg {
    fill: var(--theme-color-light)
}

.bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.footer-bg {
    background-image: url(../images/footer-bg.jpg);
    background-repeat: repeat-x;
    background-position: center center;
    background-size: contain;
    opacity: .2
}

.default-navs .owl-next,
.default-navs .owl-prev {
    margin: 0 5px;
    height: 54px;
    width: 54px;
    background-color: var(--theme-color-light);
    font-size: 16px;
    line-height: 54px;
    font-weight: 700;
    -webkit-transition: .5s;
    transition: .5s
}

.default-dots .owl-dots,
.theme-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox
}

.btn-style-one:before,
.btn-style-two:before {
    opacity: 0;
    right: -15px;
    width: 35px;
    content: "";
    top: 0;
    z-index: -1
}

.default-navs .owl-next:hover,
.default-navs .owl-prev:hover {
    background: #967632;
    color: var(--theme-color2)
}

.default-dots .owl-dots {
    position: relative;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 45px;
    background-color: var(--bg-theme-color4);
    border-radius: 50px;
    margin-top: 30px
}

.default-dots .owl-dots .owl-dot {
    height: 4px;
    width: 10px;
    border-radius: 5px;
    background-color: var(--bg-theme-color2);
    margin: 0 5px;
    opacity: .25;
    -webkit-transition: .3s;
    transition: .3s
}

.default-dots .owl-dots .owl-dot.active {
    opacity: 1;
    width: 46px;
    background: var(--gradient-1)
}

.theme-btn {
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: .3s;
    transition: .3s
}

.btn-style-one {
    background-color: #967632;
    -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / .1);
    box-shadow: 0 10px 30px rgb(0 0 0 / .1);
    font-size: 14px;
    padding: 8px 22px;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s
}

.btn-style-two,
.main-menu .navigation>li>ul,
.main-menu .navigation>li>ul>li>ul {
    background-color: var(--theme-color-light)
}

.btn-style-one:before {
    background-color: var(--theme-color3);
    height: 100%;
    position: absolute;
    -webkit-transform: skewX(-22deg);
    transform: skewX(-22deg);
    -webkit-transition: .5s;
    transition: .5s
}

.btn-style-one:hover:before {
    opacity: 1;
    right: 0;
    -webkit-transform: skewX(0);
    transform: skewX(0);
    width: 100%
}

.btn-style-two {
    -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / .1);
    box-shadow: 0 10px 30px rgb(0 0 0 / .1);
    color: #ffffff;
    font-size: 14px;
    background-color: darkred;
    padding: 1.2rem 3.7rem;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s
}

.btn-style-two:before {
    background-color: var(--theme-color-dark);
    height: 100%;
    position: absolute;
    -webkit-transform: skewX(-22deg);
    transform: skewX(-22deg);
    -webkit-transition: .5s;
    transition: .5s
}

.btn-style-two:hover:before {
    color: #967632 !important;
    opacity: 1;
    right: 0;
    -webkit-transform: skewX(0);
    transform: skewX(0);
    width: 100%;
    background: #fff
}

.theme-btn.small {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 30px
}

.innerpage .accordion-box .block {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 40px rgb(0 0 0 / .05);
    box-shadow: 0 5px 40px rgb(0 0 0 / .05);
    margin-bottom: 10px
}

.innerpage .accordion-box .block .acc-btn {
    position: relative;
    color: var(--headings-color);
    font-family: var(--title-font);
    font-weight: var(--h4-font-weight);
    font-size: 20px;
    cursor: pointer;
    padding: 20px 70px 20px 30px;
    -webkit-transition: .5s;
    transition: .5s;
    border-bottom: 1px solid #fff
}

.innerpage .accordion-box .block .acc-btn .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 30px;
    top: 50%;
    height: 35px;
    font-size: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 2;
    color: #967632;
    -webkit-transition: .5s;
    transition: .5s
}

.bounce-y {
    -webkit-animation: 10s linear infinite bounce-y;
    animation: 10s linear infinite bounce-y
}

.bounce-x {
    -webkit-animation: 10s linear infinite bounce-x;
    animation: 10s linear infinite bounce-x
}

.zoom-one {
    -webkit-animation: 10s linear infinite zoom-one;
    animation: 10s linear infinite zoom-one
}

.zoom-two {
    -webkit-animation: 5s linear infinite zoom-two;
    animation: 5s linear infinite zoom-two
}

@keyframes bounce-y {
    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
}

.overlay-anim:after {
    background: rgb(255 255 255 / .3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none
}

.overlay-anim:hover:after {
    height: 100%;
    opacity: 0;
    -webkit-transition: .4s linear;
    transition: .4s linear
}

.header-span {
    display: block;
    height: 110px;
    position: relative;
    width: 100%
}

.header-top,
.header-top .inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    position: relative
}

.main-header {
    position: relative;
    width: 100%;
    z-index: 999
}

.header-top {
    display: flex;
    margin-left: 313px;
    padding-right: 80px
}

.header-top .inner-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--bg-theme-color3);
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 40px;
    width: 100%
}

.header-top .top-left {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-top .useful-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    margin-right: 15px
}

.header-top .useful-links li {
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
    font-size: 13px;
    color: #808287;
    line-height: 20px
}

.header-top .useful-links li:first-child {
    margin-left: 0;
    padding-left: 0
}

.header-top .useful-links li:before {
    position: absolute;
    left: -3px;
    top: 0;
    content: "/"
}

.header-top .useful-links li a {
    color: rgb(255 255 255 / .8);
    -webkit-transition: .3s;
    transition: .3s
}

.header-top .outer-box {
    min-width: 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.main-header .header-lower {
    position: relative;
    -webkit-transition: .3s;
    transition: .3s
}

.main-header .header-lower .logo-box {
    position: relative;
    padding: 24px 0;
    min-width: 200px
}

.main-header .logo,
.service-sidebar .service-sidebar-single-btn {
    position: relative;
    display: block
}

.main-header .main-box,
.main-header .main-box .nav-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    position: relative
}

.main-header .logo img {
    max-width: 100%;
    height: auto;
    padding: 2px;
    background-color: #000;
    border-radius: 5px;
    box-shadow: -3px 4px 2px #b98d5c;
}

.serviceDetails {
    padding: 20px 0;
}

.main-header .main-box {
    left: 0;
    top: 0;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    transition: .3s
}

.main-header .main-box .nav-outer {
    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;
    width: 100%
}

.main-menu .navbar-collapse {
    padding: 0
}

.main-menu .navigation {
    position: relative;
    margin: 0
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    padding: 20px 0;
    margin-right: 55px;
    -webkit-transition: .3s;
    transition: .3s
}

.contact-list-one li:last-child,
.main-menu .navigation>li:last-child {
    margin-right: 0
}

.main-menu .navigation>li:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    width: 0%;
    background-color: var(--bg-theme-color3);
    content: "";
    -webkit-transition: .3s;
    transition: .3s
}

.main-menu .navigation>li.current:before,
.main-menu .navigation>li:hover:before {
    left: 0;
    width: 100%
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    opacity: 1;
    color: #767676;
    font-size: 1rem;
    line-height: 30px;
    font-weight: 500;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .3s;
    transition: .3s
}

.main-menu .navigation>li>a .icon {
    position: relative;
    font-size: 22px;
    line-height: 24px;
    margin-left: 10px
}

.navigation>li.current>a {
    color: var(--theme-color3);
    font-weight: 700
}

.main-menu .navigation>li.dropdown>a {
    padding-right: 14px;
    margin-right: -14px
}

.main-menu .navigation>li.dropdown>a:after {
    content: "\f107";
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    height: 20px;
    display: block;
    line-height: 24px;
    font-size: 12px;
    z-index: 5;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    margin-top: -2px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
    margin-top: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.main-menu .navigation>li>ul {
    -webkit-box-shadow: 0 0 3px rgb(0 0 0 / .1);
    box-shadow: 0 0 3px rgb(0 0 0 / .1);
    -webkit-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / .05), -2px 0 5px 1px rgb(0 0 0 / .05);
    box-shadow: 2px 2px 5px 1px rgb(0 0 0 / .05), -2px 0 5px 1px rgb(0 0 0 / .05);
    display: none;
    opacity: 0;
    left: 0;
    margin-top: 30px;
    padding: 10px 0 0;
    position: absolute;
    top: 100%;
    width: 220px;
    z-index: 100
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0
}

.main-menu .navigation>li>ul>li,
.main-menu .navigation>li>ul>li>ul>li {
    border-bottom: 1px solid #ebf1f5;
    position: relative;
    width: 100%
}

.main-menu .navigation>li>ul>li:last-child,
.main-menu .navigation>li>ul>li>ul>li:last-child,
.mobile-menu .navigation li>ul>li:last-child,
.offer-section-two .content-column .info-box:last-child {
    border-bottom: none
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 0;
    line-height: 29px;
    font-weight: 400;
    font-size: 16px;
    color: var(--bg-theme-color3);
    text-align: left;
    margin: 0 30px;
    text-transform: capitalize;
    -webkit-transition: .3s;
    transition: .3s
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    content: "\f105";
    display: block;
    font-family: "Font Awesome 6 Pro";
    font-size: 11px;
    font-weight: 900;
    line-height: 24px;
    position: absolute;
    right: 0;
    top: 11px;
    z-index: 5
}

.main-menu .navigation>li>ul>li.dropdown:hover>ul {
    margin-top: 20px;
    opacity: 1;
    top: 0;
    visibility: visible;
    -webkit-transition: .3s;
    transition: .3s
}

.main-header .ui-btn,
.main-menu .navigation>li>ul>li>ul>li>a {
    -webkit-transition: .3s;
    position: relative;
    display: block;
    color: var(--theme-color3)
}

.main-menu .navigation>li>ul>li>ul {
    display: none;
    left: 100%;
    margin-top: 10px;
    opacity: 0;
    padding: 10px 0 0;
    position: absolute;
    top: 0;
    width: 220px;
    z-index: 100;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / .05), -2px 0 5px 1px rgb(0 0 0 / .05);
    box-shadow: 2px 2px 5px 1px rgb(0 0 0 / .05), -2px 0 5px 1px rgb(0 0 0 / .05)
}

.main-menu .navigation>li>ul>li>ul>li>a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 30px;
    padding: 10px 0;
    text-align: left;
    text-transform: capitalize;
    transition: .3s
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: var(--theme-color-light);
    cursor: pointer;
    z-index: 5;
    display: none
}

.main-header .header-lower .outer-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 10px 0
}

.main-header .header-lower .outer-box .theme-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px;
    border-radius: 8px;
    padding: 8px 40px;
}

.main-header .header-lower .outer-box .ui-btn-outer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 30px;
    padding: 6px 30px 6px 0
}

.main-header .ui-btn {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: 0 0;
    font-size: 26px;
    margin-left: 26px;
    transition: .3s
}

.main-header .info-btn {
    position: relative;
    display: block;
    font-size: 14px;
    padding: 8px 0 8px 54px;
    color: var(--theme-color3);
    text-align: left;
    font-weight: 600;
    line-height: 20px
}

.main-header .info-btn small {
    font-size: 12px;
    font-weight: 400;
    color: #808287
}

.main-header .info-btn i {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -22px;
    line-height: 44px;
    height: 44px;
    width: 44px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background-color: var(--bg-theme-color3);
    font-size: 18px
}

.main-header .info-btn:hover,
.main-header.header-style-four .sticky-header .main-menu .navigation .current a {
    color: #967632
}

.main-header.header-style-four .header-top {
    padding: 20px 0
}

.main-header.header-style-four .header-lower,
.project-block-two .inner-box .image .icon:hover {
    background-color: var(--theme-color2)
}

.main-header.header-style-four .header-lower:before {
    background-color: #967632;
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    width: 35%
}

.main-header.header-style-four .header-top-iconbox .iconbox {
    padding-left: 65px;
    position: relative;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.main-header.header-style-four .header-top-iconbox .iconbox .icon {
    background-color: #967632;
    border-radius: 50%;
    color: var(--theme-color-light);
    display: inline-block;
    font-size: 20px;
    height: 45px;
    left: 0;
    line-height: 45px;
    position: absolute;
    text-align: center;
    width: 46px;
    -webkit-transition: .3s;
    transition: .3s
}

.main-header.header-style-four .header-top-iconbox .iconbox .title {
    color: var(--theme-color2);
    margin-top: 6px
}

.main-header.header-style-four .header-top-iconbox .iconbox:after {
    background-color: #f5f5f5;
    content: "";
    height: 40px;
    position: absolute;
    right: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px
}

.main-header.header-style-four .header-top-iconbox .iconbox:hover .icon {
    -webkit-transform: rotate(180deg) scale(-1);
    transform: rotate(180deg) scale(-1)
}

.main-header.header-style-four .main-menu .navigation>li:before,
.service-block .inner-box:hover .icon,
.service-sidebar .service-sidebar-single-contact-box .icon:hover {
    background-color: #967632
}

.main-header.header-style-four .main-menu .navigation .dropdown .dropdown-toggle {
    color: var(--theme-color-light);
    display: flex;
    gap: 5px;
    font-size: 1rem;
    margin-top: 3px;
    font-weight: 500;
}

.main-header.header-style-four .main-menu .navigation .dropdown .fa-solid.fa-angle-down {
    display: flex;
    align-items: center
}

.main-header.header-style-four .main-menu .navigation .dropdown .dropdown-menu {
    top: 15px !important;
    border: 1px solid #eee
}

.main-header.header-style-four .main-menu .navigation .dropdown .dropdown-menu li a:hover,
.mobile-menu .menu-box .dropdown .dropdown-menu li a:hover {
    color: #967632;
    background: 0 0
}

.main-header.header-style-four .main-menu .navigation .dropdown .dropdown-menu .dropdown-item {
    font-weight: 400;
    font-size: .85rem
}

.main-header.header-style-four .sticky-header .main-menu .navigation>li>a,
.sticky-header .main-menu .navigation>li>a {
    color: #707070
}

.main-header.header-style-four .sticky-header .main-menu .main-menu .navigation,
.main-header.header-style-four .sticky-header .main-menu .navigation>li>a.active,
.mobile-menu .navigation .dropdown .active {
    color: #967632 !important
}

.main-header.header-style-four .sticky-header .main-menu .dropdown .dropdown-toggle {
    color: #707070 !important
}

.main-header.header-style-four .sticky-header .main-menu .dropdown .active {
    color: #967632 !important
}

.main-header.header-style-four .sticky-header .main-menu .dropdown .dropdown-toggle i,
.mobile-menu .navigation .dropdown .dropdown-toggle i {
    font-size: 15px
}

.main-menu .dropdown .dropdown-menu .active,
.mobile-menu .menu-box .dropdown .dropdown-menu .active,
.sticky-header.fixed-header .main-menu .dropdown .dropdown-menu .active {
    color: #967632 !important;
    background-color: transparent !important
}

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    z-index: 99999;
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / .05);
    box-shadow: 0 0 20px rgb(0 0 0 / .05)
}

.sticky-header.fixed-header {
    opacity: 1;
    z-index: 9999;
    visibility: visible
}

.sticky-header .logo {
    padding: 10px 0
}

.sticky-header .nav-outer {
    background: 0 0;
    position: relative
}

.sticky-header .inner-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.sticky-header .main-menu .navigation>li {
    margin: 0 0 0 40px;
    padding: 20px 0
}

.mobile-nav-toggler {
    cursor: pointer;
    color: #967632;
    display: none;
    font-size: 32px;
    line-height: 20px;
    margin-left: 20px;
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
    position: relative;
    top: 0
}

.mobile-menu,
.mobile-menu .menu-backdrop {
    position: fixed;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    top: 0;
    right: 0
}

.mobile-menu {
    max-width: 100%;
    width: 300px;
    z-index: 999999
}

.mobile-menu .menu-backdrop {
    background: rgb(0 0 0 / .7);
    width: 100%;
    z-index: 1
}

.mobile-menu .upper-box {
    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;
    padding: 20px;
    position: relative;
    width: 100%
}

.mobile-menu .close-btn {
    color: #fff;
    cursor: pointer;
    font-size: 28px;
    position: absolute;
    left: -60px;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    z-index: 100
}

.mobile-menu .close-btn:hover {
    opacity: .5
}

.mobile-menu .nav-logo {
    position: relative;
    text-align: left;
    width: 100%
}

.mobile-menu .nav-logo img {
    max-height: 40px
}

.mobile-menu .menu-box {
    background: #fff;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    left: 0;
    max-height: 100%;
    opacity: 0;
    overflow-y: auto;
    padding: 0;
    position: relative;
    top: 0;
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
    visibility: hidden;
    width: 100%;
    z-index: 5;
    overflow: initial
}

.mobile-menu .navigation,
.mobile-menu .navigation li,
.mobile-menu .navigation li>a {
    display: block;
    position: relative
}

.mobile-menu-visible {
    overflow: hidden
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .4s;
    transition: .4s
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .4s .2s;
    transition: .4s .2s;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.mobile-menu-visible .scroll-to-top {
    opacity: 0;
    visibility: hidden
}

.mobile-menu .navigation {
    width: 100%
}

.mobile-menu .navigation li>a {
    color: #2b2b2b;
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    padding: 15px 20px;
    text-transform: capitalize
}

.mobile-menu .navigation .dropdown {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 20px;
    position: relative;
    text-transform: capitalize
}

.mobile-menu .navigation .dropdown .dropdown-menu {
    width: 100%;
    border: 0;
    position: static !important;
    margin: 0 !important;
    padding: 15px 0 0;
    transform: none !important
}

.mobile-menu .navigation .dropdown .dropdown-toggle {
    font-size: 1rem;
    color: #2b2b2b;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.mobile-menu .navigation .dropdown .dropdown-menu li a {
    color: #212529;
    font-weight: 400;
    padding: 10px 20px
}

.mobile-menu .navigation li.current>a,
.mobile-menu .navigation li:hover>a {
    color: var(--link-color)
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: var(--theme-color-light);
    cursor: pointer;
    z-index: 5
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgb(255 255 255 / .1)
}

.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {
    content: "\f106"
}

.mobile-menu .navigation li>ul>li {
    padding-left: 20px
}

.contact-list-one {
    padding: 30px 20px 20px;
    position: relative;
    margin-top: auto;
    border-top: 1px solid #f5f5f5
}

.contact-list-one li {
    margin-bottom: 20px;
    position: relative
}

.contact-list-one li .contact-info-box {
    color: #2b2b2b;
    font-size: 14px;
    line-height: 24px;
    padding-left: 0;
    position: relative
}

.contact-list-one li .contact-info-box a {
    color: #2b2b2b;
    -webkit-transition: .3s;
    transition: .3s
}

.contact-list-one li .contact-info-box .icon {
    color: #967632;
    font-size: 24px;
    left: 0;
    position: absolute;
    top: 0;
    line-height: 50px;
    display: none
}

.contact-list-one li .contact-info-box .title {
    color: #7c7c7c;
    display: block;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase
}

.mobile-menu .social-links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #967632;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: auto;
    position: relative;
    width: 100%
}

.mobile-menu .social-links li {
    border-right: 1px solid rgb(255 255 255 / .1);
    position: relative;
    text-align: center;
    width: 100%
}

.mobile-menu .social-links li a {
    color: var(--theme-color-light);
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s
}

.mobile-menu .social-links li a svg:hover {
    fill: var(--theme-color2)
}

.about-section-five .image-column,
.about-section-three .image-column,
.sec-title,
.user-links {
    margin-bottom: 50px;
    position: relative
}

.sec-title .sub-title {
    display: inline-block;
    color: #967632;
    font-family: var(--title-fonts);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.6px;
    position: relative;
    text-transform: uppercase
}

.sec-title .sub-title:before {
    background: #967632;
    content: "";
    height: 2px;
    left: 100%;
    margin-left: 10px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 35px
}

.sec-title h1 {
    position: relative;
    font-size: 60px;
    line-height: 1em
}

.sec-title h2 {
    position: relative;
    font-size: var(--sec-title-font-size);
    margin-bottom: 0;
    padding-bottom: 12px
}

.sec-title h3 {
    font-size: 40px
}

.sec-title .text {
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px
}

.sec-title.light .text,
.sec-title.light h1,
.sec-title.light h2,
.sec-title.light h3,
.service-sidebar .service-sidebar-single-btn .thm-btn:hover span::before,
.service-sidebar .service-sidebar-single-contact-box .icon:hover span::before,
.service-sidebar .service-sidebar-single-services ul li a:hover,
.service-sidebar .service-sidebar-single-services ul li.current a,
.service-sidebar .service-sidebar-single-services ul li.current a i {
    color: #fff
}

.sec-title.light .sub-title {
    color: #e6f3ff
}

.sec-title.text-center h2:before {
    left: 50%;
    margin-left: -30px
}

.main-home-carousel.owl-carousel .owl-nav .owl-next:hover,
.main-home-carousel.owl-carousel .owl-nav .owl-prev:hover {
    background-color: #967632;
    color: var(--theme-color-light);
    background-color: #000;
    color: #fff
}

.main-home-carousel.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto
}

.main-home-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto
}

.main-home-carousel.owl-carousel .owl-nav .owl-next,
.main-home-carousel.owl-carousel .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    background-color: rgb(255 255 255 / 20%);
    border-radius: 50%;
    padding: 1rem;
    background-size: 21px;
    background-position: center;
    background-image: none;
    text-transform: uppercase;
    line-height: 1;
    color: rgb(255 255 255 / 60%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s
}

.main-slider-two .title {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    padding-top: 15px;
    position: relative
}

.main-slider-two h2 {
    color: #fff;
    display: block;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.1em;
    position: relative
}

.main-slider-two .theme-btn {
    display: inline-block;
    min-width: 200px !important;
    white-space: nowrap
}

.main-slider-two .tp-dottedoverlay,
.main-slider-two.home7-style .tp-dottedoverlay {
    background-color: rgb(11 59 94 / .4)
}

.owl-carousel .animate-1,
.owl-carousel .animate-2,
.owl-carousel .animate-3,
.owl-carousel .animate-4,
.owl-carousel .animate-5,
.owl-carousel .animate-6,
.owl-carousel .animate-7 {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: .5s;
    transition: .5s
}

.owl-carousel .animate-x {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: .5s;
    transition: .5s
}

.owl-carousel .active .animate-1,
.owl-carousel .active .animate-2,
.owl-carousel .active .animate-3,
.owl-carousel .active .animate-4,
.owl-carousel .active .animate-5,
.owl-carousel .active .animate-6,
.owl-carousel .active .animate-7 {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.owl-carousel .active .animate-2 {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.owl-carousel .active .animate-3 {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s
}

.owl-carousel .active .animate-4 {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s
}

.owl-carousel .active .animate-5 {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.owl-carousel .active .animate-6 {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s
}

.owl-carousel .active .animate-7 {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s
}

.banner-carousel .owl-nav,
.home1-service-slider .owl-nav,
.home2-service-slider .owl-nav {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    position: absolute;
    right: 0;
    pointer-events: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%
}

.banner-carousel .owl-nav .owl-next,
.banner-carousel .owl-nav .owl-prev,
.home1-service-slider .owl-nav .owl-next,
.home1-service-slider .owl-nav .owl-prev,
.home2-service-slider .owl-nav .owl-next,
.home2-service-slider .owl-nav .owl-prev {
    display: block;
    margin: 5px 0;
    height: 50px;
    width: 50px;
    color: #967632;
    border-radius: 50%;
    background-color: var(--theme-color-light);
    font-size: 16px;
    line-height: 50px;
    font-weight: 300;
    text-align: center;
    pointer-events: all;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: .7
}

.banner-carousel .owl-nav .owl-next:hover,
.banner-carousel .owl-nav .owl-prev:hover,
.call-to-action.style-three .clients-carousel .client-item:hover img,
.clients-carousel .client-item a:hover img,
.home1-service-slider .owl-nav .owl-next:hover,
.home1-service-slider .owl-nav .owl-prev:hover,
.home2-service-slider .owl-nav .owl-next:hover,
.home2-service-slider .owl-nav .owl-prev:hover {
    opacity: 1
}

.about-block-five,
.about-block-two {
    position: relative;
    margin-bottom: 10px
}

.about-section-five .content-column .sec-title,
.about-section-three .content-column .sec-title,
.pie-graph {
    margin-bottom: 25px
}

.about-block-two .inner .title {
    font-size: 20px;
    line-height: 28px
}

.about-block-two .icon {
    color: #967632;
    font-size: 50px;
    line-height: 1em;
    -webkit-transition: .3s;
    transition: .3s
}

.about-block-five:hover .icon,
.about-block-two:hover .icon {
    color: #967632;
    -webkit-transform: rotateY(-190deg);
    transform: rotateY(-190deg)
}

.about-block-five .title,
.about-block-two .title {
    margin-bottom: 0;
    position: relative
}

.about-section-five,
.about-section-three {
    padding: 120px 0 70px;
    position: relative
}

.about-section-three .content-column {
    margin-bottom: 50px;
    position: relative;
    z-index: 1
}

.about-section-three .content-column .text-block p {
    color: #6d8181;
    font-size: 14px;
    font-weight: 500
}

.about-section-three .content-column .text-block a {
    color: var(--headings-color);
    font-size: 20px;
    font-weight: 700
}

.about-section-three .content-column .text-block .inner {
    margin-bottom: 30px;
    padding-top: 5px
}

.about-section-three .content-column .text-block .icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f3f3f9;
    border-radius: 50%;
    color: #967632;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 25px;
    height: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 2px solid #967632;
    outline-offset: 4px;
    width: 60px;
    -webkit-transition: .3s;
    transition: .3s
}

.about-section-three .content-column .text-block:hover .icon {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

@media (max-width:1199.98px) {
    .about-section-five .image-column .inner-column,
    .about-section-three .image-column .inner-column {
        max-width: 60%
    }
}

.about-section-three .image-column .image-1 {
    position: relative;
    z-index: 1
}

.about-section-three .image-column .image-1 .background-layer {
    background-color: #967632;
    height: 440px;
    left: -20px;
    position: absolute;
    top: 20px;
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
    width: 100px;
    z-index: -1
}

.about-section-three .image-column .image-1 .call-anytime-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 30px;
    max-width: 275px;
    padding: 25px;
    position: absolute;
    top: 30px;
    width: 100%
}

.about-section-three .image-column .image-1 .call-anytime-box .icon-box {
    float: left;
    margin-right: 20px;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 0
}

.about-section-three .image-column .image-1 .call-anytime-box .icon-box i {
    background: #967632;
    color: #fff;
    padding: 16px 15px
}

.about-section-three .image-column .image-1 .call-anytime-box .number {
    line-height: 1.3;
    overflow: hidden
}

.about-section-three .image-column .image-1 .call-anytime-box:before {
    border-color: #fff #fff0 #fff0;
    border-style: solid;
    border-width: 28px 42px 0 0;
    bottom: -28px;
    height: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 0
}

.about-section-three .image-column .image-2 {
    border-color: var(--theme-color-light);
    border-left-style: solid;
    border-top-style: solid;
    border-width: 15px 0 0 15px;
    bottom: -16px;
    max-width: 230px;
    position: absolute;
    right: 0;
    z-index: 1
}

.about-section-five .content-column {
    margin-bottom: 50px;
    padding-left: 30px;
    position: relative;
    z-index: 1
}

@media only screen and (max-width:1199px) {
    .about-section-five .content-column,
    .about-section-three .content-column {
        margin-bottom: 30px
    }
}

.about-section-five .content-column .text-block p {
    font-size: 14px;
    font-weight: 500;
    color: #6d8181
}

.about-section-five .content-column .text-block a {
    font-size: 20px;
    font-weight: 700;
    color: var(--headings-color)
}

.about-section-five .content-column .text-block .inner {
    padding-top: 5px;
    margin-bottom: 30px
}

.about-section-five .content-column .text-block .icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f3f3f9;
    border-radius: 50%;
    color: #967632;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    -webkit-transition: .3s;
    transition: .3s
}

.about-section-five .content-column .text-block:hover .icon {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.about-section-five .content-column .list-style-two li {
    font-weight: 500
}

.about-section-five .image-column .inner-column .video-box {
    background-color: var(--theme-color3);
    color: var(--theme-color-light);
    height: 100px;
    left: 0;
    line-height: 100px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100px;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 1
}

.about-section-five .image-column .inner-column .video-box .icon {
    color: var(--theme-color-light);
    font-size: 24px
}

.about-section-five .image-column .inner-column .video-box:hover,
.home4-project-slider.owl-carousel .owl-nav .owl-next:hover,
.home4-project-slider.owl-carousel .owl-nav .owl-prev:hover,
.main-footer .about-widget .social-icon-two a:hover {
    background-color: #967632;
    color: var(--theme-color-light)
}

.about-section-five .image-column .image-1 {
    margin-right: 30px;
    position: relative;
    z-index: 1
}

.about-section-five .image-column .image-1 .animated-circle {
    background-color: #fff0;
    border: 50px solid #967632;
    border-radius: 50%;
    height: 380px;
    left: -30%;
    position: absolute;
    top: 20%;
    width: 380px;
    z-index: -1
}

.about-section-five .image-column .image-2 {
    border: 10px solid var(--theme-color-light);
    -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / .08);
    box-shadow: 0 0 30px 0 rgb(0 0 0 / .08);
    max-width: 300px;
    position: absolute;
    right: -60px;
    top: 100px;
    z-index: 1
}

.about-section-five .image-column .feature-box {
    background-color: #967632;
    left: -60px;
    max-width: 260px;
    padding: 60px 40px 30px;
    position: absolute;
    text-align: center;
    top: 60px;
    z-index: 1
}

.about-section-five .image-column .feature-box .fa-solid {
    color: var(--theme-color-light);
    font-size: 3rem
}

.about-section-five .image-column .feature-box .icon {
    color: var(--theme-color-light);
    font-size: 65px
}

.about-section-five .image-column .feature-box .title {
    font-size: 48px
}

.about-section-five .image-column .feature-box .text,
.about-section-five .image-column .feature-box .title {
    color: var(--theme-color-light);
    margin-bottom: 0
}

.about-section-five .image-column .image-1 img,
.description .services-details__content img,
.fancybox-image,
.feature-block-two .inner-box img,
.why-choose-us-three .image-column .image img {
    border-radius: var(--img-border-radius)
}

.about-block-five .inner .title,
.offer-section-two .content-column .info-box .title {
    font-size: 20px
}

.about-block-five .icon {
    color: #ff494a;
    font-size: 50px;
    line-height: 1em;
    -webkit-transition: .3s;
    transition: .3s
}

.about-block-five .graph-box {
    background-color: var(--theme-color-light);
    -webkit-box-shadow: 0 0 41px -7px rgb(71 71 71 / .22);
    box-shadow: 0 0 41px -7px rgb(71 71 71 / .22);
    padding: 50px 40px;
    text-align: center;
    overflow: hidden
}

.about-block-five .list-style-two li {
    font-size: 16px;
    font-weight: 400
}

.pie-graph {
    position: relative;
    padding-bottom: 25px;
    border-bottom: 1px solid #e2e2e2
}

.pie-graph:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.pie-graph .graph-outer {
    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;
    margin-bottom: 15px
}

.graph-box .fa-solid {
    position: absolute;
    font-size: 5rem;
    top: 18px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: .05
}

.pie-graph .graph-outer .inner-text {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    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;
    font-size: 24px;
    color: #967632;
    font-weight: 400;
    line-height: 1em
}

.pie-graph .title {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -.64px;
    margin-bottom: 0;
    margin-top: 20px
}

.service-block .inner-box {
    background-color: var(--theme-color-light);
    -webkit-box-shadow: 0 10px 40px rgb(0 0 0 / .1);
    box-shadow: 0 10px 40px rgb(0 0 0 / .1);
    margin-right: 50px;
    position: relative
}

.service-block .inner-box:hover .image img {
    -webkit-transform: scale(1.1) rotate(-1deg);
    transform: scale(1.1) rotate(-1deg)
}

.service-block .image-box {
    margin-right: -50px;
    overflow: hidden;
    position: relative
}

.service-block .image-box .image {
    overflow: hidden;
    margin-bottom: 20px;
    margin-left: 20px;
    position: relative
}

.service-block .lower-content {
    position: relative;
    padding: 55px 25px 30px
}

.service-block .lower-content .icon {
    background-color: var(--theme-color-dark);
    color: var(--theme-color-light);
    font-size: 54px;
    height: 100px;
    line-height: 100px;
    position: absolute;
    right: -50px;
    text-align: center;
    top: -50px;
    width: 100px;
    -webkit-transition: .3s;
    transition: .3s
}

.service-block .lower-content .read-more {
    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;
    background-color: #967632;
    border-radius: 0;
    bottom: -30px;
    color: var(--theme-color-light);
    height: 58px;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 58px;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 1
}

.service-block .lower-content .title {
    letter-spacing: -.04em;
    margin-bottom: 15px
}

.service-block-three:last-child,
.service-block:last-child,
.service-section .sec-title {
    margin-bottom: 30px
}

.service-section-two .floating-object1 {
    background-size: 180px;
    bottom: -242px;
    height: 250px;
    left: 30px;
    opacity: .25;
    top: -100px;
    width: 180px;
    position: absolute
}

.service-section-two .floating-object2 {
    background-size: 180px;
    bottom: 100px;
    height: 250px;
    opacity: .25;
    position: absolute;
    right: 100px;
    width: 180px
}

.service-block-two.style2 {
    background-color: #f8f5f1;
    border-radius: 10px;
    padding: 40px 50px 50px
}

.service-block-two.style2 .lower-content {
    bottom: 0;
    left: 0;
    position: relative
}

.service-block-two.style2 .lower-content .title {
    margin-bottom: 30px;
    line-height: 33px
}

.service-block-two.style2 .lower-content .title a {
    color: var(--theme-color-dark)
}

.service-block-two.style2 .lower-content .btn-style-one {
    padding: 13px 39px
}

.main-footer .footer-widget,
.news-block,
.service-block-three,
.service-block-two .inner-box {
    margin-bottom: 30px;
    position: relative
}

.news-block .inner-box:hover .image img,
.project-block-two .inner-box:hover img,
.service-block-three .inner-box:hover .image img,
.service-block-two .inner-box:hover .image-box img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.service-block-two .inner-box:hover .image-box:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.service-block-two .image-box {
    border-radius: 10px;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.service-block-two .image-box:before {
    background: #16243d;
    background: linear-gradient(0deg, rgb(22 36 61 / .9164040616) 14%, rgb(22 36 61 / .0368522409) 58%);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.service-block-two .image-box:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgb(22 36 61 / .3);
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

.service-block-two .image-box img {
    -webkit-transition: .5s;
    transition: .5s
}

.service-block-two .lower-content {
    bottom: 25px;
    left: 20px;
    position: absolute;
    z-index: 2
}

.service-block-two .lower-content .title a,
.service-sidebar .service-sidebar-single-contact-box .phone a {
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

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

.service-section .bg-pattern-1 {
    z-index: 0
}

.service-section .bg-image {
    background-color: #ebf1f5;
    height: 500px;
    z-index: -1
}

.service-block-three .inner-box {
    background-color: var(--theme-color-light);
    border-radius: 7px;
    -webkit-box-shadow: 0 3px 29px 0 rgb(0 0 0 / .05);
    box-shadow: 0 3px 29px 0 rgb(0 0 0 / .05);
    overflow: hidden;
    position: relative
    margin: 15px 0!important;
}

.service-block-three .image-box {
    overflow: hidden;
    position: relative
}

.service-block-three .image-box .image {
    overflow: hidden;
    margin-bottom: 0;
    position: relative
}

.service-block-three .image-box .image img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .3s;
    transition: .3s
}

.service-block-three .lower-content {
    position: relative;
    padding: 40px 30px 50px
}

.service-block-three .lower-content:after {
    background: var(--theme-color2);
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 0%;
    -webkit-transition: .4s;
    transition: .4s
}

.service-block-three .lower-content .read-more {
    background-color: #967632;
    bottom: -20px;
    color: var(--theme-color-light);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .05em;
    line-height: 16px;
    overflow: hidden;
    padding: 1rem 2.4rem;
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 1
}

.service-block-three .lower-content .title {
    margin-bottom: 15px;
    font-size: 1.3rem
}

.call-to-action {
    background-color: #19232b;
    padding: 100px 0;
    position: relative
}

.call-to-action .floating-object1 {
    background-size: 180px;
    height: 220px;
    left: 0;
    margin: 0 auto;
    opacity: .14;
    right: 0;
    top: 30%;
    width: 213px;
    position: absolute
}

.call-to-action .floating-object2 {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 15%
}

.call-to-action .outer-column {
    border: 1px solid rgb(255 255 255 / .1);
    padding: 35px 0;
    position: relative
}

.call-to-action .sec-title {
    margin-bottom: 15px
}

.call-to-action .sec-title .title {
    font-size: 60px;
    line-height: 79px;
    margin-bottom: 30px
}

.why-choose-us-three .content-column .inner-column{
        padding: 0 15px 0 25px;
    }

@media (max-width:767.98px) {
    .about-section-five .image-column .inner-column,
    .about-section-three .image-column .inner-column {
        max-width: 80%
    }
    
    .call-to-action .sec-title .title {
        font-size: 27px;
        line-height: 38px;
    }
    
    .why-choose-us-three {
        padding: 40px 16px !important;
    }
    
    .why-choose-us-three .content-column .inner-column{
        padding: 0 !important;
    }
    
    .sec-title h3 {
        font-size: 23px;
        margin: 10px 0 19px;
        line-height: 32px;
    }
    
    .call-to-action.style-four{
        padding: 30px 0!important;
    }
    
    .headOverlayConent h2 {
        font-size: 25px;
    }
    
    .pageOverlayHead {
        padding: 85px 0 25px;
        text-align: center;
    }
    
    .headOverlayConent p {
        font-size: 12px;
        font-weight: 400;
        margin: 0;
        line-height: 18px;
    }
}

@media (max-width:399.98px) {
    .call-to-action .sec-title .title {
        font-size: 40px;
        line-height: 50px
    }
}

.call-to-action.style-three {
    background-image: url(../images/background/bg1.png);
    background-position: center center;
    background-size: cover;
    padding-bottom: 12rem;
    padding-top: 2rem
}

.call-to-action.style-three:before {
    background-color: rgb(35 35 49 / .9);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.call-to-action.style-three .clients-carousel {
    border-bottom: 1px solid rgb(255 255 255 / .1);
    margin-bottom: 30px
}

.call-to-action.style-three .clients-carousel .owl-stage-outer {
    background: #fff
}

.call-to-action.style-four {
    background-image: url(../images/background/bg7.png);
    background-position: center center;
    background-size: contain;
    padding: 6rem 0
}

.call-to-action.style-four:before {
    background-color: rgb(2 2 2 / .8);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.call-to-action.style-four .play-now-two {
    background-color: #967632;
    border-radius: 10px;
    font-size: 26px;
    height: 110px;
    line-height: 110px;
    margin: 0 auto 20px;
    width: 110px
}

.feature-block-two {
    position: relative;
    margin-bottom: 66px
}

.feature-block-two .inner-box:hover .icon {
    background-color: var(--theme-color3);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.feature-block-two .icon {
    background-color: #967632;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 48px;
    height: 90px;
    margin-bottom: 15px;
    left: 0;
    line-height: 90px;
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    width: 90px
}

@media (max-width:767.98px) {
    .feature-block-two .icon {
        position: relative
    }
}

.feature-block-two .title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    position: relative
}

.feature-block-two .text {
    font-size: 16px;
    line-height: 30px;
    color: #9898a0
}

.why-choose-us-three {
    background-color: #967632;
    padding: 120px 0 0;
    position: relative;
    z-index: 1
}

.why-choose-us-three .floating-objects {
    bottom: 100px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center
}

.why-choose-us-three:before {
    background-image: url(../images/icons/circles1.png);
    background-position: center left;
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.page-title,
.why-choose-us-three .bg-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.why-choose-us-three .bg-image {
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 50%
}

.why-choose-us-three .content-column .sec-title .text {
    color: var(--theme-color-light);
    font-weight: 400;
    line-height: 34px
}

.why-choose-us-three .image-column {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

.why-choose-us-three .image-column .image-box.hide-desktop {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.why-choose-us-three .image-column .image-box.hide-desktop img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.project-section-home4 {
    padding: 6.5rem 0 1rem !important
}

.project-block-two .inner-box {
    border-radius: 5px;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative
}

.project-block-two .inner-box .info-box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: rgb(0 0 0 / .1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    padding-bottom: 50px;
    padding-left: 50px;
    position: absolute;
    top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    width: 100%
}

.project-block-two .inner-box .info-box::after {
    background: linear-gradient(to bottom, #fff0 0, #1d1d29 100%);
    bottom: 0;
    content: "";
    height: 70%;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s
}

.project-block-two .inner-box img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s;
    transition: .3s
}

.project-block-two .inner-box .image .icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #967632;
    border-radius: 5px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 900;
    height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 50px;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 1
}

.project-block-two .inner-box .cat {
    color: var(--theme-color-light);
    display: inline-block;
    font-size: 12px;
    letter-spacing: .05em;
    line-height: 20px;
    padding: 5px 0;
    position: relative;
    top: 0;
    text-transform: uppercase;
    -webkit-transition: .3s;
    transition: .3s
}

.project-block-two .inner-box .cat:before {
    background-color: #967632;
    content: "";
    height: 2px;
    position: absolute;
    top: -10px;
    width: 35px
}

.project-block-two .inner-box .cat a {
    color: var(--theme-color-light);
    text-transform: uppercase
}

.project-block-two .inner-box .title {
    color: var(--theme-color-light);
    font-family: var(--font-current-theme1);
    letter-spacing: .02em;
    margin-top: 0;
    padding: 0;
    position: relative;
    top: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.project-block-two .inner-box .title a {
    color: var(--theme-color-light);
    -webkit-transition: .3s;
    transition: .3s
}

.project-block-two .inner-box:hover .overlay-box {
    background: rgb(0 0 0 / .3);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom
}

.project-block-two .inner-box:hover .image .icon {
    opacity: 1;
    right: 30px;
    top: 30px
}

.home4-project-slider.owl-carousel .owl-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: inline-block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 150px;
    opacity: 1;
    position: absolute;
    right: 20%;
    text-align: center;
    top: -150px;
    -webkit-transition: .3s;
    transition: .3s
}

.home4-project-slider.owl-carousel .owl-nav .owl-prev {
    margin-right: 10px
}

.home4-project-slider.owl-carousel .owl-nav .owl-next,
.home4-project-slider.owl-carousel .owl-nav .owl-prev {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--theme-color-light);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 50px rgb(5 5 5 / .08);
    box-shadow: 0 0 50px rgb(5 5 5 / .08);
    color: #967632;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 65px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    padding: 10px;
    width: 65px;
    -webkit-transition: .3s;
    transition: .3s
}

.news-block .image-box .date,
.news-block .read-more {
    -webkit-box-align: center;
    color: var(--theme-color-light);
    display: -webkit-box;
    display: -ms-flexbox;
    font-weight: 700;
    text-transform: uppercase
}

.news-section {
    background-color: #f9f9f9;
    overflow: hidden;
    padding: 120px 0 70px;
    position: relative
}

.news-section.style-two {
    padding-top: 210px
}

.news-section.home6-style {
    background-color: var(--theme-color-light);
    border-top: 10px solid #967632
}

.news-block .inner-box {
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0 10px 40px rgb(0 0 0 / .1);
    box-shadow: 0 10px 40px rgb(0 0 0 / .1);
    border-radius: 10px
}

.news-block .inner-box:hover .image-box .image a:after {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: .4s linear;
    transition: .4s linear
}

.news-block .inner-box:hover .read-more {
    width: 100%;
    left: 0;
    opacity: 1
}

.news-block .image-box .image {
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
    overflow: hidden;
    position: relative
}

.news-block .image-box .image img {
    border-radius: 10px 10px 0 0;
    display: block;
    width: 100%;
    -webkit-transition: .4s;
    transition: .4s
}

.news-block .image-box .image a:after {
    background: rgb(255 255 255 / .3);
    bottom: 0;
    content: "";
    left: 50%;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    right: 51%;
    top: 0;
    -webkit-transition: .4s linear;
    transition: .4s linear
}

.news-block .image-box .date {
    -ms-flex-align: center;
    align-items: center;
    background: #967632;
    font-size: 16px;
    height: 60px;
    letter-spacing: .1em;
    line-height: 16px;
    position: absolute;
    right: 20px;
    top: -10px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 60px;
    z-index: 1
}

.news-block .image-box .date span.month {
    font-size: 12px;
    font-weight: 400
}

.news-block .image-box .date b {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700
}

.news-block .image-box .date:before {
    border-top: 10px solid #fff0;
    border-right: 10px solid var(--border-theme-color1);
    content: "";
    left: -10px;
    position: absolute;
    top: 0
}

.news-block .image-box .date:after {
    border-top: 10px solid #fff0;
    border-left: 10px solid var(--border-theme-color1);
    content: "";
    position: absolute;
    right: -10px;
    top: 0
}

.news-block .lower-content {
    border-radius: 0 0 10px 10px;
    padding: 25px 40px 35px;
    position: relative
}

.news-block .post-info {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px
}

.news-block .post-info li {
    color: #767676;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    margin-right: 14px;
    position: relative
}

.news-block .post-info li i {
    color: #967632;
    font-size: 14px;
    margin-right: 5px
}

.news-block .title {
    margin-bottom: 0;
    display: block;
    position: relative
}

.news-block .title a {
    display: inline-block;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 1.25rem
}

.news-block .read-more {
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--bg-theme-color2);
    border-radius: 0 0 10px 10px;
    bottom: -20px;
    display: flex;
    font-size: 12px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: 50%;
    line-height: 20px;
    opacity: 0;
    padding: 10px 40px;
    position: absolute;
    width: 0%;
    white-space: nowrap;
    -webkit-transition: .4s linear;
    transition: .4s linear
}

.news-block.style-two .inner-box {
    -webkit-box-shadow: none;
    box-shadow: none
}

.news-block.style-two .lower-content {
    border: 1px solid #efeae4;
    border-radius: 0 0 10px 10px
}

.clients-section {
    background-color: #f9f9f9;
    position: relative;
    z-index: 1
}

.clients-carousel {
    border-top: 1px solid #dfe8ee;
    padding: 60px 0;
    position: relative
}

.clients-carousel .client-item {
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s
}

.clients-carousel .client-item a {
    display: block;
    padding: 20px 10px;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s
}

.clients-carousel .client-item img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    -webkit-transition: .3s;
    transition: .3s;
    width: auto;
    border-radius: 7px;
    border-left: 1px solid #f5f5f5
}

.clients-carousel .owl-nav {
    position: absolute;
    left: 0;
    top: 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;
    background-color: var(--theme-color-light);
    max-width: 110px;
    margin: -13px auto 0;
    padding: 0 25px;
    right: 0
}

.clients-carousel .owl-nav .owl-next,
.clients-carousel .owl-nav .owl-prev {
    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;
    color: #7c858c;
    font-size: 14px;
    height: 26px;
    margin: 0 3px;
    -webkit-transition: .3s;
    transition: .3s;
    width: 26px
}

.clients-details .img-wrap {
    border: 1px solid #f5f5f5;
    padding: 3px;
    cursor: pointer;
    background-color: #967632;
    margin: .5rem auto;
    transition: .3s;
    overflow: hidden;
    border-radius: 10px;
}

.clients-details .img-wrap img {
    transition: .3s;
    border-radius: 15px!important;
}

.clients-details .img-wrap:hover img {
    transform: scale(1.15)
}

.offer-section-two .content-column {
    margin-top: -165px;
    position: relative
}

.offer-section-two .content-column .inner-column {
    padding: 260px 0 75px;
    position: relative
}

.offer-section-two .content-column .info-box {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 40px;
    min-height: 64px;
    padding-bottom: 35px;
    padding-left: 80px;
    position: relative
}

.offer-section-two .content-column .info-box .icon {
    color: #967632;
    font-size: 60px;
    left: 0;
    line-height: 1;
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s
}

.offer-section-two .content-column .info-box:hover .count,
.offer-section-two .content-column .info-box:hover .icon {
    background-color: var(--theme-color-light);
    color: #967632;
    -webkit-transform: rotate(180deg) scale(-1);
    transform: rotate(180deg) scale(-1)
}

.offer-section-two .image-column {
    margin-top: -165px;
    position: relative;
    z-index: 1
}

.offer-section-two .image-column .inner-column {
    padding-left: 20px;
    position: relative
}

.offer-section-two .image-column .image-box {
    margin-right: -375px;
    position: relative
}

.offer-section-two .image-column .image-box .image {
    margin-bottom: 0;
    position: relative;
    width: 60% !important
}

.offer-section-two .image-column .image-box .image img {
    min-height: 610px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.offer-section-two .image-column .image-box .image:before {
    background-color: #967632;
    bottom: -20px;
    content: "";
    left: 20px;
    position: absolute;
    right: -20px;
    top: 20px;
    z-index: -1
}

.offer-section-two .image-column .video-box {
    left: -165px;
    position: absolute;
    top: 0
}

@media (max-width:1199.98px) {
    .why-choose-us-three .image-column {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .home4-project-slider.owl-carousel .owl-nav {
        right: 10%
    }
    .offer-section-two .content-column .inner-column {
        padding-bottom: 10px
    }
    .offer-section-two .image-column .video-box {
        left: -70px
    }
}

.offer-section-two .image-column .video-box .play-btn {
    position: absolute;
    left: 0;
    top: 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;
    background-color: #967632;
    color: #fff;
    font-size: 24px;
    height: 165px;
    width: 165px
}

.offer-section-two .image-column .video-box .play-btn:hover {
    background-color: var(--theme-color3)
}

.offer-section-two .image-column .video-box .iconbox {
    position: relative;
    margin-left: -450px
}

.offer-section-two .image-column .video-box .iconbox .icon {
    background-color: #967632;
    border-radius: 5px;
    color: var(--theme-color-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    height: 90px;
    line-height: 90px;
    position: absolute;
    text-align: center;
    width: 90px;
    -webkit-transition: .3s;
    transition: .3s
}

.offer-section-two .image-column .video-box .iconbox .title {
    color: var(--theme-color-light);
    font-size: 31px;
    padding-left: 120px
}

@media (max-width:355.98px) {
    .offer-section-two .image-column .video-box .iconbox .icon {
        margin-bottom: 20px;
        position: relative
    }
    .offer-section-two .image-column .video-box .iconbox .title {
        padding-left: 0
    }
}

.offer-section-two .image-column .video-box .iconbox:hover .icon {
    background-color: #967632;
    color: var(--theme-color-light);
    -webkit-transform: rotate(180deg) scale(-1);
    transform: rotate(180deg) scale(-1)
}

.page-title {
    position: relative;
    padding: 133px 0;
    min-height: 250px
}

.page-title:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .6;
    content: ""
}

.page-title .title {
    color: var(--theme-color-light);
    font-size: 64px;
    margin-bottom: 17px;
    text-transform: uppercase
}

.page-title .text {
    color: var(--theme-color-light);
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 26px;
    max-width: 520px;
    position: relative
}

.service-sidebar {
    position: relative;
    display: block;
    max-width: 365px;
    width: 100%
}

.service-sidebar .service-sidebar-single {
    position: relative;
    display: block;
    margin-bottom: 30px
}

.service-sidebar .service-sidebar-single-services {
    position: relative;
    display: block;
    background: #f6f4ec;
    border-radius: 10px;
    padding: 35px 30px 25px
}

.service-sidebar .service-sidebar-single-services .title {
    position: relative;
    display: block;
    margin-bottom: 12px;
    padding-left: 20px
}

.service-sidebar .service-sidebar-single-services .title h3 {
    color: var(--headings-color);
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -.02em
}

.service-sidebar .service-sidebar-single-services ul {
    position: relative;
    display: block;
    margin-top: 10px
}

.service-sidebar .service-sidebar-single-services ul li {
    position: relative;
    display: block;
    margin-bottom: 5px;
    margin-top: -10px
}

.service-sidebar .service-sidebar-single-services ul li a {
    position: relative;
    display: block;
    color: #687469;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 6px;
    background: 0 0;
    -webkit-transition: .3s linear 0.1s;
    transition: .3s linear 0.1s;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 1rem 0
}

.service-sidebar .service-sidebar-single-services ul li a:hover::before,
.service-sidebar .service-sidebar-single-services ul li.current a::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left
}

.service-sidebar .service-sidebar-single-services ul li a:hover i {
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.service-sidebar .service-sidebar-single-services ul li a::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
    opacity: 1;
    -webkit-box-shadow: 0 10px 60px 0 rgb(0 0 0 / .05);
    box-shadow: 0 10px 60px 0 rgb(0 0 0 / .05);
    border-radius: 10px;
    background-color: #967632;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition: transform .5s cubic-bezier(.86, 0, .07, 1);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
    transition: transform .5s cubic-bezier(.86, 0, .07, 1), -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
    -webkit-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
    transition-timing-function: cubic-bezier(.86, 0, .07, 1)
}

.service-sidebar .service-sidebar-single-services ul li a i {
    font-size: 16px
}

.service-sidebar .service-sidebar-single-services ul li.current:first-child {
    margin: 15px 0
}

.service-sidebar .service-sidebar-single-services ul li.current:last-child {
    margin-bottom: 35px
}

.service-sidebar .service-sidebar-single-contact-box {
    position: relative;
    display: block;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 50px 0 44px;
    z-index: 1
}

.service-sidebar .service-sidebar-single-contact-box::before {
    background-color: var(--bg-theme-color3);
    border-radius: 10px;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .9;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.service-sidebar .service-sidebar-single-contact-box .icon {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 50%;
    background: #967632
}

.service-sidebar .service-sidebar-single-contact-box .icon span::before {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 30px;
    line-height: 60px;
    -webkit-transition: .5s;
    transition: .5s
}

.service-sidebar .service-sidebar-single-contact-box .title {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 42px
}

.service-sidebar .service-sidebar-single-contact-box .title h2 {
    color: #fff;
    font-size: 36px
}

.service-sidebar .service-sidebar-single-contact-box .phone {
    font-size: 24px;
    line-height: 34px
}

.service-sidebar .service-sidebar-single-contact-box p {
    color: #fff;
    font-size: 14px;
    line-height: 22px
}

.service-sidebar .service-sidebar-single-btn .thm-btn {
    font-size: 16px;
    padding: 13px 50px 28px
}

.service-sidebar .service-sidebar-single-btn .thm-btn span::before {
    position: relative;
    display: inline-block;
    top: 13px;
    color: #334b35;
    font-size: 40px;
    padding-right: 25px;
    -webkit-transition: .6s;
    transition: .6s;
    font-weight: 500
}

.service-sidebar .banner-widget {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 30px 0 rgb(0 0 0 / .08);
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / .08)
}

.service-sidebar .banner-widget .widget-content {
    position: relative;
    display: block;
    width: 100%;
    padding: 45px 30px 40px;
    background-size: cover;
    background-repeat: no-repeat
}

.service-sidebar .banner-widget .widget-content .shape {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 278px;
    background-repeat: no-repeat;
    background-size: cover
}

.service-sidebar .banner-widget .overlayer:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0 0 0 / .6);
    border-radius: 10px;
    content: ""
}

.service-sidebar .banner-widget .content-box .icon-box {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 40px;
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
    text-align: center;
    border-radius: 5px;
    margin-bottom: 23px
}

.service-sidebar .banner-widget .content-box .icon-box .icon-shape {
    position: absolute;
    top: -15px;
    right: -38px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat
}

.service-sidebar .banner-widget .content-box h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 22px
}

.service-sidebar .banner-widget .content-box .theme-btn-two:hover {
    background: #0a267a
}

.service-sidebar .service-sidebar-single-btn .theme-btn {
    padding: 20px 50px
}

.service-sidebar .service-sidebar-single-btn .theme-btn .btn-title {
    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
}

.service-sidebar .service-sidebar-single-btn .theme-btn span::before {
    position: relative;
    display: inline-block;
    font-size: 36px;
    padding-right: 25px;
    margin-top: 7px;
    -webkit-transition: .6s;
    transition: .6s;
    font-weight: 500
}

.services-details__content .feature-list .single-item {
    position: relative;
    display: flex;
    border: 1px solid #e1e8e4;
    padding: 16px 10px 16px 1rem;
    margin-bottom: 20px;
    -webkit-transition: .6s;
    transition: .6s;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    flex-wrap: nowrap
}

.services-details__content .feature-list .single-item .icon-box {
    color: #967632;
    margin-right: 1.5rem;
    font-size: 18px;
    -webkit-transition: .6s;
    transition: .6s
}

.services-details__content .feature-list .single-item .title {
    display: block;
    margin: 0;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center
}

.contact-details__info li,
.contact-details__info li .icon {
    -webkit-box-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox
}

.services-details__content .feature-list .single-item:hover {
    background-color: #967632;
    color: var(--text-color-bg-theme-color2)
}

.floating-buttons .floating-call:hover,
.services-details__content .feature-list .single-item:hover .title {
    color: #fff
}

.contact-details__info li:hover .icon span,
.services-details__content .feature-list .single-item:hover .icon-box {
    color: var(--text-color-bg-theme-color2)
}

.services .service-block-three .inner-box .image-box {
    width: auto !important;
    height: 100% !important
}

.services .service-block-three .inner-box .image-box img {
    width: auto !important;
    height: 200px !important
}

.contact-details__info {
    position: relative;
    display: block;
    margin-top: 41px
}

.contact-details__info li {
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.contact-details__info li .icon {
    height: 60px;
    width: 60px;
    background-color: #967632;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 50%
}

.contact-details__info li .icon span {
    color: var(--text-color-bg-theme-color1);
    font-size: 25px;
    -webkit-transition: .5s;
    transition: .5s
}

.contact-details__info li .icon .fa-plus {
    position: absolute;
    left: 16px;
    top: 15px;
    color: var(--text-color-bg-theme-color1)
}

.contact-details__info li .text h6 {
    margin-bottom: 5px;
    margin-top: 0
}

.contact-details__info li:hover .icon {
    background-color: var(--headings-color)
}

.contact-details__info li:hover .text a {
    color: var(--notech-base)
}

.contact-details__info li:hover .text a span {
    color: var(--notech-gray)
}

.contact-details__info li .text {
    margin-left: 30px
}

.contact-details__info li .text p {
    font-size: 14px;
    line-height: 24px
}

.contact-details__info li .text a,
.contact-details__info li .text span {
    font-size: 1rem;
    color: var(--notech-black)
}

.contact-details__info li .text a {
    -webkit-transition: .5s;
    transition: .5s
}

.contact-details__info li+li {
    margin-top: 30px
}

.main-footer {
    position: relative;
    background-color: #110c1b;
    overflow: hidden;
    z-index: 10
}

.main-footer:before {
    background-image: url(../images/footer-bg-image.png);
    background-size: 20px;
    opacity: 1;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.main-footer .footer-upper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #967632;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px;
    position: relative
}

.main-footer .footer-upper .logo-box {
    position: relative;
    width: 25%;
    text-align: center
}

.main-footer .footer-upper .contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 75%;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.main-footer .footer-upper .contact-info li {
    padding-left: 45px;
    position: relative
}

.main-footer .footer-upper .contact-info li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0
}

.main-footer .footer-upper .contact-info li .icon {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 30px;
    line-height: 20px;
    margin-top: -10px;
    color: var(--theme-color-light)
}

.main-footer .footer-upper .contact-info li .title {
    font-size: 14px;
    line-height: 26px;
    color: #e6f3ff;
    display: block;
    margin-bottom: 0
}

.main-footer .footer-upper .contact-info li .text {
    color: var(--theme-color-light);
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 0
}

.main-footer .footer-upper .btn-box {
    margin-left: auto
}

.main-footer .footer-upper .btn-box .theme-btn:before {
    background-color: var(--bg-theme-color3)
}

.main-footer .widgets-section {
    position: relative;
    padding: 75px 0 0
}

.main-footer .about-widget .logo-box {
    margin-bottom: 28px
}

.main-footer .about-widget .text {
    color: #ddd;
    margin-bottom: 30px;
    margin-top: 20px;
    font-size: .875rem;
    line-height: 2
}

.main-footer .about-widget .list-style-two a {
    color: #ddd
}

.main-footer .about-widget .social-icon-two a {
    background-color: #fff
}

.main-footer .widget-title {
    position: relative;
    color: var(--theme-color-light);
    margin-bottom: 20px;
    font-size: 1.3rem
}

.main-footer .footer-widget .logo img {
    background-color: #000;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 0 10px #5f471c;
}

.main-footer.home5-style {
    background-color: #100f12;
    position: relative
}

.main-footer.home6-style {
    background-color: #1e1b1b;
    position: relative
}

.user-links li {
    color: #ddd;
    font-weight: 400;
    line-height: 2.2rem;
    margin-bottom: 0;
    padding-left: 0;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    transition: .3s ease-out
}

.user-links li a:hover {
    transition: .3s ease-out;
    color: #967632;
    margin-left: 1rem
}

.user-links li a:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 10px;
    top: 50%;
    opacity: 0;
    transform: translateY(-50%);
    border: 1px solid #967632;
    transition: .3s ease-out
}

.user-links li a:hover:before {
    opacity: 1;
    width: 10px;
    transition: .3s ease-out;
    left: -1px
}

.user-links li a {
    color: inherit;
    display: inline-block;
    font-size: .875rem;
    max-width: 90%;
    transition: .5s
}

.user-links li:first-child a:hover:before {
    top: 18px
}

.gallery-widget .widget-content {
    padding-right: 50px
}

.gallery-widget .outer {
    position: relative;
    padding-top: 5px;
    margin: 0 -5px
}

.gallery-widget .outer .image {
    position: relative;
    float: left;
    width: 33.3333%;
    padding: 0 5px;
    margin-bottom: 10px
}

.footer-bottom .inner-container {
    position: relative;
    padding: 15px;
    text-align: center
}

.footer-bottom .copyright-text {
    position: relative;
    font-size: .875rem;
    line-height: 25px;
    color: #ddd
}

a.floating-whatsapp.floating-botim {
    background-color: #474775;
    color: #fff;
}

.footer-bottom.home5-style {
    background-color: #282828
}

.main-footer .widgets-section .social-icon-two .fab {
    font-size: 1.25rem
}

.service-box-points .container {
    padding-top: 0 !important;
    padding-bottom: 2rem !important
}

.floating-buttons a {
    margin: 5px 0;
    padding: 10px 0;
}

.floating-buttons {
    position: fixed;
    right: 20px;
    bottom: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 999;
}

.floating-buttons .floating-call,
.floating-buttons .floating-whatsapp {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    align-items: center;
    display: flex
}

.floating-buttons .floating-whatsapp {
    background-color: #25d366;
    justify-content: center;
    box-shadow: 0 0 0 0 rgb(37 211 102 / .5);
    animation: 2s infinite pulse
}

.floating-buttons .floating-whatsapp .fa-whatsapp {
    background: url(../images/whatsapp.png);
    font-size: 0;
    width: 18px;
    height: 18px;
    display: inline-block;
    background-size: cover !important
}

.floating-buttons .floating-call {
    background-color: #967632;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    justify-content: center
}

.ac-installation .dot li,
.ac-maintenenance-repair .dot li,
.annual-maintenance-contract .dot li {
    list-style-type: disc !important;
    margin-left: 3rem
}

.ac-installation .number li {
    list-style-type: auto !important;
    margin-left: 3rem
}

.ac-installation .description .services-details__content p,
.ac-maintenenance-repair .description .services-details__content p {
    margin-bottom: .5rem !important
}

.annual-maintenance-contract .description .services-details__content .ams p {
    font-size: 1rem
}

.annual-maintenance-contract .description .services-details__content .ams .fa-solid {
    font-size: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    color: var(--theme-color3)
}

.main-home-carousel .owl-item li {
    height: calc(100vh - 160px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover
}

.main-home-carousel .owl-item li:before {
    content: "";
    background-image: linear-gradient(to bottom right, rgb(0 0 0 / 80%), rgb(15 83 161 / 60%));
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.main-home-carousel .owl-item li .tp-caption {
    max-width: 700px;
    width: 80%
}

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1)
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        transform: scale3d(1, 1, 1)
    }
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102 .2)
    }
    100% {
        box-shadow: 0 0 0 20px #fff0
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}