html {
    font-size: 16px;
}

body {
    padding: 0;
    color: #d5d5d5;
    background-color: #f9f9f9;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

body,
input,
select,
textarea,
button,
.btn {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 16px;
    line-height: 1.75em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: subpixel-antialiased;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1320px;
    }

    .container-max {
        max-width: 1500px;
    }
}

.btn-border-radius {
    border-radius: 300px;
}

.sec-header {
    text-align: center;
    margin-bottom: 20px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.gy-4>[class*="col-"] {
    margin-bottom: 1.5rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

.hamburger_menu {
    display: block;
}

.hamburger {
    position: relative;
    display: block;
    width: 35px;
    /* height: 35px; */
    cursor: pointer;
    background: none;
    appearance: none;
    border: none;
    outline: none;
}

.secondary-nav {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    background: rgb(254, 254, 254, 0.9);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    width: 100%;
    max-width: 350px;
    min-height: 100vh;
    margin-top: 106px;
    z-index: 99999;
    transition: 0.25s ease-in-out;
}

.panel-overlay {
    /* display: none; */
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    right: 0;
    z-index: 1000;
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 999;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

#secondaryNav ul.mobile-nav-links li a {
    padding: 22px !important;
    font-size: 16px !important;
}

#secondaryNav ul.mobile-nav-links {
    background: transparent !important;
}

.secondary-nav.is-active {
    right: 0;
}

.footer-nav {
    position: absolute;
    bottom: 120px;
    left: 0;
    z-index: 9999;
}

@media all and (min-width: 1651px) {
    .main-menu {
        display: block !important;
    }

    .hamburger_menu {
        display: none;
    }

    .secondary-nav {
        display: none;
    }
}

.row:before,
.row:after,
.nav:before,
.nav:after {
    content: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Prata", serif;
    font-weight: bold;
    font-style: normal;
    color: #141312;
    margin-top: 0;
}

h1,
.h1 {
    font-size: 45px;
    font-weight: 700;
}

h2,
.h2 {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.32;
}

h3,
.h3 {
    font-size: 28px;
    font-weight: 500;
}

h4,
.h4 {
    font-size: 24px;
    font-weight: 500;
}

h5,
.h5 {
    font-size: 22px;
    font-weight: 500;
}

h6,
.h6 {
    font-size: 18px;
    font-weight: 500;
}

p {
    font-size: 17px;
    margin-bottom: 20px;
}

.subheadline {
    display: block;
    font-size: 12px;
    font-family: "Raleway", sans-serif;
    font-weight: normal;
    color: rgba(250, 250, 250, 0.76);
    color: #888685;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.header-span {
    color: #C59D5F;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.subheadline.inverse {
    color: #A8A29E;
    font-weight: 600;
}

.logo {
    font-family: "Newsreader", serif;
    color: #000;
    font-size: 48px;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 200;
    line-height: 1;
    /* letter-spacing: -2.8713px; */
}

.logo-light {
    color: #fff;
}

.google-rating-wrraper {
    width: 100px;
}

::selection {
    background: #2b88f7;
    color: #fff;
    text-shadow: none;
}

i {
    display: inline-block;
    vertical-align: middle;
}

input[type=date].form-control {
    line-height: 1;
}

#back-to-top {
    position: fixed;
    bottom: -55px;
    z-index: 999;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    right: 4px;
    text-transform: uppercase;
    font-size: 14px;
    color: #C59D5F;
    font-weight: bold;
}

#back-to-top:hover {
    background: transparent;
    color: #333333;
}

#back-to-top:active {
    background: transparent;
}

#back-to-top.show {
    bottom: 120px;
}

#back-to-top:after {
    content: "\e9a5";
    font-family: "Fontello";
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    font-size: 16px;
}

ul.intro-list,
ul.list {
    list-style-type: none;
    padding: 0;
    margin: 25px 0;
    text-transform: capitalize;
}

ul.intro-list li,
ul.list li {
    position: relative;
    padding-left: 34px;
    margin: 6px 0;
    font-size: 18px;
    color: #2c2d32;
}

ul.intro-list li:before,
ul.list li:before {
    font-family: "fontello";
    content: "\e98f";
    color: #ea452a;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px;
}

label.error {
    font-size: 13px;
    color: #f93443;
    margin: 0;
    text-shadow: none;
    line-height: 17px;
    padding-left: 5px;
    text-align: left;
    display: block;
    font-weight: normal;
    margin-top: 3px;
}

.form-control.error {
    border-color: rgba(231, 2, 2, 0.8);
}

.navbar-toggle {
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 5px;
}

.navbar-collapse {
    padding: 0;
}

.trx_addons_icon-menu {
    color: #565252;
    font-size: 28px;
}

.trx_addons_icon-menu:before {
    content: "\e93c";
    font-family: "Fontello";
}

#navBar {
    padding: 0 50px;
    background-color: #fff;
    /* background-color: rgb(254, 254, 254, 0.9); */
    color: #1c1c1c;
    border-bottom: 1px solid rgba(15, 23, 42, 0.102);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

#navBar.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

#navBar ul.nav-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#navBar ul.nav-ul li {
    display: inline-block;
}

