
@import url(https://fonts.googleapis.com/css?family=Goudy+Bookletter+1911);

/* ---------------------------------------------------------------------------- */
/* ------------------------------------Reset----------------------------------- */
/* ---------------------------------------------------------------------------- */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
blockquote,
big,
body,
center,
canvas,
caption,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
dl,
div,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
span,
source,
strike,
strong,
sub,
sup,
table,
tbody,
tfoot,
thead,
th,
tr,
tdvideo,
tt,
u,
ul,
var {
  background: transparent;
  border: 0 none;
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

table,
table td {
  padding: 0;
  border: none;
  border-collapse: collapse;
}

img {
  vertical-align: top;
}

embed {
  vertical-align: top;
}

article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
  display: block;
}

mark,
rp,
rt,
ruby,
summary,
time {
  display: inline;
}

input,
textarea {
  border: 0;
  padding: 0;
  margin: 0;
  outline: 0;
}

iframe {
  border: 0;
  margin: 0;
  padding: 0;
}

input,
textarea,
select {
  margin: 0;
  padding: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */

html {
  -webkit-text-size-adjust: none;
}

.video embed,
.video object,
.video iframe {
  width: 100%;
  height: auto;
}

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
}

a {
  color: #654e2d;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition-duration: 0.3s;
}

h1,
h2 {
  font-size: 22px;
  line-height: 40px;
}

h3,
h4 {
  font-size: 20px;
  line-height: 30px;
  padding: 15px 0px;
}

h5,
h6 {
  font-size: 16px;
  line-height: 16px;
}

p {
  margin: 10px 0;
}

.t-center {
  text-align: center !important;
}

.t-left {
  text-align: left !important;
}

.t-right {
  text-align: right !important;
}

.f-right {
  float: right !important;
}

.f-left {
  float: left !important;
}

section:after,
section:before {
  clear: both;
  content: "\0020";
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clear {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix:after,
.clearfix:before {
  clear: both;
  content: "\0020";
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* ---------------------------------------------------------------------------- */
/* ------------------------------------Html-Body------------------------------- */
/* ---------------------------------------------------------------------------- */
html,
body {
  width: 100%;
  padding: 0;
  margin: 0;
}

body {
  background: #292522 url(../images/bg.png) repeat center center;
  color: #3f3f3f;
  font:
    16px/25px Arial,
    Helvetica,
    sans-serif;
  font-family: "Goudy Bookletter 1911", Georgia, serif;
}

.header-background {
  background-color: #4a4a4a;
}

body .wrap-body {}

/* --Line-- */
hr.line {
  margin: 25px auto 15px;
  padding: 0;
  max-width: 80px;
  border: 0;
  border-top: solid 5px #444;
  text-align: center;
}

/* ---------------------------------------------------------------------------- */
/* -------------------------------------Header--------------------------------- */
/* ---------------------------------------------------------------------------- */
.top {
  color: #fff;
  background: #000;
}

.top p {
  display: inline-block;
}

.top ul li {
  display: inline-block;
  padding-right: 7px;
}

.top .mail p {
  background: url(../images/Mail.png) no-repeat 4px 2px;
  color: #fff;
  padding-left: 33px;
  font-size: 15px;
}

.top .phone p {
  background: url(../images/Phone.png) no-repeat 4px 2px;
  color: #fff;
  padding-left: 33px;
  font-size: 15px;
}

.top ul.top-social {
  margin: 5px 7px 0 0;
}

.top ul.top-social li a {
  padding: 8px 10px;
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 19px;
  line-height: 40px;
  color: #ffffff;
  background: #e4000d;
}

.top ul.top-social li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  opacity: 0.7;
}

header {
  background: #e4000d url(../images/bg-header.png) repeat;
  padding: 15px 0;
}

.logo {
  display: inline-block;
}

.logo img {
  max-width: 200px;
}

.site-title {
  background-color: #000;
  color: #fff;
  position: relative;
  padding: 12px;
}

.site-title:after {
  content: "";
  background: url(../images/bg-1.png) repeat-x;
  height: 12px;
  width: 100%;
  left: 0;
  bottom: -12px;
  position: absolute;
  z-index: 9999;
}

/* ---------------------------------------------------------------------------- */
/* -------------------------------------Container------------------------------ */
/* ---------------------------------------------------------------------------- */
#container {}

#container.index-page {}

#container.sub-page {
  margin-top: 50px;
}

#container .wrap-container {
  background: #ffffff;
}

/* ---content-box--- */
.content-box {
  padding-bottom: 30px;
  position: relative;
}

.content-box .box-item {}

.content-box .header {
  text-align: center;
  margin-top: 30px;
  padding: 5px 30px;
}

.content-box .header h2 {
  font-size: 40px;
  letter-spacing: 3px;
}

.content-box.box-1 {
  text-align: center;
}

.content-box.box-1 .box-item {
  -webkit-box-shadow: 0px 25px 18px -26px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 25px 18px -26px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 25px 18px -26px rgba(0, 0, 0, 0.75);
  padding: 20px 0px;
}

.content-box.box-1 .box-item h2 {
  font-size: 30px;
  color: #654e2d;
  text-shadow: 1px 1px 1px #ffffff;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 10px;
}

.box-item1 {
  min-height: 340px;
}

.box-item1 img {
  height: 320px;
  width: 100%;
  max-width: 330px;
  object-fit: cover;
}

.box-item1 video {
  height: 320px;
  width: 100%;
  max-width: 330px;
  object-fit: cover;
}

.content-box.box-1 .box-item span {
  color: #b4a48d;
  font-size: 14px;
  text-shadow: #ffffff;
  text-transform: uppercase;
  font-style: normal;
}

.content-box.box-2 {}

.content-box.box-2 .wrap-box {
  padding: 15px 0px 30px;
}

.content-box.box-2 img {
  background: #e9e9e9;
  padding: 4px;
  border: 2px solid #ccc;
  height: 230px;
}

.content-box.box-2 .box-item {
  padding: 0 10px;
  position: relative;
}

/* ---MainContent-Article--- */
#main-content {
  margin-top: 40px;
}

