@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&display=swap');

a {
    text-decoration: none;
}

body {
    font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oswald", sans-serif;
}

ul li {
    list-style-type: none;
}

.slider-span {
    background-color: #201d3c;
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
}

.secondary-clr {
    color: #000;
}

.f-600 {
    font-weight: 600;
}

.f-700 {
    font-weight: 700 !important;
}

.mb-45 {
    margin-bottom: 45px;
}

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

.page-section {
    padding: 60px 0;
}

.navbar {
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    background-color: #201d3c;
}

.navbar-brand img {
    height: 80px;
    padding: 10px 0;
}

.new-navbar-brand img {
    padding: 10px 0;
}

.num-1-property {
    margin-left: 20px;
}

.header-top_area {
    background-color: #1c1c1c;
    text-align: center;
}

.menu-item-has-children>a::after {
    font-family: FontAwesome;
    content: '\f0d7';
    margin-left: 5px;
}

.menu>li {
    display: inline-block;
    position: relative;
}

.sub-menu {
    position: absolute;
    width: 220px;
    background-color: #fff;
    top: 120%;
    text-align: left;
    border-radius: 0.25rem;
    padding: 8px;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}

.sub-menu li {
    padding: 0.5rem 1rem;
}

.sub-menu a {
    color: #333 !important;
}

.sub-menu a:hover {
    color: #4ea006 !important;
}

.current_page_parent>a,
.current-menu-item>a {
    font-size: 18px;
    display: block;
    font-weight: 500;
    text-decoration: none;
    transition: 0.5s ease-in-out;
}

.menu-item a {
    text-transform: uppercase;
    font-weight: 500;
    color: #cfcfcf;
    font-size: 15px;
    padding: 10px 20px;
}

.menu-item .active {
    color: rgb(230, 189, 71);
    transition: 0.5s ease-in-out;
}

.menu-item a:hover {
    color: rgb(230, 189, 71);
    padding: 10px 20px;
    border-radius: 3px;
}

.menu>li:hover .sub-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.top-nav {
    background: rgb(198, 155, 56);
    background: linear-gradient(149deg, rgba(198, 155, 56, 1) 42%, rgba(246, 207, 79, 1) 100%);
}

/*------------------- Hero Section ---------------------*/
.slider-text {
    position: absolute;
    top: 30%;
    left: 7%;
    max-width: 50%;
    z-index: 9999999;
}

.hero-slider {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 165px 0 310px;
}

.hero-slider1 {
    background-image: url(../asset/bg-banner-1.jpg);
    height: 600px;
}

.hero-slider1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
}

.hero-slider2 {
    background-image: url(../asset/bg-banner-2.jpg);
    height: 600px;
}

.hero-slider2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
}

.hero-slider3 {
    background-image: url(../asset/bg-banner-3.jpg);
    height: 600px;
}

.hero-slider3::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
}

.short-text {
    position: absolute;
    top: 135%;
}

.book-now {
    margin-top: 25px;
}

.book-now-btn {
    padding: 10px 30px;
    background: rgb(230, 189, 71);
    background: linear-gradient(147deg, rgba(230, 189, 71, 1) 0%, rgba(175, 133, 48, 1) 100%);
    color: #fff;
    border-radius: 4px;
}

.book-now-btn:hover {
    opacity: 1;
    color: #fff;
}

.slider-text h1 {
    color: #fff;
    margin-top: 1.5rem;
    font-size: 60px;
}

.slider-text p {
    font-size: 15px;
}

.hero-slider-img {
    position: relative;
}

.hero-slider-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999;
}

.hero-slider-img img {
    position: relative;
    z-index: 2;
}

.heading h2,
h3 {
    color: #201d3c;
    text-align: center;
}

/*------------------- About Section -------------------------*/
.inner-banner {
    background-color: #efcec9;
    background-image: url(../asset/portrait-beautiful-woman-black-dress-dark-wall.jpg);
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: 50%;
    padding: 135px 0;
    min-height: 326px;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
}

/* .services-section-bg{
    background-image: url(../asset/makeup-artist-powdering-face-blonde.jpg);
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: 50%;
    padding: 135px 0;
    min-height: 326px;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
} */

