@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

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

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

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

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: "gotham";
    src: url(../fonts/Gotham-Medium.otf);
}


/***** 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-family: 'gotham';
    font-size: 62.72px;
    color: #000;
    margin: 0 0 0px;
    text-transform: uppercase;
    font-weight: 500;
}

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

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

h4 {
    font-family: "";
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

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

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

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


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

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

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

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000000;
    padding: 10px 16px;
    font-size: 17px;
    text-transform: capitalize;
    background: #fff;
    border-radius: 5px;
    font-weight: 500;
}


/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/


/* .menuSec ul li:last-child a:after {
    display: none;
} */

.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: #28b16d;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

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

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}


/* From Uiverse.io by chethan025 */

.button {
    width: 50px;
    height: 82px;
    padding: 2px;
    border: 1px solid #ffffff;
    border-radius: 20px;
    background: #fffbfb;
    transition: all 0.3s ease-in-out;
    transform: rotate(180deg);
    display: grid;
    place-content: center;
}

.svg {
    width: 23px;
    height: 62px;
    transform: rotate(180deg);
    color: #000;
}

.button:hover {
    transform: scale(-1.2);
}

.button:focus {
    height: 0px;
    width: 0px;
    padding: 0px;
    border: 0px;
}

.button:focus>.svg {
    display: none;
    height: 0px;
}

