html {
  overflow-x: hidden;
}

body {
  font-family: 'Madani', sans-serif;
  /* line-height: 1.8; */
  font-size: 16px;
  background: #fff;
  color: #859196;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #50B7C9;
}

a:hover {
  text-decoration: none;
  color: #50B7C9;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  line-height: 1.45;
  font-weight: normal;
  color: #000;
}
/* style.css */
.translate_btn {
  background: transparent;
  border: none;
  cursor: pointer;
}
.translate_btn img {
width: 2rem;
}
.bg_gradient{
  background: linear-gradient(90deg, rgba(60,114,149,1) 0%, rgba(80,183,201,1) 35%, rgba(99,253,253,1) 100%);
color: white;
}
.btn {
  border: none !important;
}
.owl-carousel .owl-item {
height: auto;
}
.owl-carousel .item {
height: 100%;
}

.text-primary {
  color: #50B7C9 !important;
}

.witco-navbar-light {
  background: transparent !important;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
}

@media screen and (max-width: 991px) {
  .witco-navbar-light {
    background: #000 !important;
    top: 0;
    position: relative;
  }
}

.witco-navbar-light .navbar-nav>.nav-item>.nav-link {
  font-size: 16px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 960px) {
  .witco-navbar-light .navbar-nav>.nav-item>.nav-link  {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.witco-navbar-light .navbar-nav>.nav-item.witco-cta a {
  color: #fff;
}

.witco-navbar-light .navbar-nav>.nav-item.witco-seperator {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 960px) {
  .witco-navbar-light .navbar-nav>.nav-item.witco-seperator {
    padding-left: 0;
    margin-left: 0;
  }
}

.witco-navbar-light .navbar-nav>.nav-item.witco-seperator:before {
  position: absolute;
  content: "";
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.05);
}

@media screen and (max-width: 960px) {
  .witco-navbar-light .navbar-nav>.nav-item.witco-seperator:before {
    display: none;
  }
}

.witco-navbar-light .navbar-toggler {
  border: none;
  color: rgba(255, 255, 255, 0.651) !important;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 16px;
  
}

.witco-navbar-light.scrolled {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  background: #75757563 !important;
}

@media screen and (max-width: 768px) {
  .witco-navbar-light.scrolled .navbar-nav {
    background: none;
    border-radius: 0px;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media screen and (max-width: 576px) {
  .witco-navbar-light.scrolled .navbar-nav {
    background: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.witco-navbar-light.scrolled .navbar-toggler {
  border: none;
  color: rgba(0, 0, 0, 0.5) !important;
  border-color: rgba(0, 0, 0, 0.5) !important;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 16px;
  
}

.witco-navbar-light.scrolled .nav-link {
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
  color: #000 !important;
}

.witco-navbar-light.scrolled .nav-link.active {
  color: #50B7C9 !important;
}

.witco-navbar-light.scrolled.awake {
  margin-top: 0px;
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
}

.witco-navbar-light.scrolled.sleep {
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
}

.witco-navbar-light.scrolled .navbar-brand {
  color: #000;
}

.navbar-brand {
  text-transform: uppercase;
  
  font-weight: 700;
}

.bg-image,
.witco-cover {
  background-size: cover;
  background-repeat: no-repeat;
}

.witco-cover {
  background-position: center center;
}

.witco-cover .witco-heading {
  font-size: 45px;
  line-height: 1.34;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .witco-cover .witco-heading {
    font-size: 37px;
    line-height: 1.3;
  }
}

.witco-cover .witco-subheading,
.witco-cover p {
  color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 768px) {
  .witco-cover .btn {
    width: 100% !important;
    border: 1px solid red;
  }
}

.witco-cover a {
  position: relative;
  color: #fff;
}

.witco-cover a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #50B7C9;
  height: 2px;
  content: " ";
}

.witco-cover.overlay {
  position: relative;
}

.witco-cover.overlay:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.witco-cover .witco-vh-100 {
  min-height: 700px !important;
}

.witco-slant {
  position: relative;
  overflow: hidden;
}

.witco-slant:after ,#section-about .witco-slant:after {
  width: 120%;
  height: 200px;
  left: -10%;
  background: #f2f2f2;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  content: "";
  position: absolute;
  bottom: -100px;
}

@media screen and (max-width: 960px) {
  .witco-slant:after {
    bottom: -150px;
  }
}
#section-home {
  background-image: url(../images/bg22.png);
}
@media screen and (max-width: 768px) {
  #section-home {
    background-image: url(../images/mop2.png);
  }
  .witco-slant:after {
    bottom: -170px;
  }
}

.witco-slant.witco-slant-white:after {
  background: #fff;
}
#section-about.witco-slant.witco-slant-white:after {
  background: #fff;
}
.witco-slant.witco-slant-white.section-news:after {
  background: #f2f2f2;
}

