html {
  scroll-behavior: smooth;
}

body {
  font-family: "Raleway", sans-serif;
  padding: 6px;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Raleway", sans-serif;
}

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

ul,
li,
ol {
  list-style-type: none;
  padding-inline-start: 0;
  margin-bottom: 0;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 92%;
}

* {
  box-sizing: border-box;
}

#backtotop-btn {
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  right: 40px;
  bottom: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 1s;
  z-index: 999;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

#backtotop-btn i {
  font-size: 22px;
  padding: 10px 8px;
  background: #fff;
  color: #cd0001;
}

.arrow-top {
  display: block;
  font-size: 24px;
  pointer-events: none;
  background-color: #f5f5f5;
  color: #b52020;
  padding: 8px;
}

.slide-in-bottom {
  animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.slide-out-top {
  animation: slide-out-top 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.scale-in-center {
  animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.scale-out-center {
  animation: scale-out-center 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
@keyframes slide-in-bottom {
  0% {
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-out-top {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-1000px);
    opacity: 0;
  }
}
@keyframes scale-in-center {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-out-center {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 1;
  }
}
/* ================================= Main Header Start ================================*/
header.main-header {
  position: relative;
}

.top-header-link a {
  font-size: 18px;
  font-weight: 500;
  color: #f42c12;
  display: flex;
  align-items: center;
}

.top-header-link a i {
  margin-right: 6px;
}

.top-header {
  background-color: #fff;
  padding: 6px 0px;
}

.social-icon {
  justify-content: end;
  gap: 20px;
  align-items: center;
}

.social-icon a {
  font-size: 20px;
  font-weight: 500;
  color: #f42c12;
}

.order-1 {
  order: 2 !important;
}

.order-2 {
  order: 1 !important;
}

.fixed-top,
.main-inner header.main-header nav.navbar {
  top: 0px;
  transform: translateY(0px);
  transition: transform 0.3s;
}

header.main-header nav.navbar.fixed-top {
  position: fixed !important;
  top: 0;
  left: 0;
  background: #fff;
  padding: 5px 45px;
  z-index: 999;
  border-bottom: 0;
  opacity: 1 !important;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.05);
}

header.main-header nav.navbar.fixed-top ul.navbar-nav li.nav-item a.nav-link {
  padding: 14px 16px 14px !important;
  font-size: 16px;
  margin-top: 0;
  color: #222 !important;
  font-weight: 600;
}

header.main-header nav.navbar.fixed-top ul.navbar-nav li.nav-item.contact-btn {
  background-color: #04344c;
}

header.main-header nav.navbar.fixed-top ul.navbar-nav li.nav-item.contact-btn a.nav-link {
  color: #fff !important;
  padding: 16px 20px !important;
}

header.main-header nav.navbar.fixed-top ul.navbar-nav li.nav-item.nav-item-btn a.nav-link {
  color: #fff !important;
}

header.main-header nav.navbar.fixed-top ul.navbar-nav li.nav-item.nav-item-menu a.nav-link {
  padding: 4px 16px 3px !important;
}

.main-inner-ab-header header.main-header nav.navbar {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  padding: 40px 30px;
  transition: 0.6s ease-in-out;
  background-color: #04344c;
}

header.main-header nav.navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 70px 25px;
  transition: 0.6s ease-in-out;
}

.navbar-expand-lg .navbar-nav {
  border-radius: 5px;
  flex-direction: row;
  padding: 0px 0px;
  align-items: center;
  /* background: #13181b;
  opacity: .7; */
}

header.main-header ul.navbar-nav li.nav-item a.nav-link {
  text-transform: uppercase;
  color: #fff;
  padding: 10px 15px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.3px;
  transition: 0.2s ease-in-out;
}

header.main-header ul.navbar-nav li.nav-item a.nav-link i.fa-angle-down {
  font-size: 90%;
  transition: 0.2s ease-in-out;
}

header.main-header ul.navbar-nav li.nav-item:hover i.fa-angle-down {
  transform: rotate(180deg);
}

header.main-header nav.navbar a.navbar-brand {
  font-size: 50px;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  margin-right: 0;
}

header.main-header nav.navbar a.navbar-brand img.fixed {
  width: 240px;
  position: absolute;
  top: 19px;
}

header.main-header nav.navbar.navbar-shadow a.navbar-brand img.no-fixed,
header.main-header nav.navbar a.navbar-brand img.fixed {
  display: block;
}

header.main-header nav.navbar.fixed-top a.navbar-brand img.fixed,
header.main-header nav.navbar a.navbar-brand img.no-fixed {
  display: none;
}

header.main-header nav.navbar a.navbar-brand span {
  display: none;
}

header.main-header nav.navbar.fixed-top a.navbar-brand span {
  display: block;
}

header.main-header nav.navbar a.navbar-brand small {
  font-size: 50%;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 1px;
  text-align: center;
  position: relative;
}

header.main-header nav.navbar a.navbar-brand small:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 38%;
  height: 1px;
  background: linear-gradient(270deg, white, transparent);
}

header.main-header nav.navbar a.navbar-brand small:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 38%;
  height: 1px;
  background: linear-gradient(90deg, white, transparent);
}

