@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");

* {
  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: 15px;
  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;
}
.mb60 {
  margin-bottom: 60px;
}
/** **************** **/
.align-center {
  align-items: center;
}
/** **************** **/
#header_top {
  background: #384777;
  padding: 8px 0;
  transition: all 0.5s ease;
}
.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: 10px 0;
  background: #fff;
  /*border-top: 4px solid #006666;*/
  /*padding: 4px 0 2px;*/
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 15%);
  /* box-shadow:0px 0px 12px rgb(0 0 0 / 30%); */
}
.header-scrolled .logo {
  margin-top: -10px;
  transition: all.5s ease;
}
.header-scrolled .scrollto img {
  width: 220px;
  height: auto;
  transition: all.5s ease;
  margin-top: 11px;
}
.header-scrolled .main-nav > ul {
  margin: 2px 0 0 0;
}
.logo {
  position: relative;
  transition: all.5s ease;
  /*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;
}
.header-scrolled {
  position: fixed;
  padding: 5px 0;
  box-shadow: 0 8px 20px 0 rgb(0 0 0 / 5%);
}
.scrollto img {
  width: auto;
  height: auto;
  transition: all.5s ease;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
}
.main-nav {
  float: right;
  transition: all.3s ease-in-out;
}
.main-nav > ul {
  margin: 14px 0 0 0;
  display: flex;
}
.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}
.main-nav a {
  color: #222;
  font-weight: 500;
  letter-spacing: 0.25px;
  position: relative;
  display: inline-block;
  font-size: 16px;
  padding: 10px 15px;
}
/*.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 {
  padding-right: 0px;
}
.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #0f9b55;
  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: 6px 5px;
  color: #686565;
  border-radius: 2px;
  font-weight: 500;
  transition: all 200ms linear;
  font-size: 15px;
  letter-spacing: 0.25px;
  text-transform: capitalize;
  width: 100%;
}
.main-nav .drop-down ul li a span {
  color: #da1214;
}
.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: #0f9b55;
}
.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;
}
.head_brochure {
  margin-top: 5px;
  float: right;
}
.head_brochure a {
  background: #0f9b55;
  border: 2px solid #0f9b55;
  border-radius: 50px;
  padding: 5px 18px;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.head_brochure a img {
  position: relative;
  top: -2px;
  margin-right: 5px;
}
/** *************** **/
.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 {
  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: #8cc63f;
  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;
}
#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: #3847779e;
  border: 2px solid #d7d7d7;
  height: 45px;
  width: 45px;
  z-index: 121;
  line-height: 40px;
  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-about {
  padding: 100px 0;
}
.card__inner img {
  border-radius: 5px;
  box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px,
    rgb(0 0 0 / 30%) 0px 8px 16px -8px;
}
.hm-about-dtl h5 {
  color: #0f9b55;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 700;
  margin: 0px 0 5px;
}
.hm-about-dtl h2 {
  font-weight: 700;
  line-height: 1.2;
  color: #384777;
  margin-bottom: 5px;
}
.hm-about-dtl h2 span {
  color: #279e64;
}
.hm-about-dtl h6 {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.5;
  color: #222;
}
.hm-about-dtl p {
  color: #616161;
  text-align: justify;
  line-height: 1.6;
  padding-top: 5px;
}
.conatct_btn_bx {
  margin-top: 30px;
}
.btn_style_one {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  border-radius: 25px;
  overflow: hidden;
  vertical-align: middle;
  background-color: #0f9b55;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.btn_style_one .btn_title {
  position: relative;
  display: block;
  z-index: 1;
  font-weight: 500;
  padding: 8px 25px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow: hidden;
  font-size: 16px;
}
.btn-cer-arrow {
  margin-left: 8px;
  width: 27px;
}
.btn_style_one .btn_title::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #384777;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1) 0s,
    -webkit-transform 500ms 0s;
}
.btn_style_one:hover .btn_title:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.btn_style_one:hover span {
  color: #fff;
}

