@charset "UTF-8";

@import url('../lib/bootstrap/css/bootstrap.min.css');
@import url('../lib/fontawesome/css/all.min.css');
@import url("../lib/revolution/css/settings.css");
@import url("../lib/revolution/css/layers.css");
@import url("../lib/revolution/css/navigation.css");
@import url("../lib/revolution/fonts/pe-icon-7-stroke/css/pe-icon-7-stroke.css");
@import url("../lib/owl-carousel/owl.carousel.css");
@import url("../lib/owl-carousel/owl.theme.default.min.css");
@import url("../lib/fancybox/fancybox.min.css");

:root {
    --main-color: #4b1606;
    --main-color-yellow: #fcf083;
}

html * {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    font-family: "Cormorant Garamond", serif;
    color: #0d0d0d;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    background-color: #faf7f2;
}

:focus {
    border: none;
    box-shadow: none;
    outline: 0
}
.btn:focus {
    box-shadow: none !important;
}
.main-preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999999999;
    background-color: #fff;
    text-align: center
}

.main-preloader .main-preloader-inner {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    position: absolute;
    top: 50%;
    margin-top: -60px;
    width: 100%
}

.main-preloader .preloader-percentage {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    color: #000;
    margin: 0
}

.main-preloader .preloader-percentage span {
    display: inline-block;
    font-size: 70px
}

a {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    text-decoration: none
}

a:hover {
    text-decoration: none;
    opacity: .8;
    color: var(--main-color);
}

.bg-light {
    background-color: transparent !important
}

.navbar {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    /* color: var(--main-color-yellow) !important; */
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    position: relative;
}

.navbar-light .navbar-nav .nav-link:hover {
    text-transform: uppercase;
}

nav.nav-bg {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff !important;
    -webkit-box-shadow: 0 4px 30px -5px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 30px -5px rgba(0, 0, 0, .2);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.navbar-light.nav-bg .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 1)
}

.navbar-light.nav-bg .navbar-nav .nav-link:hover {
    color: var(--main-color)
}

nav .white-logo {
    display: block;
    padding: 0;
}

nav .black-logo {
    display: none
}

nav.nav-bg .white-logo {
    display: none
}

nav.nav-bg .black-logo {
    display: block
}

.navbar-light .btn {
    border: 1px solid transparent;
    padding: 10px 30px 10px 30px;
    font-size: 14px;
    background-color: var(--main-color);
}

#nav .current a {
    color: var(--main-color) !important
}

.inner-banner-style .info {
    padding-top: 230px;
    padding-bottom: 120px
}

.inner-banner-style .info h6 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff
}

.inner-banner-style .info h2 {
    font-size: 55px;
    font-weight: 700;
    line-height: 60px;
    color: #fff
}

.inner-banner-style .info ul.meta {
    padding: 0;
    margin: 0;
    padding-top: 12px
}

.inner-banner-style .info ul.meta li {
    display: inline-block;
    color: #fff;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 18px
}

.inner-banner-style .info ul.meta li i {
    font-size: 20px
}

.inner-banner-style .info ul.meta li a {
    color: #fff
}

.banner-img-01 {
    background-attachment: fixed;
    background-image: url(../imgs/banner.jpg?v=1.0.1);
    background-repeat: repeat-y;
    background-position: 50% 0;
    background-size: cover
}

section {
    padding-top: 120px;
    padding-bottom: 120px
}

section#home {
    padding-top: 0;
    padding-bottom: 0
}

section.home-services {
/* padding-bottom: 250px; */
}

section.blog {
    padding-bottom: 230px
}

.herotext .top-title {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--main-color);
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.herotext h2 {
    font-size: 46px;
    font-weight: 700;
    line-height: 55px
}

.herotext h4 {
    font-size: 24px;
    font-weight: 600
}

.herotext h5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px
}

.herotext p {
    font-size: 18px;
    margin-bottom: 0
}

.home-intro ul {
    padding: 0;
    margin: 0
}

.home-intro .block {
    list-style: none;
    display: inline-block
}

.home-intro .block .icon {
    font-size: 50px;
    float: left;
    color: var(--main-color)
}

.home-intro .block h4 {
    font-size: 24px;
    font-weight: 600
}

.home-intro .block .detail {
    padding-left: 65px
}