header.main-header nav.navbar.fixed-top a.navbar-brand {
  color: #04344c;
  font-size: 28px;
  line-height: 30px;
  letter-spacing: 0.3px;
  display: flex;
  align-items: center;
}

header.main-header nav.navbar ul.navbar-nav li.nav-item.nav-item-fixed a.nav-link {
  display: none;
  transition: 0.1s ease-in-out;
}

header.main-header nav.navbar.fixed-top ul.navbar-nav li.nav-item.nav-item-fixed a.nav-link {
  display: block;
}

header.main-header ul.navbar-nav li.nav-item.nav-item-menu a.nav-link {
  display: inline-block;
  padding: 6px 16px 5px !important;
}

header.main-header ul.navbar-nav li.nav-item.nav-item-menu a.nav-link svg {
  width: 40px;
  fill: #fff;
  position: relative;
  top: -1px;
  margin-left: 2px;
  border-radius: 2px;
  transform: rotate(180deg);
}

header.main-header nav.navbar.fixed-top ul.navbar-nav li.nav-item.nav-item-menu a.nav-link svg {
  top: 0px;
}

header.main-header nav.navbar.fixed-top ul.navbar-nav li.nav-item.nav-item-menu a.nav-link span {
  position: relative;
  top: 2px;
}

header.main-header ul.navbar-nav li.nav-item .dropdown-menu {
  background: #fff;
  border-radius: 0;
  padding: 16px 0;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

header.main-header ul.navbar-nav li.nav-item .dropdown-menu:before {
  content: "";
  position: absolute;
  left: 20px;
  top: -12px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
}

header.main-header ul.navbar-nav li.nav-item .dropdown-menu h6.title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #111;
  margin-bottom: 12px;
}

header.main-header ul.navbar-nav li.nav-item .dropdown-menu .col-megamenu img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

header.main-header ul.navbar-nav li.nav-item .dropdown-menu .col-megamenu {
  height: 100%;
  position: relative;
  overflow: hidden;
}

header.main-header ul.navbar-nav li.nav-item .dropdown-menu .col-megamenu ul li a {
  position: relative;
  color: #000;
  font-weight: 500;
  font-size: 16.5px;
  line-height: 22px;
  display: block;
  transition: 0.2s ease-in-out;
  padding: 0 14px;
  text-align: left;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}

header.main-header ul.navbar-nav li.nav-item .dropdown-menu .col-megamenu ul li a svg {
  width: 75px;
  fill: #000;
}

header.main-header ul.navbar-nav li.nav-item .dropdown-menu .col-megamenu ul li a:hover::before {
  visibility: visible;
  opacity: 1;
  width: 10px;
}

header.main-header ul.navbar-nav li.nav-item .dropdown-menu .col-megamenu.col-megamenu2 {
  padding-left: 20px;
  height: 100%;
  padding-top: 10px;
}

header.main-header ul.navbar-nav li.nav-item .dropdown-menu .col-megamenu ul li {
  margin-bottom: 7px;
  padding: 2px 7px 7px 9px;
  border-bottom: 1px solid #ededed;
}

header.main-header ul.navbar-nav li.nav-item .dropdown-menu .col-megamenu ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.contact-btn {
  background: #fff;
  margin: 0px 12px;
  transition: 0.3s ease-in-out;
}

.contact-btn a {
  font-weight: 400 !important;
  line-height: 20px !important;
  color: #000000 !important;
  padding: 12px 21px !important;
  font-size: 19px !important;
  font-family: sans-serif;
  letter-spacing: 0.8px;
}

.contact-btn a i {
  font-size: 75%;
  margin-right: 2px;
}

.contact-btn:hover a {
  color: #fff !important;
  background-color: #cd0001;
}

/* ============ mobile view ============ */
@media all and (max-width: 991px) {
  .offcanvas-header {
    display: block;
  }
  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 99999;
    width: 50%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
    background: #1b403f;
    padding: 30px 6px;
  }
  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
  }
  .mobile-offcanvas .container,
  .mobile-offcanvas .container-fluid {
    display: block;
    padding: 0px 20px;
  }
}
@media all and (min-width: 992px) {
  .main-header-ds .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }
  .main-header-ds .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    margin-top: 0;
  }
  .main-header-ds .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .main-header-ds .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }
  .main-header-ds .navbar .dropdown-menu.fade-up {
    top: 180%;
  }
  .main-header-ds .navbar .nav-item:hover .dropdown-menu {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: inherit;
  }
}
.dropdown-large {
  padding: 1rem;
}