#main-content .wrap-content {
  padding: 0 30px 20px;
  border-right: 1px solid #ddd;
}

#main-content .wrap-content h3 {
  margin-bottom: 20px;
  color: #654e2d;
}

#main-content .wrap-map {
  background: #fff;
  padding: 5px;
  border: 1px solid #bbb;
  max-width: 520px;
}

article {
  display: inline-block;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

article:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

article:after,
article:before {
  clear: both;
  content: "\0020";
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}

article .art-header h3 {
  font-size: 25px;
}

article .art-content a {
  color: #fe9b13;
  font-weight: bold;
}

article .art-content a:hover {
  color: #000;
}

article .art-content blockquote {
  border-left: 3px solid #1c7791;
  font-size: 18px;
  margin: 0 50px;
  font-style: italic;
  color: #666;
  padding-left: 20px;
}

article .art-content ol {
  float: left;
  text-align: justify;
  margin: 10px 50px;
  font-size: 16px;
  list-style-type: circle;
}

article .entry-title {
  margin: 10px 0;
}

article .entry-title h2 {
  line-height: 1.2;
  font-size: 38px;
}

article .info a {
  color: #be0a0a;
}

article .info a:hover {
  text-decoration: underline;
}

article img {
  display: inline-block;
  max-width: 250px;
  float: left;
  padding-right: 15px;
}

/* ---Sidebar-Widget--- */
#sidebar {
  margin-top: 40px;
}

#sidebar .wrap-sidebar {
  margin: 0px 10px;
}

.widget {
  margin-bottom: 30px;
  padding: 5px 25px 10px;
}

.widget ul li {
  line-height: 2.8;
  border-bottom: 2px solid #ddd;
}

.widget:after,
.widget:before {
  clear: both;
  content: "\0020";
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}

.widget .wid-header {}

.widget .wid-header h5 {
  display: inline-block;
  padding: 20px 10px 20px 0;
  margin-bottom: -4px;
  font-size: 23px;
}

.widget .wid-content {
  padding: 10px 0;
}

.widget.wid-about {}