.witco-slant.witco-slant-dark:after {
  background: #263135;
}

.witco-uppercase {
  
  font-size: 35px; /* Example font size */
  background-image: linear-gradient(90deg, rgb(28, 80, 114) 25%, rgba(80,183,201,1) 55%, rgba(99,253,253,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  font-family: 'MadaniExtraBold';
}
#Products .witco-uppercase {
  
  font-size: 27px; /* Example font size */
  background-image: linear-gradient(90deg, rgb(28, 80, 114) 25%, rgba(80,183,201,1) 55%, rgba(99,253,253,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  font-family: 'Madani';
}

.btn {
  border-radius: 4px;
  padding: 20px 30px;
  font-size: 14px;
  
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}

.btn.btn-sm {
  padding: 10px 20px;
  font-size: 12px;
}

.btn:before {
  display: none;
}

.btn:hover,
.btn:active,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-primary {
  background: #50B7C9;
  border-color: #50B7C9;
  color: #fff;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
  border-color: #50B7C9;
  background: #50B7C9;
}

.btn.btn-outline-white {
  border-color: rgba(255, 255, 255, 0.2);
  background: none;
}

.btn.btn-outline-white:hover,
.btn.btn-outline-white:focus,
.btn.btn-outline-white:active {
  background: #fff;
  border-color: #fff;
  color: #000;
}

.form-control {
  border: 2px solid rgba(53, 53, 53, 0.2);
  height: 55px;
  background: none !important;
  color: #000 !important;
  font-size: 18px;
}

.form-control:focus,
.form-control:active {
  border: 1px solid #000;
}

textarea {
  height: inherit !important;
}

.witco-vh-100 {
  height: 100vh;
}

@media screen and (max-width: 960px) {
  .witco-vh-100 {
    height: inherit;
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

.witco-vh-75 {
  height: 75vh;
}

@media screen and (max-width: 960px) {
  .witco-vh-75 {
    height: inherit;
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

/* .witco-animate {
  opacity: 0;
  visibility: hidden;
} */

.bg-primary {
  background: #50B7C9 !important;
}

.witco-section,
.witco-footer {
  padding: 7em 0 7em 0;
}

.witco-section.witco-slant,
.witco-footer.witco-slant {
  padding: 7em 0 22em 0;
}

.witco-section .witco-heading,
.witco-footer .witco-heading {
  font-size: 40px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {

  .witco-section .witco-heading,
  .witco-footer .witco-heading {
    font-size: 30px;
  }
}

.witco-section.bg-light,
.witco-footer.bg-light {
  background: #f2f2f2 !important;
}

.witco-bg-dark {
  background: #263135;
}

.witco-footer {
  font-size: 16px;
}

.witco-footer .witco-footer-logo {
  text-transform: uppercase;
  
}

.witco-footer .witco-footer-widget h2 {
  font-weight: normal;
}

.witco-footer p {
  color: rgba(255, 255, 255, 0.3);
}

.witco-footer a {
  color: rgba(255, 255, 255, 0.3);
}

.witco-footer a:hover {
  color: #50B7C9;
}

.witco-footer .witco-heading {
  font-size: 24px;
}

.witco-footer .witco-heading-2 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.witco-pricing-popular {
  position: relative;
}

.witco-pricing-popular .popular-text {
  text-transform: uppercase;
  font-size: 14px;
  margin-top: -16px;
  right: 0;
  background: #50B7C9;
  color: #fff;
  padding: 2px 10px;
  position: absolute;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  
}

.witco-pricing h2 {
  font-size: 17px;
  text-transform: uppercase;
}

.witco-pricing .witco-price-per {
  font-size: 70px;
}

.witco-pricing .witco-price-per sup {
  font-size: 20px;
  top: -1.5em;
}

.witco-pricing .witco-price-per strong {
  color: #000;
}

.witco-pricing .witco-price-per span {
  font-size: 20px;
}

.witco-pricing ul li {
  margin-bottom: 10px;
}

.witco-footer-social li {
  list-style: none;
  margin: 0 10px 10px 0;
  display: inline-block;
}

.witco-footer-social li a {
  height: 60px;
  width: 60px;
  display: block;
  float: left;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  position: relative;
}

.witco-footer-social li a span {
  position: absolute;
  font-size: 26px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

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

.footer-small-nav>li {
  display: inline-block;
}

.footer-small-nav>li a {
  margin: 0 10px 10px 0;
}

.footer-small-nav>li a:hover,
.footer-small-nav>li a:focus {
  color: #50B7C9;
}

 .witco-icon {
  width: 100px;
}

 .witco-icon span {
  color: #50B7C9;
}

.witco-media {
  background: #fff;
  border-radius: 5px;
}

.witco-media.text-center .witco-icon {
  margin: 0 auto;
}

.witco-overflow-hidden {
  overflow: hidden;
}

.padding-top-bottom {
  padding-top: 120px;
  padding-bottom: 120px;
}

.witco-owl {
  position: relative;
  z-index: 1;
}

.witco-owl .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  z-index: 10;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.witco-owl .owl-nav .owl-prev,
.witco-owl .owl-nav .owl-next {
  position: absolute;
  font-size: 30px;
  background: #50B7C9;
  color: #fff;
  padding: 10px;
  line-height: 0;
}

.witco-owl .owl-nav .owl-prev {
  left: 0;
}

.witco-owl .owl-nav .owl-next {
  right: 0;
}

.witco-owl .owl-dots {
  position: relative;
  text-align: center;
  margin-top: 30px;
}

.witco-owl .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.witco-owl .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  display: inline-block;
  margin: 5px 7px;
}

.witco-owl .owl-dots .owl-dot.active span {
  background: #50B7C9;
}

.witco-owl:hover .owl-nav {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #map {
    height: 400px;
  }
}

.witco-counter .witco-number {
  display: block;
  font-size: 72px;
  font-weight: bold;
  color: #50B7C9;
}

.witco-counter .witco-label {
  font-size: 12px;
  text-transform: uppercase;
  
  color: #b3b3b3;
}

#witco-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000;
}

#witco-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#witco-loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

#witco-loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#witco-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}
.service {
	background: #fff;
	padding: 20px
}
.Services_item:hover{
  scale: 1.02;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(146, 146, 146, 0.24);
  -moz-box-shadow: 0px 0px 25px 0px rgba(167, 167, 167, 0.24);
  box-shadow: 0px 0px 25px 0px rgba(165, 165, 165, 0.24);

}
.Services_item h2,.about_sub_title,.values_sub_title{
  font-size: 20px;
  background-image: linear-gradient(90deg, rgb(28, 80, 114) 25%, rgba(80, 183, 201, 1) 55%, rgba(99, 253, 253, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
  font-family: 'Madani';

}
.Services_item img{
  max-width: 3.5rem;

}
#section-services .media-body  {
  text-align: start;
}
#section-services .media-body p  {
font-size: .9rem;
}
.service .service-element,
.service .service-info {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	transition-duration: .3s;
	transition-property: all;
	transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}

.service .service-icon {
	display: block;
	font-size: 30px;
	color: #999caa;
	margin-bottom: 30px
}

#values .service:hover  {
background: #5dcce1;
color: white;
}
#values .service:hover .values_sub_title  {
  background-image: linear-gradient(90deg, rgb(0 0 0) 25%, rgb(0 0 0) 55%, rgb(0 0 0) 100%);
}
#values .service:hover .service-info h3  {

color: white;
}
#values img {

max-width: 3.5rem;
}
.service:hover .service-element {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	-moz-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	transition-duration: .3s;
	transition-property: all;
	transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}

.service:hover .service-info {
	-webkit-transform: translate3d(0, -30%, 0);
	-moz-transform: translate3d(0, -30%, 0);
	transform: translate3d(0, -30%, 0);
	transition-duration: .3s;
	transition-property: all;
	transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}
.content-wrapper-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	z-index: 3
}
.content-wrapper-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	z-index: 3
}