.home-services .block {
    border: 5px solid #f5f5f5;
    padding-top: 40px;
    padding-bottom: 45px;
    background-color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.home-services .block:hover {
    color: #fff !important;
    background-color: var(--main-color)
}

.home-services .block:hover .icon {
    color: #fff !important
}

.home-services .block .icon {
    font-size: 80px;
    margin-bottom: 20px;
    color: var(--main-color)
}

.home-services .block h2 {
    font-size: 26px;
    font-weight: 600
}

.home-services .block p {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0
}

button.btn.btn-link.btn-block.text-left.collapsed {
    padding: .75rem 1.5rem;
    background-color: #f5f5f5;
    color: #000;
    outline: 0
}

button.btn.btn-link.btn-block.text-left.collapsed:hover {
    padding: .75rem 1.5rem;
    background-color: #0058e8;
    color: #fff;
    outline: 0
}

button.btn.btn-link.btn-block.text-left.collapsed::before {
    content: "+";
    padding-right: 8px
}

button.btn.btn-link.btn-block.text-left {
    padding: .75rem 1.25rem;
    background-color: #0058e8;
    color: #fff;
    outline: 0
}

button.btn.btn-link.btn-block.text-left::before {
    content: "-";
    padding-right: 8px
}

.home-features {
    margin-top: -120px
}

.home-features .block {
    padding-left: 100px
}

.home-features .herotext {
    padding-top: 250px
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 18px;
    font-weight: 500;
    color: #212529;
    background-color: #f5f5f7;
    border: 0 solid rgba(0, 0, 0, .125);
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    margin-bottom: 8px !important;
    margin-top: 8px !important
}

.accordion-collapse {
    border: solid rgba(0, 0, 0, .125);
    border-width: 0 0
}

.accordion-button.collapsed {
    border-bottom-width: 0;
    border-radius: 0
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-width: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion-item:first-of-type .accordion-button.collapsed,
.accordion-item:last-of-type .accordion-button.collapsed {
    border-width: 0 !important;
    border-radius: 0 !important
}

.accordion-button:not(.collapsed) {
    background-color: #0058e8;
    color: #fff
}

.accordion-button:hover {
    background-color: #0058e8;
    color: #fff
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(180deg)
}

.home-features .accordion .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: #f5f5f7;
    border-bottom: 0 solid rgba(0, 0, 0, .125);
    margin-bottom: 1px !important;
    margin-top: 1px !important
}

.home-features .accordion .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.home-features .accordion .card .btn-link {
    font-weight: 600;
    color: #000;
    text-decoration: none
}

#options {
    margin-left: auto;
    margin-right: auto;
    text-align: right
}

#options ul {
    width: auto;
    text-align: center;
    margin: 0;
    padding: 0
}

#options ul li {
    display: inline-block;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px
}

#options ul li a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    color: #666;
    padding-bottom: 6px;
    border-bottom: 2px solid transparent;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

#options ul li a:link {
    text-decoration: none;
    color: #666;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

#options ul li a.selected,
#options ul li:hover a {
    color: var(--main-color);
    text-decoration: none;
    padding-bottom: 4px
}

#portfolio ul li {
    list-style-type: none
}

.isotope .isotope-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity
}

#portfolio .buttons {
    padding: 0;
    margin-top: 70px;
    margin-right: auto;
    padding-bottom: 0;
    margin-left: auto;
    text-align: center
}

#portfolio .buttons a {
    font-size: 16px;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.portfolio-grid .picture {
    position: relative;
    overflow: hidden
}

.portfolio-grid img {
    width: 100%;
    display: block;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: .5s all ease;
    -webkit-transition: .5s all ease
}