.widget.wid-tag {}

.widget.wid-post {}

.widget.wid-gallery {}

.widget.wid-gallery img {
  margin: 0 10px 10px 0;
  max-width: 150px;
}

.widget.wid-archive {}

.widget.wid-archive select {
  margin: 5px 0;
  height: 40px;
  width: 100%;
  padding-left: 10px;
  font-family: "Noto Serif", serif;
  font-size: 16px;
  background-color: #e9e9e9;
  color: #777777;
  border: none;
}

.widget.wid-meta {}

.widget.wid-meta ul li {
  font-size: 16px;
}

.widget.wid-related {
  background-color: #fff;
}

.widget.wid-related img {
  max-width: 243px;
  width: 100%;
  border: 1px solid #ddd;
}

.widget.wid-related h4 {
  margin-top: 10px;
}

/* ---------------------------------------------------------------------------- */
/* -------------------------------------Footer--------------------------------- */
/* ---------------------------------------------------------------------------- */
footer {
  margin-top: 20px;
  background: #f2f1e8;
}

footer .wrap-footer {
  color: #92907c;
  padding: 20px 25px 35px;
  border-bottom: 1px solid #ddd;
  position: relative;
}

footer .wrap-footer:after {
  content: "";
  background: url(../images/bg-3.png) repeat-x;
  height: 12px;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

footer a {
  color: #92907c;
}

footer span {
  font-weight: bold;
  font-size: 18px;
}

footer h4 {
  color: white;
  text-shadow: 1px 1px 1px #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  margin: 15px 0;
}

footer .wrap-map {
  background: #fff;
  padding: 5px;
  border: 1px solid #bbb;
  max-width: 320px;
}

footer img {
  width: 200px;
  float: left;
  margin-right: 10px;
}

.copyright {
  margin-bottom: 30px;
}

.copyright .wrapper {
  padding: 10px 30px;
  position: relative;
}

.copyright .wrapper:after {
  content: "";
  background: url(../images/bg-2.png) repeat-x;
  height: 12px;
  width: 100%;
  left: 0;
  bottom: -12px;
  position: absolute;
}

.copyright ul.quick-link li {
  display: inline-block;
  margin-right: 10px;
}

.copyright ul.quick-link li a:hover {
  text-decoration: underline;
}

/* ---------------------------------------------------------------------------- */
/* -------------------------------------Post----------------------------------- */
/* ---------------------------------------------------------------------------- */
.post:after,
.post:before {
  clear: both;
  content: "\0020";
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}

.post img {
  float: left;
  margin: 15px 10px;
  width: 100px;
}

.post .wrapper {
  vertical-align: middle;
  text-align: left;
  line-height: 1.4em;
  padding-bottom: 7px;
  margin-top: 20px;
  display: inline-block;
}

.post .wrapper span {
  font-size: 17px;
  line-height: 3;
}

/* ---------------------------------------------------------------------------- */
/* -------------------------------------Chef----------------------------------- */
/* ---------------------------------------------------------------------------- */
.chef {
  margin: 50px 0 30px;
  text-align: center;
}

.chef h3 {
  margin-top: 20px;
}

.chef ul li {
  display: inline-block;
  margin-right: 7px;
}

.chef ul.social {
  margin: 5px 7px 0 0;
}

.chef ul.social li a {
  padding: 8px 10px;
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 19px;
  line-height: 40px;
  color: #ffffff;
  background: #e4000d;
}

.chef ul.social li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  opacity: 0.7;
}

/* ---------------------------------------------------------------------------- */
/* -------------------------------------Ribbon--------------------------------- */
/* ---------------------------------------------------------------------------- */

.ribbon {
  position: absolute;
  top: 50px;
  position: relative;
  display: inline-block;
  font-size: 21px;
  width: 170px;
  padding: 6px 0px;
  text-align: center;
  margin-left: -20px;
  color: #fff;
  background: #c9000b;
  -webkit-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.5);
}

.ribbon:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 0px;
  top: 100%;
  border-width: 5px 10px;
  border-style: solid;
  border-color: #470000 #470000 transparent transparent;
}

