body {
  font-family: "Montserrat", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
  padding-bottom: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
  /* justify-content: center; */
  /* margin-bottom: 50px; */
}

.heading_container h2 {
  color: #061b32;
  position: relative;
  padding-bottom: 5px;
  font-weight: bold;
}

.heading_container h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #F05F02;
}

/*header section*/
.hero_area {
  height: 100vh;
  background-image: url(../images/hero.png);
  background-size: 50% 100%;
  background-position: top left;
  position: relative;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sub_page .hero_area {
  height: auto;
  background: none;
  background-color: #F05F02;
}

.sub_page .custom_menu-btn button span {
  background-color: #212121;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {
  /* overflow-x: hidden; */
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding: 10px 15px;
  color: #060606;
  text-align: center;
  text-transform: uppercase;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link, .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link {
  color: #F05F02;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-brand span {
  font-weight: bold;
  color: #212121;
  font-size: 34px;
}

.custom_nav-container {
  z-index: 99999;
  padding: 0;
  height: 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 50px;
  width: 30px;
  height: 30px;
}

.lg_toggl-btn {
  background-color: transparent;
  border: none;
  outline: none;
  width: 56px;
  height: 40px;
  cursor: pointer;
}

.lg_toggl-btn:focus {
  outline: none;
}

.User_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: 75px;
}

.User_option .form-inline {
  position: relative;
  margin-right: 15px;
  width: 200px;
}

.User_option .form-inline input {
  border: 1px solid #999999;
  outline: none;
  width: 100%;
  padding: 2px 10px;
}

.User_option .form-inline button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0px;
}

.User_option a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.User_option a img {
  width: 20px;
}

.custom_menu-btn {
  z-index: 9;
  position: absolute;
  right: 15px;
  top: 7px;
}

.custom_menu-btn button {
  margin-top: 12px;
  outline: none;
  border: none;
  background-color: transparent;
}

.custom_menu-btn button span {
  display: block;
  width: 35px;
  height: 5px;
  background-color: #656464;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu_btn-style {
  position: fixed;
  right: 29px;
  top: 7px;
}

