.home .nav-on-page {
    background: #292317;
    border: 1px solid #404040;
}


@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  text-decoration: none;
  color: #ffffff !important;
  background-color: #ec6120;
  transition: all 0.3s ease-in 0s;
}

.btn:focus {
  text-decoration: none;
  color: #ffffff !important;
  background-color: #ec6120;
  transition: all 0.3s ease-in 0s;
}

/*================================our Team=========================*/
.bg-team.section .title-color h2 {
  padding-bottom: 21px;
}

.bg-team {
  padding-top: 40px;
	padding-bottom: 40px;
}

.team-member {
  background-color: white;
  margin: 15px 0;
  height: 15rem;
}

.team-member:hover .mask {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotateY(0deg) scale(1, 1);
}

.member-photo {
  overflow: hidden;
  position: relative;
}

.member-photo:hover img {
  transform: scale(1.2);
}

.member-photo img {
  transition: all 0.4s ease 0s;
}

.member-photo .mask {
  background-color: #ec61208c;
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s ease-out 0s;
  transform: rotateY(180deg) scale(0.5, 0.5);
}

.member-photo .mask ul {
  text-align: center;
  position: relative;
  top: 100px;
}

.member-photo .mask ul li a {
  display: block;
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
  border: 1px solid rgba(255, 255, 255, 0);
}

.member-photo .mask ul li a:hover {
  background-color: rgba(255, 255, 255, 0);
  color: primary-color;
  border: 1px solid transparent;
}

.member-meta {
  padding: 15px;
  max-height: 5rem;
  color: #14606e;
}

.member-meta h4 {
  margin: 0 0 5px;
}

.member-meta span {
  font-size: 12px;
}

.team-font .h5 {
  font-family: "Dm Sans";
  font-size: 15px;
}

.team-font p {
  font-family: "Dm Sans";
  font-size: 12px;
}

.member-meta h6 {
  font-size: 13px;
  font-family: "Dm Sans";
}

.bg-team.section .slick-slide img {
  width: 100%;
  height: 12rem;
  object-fit: cover;
}

/*================================Latest posts=========================*/


/*====================================contact us================================*/
.wpcf7 label {
	display: block;
}
input[type="text"], input[type="email"], textarea {
    width: 100%;
    background: #D9D9D94D;
    border: none;
    padding: 12px 20px;
    border-radius: 10px;
    color: #fff;
}


/* responsive style */
@media only screen and (max-width: 1100px) {
  .home .post-block {
    margin-bottom: 36px;
  }

  .contact-info {
    margin-bottom: 58px;
  }
}


@media only screen and (max-width: 576px) {
  .slick-arrow {
    display: none !important;
  }

  .portfolio-block::before {
    opacity: 1;
  }

  .portfolio-block .caption {
    opacity: 1;
  }
}


/* Sticky Social Media SideBar*/
.side-bar-icons a {
  padding: 8px;
  margin: 2px 0;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Dm Sans";
  border-radius: 50px 0px 0px 50px;
  transform: translate(145px, 0px);
  transition: all 0.5s;
}

.side-bar-icons a:hover {
  transform: translate(0px, 0px);
  color: white;
}

.side-bar-icons a i {
  margin-right: 25px;
  background-color: white;
  height: 40px;
  width: 40px;
  color: black;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  transition: all 0.5s;
}

.side-bar-icons a i:hover {
  transform: rotate(360deg);
}

.side-bar-icons a i.fa-facebook {
  color: #ec6221;
  font-size: 1.5rem;
}

.side-bar-icons a i.fa-whatsapp {
  color: #14606e;
  font-size: 1.5rem;
}

.side-bar-icons a i.fa-instagram {
  color: #ec6221;
  font-size: 1.5rem;
}

.side-bar-icons a i.fa-linkedin {
  color: #14606e;
  font-size: 1.5rem;
}

.facebook {
  background: #ec6221;
  color: white;
}

.whatsapp {
  background: #14606e;
  color: white;
}

.instagram {
  background: #ec6221;
  color: white;
}
.linkedin {
  background: #14606e;
  color: white;
}
.youtube {
  background: #ec6221;
  color: white;
}
@media only screen and (max-width: 576px) {
  .side-bar-icons a:hover {
    transform: translate(145px, 0px);
  }
}

/* Sticky Social Media SideBar*/

.side-bar-icons {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 35%;
  right: -145px;
  width: 200px;
	z-index: 9999;
}

.side-bar-icons a {
  padding: 8px;
  margin: 2px 0;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Dm Sans";
  border-radius: 50px 0px 0px 50px;
  transform: translate(0px, 0px);
  transition: all 0.5s;
}

.side-bar-icons a:hover {
  transform: translate(-145px, 0px);
  color: white;
}
.side-bar-icons a:hover .side-bar-icons{
  right: 0;
}

.side-bar-icons a i {
  margin-right: 25px;
  background-color: white;
  height: 40px;
  width: 40px;
  color: black;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  transition: all 0.5s;
}

.side-bar-icons a i:hover {
  transform: rotate(360deg);
}

.side-bar-icons a i.fa-facebook {
  color: #ec6221;
	font-size: 1.5rem;
}

.side-bar-icons a i.fa-whatsapp {
  color: #14606e;
	font-size: 1.5rem;
}

.side-bar-icons a i.fa-instagram {
  color: #ec6221;
	font-size: 1.5rem;
}

.side-bar-icons a i.fa-linkedin {
  color: #14606e;
	font-size: 1.5rem;
}
.side-bar-icons .fa-youtube-play {
    color: #ec6221;
}
.facebook {
  background: #ec6221;
  color: white;
}

.whatsapp {
  background: #14606e;
  color: white;
}

.instagram {
  background: #ec6221;
  color: white;
}
.linkedin {
  background: #14606e;
  color: white;
}

@media only screen and (max-width: 576px){
	.side-bar-icons {
		width: 185px;
	}
	.side-bar-icons a:hover {
		transform: translate(0px, 0px);
	}
	.side-bar-icons a i {
		 height: 30px;
    	 width: 30px;
		line-height: 30px;
		font-size: 18px !important;
	}

	.square-holder img {
		max-width: 50%;
		filter: grayscale(100%);
		transition: all 0.3s;
	}
}

.wpcf7-submit {
	padding: 15px 20px !important;
}
.wpcf7-submit:hover {
    background: #ec6221;
}
.swiper-slide-inner .swiper-slide-image {
    height: 90px;
	object-fit: contain;
}
.swiper-slide {
    padding: 0 10px;
}
.home-testimonials {
    height: 200px;
    overflow-y: scroll;
}