@media all and (min-width: 992px) {
  .main-header-ds .dropdown-large {
    min-width: 305px;
  }
}
header.main-header ul.navbar-nav li.nav-item.nav-item-btn {
  align-self: center;
  margin-left: 12px;
}

header.main-header ul.navbar-nav li.nav-item.nav-item-btn a.nav-link i {
  color: #fff;
  font-size: 18px;
  margin-right: 6px;
  position: relative;
  top: 2px;
}

.dropdown-toggle::after {
  display: none;
}

header.confirm-screen-header-new nav.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 20px 30px;
  transition: 0.6s ease-in-out;
  background: #fff;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.05);
}

header.confirm-screen-header-new nav.navbar a.navbar-brand span {
  color: black;
  display: block;
  font-size: 24px;
}

header.main-header nav.navbar.fixed-top,
.inner-header header.main-header nav.navbar {
  position: fixed !important;
  top: 0;
  left: 0;
  background: #fff;
  padding: 0px 20px;
  z-index: 9999;
  border-bottom: 0;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.05) !important;
}

body.offcanvas-active {
  overflow: hidden;
}

.offcanvas-header {
  display: none;
}

.screen-darken {
  height: 100%;
  width: 0%;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition: opacity 0.2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active {
  z-index: 9999;
  transition: opacity 0.3s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}

/* ============ mobile view ============ */
@media all and (max-width: 1199px) {
  .offcanvas-header {
    display: block;
  }
  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 99999;
    width: 35%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
    background: #04344c;
    padding: 30px 6px;
  }
  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
  }
  .mobile-offcanvas .container,
  .mobile-offcanvas .container-fluid {
    display: block;
  }
}
/* ================================= Main Header CSS End ================================*/
button.carousel-control-prev,
button.carousel-control-next {
  z-index: 999;
  background: #fff;
  height: 49px;
  width: 29px;
  top: 54%;
  padding: 2px;
  transition: 0.4s ease-in-out;
}

.slider-video-sec {
  height: 98vh;
  width: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

.slider-video-sec #sliderVideo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.carousel-item {
  height: 98vh;
}

.contant h2 {
  color: #ffffff;
  font-size: 60px;
  font-weight: 600;
  line-height: 59px;
  font-family: sans-serif;
  margin-bottom: 20px;
}

.contant span.span {
  background: #fff;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  word-spacing: 1px;
}

.carousel-caption {
  position: absolute;
  color: #fff;
  text-align: center;
  z-index: 99;
  top: auto;
}

p.text {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  position: relative;
  margin-bottom: 22px;
}

.content .theme-btn:hover {
  background-color: #fff;
}

.carousel-item {
  position: relative;
}

.carousel-item img {
  height: 98vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.carousel-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0.4;
  z-index: 9 !important;
}

.btn-style-one:hover {
  background-color: #fff;
  color: #cd0001;
}

.btn-style-one {
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  padding: 7px 28px;
  overflow: hidden;
  letter-spacing: 1px;
  background-color: #cd0001;
  text-transform: uppercase;
  transition: 0.5s ease-in-out;
}

.main-slider .carousel-inner .carousel-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, rgb(0, 0, 0), transparent);
}

.main-slider .carousel-inner .carousel-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent);
}

#sliderVideos {
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.main-slider {
  container: layout/inline-size;
  position: relative;
  z-index: 1;
}

.slider-main {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  height: 98vh;
  background: #0e0e0e;
}

.slider-main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, rgb(0, 0, 0), transparent);
}

.hero-content {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 10px;
}

.hero-content-block {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  padding: 10px 20px;
  position: relative;
  z-index: 999;
}

.hero-content-block h1.hero-title {
  font-size: 85px;
  line-height: 1;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}

.hero-content-block h1 small {
  font-size: 45px;
  line-height: 68px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.1px;
  color: #fff;
  margin-bottom: 20px;
}

.hero-content:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}

/* ================================= Main Header CSS End ================================*/
/*================================================ Preloader CSS Start =================================================*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  text-align: center;
  transition: 0.2s;
}

.preloader .loader {
  position: absolute;
  top: 32%;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  text-align: center;
  margin: 0 auto;
  transition: 0.6s;
}

.preloader .box {
  width: 100%;
  height: 100%;
  background: #fff;
  animation: animate 0.5s linear infinite;
  position: absolute;
  top: 25px;
  left: 0;
}

.preloader .shadow {
  width: 100%;
  height: 5px;
  background: #000;
  opacity: 0.1;
  position: absolute;
  top: 59px;
  left: 0;
  border-radius: 50%;
  animation: shadow 0.5s linear infinite;
}

.preloader::after,
.preloader::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #fff;
  transition: 0.6s;
}

.preloader .box img {
  background: 0 0;
  width: 160px;
  border-radius: 4px;
}

.preloader::after {
  left: auto;
  right: 0;
}

.preloader.preloader-deactivate {
  visibility: hidden;
}

.preloader.preloader-deactivate::after,
.preloader.preloader-deactivate::before {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.preloader.preloader-deactivate .loader {
  opacity: 0;
  visibility: hidden;
}

/*================================================ Preloader CSS End =================================================*/
/* ================================= Home Page CSS Start ================================*/
section {
  padding: 70px 0px;
  overflow: hidden;
}