.hm-philosophy-dtl {
  position: relative;
  padding-left: 80px;
}
.hm-philosophy-dtl img {
  position: absolute;
  left: 0;
  top: 2px;
}
.hm-philosophy-dtl h4 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 22px;
  color: #222;
}
.hm-philosophy-dtl p {
  color: #616161;
  text-align: justify;
  line-height: 1.6;
}

/** **************** **/
.hm-icon {
  background: #384777;
  padding: 50px 0 50px;
  background-image: url(../images/wave.png);
  background-size: cover;
  background-position: bottom;
}
.hm-icon-box ul {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.hm-icon-box ul li {
  width: 20%;
}

.hm-icon-dtl {
  padding: 15px;
}
.we_serve_box {
  text-align: center;
  /* border: 1px solid var(--light-grey-color); */
  box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px,
    rgb(60 64 67 / 15%) 0px 2px 6px 2px;
  border-radius: 20px;
  padding: 1.5rem 1.5rem 0.7rem;
  position: relative;
  height: 100%;
  transition: all 0.5s ease-out;
  background: #fff;
}
.we_serve_box:hover {
  box-shadow: rgb(0 0 0 / 25%) 0px 14px 28px, rgb(0 0 0 / 22%) 0px 10px 10px;
}
.we_serve_icon {
  /* width: 150px; */
  height: 151px;
  margin: auto;
  background: #384777;
  padding: 2rem;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.5s ease-out;
}
.we_serve_box:hover .we_serve_icon {
  background: transparent;
}
.we_serve_icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #373435;
  transition: all 0.5s ease-out;
  border-radius: 10px;
  scale: 0;
  z-index: -1;
}
.we_serve_box:hover .we_serve_icon::before {
  scale: 1;
}
.we_serve_icon img {
  width: 100%;
  height: 100%;
  /* height: 100%; */
  object-fit: contain;
  transition: all 0.5s ease-out;
}
.we_serve_box:hover img {
  scale: 1.2;
}
.we_serve_box h5 {
  font-size: 16px;
  font-weight: 500;
  padding: 1rem 0rem 2px;
  transition: all 0.5s ease-out;
  color: #373435;
}
.we_serve_box:hover h5 {
  color: #2e568e;
}
.we_serve_box:hover {
  box-shadow: rgb(0 0 0 / 25%) 0px 14px 28px, rgb(0 0 0 / 22%) 0px 10px 10px;
}
/** **************** **/
.hm-product {
  padding-top: 80px;
}
.hm-product-head {
  margin-bottom: 50px;
}
.hm-product-head h2 {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
}
.hm-product-box {
  border: 1px solid #61616138;
  border-radius: 15px;
  padding-left: 220px;
  position: relative;
  padding: 20px 20px 20px 220px;
  background: #fff;
}
.hm-product-box img {
  position: absolute;
  left: 5px;
  top: 12px;
  width: 175px;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
.hm-product-box:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.hm-product-name {
  padding: 15px 0;
}
.hm-product-name h3 {
  font-weight: 700;
  font-size: 22px;
  color: #384777;
  margin-bottom: 10px;
}
.hm-product-name ul {
  margin-bottom: 10px;
  height: 90px;
}
.hm-product-name ul li {
  display: inline-block;
  padding-right: 10px;
  position: relative;
}
.hm-product-name ul li:after {
  content: "";
  position: absolute;
  background: #68686852;
  width: 1px;
  height: 10px;
  right: 3px;
  top: 6px;
}
.hm-product-name ul li:last-child:after {
  display: none;
}
.hm-product-name ul li a {
  font-weight: 500;
  font-style: normal;
  color: #616161;
  font-size: 12px;
}
.hm-product-name ul li a:hover {
  color: #0f9b55;
}
.hm-product-more {
  color: #0f9b55;
  font-weight: 500;
}
.hm-product-more:hover {
  color: #0f9b55;
}
.hm-product-more i {
  padding-left: 5px;
  position: relative;
  top: 1px;
}

.hm-product-box2 {
  /*  border-bottom: 1px solid #61616138;*/
  padding-left: 220px;
  position: relative;
  padding: 20px 20px 20px 200px;
  height: 170px;
  margin-left: 50px;
  display: flex;
  align-items: center;
}
.hm-product-box2 img {
  position: absolute;
  left: 15px;
  top: 0px;
  width: 150px;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
.hm-product-box2:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.hm-prod-view {
  position: relative;
  margin-top: 40px;
}
.hm-prod-view:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #61616138;
  top: 20px;
  left: 0;
  position: absolute;
  z-index: -1;
}
.hm-prod-view .conatct_btn_bx {
  text-align: center;
}
.hm-prod-view .conatct_btn_bx img {
  width: 25px;
}
.hm-prod-view .conatct_btn_bx .btn_style_one {
  outline: 25px solid #fff;
}

/** **************** **/
.hm-industries {
  padding: 80px 0 40px;
  /* background: url(../images/testi.png);*/
  /* background-size: cover; */
  background-repeat: no-repeat;
  background-position: center;
  background-position: top left;
  overflow: hidden;
  background-color: #dbdee12e;
  margin-top: 70px;
}
.hm-indu-head {
  margin-bottom: 50px;
}
.hm-indu-head h2 {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
}
.hm-indus-box {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 120px;
  padding-left: 60px;
  padding-right: 60px;
}
.hm-indus-box .owl-stage-outer {
  overflow: inherit !important;
}
.hm-indus-dtl {
  box-shadow: 0 5px 83px 0 rgb(14 32 77 / 8%);
  background: #fff;
  padding: 38px 40px 35px 38px;
  position: relative;
  transition: 0.3s;
  border-radius: 5px;
}
.hm-indus-dtl span {
  font-size: 20px;
  display: block;
  font-weight: 500;
  padding-top: 20px;
}
.hm-indus-dtl i {
  position: absolute;
  font-size: 14px;
  background: #384777;
  color: #fff;
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  bottom: -17px;
  left: 40px;
  opacity: 0;
  transition: 0.8s;
}
.hm-indus-box .owl-item.center .hm-indus-dtl i {
  opacity: 1;
}
.hm-indus-dtl .hm-indus-icon {
  width: 60px !important;
}
.hm-indus-dtl .hm-indus-img {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
}
.hm-indus-dtl .hm-indus-img img {
  border-radius: 5px 5px 0 0;
  opacity: 0;
  transition: 0.8s;
}
.hm-indus-box .owl-item.center .hm-indus-dtl img {
  opacity: 1;
}

.industrie-slider .owl-nav {
  display: flex;
  font-size: 35px;
  position: absolute;
  bottom: -120px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.industrie-slider .owl-nav .owl-prev {
  margin: 0 5px;
}
.industrie-slider .owl-nav .owl-next {
  margin: 0 5px;
}

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

footer {
  background: #373435;
  padding: 40px 0 20px;
}
.ftr-head {
  padding-bottom: 12px;
}
.ftr-head h4 {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}
.ftr-link ul li {
  line-height: 27px;
  position: relative;
  padding-left: 18px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.ftr-link ul li:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 2px;
  background-color: #dbdbdb;
  margin-right: 14px;
  vertical-align: middle;
  transition: all 200ms linear 0s;
  position: absolute;
  left: 0;
  top: 15px;
}
.ftr-link ul li:hover:after {
  background-color: #0f9b55;
}
.ftr-link ul li a {
  color: #dbdbdb;
  font-size: 15px;
  font-weight: 400;
}
.ftr-link ul li:hover a {
  color: #fff;
}
.br {
  border-right: 1px solid #ffffff1a;
}
.bb {
  border-bottom: 1px solid #ffffff1a;
  padding-bottom: 20px;
}
.ftr-cont {
  padding-bottom: 15px;
  padding-left: 35px;
  position: relative;
}
.ftr-cont h4 {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  margin-bottom: 5px;
}
.ftr-cont p {
  color: #dbdbdb;
}
.ftr-cont p a {
  color: #dbdbdb;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  display: block;
}
.ftr-cont p:hover a {
  color: #fff;
}
.ftr-cont img {
  position: absolute;
  top: 0px;
  left: 0;
}
.fter-logo {
  text-align: center;
}
.ftr-btm-main .align-center {
  border-bottom: 1px solid #ffffff1a;
}
.ftr-btm {
  /*border-left: 1px solid #ffffff1a;
    border-right: 1px solid #ffffff1a;*/
  padding: 15px 0px;
  margin: 5px 0;
}
.ftr-btm p {
  font-weight: 500;
  font-size: 15px;
  color: #0f9b55;
  text-align: right;
}
.ftr-btm p span {
  color: #dbdbdb;
}
.ftr-btm p a {
  color: #dbdbdb;
}
.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;
}
.footer-social ul {
  text-align: center;
}
.footer-social ul li {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  margin: 10px 0px 10px 0px;
  text-align: center;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  border: 1px solid #ffffff7a;
}
.footer-social ul li:first-child {
  margin-top: 0px;
}
.footer-social ul li a {
  color: #fff;
  display: block;
  font-size: 13px;
}
.footer-social ul li span {
  position: absolute;
  left: 40px;
  top: 0px;
}
.footer-social .facebook {
  background: #3b5998;
}
.footer-social .twitter {
  background: #000;
}
.footer-social .linkedin {
  background: #007ab9;
}
.footer-social .instagram {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}

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

.page-links {
  width: 100%;
  height: auto;
  background: url(https://www.prostar-ele.net/static/front/img/header_bg.jpg)
    no-repeat center top;
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #e2e3e5;
}
.page-link-url ul li {
  display: inline-block;
  position: relative;
}
.page-link-url ul li:not(:last-child) {
  margin-right: 1rem;
}
.page-link-url ul li a {
  color: #222;
}
.page-link-url ul li a:hover {
  color: #0f9b55;
}
.page-link-url ul li:not(:last-child)::after {
  content: "";
  left: 7px;
  top: 2px;
  width: 12px;
  height: 12px;
  position: relative;
  display: inline-block;
  transform: rotate(45deg);
  border-top: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}

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

.main-prod {
  background: #f7f7f7;
  padding: 80px 0;
}
.product-range {
  background-color: #fff;
  padding: 20px 15px 20px;
  position: sticky;
  top: 70px;
  z-index: 1;
  border: 1px solid #e2e3e575;
}
.product-range h4 {
  color: #222;
  margin-bottom: 20px;
  font-size: 1.3rem;
}
/**/
#faq .card {
  border: 0;
  margin-bottom: 10px;
}
#faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #0f9b55;
  padding: 10px;
}

