@font-face {
  font-family: "Almarai";
  src: url("../fonts/Almarai-Regular.eot");
  src: url("../fonts/Almarai-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Almarai-Regular.woff2") format("woff2"),
    url("../fonts/Almarai-Regular.woff") format("woff"),
    url("../fonts/Almarai-Regular.ttf") format("truetype"),
    url("../fonts/Almarai-Regular.svg#Almarai-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Almarai";
  src: url("../fonts/Almarai-Bold.eot");
  src: url("../fonts/Almarai-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Almarai-Bold.woff2") format("woff2"),
    url("../fonts/Almarai-Bold.woff") format("woff"),
    url("../fonts/Almarai-Bold.ttf") format("truetype"),
    url("../fonts/Almarai-Bold.svg#Almarai-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Almarai";
  src: url("../fonts/Almarai-Light.eot");
  src: url("../fonts/Almarai-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Almarai-Light.woff2") format("woff2"),
    url("../fonts/Almarai-Light.woff") format("woff"),
    url("../fonts/Almarai-Light.ttf") format("truetype"),
    url("../fonts/Almarai-Light.svg#Almarai-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --mein-color: #0988ce;
  --sec-color: #f22a2a;
  --sec-color-2: #229edb;
}

ul {
  margin-bottom: 0;
  padding: 0;
}
.container {
  position: relative;
  z-index: 5;
}
p {
  margin-bottom: 0;
}
a:hover {
  text-decoration: none !important;
}
.above-all {
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
*,
*:hover,
*:active {
  outline: none !important;
}
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #e6e6e6;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--mein-color);
}

/*****/

/*****/

body {
  font-family: "Almarai";
  font-weight: normal;
  text-align: right;
}
html[dir="ltr"] body {
  text-align: left;
}

.loading-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2c2c2c;
  z-index: 10000;
  transition: all 0.7;
}
.loading-section .inin {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #fff;
  transition: all 0.7s;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
html[dir="ltr"] .loading-section .inin {
  right: auto;
  left: 10px;
}

.loading-section .inin.colored {
  transform: scale(300, 300);
  -webkit-transform: scale(300, 300);
  -moz-transform: scale(300, 300);
  -ms-transform: scale(300, 300);
  -o-transform: scale(300, 300);
}
.loading-section .logo-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading-section .logo-loading img {
  width: 200px;
  transition-property: all;
  transition-duration: 1.8s;
  /* transition-delay: .3s; */
  transition-timing-function: ease-in;
  filter: blur(100px);
  opacity: 0;
}
.loading-section .logo-loading img.colored {
  filter: blur(0);
  opacity: 1;
}

.open-side {
  width: 35px;
  height: 25px;
  display: none;
  position: relative;
  cursor: pointer;
  margin-inline-start: 6px;
}
.open-side .line {
  display: block;
  position: absolute;
  background-color: var(--mein-color);
  height: 4px;
  width: 100%;
  border-radius: 50px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.7s;
  box-shadow: 0 0 0px black;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.open-side .line:first-of-type {
  top: 0;
}
.open-side .line:nth-of-type(2) {
  top: calc(50% - 2px);
}
.open-side .line:nth-of-type(3) {
  bottom: 0;
}
.open-side.active .line:nth-of-type(2) {
  background-color: var(--mein-color);
  margin-inline-end: -15px;
}
.open-side.active .line:nth-of-type(3) {
  background-color: var(--sec-color-2);
}
.overly-mobal-menu {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 0;
  z-index: 2000;
  background-color: #fff;
  box-shadow: 0 0 100px var(--mein-color) inset;
  opacity: 0.5;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
}
.overly-mobal-menu.active {
  height: 100%;
}
.slide-open-menu {
  position: fixed;
  z-index: 3000;
  width: 300px;
  height: 100%;
  background-color: #313131;
  box-shadow: 0 0 5px #313131;
  inset-inline-start: -300px;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  overflow: auto;
}
.slide-open-menu.active {
  inset-inline-start: 0;
}
.slide-open-menu .logo {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.slide-open-menu .logo i {
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  transition: all 0.7s;
  position: absolute;
  top: 10px;
  inset-inline-end: 10px;
  cursor: pointer;
}
.slide-open-menu .logo i:hover {
  color: var(--mein-color);
}
.slide-open-menu .logo img {
  filter: drop-shadow(0px 0px 3px var(--mein-color)) brightness(0) invert(1);
  width: 200px;
  -webkit-filter: drop-shadow(0px 0px 3px var(--mein-color)) brightness(0)
    invert(1);
}
.slide-open-menu .nav-listt {
  max-height: 100%;
  overflow-y: auto;
}
.slide-open-menu .nav-listt li a {
  display: block;
  color: #e6e6e6;
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.slide-open-menu .nav-listt li a:hover {
  background-color: var(--mein-color) !important;
  color: #fff !important;
}
.slide-open-menu .nav-listt .menu-item-has-children .arrow-down-in {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  width: 40px;
  height: 44px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  background-color: var(--mein-color);
  border-radius: 4px;
  cursor: pointer;
  z-index: 10;
}
.slide-open-menu .nav-listt .sub-menu {
  display: none;
  padding-inline-start: 15px;
}
.slide-open-menu .nav-listt .sub-menu a {
  font-size: 14px;
  color: #e6e6e6cf;
}
.wpml-ls-statics-footer {
  display: none !important;
}
img {
  width: 100%;
}
.lg-outer {
  direction: ltr;
}

input,
textarea {
  direction: rtl !important;
}
html[dir="ltr"] input,
html[dir="ltr"] textarea {
  direction: ltr !important;
}
.wpcf7-form-control-wrap {
  display: block;
}

/*custom*/

.text-end {
  text-align: end;
}

.img-overlay-p {
  position: relative;
}
.img-overlay-p .img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img-overlay-p .img-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.img-overlay-p .img-overlay .overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background-color: var(--mein-color);
  opacity: 0.6;
}

.custom-head-1 {
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 35px;
  margin-bottom: 15px;
  line-height: 1.4;
  text-shadow: 0 0 2px #fff;
}
.custom-head-2,
.custom-head-3 {
  text-transform: capitalize;
  margin-bottom: 20px;
  color: var(--mein-color);
  font-weight: bold;
  font-size: 26px;
  line-height: 1.6;
}
.custom-head-3 {
  color: #fff;
}

.custom-text-1 {
  color: #ffffffe3;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.custom-text-2 {
  color: #696969;
  text-shadow: 0 0 0px #696969;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.custom-text-1 p,
.custom-text-2 p {
  margin-bottom: 10px;
}

.custom-btn-1 {
  transition: all 0.7s;
  background-color: #fff;
  border: 2px solid #fff;
  color: var(--mein-color);
  font-weight: bold;
  text-transform: capitalize;
  text-shadow: 0 0 0.5px var(--mein-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  min-width: 120px;
  font-size: 16px;
  padding: 5px;
  border-radius: 4px;
  box-shadow: 0 0 5px #00000078;
  position: relative;
  top: 0;
}
.custom-btn-1:hover {
  background-color: var(--sec-color);
  border-color: var(--sec-color);
  color: #fff;
  text-shadow: 0 0 0.5px #fff;
  top: -5px;
  box-shadow: 0 4px 5px #00000078;
}

.custom-btn-2 {
  transition: all 0.7s;
  background-color: transparent;
  border: 2px solid #ececec;
  color: #ececec;
  font-weight: bold;
  text-transform: capitalize;
  text-shadow: 0 0 0.5px #ececec;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  min-width: 120px;
  font-size: 16px;
  padding: 5px;
  border-radius: 4px;
  box-shadow: 0 0 5px #00000078;
  position: relative;
  top: 0;
}
.custom-btn-2:hover {
  background-color: #ececec;
  color: var(--mein-color);
  text-shadow: 0 0 0.5px var(--mein-color);
  top: -5px;
  box-shadow: 0 4px 5px #00000078;
}

.custom-btn-3 {
  transition: all 0.7s;
  background-color: var(--mein-color);
  border: 2px solid var(--mein-color);
  color: #ececec;
  font-weight: bold;
  text-transform: capitalize;
  text-shadow: 0 0 0.5px #ececec;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  min-width: 120px;
  font-size: 16px;
  padding: 5px;
  border-radius: 4px;
  box-shadow: 0 0 5px #00000078;
  position: relative;
  top: 0;
}
.custom-btn-3:hover {
  background-color: var(--sec-color);
  border-color: var(--sec-color);
  color: #fff;
  text-shadow: 0 0 0.5px #fff;
  top: -5px;
  box-shadow: 0 4px 5px #00000078;
}

/*custom*/
/*main-slider*/

.main-slider {
  position: relative;
}
.main-slider .item {
  position: relative;
  height: 600px;
	    display: flex;
    align-items: center;
}
.main-slider .text-all {
  position: relative;
  z-index: 2;
	width: 100%;
	margin-top:420px;
}
.main-slider .text-all .text-all-in {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.btns-container {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
	display:none;
}
.main-slider .owl-dots {
  position: absolute !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  bottom: 30px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  flex-wrap: wrap !important;
  -webkit-transform: translateX(-50%) !important;
  -moz-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  -o-transform: translateX(-50%) !important;
  z-index: 2;
}
.main-slider .owl-dots button {
}
.main-slider .owl-dots button span {
  width: 9px !important;
  height: 9px !important;
  opacity: 1 !important;
  background-color: white !important;
  box-shadow: 0 0 1px #000 !important;
  margin: 0 !important;
  margin-left: 4px !important;
  margin-right: 4px !important;
  transition: all 0.7s !important;
  -webkit-transition: all 0.7s !important;
  -moz-transition: all 0.7s !important;
  -ms-transition: all 0.7s !important;
  -o-transition: all 0.7s !important;
}
.main-slider .owl-dots button:hover span,
.main-slider .owl-dots button.active span {
  background-color: var(--sec-color) !important;
}
.main-slider .owl-nav {
  margin: 0 !important;
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  bottom: 22px !important;
  z-index: 1 !important;
  -webkit-transform: translateX(-50%) !important;
  -moz-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  -o-transform: translateX(-50%) !important;
  display: inline-flex !important;
  justify-content: space-between !important;
}
.main-slider .owl-nav button {
  margin: 0 !important;
}
.main-slider .owl-nav button:hover {
  background-color: transparent !important;
}
.main-slider .owl-nav button i {
  color: #fff !important;
  font-size: 16px !important;
  text-shadow: 0 0 1px #000 !important;
  transition: all 0.7s !important;
  -webkit-transition: all 0.7s !important;
  -moz-transition: all 0.7s !important;
  -ms-transition: all 0.7s !important;
  -o-transition: all 0.7s !important;
}
.main-slider .owl-nav button:hover i {
  color: var(--sec-color) !important;
}

/*main-slider*/
/*about-us-section*/

.about-us-section {
  padding-top: 50px;
  padding-bottom: 90px;
}
.materail-images {
/*   display: flex; */
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
}
.materail-images a {
  position: relative;
  width: calc(50% - 10px);
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 5px #0000005c;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.materail-images a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.materail-images a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*   background-color: #0000005c; */
  z-index: 2;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.materail-images a .overlay span {
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 26px;
  text-align: center;
  overflow: hidden;
  height: 38px;
  display: block;
  width: 100%;
}
.materail-images a:nth-of-type(odd) {
  top: 40px;
}
.materail-images a:hover {
  transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  -o-transform: scale(1.03, 1.03);
  z-index: 5;
}

/*about-us-section*/
/*why-us-section*/

.why-us-section {
  background-color: var(--mein-color);
}

html[dir="ltr"] .why-us-section [class^="col-"]:first-of-type {
  direction: rtl;
}
.why-us-section [class^="col-"]:first-of-type {
  direction: ltr;
}
.why-us-section .img {
  width: 130%;
  height: 100%;
}
.why-us-section .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.why-us-section [class^="col-"]:last-of-type {
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
}
.why-us-section .shepa-in {
  position: absolute;
  z-index: 1;
  width: 130%;
  height: 100%;
  top: 0;
  inset-inline-start: -15px;
}
.why-us-section .text-all {
  width: 75%;
  position: relative;
  z-index: 2;
}
.eles-elements-feats {
}
.eles-elements-feats > div {
  margin-bottom: 10px;
}
.eles-elements-feats > div p {
  display: inline-flex;
  /*background-color: var(--sec-color);*/
  color: #fff;
  font-size: 14px;
  text-shadow: 0 0 1px #fff;
  text-transform: capitalize;
  column-gap: 10px;
  padding: 7px 12px;
  border-radius: 4px;
  /*box-shadow: 1px 1px 1px #0000006e;*/
  min-width: 150px;
}
.eles-elements-feats > div p i {
  position: relative;
  top: 2px;
}

/*why-us-section*/
/*our-partners-section*/

.our-partners-section {
  padding-top: 70px;
  padding-bottom: 70px;
}
.our-partners-section .item {
}
.our-partners-section .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 170px;
}
.our-partners-section .item a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*our-partners-section*/
/*news-section*/

.news-section {
  padding: 40px 0;
}
.news-section [class^="col-"] {
  margin-bottom: 30px;
}
.news-in {
  border: 1.5px solid #a8a8a8;
  box-shadow: 0 0 5px #a8a8a854;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  position: relative;
  top: 0;
  height: 100%;
}
.news-in .img {
  width: 100%;
  height: 150px;
}
.news-in .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-in .text-all {
  padding: 10px;
}
.news-in .text-all .header-in {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-in .text-all .header-in h3 {
  margin-bottom: 0;
  color: #000;
  font-weight: bold;
  font-size: 20px;
  width: 50%;
  padding-inline-end: 10px;
  line-height: 1.4;
  overflow: hidden;
  height: 27px;
}
.news-in .text-all .header-in span {
  padding-inline-start: 10px;
  color: #949494;
  font-size: 13px;
  width: 50%;
  text-shadow: 0 0 0px #949494;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 5px;
}
.news-in .text-all p {
  color: #6e6e6e;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 10px;
  overflow: hidden;
  text-shadow: 0 0 0px #6e6e6e;
  max-height: 121px;
}
.news-in .text-all .btn-d {
  text-align: end;
}
.news-in:hover {
  transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  -o-transform: scale(1.03, 1.03);
  top: -5px;
}

/*news-section*/
/*slogan-section*/

.slogan-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

/*slogan-section*/
/*certificates-section*/

.certificates-section {
  padding-top: 40px;
  padding-bottom: 20px;
}
.cerf-in {
  margin-bottom: 30px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cerf-in img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*certificates-section*/
/*footer*/

footer {
  padding-top: 40px;
  padding-bottom: 40px;
}
footer .info-footer .logo-footer {
  width: 150px;
  margin-bottom: 20px;
}
footer .info-footer h2 {
  color: #fffffff2;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
footer .info-footer .nav-listt {
  list-style: none;
}
footer .info-footer .nav-listt > li {
  margin-bottom: 7px;
}
footer .info-footer .nav-listt > li > a {
  font-weight: bold;
  color: #fffffff2;
  text-transform: capitalize;
  font-size: 18px;
  position: relative;
  display: inline-block;
  padding-inline-start: 25px;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
footer .info-footer .nav-listt > li > a::before {
  content: "\f061";
  display: block;
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  inset-inline-start: 5px;
  font-size: 13px;
  opacity: 0.7;
  top: 3px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
html[dir="ltr"] footer .info-footer .nav-listt > li > a::before {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
footer .info-footer .nav-listt > li > a:hover,
footer .info-footer .nav-listt > li > a:hover::before {
  color: var(--sec-color);
}
.info-contact > div {
  margin-bottom: 5px;
}
.info-contact > div:last-of-type {
  margin-bottom: 0;
}
.info-contact > div > a {
  color: #fffffff2;
  font-size: 16px;
  display: inline-block;
  font-weight: bold;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.info-contact > div > a:hover {
  color: var(--sec-color);
}
.map-con-contact {
  position: relative;
  display: flex;
}
.map-con-contact .main-map {
  overflow: hidden;
  height: 140px;
  border-radius: 10px;
  margin-bottom: 5px;
  box-shadow: 0 1px 5px #0000007d;
  width: calc(100% - 50px);
}
.map-con-contact .main-map iframe {
  width: 100%;
  height: 100%;
}
.links-media {
  margin-inline-start: auto;
}
.links-media a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  color: #43a4d9;
  transition: all 0.7s;
  box-shadow: 0 0 5px #0000004d;
  margin-bottom: 5px;
}
.links-media a:hover {
  background-color: var(--sec-color);
  color: #fff;
}
/*footer*/
/*our-goles-section*/

.our-goles-section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.our-goles-section [class^="col-"] {
  margin-bottom: 30px;
}
.gole-in {
  text-align: center;
  border: 2px solid #c9c9c9;
  box-shadow: 0 0 5px #c9c9c961;
  border-radius: 5px;
  padding: 20px 15px;
  height: 100%;
}
.gole-in .icon {
  width: 100%;
  height: 40px;
  margin-bottom: 3px;
}
.gole-in .icon i {
  color: var(--mein-color);
  font-size: 40px;
}
.gole-in h3 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-transform: capitalize;
  font-weight: bold;
  color: var(--mein-color);
  font-size: 20px;
  line-height: 1.4;
  position: relative;
}
.gole-in h3::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  border-radius: 50px;
  width: 40px;
  background-color: var(--sec-color);
}
.gole-in .custom-text-2 {
  margin-bottom: 0;
}

/*our-goles-section*/
/*catalogues-and-approvedals-section*/

.catalogues-and-approvedals-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.download-in {
  display: flex;
  width: 100%;
  box-shadow: 0 0 2px #aaa, 0 3px 1px var(--mein-color);
  border: 1px solid #aaa;
  border-radius: 5px;
  padding: 10px;
  background-color: #fff;
  text-transform: capitalize;
  color: #4e4e4e;
  font-weight: bold;
  font-size: 15px;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  padding-inline-end: 50px;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.download-in i {
  position: absolute;
  color: var(--mein-color);
  font-size: 23px;
  text-shadow: 0 0 1px var(--mein-color);
  top: 9px;
  inset-inline-end: 16px;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.download-in:hover {
  background-color: var(--mein-color);
  color: #fff;
}
.download-in:hover i {
  color: #fff;
}

/*catalogues-and-approvedals-section*/
/*contact-us-page*/

.contact-us-page {
  position: relative;
  padding-top: 60px;
  padding-bottom: 50px;
}
.contact-us-page .map-overlay,
.contact-us-page .map-overlay .map-overlay-in,
.contact-us-page .map-overlay .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-us-page .map-overlay {
  height: 82%;
}
.contact-us-page .map-overlay .map-overlay-in {
  z-index: 1;
}
.contact-us-page .map-overlay .map-overlay-in iframe {
  width: 100%;
  height: 100%;
}
.contact-us-page .map-overlay .overlay {
  z-index: 2;
  background-color: var(--mein-color);
  opacity: 0.6;
}

.contact-us-page-container-in {
  background-color: var(--sec-color-2);
  padding: 20px 30px;
  border-radius: 10px;
  box-shadow: 0 0 5px var(--sec-color-2);
}
.contact-us-page-container-in .custom-head-3 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 10px;
  width: calc(100% - 50px);
}
.contact-us-page-container-in .map-con-contact .main-map {
  height: 210px;
  margin-bottom: 10px;
}
.contact-us-page-container-in .links-media a {
  margin-bottom: 10px;
}
.form-custom-1 {
  padding-top: 10px;
}
.form-custom-1 br,
.form-custom-2 br {
  display: none !important;
}

.input-in-1 {
  margin-bottom: 10px;
}
.input-in-1 .name-in {
  display: block;
  color: #ffffffe3;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
.input-in-1 input,
.input-in-1 textarea {
  width: 100%;
  height: 50px;
  border-radius: 7px;
  border: 0;
  padding: 7px 15px;
  box-shadow: 0 0 5px #00000047;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}
.input-in-1 textarea {
  height: 200px;
}
.input-in-1 ::-webkit-input-placeholder {
  text-transform: capitalize;
  color: #a1a1a1;
  text-shadow: 0 0 0px #a1a1a1;
  font-size: 16px;
}
.input-in-1 ::-moz-placeholder {
  text-transform: capitalize;
  color: #a1a1a1;
  text-shadow: 0 0 0px #a1a1a1;
  font-size: 16px;
}
.input-in-1 :-ms-input-placeholder {
  text-transform: capitalize;
  color: #a1a1a1;
  text-shadow: 0 0 0px #a1a1a1;
  font-size: 16px;
}
.input-in-1 :-moz-placeholder {
  text-transform: capitalize;
  color: #a1a1a1;
  text-shadow: 0 0 0px #a1a1a1;
  font-size: 16px;
}

/*contact-us-page*/
/*nav-bar-section*/

.nav-bar-section {
  position: relative;
  z-index: 10;
  box-shadow: 0 0 5px #00000061;
}
.nav-bar-section [class^="col-"] {
  display: flex;
  align-items: center;
}
.nav-bar-section [class^="col-"]:first-of-type {
  padding-top: 10px;
  padding-bottom: 10px;
}
.nav-bar-section [class^="col-"]:last-of-type {
  justify-content: flex-end;
  gap:20px
}
.nav-bar-section .logo {
  display: inline-flex;
}
.nav-bar-section .logo img {
  width: 150px;
}
.nav-bar-section .nav-listt {
  display: inline-flex;
  list-style: none;
  column-gap: 15px;
  flex-wrap: wrap;
  row-gap: 10px;
  height: 100%;
  align-items: center;
}
.nav-bar-section .nav-listt > li {
  display: inline-flex;
  height: 100%;
  align-items: center;
  position: relative;
}
.nav-bar-section .nav-listt > li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  width: 0%;
  height: 4px;
  border-radius: 50px;
  background-color: var(--mein-color);
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  opacity: 0;
}
.nav-bar-section .nav-listt > li > a {
  text-transform: capitalize;
  color: #a7a5a5;
  font-weight: bold;
  font-size: 15px;
  transition: all 0.7s;
}
.nav-bar-section .nav-listt > li:hover > a,
.nav-bar-section .nav-listt > li.current_page_item > a {
  color: var(--sec-color-2);
}
.nav-bar-section .nav-listt > li:hover::before,
.nav-bar-section .nav-listt > li.current_page_item::before {
  width: 100%;
  opacity: 1;
}

.lang {
  display: inline-flex;
  position: relative;
  cursor: pointer;
}
.lang > span {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  color: #878787;
  font-size: 13px;
  column-gap: 3px;
  position: relative;
  padding-inline-start: 15px;
}
.lang > span i {
  font-size: 16px;
}

.lang a{
	color:#000
}



/*
.lang > span::before {
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  border-color: #878787 transparent transparent transparent;
  border-width: 5px 5px 0 5px;
  height: 0;
  width: 0;
  inset-inline-start: 0;
  border-radius: 4px;
  top: 7px;
}

*/

.lang .drop-down {
  position: absolute;
  top: 140%;
  opacity: 0;
  visibility: hidden;
  inset-inline-end: 0;
  width: 100px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px #00000036;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.lang .drop-down a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mein-color);
  font-weight: bold;
  font-size: 16px;
  padding: 5px 10px;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.lang .drop-down a:hover {
  background-color: var(--mein-color);
  color: #fff;
}
.lang:hover .drop-down {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

/*nav-bar-section*/
/*custom-page*/

.custom-page {
  padding-top: 40px;
  padding-bottom: 40px;
}
.custom-page .head {
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 25px;
  line-height: 1.4;
}
.custom-page .main-img {
  margin-bottom: 20px;
}
.custom-page .main-img img {
  width: 100%;
}
.custom-page .text {
  color: #868686;
  font-size: 21px;
  text-shadow: 0 0 0.5px #868686;
  line-height: 1.6;
}
.custom-page .text p {
  margin-bottom: 10px;
}

/*custom-page*/
/*recruitment-page*/

.recruitment-page {
  padding-top: 40px;
  padding-bottom: 40px;
}
.recruitment-page [class^="col-"]:last-of-type {
  display: flex;
  align-items: center;
}
.recruitment-page img {
  width: 100%;
}
.form-custom-2 {
  border: 2px solid #c9c9c9;
  border-radius: 10px;
  box-shadow: 0 0 5px #c9c9c97d;
  padding: 20px 30px;
}
.input-in-2 .name-in {
  color: var(--mein-color);
}
.input-in-2 input,
.input-in-2 textarea {
  border: 2px solid #c9c9c9;
  box-shadow: 0 0 5px #c9c9c925;
}
.input-in-2 .input-upload-file {
  position: relative;
  width: 100%;
  height: 50px;
  border-radius: 7px;
  border: 0;
  padding: 7px 15px;
  /* box-shadow: 0 0 5px #00000047; */
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border: 2px solid #c9c9c9;
  box-shadow: 0 0 5px #c9c9c925;
}
.input-in-2 .input-upload-file input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
}
.input-in-2 .input-upload-file .wpcf7-form-control-wrap {
  position: static;
}
.input-in-2 .input-upload-file .input-upload-file-word {
  text-transform: capitalize;
  color: #a1a1a1;
  text-shadow: 0 0 0px #a1a1a1;
  font-size: 16px;
  position: absolute;
  top: 13px;
  inset-inline-start: 15px;
}
.input-in-2 .input-upload-file i {
  position: absolute;
  inset-inline-end: 15px;
  color: #aba9a9;
  font-size: 22px;
  top: 11px;
}
.form-custom-2 .custom-btn-2 {
  color: var(--mein-color);
  border: 2px solid #c9c9c9;
  box-shadow: 0 0 5px #c9c9c925;
}
.form-custom-2 .custom-btn-2:hover {
  color: #fff;
  background-color: var(--sec-color);
  border-color: var(--sec-color);
}

/*recruitment-page*/
/*products-page*/

.products-page {
  padding-top: 40px;
  padding-bottom: 20px;
}
.product-in {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 8px;
  margin-bottom: 30px;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
	    padding: 10px;
}
.product-in .img {
	    width: 100%;
    height: 200px;
    margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center
}
.product-in .img img {
  width: 100%;
  height: 100%;
	object-fit: contain;
  position: relative;
  z-index: 1;
}
.product-in .img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,0988ce+100&0+25,0.89+100 */
  background: linear-gradient(
    to bottom,
    rgba(30, 87, 153, 0) 0%,
    rgba(25, 99, 166, 0) 25%,
    rgb(0 0 0 / 57%) 100%
  )
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */


}
.product-in h3 {
	width: 100%;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 0;
    color: #0988ce;
    text-transform: capitalize;
    text-shadow: 0 0 1px #fff;
    font-size: 23px;
    line-height: 1.5;
    height: 32px;
}
.product-in:hover {
  transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  -o-transform: scale(1.03, 1.03);
  box-shadow: 0 2px 5px #0000008a;
}
.text-in-product-only{
	text-align: center;
    color: #5e5e5e;
    line-height: 1.6;
    overflow: hidden;
    max-height: 53px;
    margin-top: 5px;
}
.products-slider{
	    padding-bottom: 40px;
}
.products-slider .item{
	
}
.products-slider .item > div{
	    width: 100%;
    height: 140px;
    margin-left: auto;
    margin-right: auto;
	display: flex;
	align-items: center;
	justify-content: center
}
.products-slider .item > div img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/*products-page*/
@media (max-width: 1199px) {
  .nav-bar-section .logo img {
    width: 120px;
  }
	.nav-bar-section .nav-listt > li > a{
		    font-size: 13px;
	}
}
@media (max-width: 991px) {
  .main-slider .text-all .text-all-in {
    width: 80%;
  }
  .custom-head-1,
  .custom-head-2,
  .custom-head-3,
  .custom-text-1,
  .custom-text-2 {
    text-align: center;
  }
  .btn-container-res {
    text-align: center;
  }
  .about-us-section [class^="col-"]:first-of-type {
    margin-bottom: 30px;
  }
  .why-us-section .text-all {
    width: 100%;
  }
  .why-us-section .img {
    width: 100%;
    padding-top: 40px;
  }
  .eles-elements-feats > div {
    text-align: center;
  }
  .eles-elements-feats > div p {
    display: inline-block;
  }
  .eles-elements-feats > div p i {
    position: static;
    width: 100%;
    margin-bottom: 5px;
  }
  .why-us-section .container,
  .why-us-section .row,
  .why-us-section [class^="col-"] {
    position: static !important;
  }
  .why-us-section {
    position: relative;
  }
  .why-us-section .shepa-in {
    inset-inline-start: auto;
    left: 0;
  }
  .why-us-section [class^="col-"]:last-of-type {
    padding-top: 30px;
  }
  .news-in {
    text-align: center;
  }
  .news-in .text-all .header-in {
    display: block;
  }
  .news-in .text-all .header-in span,
  .news-in .text-all .header-in h3 {
    width: 100%;
    padding-inline-start: 0;
    padding-inline-end: 0;
  }
  .news-in .text-all .header-in h3 {
    margin-bottom: 5px;
  }
  .news-in .text-all .header-in span {
    justify-content: center;
  }
  .news-in .text-all .btn-d {
    text-align: center;
  }
  footer {
    text-align: center;
  }
  footer [class^="col-"] {
    margin-bottom: 30px;
  }
  .text-end {
    text-align: center;
  }
  .form-custom-1 {
    margin-bottom: 20px;
  }
  .form-custom-1,
  .input-in-1 input,
  .input-in-1 textarea {
    text-align: center;
  }
  .contact-us-page-container-in .links-media {
    display: none;
  }
  .contact-us-page-container-in .custom-head-3,
  .contact-us-page-container-in .map-con-contact .main-map {
    width: 100%;
  }
  .nav-bar-section [class^="col-"]:nth-of-type(2) {
    display: none;
  }
  .open-side {
    display: flex;
  }
  .custom-page {
    text-align: center;
  }
  .form-custom-2 {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .main-slider .text-all .text-all-in {
    width: 100%;
  }
  .custom-head-1 {
    font-size: 25px;
  }
  .main-slider .owl-nav,
  .main-slider .owl-dots {
    display: none !important;
  }
  .custom-page .text {
    font-size: 19px;
  }
}
@media (max-width: 575px) {
  .custom-head-1 {
    font-size: 20px;
  }
  .btns-container {
    flex-wrap: wrap;
  }
  .btns-container a {
    margin-bottom: 10px;
  }
  .custom-head-2,
  .custom-head-3 {
    font-size: 22px;
  }
  .form-custom-2 {
    padding: 20px 15px;
  }
}
@media (max-width: 500px) {
  .contact-us-page-container-in {
    padding: 20px 15px;
  }
}
@media (max-width: 400px) {
  .materail-images a {
    width: 100%;
  }
  .materail-images a:nth-of-type(odd) {
    top: 0;
  }
}
@media (max-width: 350px) {
}



.page-loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #1c3d73;
  z-index: 9999999955;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*display: none*/
}

.page-loading .navbar-brand {
      display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: 1s fadelogo forwards;
    animation: 1s fadelogo forwards;
    transform: scale(1.5);
    width:250px;
}
.page-loading .navbar-brand img{
    filter:brightness(0) invert(1);
}

.page-loading .navbar-brand:after {
  content: "";
  width: 0px;
  height: 0px;
  background-color: #1c3d73;
  position: absolute;
  right: -120px;
  left: auto;
  border-radius: 50%;
  box-shadow: 0px 0px 85px 100px #1c3d73;
  -webkit-animation: 2s ease-in-out fader infinite;
          animation: 2s ease-in-out fader infinite;
}

@-webkit-keyframes fader {
  0% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(-500px, 10px);
  }
}

@keyframes fader {
  0% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(-500px, 10px);
  }
}











/*EDIT SUBMENU */ 

.nav-bar-section .nav-listt {
  list-style: none;
  display: flex;
  flex-wrap: no-wrap;
  /*column-gap: 30px;*/
  row-gap: 5px;
}
.nav-bar-section .nav-listt > li > a {
  text-transform: capitalize;
  /*color: #434343;*/
  /*font-size: 15px;*/
  position: relative;
  /*display: block;*/
  /*padding-bottom: 8px;*/
  /*transition: all 0.7s;*/
}
/*.nav-bar-section .nav-listt > li > a::before {*/
/*  content: "";*/
/*  display: block;*/
/*  position: absolute;*/
/*  background-color: #1f3a86;*/
/*  height: 2px;*/
/*  border-radius: 10px;*/
/*  width: 0;*/
  /*80%*/
/*  bottom: 0;*/
/*  right: 0;*/
/*  transition: all 0.7s;*/
/*  -webkit-transition: all 0.7s;*/
/*  -moz-transition: all 0.7s;*/
/*  -ms-transition: all 0.7s;*/
/*  -o-transition: all 0.7s;*/
/*}*/
.nav-bar-section .nav-listt > li:hover > a,
.nav-bar-section .nav-listt > li.current-menu-item > a {
  /*text-shadow: 0 0 1px #1f3a86;*/
	/*color: #1f3a86!important*/
}
.nav-bar-section .nav-listt > li:hover > a::before,
.nav-bar-section .nav-listt > li.current-menu-item > a::before {
  width: 80%;
}
.nav-bar-section [class^="col-"] {
  display: flex;
  align-items: center;
}
.nav-bar-section [class^="col-"]:last-of-type {
  justify-content: flex-end;
}
/* .nav-bar-section .menu-item-has-children {
  position: relative;
  padding-inline-end: 15px;
} */
/* .nav-bar-section .menu-item-has-children::before {
  content: "";
  display: block;
  position: absolute;
  border: 1.5px solid #434343;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  border-top: 0;
  border-left: 0;
  top: 7px;
  inset-inline-end: 0;
} */
.sub-menu .sub-menu,
.nav-bar-section .sub-menu .menu-item-has-children::before{
	display:none
}
.nav-bar-section .menu-item-has-children > .sub-menu {
  list-style: none;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 0 5px #00000017;
  position: absolute;
	z-index:6;
  top: 100%;
/*   inset-inline-start: 0; */
  min-width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.nav-bar-section .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.nav-bar-section .menu-item-has-children .sub-menu > li > a {
  text-transform: capitalize;
  color: #434343;
  font-size: 16px;
  position: relative;
  display: block;
  padding:15px  8px;
  transition: all 0.7s;
  position: relative;
  border-bottom: 1px solid #43434324;
}
.nav-bar-section .menu-item-has-children .sub-menu > li:last-of-type > a {
  border-bottom: none;
}
.nav-bar-section .menu-item-has-children .sub-menu > li > a:hover {
  text-shadow: 0 0 1px #1f3a86;
  color: #1f3a86;
}



.custom-tax-page .product-in{
    height:auto;
        box-shadow: 0 0 3px 3px #0000000f;
        padding:20px;
    
}
.custom-tax-page .product-in  .img{
    position:unset;
    height:285px;
    margin-bottom:20px;
    
}
.custom-tax-page .product-in .img .overlay{
    background:transparent;
}

.custom-tax-page .product-in h3{
    color:#0988ce;
    position:unset;
	    height: auto;
    font-size: initial;

}
.whats-icon {
    width:45px;
    height:45px;
}
.whats-icon svg{
    width:100%;
    height:100%;
}