/* Globally Color start*/

a.global-1{
  color: #5C2B7C;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
a{
    text-decoration:none !important;
}
a:hover {
  color: white !important;
}
.btn-primary:hover {
  background-color: white !important;
  border-color: white !important;
}
/* Globally Color end*/

body {
  font-family:"InterBack";
}
/* Globally font start*/
h1, h2, h3, h4 {
font-family: "InterBack", sans-serif;
}
p{
font-family: "Roboto", sans-serif;
}

@font-face {
  font-family:InterBack;
  src: url(../fonts/InterBack.woff2);
  }

/* Globally font end*/

/* globally button :start */

.button1 {
    
  cursor: pointer;
  position: relative;
  padding: 4px 24px;
  font-size: 14px;
  color: #5C2B7C;
  border: 1.5px solid #5C2B7C;
  border-radius: 34px;
  background-color: transparent;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  margin-right: 20px;
}

.button1::before {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: inherit;
  scale: 0;
  z-index: -1;
  background-color:#5C2B7C;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.button1:hover::before {
  scale: 3;
}

.button1:hover {
  color: white;
  scale: 1.1;
  box-shadow: 0 0px 20px rgba(193, 163, 98,0.4);
}

.button1:active {
  scale: 1;
}

/* globally button end */

/* This only changes this particular animation duration */
.animate__animated{
  --animate-duration: 1.5s;
}

/* This changes all the animations globally */
:root {
  --animate-duration: 800ms;
  --animate-delay: 0.9s;
}


/* header :start */

input#search:focus {
  border: none;
  outline: none;
}
.form-select:focus {
  border-color: #86b7fe;
  outline: none;
  border: none !important;
  box-shadow: none;
  background:transparent;
}

input#email-address {
  outline: none;
}

.header {
width: 100%;
position: absolute;
top: 6%;
z-index: 99999;

}

.navbar{
  background-color: white;
  border-radius: 50px;
  padding:18px 20px !important;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.navbar a.nav-link {
  color: #5C2B7C !important;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
  position: relative;
  gap: 25px;
}

ul.dropdown-menu.show {
  width: 300px;
  padding: 20px;
}


ul.dropdown-menu.show h5{
  color: #5C2B7C;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
a#navbarDropdown{
  color: #5C2B7C;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
ul.dropdown-menu.show .col-md-6:nth-child(2) {
  text-align: right;
}


a.dropdown-item{
  color: #5C2B7C !important;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
margin-right: 20px  !important;
margin-top: 5px;
}
a.dropdown-item:hover{
  color: black !important;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
margin-right: 20px Im !important;
text-decoration: underline;
background-color: transparent;

}
a.dropdown-item {
  margin-left: -10px;
}

.button1 {
  cursor: pointer;
  position: relative;
  padding: 4px 24px;
  font-size: 14px;
  color: #5C2B7C;
  border: 1.5px solid #5C2B7C;
  border-radius: 34px;
  background-color: transparent;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  margin-right: 20px;
}

.button1::before {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: inherit;
  scale: 0;
  z-index: -1;
  background-color:#5C2B7C;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.button1:hover::before {
  scale: 3;
}

.button1:hover {
  color: white;
  scale: 1.1;
  box-shadow: 0 0px 20px rgba(193, 163, 98,0.4);
}

.button1:active {
  scale: 1;
}

.button2 {
  cursor: pointer;
  position: relative;
  padding: 4px 24px;
  font-size: 14px;
  color: #5C2B7C;
  border: 1.5px solid #5C2B7C;
  border-radius: 34px;
  background-color: transparent;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  margin-right: 0px  !important;
}

.button2::before {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 70px;
  height: 50px;
  border-radius: inherit;
  scale: 0;
  z-index: -1;
  background-color:#5C2B7C;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.button2:hover::before {
  scale: 3;
}

.button2:hover {
  color: white;
  scale: 1.1;
  box-shadow: 0 0px 20px rgba(193, 163, 98,0.4);
}

.button2:active {
  scale: 1;
}
/* header :end */


/* footer :start */

.footer{
  background-color: #130020;
  padding: 50px 0px;
}
.footer h3{
  color: white;
  font-family: "InterBack", sans-serif;
  margin-bottom:20px;
}

.footer a{
  color: white;
  font-family: "Roboto", sans-serif;
 font-weight: 500;
 font-size: 15px;
 text-decoration: none;

}
.footer .fa-solid{
font-size: 20px;
margin-right: 15px;
}
.footer .fa-brands:before{
    display: flex;
    padding: 5px;
    color: #552074;
    background: white;
    border: 2px solid white;
    height: 40px;
    width: 40px;
    align-items: center;
    text-align: center !important;
    justify-content: center;
    margin-right: 0px;
    border-radius: 100px;
    transition: 0.3s;
}
.footer .fa-brands:hover:before {
    background-color: transparent;
    color: white;
    transform: rotate(360deg);
}
.footer .fa-twitter{
margin-left: 15px;
}
.footer .fa-instagram{
margin-left: 15px;
}
.copyright{
background-image: linear-gradient(#8466AB, #511A6F);
padding-top: 13px;
border-bottom: 2px solid white;
}  

.copyright p{
color: white !important;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
margin-right: 20px  !important;
margin-top: 5px;
}
.copyright .Privacy{
display: flex;
position: relative;
gap: 20px;
justify-content: flex-end;

}
.copyright .Privacy li{
list-style: none;

}
.copyright .Privacy li:nth-child(2){
border-left: 2px solid white;
padding-left: 20px;
}
.copyright .Privacy a{
color: white;
text-decoration: none;
}

/* footer :end */

/* .hero-section :start */

.hero-section{
background-image: url(../images/Hero-img.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 115vh;
padding-top: 80px;
display: flex;
align-items: center;
}
.hero-section img{
width:80%;

}

#search-bar {
display: flex;
border: 2px solid #511A6F;
align-items: stretch;
border-radius: 50px;
background-color: #fff;
max-width: 800px;
margin: auto;
align-items: center;
position: relative;
box-shadow: 0 0 10px;
}
#search-bar span.search-icon {
margin: 0;
padding: 0px;
font-size: 15px;
font-family: "Roboto", sans-serif;
border-right: 2px solid #511A6F;
flex: 0 0 30%;
padding-right: calc(var(--bs-gutter-x)* .5);
padding-left: calc(var(--bs-gutter-x)* .5);
}
#search-bar .search-icon {
margin: 10px;
color: rgba(0, 0, 0, .564);
}
#search {
border: none;
width: 380px;
font-size: 16px;
padding: 16px;
}
button, input, optgroup, select, textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
/*#search-bar button#search-button {*/
/*position: absolute;*/
/*right: 0;*/
/*background-image: linear-gradient(#8466AB, #511A6F);*/
/*color: white;*/
/*padding: 0px 70px;*/
/*top: 0;*/
/*border-radius: 50px;*/
/*border: none;*/
/*height: 110%;*/
/*font-family: "Roboto", sans-serif;*/
/*font-weight: 500;*/
/*margin-top: -3px;*/
/*margin-bottom:10x;*/
/*}*/

#search-bar button#search-button  {
     cursor: pointer;
    position: absolute;
    font-size: 14px;
    color: white;
       border: aliceblue;
    border-radius: 34px;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
    overflow: hidden;
    font-family: "Roboto", sans-serif;
    padding: 20px 70px;
    top: -2px;
    bottom: -2px;
    background-image: linear-gradient(#8466AB, #511A6F);
     display:flex;
     align-items:center;
}

#search-bar button#search-button::before {
  content: '';
  
  position: absolute;
  inset: 0;
  margin: auto;
  width: 50%;
  height: 50px;
  border-radius: inherit;
  scale: 0;
  z-index: -1;
  background-color:white;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.320, 1);

}

#search-bar button#search-button:hover::before {
  scale: 3;
}

#search-bar button#search-button:hover {
   color: #5C2B7C;
  scale: 1;
  box-shadow: 0 0px 20px rgba(193, 163, 98,0.4);

}



select.form-select.eventSelect {
font-size: 14px;
border: none;
background-color:transparent;
padding: .375rem 2.25rem .375rem .75rem;
}



/* .hero-section :end */


/* .section2 :start */

