@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Noto+Sans+Gothic&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");

* {
  margin: 0px;
  padding: 0px;
  outline: none;
  /* outline: 1px solid limegreen; */
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

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

img {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
b,
strong,
ul,
li,
span,
ol {
  margin: 0px;
  padding: 0px;
}

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

body {
  font-size: 15px;
  color: #000;
  font-family: "Mulish", sans-serif;
  box-sizing: border-box;
  overflow-x: hidden;
}

/** **************** **/

body::-webkit-scrollbar {
  width: 0px;
}

body::-webkit-scrollbar-track {
  background: #dddddd;
}

body::-webkit-scrollbar-thumb {
  background-color: #f7ac31;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

body::-webkit-scrollbar-track {
  background: #ffffff;
}

/** **************** **/
.m0 {
  margin: 0px;
}

.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.mt60 {
  margin-top: 60px;
}

/**/
.p0 {
  padding: 0px;
}

.pt0 {
  padding-top: 0px;
}

.pb0 {
  padding-bottom: 0px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pb25 {
  padding-bottom: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

/** **************** **/
.align-center {
  align-items: center;
}

/** **************** **/
.container {
  max-width: 1220px;
}

/** **************** **/

.fixed-top,
.header_tp,
.main-nav a,
.main-nav > ul > li {
  position: relative;
}

.banner-mbl,
.main-nav .drop-down ul li:after {
  display: none;
}

.header_tp_dtl ul {
  display: block;
  float: right;
  margin-top: 0;
  display: flex;
  align-items: center;
}

.header_tp_dtl ul > li {
  display: flex;
  padding: 0px 10px 0px 10px;
}

.header_tp_dtl ul li ol li {
  float: left;
  display: flex;
  padding: 0 10px;
}

.header_tp_dtl ul li ol li a {
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: 0.2s linear;
  display: inline-block;
  font-size: 17px;
  color: #959393;
}

.top-head {
  background-color: #d0021b;
  padding: 3px 0 8px 0;
}

.header_tp_dtl ul li:first-child,
.header_tp_dtl ul li:nth-child(2) {
  position: relative;
  top: 2px;
}

.header_tp_dtl ul li:nth-child(3) {
  position: relative;
  top: 0px;
}

.header_tp_dtl ul li:nth-child(2) {
  border-right: 0px;
  border-left: 1px dotted #e2e2e2;
  margin-left: 5px;
  padding-left: 13px;
}

.header_tp_dtl ul li:nth-child(3) {
  border-right: 0px;
  border-left: 1px dotted #e2e2e2;
  margin-left: 5px;
  padding-left: 13px;
}

.header_tp_dtl ul li.call_tp img {
  margin-right: 5px;
  width: 22px;
  height: 22px;
  margin-top: 0px;
}

.header_tp_dtl ul li.call_tp a {
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
}

.main-nav .drop-down ul li a,
.main-nav a {
  color: #182333;
  font-weight: 700;
  letter-spacing: 0.25px;
}

.menu-icon {
  float: left;
  width: 60px;
  cursor: pointer;
  padding: 10px 0;
}

.menu-icon .bar2 {
  width: 48px;
}

.menu-icon .bar3 {
  width: 60px;
}

.menu-icon:hover .bar1 {
  width: 38px;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
}

.menu-icon:hover .bar2 {
  width: 52px;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
}

.fixed-top {
  display: block;
  background: #fff;
  top: 0;
  /*padding: 4px 0 2px;*/
  box-shadow: 0px 4px 0px rgb(0 0 0 / 20%);
}

.header-scrolled .logo {
  margin-top: -10px;
}

.header-scrolled .scrollto img {
  width: 145px;
  height: auto;
  margin-top: 8px;
}

.header-scrolled .logo {
  background: none;
}

.logo {
  margin-top: -27px;
  margin-left: -14px;
  border-radius: 62%;
  padding: 0px 5px;
  background: #ffffff;
  position: absolute;
}

.header-scrolled {
  position: fixed;
  padding: 0px 0 0px;
  border-top: 3px solid #d0021b;
  box-shadow: -1px 10px 24px rgb(0 0 0 / 10%);
}

.scrollto img {
  width: 220px;
  height: auto;
}

.main-nav {
  float: right;
}

.main-nav > ul {
  margin: 14px 0;
  line-height: 1.9;
  display: flex;
}

.main-nav > ul > li {
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: inline-block;
  font-size: 17px;
  padding: 8px 18px;
}

.main-nav .active > a,
.main-nav a:hover,
.main-nav li:hover > a,
.mobile-nav .active > a,
.mobile-nav a:hover,
.mobile-nav li:hover > a {
  color: #ec3338;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: -90px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  padding: 5px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
  border: none;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 220px;
  position: relative;
}

.main-nav .drop-down ul li {
  border-bottom: 1px solid #f4f4f7;
  margin-top: 0;
}

.main-nav .drop-down ul li:last-child {
  border-bottom: 0;
}

.main-nav .drop-down .drop-down > a,
.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down ul li a {
  padding: 6px 5px;
  border-radius: 2px;
  transition: 0.2s linear;
  font-size: 14px;
  text-transform: capitalize;
  width: 100%;
}

.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul li:hover > a {
  color: #fff;
  background-color: #d0021b;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 5px;
  font-size: 16px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 10px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

.mega_wdth {
  width: 50%;
  display: inline-block;
}

.mega_wdth span {
  font-weight: 600;
  display: block;
  letter-spacing: 0.5px;
  font-size: 16px;
  color: #333;
  padding-bottom: 10px;
  padding-left: 6px;
}

.mobile-nav a {
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
}

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #416b9d;
  transition: 0.4s;
}

.mobile-nav a {
  color: #fff;
  padding: 10px 20px;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: 0 0;
  font-size: 24px;
  transition: 0.4s;
  outline: 0;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 0;
  color: #004289;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  display: none;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.head-social {
  display: flex;
  background: #ed323712;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 8px 15px;
}

.head-social span {
  display: block;
  padding: 0px 13px;
}

.head-social span a {
  color: #fff;
}

.get_start {
  background: #3a3d41;
  border: 3px solid #dadada;
  border-radius: 50px;
  padding: 0 11px;
  margin-left: 10px;
}

.get_start:hover {
  background: #d0021b;
}

.get_start a {
  color: #fff;
  display: block;
  line-height: 24px;
}

.get_start:hover a {
  color: #fff !important;
}

/*-- ------------------------ --*/

.carousel-indicators {
  bottom: 30px;
}

#slider {
  margin-right: 0;
  margin-left: 0;
}

.carousel-caption {
  top: 50%;
  left: 7%;
  right: 100%;
  bottom: 0;
  opacity: 0;
  transition: all 800ms linear;
  text-align: left;
  padding: 0px;
  width: 700px;
  transform: translate(0%, -40%);
}

.carousel-item.active .carousel-caption {
  opacity: 1;
  /*right: 13%;*/
  transform: translate(0%, -50%);
}

.carousel-caption img {
  filter: brightness(0.9);
}

.carousel-caption p {
  font-family: "Roboto", sans-serif;
  color: #fff;
  margin-bottom: 28px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 3.9px;
  word-wrap: break-word;
  text-shadow: 2px 2px 7px #00000059;
}

.carousel-caption h5 {
  font-size: 45px;
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 35px;
  word-wrap: break-word;
  text-shadow: 2px 2px 7px #00000059;
}

.carousel-caption a {
  background: #ec3338;
  padding: 8px 25px;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.5s ease-out !important;
  color: #fff;
  border: 2px solid transparent;
  margin-top: 10px;
  box-shadow: 0 20px 40px rgb(0 0 0 / 40%);
}

.carousel-caption a:hover {
  border: 2px solid #ec3338 !important;
  color: #ec3338 !important;
  background: #fff !important;
}

/**/
#carousel {
  overflow: hidden;
}

#carousel .carousel-control {
  background: none;
  top: 45%;
  font-size: 30px;
  text-align: center;
  width: 40px;
  height: 40px;
  opacity: 1;
  position: absolute;
}

#carousel .carousel-control-right {
  right: 4%;
}

#carousel .carousel-control-left {
  left: 0;
}

