@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Teko:wght@300..700&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Neometric-M';
    src: url(../font/American\ Captain.otf);
}

@font-face {
    font-family: 'Neometric-M';
    src: url(../font/Neometric-Regular.otf);
}

@font-face {
    font-family: 'Neometric-M';
    src: url(../font/Neometric\ Medium\ \(Regular\).otf);
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #fff;
    white-space: initial;
    font-family: "Montserrat", sans-serif;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #fff;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

.other {
    font-family: "Roboto", sans-serif;
    font-family: "Teko", sans-serif;
}

p {
    font-weight: 500;
    line-height: 27px;
    margin: 0;
    font-size: 19px;
    font-family: "Montserrat", sans-serif;
    color: #fff;
}

h1 {
    font-family: 'Neometric-M';
    font-size: 70px;
    line-height: 1.05;
    color: #fff;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}

h2 {
    font-family: 'Neometric-M';
    font-size: 55px;
    line-height: 1.1;
    color: #fff;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}

h3 {
    font-family: 'Neometric-M';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0;
}

h4 {
    font-family: 'Neometric-M';
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

h5 {
    font-family: 'Neometric-M';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

h6 {
    font-family: 'Neometric-M';
    font-size: 26px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0;
}

select {
    background: #fff url('../images/select.png') no-repeat right;
    padding: 0 40px 0 30px;
    background-position: right 0.7rem top 50%;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}

/*---------------------------------------------------- Tabs Section Start ----------------------------------------------------------- */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

/*---------------------------------------------------- Tabs Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Carousel Section Start ----------------------------------------------------------- */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

.container-fluid {
    padding: 0 4%;
}


/*---------------------------------------------------- Carousel Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Button Section Start ----------------------------------------------------------- */

.btn-1 {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #874218;
    padding: 5px 5px 5px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 80px;
    gap: 15px;
    background: #1d1d1d;
}

.baner-authrz img {
    width: 170px;
}

.btn-1 span {
    width: 40px;
    height: 40px;
    display: grid;
    place-content: center;
    border-radius: 50%;
    transition: .5s all;
    background-image: -webkit-linear-gradient(-90deg, rgb(254, 143, 1) 0%, rgb(255, 83, 1) 100%);
}

.btn-1:hover span {
    transform: rotate(180deg);
}


/*---------------------------------------------------- Button Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Header Section Start ----------------------------------------------------------- */

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    right: -20px;
    gap: 11px;
    width: max-content;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: flex;
    text-decoration: none;
    color: #fff;
    padding: 8px 18px;
    font-size: 12px;
    border: 1px solid #fff;
    text-transform: uppercase;
    border-radius: 50px;
    transition: 0.7s all;
    align-items: center;
    gap: 5px;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #fff;
    /* background: #fce22e; */
    background-image: -webkit-linear-gradient(-90deg, rgb(254, 143, 1) 0%, rgb(255, 83, 1) 100%);
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #fff;
    left: 0px;
    width: 160px;
    text-align: left;
    top: 40px;
    border-radius: 30px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #000 !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li>a:hover {
    /* background-color: #fce22e !important; */
    color: #fff !important;
    background-image: -webkit-linear-gradient(-90deg, rgb(254, 143, 1) 0%, rgb(255, 83, 1) 100%);
}




.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.header-btn {
    text-align: end;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: -18px;
}

.menuSec .row {
    border-bottom: 1px solid #d656343d;
    padding: 10px 0;
}

/*---------------------------------------------------- Header Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Banner Section Start ----------------------------------------------------------- */

.banner-sec {
    background-image: url(../images/baner-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 115vh;
    align-content: end;
}

.ban-cntc-btn {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 30px;
}

.hav-quest-bnr {
    display: flex;
    align-items: center;
    gap: 13px;
}

.prg-hedpne {
    display: grid;
}

.banner-sec .row {
    align-items: center;
}

.banner-text h6 {
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-size: 17.5px;
    text-transform: uppercase;
}

.banner-text h2 {
    margin-bottom: 25px;
    color: #ffe306;
    text-shadow: 0px 0px 20px #843900;
}

.hav-quest-bnr span {
    color: #fff;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
}

.prg-hedpne a {
    font-size: 25px;
    font-weight: 500;
    margin-top: 3px;
}

.baner-authrz {
    position: absolute;
    bottom: 24px;
    left: 38%;
    z-index: 1;
}

.baner-img img {
    width: 100%;
    height: 720px;
    object-fit: scale-down;
}

.baner-slider-img {
    z-index: 2;
}

.baner-slider-img .slick-slide {
    margin: 0 5px;
}

.banner-sec:after {
    content: '';
    position: absolute;
    bottom: 0;
    background-image: url(../images/bnr-btm-cvr.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    width: 100%;
    height: 190px;
}

img.bnr-design {
    position: absolute;
}

img.bnr-design.b1 {
    top: 0;
    left: 0;
    filter: brightness(0) saturate(100%) invert(15%) sepia(98%) saturate(3493%) hue-rotate(40deg) brightness(92%) contrast(101%);
    color: #843900;
}

img.bnr-design.b2 {
    bottom: 0;
    right: 0;
    z-index: 1;
}

img.bnr-design.b3 {
    bottom: 20px;
    right: 36%;
}

.baner-img {
    position: relative;
    z-index: 2;
    transform: rotate(-1deg);
}

.banner-text {
    padding-bottom: 80px;
}

.banner-sec.innr {
    height: 550px;
    align-content: center;
}

.banner-text.innr {
    text-align: center;
    padding-bottom: 40px;
}



/*---------------------------------------------------- Banner Section End ------------------------------------------------------------- */

/*---------------------------------------------------- About Section Start ------------------------------------------------------------- */

.about-sec {
    background-image: url(../images/About-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #7b3013;
    background-position: center;
    padding: 150px 0;
    position: relative;
}

.about-left-img {
    position: relative;
    left: -70px;
    top: 70px;
}

.about-right-img {
    position: relative;
    right: -38%;
    top: 60px;
    transform: rotate(6deg);
}

.about-text.inr:before {
    left: 0px;
    top: 11px;
    background-size: contain;
}

.about-text.inr p {
    width: 76%;
}

.about-text.inr ul {
    margin-top: -5px;
}

.ftr-nw-emrg li {
    margin-bottom: 6px;
}

.about-text {
    text-align: center;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 54%;
    padding: 100px 0;
}

.about-text p {
    width: 75%;
    margin: 0 auto 22px;
}

.about-sec.inr .about-text {
    top: 25%;
    width: 52%;
    right: 40px;
}

.about-sec.inr .about-text:before {
    left: 0;
    top: -15px;
}

.about-text h2 {
    margin: 0 auto 10px;
    width: 80%;
}

.about-text:before {
    content: '';
    position: absolute;
    top: -8px;
    left: -5px;
    background-image: url(../images/about-main.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.about-left-img img {
    height: 600px;
    transform: rotate(-3deg);
}

/*---------------------------------------------------- About Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Services Section Start ------------------------------------------------------------- */

.serv-sec {
    padding: 72px 0 110px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/serv-back.png);
    z-index: 0;
}

.serv-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/serv-brdr-line.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 310px;
    z-index: -1;
}

.serv-head {
    margin-bottom: 20px;
}

.serv-img img {
    width: 100%;
    object-fit: contain;
    height: 450px;
}

.serv-main {
    position: relative;
}

.serv-text {
    background-color: #fff;
    text-align: center;
    padding: 20px 15px;
    width: 87%;
    height: 210px;
    margin: 0 auto;
    position: relative;
    bottom: 0;
    left: 12px;
    right: 0;
    top: -60px;
}

.serv-slider .slick-slide {
    margin: 0px 5px;
}

.serv-sec .container-fluid {
    padding: 0 6%;
    margin-top: 30px;
}

.serv-text h6 {
    color: #333333;
    font-size: 20px;
}

img.serv-desgn-bkr {
    position: absolute;
    bottom: 0;
    right: 0;
}

img.serv-desgn-bkr.sd {
    right: unset;
    bottom: unset;
    left: -80px;
    top: 39%;
}

/*---------------------------------------------------- Services Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Testimonial Section Start ------------------------------------------------------------- */

.Testimonial-Sec {
    padding: 100px 0;
    background-image: url(../images/testi-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

img.testi-desgn-bkr {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    height: 610px;
}

img.testi-desgn-bkr.sd {
    top: -20px;
    left: -100px;
    bottom: unset;
    right: unset;
    height: 350px;
}

.Testimonial-Sec:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/testi-line.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 150px;
    z-index: 0;
}


.testi-head {
    text-align: center;
    margin-bottom: 30px;
}

.testi-head p {
    width: 54%;
    margin: 5px auto 0;
}

.testi-head h2 {
    font-size: 64px;
    text-transform: uppercase;
}

ul.stars li:last-child i {
    opacity: 50%;
}

/* .testi-main:hover {
    background: #ffe306;
}

.testi-main:hover .user-review:before {
    background: #fff;
}

.testi-main:hover ul.stars li i {
    color: #ffff;
}

.testi-main:hover img.testi-back {
    filter: invert(1);
}

.testi-main:hover p {
    color: #fff;
}

.testi-main:hover h4 {
    color: #fff;
}

.testi-main:hover span {
    color: #fff;
} */

img.testi-back {
    width: 45%;
    position: absolute;
    top: 20%;
    left: 45%;
}

.testi-main {
    padding: 50px 50px;
    position: relative;
    background-image: url(../images/testi-main-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-color: #fff;
}

.user-review {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

ul.stars {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testi-main p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #6f6f6f;
}

.user-review img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
}

.user-review:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 110px;
    z-index: -1;
    border-radius: 50%;
    background-image: -webkit-linear-gradient(90deg, rgb(255, 227, 6) 0%, rgb(255, 86, 45) 100%);
}

ul.stars li i {
    color: #fd8f00;
    font-size: 20px;
}

.testi-main h4 {
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
}

.testi-main span {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

.slick-slide {
    opacity: 1;
}

/*---------------------------------------------------- Testimonial Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Experienced Section Start ------------------------------------------------------------- */

.experience-sec {
    padding: 160px 0;
    background-image: url(../images/Experience-Funky-Monkey-today-BG.jpg);
    background-color: #7b3013;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.experience-sec:before {
    /* content: ''; */
    position: absolute;
    /* top: 11%; */
    left: -40%;
    width: 90%;
    height: 320px;
    /* background-image: url(../images/expince-line.png); */
    /* background-repeat: no-repeat; */
    background-size: auto;
    z-index: -1;
    background-position: bottom;
}

.experience-text {
    margin-left: 50px;
    margin-top: 40px;
}

.experience-text h2 {
    margin-bottom: 6px;
    line-height: 1.05;
}

.experience-text h4 {
    font-size: 40px;
    margin-bottom: 10px;
    background-image: -webkit-linear-gradient(90deg, rgb(255, 227, 6) 0%, rgb(255, 86, 45) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.experience-text p {
    margin-bottom: 25px;
    width: 99%;
}

/*---------------------------------------------------- Experienced Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Contact Section Start ------------------------------------------------------------- */

.contact-sec {
    padding: 170px 0;
    background-color: #7b3013;
    background-image: url(../images/Have-Any-Questions-BG.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.cntct-new-pgn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-form input, .contact-form textarea, .contact-form select {
    width: 100%;
    height: 57px;
    padding: 14px 20px;
    border: 1px solid #9a9a9aa3;
    margin-bottom: 20px;
}

.contact-form {
    background: #fff;
    padding: 60px 70px;
}

.contact-form button:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    background: #211f18;
    width: 22px;
    height: 10px;
    clip-path: polygon(0 0, 0 80%, 46% 0);
}

.contact-form button:after {
    content: '';
    position: absolute;
    bottom: 1px;
    right: 1px;
    background: #211f18;
    width: 20px;
    height: 10px;
    clip-path: polygon(100% 100%, 55% 100%, 100% 10%);
}

.contact-form textarea {
    height: 140px;
    resize: none;
}

.contact-head {
    text-align: end;
    position: relative;
    height: 100%;
    align-content: center;
}

.contact-head h1 {
    font-size: 80px;
    text-align: center;
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    position: absolute;
    top: 30%;
    right: 0px;
    margin: auto;
    height: max-content;
    color: #000;
    text-shadow: 0 0 20px #fff;
}

.contact-form button {
    border: 1px solid #211f18;
    padding: 13px 50px;
    text-transform: uppercase;
    font-family: 'Neometric-M';
    font-weight: 400;
    font-size: 15px;
    color: #211f18;
    background-image: -webkit-linear-gradient(90deg, rgb(255, 227, 6) 0%, rgb(255, 86, 45) 100%);
    position: relative;
}

.contact-form input::placeholder, .contact-form textarea::placeholder {
    color: #9a9a9a;
    font-family: 'Roboto';
    font-size: 13px;
}

.contact-form select {
    color: #9a9a9a;
    font-family: 'Roboto';
    font-size: 13px;
}

.contact-form select option {
    color: #000;
    font-family: 'Roboto';
    font-size: 14px;
}

/*---------------------------------------------------- Contact Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Footer Section Start ------------------------------------------------------------- */

.footer-sec {
    background: #111111;
    position: relative;
    padding-bottom: 40px;
    padding-top: 70px;
}

.fotr-license img {
    width: 130px;
}

.bottom-midle-text p {
    font-size: 14px;
    color: rgb(255 255 255 / 40%);
    text-align: center;
}

.fotr-license {
    margin-top: 22px;
}

.footer-box ul.footer-link-list li a:hover {
    padding: unset;
}

.footer-box h4 {
    font-size: 29px;
    color: #fff;
    margin-bottom: 25px;
    font-weight: 100;
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
}

.footer-box p {
    font-size: 15px;
    color: rgb(255, 255, 255);
    line-height: 27px;
    opacity: 60%;
    font-weight: 400;
    width: 95%;
    margin-bottom: 20px;
}

ul.footer-link-list li a {
    font-size: 13px;
    color: rgb(210, 210, 210);
    line-height: 30px;
    letter-spacing: 1px;
}

.btns-servce {
    text-align: center;
    /* margin-top: 30px; */
    position: relative;
}

ul.footer-link-list li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

ul.footer-link-list li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    margin: 0 0 10px;
}

ul.footer-link-list li a {
    transition: 0.5s ease-in-out;
}

ul.footer-link-list li a:hover {
    padding-left: 5px;
    color: #e67026;
}

ul.footer-link-list i {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
}

.footer-box::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 0;
    right: 30px;
    top: 0px;
    bottom: auto;
    transition: 0.5s ease-in-out;
    z-index: 1;
}

.footer-box:hover::before {
    height: 405px;
    background: #ab8669;
    z-index: 1;
}

ul.bottom-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
}

ul.bottom-list i {
    font-size: 20px;
    color: rgb(255, 255, 255);
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    border-radius: 50px;
    transition: 1s all;
}

.bottom-text a {
    font-size: 14px;
    color: rgb(255 255 255 / 40%);
}

.bottom-imag {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.bottom-nav-box .row {
    align-items: center;
}

.bottom-nav-box {
    border: 1px solid rgb(167, 167, 167);
    padding: 15px 20px;
    border-radius: 0;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #141414;
}

.footer-box.box-center {
    margin-left: 14%;
}

.footer-box.box-center.rty {
    margin-left: 70px;
}

ul.bottom-list i:hover {
    transform: scale(1.1) rotate(360deg);
    color: #000;
    background-image: -webkit-linear-gradient(90deg, rgb(255, 227, 6) 0%, rgb(255, 86, 45) 100%);
}

.footer-box {
    position: relative;
}

.footer-box.box-center:after {
    right: 30px;
}

.bottom-text {
    text-align: end;
}

.footer-box.box-center.rty:after {
    right: 0px;
}

.footer-box.box-center.rty:before {
    right: 0;
}

.footer-box::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 515px;
    right: -30px;
    top: 0px;
    bottom: auto;
    background: rgb(167, 167, 167);
}

.noborder::after {
    display: none;
}

.noborder::before {
    display: none;
}

.footer-box.infr:before {
    right: -30px;
}

.bottom-nav-box:after {
    position: absolute;
    content: "";
}

.footer-box.noborder p {
    font-size: 12px;
}

.footer-box.noborder ul.footer-link-list li {
    margin-bottom: 18px;
}

.footer-box.noborder ul i {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
}

/*---------------------------------------------------- Footer Section End ------------------------------------------------------------- */

/*---------------------------------------------------- FAQ Section Start ------------------------------------------------------------- */

.faqs-main {
    background-image: url(../images/video-sec.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    padding: 60px 0;
    background-size: cover;
}

.faqs-main.testimonial-sec:after {
    background-color: rgb(71 69 70 / 73%);
}

.gorilla-content .accordion-button.collapsed {
    padding: 15px 32px;
    background: #ac4600;
    color: #fff;
    font-size: 35px;
    line-height: 45.11px;
    font-family: 'Neometric-M';
}

.gorilla-content .accordion-button {
    color: #000000;
    font-size: 24px;
    padding: 20px 20px;
    line-height: 30px;
    background-color: transparent;
    text-transform: capitalize;
}

.gorilla-content .gorrila-page-txt .color-red {
    color: #A60000;
    font-weight: 500;
    margin-bottom: 7px;
    margin-top: 30px;
}

.accordion-body.gorrila-page-txt p {
    font-size: 16px;
    line-height: 30px;
}

.gorrila-page-txt ul {
    list-style: auto;
}

.gorrila-page-txt ul li {
    color: #000000;
    font-size: 14px;
    line-height: 23px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    margin-left: 15px;
}

.gorrila-page-txt ul li::marker {
    color: #A60000;
}

.accordion-body.gorrila-page-txt {
    padding: 20px 30px;
    background: transparent;
    border-top: none;
    border-radius: 15px;
}

.gorilla-content .accordion-item {
    margin-bottom: 30px;
    border: unset;
    background: transparent;
    border: 1px solid #fbdf36;
}

.gorilla-content .accordion-button:not(.collapsed) {
    box-shadow: none;
    border-bottom: 0;
    color: #fff;
    font-size: 35px;
    line-height: 45.14px;
    font-weight: 300;
    background: #ac4600;
    font-family: 'Neometric-M';
}

.accordion-collapse.collapse {
    border-top: 0;
    border-radius: 0 0 10px 10px;
}

.gorilla-content button:focus:not(:focus-visible) {
    box-shadow: none;
}

.gorilla-content .accordion-button::after {
    content: '\f078';
    font-family: 'FontAwesome';
    background-image: none;
    bottom: -3%;
    position: absolute;
    right: 0%;
    height: 79px;
    width: 79px;
    display: flex;
    justify-content: center;
    border-radius: 100%;
    align-items: center;
    color: #fff;
}

.accordion-button:not(.collapsed)::after {
    content: '\f078';
    color: #fff;
}

.gorilla-content.privacy-content {
    position: relative;
}

.gorilla-content .accordion-header {
    margin-bottom: 0;
    background: #ffffff;
    border-radius: 10px;
    color: #000
}

.s-d-img-1 img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 20px 2px #9898989c;
}

.ser-det-img img {
    width: 100%;
    box-shadow: 0 0 20px 2px #9898989c;
    border-radius: 10px;
}

.ser-content h3 {
    font-size: 50px;
    color: #073762;
    text-transform: uppercase;
}

.ser-content p {
    padding: 0 0 55px 0;
}

.faqs-main .testi-main {
    width: 60%;
    margin: 0 auto 50px;
}

.faqs-main .testi-main h3 {
    font-size: 50px;
    color: #fff;
}

.faqs-main .testi-main p {
    color: #fff;
}

.faq-sec {
    padding: 100px 0;
    background-image: url(../images/about-back.png);
    background-color: #7b3013;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.faq-head {
    text-align: center;
    margin-bottom: 40px;
}

.faq-head p {
    font-size: 16px;
    margin-top: 8px;
}

/*---------------------------------------------------- FAQ Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Portfolio Section Start ------------------------------------------------------------- */

.portfolio-page {
    padding: 100px 0;
}

.port-images.inr img {
    object-position: top;
}

img.prtf-1 {
    background-color: rgb(19, 19, 19);
    /* height: 400px; */
}

.port-images img {
    width: 100%;
    object-fit: cover;
    transition: 3s all;
    border-radius: 10px;
}

img.prtf-2, img.prtf-3, img.prtf-1 {
    background-color: rgb(19, 19, 19);
    height: 354px;
}

img.prtf-4 {
    background-color: rgb(19, 19, 19);
    height: 728px;
}

img.prtf-5,
img.prtf-6 {
    background-color: rgb(19, 19, 19);
    height: 442px;
}

img.prtf-7 {
    background-color: rgb(19, 19, 19);
    height: 650px;
}

img.prtf-8,
img.prtf-9,
img.prtf-10 {
    background-color: rgb(19, 19, 19);
    height: 210px;
}

.port-images {
    margin: 10px 10px;
    overflow: hidden;
    transition: 1s all;
}

.port-images:hover img {
    transform: scale(1.6);
}

.port-images:hover {
    box-shadow: 0 0 15px 0 #7b3013;
    border-radius: 10px;
}

.gallery-sec {
    padding: 100px 0;
    background-image: url(../images/testi-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.gallery-sec:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/testi-line.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 180px;
    z-index: -1;
}

.gallery-head {
    text-align: center;
    margin-bottom: 20px;
}

/*---------------------------------------------------- Portfolio Section End ------------------------------------------------------------- */

/*---------------------------------------------------- After Before Section Start ------------------------------------------------------------- */

.slidergall .child-element {
    transition: all 0.2s ease;
    opacity: 1;
}

.slidergall .slick-slide {
    margin: 10px 18px 10px;
    transition: transform 0.4s ease, width 0.4s ease, opacity 0.4s ease;
    opacity: 1;
}

.gl-card {
    position: relative;
}

.slidergall .slick-slide.slick-current img.galler-img {
    height: 450px;
    width: 100%;
    object-fit: cover;
    opacity: 0;
    transition: 0.3s;
}

.gl-card .gal-txt {
    position: absolute;
    bottom: 10px;
    left: 40px;
    transition: 0.3s;
    opacity: 0;
}

.slidergall .slick-slide.slick-current img.galler-img {
    opacity: 1 !important;
}

.slidergall .slick-slide.slick-current h4 {
    color: #fff;
}

.slidergall .slick-slide.slick-current p {
    color: #ffffffbf;
}

.gl-card:before {
    height: 50%;
    bottom: 0;
    transition: 0.3s;
    content: "";
    height: 100%;
    width: 100%;
    background: #00000094;
    bottom: 0;
    position: absolute;
}

.slidergall .slick-slide.slick-current .gl-card:before {
    background: linear-gradient(180deg, transparent, #007bff7d);
    opacity: 1 !important;
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    bottom: 0;
    transition: 0.3s;
}

.slidergall .slick-slide.slick-current .gl-card .gal-txt {
    opacity: 1 !important;
}

img.galler-img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.slidergall button.slick-next:before {
    display: none;
}

.slidergall button.slick-prev:before {
    display: none;
}

.slidergall button.slick-next {
    width: 50px;
    height: 50px;
    background-image: url(../images/btn-arrow.png);
    background-repeat: no-repeat;
    right: 50px;
    top: 53%;
    background-color: #e6671e;
    border-radius: 50px;
    background-position: center;
}

.slidergall button.slick-prev {
    width: 50px;
    height: 50px;
    background-image: url(../images/btn-arrow.png);
    background-repeat: no-repeat;
    left: 60px;
    top: 47%;
    border-radius: 50px;
    z-index: 9;
    background-color: #e6671e;
    background-position: center;
    transform: rotate(180deg);
}

.gal-sec .slider {
    position: absolute;
    inset: 0;
    cursor: pointer;
    opacity: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

.slider:focus-visible~.slider-button {
    outline: 5px solid black;
    outline-offset: 3px;
}

.gal-sec .slick-prev,
.slick-next {
    z-index: 99;
}

.gal-sec .image-container:before {
    content: 'before';
    position: absolute;
    top: 20px;
    left: 30px;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 600;
}

.gal-sec .image-container:after {
    content: 'after';
    position: absolute;
    bottom: 20px;
    right: 30px;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 600;
}

.gal-sec.padd {
    padding: 80px 0;
    background-image: url(../images/Before-and-After-BG.jpg);
    background-color: #7b3013;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.slidergall .before-after-slider {
    position: relative;
    border-radius: 1rem;
}

.gal-sec .image-container {
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
}

.gal-sec .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slidergall .slider-button {
    position: absolute;
    background-color: #fff;
    color: black;
    padding: .5rem;
    border-radius: 100vw;
    display: grid;
    place-items: center;
    top: 50%;
    left: var(--position);
    transform: translate(-50%, -50%);
    pointer-events: none;
    box-shadow: 1px 1px 1px hsl(0, 50%, 2%, .5);
}

.serv-text p {
    color: #000;
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
    overflow-y: scroll;
    height: 100px;
}

/*---------------------------------------------------- After Before Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Bay Area Section Start ------------------------------------------------------------- */

.bayarea-sec {
    padding: 160px 0;
    background-image: url(../images/bayarea.png);
    background-color: #7b3013;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
}

.bayarea-main h2 {
    margin-bottom: 10px;
}

.bayarea-main {
    text-align: center;
}

.bayarea-main p {
    width: 80%;
    margin: 0 auto;
}

/*---------------------------------------------------- Bay Area Section End ------------------------------------------------------------- */

/*------------------------------------------------ Three Step Proces Section Start -------------------------------------------------------- */

.three-step-process-sec {
    padding: 160px 0;
    background-image: url(../images/3stepproces-back.png);
    background-color: #7b3013;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: unset;
    position: relative;
    z-index: 0;
}

.thre-stp-prcs-main {
    border: 1px solid #ffe306;
    padding: 40px 40px;
    transition: 0.5s ease auto;
    position: relative;
    height: 100%;
}

.thre-stp-prcs-main h4 {
    color: #fff;
    font-size: 28px;
    transition: 0.5s ease auto;
}

.thre-stp-prcs-main p {
    font-size: 19px;
    margin-top: 15px;
    transition: 0.05s ease auto;
}

.thre-stp-prcs-main:hover:before {
    background-color: #ffe306;
    width: 100%;
}

.thre-stp-prcs-main:hover h4 {
    color: #000;
}

.thre-stp-prcs-main:hover p {
    color: #000;
}

.thre-stp-prcs-main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #ffe306;
    width: 0;
    height: 100%;
    z-index: -1;
    transition: 0.5s ease all;
    right: 0;
    bottom: 0;
    margin: auto;
}

/*------------------------------------------------ Three Step Proces Section End -------------------------------------------------------- */

/*------------------------------------------------ About Page Section Start -------------------------------------------------------- */

.serv-sec.inr:before {
    height: 380px;
}

.serv-sec.inr {
    padding: 40px 0 100px;
}

.serv-sec.inr .serv-head {
    margin-bottom: 60px;
}

.serv-sec.inr.srvpg:before {
    background: unset;
}

.whychoose-sec {
    padding: 140px 0 120px;
    background-image: url(../images/whychose-back.png);
    background-color: #7b3013;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.whychoose-sec:before {
    /* content: ''; */
    /* position: absolute; */
    /* top: 10%; */
    /* right: -48%; */
    /* width: 100%; */
    /* height: 370px; */
    /* background-image: url(../images/whychose-lin.png); */
    /* background-repeat: no-repeat; */
    /* background-size: auto; */
    /* z-index: -1; */
}

.whychose-txt p {
    width: 90%;
    margin-bottom: 20px;
}

.whychose-txt ul li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 19px;
    font-family: "Montserrat", sans-serif;
    margin-left: -30px;
}

.about-page-sec {
    padding: 100px 0 140px;
    background-image: url(../images/testi-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    overflow: hidden;
}


.about-text.inr {
    width: 59%;
    left: -40px;
    top: 17%;
}

.about-text.inr h2 {
    width: 80%;
    margin: 0 auto 7px;
    font-size: 50px;
    line-height: 1.2;
}

.mission-text p {
    margin-bottom: 16px;
}

.vision-text p {
    margin-bottom: 16px;
}


.about-page-sec img {
    height: 800px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
    object-position: top;
}

.about-page-sec .row {
    margin-bottom: 50px;
}

.about-page-sec .row:Last-Child {
    margin: unset;
}

img.misn-desgn-bkr {
    position: absolute;
    bottom: -140px;
    right: 0px;
    z-index: -1;
    height: 610px;
    width: unset;
}

img.misn-desgn-bkr.sd {
    top: -140px;
    left: -220px;
    bottom: unset;
    right: unset;
    height: 350px;
}

.about-page-sec:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/testi-line.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 160px;
    z-index: -1;
}

.vision-image.gnj img {
    object-position: center;
}

/*------------------------------------------------ About Page Section End -------------------------------------------------------- */

/*------------------------------------------------ Pricing Page Section Start -------------------------------------------------------- */

.pricing-sec {
    padding: 60px 0;
    background-image: url(../images/whychose-back.png);
    background-color: #7b3013;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.pricing-main p {
    text-align: center;
    font-size: 25px;
}

/*------------------------------------------------ Pricing Page Section End -------------------------------------------------------- */

/*------------------------------------------------ All CSS Site Start -------------------------------------------------------- */

.blog_sec {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/serv-back.png);
    background-position: bottom;
    padding: 130px 0 80px;
    position: relative;
    z-index: 0;
}

.blog_sec img {
    height: 220px;
    object-fit: cover;
}

.blog-main {
    text-align: center;
    margin-bottom: 20px;
}

.blog-main h2 {
    font-size: 70px;
}

.badge-main {
    border: 2px solid #fff;
    text-align: center;
    padding: 50px 30px;
    height: 370px;
    border-radius: 10px;
    margin-top: 60px;
}

.badge-main img {
    width: 80px;
    margin: 0px auto 20px;
    height: auto;
    filter: brightness(0) saturate(100%) invert(97%) sepia(17%) saturate(2%) hue-rotate(237deg) brightness(113%) contrast(100%);
}

.badge-main h4 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
}

.badge-txt {
    height: 0;
    opacity: 0;
    transition: 0.7s all;
}

.badge-main:hover .badge-txt {
    height: 100%;
    opacity: 1;
}

.ftr-nw-emrg li img {
    width: 40px;
    filter: brightness(0) saturate(100%) invert(96%) sepia(96%) saturate(3%) hue-rotate(187deg) brightness(103%) contrast(100%);
}

.ftr-nw-emrg li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

button.slick-arrow::before {
    width: 50px;
    position: absolute;
    content: '';
    height: 50px;
    background-image: url(../images/btn-arrow.png);
    background-repeat: no-repeat;
    border-radius: 50px;
    background-color: #ac4600;
    background-position: center;
    transform: rotate(180deg);
    opacity: 1;
}

button.slick-prev {
    left: -60px;
}

button.slick-next:before {
    transform: rotate(0deg);
}

.contact-sec .row:hover .contact-head h1 {
    opacity: 1;
    transform: translate(0);
}

.aftr-befr-btn {
    text-align: center;
    margin-top: 45px;
}

/*------------------------------------------------ All CSS Site End -------------------------------------------------------- */


/*Bok Now Page Start*/

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input::placeholder, #msform textarea::placeholder {
    color: #9a9a9a;
    font-family: 'Roboto';
    font-size: 14px;
}

#msform input, #msform textarea, #msform select {
    padding: 11px 15px 11px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 19px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #000;
    background-color: #ECEFF1;
    font-size: 16px;
    appearance: none;
    font-family: 'Montserrat';
}

/* .chkbox-quote {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
} */

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #843800;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: #1d1d1d;
    font-weight: bold;
    color: #fff;
    border: 0 none;
    border-radius: 30px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
    font-family: 'Montserrat';
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #000;
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 30px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative;
    width: 78%;
    margin: 0 auto;
    padding: 40px 70px !important;
}

.fs-title {
    font-size: 33px;
    color: #000;
    margin-bottom: 16px;
    text-align: left;
    font-weight: 200;
}

.purple-text {
    color: #843800;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: #808080;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #843800;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 16%;
    float: left;
    position: relative;
    font-weight: 400;
    color: #808080;
    font-family: 'Montserrat';
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f05a"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f3c5"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f15b"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar #appointment:before {
    font-family: FontAwesome;
    content: "\f274 "
}

#progressbar #additional:before {
    font-family: FontAwesome;
    content: "\f05a"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: #ee6936;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #843800;
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #843800;
}

.fit-image {
    width: 100%;
    object-fit: cover;
    filter: brightness(0) saturate(100%) invert(11%) sepia(80%) saturate(6614%) hue-rotate(49deg) brightness(102%) contrast(103%);
}

/* .book-emer-main input {
    width: unset !important;
    margin-bottom: 0px !important;
    padding: 7px !important;
    appearance: auto !important;
} */

.service-book-form {
    background-image: url(../images/About-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #7b3013;
    background-position: center;
    padding: 100px 0;
    position: relative;
}

.form-card p {
    color: #808080;
    text-align: left;
    margin-bottom: 7px;
    font-size: 14px;
}

.service-book-form h2#heading {
    font-family: 'Montserrat';
    font-weight: 600;
    color: #000;
}


.modal-content {
    border-radius: 0px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.modal-header {
    background: linear-gradient(360deg, rgba(82, 165, 198, 1) 45%, rgba(101, 208, 226, 1) 74%);
    color: white;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.modal-body {
    padding: 2rem;
    text-align: center;
}

.modal-footer {
    border-top: none;
    border-radius: unset !important;
}

.btn-custom {
    background-color: #06365e;
    color: white;
    border-radius: 50px;
    padding: 0.5rem 1.5rem;
    transition: 0.3s;
}

.btn-custom:hover {
    background-color: #000;
    color: #fff;
}

.modal-header h5 {
    color: #fff;
    font-size: 20px;
}

.modal-body h4 {
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
    color: #000;
    font-family: 'Montserrat';
    text-transform: capitalize;
}

#msform select {
    color: #9a9a9a;
    font-family: 'Roboto';
    font-size: 14px;
}

.modal-header .btn-close {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(3374%) hue-rotate(121deg) brightness(121%) contrast(109%);
    opacity: 1;
}

#msform textarea {
    height: 210px;
}

.modal-body a.theme-btn {
    margin: 0 auto;
}

/*Book Now Page End*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}



.service-book-form .custom-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 14px;
    user-select: none;
    margin-bottom: 10px;
}

.service-book-form .custom-checkbox input {
    display: none;
}

.service-book-form .checkmark {
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    background: #ECEFF1;
    position: relative;
    transition: all 0.3s ease;
}

.service-book-form .checkmark::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}

.service-book-form .custom-checkbox input:checked+.checkmark {
    background: #843800;
    border-color: #843800;
}

.service-book-form .custom-checkbox input:checked+.checkmark::after {
    opacity: 1;
}

.about-right-img img {
    width: 520px;
    object-fit: scale-down;
}

.book-emer-main {
    width: max-content;
}














.cities-grid {
    /* row-gap: 30px; */
    column-count: 5;
    display: block;
}

.city-box {
    /* background: #ffe306; */
    border-radius: 34px;
    padding: 9px 11px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 22px;
    gap: 13px;
}

.city-box:hover {
    transform: translateY(-8px);
    /* box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12); */
}

.city-box h6 {
    color: #fff;
    text-shadow: 2px 2px #000;
    font-size: 26px;
}

span.city-icon i {
    font-size: 19px;
    margin-bottom: 15px;
    color: #fff;
    margin-bottom: 0px;
}


.people-srv-sec {
    padding: 80px 0;
    background-image: url(../images/bayarea.png);
    background-color: #7b3013;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
}

.peoplesrv-main ul li span {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 20px;
    display: block;
    font-weight: 800;
    margin-bottom: 5px;
}

.peoplesrv-main ul li {
    text-align: justify;
    list-style: disc;
    color: #fff;
    margin-bottom: 22px;
}

.peoplesrv-main ul {
    margin-top: 40px;
}

.peoplesrv-main ul li p {
    font-weight: 400;
    opacity: 90%;
}






.emergency-wrapper {
    font-family: Arial, sans-serif;
    text-align: center;
}

/* ===== 24/7 Blip ===== */
.emergency-247 {
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 6px;
    animation: blink 1.2s infinite;
}

/* ===== Button ===== */
.emergency-btn {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 15px 2px;
    cursor: pointer !important;
    display: flex;
    align-items: center;
    gap: 12px;
    animation: pulse 1.5s infinite;
    border-radius: 50%;
}

/* Icon */
.emergency-btn img {
    width: 70px;
}

/* Text */
.emergency-text {
    text-align: left;
}

.emergency-text strong {
    display: block;
    font-size: 15px;
}

.emergency-text span {
    font-size: 12px;
    opacity: 0.9;
}

/* ===== Animations ===== */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
    }

    70% {
        box-shadow: 0 0 0 18px rgba(255, 0, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}

@keyframes blink {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0.3;
    }
}

/* ===== Popup ===== */
.emergency-popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

.popup-box {
    background: #fff;
    padding: 28px;
    max-width: 580px;
    border-radius: 8px;
    text-align: center;
}

.popup-box i {
    font-size: 40px;
    color: #843800;
    margin-bottom: 20px;
}

.popup-box h2 {
    color: #000;
    margin-bottom: 14px;
    font-size: 40px;
}

.popup-box p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #000;
}

.popup-box button {
    background: #843800;
    color: #fff;
    border: none;
    padding: 10px 18px 8px;
    cursor: pointer;
    border-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-emr {
    margin-left: -30px;
}

.popup-box button i {
    color: #fff;
    margin: unset;
    font-size: 22px;
    line-height: 1;
}

.popup-box button {
    position: absolute;
    top: 0;
    right: 0;
}

.popup-box {
    position: relative;
}

.pricing-main {
    position: absolute;
    text-align: center;
    bottom: 20px;
    z-index: 2;
    width: 100%;
    left: 0;
}

.popup-box a {
    font-family: 'Montserrat';
    font-size: 20px;
    color: #000;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.popup-box a i {
    font-size: 17px;
    background: #000;
    border-radius: 50%;
    color: #fff;
    width: 40px;
    height: 40px;
    margin: unset;
    font-family: 'FontAwesome';
    align-content: center;
}

#map {
    width: 100%;
    height: 500px;
    margin-bottom: 50px;
}

img.leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive {
    width: 50px !important;
    height: 50px !important;
}

.map-main {
    margin-top: -9%;
}

.serv-sec.inr.cities-sec.srt:before {
    background: unset;
}

.banner-sec.innr.bay-area:after {
    background-image: unset;
}

.serv-sec.inr.cities-sec.srt {
    background-image: url(../images/new-bayarea-back.png);
    background-position: center;
    background-color: #7b3013;
}

.bay-area-bann h2 {
    font-size: 150px;
}


.topsec {
    background: #843800;
    padding: 7px;
}

.top-mainticker {
    text-align: center;
}


.top-slider {
    width: 100%;
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
}

.top-slider-track {
    display: flex;
    gap: 25px;
    white-space: nowrap;
    animation: scroll 7s linear infinite;
}

.top-slider-track span {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.top-slider-track.tnh-1 {
    animation: scroll 18s linear infinite;
}



.pricing-inr-sec {
    padding: 80px 0;
    background-image: url(../images/bayarea.png);
    background-color: #7b3013;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
}

.pricing-inr-sec * {
    color: #fff;
}

.pricing-inr-sec h2 {
    text-align: center;
    font-size: 70px;
    margin-bottom: 40px;
}

.pricing-sub {
    border: 1px solid #fff;
    padding: 24px 25px;
    border-radius: 5px;
    height: 350px;
}

.pricing-sub h5 {
    font-size: 30px;
    margin-bottom: 20px;
}

.pricing-sub li {
    font-size: 16px;
    color: #fff;
    margin-bottom: 11px;
    list-style: disc;
    margin-left: 12px;
}

.pricingbox {
    padding: 20px 25px;
    border: 1px solid #fff;
    height: 380px;
    overflow: hidden;
    margin-bottom: 50px;
}

.pricingbox li {
    margin-bottom: 12px;
    list-style: disc;
    margin-left: 12px;
    font-size: 16px;
}

.pricingbox h4 {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 500;
}

.pricingbox.rytt ul {
    overflow-y: scroll;
    height: 260px;
}

.pricingbox.rytt ul li {
    margin-left: 22px;
}

.gallery-head p {
    width: 85%;
    margin: 0 auto;
}

.heading.text-center p {
    width: 85%;
    margin: 0 auto;
}

.whychose-txt ul li img {
    margin-top: 5px;
}

.whychose-txt ul li h6 {
    margin-bottom: 5px;
    font-weight: 600;
}

.whychose-txt ul li p {
    width: 100%;
}

.whychose-txt span {
    color: #fff;
    font-size: 30px;
    font-family: 'Neometric-M';
    display: block;
    margin: 10px 0 10px;
    line-height: 40px;
}

.serv-text.inrsrv p {
    overflow: unset;
    height: 100%;
    line-height: 28px;
    font-size: 16px;
}

.serv-text.inrsrv {
    height: auto;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 20px;
}

.serv-sec.inr .col-lg-6 {
    margin-bottom: 20px;
}

.serv-text.inrsrv h6 {
    font-size: 25px;
}

.serv-img.inrsrv img {
    height: 580px;
}

.whychoose-img img {
    width: 100%;
    height: 650px;
    object-fit: contain;
}

.vision-text h2 {
    margin-bottom: 10px;
}

.mission-text h2 {
    margin-bottom: 10px;
}

.banner-sec.innr h2 {
    font-size: 70px;
}

.serv-head h1 {
    text-transform: uppercase;
}


.terms-sec {
    padding: 80px 0;
    background-image: url(../images/bayarea.png);
    background-color: #7b3013;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
}

.terms-sec * {
    color: #fff;
}

.terms-sec h3 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 39px;
}

.terms-sec p {
    margin-bottom: 25px;
    font-size: 17px;
}

.terms-sec ul li {
    margin-bottom: 10px;
    font-family: 'Montserrat';
    font-size: 17px;
    font-weight: 500;
}

.terms-sec ul {
    margin-bottom: 22px;
}

h2.bayareamain {
    font-size: 92px !important;
}