#navBar ul.nav-ul li a {
    display: inline-block;
    position: relative;
    color: #292524;
    padding: 30px 17px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease,
        border-color 0.3s ease;
    -ms-transition: color 0.3s ease, background-color 0.3s ease,
        border-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease,
        border-color 0.3s ease;
}

#navBar ul.nav-ul li a:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: -10px;
    left: 0;
    background-color: #C59D5F;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.logo-2 {
    max-width: 80px;
}

/* .logo {
    max-width: 120px;
} */

.logo-footer {
    max-width: 200px;
}

#navBar ul.nav-ul li a:focus {
    background: transparent;
    outline: none;
}

#navBar ul.nav-ul li a:hover:after,
#navBar ul.nav-tabs>li.active>a:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

/* #navBar ul.nav-ul li:first-child a {
    padding-left: 0;
} */

#navBar ul.nav-ul li a:hover {
    color: #57534E;
    text-decoration: none;
}

.navContainer {
    position: relative;
    /* padding: 10px 0 20px; */
}

#navBar .mob-nav-address {
    padding: 0 12px;
    margin: auto;
}

#navBar .close-menu {
    background-color: #020202;
    width: 35px;
    height: 35px;
    margin: 1px 15px 0;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    font-size: 27px;
    border-radius: 50%;
    padding: 0;
    line-height: 1;
}

#navBar ul.mobile-nav-links {
    border-top: 0;
    margin-bottom: 0;
    /* position: absolute;
    left: 0;
    right: 0;
    z-index: 999; */
    width: 100%;
    /* background-color: #060b17; */
    background-color: #fdfdfd;
}

#navBar ul.mobile-nav-links li {
    display: block;
    /* border-bottom: 1px solid #383838; */
}

#navBar ul.mobile-nav-links li a {
    padding: 17px 15px;
    font-size: 15px;
    display: block;
    line-height: 1;
    color: #44403C;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease,
        border-color 0.3s ease;
    -ms-transition: color 0.3s ease, background-color 0.3s ease,
        border-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease,
        border-color 0.3s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

#navBar ul.mobile-nav-links li:last-child a {
    border: 0;
}

#navBar ul.mobile-nav-links li a:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

#navBar ul.mobile-nav-links li a:focus {
    background: transparent;
}

@media all and (min-width: 768px) and (max-width: 992px) {
    #navBar figure {
        text-align: center;
    }
}

@media all and (min-width: 576px) and (max-width: 992px) {

    #navBar {
        padding: 0 20px;
    }

    #navBar ul.nav-ul li a {
        padding: 12px 10px;
        letter-spacing: 0;
    }
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs>li {
    float: auto;
    margin-bottom: 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: inherit;
    cursor: default;
    background-color: transparent;
    border: 0;
}

.nav-tabs>li>a {
    margin-right: 0;
    line-height: inherit;
    border: 0;
    border-radius: 0;
}

.nav-tabs>li>a:hover {
    border: 0;
    background-color: transparent;
}

#header {
    background-image: url("../img/header-bg.webp?v=1.1.0");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.header-video>iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    transform: translate(-50%, -50%);
}

#header iframe {
    position: absolute;
    width: 2200px;
    height: 2000px;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
}

:is(#header, #navBar) .phone-number>i {
    font-size: 36px;
}

#header .phone-number>i {
    color: #d5d5d5;
}

:is(#header, #navBar) .phone-number>a {
    font-size: 13px;
    /* font-family: "Raleway", sans-serif; */
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    margin-bottom: 0;
    color: #a5a4a4;
}

:is(#header, #navBar) .phone-number>a>span {
    margin-top: -10px;
    font-size: 36px;
    color: #fff;
}

#navBar .phone-number>a {
    color: #292524;
}

#navBar .phone-number>a>span {
    color: #292524;
}


.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.55); */
    background-color: rgb(64 62 58 / 70%);
    /* rgb(88 80 46 / 40%) */
    white-space: nowrap;
    /* box-shadow: inset 0px 100px 150px 30px #212121, inset 0px -100px 150px 30px #212121; */
}

.overlay:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;

    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), color-stop(27.91%, rgba(83, 82, 78, 0))), -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.65)), color-stop(50.5%, rgba(83, 82, 78, 0)));

    background: -webkit-linear-gradient(top,
            rgba(0, 0, 0, 0.8),
            rgba(83, 82, 78, 0) 27.91%),
        -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65), rgba(83, 82, 78, 0) 50.5%);
    background: -o-linear-gradient(top,
            rgba(0, 0, 0, 0.8),
            rgba(83, 82, 78, 0) 27.91%),
        -o-linear-gradient(left, rgba(0, 0, 0, 0.65), rgba(83, 82, 78, 0) 50.5%);
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.8),
            rgba(83, 82, 78, 0) 27.91%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.65), rgba(83, 82, 78, 0) 50.5%);
}

.overlay .overlay-bars {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0.1) 0 0) calc(1 * 100% / 5),
        linear-gradient(rgba(255, 255, 255, 0.1) 0 0) calc(2 * 100% / 5),
        linear-gradient(rgba(255, 255, 255, 0.1) 0 0) calc(3 * 100% / 5),
        linear-gradient(rgba(255, 255, 255, 0.1) 0 0) calc(4 * 100% / 5);
    background-size: 1px 100%;
    background-repeat: no-repeat;
}

