:root{
	--purple_color: #7519A4; 
}
.hero{
      padding: 30px 0 60px 0;
}
#preloader:before{
  content: none;
}
#preloader .loaderimg {
  width: 100%;
    height: 100%;
    display: flex;
}
#preloader .loaderimg img{
    width: 230px;
    margin: auto;animation: pulse 1.5s ease-in-out infinite;
}
/* Pulse animation */
  @keyframes pulse {
      0% {
          transform: scale(0.9);
          opacity: 0.9;
      }
      50% {
          transform: scale(1.1);
          opacity: 1;
      }
      100% {
          transform: scale(0.9);
          opacity: 0.9;
      }
  }
.header .logo img{
	    max-height: 50px;max-width: 100%;
}
.featured-services .service-item{
	background: #F5F5F5;
	border-radius: 15px;
}
.featured-services .service-item h4{ margin-top: 15px; }
.featured-services .service-item h4 a{ color:#000000;font-size: 20px; }
 
 .hero .btn-get-started, .header .btn-getstarted, .header .btn-getstarted:focus{
 	background: linear-gradient(90deg, #9F2080 0%, var(--purple_color) 100%);
 }
  .hero .btn-get-started:hover, .header .btn-getstarted:hover{
 	background: linear-gradient(90deg, var(--purple_color) 0%, #9F2080 70%);

  }
.section-title span{
	color: #f5f5f5; font-size: 80px; top: -22px; text-transform: capitalize;
}
.section-title h2{
	color: #9F2080; font-size: 40px; text-transform: capitalize;
}
.section-title p{
	color: #2D2D2D;
	font-size: 22px;
}

.content h6{ color: #636466; font-size: 22px;font-weight: 400; }

.hero .btn-watch-video{
	border: 2px solid var(--purple_color);
	/*border-image-source: linear-gradient(90deg, #9F2080 0%, var(--purple_color) 100%);*/
	border-radius: 30px;
	padding: 0px 20px;
	justify-content: space-between;

}
.hero .btn-watch-video i {
    color: #000;
    font-size: 20px;
    transition: 0.3s;
    line-height: 1;
    margin-left: 8px;
}

.stats .stats-item span{
	color: var(--purple_color);
	display: inline-block;
}


.service-item img{
	max-width: 100%;
}
.services .service-item {
    background-color: unset;
    text-align: left;
    border: none;
    padding: 10px;
    transition: none;
    height: 100%;
}
.service_content{
	background:#f5f5f5;
	padding: 20px 15px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.service_content a h3{
	font-size: 22px;
	color: #636466;
}
.services .service-item:hover h3{
	color: var(--purple_color);
}

.testimonials .testimonial-item{
	background-color: #F5F5F5;
	padding: 50px 20px 20px 20px;
	border-radius: 10px;
  min-height: 250px;
}
.testimonials .testimonial-item .testimonial-img{
	margin: 0px;
	width: 130px; display: none;
}
.testimonials .testimonial-item h3{
	font-size: 16px;color: #636466;
	margin: 0px;
	margin-top: 20px;
	text-align: center;
}
.testimonials .testimonial-item h4{
	margin: 0px;
	font-size: 15px;color: #636466; font-weight: 400; 
	margin: 15px 0px;
	text-align: center;
} 
.testimonials .testimonial-item p {
	font-size: 14px;
	color: #2D2D2D;
    font-style: unset;
    margin: 0px;
    padding: 0px;
    background: unset;
    position: relative;
    border-radius: unset;
    position: relative;
    z-index: 1;
}
.portfolio .portfolio-filters li{
	font-size: 22px; color: #636466;
}

.clients .client-item img{ width: 100%;height: 100px; object-fit: contain; }
.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid var(--purple_color);
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--purple_color);
}


.team .newmember{
	
}
.team .newmember h4{
	font-size: 14px;  color: #000;padding: 0px;margin-bottom: 1px; font-weight: 600;
}
.team .newmember span, .team .newmember .social i{ 
    font-size: 13px;
    color: #636466;
    font-style: unset;  font-weight: 500;
}
.team .newmember .pic{
	background-image: url(../img/team/bg.jpg);
    background-size: 145%;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 210px;
    overflow: hidden;
    margin-bottom: 10px;
}
.team .newmember .pic img{width: 100%;}
@media(max-width: 1366px){
	.team .newmember .pic{ height: 175px; }
}
.contact_form .form-control {
    background-color: #F5F5F5;
    border-radius: 30px;
    font-size: 14px;
    padding: 12px 20px;
    margin-bottom: 22px;
    color: #636466;
}
 .contact .info-item h3{ color: #636466; }
.btn-contact-submit {
  color: #fff;
  background: var(--purple_color);
   	background: linear-gradient(90deg, #9F2080 0%, var(--purple_color) 100%);

  border: 0;
  padding: 15px 30px;
  transition: 0.4s;
  border-radius: 50px;
  cursor: pointer;
}

.btn-contact-submit:hover {
  background: color-mix(in srgb, var(--purple_color), transparent 25%);
      color: #fff;
}
.contact .info-wrap{
	background:#F5F5F5;
	box-shadow: none;
	border-radius: 10px;
}
.info-wrap iframe{
	border-radius: 15px;
}
.footer .footer-about a{
	    font-size: inherit;
    color: inherit;
    font-weight: 400;
}
.footer .footer-about a .sitename{
	font-size: 16px;
	font-weight: 700;
}
.footer h4{
	color: inherit;
}
.footer .social-links a{
	font-size: 20px;
	border:0px;
}
.footer .footer-links ul i{display: none;}
.footer h4, .footer .footer-about a .sitename{
    color: #9F2080;
}

  .big_gallery img{
    height: 200px; width: 100%; object-fit: contain;
    background-color: #F5F5F5;
    margin-bottom: 20px;
    border-radius: 10px;
        border: 1px solid #ddd;
  }
 


  .service_box {
  position: relative; 
  float: left;
  margin: 0 1%;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #ddd;   
}

.service_box .image {
  display: block;
  width: 100%;
  height: auto;
}

.service_box .img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #144775;
  background: #8B1D91D1; 
  background: linear-gradient(90deg, #9F2080 0%, #7519a4b3 51%);

  overflow: hidden;
  width: 100%;
  height:60px;
  transition: .5s ease;
}

.service_box:hover .img-overlay {
  height: 100%;
  background: #8B1D91D1;

}

.service_box .text___ {
    position: absolute;
    bottom: 0px;
    /* -webkit-transform: translate(-50%, -50%); */
    /*-ms-transform: translate(-50%, -50%);*/
    /* transform: translate(-50%, -50%); */
    color: #fff;
    text-align: left;
    font-size: 18px;
    /* font-family: poppins; */
    text-transform: capitalize;
    letter-spacing: 2px;
    font-weight: bold;
    padding: 10px;
    width: 100%;
}
.service_box .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-size: 20px; 
  text-transform: capitalize; 
  font-weight: bold;
  width: 100%;
  transition: all .3s;
}


.service_box:hover .text{
  font-size: 24px;
}


.service_box .text a{color: #fff;}
.service_box .text span{ 
   font-weight: 400;
  font-size: 14px;
  display: none; margin-top:20px;
}
.service_box:hover .text span{
  display: block;
}

.portfolio-item{
  margin: 20px 0px;
}
.portfolio .portfolio-filters li:hover, .portfolio .portfolio-filters li.filter-active{
  font-weight: 700;
}
.disable_submit{
  pointer-events: none;
  opacity: 0.6;
}