@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/*Main Css */
::selection {
  background: #f7941d;
  color: #fff;
  text-shadow: none;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  background-color: #f7941d;
}

/* Tabbing CSS */
[class^=box-] {
  display: none;
}

[class^=box-].showfirst {
  display: block;
}

/* Accordion CSS */
.myaccordion li .faq-opt {
  display: none;
}

.myaccordion li.active .faq-opt {
  display: block;
}

.myaccordion li.active .faq-ang h4:before {
  content: "\f077";
}

body {
  font-family: "Montserrat";
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1;
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: normal;
}

p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.88;
  color: #888;
}

*:hover,
*:focus,
* {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

a,
input[type=submit] {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  display: inline-block;
  cursor: pointer;
  text-decoration: unset;
}

a:hover {
  color: #ff5e14;
}

span {
  display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
  background: transparent;
  border: none;
  border-radius: 0px;
  font-family: "Roboto";
  font-weight: 400;
}

::-webkit-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  opacity: 1;
}

/* Padding Classes */
.pad-zero {
  padding: 0px;
}

.pad-l-zero {
  padding-left: 0px;
}

.pad-r-zero {
  padding-right: 0px;
}

.ovr-hiddn {
  overflow: hidden;
}

.overlay:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.overlay {
  display: none;
}

.overlay.active {
  display: block;
}

/* Heading Classes */
.hding-1 h1 {
  font-size: 75px;
  font-weight: 700;
  line-height: 75px;
}

.highlighted {
  color: #ff5e14;
}

/* Custom Slick Css */
.slick-list {
  margin: 0 -15px;
}

.slick-slide {
  margin: 0 15px;
}

.slick-dots {
  padding: 50px 0 0;
  text-align: center;
}

.slick-dots li {
  margin: 0 20px 0 0px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0px;
  border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
  color: #fff;
  opacity: 1;
  font-size: 20px;
}

.slick-dots li button {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  padding: 0px;
  background: #d6d6d6;
  border: none;
  cursor: pointer;
  font-size: 0px;
  padding: 0px;
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  box-sizing: border-box;
}

.slick-dots li.slick-active button {
  background: #f3c919;
  width: 11px;
  height: 11px;
}

/*header css*/
header {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  background-color: #231f20;
  padding-top: 45px;
}

.logo {
  display: block;
  margin: -5px auto -85px;
  position: relative;
  z-index: 1;
}

.logo img {
  display: block;
}

.twitter-icon svg {
  width: 20px;
  height: 20px;
  padding-left: 2px;
  transition: 0.3s ease-in-out;
}
.twitter-icon svg:hover {
  fill: #f7941d;
}

.follow-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: -5px;
}
.follow-top p {
  font-size: 16px;
  font-weight: bold;
  color: #f7941d;
}

.top-social li {
  display: inline-block;
  margin-left: 20px;
}
.top-social li a {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
.top-social li a:hover {
  color: #f7941d;
}
.top-social li svg {
  transform: scale(1.05);
}

.stickyOpen {
  position: fixed;
  z-index: 3;
  width: 100%;
  padding-top: 30px;
}
.stickyOpen .logo {
  width: 150px;
  margin: 0 auto -65px;
}

/* Hamburger Menu */
.menu-Bar {
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0px;
  margin: auto;
  z-index: 22;
  display: none;
}

.menu-Bar span {
  display: block;
  height: 4px;
  width: 100%;
  background: #0f4c97;
  position: absolute;
  transition: 0.6s all;
  border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
  top: 0;
}

.menu-Bar span:nth-child(2) {
  top: 8px;
  transform-origin: left;
}

.menu-Bar span:nth-child(3) {
  top: 16px;
}

.menu-Bar.open span {
  background: #b70404;
}

.menu-Bar.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 12px;
  transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px;
  transform-origin: right-center;
}

