.parallax {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.parallax,
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6 {
  color: #fff;
}
.parallax input[type=text], .parallax input[type=text]:hover, .parallax input[type=email], .parallax input[type=email]:hover, .parallax input[type=url], .parallax input[type=url]:hover, .parallax input[type=password], .parallax input[type=password]:hover, .parallax textarea, .parallax textarea:hover {
  font-weight: 300;
  color: #fff;
}
/* section {
  padding:50px 10px 90px 10px;
} */
#features {
  text-align: center;
  background: #f0ebeb;
  margin-bottom:50px ;
}
#features h1 {
  width: 100%; height: auto; float: left;
  margin: 15px 0 22px 0;
  color: #2f2f2f;
  text-align: center;
  font-size: 30px;
}
#features .con{
  width: 18.5%; height: auto; float: left; margin:1% 3%;
}
#features .con img{
  width: 30%; height: auto; float: left; margin: 1% 35%;
}
#features h3 {
  width: 100%; height: auto; float: left;
  margin: 15px 0 0 0;
  font-size: 30px;
  color: #c10902;
  text-align: center;
}
#features h3::after { 
  content: " +";
}
#features p {
  color: #2f2f2f; margin: 0;
}
#features .slider-overlay {
  opacity: 0.8;
}

/* xs */
@media (max-width: 767px) {
	/*services*/
	section {
		padding: 45px 0;
	}
	.team-member {
		margin-bottom: 50px;
	}
	.count .col-xs-6 {
		margin-bottom: 35px;
	}
	#features {
		min-height: 330px;
	}
	#features i {
		font-size: 35px;
	}
	#features h3 {
		font-size: 25px;
	}
}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
.sectionn {
  overflow:hidden;
}
#features .con{
  width: 47%; height: auto; float: left; margin:3% 1%;
}
#features .con img{
  width: 30%; height: auto; float: left; margin: 1% 35%;
}
#features .con p{
padding:0 1%;
}

}

.videoloader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999999999;
  opacity: 1;
  transition: opacity 0.5s ease;
  visibility: visible;
}

.videoloader.hidden {
  opacity: 0;
  visibility: hidden; /* Hide it after fading out */
}

.videoloader:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000000ad;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.videoloader:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000000ad;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.logo-load {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 9;
  width: max-content;
  max-width: 90%;
}
.logo-load .video_logo {
  display: none;
}
.logo-load img {
  margin: auto;
  display: block;
}
.logo-load h2 {
  font-family: 'Waltograph';
  font-size: 78px;
  text-align: center;
  color: #fff;
  animation: 2s animationtext infinite alternate;
}
.logo-load h3 {
  color: #ffa611;
  text-transform: uppercase;
  margin: 20px;
  font-size: 40px;
  font-weight: 800;
  text-align: center;
  font-family: 'MYRIADPRO-SEMIBOLD';
  border: 1px solid #c1272d;
  width: max-content;
  padding: 0px 8px;
  max-width: 100%;
  margin: 10px auto;
}
.logo-load ul {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.logo-load ul li {
  background: #fff;
  padding: 7px 10px;
  font-size: 20px;
  text-align: center;
  list-style: none;
  margin: 15px 10px;
  border-radius: 10px;
  color: red;
  padding: 4px 5px;
  background: #fff;
  border: 5px solid #0e3679;
  border-radius: 14px;
}
.logo-load ul li a {
  color: #c1272d;
  font-family: 'MYRIADPRO-SEMIBOLD';
  border: 1px solid #c1272d;
  padding: 6px 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  justify-content: center;
}
.logo-load ul li a img {
  border: 2px solid #ffffff;
  margin-right: 10px;
  border-radius: 50%;
  background: #0b5647;
  padding: 1px;
  width: 28px;
  box-shadow: 0px 0px 0px 3px #11413a;
}
.logo-load img {
  margin: auto;
  display: block;
}
.logo-load button {
  margin: auto;
  display: block;
  font-size: 24px;
  padding: 2px 13px;
  border-radius: 10px;
  margin-top: 0px;
  background: #c1272d;
  border: 0px;
  color: #fff;
  border: 1px solid #fff;
  letter-spacing: 2px;
  border: 5px solid #0b5647;
}
.videoloader video {
  height: 110%;
  object-fit: cover;
  width: 100%;
  top: -25px;
  position: relative;
}
.lefticonbtn {
  position: fixed;
  bottom: 130px;
  display: block;
  z-index: 9999;
  left: 0;
  padding-left: 0;
}
@media (max-width: 1400px) {
  .lefticonbtn {
      bottom: 50px;
  }
}
.videoloader .lefticonbtn {
  bottom: 0;
}
.lefticonbtn li {
  margin-left: -90px;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  list-style-type: none;
  list-style: none;
}
.lefticonbtn img {
  cursor: pointer;
  width: 150px;
}
.crossIcon {
  position: absolute;
  top: -30px;
  right: 20px;
  z-index: 999;
  font-size: 80px;
  transform: rotate(45deg);
  color: #fff;
  cursor: pointer;
}