.portfolio-grid .picture:hover img {
    opacity: .8;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.portfolio-grid figure {
    float: left;
    width: 30%;
    height: auto !important;
    margin-bottom: 1px;
    margin-left: 1px;
    overflow: hidden;
    padding: 15px
}

.portfolio-grid figure img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.portfolio-grid.nospace figure.item {
    padding: 0;
    text-align: center
}

.portfolio-grid figure.item {
    margin-bottom: 1px !important;
    text-align: center
}

.portfolio-grid .item-w2 {
    width: 60%
}

.portfolio-grid .item-h2 {
    height: auto !important
}

.portfolio-grid .picture {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    position: relative;
    border-radius: 0.25rem;
}

.portfolio-grid .item:hover img {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.portfolio-grid .picture .icon-overlay {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 12;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.portfolio-grid .picture:hover .icon-overlay,
.portfolio-grid .picture:hover .text-overlay {
    opacity: 1
}

.portfolio-grid .picture .icon-overlay a {
    font-size: 30px;
    color: #fff;
    text-decoration: none
}

.portfolio-grid .picture .icon-overlay a:hover {
    font-size: 30px;
    color: #fff;
    text-decoration: none
}

.portfolio-grid .picture .text-overlay {
    position: absolute;
    height: auto;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.portfolio-grid .picture .text-overlay .category {
    font-weight: 400;
    font-size: 14px;
    font-style: italic;
    color: #fff;
    line-height: normal;
    letter-spacing: 2px;
    position: absolute;
    bottom: 20px;
    left: 30px;
    opacity: 1
}

.portfolio-grid .picture .text-overlay h1 {
    font-weight: 400;
    font-size: 26px;
    color: #fff;
    line-height: normal;
    text-decoration: none;
    position: absolute;
    bottom: 35px;
    left: 30px;
    margin: 0;
    padding: 0;
    opacity: 1
}

.portfolio-grid .picture .text-overlay h1 a {
    color: #fff
}

.portfolio-grid .picture .text-overlay .line {
    background-color: #fff;
    height: 2px;
    width: 60px;
    margin-top: 16px;
    position: absolute;
    text-align: left;
    top: 75px;
    left: 40px
}

.portfolio-grid.nospace .picture .text-overlay .category {
    position: absolute;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: left;
    top: auto;
    bottom: 90px;
    left: 50px
}

.portfolio-grid.nospace .picture .text-overlay h1 {
    position: absolute;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: left;
    margin: 0;
    padding: 0;
    top: auto;
    bottom: 70px;
    left: 50px
}

.portfolio-grid.nospace .picture .text-overlay .line {
    background-color: #fff;
    height: 1px;
    width: 60px;
    margin-top: 16px;
    position: absolute;
    text-align: left;
    top: auto;
    bottom: 55px;
    left: 30px
}

.portfolio .button {
    text-align: center;
    padding-top: 80px
}

.portfolio-detail {
    padding-bottom: 120px
}

.portfolio-detail .herotext {
    padding-bottom: 50px
}

.portfolio-detail .herotext .button {
    padding-top: 20px;
    text-align: right
}

.portfolio-carousel {
    padding-bottom: 30px
}

.portfolio-detail .description {
    padding-top: 50px;
    padding-bottom: 50px
}

.portfolio-detail .project-info {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: right
}

.portfolio-detail .project-info ul {
    padding: 0;
    margin: 0
}

.portfolio-detail .project-info ul li {
    list-style: none;
    padding-bottom: 30px;
    text-align: right
}

.portfolio-detail .project-info ul li:last-child {
    padding-bottom: 0
}

.portfolio-detail .project-info ul li .caption {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    font-weight: 700
}

.portfolio-detail .project-info ul li .line {
    background-color: #ddd;
    height: 1px;
    width: 60px;
    margin-top: 4px;
    margin-bottom: 12px;
    margin-left: auto
}

.portfolio-detail .project-info ul li .detail ul.social-icons {
    padding: 0;
    margin: 0
}

.portfolio-detail .project-info ul li .detail ul.social-icons li {
    display: inline-block !important;
    padding: 0
}

.portfolio-detail .project-info ul li .detail ul.social-icons li a {
    font-size: 14px;
    padding-left: 16px;
    padding-right: 0;
    color: #8c8c8c;
    text-transform: uppercase
}

.portfolio-detail .project-info ul li .detail ul.social-icons li a:hover {
    color: #ff493b
}

.portfolio-detail .pagging {
    border-top: 1px solid #eee;
    margin-top: 30px;
    padding-top: 30px
}

.portfolio-detail .pagging .prev {
    text-align: left
}

.portfolio-detail .pagging .next {
    text-align: right
}

.portfolio-detail .pagging a {
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
    line-height: normal
}

.portfolio-detail .pagging a:hover {
    color: #ff493b
}

.team .block .details {
    text-align: center
}

.team .block .details h2 {
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 4px
}

.team .block .details h6 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #444
}

.team .block .details .socialmedia ul {
    padding: 0;
    margin: 0
}

.team .block .details .socialmedia ul li:first-child {
    padding-left: 0
}

.team .block .details .socialmedia ul li {
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px;
    color: #777
}

.team .block .details .socialmedia ul li a i {
    font-size: 22px;
    color: #777
}

.team-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 45%
}

.team-carousel.owl-theme .owl-controls .owl-nav .owl-next {
    position: absolute;
    z-index: 10;
    right: 10px;
    top: 45%
}

.team-carousel.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #000;
    font-size: 20px;
    padding-top: 12px;
    display: inline-block;
    cursor: pointer;
    top: 50%;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50%;
    z-index: 9999;
    background-color: #ccc;
    margin-top: -48px
}

.team-carousel.owl-theme .owl-dots .owl-dot.active span,
.team-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #5a6268
}

.testimonials {
    margin-top: -120px
}

.testimonials .testimonials-block {
    padding-top: 250px;
    padding-left: 140px;
    padding-right: 140px;
    padding-bottom: 115px
}

.testimonials-carousel.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #000;
    font-size: 20px;
    padding-top: 12px;
    display: inline-block;
    cursor: pointer;
    top: auto;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50%;
    z-index: 9999;
    background-color: #ccc;
    margin-top: -24px;
    bottom: 0 !important
}

.testimonials-carousel.owl-theme .owl-controls {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    padding-top: 60px
}

.testimonials-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
    position: absolute;
    z-index: 10;
    left: 0
}

.testimonials-carousel.owl-theme .owl-controls .owl-nav .owl-next {
    position: absolute;
    z-index: 10;
    right: auto;
    left: 60px
}

.testimonials .slider-counter {
    padding-top: 30px;
    font-size: 18px;
    font-weight: 500;
    padding-left: 12px
}

section.pricing {
    padding-top: 100px;
    padding-bottom: 100px
}

.pricing .block {
    background: #f5f5f5;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px
}

.pricing .block .herotext {
    border-radius: 6px
}

.pricing .block .herotext {
    color: #fff
}

.pricing .block .herotext h4 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400
}

.pricing .block .herotext h2 {
    font-size: 60px;
    font-weight: 600;
    padding: 0;
    margin: 0
}

