@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Montserrat', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    color: #fff;
    text-decoration: none;
    white-space: initial;
    display: inline-block;
    font-family: 'Montserrat';
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

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;
}

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;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@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: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}

@font-face {
    font-family: 'Queensila';
    src: url(../fonts/Queensila.ttf);
}

@font-face {
    font-family: 'BlenderPro-Medium';
    src: url(../fonts/BlenderPro-Medium.ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.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;
}

h1 {
    font-size: 55px;
    margin: 0 0 0px;
    font-weight: 500;
    color: #2f2e2c;
    font-family: 'Queensila';
}

h2 {
    color: #000;
    font-size: 60px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Queensila';
}

h3 {
    font-size: 45px;
    margin: 0 0 0px;
    color: #000000;
    font-weight: 600;
    font-family: 'Queensila';
}

h4 {
    color: #000;
    font-size: 20px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Queensila';
}

h5 {
    color: #000;
    font-size: 16px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Queensila';
}

h6 {
    color: #000;
    font-size: 14px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Montserrat';
}

p {
    margin: 0px;
    font-size: 15px;
    font-weight: 500;
    color: #979695;
    letter-spacing: 0px;
    font-family: 'Montserrat';
}

.theme-1 {
    gap: 7px;
    display: flex;
    width: max-content;
    align-items: center;
    justify-content: center;
}

.theme-1 .theme1Text {
    height: 50px;
    color: #fff;
    display: flex;
    padding: 10px 13px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    background-color: #8c8072;
}

.theme-1 .theme1Img {
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    background-color: #fffbff;
    border: 1px solid #e1e1e1;
}

.add-padding {
    margin: auto;
    padding: 0px 5%;
    max-width: 1800px;
}

/*header css start */

.menuSection {
    padding: 25px 0px;
}

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    position: relative;
    text-align: center;
    align-items: center;
    text-transform: uppercase;
    justify-content: center;
}

.menuSec ul li {
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    padding: 0 45px;
    font-size: 14px;
    color: #2f2e2c;
    font-weight: 600;
    position: relative;
    text-decoration: none;
    display: inline-block;
    border-left: 1px solid #f1efee;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    color: #8c8072;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.menuSec ul li:first-child a {
    border-left: none;
}

.header-btn {
    display: flex;
    align-items: center;
    justify-self: flex-end;
}

/*header css start */


/*banner css start */

.banner-before {
    top: 0;
    right: 0;
    width: 50%;
    z-index: -1;
    height: 100%;
    position: absolute;
    object-fit: contain;
    object-position: top right;
}

.banner-bottom-row {
    top: 100px;
    position: relative;
}

.banner_text {
    width: 100%;
    padding: 25px;
    overflow: hidden;
    max-width: 800px;
    border-radius: 5px;
    background: #f0f0f0;
}

.banner_text p {
    width: 95%;
    font-weight: 500;
    color: #8f8f8e;
    margin: 15px 0px;
}

.banner_text h1 {
    position: relative;
    width: max-content;
    margin-bottom: 20px;
    padding-bottom: 11px;
}

.banner_text h1 span {
    color: #8c8072;
    padding-bottom: 10px;
    border-bottom: 2px solid #8c816e;
}

.banner_text h1::before {
    right: 0;
    bottom: 0;
    width: 110%;
    content: '';
    height: 1px;
    position: absolute;
    background-color: #e6e5e3;
}

.banner-bottom-row .row {
    align-items: center;
}

.main-banner-img {
    width: 100%;
    height: 680px;
}

.main-banner-img img {
    width: 100%;
    height: 750px;
    object-fit: cover;
}

.explore-box {
    gap: 5px;
    display: flex;
    padding: 25px;
    margin-top: 50px;
    min-width: 215px;
    min-height: 250px;
    border-radius: 5px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: rgb(140, 128, 114);
    box-shadow: -18.641px -22.215px 68px 0px rgba(115, 101, 86, 0.42);
}

.explore-box-img {
    width: 60px;
    height: 60px;
    display: flex;
    margin: 40px 0px;
    border-radius: 50%;
    position: relative;
    align-items: center;
    justify-content: center;
    border: 1px solid #a49a8f;
    background-color: transparent;
}