.section2{
padding: 50px 0px 250px 0px;
background-image: url(../images/Mask\ Group\ 10.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;

}
.section2 .col-md-12{
text-align: center;
}
.section2 .col-md-12 h2{
color: black;
font-weight: 500;
font-size: 38px;
}
.section2 .col-md-12 h1{
margin-top: -15px;
color: #5C2B7C;
font-weight: 500;
font-size: 50px;
}
.section2 .flip-box{
box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
border-radius: 10px;
transition: 0.5s;
background-color: white;
}
.section2 .flip-box:hover{
background-color: #5C2B7C;
transition: 0.5s;
}
.section2 .flip-box:hover .content p{
color: white !important;
transition: 0.5s;

}
.section2 .flip-box:hover .content h3{
  color: white !important;
  transition: 0.5s;

  }
.section2 .img-box{
display: flex;
}
.section2 .img-box h1{
color: #DCD9D2;
font-size: 105px;
text-align: right !important;
margin: auto
;
}
.section2 .content{
text-align: center;
padding: 30px 15px;
}
.section2 .content  p{
color: black;
font-size: 15px;
transition: 0.5s;
}
.section2 .content  h3{
  color: black;
  transition: 0.5s;
  } 
  .section2 .row:nth-child(3){
    margin-top: 35px;
  }
  .content a {
    text-decoration: none;
}

  /* .section2 :end */

  /* .section3 :start */

  .section3{
    position: relative;
    margin-top: -180px;
    z-index: 2;
  }
  .section3:before{
    content: "";
width: 100%;
height: 4px;
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
right: 0;
left: 0;
margin: auto;
background-color: #5C2B7C;
  }

  .section3 .left {
    background-color: #8263A9;
    border: 3px solid white;
    border-radius: 100%;
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.section3 .left p {
  font-size: 16px;
  color: white;
  text-align: center;
  font-family: "Roboto", sans-serif;
  margin: 0;
}
  .section3 .right h1{
    color: #ECE2F0;
    text-align: right;
   font-size: 110px;
  
        }

.section3 .container{
width: 1000px;
}

/* .section3 :end */

/* .newslatter :start */


.newslatter{
background-color: white;
background-image: url(../images/Group\ 8818.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 50px 0px;
margin-top: -20px;
margin-bottom: -20px;
position: relative;
overflow: hidden;
z-index: 1;

}
.newslatter .subscribe {
    background-color: #5C2B7C;
    border-radius: 25px;
    padding: 20px;
    height: 330px;
    display: flex;
    align-items: center;
}
.newslatter .col-md-5 img {
    height: 330px;
    object-fit: cover;
    object-position: top;
    border-radius: 35px;
}

.newslatter .beauty {
position: absolute;
right: 0px;
width: 50%;
top: 200px;
z-index: -1;
}

.form h1{
color: white;
font-size: 60px;
}

.description {
line-height: 1.5rem;
font-size: 1rem;
margin-top: 1rem;
color: rgb(209 213 219);
}

.form div { 
display: flex;
max-width: 100%;
margin-top: 1rem;
column-gap: 0.5rem;
}

input#email-address {
width: 55%;
border-radius: 100px;
border: 2px solid white;
padding: 10px 20px;
}

.form div input::placeholder {
color: rgb(216, 212, 212);
}

.form div input:focus {
border: 1px solid rgb(99 102 241);
}

.form div button {
color: #fff;
font-weight: 600;
font-size: 0.875rem;
line-height: 1.25rem;
padding: 0.625rem 0.875rem;
background-image: linear-gradient(#8466AB, #511A6F);
border-radius: 100px;
border: 2px solid white;
outline: none;
width: 45%;
}


/* .newslatter :end */

/* .section4 :start */

.section4{
position: relative;
z-index: 1;
}
.section4:before{
content: "";
width: 100%;
height: 4px;
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
right: 0;
left: 0;
margin: auto;
background-color: #5C2B7C;
}

.section4 .left {
background-color: #8263A9;
border: 3px solid white;
border-radius: 100%;
width: 250px;
height: 250px;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
}
.section4 .left p {
font-size: 16px;
color: white;
text-align: center;
font-family: "Roboto", sans-serif;
margin: 0;
}
.section4 .right h1{
color: #ECE2F0;
text-align: right;
font-size: 110px;
margin-top: 15px;
    }

.section4 .container{
width: 1000px;
}
/* .section5 :start */

.section5{
padding: 70px 0px;
}
.section5 .col-md-12 h2{
color: black;
font-weight: 500;
font-size: 45px;
}
.section5 .col-md-12 h1{
margin-top: -15px;
color: #5C2B7C;
font-weight: 500;
font-size: 55px;
}

.slick-prev:before {
  content: '\f060'  !important;
  font-family: 'FontAwesome'  !important;
color: white !important;
font-size: 20px !important;
opacity: 1 !important;
background-image: linear-gradient(#8466AB, #511A6F);
padding: 12px 15px;
border-radius:50px ;
}
.slick-next:before{
  content: '\f061'  !important;
  font-family: 'FontAwesome'  !important;
color: white !important;
font-size: 20px !important;
opacity: 1 !important;
background-image: linear-gradient(#8466AB, #511A6F);
padding: 12px 15px;
border-radius:50px ;
}
.section5 button.slick-prev {

position: absolute;
top: -15%;
right: 15%;
left: unset;
}
.section5 .slick-slide {
display: block;
margin: 0px 10px;
}
.section5 button.slick-next {

position: absolute;
top: -15%;
right: 10%;
left: unset;
}

.section5 .container-fluid{
top: 20px;
position: relative;
}

/* .section5  :end */

/* .section6 :start */

  .section6{
    padding: 50px 0px;
    background-image: url(../images/sec-6.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  
  }
  .section6 .col-md-12{
    text-align: center;
  }
  .section6 .col-md-12 h2{
    color: black;
    font-weight: 500;
    font-size: 38px;
  }
  .section6 .col-md-12 h1{
    margin-top: -15px;
    color: #5C2B7C;
    font-weight: 500;
    font-size: 50px;
  }

  .section6 .blog-loop{
    padding: 10px;
    background-color: white;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  .section6 .blog-loop img{
    width: 100%;
  }
  .section6 .authar p{
 color: black;
 font-family: "Roboto", sans-serif;
 font-size: 15px;
  }
  .section6 .authar{
    padding-top:10px;

  }
  .section6 .authar .fa-solid{
    color: #5C2B7C;
    font-size: 22px;
 padding-right: 10px;
   
  }
  .section6 .authar span{
   margin-left: 10px;
     }

     

     .button3 {
      cursor: pointer;
      position: relative;
      padding: 5px 30px 5px 30px;
      font-size: 14px;
      color: #5C2B7C;
      border: 1.5px solid white;
     
      border-radius: 34px;
      background-color: transparent;
      font-weight: 600;
      transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
      overflow: hidden;
      font-family: "Roboto", sans-serif;
      margin-right: 0px  !important;
    }
    
    .button3::before {
      content: '';
      position: absolute;
      inset: 0;
      margin: auto;
      width: 70px;
      height: 50px;
      border-radius: inherit;
      scale: 0;
      z-index: -1;
      background-color:#5C2B7C;
      transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
    }
    
    .button3:hover::before {
      scale: 3;
    }
    
    .button3:hover {
      color: white;
      scale: 1.1;
      box-shadow: 0 0px 20px rgba(193, 163, 98,0.4);
    }
    
    .button3:active {
      scale: 1;
    }

    /* .section6 :end */

    /* .testimonials :start */

    #testimonial-area {
      .section-heading h2 {
        font-size: 48px;
        line-height: 58px;
      }
    }
    
    .testi-wrap {
      position: relative;
      height: 725px;
      margin-top: 50px;
      margin-bottom: -200px;
  
  }
  .testimonials {

    overflow: hidden;
}
    
    .client-single {
      margin-top: 20px;
      text-align: center;
      position: absolute;
      -webkit-transition: all 1s ease;
      transition: all 1s ease;
    }
    
    .client-info,
    .client-comment {
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    
    .client-single {
      &.inactive {
        .client-comment,
        .client-info {
          display: none;
        }
        .client-comment,
        .client-info {
          opacity: 0;
          visibility: hidden;
        }
      }
      i.fa.fa-quote-left {
        line-height: 0 !important;
    }
    &.position-2 {
      left: 10px;
      top: -40px;
  }

          &.position-3 {
      left: -50px;
      top: 35px;
  }
  &.position-4 {
    left: -62px;
    top: 130px;
}
      &.position-5 {
        top: 217px;
        left: -37px;
      }
      &.position-6 {
        top: 277px;
        left: 35px;
      }
      &.position-7 {
        top: 302px;
        left: 120px;
        /* -webkit-transform: scale(0.4) !important;
        transform: scale(0.4) !important; */
      }
      &.position-8 {
        top: -78px;
        left: 98px;
    }
    
    
     
    .client-img img::after {
      position: absolute;
        width: 50% !important;
        height: 100% !important;
        right: 0px !important;
    }
      &.active {
        /* top: 10%; */
        /* left: 50%; */
        /* -webkit-transform: translateX(-50%);
        transform: translateX(-50%); */
        z-index: 10;
        width: 100%;
        .client-comment,
        .client-info {
          -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
        }
      }
      &:not(.active) {
        -webkit-transform: scale(0.55);
        transform: scale(0.55);
        z-index: 99;
      }
      .client-img img {
        width: 120px;
            border-radius: 50%;
            border: 3px solid #5b2a7b;
            cursor: pointer;
      }
      &.active .client-img img {
        max-width: 160px;
        margin: 0 auto 24px;
        border: 0;
      }
    }
    
    .client-comment {
      padding: 0 30px;
      h3 {
        font-size: 65px;
        line-height: 32px;
        color: #505b6d6e;
      }
      span i {
        font-size: 60px;
        color: #5C2B7C;
        margin: 40px 0 24px;
        display: inline-block;
      }
    }
    
    .client-info {
      h3 {
        color: #000;
        font-weight: 600;
        margin-bottom: 4px;
      }
      p {
        color: #5C2B7C;
        text-transform: uppercase;
      }
    }
    
    .active img {
        max-width: 300px !important;
        width: 300px !important;
    }
    .client-single{
      text-align: left !important;
    }
    .client-comment a{
      color: #5C2B7C;
    
    }
    
    .client-single.active {
        display: flex !important;
        position: relative !important;
        align-items: center  !important;
    }
    .client-single.active {
      display: flex;
  }

  .active .client-img {
      padding: 40px 40px 20px 40px;
      border-radius: 100%;
      position: relative;
  }
  


  .active .client-img:after {
      content: '';
      width: 50%;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      background: #fff;
      z-index: -1;
  }
  .active .client-img:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      border-radius: 50%;
      border: 4px solid #5C2B7C;
      z-index: -1;
  }



  .client-comment p {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    margin-top: 10px;
}

.client-comment a {
  color: #5C2B7C;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: 19px;
}

/* .testimonials :end */

.hero-section, .section2, .section3, .newslatter, .section4, .testimonials, .section6, .footer, .copyright   {
overflow-x: hidden !important;
}
.blog-loop a {
    color: black !important;
}

.blog-loop button.button3 {
    border: 1px solid #5C2B7C;
}

/* Listing Page Start */

aside#sidebar #accordionExample{
    margin:0px !important;
}

.charm-details-search{
    padding:50px 0px 0px 0px;
}

.strip.list_view:hover {
  box-shadow: inset 0 0 10px #5b2a7b !important;
}

.strip.list_view {
  box-shadow: 0 0 10px #5b2a7b !important;
}

.banner{
  background-image: url(../images/hair-services.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  display: flex;
  align-items: center;
 text-align: center;
 box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);

}
.banner h1{
  color: white;
  font-size: 60px;
}

.brand-slider{
  padding: 30px 0px;
}

.healthwellness a{
color: #000;
gap: 20px  !important;
position: relative !important;

}
.hair-services-sec1{
  padding: 80px 0px;
}
.hair-services-sec1 h1 { 
  font-weight: 800;

}
.hair-services-sec2 h1 { 
  font-weight: 800;
text-align: center;
}

.hair-services-sec1 .container{
  width: 800px;
}

.hair-services-sec2{
  padding-bottom: 70px;
}

.hair-services-sec2 .around
{
border: 1px solid rgba(128, 128, 128, 0.397);
display: flex;
align-items: center;
padding: 15px 20px;
border-radius: 5px;
justify-content: space-between;
}
.hair-services-sec2 h4{
  top: 3px;
position: relative;
letter-spacing: 1px;
}
.hair-services-sec2 i.fa-solid {
  font-size: 25px;
  color: #5C2B7C;
}
.hair-services-sec2 .around a
{
color: black;
text-decoration: none;
}

.hair-services-sec2 .row{
  margin-top: 20px;
}




/* Inner Banner  */
.Inner-Banner{background:url(../images/banner-bg.png);background-repeat:no-repeat;background-position:top;background-size:cover;position: relative;}
.section{padding:100px 0}
.Inner-Banner .row-wrap{height: 60vh;position: relative;color: #fff;}
.Inner-Banner:before {
  content: '';
  background: #0003;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* Inner Banner  */

/* listing inner  */
section.section.sectionsix.mission .specialist-cont {MIN-HEIGHT: 380PX;}
.listing-inner {background: #FFF;}
section.section.listing-inner {
    PADDING: 0px;
}
.listing-inner .container{
  max-width: 1300px ;
}
.listing-inner .call-box{display:flex;flex-wrap:wrap;align-items:center;padding:20px;border-radius:10px;border:1px solid #ccc;margin-bottom:20px}
.listing-inner .call-box a.email-btn{display:block;width:100%;max-width:100%;padding:10px;border-radius:10px;background:#336;color:#fff;text-align:center;margin-top:20px;transition:all .3s ease-in-out}
.listing-inner .call-box .left-box{width:80%}
.listing-inner .call-box .right-box{width:20%}
.listing-inner .call-box .left-box a{display:block;font-size:30px;font-weight:700}
.listing-inner .call-box .right-box img.img-fluid{min-width:70px;border-radius:50px;height:70px;object-fit:cover}
.listing-inner .call-box a.email-btn:hover{background:#92d6e9;color:#000}
.listing-inner .call-box .left-box a i{background:#336;padding:10px;border-radius:50px;color:#fff;font-size:24px}
.listing-inner .practice-listing{padding:20px;border-radius:10px;border:1px solid #ccc}
.listing-inner .practice-listing span{display:block;padding-top:10px}
.listing-inner .practice-listing span i{border-radius:50px;background:#336;padding:11px;color:#fff}
.listing-inner .practice-listing .location{display:flex;gap:10px;align-items:center}
.listing-inner .practice-listing .location .inner-div a{display:block}
.listing-inner .practice-listing .practice-btns{display:flex;padding-top:20px;gap:10px}
.listing-inner .practice-listing .practice-btns a{width:50%;text-align:center;padding:10px;border-radius:10px;border:1px solid #000;transition:all .3s ease-in-out}
.listing-inner .practice-listing .practice-btns a:hover{background:#336;color:#fff}
.listing-inner .background-listing{background:#92d6e9;padding:10px 20px;margin:0;border-radius:10px}
.listing-inner .background-listing p{padding:0;margin:0}
.listing-inner .left-image img{border-radius:10px}
.practice-listing .quote{display:flex;align-items:flex-start;gap:10px;padding:12px 0}
.practice-listing .quote span i{background:0 0;color:#000;padding:0;font-size:20px}
.practice-listing .quote p{margin:0}
.practice-listing .quote span{padding:0}
.listing-inner .testimonial{padding:20px;border-radius:10px;border:1px solid #ccc}
.listing-inner .testimonial .bottom-testi{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.listing-inner .testimonial .bottom-testi .left-im{width:20%}
.listing-inner .testimonial .bottom-testi .left-im img.img-fluid{border-radius:50px;min-width:70px;height:70px;object-fit:cover}
.listing-inner .testimonial .bottom-testi strong{display:block}
.listing-inner .testimonial .quote i{font-size:30px}
.listing-inner .testimonial p{padding-top:20px}
.listing-inner .finance-sec h4{padding-bottom:10px;font-size: 26px;font-weight: 600;}
.listing-inner .finance-sec ul li .quote{padding:0;display:flex;margin:0;gap:10px;flex-wrap: wrap;}
.listing-inner .finance-sec ul{padding:0;list-style:none;margin:0;padding-top:20px}
.listing-inner .finance-sec .verification-box{display:flex;align-items:center;flex-wrap:wrap;gap:20px;padding:20px;border-radius:10px;border:1px solid #ccc;max-width:400px}
.listing-inner .finance-sec .verification-box .right strong{display:block}
.listing-inner .finance-sec .verification-box .right span{display:block}
.listing-inner .client-focus-box{padding:20px;border-radius:10px;border:1px solid #ccc;height:150px}
.listing-inner .client-focus-box span{display:block}
.listing-inner .client-focus-box span i{font-size:24px;display:block;margin-bottom:10px}
.listing-inner .client-focus-box strong{font-size:20px;padding:10px 0}
.testimonial.test-new ul{list-style:none;padding:0}
.testimonial.test-new .background-listing p{padding:0}
/* listing inner  */
/* listing page */
.strip.list_view .wrapper.center h3 a {
    font-weight: 700;
    font-size: 35px;
    color: #5b2a7b;
}
.strip.list_view .left-image img{border-radius:10px;}
.strip.list_view{background:#fff;border-radius:10px;padding:10px;margin-bottom:10px;box-shadow: 0 0 5px #5b2a7b; margin-top: 0px;}
.strip.list_view .list_buttons a{display:inline-block;text-align:center;padding:10px;margin-bottom:5px;border-radius:10px;border:1px solid #5b2a7b !important ;transition:all .3s ease-in-out;width:100%}
.strip.list_view .list_buttons button{display:inline-block;text-align:center;padding:10px;margin-bottom:5px;border-radius:10px;border:1px solid #5b2a7b;transition:all .3s ease-in-out;width:100%}
.strip.list_view .wrapper.center {
    padding: 10px;
}
.listin-page aside#sidebar button.btn {
    background: #336;
    color: #fff;
    margin-top: 10px;
}
.strip.list_view .list_buttons a:hover {
    background: #5b2a7b ;
    color: white;
}
.listin-page #sidebar ul{list-style:none;padding:0;margin:0}
.listin-page #sidebar ul li a{display:inline-block;position:relative}
.listin-page #sidebar ul li a:before{content:'\f061';padding-right:10px;font-family:FontAwesome}
.listin-page aside#sidebar h2 button{background:0 0;color:#fff}
.listin-page aside#sidebar h2{background:#5b2a7b}
.listin-page aside#sidebar h2 button::after{filter:invert(1)}


.listing-inner .social-icons ul li a{background:#336;color:#fff;width:40px;height:40px;display:flex;align-items:center;justify-content:center}
.listing-inner .social-icons ul li a:hover{box-shadow:inset 0 0 10px #fff}
section.section.listing-inner .social-icons ul{list-style:none;display:flex;align-items:center;justify-content:flex-start;padding:0;margin:0;gap:10px}
/* listing page */

.row-wrap.d-flex.align-items-center.justify-content-center h1{
  font-size: 55px;
  font-weight: 700;
  color: #511A6F;
  position: relative;
  top: 30px;
}

.list_buttons a {
  background-color: #5b2a7b !important;
  border: 2px solid #5b2a7b;
  color: white !important;
}
div#accordionExample h2 {
  background-color: #5b2a7b !important;
}
button.accordion-button:focus {
  outline: none !important;
  box-shadow: none !important;
}

.wrapper h6{
    font-family: "InterBack", sans-serif;
    color:#5b2a7b;
    font-family:700;
    position:relative;
    top:10px;
    font-size:20px;
}


/* Listing Page end */




/* single page start  */


.single-sec1 .comment input.form-control {
        display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow:none;
}

.search__button {
    background-color: transparent !important;
}


section.section.sectionsix.mission .specialist-cont {MIN-HEIGHT: 390PX;}
.listing-inner {background: #FFF;}
section.section.listing-inner {
    PADDING: 0px;
}
section.section.listin-page a {
    text-decoration: none;
}
.listing-inner .call-box a {text-decoration:none;}
.listing-inner .practice-listing a{text-decoration:none;}
.listing-inner .call-box{display:flex;flex-wrap:wrap;align-items:center;padding:20px;border-radius:10px;border:1px solid #ccc;margin-bottom:20px}
.listing-inner .call-box a.email-btn{display:block;width:100%;max-width:100%;padding:10px;border-radius:10px;background:#333366;color:#fff;text-align:center;margin-top:20px;transition:all .3s ease-in-out}
.listing-inner .call-box button.email-btn{display:block;width:100%;max-width:100%;padding:10px;border-radius:10px;background:#333366;color:#fff;text-align:center;margin-top:20px;transition:all .3s ease-in-out}
.listing-inner .call-box .left-box{width:80%}
.listing-inner .call-box .right-box{width:20%}
.listing-inner .call-box .left-box a{display:block;font-size:30px;font-weight:700}
.listing-inner .call-box .right-box img.img-fluid{min-width:70px;border-radius:50px;height:70px;object-fit:cover}
.listing-inner .call-box a.email-btn:hover{background:#92d6e9;color:#000}
.listing-inner .call-box button.email-btn:hover{background:#92d6e9;color:#000}
.listing-inner .call-box .left-box a i{background:#333366;padding:10px;border-radius:50px;color:#fff;font-size:24px}
.listing-inner .practice-listing{padding:20px;border-radius:10px;border:1px solid #ccc}
.listing-inner .practice-listing a.PracticeLIsts{display: flex;align-items: center;gap: 10px;margin-bottom: 10px;}
.listing-inner .practice-listing a.PracticeLIsts i{border-radius:5px;background:#5b2a7b !important;color:#fff;width: 30px;height: 30px;display: flex;display: flex;align-items: center;justify-content: center;padding: 18px;}
.listing-inner .practice-listing span{display: flex;align-items: center;gap: 10px;margin-bottom: 10px;}
.listing-inner .practice-listing span i{border-radius:5px;background:#5b2a7b;color:#fff;width: 30px;height: 30px;display: flex;display: flex;align-items: center;justify-content: center;padding: 18px;}
.listing-inner .practice-listing .location{display:flex;gap:10px;align-items:center}
.listing-inner .practice-listing .location .inner-div a{display:block}
.listing-inner .practice-listing .practice-btns{display:flex;padding-top:20px;gap:10px}
.listing-inner .practice-listing .practice-btns a{width:50%;text-align:center;padding:10px;border-radius:10px;border:1px solid #000;transition:all .3s ease-in-out;text-decoration:none;}
.listing-inner .practice-listing .practice-btns a:hover{background:#333366;color:#fff}
.listing-inner .background-listing{background:#92d6e9;padding:10px 20px;margin:0;border-radius:10px}
.listing-inner .background-listing p{padding:0;margin:0}
.listing-inner .left-image img{border-radius:10px;width: 100%;}
.practice-listing .quote{display:flex;align-items:flex-start;gap:10px;padding:12px 0}
.practice-listing .quote span i{background:0 0;color:#000;padding:0;font-size:20px}
.practice-listing .quote p{margin:0}
.practice-listing .quote span{padding:0}
.listing-inner .testimonial{padding:20px;border-radius:10px;border:1px solid #ccc}
.listing-inner .testimonial .bottom-testi{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.listing-inner .testimonial .bottom-testi .left-im{width:20%}
.listing-inner .testimonial .bottom-testi .left-im img.img-fluid{border-radius:50px;min-width:70px;height:70px;object-fit:cover}
.listing-inner .testimonial .bottom-testi strong{display:block}
.listing-inner .testimonial .quote i{font-size:30px}
.listing-inner .testimonial p{padding-top:20px}
.listing-inner .finance-sec h4{padding-bottom:10px;font-size: 26px;font-weight: 600;}
.listing-inner .finance-sec ul li .quote{padding:0;display:flex;margin:0;gap:10px;flex-wrap: wrap;}
.listing-inner .finance-sec ul{padding:0;list-style:none;margin:0;padding-top:20px}
.listing-inner .finance-sec .verification-box{display:flex;align-items:center;flex-wrap:wrap;gap:20px;padding:20px;border-radius:10px;border:1px solid #ccc;max-width:400px}
.listing-inner .finance-sec .verification-box .right strong{display:block}
.listing-inner .finance-sec .verification-box .right span{display:block}
.listing-inner .client-focus-box{padding:20px;border-radius:10px;border:1px solid #ccc;height:150px}
.listing-inner .client-focus-box span{display:block}
.listing-inner .client-focus-box span i{font-size:24px;display:block;margin-bottom:10px}
.listing-inner .client-focus-box strong{font-size:20px;padding:10px 0}


.testimonial.test-new ul{list-style:none;padding:0}
.testimonial.test-new .background-listing p{padding:0}
/* listing inner  */
/* listing page */
.strip.list_view .wrapper.center h3 {
    font-weight: 700;
    font-size: 35px;
    color: #333366;
}
.strip.list_view .wrapper.center h3 .provide-name small {
    font-size: 35px;
}
.popup-titels-sec {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: baseline;
    gap:5px
}

.strip.list_view .left-image img{border-radius: 10px;
    height: 260px;
    object-fit: cover;}
.strip.list_view{background:#fff;border-radius:10px;padding:10px;margin-bottom:10px;box-shadow: 0 0 10px #92d6e9;cursor: pointer;transition:all 0.5s ease-in-out;}
.strip.list_view:hover {
    box-shadow: inset 0 0 10px #92d6e9;
    transition:all 0.5s ease-in-out;
}
.strip.list_view .list_buttons a{display:inline-block;text-align:center;padding:10px;margin-bottom:5px;border-radius:10px;border:1px solid #000;transition:all .3s ease-in-out;width:100%;color: #274066;}
.strip.list_view .list_buttons button{display:inline-block;text-align:center;padding:10px;margin-bottom:5px;border-radius:10px;border:1px solid #000;transition:all .3s ease-in-out;width:100%;background: transparent;color: #274066;}
.strip.list_view .wrapper.center {
    padding: 10px;
}
.listin-page aside#sidebar button.btn {
    background: #333366;
    color: #fff;
    margin-top: 10px;
}
.strip.list_view .list_buttons a:hover {
    background: #92d6e9;
    color: #000;
}
.listin-page #sidebar ul{list-style:none;padding:0;margin:0}
.listin-page #sidebar ul li a{display:inline-block;position:relative}
.listin-page #sidebar ul li a:before{content:'\f061';padding-right:10px;font-family:FontAwesome}
.listin-page aside#sidebar h2 button{background:0 0;color:#fff}
.listin-page aside#sidebar h2{background:#333366}
.listin-page aside#sidebar h2 button::after{filter:invert(1)}


.listing-inner .social-icons ul li a{background:#333366;color:#fff;width:40px;height:40px;display:flex;align-items:center;justify-content:center}
.listing-inner .social-icons ul li a:hover{box-shadow:inset 0 0 10px #fff}
section.section.listing-inner .social-icons ul{list-style:none;display:flex;align-items:center;justify-content:flex-start;padding:0;margin:0;gap:10px}
/* listing page */
/* listing page */
section.section.join-network1.callaction{background:#333366;padding:50px 0}
section.section.join-network1.callaction h2.policies-heading{color:#fff}
section.section.join-network1.callaction a.btn.normal-btn{background:#92d6e9;color:#000}
/* listing page */
section.section.sectiontwo.story-page .left-image {
    text-align: center;
}

section.section.sectiontwo.story-page .left-image::before {
    width: 100%;
}
section.counter-sec .counter-box {
    padding: 30px 10px;
    background: #92d6e96b;
    border-radius: 20px;
    text-align: center;
}
section.counter-sec .counter-box strong {
    font-size: 50px;
    font-family: 'Arial';
}

section.counter-sec .counter-box span.counter {
    font-size: 100px;
    font-family: 'Arial';
}

section.listing-inner .social-icons a {
  background: #5b2a7b;
  width: 30px  !important;
  height: 30px !important;
  border-radius: 5px;
  color: white !important;
  padding: 10px;
  font-size: 10px;
  align-items: center;
 
}

.listing-inner h2.section-heading {
  font-size: 40px;
  color: black;
  font-weight: 700;
}

.listing-inner h2 {
  color: black;
}

.listing-inner .call-box .left-box a {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: black !important;
}
a.email-btn.emailModal {
  background: #5C2B7C !important;
  color: white !important;
}

p.m-0.p-0 {
  color: black !important;
}

.practice-btns a {
  height: 100% !important ;
  background: #5C2B7C;
  color: white;
  font-size: 14px;
  border: 1px solid #5C2B7C !important;
}
.practice-btns a:hover {

  background-color: transparent  !important;
  color: #511A6F !important;
}
.single-slider img{
  width: 100%;
  height: 500px  !important;
  object-fit: cover;
  object-position: top;
}

.single-slider button.slick-prev.slick-arrow {
  z-index: 10;
  left: 20px;
}

.single-slider button.slick-next.slick-arrow{
  z-index: 10;
  right: 50px;
}

.listing-relative-col h4{
  color: white;
  font-weight: 700;
  letter-spacing: 1px;
}

.listing-relative-col p{
font-size: 14px;
}
.listing-relative-col h3{
  color:white;
  font-weight: 700;
  letter-spacing: 1px;
}
.listing-relative-col .contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top:1px solid rgba(94, 94, 94, 0.356) ;
  border-bottom: 1px solid rgba(94, 94, 94, 0.356) ;
  padding: 15px 0px;
  margin-bottom:10px;
}


.listing-relative-col .contact p{
margin: 0px !important;
font-size: 16px;
}

.listing-relative-col .contact .fa-solid{
 background-color: white;
 color: #5b2a7b;
 padding: 10px;font-size: 20px;
 border-radius: 50px;
  }

  .listing-relative-col .contact .button1 {
border-radius: 0px !important;
    padding: 10px 20px;
    color:white;
    border:1px solid white;
    text-decoration:none;
}

 .listing-relative-col .contact .button1::before {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: inherit;
  scale: 0;
  z-index: -1;
  background-color:white;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
  color:#5b2a7b;
}

 .listing-relative-col .contact .button1:hover::before {
  scale: 3;
}

 .listing-relative-col .contact .button1:hover {
  color: #5b2a7b;
  scale: 1.1;
  box-shadow: 0 0px 20px rgba(193, 163, 98,0.4);
}

 .listing-relative-col .contact .button1:active {
  scale: 1;
}

.listing-relative-col .business-hours {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0px;
}

.listing-inner ul.dropdown-menu.show{
  width: 100% !important;
  max-width: 100%;
  border: none;
}

button.btn.btn-secondary.dropdown-toggle {
  background-color: transparent !important;
  color: black;
  font-size: 25px;
  font-family: "InterBack", sans-serif;
  font-weight: 700;
  border: none;
}
button.btn.btn-secondary.dropdown-toggle:focus {
  box-shadow: none !important;
}

.purify_TJBmvp84N9Sj6dyMFksHKg\=\= {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid rgba(83, 83, 83, 0.384);
  padding: 15px;
}

button.boooking {
  background-color: #5b2a7b !important;
  color: white;
  border: none;
  padding: 8px 20px;
}

.listing-relative-col.sticky-lg-top {
  background-image: linear-gradient(to right, #511A6F, #8466AB);
         padding: 17px 20px 0px 20px;
  color: white !important;
  border-radius:15px;
}

.single-left-content{
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.single-left-content .left h1 {
    margin-top: 10px;
}

.single-left-content .right{
display: flex;
justify-content: space-around;
}
.single-left-content .right p {
  position: relative;
  gap: 20px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
  .single-left-content .right .fa-solid{
    color: rgba(128, 128, 128, 0.589);
    font-size: 30px;
    margin-right: 10px;
  }
  .single-left-content .right .fa-regular{
    color: rgba(128, 128, 128, 0.589);
    font-size: 30px;
  }

.single-left-content .button1{
  position: relative;
  top: 30px;
  padding: 8px 20px;
margin-bottom: 40px;

}

.search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.search__input {
  font-family: inherit;
  font-size: inherit;
  background-color: #f4f2f2;
  border: none;
  color: #646464;
  padding: 10px 20px;
  border-radius: 30px;
  width: 18em;
  transition: all ease-in-out .5s;
  margin-right: -2rem;
}

.search__input:hover, .search__input:focus {
  box-shadow: 0 0 1em #f0eeee;
}

.search__input:focus {
  outline: none;
  background-color: #f0eeee;
}

.search__input::-webkit-input-placeholder {
  font-weight: 100;
  color: #ccc;
}

.search__input:focus + .search__button {
  background-color: #f0eeee;
}

.search__button {
  border: none;
  background-color: #f4f2f2;
  margin-top: .1em;
}

.search__button:hover {
  cursor: pointer;
}

.search__icon {
  height: 1.3em;
  width: 1.3em;
  fill: #b4b4b4;
  position: relative;
  left: -10px;
}

.listing-inner .search-box{
  display: flex;
  justify-content: space-between;
}

.service-sec01{
  border-top: 1px solid rgba(128, 128, 128, 0.452);
  padding: 30px 0px;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between;
  position: relative;
  top: 20px;
}
.service-sec01 .left h5{
  font-family: "InterBack", sans-serif;
letter-spacing: 1px;
font-weight: 600;
}
.service-sec01 .right{
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.service-sec01 .right h5{
text-align: right;
font-size: 17px;
margin-right: 15px;
color: black;
}
.service-sec01 .right span{
color: gray;
font-size: 14px;
}
.service-sec01 .right .button1{
  border-radius: 0px !important;
  padding: 10px 20px;
}
button.accordion-button.collapsed {
  font-size: 25px !important;
  color: white !important;
  background-image: linear-gradient(to right, #511A6F, #8466AB);

}

button.accordion-button:focus{
  font-size: 25px !important;
  color: white !important;
  background-image: linear-gradient(to right, #511A6F, #8466AB);

}
.accordion-item:first-of-type .accordion-button{
  font-size: 25px !important;
  color: white !important;
  background-image: linear-gradient(to right, #511A6F, #8466AB);
}
.accordion-button:not(.collapsed){
  font-size: 25px !important;
  color: white !important;
  background-image: linear-gradient(to right, #511A6F, #8466AB);

}
#accordionExample .service-sec01{
  top: 0px !important;
}
#accordionExample{
  margin: 50px 0px;

}
button.accordion-button.collapsed:after {

  background-image: url(../images/arrow.svg) !important;
}


.accordion-button:not(.collapsed)::after{
  background-image: url(../images/arrow.svg) !important;
}
.work-gallery{
  display: flex;
  position: relative;
  gap: 20px;
  top: 20px;
  align-items: center;
}
.work-gallery .right .small-images:nth-child(2){
margin-top: 18px;
}
.work-gallery .right .small-images{
  display: flex;
position: relative;
gap: 20px;
}

.work-gallery .right .small-images img{
width: 100%;
height: 225px;
object-fit: cover;
border-radius: 15px;
}

.works-btn {
  cursor: pointer;
  position: relative;
padding: 10px;
  font-size: 14px;
  color: #5C2B7C;
  border: 1.5px solid #5C2B7C;
  border-radius: 34px;
  background-color: transparent;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  width: 100%;
  top: 40px;
  margin-bottom: 50px !important;
}

.works-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 50%;
  height: 50px;
  border-radius: inherit;
  scale: 0;
  z-index: -1;
  background-color:#5C2B7C;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.320, 1);
}

.works-btn:hover::before {
  scale: 3;
}

.works-btn:hover {
  color: white;
  scale: 1;
  box-shadow: 0 0px 20px rgba(193, 163, 98,0.4);
}
.amenities{
  padding: 50px 0px !important;
}
.amenities h3{
font-weight: 700;
position: relative;
bottom: 20px;
}
.amenities i{
  color: #5b2a7b;
  font-size: 25px;
  padding-right: 10px;
}

/* Reviews section start */

.purify_dxK73GWjRmpzuH87a1KJYw\=\= {
  white-space: nowrap
}

.purify_Qoav5NuXv0ym9cfxyao4Ig\=\= {
  color: #ff9400;
  margin-right: .25em
}

.purify_Qoav5NuXv0ym9cfxyao4Ig\=\=.purify_6FerK7TfLVP9yDl85hLXqw\=\= {
  color: #ebebeb
}

.purify_LLtMrC6hPeIv-IS6ClHl2Q\=\= .purify_Qoav5NuXv0ym9cfxyao4Ig\=\= {
  margin-right: -.12em
}

/*!
*
* variables
*
*/
/*!
* do NOT modify breakpoints
* @see `~~/store/ui/window.js`
*/
/*! green */
.purify_VXAITtHvgDHJSpiutS\+aCQ\=\= {
  border: 1px solid #ebebeb;
  border-radius: 6px;
  display: flex;
  flex-wrap: nowrap
}

.purify_gsuJdmw4xc8X4JmyIZZzJA\=\= {
  border-right: 1px solid #fafafa;
  flex-basis: 50%;
  flex-direction: column;
  justify-content: center;
  padding: 21px 9px 24px
}

.purify_gsuJdmw4xc8X4JmyIZZzJA\=\=,.purify_hXVLYc-NNjl6KfnR8px1EA\=\= {
  align-items: center;
  display: flex
}

.purify_hXVLYc-NNjl6KfnR8px1EA\=\= {
  flex-direction: row;
  justify-content: space-evenly
}

.purify_-\+GofmpU8MVNz7dirl-GQg\=\= {
  display: flex;
  flex-basis: 50%;
  flex-direction: column;
  justify-content: space-between;
  padding: 21px 18px 24px
}

.purify_ASG3R7eKPPVqIVakpYe2vQ\=\= {
  color: #8c8b88;
  height: 10px;
  margin-right: 3px;
  text-align: right;
  text-align: center;
  width: 30px
}

.purify_ASG3R7eKPPVqIVakpYe2vQ\=\=,.purify_ji-Ezv91pQnFKumCHFPjAA\=\= {
  line-height: 11px;
  width: 10px
}

.purify_ji-Ezv91pQnFKumCHFPjAA\=\= {
  color: #ff9400;
  font-size: 10px;
  height: 14px;
  margin-right: 5px
}

.purify_ji-Ezv91pQnFKumCHFPjAA\=\=>svg g {
  fill: #c2c2c2
}

.purify_saOWfK3b0Qf3txtJp9VRTg\=\= {
  border-top: 2px solid transparent;
  display: inline-block;
  height: 0;
  margin-right: 8px;
  position: relative;
  width: 100%
}

.purify_saOWfK3b0Qf3txtJp9VRTg\=\= i {
  border-top: 3px solid #ff9400
}

.purify_saOWfK3b0Qf3txtJp9VRTg\=\= .purify_gH10iciXgKWsDT7H7l2LyQ\=\=,.purify_saOWfK3b0Qf3txtJp9VRTg\=\= i {
  display: inline-block;
  height: 0;
  left: 0;
  position: absolute;
  top: -2.5px
}

.purify_saOWfK3b0Qf3txtJp9VRTg\=\= .purify_gH10iciXgKWsDT7H7l2LyQ\=\= {
  border-top: 3px solid #dbdbdb;
  width: 100%
}

.purify_J\+amyJK6qebuIVCyV7WhgQ\=\= {
  color: rgba(56,58,60,.8);
  text-align: right;
  width: 20px
}

.purify_lZvWIWxIpgyX2b3dr9or0A\=\= {
  color: #272525;
  line-height: 24px;
  margin-bottom: 6.5px
}

.purify_aNo2rKM2GaqragdL24RFJA\=\= {
  color: #a9a9a9
}

.reviews .rattings{
  display: flex !important;
  align-items: center;
  padding: 0px 20px;
  border: 1px solid rgba(128, 128, 128, 0.411);
  border-radius: 5px;
}
.reviews .rattings .left{
  width: 50%;
}
.reviews .rattings .right{
  width: 50%;
}

.purify_dxK73GWjRmpzuH87a1KJYw\=\= {
  display: flex;
}
.reviews .rattings .left{
  text-align: center;
}
.reviews .rattings .left h5{
  font-family: "Roboto", sans-serif;
}
.reviews .rattings .left i.fa-solid.fa-star{
  color: #ff9400 !important;
  font-size: 20px;
}
.reviews .rattings .left p{
  font-size: 14px;
  margin-top: 10px;
}

.single-riiew i.fa-solid.fa-star{
  color: #ff9400 !important;
  font-size: 20px;
}
.single-riiew {
  padding: 30px 0px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.411);
}
.single-riiew  p{
  font-size: 14px;
  margin-top: 10px;
}
.single-riiew .col-md-6:nth-child(2){
  display: flex;
  align-items: start;
  justify-content: right;
}
.single-riiew  i.fa-solid.fa-circle-check {
  color: #552074;
  font-size: 20px;
  margin-left: 10px;
}

/* Reviews section end */


.favorite-button {
  cursor: pointer;
  border: 0;
  color: #552074;
}

.favorite-button .favorite__icon {
  height: 30px;
  width: 30px;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  transform: scale(.6);
  position: absolute;
  left: 40px;
  top: 1px;
}

.favorite-button.is-favorite .favorite--enable {
  opacity: 1;
  transform: scale(1);
}

.favorite-button:not(.is-favorite) .favorite--not {
  opacity: 1;
  transform: scale(1);
}

.comment-form{
  padding: 50px 0px;
}
.comment-form label{
  font-family: "InterBack", sans-serif;
  font-size: 35px;
  font-weight: 600;
  position: relative;
  bottom: 15px;
}



.comment-form .button1 {
  cursor: pointer;
  position: relative;
padding: 10px;
  font-size: 14px;
  color: #5C2B7C;
  border: 1.5px solid #5C2B7C;
  border-radius: 34px;
  background-color: transparent;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  width: 100%;
  top: 40px;
  margin-bottom: 50px !important;
}

.comment-form .button1::before {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 50%;
  height: 50px;
  border-radius: inherit;
  scale: 0;
  z-index: -1;
  background-color:#5C2B7C;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.320, 1);
}

.comment-form .button1:hover::before {
  scale: 3;
}

.comment-form .button1:hover {
  color: white;
  scale: 1;
  box-shadow: 0 0px 20px rgba(193, 163, 98,0.4);
}
i.fa-solid.fa-share-nodes{
        color:#5C2B7C !important;
        position:relative;
        right:10px;
}
i.fa-solid.fa-share-nodes:hover {
    color:#5C2B7C;    transform: rotate(-360deg);
    transition: 0.5s !important;
}

.sticky-lg-top img{
      height: 400px !important;
    width: 100%;
    object-fit: cover;
    object-position: center;

}

.sticky-header{
  display: flex;
  align-items: center;
  overflow:hidden !important;
  background:white;
  padding:15px 0px 10px 0px;
  z-index:9999;
}
.sticky-header .left{
display: flex  !important;
align-items: center;
position: relative;
gap: 20px;
}

.sticky-header .left img {
  width: 80px !important;
  height: 80px !important;
  border-radius: 100px !important;
  object-fit: cover !important;
}
.sticky-header .left .button1{
  width: 100% !important;
}

.sticky-header i.fa-solid.fa-share-nodes {
    font-size: 25px !important;
}

.sticky-header button.works-btn {
    top: 20px;
    border-radius:5px !important;
}


/* single page end  */


/* login page :start */

.login-sec1  {
  padding: 0px 0px 20px 0px;
  text-align: center;
  background-position: center;
  background: url(../images/login-banner.jpg);
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
}
.login-sec1 .text-light a:hover {
  color: #269926 !important;
}
.login-sec1 .text-light a {
  color: #fff !important;
}
.login-sec1  img{
  width: 85%;
  margin-bottom: 20px;
}
.login-sec1 .shadow-effect {
    padding: 40px;
    background: linear-gradient(#1414141f, #00000030);
    box-shadow: rgb(0 0 0 / 85%) 0px 5px 15px;
    width: 40%;
    margin: auto;
    border-radius: 20px;
}
.login-sec1  h1{
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  margin-top:-10px;
}
.login-sec1  .form-group{
  width: 100%;
  margin: auto;
}
.login-sec1 .form-group.inputs input {
  text-align: left;
  padding: 5px 20px;
  border-radius: 100px;
  border: 2px solid #2d2f98;
  color: #2c2e9d;
  font-size: 16px !important;
  margin-top: 10px;
  height:43px;
  box-shadow:none;
}
.login-sec1  input:focus {
    border: 2px solid #552074 !important;
    color: #552074;
    outline: none;
}
/*.login-sec1 .btn-primary {*/
/*  background-image: linear-gradient(#8466AB, #511A6F);*/
/*  color: white  !important;*/
/*     margin:auto ;*/
/*     border: none;*/
/*     padding: 5px;*/
/*     font-family: "InterBack", sans-serif;*/
/*     font-size: 21px; */
/*     width: 100%;*/
/*margin-top:15px;*/
/*     border-radius: 100px;*/
/*     height:43px;*/
/*}*/

.login-sec1 .btn-primary {
  cursor: pointer;
  /*position: relative;*/
  padding: 10px;
  font-size: 14px;
  color: white;
  border:none;
  border-radius: 34px;
  background-image: linear-gradient(#2F3188, #2a2da9);
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  width: 100%;
  top: 10px;
}

.login-sec1 .btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 50%;
  height: 50px;
  border-radius: inherit;
  scale: 0;
  z-index: -1;
  background-color: #2B653C !important;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.320, 1);
}

.login-sec1 .btn-primary:hover::before {
  scale: 3;
}

.login-sec1 .btn-primary:hover {
  color: #511A6F;
  scale: 1;
  box-shadow: 0 0px 20px rgba(193, 163, 98,0.4);
}

/* login page :end */

/* registration page  start */

.registration-sec1 a:hover {
  color: #269926 !important;
}
.registration-sec1 a {
  color: #fff !important;
}
.registration-sec1 {
  padding: 0px 0px 20px 0px;
  text-align: center;
  background-position: center;
  background: url(../images/login-banner.jpg);
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
  
}
.registration-sec1 .shadow-effect {
    padding: 28px 50px;
    background: linear-gradient(#1414141f, #00000030);
    box-shadow: rgb(0 0 0 / 85%) 0px 5px 15px;
    width: 40%;
    margin: auto;
    border-radius: 20px;
}

.registration-sec1 img{width: 85%;margin-bottom: 20px;}
.registration-sec1 h1{
  font-size: 40px;
  color: white;
  font-weight: 700;
  margin-top:-10px;
}

.registration-sec1 .form-group select#exampleFormControlSelect1 {
  background-image: linear-gradient(#8466AB, #511A6F);
  color: white !important;
  margin-top: 10px;
  border: none;
  /* padding: 10px 30px; */
  border-radius: 100px;
  box-shadow:none;
}
.registration-sec1 .form-group input.form-check-input {
  border: 2px solid #5e2e7e;
}
.registration-sec1 .form-group input {
  text-align: left;
  height:43px;
  border-radius: 100px;
  border: 2px solid #2d3090;
  color: #2d3090;
  font-size: 16px !important;
  margin-top: 10px;
  box-shadow:none;
  padding:5px 20px;
}

.registration-sec1 input:focus {
    border: 2px solid #552074 !important;
    color: #552074;
    outline: none;
}
.registration-sec1 .login-btn  {
  background-image: linear-gradient(#8466AB, #511A6F);
 color: white  !important;
    margin-top: 15px;
    border: none;
    padding: 10px;
    font-family: "InterBack", sans-serif;
    font-size: 21px;
  }
  .registration-sec1 .dropdown {
    width: 60%;
    text-align: center;
    padding: 8px;
      border-radius: 100px;
      background-image: linear-gradient(#8466AB, #511A6F);
      color: white  !important;
      outline: none;
      margin-top: 20px;
      margin: auto;
margin-top: 20px;
    
  }
  .registration-sec1 .dropdown button.btn.btn-secondary.dropdown-toggle{
    color: white  !important;
    font-size: 17px;
    font-family: "Roboto", sans-serif;
    font-weight: 400 !important;
  }
  .registration-sec1 ul.dropdown-menu.show {
    position: relative;
    width: 100% !important;
    margin: auto !important;
    top: 0;
    left: -115px !important;
    border: 0;
}
.registration-sec1 .form-check {
  display: flex;
  align-items: center;
}
.registration-sec1 input#flexCheckIndeterminate {
  width: 5%;
}
.registration-sec1 .form-check{
  text-align: left !important;
  position: relative;
  top: 10px;
}
.registration-sec1 .form-check label.form-check-label {
  top: 2px;
  position: relative;
  left: 10px;
  color: white;
}
.registration-sec1 .form-check input.form-check-input{
  border: 2px solid #511A6F;
}
.registration-sec1 .btn-primary {
  background-image: linear-gradient(#2F3188, #2a2da9);
    color: white !important;
    margin: auto;
    border: none;
    padding: 5px;
    font-family: "InterBack", sans-serif;
    font-size: 21px;
    width: 100%;
    border-radius: 100px;
    margin-top: 20px;
    height:43px;
    
}

.registration-sec1 .btn-primary {
  cursor: pointer;
  /*position: relative;*/
padding: 10px;
  font-size: 14px;
  color: white;
  border:none;
  border-radius: 34px;
  background-image: linear-gradient(#2F3188, #2a2da9);
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  width: 100%;
  top: 10px;

}

.registration-sec1 .btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 50%;
  height: 50px;
  border-radius: inherit;
  scale: 0;
  z-index: -1;
  background-color:#269926;
  color: #fff;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.320, 1);
}

.registration-sec1 .btn-primary:hover::before {
  scale: 3;
}

.registration-sec1 .btn-primary:hover {
  color: #fff !important;
  scale: 1;
  box-shadow: 0 0px 20px rgba(193, 163, 98,0.4);
}


select#exampleFormControlSelect1 option {
  color: #511A6F;
}

/* registration page  end */


/* about page :start */

.about-sec1{
  padding: 70px 0px;
}
.about-sec1 img{
  width: 100%;
}
.about-sec1 h1{
color: black;
font-weight: 60;
}
.about-sec2{
  padding: 70px 0px;
  text-align: center;
}
.about-sec2 h1{
  color: black;
  font-size: 50px;
  }




  .about-sec2 .serve{
    display: flex;
    position: relative;
    top: 20px;
    gap: 50px;
  }
  .about-sec2 .serve:nth-child(2){
 margin-top: 20px !important;
  }


   .about-sec2 .card{
    position:relative;
    width: 100%;  
    height: 350px;
    margin: 0 auto;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 15px 60px rgba(0,0,0,.5);  
  }
  .about-sec2 .face.front img{
  width: 30%;
    margin: auto;
position: relative;
top: 45px;
    transition: all .5s ease;
    text-shadow: 0 2px 5px (0,0,0,.2)
      }

  .about-sec2 .card .face{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
  }
  
   .about-sec2 .card .face.hidden{
    box-sizing: border-box;
    padding: 20px;
  }
  
  .about-sec2 .card .face.hidden h2{
    margin: 0;
    padding: 0;
  }
  
  .about-sec2 .card .face.front{
    display: grid;
    grid-template-rows:175px 100px;
    grid-template-areas: "icon" "text";
    background: #111;
    text-align: center;
    transition: all .5s ease;
  }
  
  .about-sec2 .card .face.front i{
    grid-area: icon;
  }
  .about-sec2 .card .face.front h2 {
    grid-area: text;
  }
  
  
  
  .about-sec2 .card:nth-child(1) .face.front{
     background: #552074;  
  }
  
  .about-sec2 .card:nth-child(2) .face.front{
     background: #552074;  
  }
  
  .about-sec2  .card:nth-child(3) .face.front{
     background:#552074;  
  }
  
  .about-sec2 .card:hover .face.front{
    width:0px;   
  
  }
  
  .about-sec2 .card .face.front:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(255,255,255,.1);
  }

 

  

          .about-sec2 .card:hover .face.front i {
    font-size:0;
  }
  
  
  .face.front h2{
    grid-area: text;
    font-size: 2em;
    color: #fff;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
    transition: all .5s ease;
    text-shadow: 0 2px 5px (0,0,0,.2);
  }
  
  .about-sec2 .card:hover .face.front h2{
   font-size:0;
  }
  
  @media screen and (max-width: 820px) {
    .container .card{
    width: 250px;
    height: 350px;
   
  }
  .face.front h2{
   grid-area: text;
    font-size: 2em; 
   
  }
    
  }
  
  @media screen and (max-width: 480px) {
    .container .card{
    width: 200px;
    height: 300px; 
  }
   .face.front h2{
    grid-area: text;
    font-size: 1.5em; 
  }
  
    .container .card .face.hidden h2{
      font-size: 1.5em;
      
    }
    
    .container .card .face.hidden p{
      font-size: .9em;
      
    }
  }
  

  .about-sec3 .heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
    font-family: "InterBack", sans-serif;
    font-size: 45px;
  }
  .about-sec3 .white-heading{
    color: #ffffff;
  }
  .about-sec3 .heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
  }
  .about-sec3 .white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .about-sec3 .heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
  }
  .about-sec3 .white-heading span {
    color: #ffffff;
  }
  /*-----Testimonial-------*/
  
  .about-sec3 .testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
  }
  /* 
  .testimonial {
    min-height: 375px;
    position: relative;
    background: url(https://i.ibb.co/PTJDkgb/testimonials.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
        background-size: cover;
  } */
  .about-sec3{
  background-size: cover  !important;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top:80px ;
  background:linear-gradient(0deg, rgba(88, 22, 114, 0.596), rgba(175, 1, 255, 0.651)), url(../images/about6456.jpeg);
   }
   .about-sec3 #testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
  }
  .about-sec3 #testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
  }
  .about-sec3 #testimonial4 .carousel-inner .item{
  overflow: hidden;
  }
  
  .about-sec3 .testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
  }
  .about-sec3 .testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  }
  .about-sec3 .testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  }
  .about-sec3 .testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
  }
  .about-sec3 .testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
  }
  
  .about-sec3 .testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.1,1,0,1);
  transition: all 0.6s cubic-bezier(0.1,1,0,1);
  }
  .about-sec3 .testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
  }
  .about-sec3 .testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
  }
  .about-sec3 .testimonial4_control_button .carousel-control.left:hover,
  .testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
  }
  
  .about-sec3 .testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
  }
  .about-sec3 .testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "InterBack", sans-serif;
  }
  
  .about-sec3 .testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
  }
  .about-sec3 .testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 110px !important;
    height: 110px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  }
  .about-sec3 .testimonial4_slide p {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
  }
  .about-sec3 .testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
  font-family: "InterBack", sans-serif;
  }
  
  .about-sec3 .testimonial .carousel {
  padding-bottom:50px;
  }
  .about-sec3 .testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
  }
   .about-sec4{
    padding: 70px 0px;
  }
  .about-sec4 img{
    width: 100%;
  }
  .about-sec4  h1{
  color: black;
  font-weight: 60;
  }
  /* ------testimonial  close-------*/
/* about page :end */

/* Contact page :start */


.contact-sec1 .container{
  padding: 70px 0px;
}
.contact-sec1 img{
  width: 100%;
  height: 475px;
  object-fit: cover;
  object-position: top;
}

/*.contact-sec1 . {*/
/*  background-image: linear-gradient(#8466AB, #511A6F);*/
/*  color: white  !important;*/
/*     margin:auto ;*/
/*     border: none;*/
/*     padding: 9px;*/
/*     font-family: "InterBack", sans-serif;*/
/*     font-size: 21px; */
/*     width: 100%;*/
/*     position: relative;*/
     /* top: 25px !important; */
/*     border-radius: 5px;*/
/*}*/

.contact-sec1 .btn-primary{
  cursor: pointer;
  position: relative;
padding: 10px;
  font-size: 14px;
  color: #5C2B7C;
  border: 1.5px solid #5C2B7C;
  border-radius: 34px;
  background-color: transparent;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  width: 100%;

}

.contact-sec1 .btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 50%;
  height: 50px;
  border-radius: inherit;
  scale: 0;
  z-index: -1;
  background-color:#5C2B7C;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.320, 1);
}

.contact-sec1 .btn-primary:hover::before {
  scale: 3;
}

.contact-sec1 .btn-primary:hover {
  color: white;
  scale: 1;
  box-shadow: 0 0px 20px rgba(193, 163, 98,0.4);
}

.contact-sec1 .form-group input {
  /* text-align: center; */
  padding: 5px 20px;
  border-radius: 5px;
outline:none;
  color: #552074;
  font-size: 16px !important;
  margin-top: 10px;
  box-shadow:none;

}


.contact-sec1 .form-group textarea {
  /* text-align: center; */
  padding: 5px 20px;
  border-radius: 5px;
  color: #552074;
  font-size: 16px !important;
  margin-top: 10px;
  box-shadow:none;
}

.form-control:focus {
    border-color: #ced4da !important;
}


.contact-sec2 {
  padding: 100px 0px;
  text-align: center;
  background-image: linear-gradient(#8466AB, #511A6F);

}
.contact-sec2 h1 {
  color: white;
  font-size: 45px;
  
}
.contact-sec2 .info {
  position: relative;
  margin-top: 10px;
}
.condetails span{
margin: 20px;
position: relative;
top: 20px;
}
.contact-sec2 .fa-solid:before {
  display: flex;
  padding: 10px;
  color: #552074;
  background: white;
  border: 2px solid white;
  height: 45px;
  width: 45px;
  align-items: center;
  text-align: center !important;
  justify-content: center;
  margin-right: 10px;
  border-radius: 100px;
  transition: 0.3s;
}
.contact-sec2 .fa-solid:hover:before{
background-color: transparent;
color: white;
transform: rotate(360deg);
}
.contact-sec2 a {
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}


/* Contact page :end */

/*Single  Blog page :Start */


.single-sec1{
  padding: 50px 0px;
}


.single-content img{
margin-top: 20px;
}
.single-content p{
  margin-top: 20px;
  }
  .single-sec1 .comment{
    margin-top: 50px;
  }
.single-sec1 .comment textarea {
       display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow:none;
}



.single-sec1 .comment .btn-primary {
  cursor: pointer;
  position: relative;
padding: 10px;
  font-size: 14px;
  color: #5C2B7C;
  border: 1.5px solid #5C2B7C;
  border-radius: 34px;
  background-color: transparent;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  width: 100%;
  top: 40px;
  margin-bottom: 50px !important;
}

.single-sec1 .comment .btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 50%;
  height: 50px;
  border-radius: inherit;
  scale: 0;
  z-index: -1;
  background-color:#5C2B7C;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.320, 1);
}

.single-sec1 .comment .btn-primary:hover::before {
  scale: 3;
}

.single-sec1 .comment .btn-primary:hover {
  color: white;
  scale: 1;
  box-shadow: 0 0px 20px rgba(193, 163, 98,0.4);
}

.single-sec1 .right{
  padding: 100px 0px 50px 20px;

}
.single-sec1 .auther{
text-align: center;
position: relative;
background-color: white;
padding: 0px 20px 20px 20px;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
border-radius: 10px;
}
.single-sec1 .recentposts{
margin-top: 20px;
  position: relative;
  background-color: white;
  padding: 20px 20px 20px 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  }

.single-sec1 .auther img{
width: 100px;
border-radius: 100px;
margin-top: -55px;
margin-bottom: 20px;
  }
  .single-sec1 .right h4 {
    color: black;
    font-weight: 600;
}
.single-sec1 .right p {
  color: gray;
}

.single-sec1 .fa-brands:before {
  display: flex;
  padding: 10px;
  color: white;
  background: #552074;
  border: 2px solid #552074;
  height: 45px;
  width: 45px;
  align-items: center;
  text-align: center !important;
  justify-content: center;
  margin-right: 10px;
  border-radius: 100px;
  transition: 0.3s;
}
.single-sec1 .fa-brands:hover:before {
  background-color: transparent;
  color: #552074;
  transform: rotate(360deg);
}

.recent-blog{
display: flex;
position: relative;
gap: 15px;
}
.recent-blog .recent-left img{
  width: 100%;
}
.recent-blog .recent-right h6{
  font-family: "InterBack", sans-serif;
  letter-spacing: 1px;
}
.recent-blog .recent-right p{
  font-size: 15px;
}

.single-sec1 .question{
  margin-top: 20px;
    position: relative;
    background-color: white;
    padding: 20px 20px 20px 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    }

.single-sec1 .condetails span {
    margin-top: -10px !important;
    display: block;
}
.single-sec1 .fa-solid:hover:before {
  background-color: transparent;
  color: #552074;
  transform: rotate(360deg);
}
.single-sec1 .fa-solid:before {
  display: flex;
  padding: 10px;
  color: white;
  background: #552074;
  border: 2px solid #552074;
  height: 45px;
  width: 45px;
  align-items: center;
  text-align: center !important;
  justify-content: center;
  margin-right: 10px;
  border-radius: 100px;
  transition: 0.3s;
}
.single-sec1 a {
  color: #552074;
  text-decoration: none;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}

  /*Single  Blog page :end */
  
   /* Blog page :start */


.blog-sec1 {
  padding: 50px 0px;
}

.blog-sec1 .col-md-12 {
  text-align: center;
}

.blog-sec1 .col-md-12 h2 {
  color: black;
  font-weight: 500;
  font-size: 38px;
}

.blog-sec1 .col-md-12 h1 {
  margin-top: -15px;
  color: #5C2B7C;
  font-weight: 500;
  font-size: 50px;
}

.blog-sec1 .blog-loop {
  padding: 10px;
  background-color: white;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.blog-sec1 .blog-loop img {
  width: 100%;
}

.blog-sec1 .authar p {
  color: black;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  margin-top: 10px;
}

.blog-sec1.authar {
  padding-top: 10px;

}

.blog-sec1 .authar .fa-solid {
  color: #5C2B7C;
  font-size: 22px;
  padding-right: 10px;

}

.blog-sec1 .authar span {
  margin-left: 10px;
}



.blog-sec1 .button3 {
  cursor: pointer;
  position: relative;
  padding: 5px 30px 5px 30px;
  font-size: 14px;
  color: #5C2B7C;
  border: 1.5px solid #5C2B7C;

  border-radius: 34px;
  background-color: transparent;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  margin-right: 0px !important;
}

.blog-sec1 .button3::before {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 70px;
  height: 50px;
  border-radius: inherit;
  scale: 0;
  z-index: -1;
  background-color: #5C2B7C;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.blog-sec1 .button3:hover::before {
  scale: 3;
}

.blog-sec1 .button3:hover {
  color: white;
  scale: 1.1;
  box-shadow: 0 0px 20px rgba(193, 163, 98, 0.4);
}

.blog-sec1 .button3:active {
  scale: 1;
}
.blog-sec1 .blog-loop a {
  color: black !important;
  text-decoration: none;
}
.blog-sec1 .row{
  margin-top: 20px;
}


  /* blog page :end */


.contact-sec3 iframe{
    display:block;
}


 /* privacy page :start */

  .privacysec1{
padding: 50px 10px;
text-align: center;
  }
   /* privacy page :end */

    /* Terms & Condition page :start */

  .terms-cond{
    padding: 50px 10px;
text-align: center;
  }


      /* Terms & Condition page :end */