nav#top-bar {
    padding-top: 50px;
    color: #fff;
}

#top-bar h4 {
    color: #d5d5d5;
    font-size: 13px;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.3;
}

header#headerContent {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 500px;
}

header#headerContent .header-headline {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    justify-content: end;
}

header#headerContent .btns-wrapper {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 25px;
}

.header_wrapper {
    /* padding: 155px 0 170px; */
    text-align: center;
    padding: 0 0 65px;
}

.header_wrapper h1 {
    color: #fff;
    margin-bottom: 9px;
    text-align: center;
    /* text-transform: capitalize; */
    font-size: 45px;
    line-height: 1.15;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.header_wrapper .subheadline {
    color: #C59D5F;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 25px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.header_wrapper p {
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

@media all and (min-width: 992px) {
    .header_wrapper p {
        word-wrap: break-word;
        max-width: 78%;
        margin: auto;
    }
}

.header-cta {
    position: relative;
    z-index: 10;
}


.cta-card {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.cta-card img {
    height: 115px;
}

.content_wrapper {
    width: 55%;
    align-self: center;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.header-cta .content_wrapper h6 {
    color: #fefefe;
    line-height: 1;
    margin-bottom: 6px;
}

.header-cta .content_wrapper p {
    line-height: 1.3;
    font-size: 15px;
    margin-bottom: 0;
}

.btn-cta {
    color: #27a526;
    line-height: 1;
    font-size: 15px;
    transition: all 0.3s;
}

.btn-cta:hover {
    text-decoration: none;
    color: rgba(194, 171, 146, 0.6);
}


#services {
    padding: 80px 0;
}

#services p {
    color: #6b7280;
}

#services .sec-header {
    margin-bottom: 40px;
}

.service-card {
    /* background-color:; */
    padding: 40px 20px;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    transition: box-shadow 300ms ease 0ms, background-color 300ms ease 0ms, background-image 300ms ease 0ms;
}

.service-card:hover {
    background-color: #fff;
}

.service-card-img {
    max-width: 70px;
    margin: 0 auto 15px;
}

.service-card {
    text-align: center;
}

#price-list {
    padding: 80px 0;
}

#price-list .sec-header {
    margin-bottom: 0;
}

#price-list .sec-header h2 {
    margin: 0;
}

.price-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.price-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
    font-family: sans-serif;
    color: #6b7280;
}

.price-list .service {
    white-space: nowrap;
    font-size: 14px;
    text-transform: capitalize;
}

.price-list .time-sprator {
    padding: 0;
    margin-top: -10px;
}

.price-list .dots {
    flex: 1;
    border-bottom: 1px dotted #000;
    margin: 0 10px;
    height: 0.5em;
}

.price-list .time {
    color: #C59D5F;
    font-size: 0.85rem;
    font-weight: 600;
}

.price-list .price {
    white-space: nowrap;
}

.price-list-wrapper {
    margin-top: 30px;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.price-list-wrapper .row {
    margin-right: 0;
    margin-left: 0;
}

.price-list-wrapper .row>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.process-content {
    /* background-color: teal; */
    padding: 20px;
}

.process-content p b {
    font-size: 16px;
    /* color: #C59D5F; */
}

.sallon-packages h3 {
    text-transform: uppercase;
    font-size: 26px;
}

#cta {
    background-color: #1F1F1F;
    padding: 50px 0;
}

#cta h3 {
    color: #fff;
    font-size: 21px;
    line-height: 32px;
}


#about {
    padding: 80px 0 110px;
    background-color: #ffffff;
}

.about-image {
    position: relative;
    border: 5px solid #fff;
    /* box-shadow: ; */
}

.about-image img {
    object-fit: cover;
    max-height: 565px;
    width: 525px;
}

.layer {
    background-color: #C59D5F;
    /* width: 250px;
    height: 200px; */
    padding: 50px;
    position: absolute;
    right: 20px;
    bottom: -50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.layer h3 {
    font-size: 45px;
    line-height: 45px;
    font-weight: 700;
}

.layer p {
    color: #141312;
    font-size: 19px;
}

.about-content h4 {
    color: #C59D5F;
    font-size: 20px
}

.about-content h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    /* color: #fff; */
}

.about-content .btn.btn-outline {
    background-color: #C59D5F;
    color: #1F1F1F;
    text-shadow: none;
    font-weight: 600;
    border-color: #C59D5F;
}

.about-content .btn.btn-outline:hover {
    background-color: #1F1F1F;
    color: #C59D5F;
    border-color: #1F1F1F;
}

.about-content p {
    color: #6b7280;
    margin-bottom: 12px;
}


#why-us {
    padding: 80px 0;
}

.why-us-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.why-us-list li {
    color: #6b7280;
}

.why-us-list li i {
    color: #C59D5F;
}

#testimonials {
    background-color: #f9f9f9;
    padding: 120px 0 150px;
}

.client-details {
    text-align: left;
}


#price-list p {
    color: #6b7280;
    font-size: 18px;
    line-height: 1.4;
}

#whyUs {
    /* background-color: #201f31; */
    background-color: #EDEBEB;
    padding: 140px 0 80px;
}