/* Menu Css */
.menu {
  font-size: 0px;
  display: inline-block;
  vertical-align: middle;
}

.menu li {
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
}

.menu li a {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  text-transform: capitalize;
}

.menu li:hover a,
.menu li.active a {
  color: #f7941d;
}

/* Menu Dropdown CSS */
.dropdown-nav {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}

.dropdown-nav:hover {
  overflow: visible;
}

ul.dropdown {
  position: absolute;
  width: 100%;
  left: 0px;
  margin: auto;
  background: #fff;
  padding: 20px;
  text-align: left;
  border-radius: 2px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.0784313725);
  opacity: 0;
  animation: btotreverse 0.5s forwards;
}

ul.dropdown li {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

ul.dropdown li a {
  padding: 0;
  font-size: 14px;
  color: #000 !important;
  display: block;
  width: 100%;
  margin: 0px 0 15px;
  text-align: center;
  font-weight: 600;
  background: transparent !important;
}

ul.dropdown li.last a {
  margin-bottom: 0px;
}

ul.dropdown li a:hover {
  color: #000 !important;
}

.dropdown-nav:hover ul.dropdown {
  animation: btot 0.5s forwards;
  z-index: 9;
}

/* Dropdown CSS*/
@keyframes btotreverse {
  0% {
    top: 75px;
    opacity: 1;
  }
  100% {
    top: 115px;
    opacity: 0;
  }
}
@keyframes btot {
  0% {
    top: 115px;
    opacity: 0;
  }
  100% {
    top: 40px;
    opacity: 1;
  }
}
/* Main Banner CSS */
.mainBanner {
  background-size: cover;
  background-position: right;
  height: 100vh;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 80px;
}
.mainBanner h3 {
  font-size: 40px;
  font-weight: normal;
  line-height: normal;
  color: #231f20;
  text-transform: uppercase;
}
.mainBanner h1 {
  font-size: 80px;
  font-weight: 800;
  line-height: normal;
  color: #231f20;
  text-transform: capitalize;
  padding-bottom: 20px;
}
.mainBanner h1 span {
  color: #f7941d;
  display: inline;
}
.mainBanner p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.88;
  color: #231f20;
  padding-top: 40px;
  max-width: 985px;
}
.mainBanner .theme-btn {
  color: #231f20;
}

.theme-btn {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 16px 40px;
  border-radius: 100px;
  background-color: #f7941d;
  position: relative;
  z-index: 1;
  overflow: hidden;
  z-index: 1;
}
.theme-btn i {
  margin-left: 5px;
  transform: rotate(-45deg);
}
.theme-btn::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  background-color: #231f20;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
.theme-btn:hover {
  color: #fff;
}
.theme-btn:hover::before {
  width: 100%;
}
.theme-btn:hover i {
  transform: rotate(0deg);
  animation: arrow 1.5s infinite ease-in-out;
}

@keyframes arrow {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(10px);
  }
}
.banner-head {
  border-radius: 5px;
  padding: 100px 0 25px 25px;
  position: relative;
}
.banner-head::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 0;
  background-color: #231f20;
  top: 0;
  left: 0;
  border-radius: 5px;
  animation: line1 1.5s ease-in-out;
  animation-fill-mode: forwards;
}
.banner-head::after {
  position: absolute;
  content: "";
  width: 0;
  height: 5px;
  background-color: #231f20;
  top: 0;
  left: 0;
  border-radius: 5px;
  animation: line3 1.5s ease-in-out;
  animation-fill-mode: forwards;
}
.banner-head .banner-bdr::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 0;
  background-color: #231f20;
  top: 0;
  left: 237px;
  border-radius: 5px;
  animation: line4 1.5s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 1.3s;
}
.banner-head .banner-bdr::after {
  position: absolute;
  content: "";
  width: 0;
  height: 5px;
  background-color: #231f20;
  bottom: 0;
  left: 0;
  border-radius: 5px;
  animation: line2 1.5s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 1.3s;
}