.ribbon:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  right: -10px;
  top: 0;
  border-width: 10px 5px;
  border-style: solid;
  border-color: #c9000b transparent transparent #c9000b;
}

.ribbon b {
  position: absolute;
  width: 0;
  height: 0;
  right: -10px;
  bottom: 0;
  border-width: 10px 5px;
  border-style: solid;
  border-color: transparent transparent #c9000b #c9000b;
}

/* ---------------------------------------------------------------------------- */
/* -------------------------------------Button--------------------------------- */
/* ---------------------------------------------------------------------------- */
a.button {
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  border: 1px solid #ffffff;
  display: inline-block;
  text-decoration: none;
  background: #5a0000;
  margin: 10px 0;
  padding: 5px 15px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}

a.button:hover {
  opacity: 0.9;
}

a.button.bt1 {}

a.button.bt2 {}

/* ---------------------------------------------------------------------------- */
/* -------------------------------------Contact-------------------------------- */
/* ---------------------------------------------------------------------------- */
#contact_form {
  padding: 0px 25px;
}

#contact label {
  cursor: pointer;
  margin: 5px 0;
  display: block;
  font-weight: bold;
}

#contact input {
  display: block;
  width: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #000;
  border: 1px solid #654e2d;
  padding: 13px;
  margin: 5px 0 25px 0;
  font-size: 16px;
  max-height: 45px;
}

#contact textarea {
  display: block;
  width: 100%;
  height: 200px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #fff;
  color: #000;
  border: 1px solid #654e2d;
  padding: 10px;
  margin: 5px 0 25px 0;
}

#contact .sendButton {
  cursor: pointer;
  background-color: #654e2d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 35%;
  color: #ffffff;
}

#contact .sendButton:hover {
  opacity: 0.8;
}

/* ---------------------------------------------------------------------------- */
/* ------------------------------------Crumbs---------------------------------- */
/* ---------------------------------------------------------------------------- */
.crumbs {
  -webkit-box-shadow: 0px 25px 18px -26px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 25px 18px -26px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 25px 18px -26px rgba(0, 0, 0, 0.75);
  padding: 20px 0 20px 30px;
}

.crumbs ul {
  list-style: none;
  display: inline-table;
}

.crumbs ul li {
  display: inline;
}

.crumbs ul li a {
  display: block;
  float: left;
  background: #654e2d;
  text-align: center;
  padding: 7px 30px 8px 50px;
  position: relative;
  margin: 0 20px 0 0;
  font-size: 20px;
  text-decoration: none;
  color: #ddd;
}

.crumbs ul li a:after {
  content: "";
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #654e2d;
  position: absolute;
  right: -20px;
  top: 0;
  z-index: 1;
  -webkit-transition:
    border 0.3s,
    -webkit-transform 0.3s;
  -moz-transition:
    border 0.3s,
    -moz-transform 0.3s;
  -o-transition:
    border 0.3s,
    -o-transform 0.3s;
  transition:
    border 0.3s,
    transform 0.3s;
}