.custom_menu-btn .s-2 {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.menu_btn-style button .s-1 {
  -webkit-transform: rotate(45deg) translateY(17px);
          transform: rotate(45deg) translateY(17px);
}

.menu_btn-style button .s-2 {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}

.menu_btn-style button .s-3 {
  -webkit-transform: rotate(-45deg) translateY(-17px);
          transform: rotate(-45deg) translateY(-17px);
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: black;
  background-color: rgba(231, 205, 32, 0.95);
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.overlay .closebtn {
  position: absolute;
  top: 0;
  right: 30px;
  font-size: 60px;
}

.overlay a {
  padding: 0px;
  text-decoration: none;
  font-size: 22px;
  color: #000000;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.overlay-content {
  position: relative;
  top: 30%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.menu_width {
  width: 100%;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-bottom: 2px solid rgba(0, 0, 0, 0.04);
}

.slider_section .side-img {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 45px;
}

.slider_section .side-img img {
  width: 100%;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .detail-box {
  color: #ffffff;
}

.slider_section .detail-box h2 {
  font-weight: bold;
  font-size: 2rem;
}

.slider_section .detail-box h1 {
  font-weight: bold;
  color: #061b32;
  font-size: 2rem;
  margin: 2rem 0;
}

.slider_section .detail-box h1 i{
  font-size: 5rem;
}
.slider_section .detail-box h1 span {
  color: #ffffff;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: transparent;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #ffffff;
  border-radius: 5px;
  margin-top: 25px;
}

.slider_section .detail-box a:hover {
  background-color: #ffffff;
  color: #000000;
}

.slider_section .img-box {
  margin: 0 35px;
}

.slider_section .img-box img {
  max-width: 100%;
}

.slider_section .carousel_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
}

.slider_section .carousel_btn-container .carousel-control-prev,
.slider_section .carousel_btn-container .carousel-control-next {
  opacity: 1;
  position: unset;
  width: auto;
  margin: 0 5px;
}

.slider_section .carousel_btn-container .carousel-control-prev-icon,
.slider_section .carousel_btn-container .carousel-control-next-icon {
  width: 50px;
  height: 50px;
  background-color: #212121;
  opacity: 1;
  border-radius: 100%;
  background-size: 15px;
}

.slider_section .carousel_btn-container .carousel-control-prev-icon {
  background-image: url(../images/prev.png);
}

.slider_section .carousel_btn-container .carousel-control-next-icon {
  background-image: url(../images/next.png);
}

.product_section .heading_container h2 {
  padding: 0;
}


.product_section .product_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product_section .product_container .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  min-width: 250px;
  margin-top: 45px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.product_section .product_container .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.product_section .product_container .box .img-box img {
  max-width: 100%;
  max-height: 100%;
}

.product_section .product_container .box .detail-box {
  color: #454444;
}

.product_section .product_container .box .detail-box h5 {
  font-weight: bold;
}

.product_section .product_container .box .detail-box h4 span {
  font-weight: bold;
}

.product_section .product_container .box .detail-box a {
  color: #fff;
}

.product_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.product_section .btn-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: transparent;
  color: #454444;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #454444;
  border-radius: 5px;
}

.product_section .btn-box a:hover {
  background-color: #454444;
  color: #ffffff;
}

.about_section {
  background-color: #F05F02;
  position: relative;
  overflow-x: hidden;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .detail-box p {
  margin-top: 30px;
  margin-right: 40px;
}

.about_section .detail-box a, .generalBtn {
  display: inline-block;
  padding: 10px 35px;
  background-color: transparent;
  color: #061b32;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #061b32;
  border-radius: 5px;
  margin-top: 35px;
}

.about_section .detail-box a:hover, .generalBtn:hover {
  background-color: #454444;
  color: #ffffff;
}

.about_section .img-box img {
  max-width: 100%;
}

.about_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 52%;
  background-image: url(../images/about-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.us_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.us_section .img-box img {
  max-width: 100%;
  -webkit-filter: drop-shadow(0px 0px 25px rgba(0, 0, 0, 0.09));
          filter: drop-shadow(0px 0px 25px rgba(0, 0, 0, 0.09));
}

.us_section .detail-box .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
}

.us_section .detail-box .box .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0;
}

.us_section .detail-box .box .text-box .number-box {
  min-width: 50px;
  height: 50px;
  background-color: #F05F02;
  border-radius: 100%;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.us_section .detail-box .box .text-box .number-box h5 {
  margin: 0;
}

.us_section .detail-box .box .text-box h6 {
  margin: 0;
  text-align: left;
}

.us_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
}

.us_section .detail-box .btn-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: transparent;
  color: #454444;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #454444;
  border-radius: 5px;
}

.us_section .detail-box .btn-box a:hover {
  background-color: #454444;
  color: #ffffff;
}

.store_section #carouselExampleCaptions h5 {
  -webkit-filter: drop-shadow(4px 3px 4px black);
          filter: drop-shadow(4px 3px 4px black);
}

.store_section .img-box {
  margin-top: 45px;
}

.store_section .img-box img {
  width: 100%;
}

.store_section .carousel_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 75px;
}

.store_section .carousel_btn-container .carousel-control-prev,
.store_section .carousel_btn-container .carousel-control-next {
  opacity: 1;
  position: unset;
  width: auto;
  margin: 0 5px;
}

.store_section .carousel_btn-container .carousel-control-prev-icon,
.store_section .carousel_btn-container .carousel-control-next-icon {
  width: 50px;
  height: 50px;
  background-color: #212121;
  opacity: 1;
  border-radius: 100%;
  background-size: 12px;
}

.store_section .carousel_btn-container .carousel-control-prev-icon:hover,
.store_section .carousel_btn-container .carousel-control-next-icon:hover {
  background-color: #F05F02;
}

.store_section .carousel_btn-container .carousel-control-prev-icon {
  background-image: url(../images/prev.png);
}

.store_section .carousel_btn-container .carousel-control-prev-icon:hover {
  background-image: url(../images/prev-white.png);
}

.store_section .carousel_btn-container .carousel-control-next-icon {
  background-image: url(../images/next.png);
}

.store_section .carousel_btn-container .carousel-control-next-icon:hover {
  background-image: url(../images/next-white.png);
}

.blog_section {
  background-color: #F05F02;
}

.blog_section .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog_section .heading_container h2::before {
  background-color: #ffffff;
}

.blog_section .box {
  margin-top: 55px;
  background-color: #ffffff;
}

.blog_section .box .img-box img {
  width: 100%;
}

.blog_section .box .detail-box {
  padding: 35px 15px;
}

.blog_section .box .detail-box h3 {
  text-transform: uppercase;
}

.client_section .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client_section .heading_container h2::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 55px;
}

.client_section .box .img_container {
  width: 275px;
  height: 275px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #061b32;
}

.client_section .box .img_container .img-box {
  width: 215px;
  height: 215px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  margin-right: -1px;
}