@keyframes line1 {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes line2 {
  0% {
    width: 0;
  }
  100% {
    width: 120px;
  }
}
@keyframes line3 {
  0% {
    width: 0;
  }
  100% {
    width: 240px;
  }
}
@keyframes line4 {
  0% {
    height: 0;
  }
  100% {
    height: 50%;
  }
}
.spad {
  padding-top: 100px;
  padding-bottom: 100px;
}

.common-heading {
  padding-bottom: 20px;
}
.common-heading h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
  color: #f7941d;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.common-heading h2 {
  font-size: 48px;
  font-weight: bold;
  line-height: normal;
  color: #231f20;
  text-transform: capitalize;
}

.hm-sec1 p {
  padding-bottom: 40px;
}
.hm-sec1 .common-heading h3 {
  position: relative;
  z-index: 1;
}
.hm-sec1 .common-heading h3::before {
  position: absolute;
  content: "";
  width: 80%;
  height: 1px;
  background-color: #231f20;
  top: 12px;
  right: 0;
  z-index: -1;
}
.hm-sec1 .content {
  padding-left: 15px;
}
.hm-sec1 .img-box {
  max-width: 420px;
  margin-bottom: 50px;
  border-radius: 10px;
  overflow: hidden;
}
.hm-sec1 .img-box img {
  width: 100%;
}
.hm-sec1 .story-images {
  position: relative;
}
.hm-sec1 .story-images .abs-img {
  max-width: 420px;
  margin-bottom: 50px;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 25%;
}
.hm-sec1 .story-images .story-line {
  position: absolute;
  top: 8%;
  right: 15%;
  z-index: -1;
}

.hm-sec2 {
  background-image: url("../images/bg-do.png");
  background-size: cover;
  background-position: bottom;
}
.hm-sec2 .common-heading {
  text-align: center;
}
.hm-sec2 .common-heading h2 {
  color: #f7941d;
}
.hm-sec2 h6 {
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  color: #231f20;
  padding-bottom: 70px;
  text-align: center;
}

.do-box {
  display: block;
}
.do-box .img-box {
  width: 100%;
  height: 261px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.do-box .img-box .icon {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}
.do-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
.do-box .txt {
  padding-top: 30px;
}
.do-box h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
  color: #231f20;
  text-transform: capitalize;
}
.do-box p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.88;
  color: #888;
  padding-top: 20px;
}
.do-box:hover img {
  transform: scale(1.2);
}
.do-box:hover .icon {
  box-shadow: 0 0 10px #efefef;
}
.do-box:hover .icon img {
  transform: unset;
}

.hm-sec3 .common-heading {
  text-align: center;
  padding-bottom: 50px;
}
.hm-sec3 .view-all {
  text-align: center;
  margin-top: 50px;
}

.blog-box {
  border-radius: 10px;
  border: solid 0.5px #cfcfcf;
  background-color: #fafafa;
  transition: 0.3s ease-in-out;
}
.blog-box .img-box {
  height: 200px;
  overflow: hidden;
}
.blog-box .img-box img {
  width: 100%;
  object-fit: cover;
}
.blog-box .txt {
  padding: 20px;
}
.blog-box h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  color: #333;
  padding-bottom: 10px;
}
.blog-box p {
  font-size: 14px;
  font-weight: normal;
  line-height: 2.14;
  color: #888;
  padding-bottom: 20px;
}
.blog-box .bt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-box h6 {
  font-size: 12px;
  font-weight: normal;
  color: #888;
}
.blog-box a {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: #262626;
}
.blog-box a:hover {
  color: #f7941d;
}
.blog-box:hover {
  transform: translateY(-10px);
}

.hm-sec4 {
  background-image: url("../images/bg-portfolio.png");
  background-size: cover;
  background-position: bottom;
}
.hm-sec4 .common-heading {
  text-align: center;
  padding-bottom: 50px;
}

