@charset "UTF-8";
/*====================================================================
	Colors variables
=====================================================================*/
/*===============================================================
	Resets
=================================================================*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  font-family: "Heebo", sans-serif;
   margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  position: relative!important;
    top: 0!important;
}
.goog-te-gadget-icon,
.modal-footer,
.nav-mobile,
.skiptranslate span,
body > .skiptranslate {
  display: none;
}
.goog-te-gadget .goog-te-combo {
    color: #c80000 !important;
    margin: 12px 0 !important;
    font-size: 19px;
    padding: 8px 0;
    border: none;
    border-radius: 3px;
}

h4, h5, h6, option, legend, label, article, aside,
caption, figure, footer, header, hgroup,
mark, nav, section, time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 0.5rem;
  max-width: 100%;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

body .goog-te-banner-frame {
  display: none !important;
}
a {
  outline: none;
  text-decoration: none;
}

a img {
  border: none;
}

a:active {
  outline: none;
  text-decoration: none;
  opacity: 1;
}

a:focus {
  outline: none;
  text-decoration: none;
}

a:hover {
  outline: none;
  text-decoration: none;
  opacity: 1;
}

ul {
  list-style-type: none;
  margin-bottom: 1rem;
}

li {
  list-style: none;
  color: #fff;
}

iframe {
  border: none;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eeeeee;
}

pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333333;
  border: 1px solid #ededed;
  border-radius: inherit;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.42857143;
}

p {
  color: #fff;
}

/*===============================================================
	Margin classes
=================================================================*/
.mr-0 {
  margin: 0;
}

.mrt-small {
  margin-top: 0.75rem;
}

.mrt-normal {
  margin-top: 1.5rem;
}

.mrt-large {
  margin-top: 2rem;
}

.mrt-big {
  margin-top: 2.5rem;
}

.mrt-huge {
  margin-top: 3.2rem;
}

.mrb-small {
  margin-bottom: 0.75rem;
}

.mrb-normal {
  margin-bottom: 1.5rem;
}

.mrb-large {
  margin-bottom: 2rem;
}

.mrb-big {
  margin-bottom: 2.5rem;
}

.mrb-huge {
  margin-bottom: 3.2rem;
}

/*===============================================================
	Padding classes
=================================================================*/
.pd-0 {
  padding: 0;
}

.pdt-small {
  padding-top: 0.75rem;
}

.pdt-normal {
  padding-top: 1.5rem;
}

.pdt-large {
  padding-top: 2rem;
}

.pdt-big {
  padding-top: 2.5rem;
}

.pdt-huge {
  padding-top: 3.2rem;
}

.pdb-small {
  padding-bottom: 0.75rem;
}

.pdb-normal {
  padding-bottom: 1.5rem;
}

.pdb-large {
  padding-bottom: 2rem;
}

.pdb-big {
  padding-bottom: 2.5rem;
}

.pdb-huge {
  padding-bottom: 3.2rem;
}

/*===============================================================
	Sections
=================================================================*/
.section {
  transition: all 1s ease;
}

.section-hidden {
  opacity: 0;
  transform: translateY(8rem);
}

.section-entry {
  padding: 5rem 0;
  overflow: hidden;
}

.section-title {
  margin-bottom: 20px;
}

.section-title-center {
  text-align: center;
}

/*===============================================================
	Global
=================================================================*/
.bg-dark {
  background-color: #2b2b2b;
}

.spacer {
  height: 300px;
}

.hr-spacer {
  display: inline-block;
  margin-right: 40px;
}

.main-wrapper {
  position: relative;
  overflow: hidden;
  margin-top: 82px;
}

.hidden {
  opacity: 0;
  visibility: hidden;
}

/*===============================================================
	Common font sizes and styles
=================================================================*/
h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2.2rem;
}

h3 {
  font-size: 1.9rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  color: #373435;
  margin-bottom: 0.75rem;
}

p {
  color: #fff;
  margin-bottom: 1rem;
}

.txt-center {
  text-align: center;
}

.txt-upper {
  text-transform: uppercase;
}

.txt-capitalize {
  text-transform: capitalize;
}

.txt-light {
  color: #ffffff;
}

body.dark {
  background-color: #2b2b2b;
}
body.dark h1, body.dark h2, body.dark h3, body.dark h4, body.dark h5, body.dark h6 {
  color: #ffffff;
}
body.dark p {
  color: #000000;
  font-weight: 300;
}

.title-accent {
  position: relative;
  margin-bottom: 2rem;
}
.title-accent::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: #ffae19;
}

.title-dual {
  font-weight: 400;
}
.title-dual span {
  font-weight: 800;
  color: #d81155;
}

.title-bg {
  text-transform: uppercase;
  font-weight: 800;
  color: transparent;
  background-image: url("../img/mountain.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
          background-clip: text;
}

.title-gradient {
  text-transform: uppercase;
  font-weight: 800;
  color: transparent;
  background: linear-gradient(#373435, #d81155);
  -webkit-background-clip: text;
          background-clip: text;
}

.title-bg-dual {
  text-transform: uppercase;
  font-weight: 800;
  display: inline-block;
  background-color: #ed1b24;
  color: #d81155;
  padding-left: 5px;
}
.title-bg-dual span {
  display: inline-block;
  background-color: #d81155;
  color: #ed1b24;
  padding: 0 5px;
}

.title-oblique {
  text-transform: uppercase;
  font-weight: 800;
  color: #ffffff;
  background-color: #373435;
  position: relative;
  padding-left: 5px;
}
.title-oblique::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 5px;
  right: -2%;
  width: 50%;
  background-color: #ffffff;
  transform: skewX(45deg);
}

.title-pseudo {
  text-transform: uppercase;
  font-weight: 800;
  color: #ffffff;
  background-color: #373435;
  position: relative;
  padding: 0 10px;
  display: inline-block;
}
.title-pseudo::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -12px;
  width: 10px;
  background-color: #373435;
}