.client_section .box .img_container .img-box .img_box-inner {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin-right: 10px;
}

.client_section .box .img_container .img-box .img_box-inner img {
  width: 100%;
}

.client_section .box .detail-box {
  margin-top: 25px;
}

.client_section .box .detail-box h5 {
  font-size: 16px;
  font-weight: 600;
}

.client_section .box .detail-box h6 {
  font-size: 15px;
  color: #999998;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  opacity: 1;
  width: auto;
  margin: 0 5px;
}

.client_section .carousel-control-prev {
  left: 30%;
}

.client_section .carousel-control-next {
  right: 30%;
}

.client_section .carousel-control-prev-icon,
.client_section .carousel-control-next-icon {
  width: 50px;
  height: 50px;
  opacity: 1;
  border-radius: 100%;
  background-size: 10px;
  background-color: #F05F02;
}

.client_section .carousel-control-prev-icon:hover,
.client_section .carousel-control-next-icon:hover {
  background-color: #212121;
}

.client_section .carousel-control-prev-icon {
  background-image: url(../images/prev-angle.png);
}

.client_section .carousel-control-next-icon {
  background-image: url(../images/next-angle.png);
}

.contact_section {
  position: relative;
}

.contact_section h2 {
  text-align: center;
}

.contact_section .design-box {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  right: 0;
  width: 75px;
}

.contact_section .design-box img {
  width: 100%;
}

.contact_section h2 {
  margin-bottom: 55px;
}

.contact_section input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: transparent;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0px 2px 25px 3px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 2px 25px 3px rgba(0, 0, 0, 0.11);
}

.contact_section input::-webkit-input-placeholder {
  color: #131313;
}

.contact_section input:-ms-input-placeholder {
  color: #131313;
}

.contact_section input::-ms-input-placeholder {
  color: #131313;
}

.contact_section input::placeholder {
  color: #131313;
}

.contact_section input.message-box {
  height: 120px;
}

.contact_section button {
  padding: 10px 55px;
  background-color: #F05F02;
  color: #ffffff;
  border-radius: 30px;
  margin-top: 35px;
  border: none;
}

.contact_section .map_container {
  height: 100%;
  padding-bottom: 110px;
}

.contact_section .map_container .map-responsive {
  height: 100%;
}

.subscribe_section .box {
  background-color: #F05F02;
  border-radius: 100px;
  padding: 25px 45px;
}

.subscribe_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subscribe_section h2 {
  margin: 0;
}

.subscribe_section form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subscribe_section form input {
  border: none;
  min-width: 100%;
  height: 55px;
  background-color: #ffffff;
  padding: 0 20px;
  border-radius: 50px;
  outline: none;
}

.subscribe_section form button {
  padding: 0 25px;
  border: none;
  height: 40px;
  color: #2d2d2d;
  background-color: transparent;
  -webkit-transform: translate(-104%, 7.5px);
          transform: translate(-104%, 7.5px);
  text-transform: uppercase;
  font-weight: bold;
  outline: none;
}

/* info section */
.info_section {
  background-color: #061b32;
  color: #ffffff;
}

.info_section h6 {
  font-weight: bold;
}

.info_section h6 {
  margin-bottom: 12px;
  font-size: 18px;
}

.info_section p {
  color: #cbc9c9;
  font-size: 14px;
}

.info_section ul {
  padding: 0;
}

.info_section ul li {
  list-style-type: none;
  margin: 3px 0;
}

.info_section ul li a {
  color: #cbc9c9;
}

.info_section ul li a:hover {
  color: #ffffff;
}

.info_section .info_link-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0;
}

.info_section .info_link-box a:hover {
  color: #ffffff;
}

.info_section .info_link-box a img {
  margin-right: 15px;
}

.info_section .info_link-box a span {
  color: #cbc9c9;
  text-align: left;
}

.info_section .info_link-box a:hover span {
  color: #ffffff;
}
.info_link-box i{
  color: #fff;
  margin-right: 10px;
}
/* end info section */
/* footer section*/
.footer_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #d9d9d9;
}

.footer_section p {
  color: #292929;
  margin: 0;
  padding: 25px 0 20px 0;
  margin: 0 auto;
  text-align: center;
}

.footer_section a {
  color: #292929;
}

/* responsive css start here */
@media (max-width: 1120px) {
  .client_section .carousel-control-prev {
    left: 25%;
  }

  .client_section .carousel-control-next {
    right: 25%;
  }
}

@media (max-width: 992px) {
  .hero_area {
    background-size: 58% 100%;
  }

  .about_section::before {
    width: 60%;
  }

  .client_section .carousel-control-prev {
    left: 15%;
  }

  .client_section .carousel-control-next {
    right: 15%;
  }


}