.pricing .block .herotext h2 span {
    font-size: 18px;
    font-weight: 400
}

.pricing .block ul {
    padding: 20px;
    margin: 0
}

.pricing .block ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    list-style: none
}

.pricing .block ul li i {
    font-size: 22px;
    padding-right: 4px
}

.pricing .block .btn {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .75rem .75rem;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 30px 30px 30px 30px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.blog .blog-post h4 {
    font-size: 16px;
    font-weight: 400
}

.blog .blog-post h2,
.blog .blog-post h2 a {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    padding-right: 3%;
    line-height: 32px
}

.blog .blog-post p {
    font-size: 16px;
    font-weight: 400;
    padding-right: 5%
}

.blog .blog-post ul.meta {
    padding: 0;
    margin: 0;
    padding-top: 6px
}

.blog .blog-post ul.meta li {
    display: inline-block;
    color: #777;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 15px;
    text-transform: uppercase
}

.blog .blog-post ul.meta li:first-child {
    padding-left: 0
}

.blog .blog-post ul.meta li i {
    font-size: 18px
}

.blog .blog-post ul.meta li a {
    color: #777
}

section.blog.blog-inner-page {
    padding-top: 120px !important;
    padding-bottom: 120px !important
}

.blog-inner-page .blog-post-detail h2 {
    font-size: 45px;
    font-weight: 700;
    color: #000;
    padding-right: 5%;
    line-height: 50px
}

section.blog.blog-inner-page .blog-post-detail h3,
section.blog.blog-inner-page h3 {
    font-size: 32px;
    font-weight: 600;
    color: #000;
    padding-right: 5%;
    line-height: 40px
}

section.blog.blog-inner-page .blog-post-detail h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 40px
}

.list-inline-item a {
    display: inline-block;
    font-size: 15px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px;
    color: #777
}

.list-inline-item:first-child {
    font-size: 22px
}

.list-inline-item:not(:first-child):after {
    content: ","
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    padding-left: 30px;
    border-left: 6px solid #0d6efd;
    padding-top: 12px;
    padding-bottom: 12px
}

.blog .blog-post .blockquote p {
    font-size: 18px;
    font-weight: 500;
    padding-right: 5%;
    line-height: 26px
}

ul.list-group li {
    list-style: none
}

ul.list-group li:before {
    font-family: "Line Awesome Free";
    font-weight: 900;
    content: "\f105";
    padding-right: 8px
}

.comments ul.list-group {
    padding: 0;
    margin: 0
}

.comments ul.list-group li {
    padding-top: 30px;
    padding-bottom: 30px
}

.comments ul.list-group li h4 {
    font-size: 20px;
    font-weight: 600
}

.comments ul.list-group li p {
    font-size: 16px;
    margin-bottom: 8px
}

.comments ul.list-group-item:not(:first-child) {
    padding-top: 30px;
    padding-bottom: 30px
}

.comments ul.list-group li:before {
    content: "";
    padding-right: 0
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0;
    padding-bottom: 0
}

.pagination {
    margin-top: 20px
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    width: 48px !important;
    height: 48px !important;
    border-radius: 50%
}

.page-item .page-link {
    text-align: center;
    color: #000;
    font-size: 20px;
    padding-top: 12px;
    display: inline-block;
    cursor: pointer;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50%;
    background-color: #ccc;
    bottom: 0 !important;
    margin-right: 5px
}

.page-item .page-link:hover {
    color: #000;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .325);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .325)
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color)
}

.post-comment .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 18px);
    padding: .5rem 1.5rem;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d3d3d3;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.post-comment textarea {
    min-height: 140px
}

.post-comment .btn {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 12px 46px 12px 46px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 30px 30px 30px 30px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.post-comment a {
    color: #000
}

.sidebar .about,
.sidebar .categories,
.sidebar .latest-offers,
.sidebar .photos,
.sidebar .posts-tabs,
.sidebar .s-icons,
.sidebar .searchform3,
.sidebar .tags {
    margin-bottom: 45px
}

.sidebar .searchform3 {
    width: 100%;
    height: 24px;
    line-height: 24px;
    cursor: default;
    margin-top: 0;
    margin-bottom: 60px
}

.sidebar #search3 {
    display: block;
    position: relative
}

.sidebar #s3 {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 18px);
    padding: .5rem 1.5rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d3d3d3;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.sidebar .sbtn3 {
    display: block;
    position: absolute;
    right: 5px;
    top: 14px;
    background: 0 0;
    border: none;
    color: #000;
    font-size: 28px;
    cursor: pointer
}

.sidebar h2 {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    padding-bottom: 14px;
    margin-bottom: 0
}

.sidebar .categories ul {
    padding: 0;
    margin: 0
}

.sidebar .categories ul li {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eee;
    list-style-type: none
}

.sidebar .categories ul li:last-child {
    margin-bottom: 0
}

.sidebar .categories ul li .info {
    float: left
}

.sidebar .categories ul li .info h2,
.sidebar .categories ul li .info h2 a {
    font-size: 18px;
    color: #222;
    font-weight: 500;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 5px
}

