@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aboreto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inder&display=swap');
:root {
    --color-1:#00235E;
    --color-2: #fff;
    --color-3: #000000;
    --color-4:#FEF200;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

    /* html {
        overflow-x: hidden;
    } */

/**
 * Remove default margin.
 */
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    font-family: "Inter", sans-serif;
      overflow-x: hidden;
}
html, body {
  overflow-x: hidden;
}

[data-aos] {
  overflow: hidden;
}
/* header-start */
.top-bar{
    background-color:var(--color-1);
    padding: 20px 0;
}
.top-bar .container{
    display: flex;
    justify-content: space-between;
}
.top-bar a{
    color: var(--color-2);
}
.top-bar a span{
    margin-right: 10px;
}
.top-bar a{
    margin-right: 23px;
}
.main_header {
    z-index: 9;
    width: 100%;
}
.m-header{
    padding: 10px 0;
}

.r-nav {
    display: flex;
}

.r-nav a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    text-transform: capitalize;
}
.left-logo{
    display: none;
}

/*====================================== Start navigation ========================================*/
.navigation_area .nav_sec {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 50px;
}

.navigation_area .nav_sec ul {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 0;
}

.navigation_area .nav_sec ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin: 0 28px 0 0;
    position: relative;
}
.navigation_area .nav_sec ul li:last-child{
    margin-right: 0;
}

.navigation_area .nav_sec ul li+li {
    /* margin-left: 30px; */
}

.navigation_area .nav_sec ul li a {
     color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-transform:capitalize;
    transition: 0.8s;
}

.main_header .navigation_area .nav_sec ul .dropdown>a:after {
    content: "\f107";
    font-weight: 800;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 2px;
    right: -4px;
}

.navigation_area .nav_sec ul li .header_book_appointment_btn {
    margin-left: 148px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    position: relative;
}


.right-nav-sec a i {
    color: var(--color-2);
}

.nav_sec ul a:hover {
   color: #e8ba66 !important;
}


.nav_sec ul a::after {
    content: '';
    display: block;
    height: 3px;
    background-color:#e8ba66;
    position: absolute;
    bottom:-14px;
    width: 0%;
    transition: all 0.3s ease-in-out;
}

.nav_sec ul a:hover::after {
    width: 100%;
}

/* .nav_sec ul a:hover::before {
    width: 100%;
} */

.nav_sec ul li ul li a:hover {
    background-color: var(--color-3);
}

.right-nav-sec {
    display: flex;
}

.right-nav-sec a {
    margin-right: 15px;
}