.inner-banner .inner-title h3 {
    font-size: 60px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 15px;
    text-align: left;
}

.inner-banner .inner-title ul li {
    color: #bb9135;
    display: inline-block;
    position: relative;
    margin-right: 20px;
}

.section-bg {
    background-color: #f9f9f9;
}

.abt-section-bg {
    background-color: #f9f9f9;
}

.about-img-three {
    position: relative;
    margin-bottom: 30px;
    padding-right: 100px;
    padding-bottom: 60px;
}

.about-img-three .sub-img {
    position: absolute;
    z-index: 1;
    bottom: 100px;
    right: 0;
}

.about-img-three .sub-img img {
    border-radius: 50%;
    border: 5px solid #fff;
    -webkit-animation: movebounce 9s linear infinite;
    animation: movebounce 9s linear infinite;
}

.about-img-three .content {
    position: absolute;
    bottom: 0;
    right: 100px;
    background-color: #fff0c6;
    padding: 30px 40px;
    display: inline-block;
    width: 290px;
    border: 3px solid #fff;
    -webkit-animation: moveleftbounce 9s linear infinite;
    animation: moveleftbounce 9s linear infinite;
}

.about-img-three .content h3 {
    font-size: 50px;
    line-height: 1.2;
    color: #bb9135;
    margin-bottom: 5px;
    text-align: left;
}

.about-img-three .content p {
    font-size: 22px;
    margin-bottom: 0;
}

.section-title span {
    color: #bb9135;
    display: block;
    margin-bottom: 7px;
}

.section-title h2 {
    font-size: 45px;
    margin-top: 0;
    line-height: 1.2;
    margin-bottom: 0;
    color: #201d3c;
}

.section-title p {
    padding-top: 15px;
    margin-bottom: 0;
    max-width: 650px;
    font-size: 16px;
}

.default-btn:hover {
    color: #ffffff !important;
}

.default-btn {
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
    color: #bb9135;
    font-weight: 400;
    transition: 0.5s;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    z-index: 0;
    background-color: transparent;
    border: 1px solid #bb9135;
    border-radius: 3px;
    transition: 0.5s ease-in-out;
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
}

.default-btn::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 550px;
    height: 550px;
    margin: auto;
    background: #bb9135;
    border-radius: 50%;
    z-index: -1;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: translateX(-50%) translateY(-5%) scale(.4);
    transform: translateX(-50%) translateY(-5%) scale(.4);
    -webkit-transition: .9s;
    transition: .9s;
}

.default-btn:hover:before {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transform: translateX(-45%) translateY(0) scale(1);
    transform: translateX(-45%) translateY(0) scale(1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}

.default-btn i {
    position: relative;
    margin-left: 10px;
}

.inner-img {
    text-align: right;
}

.inner-img img {
    width: 400px;
}

.inner-banner .inner-title ul li::before {
    content: '';
    position: absolute;
    top: 5px;
    right: -12px;
    height: 17px;
    width: 2px;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    background-color: #fff;
}

.inner-title a {
    color: #f9f9f9;
}

.booking-form .form-group {
    margin-bottom: 20px;
    position: relative;
}

.booking-form .form-group .form-control {
    height: 60px;
    color: var(--bodyColor);
    border: 1px solid #eee;
    background-color: transparent;
    font-size: 15px;
    padding: 10px 20px;
    width: 100%;
    border-radius: 0;
}

/*------------------- Service Section ----------------------*/
.section-title span {
    color: #bb9135;
    display: block;
    margin-bottom: 7px;
}

.services-card {
    border: 2px solid #000;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.services-card img {
    border-radius: 10px 10px 0 0;
    transition: transform 0.3s ease;
}

.services-card:hover img {
    transform: scale(1.1);
}

.services-card .content {
    padding: 30px;
    position: relative;
    background: #fbfbfb;
    border-radius: 0 0 10px 10px;
}

.services-card .content h3 {
    margin-bottom: 0;
}

.services-card .content .more-btn i:hover {
    background-color: #000;
}

.services-card .content .more-btn {
    position: absolute;
    top: -30px;
    right: 30px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    border-radius: 50%;
    border: 2px dashed var(--whiteColor);
    -webkit-transition: .9s;
    transition: .9s;
}

.services-card a {
    display: block;
    color: #000;
    text-align: left;
    font-size: 20px;
}

.services-card .content .more-btn i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    background-color: #bb9135;
    color: #fff;
    display: inline-block;
    margin: 0 8px;
    font-size: 18px;
    transition: .9s;
}

