  a {
     -webkit-transition:none; 
     transition:none; 
}    
  
  .navbar.initial-margin {
    margin: 0px 0px;
    padding-top: 2%;
}
  
   body{
   background-color:#A591FF;
   }
   
   .main{
    margin: 40px 80px;
    border-radius: 25px;
    background-color: #ECEDFF;
   }


.contact_info {
  width: 400px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
 

   .navbar {
    padding-left: 0;
    padding-right: 0;
    border-radius: 25px 25px 0px 0px;
    background-color: #ecedff;
}


        .navbar.hidden {
            display: none;
        }


main {
        
        margin: 10px 10px;
        border-radius: 25px;
        background-color: #ECEDFF;
    }

 .navbar-nav{
    
    gap: 40px;
    
  }

     
          
       .navbar-nav{
    
    row-gap:10px;
    font-size: 22px;
    
  }    
        
  .navbar.initial-margin {
    padding-right: 10px;
    padding-left: 10px;
    margin: 0px 0px;
}
          
  .navbar {
    padding: 10px 20px;
    border-radius: 25px 25px 0px 0px;
    margin: 0px 10px;
    background-color: #ecedff;
}
          

   

 .hero {
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
}
    
.callToAction:hover {
    background-color: #4d4084;
    color: white;
}

  .navbar-light .navbar-nav .nav-link:focus, 
  .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(165 145 255);
}
  
  a:hover {
    text-decoration: none;
}
  
.counterSection {
     padding:22px;
    margin-bottom: 100px;
    text-align: center;
    margin-top: -105px;
    border-radius: 24px;
    backdrop-filter: blur(29.899999618530273px);
  -webkit-backdrop-filter: blur(30px);
  box-shadow: 0px 2px 5.9px 0px rgba(0, 0, 0, 0.25) inset;
  -webkit-box-shadow: 0px 2px 5.9px 0px rgba(0, 0, 0, 0.25) inset;
} 
   
    
    
  .features {
    border-radius: 12px;
    background-color: #ecedff;
    padding: 8px;
    display: flex;
    justify-content: space-around;
}
    
    .features p {
     margin:0;
     font-size:20px; 
    }
    
    .features span{
    font-size:30px;
    font-weight:500; 
    }


.ourTeam h2 {
    font-size: 24px;
    color: #a591ff;
   
}