#faq .card .card-header .btn:focus {
  box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}

#faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
}

#faq .card .card-header .btn-header-link.collapsed {
  background: #384777;
  color: #fff;
}

#faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#faq .card .collapsing {
  background: #fff;
  line-height: 30px;
}

#faq .card .collapse {
  border: 0;
}

#faq .card .collapse.show {
  background: #fff;
  color: #000;
}
.product-range .card-body {
  padding: 10px 0 0 0px;
}
.product-range .card-body li {
  list-style-type: none;
  padding: 10px 0;
  border-bottom: 1px solid #e9e9e95e;
}
.product-range .card-body li a {
  color: #3b3b3a;
  display: block;
}
.product-range .card-body li a:hover {
  color: #2e568e;
}
/**/
.main-prod-box {
  background: #fff;
  padding: 35px 30px 35px 30px;
  border: 1px solid #e2e3e575;
}
.main-prod-table h1 {
  font-size: 30px;
  font-weight: 600;
  color: #384777;
}
.main-prod-table h3 {
  font-size: 20px;
  font-weight: 600;
}
.main-prod-single h1 {
  text-align: center;
}
.main-prod-images {
  padding: 10px;
  background: #ffffff;
  box-shadow: 0px 5px 15px rgb(40 148 212 / 10%);
  margin-top: 15px;
  margin-bottom: 15px;
}

