*{
margin: 0;
padding:0;
box-sizing: border-box;
font-family: "Quicksand";
}
.fs-12px{
  font-size: 12px;
  }
.fs-14px{
  font-size: 14px;
  }
ul .nav-item {
  padding: 10px;

}
ul .nav-item a{
  position: relative;
}
ul .nav-item a:hover::after, ul .nav-item a.active::after  {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #7422ca; 
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
}
.text-bordered{
  color: #7422ca;
  font-size: 18px;
}

.header-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #7904f1;
  color: #ffffff;
}
.owl-dots {
  padding-left: 87px;
  justify-content: flex-start !important;
  position: absolute;
  bottom: 40px;
}
.header-slider.owl-carousel .owl-stage{
  padding: 0 !important;
}
.header-slider .owl-dots .owl-dot span{
  width: 20px !important;
  height: 5px !important;
      margin-right: 0 !important;
    margin-left: 0 !important;
  background-color: #8b8b8b !important;
 border: none;
  border-radius: 0;
}
.header-slider .owl-dots .owl-dot span {
  background: #faf6fd;
  border:none !important;
  border-radius: 0 !important;
}
.header-slider .owl-dots .owl-dot.active span{
  opacity: 1;
  width: 40px !important;
  background-color: #7904f1 !important;
}
.header-slider .owl-dots .owl-dot:first-child span{
  border-radius:10px 0 0 10px !important;
}
.header-slider .owl-dots .owl-dot:last-child span{
  border-radius:0 10px 10px 0 !important;
}
.header-slider .item img{
 width: auto;
  height: 500px !important;
  object-fit: contain;
}


.features-inner-card {
  margin-bottom: 25px;
  background: #7422ca0a;
  border-radius: 25px;
  padding: 30px;
  box-shadow: rgba(99, 99, 99, 0.151) 3px 3px 6px 0;
}
.features-inner-card:hover {
  margin-bottom: 25px;
  background: #7422ca;
  border-radius: 25px;
  padding: 30px;
  box-shadow: rgba(99, 99, 99, 0.151) 0px 0px 0px 0;
  transition: all .8s;
}

.features-inner-card .icon {
  margin: 18px 0 20px;
  padding-left: 50px;
  position: relative;
}
.features-inner-card .icon i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 20px;
}
.features-inner-card h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 600;
}
.features-inner-card p {
  font-size: 14px;

}

.features-inner-card:hover p, .features-inner-card:hover h3{
  color: #fff;
 }
.features-inner-card .icon i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  transition: var(--transition);
  background: linear-gradient(221.69deg, #7422cab0 0%, #7422ca 101.01%);
  color: var(--whiteColor);
  border-radius: 100px 100px 20px 100px;
  position: absolute;
  left: 0;
  top: 50%;
  color: #fff;
  transform: translateY(-50%);
}
.features-inner-card:hover i{
  background: #fff;
  color: #7422ca;
}
.features-lists:nth-child(1){
  margin-top: 40px;
}
.features-lists:nth-child(4){
  margin-top: -40px;
}

.work_progress {
  padding: 0 25px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.style-two .work_progress_icon {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-bottom: 60px;
}
.style-two .work_progress_icon::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  width: 2px;
  height: 40px;
  border-left: 2px dashed #ddd;
  border-radius: 100%;
  bottom: -74px;
}
.style-two .work_progress_icon {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-bottom: 60px;
}
.style-two .work_progress_icon i {
  background: linear-gradient(221.69deg, #7422cab0 0%, #7422ca 101.01%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 50px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  width: 120px;
  z-index: 1;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  display: inline-block;
}
.style-two .work_progress_icon::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  border: 2px solid #ddd;
  border-radius: 100%;
  bottom: -32px;
}
.style-two.work_progress::after {
  position: absolute;
  right: 0;
  top: 10px;
  content: "";
  background-image: url(../img/direction-sign.png);
  height: 30px;
  width: 200px;
  background-repeat: no-repeat;
  margin-right: -140px;
  background-size: contain;
}

.work_progress-title h2{
  margin-top: 20px;
  margin-bottom: 10px;
  font-size:24px ;
}
.work_progress-desc p{
  font-size: 14px;
}

.style-two.work_progress.remove-after:after{
display: none;
}

.btn{
border-radius: 50px;
}