@media (max-width: 576px) {
  .User_option {
    display: none;
  }

  .slider_section .detail-box h1 {
        font-size: 2rem;
        margin: 60px 0;
        display: flex;
        flex-direction: column;
  }

  .client_section .carousel-control-prev,
  .client_section .carousel-control-next {
    top: initial;
    bottom: -75px;
  }

  .client_section .carousel-control-prev {
    left: calc(50% - 60px);
  }

  .client_section .carousel-control-next {
    right: calc(50% - 60px);
  }
  .slider_section .detail-box h2{
    font-size: 2rem;
    margin-top: 50px;
  }
  .slider_section .detail-box h1 span{
    margin: 20px 0;
  }
}

@media (max-width: 480px) {
  .subscribe_section form {
    flex-direction: column;
  }

  .subscribe_section form button {
    transform: none;
    margin-top: 15px;
  }

  .subscribe_section .box {
    padding: 15px;
  }

}

@media (max-width: 420px) {
  .about_section::before {
    height: 72%;
  }
}

@media (max-width: 375px) {
  .slider_section .detail-box h2 {
    font-size: 2.5rem;
  }

  .slider_section .detail-box h1 {
    font-size: 5rem;
  }

}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

/* responsive css ends here */



.box {
  background: #fff;
  padding: 12px;
  text-align: center;
}

.img-box {
  width: 100%;
  height: 260px;           /* 👈 SAME HEIGHT */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
  background: #f7f7f7;
}
.img-box1 {
  width: 100%;
  height: 300px;           /* 👈 SAME HEIGHT */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
  background: #f7f7f7;
}

.img-box img, .img-box1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;       /* 👈 IMAGE SIZE FIX */
}

/* Content */
.detail-box h5 {
  font-size: 12px;
  margin: 10px 0;
}

.detail-box h4 {
  color: #F05F02;
  font-weight: 600;
  font-size: 1.2rem;
}

.buy-btn {
  padding: 5px 12px;
    background-color: #F05F02;
    color: #ffffff;
    border-radius: 6px;
    margin-top: 24px;
    border: none;
    font-size: 12px;
}
.mainButton{
      padding: 10px 55px;
    background-color: #F05F02;
    color: #ffffff;
    border-radius: 30px;
    margin-top: 35px;
    border: none;
}
@media (max-width: 767px) {
  .img-box {
    height: 200px;
  }
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.home-products{
  margin: 100px 0;
}
.mainButton{
      padding: 10px 55px;
    background-color: #F05F02;
    color: #ffffff;
    border-radius: 30px;
    margin-top: 35px;
    border: none;
}
/* Sticky Header */
.sticky-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #061b32;
}

/* Brand */
.navbar-brand {
  font-weight: 700;
  font-size: 22px;
  color: #fff !important;
}

/* Links */
.navbar-nav .nav-link {
  color: #fff !important;
  font-weight: bold;
  padding: 8px 15px;
}

.navbar-nav .nav-link:hover {
  color: #333;
}

/* Cart Icon */
.cart-icon {
  width: 22px;
}

/* Search */
.form-control {
  border-radius: 10px;
  padding: 4px 12px;
}

/* Mobile spacing fix */
@media (max-width: 991px) {
  .navbar-nav {
    padding-top: 15px;
  }

  .nav-item {
    margin-bottom: 10px;
  }
}
.header-phone a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.header-phone img {
  width: 18px;
}
.single-price {
  color: #f4c400;
  font-weight: 700;
  margin-top: 15px;
}

.single-price small {
  font-size: 12px;
  font-weight: 500;
  color: #777;
}

.pack-price {
  font-size: 13px;
  color: #444;
  margin-bottom: 8px;
}