.title-end {
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
  padding-right: 10px;
  display: inline-block;
}
.title-end::after {
  content: "";
  position: absolute;
  bottom: 9px;
  right: -6px;
  width: 8px;
  height: 8px;
  background-color: #d81155;
}

.title-shadow {
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
  margin-top: 5rem;
}
.title-shadow::before {
  content: "this is a heading";
  position: absolute;
  left: 0;
  right: 0;
  top: -75px;
  font-size: 70px;
  color: #ffffff;
  background-color: #ffffff;
  text-shadow: -1px -1px 0 #dadada, 1px -1px 0 #dadada, -1px 1px 0 #dadada, 1px 1px 0 #dadada;
}

/*====================================================================
	Buttons style-1
=====================================================================*/
.c-btn {
  position: relative;
  padding: 0.5rem 2rem;
  text-decoration: none;
  background-color: #373435;
  color: #ffffff;
  border-radius: 50px;
  text-transform: capitalize;
}
.c-btn:hover {
  color: #ffffff;
  background-color: #ff0000;
}

body.dark .c-btn {
  background-color: #ffffff;
  color: #373435;
}
body.dark .c-btn:hover {
  background-color: #efefef;
}

/*====================================================================
	Buttons style-2
=====================================================================*/
.c-btn.s2 {
  background-color: transparent;
  color: #373435;
  border-color: #373435;
  border-radius: 50px;
  text-transform: capitalize;
}
.c-btn.s2:hover {
  color: #ffffff;
  background-color: #373435;
}

/*====================================================================
	Buttons style-3
=====================================================================*/
.c-btn.s3 {
  font-size: 20px;
  text-transform: uppercase;
  background-color: transparent;
  color: #444;
  box-shadow: inset 0 10px 5px rgba(0, 0, 0, 0.05), 0 25px 8px rgba(0, 0, 0, 0.05), 0 20px 15px rgba(0, 0, 0, 0.05), inset 0 -10px 15px rgba(255, 255, 255, 0.9);
}
.c-btn.s3::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  width: 65%;
  height: 5px;
  background-color: #ffffff;
}

.dark .c-btn.s3 {
  background-color: transparent;
  color: #efefef;
  box-shadow: inset 0 10px 5px rgba(255, 255, 255, 0.05), 0 25px 8px rgba(255, 255, 255, 0.05), 0 20px 15px rgba(255, 255, 255, 0.05), inset 0 -10px 15px rgba(0, 0, 0, 0.9);
}
.dark .c-btn.s3:hover {
  background-color: #363636;
}
.dark .c-btn.s3::before {
  background-color: #363636;
}

/*====================================================================
	Buttons style-4
=====================================================================*/
.c-btn.s4 {
  background-color: #0690fd;
  border-radius: 0;
  color: #ffffff;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  box-shadow: 0 20px 25px rgba(6, 146, 253, 0.25);
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
}
.c-btn.s4:hover {
  width: 200px;
  transition-delay: 0.5s;
}
.c-btn.s4::before {
  content: "";
  position: absolute;
  right: 25px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
  transition: all 0.5s;
}
.c-btn.s4:hover::before {
  transform: rotate(45deg) translate(50px, -50px);
}
.c-btn.s4::after {
  content: "";
  position: absolute;
  left: -50px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg) translate(-50px, 50px);
  transition: all 0.5s;
}
.c-btn.s4:hover::after {
  transform: rotate(45deg) translate(50px, -50px);
  transition-delay: 1s;
}
.c-btn.s4 span {
  visibility: hidden;
  opacity: 0;
  white-space: nowrap;
  transition: all 0.5s;
  transform: translateX(-30px);
}
.c-btn.s4:hover span {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.75s;
  transform: translateX(10px);
}

.dark .c-btn.s4 {
  background-color: #0690fd;
  color: #2b2b2b;
  box-shadow: 0 20px 25px rgba(6, 146, 253, 0.25);
}
.dark .c-btn.s4::before {
  border-top: 3px solid #2b2b2b;
  border-right: 3px solid #2b2b2b;
}
.dark .c-btn.s4::after {
  border-top: 3px solid #2b2b2b;
  border-right: 3px solid #2b2b2b;
}
.dark .c-btn.s4:hover {
  color: #2b2b2b;
}

/*====================================================================
	Togglers section
=====================================================================*/
.toggler-list {
  padding: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.toggler-list li {
  margin-right: 70px;
}
.toggler-list li img {
  max-width: 50px;
}

.toggler-list-white {
  background-color: #373435;
}

/*====================================================================
	Cards general
=====================================================================*/
.card {
  border: none;
  border-radius: 0;
  position: relative;
  display: flex;
  flex-direction: column;
}

.card-img {
  border-radius: 0;
}

.card-title {
  color: #373435;
  margin-bottom: 12px;
}

/*====================================================================
	Card layout-1
=====================================================================*/
.card-1 {
  height: 100%;
  background-color: #efefef;
  padding: 1rem;
  text-align: center;
}
.card-1__icon {
  padding: 1.5rem;
}
.card-1__icon i {
  font-size: 50px;
  color: #ed1b24;
}

.dark .card-1 {
  background-color: #363636;
}

/*====================================================================
	Card layout-2
=====================================================================*/
.card-2 {
  position: relative;
  height: 100%;
  background-color: #efefef;
}
.card-2__content {
  padding: 1rem 1.5rem 4rem;
}
.card-2__title {
  padding: 0.5rem;
}
.card-2__footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 1rem;
}

.dark .card-2 {
  background-color: #ed1b24;
}

