@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0px;
  padding: 0px;
  outline: none;
}

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: "Poppins", sans-serif;
}

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

/** **************** **/
html {
  scroll-behvior: smooth;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
  width: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: none;
  background-color: #7c797a;
}

::-webkit-scrollbar:horizontal {
  height: 7px;
}

::-webkit-scrollbar-track {
  background-color: rgba(239, 239, 239, 0.5);
}

/** **************** **/
.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;
}

.pd-0 {
  padding: 0;
}

.pd-lr30 {
  padding: 0 30px;
}

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

/** **************** **/
#header_top {
  background: #ebf0ff00;
  padding: 2px 0;
  transition: all 0.5s ease;
  position: relative;
  z-index: 99;
  border-top: 3px solid #e8b22b;
}

.tag_line span {
  color: #fff;
  line-height: 32px;
  display: block;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: uppercase;
}

.hm_menu_boder_bottom {
  position: relative;
}

.hm_menu_boder_bottom:after {
  position: absolute;
  content: "";
  top: 36px;
  right: 0px;
  display: block;
  height: 2px;
  width: 68%;
  background: linear-gradient(90deg, #e8b22b00, #ffffffdb);
}

.header-call {
  float: right;
  width: auto;
  transition: all 0.6s ease-in-out;
  position: relative;
}

.header-call ul li {
  padding: 4px 12px;
  display: inline-block;
  position: relative;
}

.header-call ul li:last-child {
  padding-right: 0px;
}

.header-call ul li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: #fff5;
  right: 0;
  top: 5px;
}

.header-call ul li:last-child:after {
  display: none;
}

.header-call ul li img {
  margin-right: 1px;
  float: left;
}

.header-call img {
  width: 24px;
}

.header-call ul li a {
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.5px;
  display: inline-block;
  text-transform: lowercase;
  padding: 0 5px;
}

/** **************** **/
.fixed-top {
  position: relative;
  display: block;
  top: 0px;
  padding: 0px 0 0px;
  background: #fff;
  background: #e8112200;
}

.fixed-top:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff00;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 0 0 64px;
}

.fixed-top:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #e8112200;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 0;
}

.header-scrolled .logo {
  bottom: -14px;
  width: 263px;
  margin-top: -31px;
  transition: all 0.5s ease;
}

.header-scrolled .scrollto img {
  height: auto;
  transition: all.5s ease;
  margin-top: 0px;
}

.header-scrolled .main-nav > ul {
  margin: 2px 0 0 0;
}

.logo {
  position: absolute;
  transition: all 0.5s ease;
  bottom: 15px;
  width: 355px;
  /* box-shadow: 0 2px 2px 0 rgb(0 0 0 / 15%); */
}

/*.logo:after {
    content: "";
    position: absolute;
    background: #6865651f;
    height: 85px;
    width: 2px;
    right: -36px;
    top: -5px;
    z-index: -1;
}*/
.header-scrolled .logo:after {
  height: 78px;
}

.main_header {
  width: 100%;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  background: #343434bd;
  z-index: 99;
}

.header-scrolled {
  position: fixed;
  padding: 12px 0 15px 0;
  box-shadow: 0 8px 20px 0 rgb(0 0 0 / 5%);
  background-color: #343434;
}

.scrollto img {
  width: auto;
  height: auto;
  transition: all 0.5sease;
  position: relative;
  top: 3px;
}
.logo-ul {
  display: flex;
  flex-wrap: wrap;
  background: #e81122;
  padding: 0px 0 1px 0;
}
.header-scrolled .scrollto img {
  top: -10px !important;
}
.logo-ul span {
  flex: 0 0 33.33%;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0.5px;
  font-family: "Jost", sans-serif;
}

.main-nav {
  float: right;
  transition: all.3s ease-in-out;
}

.main-nav > ul {
  margin: 10px 0 10px 0;
  display: flex;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
}

.main-nav a {
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 0.25px;
  position: relative;
  display: inline-block;
  font-size: 16px;
  padding: 10px 10px;
}

/*.main-nav ul li:after {
    position: absolute;
    bottom:0;
    left: 0;
    right:0;
    margin:0 auto;
    width: 90%;
    height: 2px;
    content: '';
    background-color: #d90d80;
    opacity: 0;
    transition: all 200ms linear;
}
.main-nav ul li:hover:after {
    bottom: 0px;
    opacity: 1;
}*/
.main-nav .drop-down ul li:after {
  display: none;
}