.g-img {
  display: block;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 240px;
}
.g-img::before {
  position: absolute;
  content: "";
  width: 60%;
  height: 1px;
  background: #f7941d;
  top: -20%;
  left: 50%;
  transform: rotate(35deg);
  transition: 0.3s ease-in-out;
  z-index: 1;
}
.g-img::after {
  position: absolute;
  content: "";
  width: 60%;
  height: 1px;
  background: #f7941d;
  bottom: -15%;
  left: -10%;
  transform: rotate(35deg);
  transition: 0.3s ease-in-out;
}
.g-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease-in-out;
}
.g-img:hover img {
  transform: scale(1.5);
}
.g-img:hover::before {
  top: 15%;
}
.g-img:hover::after {
  bottom: 15%;
}

.g-img.big {
  height: 500px;
}

.hm-sec5 .common-heading {
  padding-bottom: 50px;
}

.merchand-box .img-box {
  height: 420px;
  border-radius: 10px;
  overflow: hidden;
}
.merchand-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
.merchand-box .txt {
  text-align: center;
  padding-top: 30px;
}
.merchand-box h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
  color: #231f20;
  padding-bottom: 10px;
}
.merchand-box p {
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  color: #231f20;
  padding-bottom: 30px;
}
.merchand-box .theme-btn {
  background: none;
  border: 1px solid #f7941d;
  color: #f7941d;
}

.hm-sec6 {
  background-image: url("../images/bg-profile.png");
  background-size: cover;
  background-position: center;
}
.hm-sec6 p {
  padding-bottom: 30px;
}

.hm-sec7 {
  padding-top: 100px;
  font-size: 0;
}
.hm-sec7 .common-heading h2 {
  color: #f7941d;
}

.cnt-info {
  margin-top: 30px;
}
.cnt-info .info {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  gap: 15px;
}
.cnt-info .info .icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e0e0e0;
}
.cnt-info .info .icon i {
  font-size: 20px;
  font-weight: 400;
  color: #231f20;
}
.cnt-info .info h6 {
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  color: #222;
  text-transform: capitalize;
  padding-bottom: 10px;
}
.cnt-info .info a, .cnt-info .info p {
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  color: #888;
}
.cnt-info .info a:hover {
  color: #f7941d;
}

.fas.fa-phone {
  transform: rotate(90deg);
}

.cnt-form {
  padding: 72px;
  border-radius: 20px;
  box-shadow: 0 2px 20px 6px rgba(0, 0, 0, 0.08);
  background-color: #fafafa;
  position: relative;
  z-index: 1;
  margin-bottom: -150px;
}
.cnt-form input, .cnt-form select, .cnt-form textarea {
  padding: 12px 20px;
  border-radius: 5px;
  border: solid 1px #e0e0e0;
  margin-bottom: 40px;
  resize: unset;
  width: 100%;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: normal;
  color: #828282;
}
.cnt-form button {
  cursor: pointer;
  font-family: "Montserrat";
}

.map iframe {
  width: 100%;
  height: 500px;
}

footer {
  background-color: #f1eadd;
  padding-top: 20px;
  text-align: center;
}
footer .flogo {
  display: block;
  margin: auto;
}
footer .flogo img {
  display: block;
  margin: auto;
}
footer .ft-social {
  margin: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
footer .ft-social li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #231f20;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #231f20;
}
footer .ft-social li a:hover {
  background-color: #f7941d;
}
footer .ft-social li svg {
  height: 18px;
}
footer .ft-social li svg:hover {
  fill: #231f20;
}

.copyright {
  background-color: #231f20;
  padding: 20px 0 10px;
}
.copyright p {
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  color: #fff;
}
.copyright .terms-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
}
.copyright .terms-link a {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  text-transform: capitalize;
}
.copyright .terms-link a:hover {
  color: #f7941d;
}