/*====================================================================
	Card side layout-1
=====================================================================*/
.card-side {
  display: flex;
  background-color: #f7f7f7;
  overflow: hidden;
  position: relative;
}
.card-side__image {
  position: relative;
  overflow: hidden;
  flex: 0 0 40%;
}
.card-side__body {
  padding: 20px;
  flex: 0 0 60%;
}
.card-side__content {
  margin-bottom: 0.75rem;
}
.card-side__title {
  font-size: 1.2rem;
}
.card-side a {
  display: inline-block;
}

.dark .card-side {
  background-color: #363636;
}

/*====================================================================
	Banners style 1 Bootstrap carousel
=====================================================================*/
#digiCarousel .carousel-item {
  position: relative;
  width: 100%;
  padding-bottom: 40%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#digiCarousel .carousel-item1 {
  background-image: url("../img/bike-banner.jpg");
}
#digiCarousel .carousel-item2 {
  background-image: url("../img/automotive-banner.jpg");
}
#digiCarousel .carousel-item3 {
  background-image: url("../img/solar-banner.jpg");
}
#digiCarousel .carousel-item4 {
  background-image: url("../img/inverter-banner.jpg");
}
#digiCarousel .carousel-item5 {
  background-image: url("../img/e-rickshaw-banner.jpg");
}
#digiCarousel .carousel-item6 {
  background-image: url("../img/smf-banner.jpg");
}
#digiCarousel .carousel-caption {
  right: 50%;
  bottom: 50%;
  transform: translateY(50%);
  left: 10%;
  text-align: left;
}
#digiCarousel .carousel-caption h5 {
  color: #ffffff;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 900;
}
#digiCarousel .carousel-caption span {
  font-size: 53px;
  font-style: italic;
  color: #fec20c;
}
#digiCarousel .carousel-caption p {
  color: #ffffff;
  padding-right: 100px;
  font-size: 25px;
}

/*====================================================================
	Banners style 2 Swiper carousel
=====================================================================*/
.carousel-wrapper-cube {
  overflow: hidden;
  position: relative;
  padding-bottom: 31.25%;
}
.carousel-wrapper-cube .swiper {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.carousel-wrapper-cube .swiper .swiper-slide {
  background-position: center;
  background-size: cover;
}
.carousel-wrapper-cube .swiper .slide1 {
  background-image: url("../img/banner-1.jpg");
}
.carousel-wrapper-cube .swiper .slide2 {
  background-image: url("../img/banner-2.jpg");
}
.carousel-wrapper-cube .swiper .slide3 {
  background-image: url("../img/banner-3.jpg");
}

.mySwiper .swiper-pagination-bullet-active {
  background: #ffffff;
}

.carousel-wrapper-flip {
  overflow: hidden;
  position: relative;
}
.carousel-wrapper-flip .swiper {
  width: 100%;
  height: 100%;
}
.carousel-wrapper-flip .swiper .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.carousel-wrapper-flip .swiper .swiper-slide img {
  display: block;
  width: 100%;
}

/*====================================================================
	Modal style-1
=====================================================================*/
.nav-item-modal {
  display: flex;
  align-items: center;
}

.navbar .nav-link.c-btn {
  color: #ffffff;
  line-height: unset;
  padding: 0.5rem 1rem;
}

.dark .navbar .nav-link.c-btn {
  background-color: #ffffff;
  color: #373435;
}
.dark .navbar .nav-link.c-btn:hover {
  background-color: #efefef;
}

.digi-modal {
  width: 500px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5rem;
  box-shadow: 0 4rem 6rem rgba(0, 0, 0, 0.3);
  z-index: 10000;
  transition: all 0.5s;
  background-color: #ffffff;
}

.digi-modal-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 100;
  transition: all 0.5s;
}

.btn-close-modal {
  font-family: inherit;
  color: inherit;
  position: absolute;
  top: 0.5rem;
  right: 2rem;
  font-size: 4rem;
  cursor: pointer;
  border: none;
  background: none;
}