.bg1 {
  background-color: #f5f5f5;
}

/* ================================= Welcome Sec CSS Start ================================*/
.wel-sec-left {
  background: #04344c;
  padding: 50px 35px;
  text-align: center;
  color: #fff;
  transition: 0.5s ease-in-out;
  height: 100%;
}

.wel-sec-left:hover {
  opacity: 0.8;
}

.wel-sec-left1 {
  background: #044b6e;
}

.wel-sec-left i {
  font-size: 32px;
}

.wel-sec-left svg {
  width: 65px;
  fill: #fff;
}

.wel-sec-left h5 {
  font-size: 24px;
  font-weight: 500;
  margin: 10px 0px;
}

.wel-sec-left p {
  font-size: 16px;
  line-height: 23px;
  margin: 0;
  letter-spacing: 0.5px;
}

/* ================================= Welcome Sec CSS End ================================*/
/* ================================= About Sec CSS Start ================================*/
.about-sec-content {
  padding: 50px 143px 53px 30px;
  position: relative;
}

.about-sec .videos-block {
  height: 90vh;
  width: 100%;
}

.about-sec .videos-block #myVideo {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-sec-content .about-logo img {
  width: 431px;
  position: absolute;
  right: 2%;
  top: 10%;
  opacity: 0.1;
  filter: brightness(0.8);
}

h2.main-head {
  font-size: 42px;
  font-weight: 700;
  color: #000;
  line-height: 46px;
  margin: 10px 0px;
  position: relative;
}

p.main-text {
  margin: 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
  color: #000;
}

.about-sec-content p.main-text {
  font-size: 20px;
  line-height: 31px;
}

span.short-text {
  font-size: 16px;
  font-weight: 500;
  color: #cd0001;
  border: 1px solid #cd0001;
  padding: 4px 16px;
  margin-bottom: 10px;
  display: inline-block;
}

.about-sec-img img {
  height: 295px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-sec-img1 {
  margin-top: -120px;
  border-top: 9px solid #fff;
  border-left: 9px solid #fff;
}

.about-sec-img1 img {
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.main-btn a.ac-btn {
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  padding: 5px 25px;
  overflow: hidden;
  letter-spacing: 1px;
  background-color: #cd0001;
  text-transform: capitalize;
  transition: 0.5s ease-in-out;
}

/* ================================= About Sec CSS End ================================*/
/* ================================= Product Sec CSS Start ================================*/
.product-sec {
  background-color: #1a191d;
}

.product-sec h2.main-head {
  color: #fff;
}

.product-sec p.main-text {
  color: #fff;
}

.nav-tabs .nav-link:hover {
  border: 0 !important;
}

.product-sec .nav-tabs .nav-link {
  background: rgb(235, 227, 227);
  color: #000;
  border-radius: 0;
  padding: 7px 25px;
  font-size: 17px;
  font-weight: 700;
  border: 0 !important;
  text-transform: uppercase;
}

.product-sec .nav-tabs .nav-item.show .nav-link,
.product-sec .nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #cd0001;
  border: 0 !important;
}

.product-sec .nav-tabs .nav-link.active svg {
  fill: #dfdfdf;
}

.product-sec .nav-tabs .nav-link svg {
  width: 40px;
  fill: #7a797a;
  margin-right: 10px;
}

.nav-tabs {
  border: 0;
}

.products-1stblock img {
  height: 420px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.products-1stblock {
  position: relative;
  overflow: hidden;
  transition: all 300ms linear 0s;
}

.products-1stblock:hover .block-overlay {
  opacity: 1;
}

.product-content {
  padding: 0 35px 43px;
  width: 100%;
  transition: all 300ms linear 0s;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
}

.product-content h4 {
  font-size: 26px;
  margin: 0;
  font-weight: 500;
}

.product-content p {
  font-size: 19px;
  line-height: 23px;
  padding: 6px 0px;
  margin: 0;
}

.product-content .icon a i {
  height: 50px;
  width: 50px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  color: #000;
}

.product-content .icon {
  position: absolute;
  top: -405%;
  right: 26px;
  border: 1px solid #878585;
  padding: 14px;
  border-radius: 50%;
}

.block-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 25, 29, 0.7);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  opacity: 0;
  transition: all 300ms linear 0s;
}