.navigation_area .nav_sec ul li ul {
    width: max-content;
    background: linear-gradient(225deg, #DE3D05 0%, #B60505 100%);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    display: none;
    text-align: left;
}

.navigation_area .nav_sec ul li:hover ul {
    display: block;
}

.navigation_area .nav_sec ul li ul li {
    width: 100%;
    /* float: left; */
    margin: 0;
    padding: 0;
}

.navigation_area .nav_sec ul li ul li+li {
    border-top: 1px solid var(--color-2);
}

.nav_sec ul>.active>a {
    color: var(--color-1);
}

.navigation_area .nav_sec ul li ul li a {
    margin: 0;
    padding: 10px 10px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    font-size: 17px;
}
.mobile-toggle{
    display: none;
}

span.toggle-menu {
    display: none;
}

.toggle-menu img {
    width: 50px;
}

/* navigation-end */

.main_header{
    position:absolute;
    background: linear-gradient(to bottom, #000000, transparent);
}
.nav_sec img{
    width: 110px;
    height: 110px;
    object-fit: cover;
}
/* banner-start */
.banner{
    position:relative;
}
.left-menu{
    display: flex;
}
.left-menu a{
    display: block;
    margin-right: 20px;
    color: #E8BB5E;
}
.left-menu a i{
    font-size: 25px;
}
.mobile-no {color: #E8BB5E;}
.mobile-no i {
    padding-right: 10px;
    color: #E8BB5E;
}
.b-item {
    position: relative;
}
.b-item img{
    width: 100%;
}
.bottom-con{
    display: flex;
    justify-content: space-around;
    /* padding: 0 100px; */
    position:absolute;
    width: 100%;
    bottom:120px;
    /* margin-bottom: 120px; */
}

.bottom-con h2{
    font-size: 30px;
    color:#FFAC00;
    font-family: "Aboreto", system-ui;
    background-color: #000000;
    padding: 16px;
}
/* about-css */
.about{
    padding:100px 0 450px 0;
    background-color: #FDFBED;
    position: relative;
}
.about .row{
    align-items: center;
}
.about-right{
    position: relative;
    z-index: 1;
}
.about-right img{
    width: 100%;
}
.cmn-heading h3{
        font-family: "Aboreto", system-ui;
        font-size: 30px;
        color: #151515;
        margin-bottom: 20px;
}
.cmn-heading h2{
    font-size: 70px;
    font-family: "Alex Brush", cursive;
    color: #FFAC00;
     line-height: 70px;
     margin-bottom: 16px;
}
.cmn-heading h2 span{
    color: #836000;
}
.about-left p{
    font-size: 16px;
    font-family: "Inder", sans-serif;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 30px;
}
.cmn-btn a, .cmn-btn button {
    font-family: "Inder", sans-serif;
    color: #fff;
    background-color: #836000;
    padding: 18px 40px;
    border-radius: 0 20px 0 20px;
    border:none;
}
.obj-1{
    position: absolute;
    top: 0;
    right:0;
}
.obj-1 img{
    width:100%;
}
.obj-2{
    position: absolute;
    bottom: 300px;
    left:0;
}
.obj-2 img {
    width: 200px;
}
/* video-section-start */
.video-section {
    text-align: center;
    padding: 80px 0;
    margin-top: -400px;
}

.video-thumbnail {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.video-thumbnail img {
    width: 100%;
    border-radius:70px 0 70px 0;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #b9935a;
    transition: 0.3s;
}

.play-btn:hover {
    background: #b9935a;
    color: #fff;
}

/* Modal */
.video-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 80px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
}

.video-modal-content {
    position: relative;
    margin: auto;
    width: 80%;
    max-width: 900px;
}

.video-modal iframe {
    width: 100%;
    max-height: 500px !important;
    border-radius: 10px;
}

.close-btn {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 35px;
    color: #fff;
    cursor: pointer;
}

.event-section {
    background: #f5f3ef;
    padding: 80px 0;
}

.event-wrapper {
}

.event-item {
    text-align: center;
    position: relative;
}

.event-item img {
    width: 100%;
    display: block;
}

/* Title Style */
.event-title {
    font-family: "Aboreto", system-ui;
    text-transform: uppercase;
    position: relative;
    font-size: 25px;
    letter-spacing: 2px;
    color: #b08a4f;
    margin: 20px 0;
}

/* Top Title */
.event-title.top {
    margin-bottom: 50px;
}

/* Bottom Title */
.event-title.bottom {
    margin-top: 40px;
}
.b-top-radious{
    border-radius: 70px 0 0 0;
}
.b-bottom-radious{
    border-radius: 0 0 70px 0;
}

.event-title::before{
    content: "";
   position: absolute;
    top: -100px;
   left: 50%;
   width: 2px;
   height: 100px;
   background-color:#000000;
}
.event-title.top::before{
    content: "";
    top: 35px;
}
.event-slider {
    margin: 0 -20px;
}

.event-item {
    padding: 0 20px;
}
.event-section .slick-prev:before,
.event-section .slick-next:before {
    display: none;
}
.event-section .slick-prev,
.event-section .slick-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #b08a4f;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: 0.3s ease;
}

/* Position */
.event-section .slick-prev {
    left: 0;
}

.event-section .slick-next {
    right:0;
}

/* Arrow Icons */
.event-section .slick-prev::after,
.event-section .slick-next::after {
    font-size: 20px;
    font-weight: bold;
    color: #b08a4f;
}

.event-section .slick-prev::after {
    content: "←";
}

.event-section .slick-next::after {
    content: "→";
}

/* Hover */
.event-section .slick-prev:hover,
.event-section .slick-next:hover {
    background: #b08a4f;
}

.event-section .slick-prev:hover::after,
.event-section .slick-next:hover::after {
    color: #ffffff;
}
.event-section  .cmn-btn {
    text-align: center;
}
/* Responsive */
@media (max-width: 991px) {
    .event-wrapper {
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .event-wrapper {
        flex-direction: column;
    }
}

.event-section .cmn-heading{
    text-align: center;
    margin-bottom:80px;
}
.event-wrapper{
    margin-top: 50px;
    margin-bottom: 100px;
}
.event-wrapper .cmn-heading{
   text-align: center;
}

.celebration-section {
    position: relative;
    background: #e9e4d8;
    padding: 100px 0;
}



.service-item {
    padding: 20px 0;
    border-bottom: 1px solid #d8cfc0;
}

.service-item:last-child {
    border-bottom: none;
}

.service-icon img {
    width: 50px;
}

.service-text h4 {
    font-family: "Aboreto", system-ui;
    font-size: 20px;
    letter-spacing: 1px;
    color: #7a5c2e;
    margin-bottom: 14px;
}

.service-text p {
    font-family: "Inder", sans-serif;
    font-size: 16px;
    color: #6a6a6a;
    line-height: 1.6;
}

.celebration-right img {
    /* border-radius:50% 50% 0 0; */
    object-fit: cover;
}
.celebration-section h2{
    font-size: 75px;
}

.obj-3{
    position: absolute;
    top: 0;
}
.obj-4{
    position: absolute;
    bottom: 0;
    right: 0;
}

/* Section */
.gallery-section{
    padding:80px 0;
    text-align:center;
}

.gallery-title{
    font-size:14px;
    letter-spacing:2px;
    color:#777;
}

.gallery-heading{
    font-size:40px;
    font-family: serif;
    color:#b8892d;
    margin-bottom:50px;
}

/* Gallery Images */
.gallery-img{
    width:100%;
    transition:0.4s ease;
}

.gallery-img:hover{
    transform:scale(1.05);
}

/* Button */
.more-btn{
    margin-top:40px;
    background:#b8892d;
    color:#fff;
    padding:10px 25px;
    border-radius:20px;
    text-decoration:none;
    display:inline-block;
}
.top-left-radius-70{
    border-top-left-radius: 70px;
}
.top-border-radius-70{
    border-bottom-left-radius: 70px;
}
.top-right-radius-70{
    border-top-right-radius: 70px;
}
.bottom-right-radius-70{
    border-bottom-right-radius: 70px;
}
.music-gallery .cmn-heading{
    text-align: center;
    margin-bottom: 40px;
}
.music-gallery{
    padding: 140px 0 60px 0;
    position: relative;
}
.music-gallery .row{
    margin-bottom: 100px;
}
.music-gallery .cmn-btn{
    text-align: center;
}
.music-obj{
    position: absolute;
    top: 0;
    right: 0;
}

/* ------------ */
.event-gallery {
  padding: 80px 0;
  position: relative;
}
.g-obj{
    position:absolute;
    top: 0;
    left: 0;
}
.g-obj-2{
    position: absolute;
    bottom: 0;
    right: 0;
}
.event-gallery .cmn-heading{
    text-align: center;
    margin-bottom: 50px;
}
/* Masonry Layout */
.masonry-grid {
  column-count: 2;
  column-gap: 25px;
  z-index: 9;
    position: relative;
}

.grid-item {
  break-inside: avoid;
  margin-bottom: 25px;
  overflow: hidden;
}

.grid-item img {
  width: 100%;
  height: auto;   /* AUTO HEIGHT */
  display: block;
}

.grid-item h4 {
  font-family: "Aboreto", system-ui;
  margin-top: 25px;
  font-size: 25px;
  letter-spacing: 1px;
  font-weight: 500;
  color:#151515;
}

/* Mobile */
@media (max-width: 768px) {
  .masonry-grid {
    column-count: 1;
  }
}
/* ---------- */
.booking-left img{
    width: 100%;
    border-top-right-radius: 200px;
}

.booking-sec{
    padding: 150px 0;
    background: #FDFBED;
    position: relative;
}

.booking-right input{
    width: 100%;
    padding: 20px 28px;
    border-radius: 50px;
    margin-bottom: 44px;
    border: 2px solid #FFAC00;
}
.booking-right textarea{
    width: 100%;
    padding: 20px 28px;
    border-radius: 50px;
    margin-bottom: 50px;
    border: 2px solid #FFAC00;
	height:90px;
}
.booking-sec .row{
    align-items: center;
}
.booking-obj{
    position: absolute;
    right: 0;
    top: 0;
}
/* footer */
.footer{
    padding: 62px 0 0 0;
    position: relative;
}

.f-left{
    background-color: #FDFBED;
    padding: 45px 20px 20px 20px;
    height: 400px;
    width: 400px;
    border-radius: 50%;
}
.f-logo {
    display: flex;
    justify-content: center;
}
.f-left p{
   padding: 20px;
    text-align: center;
}
.f-social{
    align-items: center;
    justify-content: center;
    display: flex;
}
.f-social i{
    font-size: 20px;
    color: #000;
}
.f-social a{
    display: block;
    margin: 0 10px;
    padding: 7px 10px;
    background-color: #E8BB5E;
    border-radius:5px;
    border: 2px solid #000;
}
.footer ul{
    padding-left: 0;
}
.f-logo img{
    width: 105px;
}
.footer h3{
    font-size: 45px;
    font-family: "Alex Brush", cursive;
    color: #836000;
    margin-bottom: 25px;
}
.footer li{
    color:#484848;
    font-family: "Inter", sans-serif;
    font-size: 16px;
}
.f-middle ul li{
    width: 50%;
    float: left;
    margin-bottom: 15px;
}
.footer ul li a:hover{
    color: #FFAC00;
}
.f-right ul li{
    margin-bottom: 15px ;
}
.f-right ul li a{
    color: #484848;
}
.footer-obj{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.sub-footer{
    background-color: #FDFBED;
}
.sub-footer {
    text-align: center;
    padding: 15px 0;
    font-size: ;
}
.sub-footer a:hover{
    color: #FFAC00;
}
.sub-footer p{
    font-family: "Inter", sans-serif;
}
.footer .row{
    padding-bottom: 30px;
}

/* inner-banner-css-strat */
.inner-banner {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 100px;
}

/* Dark Overlay */
.inner-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0.7));
}

.inner-banner-content {
    position: relative;
    color: #fff;
    z-index: 2;
}

.inner-banner-content h1 {
	font-family: "Alex Brush", cursive;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.breadcrumb {
    font-size: 15px;
    justify-content: center;
    
}

.breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb span {
    margin: 0 5px;
}

/* Responsive */
@media(max-width:768px){
    .inner-banner {
        height: 280px;
    }

    .inner-banner-content h1 {
        font-size: 32px;
    }
}

/* about-page-css */
.about-modern{
  background:#f9f9f9;
}

.subtitle{
  color:#c8a96a;
  font-weight:600;
  letter-spacing:2px;
  font-size:14px;
}

.about-modern p{
  color:#555;
  line-height:1.8;
}

.main-img{
  width:100%;
}

.small-img{
  position:absolute;
  bottom:-40px;
  right:-40px;
  width:250px;
  border:8px solid #fff;
}

.why-card{
  padding:40px;
  background:#fff;
  border-radius:20px;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
  transition:0.3s;
}

.why-card:hover{
  transform:translateY(-10px);
}

/* services-css */
/* .services-section{
  background:#f9f9f9;
}

.service-card{
  background:#fff;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
  transition:0.4s;
}

.service-card img{
  height:220px;
  object-fit:cover;
  width:100%;
}

.service-content{
  padding:25px;
}

.service-card h5{
  margin-bottom:10px;
}

.service-card p{
  color:#555;
  font-size:14px;
}

.service-card:hover{
  transform:translateY(-10px);
} */
 
.service-content p {margin-bottom: 30px;}
.cta-section{
  background: #e8ba66;
  padding:80px 20px;
}

/* ------------------- */
.portfolio-section{
  background:#f9f9f9;
}

.filter-btn{
  border:none;
  background:#eee;
  padding:8px 20px;
  margin:5px;
  border-radius:30px;
  cursor:pointer;
  transition:0.3s;
}

.filter-btn.active,
.filter-btn:hover{
  background:#000;
  color:#fff;
}

.portfolio-card{
  position:relative;
  overflow:hidden;
  border-radius:20px;
}

.portfolio-card img{
  height:300px;
  width:100%;
  object-fit:cover;
  transition:0.4s;
}

.portfolio-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.6);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  opacity:0;
  transition:0.4s;
}

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

