* {
  box-sizing: border-box;
}

@font-face {
  font-family: "poppins-extraBold";
  src: url("fonts/Poppins-ExtraBold.ttf");
}

@font-face {
  font-family: "poppins-bold";
  src: url("fonts/Poppins-Bold.ttf");
}

@font-face {
  font-family: "poppins-reg";
  src: url("fonts/Poppins-Regular.ttf");
}

@font-face {
  font-family: "poppins-med";
  src: url("fonts/Poppins-Medium.ttf");
}

@font-face {
  font-family: "poppins-semi";
  src: url("fonts/Poppins-SemiBold.ttf");
}

@font-face {
  font-family: "poppins-light";
  src: url("fonts/Poppins-Light.ttf");
}

:root {
  --primary: rgb(236, 103, 10);
  --gray: rgb(244, 249, 235);
  --white: rgb(255, 255, 255);
  --blue: rgb(54, 196, 244);
}

html,
body {
  font-size: 16px;
  font-family: "poppins-reg", sans-serif;
  position: relative;
  width: 100vw;
  background: var(--white);
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
}

html.sidebar-active {
  overflow-y: hidden !important;
}

@media screen and (max-width: 767.98px) {

  html,
  body {
    font-size: 13px;
  }
}

@media screen and (min-width: 1500px) {

  html,
  body {
    font-size: 19px;
  }
}

.container {
  width: 94%;
  max-width: 1805px;
}

@media screen and (max-width: 768px) {
  .product-info-wrap p {
    font-size: 1em !important;
  }

  .container {
    width: 100%;
  }
}

.image.image-3 {
  position: absolute;
  right: 22px;
  bottom: 0;
  width: 235px;
}

.product-info-wrap {
  padding: 20px;
}

.product-info-wrap h5 {
  font-weight: 600;
  text-transform: uppercase;
}

.product-info-wrap h5 a {
  color: #000;
}

.product-info-wrap p {
  font-size: 0.8em;
}

.product-wrapper .card-img {
  height: 258px;
  overflow: hidden;
}

.product-wrapper .card {
  box-shadow: 0 0 5px #dededed1;
}

.product-wrapper .card-img img {
  transform: scale(1);
  transition-duration: 0.5s;
}

.product-wrapper .card:hover img {
  transform: scale(1.2);
}

.product-info-wrap .btn {
  font-size: 0.8em;
  padding: 0.5rem 1rem;
}

.container-max {
  width: 100%;
  padding: 0px 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  margin: auto;
}

.container-min {
  max-width: 1000px;
  margin: auto;
  padding: 0px 15px;
}

a,
a:hover {
  text-decoration: none;
  transition: 0.4s all;
}

button {
  background: none;
  border: none;
}

.page-link {
  background: transparent;
}

button,
button:focus,
.page-link:focus {
  outline: none;
  box-shadow: none;
}

.btn {
  min-width: 100px;
  padding: 0.7rem 1.4rem;
  border-width: 1px;
  border-style: solid;
  font-size: 1em;
  transition: 0.4s all;
  border-radius: 0px;
}

.btn.btn-sm {
  min-width: 100px;
  padding: 0.4rem 1rem;
  font-size: 0.9rem;
}

.btn-basic,
.btn-basic-alt {
  background: var(--primary);
  border: 1px solid var(--primary);
  color: var(--white);
}

.btn-basic {
  font-family: "poppins-med", sans-serif;
}

.btn-basic:hover {
  color: var(--primary);
  background: transparent;
}

.btn-basic-alt:hover {
  border: 1px solid var(--white);
  color: var(--white);
  background: transparent;
}

.btn-trans {
  border: 1px solid #232323;
  color: #232323;
}

.btn-trans:hover,
.btn-trans-alt:hover {
  background: var(--primary);
  border: 1px solid var(--primary);
  color: var(--white);
}

.btn-trans-alt {
  border: 1px solid var(--white);
  color: var(--white);
}

.btn-alt {
  border: 1px solid var(--white);
  color: var(--white);
}

.btn-alt:hover {
  background: var(--white);
  color: #232323;
}