.prod-section-table table thead {
  background: #384777;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.2px;
}
.prod-section-table table tbody th {
  font-weight: 500;
  background-color: rgb(241 242 243 / 61%);
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}

.main-prod-desciption {
  background: #fff;
  padding: 35px 30px 35px 30px;
  margin-top: 15px;
  border: 1px solid #e2e3e575;
}
.main-prod-heading {
  border-bottom: 1px solid #f1f2f3;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.main-prod-heading h2 {
  font-size: 28px;
  font-weight: 600;
}
.main-prod-detail p {
  color: #616161;
  text-align: justify;
  line-height: 1.6;
  padding-top: 5px;
}
.main-prod-detail h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.bullet li {
  line-height: 1.6;
  color: #616161;
  padding-left: 20px;
  margin-bottom: 7px;
  position: relative;
}
.bullet li:after {
  content: "";
  width: 5px;
  height: 5px;
  background: #616161;
  position: absolute;
  top: 8px;
  left: 0px;
  border-radius: 50%;
}

.application-section h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* hero */
:root {
  --primary-green: #00a86b;
  --primary-blue: #384777;
  --text-gray: #4a4a4a;
}

.abt {
  padding-bottom: 80px;
}
.abt-row {
  padding: 80px 0 0 0;
}
.abt-row img {
  height: 75%;
  border-radius: 10px;
  box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px,
    rgb(0 0 0 / 30%) 0px 8px 16px -8px;
}