.features-inner-card.feature-services .icon i {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
  transition: var(--transition);
  background: linear-gradient(221.69deg, #7422cab0 0%, #7422ca 101.01%);
  color: var(--whiteColor);
  border-radius: 50%;
  position: absolute;
  left: -55px;
  top: -45px;
  color: #fff;
  transform: translateY(-45%);
  border: 1px solid white;
}
.features-inner-card.feature-services h3{
  font-size: 20px;
}
.features-inner-card.feature-services:hover .icon i{
  border: 1px solid #7422ca;
  color: #7422ca;
  background: #fff;

}
.features-inner-card.feature-services:hover button{
  border: 1px solid #7422ca;
  color: #7422ca;
  background: #fff;

}

.features-inner-card.feature-services .icon{
  padding-left: 0;
}

.features-lists:nth-child(1){
  margin-top: none;
}
.features-inner-card.feature-services {
  min-height: 320px;
}

.range{
  width: 100%;
  height: 8px;
  border-radius: 10px;
  background: #7322ca2a;
  display: block;
position: relative;
}
.range::before{
  content: "";
  width: 90%;
  height: 8px;
  border-radius: 10px;
  background: #7322ca;
  display: block;
}
.range::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #7322ca;
  border: 1px solid white;
  display: block;
  position: absolute;
  top: -7px;
  left: 90%;
}

.range.range-2::before{
  width: 100%;
}
.range.range-2::after{
  left: 100%;
}
.range.range-3::before{
  width: 80%;
}
.range.range-3::after{
  left: 80%;
}
.range.range-4::before{
  width: 90%;
}
.range.range-4::after{
  left: 90%;
}
.portfolio-card{
  position: relative;
}
.portfolio-card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolio-card::after{
  content: "";
width: 100%;
height: 100%;
background:#7322ca;
position: absolute;
top: 0;
left: 0;
opacity: 0;
border-radius: 10px;
background-clip: content-box;
z-index: 1;
	display:none;
}
.portfolio-card:hover{
  box-shadow: rgba(99, 99, 99, 0.151) 3px 3px 6px 0;
  border-radius: 10px;
}
.portfolio-card:hover::after{
  opacity: .6;
transition: all.8s;
}
.port-btn{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50% );
  background-color: #fff;
  z-index: 2;
  opacity: 0;
}
.port-btn:hover{
  background-color: #fff;
  font-weight: bold;
}
.portfolio-card:hover .port-btn{
  opacity: 1;
transition: all.2s;

}

.quotes::before {
  content: url('../img/quote.png');
  position: absolute;
  top: -30px;
  left: 15px;
}
.owl-carousel .owl-stage {
  padding: 30px 0;
}
.quotes img {
  width: 70px !important;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #7804ca;
}

.quotes.item {
  border-radius: 30px;
  margin: 0 20px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot span {
  background: #faf6fd;
  border: 1px solid #7422ca;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #7422ca;
}

.owl-theme .owl-dots  {
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-item.active.center .item{
background-color: #7422ca !important;
}

.owl-item.active.center .item p{
  color: #fff !important;
}
.item p.fonto14 {
  font-size: 14px !important;
}
.owl-item.active.center .item.quotes img{
  border: 2px solid #fff;
}
.form-control{
  border-radius: 50px;
  font-size: 14px;
  height: 48px;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not( .valid-feedback ):not(.invalid-tooltip):not(.invalid-feedback){
  border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    margin-left: 10px;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not( .form-floating ){
  border-top-right-radius: 50px;
    border-bottom-right-radius:  50px;}

    ul.footer-menu {
      padding: 0;
      list-style: none;
      margin-top: 30px;
}
  ul.footer-menu li {
    padding: 5px;
    padding-left: 0;
}
ul.footer-menu li a {
  font-size: 14px;
}
ul.footer-menu li a:hover {
  font-size: 14px;
  color: #dfbd6f !important;
}
.head-img-main{
  height: 300px;
  position: relative;
}
.head-img-main h2{

  position:absolute;
  top: 50%;
  left: 10%;
  color: #fff !important;
  z-index: 222;
}
.head-img{
  height:300px;
  width:100%;
  object-fit: cover;
  position: absolute;


}
.head-img-main::after{
  content: "";
  height: 300px;
  width: 100%;
  position: absolute;
  background-color: #7322ca5b;
  z-index: 1;
  display: block;

}

textarea.form-control {
    border-radius: 20px;
    font-size: 14px;
    height: 150px;
}

.contact-info .icon i {
  background: #7422ca;
  padding: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}


@media only screen and (max-width: 767px){
.header-slider .item img {
    width: 100%;
    height: 250px !important;
    object-fit: cover;
    object-position: top left;
    margin-bottom: 20px;
}
	
	.header-slider .owl-dots {
    padding-left: 0;
    position: absolute;
    bottom: -25px;
    width: 100%;
		    justify-content: center !important;
}
.style-two.work_progress::after {
  width: 0px;
}
.btn.header-btn{
	display:none;
	}
	.features-lists:nth-child(1) {
    margin-top: 0px;
}
	.features-inner-card.feature-services {
    min-height: auto;
}
.features-inner-card.feature-services .icon i {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
    transition: var(--transition);
    background: linear-gradient(221.69deg, #7422cab0 0%, #7422ca 101.01%);
    color: var(--whiteColor);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -45px;
    color: #fff;
    transform: translateY(-45%);
    border: 1px solid white;
}
	
}