.section-title.text-center h2 {
    margin-bottom: 20px;
}

.services-item-two .content {
    padding: 32px 30px;
    position: relative;
    z-index: 1;
}

.services-item-two:hover .content h3 a {
    color: #bb9135;
}

.services-item-two .content p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #555555;
}

.learn-btn {
    padding: 15px 35px;
    text-align: center;
    font-size: 16px;
    color: #bb9135;
    font-weight: 500;
    transition: 0.5s;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    z-index: 0;
    background-color: transparent;
    border: 1px solid #eee;
    border-radius: 3px;
    transition: 0.5s ease-in-out;
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
}

.learn-btn i {
    position: relative;
    margin-left: 10px;
}

.services-img {
    margin-top: 20px;
}

.services-img img{
    width: 100px;
    height: 100px;
    border-radius: 50%!important;
}

.services-item-two .content .learn-btn:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 550px;
    height: 550px;
    margin: auto;
    background: #bb9135;
    border-radius: 50%;
    z-index: -1;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: translateX(-50%) translateY(-5%) scale(.4);
    transform: translateX(-50%) translateY(-5%) scale(.4);
    -webkit-transition: .9s;
    transition: .9s;
}

.services-item-two .content .learn-btn:hover:before {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transform: translateX(-45%) translateY(0) scale(1);
    transform: translateX(-45%) translateY(0) scale(1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}

.services-item-two .content .content-right {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
}

.services-item-two .content h3 {
    color: #111;
    margin-bottom: 12px;
    text-align: left;
}

.services-item-two {
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .06);
    box-shadow: 0 0 15px rgba(0, 0, 0, .06);
    border: 2px solid #201d3c;
    border-radius: 10px;
}

.services-item-two img {
    border-radius: 10px 10px 0 0;
}

.services-item-two {
    position: relative;
    overflow: hidden;
}

.services-item-two img {
    transition: transform 0.3s ease;
}

.services-item-two:hover .zoom {
    transform: scale(1.1);
}


/*------------------- Testimonial Section ---------------------*/
.testimonial-section {
    background-image: url('../asset/bg-img.jpg');
    background-size: cover;
    background-position: center;
}

.testimonial-card {
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 30px;
}

.testimonial-img {
    margin-bottom: 20px;
}

.testimonial-content p{
    font-size: 16px;
}

.testimonial-img img {
    width: 100px !important;
    height: auto;
    border-radius: 10px;
    margin: auto;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    opacity: 1;
}