#carousel .carousel-control-right span {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  visibility: hidden;
  transition: transform 0.5s ease;
  opacity: 0;
}

#carousel .carousel-control-left span {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  visibility: hidden;
  transition: transform 0.5s ease;
  opacity: 0;
}

#carousel:hover .carousel-control-right span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
}

#carousel:hover .carousel-control-left span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
}

#carousel .carousel-control span {
  color: #fff;
  background-color: rgb(50 52 51 / 50%);
  height: 45px;
  width: 45px;
  z-index: 121;
  line-height: 45px;
  text-align: center;
  position: absolute;
}

#carousel .carousel-control span:hover {
  background-color: #1e1e1e;
}

#carousel .carousel-item .caption {
  background-color: rgb(0 0 0 / 20%);
  padding: 40px;
  animation-duration: 1s;
  animation-delay: 1s;
}

.carousel-indicators {
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 20px;
  right: auto;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}

.carousel-indicators li {
  height: 4px;
  background-color: rgb(255 255 255 / 30%);
}

.carousel-indicators .active {
  background-color: rgb(236 51 56 / 70%);
}

/*------------------*/
.hm_client {
  padding: 35px 0 0 0;
  /* background-color: #f2f3f7; */
}

.mh-client-img {
  padding: 10px 0;
}