.sidebar .categories ul li .info h3 {
    font-size: 14px;
    color: #888;
    font-weight: 400;
    padding: 0;
    margin: 0;
    line-height: normal
}

.sidebar .categories ul li .info h3 a {
    color: #888
}

.sidebar .categories ul li .posts {
    float: right;
    color: #888;
    font-size: 16px;
    text-align: center;
    padding-top: 4px
}

.sidebar .categories ul li .info h2 a:hover {
    color: #0d6efd
}

.sidebar .s-icons {
    margin-top: 40px
}

.sidebar ul.icon-tabs .icon {
    font-size: 60px;
    color: #d1d1d1;
    padding-bottom: 10px
}

.sidebar ul.icon-tabs .caption {
    font-size: 14px;
    color: #d1d1d1;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 500
}

.sidebar .tab-content {
    padding: 0;
    padding-top: 20px;
    padding-bottom: 0;
    border-width: 0
}

.sidebar .tab-content ul {
    padding: 0;
    margin: 0
}

.sidebar .tab-content ul li {
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 30px
}

.sidebar .tab-content ul li .picture {
    float: left
}

.sidebar .tab-content ul li .info {
    padding-left: 100px
}

.sidebar .tab-content ul li .info .caption {
    font-size: 14px;
    color: #666;
    text-align: left
}

.sidebar .tab-content ul li .info .caption a {
    font-size: 16px;
    color: #000;
    text-align: left
}

.sidebar .tab-content ul li .info .date {
    font-size: 15px;
    color: #777;
    text-align: left
}

.sidebar ul.nav1 {
    padding: 0;
    margin: 0
}

.sidebar .nav1>li {
    list-style-type: none !important
}

.sidebar .nav1>li>a:focus,
.sidebar .nav1>li>a:hover {
    background-color: transparent;
    text-decoration: none
}

.sidebar .nav-link {
    font-size: 26px;
    font-weight: 600;
    color: #888;
    padding-bottom: 14px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 32px
}

.sidebar .nav-link.active {
    color: #000
}

.photos ul {
    padding: 0;
    margin: 0
}

.photos .col-4 {
    padding-bottom: 20px
}

.photos .col-4 img:hover {
    opacity: .7
}

.tag-list a {
    border: 1px solid #ddd;
    display: inline-block;
    font-size: 14px;
    color: #333;
    background-color: #f4f4f4;
    margin-bottom: 5px;
    margin-right: 3px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.tag-list a,
.tag-list a:active,
.tag-list a:focus,
.tag-list a:hover {
    text-decoration: none;
    outline: 0
}

.tag-list a:hover {
    color: #fff;
    background-color: #0d6efd;
    border: 1px solid #0d6efd
}

.latest-offers .block .picture {
    margin-bottom: 20px
}

.latest-offers .block h1 {
    font-size: 16px;
    color: #333
}

.latest-offers .block .description {
    font-size: 13px
}

.latest-offers .owl-theme .owl-controls .owl-nav .owl-prev {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: auto;
    margin-top: 20px
}

.latest-offers .owl-theme .owl-controls .owl-nav .owl-next {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 39px;
    top: auto;
    margin-top: 20px
}

.latest-offers .owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #888;
    font-size: 18px;
    background-color: transparent;
    display: inline-block;
    cursor: pointer;
    height: 40px;
    width: 40px;
    padding-top: 5px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 0;
    border: 1px solid #ddd
}

.latest-offers .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background-color: #ff493b;
    color: #fff;
    text-decoration: none
}

.picture {
    position: relative
}

.picture .videobutton {
    position: absolute;
    z-index: 99999
}

.testimonials .testimonial .pic {
    float: left;
    padding-right: 20px
}

.testimonials .testimonial .pic img {
    border-radius: 50%
}

.testimonials .testimonial .detail {
    float: left
}

.testimonials .testimonial .name {
    font-size: 22px;
    font-weight: 600
}

.testimonials .testimonial .designation {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase
}

.testimonials .testimonial p {
    font-size: 18px;
    font-weight: 400
}

.clients .col-6 {
    border: 1px solid #d3d3d3;
    padding: 20px 10px 20px 10px
}

.video {
    padding-top: 250px;
    padding-bottom: 250px
}

.video.bg-img {
    background-image: url(../imgs/video/1.jpg);
    background-repeat: no-repeat;
    background-position: center center
}

.video a i {
    font-size: 40px;
    padding-top: 24px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: var(--main-color);
    color: #fff
}

.join-us h6 {
    color: #fff
}

.join-us h2 {
    color: #fff;
    font-size: 55px
}

.join-us ul {
    padding: 0;
    margin: 0
}

.join-us ul li {
    display: inline;
    list-style-type: none;
    padding-left: 4px;
    padding-right: 4px
}