.crumbs ul li a:before {
  content: "";
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.crumbs ul li:first-child a {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.crumbs ul li:first-child a:before {
  display: none;
}

.crumbs ul li:last-child a {
  padding-right: 50px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.crumbs ul li:last-child a:after {
  display: none;
}

.crumbs ul li a:hover {
  background: #222;
  color: #fff;
}

.crumbs ul li a:hover:after {
  border-left-color: #222;
}

/* ---------------------------------------------------------------------------- */
/* -------------------------------Zoom-Effect---------------------------------- */
/* ---------------------------------------------------------------------------- */
.zoom-container {
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.zoom-container img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease;
  /* Safari and Chrome */
  -moz-transition: all 0.5s ease;
  /* Firefox */
  -ms-transition: all 0.5s ease;
  /* IE 9 */
  -o-transition: all 0.5s ease;
  /* Opera */
  transition: all 0.5s ease;
}

.zoom-container .zoom-caption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s ease;
  /* Safari and Chrome */
  -moz-transition: all 0.5s ease;
  /* Firefox */
  -ms-transition: all 0.5s ease;
  /* IE 9 */
  -o-transition: all 0.5s ease;
  /* Opera */
  transition: all 0.5s ease;
}

.zoom-container .zoom-caption span {
  display: block;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.5em;
  font-weight: 900;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #fff;
  margin: 23% 0 0;
  padding: 10px 0;
  border-top: 5px solid rgba(255, 255, 255, 0.15);
  border-bottom: 5px solid rgba(255, 255, 255, 0.15);
}

.zoom-container:hover img {
  -webkit-transform: scale(1.25);
  /* Safari and Chrome */
  -moz-transform: scale(1.25);
  /* Firefox */
  -ms-transform: scale(1.25);
  /* IE 9 */
  -o-transform: scale(1.25);
  /* Opera */
  transform: scale(1.25);
}

.zoom-container:hover .zoom-caption {
  background: none;
}

/* Sagar CSS */
body {
  font-family: "Roboto", sans-serif;
}

.logo {
  color: white;
}

.post h2 {
  padding-bottom: 20px;
}

.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.links {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.links ul {
  display: flex;
  align-items: center;
  color: white;
  text-align: center;
  margin-left: 90px;
}

.links ul a {
  margin-right: 40px;
  color: black;
  font-size: 18px;
}

/* Hamburger toggle button (hidden on desktop, shown on mobile) */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 42px;
  height: 38px;
  padding: 8px;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background-color: #000;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.nav-toggle.open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.nav-toggle.open span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.Welcome-Banner {
  text-align: center;
  background-color: #666 !important;
  padding: 10px 0 45px !important;
  color: #fff;
}

.zerogrid .wrap-col {
  margin: 0;
}

.Welcome-Banner p {
  padding-right: 20px;
  padding-left: 20px;
}

.Welcome-Banner h2 {
  padding-top: 40px;
}

.carousel-inner {
  height: 384px;
}

.address p {
  padding-right: 10px;
}

.address i {
  font-size: 26px;
}

.video-container {
  width: 100%;
  max-width: 330px;
  height: 320px;
  border: 2px solid #00000054;
  padding: 2px;
  margin-left: 14px;
}

.video-container video {
  width: 100%;
  height: 100%;
}

.box-item h3 {
  padding-top: 16px;
}

/* About US CSS */

.Banner-img {
  position: relative;
}

.Banner-discription {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.Banner-discription h2 {
  font-size: 40px;
  font-weight: 900;
}

.Banner-discription p {
  font-size: 20px;
  padding-top: 10px;
}

.ContantDiv p {
  padding-top: 50px;
  padding-left: 40px;
  padding-right: 40px;
}

/* .Contantidis {
  padding-bottom: 50px;
} */

/* .Contantidis p {
  padding-right: 40px;
} */

.Contantidis img {
  padding-top: 10px;
  padding-left: 40px;
}

/* .Contantimg p {
  padding-left: 40px;
} */

.Contantimg img {}

/* Contact Page CSS  */

.contact-img {
  width: 80px;
  height: 80px;
  border: 2px solid black;
  border-radius: 50%;
  margin: auto;
}

.contact-img i {
  font-size: 40px;
  color: black;
  display: flex;
}

.contact-detail {
  width: 100%;
  border: 2px solid black;
  padding: 20px;
  min-height: 260px;
}

.contact-detail h2 {
  padding-top: 20px;
}

.location {
  margin: auto;
}

/* footer css */

.Footer {
  color: white;
  padding-top: 30px;
  background-color: black;
}

/* Footer: three equal columns with consistent spacing and alignment */
.Footer .inner-Footer>.row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.Footer .inner-Footer>.row>.col-1-3 {
  width: 33.33%;
  float: none;
  padding: 0 15px;
}

.Footer .inner-Footer .wrap-col {
  text-align: left;
}

.Footer .inner-Footer h4 {
  text-align: left;
  margin-bottom: 18px;
  padding: 0 0 10px;
}

.Footer .row.mx-5 {
  margin: 0 !important;
}

.Footer footer img {
  margin-bottom: 0px;
}

.helpful-links ul a {
  color: white !important;
  padding-left: 0;
  line-height: 30px;
}

.helpful-links.text-left,
.footer-links.text-center {
  text-align: left !important;
}

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

.address p {
  margin: 0;
}

.inner-Footer {
  background-color: black;
  padding-bottom: 40px;
}

/* Our Services Css */

.Services-Banner {
  padding-right: 20px;
  padding-left: 20px;
}

/* FAQ CSS */

.card {
  width: 1136px;
}

.card-body p {
  color: #8c84a4;
}

.accordion-body li {
  color: #8c84a4;
}

/*  */

.contact-form {
  border-radius: 8px;

  padding: 20px;
  width: 400px;
  padding-right: 40px;
}

.contactform-img img {
  padding-top: 60px;
}

.form-group {
  margin-bottom: 0px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.form-group textarea {
  resize: vertical;
}

.form-group button {
  background-color: #ff2200;
  color: #fff;
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.form-group button:hover {
  background-color: #ff0000;
}

.btn-danger {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  text-decoration: none !important;
  border: 1px solid black;
  transition: opacity 0.3s ease;
  width: 200px;
  height: 60px;
  border-radius: 5px;
  background-color: black;
}

.btn-danger:hover {
  background-color: #ff000d;
  border-color: #e4000d;
  color: black;
}

.view-more-btn {
  display: inline-block;
  width: auto;
  height: auto;
  margin-top: 0px;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  text-decoration: none !important;
  border: 1px solid black;
  transition: opacity 0.3s ease;
}

.view-more-btn:hover {
  background-color: #ff000d;
  border-color: #e4000d;
  color: #fff;
}

#navMenu li a {
  color: #fff;
  text-decoration: none;
}

#navMenu li a.active {
  color: red;
  font-weight: 600;
}

/* ---- Services dropdown (desktop) ---- */
#navMenu li.has-dropdown {
  position: relative;
}

#navMenu li.has-dropdown>a::after {
  content: "\25BE";
  font-size: 11px;
  margin-left: 6px;
  vertical-align: middle;
}

#navMenu .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: -9px !important;
  min-width: 100px !important;
  margin: 0;
  /* padding: 6px 0; */
  list-style: none;
  background-color: #4a4a4a;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  z-index: 1200;
}