#extras {
    padding: 50px 0 220px;
}

@media all and (min-width: 990px) {
    #extras .container-fluid {
        max-width: 1690px;
    }
}

#wedding-videos {
    padding: 125px 0 75px;
}

.our-videos h2,
.our-videos p {
    color: #1f1d1d;
}

#whyUs h2 {
    color: #44403C;
    font-size: 45px;
    line-height: 1.1;
}

#whyUs p {
    font-size: 18px;
    line-height: 1.4;
    color: #73706e;
}

#whyUs img {
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

@media (min-width: 992px) {
    #whyUs img {
        margin-top: -270px;
    }
}

#whyUs .value-props {
    margin-top: 65px;
}

#whyUs .value-props h3 {
    color: #44403C;
    font-weight: 600;
    font-size: 26px;
}

#whyUs .value-props p {
    color: #908f8e;
    font-size: 15px;
}


#what-we-do {
    position: relative;
    margin-top: 140px;
    margin-bottom: 140px;
}

.what-we-do-header-img {
    object-fit: cover;
    margin-top: -140px;
}

#what-we-do .row.what-we-do-bg,
.solid-bg {
    background-color: #EDEBEB;

}

#what-we-do .h1 {
    color: #44403C;
    /* font-size: 37px; */
}

#what-we-do .section-headline {
    margin-top: 90px;
    margin-bottom: 60px;
}

.price-list-img {
    margin-bottom: 10px;
}

#what-we-do .section-headline p {
    color: #73706e;
}

/* @media all and (min-width:992px) {
    #whyUs img {
        margin-top: -270px;
    }
} */

/* #testimonials:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -50px;
  height: 52px;
  width: 50%;
  background-color: #f9f9f9;
} */


/* testimonials */
#testimonials {
    /* padding: var(--section-padding); */
    padding: 80px 0 80px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/testi-bg.webp");
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.testimonial-header {
    text-align: center;
}

#testimonials .sec-header {
    text-align: center;
    margin-bottom: 30px;
}

#testimonials .sec-header h2 {
    color: #fff;
}

#testimonials .sec-header p {
    color: #afafaf;
}

.testimonial-card {
    background-color: #fff;
    margin-top: 20px;
    border: solid 1px #dddddd;
    padding: 20px;
    border-radius: 5px;
    min-height: 204px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.carousel-indicators {
    bottom: -60px;
}

.carousel-indicators [data-bs-target] {
    background-color: var(--main-color);
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.testimonial-card p {
    font-size: 18px;
    color: #777;
    line-height: 26px;
    text-align: left;
    /* max-height: 105px; */
    overflow-y: auto;
}

.client-img-wrapper {
    margin-top: 7px;
    width: 48px;
    height: 58px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    /* background-color: red; */
}

.client-img-wrapper img {
    border-radius: 50%;
}

.client-data {
    display: flex;
    align-items: center;
}

.client-data h6 {
    margin-bottom: 5px;
}

.client-data h6 {
    font-size: 18px;
    font-weight: 500;
}

.testimonial-card .google-icon {
    width: 50px;
}

.extras-block {
    text-align: center;
}

.extras-block h5 {
    font-size: 23px;
    margin-bottom: 0;
    margin-top: 14px;
    font-weight: 600;
}

.extras-block p {
    font-size: 16px;
    color: #6d6d6d;
    margin-bottom: 0;
}

.services-block {
    margin-bottom: 40px;
}

.services-block h3 {
    color: #44403C;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
}

.services-block h4 {
    color: #fefefe;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
}

.services-block h4 span {
    display: block;
    font-size: 25px;
    margin-top: 7px;
}

.services-block .hint {
    font-size: 14px;
}

.services-block ul.list li {
    color: #d5d5d5;
    font-size: 17px;
}

.services-block ul.list li:before {
    color: #7b6d5f;
}

.services-block .services-block_wrapper {
    padding: 15px;
    border: 1px solid #7b6d5f;
    border-radius: 3px;
}

.services-block .separator,
.value-props .separator {
    width: 20%;
    height: 1px;
    background-color: #C59D5F;
    margin: 25px 0;
}

.btn-cta-lg {
    line-height: 1;
    padding: 40px 50px;
    background-color: #C59D5F;
    color: #1f1d1d;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -9%;
    transition: all 200ms ease-in-out;
    border: 1px solid transparent;
}

.btn-cta-lg i {
    font-size: 30px;
    line-height: 1;
}

.btn-cta-lg:hover {
    text-decoration: none;
    background-color: #fff;
    color: #212121;
    border-color: #C59D5F;
}

#recent-work {
    padding-top: 100px;
    padding-bottom: 150px;
}

#recent-work .section-headline {
    text-align: center;
}

.gg-bt {
    background: rgb(255 255 255 / 72%);
}

.gg-prev,
.gg-nxt {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

#team {
    padding: 60px 0;
}

#team h2 b {
    color: #27a526;
}

#team .section-headline {
    margin-bottom: 60px;
}

.cta-full {
    background-color: #212121;
    padding: 50px 0;
}

.cta-full h4 {
    text-align: center;
    color: #fefefe;
    font-family: "Raleway", sans-serif;
    margin-bottom: 0;
}