.mh-client-img img {
  padding: 10px 20px;
  background-color: #ffffff80;
  border-radius: 11px;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 29%);
  width: 100%;
}

.hm-client-text {
  background: linear-gradient(0deg, #570610 -51%, #d0021b 63%);
  padding: 23px 0px;
  position: relative;
  /* border: 2px solid #000000ed; */
  top: -36px;
  z-index: -1;
  border-radius: 0 0 130px 130px;
  height: 190px;
}

.hm-client-text h3 {
  text-align: center;
  font-size: 26px;
  top: 21px;
  font-weight: 700;
  position: relative;
  font-family: "Mulish", sans-serif;
  color: #fff;
  line-height: 1.4;
}

.hm-client-text h3::before {
  background-color: #ffffff;
  content: "";
  bottom: -14px;
  left: 90px;
  width: 50px;
  border-radius: 47px;
  height: 2px;
  position: absolute;
}

/*-------------------*/
.hm-about-us {
  padding: 50px 0 90px 0;
}

.home-about-content span {
  padding-bottom: 10px;
  color: #3a3d41;
  font-weight: 700;
  font-size: 15px;
}

.home-about-content h1 {
  font-size: 2.3rem;
  color: #d0021b;
  font-weight: 900;
  margin-bottom: 15px;
}

.home-about-content p {
  letter-spacing: 0.5px;
  font-size: 15px;
  padding-bottom: 5px;
  line-height: 25px;
}

.home-about-content p {
  letter-spacing: 0.5px;
  font-size: 16px;
  padding-bottom: 5px;
  line-height: 25px;
  color: #5f5f5f;
}

.hm_video {
  width: 100%;
  height: 370px;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
  -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
  padding: 8px 8px 8px 8px;
  z-index: 1;
  background: #fff;
}

.hm_video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.work_video_bx {
  position: relative;
}

.hm-abou-bg {
  background: linear-gradient(to right, white 0%, rgb(242 243 247) 100%);
  padding: 60px 20px 20px 20px;
}

.experinse span {
  background-color: #d0021b;
  padding: 11px 24px;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  border-radius: 0px 16px;
}

.experinse {
  position: relative;
  top: -29px;
}

/*-----------------*/

.common-btn {
  width: 200px;
  height: 46px;
  background: #3a3d41;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  border: 0px;
  transition: all 0.3sease-in-out;
  position: relative;
  /* text-transform: uppercase; */
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  overflow: hidden;
  outline: none;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}

.common-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d0021b;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: all 0.3sease-in-out;
  color: #fff;
}

.common-btn span {
  color: #ffffffc4;
  transform: rotate(0deg);
  position: relative;
  top: 5px;
  left: 7px;
  font-size: 9px;
}

.hm-about-btn {
  margin-top: 20px;
}

.common-btn:hover {
  color: #fff !important;
  border: 0px !important;
}

.common-btn:hover:before {
  transform: scaleX(1);
}

/*-----------------*/
/*-----------------*/

.common-btn-new {
  width: 200px;
  height: 46px;
  background: #d0021b;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffff;
  font-size: 13px;
  font-weight: 800;
  border: 0px;
  transition: all 0.3sease -in-out;
  position: relative;
  /* text-transform: uppercase; */
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  overflow: hidden;
  outline: none;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}

.common-btn-new:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: all 0.3sease-in-out;
  color: #d0021b;
}

.common-btn-new span {
  color: #480000c4;
  transform: rotate(0deg);
  position: relative;
  top: 5px;
  left: 7px;
  font-size: 9px;
}