.ourTeam .i .c {
    background: linear-gradient(99deg, #F0E5D8 -81.04%, #EFE4DB -60.59%, #DDDBFC 199.41%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    overflow: hidden;
    padding-bottom: 110px;
}

.ourTeam .i .c .wrap {
    position: relative
}

.ourTeam .i .c .wrap img {
    width: 100%;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.ourTeam .i .c .wrap .info {
    padding: 30px 0;
    position: absolute;
    top: 100%;
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.ourTeam .i .c .wrap .info .name {
    color: #4C4084;
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 8px 0;
}

.ourTeam .i .c .wrap .info .position {
    margin: 0;
    font-size: 18px;
    color: #727272;
}

.ourTeam .i .c .more {
    position: absolute;
    bottom: -100%;
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.ourTeam .i .c .more p {
    user-select: none;
    margin: 0px 18px 90px 18px;
    line-height: 24px;
}




.ourTeam .i .c:hover img {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0
}

.ourTeam .i .c:hover .info {
    top: 0
}

.ourTeam .i .c:hover .more {
    bottom: 0
}

#sp-services{
 
    background: no-repeat;
    background-image: url(/images/element1.webp);
    background-position: top 2px right 0px;
    background-size: 320px;
  
  }
  
  
  
  #sp-services > .row {
    background: no-repeat;
    background-image: url(/images/element2.webp);
    background-position: bottom 2px left 0px;
    background-size: 250px;
}


.deneb_footer .widget_wrapper .widegt_about .social li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #dcdaf3;
    color: #a591ff;
    font-size: 14px;
    -webkit-transition: all all 0.5s ease-out 0s;
    -moz-transition: all all 0.5s ease-out 0s;
    -ms-transition: all all 0.5s ease-out 0s;
    -o-transition: all all 0.5s ease-out 0s;
    transition: all all 0.5s ease-out 0s;
}


.deneb_footer .widget_wrapper .widegt_about .social li a:hover, .deneb_footer .widget_wrapper .widegt_about .social li a:focus {
    background-image: -moz-linear-gradient(0deg, #ffbd27 0%, #feb000 100%);
    background-image: -webkit-linear-gradient(0deg, #a591ff 0%, #a591ff 100%);
    background-image: -ms-linear-gradient(0deg, #ffbd27 0%, #feb000 100%);
    color: #edecf0;
    box-shadow: 2.5px 4.33px 15px 0px rgb(165 145 255 / 39%);
}

.deneb_footer .widget_wrapper .widget .widget_title {
    color: #4C4084;
    margin-bottom: 20px;
}

.deneb_footer .widget_wrapper .widget_contact .contact_info .single_info .icon {
    font-size: 16px;
    color: #a591ff;
    margin-right: 10px;
}

.deneb_footer .widget_wrapper .widget_link ul li a:hover, .deneb_footer .widget_wrapper .widget_link ul li a:focus {
    color: #a591ff;
}

.deneb_footer .widget_wrapper .widget_link ul li a {
    text-transform: capitalize;
    color: #7a808d;
}

.deneb_footer .widget_wrapper .widget_link ul li {
    margin-bottom: 5px;
}

.deneb_footer .widget_wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 70px;
}
@media (max-width: 767px) {
    .deneb_footer .widget_wrapper .widget {
        margin-bottom: 40px;
    }
}

  
.deneb_footer .widget_wrapper .widget .widget_title h4 {
    font-weight: 400;
    font-size: 22px;
}

.deneb_footer .widget_wrapper .widegt_about p {
    margin-bottom: 20px;
}
.deneb_footer .widget_wrapper .widegt_about .social li {
    display: inline-block;
    margin-right: 10px;
}


.deneb_footer .widget_wrapper .widget_contact .contact_info .single_info {
    max-width: 350px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.deneb_footer .widget_wrapper .widget_contact .contact_info .single_info .info p{
   margin-bottom: auto;
}
   

.deneb_footer .widget_wrapper .widget_contact .contact_info .single_info .info p a {
    color: #7a808d;
}

.deneb_footer .widget_wrapper .widget_contact .contact_info .single_info .info p span {
    display:block;
}

.deneb_footer .copyright_area {
    padding: 10px 0;
}
.deneb_footer .copyright_area .copyright_text {
    text-align: center;
}
.deneb_footer .copyright_area .copyright_text p {
    color: #4C4084;
}



@media (min-width: 992px) {
 
  .link_column {
    padding: 47px 0px 0px 150px;
  }
   
  .contact_column {
    padding: 47px 0px 0px 80px;
}
  
  
  .mediaPosition{
   padding-top:25px;
  }
  
}



.card-body p {
    margin-bottom: 4px;
}

  .card-body a{
  color:#4C4084;
  }
  
  .card-body {
    background: linear-gradient(99deg, #F0E5D8 -81.04%, #EFE4DB -60.59%, #DDDBFC 199.41%);
    border-radius: 5px;
}

 .card-body a:hover{
  color:#4C4084;
  }

.fixed-top {
    border-radius: 0px;
  }
  
  .numberFont {
  color: #D7CCCC;
  font-weight: 500!important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
   
.services_container{
  margin-top:100px; 
  margin-bottom:100px; 
}

.text-custom{
  color: #a591ff; 
  font-size: 24px;
}

.bannerTeam {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    padding: 50px;
    -webkit-box-shadow: 0px 0px 4.9px 0px rgba(0, 0, 0, 0.25) inset;
    -moz-box-shadow: 0px 0px 4.9px 0px rgba(0, 0, 0, 0.25) inset;
    box-shadow: 0px 0px 4.9px 0px rgba(0, 0, 0, 0.25) inset;
    background: linear-gradient(94deg, #ece3dfc7 -25.26%, #dedbfcb0 132.01%);
}


#sp-services .card {
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 2px 19px;
  -moz-box-shadow: rgba(149, 157, 165, 0.2) 0px 2px 19px;
   box-shadow: rgba(149, 157, 165, 0.2) 0px 2px 19px;
   background-color: transparent;
}

.bannerBody {
    text-align: center;
}

.bannerBtn {
    text-align: center;
    font-weight: 400;
    border-radius: 8px;
    padding: 8px 16px;
    color: white;
    background-color: #A591FF;
    font-size: 24px;
    font-family: Montserrat Alternates, sans-serif;
}
@media (max-width: 992px) {
  
  .bannerTeam {
       padding: 50px 10px;
   
}
  
}


#sp-team {
    background: no-repeat;
    background-image: url(/images/puzzle.webp);
    padding: 0px 0px 50px;
    background-position: bottom 1px right 200px;
    background-size: 283px;
}

#sp-team .sp-module {
    background: no-repeat;
    background-image: url(/images/puzzle2.webp);
    background-position: top 11px right 25px;
    background-size: 230px;
}

#sp-team .sp-module a:hover{
  color:white;
  background-color: #4d4084;
}

#sp-team .sp-module p {
    margin-bottom: 2rem;
}

@media (max-width: 800px) {

#sp-team .sp-module {
    background: no-repeat;
    background-image: url(/images/puzzle2.webp);
    background-position: top 11px right -28px;
    background-size: 152px;
  }
  
  #sp-team {
    background: no-repeat;
    background-image: url(/images/puzzle.webp);
    background-position: bottom 25px right -56px;
    background-size: 241px;
}
  
}