.join-us ul li .btn {
    background-color: #fff;
    display: inline-block;
    font-weight: 400;
    color: #000;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 12px 46px 12px 46px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 30px 30px 30px 30px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.join-us ul li .btn-transparent {
    background-color: transparent;
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #fff;
    padding: 12px 46px 12px 46px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 30px 30px 30px 30px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.contact-us .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 18px);
    padding: .5rem 1.5rem;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d3d3d3;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.contact-us address .icon {
    float: left;
    font-size: 30px;
    padding-right: 20px
}

.contact-us address .detail {
    padding-top: 2px;
    font-size: 22px;
    line-height: 32px
}

.contact-us address .detail .heading {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--main-color);
    padding-bottom: 0;
    line-height: normal;
}

.contact-us textarea {
    min-height: 140px
}

.contact-us .btn {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 12px 46px 12px 46px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 30px 30px 30px 30px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-color: var(--main-color);
}

.contact-us a {
    color: #000;
}


.map {
    height: 400px;
}
.map iframe {
    border: none;
    width: 100%;
    height: 400px
}

footer {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    background-image: url(../imgs/footer.png);
    background-size: 240px;
    background-position: center;
}
footer ul {
    padding: 0;
    margin: 0
}

footer ul li {
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
}

footer ul li a {
    color: #fff
}

footer .socialmedia ul li {
    padding-left: 16px;
    padding-right: 16px
}

footer .socialmedia ul li a {
    font-size: 34px
}

footer .copyright {
    font-size: 14px;
    color: #999;
    letter-spacing: 1px
}

.back-to-top {
    color: #000;
    font-size: 20px;
    padding-top: 12px;
    cursor: pointer;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50%;
    background-color: #ccc;
    position: fixed;
    bottom: 30px;
    right: 30px;
    text-align: center;
    z-index: 9999999;
    cursor: pointer;
    text-decoration: none;
    transition: opacity .2s ease-out
}

.back-to-top:hover {
    color: #000;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .325);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .325)
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 12px 46px 12px 46px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 30px 30px 30px 30px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
.site-btn {
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
}
.light-grey-bg {
    background-color: #f5f5f5
}

.dark-grey-bg {
    background-color: #252525
}

.primary-bg {
    background-color: var(--main-color)
}

.secondary-bg {
    background-color: #5a6268
}

.about-bottom {
    display: flex;
    margin-top: 20px;
}
.elementor-icon-box-wrapper {
    display: flex;
}

.about-bottom span.elementor-icon {
    width: 55px;
    height: 55px;
    background-color: var(--main-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    min-width: 55px;
    justify-content: center;
}

.about-bottom span.elementor-icon img {
    width: 30px;
}

.elementor-icon-box-content p {
    margin-bottom: 0;
    font-size: 15px;
}

.elementor-icon-box-content {
    padding-left: 15px;
}

.elementor-icon-box-title {
    font-size: 22px;
}

@media (max-width:575.98px) {
    section#home {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    section.video {
        padding-top: 250px !important;
        padding-bottom: 250px !important
    }

    section {
        padding-top: 90px;
        padding-bottom: 90px
    }

    ul.navbar-nav {
        text-align: center
    }

    .home-features .block {
        padding-left: 0
    }

    .herotext h2 {
        font-size: 32px;
        line-height: 40px
    }

    .herotext h5 {
        font-size: 18px;
        line-height: 26px
    }

    .home-features .herotext {
        padding-top: 60px
    }

    #options ul li {
        padding-left: 5px;
        padding-right: 5px
    }

    .pricing .block {
        margin-bottom: 50px
    }

    section.blog {
        padding-bottom: 70px
    }

    section.blog.blog-inner-page {
        padding-top: 90px !important;
        padding-bottom: 90px !important
    }

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

    .inner-banner-style .info h2 {
        font-size: 32px;
        font-weight: 700;
        line-height: 36px;
        color: #fff
    }

    .blog-inner-page .blog-post h2 {
        font-size: 32px;
        font-weight: 700;
        color: #000;
        padding-right: 5%;
        line-height: 36px
    }

    section.blog.blog-inner-page .blog-post h3 {
        font-size: 26px;
        font-weight: 600;
        color: #000;
        padding-right: 5%;
        line-height: 34px
    }

    .blog-inner-page .blog-post-detail h2 {
        font-size: 32px;
        font-weight: 700;
        color: #000;
        padding-right: 5%;
        line-height: 40px
    }

    section.blog.blog-inner-page .blog-post-detail h3,
    section.blog.blog-inner-page h3 {
        font-size: 26px;
        font-weight: 600;
        color: #000;
        padding-right: 5%;
        line-height: 34px
    }

    .team-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
        left: 10px
    }

    .team-carousel.owl-theme .owl-controls .owl-nav .owl-next {
        right: 10px
    }

    .testimonials {
        padding-top: 120px !important
    }

    .testimonials .testimonials-block {
        padding-top: 120px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 70px
    }

    .join-us ul li .btn,
    .join-us ul li .btn-transparent {
        padding: 12px 20px 12px 20px
    }

    .contact-us address .detail {
        padding-top: 2px;
        font-size: 20px;
        line-height: 28px
    }

    .contact-us address .icon {
        float: left;
        font-size: 50px;
        padding-right: 14px
    }
    .about-bottom {
        flex-wrap: wrap;
        gap: 15px;
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    ul.navbar-nav {
        text-align: center
    }

    section.home-services {
        padding-bottom: 120px
    }

    .home-features .herotext {
        padding-top: 120px
    }

    .home-features .block {
        padding-left: 0
    }

    .pricing .block .herotext p {
        font-size: 16px
    }

    .pricing .block .herotext h2 {
        font-size: 50px;
        font-weight: 600;
        padding: 0;
        margin: 0
    }

    .blog .blog-post h2,
    .blog .blog-post h2 a {
        font-size: 22px;
        font-weight: 600;
        color: #000;
        line-height: 28px
    }

    section.blog {
        padding-bottom: 120px
    }

    .inner-banner-style .info h2 {
        font-size: 45px;
        font-weight: 700;
        line-height: 50px;
        color: #fff
    }

    .testimonials {
        margin-top: auto
    }

    .testimonials .testimonials-block {
        padding-top: 0;
        padding-left: 80px;
        padding-right: 80px;
        padding-bottom: 80px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 12px;
        padding-left: 12px
    }

    .herotext h2 {
        font-size: 40px;
        font-weight: 700;
        line-height: 48px
    }

    .herotext h5 {
        font-size: 18px;
        font-weight: 400;
        line-height: 26px
    }

    section.home-services {
        padding-bottom: 120px
    }

    .home-features {
        margin-top: auto
    }

    .home-features .block {
        padding-left: 0
    }

    .home-features .herotext {
        padding-top: 0
    }

    .team-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
        left: 10px
    }

    .team-carousel.owl-theme .owl-controls .owl-nav .owl-next {
        right: 10px
    }

    section.blog {
        padding-bottom: 120px
    }

    .testimonials {
        margin-top: auto
    }

    .testimonials .testimonials-block {
        padding-top: 0;
        padding-left: 40px;
        padding-bottom: 0;
        padding-right: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 14px;
        padding-left: 14px
    }

    .team-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
        left: 10px
    }

    .team-carousel.owl-theme .owl-controls .owl-nav .owl-next {
        right: 10px
    }
}