.cta-full a {
    color: #27a526;
}

.member-details {
    max-width: 82%;
    margin-left: auto;
    background: #fff;
    padding: 0 7px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.member-details h5 {
    font-size: 18px;
    line-height: 1;
}

.member-details p {
    color: #212121;
    opacity: 0.75;
    font-size: 12px;
}

.member-details p em {
    font-style: normal;
}

#contact-us {
    padding: 80px 0;
    background-color: #ffffff;
}

#contact-us .section-headline {
    margin-bottom: 0;
}

#contact-us .btn.btn-outline {
    color: #1F1F1F;
    border-color: #1F1F1F;
    text-shadow: none;
    margin-top: 10px;
}

#contact-us .btn.btn-outline:hover {
    border-color: #C59D5F;
}

.section-headline h2 {
    font-size: 41px;
    font-weight: 700;
}

#contact-us .section-headline p {
    color: #6b7280;
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 15px;
}

#contact-us h2 {
    font-size: 36px;
}

.contact-info {
    align-items: center;
    margin: 10px 0 20px;
}

.contact-info_wrapper {
    margin-left: 9px;
}

.contact-info .icon {
    width: 65px;
    height: 65px;
    border: 1px solid #cecece;
    color: #afafaf;
    border-radius: 50%;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 32px;
}

.contact-info .icon i.icon-phone {
    rotate: 100deg;
}

.contact-info h6 {
    margin-bottom: 2px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
}

.contact-info_wrapper span {
    font-size: 15px;
    line-height: 1;
    color: #000;
}

.phone-number {
    display: flex;
}

.phone-number a {
    color: #000;
    font-size: 16px;
    opacity: 0.9;
}

.phone-number span {
    line-height: 1;
    font-family: "Cormorant Garamond", serif;
    font-size: 32px;
    margin-bottom: 5px;
}

.phone-number i {
    font-size: 30px;
    color: #292524;
}

.form-control {
    display: block;
    width: 100%;
    line-height: 1.42857143;
    color: #3c3c3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    outline: 0;
    font-size: 14px;
    height: auto;
    padding: 12px 15px;
    border: 2px solid #a5a5a5;
    background: #fff;
    box-shadow: none;
    border-radius: 0;
    color: #525a6c;
    border-color: #e7e7e7;
    background-color: #ffffff;
}

.form-label span {
    color: red;
    font-size: 18px;
}

.form-label span.optional {
    font-size: 15px;
    color: #666666;
}

textarea.form-control {
    height: 120px;
}

.form-control.error {
    border-color: rgba(206, 32, 32, 0.8);
}

label.error {
    font-size: 13px;
    color: red;
    margin: 0;
    text-shadow: none;
    line-height: 17px;
    padding-left: 5px;
    text-align: left;
    display: block;
    font-weight: normal;
    margin-top: 3px;
}

.form-label {
    text-shadow: none;
    font-size: 14px;
    text-transform: uppercase;
    color: #666666;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 2px;
    line-height: 20px;
}

label[for="message"] span {
    font-weight: bold;
}

.btn.btn-submit {
    line-height: 1;
    padding: 25px 40px;
    background: transparent;
    color: #000;
    border: 2px solid #000;
    font-weight: bold;
    font-size: 16px;
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: -9%; */
    transition: all 200ms ease-in-out;
    border-radius: 0;
    display: block;
    /* width: 70%; */
    margin: 25px auto 15px;
}

.btn-submit:hover {
    background: #000;
    color: #fff;
}

.btn.btn-outline {
    line-height: 1;
    padding: 20px 45px;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 1px;
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: -9%; */
    transition: all 200ms ease-in-out;
    /* border-radius: 0; */
    display: inline-block;
    text-transform: uppercase;

    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.btn.btn-outline:hover {
    background-color: #C59D5F;
    border-color: #C59D5F;
    color: #2d2822;
    text-shadow: none;
}

/* rgb(150 130 108 / 80%)) */
.cta-sub {
    color: #6b7280;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    display: block;
    letter-spacing: 1px;
}

.section-headline {
    margin-bottom: 50px;
    text-align: center;
}

@media all and (min-width: 1200px) {
    #recent-work .container {
        max-width: 1600px;
    }
}

#gellery {
    padding: 80px 0;
}

#owl-carousel-gallery .owl-dots {
    display: none;
}

.gallery-container {
    width: 95%;
    margin: auto;
}

ul.gallery {
    list-style-type: none;
    margin: 0;
    padding: 0;
    gap: 8px;
}

.fancy-video {
    position: relative;
}

.fancy-video .overlay {
    background-color: rgba(0, 0, 0, 0);
    /*opacity: 0.7;*/
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

}