.product-sec .main-btn a.ac-btn {
  background-color: #fff;
  color: #000;
}

.product-logos ul li img {
  height: 146px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  background: #fff;
  padding: 15px 20px;
}

.product-logos ul li div.img {
  margin: 12px;
  position: relative;
  padding: 22px 22px;
  background: #fff;
}

.product-logos ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.product-logos ul li {
  width: 33.333%;
}

.product-img img {
  height: 420px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

span.b-number {
  position: absolute;
  font-size: 12px;
  top: -4px;
  left: -3px;
  background: #cd0001;
  padding: 3px 6px;
  color: #fff;
  font-weight: 600;
}

.products-1stblock .logo {
  position: absolute;
  top: 12px;
  left: 10px;
}

.products-1stblock .logo img {
  height: 100px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

/* ================================= Product Sec CSS End ================================*/
/* ================================= Brands Sec CSS Start ================================*/
.brands-b img {
  height: 50px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ================================= Brands Sec CSS End ================================*/
/* ================================= Testimonials Sec CSS Start ================================*/
.satisfaction-block {
  background: #04344c;
  padding: 35px 30px;
  text-align: center;
  height: 100%;
}

.satisfaction-block i {
  font-size: 42px;
  color: #fff;
}

.satisfaction-block h4 {
  color: #fff;
  font-size: 55px;
  font-weight: 600;
  margin: 0px 0px 10px 0px;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}

.satisfaction-block h4 i {
  font-size: 55%;
}

.satisfaction-block p {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}

.testimonials-img {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonials-img img {
  height: 70px;
  width: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  padding: 5px;
  border: 1.5px solid #999;
}

.testimonials-img span.name {
  font-size: 20px;
  font-weight: 700;
}

.testimonials-img span.d-block.degnition {
  font-size: 17px;
  font-weight: 500;
  color: #5e5e5e;
}

.testimonial-block p.main-text {
  font-style: italic;
}

.testimonials-b {
  background: #fff;
  padding: 40px 30px;
  height: 100%;
  position: relative;
}

span.quote-icon {
  position: absolute;
  right: 66px;
  font-size: 54px;
  color: #9b9b9b;
  opacity: 0.6;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 6px;
}

.swiper-pagination-bullet-active {
  background: #cd0001 !important;
}

/* ================================= Testimonials Sec CSS End ================================*/
/* ================================= Get Sec Page Start ================================*/
.contact-form {
  background: #fff;
}

.form-block {
  background: #fff;
  padding: 30px 40px;
}

.nav-tabs .nav-link:focus-visible {
  border: 0 !important;
}

.contact-form form input,
.contact-form form select,
.contact-form form textarea {
  height: calc(1.5em + 0.75rem + 12px);
  padding: 8px 0;
  border-radius: 0;
  font-size: 17px;
  color: #444;
  font-weight: 500;
  padding: 0px 10px;
  border: 1px solid #cdcdcd;
}

.contact-form form textarea {
  height: 100px;
}

.form-block h2.main-head {
  margin-bottom: 10px;
  font-size: 32px;
  text-transform: capitalize;
  color: #000;
  font-weight: 600;
}

.contact-form .form-control:focus {
  border-color: #c5c5c5;
  box-shadow: none;
}

.contact-form .btn.focus,
.contact-form .btn:focus {
  box-shadow: none;
}

.contact-form form button.btn {
  font-size: 16px;
  padding: 7px 25px;
  text-transform: capitalize;
  transition: 0.6s ease-in-out;
  font-weight: 500;
  background: #04344c;
  border-radius: 0;
  color: #fff;
}

.contact-form form button.btn:hover {
  color: #fff;
  opacity: 0.95;
}

.contact-form form button.btn i {
  transform: rotate(45deg);
  margin-left: 8px;
  position: relative;
  top: 3px;
}

::-moz-placeholder {
  color: #444 !important;
}

::placeholder {
  color: #444 !important;
}

.get-touch-img img {
  height: 600px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.addres-block {
  background: #fff;
  padding: 38px 25px;
  text-align: center;
  height: 100%;
}

.addres-block i {
  font-size: 40px;
  color: #04344c;
  opacity: 0.8;
}

.addres-block h4 {
  font-size: 25px;
  font-weight: 600;
  margin: 15px 0px 9px 0px;
  color: #000;
}

.addres-block a:hover {
  color: #b52020;
}

.addres-block p,
.addres-block a {
  font-size: 19px;
  line-height: 27px;
  color: #000;
  transition: 0.5s ease-in-out;
  margin: 0;
}

.map-block iframe {
  height: 550px;
  width: 100%;
}

/* ================================= Get Sec Page End ================================*/
/* ================================= Sets Sec Page Start ================================*/
.sets-block {
  padding: 30px 30px;
  box-shadow: 0 0 30px 0 rgba(27, 68, 163, 0.07);
  position: relative;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.sets-sec-block {
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.sets-sec-block:hover {
  background-color: #04344c;
  color: #fff;
}

.sets-sec-block:hover svg {
  fill: #fff;
}

.sets-sec-block:hover .process-num .number {
  color: #fff;
}

.process-num {
  position: absolute;
  right: 14px;
  top: -9px;
}

.process-num .number {
  font-size: 65px;
  font-weight: 600;
  color: #333;
  opacity: 0.05;
  transition: all 0.3s ease-in-out;
}

.sets-block svg {
  width: 75px;
  fill: #cd0001;
}

.sets-block h5 {
  font-size: 20px;
  font-weight: 600;
  margin: 14px 0px 5px 0px;
}

.sets-block p {
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.award-block {
  background: #f5f5f5;
  padding: 65px 28px;
  position: relative;
  bottom: -35px;
  height: 100%;
}

.award-block svg {
  width: 80px;
  fill: #cd0001;
  opacity: 0.6;
}

.award-block span.award-number.d-block {
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  margin-top: 10px;
}

.award-block span.award-number.d-block i {
  font-size: 60%;
  margin-left: 4px;
}

.award-block span.award-t.d-block {
  font-size: 28px;
  font-weight: 500;
  line-height: 46px;
}

.award-sec span.short-text {
  color: #ffffff;
  border: 1px solid #fff;
}

.award-img img {
  height: 480px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.award-sec {
  background-color: #161618;
}

.award-sec h2.main-head {
  color: #fff;
}

/* ================================= Footer Sec CSS Start ================================*/
.bottom-footer {
  background: #161616;
  padding: 50px 0px;
}

.footer-widgits h4 {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
}

ul.footer-ul {
  display: flex;
  flex-wrap: wrap;
}

ul.footer-ul li {
  margin: 6px;
}

p.footer-text {
  font-size: 17px;
  line-height: 25px;
  color: #cbcbcb;
  transition: 0.6s ease-in-out;
  margin-top: 12px;
}

p.footer-text:hover {
  color: #fff;
}

.footer-widgits img {
  width: 110px;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer-widgits {
  padding: 0px 15px;
}

.footer-ul li a {
  font-size: 17px;
  color: #cbcbcb;
  transition: 0.6s ease-in-out;
  line-height: 28px;
  padding: 5px 17px;
  border-radius: 28PX;
  background: #222;
}

.location-d {
  font-size: 17px;
  color: #cbcbcb;
  line-height: 28px;
}

.footer-ul li i {
  padding-right: 5px;
}

.footer-ul li:hover a {
  color: #fff;
}

.footer-top-right {
  margin-left: 12px;
}

.footer-top-right h4 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 7px;
}

ul.socail-icon {
  display: flex;
  align-items: center;
}

ul.socail-icon li {
  background: #0e0e0e;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 12px;
  transition: 0.6s ease-in-out;
}

ul.socail-icon li:hover {
  background-color: #cd0001;
}

ul.socail-icon li a {
  color: #fff;
  font-size: 19px;
  padding: 4px;
}

.footer-copyright {
  background: #101010;
}

.footer-copyright p {
  margin: 0;
  padding: 10px 0px;
  color: #cbcbcb;
  font-size: 14px;
  transition: 0.6s ease-in-out;
}

.footer-copyright p:hover a {
  color: #fff;
}

.footer-copyright p a {
  color: #cbcbcb;
  transition: 0.6s ease-in-out;
}

.location,
.location a {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 17px;
  color: #cbcbcb;
  transition: 0.6s ease-in-out;
  line-height: 28px;
}

.location a {
  font-family: sans-serif;
}

.location.contact-nuber {
  width: 60%;
  background: #04344c;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
}

.location.contact-nuber a {
  font-weight: 600;
  font-size: 18px;
}

/* ================================= Footer Sec CSS End ================================*/
/* ================================= Cursor CSS Start ================================*/
.cursor {
  display: block;
  width: 20px;
  height: 20px;
  background-color: transparent;
  padding: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 111;
  border: 2px solid #cd0001;
  transition: all 0.2s ease-out;
  animation: moveCursor1 0.5s infinite alternate;
  overflow: hidden !important;
}

.expand {
  background: transparent;
  animation: moveCursor2 0.5s forwards;
  border: 2px solid #cd0001;
  overflow: hidden !important;
}

@keyframes moveCursor1 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0.8);
  }
}
@keyframes moveCursor2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(2);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
/* ================================= Cursor CSS End ================================*/
/* ================================= Form CSS Start ================================*/
.enqery-sec {
  background-image: url("../images/home-page/product-sec/02.jpg");
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  transition: 0.5s ease-in-out;
}

.enqery-block {
  height: 100%;
  background: #04344c;
  padding: 75px 55px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 89% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 89% 100%, 0% 100%);
  transition: 0.5s ease-in-out;
}

.enqery-block h2.main-head {
  color: #fff;
  margin: 0 0 6px 0px;
}

.contact-number {
  color: #fff;
  font-weight: 500;
  transition: 0.5s ease-in-out;
}

.contact-number a:hover {
  background-color: #b52020;
  color: #fff;
}

.contact-number a {
  font-weight: 500;
  font-size: 30px;
  color: #000;
  transition: 0.5s ease-in-out;
  background: #fff;
  padding: 7px 20px;
  margin: 0px 10px;
  font-family: system-ui;
  transition: 0.5s ease-in-out;
}

.contact-number a i {
  margin-right: 6px;
  font-size: 80%;
}

.enqery-block .logo img {
  position: absolute;
  width: 150px;
  right: 10%;
  opacity: 0.09;
  top: 70px;
}

/* ================================= Form CSS End ================================*/
/*================================== Inner Banner Start ==================================*/
.inner-banner {
  position: relative;
  overflow: hidden;
}

.inner-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 80%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent);
}

.inner-banner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 30%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent);
}

.inner-banner img {
  width: 100%;
  height: 76vh;
  -o-object-fit: cover;
     object-fit: cover;
  animation: pulse2 12s infinite;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: 1;
}

@keyframes pulse2 {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.inner-banner .inner-banner-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 50px 55px 30px 55px;
  z-index: 10;
  display: flex;
  justify-content: space-between;
}

.inner-banner .inner-banner-content h1 {
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 0;
  font-weight: 600;
  color: #fff;
}

.inner-banner .inner-banner-content h1 small {
  font-size: 70%;
  text-transform: capitalize;
  line-height: 26px;
  font-weight: 300;
}

nav.breadcrumb-block {
  align-items: center;
  align-self: end;
}

nav.breadcrumb-block ol.breadcrumb {
  margin-bottom: 0;
}

nav.breadcrumb-block ol.breadcrumb li.breadcrumb-item a {
  color: #fff;
  font-weight: 500;
  transition: 0.6s ease-in-out;
  font-size: 16px;
}

nav.breadcrumb-block ol.breadcrumb li.breadcrumb-item a:hover {
  color: #fff;
}

nav.breadcrumb-block ol.breadcrumb li.breadcrumb-item.active {
  color: #c1c1c1;
  font-weight: 500;
  font-size: 16px;
}

.inner-banner.no-banner-img {
  height: 55vh;
  background: #161616;
}

/*================================== Inner Banner End ==================================*/
/*================================== About Us Page Css Start ==================================*/
.about-page-left img {
  height: 92vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.img-sec {
  position: relative;
}

.about-page-right {
  padding: 55px 90px 55px 20px;
}

.about-page {
  overflow: inherit;
}

p.inner-conetnt {
  font-size: 19px;
  line-height: 30px;
  font-weight: 400;
  color: #000;
}

ul.main-ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

ul.main-ul li {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  line-height: 38px;
  font-weight: 600;
  border: 3px solid #fff;
  background: #eee;
  padding: 10px 15px;
}

ul.main-ul li i {
  font-size: 90%;
  color: #cd0001;
}

.customer-set {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f5f5f5;
  width: 27%;
  justify-content: center;
  text-align: center;
  padding: 17px 12px;
  position: absolute;
  left: -4px;
}

.customer-set i {
  font-size: 36px;
  color: #cd0001;
}

.customer-set span {
  font-size: 50px;
  font-weight: 700;
  margin: -7px 0px -2px 0px;
}

.customer-set h4 {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  margin: 0;
}

.about-page-left {
  position: sticky;
  top: 52px;
}

.main-intro-block {
  text-align: center;
}

.main-intro-block img {
  width: 95px;
  filter: brightness(0.6);
  opacity: 0.4;
  height: 100%;
}

.main-intro {
  padding: 60px 0px;
}

p.intro-para {
  font-size: 22px;
  line-height: 34px;
  text-align: center;
  margin: 0;
}

.expreince {
  position: absolute;
  left: 0%;
  bottom: 0%;
  background: #cd0001;
  padding: 4px 18px;
}

.expreince span {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.wrapper-block-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(1);
  opacity: 0.2;
}

.business-block-content {
  padding: 70px 30px;
}

ul.di-bloks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

ul.di-bloks li {
  width: 33.333%;
}

.block-content {
  margin: 12px;
  background: #fff;
  padding: 35px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  position: relative;
}

.block-content i {
  font-size: 40px;
  position: absolute;
  top: -19px;
  opacity: 0.3;
}

span.di-title {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 22px;
}

/*================================== About Us Page Css End ==================================*/
/*================================== Cement Page Css Start ==================================*/
.our-products {
  overflow: inherit;
}

.stciky-bar {
  position: sticky;
  top: 100px;
}

.all-products-block {
  margin: 45px 25px;
}

.all-products-block .nav {
  flex-direction: column;
  width: 100%;
  gap: 10px;
}

.all-products-block .nav-item {
  background-color: #f8f8f8;
}

.all-products-block .nav-tabs .nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #efefef;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  border-radius: 0;
  padding: 15px 10px;
  color: #000;
  border: 0;
}

.all-products-block .nav-tabs .nav-link:hover {
  border-left: 3px solid #04344c;
}

.all-products-block .nav-tabs .nav-item.show .nav-link,
.all-products-block .nav-tabs .nav-link.active {
  color: #04344c;
  border-left: 3px solid #04344c;
}

.pro-left-title {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.product-details {
  padding: 35px 40px;
}

h6.short-h {
  font-size: 28px;
  font-weight: 600;
  color: #000;
}

.cement-block img {
  height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cement-block .img {
  position: relative;
}

.cement-block .img img {
  height: 280px;
}

.img-right img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.our-products .left-container.col-xl-3 {
  width: 30%;
}

.our-products .right-container.col-xl-9 {
  width: 70%;
}

.cement-block h2.main-head svg {
  width: 131px;
  fill: #04344c;
}

.all-products-block .product-ul li {
  background: #ededed;
  padding: 6px 25px;
  margin-bottom: 8px;
  cursor: pointer;
  border-radius: 45px;
  transition: 0.6s ease-in-out;
}

.all-products-block .product-ul li:hover {
  background-color: #04344c;
}

.all-products-block .product-ul li:hover a {
  color: #fff;
}

.all-products-block .product-ul li:hover a svg {
  fill: #fff;
}

.all-products-block .product-ul li button,
.all-products-block .product-ul li a {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  width: 100%;
  padding: 0;
  background-color: transparent;
  line-height: 20px;
  height: 65px;
}

.all-products-block .product-ul li a svg {
  width: 80px;
  fill: #000;
  opacity: 0.5;
}

.all-products-block .product-ul li.active {
  background-color: #04344c;
  color: #fff;
}

.all-products-block .product-ul li.active button,
.all-products-block .product-ul li.active a {
  color: #fff;
}

.all-products-block .product-ul li.active a svg {
  fill: #fff;
}

.img-content {
  background: #fff;
  position: relative;
  padding: 20px 20px;
  margin: -35px 8px 0;
  border-radius: 2px;
}

.img-content h6 {
  font-size: 20px;
  margin: 0;
  font-weight: 500;
  color: #000;
  text-align: center;
}

.benefits-block {
  padding: 25px 22px;
  background-color: #fff;
  height: 100%;
  position: relative;
}

.benefits-block svg {
  width: 55px;
  fill: #cd0001;
  opacity: 0.4;
}

.benefits-block h5 {
  font-size: 22px;
  font-weight: 500;
  margin: 16px 0px 10px 0px;
}

.benefits-block p {
  font-size: 18px;
  line-height: 25px;
  margin: 0;
}

span.number-benefits {
  position: absolute;
  right: 15px;
  font-size: 40px;
  font-weight: 600;
  opacity: 0.08;
  top: -5px;
}

.product-contact-e img {
  height: 395px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-contact-e {
  position: relative;
  overflow: hidden;
}

.product-contact-e .e-content {
  position: absolute;
  bottom: 0;
  background: linear-gradient(0deg, rgb(0, 0, 0), transparent);
  padding: 30px 12px;
  width: 100%;
}

.product-contact-e .e-content h4 {
  font-size: 35px;
  color: #fff;
  position: relative;
  font-weight: 600;
  line-height: 37px;
}

.product-contact-e .e-content p {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  margin: 0;
}

.product-contact-e .e-content a {
  font-size: 29px;
  color: #fff;
  font-weight: 800;
  font-family: sans-serif;
}

.product-contact-e .e-content a i {
  font-size: 70%;
  margin-right: 3px;
}

.whatsapp-icon {
  position: fixed;
  left: 40px;
  z-index: 99;
  bottom: 40px;
  height: 50px;
  width: 50px;
  background: #0dc143;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 10px 0 0;
  box-shadow: 0 5px 5px rgba(45, 45, 45, 0.4);
}

.whatsapp-icon a {
  color: #fff;
  font-size: 30px;
}

.barbed-sec p.main-text {
  font-size: 23px;
  line-height: 32px;
}

.barbed-block h6 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 11px;
}

.barbed-block p {
  font-size: 18px;
  line-height: 29px;
  color: #000;
}

.barbed-block {
  border: 1px solid #f5f5f5;
  padding: 25px 20px;
  height: 100%;
  background-color: #fbfbfb;
}

h4.short-t {
  font-size: 32px;
  font-weight: 600;
  color: #000;
}/*# sourceMappingURL=main.css.map */