#sp-main-body {
    padding: 0;
}


.article-footer-wrap {
    display: none;
}



svg.bi.bi-check-circle-fill {
    color: #a591ff!important;
}

.bannerBtn:hover {
    color: white;
    background-color: #4d4084;
}

#sp-why-us {
    padding: 0 0 100px;
}
#sp-feedback-section {
    margin-top: 100px;
}

.bannerTeam h2{
      color: #4C4084;
}

.textForm{
      padding: 0px 10px;
}

.img-fluid {
    border-radius: 3px!important;
}

ul.mt-3 {
    font-family: 'Open Sans';
}

div#sp-component .img-fluid {
    border-radius: 20px!important;
}


#sp-main-body a:hover {
    color: white;   
}

.text-service {
    font-size: 14px;
    text-align: start;
    font-weight: 500;
}

#sp-main-body .card {

    background-color: #ecedff;
    border-radius: 8px;
}


.team_p{
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

   .modal-backdrop {
    z-index: 1020!important;
}


@media only screen and (min-width: 768px) {
  .likari {
    margin-top: -115px;
  }
  .comment{
     margin-top: 0px;
  }
  
}

.text-moz{
  
  font-size: 12px;
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
    .card-body.d-flex {
        min-height: 345px;
    }
}


@media screen and (min-width: 1100px) and (max-width: 1199px) {
    .likari {
        margin-top: -106px;
    }

    .blokMarg {
        margin-top: -38px;
    }
}


@media screen and (min-width: 1200px) and (max-width: 1240px) {
    .blokMarg {
        margin-top: -20px;
    }
}

.serviceText {
    font-size: 22px;
}


.testimonialsBtn {
    line-height: normal;
    border: none;
    font-size: 33px;
    border-radius: 8px;
    padding: 6px 11px 6px 15px;
    color: white;
    background-color: #A591FF;
}

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

  .testimonialsBtn {
    width: 100%; 
 
}
  
}


#sp-testimonials {
    padding-top: 50px;
}

p.mb-4.text-secondary.text-service {
    font-family: 'Open Sans';
}