.row {
  overflow: hidden;
}

.light {
  font-family: "poppins-light", sans-serif;
}

.reg {
  font-family: "poppins-reg", sans-serif;
}

.med {
  font-family: "poppins-med", sans-serif;
}

.semi {
  font-family: "poppins-semi", sans-serif;
}

.bold {
  font-family: "poppins-bold", sans-serif;
}

.extraBold {
  font-family: "poppins-extraBold", sans-serif;
}

.py-7 {
  padding: 4rem 0px;
}

.bg-light {
  background: var(--gray) !important;
}

p {
  line-height: 160%;
  font-size: 1rem;
  font-family: "poppins-reg", sans-serif;
  color: #646464;
}

.header-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.3);
}

.header-top {
  padding: 0.7rem 0px;
  border-bottom: 1px solid #e0e0e0;
}

.left-content a {
  display: inline-block;
  margin-right: 0.8rem;
}

.left-content a:hover {
  color: var(--primary);
}

.header-top a {
  color: rgba(255, 255, 255, 1);
}

.header-top p {
  position: relative;
  padding-left: 2rem;
  font-size: 0.9rem;
}

.header-top p i {
  position: absolute;
  left: 0;
  top: 0.2rem;
  font-size: 1.3rem;
  color: var(--primary);
}

.navbar-brand {
  max-width: 12rem;
}

.hamburger {
  width: 2rem;
  height: 1.2rem;
  display: block;
  position: relative;
  cursor: pointer;
}

.hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: var(--white);
}

.hamburger span.first {
  top: 0.02rem;
}

.hamburger span.second {
  top: 50%;
  transform: translateY(-50%);
}

.hamburger span.third {
  bottom: 0.02rem;
}

.menu-item {
  display: inline-block;
  padding: 1.7rem 0.9rem;
  position: relative;
}

.has-submenu {
  position: relative;
}

.menu-link {
  display: block;
  padding: 0.3rem 0rem;
  color: var(--white);
}

.menu-link span {
  display: inline-block;
  position: relative;
}

.menu-link span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0.1rem;
  width: 100%;
  background: var(--primary);
  transition: 0.4s all;
  transform: scale(0);
  transform-origin: left;
}

.menu-item:hover .menu-link {
  color: var(--primary);
}

.menu-item:hover .menu-link span:after {
  transform: scale(1);
}

.submenu {
  position: absolute;
  left: 50%;
  top: 100%;
  min-width: 16rem;
  transform: translate(-50%, 1rem);
  transition: 0.4s;
  background: rgba(255, 255, 255, 1);
  border-radius: 0px 0px 0.3rem 0.3rem;
  padding: 1.5rem 0.5rem;
  filter: drop-shadow(-2px 4px 4px rgba(10, 15, 20, 0.15));
  display: none;
  z-index: 99;
}

.submenu.active {
  transform: translate(-50%, 0rem);
}

.submenu a {
  display: block;
  padding: 0.6rem 1rem;
  color: #232323;
  position: relative;
  padding-left: 2rem;
}

.submenu a:before {
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 50%;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  transform: translateY(-50%);
  /* background: var(--primary); */
  border: 0.1rem solid #232323;
  transition: 0.4s all;
}

.submenu a:hover {
  color: var(--primary);
}

.submenu a:hover:before {
  border-color: var(--primary);
}

.menubar-toggler {
  display: none;
}

.header-right-content {
  height: 100%;
}

.partition {
  display: flex;
  height: 1.5rem;
  width: 2px;
  background: var(--white);
  margin: auto 0.8rem;
  margin-right: 1.5rem;
}