.pack-price strong {
  color: #000;
  font-weight: 700;
}
.navbar-brand h1 i{
  display: inline-block;
  font-size: 50px;
  /* margin-right: 10px; */
}
.navbar-brand h1 .logoTxt{
display: inline-block;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    
}
.navbar-brand .logoTxt span{
  display: block;
  font-size: 14px;
  color: #FD5D14;
}
.navbar-brand .logoTxt p{
  font-size: 12px;
    display: inline;
    color: #fff;
}
.heroLogo i{
  font-size: 48px;
  vertical-align: middle;
  margin: 0 30px;
}
.bg1{
  background-color: #f6f6f6;
}
.transparent{
  background-color: transparent !important;
}
.sec-cta {
  padding: 4rem 0;
  background-size: cover;
  background-position: 100% center;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  .sec-cta.overlay1 {
    position: relative; }
    .sec-cta.overlay1:before {
      background: #FD5D14;
      background: -webkit-linear-gradient(310deg, #FD5D14 0%, #3038e8 100%);
      background: -o-linear-gradient(310deg, #FD5D14 0%, #3038e8 100%);
      background: linear-gradient(140deg, #FD5D14 0%, #3038e8 100%);
      opacity: .9;
      overflow: hidden;
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      z-index: 1; }
  .sec-cta > .container {
    position: relative;
    z-index: 2; }
  .sec-cta .heading {
    color: #fff; }
  .sec-cta p {
    color: #fff; }
    .whiteBtn{
      display: inline-block;
    padding: 15px 35px;
    background-color: #fff;
    color: #061b32;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #061b32;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    }
    .whiteBtn:hover{
      background-color: #061b32;
      color: #fff;
      transition: all 0.3s;
    }
@media (max-width: 767px) {
.slider_section .side-img{
display: none;
}
.about_section{
  padding-bottom: 10px !Important;
}
.display-3{
  font-size: 3rem;
}
.about_section .detail-box p{
  margin-right: 0;
  margin-top: 10px;
}
.about_section .detail-box a{
  margin-top: 0;
}
.product-grid{
  grid-template-columns: repeat(1, 1fr);
}
.product_section .product_container .box{
  flex-basis: 100%;
}

}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.info_social a{
  background-color: #FD5D14;
    border-color: #FD5D14;
        width: 46px;
    height: 40px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
        padding: .5rem 1rem;
        color: #fff;
        border-radius: 5px;
}
.info_social a:hover i{
  color: #061b32;
}
.page-header {
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(4, 15, 40, .7), rgba(4, 15, 40, .7)), url(../images/banner.webp) center center no-repeat;
    background-size: cover;
}
.btn-dark{
  background-color: #061b32;
    padding: 16px 40px;
    border-radius: 20px;
    font-size: 18px;
}
.contact-info i {
  font-size: 20px;
  float: left;
  width: 44px;
  height: 44px;
  background: #FD5D14;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff; }

.contact-info h4, .contact-info .h4 {
  font-size: 18px;
  padding: 0 0 0 60px; }

.contact-info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px; }
  .formStyle .row{
    row-gap: 20px;
  }
  .img-box {
  overflow: hidden;              /* extra image hide */
  position: relative;
}

.img-box img {
  width: 100%;
  /* height: auto; */
  transition: transform 0.6s ease; /* smooth zoom */
}

.img-box:hover img {
  transform: scale(1.1);          /* zoom level */
}




.product-tabs {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 40px;
}

.tab-btn {
  padding: 10px 22px;
  border-radius: 30px;
  border: 1px solid #ff6a00;
  background: transparent;
  color: #ff6a00;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.tab-btn.active,
.tab-btn:hover {
  background: #ff6a00;
  color: #fff;
}
.product-grid h3{
  font-size:24px;
  color: #F05F02;
  font-weight: bold;
  margin-bottom: 20px;
}
.whatsapp-floating {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 10px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    transition: transform 0.3s;
    font-size: 32px;
    color: #FD5D14;
}
.load-more-btn{
  padding: 10px 22px;
  border-radius: 30px;
  border: transparent;
  background: #061b32;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 50px;
}
.heroLogo a{
  margin-left: 80px;
}
@media (max-width: 768px) {
  .hero_area {
    height: auto;
    background-size: 144% 53%;
  }

  .custom_menu-btn button span {
    background-color: #212121;
  }

  .slider_section .detail-box {
    margin-top: 35px;
    height: 450px;
    text-align: center;
  }

  .slider_section .carousel_btn-container {
    margin-bottom: 45px;
  }

  .about_section::before {
    width: 115%;
    height: 70%;
  }

  .about_section .detail-box {
    margin-bottom: 100px;
  }
.product-tabs{
  gap: 8px;
}
  .us_section .img-box {
    display: flex;
    justify-content: center;
    margin-bottom: 45px;
  }

  .client_section .carousel-control-prev {
    left: 5%;
  }

  .client_section .carousel-control-next {
    right: 5%;
  }

  .subscribe_section h2 {
    text-align: center;
    margin-bottom: 15px;

  }


  .info_section .row>div:not(:nth-last-child(1)) {
    margin-bottom: 25px;
  }

  .info_section .info_link-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

}
.formStyle{
  background-color: #dae9f9;
  border-radius: 6px;
}