.fancy-img .overlay {
    background-color: rgba(0, 0, 0, 0);
    /*opacity: 0.7;*/
    display: flex;
    /* top: 100%; */
    justify-content: center;
    align-items: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.fancy-video:hover .overlay {
    background-color: rgba(0, 0, 0, .40);

}

/* .fancy-img{
  transition: all 0.3s;
} */

.fancy-img:hover .overlay {
    background-color: rgba(0, 0, 0, .40);
    /* top: 0; */
}

.fancy-img:hover .overlay .icon-search_wrapper i {
    display: block;
}

.fancy-video .icon-play_wrapper {
    background-color: #d0b884;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}

.fancy-video .icon-play_wrapper i {
    font-size: 40px;
    color: #fefefe;
}

.fancy-img .icon-search_wrapper i {
    font-size: 40px;
    color: #fefefe;
    display: none;
    transition: all 3s;
}


span.project-title {
    font-size: 16px;
    color: #4b4949;
    margin-top: 2px;
    text-align: center;
    /* background: #edebeb; */
    padding: 6px 0 5px;
    line-height: 1;
    font-weight: 600;
}

ul.gallery li {
    width: 100%;
    /* float: left; */
    position: relative;
    overflow: hidden;
    /* margin: 4px; */
}

ul.gallery-group {
    gap: 15px !important;
    /* margin-top: 50px; */
}

ul.gallery-group li {
    width: 24.19999999%;
    /* float: left; */
    position: relative;
    overflow: hidden;
    /* margin: 4px; */
    margin-bottom: 5px;
}

ul.gallery-group li:nth-child(8)~li {
    display: none;
    /* opacity: 0.7; */
}

.gallery-image {
    /* position: relative;
    box-shadow: 0px 0px 19px -1px rgba(12, 126, 126, 0.7);
    -webkit-box-shadow: 0px 0px 19px -1px rgba(132, 126, 126, 0.73);
    -moz-box-shadow: 0px 0px 19px -1px rgba(132, 126, 126, 0.73); */
}

.gallery-image:hover .gallery-overlayer {
    background-color: rgba(0, 0, 0, 0.4);
}

.gallery-overlayer {
    background: rgba(137, 204, 37, 0);

    /* background-color: red; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* opacity: 0; */
    transition: all 0.3s;
}

.load-more {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    max-width: 300px;
    /* height: 40px; */
    /* text-transform: uppercase; */
    background-color: #000000;
    color: white;
    margin: 50px auto;
    /* border-radius: 30px; */
    transition: all 0.3s ease-out;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 50px;
    line-height: 1;
}

/* .load-more::after{
  content: '';
  background-color: red;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: -1;
} */
.load-more a {
    color: white;
}

.load-more:hover {
    background-color: #000;
    color: #fff;
    /* color: inherit; */
    text-decoration: none;
}

.load-more:focus {
    color: inherit;
    text-decoration: none;
}

.loaded {
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: visibility .3s 1s, opacity .3s 1s, height .3s 1s;
}

.gallery-icon-container {
    background-color: white;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.gallery-icon-container i {
    color: black;
}

.gallery-overlayer .icon-play {
    font-size: 50px;
}

/* ul.gallery li a:after {
  font-family: "icomoon";
  content: "\ea1c";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0);
  font-size: 25px;
  background: rgba(137, 204, 37, 0);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
} */

ul.gallery li a:hover:after {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5;
    border: 2px solid #e8d5ba;
}

ul.gallery li img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/* ul.gallery li a:hover img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  position: relative;
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  overflow: hidden;
} */

.gallery .owl-nav {
    display: flex;
    justify-content: space-between;
    width: 200px;
    margin: auto;
    font-size: 42px;
    margin-top: 25px;
}

#footer {
    background-color: #1F1F1F;
    padding: 80px 0 65px;
}

.footer-bname img {
    width: 100px;
    /* margin: auto; */
}

.footer-bname h3 {
    color: #C59D5F;
}

.footer-card .phone-number a {
    color: #d5d5d5;
}

#footer .footer-card .phone-number i.icon-telephone-1 {
    color: #d5d5d5;
}

#copyright {
    background-color: #1F1F1F;
    border-top: 2px solid #313131;
    padding: 20px 0;
}

#copyright p {
    font-size: 15px;
}

.footer-card {
    background-color: #333333;
    min-height: 285px;
    margin: auto;
    padding: 50px 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-card .phone-number {
    margin-top: 20px;
}

.footer-card h3 {
    color: #fff;
}

#footer .footer-wrapper {
    padding-top: 50px;
    padding-bottom: 60px;
    border-top: 1px solid #e7e7e7;
}

.footer .item ul li .tit {
    padding-right: 10px;
    color: #aba59f;
}

.footer .item ul li .tit,
.footer .item ul li .dots,
.footer .item ul li span {
    display: table-cell;
    white-space: nowrap;
    color: #aba59f;
}

.footer .item ul li .dots {
    /* color: rgb(171, 165, 159); */
    height: 4px;
    width: 100%;
    border-bottom: 1px dashed #aba59f;
    position: relative;
    top: -7px;
}

.footer .item ul li .tit,
.footer .item ul li .dots,
.footer .item ul li span {
    display: table-cell;
    white-space: nowrap;
}

.footer-title {
    font-size: 27px;
    color: #1F1F1F;
    margin-bottom: 15px;
    font-weight: 600;
}

#footer img.footer-logo {
    margin-bottom: 8px;
}

#footer .phone-number i {
    color: #000;
}

p.copyright {
    line-height: 1;
    margin-bottom: 0;
    color: #8f8f91;
    font-weight: 600;
    font-size: 13px;
}