.hero-carousel .owl-nav {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.hero-carousel .owl-nav button {
    background: linear-gradient(147deg, rgba(230, 189, 71, 1) 0%, rgba(175, 133, 48, 1) 100%) !important;
    border: none;
    border-radius: 50%;
    width: 100px;
    height: 50px;
    line-height: 40px;
    font-size: 16px !important;
    color: #fff !important;
    cursor: pointer;
    outline: none;
    transition: background-color 0.3s ease;
}

.hero-carousel .owl-nav button:hover {
    background: #f0f0f0;
}

/* Contact Section */
.contact-information-max {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.contact-info-card {
    margin-bottom: 30px;
    padding: 40px 30px;
    text-align: center;
    background-color: #fff0c6;
    min-height: 280px;
    border: 2px solid #201d3c;
    border-radius: 10px;
}

.contact-info-card i {
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background-color: #fff;
    color: #bb9135;
    font-size: 30px;
    display: inline-block;
    margin: 0 auto 20px;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .06);
    box-shadow: 0 0 15px rgba(0, 0, 0, .06);
    -webkit-transition: .9s;
    transition: .9s;
}

.contact-info-card:hover i {
    background-color: #bb9135;
    color: #fff;
}

.contact-info-card h3 {
    margin-bottom: 7px;
}

.contact-info-card p {
    margin-bottom: 3px;
    color: #555555;
    font-size: 16px;
}

.contact-info-card a {
    color: #555555;
}

.contact-widget-max {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.contact-form .section-title h2 {
    line-height: 1;
    color: #201d3c;
}

.contact-form .section-title {
    margin-bottom: 40px;
}

.contact-form .form-group {
    margin-bottom: 20px;
    position: relative;
}

.contact-form .form-group .form-control {
    font-size: 16px;
    height: 60px;
    color: #555555;
    border: none;
    background-color: #fff0c6;
    padding: 15px 25px;
    width: 100%;
    border-radius: 0;
}

.contact-form .form-group textarea.form-control {
    height: auto;
}

.contact-form .agree-label {
    margin-bottom: 15px;
    position: relative;
}

.contact-form .with-errors {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
    color: red;
    font-weight: 400;
    display: block;
}

/* ----------------- Instagram Post Section -------------------- */
#instagram-post .item {
    cursor: pointer;
}

.instagram-item:before {
    position: absolute;
    content: '';
    width: 70%;
    height: 70%;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #cfa548d9;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    opacity: 0;
    visibility: hidden;
}

.instagram-item:hover:before {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.instagram-item .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    opacity: 0;
    visibility: hidden;
}

.instagram-item .inner a {
    display: inline-block;
    color: #fff;
    font-size: 50px;
}

.instagram-item:hover .inner {
    opacity: 1;
    visibility: visible;
}

.instagram-item:after {
    position: absolute;
    content: '';
    width: 85%;
    height: 85%;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    border: 2px solid #fff;
    opacity: 0;
    visibility: hidden;
}

.instagram-item:hover:after {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

/* Parallax Effect */
.parallax{
    background-image: url(../asset/parallax-bg-img.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 50px;
    padding-bottom: 50px;
}

.parallax .parallax-content {
    text-align: center;
    background-color: #cfa548d9;
    padding-top: 75px;
    padding-bottom: 85px;
    position: relative;
    z-index: 1;
}

.parallax .parallax-content:before {
    position: absolute;
    content: '';
    width: 95%;
    height: 85%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #fff;
    z-index: -1;
}

.parallax .parallax-content .section-title {
    margin-bottom: 40px;
    max-width: 725px;
    margin-left: auto;
    margin-right: auto;
}

.parallax .parallax-content .section-title h2{
    color: #fff;
    font-size: 45px;
}

.make-appointment-btn{
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    transition: 0.5s;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    z-index: 0;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 3px;
    transition: 0.5s ease-in-out;
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
}

.make-appointment-btn:hover{
    color: #bb9135;
}

.make-appointment-btn::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 550px;
    height: 550px;
    margin: auto;
    background: #fff;
    border-radius: 50%;
    z-index: -1;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: translateX(-50%) translateY(-5%) scale(.4);
    transform: translateX(-50%) translateY(-5%) scale(.4);
    -webkit-transition: .9s;
    transition: .9s;
}

.make-appointment-btn:hover:before {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transform: translateX(-45%) translateY(0) scale(1);
    transform: translateX(-45%) translateY(0) scale(1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}


/* About Us Page */
#client-review{
    background-color: #fff0c6;
}

/*------------------ Footer Section -----------------------*/
.footer-bg {
    background-color: #201D3C;
    font-size: 15px;
}

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

.pb-70 {
    padding-bottom: 70px;
}

.pt-70 {
    padding-top: 70px;
}

.footer-widget p {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #eee;
}

.footer-widget .social-link {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-widget .social-link li {
    display: inline-block;
    margin-right: 10px;
}

.footer-widget .social-link li a {
    display: inline-block;
}

.footer-widget .social-link li a i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    color: #bb9135;
    border: 1px solid #bb9135;
    background-color: transparent;
    -webkit-transition: 05.s;
    transition: 0.5s;
}

.footer-widget .social-link li a:hover i {
    background-color: #bb9135;
    color: #fff;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background: rgb(230, 189, 71);
    background: linear-gradient(147deg, rgba(230, 189, 71, 1) 0%, rgba(175, 133, 48, 1) 100%);
    opacity: 0.9;
    color: #fff;
    color: white;
    cursor: pointer;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    transition: all 0.4s;
}

#myBtn:hover {
    opacity: 1;
    transform: translateY(-5px);
}

footer a:hover {
    color: #fff !important;
}

.social-links a {
    padding: 0 10px;
    color: #fff;
}

.social-links a:hover {
    color: #58ad0d !important;
}

#social-links ul li a {
    padding: 0 10px;
    color: #fff;
}