.header-logo img {
    width: 220px;
    transition: all 300ms ease;
}
/* CHECKBOX */

@keyframes check {
    50% {
        transform: scale(1.2)
    }
}

.promise-box {
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.promise-box label {
    font-size: 18px;
    max-width: unset !important;
    width: auto !important;
}

.promise-box label {
    padding-left: 0;
    color: inherit;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0;
}

.cbx {
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

.cbx span {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    transform: scale(1);
    border: 1px solid #B9B8C3;
    transition: all .2s ease;
}

.cbx span:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--main-color);
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
    transition-delay: .2s;
}

.cbx span svg {
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 4px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all .3s ease;
    transition-delay: .1s;
    transform: translate3d(0, 0, 0);
}

.cbx span:last-child:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #B9B8C3;
    transform-origin: 0 0;
    transform: scaleX(0);
}
button.confirm-btn {
    font-size: 15px;
    border: none;
    background: none !important;
    margin-left: 10px;
    outline: none !important;
    cursor: pointer;
}

.inp-cbx:checked+.cbx span:last-child {
    color: #B9B8C3;
    transition: all .3s ease;
}

.inp-cbx:checked+.cbx span:before {
    transform: scale(2.2);
    opacity: 0;
    transition: all .6s ease;
}

.inp-cbx:checked+.cbx span:last-child:after {
    transition: all .3s ease;
}

.inp-cbx:checked+.cbx span svg {
    stroke-dashoffset: 0;
}

.inp-cbx:checked+.cbx span {
    border-color: var(--main-color);
    background: var(--main-color);
    animation: check .6s ease;
}

.navbar-light.nav-bg .navbar-nav .nav-link.active {
    color: var(--main-color) !important;
}
.herotext .top-title:before {
    content: '';
    width: 30px;
    height: 1px;
    background-color: var(--main-color);
    display: block;
}

.service-item {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    cursor: pointer;
}

.service-item-photo {
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.service-item:hover .service-item-photo { transform: scale(1.06); }

.service-item-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(18,12,8,0.88) 0%, rgba(18,12,8,0.40) 45%, rgba(18,12,8,0.08) 100%);
    transition: background 0.4s ease;
}

.service-item:hover .service-item-overlay {
    background: linear-gradient(to top, rgba(18,12,8,0.93) 0%, rgba(18,12,8,0.55) 50%, rgba(18,12,8,0.16) 100%);
}

.service-item-badge {
    position: absolute;
    top: 22px;
    left: 22px;
    z-index: 3;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,0.12);
    padding: 6px 12px;
    border-radius: 20px;
    transition: color 0.3s, background 0.3s, border-color 0.3s;
}

.service-item:hover .service-item-badge {
    color: var(--main-color-yellow);
    background: rgba(184,151,90,0.15);
    border-color: rgba(184,151,90,0.35);
}