.main-nav li:last-child a {
  /*border-right:0px;*/
  padding-right: 0px;
}

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

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: ease all 0.3s;
  padding: 10px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 10%);
  border: none;
  /* border-radius: 3px; */
}

.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: 0px;
}

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

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

.main-nav .drop-down ul li a {
  padding: 5px 5px;
  color: #231e1f;
  border-radius: 2px;
  font-weight: 400;
  transition: all 200mslinear;
  font-size: 14px;
  letter-spacing: 0.25px;
  text-transform: capitalize;
  width: 100%;
}

.main-nav .drop-down ul li a span {
  color: #e8b22b;
}

.main-nav .drop-down ul li a:hover span {
  color: #fff;
}

.main-nav .drop-down ul li a span img {
  width: 20px;
}

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

.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;
}

/*******************/
.call_start {
  margin-left: 35px !important;
  margin-top: 2px;
  position: relative;
}

.call_start:after {
  content: "";
  position: absolute;
  top: 2px;
  left: -20px;
  width: 1px;
  height: 35px;
  background: #e3e3e3;
}

.call_tp {
  border-radius: 50px;
  padding: 5px 12px 5px 11px;
  margin-left: 15px;
  height: 43px;
  display: flex;
  background: #f3b929;
  border: 2px solid #f3b929;
}

.call_tp img {
  margin-right: 8px;
  width: 22px;
  height: 22px;
  margin-top: 4px;
}

.call_tp a {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  display: block;
  line-height: 15px;
  padding: 0px;
}

.call_tp a span {
  font-weight: 400;
  color: #292929;
}

.call_start a {
  padding-top: 6px;
}

.head-cont {
  position: relative;
  margin-left: 70px;
  margin-top: -20px;
  font-size: 18px !important;
}

.head-cont:after {
  content: "";
  position: absolute;
  left: 16px;
  bottom: 5px;
  width: 137px;
  height: 1px;
  background: #292929;
}

.head-cont:hover {
  color: #ff0000 !important;
}

.head-cont img {
  width: 55px;
  height: auto;
  position: absolute;
  left: -55px;
  top: 14px;
}

.head-call {
  font-size: 15px;
}

.head-cont:hover .head-call {
  color: #292929 !important;
}

/*.head-cont:hover:after{
    background: #f9ad00;
}*/
.head-cont .pbmit-svg-arrow {
  stroke: #fff;
  width: 10px;
  height: 10px;
  fill: none;
  stroke-width: 5px;
  stroke-miterlimit: 10;
  position: relative;
  bottom: 1px;
  left: 6px;
  transform: rotate(45deg);
}

.pbmit-svg-arrow-span {
  position: relative;
  left: 5px;
}

.pbmit-svg-arrow-span:before {
  content: "";
  width: 22px;
  height: 22px;
  background: #e81122;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
}

.head-cont .pbmit-svg-arrow line:nth-child(1) {
  stroke-dasharray: 25px;
  stroke-dashoffset: 50px;
  transition: stroke-dashoffset 0.5s cubic-bezier(0.61, 1, 0.88, 1);
}

.head-cont .pbmit-svg-arrow line:nth-child(2) {
  stroke-dasharray: 20px;
  stroke-dashoffset: 40px;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.61, 1, 0.88, 1) 0.3s;
}

.head-cont .pbmit-svg-arrow line:nth-child(3) {
  stroke-dasharray: 20px;
  stroke-dashoffset: 40px;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.61, 1, 0.88, 1) 0.3s;
}

.head-cont:hover svg line {
  stroke-dashoffset: 0 !important;
  stroke: #fff;
}

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

.mobile-nav a {
  display: block;
  color: #fff;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}

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

.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 > a {
  padding-right: 35px;
}

.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: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 0px 0px 0 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);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

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

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

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

#slider {
  margin-right: 0;
  margin-left: 0;
  margin-top: -20px;
}

#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 {
  position: absolute;
  left: 0;
  z-index: 15;
  width: 100%;
  padding-left: 0;
  margin-left: 10px;
  text-align: left;
  list-style: none;
  bottom: 15px;
  justify-content: left;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #0009;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 0;
}

.carousel-indicators .active {
  background-color: #e8b22b;
}

.carousel-caption {
  text-align: right;
  text-shadow: none;
  right: 0;
  bottom: 0;
  padding-bottom: 0;
}

.carousel-caption h5 {
  font-size: 30px;
  color: rgb(244, 247, 248);
  font-weight: 600;
  display: block;
  margin-bottom: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transition: all 0.8s linear;
}