@media screen and (max-width: 991.98px) {
  .header-inner {
    position: relative;
  }

  .menubar-toggler {
    display: block;
  }

  .menubar-toggler span {
    transition: 0.4s all;
  }

  .menubar-toggler.active span {
    top: 50%;
    transform: translateY(-50%);
  }

  .menubar-toggler.active span.second {
    transform: translateY(-50%) scale(0);
  }

  .menubar-toggler.active span.first {
    transform: translateY(-50%) rotate(-40deg);
  }

  .menubar-toggler.active span.third {
    transform: translateY(-50%) rotate(40deg);
  }

  .collapsible-menubar {
    padding: 2rem 1rem;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--white);
    display: none;
  }

  .menu-item {
    display: block;
    padding: 0px;
    width: 94%;
    margin: auto;
  }

  .menu-link {
    padding: 0.8rem 1rem;
    color: #232323;
  }

  .submenu {
    padding: 0.5rem;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0rem);
    width: 100%;
    filter: none;
    border-width: 1px 0px 1px 0px;
  }

  .partition {
    margin-left: 1.5rem;
  }

  .sidebar-toggler span {
    width: 40%;
    left: 50%;
    transform-origin: left;
  }

  .sidebar-toggler span.first {
    top: 50%;
    transform: translate(-100%, -100%) rotate(45deg);
  }

  .sidebar-toggler span.second {
    transform: scale(0);
  }

  .sidebar-toggler span.third {
    bottom: 50%;
    transform: translateX(-100%) rotate(-45deg);
  }
}

.gallery-top .swiper-inner {
  width: 100vw;
  height: 100vh;
  min-height: 500px;
  max-height: 1080px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.gallery-top .swiper-content {
  width: 100%;
  position: relative;
}

.gallery-top .content {
  padding-top: 4rem;
  max-width: 40rem;
  padding-bottom: 1rem;
  overflow: hidden;
}

.gallery-top .content h4 {
  color: #fff;
  margin-bottom: 0.5rem;
  transform: scale(0);
  animation-delay: 0.4s;
}

.gallery-top .content h2,
.gallery-top .content h1 {
  color: #fff;
  font-size: 3.5rem;
  font-family: "poppins-bold", sans-serif;
  margin-bottom: 2rem;
  transform: scale(0);
  animation-delay: 0.6s;
}

.gallery-top .content p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  max-width: 35rem;
  transform: scale(0);
  animation-delay: 0.7s;
}

.gallery-top .content .btns {
  transform: scale(0);
  animation-delay: 0.8s;
  margin-top: 1.6rem;
}

.gallery-top .content h4.show,
.gallery-top .content h2.show,
.gallery-top .content p.show,
.gallery-top .content .btns.show,
.gallery-top .content h1.show {
  transform: scale(1);
}

.gallery-top .swiper-inner:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-image: linear-gradient(to right,
      rgba(10, 15, 17, 0.7),
      rgba(0, 0, 0, 0) 70%);
}

.thumb-container {
  position: relative;
  max-width: 50rem;
  height: 0px;
}

.gallery-thumbs {
  position: absolute;
  left: 0;
  bottom: 2rem;
  width: 100%;
}

.gallery-thumbs .swiper-slide {
  /*cursor: pointer;*/
  cursor: pointer;
  width: auto !important;
  height: 6px;
  border-radius: 5px;
  overflow: hidden;
}

.gallery-thumbs .swiper-slide h5 {
  color: rgba(255, 255, 255, 0.6);
  padding-bottom: 0;
  /*border-bottom: 0.15rem solid rgba(255,255,255,.6);*/
  margin: 0px;
  font-family: "poppins-light", sans-serif;
  font-weight: normal;
  transition: 0.4s all;
  background: #fff;
  height: 100%;
  margin: 0;
  width: 35px;
}

/*.gallery-thumbs .swiper-slide h5{*/
/*	color: rgba(255,255,255,.6);*/
/*	padding-bottom: 1rem;*/
/*	border-bottom: .15rem solid rgba(255,255,255,.6);*/
/*	margin: 0px;*/
/*	font-family: 'poppins-light', sans-serif;*/
/*	font-weight: normal;*/
/*	transition: .4s all;;*/
/*}*/
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active h5 {
  color: var(--white);
  background: #ec670a;
  /*border-bottom: .15rem solid var(--white);*/
}

.hotline-container {
  position: relative;
  z-index: 10;
}

.hotline-container .inner {
  position: relative;
  height: 6rem;
}