.hm-alin-center {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.common-btn-new:hover {
  color: #d0021b !important;
  border: 0px !important;
}

.common-btn-new:hover:before {
  transform: scaleX(1);
}

.icon-right-arrow11 img {
  vertical-align: middle;
}

.icon-right-arrow11 img:hover {
  cursor: pointer;
  vertical-align: middle;
  filter: invert(40%) grayscale(100%) brightness(40%) sepia(100%)
    hue-rotate(-50deg) saturate(400%) contrast(2);
}

/*-----------------*/
.hm-prod {
  padding: 70px 0 70px 0;
  background-image: url(../images/product-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-attachment: fixed;
}

.hm-product-img img {
  width: 100%;
  border-radius: 20px;
}

.home-about-inner-con {
  text-align: center;
}

.home-about-inner-con h2 {
  font-size: 35px;
  color: #fcfcfc;
  margin-top: 4px;
  font-weight: 800;
  margin-bottom: 7px;
}

.home-about-inner-con p {
  letter-spacing: 0.5px;
  font-size: 16px;
  padding-bottom: 5px;
  line-height: 25px;
  color: #d6d6d6;
}

.home-about-inner-con span {
  padding-bottom: 10px;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
}

.hm-prod-head {
  text-align: center;
  margin-bottom: 50px;
}

.hm-prod-head h2 {
  font-weight: 800;
  color: #fff;
}

/*-----------------*/
.stat-box {
  text-align: center;
  padding: 35px 0;
}

.hm-prod-head h4 {
  font-weight: 800;
  color: #3a3d41;
}

.mh-boder-right {
  /* position: relative; */
  background-color: #d0021b;
}

.mh-boder-right .caunt-text-font {
  color: #fff !important;
}

.mh-boder-right p {
  color: #fff !important;
}

.stat-box:nth-child(2) ::after {
  background-color: #ffffff;
}

.stat-box .caunt-text-font {
  font-size: 40px;
  font-weight: 800;
  line-height: 100%;
  color: #d0021b;
  margin-bottom: 10px;
}

.stat-box p {
  font-size: 19px;
  line-height: 1.3;
  color: #3a3d41d1;
  font-weight: 600;
  margin: 0;
}

.counter {
  padding: 60px 0 0 0;
}

.stat-box-new {
  padding: 24px 0 24px 24px;
}

.stat-box-new span {
  font-size: 27px;
  text-align: left !important;
  font-weight: 800;
  position: relative;
  color: #3a3d41;
  text-transform: uppercase;
  line-height: 1.6;
}

.stat-box-new::after {
  content: "";
  width: 1216px;
  height: 0.1px;
  left: 4px;
  position: absolute;
  z-index: -1;
  top: 289px;
  background-color: #dee2e6;
}

.stat-box-new::before {
  content: "";
  width: 1219px;
  height: 0.1px;
  left: 0px;
  z-index: -1;
  top: 145px;
  position: absolute;
  background-color: #dee2e6;
}

.stat-box-before {
  position: relative;
}

.stat-box-before::after {
  content: "";
  width: 0.1px;
  height: 143px;
  left: 0px;
  position: absolute;
  z-index: -1;
  top: 0px;
  background-color: #dee2e6;
}

.stat-box-before::before {
  content: "";
  width: 914px;
  height: 0.1px;
  right: 0px;
  position: absolute;
  z-index: -1;
  top: 0px;
  background-color: #dee2e6;
}

.js-counters .col-md-3 {
  padding-right: 0px;
  padding-left: 0px;
}

.js-counters .col-md-6 {
  padding-right: 0px;
  padding-left: 0px;
}

.js-counters {
  position: relative;
}

.js-counters::before {
  content: "";
  width: 0.1px;
  height: 288px;
  left: -15px;
  z-index: -1;
  top: 0px;
  position: absolute;
  background-color: #dee2e6;
}

.js-counters::after {
  content: "";
  width: 0.1px;
  height: 288px;
  right: -15px;
  z-index: -1;
  top: 0px;
  position: absolute;
  background-color: #dee2e6;
}

/*-----------------*/
.wrapp {
  position: relative;
  background-color: #fff;
  padding: 0px;
  margin: 5px;
  border-radius: 0;
}

.img-wrapp {
  height: auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e0e0e16b;
  border: 1px solid #c6ccd5;
}

.subpro-slider .owl-dot.active {
  width: 30px;
  background: #d0021b !important;
}

.subpro-slider .owl-dot {
  background: #dcdee1 !important;
  width: 10px;
  height: 10px;
  border-radius: 26px;
  margin: 0 7px;
  transition: 0.3s;
}

.subpro-slider .owl-dots {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrapp .f-regular {
  padding: 15px 5px;
  text-align: center;
  color: #fff;
  background: #d0021b;
  height: max-content;
  font-size: 16px;
  letter-spacing: 0.5px;
  border-top: 3px solid #28272738;
}

.hm-sub-prodct {
  margin-top: 70px;
}

/*-----------------*/
.about-cta .inner-enquiry .container .inner-enquiry-content {
  margin-top: 0 !important;
}

.inner-enquiry .container .inner-enquiry-content {
  position: relative;
  border-radius: 15px;
  padding: 48px;
  background:
    linear-gradient(180deg, #4d4d4ba1, #4d4d4b9e 126%) 0 0 / cover,
    url(../images/solution-enquiry-bg.webp) center no-repeat;
  margin-top: -90px;
  overflow: hidden;
  background-size: cover;
}

.inner-enquiry .container span {
  font-size: 31px;
  line-height: 45px;
  max-width: 500px;
  font-weight: 700;
  padding-left: 1.5rem;
  position: relative;
  color: #fff;
}

.btn-secondary {
  color: #ffffff !important;
  background-color: #d0021b !important;
  box-shadow: 0 11px 17px #e96f2226;
  border-color: #d0021b;
}

.btn-default {
  border-radius: 5px !important;
  text-transform: capitalize !important;
  padding: 12px 16px !important;
  font-weight: 500 !important;
  border: 1px solid !important;
  display: block !important;
  text-align: center;
  transition: all 0.3sease-in 0s;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}

.btn-secondary:hover {
  color: #fff !important;
  background-color: #d0021b !important;
  box-shadow: 3px 3px 26px rgba(0, 0, 0, 0.1);
}

.lightColor {
  color: var(--light-color);
}

.text-capitalize {
  text-transform: capitalize !important;
}

.inner-enquiry span strong {
  font-weight: 600 !important;
}

.inner-enquiry-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inner-enquiry span:after {
  content: "";
  position: absolute;
  background: var(--secondary-color);
  height: calc(100% - 24px);
  width: 3px;
  border-radius: 2px;
  top: 12px;
  left: 0;
}

.inner-enquiry {
  padding: 80px 0;
}

/*-----------------*/
#footer_bg {
  background: #3a3d41;
  padding: 60px 0 50px 0;
  position: relative;
}

.footer_title span {
  letter-spacing: 1px;
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  padding-bottom: 10px;
  text-transform: uppercase;
  display: block;
  border-bottom: 1px solid #ffffff29;
  margin-bottom: 10px;
}

.ftr-link ul li a {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 3px 0;
  text-transform: capitalize;
  display: block;
  line-height: 27px;
  font-size: 15px;
}

.ftr-link ul li:hover a {
  color: #d0021b;
}

.cont_details {
  display: flow-root;
  padding-bottom: 15px;
  padding-top: 8px;
}

.cont_bx {
  line-height: 48px;
  text-align: center;
  /* background: #ce2127; */
  /* box-shadow: 0 0 0 3px rgb(255 255 255 / 22%); */
  margin-right: 14px;
  /* width: 50px; */
  /* height: 50px; */
  padding: 2px;
  float: left;
  border-radius: 10%;
  /* background-color: #fff; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.cont_dtl span {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
}

.cont_dtl p {
  font-size: 14px;
  display: block;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 500;
  padding-left: 48px;
}

.cont_dtl a {
  font-size: 14px;
  display: inline-flex;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 500;
}

.cont_dtl a:hover {
  color: #ff0000;
}

.social_icon {
  margin-top: 20px;
  display: inline;
}

.social_icon ul li {
  float: left;
  width: 50px;
  height: 50px;
  display: block;
  padding: 8px;
  border: thin solid #676a6d;
  border-radius: 50%;
  margin-left: 6px;
}

.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(
    ellipse at center,
    rgb(255 255 255 / 35%) 0,
    rgba(0, 0, 0, 0) 80%
  );
  background: radial-gradient(
    ellipse at center,
    rgb(255 255 255 / 35%) 0,
    rgba(0, 0, 0, 0) 80%
  );
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}

.social_icon li {
  display: inline-block;
}

.social_icon li a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  display: block;
  padding: 5px 0;
  text-align: center;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.social_icon li i {
  font-size: 17px;
  padding-top: 3px;
}

.social_icon li.facebook i {
  color: #3b5998;
}

.social_icon li.instagram i {
  color: #cd4a72;
}

.social_icon li.linkedin i {
  color: #007ab9;
}

.social_icon li.twitter i {
  color: #000;
}

.hvr-float-shadow:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.social_icon li.facebook:hover a {
  background: #3b5998;
}

.social_icon li.instagram:hover a {
  background: #cd4a72;
}

.social_icon li.linkedin:hover a {
  background: #007ab9;
}

.social_icon li.twitter:hover a {
  background: #000;
}

.social_icon li.facebook:hover i,
.social_icon li.instagram:hover i,
.social_icon li.linkedin:hover i,
.social_icon li.twitter:hover i {
  color: #fff;
}

.hvr-float-shadow:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

/************************/
.foot-bottom {
  padding: 15px 0 15px;
  background: #f5f5f5;
}

.foot-btm-head {
  position: relative;
}

.foot-btm-head:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: #d0021b;
  top: -18px;
  left: 0;
  z-index: 1;
}

.ftr-link ul li i {
  color: #d0021b;
}

.foot-btm-head p {
  color: #4b4b4b;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.3px;
}

.foot-btm-head p a {
  color: #ed3237;
  font-weight: 600;
}

.foot-btm-head p a:hover {
  color: #ff0000;
}

/*-----------------*/
.carousel-item img {
  width: 100%;
}

#water_heater_product_banner {
  background: url(../images/bredcrum.jpg) no-repeat;
  background-size: cover;
  min-height: 280px;
  height: 100%;
  position: relative;
  background-position: center;
  background-attachment: fixed;
}
.banner_heading {
  position: relative;
  z-index: 9;
  padding: 8% 20% 0;
  text-align: center;
}
.banner_heading h1 {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  display: block;
  padding-bottom: 5px;
  text-transform: capitalize;
}
.bnav_list ul li,
.banner_nav_list ul li {
  display: inline-block;
  padding-right: 10px;
}
.bnav_list ul li:after,
.banner_nav_list ul li:after {
  color: #fff;
  content: "\f101";
  font-family: "FontAwesome";
  font-weight: 700;
  font-size: 16px;
  margin-left: 10px;
}
.bnav_list ul li a,
.bnav_list ul li span,
.banner_nav_list ul li a,
.banner_nav_list ul li span {
  color: #fff;
  /* color: #1E1E1E; */
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
}
.bnav_list ul li a i,
.banner_nav_list ul li a i {
  font-size: 14px;
}

#water_heater_product_banner:after {
  width: 100%;
  height: 100%;
  opacity: 60%;
  background: #000;
  display: block;
  top: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  content: "";
}
#inner_main_product {
  padding: 60px 0;
}
.product_bx {
  padding-top: 0px;
  padding-right: 25px;
}
.product_description h2 {
  font-size: 24px;
  color: #d92016;
  padding-bottom: 10px;
  display: block;
  font-weight: 800;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.product_description h3,
.product_description h4 {
  font-size: 19px;
  color: #dc2115;
  padding-bottom: 10px;
  display: block;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-top: 15px;
}
.product_description ul li {
  padding-bottom: 10px;
}
.product_description ul li span {
  color: #1f1f1f;
  /* line-height: 32px; */
  display: block;
  font-weight: 500;
  letter-spacing: 0.3px;
  position: relative;
  font-size: 15px;
  padding-left: 20px;
}
.product_description li span i {
  color: #3a3d41;
  opacity: 2.8;
  font-size: 13px;
  margin-right: 5px;
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
}
.product_image img {
  border: 10px solid #ffffff;
  box-shadow:
    rgba(50, 50, 105, 0.15) 0px 2px 5px 0px,
    rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}
.product_description h2 {
  font-size: 24px;
  color: #db2014;
  padding-bottom: 15px;
  display: block;
  font-weight: 800;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}
.prod-section-table table thead,
.prod-section-table table thead {
  background: #575757;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.2px;
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table td {
  padding: 6px 9px;
}

/* -- */
.main-nav ul li ul .drop-down ul {
  top: -255px !important;
}
.abt-main {
  padding: 80px 0 80px;
}
.abt-info-box span {
  color: #e02016;
  font-weight: 700;
  letter-spacing: 1px;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 50px;
  font-size: 18px;
  background: #969696;
  background: linear-gradient(
    90deg,
    rgba(150, 150, 150, 1) 0%,
    rgba(215, 214, 211, 1) 48%,
    rgba(150, 150, 150, 1) 100%
  );
  border: 1px solid #e02016;
  margin-bottom: 25px;
}
.abt-info-box h2::before {
  content: "";
  position: absolute;
  top: -11px;
  align-self: anchor-center;
  left: 0;
  background: #e02016;
  width: 30px;
  height: 3px;
}
.abt-info-box h2 {
  position: relative;
  font-size: 24px;
  color: #3a3d41;
  padding-bottom: 15px;
  display: block;
  font-weight: 800;
  text-transform: capitalize;
  letter-spacing: 1px;
  padding-left: 40px;
}
.abt-info-box p {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 600;
}
/* -- */

/* -- */
.comp-info-sec {
  padding: 80px 0 80px;
}
.company-head {
  margin-bottom: 50px;
}
.company-head h3 span {
  color: #3a3d41;
}
.company-head h3 {
  font-size: 1.8rem;
  color: #cf2013;
  font-weight: 800;
  margin-bottom: 15px;
  text-align: center;
}
.info-list-wrapper:hover .c-logo-box i {
  background-color: #cf2013;
  color: #fff;
  transition: 0.2s ease;
}
.info-list-wrapper:nth-child(4) {
  margin-bottom: 0;
}
.info-list-wrapper {
  display: flex;
  margin-bottom: 40px;
}
.c-logo-box {
  margin-right: 15px;
}
.c-logo-box i {
  color: #cf2013;
  padding: 12px;
  background: #d0021a26;
  border-radius: 37px;
  width: 50px;
  line-height: 25px;
  height: 50px;
  text-align: -webkit-center;
  text-align: center;
  font-size: 20px;
}
.c-info-box span {
  color: #535455;
  font-size: 16px;
}
.c-info-box h5 {
  color: #3a3d41;
  font-size: 22px;
  font-weight: 700;
}
.comp-info-sec::before {
  content: "";
  position: absolute;
  background: #d0021a26;
  width: 51%;
  height: 100%;
  top: 20px;
  right: 0;
}
.comp-info-sec::after {
  content: "";
  position: absolute;
  background: #f5f5f5;
  width: 49%;
  height: 100%;
  top: 20px;
  left: 0;
  z-index: -4;
}
.comp-info-sec {
  position: relative;
}
/* -- */

/* -- */
.abt-mission {
  padding: 80px 0 80px;
}
.ab-missin-dtl h6 {
  font-size: 1.8rem;
  color: #cf2013;
  font-weight: 800;
  margin-bottom: 30px;
  text-align: center;
}

.ab-missin-dtl ul li {
  padding-left: 50px;
  position: relative;
  margin-bottom: 30px;
}

.ab-missin-dtl ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 25px;
  height: 2px;
  background-color: #d92118;
}

.ab-missin-dtl ul li::after {
  content: "";
  position: absolute;
  left: 25px;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d92118;
}
/* -- */

/* -- */
.cnt-main-sec {
  padding: 80px 0 40px;
}
.cnt-left-head {
  margin-bottom: 40px;
}
.cnt-left-head span {
  color: #3a3d41;
  font-size: 22px;
}
.cnt-left-head h2 {
  font-size: 2.3rem;
  color: #d92118;
  font-weight: 900;
}
.mid-contact-form input {
  height: 40px;
  background: #f7f7f7;
  margin-bottom: 20px;
  padding-left: 20px;
  width: 100%;
  border: 1px solid #e1e1e1;
}
.mid-contact-form select {
  height: 40px;
  background: #f7f7f7;
  margin-bottom: 20px;
  padding-left: 20px;
  width: 100%;
  border: 1px solid #e1e1e1;
}
.mid-contact-form textarea {
  background: #f7f7f7;
  padding-left: 20px;
  padding-top: 15px;
  height: 130px;
  width: 100%;
  border: 1px solid #e1e1e1;
}
.cnt-btn:hover {
  background: #d0011b;
}
.cnt-btn {
  width: 180px;
  height: 46px;
  background: #3a3d42;
  display: flex;
  align-items: center;
  justify-content: center;
  place-self: center;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  border: 0px;
  transition: all 0.3s ease-in-out;
  position: relative;
  /* text-transform: uppercase; */
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  overflow: hidden;
  outline: none;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
  margin-top: 20px;
  border: 3px solid #dadada;
}

.cnt-info-box {
  padding: 30px 30px 30px 30px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  text-align: center;
  margin: 0px 30px 50px 30px;
  min-height: 250px;
  align-content: center;
  background: #fff;
}
.cnt-info-rht {
  margin-top: -120px;
}
.cnt-info-box img {
  width: 40px;
  margin-bottom: 18px;
}
.cnt-info-box h3 {
  font-size: 22px;
  font-weight: 700;
  color: #3d3e40;
  margin-bottom: 10px;
}
.cnt-info-box a:hover {
  color: #d8231d;
}
.cnt-info-box a {
  font-size: 16px;
  font-weight: 700;
  color: #929292;
  display: block;
  margin-bottom: 2px;
}
/* -- */
/* -- */
.map-part {
  padding-bottom: 60px;
}
.map-part iframe {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border: none;
  padding: 10px;
}
/* -- */

/* -- */
.section-gallery-main {
  padding: 80px 0 80px;
}
.section-gallery-main .inner-img {
  margin-bottom: 30px;
}
.section-gallery-main .inner-img img {
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.05);
}
/* -- */