#contact-form-toggler {
    position: fixed;
    right: -32px;
    top: 50%;
    background-color: #000;
    color: #fff;
    transform: rotate(-90deg);
    padding: 8px 12px;
    text-transform: capitalize;
    font-weight: bold;
    border: none;
    outline: none;
}

#bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f5f5f4;
    z-index: 10000;
    /* width: 100%; */
    /* box-shadow: 1px 1px 9px #8c8c8c; */
    /* box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); */
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    /* overflow: hidden; */
}

#bottom-nav .action>a {
    padding: 6px 7px 3px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #dededd;
    margin-right: -1px;
}

#bottom-nav .action>a,
#bottom-nav .action>a>i {
    font-size: 1.029333359rem;
    color: #1f1d1d;
    font-weight: 600;
}

#bottom-nav .action>a>i {
    font-size: 28px;
    padding-top: 6px;
}

#bottom-nav i.icon-iconmonstr-media-control-2 {
    transform: rotate(-90deg);
    font-size: 23px !important;
}

#bottom-nav .action>a>i::before {
    margin: 0;
}

th.datepicker-switch {
    font-weight: bold;
    color: #1f1d1d;
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
}

th.dow {
    color: #6b7280;
}

.datepicker tfoot tr th.clear {
    background: rgb(154 152 152 / 23%);
    color: #1c1c1c;
}

.datepicker tfoot tr th.clear:hover {
    background: rgb(154 152 152 / 60%);
}

.datepicker .next,
.datepicker .prev {
    color: #afafaf;
}

td.day {
    padding: 9px !important;
    line-height: 1;
}

.datepicker table tr td.disabled {
    color: rgb(119 119 119 / 80%);
}

.datepicker table tr td {
    color: #222;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .header_wrapper h1 {
        font-size: 60px;
    }

    #whyUs {
        padding: 100px 0;
    }

    #whyUs h2 {
        font-size: 38px;
    }
}


@media all and (max-width: 991px) {
    ul.gallery-group li {
        /* width: 47.5%; */
        width: 47.9%;
    }
}


@media all and (max-width: 575px) {


    #price-list .sec-header h2 {
        font-size: 35px;
    }

    .logo {
        font-size: 32px;
    }

    .modal .btns-wrapper {
        flex-direction: column;
    }

    /* .about-content h2 {
      line-height: 25px;
    } */
    .footer-card {
        padding: 50px 30px;
        min-height: 220px;
    }

    header#headerContent {
        min-height: auto;
    }

    nav#top-bar {
        padding-top: 25px;
    }

    .logo {
        text-align: center;
    }

    .header_wrapper {
        padding: 60px 0 90px;
        text-align: left;
    }

    #what-we-do .h1 {
        font-size: 35px;
    }

    #wedding-videos {
        padding-bottom: 100px;
    }

    .services-block h3 {
        font-size: 25px;
    }

    #extras {
        padding-bottom: 75px;
    }

    .extras-block {
        margin-bottom: 25px;
    }

    .logo img {
        max-width: 100px;
        margin-bottom: 18px;
    }

    span.project-title {
        line-height: 1.15
    }

    #recent-work {
        padding-bottom: 75px;
    }

    #whyUs {
        padding-top: 75px;
        padding-bottom: 65px;
    }

    #whyUs .value-props {
        margin-top: 33px;
    }

    #what-we-do {
        margin-bottom: 50px;
    }

    .top-bar_wrapper {
        width: 83%;
        text-align: center;
        margin: 0 auto;
    }

    .header_wrapper h1 {
        font-size: 39px;
    }

    .header_wrapper p {
        font-size: 16px;
    }

    header#headerContent .btns-wrapper {
        flex-direction: column;
    }

    .content_wrapper {
        width: 55%;
    }

    .cta-card {
        margin-bottom: 15px;
    }

    #navBar {
        padding: 0px;
    }

    #navBar img {
        max-width: 50px;
    }

    .secondary-nav {
        margin-top: 72px;
        width: 100%;
        max-width: 100%;
    }

    .footer-nav {
        bottom: 170px;
    }

    .subheadline {
        font-size: 11px;
        line-height: 1.3;
        margin-top: 22px;
    }

    .subheadline span {
        display: block;
    }

    .services-block {
        margin-bottom: 50px;
    }

    .services-block p {
        margin-bottom: 0;
    }


    #whyUs h2 {
        font-size: 35px;
        line-height: 1.1;
    }

    /* #testimonials {
      padding-bottom: 45px;
    }

    #testimonials:before {
      left: 40%;
      width: 60%;
    } */
    ul.reviews-list li {
        width: 100%;
    }

    #what-we-do .section-headline {
        margin-top: 85px;
        margin-bottom: 90px;
    }

    #what-we-do h1 {
        font-size: 33px;
    }

    #team .section-headline h2 {
        font-size: 32px;
    }

    #contact-us {
        padding: 50px 0 80px;
    }

    .contact-info {
        margin-bottom: 10px;
    }

    .field-wrp {
        margin-top: 15px;
    }

    #contact-us .section-headline h2.h1 {
        font-size: 37px;
    }

    #footer .footer-wrapper {
        padding: 45px 0;
    }

}