.abt-img-div {
  text-align: center;
}
.bg-custom {
  background-color: #f8f9fa;
  padding: 80px 0;
}
.text-primary-blue {
  color: var(--primary-blue);
}
.text-primary-green {
  color: var(--primary-green);
}
.btn-custom {
  background-color: var(--primary-green);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  transition: background-color 0.3s;
}
.list-unstyled p {
  margin: 0 0 10px;
}
.list-unstyled {
  color: #616161;
  line-height: 1.6;
}
.qlity p.lead {
  color: #616161;
  font-size: 16px;
}
.icon {
  font-size: 2rem;
  color: var(--primary-green);
}

/* Call to Action Section Styles */
.cta-section {
  background-color: var(--light-gray);
  padding: 60px 0;
  text-align: center;
}

.cta-section h2 {
  color: var(--primary-blue);
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.cta-section p {
  color: var(--text-gray);
  font-size: 1.2rem;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cta-button {
  display: inline-block;
  background-color: var(--primary-green);
  color: white;
  font-size: 1.2rem;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.cta-button:hover {
  background-color: #008f5b;
  color: white;
  transform: translateY(-2px);
}

/* r and d */
main.qlity {
  padding: 80px 0;
}
.bg-gradient-custom {
  background: linear-gradient(135deg, #2c3e50, #279e64);
}
.text-custom-green {
  color: #384777;
  font-weight: bold;
}
.resource-icon {
  margin: 0 10px 0 0;
}
.icon-box {
  background-color: #ecf0f1;
  color: #279e64;
  margin: 0 10px 0 0;
}
.btn-custom {
  background-color: #279e64;
  color: white;
}
.btn-custom:hover {
  background-color: #279e64;
  color: white;
}
.capabilities h3 {
  font-weight: 700;
  color: #222;
}
.capabilities {
  padding-top: 40px;
  padding-inline: 0;
}

.qlity .right-img img {
  border-radius: 10px;
  box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px,
    rgb(0 0 0 / 30%) 0px 8px 16px -8px;
  transition: 0.5s;
}
.qlity .right-img img:hover {
  transform: translateY(-5px);
  transition: transform 0.5s;
}

/* contact us */
.btn-primary {
  background-color: #00a86b;
  border-color: #00a86b;
}
.btn-primary:hover {
  background-color: #384777;
  border-color: #384777;
}
.contact-icon {
  width: 120px;
  height: 120px;
  fill: #00a86b;
}
.contact-info {
  position: relative;
  padding: 30px 0;
}
.cnt .contact-info p {
  color: #1e1e1e;
}
.cnt .contact-info a:hover {
  color: #000;
}
.cnt .contact-info a {
  color: #1e1e1e;
  font-weight: 400;
}
.cnt .contact-info h4 {
  color: #222;
}
.logo-container {
  position: absolute;
  right: -20%;
  top: 45%;
  transform: translateY(-50%);
}
.logo1 {
  width: 50%;

  transition: all 0.5s;
}
.logo1:hover {
  border-radius: 50%;
  box-shadow: 0px 0px 25px #00a86b4d;
  transition: all 0.5s;
}
.cnt h1,
h5 {
  color: #384777;
  font-weight: 700;
}
.cnt-form {
  background: #f5f5f5;
  padding: 25px;
  border-radius: 20px;
  height: 100%;
}
.form-control:focus {
  border-color: #00a86b;
  box-shadow: 0 0 0 0.2rem rgb(0 168 107 / 25%);
}
.cnt {
  padding: 80px 0 30px 0;
}
.cnt .ftr-cont img {
  width: 6%;
}
.cnt p {
  color: #1e1e1e;
  line-height: 1.5;
}
.cnt .ftr-cont {
  padding-bottom: 30px;
  padding-left: 50px;
}
.embed-responsive {
  height: 60%;
  border-radius: 20px;
}
.map-h3 {
  font-weight: 700;
  font-size: 30px;
}
.map {
  padding-bottom: 80px;
}

/* Videos page */

.videos {
  padding: 80px 0;
}

.videos h1 {
  font-weight: 700;
  color: #384777;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  margin: 0 0 30px;
  height: 0;
  overflow: hidden;
  border-radius: 20px;
  border: 4px solid #41407a80;
  transition: 0.5s;
}
.video-container:hover {
  transform: translateY(-5px);
  transition: transform 0.5s;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Images Porduct */

.inner_product_bx {
  background: #364573;
  padding-bottom: 10px;
  box-shadow: 0px 5px 15px rgb(40 148 212 / 10%);
  position: sticky;
  top: 75px;
}
.inner_prd_bx {
  /*padding:10px;
    background:#fff;
    box-shadow:0 0 15px rgb(0 0 0 / 10%);
    margin-bottom:30px;*/
  padding: 10px;
  background: #ffffff;
}
.inner_prd_box_mg {
  display: table;
  justify-self: center;
  text-align: center;
  margin-top: 10px;
  border-bottom: 0px;
}
.inner_prd_box_mg li {
  display: inline-block;
  padding: 0 8px 0 0;
}
.inner_prd_box_mg li a {
  width: 70px;
  height: 70px;
  overflow: hidden;
}
.inner_prd_box_mg li a img {
  width: 70px;
  height: 70px;
  display: block;
  border: 2px solid #f7f7f7;
  border-radius: 10px;
}

/* Images Porduct End */

.qlity-text {
  color: #616161;
  text-align: justify;
  line-height: 1.7;
  /* padding-top: 5px; */
  font-size: 15px;
}

.hm-product-box-page {
  border: 1px solid #61616138;
  border-radius: 15px;
  padding-left: 220px;
  position: relative;
  padding: 60px 20px 60px 220px;
  background: #fff;
  margin-bottom: 30px;
}
.hm-product-box-page img {
  position: absolute;
  left: 50px;
  top: 10px;
  width: 175px;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
.hm-product-box-page:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.hm-product-name-page {
  padding: 15px 0;
  text-align: center;
}
.hm-product-name-page h3 {
  font-weight: 700;
  font-size: 22px;
  color: #384777;
  margin-bottom: 10px;
}
.hm-product-name-page ul {
  margin-bottom: 10px;
  height: 90px;
}
.hm-product-name-page ul li {
  display: inline-block;
  padding-right: 10px;
  position: relative;
}
.hm-product-name-page ul li:after {
  content: "";
  position: absolute;
  background: #68686852;
  width: 1px;
  height: 10px;
  right: 3px;
  top: 6px;
}
.hm-product-name-page ul li:last-child:after {
  display: none;
}
.hm-product-name-page ul li a {
  font-weight: 500;
  font-style: normal;
  color: #616161;
  font-size: 12px;
}
.hm-product-name-page ul li a:hover {
  color: #0f9b55;
}
.hm-product-more-page {
  color: #0f9b55;
  font-weight: 500;
}
.hm-product-more-page:hover {
  color: #0f9b55;
}
.hm-product-more-page i {
  padding-left: 5px;
  position: relative;
  top: 1px;
}
.hm-product-page {
  padding-top: 80px;
  padding-bottom: 80px;
}

.embed-responsive {
  height: 495px;
  border-radius: 20px;
}

.application-section {
  padding: 20px 0 0 0;
}
.application-section .app-img img {
  padding: 5px;
  box-shadow: 0px 0px 5px 0px #0000001c;
}
.application-section .app-img {
  /* margin: 0 0 30px 0; */
}

.application-section .para {
  padding: 5px;
}

.application-section p {
  color: #616161;
  text-align: justify;
  line-height: 1.6;
  padding-bottom: 15px;
}

/* whatsapp */
.whatsapp-fixed {
  z-index: 10000;
}
.whatsapp-fixed .Btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  outline: none;
  overflow: hidden;
  transition-duration: 0.3s;
  /*   box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.199); */
  background-color: #00d757;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  box-shadow: 0 0 0 2em transparent;
}
.whatsapp-fixed .sign {
  width: 100%;
  transition-duration: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sign svg {
  width: 25px;
}
.sign svg path {
  fill: white;
}
.whatsapp-fixed .text {
  position: absolute;
  right: 10px;
  width: 0%;
  opacity: 0;
  color: white;
  font-size: 16px;
  font-weight: 600;
  transition-duration: 0.3s;
}

.whatsapp-fixed .Btn:hover {
  width: 150px;
  border-radius: 40px;
  transition-duration: 0.3s;
}

.whatsapp-fixed .Btn:hover .sign {
  width: 30%;
  transition-duration: 0.3s;
  padding-left: 10px;
}

.whatsapp-fixed .Btn:hover .text {
  opacity: 1;
  width: 70%;
  transition-duration: 0.3s;
}
.whatsapp-fixed .Btn:active {
  transform: translate(2px, 2px);
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #00d757;
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #00d757;
  }
}
.whatsapp-fixed {
  position: fixed;
  left: 15px;
  bottom: 15px;
}

.quickcontact input[type="text"],
[type="email"],
[type="number"] {
  width: 100%;
  max-width: 100%;
  padding: 8px 5px;
  font-size: 14px;
  margin-top: 4px;
  display: inline-block;
  border: 1px solid #384777;
  box-sizing: border-box;
}
.quickcontact input[type="submit"] {
  width: 100%;
  max-width: 100%;
  background-color: #0f9b55;
  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: #e70000;
  color: #fff;
  max-width: 100%;
}
.btn-1 {
  width: 100%;
  max-width: 100%;
  background-color: #384777;
  color: #fff;
  font-weight: 500;
  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: #384777 thick solid;
  position: fixed;
  width: 210px;
  right: 10px;
  bottom: 10px;
  max-width: 100%;
  background-color: #ffffff;
  padding: 4px;
  z-index: 9999;
}
.prod-img-box img {
  box-shadow: 0px 0px 15px 1px rgb(40 148 212 / 10%);
  margin-bottom: 30px;
  padding: 10px;
}