.hotline {
  position: absolute;
  width: 25rem;
  background: var(--blue);
  padding: 2rem 2.5rem;
  color: var(--white);
  bottom: 0;
  right: 0;
}

.hotline p {
  font-size: 1.6rem;
  color: var(--white);
}

.hotline p i {
  display: flex;
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--white);
  border-radius: 50%;
  line-height: 1.4rem;
  justify-content: center;
  align-items: center;
  margin-right: 1.2rem;
}

.hotline p a {
  color: var(--white);
}

@media screen and (max-width: 767px) {
  .thumb-container {
    position: relative;
    max-width: 40rem;
    height: 0px;
  }
}

@media screen and (max-width: 575px) {
  .image.image-3 {
    width: 165px;
  }
}

.heading-centered {
  text-align: center;
  margin-bottom: 4.5rem;
}

.light .heading-small {
  color: var(--blue);
}

.heading-centered .heading-large {
  max-width: 35rem;
  margin: auto;
  line-height: 160%;
}

.light .heading-large span {
  color: var(--primary);
}

.banner {
  position: relative;
  background-size: cover;
  background-position: center;
}

.banner-inner {
  background-image: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 20%,
      rgba(0, 0, 0, 0.5));
}

.banner .inner {
  min-height: 22rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 3rem;
}

.banner h1 {
  font-family: "poppins-bold", sans-serif;
  color: #fff;
  margin-bottom: 1rem;
}

.banner p a,
.banner p span {
  color: #fff;
}

.service {
  padding: 1rem 0px;
}

.service .icon {
  max-width: 6rem;
  margin: auto;
  margin-bottom: 1rem;
  border: 1px solid #dedede;
  padding: 15px;
  border-radius: 100%;
  background: #ec670a;
}

.service .icon img {
  filter: brightness(15.5);
}

.service .icon {
  transform: rotate(0deg);
  transition-duration: 0.5s;
}

.service:hover .icon {
  transform: rotate(359deg);
}

.service .service-name {
  font-family: "poppins-semi", sans-serif;
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 1.5rem;
}

.service p {
  font-size: 0.95rem;
  line-height: 140%;
}

.img-grid-two-left {
  display: -ms-grid;
  display: -moz-grid;
  display: grid;
  grid-template-columns: 40% 40% 20%;
  grid-template-rows: 4rem auto 3rem;
  padding: 20px 10px;
}

.img-grid-two-left .image-1 {
  grid-row: 2 / span 2;
  grid-column: 1 / span 2;
}

.img-grid-two-left .image-2 {
  grid-row: 1 / span 2;
  grid-column: 2 / span 2;
}

.img-grid-two-left .image {
  filter: drop-shadow(1px 2px 6px rgba(0, 0, 0, 0.35));
}

.img-grid-two-left.left-center {
  grid-template-columns: 50% 35% 15%;
  grid-template-rows: 5rem auto 5rem;
}

.img-grid-two-left.left-center .image-1 {
  grid-row: 1 / span 3;
  grid-column: 1 / span 2;
}

.img-grid-two-left.left-center .image-2 {
  grid-row: 2 / span 1;
  grid-column: 2 / span 2;
}

@media screen and (max-width: 991.98px) {
  .quote-grid {
    display: none;
  }
}

.custom li {
  line-height: 165%;
  margin-bottom: 0.8rem;
  padding-left: 2rem;
  margin-right: 0.5rem;
  position: relative;
}

.custom li:before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0.3rem;
  width: 1rem;
  height: 1rem;
  background-image: url("../images/icons/checkmark.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.numbers {
  padding: 1rem 0px;
}

.numbers h2 {
  font-size: 3rem;
  color: var(--blue);
}

.reason {
  padding: 1.5rem 1.5rem;
  border-radius: 0.5rem;
  background: var(--white);
  filter: drop-shadow(2px 2px 4px rgba(0, 5, 10, 0.25));
  height: 100%;
}

.about-us .heading5 {
  line-height: 170%;
  font-size: 1.3rem;
  color: #646464;
}