.btm-watsap {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 99;
}
.quickcontact input[type="text"],
[type="email"],
[type="number"] {
  width: 100%;
  max-width: 100%;
  padding: 8px 5px;
  font-size: 13px;
  margin-top: 4px;
  display: inline-block;
  border: 1px solid rgb(59 59 56 / 50%);
  box-sizing: border-box;
}
.quickcontact select {
  width: 100%;
  max-width: 100%;
  padding: 8px 5px;
  font-size: 13px;
  margin-top: 4px;
  display: inline-block;
  border: 1px solid rgb(59 59 56 / 50%);
  box-sizing: border-box;
}
.form-text {
  border: 1px solid #ccc;
}
.quickcontact input[type="submit"] {
  width: 100%;
  max-width: 100%;
  background-color: #3a3d41;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 15px;
  padding: 7px !important;
  border: none;
  border-radius: 0px;
  cursor: pointer;
}
.quickcontact input[type="submit"]:hover {
  background-color: #d0021b;
  color: #ffffff;
  max-width: 100%;
}
.btn-1 {
  width: 100%;
  max-width: 100%;
  background-color: #d0021b;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 15px;
  padding: 7px;
  border: none;
  cursor: pointer;
}
.quickcontact {
  right: 0px;
  bottom: 0px;
  max-width: 100%;
  overflow-x: hidden;
  display: block;
  background-color: #fbfbfb;
}
.max {
  border: #d0021b thick solid;
  position: fixed;
  width: 210px;
  right: 10px;
  bottom: 10px;
  max-width: 100%;
  background-color: #ffffff;
  padding: 4px;
  z-index: 9999;
}
/* ************ */
.blog-grid-sec {
  padding: 80px 0;
}
.blg-grd-head h2 {
  font-size: 2rem;
  color: #d0021b;
  font-weight: 900;
  margin-bottom: 15px;
  text-align: center;
}
.blg-grd-head {
  margin-bottom: 50px;
}
.blg-gd-content h4 {
  letter-spacing: 0.5px;
  font-weight: 700;
  color: #3a3d41;
  font-size: 18px;
  display: block;
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 0 3px;
}
.blg-gd-content p {
  font-size: 15px;
  color: #5f5f5f;
  font-weight: 600;
  margin-bottom: 15px;
  padding: 0 3px;
}
.blg-gd-content a {
  background: #3a3d41;
  color: #fff;
  border: 3px solid #dadada;
  border-radius: 50px;
  padding: 7px 30px;
  font-weight: 600;
  display: inline-block;
}
.blg-gd-content a:hover {
  background: #d0021b;
}
.blg-grid-box {
  padding: 5px 5px;
  border: 3px solid #d0021b;
}
.blg-grid-wrapper {
  padding: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.blog-inner-sec {
  padding: 80px 0 80px;
}
.blg-inner-dtls h2 {
  font-size: 25px;
  color: #db2014;
  padding-bottom: 15px;
  display: block;
  font-weight: 800;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.blg-inner-dtls img {
  margin: 10px 0 20px;
  box-shadow:
    rgb(162 162 162 / 22%) 6px 2px 16px 0px,
    rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
  padding: 5px;
}
.blg-inner-dtls ul {
  margin-bottom: 10px;
}
.blg-inner-dtls li i {
  margin-right: 5px;
}
.blg-inner-dtls li {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 16px;
}
.blg-inner-dtls p {
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
  margin-bottom: 10px;
}
.blg-inner-dtls {
  margin-bottom: 30px;
}
.blg-inner-dtls h3 {
  font-size: 20px;
  color: #db2014;
  padding-bottom: 10px;
  display: block;
  font-weight: 800;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.blg-inner-dtls h4 {
  font-size: 18px;
  color: #3a3d41;
  padding-bottom: 5px;
  display: block;
  font-weight: 800;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.blg-inner-dtls table tbody tr th {
  padding: 6px 9px;
}
.blg-inner-dtls table thead {
  background: #575757;
  color: #fff;
  font-weight: 500;
}
.recent-post h5 {
  font-size: 20px;
  color: #ffffff;
  background-color: #3a3d41;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  text-align: center;
  font-weight: 800;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.recent-post {
  position: sticky;
  top: 100px;
  border: 1px solid rgb(218, 218, 218);
  padding: 5px;
}

.recent-post ul li a:hover {
  color: #db2014;
}
.recent-post ul li a {
  font-size: 15px;
  color: #3a3d41;
  font-weight: 600;
}
.recent-post ul li:last-child {
  border-bottom: 0;
}
.recent-post ul li {
  border-bottom: 1px solid rgb(218, 218, 218);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
}
.bg-colors {
  background-color: #f9f9f9;
  padding: 10px;
}
/* ************ */

/* faq */
.faq .card {
  background-color: #f8f9fa;
  border: 1px solid #217d3e;
  margin-bottom: 20px;
  border-radius: 0px;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 45px;
  padding-right: 15px;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  color: #1c1c1c;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #f7f7f7;
  position: relative;
  line-height: 22px;
}

.faq .card .card-header .faq-title .badge {
  width: 28px;
  height: 30px;
  text-align: center;
  background: #b7191f;
  color: #fff;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  display: flex;
  position: absolute;
  left: 10px;
  top: 12px;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.faq .card-body {
  padding: 1.25rem;
}