.innerBanner {
  height: 450px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: end;
  text-align: center;
  padding-bottom: 150px;
}
.innerBanner h2 {
  font-size: 80px;
  font-weight: 800;
  line-height: normal;
  color: #231f20;
}

.blogs-sec .blog-box {
  margin-bottom: 30px;
}

.merchandise-sec .common-heading {
  padding-bottom: 50px;
  text-align: center;
}
.merchandise-sec .merchand-box {
  margin-bottom: 50px;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

@media (max-width: 1440px) {
  .menu li {
    padding-right: 10px;
  }
  .menu li a {
    font-size: 13px;
  }
}
@media (max-width: 1280px) {
  .logo {
    margin: -5px auto -72px;
  }
}
@media (max-width: 1200px) {
  img {
    max-width: 100%;
    height: auto;
  }
  .menu-Bar {
    display: block;
    top: 0px;
  }
  .menuWrap.open {
    display: flex;
    left: 0px;
  }
  .menuWrap {
    position: fixed;
    left: -210%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #0f4c97;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    transition: all 0.4s ease;
    z-index: 3;
    width: 100vw;
  }
  ul.menu li {
    display: block;
  }
  ul.menu li a {
    margin-bottom: 10px;
    padding: 0;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    padding-right: 0px;
    margin-right: 0px;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
  }
  .logo img {
    max-width: 50%;
  }
  .container {
    position: relative;
  }
  header .main-header ul.menu > li {
    display: block;
    margin: 0px;
    padding: 0;
  }
  header .main-header ul.menu > li a {
    color: #fff;
  }
  header .main-header ul.menu > li a:before {
    display: none;
  }
}


.woocommerce-product-gallery__image a {
    width: 100% !important;
}
/*# sourceMappingURL=style.css.map */


@media only screen and (max-width: 1600px) {
    section.blogsSec.blogDetials .defpage {
    padding: 0 0 !important;
}
}

@media only screen and (max-width: 1445px) {}

@media only screen and (max-width: 1366px) {
	html {
		font-size: 15px;
	}
	.common-heading h2 {
    font-size: 2rem;
}

.hm-sec1 p {
    padding-bottom: 1rem;
}

.merchand-box h4 {font-size: 1.5rem;}

.merchand-box p {
    padding: 0;
}

.hm-sec6 p {
    padding-bottom: 1rem;
}

footer .flogo img {
    width: 200px;
}

footer .ft-social {
    gap: 10px;
}

.mainBanner h1 {
    font-size: 4rem;
}
.menu-Bar span {
    background: white;
}

.menu-Bar.open span {
    background: white;
}
.menu-Bar {
    left: 0;
    margin: 0;
}
.logo img {
    max-width: 120px !important;
}
}

@media (max-width: 1199.98px) {
	html {
		font-size: 14px;
	}
	.mainBanner h3 {
    font-size: 2rem;
}

.banner-head {
    padding: 50px 0 25px 25px;
}

.mainBanner h1 {
    font-size: 3.5rem;
    padding-bottom: 10px;
}

.banner-head .banner-bdr::before {
    height: 40% !important;
}

.mainBanner p {
    max-width: max-content;
    padding-top: 1rem;
}

.mainBanner {
    height: 1000px !important;
}

.hm-sec1 .common-heading h3::before {
    width: 70%;
}

.hm-sec2 h6 {
    padding-bottom: 2rem;
}

.do-box h4 {
    font-size: 1.5rem;
}

.do-box p {
    font-size: 1rem;
}

.hm-sec2, section.hm-sec3.spad, .hm-sec6 {
    padding: 4rem 0;
}

.blog-box p {
    font-size: 1rem;
    line-height: 1.75;
}

.cnt-form {
    padding: 2rem 2rem;
}

footer .flogo img {
    width: 150px;
}

footer .ft-social {
    margin: 1.5rem 0;
}
.innerBanner h2 {
    font-size: 3.5rem;
}

.innerBanner {
    padding: 0;
    display: flex;
    align-items: center;
    height: 350px;
}

.hm-sec1 p br {
    display: none;
}
section.blogs-sec.spad {
    padding: 4rem 0 0 0;
}
.blog-box .img-box {
    height: auto;
}
section.merchandise-sec.spad {
    padding: 3rem 0 0 0;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-bottom: 0 !important;
}

.merchandise-sec .merchand-box {
    margin-bottom: 1rem;
}
}

@media (max-width: 991.98px) {
	html {
		font-size: 13px;
	}
	
	.menu-Bar {
        display: block;
        top: 0px;
    }
    .menuWrap.open {
        display: flex;
        left: 0px;
    }
    .menuWrap {
        position: fixed;
        left: -210%;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #0f4c97;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        transition: all 0.4s ease;
        z-index: 3;
        width: 100vw;
    }
    ul.menu li {
        display: block;
    }
    ul.menu li a {
        margin-bottom: 10px;
        padding: 0;
        display: block;
        text-align: center;
        margin-bottom: 15px;
        padding-right: 0px;
        margin-right: 0px;
        color: #fff;
        font-size: 15px;
        text-transform: capitalize;
    }
    .logo img {
        max-width: 50%;
    }
    .container {
        position: relative;
    }
    header .main-header ul.menu>li {
        display: block;
        margin: 0px;
        padding: 0;
    }
    header .main-header ul.menu>li a {
        color: #fff;
    }
    header .main-header ul.menu>li a:before {
        display: none;
    }
    section.hm-sec1.spad {
    padding: 4rem 0 2rem 0;
}

.hm-sec1 .common-heading h3::before {
    width: 60%;
}

.hm-sec1 p {
    font-size: 1rem;
}

section.hm-sec1.gap-clss {
    margin: 2rem 0;
}

.hm-sec3 .view-all {
    margin-top: 2rem;
}

.hm-sec4 .common-heading {
    padding-bottom: 2rem;
}

.hm-sec4 {
    padding: 4rem 0;
}

.theme-btn {
    padding: 1rem 2rem;
}

.merchand-box .img-box img {
    height: auto;
    aspect-ratio: 1;
}

.merchand-box .img-box {
    height: auto;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.theme-btn {
    width: 100% !important;
    margin: 0;
}

.cnt-form input, .cnt-form select, .cnt-form textarea {
    margin-bottom: 1rem;
}

.cnt-info .info {
    flex-direction: column;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 10px;
}

.info .txt {
    flex: 1;
}

.cnt-info .info .icon {
    width: 38px;
    height: 38px;
}

.cnt-info .info .icon i {
    font-size: 16px;
}

.map iframe {
    height: 400px;
    margin-top: 2rem;
}

section.hm-sec7 {
    padding: 4rem 0 0 0;
}

.copyright p {
    font-size: 1rem;
}

.copyright .terms-link a {
    font-size: 1rem;
}
section.abt-sec1.spad {
    padding: 3rem 0 0 0;
}

section.abt-sec1.spad p {
    font-size: 1rem;
}

section.hm-sec7 p {
    font-size: 1rem;
}

.hm-sec6 p {
    font-size: 1rem;
}
section.blogs-sec.spad {
    padding: 3rem 0 0 0;
}
}

@media (max-width: 767.98px) {
	html {
		font-size: 12px;
	}
	.banner-head::before {
    display: none;
}

.banner-head .banner-bdr::before {
    display: none;
}

.banner-head .banner-bdr::after {
    display: none;
}

.banner-head::after {
    display: none;
}

.mainBanner h3 br {
    display: none;
}

.mainBanner h1 {
    font-size: 3rem;
}

.banner-head {
    padding: 0 0;
}

.mainBanner p {
    font-size: 1.125rem;
}

.top-social li {
    margin-left: 8px;
}

.top-social li a {
    font-size: 14px;
}

.logo img {
    margin: 0 0 0 16rem;
    max-width: 100px !important;
}

header {
    padding-top: 1.5rem;
}

.mainBanner {
    height: 850px !important;
    padding: 0 0;
}

.hm-sec1 .common-heading h3::before {
    display: none;
}

.hm-sec1 .img-box {
    margin-bottom: 1rem;
}

.common-heading {
    padding-bottom: 1rem;
}

.do-box .txt {
    padding: 1.5rem 0;
}

.do-box p {
    padding-top: 1rem;
}

.common-heading {}

.hm-sec3 .common-heading {
    padding-bottom: 2rem;
}

.blog-box {
    margin-bottom: 1rem;
}

.col-md-3.text-end {
    text-align: left !important;
}

.hm-sec5 .common-heading {
    padding-bottom: 2rem;
}

.merchand-slider {
    margin-top: 1rem;
}

.merchand-box .theme-btn {
    font-size: 1rem;
}

.merchand-box .txt {
    padding-top: 1rem;
}

span.woocommerce-Price-amount.amount {
    padding-bottom: 1rem !important;
    font-size: 16px !important;
}

section.hm-sec5.spad {
    padding: 4rem 0;
}

.cnt-info .info {flex-direction: row;align-items: center;}

.cnt-info .info h6 {
    font-size: 16px;
}

.cnt-info {
    margin-top: 1rem;
}

.cnt-form {
    margin: 1rem 0 0 0;
}

footer .ft-social li a {
    width: 35px;
    height: auto;
    aspect-ratio: 1;
}

.copyright .terms-link {
    justify-content: left;
    margin-top: 10px;
}
header.stickyOpen .logo img {
    margin: 0 !important;
}
section.abt-sec1.spad .content {
    margin-top: 1rem;
}

section.hm-sec1.gap-clss .content {
    padding: 0 0rem;
}
.defpage p {
    font-size: 1rem !important;
}

section.blogsSec.blogDetials {
    padding: 2rem 0;
}
.merchandise-sec .common-heading {
    padding-bottom: 2rem;
}
.woocommerce div.product .product_title {
    margin-bottom: 10px !important;
    font-size: 2.5rem !important;
}

h2.woocommerce-Reviews-title {
    font-size: 2rem !important;
    margin-bottom: 10px !important;
}

section.related.products h2 {
    font-size: 2rem !important;
    margin-bottom: 1rem !important;
}
}

@media (max-width: 575.98px) {
    .mainBanner p {
    font-size: 1rem;
}

.mainBanner h1 {
    font-size: 2.2rem;
}

.mainBanner h3 {
    font-size: 1.5rem;
}

.follow-top p {
    display: none;
}

.logo img {
    margin: 0px 0 0 11rem;
    max-width: 80px !important;
}

header {
    padding: 1rem 10px;
}

.follow-top {
    margin: 0;
}

.mainBanner {
    height: 900px !important;
}

section.hm-sec1.spad {
    padding: 3rem 0 2rem 0;
}

.hm-sec1 .story-images .story-line {
    display: none;
}

.hm-sec1 .content {
    padding: 0 1rem;
}

section.hm-sec1.gap-clss {
    margin: 1rem 0;
}

.hm-sec2, section.hm-sec3.spad, .hm-sec6 {
    padding: 3rem 0;
}

section.hm-sec5.spad {
    padding: 3rem 0;
}

.g-img.big {
    height: auto;
}

section.hm-sec7 {
    padding: 3rem 0 0 0;
}

footer .flogo img {
    width: 120px;
}
.innerBanner h2 {font-size: 2.5rem;}

.innerBanner {
    height: 250px;
}
.blogs-sec .blog-box {
    margin-bottom: 1rem;
}
header.stickyOpen .logo img {
    margin: 0 0 0 2rem !important;
}
}

@media (max-width: 320.98px) {}