.head-div {
  min-width: 20rem;
  padding: 2rem 2.5rem;
}

@media screen and (max-width: 500px) {
  .head-div {
    min-width: 100%;
    padding: 2rem 2.5rem;
  }
}

.head-div.primary {
  background: #384F9B;
}

.head-div .icon {
  position: relative;
  margin-bottom: 1.2rem;
}

.head-div .icon i {
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.15rem solid var(--white);
  border-radius: 50%;
  font-size: 1.3rem;
  line-height: 100%;
  color: var(--white);
}

.head-div .icon:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  height: 0.12rem;
  width: calc(100% - 5.5rem);
  background: var(--white);
}

.head-div p {
  color: var(--white);
}

.head-div h5 a {
  font-size: 1.4rem;
  color: var(--white);
  font-family: "poppins-semi", sans-serif;
}

.productPage .table td,
.productPage .table th {
  font-size: 0.8rem;
}

.productPage .table {
  background: var(--white);
}

.productPage .heading5 {
  color: var(--primary);
}

.quality-assurance .heading5,
.quality-assurance .heading6 {
  color: var(--primary);
}

.tab-container .tab-btns {
  background: #fff;
  border: 0.15rem solid #e0e0e0;
  padding: 1rem;
}

.tab-container .tab-btn {
  display: block;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
  position: relative;
  padding: 0.8rem 0.3rem;
}

@media screen and (max-width: 991.98px) {
  .tab-container .tab-btn {
    padding: 0.8rem 1rem;
  }

  .hideOnSmallSCreen {
    display: none;
  }
}

.tab-container .tab-btn:after {
  content: "";
  position: absolute;
  left: -1.1rem;
  top: 50%;
  height: 0.15rem;
  width: 0.5rem;
  background: var(--primary);
  opacity: 0;
  transition: 0.4s all;
}

.tab-container .tab-btn:focus {
  box-shadow: none;
  outline: none;
}

.tab-container .tab-btn.active,
.tab-container .tab-btn:hover {
  background: rgba(240, 240, 240);
  color: rgb(236, 103, 10);
}

.tab-container .tab-btn.active:after,
.tab-container .tab-btn:hover:after {
  opacity: 1;
}

.tab-container .tab-btn:last-child {
  border-bottom: none;
}

.tab-content {
  display: none;
}

.tab-content.show {
  display: block;
}

.tab-content a {
  padding: 0.5rem;
  display: block;
}