#social-links ul li a:hover {
    color: #000 !important;
}

.footer-widget h3 {
    margin-top: 0;
    font-size: 24px;
    margin-bottom: 30px;
    color: #eee;
    text-align: left;
}

.newsletter-form .form-control {
    background-color: #faefed;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    margin: 0;
    border: none;
    padding: 0 25px;
    color: #555555;
    margin-bottom: 20px;
}

.newsletter-form .subscribe-btn {
    background-color: #bb9135;
    color: #fff0c6;
    height: 50px;
    line-height: 50px;
    padding: 0 32px;
    border: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
    width: 100%;
}

.footer-widget .salon-hours li .content h3 {
    font-size: 16px;
    margin-bottom: 3px;
    color: #eee;
    font-weight: 500;
}

.footer-widget .salon-hours li .content span {
    font-size: 16px;
    margin-bottom: 0;
    color: #8f8a8a;
}

.footer-widget .footer-contact li:hover .content span a {
    color: #bb9135;
}

.footer-widget .footer-contact li .content h4 {
    font-size: 16px;
    color: #eee;
    margin-bottom: 5px;
    font-weight: 600;
}

.footer-widget .footer-contact li .content span a {
    color: #eee;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.content span {
    font-size: 16px;
    color: #8f8a8a;
}

.footer-widget .footer-contact li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.footer-widget .footer-contact li i {
    line-height: 1;
    width: 45px;
    height: 45px;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    color: #bb9135;
    border: 1px solid #bb9135;
    background-color: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.footer-widget .footer-contact li:hover i {
    background-color: #bb9135;
    color: #fff;
}

::selection {
    background: #bd9336;
    color: #ffffff;
}

.br-50 {
    border-radius: 50%;
}

/*------------------- Media Query ----------------*/
@media only screen and (max-width: 320px) and (min-width: 300px) {
    .hero-text-wrapper {
        position: absolute;
        top: 60%;
        left: 47%;
        transform: translate(-50%, -50%);
        width: 90%;
    }

    #custom-header {
        flex-direction: column;
        text-align: center;
    }

    .slider-text span,
    h1 {
        font-size: 8px;
        margin: 0;
    }

    .slider-text a {
        font-size: 10px;
        margin: 0;
    }

    .slider-text h1 {
        margin-top: 0;
    }

    .slider-text p {
        font-size: 13px !important;
    }

    .consult-now {
        margin-top: 0;
    }

    .consult-now-btn {
        padding: 4px 10px;
    }

    .buy-now-sec {
        flex-direction: column;
    }

    .serviceListWrap {
        flex-direction: column;
    }
}

@media only screen and (max-width: 425px) and (min-width: 375px) {
    .hero-text-wrapper {
        position: absolute;
        top: 70%;
        left: 47%;
        transform: translate(-50%, -50%);
        width: 90%;
    }

    #custom-header {
        flex-direction: column;
        text-align: center;
    }

    .slider-text span,
    h1 {
        font-size: 10px;
        margin: 0;
    }

    .slider-text a {
        font-size: 10px;
        margin: 0;
    }

    .slider-text h1 {
        margin-top: 0;
    }

    .slider-text p {
        display: none;
    }

    .consult-now {
        margin-top: 0;
    }

    .consult-now-btn {
        padding: 4px 10px;
    }

    .buy-now-sec {
        flex-direction: column;
    }

    .serviceListWrap {
        flex-direction: column;
    }
}