.accordion .panel-default {
	border: none
}

.accordion .panel-heading {
	border-radius: 0
}

.accordion .panel-default>.panel-heading {
	color: #515769;
	background: #fff;
	border: none;
	padding: 0
}

.accordion .panel-title-child {
	display: block;
	padding: 30px
}

.accordion .panel-group .panel+.panel {
	border-radius: 0;
	margin-top: 10px
}

.accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
	font-size: 16px;
	border-top: none;
	padding: 0 30px 30px;
	margin-top: -1px
}

.accordion .collapse.in,
.accordion [aria-expanded=true] {
	color: #fff;
	background: #5dcce1;
}
.accordion .panel-title,
h3,
h4 {
	font-size: 22px
}
.bg-color-base {
  background: #5dcce1 !important;
}
#values .service{
  background: #f1f1f1;
}

#Products {
direction: ltr !important;
}

#Products .right-position {
  position: relative;
}

#Products .Products-area {
  width: 100%;
  z-index: 12;
  margin: 0px auto;
}

#Products #our-Products {
  background-color: #fff;
  padding: 54px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
  -moz-box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
  box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
}

#Products #our-Products .content-inner p {
  font-size: 18px;

}

#Products #our-Products .author-info {
  padding-top: 26px;
  padding-bottom: 20px;
}