@media screen and (max-width: 991.98px) {
  .tab-container {
    border: 0.15rem solid #e0e0e0;
    padding: 1rem;
  }

  .tab-container .tab-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .tab-container .tab-btn i {
    color: #888;
  }

  .tab-btn.active i,
  .tab-btn:hover i {
    color: rgb(236, 103, 10);
  }

  .tab-content {
    padding: 1rem 0.5rem;
    border: 1px solid #e0e0e0;
    border-top: none;
  }

  .tab-content .heading4,
  .tab-content p {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.requestQuoteForm {
  border: 0.13rem solid var(--primary);
  padding: 1.5rem 1rem;
  background: #fff;
}

.requestQuoteForm .input-group {
  padding: 0px 0.3rem;
  margin-bottom: 1.2rem;
}

.requestQuoteForm span {
  color: var(--primary);
}

.requestQuoteForm .input-group .form-item {
  border-color: #888;
  padding: 0.6rem 0.5rem;
}

.requestQuoteForm .input-group .form-item::placeholder {
  color: #555;
}

.contact-us {
  background-image: url("../images/contact-us-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 800px) {
  .contact-us {
    background-position: right bottom;
  }
}

.contact-us h3.heading-large {
  color: var(--white);
  display: inline-block;
  position: relative;
}

.contact-us h3.heading-large:after {
  content: "";
  position: absolute;
  left: calc(100% + 1rem);
  top: 50%;
  height: 0.13rem;
  background: var(--blue);
  width: 3rem;
}

.contact-details.light .heading-large span {
  display: block;
  color: #232323;
}

@media screen and (max-width: 600px) {
  .contact-details.light .heading-large span {
    display: inline-block;
    color: #232323;
  }
}

input,
select,
textarea {
  border: none;
  outline: none;
  box-shadow: none;
  background: transparent;
}

.form-item {
  width: 100%;
  padding: 0.6rem 1rem;
}

.form-group .form-item {
  border-color: rgba(255, 255, 255, 1);
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.form-group .form-item::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.contact-details .details {
  padding: 1.5rem 1rem;
  border: 1px solid #e0e0e0;
  background: var(--white);
  height: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  transition: 0.4s all;
}

.contact-details .details .icon {
  width: 3.2rem;
  min-width: 3.2rem;
  margin-right: 1rem;
}

.contact-details .details p a {
  color: #606060;
}

.contact-details .details:hover {
  filter: drop-shadow(0px 7px 10px rgba(0, 0, 0, 0.15));
  transform: translateY(-0.8rem);
}

.quoteForm {
  max-width: 40rem;
  margin: auto;
}

.input-group {
  margin-bottom: 1.6rem;
}

.input-group .form-item {
  border: 1px solid #e0e0e0;
}

.thank-you .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.thank-you .inner .content {
  max-width: 30rem;
}

.thank-you .icon {
  width: 5rem;
  height: 5rem;
  margin: auto;
  margin-bottom: 3rem;
  border: 0.2rem solid var(--blue);
  border-radius: 50%;
}

.thank-you h3 {
  margin-bottom: 1rem;
}

.thank-you .certifications {
  margin-top: 4rem;
}

.thank-you .certifications img {
  max-height: 4rem;
  width: auto;
  margin-right: 1rem;
}

.thank-you .certifications img:last-child {
  margin-right: 0rem;
}

.footer-wrapper {
  background-image: url("../images/footer-bg.png");
  background-size: cover;
  background-position: center;
}

.foot-logo {
  max-width: 13rem;
  margin: auto;
  margin-bottom: 1.5rem;
}

.footer-content p,
.footer-content li a {
  font-size: 0.95rem;
}

.footer-content p.small {
  font-size: 0.9rem;
}

.footer-content h5 {
  margin-bottom: 1.3rem;
  color: var(--primary);
}

.footer-content li a {
  display: inline-block;
  padding: 0.3rem 0rem;
  color: rgba(255, 255, 255, 0.75);
}

.footer-content li a:hover,
.footer-content p a:hover {
  color: var(--white);
}

.footer-content p a,
.footer-content p {
  color: rgba(255, 255, 255, 0.75);
}

.footer-bottom {
  border-top: 1px solid #f0f0f0;
  padding: 10px 0px;
}

.footer-bottom p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
}

.footer-content p span {
  color: var(--primary);
  font-family: "poppins-med", sans-serif;
}

.footer-content p.social {
  padding-top: 0.5rem;
}

.footer-content p.social a {
  margin-right: 10px;
  font-size: 1.2rem;
}

.footer-content p.social a:last-child {
  margin-right: 0px;
}

.footer-content .form-group {
  margin-bottom: 0.5rem;
}

.footer-content .form-group .form-item {
  padding: 0.4rem 0.7rem;
  font-size: 0.9rem;
}

.footer-bottom p a {
  color: rgba(255, 255, 255, 0.75);
}

.footer-bottom p img {
  max-width: 2rem;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  justify-content: flex-end;
  display: none;
  opacity: 0;
  transition: 0.4s all;
}

.sidebar.show {
  display: flex;
  opacity: 1;
}

.sidebar-content {
  width: 22rem;
  background: var(--white);
  height: 100%;
  max-height: 100vh;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 0px 1rem;
  padding-bottom: 1rem;
  overflow-y: auto;
  transform: translateX(100%);
  transition: 0.4s all;
}

.show .sidebar-content {
  animation-name: slide-in;
  animation-delay: 0.4s;
  animation-duration: 0.4s;
  animation-fill-mode: both;
}

@keyframes slide-in {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0%);
  }
}

.sidebar-content .btns {
  margin-bottom: 1rem;
}

.sidebar-content .btns .btn {
  font-size: 2rem;
}

.sidebar-content .btns .btn:focus {
  box-shadow: none;
}

.sidebar-content .btns .btn:hover {
  color: var(--primary);
}

.sidebar-content .head-image {
  max-width: 12rem;
  margin: auto;
  margin-bottom: 1.5rem;
}

.sidebar-content p {
  font-size: 0.9rem;
  padding: 0px 1rem;
}

.sidebar-content p a {
  color: #646464;
}

.sidebar-content p a:hover {
  color: var(--primary);
}

.side-contact p {
  position: relative;
  padding-left: 2rem;
}

.side-contact {
  margin-top: 2rem;
}

.side-contact h5 {
  margin-bottom: 1rem;
}

.side-contact p i {
  position: absolute;
  top: 0.2rem;
  left: 0;
  font-size: 1rem;
  color: var(--primary);
}

.copyright {
  font-size: 0.85rem;
}

.onloadModal .modal-header {
  background: var(--blue);
}

.onloadModal .close {
  color: rgba(255, 255, 255);
  opacity: 0.8;
  transition: 0.3s all;
}

.onloadModal .close:hover {
  color: rgba(255, 255, 255) !important;
  opacity: 1 !important;
}

.onloadModal h4 {
  color: #fff;
  font-family: "poppins-semi", sans-serif;
}

.onloadModal h6 {
  margin-bottom: 1rem;
}

.product-wrapper .card-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.team-member h4 {
  font-weight: bold;
  padding: 10px 0 5px 0;
  line-height: 22px;
}

.team-member h4 small {
  font-size: 16px;
  color: #fff;
}

.team-member {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: -6px;
  z-index: 2;
  color: #fff;
}

.image-box::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 37%;
  background: linear-gradient(360deg,
      #00194c 11.66%,
      rgba(0, 25, 76, 0) 65.89%);
}

