@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

/*===== Pre CSS =====*/
body{ font-size: 16px; font-weight: 500;line-height: 1.5; color:#000000; font-family: "Inter", sans-serif;}
p,a, span, table, th, tr, td, h1, h2, h3, h4, h5, h6, img, ul, ol, li{ margin: 0; padding: 0;  font-family: "Inter", sans-serif;}
h1, h2, h3, h4, h5, h6{ font-family: "Playfair Display", serif; }

img{height: 100%; width: 100%; object-fit: cover;}

/*===== Go To Top Section =====*/
#back-top{ display: block; position: fixed; bottom: 140px; right: 10px; bottom: 10px; text-align: center;  z-index: 99999; }
#back-top a{ display: block; text-decoration: none; }
#back-top a .fa{ width: 40px; height: 40px; padding-top: 8px; font-size: 20px; border-radius: 5px; opacity: 1; color: #fff; background: #2c2c2c; border: #fff solid 2px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#back-top a .fa:hover{ background: #2f9fd1; color: #000; }

/* Modal Body */
.modal-body .close{ position: absolute; top: 8px; right: -4px; transform: translate(-50%,-50%); opacity: 1; color: #000; }
.modal-body img{ width: 100%; }

/* Wrapper */
.wrapper{ position: relative; margin: 0; padding: 0; overflow: hidden; }
.transition{ -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }

/* Dropdown Menu */
.navbar .navbar-nav li .serv_dropdown_menu{ display: none; position: absolute; z-index: 999999; border-top: transparent solid 25px; background: transparent; top: 20px; margin-left: 0; width: 235px; overflow-x: hidden; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; }
.navbar .navbar-nav li .serv_dropdown_menu ul{ width: 100%; }
.navbar .navbar-nav li .serv_dropdown_menu ul li{ display: block; width: 100%; list-style: none; text-align: left; margin: 0; }
.navbar .navbar-nav li .serv_dropdown_menu ul li a{ display: block; padding: 10px 15px; text-align: left; font-size: 14px; font-weight: 400; text-decoration: none; background: #03016f; color: #fff; border-top: #fff solid 1px; border-radius: 3px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; }
.navbar .navbar-nav li .serv_dropdown_menu ul li a:hover{ padding-left: 20px; color: #000; border-top: #fff solid 1px; background: #F3E723; }
.navbar .navbar-nav li .serv_dropdown_menu ul li a .fa{ float: right; margin-left: 5px; }

/* My Own Custom Dropdown Animation */
.navbar .navbar-nav li:hover .serv_dropdown_menu{ display: block; -webkit-animation: slide-up .5s ease-out; -moz-animation: slide-up .5s ease-out; }
@keyframes slide-up {
      0% { opacity: 0; -moz-transform: translateY(15%); }   
    100% { opacity: 1; -moz-transform: translateY(0); }
}

/*===== Mobile Menu =====*/
.mobile_menu{display: none;}
.mobile_menu.active{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: transparent; z-index: 9999999999; }
.menu_icon_box{ position: fixed; top: 0; left: 0; z-index: 9999999999; display: block; width: 100%; background: rgba(217, 119, 6, 1); padding: 15px 0;}
.tab_button{ float: left; }
.tab_button a{ display: inline-block; padding: 7px 10px; font-size: 10px; text-align: center; text-transform: uppercase; color: #fff; background: transparent; border: #fff solid 1px; border-radius: 5px; box-sizing: border-box; text-decoration: none; }
.tab_button a:hover{ background: #004696; border: #004696 solid 1px; }
.tab_button1{ margin-left: 15px; margin-right: 5px; }

.menu_icon{ position: fixed; top: 15px; right: 15px; width: 30px; height: 30px; padding: 1px 5px; background: transparent; box-sizing: border-box; cursor: pointer; z-index: 999; }
.menu_icon span{ width: 100%; height: 2px; display: block; background: #fff; margin: 5px 0; border-radius: 5px; transition: all linear 0.3s; }
.menu_icon.active{ color: #fff; padding: 8px 3px 0; }
.menu_icon.active span{ position: absolute;     width: 85%; }
.menu_icon.active span:nth-child(1){ transform: rotate(45deg); }
.menu_icon.active span:nth-child(3){ transform: rotate(-45deg); }
.menu_icon.active span:nth-child(2){ display: none; }

.mobile_slideLogo{ display: block; text-align: center; }
.mobile_slideLogo img{ display: inline-block; float: none; background: transparent; padding: 15px; margin-bottom: 15px; border-radius: 5px; width: 50%; height: auto; }
.sidebar{ padding: 65px 15px; position: fixed; top: 0; left: -100%; z-index: 99999; overflow-y: scroll; width: 100%; height: 100%; background: #451a03; text-align: center; box-sizing: border-box; z-index: 999999; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; }
.sidebar.active{ left: 0; }
.sidebar ul li{ list-style: none; }
.sidebar ul li a{ position: relative; display: block; padding: 10px 15px; border: rgba(217, 119, 6, 1) solid 1px; text-align: left; color: #fff; margin-bottom: 1px; text-transform: uppercase; text-decoration: none; font-size: 12px; font-weight: 400; border-radius: 5px; }
.sidebar ul li a::before{ content: ""; position: absolute; top: 0; left: 0; z-index: -1; padding: 12px 0; height: 100%; width: 0%; background: rgba(217, 119, 6, 1); transition: all linear 0.3s; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; }
.sidebar ul li a:hover::before{ width: 100%; }
.sidebar ul li.active{ background: rgba(217, 119, 6, 1); border-radius: 5px; }

/*===== Responsive Mobile Dropdown =====*/
.accordion{ list-style: none;  padding: 0; margin: 0; }
.accordion_headline{ background: transparent; padding: 10px; border: #666 solid 1px; color: #fff; text-align: left; text-transform: uppercase; font-size: 14px; border-radius: 5px; font-weight: 400; transition: .3s ease; position: relative; }
.accordion_headline::before,
.accordion_headline::after{ content: ""; width: 15px; height: 2px; background: #ffffff; position: absolute; display: block; top: 50%; right: 15px; transform: translate(-50%, -50%) rotate(0deg); transition: .3s ease; }
.accordion_headline::after{ transform: translate(-50%, -50%) rotate(90deg); }
.accordion_headline:hover{ cursor: pointer; background: transparent; }
.open > .accordion_headline::before{ transform: translate(-50%, -50%) rotate(180deg);     }
.open > .accordion_headline::after{ transform: translate(-50%, -50%) rotate(360deg); }
.accordion_content{ display: none; background: transparent; padding: 0; border-top: 0; }
.accordion li{ margin-bottom: 1px; }
.accordion_headline h5{ font-size: 16px; margin: 0; padding-right: 30px; }
.accordion_content p{ font-size: 14px; margin: 0; }


/*===== Common Section====  */
.section-title{margin-bottom: 80px;}
.section-title h2{font-family: Playfair Display;font-weight: 700;font-size: 48px;line-height: 48px; margin-bottom: 20px;color: rgba(120, 53, 15, 1);margin-bottom: 31px;} 
.section-title p{ font-family: Inter;font-weight: 500;font-size: 24px;line-height: 34px;color: rgba(146, 64, 14, 1); }

.site-link{margin-top: 55px;}
.site-link a{text-decoration: none;padding: 14px 45px;background: #004696;border-radius: 6px;color: #fff;font-size: 16px;line-height: 26px;font-weight: 600;transition: all linear 0.3s;}

/*===== Header Section =====*/
.header{background: #451A03;}
.header .row{align-items: center;}
.header-contact a{font-family: Inter;font-weight: 700;font-size: 20px;line-height: 48px;text-decoration: none;color: #fff;}
.navbar{ padding: 0; }
.navbar .navbar-nav{ display: block; margin: 0; padding: 0;width: 100%;text-align: center; }
.navbar .navbar-nav > li{ display: inline-block; list-style: none; float: none; margin: 0 ; padding: 0; }
.navbar .navbar-nav > li > a{ position: relative; display: inline-block; padding: 0px 20px; border: none; border-radius: 0; color: #fff; background: transparent; font-family: Playfair Display;font-weight: 700;font-size: 18px;line-height: 30px; text-decoration: none;transition: all linear 0.3s; }
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus,
.navbar .navbar-nav > .open > a{ color: #fff; background: transparent; }


/*===== Banner Section =====*/
.banner{ position: relative;}
.banner::before{position: absolute;content: '';background: rgba(120, 53, 15, 0.45);height: 100%;width: 100%;left: 0;top: 0;z-index: 3;}
.banner img{ width: 100%; height: auto;max-height: 930px;object-fit: cover; }
.banner .banner-content-box img{max-width: 320px;max-height: 334px;}
.banner-content{ position: absolute; top: 50%; left: 0; width: 100%; transform: translateY(-50%); z-index: 4;}
.banner-content-box{display: flex;flex-direction: column;justify-content: center;align-items: center;text-align: center;gap: 20px;color: #fff;}
.banner-content-box h1{font-family: Playfair Display;font-weight: 800;font-size: 64px;line-height: 74px; }
.banner-content-box p{font-family: Inter;font-weight: 600;font-size: 20px;line-height: 30px;}
.banner-links{display: flex;justify-content: center;align-items: center;gap: 40px;}
.banner-links a{font-family: Playfair Display;font-weight: 700;font-size: 18px;line-height: 28px;background: rgba(217, 119, 6, 1);border-radius: 20px;border: 3px solid rgba(217, 119, 6, 1);color: #fff;text-decoration: none;padding: 25px;width: 300px;transition: all linear 0.3s; }
.banner-links a:last-child{background: none;border-color: #fff;}
.banner-links a:hover{background: #000;color: #fff;}

.banner-card{background: rgba(120, 53, 15, 0.45);border: 3px solid rgba(255, 255, 255, 1);padding: 43px;border-radius: 20px;margin-top: 20px;min-height: 208px;display: flex;flex-direction: column; justify-content: center;align-items: center;gap: 28px;transition: all linear 0.3s;}
.banner-card:hover{background: rgba(120, 53, 15, 1);}
.banner-card h4{font-family: Playfair Display;font-weight: 700;font-size: 20px;line-height: 30px;}
.banner-card p{font-family: Inter;font-weight: 500;font-size: 18px;line-height: 20px;}


/*===== Menu Section =====*/
.menu{padding: 90px 0;}
.menu-card{background: rgba(255, 251, 235, 1);border: 1px solid rgba(253, 230, 138, 1);box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);border-radius: 8px;margin-bottom: 20px;}
.menu-card-two{min-height: 746.31px;}
.menu-card-five{min-height: 601.79px;}
.menu-card-title{padding: 24px;background: #78350F;border-radius: 8px;text-align: center;color: #fff;}
.menu-card-title h4{font-family: Playfair Display;font-weight: 700;font-size: 24px;line-height: 32px;letter-spacing: -0.6px;}
.menu-card-thumbnail{padding: 24px;position: relative;}
.menu-card-thumbnail img{border-radius: 8px;}
.menu-card-thumbnail .price{position: absolute;bottom: 35px;right: 35px;background-color: #7c3602;color: white;padding: 8px 12px;font-weight: bold;border-radius: 6px; font-size: 16px;}
.menu-card-items{padding: 0 25px 25px;}
.menu-card-item{display: flex;justify-content: space-between;align-items: flex-start;margin-bottom: 16px;}
.menu-card-item h5{color: rgba(120, 53, 15, 1);font-family: Playfair Display;font-weight: 600;font-size: 16px;line-height: 28px;}
.item-count{color: rgba(180, 83, 9, 1);font-family: Inter;font-weight: 400;font-size: 14px;line-height: 20px;}
.menu-card-item .price{font-family: Inter;color: rgba(120, 53, 15, 1); font-weight: 700;font-size: 16px;line-height: 28px;}

/*===== Project Gallery Section =====*/
.project{ padding: 80px 0 50px; background: #fff; }
.project ul{ display: flex; flex-wrap: wrap; }
.project ul li{ list-style: none; }
.project-content-item{ position: relative; overflow: hidden; margin-bottom: 30px; }
.project-content-item img{ width: 100%; height: auto; }
.project-content-item a{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: flex; justify-content: center; align-items: center; text-transform: uppercase; color: #fff; background: transparent; text-decoration: none; font-size: 30px; font-weight: 700; cursor: pointer; transition: all linear 0.3s; }
.project-content-item a .fa{ position: relative; opacity: 0;  color: #fff;  }
.project-content-item a.overlayer-box{ background: rgba(0,0,0,0.5); }
.project-content-item a:hover{ background: rgba(0,0,0,0.5); }
.project-content-item a:hover .fa{ opacity: 1; }
.project-content-item a.overlayer-box:hover{ background: rgba(0,0,0,0.7); }
.project-content-item a.overlayer-box span{ display: inline-block; padding: 15px 40px 13px; border-radius: 5px; text-decoration: none; background: #000; color: #fff; font-size: 16px;  transition: all linear 0.3s; }
.project-content-item a.overlayer-box span:hover{ background: #000; }


/* ====Our Guarantee===== */
.our-guarantee{padding: 50px 0;background: #78350F;}
.our-guarantee .section-title{margin-bottom: 15px;}
.our-guarantee .section-title h2{color: #fff;}
.our-guarantee-card{background: #451A03;border-radius: 20px;padding: 25px;margin-bottom: 25px;transition: all  linear 0.3s;}
.our-guarantee-card h4{font-family: Playfair Display;color: #fff; font-weight: 700;font-size: 32px;line-height: 48px;margin-bottom: 10px;transition: all  linear 0.3s;}
.our-guarantee-card p{font-family: Inter;font-weight: 500;font-size: 16px;line-height: 28px;color: rgba(251, 191, 36, 1);transition: all  linear 0.3s; }
.our-guarantee-card.our-guarantee-card-left-last,.our-guarantee-card:hover{background: #D97706;}
.our-guarantee-card.our-guarantee-card-left-last p,.our-guarantee-card:hover p{color: #fff;}
.our-guarantee-card.our-guarantee-card-left-last:hover{background:#451A03 ;}
.our-guarantee-card.our-guarantee-card-left-last:hover p{color: rgba(251, 191, 36, 1);}
.our-guarantee-card-right{margin-top: 25px;}
.guarantee-link{margin-top: 50px;}
.guarantee-link a{text-decoration: none;color: #000;background: #D9D9D9;border-radius: 40px;font-family: Playfair Display;padding: 21px 36px; font-weight: 700;font-size: 36px;line-height: 48px;transition: all linear 0.3s;}
.guarantee-link a:hover{color: #fff;background: #D97706;}


/* ====Contact Us===== */
.contact-us{padding: 90px 0;background: #FDE68A;}
.contact-us-card{display: flex;justify-content: flex-start;align-items: center;gap: 20px;flex-direction: column;text-align: center;background: #FFFFFF;border-radius: 10px;padding: 13px 16px;min-height: 340px;color: #78350F;transition: all linear 0.3s;}
.contact-us-card-icon{display: flex;justify-content: center;align-items: center;background: #78350F;height: 100px;width: 100px;border-radius: 50px;font-size: 34px;color: #fff;}
.contact-us-card h4{font-family: Playfair Display;font-weight: 700;font-size: 40px;line-height: 48px;}
.contact-us-card p{font-family: Inter;font-weight: 500;font-size: 24px;line-height: 34px;}
.contact-us-card a{text-decoration: none;color: #78350F;font-family: Inter;font-weight: 700;font-size: 24px;line-height: 34px;}
.contact-us-card:hover{background: #78350F;color: #fff;}
.contact-us-card:hover a{color: #fff;}

.ready-to-order{padding: 70px 30px 0;}
.ready-to-order-inner{background: #78350F;border-radius: 20px;padding: 40px 25px;}
.ready-to-order .section-title{margin-bottom: 0;}
.ready-to-order .section-title h2{color: #fff;}
.ready-to-order .section-title p{color: #FCD34D;margin-bottom: 30px;}
.ready-to-order .section-title a{text-decoration: none;color: #fff;background: #D97706;padding: 22px;font-family: Inter;border-radius: 20px; font-weight: 700;font-size: 24px;line-height: 48px;transition:  all linear 0.3s; }
.ready-to-order .section-title a:hover{background: #000;}

/*===== Footer Section =====*/
.footer{ padding: 80px 0 60px; background: rgba(69, 26, 3, 1);z-index: 1; }
.footer .logo img{width: inherit;height: auto;margin-right: 25px;}
.footer-content h4{font-family: Playfair Display;font-weight: 700;font-size: 18px;line-height: 28px;color: rgba(254, 243, 199, 1);margin-bottom: 16px; }
.footer-content p{color: rgba(252, 211, 77, 1);font-family: Inter;font-weight: 400;font-size: 16px;line-height: 24px;}
.footer-content ul li{color: rgba(252, 211, 77, 1);font-family: Inter;font-weight: 400;font-size: 16px;line-height: 24px;list-style: none;margin:12px 0;}
.footer-content ul li a{color: rgba(252, 211, 77, 1);font-family: Inter;font-weight: 400;font-size: 16px;line-height: 24px;text-decoration: none;}

/*===== copyright Section =====*/
.copyright{ padding: 20px 0; background: rgba(69, 26, 3, 1); border-top: #92400E solid 1px; }
.copyright p{ font-family: Inter;color: rgba(251, 191, 36, 1); font-weight: 400;font-size: 16px;line-height: 24px; text-align: center; }
.copyright p.copyright-feature{color: rgba(245, 158, 11, 1);font-size: 14px;margin-top: 4px;}
.copyright p a{ color: #fff; text-decoration: none; }

/*===== Slider Plugins =====*/
#banner-slider .owl-buttons{ display: none; }
#banner-slider .owl-dots { position: absolute; left: 50%; top: 90%; transform: translate(-50%,0); z-index: 9; }
#banner-slider .owl-dots .owl-dot span{ width: 15px; height: 15px; border-radius: 50%; background: #fff; border: none; opacity: 1; }
#banner-slider .owl-dots .active span{ background: #000; }

#testimonials-slider .owl-dots{ display: none; }
#testimonials-slider .owl-nav{ display: block; }
#testimonials-slider .owl-nav .owl-prev{ position: absolute; top: 50%; left: 0px; transform: translateY(-50%); font-family: 'FontAwesome'; text-align: center; width: 34px; height: 34px; border: none; background: #451A03; color: #fff; font-size: 16px; border-radius: 0%; opacity: 1; display: flex; justify-content: center; align-items: center; z-index: 999; transition: all linear 0.3s; }
#testimonials-slider .owl-nav .owl-next{ position: absolute; top: 50%; right: 0px; transform: translateY(-50%); font-family: 'FontAwesome'; text-align: center; width: 34px; height: 34px; border: none; background: #451A03; color: #fff; font-size: 16px; border-radius: 0%; opacity: 1; display: flex; justify-content: center; align-items: center; z-index: 999; transition: all linear 0.3s; }
#testimonials-slider .owl-nav .owl-prev:hover,
#testimonials-slider .owl-nav .owl-next:hover{ background: #000; color: #fff; }
#testimonials-slider .owl-nav .owl-prev span{ margin-right: 5px; margin-bottom: 5px; }
#testimonials-slider .owl-nav .owl-next span{ margin-left: 5px; margin-bottom: 5px; }


/*===== Content Pages =====*/

.breadcrumb{background: #00396f; padding: 5px 20px; border-radius: 0; margin-bottom: 10px;text-align: center;color: #fff;font-weight: 500;font-size: 25px;margin-top: 150px;}
.breadcrumb a{ color: #fff;  font-weight: 400; font-size: 20px; }
.goto-info{ display: block; text-align: center; font-size: 16px; color: #fff; margin-top: 5px; }
.content-banner h4{ text-align: center; color: #b00d23; font-size: 18px; text-transform: uppercase; }
.content-banner ul{ display: block; text-align: center; }
.content-banner ul li{ display: inline-block; float: none; width: 50px; height: 4px; border-radius: 15px; background: #fff; }
.content-banner ul li:nth-child(2){ position: relative; top: -3px; width: 10px; height: 10px; border-radius: 50%; }

.sectiontitleunderline{ display: block; width: 80px; height: 2px; margin: 0 0 30px; background: #fff; }
.content { width: 100%;padding: 50px 0;background:#78350F;}
.content h2{font-family: Playfair Display;font-weight: 700;font-size: 48px;line-height: 48px; color:#fff;margin-bottom: 31px; }
.content h3{ font-family: Playfair Display;font-weight: 600;font-size: 32px;line-height: 32px; color:#fff; margin-bottom: 10px; }
.content h4{font-family: Playfair Display;color: #fff; font-weight: 700;font-size: 32px;line-height: 48px; margin-bottom: 10px; }
.content ol,
.content ul{ margin:0 ; padding: 0; margin-bottom: 15px; }
.content p{font-family: Inter;font-weight: 500;font-size: 16px;line-height: 28px;color: rgba(251, 191, 36, 1);}
.content li{ margin-left: 18px; font-family: Inter;font-weight: 500;font-size: 16px;line-height: 28px;color: rgba(251, 191, 36, 1);}
.content.our-guarantee-thumbnail{margin-bottom: 20px;}


/*===== Testimonials Page =====*/
.reviewsblock{padding: 15px 0 5px;background: #808080;width: 100%;text-align: center;}
.reviewsblock h4{ text-transform: uppercase; color: #fff; font-size: 20px; font-weight: 700; }
.reviewsform{padding: 15px 20px 10px;background: #fff;min-height: 150px;width: 100%;}
.reviewsformstyle{height: 44px;border-radius: 0;border: #ddd solid 1px;color: #333;background: #fff;}
.reviewsform input::placeholder{ color: #666; }
.reviewsform textarea::placeholder{ color: #666; }
.btn-reviewsformstyle{ display: block; text-transform: uppercase; width: 100%; color: #fff; background: #191919; border: none; padding: 10px 16px; font-size: 18px; border-radius: 0; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; transition: all linear 0.3s; }
.btn-reviewsformstyle:hover{background: #00396f;}
.testimonials-page{ display: block; margin-top: 15px; }
.testimonials-page .panel-title a{position: relative;display: block;padding: 15px 50px 15px 15px;margin-bottom: 0;background: #808080;text-decoration: none;text-transform: uppercase;font-size: 16px;color: #fff;-webkit-transition: all linear 0.3s;-moz-transition: all linear 0.3s;-o-transition: all linear 0.3s;transition: all linear 0.3s;}
.testimonials-page .panel-title a:hover{background: #000;color: #fff;}
.testimonials-page .accordion>.card>.card-header {background: #fff; color: #191919; position: relative; border: 1px solid #ddd;}
.testimonials-page .btn-link { font-size: 18px; font-weight: 500; color: #000; text-decoration: none;}
.testimonials-page .panel-title .collapsed{ background: #fff; color: #191919; position: relative; }
.testimonials-page .btn.btn-link.btn-block.text-left.collapsed::before{ content: ""; position: absolute; top: 50%; right: 0; width: 25px; font-family: 'fontawesome'; text-align: center; font-size: 20px; transform: translate(-50%,-50%); z-index: 999; }
.testimonials-page .btn.btn-link.btn-block.text-left::before{ content: ""; position: absolute; top: 50%; right: 0; width: 25px; font-family: 'fontawesome'; text-align: center; font-size: 20px; transform: translate(-50%,-50%); }
.testimonials-page h4{ margin-bottom: 0; margin: 0; }
.testimonials-page .panel-body{ border: #eee solid 1px; border-top: none; padding:10px; }
.testimonials-page .panel-body p{ margin-bottom: 0; }
.btn.focus, .btn:focus {outline: 0; box-shadow:none !important;}
.accordion-button{font-weight: 900;font-size: 18px;}
.accordion-body{}
.accordion-button:focus{box-shadow: unset;}
.accordion-button:not(.collapsed){background-color:#808080 ;color:#fff;}

/*===== Contact Form Section =====*/
.formstyle{padding-left: 60px;border-color: #ddd;border-radius: 0;background-color: #fff;color: #000;height: 55px;}
.btn-formstyle{ margin-top: 15px; width: 150px; color: #fff; background-color: #2c2c2c; border: none; border-radius: 0; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; transition: all linear 0.3s; }
.btn-formstyle:hover{background: #00396f;}
.googlemap{ height: 500px; overflow: hidden; border: #eee solid 1px; }
.form-horizontal .form-group{ margin-right: 0; margin-left: 0; }
.content .form-horizontal .form-group input::placeholder{ color: #666; }
.content .form-horizontal .form-group textarea::placeholder{ color: #666; }
.content .form-horizontal .form-group textarea{ min-width: 100%; height: auto; }
.form_section .fa{position: absolute;display: flex;justify-content: center;align-items: center;height: 100%;width: 50px;text-align: center;color: #fff;background-color: #1A281A;font-size: 18px;}

/*===== Quote Form Section =====*/
.quoet-address{ margin-top: 30px; }
.quoet-address ul li{ list-style: none; font-size: 20px; margin-left: 5px; margin-bottom: 30px; line-height: 30px; }
.quoet-address ul li span{ font-size: 18px; color: #666; }
.quoet-address ul li a{ color: #2c2c2c; }

/*===== Free Estimate Form Page =====*/
.free-estimate-form .freeblock{ padding: 15px 20px; background: #666; color: #fff; text-transform: uppercase; }
.freeestimatestyle{padding: 12px 0px 12px 60px;border-radius: 0;border: #666 solid 1px;}
.btn-freeestimatestyle{ display: block; text-transform: uppercase; width: 100%; color: #000000; background: #004696; border: none; padding: 10px 16px; font-size: 18px; border-radius: 0; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; transition: all linear 0.3s; }
.btn-freeestimatestyle:hover{ background: #2ecc71; }
.free-estimate-form .form-horizontal .form-group { margin-right: -15px; margin-left: -15px; }
.free-estimate-form .fa{position: absolute;top: 25px;height: calc(100% - 25px);width: 50px;background: #666;text-align: center;padding-top: 15px;color: #fff;font-size: 18px;}


/*===== Page =====*/
.contact-page-location-map{ display: block; margin-top: 30px; }

.page-gallery{padding:80px 0;background:#78350F;}
.page-gallery .section-title h2{font-family: Playfair Display;font-weight: 700;font-size: 48px;line-height: 60px;color:#fff; }
.page-gallery .section-title p{font-family: Inter;font-weight: 400;font-size: 18px;line-height: 30px;color:#FBBF24;}
.page-gallery .page-gallery-card{position:relative;z-index:1;}
.page-gallery-even{margin:70px 0;}
.page-gallery .page-gallery-card .row{align-items:center;}
.page-gallery .page-gallery-card:before{position:absolute;content:'';left:50%;top:50%;transform:translate(-50%,-50%);background:#451A03;width:200%;height:80%;z-index:-1;}
.page-gallery .page-gallery-card.page-gallery-even:before{background:#FFF7D9;}
.page-gallery .page-gallery-card-image{display:inline-block;}
.page-gallery .page-gallery-card-image img{width:100%;}
.page-gallery .page-gallery-card-content ul li{color:#FBBF24;font-family: Playfair Display;font-weight: 400;font-size: 33px;line-height: 30px;}
.page-gallery .page-gallery-card-content ul li p{color:#FBBF24;font-family: Inter;font-weight: 400;font-size: 18px;line-height: 30px;}
.page-gallery .page-gallery-card-content ul li h4{color:#FBBF24;font-family: Playfair Display;font-weight: 400;font-size: 33px;line-height: 30px;margin-bottom:10px;}
.page-gallery .page-gallery-card.page-gallery-even .page-gallery-card-content ul li h4,.page-gallery .page-gallery-card.page-gallery-even .page-gallery-card-content ul li p{color:#451A03;}
/*========== Responsive ==========*/

@media(max-width:1350px)  {

.banner img{max-height: 1000px;height:900px; }
.header-contact a { font-size: 18px;}

}

@media (max-width: 1199px){
      .header{padding: 60px 0 0;}
      .mobile_menu{display: block;}
      .header .navbar{display: none;}
 
}
@media (max-width: 991px){
   
      .section-title h2 {font-size: 28px;line-height: 48px;}
       .section-title br{display: none;}


}
@media (max-width: 767px){
      /*===== Go To Top =====*/
      #back-top{ right: 10px; bottom: 10px; }
      #back-top a .fa{ font-size: 16px; width: 40px; height: 40px; padding-top: 10px; }

      .header-contact{text-align: center;margin-top: 1.5rem;}
      .logo{text-align: center;}
      .logo img{width: inherit;height: auto;}

      .banner img{max-height: unset;height:1350px; }
      .banner-links{flex-wrap: wrap;}
      .banner-links a {font-size: 16px;line-height: 26px;padding: 15px; width: 263px;}
      .banner .banner-content-box img{max-width: 200px;max-height: unset;height: auto;object-fit: cover;}
      .banner-content-box h1 {font-size: 32px;line-height: 39px;}

      .menu{padding: 40px 0;}
      .menu-card-five,.menu-card-two{min-height: unset;}

      .our-guarantee-card h4 { font-size: 26px; line-height: 36px;}

      .contact-us-card{margin-bottom: 1.5rem;}

      .ready-to-order{padding: 0;}
      .ready-to-order .section-title a { padding: 16px; font-size: 19px;}

      .footer .logo{text-align: left;}
      .footer-content h4{margin-top: 1.5rem;}

      .copyright p { font-size: 15px;}
      .page-gallery .page-gallery-card{background:#451A03;padding:10px;}
      .page-gallery .page-gallery-card.page-gallery-even{background:#FFF7D9;}
      .page-gallery .page-gallery-card:before{display:none;}
      .page-gallery .page-gallery-card-image{margin-bottom:1.5rem;}
      .page-gallery .page-gallery-card-content ul li{list-style:none;}
      .page-gallery .section-title h2 {font-size: 28px;line-height: 39px;}

     

  }
  
  
  
  