#Products #our-Products .author-info h5 {
  color: #50B7C9;
  font-size: 18px;
}

#Products #our-Products h5 span {
  font-size: 16px;
  color: #5e629c;
  font-style: italic;
}

#Products .owl-prev {
  color: #50B7C9;
  display: inline-block;
  zoom: 1;
  display: inline;
  margin: 4px;
  font-size: 17px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 50px;
  background: #fff;
  filter: Alpha(Opacity = 50);
  position: absolute;
  left: -9px;
  top: 48%;
  opacity: 1;
  border: 1px solid #ccc;
  width: 30px;
  height: 30px;
  padding: 1px 0px;
}

#Products .owl-next {
  color: #50B7C9;
  display: inline-block;
  zoom: 1;
  display: inline;
  margin: 4px;
  font-size: 17px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 50px;
  background: #fff;
  filter: Alpha(Opacity = 50);
  position: absolute;
  right: -9px;
  top: 48%;
  opacity: 1;
  border: 1px solid #ccc;
  width: 30px;
  height: 30px;
  padding: 1px 0px;
}

#Products #our-Products .owl-controls .owl-buttons div.owl-prev:hover,
#Products #our-Products .owl-controls .owl-buttons div.owl-next:hover {
  color: #fff;
  background: #3ecf8e;
  border-color: #3ecf8e;
}



@keyframes pulse-border {
  0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
  }
  100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
  }
}