@media all and (min-width: 992px) {
    .col-lg-special {
        flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        max-width: 38%;
    }
}

@media (max-width: 414px) {
    .top-bar_wrapper {
        width: 90%;
    }

    .header_wrapper .subheadline {
        font-size: 14px;
    }

    h2,
    .h2 {
        font-size: 30px;
    }

    .header_wrapper h1 {
        font-size: 32px;
        text-align: left;
    }

    .cta-card img {
        height: 86px;
    }

    .content_wrapper {
        width: 60%;
    }

    #bottom-nav .action>a,
    #bottom-nav .action>a>i {
        /* font-size: 19px; */
    }
}


#popup-form .modal-content {
    width: 85%;
    margin: auto;
    background-color: #fff;
    border-radius: 15px;
    padding: 30px 30px 50px;
}

.modal-title {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    color: #777777;
    margin-bottom: 40px;
}

.modal {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;

}

.modal .btns-wrapper {
    display: flex;
    gap: 10px;
    margin-top: 25px;
}

a.btn.btn-outline.btn-border-radius.back {
    background-color: red;
    border-color: red;
    text-shadow: none;
}

a.btn.btn-outline.btn-border-radius.back:hover {
    background-color: #141312;
    color: #fff;
    border-color: #141312;
}

a.btn.btn-outline.btn-border-radius.go {
    color: #1F1F1F;
    border-color: #1F1F1F;
    text-shadow: none;
}

a.btn.btn-outline.btn-border-radius.go:hover {
    border-color: #C59D5F;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}

.modal-body {
    padding: 0;
}

#popup-form .modal .modal-title {
    margin: auto;
}

.value-prop-card-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

#about-service .row {
    --bs-gutter-x: 4.5rem;
}

#about-service .modal-icon-wrap {
    background-color: #fff;
    width: 65px;
    padding: 5px;
    height: 65px;
    display: flex;
    margin-right: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 30%;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

#about-service .modal-icon {
    width: 40px;
}

.modal-icon-wrap {
    background-color: #e9f3f5;
    width: 38px;
    padding: 5px;
    height: 34px;
    display: flex;
    margin-right: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 30%;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

#popup-form .modal-content {
    width: 85%;
    margin: auto;
}

.modal img.img-logo {
    width: 200px;
}


.modal ul.intro-list li:before,
ul.list li:before {
    color: #72a046;
}

.pricing-btn {
    background-color: #f8b800;
    color: #1C1C1C;
    transition: 0.3s;
}

.pricing-btn:hover {
    background-color: #cf9913;
}

.modal .gallery-image {
    width: fit-content;
    margin: 0 auto 15px;
}

.modal-header .close {
    background-color: #020202;
    width: 40px;
    height: 40px;
    margin: 1px 0;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    font-size: 27px;
    border-radius: 50%;
    padding: 0;
    line-height: 1;
    flex: 0 0 auto;
}

.modal label span.muted {
    color: rgba(2, 2, 2, 0.5);
    font-size: 11px;
    font-weight: bold;
}

.modal form input {
    height: auto;
}

.modal form .form-control:focus {
    border-color: #3A3A3A;
    box-shadow: none;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.service-block {
    position: relative;
    cursor: pointer;
}

.btn-modal {
    padding: 12px 16px;
    background-color: #C31517;
    border-color: #C31517;
    color: #fff;
    font-size: 18px;
    border-radius: 8px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s;
}

.btn-modal:hover {
    background-color: #020202 !important;
    border-color: #020202 !important;
    color: #fff;
}

.modal .popup-phone {
    margin-top: 20px;
    text-align: left;
}

.modal .popup-phone h5 {
    font-size: 20px;
}

.modal-form {
    background-color: #E9F3F5;
    padding: 20px 15px;
    border-radius: 5px;
}

.modal-form h4 {
    font-size: 23px;
}


.modal-content-card h2 {
    font-size: 27px;
}

.value-prop-modal {
    margin-top: 20px;
}

.value-prop-card {
    margin-bottom: 24px;
}

.value-prop-modal .value-prop-card h3 {
    font-size: 19px;
    margin: 10px 0 5px;
}

.modal-icon {
    width: 25px;
}

.modal-header {
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h4 {
    margin-bottom: 0;
    line-height: 1.4;
}

.modal-form form {
    padding: 0 10px;
}

.modal-form form .form-label {
    color: #00063A;
    font-weight: 600;
    line-height: 1;
}


.modal .modal-body .title {
    background-color: #1B1B1B;
    color: #fff;
    padding: 8px 0;
    margin-top: 24px;
    border-radius: 9px;
    line-height: 1;
    font-size: 24px;
    font-weight: 500 !important;
}

.modal .modal-body .title h4 {
    color: #161616;
}

.modal .modal-body .popup-phone h5 a,
.modal .modal-body .popup-phone h5 i {
    color: #C31517;
    font-size: 32px;
}


@media all and (max-width: 576px) {

    .secondary-nav {
        display: block;
    }

    #popup-form .modal-content {
        width: 95%;
    }

    #popup-form .modal-content {
        padding: 15px 15px 40px;
    }

    .modal-body {
        padding: 0;
    }

    .modal-title {
        font-size: 22px;
    }
}