#navMenu li.has-dropdown:hover .dropdown {
  display: block;
}

#navMenu .dropdown li {
  display: block;
  width: 100%;
}

#navMenu .dropdown li a {
  display: block;
  margin: 0;
  padding: 5px 19px 5px 10px;
  font-size: 14px;
  text-align: left;
  white-space: nowrap;
}

#navMenu .dropdown li a:hover {
  background-color: #be0a0a;
}

/* ---------------------------------------------------------------------------- */
/* ------------------------------- Responsive --------------------------------- */
/* ---------------------------------------------------------------------------- */

/* Keep all media fluid inside their containers */
img,
video {
  max-width: 100%;
}

/* ---- Tablets & small laptops (<= 991px) ---- */
@media (max-width: 991px) {

  /* Navbar: logo on the left, hamburger toggle on the right */
  .row.navbar {
    position: relative;
  }

  .links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0px !important;
  }

  /* Logo stays on the left */
  .logo {
    padding-left: 0;
  }

  /* Hamburger sits on the right, in normal flow */
  .nav-toggle {
    display: flex;
    position: relative;
    transform: none;
    margin-left: auto;
    z-index: 1100;
  }

  .Services-Banner {
    display: none;
  }

  /* Menu becomes a side drawer that slides in from the left */
  #navMenu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 260px;
    max-width: 78%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin: 0;
    padding: 70px 0 20px;
    background-color: #4a4a4a;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    box-shadow: 2px 0 16px rgba(0, 0, 0, 0.35);
    overflow-y: auto;
    z-index: 1000;
  }

  #navMenu.open {
    transform: translateX(0);
  }

  #navMenu li {
    width: 100%;
    text-align: left;
  }

  #navMenu li a {
    display: block;
    margin: 0;
    padding: 14px 22px;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  /* Slider scales with its width instead of being cropped to a fixed height */
  .carousel-inner {
    height: auto;
  }

  /* Footer link indentation doesn't make sense once columns narrow */
  .helpful-links ul a {
    padding-left: 0;
  }

  /* Footer: stack the three columns into a single column so the logo and
     text aren't squeezed inside a cramped 33% column on tablets */
  .Footer .inner-Footer>.row>.col-1-3 {
    width: 100%;
    float: none;
    margin-bottom: 25px;
    text-align: left;
  }

  .Footer .inner-Footer .wrap-col {
    text-align: left;
    float: left !important;
  }

  .inner-Footer {
    background-color: black;
    padding-bottom: 13px;
    padding-top: 20px;
  }

  .Footer .row.mx-5 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .Footer footer img {
    float: none;
    display: block;
    margin: 0 0 10px;
  }

  .text-left {
    text-align: left !important;
  }

  .Footer .wrap-col.address .d-flex {
    justify-content: flex-start;
  }

  .Footer .helpful-links {
    display: inline-block;
    text-align: left;
    margin-right: 30px;
  }

  /* Shared pages with hard-coded widths */
  .card {
    width: 100%;
  }

  .contact-form {
    width: 100%;
    padding-right: 20px;
  }

  /* Contact page: stack the form image above the form */
  .contact-form-row .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .contactform-img img {
    padding-top: 20px;
    display: block;
    margin: 0 auto;
  }

  /* About-page banner text */
  .Banner-discription h2 {
    font-size: 30px;
  }

  .Banner-discription p {
    font-size: 16px;
  }
}