.carousel-caption h5 span {
  padding: 10px 30px !important;
  background: #d52a32;
  position: relative;
  top: -10px;
  font-family: "Jost", sans-serif;
}

.carousel-caption p {
  font-size: 21px;
  color: rgb(244, 247, 248);
  line-height: 1.2;
  width: 600px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  display: inline-block;
  background-color: rgba(24, 24, 24, 0.902);
  padding: 20px 30px;
  margin-bottom: 0;
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transition: all 0.8s linear;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

.read_more {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  padding: 5px 2px 6px 26px;
  text-align: center;
  display: inline-block;
  border-radius: 0px 0px 0px 0;
  color: #ffffff;
  transition: all 0.3sease-in-out;
  background: #343434;
  margin-top: 35px;
}
.read_more:hover {
  color: #202020;
  background: #e5e5e5;
}

.circle {
  background: #ffffff;
  color: #052b45;
  border-radius: 100px;
  height: 35px;
  width: 35px;
  line-height: 35px !important;
  text-align: center;
  margin: 0 3px 0 12px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.circle:before {
  font-size: 18px;
  padding-top: 2px;
  font-family: "FontAwesome";
  transition: all 0.3s ease;
}

.read_more:hover .circle {
  color: #fff;
  background: #f3b929;
}

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

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

/** **************** **/
footer {
  background-color: #343434;
  padding: 60px 0 20px;
  position: relative;
  margin-top: 0px;
}

.ftr-head {
  padding-bottom: 20px;
}

.ftr-head h4 {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  position: relative;
  letter-spacing: 0.5px;
  font-family: "Jost", sans-serif;
}

.ftr-head h4::after {
  position: absolute;
  content: "";
  left: 0;
  background-color: #f3b929;
  top: 26px;
  width: 60px;
  height: 3px;
}

.ftr-link ul li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 22px;
  padding: 3px 0;
  display: block;
}

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

.br {
  border-right: 1px solid #ffffff1a;
}

.bb {
  border-bottom: 1px solid #ffffff1a;
  padding-bottom: 30px;
}

.ftr-cont {
  padding-bottom: 15px;
  padding-left: 35px;
  position: relative;
}

.ftr-cont h4 {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  position: relative;
  margin-bottom: 14px;
  letter-spacing: 0.5px;
  font-family: "Jost", sans-serif;
}

.ftr-cont h4::after {
  position: absolute;
  content: "";
  left: 0;
  background-color: #e8b22b;
  top: 26px;
  width: 50px;
  height: 2px;
}

.ftr-cont p a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}

.ftr-cont p:hover a {
  color: #fff;
}

.ftr-cont img {
  position: absolute;
  top: 0px;
  left: 0;
}

.ftr-btm {
  padding-top: 20px;
}

.ftr-btm p {
  font-weight: 400;
  font-size: 15px;
  color: #f3b929;
  text-align: center;
}

.ftr-btm p span {
  color: #c3c3c3;
}

.ftr-btm p a {
  color: #fff;
}

.ftr-btm p a:hover {
  color: #fff;
}

.ftr-right {
  padding-top: 20px;
  padding-left: 20px;
}

.ftr-right ul {
  text-align: right;
}

.ftr-right ul li {
  display: inline-block;
  padding-left: 15px;
}

.ftr-right ul li a {
  font-size: 18px;
  color: #dbdbdb;
}

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

.social-icon ul {
  opacity: 1;
  text-align: left;
  margin-top: 15px;
}

.social-icon ul li {
  display: inline-block;
  padding-right: 8px;
}

.social-icon ul li a {
  opacity: 1;
}

.social-icon ul li a i {
  font-size: 14px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  transition: all 0.8s;
  -webkit-transition: 0.8s ease;
}

.icon1 i {
  background: #4d6bb3;
  color: #fff;
  border: 1px solid #4d6bb3;
}

.icon2 i {
  background: #bd081c;
  color: #fff;
  border: 1px solid #bd081c;
}

.icon3 i {
  background: #ed2a24;
  color: #fff;
  border: 1px solid #ed2a24;
}

.icon5 i {
  background: #0078b5;
  color: #fff;
  border: 1px solid #0078b5;
}

.icon4 i {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}

.icon6 i {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  color: #fff;
}

.social-icon ul li a:hover i {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  border-radius: 5px;
}

.pd-0 {
  padding: 0;
}