.portfolio-card:hover .portfolio-overlay{
  opacity:1;
}

/* ----------------------------------- */
.blog-section{
  background:#f9f9f9;
}

.blog-card{
  background:#fff;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
  transition:0.3s;
}

.blog-card img{
  width:100%;
  height:280px;
  object-fit:cover;
}

.blog-content{
  padding:25px;
}

.blog-date{
  font-size:13px;
  color:#999;
}

.blog-card h4{
  margin:10px 0;
  font-family: "Aboreto", system-ui;
  font-size: 20px;
}

.blog-card p{
  color:#555;
  margin-bottom: 30px;
}

.read-more{
  color:#000;
  font-weight:600;
  text-decoration:none;
}

.blog-card:hover{
  transform:translateY(-8px);
}

.sidebar-box{
  background:#fff;
  padding:25px;
  border-radius:15px;
  box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.sidebar-box h5{
  font-family: "Aboreto", system-ui;
  margin-bottom:15px;
  font-weight: 600;
}

.sidebar-box ul li{
  margin-bottom:10px;
}

.sidebar-box ul li a{
  text-decoration:none;
  color:#555;
}

.sidebar-box ul li a:hover{
  color:#000;
}
/* blog-details-page */
.blog-details{
  background:#f9f9f9;
}

.blog-meta{
  font-size:14px;
  color:#888;
}

.custom-quote{
  background:#fff;
  padding:30px;
  border-left:5px solid #000;
  font-style:italic;
  border-radius:10px;
  box-shadow:0 5px 20px rgba(0,0,0,0.05);
}

.blog-tags a{
  display:inline-block;
  margin:5px;
  padding:6px 15px;
  background:#eee;
  border-radius:20px;
  text-decoration:none;
  color:#333;
  font-size:13px;
}

.blog-tags a:hover{
  background:#000;
  color:#fff;
}

.sidebar-box{
  background:#fff;
  padding:25px;
  border-radius:15px;
  box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.sidebar-box ul li{
  margin-bottom:10px;
}

.sidebar-box ul li a{
  text-decoration:none;
  color:#555;
}

.sidebar-box ul li a:hover{
  color:#000;
}
.blog-details img{
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.blog-details  button{
        background-color: #e8ba66;
    border: none;
    padding: 10px 20px;
}
.blog-details  button:hover{
    background-color: #000;
}
.comments-section h4{
    font-family: "Aboreto", system-ui;
    margin-bottom: 20px;
}

/* --------------------contact us page--------------- */
/* Contact Info */
/* Banner */
.contact-banner{
  background: linear-gradient(135deg, #111, #333);
  color:#fff;
  padding:100px 0;
}

.banner-badge span{
  background:#fff;
  color:#000;
  padding:10px 20px;
  border-radius:30px;
  font-weight:600;
}

/* Info Cards */
.info-card{
  background:#fff;
  padding:30px;
  border-radius:15px;
  margin-bottom:20px;
  text-align:center;
  box-shadow:0 10px 30px rgba(0,0,0,0.05);
  transition:0.3s;
}

.info-card i{
  font-size:30px;
  margin-bottom:15px;
  color: #e8ba66;
}

.info-card:hover{
  transform:translateY(-5px);
}
.info-card h5{
    font-family: "Aboreto", system-ui;
    margin-bottom: 10px;
    font-weight: 600;
}

/* Contact Form */
.contact-form-modern{
  background:#fff;
  padding:40px;
  border-radius:15px;
  box-shadow:0 15px 40px rgba(0,0,0,0.08);
}
.contact-form-modern button{
    background-color: #e8b96d;
    margin-top: 20px;
}
.contact-form-modern h3{
    font-family: "Aboreto", system-ui;
  margin-bottom:30px;
}

.form-control{
  border-radius:8px;
  padding:12px;
}

.btn-modern{
  background:#000;
  color:#fff;
  padding:12px 30px;
  border:none;
  border-radius:30px;
  transition:0.3s;
}

.btn-modern:hover{
  background:#444;
}

/* --------------------------------- */
/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border-radius: 0 20px 0 20px;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#FFAC00;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 0 20px 0 20px;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
  border-radius: 0 20px 0 20px;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  border-radius: 0 20px 0 20px;
}

.footer ul li a {
    color: rgb(72, 72, 72);
}
.sub-footer a{
    color: rgb(72, 72, 72);
}

.banner-slider .slick-prev,
.banner-slider .slick-next {
    width: 55px;
    height: 55px;
    background: rgba(0,0,0,0.6);
    border-radius: 50%;
    z-index: 1;
    transition: 0.3s ease;
}

.banner-slider .slick-prev:hover,
.banner-slider .slick-next:hover {
    background: #000;
    transform: scale(1.1);
}

/* Arrow Icon */
.banner-slider .slick-prev:before,
.banner-slider .slick-next:before {
    font-size: 22px;
    color: #fff;
    opacity: 1;
}

/* Position */
.banner-slider .slick-prev {
    left: 30px;
}

.banner-slider .slick-next {
    right: 30px;
}
.mobile-no a:hover{
    color:#e8ba66;
}


.services{
padding:100px 0;
}
.services .cmn-heading{
    text-align: center;
    margin-bottom: 50px;
}

.section-title{
text-align:center;
margin-bottom:60px;
}

.section-title h2{
font-weight:700;
}

/* Card */

.service-card{
background:#fff;
border-radius:10px;
overflow:hidden;
box-shadow:0 5px 20px rgba(0,0,0,0.1);
transition:0.4s;
height:100%;
}

.service-card:hover{
transform:translateY(-10px);
box-shadow:0 15px 40px rgba(0,0,0,0.2);
}

/* Image */

.service-img img{
width:100%;
height:220px;
object-fit:cover;
}

/* Content */

.service-content{
padding:25px;
text-align:center;
}

.service-content h4{
font-family: "Aboreto", system-ui;
margin-bottom:10px;
font-weight:600;
font-size: 20px;
}

.service-content p{
font-size:14px;
color:#666;
}

/* Button */

.service-btn{
display:inline-block;
margin-top:15px;
padding:10px 25px;
background: #e8ba66;
color:#fff;
text-decoration:none;
border-radius:25px;
font-size:14px;
transition:0.3s;
}

.service-btn:hover{
background:#000;
color:#fff;
}

.blog-card a:hover{
    color:#fff;
    background-color: #000;
}
.f-social a:hover{
    background-color: #000;
}
.f-social a:hover i{
    color: #fff;
}
.why-modern h2{
        font-family: "Aboreto", system-ui;
}
.portfolio-overlay h5{
    font-family: "Aboreto", system-ui;
}
.blog-meta  h2{
    font-family: "Aboreto", system-ui;
}
.cta-section a{
    background-color: #000;
    color: #fff;
    border: none;
    padding: 13px 50px !important;
}
.cta-section h2{
    margin-bottom: 20px;
}
.padding-left {
    padding-left: 68px;
}
.info-card a {color: #836000;}




.modal-header{
    border-bottom:none;
}

.quote-form input,
.quote-form textarea{
    border-radius:4px;
    font-size:14px;
}

.submit-btn{
    background:#ff6a00;
    color:#fff;
    border:none;
    padding:10px 25px;
    border-radius:4px;
}
#openVideo img{
	border-radius:0 !important;
}
.wpcf7-submit:hover{
	color:#000;
}
#wpcf7-f113-o1 form .wpcf7-submit{
	padding: 10px 30px;
    border: none;
    background-color: #835f13;
    color: #fff;
}
.blog-card .blog-content h4 a{
	color:#835f13;
} 
.blog-section  .blog-card .blog-content h4 a{
	color:#e8ba66 !important;
}
.blog-details  .blog-content {
	padding:0 !important;
}
.btn-modern {
	background: #e8ba66;
}
.logged-in-as {
	    margin-bottom: 20px;
}
.logged-in-as a{
	    color: #e8b96d;
}
#respond .comment-form-comment{
	margin-bottom:20px;
}
 #respond .comment-form-comment label{
	display:block;
	margin-bottom: 15px;
	 
}
#respond textarea{
	width:100%;
	border-radius: 15px;
    border: none;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	padding: 20px;
}
.sidebar-box  form{
	display:flex;
}
.sidebar-box  form input{
	padding: 10px;
    border-radius: 5px;
    border: 1px solid #000;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	margin-right:5px;
}
.sidebar-box  form input:focus-visible {
  outline:none;
}
.sidebar-box  form .search-submit{
	background-color: #835f13;
    color: #ffff;
    border: none;
}
.sidebar-box label{
	display:none;
}
.cmn-btn{
	margin-top: 20px;
}
.comment-form-author label{
	display:block;
	    margin-bottom: 10px;
}
.comment-form-email label{
	display:block;
	    margin-bottom: 10px;
}
.comment-form-url label{
	display:block;
	margin-bottom: 10px;
}
#respond input{
	padding: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border: none;
    border-radius: 5px;
	margin-bottom: 25px;
}

.whatsapp-btn {
  position: fixed;
  left: 40px;
  bottom: 40px;
  z-index: 9999;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
  .contact_icon {
    width: 50px;
    height: 50px;
  }
.whatsapp-btn img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

/* blog-details-page-css */