/*====================================================================
	Page banners layout-1
=====================================================================*/
.page-banner {
  position: relative;
  width: 100%;
  padding-bottom: 30%;
}
.page-banner--about {
  background-image: url("../img/banner-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-banner--contact {
  background-image: url("../img/banner-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-banner--nigeria {
  background-image: url("../img/nigeria-flag.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  background-color: #3a3a3a;
}
.page-banner--kenya {
  background-image: url("../img/kenya.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  background-color: #585858;
}
.page-banner--turkey {
  background-image: url("../img/turkey.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  background-color: #585858;
}
.page-banner--dubai {
  background-image: url("../img/dubai.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  background-color: #585858;
}
.page-banner--syria {
  background-image: url("../img/syria.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  background-color: #585858;
}
.page-banner--egypt {
  background-image: url("../img/egypt.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  background-color: #585858;
}
.page-banner .page-banner-caption {
  position: absolute;
  left: 10%;
  bottom: 20%;
}
.page-banner .page-banner-caption h5 {
  font-size: 2.5rem;
}

.page-banner.carousel {
  padding: 0;
}

/*====================================================================
	Tabs style-1
=====================================================================*/
.tabs-section-1 {
  max-width: 100rem;
  margin: 5rem auto 0 auto;
  background-color: #efefef;
}
.tabs-section-1 .tabs-btn-wrap {
  display: flex;
  justify-content: center;
}
.tabs-section-1 .tabs-sc-btn {
  margin-right: 2.5rem;
  transform: translateY(-50%);
  border-radius: 50px;
}
.tabs-section-1 .tabs-sc-btn span {
  margin-right: 1rem;
  font-weight: 600;
  display: inline-block;
}
.tabs-section-1 .tabs-sc-btn-1 {
  background-color: #ed1b24;
}
.tabs-section-1 .tabs-sc-btn-1:hover {
  background-color: #ffae19;
}
.tabs-section-1 .tabs-sc-btn-2 {
  background-color: #35e753;
}
.tabs-section-1 .tabs-sc-btn-2:hover {
  background-color: #16bb32;
}
.tabs-section-1 .tabs-sc-btn-3 {
  background-color: #ff728b;
  margin: 0;
}
.tabs-section-1 .tabs-sc-btn-3:hover {
  background-color: #e5536d;
}
.tabs-section-1 .tabs-sc-btn-active {
  transform: translateY(-66%);
}
.tabs-section-1 .tabs-content {
  display: none;
  padding: 2.5rem 7rem 6.5rem 7rem;
}
.tabs-section-1 .tabs-content-active {
  display: block;
}
.tabs-section-1 .tabs-header {
  font-size: 1.8rem;
  font-weight: 500;
  align-self: center;
}

.dark .tabs-section-1 {
  background-color: #363636;
}

.s1 .upper_product_wrapper {
  background-color: #373435;
  padding: 8rem 0;
}
.s1 .upper_product_wrapper h1 {
  color: #ffffff;
  text-align: center;
}
.s1 .upper_product_wrapper p {
  text-align: center;
}
.s1 .hm-product-wrapper {
  margin-top: -70px;
}
.s1 .hm-product-wrapper .hm-product-cards {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
     padding: 110px 0 40px 0;
  border-radius: 15px;
}
.s1 .hm-product-wrapper .hm-product-cards .pro-icon img {
  width: 100px;
}
.s1 .hm-product-wrapper .hm-product-cards .pro-heading h3 {
  margin-top: 20px;
  color: #ed1b24;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
}
.s1 .hm-product-wrapper .hm-product-cards .pro-details p {
  color: #000000;
  text-align: center;
  padding:10px;
}
.s1 .hm-product-wrapper .hm-product-cards .pro-btn a {
  color: #ed1b24;
  text-transform: uppercase;
  font-weight: 700;
}
.s1 .hm-product-wrapper .card-bottom-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -110px;
}

.s1 .why-choose-wrapper {
  background-image: url("../img/bg-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  background-color: rgba(255, 15, 25, 0.87);
}
.s1 .why-choose-wrapper .heading-one h2 {
  text-align: center;
  color: #ffffff;
}
.s1 .why-choose-wrapper .heading-one p {
  padding: 0 2rem;
  text-align: center;
}
.s1 .why-choose-wrapper .why_feature {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
.s1 .why-choose-wrapper .why_feature h4 {
  color: #ffffff;
}
.s1 .testimonial-wrapper .heading-two h2 {
  color: #ed1b24;
  text-align: center;
}
.s1 .testimonial-wrapper .heading-two p {
  padding: 0 2rem;
  text-align: center;
  color: #000000;
}
.s1 .testimonial-wrapper .testimonials-card {
  position: relative;
  background: #fff;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.s1 .testimonial-wrapper .testimonials-card .review-details {
  position: relative;
  padding: 1rem 2rem;
}
.s1 .testimonial-wrapper .testimonials-card .review-details::before {
  content: "❝";
  font-size: 55px;
  color: #ed1b24;
  position: absolute;
  top: -10px;
  left: 0;
  line-height: 1;
}
.s1 .testimonial-wrapper .testimonials-card .review-details::after {
  content: "❞";
  font-size: 55px;
  color: #ed1b24;
  position: absolute;
  bottom: -10px;
  right: 0;
  line-height: 1;
}
.s1 .testimonial-wrapper .testimonials-card .review-details p {
  color: #000000;
  position: relative;
  z-index: 1;
}
.s1 .testimonial-wrapper .testimonials-card .testimonial-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
}
.s1 .testimonial-wrapper .testimonials-card .testimonial-info .review-title h5 {
  color: #ed1b24;
  font-weight: 600;
}
.s1 .testimonial-wrapper .testimonials-card .testimonial-info .review-img img {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.s1 .counter-wrapper {
  background-image: url("../img/bg-counter.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #e1e1e1;
  background-blend-mode: overlay;
}
.s1 .counter-wrapper .counter-section {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 60px 20px;
  text-align: center;
}
.s1 .counter-wrapper .counter-box h2 {
  font-size: 48px;
  color: #ed1b24;
  margin: 0;
}
.s1 .counter-wrapper .counter-box p {
  margin-top: 10px;
  font-size: 25px;
  color: #333;
  font-weight: 500;
}
.s1 .contact-section__widget p {
  color: #373435;
}
.s1 .query-wrapper {
  background-image: url(../img/back-image-contact.jpg);
  background-repeat: no-repeat;
  background-position: center;
}
.s1 .black-box {
  background-color: #373435;
  padding: 15px;
  margin-top: 55px;
}
.s1 .black-box h4 {
  color: #fff;
  font-size: 30px;
  text-align: center;
}
.s1 .black-box span {
  font-size: 50px;
  font-weight: 600;
}
.s1 .white-box {
  display: flex;
  flex-direction: column;
  align-items: end;
  margin-right: -16px;
  margin-top: 25px;
}
.s1 .white-box p {
  background-color: #fff;
  width: 100%;
  text-align: center;
  padding: 7px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
}
.s1 .big-black-box {
  background-color: #ed1b24;
  text-align: center;
  padding: 60px;
}
.s1 .big-black-box p {
  font-size: 17px;
  color: #fff;
}
.s1 .big-black-box span {
  font-size: 50px;
  font-weight: 500;
  color: #fff;
}
.s1 .hm-query-btn a {
  background-color: #e31e25;
  color: #fff;
  padding: 6px 21px;
  border-radius: 24px;
  position: relative;
  top: -23px;
  left: 35px;
}
.s1 .ver-line {
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
}
.s1 .ver-line3 {
  border-bottom: solid 2px #fff;
}
.s1 .ver-line1 {
  border-right: solid 2px #fff;
}

.about-wrapper p {
  color: #000000;
}
.about-wrapper .ab-bg {
  background-image: url("../img/ab-img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}

.mission-wrapper .details-wrap {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  height: 100%;
}
.mission-wrapper .description {
  background-color: #ffffff;
  padding: 25px 20px;
}
.mission-wrapper p {
  color: #000000;
}
.mission-wrapper h2 {
  font-size: 28px;
}

.manufacturing-wrapper .neccessory-wrap {
  display: flex;
}
.manufacturing-wrapper .neccessory-wrap .neccessory-icon {
  padding-right: 14px;
  color: #FF3434;
}
.manufacturing-wrapper p {
  color: #000000;
}

.feature-wrapper {
  background-color: #373435;
}
.feature-wrapper .details-wrap {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  height: 100%;
  padding: 20px;
  background-color: #ffffff;
}
.feature-wrapper .details-wrap h2 {
  font-size: 28px;
}
.feature-wrapper p {
  color: #000000;
}

.exports-wrapper .neccessory-wrap {
  display: flex;
}
.exports-wrapper .neccessory-wrap .neccessory-icon {
  padding-right: 14px;
  color: #FF3434;
}
.exports-wrapper p {
  color: #000000;
}

.products-wrapper .product-img-col {
  margin-bottom: 2rem;
}
.products-wrapper .product-card {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  text-align: center;
  padding: 25px;
}
.products-wrapper .my-products-btn {
  display: flex;
  justify-content: space-between;
}
.products-wrapper .my-products-btn h6 {
  color: #373435;
  font-weight: 800;
}
.products-wrapper .my-products-btn a {
  color: #ed1b24;
  font-weight: 700;
}

.thumb {
  overflow: hidden;
}

img.zoom {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.zoom:hover {
  transform: scale(1.2);
}

.product-details-wrapper .pro-inner-wrap-tb {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.5rem;
  border-radius: 20px;
  padding: 9px 15px;
}
.product-details-wrapper .pro-inner-wrap-tb {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.product-details-wrapper .pro-inner-wrap-tb h4:first-child {
  color: #373435;
  font-weight: 700;
}
.product-details-wrapper .pro-inner-wrap-tb h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
}
.product-details-wrapper .product-inner-image-wrap {
  display: flex;
  justify-content: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 15px;
  align-items: center;
  flex-direction: column;
}
.product-details-wrapper .product-inner-image-wrap h3 {
  font-weight: 700;
  margin-top: 63px;
  text-transform: uppercase;
}

.owl-nav {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
  font-size: 52px;
}

.whatsapp i {
  position: fixed;
  left: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  background-color: #25d366;
  /* box-shadow: 2px 2px 3px #999; */
  font-size: 30px;
  text-align: center;
  color: #fff;
  z-index: 1;
}

/* Preloader full screen */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ed1b24;
  /* Background color */
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease;
}

/* Logo animation */
#loader-logo img {
  width: 500px;
  animation: pulse 1.2s ease-in-out infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.modal-content {
  background: linear-gradient(to right, #ed1b24, #8b0000);
}

.popup-btn {
  background-color: #000000;
  color: #fff;
  padding: 10px 30px;
  border-radius:0;
}
.popup-btn:hover {
  background-color: #000000;
  color: #fff;
}

.form-label {
  margin-bottom: 0.5rem;
  color: white;
  font-style: italic;
  font-weight: 300;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
  color: #fff;
  font-style: italic;
  font-weight: 700;
}

#scrollTopBtn {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background: #ed1b24;
  color: white;
  cursor: pointer;
  padding: 12px 16px;
  border-radius: 50%;
  font-size: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  display: none;
  /* Hidden by default */
  transition: opacity 0.3s ease-in-out;
}

#scrollTopBtn:hover {
  background: #c2171e;
}

input[type=text],
input[type=date],
select {
  margin-bottom: 10px;
}

.warranty-registration {
 margin-top:7rem;
 margin-bottom:3rem;
}

.warranty-registration,
.warranty-registration input[type="text"],
.warranty-registration input[type="date"],
.warranty-registration select {
  margin-bottom: 10px;
  width: 100%;
  padding: 10px;
}

.hidden {
  display: none;
}

.scanner {
  display: flex;
  gap: 10px;
}

.scanner-box {
  width: 100%;
  margin-top: 10px;
}

.hm-about-wrapper p {
  color: #1b1b1b;
}
.hm-about-wrapper span {
  color: #ed1b24;
}
.hm-about-wrapper .default-btn {
  margin-top: 35px;
}
.hm-about-wrapper .default-btn a {
  background-color: #ed1b24;
  color: #ffffff;
  padding: 10px 20px;
}

@media (max-width: 767px) {
  .main-wrapper {
    margin-top: 72px;
  }
  .top-bar {
    text-align: center;
  }
  .page-banner .page-banner-caption h5 {
    font-size: 1.5rem;
  }
  .s1 .hm-query-btn a {
    left: 0;
  }
  .s1 .counter-wrapper .counter-section {
    flex-direction: column;
  }
  .s1 .counter-wrapper .counter-box p {
    font-size: 20px;
  }
  .top-footer-wrapper .footer-logo {
    width: 220px;
  }
  .top-footer-wrapper .footer-battery {
    width: 300px;
  }
  .about-wrapper .ab-bg {
    margin-bottom: 27rem;
    margin-top: 25px;
  }
}
@media (max-width: 1024px) {
  .about-wrapper .ab-bg {
    margin-bottom: 27rem;
    margin-top: 25px;
  }
  .about-wrapper .main-wrapper {
    margin-top: 72px;
  }
}
@media (max-width: 1200px) {
  .main-wrapper {
    margin-top: 72px;
  }
  .navbar .nav-item {
    padding-left: 0.5rem;
    border-bottom: solid 2px rgba(50, 50, 50, 0.1803921569);
  }
}
/*====================================================================
	Two column layout-1
=====================================================================*/
.two-col-l1 {
  height: 100%;
}
.two-col-l1__image {
  height: 100%;
  background-image: url("../img/office.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.two-col-l1__content {
  height: 100%;
}
.two-col-l1__text {
  margin-bottom: 2rem;
}

/*====================================================================
	Three column layout-1
=====================================================================*/
.three-column.layout-1 {
  margin-bottom: 2rem;
}

/*====================================================================
	Three column layout-2
=====================================================================*/
.three-column.layout-2 {
  margin-bottom: 2rem;
}

/*====================================================================
	Footer layout-1
=====================================================================*/
.footer-wrapper {
  background-image: url("../img/bg-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  background-color: rgba(255, 15, 25, 0.87);
}
.footer-wrapper h5 {
  color: #ffffff;
  font-weight: 700;
}
.footer-wrapper h6 {
  color: #ffffff;
}

.top-footer-wrapper {
  position: relative;
}
.top-footer-wrapper a {
  color: #ffffff;
}
.top-footer-wrapper .list {
      line-height: 35px;
    padding-left: 0;
}
.top-footer-wrapper .social-footer a {
  font-size: 25px;
}
.top-footer-wrapper .footer-logo {
  width: 220px;
}

.scroll-top {
  position: absolute;
  top: 5px;
  right: 20px;
  color: #ffffff !important;
  cursor: pointer;
}

.scroll-top:hover {
  color: #f7f7f7 !important;
}

.bottom-footer-wrapper {
  background-color: #232323;
  padding: 1rem 0;
}

.dark .bottom-footer-wrapper {
  background-color: #2b2b2b;
}

.footer-copyright-text {
  margin-bottom: 0;
  text-align: center;
  font-size: 0.85rem;
  color: #ffffff;
}

.creator-link {
  color: #ffffff;
}

.creator-link:hover {
  color: #ffffff;
}

.skiptranslate span {
  display: none;
}

.goog-te-gadget {
  color: transparent !important;
}

.goog-te-gadget .goog-te-combo {
  color: #ffffff !important;
  font-weight: 600;
  font-size: 19px;
  border: none;
  border-radius: 3px;
  background-color: #ed1b24;
}

.top-bar-translator {
  display: flex;
  position: relative;
  align-items: left;
  justify-content: start;
  margin-top: 20px;
}

.contact-form {
  width: 100%;
}
.contact-form__label {
  padding-left: 1rem;
  font-size: 0.9rem;
}
.contact-form__input {
  border-radius: 40px;
  border-bottom: 3px solid transparent;
  background-color: #ececec;
  padding: 1rem 0.75rem;
}
.contact-form__input:focus {
  border-color: #ed1b24;
  box-shadow: none;
  border-bottom: 3px solid #ed1b24;
}
.contact-form__input:focus::-moz-placeholder {
  color: transparent;
}
.contact-form__input:focus::placeholder {
  color: transparent;
}
.contact-form__input::-moz-placeholder {
  color: #fff;
  font-size: 0.9rem;
}
.contact-form__input::placeholder {
  color: #fff;
  font-size: 0.9rem;
}
.contact-form__textarea {
  border-radius: 15px;
  border-bottom: 3px solid transparent;
  background-color: #ececec;
}
.contact-form__textarea:focus {
  border-color: #ed1b24;
  box-shadow: none;
  border-bottom: 3px solid #ed1b24;
}
.contact-form__textarea:focus::-moz-placeholder {
  color: transparent;
}
.contact-form__textarea:focus::placeholder {
  color: transparent;
}
.contact-form__button {
  margin-top: 2rem;
}

/*====================================================================
	Navbar style 1
=====================================================================*/
.stylish-toggler {
  border: none;
  background: none;
  padding: 0.5rem;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.toggler-icon {
  display: inline-block;
  width: 30px;
  height: 22px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: transparent;
}

.toggler-icon span {
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #ffffff;
  left: 0;
  transition: all 0.3s ease;
  border-radius: 2px;
}

.toggler-icon span:nth-child(1) {
  top: 0;
}

.toggler-icon span:nth-child(2) {
  top: 9px;
}

.toggler-icon span:nth-child(3) {
  top: 18px;
}

/* Animate to 'X' when navbar is open */
.navbar-toggler[aria-expanded=true] .toggler-icon span:nth-child(1) {
  transform: rotate(45deg);
  top: 9px;
}

.navbar-toggler[aria-expanded=true] .toggler-icon span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler[aria-expanded=true] .toggler-icon span:nth-child(3) {
  transform: rotate(-45deg);
  top: 9px;
}

.navbar {
  background-color: #ed1b24;
}
.navbar .logo-img {
  width: 230px;
  display: block;
}
.navbar .logo-img.dark-mode {
  display: none;
}
.navbar .nav-item {
  padding-left: 0.5rem;
}
.navbar .nav-link {
  color: #fff;
  line-height: 50px;
  text-transform: capitalize;
  letter-spacing: 1.2px;
}

.dropdown-item {
  background-color: #373435;
  color: #fff;
  border-bottom: solid 1px #fff;
  padding: 3px 15px;
  line-height: 45px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  padding: 0;
}

/* Hide dropdown by default */
#productsDropdown .dropdown-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  margin-top: 0;
  line-height: 45px;
  border-radius: 0;
}

/* Hide dropdown by default */
#productsDropdown .dropdown-menu,
#exportsDropdown .dropdown-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  margin-top: 0;
  line-height: 45px;
  border-radius: 0;
  padding: 0;
}

/* Show on hover via .show-dropdown */
#productsDropdown.show-dropdown .dropdown-menu,
#exportsDropdown.show-dropdown .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

.dropdown-item {
  background-color: #373435;
  color: #fff;
  border-bottom: solid 1px #fff;
  padding: 3px 15px;
}

.customNav {
  animation: navSlide 1s ease forwards;
  background-color: #ed1b24;
  box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.dark .customNav {
  background-color: #2b2b2b;
}

@keyframes navSlide {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.mode-toggler {
  position: relative;
  height: 100%;
  width: 1rem;
}
.mode-toggler .theme-btn,
.mode-toggler .theme-btn-label,
.mode-toggler .theme-btn-label span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mode-toggler .theme-btn {
  display: none;
}
.mode-toggler .theme-btn-label span {
  font-size: 0.75rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.mode-toggler .theme-btn-label span .fas.fa-moon, .mode-toggler .theme-btn-label span .fas.fa-sun {
  margin-right: 10px;
  font-size: 1rem;
}
.mode-toggler .theme-btn-label span .fas .fa-sun {
  color: #fff;
}
.mode-toggler .theme-btn-label span .fas.fa-moon {
  color: #ffffff;
}

.dark .mode-toggler span {
  color: #ffffff;
}

.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #373435;
}

/*====================================================================
	Navbar style 2 Dropdown nav
=====================================================================*/
.navbar.dd-nav {
  position: relative;
}
.navbar.dd-nav .dropdown-nav {
  position: relative;
  cursor: pointer;
}
.navbar.dd-nav .dropdown-mega {
  position: unset;
}

/* For dropdown menu */
@media only screen and (min-width: 992px) {
  .navbar.dd-nav .sub-menu {
    position: absolute;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    left: 0;
    padding: 15px 0%;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    width: -moz-max-content;
    width: max-content;
  }
  .navbar.dd-nav .sub-menu li {
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #f7f7f7;
  }
  .navbar.dd-nav .sub-menu a {
    text-decoration: none;
    color: #fff;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1.2px;
  }
  .navbar.dd-nav .menu-choices {
    left: 0;
    width: 100%;
    top: 70px;
  }
  .navbar.dd-nav .dropdown-nav:hover .sub-menu {
    perspective: 1000px;
    opacity: 1;
    visibility: visible;
  }
  .navbar.dd-nav .dropdown-nav:hover .sub-menu li {
    opacity: 1;
    visibility: visible;
    animation: viewMenu 0.8s ease-in-out forwards;
  }
  .navbar.dd-nav .sub-menu li:hover a {
    color: #fff;
  }
  @keyframes viewMenu {
    0% {
      opacity: 0;
      transform: rotateX(-90deg);
      transform-origin: top;
    }
    100% {
      opacity: 1;
      transform: rotateX(0deg);
    }
  }
  .hidden-menu {
    display: none;
  }
  .menu-choices-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
  .menu-choices-flex img {
    max-width: 12rem;
  }
  .menu-choices-sm {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .navbar.dd-nav .dropdown-nav {
    position: relative;
  }
  .navbar.dd-nav .nav-link {
    line-height: 2.5rem;
  }
  .navbar.dd-nav .hidden-menu {
    position: absolute;
    top: 0.75rem;
    right: 1rem;
    color: #fff;
    height: 1.5rem;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
  }
  .navbar.dd-nav .sub-drop, .navbar.dd-nav .sub-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
  }
  .navbar.dd-nav .sub-menu-small {
    position: static;
    opacity: 1;
    visibility: visible;
    padding: 0;
    width: 100%;
  }
  .navbar.dd-nav .sub-menu-small li {
    padding: 0.5rem 1rem 0.5rem 2rem;
    background-color: #ffffff;
  }
  .navbar.dd-nav .sub-menu-small li a {
    text-decoration: none;
    color: #fff;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1.2px;
  }
  .navbar.dd-nav .sub-menu-small li:hover {
    background-color: #f7f7f7;
  }
  .navbar.dd-nav .sub-menu-small li:hover a {
    color: #000000;
  }
  .navbar.dd-nav .sub-menu-small li:not(:last-child) {
    border-bottom: 1px solid #efefef;
  }
  .navbar.dd-nav .menu-choices-flex {
    display: none;
  }
  .navbar.dd-nav .menu-choices-sm {
    display: block;
  }
  .navbar.dd-nav .menu-list-sm li {
    text-transform: uppercase;
    letter-spacing: 1.2px;
  }
  .navbar.dd-nav .menu-list-sm li:hover {
    background-color: #ffffff;
  }
  .navbar.dd-nav .menu-sublist-sm li {
    padding-left: 0.5rem;
  }
  .navbar.dd-nav .menu-sublist-sm li a {
    font-size: 0.9rem;
  }
  .navbar.dd-nav .menu-sublist-sm li:hover {
    background-color: #f7f7f7;
  }
}
/* End dropdown menu */
/*====================================================================
	Navbar style 2 with top bar
=====================================================================*/
header.tn-header {
  background-color: #373435;
}
header.tn-header .top-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  position: relative;
  padding: 0 1rem;
}
header.tn-header .top-nav .logo-img {
  max-width: 200px;
  display: none;
}
header.tn-header .top-nav .logo-img.dark-mode {
  display: block;
}
header.tn-header .top-nav .top-nav-details {
  flex-grow: 1;
  padding: 0 1rem;
}
header.tn-header .top-nav .top-nav-details__opening, header.tn-header .top-nav .top-nav-details__phone, header.tn-header .top-nav .top-nav-details__mail {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
}
header.tn-header .top-nav .top-nav-details__content {
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
}
header.tn-header .top-nav .top-nav-details i {
  color: #ffffff;
}
header.tn-header .top-nav .top-nav-details span {
  color: #ffffff;
  font-weight: 300;
  font-size: 0.9rem;
}
header.tn-header .top-nav .top-nav-details span a {
  color: #ffffff;
}
header.tn-header .navbar {
  padding-bottom: 0;
  padding-top: 0;
}
header.tn-header .navbar .nav-container {
  background-color: #ffffff;
}
@media only screen and (max-width: 991px) {
  header.tn-header .navbar .nav-link {
    line-height: 2rem;
  }
  header.tn-header .nav-container {
    padding: 0.5rem 1rem;
  }
  header.tn-header .menu-toggle {
    margin: 0 auto;
    position: relative;
    width: 30px;
    height: 40px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    outline: none;
    border: none;
  }
  header.tn-header .menu-toggle:focus {
    box-shadow: none;
  }
  header.tn-header .menu-toggle::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
    transform: translateY(-9px);
    box-shadow: 0 9px #000;
  }
  header.tn-header .menu-toggle::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
    transform: translateY(9px);
  }
  header.tn-header .mob-container .menu-toggle::before {
    transform: rotate(45deg);
    box-shadow: 0 0 #fff;
  }
  header.tn-header .mob-container .menu-toggle::after {
    transform: rotate(-45deg);
  }
}
@media only screen and (max-width: 767px) {
  header.tn-header .top-nav .top-nav-details {
    width: 100%;
    padding: 0.5rem;
  }
  header.tn-header .top-nav .top-nav-details__opening {
    justify-content: flex-end;
  }
  header.tn-header .top-nav .top-nav-details__phone, header.tn-header .top-nav .top-nav-details__mail {
    display: none;
  }
}

/*====================================================================
	Navbar style 3 with top bar
=====================================================================*/
header.tns2-header {
  background-color: #ffffff;
}
header.tns2-header .top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.tns2-header .top-nav-social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header.tns2-header .top-nav-social li:not(:last-child) {
  margin-right: 0.75rem;
}
header.tns2-header .top-nav-social i {
  font-size: 1rem;
  color: #d81155;
}
header.tns2-header .top-nav-social i:hover {
  color: #ef2d6f;
}
header.tns2-header .top-nav-details {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 5px 0;
}
header.tns2-header .top-nav-details i {
  margin-right: 0.4rem;
  color: #d81155;
}
header.tns2-header .top-nav-details__content {
  display: inline-block;
}
header.tns2-header .top-nav-details__content a {
  color: #000000;
}
header.tns2-header .top-nav-details__item:not(:last-child) span {
  margin-right: 0.75rem;
  padding-right: 0.75rem;
  position: relative;
}
header.tns2-header .top-nav-details__item:not(:last-child) span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  bottom: 2px;
  width: 2px;
  background-color: #000000;
}
header.tns2-header .navbar {
  background-color: #373435;
}
header.tns2-header .navbar .logo-img {
  display: none;
}
header.tns2-header .navbar .logo-img.dark-mode {
  display: block;
}
header.tns2-header .navbar .nav-link {
  color: #ffffff;
}
header.tns2-header .navbar .search-form {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
header.tns2-header .navbar .search-form::before {
  content: "\f002";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 0.9rem;
}
header.tns2-header .navbar .search-form input {
  border-radius: 0;
}
header.tns2-header .navbar .search-form button {
  display: none;
}

/*====================================================================
	Side nav style 1
=====================================================================*/
.side-nav-wrap {
  position: relative;
}

nav.side-nav {
  background-color: #efefef;
  position: fixed;
  top: 87px;
  bottom: 0;
  left: 0;
  width: 24vw;
}
nav.side-nav .list-item {
  background-color: #f7f7f7;
  margin-bottom: 2px;
}
nav.side-nav .list-item .nav-item {
  color: #fff;
  padding: 5px 15px;
  display: block;
}

.dark nav.side-nav {
  background-color: #363636;
}
.dark nav.side-nav .list-item {
  background-color: #2b2b2b;
}
.dark nav.side-nav .list-item .nav-item {
  color: #f7f7f7;
}

/*===============================================================
	About us page
=================================================================*/
/*===============================================================
	Contact us page
=================================================================*/
#mail-msg-alert {
  margin-bottom: 3rem;
}

#mail-msg-alert button.btn {
  display: table;
  margin: 0 auto;
}

#mail-msg {
  color: #ffffff;
}

#mail-msg:hover {
  text-decoration: none;
}

.contact-section {
  margin-top: 4rem;
}
.contact-section__widget {
  margin-bottom: 2rem;
}
.contact-section .social-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
}
.contact-section .social-list li:not(:last-child) {
  margin-right: 20px;
}
.contact-section .social-list i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #ed1b24;
  color: #ffffff;
  border: 1px solid #fff;
  transition: all 0.3s;
}
.contact-section .social-list i:hover {
  color: #ffffff;
  border-color: transparent;
  background-color: #ed1b24;
}

.dark .contact-section .social-list i {
  color: #373435;
  border-color: #373435;
  transition: all 0.3s;
}
.dark .contact-section .social-list i:hover {
  color: #373435;
  border-color: #373435;
}

.contact-map {
  position: relative;
  padding-bottom: 34%;
}
.contact-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.card {
    background-color: #f9f9f9;
    margin-top: 5rem;
}

.thank-btn {
    background-color:red;
    color:#fff;
    border-radius:0;
}
.thank-btn:hover {
    background-color:red;
    color:#fff;
}
/*# sourceMappingURL=style.css.map */