.hm-need-help {
  background: url(../images/need-further.jpg) no-repeat;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hm-need-help h4 {
  color: #ffffff;
  letter-spacing: 0.5px;
  font-family: "Jost", sans-serif;
}

.hm-need-help h4 a {
  color: #d2151e;
}

.hm-need-help h4 a:hover {
  color: #ffffff;
}

.hm-need-help h4 a i {
  color: #939598;
}

.hm-provide {
  background: rgb(210 21 30);
  height: 100%;
  padding: 8px 10px;
  color: #ffffff;
}

.hm-provide-dtl {
  text-align: center;
}

.hm-provide-dtl img {
  margin-bottom: 4px;
}

.hm-provide h5 {
  font-size: 13px;
  text-align: center;
}

.align-items-center {
  position: relative;
  top: -45px;
}

/*------------------*/
.hm-about-section {
  padding: 80px 0;
}
.hm-about-section-1 {
  padding: 80px 0;
}
.hm-about-section-our-team {
  padding: 50px 0;
  background-image: url(images/our-team-bg.jpg);
}

.abou-img-new img {
  width: 100%;
}

.hm-about-head h1 {
  letter-spacing: 0.5px;
  font-family: sans-serif;
  color: #f3b929;
  font-size: 35px;
  line-height: 1.35;
  font-weight: 700;
}

.hm-about-head h1 span {
  color: #343434;
  font-weight: 700;
}
.hm-about-head-1 {
  text-align: center;
}
.hm-about-head-1 h1 {
  letter-spacing: 0.5px;
  font-family: sans-serif;
  color: #f3b929;
  font-size: 35px;
  line-height: 1.35;
  font-weight: 700;
}

.hm-about-head-1 h1 span {
  color: #343434;
  font-weight: 700;
}

.hm-about-box p {
  color: #343434;
  padding-bottom: 0px;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 400;
  text-align: left;
}

.abou-img-new-1 img {
  position: relative;
  top: -75px;
  width: 100%;
}

.content h4 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  color: #343434;
}

.content p {
  font-size: 14px;
  color: #000000;
  font-weight: 300;
  line-height: 24px;
}

.best_serives {
  margin-top: 25px;
}

.about__right-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.about__right-item .icon {
  /* width: 80px; */
  height: 60px;
  line-height: 61px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  width: 79%;
  max-width: 60px;
  border-radius: 10px;
  background-color: #f0f0f0b8;
  transition: all 500ms ease;
}

.about__right-item .icon:hover {
  border-color: #ffffff;
  background-color: #f3b929;
  transform: rotateY(180deg);
}

.request-one_phone-icon {
  position: absolute;
  left: 0px;
  top: 3px;
  line-height: 1em;
  color: #000;
  font-size: 50px;
  font-family: "flaticon_trakirna-flat";
}

.request-one_phone a {
  position: relative;
  display: block;
  font-weight: 700;
  color: #000;
  font-size: 28px;
  margin-bottom: 10px;
}

.clients-two_list li {
  position: relative;
  font-weight: 600;
  color: #f3f3f3;
  display: inline-block;
  font-size: 18px;
  padding-left: 25px;
  margin-right: 20px;
  line-height: normal;
}

.clients-two_list li .tx-icon {
  position: absolute;
  content: "\f0a9";
  left: 0px;
  top: 4px;
  color: #f3b929;
  font-size: 16px;
}

.tx-text {
  color: #343434;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.1;
}

.hm-about-img-year {
  text-align: center;
  width: 156px;
  padding: 18px;
  right: 170px;
  top: 232px;
  position: absolute;
  border-radius: 10px;
  background-image: url(../images/cunter.png);
  border: 3px solid #ffffff;
}

.hm-about-img-year h5 {
  font-size: 55px;
  font-weight: 800;
  color: #ffffff;
}

.hm-about-img-year h5 span {
  font-size: 35px;
}

.hm-about-img-year h4 {
  font-size: 17px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 600;
}

.best_serives {
  position: relative;
}

.best_serives::before {
  position: absolute;
  background-color: #dcdcdc;
  bottom: -17px;
  content: "";
  width: 400px;
  height: 1px;
}

.hm-about-head samp:before {
  content: "";
  border-radius: 5px;
  position: absolute;
  top: -14px;
  left: 2px;
  width: 56px;
  height: 13px;
  background-image: url(../images/sub-before.png);
}

.hm-about-head samp {
  position: relative;
  font-size: 16px;
  color: #636262;
  font-weight: 200;
}

/*------------------*/
.hm-about-head h2 span {
  color: #343434;
  font-weight: 700;
}