.explore-box-img::before {
    top: -40px;
    left: 0;
    right: 0;
    width: 1px;
    height: 30px;
    content: '';
    margin: auto;
    position: absolute;
    background-color: #a49a8f;
}

.explore-box-img::after {
    left: 0;
    right: 0;
    content: '';
    width: 1px;
    height: 30px;
    margin: auto;
    bottom: -40px;
    position: absolute;
    background-color: #a49a8f;
}

.explore-box h5 {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.explore-box a {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.inner-main_slider {
    margin-top: 100px;
}

.inner-main-banner-img {
    width: 100%;
    height: 600px;
    position: relative;
}

.inner-main-banner-img::before {
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 90%;
    content: '';
    height: 100px;
    position: absolute;
    background-color: #fff;
}

.inner-main-banner-img img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    object-position: top;
}

.inner-main-banner-img .banner_text {
    top: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
    display: flex;
    max-width: 700px;
    min-height: 200px;
    position: absolute;
    height: max-content;
    align-items: center;
}

.inner-main-banner-img .banner_text h1::after {
    right: 0;
    bottom: 0;
    width: 40%;
    content: '';
    height: 1px;
    position: absolute;
    background-color: #8c816e;
}


/*banner css end*/

/* about sec */

.about-sec {
    padding-bottom: 80px;
    background-color: #8c8072;
}

.about-box-bg {
    top: -80px;
    position: relative;
    background: #f8f8f8;
    padding: 50px 80px 50px 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.about-box-bg::before {
    top: 0;
    right: 100%;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #f8f8f8;
}

.about-img {
    width: 100%;
    height: 770px;
}

.about-text {
    z-index: 1;
    border-radius: 5px;
    padding: 40px 25px;
    position: relative;
    background-color: #fff;
}

.about-text h2 {
    margin-bottom: 15px;
}

.about-text p {
    margin-bottom: 25px;
}

.about-text ul {
    gap: 10%;
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0px;
    align-items: center;
}

.about-text ul li {
    gap: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-text ul li h4 {
    color: #2f2e2c;
    font-weight: 600;
}

.about-img img {
    right: 0;
    right: 80px;
    width: 750px;
    height: 770px;
    object-fit: cover;
    position: absolute;
    border-radius: 5px;
}


/* about sec */

/* service sec */

.service-sec {
    position: relative;
    padding: 100px 0px;
}

.inner-service-sec {
    padding: 100px 0px;
}

.service-sec::before {
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    content: '';
    height: 64%;
    position: absolute;
    background-color: #f8f8f8;
}

.section-heading {
    text-align: center;
    margin-bottom: 50px;
}

.section-heading p {
    width: 70%;
    margin: auto;
}

.service-box {
    display: flex;
    overflow: hidden;
    border-radius: 5px;
    align-items: center;
    margin-bottom: 25px;
    flex-direction: column;
    justify-content: center;
    background-color: #8c8072;
}

.service-box-text {
    display: flex;
    padding: 50px 15px;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.service-box-text a .theme1Text {
    font-size: 12px;
    border: 1px solid #fff;
}

.service-box-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 5px 5px 0px 0px;
}

.service-box h4 {
    font-size: 25px;
    color: #fff;
    font-weight: 500;
}

.service-box p {
    font-size: 14px;
    color: #c6c0b9;
    margin-bottom: 15px;
}

/* service sec */

/* blog-sec */

.blog-sec {
    padding: 100px 0px;
}

.blog-box {
    height: 450px;
    position: relative;
    margin: 25px 0px 0px;
}

.blog-box img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 5px;
}

.blog-detail {
    bottom: 0;
    width: 90%;
    position: absolute;
    border-radius: 5px;
    padding: 25px 25px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 76px 0px rgba(0, 0, 0, 0.08);
}

.blog-detail h4 {
    font-size: 20px;
    margin-bottom: 5px;
    font-family: 'Montserrat';
    text-transform: capitalize;
}

.blog-detail p {
    font-size: 14px;
}

.blog-detail ul {
    gap: 25px;
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

.blog-detail ul li {
    gap: 10px;
    display: flex;
    font-size: 14px;
    color: #8d8d8d;
    font-weight: 600;
    align-items: center;
    text-transform: uppercase;
}

.blog-detail ul li i {
    color: #000;
}

/* blog-sec */

/*contact start*/

section.contact {
    padding: 80px 0px;
    margin-top: 150px;
    background-color: #8a7e70;
}

.main-cont-bx {
    padding: 60px;
    position: relative;
    border-radius: 10px;
    background-color: #fff;
}

.cont-txt h3 {
    font-size: 60px;
    line-height: 60px;
    text-align: end;
    position: relative;
    font-weight: 200;
    color: #0d0c0c;
}

.cont-txt span {
    display: block;
    text-align: start;
}

.cont-txt p {
    margin-top: 10px;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    color: #979696;
}

.cont-form input {
    width: 98%;
    padding: 10px;
    border: unset;
    outline: none;
    margin-bottom: 20px;
    border-bottom: 1px solid #dfdbdb;
}

.cont-form button {
    border: none;
    background-color: transparent;
}

.cont-form select {
    width: 98%;
    padding: 10px;
    border: unset;
    border-bottom: 1px solid #dfdbdb;
    margin-bottom: 30px;
    outline: none;
}

.cont-form textarea {
    width: 100%;
    padding: 10px;
    border: unset;
    border-bottom: 1px solid #dfdbdb;
    margin-bottom: 30px;
    height: 150px;
    resize: none;
    outline: none;
}

.main-cont-bx::before {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    background-image: url(../images/cont-bef.png);
    width: 34%;
    height: 359px;
    background-repeat: no-repeat;
    background-size: cover;
}

/*contact end*/

/* Testimopnial Section Start */


/* Testimonials */

.author {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 25px;
}

.quote {
    position: absolute;
    right: 50px;
    bottom: 50px;
}

.testi-slide p {
    font-size: 16px;
    color: #8a8a8a;
    width: 80%;
}

.author-txt h5 {
    font-size: 30px;
    color: #000;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.author-txt h6 {
    font-family: 'Montserrat';
    font-size: 16px;
    color: #746957;
    margin-bottom: 0;
    font-weight: 600;
}

.author-img img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 0 6px 0 #989898;
    border-radius: 100px;
}

.map-img {
    position: relative;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: end; */
    /* padding-left: 7%; */
}


.testi-heading h2 {
    font-size: 65px;
}


section.testi-sec .container-fluid {
    padding: 0 0 0 6%;
}

.testi-slider .slick-slide {
    margin: 0 70px 0 0;
}

.testi-imgs-all .testi-auth-img:nth-child(1) {
    position: absolute;
    left: 10%;
    top: 0;
}

.testi-imgs-all .testi-auth-img:nth-child(2) {
    position: absolute;
    right: 40%;
    top: 165%;
}

.testi-imgs-all .testi-auth-img:nth-child(3) {
    position: absolute;
    left: 5%;
    top: 105px;
    /* animation: pulse-animation 2s infinite; */
}

.testi-imgs-all .testi-auth-img:nth-child(4) {
    position: absolute;
    left: 35%;
    top: 220px;
}

.testi-imgs-all .testi-auth-img:nth-child(5) {
    position: absolute;
    left: 6%;
    top: 280px;
    bottom: auto;
}

.testi-auth-img {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testi-auth-img::before {
    position: absolute;
}

.testi-auth-img img {
    position: relative;
    border: 60px;
}

.testi-heading {
    margin-bottom: 20px;
}

.testi-auth-img img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #fff;
    background-color: rgb(43, 43, 43);
    box-shadow: 0px 8px 12px 0px rgba(198, 148, 95, 0.29);
}

ul.star {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

ul.star i {
    color: #f39f1e;
    font-size: 20px;
}

.testi-slider .slick-dots li {
    margin-left: auto;
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    margin: 45px 0px;
    padding: 0;
    cursor: pointer;
}

.testi-slider .slick-dots {
    position: absolute;
    bottom: -40%;
    display: block;
    width: 0;
    padding: 0;
    margin: 0;
    right: -3px;
    list-style: none;
    text-align: center;
}

.testi-slider .slick-dots li button:before {
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    font-size: 20px;
    content: '\f111';
    text-align: center;
    position: absolute;
    line-height: 20px;
    border-radius: 30px;
    font-family: 'Font Awesome 6 Pro';
    color: #8c8072 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.testi-slider .slick-dots li.slick-active button:before {
    opacity: 5 !important;
    font-weight: bold;
    font-size: 15px;
}

.testi-slider .slick-active {
    opacity: 1;
}

.testi-slider .slick-dots li.slick-active button::after {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    background: #edf2e57e;
    left: -3px;
    top: -3px;
    border-radius: 40px;
}

img.person1 {
    width: 85px;
    height: 85px;
    object-fit: cover;
    box-shadow: 3px 3px 15px 7px #eae3da;
    border: 3px solid #fff;
}

img.person3 {
    width: 160px;
    height: 160px;
    object-fit: cover;
    box-shadow: 3px 3px 13px 0 #feedca82;
    border: 5px solid #fff;
}

img.person5 {
    width: 120px;
    height: 120px;
    object-fit: cover;
    box-shadow: 3px 3px 13px 8px #feedca82;
    border: 5px solid #fff;
}

img.person2 {
    width: 110px;
    height: 110px;
    object-fit: cover;
    box-shadow: 3px 3px 12px 4px #feedca82;
    border: 5px solid #fff;
}

img.person4 {
    width: 140px;
    height: 140px;
    object-fit: cover;
    box-shadow: 3px 3px 13px 8px #feedca82;
    border: 5px solid #fff;
}

.testi-sec {
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
}

.testi-sec:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 90%;
    left: 50%;
    top: 10%;
    background: linear-gradient(95deg, rgb(186 186 186 / 14%) 10%, rgba(186, 186, 186, 1) 50%, rgba(186, 186, 186, 1) 74%, rgb(186 186 186 / 23%) 94%);
    z-index: -2;
}

/* Testimonials */

/* inner-about sec */

.inner-about-sec .about-box-bg,
.inner-about-sec .about-box-bg::before {
    background-color: transparent;
}

.inner-about-sec .about-text {
    padding-left: 0;
    padding-bottom: 1px;
}

.innerAbout-Text {
    margin-top: 35px;
}

.innerAbout-Text p {
    margin-bottom: 25px;
}

/* inner-about sec */

/* why choose us */

.why-choose-sec {
    position: relative;
    padding: 100px 0px 250px;
    background-image: url(../images/why-choose-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.why-choose-sec::before {
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
}

.why-choose-icon-box {
    gap: 15px;
    display: flex;
    padding-top: 35px;
    position: relative;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.why-choose-icon-box span {
    width: 100px;
    display: flex;
    height: 100px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff52;
}

.why-choose-icon-box span img {
    height: 40px;
    width: 40px;
    object-fit: contain;
}

.why-choose-icon-box::before {
    left: 0;
    right: 0;
    width: 1px;
    top: -100px;
    content: '';
    height: 80px;
    margin: auto;
    position: absolute;
    background-color: #ffffff52;
}

.why-choose-icon-box h5 {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.why-choose-sec-second {
    position: relative;
    padding-bottom: 100px;
    background-color: #f8f8f8;
}

.why-choose-img {
    width: 100%;
    height: 400px;
}

.why-choose-img img {
    top: -150px;
    width: 100%;
    height: 650px;
    max-width: 950px;
    object-fit: cover;
    position: absolute;
    border-radius: 5px;
}

.why-chhose-text {
    padding: 50px 40px;
    border-radius: 5px;
    position: relative;
    background-color: #8c8072;
}

.why-chhose-text h2 {
    color: #fff;
}

.why-chhose-text p {
    font-weight: 500;
    color: #ffffffaf;
    margin-bottom: 10px;
}

.why-chhose-text ul {
    gap: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.why-chhose-text ul li {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.why-chhose-text ul li h5 {
    color: #fff;
    font-size: 20px;
}

.why-chhose-text ul li i {
    color: #fff;
    font-size: 20px;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

/* why choose us */

/* Testimopnial Section End */

/* service-detail */

.service-detail .service-box-img {
    height: 600px;
}

.service-detail .service-box h4,
.service-detail .service-box p {
    text-align: left;
}

.service-detail .service-box h4 {
    margin-bottom: 25px;
}

.service-detail .service-box-text {
    padding: 50px 35px;
    align-items: flex-start;
}

/* service-detail */

/*Contact Page Start*/

.map iframe {
    width: 100%;
    height: 500px;
    filter: brightness(0.5);
}

.contact-frm h4 {
    color: #fff;
    margin-bottom: 77px;
    text-transform: uppercase;
    font-size: 40px;
}

.contact-frm input {
    border: 0;
    border-bottom: 1px solid #dbdbdb;
    width: 100%;
    background-color: transparent;
    margin: 0 0 40px;
    padding: 0 0 16px;
    outline: 0;
    color: #fff;
}

.contact-frm button {
    background: #fff;
    color: #8c8072;
    border: 0;
    border-radius: 10%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 43px;
    margin-top: 19px;
}

.ctct-detl {
    background: #8c8072;
    padding: 65px 40px 90px;
    position: relative;
    box-shadow: 0 0 8px 0 #00000036;
}

.ctct-detl ul li {
    display: inline-block;
}

.ctct-detl ul li img {
    filter: brightness(0) saturate(100%) invert(87%) sepia(89%) saturate(0%) hue-rotate(176deg) brightness(109%) contrast(97%);
}

.ctct-detl ul {
    display: flex;
    align-items: center;
    line-height: 30px;
    margin-bottom: 26px;
    gap: 40px;
}

.ctct-detl ul li i {
    color: #fff;
    font-size: 25px;
    margin: 0 26px 0 0;
}

.ctct-detl ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.ctct-detl ul li span {
    display: block;
    text-align: center;
}

.contact-frm {
    padding: 70px 40px 77px;
    background: #1e1d1b;
    box-shadow: 0 0 8px 0 #00000036;
}

.cont-inner {
    width: 80%;
    margin: 0 auto;
    z-index: 999;
    position: relative;
}

.map {
    z-index: -1;
}

section.contact-sec {
    padding: 100px 0;
}

.contact-frm input::placeholder {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.ctct-detl h4 {
    color: #fff;
    margin-bottom: 70px;
    text-transform: uppercase;
    font-size: 30px;
}

.service-drop select {
    background: #fff url(../images/arrow.png) no-repeat right;
    /* padding: 0 40px 0 30px; */
    border: 0;
    border-bottom: 1px solid #dbdbdb;
    width: 100%;
    margin: 0 0 40px;
    padding: 0 0 16px;
    outline: 0;
    background-color: transparent;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

/*Contact Page End*/

/* inner test sec */

.inner-testi {
    padding: 100px 0px;
}

.inner-testi .testi-card {
    padding: 25px;
    margin-bottom: 50px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 16px 79px 0px rgba(5, 5, 5, 0.06);
}

.inner-testi .star {
    margin-top: 25px;
    padding-top: 20px;
    margin-bottom: 10px;
    border-top: 1px solid #e3e3e3;
}

.inner-testi .author-img img {
    border: none;
    box-shadow: none;
}

.inner-testi .testi-heading {
    margin-bottom: 5px;
}

.like-share-link {
    gap: 25px;
    display: flex;
    margin-top: 25px;
    padding-top: 15px;
    align-items: center;
    border-top: 1px solid #e3e3e3;
}

.like-share-link a {
    color: #666666;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Montserrat';
}

.inner-testi .author {
    margin-top: 5px;
}

/* inner test sec */

/* footer */

footer {
    background: #1e1d1b;
    position: relative;
}

/* News Letter  */

.news-letter h2 {
    color: #fff;
    line-height: 1;
    margin-bottom: 0;
    font-size: 60px;
    font-weight: 300;
    text-transform: uppercase;
}

.news-letter {
    padding: 80px 0;
    padding-right: 20px;
    background: #8c8072;
}

.news-letter form {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-letter form input {
    width: 100%;
    padding: 20px;
    color: #fff;
    left: 4px;
    position: relative;
    background: #676058;
    border: 1px solid #a89f96;
    border-radius: 5px 0px 0px 5px;
}

.news-letter form button {
    padding: 20px;
    border: unset;
    color: #070a11 !important;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    color: #fff;
    width: 180px;
    border-radius: 5px;
}

.news-letter .row {
    align-items: center;
}

.news-letter form input::placeholder {
    color: #fff;
    text-transform: capitalize;
}


/* end  */

.main-ftr {
    position: relative;
    padding: 70px 15px;
    height: 100%;
}

.main-ftr ul li h3 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Queensila';
    margin-bottom: 20px;
    font-weight: 300;
}

.main-ftr ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.main-ftr ul li p,
.main-ftr ul li p a {
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    font-family: 'Montserrat';
}

.main-ftr ul li i {
    font-size: 20px;
    color: #fff;
}

.main-ftr:after {
    position: absolute;
    content: '';
    background: #8c8072;
    width: 1px;
    height: 0px;
    bottom: 0;
    right: 10px;
    transition: .7s ease-in-out;
}

.middle-ftr:hover .main-ftr:after {
    height: 100%;
}

.middle-ftr:hover {
    border-color: #8c8072;
}

.middle-ftr {
    border-bottom: 1px solid #ffffff82;
    background: #1e1d1b;
    transition: .7s ease-in-out;
}

.main-ftr ul {
    margin-bottom: 0;
}

.ftr-req h5 a {
    color: #b01630;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Montserrat';
}

.ftr-req {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
}

/*.ftr-req {
    text-align: center;
}*/

.ftr-req input {
    padding: 12px 50px;
    width: max-content;
    border: 1px solid #ffffffba;
    background: transparent;
    /* border-radius: 5px; */
    color: #fff;
    text-align: center;
}

.ftr-req input::placeholder {
    color: #ffffff94;
    text-transform: capitalize;
    font-size: 14px;
}

.main-ftr:before {
    position: absolute;
    content: '';
    background: #ffffffbf;
    width: 1px;
    height: 100%;
    top: 0;
    right: 10px;
}

.bottm-ftr ul {
    width: 100%;
    display: flex;
    padding: 18px 0;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
}

.bottm-ftr ul li ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bottm-ftr ul li p {
    margin-bottom: 0;
    color: #ffffff7d;
}

.bottm-ftr ul li ul a i {
    color: #9d9fa4;
    font-size: 18px;
    width: 35px;
    height: 35px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    transition: 0.5s;
    animation: scale-up-center 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite both;
}

.bottm-ftr ul li ul a i:hover {
    background: #ce9665;
    color: #000;
}

.ftr-req h5 a {
    font-size: 30px;
    color: #ffffff;
    font-weight: 300;
    margin: 60px 0 20px;
    font-family: 'BlenderPro-Medium';
}

ul.botm-list {
    width: 200px;
}

ul.botm-list a {
    color: #fff;
}

ul.phon-list li {
    display: block;
}

ul.phon-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

/* end */

html {
    overflow-x: hidden;
}

/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .add-padding {
        margin: auto;
        padding: 0px 0%;
        max-width: 1800px;
    }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    .add-padding {
        margin: auto;
        padding: 0px 0%;
        max-width: 1800px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 519px) {
    .add-padding {
        margin: auto;
        padding: 0px 0%;
        max-width: 1800px;
    }
}


/*Media Query End*/







/*new Wp csss*/

footer.entry-footer, div#comments, header.entry-header {
    display: none;
}


img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 100%;
    height: 600px;
    margin: 50px 0;
}

a.theme1Text {
    color: #ffffff;
    text-decoration: none;
    white-space: initial;
    display: inline-block;
    font-family: 'Montserrat';
    background: #8c8072;
    padding: 13px;
    border-radius: 5px;
    margin-top: 28px;
}
section.error-404.not-found {
    text-align: center;
    padding: 90px 10px;
}

section.error-404.not-found {
    text-align: center;
}

section.error-404.not-found h2 {
    font-size: 51px;
}

.news-letter form {
    display: block;
}
.news-letter form button {
    position: absolute;
    right: 0;
}
.why-chhose-text ul {
    column-count: 2;
    display: block;
}

.why-chhose-text ul li {
    line-height: 12px !important;
}
.page-id-11 .service-box {
    height: 650px;
}
.page-id-15 select {
    background: #fff url(../images/arrow.png) no-repeat right;
    /* padding: 0 40px 0 30px; */
    border: 0;
    border-bottom: 1px solid #dbdbdb;
    width: 100%;
    margin: 0 0 40px;
    padding: 0 0 16px;
    outline: 0;
    background-color: transparent;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.page-id-15 textarea {
    border: 0;
    border-bottom: 1px solid #dbdbdb;
    width: 100%;
    background-color: transparent;
    margin: 0 0 40px;
    padding: 0 0 16px;
    outline: 0;
    color: #fff !important;
}
.ctct-detl.wow.fadeInRight {
    height: 633px;
}