.service-item-body {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    z-index: 3;
    padding: 28px 28px 26px;
}

.service-item-num {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.15em;
    color: var(--main-color-yellow);
    margin-bottom: 6px;
    display: block;
    opacity: 0.8;
}

.service-item-title {
    font-size: clamp(1.3rem, 2.4vw, 1.85rem);
    font-weight: 400;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 10px;
}

.service-item-desc {
    font-size: 12.5px;
    font-weight: 300;
    line-height: 1.7;
    color: rgba(255,255,255,0.58);
    max-width: 360px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.4s ease;
    opacity: 0;
}

.service-item:hover .service-item-desc { max-height: 80px; opacity: 1; }

.service-item-link {
    display: inline-flex;
    display: none;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--main-color-yellow);
    text-decoration: none;
    opacity: 0;
    transform: translateX(-8px);
    transition: opacity 0.4s ease 0.05s, transform 0.4s ease 0.05s;
}

.service-item-link svg { width: 16px; height: 16px; transition: transform 0.3s ease; }
.service-item:hover .service-item-link { opacity: 1; transform: translateX(0); }
.service-item-link:hover svg { transform: translateX(4px); }
.service-item-link:hover {
    color: #fff;
}
.service-item::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 0; height: 3px;
    background: linear-gradient(90deg, #b8975a, var(--main-color-yellow));
    transition: width 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 4;
}
.service-item:hover::after { width: 100%; }

.service-item-photo img {
    width: 100%;
}

.text ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
}

.text ul li {
    width: 50%;
}

.process-steps {
    display: grid; grid-template-columns: repeat(4, 1fr);
    position: relative;
}

.process-steps::before {
    content: '';
    position: absolute; top: 32px; left: 60px; right: 60px;
    height: 1px; background: linear-gradient(to right, #C8A96A, transparent);
    z-index: 0;
}

.process-step { padding: 0 24px; position: relative; z-index: 1; }

.step-num {
    width: 64px; height: 64px;
    border-radius: 50%;
    background: #FAF6F0;
    border: 2px solid #C8A96A;
    display: flex; align-items: center; justify-content: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px; font-weight: 400;
    color: #C8A96A; margin-bottom: 28px;
    transition: all .3s;
}
.process-step:hover .step-num {
    background: #C8A96A; color: #FAF6F0;
    transform: scale(1.1);
}

.step-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px; font-weight: 400;
    color: #2C1F1A; margin-bottom: 12px;
}

.step-desc {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    color: #463d36;
}
section#process {
    background-color: #F5EDE0;
}
.herotext {
    margin-bottom: 30px;
}
.testi-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 2px;
}

.testi-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(200,169,106,0.2);
    padding: 40px 36px;
    transition: background .3s;
}
.testi-card:hover { background: rgba(200,169,106,0.1); }

.testi-stars {
    color: #C8A96A; font-size: 14px; letter-spacing: 3px;
    margin-bottom: 24px;
}

.testi-quote {
    font-family: 'Cormorant Garamond', serif;
    font-size: 19px; font-weight: 300; font-style: italic;
    color: rgba(250,246,240,0.85); line-height: 1.6;
    margin-bottom: 28px;
}

.testi-author {
    display: flex; align-items: center; gap: 16px;
}
.testi-avatar {
    width: 44px; height: 44px; border-radius: 50%;
    background: linear-gradient(135deg, #E8C4B8, #C4786B);
    display: flex; align-items: center; justify-content: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px; color: #FAF6F0;
}
.testi-name {
    font-size: 13px; font-weight: 600; color: #FAF6F0;
    letter-spacing: .5px;
}
.testi-event {
    font-size: 11px; font-weight: 400; color: #C8A96A;
    letter-spacing: 1px; text-transform: uppercase; margin-top: 2px;
}
.comment-area {
    background-color: #301209;
}

.comment-area .herotext .top-title {
    color: var(--main-color-yellow);
}
.comment-area .herotext .top-title:before {
    background-color: var(--main-color-yellow);
}

.comment-area .herotext {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link:before {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 5px;
    height: 1px;
    background-color: var(--main-color-yellow);
    opacity: 0;
    transition: all 300ms ease;
}

.navbar-light .navbar-nav .nav-link.active:before,.navbar-light .navbar-nav .nav-link:hover:before {
    opacity: 1;
}
.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link:hover {
    color: var(--main-color-yellow);
}
.navbar-light.nav-bg .navbar-nav .nav-link.active,
.navbar-light.nav-bg .navbar-nav .nav-link:hover {
    color: var(--main-color);
}
.nav-bg.navbar-light .navbar-nav .nav-link.active:before,
.nav-bg.navbar-light .navbar-nav .nav-link:hover:before {
    background-color: var(--main-color);
}
.nav-bg .header-logo img {
    width: 180px;
}
.btn:hover {
    color: #fff;
}

.form-control:focus {
    box-shadow: none;
}

.social ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 12px;
}

.social ul li a {
    width: 45px;
    height: 45px;
    background-color: var(--main-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
}

.grecaptcha-badge {
    display: none !important;
}