/* our blogs */
/* Top Section */
.section {
  max-width: 1100px;
  margin: 60px auto;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 40px;
}

.left img {
  width: 500px;
  height: 500px;
  object-fit: cover;
  border-radius: 10px;
}

.right h1 {
  font-size: 30px;
  margin-bottom: 15px;
  color: #0f2027;
}

.right p {
  line-height: 1.7;
  margin-bottom: 15px;
}

.btn {
  display: inline-block;
  padding: 12px 25px;
  background: #0f2027;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 15px;
}

/* Content Sections */
.content-section {
  max-width: 1100px;
  margin: 40px auto;
  padding: 20px;
}

.content-section h2 {
  color: #0f2027;
  margin-bottom: 15px;
}

.content-section ul {
  padding-left: 20px;
  line-height: 1.8;
}

.content-section p {
  line-height: 1.7;
}

/* Footer */
.footer {
  background: #0f2027;
  color: #fff;
  text-align: center;
  padding: 20px;
  margin-top: 50px;
}

/* Responsive */
@media(max-width:992px) {
  .section {
    flex-direction: column;
    text-align: center;
  }

  .left img {
    width: 100%;
    height: auto;
  }
}

/* end our blogs  */

/* blog page start  */

.products-section {
  padding: 60px 8%;
  text-align: center;
}

.products-section h2 {
  font-size: 32px;
  margin-bottom: 10px;
  color: #222;
}

.products-section p {
  color: #666;
  margin-bottom: 40px;
}

/* Grid Layout */
.products-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

/* Product Card */
.product-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.product-img {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease;
}

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

.product-info {
  padding: 20px;
}

.product-info h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #333;
}

.product-info p {
  font-size: 14px;
  color: #777;
  margin-bottom: 15px;
}

.price {
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
  display: block;
}

.btn {
  display: inline-block;
  padding: 10px 18px;
  background: #001657;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
  transition: 0.3s ease;
}

.btn:hover {
  background: #001657;
}

/* Responsive */
@media(max-width:768px) {
  .products-section {
    padding: 40px 5%;
  }

  .products-section h2 {
    font-size: 26px;
  }
}
/* blog page end  */