.hm-about-head h2 {
  letter-spacing: 0.5px;
  font-family: sans-serif;
  color: #f3b929;
  font-size: 35px;
  line-height: 1.35;
  font-weight: 700;
}

/*------------------*/
.cerficate {
  background-color: #fcfcfc;
  padding: 60px 0;
  position: relative;
  border-radius: 0;
}

.cerficate::after {
  position: absolute;
  background-image: url(../images/pattern-6.png);
  width: 263px;
  height: 457px;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  content: "";
  background-size: cover;
}

.certi-paregaft p {
  padding: 5px 5px 5px 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.certi-paregaft {
  background-color: #343434;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 45px;
}

.hm-indus-dtl {
  text-align: center;
  border-radius: 0px;
  padding: 4px;
  background-color: #343434;
}

.hm-indus-img {
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
  box-shadow: rgba(0, 64, 67, 0.3) 0px -1px 0px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

/*------------------*/
.call-to-action-two {
  padding: 0 0 10px;
}

.call-to-action-two .outer-box {
  margin-top: -55px;
  position: relative;
}

.contact-info-block {
  position: relative;
}

.contact-info-block .inner {
  background-color: rgb(247 247 247);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 17px 17px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  border: 4px solid #ffffff;
}

.contact-info-block .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-info-block .content-box .icon {
  background-color: #fff;
  border-radius: 50%;
  color: #0078b5;
  display: inline-block;
  font-size: 35px;
  width: 69px;
  height: 70px;
  line-height: 69px;
  margin-right: 20px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-info-block .content-box .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-info-block .content-box .info-box span {
  font-family: var(--title-font);
  font-size: 14px;
  margin-bottom: 5px;
}

.contact-info-block .content-box .info-box a {
  color: #343434;
  font-size: 16px;
  font-weight: 600;
}

.btn-style-one {
  position: relative;
  font-size: 15px;
  line-height: 19px;
  padding: 13px 13px 13px 13px;
  font-weight: 600;
  overflow: hidden;
  color: #ffffff;
  background: #f3b929;
}

.btn-style-one:before {
  position: absolute;
  left: 0;
  top: 0%;
  height: 100%;
  width: 100%;
  content: "";
  background-color: var(--bg-theme-color1);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  z-index: -1;
}

.icon img {
  width: 30px;
}

.inner a:hover {
  color: #fff;
}

.owl-stage-outer {
  padding: 10px 0 0 0;
}

/*------------------*/
.case-box {
  margin-bottom: 30px;
  text-align: left;
}

.case-box .image {
  position: relative;
}

.case-box.overlay img {
  border-radius: 20px;
}

.case-box .content {
  position: absolute;
  padding: 0 10px 0 15px;
  bottom: 50px;
}

.case-box .content h4 {
  margin-bottom: 5px;
  font-size: 30px;
  line-height: 1.4;
  position: relative;
}

.case-box .content h4::before {
  position: absolute;
  content: "";
  background-color: #f3b929;
  width: 80px;
  height: 2px;
  left: 0;
  right: 0;
  top: 43px;
  border-radius: 61px;
}

.text-white {
  color: #fff !important;
}

.case-box .circle {
  background-image: linear-gradient(
    to right,
    #680000 0%,
    #d00000 51%,
    #ff0000 100%
  );
  border-radius: 100px;
  height: 45px;
  width: 45px;
  line-height: 45px !important;
  margin-left: -2px;
  text-align: center;
  display: inline-block;
  transform: rotate(311deg);
  transition: all 0.3s ease-in-out;
}

.case-box .circle:before {
  font-size: 18px;
  padding-top: 2px;
  font-family: "FontAwesome";
  transition: all 0.3s ease;
  color: #fff;
}

.case-box .content {
  position: absolute;
  padding: 0 10px 0 15px;
  bottom: 50px;
}

.case-box.overlay:hover {
  border-radius: 17px;
  opacity: 1;
  background-image: linear-gradient(
    to right,
    #00000000 35%,
    #0909099c 43%,
    #00000003 97%
  );
  transform: translateY(-15px);
  transition: all 500ms ease;
}

.hm_product_us_section {
  padding: 60px 0;
  text-align: center;
}

.text-white a {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
}

.text-white a i {
  color: #e8b22b;
}

.hm_product_us_section {
  position: relative;
}

.hm_product_us_section::after {
  position: absolute;
  background-image: url(../images/lines-waves1.png);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  top: 0;
  right: 0;
  z-index: -1;
}

.hm-cleint {
  background-color: #fcfcfc;
  padding: 60px 0;
}
.client-wrapper img {
  border: 1px solid #343434;
  background: #ffffff;
  padding: 3px 6px;
  /* margin-right: 21px; */
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
/*------------------*/
.indsutry-list-image img {
  margin: 0 auto;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  position: relative;
  left: -5px;
}

.indsutry-box h6 {
  text-align: center;
  letter-spacing: 0.5px;
  font-size: 15px;
  line-height: 26px;
}

.hm-indury {
  padding: 60px 0 60px 0;
}

.indsutry-list-image {
  width: 218px;
  height: 136px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  background: url(../images/indsutry-list-background.png) no-repeat center
    center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  position: relative;
}

.hm-about-head h3 {
  letter-spacing: 0.5px;
  font-family: sans-serif;
  color: #f3b929;
  font-size: 35px;
  line-height: 1.35;
  font-weight: 700;
}

.hm-about-head h3 span {
  color: #343434;
  font-weight: 700;
}

.hm-about-head h4 {
  letter-spacing: 0.5px;
  font-family: sans-serif;
  color: #f3b929;
  font-size: 35px;
  line-height: 1.35;
  font-weight: 700;
}

.hm-about-head h4 span {
  color: #343434;
  font-weight: 700;
}

.hm-about-head h5 {
  letter-spacing: 0.5px;
  font-family: sans-serif;
  color: #f3b929;
  font-size: 35px;
  line-height: 1.35;
  font-weight: 700;
}

.hm-about-head h5 span {
  color: #343434;
  font-weight: 700;
}

.footer-logo img {
  width: 100%;
}

.footer-logo p {
  color: #fff;
  font-size: 13px;
  margin-left: 2px;
}

.ftr-link ul li a i {
  font-size: 15px;
  color: #f3b929;
  margin-right: 9px;
}

.galelry-hm {
  padding: 60px 0 65px 0;
  position: relative;
  /* top: 62px; */
  z-index: 96;
  background-color: #fcfcfc;
}

.call_start a:hover {
  color: #000000 !important;
  position: relative;
  z-index: 999;
}

/* ------- */
#video_section {
  position: relative;
  overflow: hidden;
}

.video_wrapper {
  width: 100%;
  height: 80vh;
  overflow: hidden;
}

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

/* #video_section:after {
    content: "";
    position: absolute;
    background: linear-gradient(181deg, #0000009e 1%, #00000000 125%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
} */

/* inner page */
.prod-main-sec {
  padding: 80px 0 80px;
}
.inner-banner {
  background-image: linear-gradient(
      90deg,
      rgb(66 66 66 / 38%) 49%,
      #16151514 100%
    ),
    url(../images/inner-banner.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 205px 0 100px;
  /* margin-top: 104px; */
}
.inner-banner-head {
  border-left: 3px solid #f3b929;
}
.inner-banner-head h1 {
  font-size: 29px;
  color: #fff;
  padding-left: 10px;
}
.inner-hamb-cnt {
  width: max-content;
  height: 65px;
  margin-top: -34px;
  padding: 0 15px;
  justify-items: center;
  align-content: center;
  background-color: rgb(247 247 247);
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  border: 4px solid #ffffff;
}

.inner-hamb-cnt ul {
  display: flex;
}
.inner-hamb-cnt ul li {
  display: inline-block;
  padding: 0 4px;
}
.inner-hamb-cnt ul li a {
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #343434;
}
.inner-hamb-cnt ul li {
  color: #f3b929;
  font-size: 16px;
  font-weight: 500;
}
/* inner page table */
.inner_prod_table {
  background: #fff;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
  padding: 10px;
  margin: 15px 0 30px;
}
.table-responsive > .table-bordered {
  border: 0;
}
.inner_prod_table tr:nth-child(odd) {
  background: #fff;
}
.inner_prod_table tr:nth-child(even) {
  background: #f7f8f9;
}
.inner_prod_table td:last-child {
  border-right: 0px;
}
.inner_prod_table th {
  font-size: 14px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #f8f9fa !important;
  align-content: center;
  background: linear-gradient(35deg, #f3b929 0%, #d8a420 100%);
}
.inner_prod_table td {
  border: 0px;
  border-right: 1px solid #f8f9fa;
  color: #676a6d;
  letter-spacing: 0.5px;
  text-align: center;
  font-weight: 500;
  vertical-align: middle;
  font-size: 14px;
  text-transform: capitalize;
}
.table {
  margin-bottom: 0px;
}
.prod-heading {
  margin-bottom: 20px;
}
.prod-heading h2 {
  margin: 0%;
  padding: 0%;
  color: #343434;
  font-weight: 700;
  font-size: 27px;
}
.prod-point h6 {
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #676a6d;
  font-size: 15px;
  margin-top: 25px;
}
.prod-images img {
  background: #fff;
  border: 4px solid #f5f5f5;
  border-radius: 15px;
}
.prod-btn {
  margin-top: 30px;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.prod-btn .btn1 {
  box-shadow: 0 0px 0px 2px #f3b929;
  margin-right: 10px;
}
.prod-btn .btn {
  background: #343434;
  color: #fff;
  border-radius: 5px;
  padding: 0.375rem 1rem;
}
.prod-btn .btn:hover {
  background: #f3b929;
  color: #343434;
  box-shadow: 0 0px 0px 2px #343434;
}
.prod-btn .btn2 {
  background: #fff;
  color: #272727;
  box-shadow: 0 0px 0px 2px #272727;
  padding: 0.4rem 0.4rem 0.4rem 2.7rem;
  position: relative;
  font-weight: 500;
}
.prod-btn .btn2 i {
  position: absolute;
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  background: #24a913;
  color: #fff;
  border-radius: 5px;
  left: 3px;
  top: 6%;
}
.prod-btn .btn2:hover {
  background: #fff;
  color: #24a913;
  box-shadow: 0 0px 0px 2px #24a913;
}
.prod-dtl {
  background: #f5f5f5;
  padding: 60px 0 60px;
}
.prod-list-box {
  margin-bottom: 30px;
}
.prod-list-box {
  border-right: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
}
.prod-list-box ul li {
  display: block;
  margin: 2px 0px;
  border-bottom: 1px solid #e9e9e9;
}
.prod-list-box ul li.active a {
  color: #f3b929;
  position: relative;
}
.prod-list-box ul li a {
  color: #333;
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  transition: 0.2s ease;
}
.prod-list-box ul li a:hover::after,
.prod-list-box ul li.active a::after {
  position: absolute;
  right: 0;
  top: 0px;
  background: #f3b929;
  content: "";
  width: 3px;
  height: 100%;
  transition: 0.2s ease;
}
.prod-list-box ul li.active a {
  color: #f3b929;
}
.prod-list-box ul li a:hover {
  color: #f3b929;
}
.prod-list-box ul li:first-child a:hover::after {
  display: none;
}
.down-btn {
  border: 1px solid #343434;
  color: #f3b929;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  padding: 12px 15px;
  text-align: left;
  /* text-transform: uppercase; */
  transition: 0.4s ease;
  z-index: 222;
  background: #343434;
  width: 100%;
  position: relative;
  border-radius: 2px;
}
.down-btn i {
  font-size: 24px;
  float: right;
}
.down-btn:hover {
  background: #f3b929;
  color: #343434;
}
.down-btn:hover i {
  color: #343434;
}
.prod-left-sec {
  position: sticky;
  top: 10px;
}
.prod-dtl-head h3 {
  font-size: 28px;
  color: #343434;
  font-weight: 600;
}
.prod-dtl-head h4 {
  font-size: 22px;
  color: #343434;
  font-weight: 600;
  margin-bottom: 15px;
}
.prod-dtl-head h5 {
  font-size: 18px;
  color: #343434;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 20px;
}
.prod-dtl-head {
  margin-bottom: 10px;
}
.prod-descr {
  margin-bottom: 30px;
}
.speci-head h3 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 17px;
  color: #343434;
}
.prod-descr p {
  color: #343434;
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 400;
  text-align: left;
}
.prod-wrapper .bullet li {
  color: #343434;
  padding-bottom: 12px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
}

.prod-list-box ul li a span {
  color: #f3b929;
  font-size: 18px;
  font-weight: 600;
}
.prod-list-box ul li:nth-child(1) {
  background: #343434;
  text-align: center;
  padding: 5px 0;
  border-left: 1px solid #343434;
}

.prod-wrapper .bullet {
  padding: 5px 0;
  margin-bottom: 15px;
}
.checkmark-heavy li:before {
  content: "\2714";
  padding-right: 10px;
  color: #e8b22b;
}
.contact_inner {
  padding: 100px 0 50px 0;
  border-bottom: 2px solid #f8f8f8;
}
.contact_hed h1 {
  font-size: 40px;
  font-weight: bold;
  color: #343434;
  padding-right: 55px;
  padding-bottom: 20px;
}
.contact_call,
.contact_email {
  padding-bottom: 20px;
  display: inline-block;
}
.contact_call i,
.contact_email i {
  float: left;
  width: 37px;
  height: 37px;
  line-height: 37px;
  font-size: 24px;
  text-align: center;
  display: block;
  background-color: rgba(0, 0, 0, 0.05);
  color: #f3b929;
}
.c_email,
.c_call {
  padding-left: 55px;
}
.c_email h6,
.c_call h6,
.c_email h2,
.c_call h2 {
  color: #f3b929;
  font-size: 16px;
  line-height: 30px;
  display: block;
  font-weight: bold;
}
.c_email p,
.c_call p {
  color: #343434;
  display: block;
  font-size: 17px;
  letter-spacing: 0.25px;
  line-height: 20px;
  font-weight: 500;
}
.contact_rht_bg {
  background-color: #f3b929;
  box-shadow: 3vw -3vw 0px 0px #343434;
  padding: 70px;
  display: block;
}
.contact_form .form-group input {
  display: block;
  width: 100%;
  color: #000000;
  line-height: 24px;
  border-radius: 10px;
  padding: 10px 15px;
  font-size: 14px;
  background: rgb(255 255 255 / 60%);
  border: 0px;
}
.contact_form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 10px 15px;
  color: #fff;
  height: 150px;
  border-radius: 10px;
  font-size: 14px;
  resize: none;
  border: 0px;
  background: rgb(255 255 255 / 60%);
}
.c_submit {
  border-radius: 10px;
  padding: 13px 40px;
  color: #ffffff;
  font-size: 18px;
  margin-top: 15px;
  width: 100%;
  display: inline-block;
  border: 0px;
  cursor: pointer;
  font-weight: 600;
  background-color: #343434;
  position: relative;
}
.map-add {
  padding-bottom: 100px;
}
.our-team-text {
  text-align: center;
}
.our-team-text h2 {
  font-size: 24px;
  margin-top: 15px;
  font-weight: 600;
}
.our-team-text p {
  color: #f3b929;
  font-size: 20px;
}
.team-img img {
  border-radius: 100%;
  border: 4px solid #f3ba2967;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.certificate-img img {
  border: 3px solid #f3ba29;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.com-logo img {
  height: 70px;
}
.com-logo {
  position: absolute;
  top: 50px;
  bottom: 0;
  right: 22px;
}
.inner-bottom-pro {
  padding: 60px 0;
}
.inner-pro-con {
  background-color: #343434;
  padding: 6px;
  border-radius: 15px;
}
.inner-con-bottom {
  padding: 10px 5px;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
.inner-indus-img img {
  border-radius: 10px;
}
.prod-dtl-head h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #343434;
}
.prod-wrapper {
  margin-bottom: 30px;
}

.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}

.whatsapp-btn i {
  color: #fff;
  font-size: 30px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
}

@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.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 #343434;
  box-sizing: border-box;
}
.form-text {
  border: 1px solid #ccc;
}
.quickcontact input[type="submit"] {
  width: 100%;
  max-width: 100%;
  background-color: #343434;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 15px;
  padding: 7px;
  border: none;
  border-radius: 0px;
  cursor: pointer;
}
.quickcontact input[type="submit"]:hover {
  background-color: #f8a50b;
  color: #fff;
  max-width: 100%;
}
.btn-1 {
  width: 100%;
  max-width: 100%;
  background-color: #f3b929;
  color: #343434;
  font-weight: 700;
  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: #f3b929 thick solid;
  position: fixed;
  width: 210px;
  right: 10px;
  bottom: 10px;
  max-width: 100%;
  background-color: #ffffff;
  padding: 4px;
  z-index: 9999;
}
/* ---- */

.faq .card {
  background-color: #f8f9fa;
  border: 1px solid #343434;
  margin-bottom: 20px;
  border-radius: 0px;
}
.faq .card-body {
  color: #343434;
  padding-bottom: 0px;
  font-size: 15px;
  font-weight: 400;
  padding: 20px;
}

.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: 52px;
  padding-right: 15px;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  color: #343434;
  -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;
  border-bottom: 1px solid #343434;
}

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

.faq .card .card-header .faq-title .badge {
  width: 28px;
  height: 30px;
  text-align: center;
  background: #f3b929;
  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 li:before {
  content: "\2714";
  padding-right: 10px;
  color: #e8b22b;
}
.faq .card li:first-child {
  margin-top: 10px;
}
.faq .card li:last-child {
  margin-bottom: 10px;
}
.faq .card li {
  margin-bottom: 10px;
}

/* ---- */