@media (max-width: 768px) {

    .navbar-nav {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .menu-item a {
        font-size: 20px;
        padding: 0;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        /* padding: 100px 0; */
        position: absolute;
        top: 100%;
        left: 0;
        background: #926916;
        width: 100%;
        height: 100vw;
    }

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

    .about-img-three {
        padding-right: 30px;
        padding-bottom: 30px;
    }

    .about-img-three .sub-img {
        bottom: 50px;
        width: 100px;
    }

    .about-img-three .content {
        right: 0;
        background-color: #EFCEC9;
        padding: 20px 10px;
        display: inline-block;
        width: 190px;
    }

    .about-img-three .content h3 {
        font-size: 28px;
    }

    .about-img-three .content p {
        font-size: 15px;
    }

    .section-title span {
        font-size: 14px;
    }
    
    .booking-form .section-title span{
        margin-top: 45px;
    }

    .section-title p {
        padding-top: 10px;
    }

    .default-btn {
        padding: 10px 24px;
        font-size: 14px;
    }

    .section-title h2 {
        font-size: 28px;
    }

    .buy-property {
        padding: 0;
    }

    .wpcf7-form label {
        width: 100%;
    }

    .wpcf7-submit {
        width: 90%;
    }

    .num-1-property {
        margin-left: 20px;
    }

    .slider-text span {
        font-size: 15px;
        padding: 10px 20px;
    }

    .slider-text a {
        font-size: 16px;
        margin: 0;
        padding: 10px 20px;
    }

    .slider-text h1 {
        margin-top: 20px;
        font-size: 40px;
    }

    .consult-now {
        margin-top: 10px;
    }

    .consult-now-btn {
        padding: 4px 10px;
    }

    p {
        font-size: 16px !important;
    }

    .num-1-property p {
        font-weight: 700;
        font-size: 20px;
    }

    .channel-card {
        padding: 50px;
    }

    #custom-header {
        flex-direction: column;
        text-align: center;
    }

    #about-sec {
        padding: 0;
    }

    .property-report-wrapper {
        position: relative;
        top: 0;
    }

    .element {
        display: none;
    }

    .short-abt p {
        font-size: 17px;
    }

    .menu>li {
        display: block;
        height: 40px;
    }

    .appointment-form {
        padding: 30px 20px;
    }

    .abt-card-body {
        flex-direction: column;
    }

    #why-choose-us .heading h2 {
        text-align: center;
    }

    .why-us-short-desc p {
        text-align: center;
    }

    .owl-theme .owl-nav {
        display: none;
    }

    .hammer-image {
        display: none;
    }

    .speak-with-expert .heading {
        padding: 10px 10px 0;
    }

    .consult-btn {
        margin-top: 1rem;
        padding: 0 10px 10px;
    }

    .wrapper-content {
        width: 200px;
    }

    .products-card {
        padding: 20px;
    }

    .explore-btn {
        margin-top: 0.5rem;
    }

    .slider-text {
        max-width: 100%;
        top: 20%;
        left: 10px;
    }

    .ttl-testimonial-card {
        flex-direction: column;
    }

    .ttl-testimonial-img {
        min-height: auto;
    }

    .consult-form {
        max-width: 100%;
        margin: auto;
    }

    .featured_image img {
        min-height: 200px;
    }

    .service_info h1 {
        font-weight: 700;
    }

    h2.service_title {
        font-size: 1.5rem;
        font-weight: 700;
        margin: 1rem 0;
        color: #000;
        background: #50a308;
        padding: 10px 0;
        border-radius: 150px 0 150px 0;
        display: inline-block;
    }

    h3.title {
        font-size: 2rem;
        font-weight: 700;
        margin: 1rem 0;
        color: #000;
        background: #50a308;
        padding: 10px 0;
        border-radius: 150px 0 150px 0;
        display: inline-block;
    }

    .consultant {
        flex-direction: column;
    }

    .consultant .image {
        margin: auto;
    }

    .consultant h3 {
        text-align: center;
    }

    .contact_email {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 1440px) {
    .element {
        position: absolute;
        top: 139px;
    }
}

@media only screen and (max-width: 1920px) and (min-width: 1450px) {
    .service-box {
        padding: 90px 60px !important;
    }
}