header {
    position: relative;
    z-index: 1;
    padding: 10px 0;
    background-image: url(../images/header-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    background: #f3cd46;
    color: #fff;
}

.container-fluid {
    padding: 0 5%;
}

header .row {
    align-items: center;
}

.header-btn {
    text-align: end;
}

.btn-1 {
    font-size: 18px;
    color: #000000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 15px 20px 15px 20px;
    background-image: url(../images/btn-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    font-weight: 500;
}


/* Header Section End */


/* Home  Baner Section  */

.home-banner-sec {
    position: relative;
    z-index: 1;
}

img.home-banner-imag {
    width: 100%;
    object-fit: cover;
}

.home-banner-box {
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    align-content: center;
}

.theme-baner {
    position: relative;
    z-index: 1;
    display: inline-flex;
    background: #262626;
    color: #fff;
    padding: 0 5px;
}

.home-baner-text p {
    font-size: 14px;
    color: #000000;
    font-family: 'Montserrat';
    font-weight: 600;
    margin: 15px 0;
}

.btn-1.btn-2 {
    background-image: unset;
    background-color: #252424;
    color: #fff;
}

.scroll-down {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 25px;
}


/* Home  Baner Section  */


/* Brand Slider Start */

.brand-sec {
    padding: 30px 0;
}

.brand-slider .slick-slide {
    opacity: 1;
}

.brand-slider img {
    width: auto;
    height: auto;
}


/* Brand Slider End */


/* About Section */

.about-sec {
    position: relative;
    z-index: 1;
    padding: 80px 0;
}

.about-sec::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/about-bg2.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: inherit;
    top: 0;
    left: 0;
    z-index: -1;
}

.about-sec::after {
    position: absolute;
    content: '';
    width: 58%;
    height: 100%;
    background-image: url(../images/about-bg1.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom;
    bottom: 0;
    right: 0;
}

.theme-head {
    font-size: 24px;
    color: #caac4a;
    font-family: 'Montserrat';
}

.about-content h2 {
    font-size: 54px;
    color: #000000;
    font-weight: 500;
    font-family: 'gotham';
    text-transform: uppercase;
    margin: 10px 0;
}

.margin {
    margin-top: 40px;
}

ul.about-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 20px 0;
}

ul.about-list li {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 8px 0px;
}

ul.about-list p {
    font-size: 17px;
    color: #000000;
    font-weight: 600;
}

ul.about-list li i {
    font-size: 10px;
    color: #caac4a;
}

.about-content .btn-3 {
    background: #caac4a;
    color: #fff;
}


/* About Section */


/* Service Section */

.service-sec {
    padding: 80px 0;
    position: relative;
    z-index: 1;
    background-image: url(../images/service-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sec-head {
    text-align: center;
    margin-bottom: 50px;
}

.sec-head h6 {
    color: #000;
}

.sec-head h2 {
    font-size: 50px;
    color: #000000;
    text-transform: uppercase;
}

.service-box {
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.service-image .serv-1 {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.service-image .ser-icon {
    width: 70px;
    height: 70px;
    background: #caac4a;
    padding: 5px;
    border-radius: 10px;
    object-fit: none;
    display: grid;
    place-content: center;
    margin: -30px 30px 0 auto;
    z-index: 2;
    position: relative;
}

.service-text {
    padding: 25px 25px;
}

.service-slider .slick-slide {
    opacity: 1;
}

.service-text h3 {
    font-size: 23.54px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 5px;
}

.service-text p {
    font-size: 12.21px;
    color: #151515;
    line-height: 20px;
}

.service-text a {
    font-size: 16.62px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    border-top: 1px solid #989898;
    padding-top: 15px;
    margin-top: 20px;
    transition: .3s all;
}

.service-text a:hover {
    letter-spacing: 1px;
}

.service-slider .slick-prev:before,
.service-slider .slick-next:before {
    position: absolute;
    /* content: '\f178'; */
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: grid;
    place-content: center;
    font-size: 30px;
    color: #fff;
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
}

.service-slider .slick-prev {
    left: -60px;
}


/* Service Section */


/* Why Choose Section */

.why-choose-sec {
    position: relative;
    z-index: 2;
    padding: 80px 0;
}

.why-choose-sec::after,
.why-choose-sec::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: -7px;
    bottom: 0;
    margin: auto;
    background-image: url(../images/ch-1.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: inherit;
    z-index: -1;
}

.why-choose-sec::after {
    background-image: url(../images/ch-2.png);
    right: 0;
    left: auto;
    background-position: bottom;
    width: 25%;
    bottom: -11px;
}

.why-choose-text h2 {
    font-size: 50px;
    color: #050505;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.why-choose-text span {
    color: #caac4a;
}

.why-choose-text p {
    font-size: 15px;
    color: #848488;
    margin: 10px 0;
}

.why-choose-images {
    position: relative;
    z-index: 1;
}

img.chose-1 {
    width: 70%;
    margin-left: auto;
    display: block;
    border-style: solid;
    border-width: 6px;
    border-color: rgb(255, 255, 255);
    background-color: rgb(189, 116, 39);
    box-shadow: 0px 14px 114px 0px rgba(0, 0, 0, 0.4);
}

img.chose-2 {
    border-style: solid;
    border-width: 6px;
    border-color: rgb(255, 255, 255);
    background-color: rgb(189, 116, 39);
    box-shadow: 0px 14px 114px 0px rgba(0, 0, 0, 0.4);
    margin: -200px 0 0 0;
}

img.chose-3 {
    position: absolute;
    right: -4%;
    bottom: 13%;
}

img.chose-4 {
    position: absolute;
    left: 34%;
    bottom: 7px;
}

.why-choose-sec .row {
    align-items: center;
}

.why-choose-text {
    padding-left: 20px;
    width: 95%;
}


/* Why Choose Section */

.women-sec {
    position: relative;
    z-index: 1;
    background-image: url(../images/women-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.women-sec .row {
    align-items: center;
}

.woment-content h2 {
    font-size: 55.34px;
    color: #050505;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.woment-content h2>span {
    color: #caac4a;
}

.woment-content p {
    font-size: 14px;
    color: #1e1e2a;
    margin-bottom: 20px;
}

.woment-content .btn-1 {
    background: transparent;
    border: 1px solid #7d7c7a;
}

.women-imag {
    width: 130%;
    height: 600px;
}

.women-imag img {
    width: 100%;
    object-fit: cover;
    object-position: bottom;
    height: 660px;
}


/* Women Section Start */


/* Gallery Section  */

.galery-sec {
    position: relative;
    z-index: 1;
    background-image: url(../images/gallery-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}

.gallery-image a,
.gallery-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    /* margin: 10px 0; */
    border-radius: 10px;
    box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.29);
    background: transparent;
}

.gallery-image {
    margin: 10px 0;
}


/* Gallery Section  */


/* Testimonial Section Start */

.testimonial-sec {
    position: relative;
    padding: 80px 0;
    background-image: url(../images/testi-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.testimonial-sec .sec-head p {
    font-size: 12px;
}

.quoma {
    width: 70px;
    height: 70px;
    object-fit: scale-down;
    border-radius: 15px;
    border-top-right-radius: 0;
    position: absolute;
    top: -30px;
    background: linear-gradient(0deg, rgb(225, 192, 76) 0%, 30.9369%, rgb(220, 177, 64) 61.8738%, 80.9369%, rgb(204, 156, 48) 100%);
    display: grid;
    place-content: center;
}

.testi-box {
    padding: 80px 30px 40px 30px;
    position: relative;
    margin: 35px 0;
    z-index: 1;
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.32);
}

.testi-text p {
    font-size: 15.16px;
    color: #000000;
}

ul.testi-profile-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin-top: 35px;
    border-top: 1px solid #999999;
    padding-top: 30px;
}

ul.testi-profile-list img {
    width: 60px;
    height: 60px;
    border-radius: 70px;
}

ul.testi-profile-list h5,
ul.testi-profile-list h4 {
    font-size: 17.66px;
    color: #000000;
    font-family: 'Montserrat';
}

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

.testi-box:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    z-index: -1;
    transition: .5s all;
    border-radius: 15px;
    background: linear-gradient(0deg, rgb(225, 192, 76) 0%, 30.9369%, rgb(220, 177, 64) 61.8738%, 80.9369%, rgb(204, 156, 48) 100%);
}

.quoma img {
    object-fit: none;
    display: grid;
    place-content: center;
    place-content: baseline;
}

.testi-slider .slick-center .testi-box .quoma img {
    filter: brightness(0);
}

.testi-slider .slick-center .testi-box .quoma {
    background: #fff;
}

.testi-box:hover:after {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.testi-box:hover .testi-text * {
    color: #fff;
}

.testi-text {
    transition: 1s all;
}

.testi-slider .slick-prev:before,
.testi-slider .slick-next:before {
    position: absolute;
    content: '\f104';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-family: 'Font Awesome 6 Pro';
    font-size: 30px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s all;
}

.testi-slider .slick-next:before {
    content: '\f105';
}

.testi-slider .slick-center .testi-box:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.testi-slider .slick-center .testi-box * {
    color: #fff;
}

.testi-slider .slick-center .testi-box img.quma {
    /* background: #caac4a; */
}

ul.testi-profile-list h4 {
    color: #caac4a;
}

.testi-slider .slick-dots li button {
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
}

.testi-slider .slick-dots li {
    padding: 0;
    margin: 0;
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50px;
    margin: 0 5px;
}

.testi-slider .slick-dots li:before {
    display: none !important;
}

.testi-slider .slick-dots li button:before {
    display: none;
}

.testi-slider .slick-dots li.slick-active {
    background: #caac4a;
    opacity: 1;
}


/* Testimonial Section End */


/* Footer Section Start */

footer.footer-sec {
    position: relative;
    padding: 70px 0 40px;
    background-image: url(../images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.footer-text img {
    width: 180px;
}

ul.footer-social-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
    gap: 20px;
    margin-bottom: 15px;
}

ul.footer-social-list li i {
    font-size: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #caac4a;
    color: #fff;
}

ul.footer-social-list li i:hover {
    background: #fff;
    transition: 1s ease-in-out;
    color: #000;
}

.footer-text h2,
.footer-text span {
    font-size: 24px !important;
    line-height: 34px;
    margin-bottom: 15px;
    color: #fff;
}

ul.footer-link li a {
    font-size: 14px;
    color: #fff;
    line-height: 41px;
    font-weight: 500;
    text-transform: capitalize;
}

ul.footer-link-list li i {
    font-size: 20px;
    color: #caac4a;
}

ul.footer-link-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
    padding-right: 15px;
    margin-bottom: 30px;
}

ul.footer-link-list li p {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    text-align: left;
    margin: 0;
}

.footer-form {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    position: relative;
}

.footer-form input {
    width: 100%;
    height: 60px;
    padding: 15px;
    border: 1px solid #dddddd;
    border-radius: 10px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 600;
    font-family: 'Montserrat';
    font-size: 16px;
    padding-left: 70px;
}

.footer-form i {
    position: absolute;
    top: 19px;
    left: 30px;
    font-size: 20px;
    color: #caac4a;
    z-index: 9;
}

.footr-btn button {
    width: 100%;
    justify-content: center;
    border: 0;
    background: #caac4a;
    font-size: 22px;
    font-family: 'Poppins';
    color: #fff;
}

.footer-text p {
    margin: 20px 0px 0 0;
    color: #fff;
    font-size: 13px;
}

ul.footer-link {
    display: block;
    column-count: 2;
}

.footer-text {
    position: relative;
    height: 100%;
}

section.bottom-nav {
    padding: 20px;
    background-color: rgb(202, 172, 74);
    text-transform: capitalize;
}

section.bottom-nav p {
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin: 0;
    font-weight: 500;
}

ul.footer-link li {
    border-bottom: 1px solid transparent;
    width: 75%;
    transition: 1s ease-in-out;
}

ul.footer-link li:hover {
    padding-left: 10px;
    border-color: #fff;
    transition: 1s ease-in-out;
    color: #999999;
}

ul.footer-link-list li {
    border-bottom: 1px solid transparent;
    padding-bottom: 10px;
    transition: 1s ease-in-out;
}

.no-border:before {
    display: none;
}


/* Footer Section End */


/* Inner Page  Start */


/* About Page Start */

.inner-banner-imag {
    height: 450px;
    object-fit: cover;
}


/* About Page End */


/* Service PAge Start */

.service-page {
    background-image: unset;
}

.service-page .service-box {
    box-shadow: 0 0 4px 1px #989898;
    margin: 20px 0;
}

.service-page .service-box .service-text h3 {
    font-size: 22px;
}


/* Service PAge End */


/* Service Detail Page Start */

.service-detail-page {
    position: relative;
    z-index: 1;
    padding: 80px 0;
}

.service-det-image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 15px;
}

.service-det-text {
    margin-top: 20px;
}

.service-det-text p {
    margin: 15px 0;
}


/* Service Detail Page End */


/* Blog Page Start */

.blog-page {
    background-image: unset;
}

.blog-page .blog-box {
    margin: 20px 0;
}

.blog-page ul.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
}

.blog-page ul.pagination a {
    font-size: 28px;
    color: #333;
    border: 0;
    box-shadow: 0 0 3px 0px #98989870;
}

.page-link:hover {
    background: #c8aa49;
    color: #fff !important;
    border: 0;
    border-radius: 5px;
}

.blog-page .page-link {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-page .page-item.active .page-link {
    background: #c9ab4a;
    border-radius: 5px;
}

.blog-sec {
    position: relative;
    z-index: 1;
    padding: 80px 0;
    background-image: url(../images/blog-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.blog-sec .blog-head h2 {
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 50px;
}

.blog-image img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.blog-text {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 76px 0px rgba(0, 0, 0, 0.08);
    padding: 30px;
    margin: -20px 0 0 0;
    width: 90%;
    position: relative;
    z-index: 1;
}

ul.blog-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 50px;
    margin-bottom: 20px;
}

ul.blog-list span {
    font-size: 14px;
    color: #858585;
    text-transform: uppercase;
    font-weight: 600;
}

ul.blog-list i {
    font-size: 18px;
    color: #000;
}

ul.blog-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.blog-text h3 {
    font-size: 25px;
    color: #000000;
    text-transform: capitalize;
    font-family: 'Montserrat';
}

.blog-text p {
    font-size: 16px;
    margin: 10px 0;
}

.blog-text a {
    font-size: 18px;
    color: #000000;
    text-transform: capitalize;
    border-top: 1px solid #989889;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding-top: 10px;
    margin-top: 20px;
}


/* Blog Page End */


/* Blog Detail Page Start */


/* blog detail css */

section.blog-detail .blog-image>img {
    height: 580px;
    box-shadow: 0 0 9px 3px #524f4fb3;
}

.recent-blog-tle {
    display: flex;
    align-items: center;
    margin: 0px 0px 30px;
}

.recent-blog-tle>img {
    height: 140px;
    width: 210px;
    object-fit: cover;
    margin-right: 15px;
    border-radius: 10px;
    box-shadow: 0 0 9px 3px #524f4fb3;
}

.recent-blog-tle h6 {
    color: #000;
    font-size: 19px;
    font-weight: 600;
    font-family: "Montserrat";
}

.arichve-sm {
    color: #ebebeb;
    border-width: 1px 0px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #ebebeb;
    border-bottom-color: #ebebeb;
    border-image: initial;
    border-right-style: initial;
    border-right-color: initial;
    border-left-style: initial;
    border-left-color: initial;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    padding: 10px 0;
}

.arichve-sm span i {
    margin-right: 5px;
    color: #caac4a;
    font-size: 21px;
}

section.blog-detail {
    padding: 100px 0px;
    background-image: url(../images/inner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

section.blog-detail::before {}

.recent-blog h3 {
    line-height: 1;
    color: #caac4a;
    font-size: 45px;
    font-family: "Montserrat";
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 40px;
}

.recent-blog {
    padding-top: 10px;
}

section.blog-detail h4 {
    font-size: 55px;
    color: #caac4a;
    margin: 20px 0px 20px;
    font-family: 'gotham';
    line-height: 40px;
    text-transform: capitalize;
}

.arichve-sm span {
    width: 50%;
    color: #000;
    font-size: 15px;
}

.arichve-sm span:nth-child(2) {
    text-align: right;
    border-left: 1px solid #ebebeb;
    padding: 7px;
}

.arichve-sm.no-bdr {
    justify-content: start;
    margin: 0px 0px 20px;
    width: 58%;
}

.arichve-sm.no-bdr span {
    width: auto;
}

.arichve-sm.no-bdr span:nth-child(2) {
    padding-left: 30px;
    margin-left: 30px;
}

.blog-detail p {
    margin-bottom: 20px;
    color: #000;
    line-height: 30px;
}

.blog-sec.blog-pg-sec .blog-sc-inn {
    margin-bottom: 60px;
}

.recent-blog-tle>div {
    margin-left: 20px;
}

.blog-detail .img-001 {
    position: absolute;
    z-index: -1;
    top: 0;
}

section.blog-detail::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #458ac71f;
    border-radius: 50px;
    top: 40%;
    right: 0;
    box-shadow: 0 0 280px 120px #458ac73d;
}


/* Blog Detail Page  End */


/* review Page Start */

.review-page .testi-box {
    padding: 80px 40px 40px 40px;
}


/* review Page End */


/*Contact Start*/

.contact1 p,
.contact2>p {
    margin-bottom: 30px;
}

.contact2 ul {
    margin-top: 40px;
}

.contact1 input,
.contact1 textarea {
    width: 100%;
    margin-bottom: 20px;
    height: 60px;
    padding: 20px;
    background: #fff;
    border: 1px solid #777675;
    color: #000;
}

.contact1 .theme_btn {
    width: 100%;
    border: 0;
    background: #f01414;
    color: #fff;
    padding: 10px;
    font-size: 23.64px;
    font-family: "Nunito";
    font-weight: 500;
    border-radius: 0;
    height: 60px;
}

.contact1 textarea {
    height: 200px;
}

.contact2 ul li {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    gap: 25px;
}

.contact2 ul li h4 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 30px;
    color: #0c1015;
    font-weight: 400;
    font-family: 'gotham';
}

.contact2 ul li p {
    color: #000;
    line-height: 32px;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    margin-bottom: 0;
}

.contact2 .icon i {
    height: 85px;
    width: 85px;
    border: dashed 2px #535251;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact2 .icon i {
    font-size: 38px;
    color: #e2bc64;
}

section.contact_us {
    padding: 150px 0 80px;
    width: 100%;
    height: 100%;
    margin-top: -6%;
}

.map {
    margin-top: 50px;
}

.contact1 input {
    border-radius: 10px;
}

.contact1 textarea {
    border-radius: 10px;
    resize: none;
}

.contact1 input::placeholder,
.contact1 textarea::placeholder {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

.contact1 button {
    font-size: 24px;
    border-radius: 10px;
    color: #fff;
    width: 100%;
    height: 65px;
    border: none;
    transition: 1.5s;
    font-weight: 300;
    background: #caac4a;
    font-weight: 400;
}

.contact1 {
    position: relative;
    width: 95%;
}

i.far.fa-phone-alt {
    transform: rotate(98deg);
}

.map iframe {
    box-shadow: 0 0 20px 0 #0000003d;
}

.contact1 h2,
.contact2 h2 {
    text-transform: uppercase;
}


/*Contact End*/


/* Inner Page  End */

@media only screen and (min-width: 1366px) and (max-width: 1899px) {
    .menuSec ul li a {
        /* padding: 8px 5px; */
        /* font-size: 13px; */
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    /* .menuSec ul li a {
        padding: 8px 5px;
        font-size: 11px;
    }
    .home-banner-box h1 {
        font-size: 52.72px;
    }
    ul.footer-link-list li {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        padding-right: 7px;
        margin-bottom: 30px;
    } */
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}


/* new css */

.home-banner-box h1 {
    font-size: 50px;
}







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