.Heading {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 22px 0px;
  font-weight: 800;
  font-size: 23px;
}

/* ---- Phones (<= 767px) ---- */
@media (max-width: 767px) {
  h2 {
    font-size: 20px;
  }

  h4 {
    margin: 0 !important;
    padding: 0 !important;
  }

  .about-greeting {
    margin: 23px 0px !important;
  }

  /* Keep the navbar as a single row: logo left, toggle right */
  .navbar .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .logo img {
    max-width: 150px;
  }

  /* Welcome banner */
  .Welcome-Banner h2 {
    padding-top: 25px;
    font-size: 22px;
    line-height: 1.3;
  }

  /* Product / poster cards: let images and video fill the stacked column */

  . .box-item1 {
    min-height: 0;
    margin-bottom: 15px;
  }

  .box-item1 img,
  .box-item1 video {
    height: auto;
    max-width: 100%;
  }

  .video-container {
    height: auto;
    max-width: 100%;
    margin-left: 0;
  }

  .video-container video {
    height: auto;
  }

  /* Footer: left-align the stacked columns and logo */
  .Footer .row.mx-5 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left;
  }

  footer img {
    float: none;
    display: block;
    margin: 0 0 10px;
  }

  .wrap-col.address {
    text-align: left;
  }

  .wrap-col.address .d-flex {
    justify-content: flex-start;
  }

  /* Contact page: stack the three info cards into one column */
  .contact-info-row .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .contact-detail {
    min-height: 0;
  }

  /* About-page side-by-side content blocks: drop the large horizontal padding */
  .ContantDiv p,
  .Contantidis p,
  .Contantimg p {
    /* padding-left: px;
    padding-right: 20px; */
  }

  .Contantidis img,
  .Contantimg img {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* ---- Small phones (<= 480px) ---- */
@media (max-width: 480px) {
  .links ul a {
    margin: 5px 8px;
    font-size: 15px;
  }

  .Welcome-Banner h2 {
    font-size: 20px;
  }

  .Banner-discription h2 {
    font-size: 22px;
  }

  .Banner-discription p {
    font-size: 14px;
  }

  /* Footer: keep the long email/address from overflowing the narrow column */
  .wrap-col.address p {
    word-break: break-word;
  }

  /* Contact form: stack the paired Name/Email/Phone/Car fields */
  .contact-form-row .form-group.col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .btn-primary {
    width: 39%;
  }
}

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

body {
  font-family: Arial, sans-serif;
  line-height: 1.7;
}

.container {
  width: 97%;
  max-width: 1200px;
  margin: auto;
  padding: 0 !important;
}

.about-hero {
  height: 500px;
  background: url("images/about-banner.jpg") center/cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.hero-content {
  position: relative;
  color: white;
  z-index: 2;
}

.hero-content h1 {
  font-size: 60px;
}

.hero-content p {
  margin-top: 15px;
  font-size: 20px;
}

.about-company {
  padding: 30px 0;
  margin-bottom: 20px;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0px 30px;
  gap: 5px;
}

.about-image img {
  width: 100%;
  border-radius: 20px;
}

.about-content span {
  color: #e63946;
  font-weight: 700;
  margin: 0px 33px;
}

.about-content h2 {
  margin: 15px 0px;
  font-size: 40px;
}

.about-content span {
  margin: 15px 0px;
}

.features {
  margin-top: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}

.features div {
  font-weight: 600;
}

.features i {
  color: #e63946;
  margin-right: 8px;
}

.stats {
  background: #111827;
  color: white;
  padding: 80px 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}

.stat-box h3 {
  font-size: 50px;
  color: #ffb703;
}

.why-us {
  padding: 60px 0 70px;
  background-color: #666;
}

.text-white {
  color: #fff;
}

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

.section-title h2 {
  font-size: 35px;
  font-weight: 600;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 0px 8px !important;
}

.service-card {
  text-align: center;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  background-color: #fff;
}

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

.service-card i {
  font-size: 45px;
  color: #e63946;
  margin-bottom: 15px;
}

.cta {
  background: #e63946;
  color: white;
  text-align: center;
  padding: 90px 20px;
}

.btn {
  display: inline-block;
  margin-top: 20px;
  background: white;
  color: #e63946;
  text-decoration: none;
  padding: 14px 35px;
  border-radius: 50px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 35px;
  }

  .about-grid,
  .stats-grid,
  .service-grid {
    grid-template-columns: 1fr;
    padding: 0px 0px !important;
  }

  .about-content h2 {
    font-size: 30px;
  }

  .features {
    grid-template-columns: 1fr;
    margin: 30px 0;
  }

  .container {
    width: 97%;
    max-width: 1200px;
    margin: auto;
    padding: 0 5px !important;
  }
}

.box-item h5 {
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.padding-10 {
  padding: 10px;
}

/* ===== Service cards — boxed layout ===== */
.content-box.box-2 .wrap-box {
  padding: 20px 0 30px;
}

.content-box.box-2 .wrap-col {
  margin: 8px;
}

.content-box.box-2 .box-item {
  padding: 0;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.content-box.box-2 .box-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

.content-box.box-2 .box-item img {
  background: none;
  border: 0;
  padding: 0;
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.content-box.box-2 .box-item h5 {
  padding: 0px 20px 0;
  margin-top: 10px;
  color: #1f2a44;
}

.content-box.box-2 .box-item p {
  padding: 12px 20px 22px;
  margin: 0;
  color: #555;
  line-height: 1.6;
  text-align: justify;
}

/* Equal-height cards per row */
.content-box.box-2 .wrap-box>.row {
  display: flex;
  flex-wrap: wrap;
}

.content-box.box-2 .wrap-box>.row>.col-1-3 {
  display: flex;
}

.content-box.box-2 .wrap-col {
  display: flex;
  width: 100%;
}

/* ---------------------------------------------------------------------------- */
/* ----------------------- Service Area – two card layout --------------------- */
/* ---------------------------------------------------------------------------- */
.sa-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 50px 0 20px;
}

.sa-card {
  flex: 1 1 0;
  max-width: 500px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.sa-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.sa-card-img {
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.sa-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sa-card-body {
  padding: 22px 24px 28px;
  text-align: center;
}

.sa-card-title {
  color: #000;
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 30px;
}

.sa-card-text {
  color: #444;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}

.sa-btn-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 35px;
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  .sa-cards {
    flex-direction: column;
    align-items: center;
    padding: 30px 0 10px;
  }

  .sa-card {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 5px !important;
  }
}

.quick-links {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.inner-Footer1 {
  background-color: black;
  padding-bottom: 0px;
}