
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
 body {
     font-family: "Poppins", sans-serif!important;
  overflow-x: hidden;
    }

 h1, h2{
   font-family: "Merriweather", serif;columns: #000;
 }   

ul{
     margin:0;
}
li{
    list-style: none;
}
::placeholder {
    color: #444!important;
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
     box-shadow:none!important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.tooltip:hover {
    opacity: 1;
    position: absolute;
    margin-top: -40px;
    left: 0;
}
.tooltip {
    font-size: 12px;
    padding: 5px 10px;
}
.modal-dialog {
    max-width: 1000px!important;
   margin: 5.75rem auto;
}
.modal {
    background:#000000c7;
}
.modal  form {
    margin-top: 30px;
}
.modal-header {
     border-bottom: 0px solid #dee2e6;padding: 0.5rem 1.5rem 2rem;display: block;
   
}
.modal-title {
    text-align: center;
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 28px;
    font-weight: 700;
}

.btn-close {
     width: 0.5em;
    height: 0.5em;
    position: absolute;
    right: 15px;
    top: 15px;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 2rem 2.5rem 3rem 1.8rem;
}
.modal-content {
  height: 559px;
    border: 0px solid rgb(0 0 0 / 0%);
    border-radius: 20px;
    outline: 0;
}
.cover-background {
    border-radius: 20px 0 0 20px;
    background-repeat: no-repeat;
    height: 559px;
    width: 100%;
}



 .navbar-brand img {
 width: 180px;
}
.navbar-nav {
  align-items: center;
}
.navbar .navbar-nav .nav-link {
  color: #fff;
  font-size: 1.1em;
  padding: 0.5em 1em;
}


.navbar-dark .navbar-brand {
    padding: 0;
}
    .navbar-brand {
      color: #F1E9DA;
      font-family: 'Montserrat', sans-serif;
      font-weight: bold;
    }

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-weight: 400;
    margin: 0 10px;
    font-size: 18px;
  
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff!important;background: #602051;
    
}
.fixed-top {
    background-color: #1414147a!important;
}

.fixed-top.scrolled {
    background-color: #121212!important;
    box-shadow: 0 0 20px #0000002e;
}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
    color: #fff;
}
.dropdown-menu {
    border: 0;
    box-shadow: 0 0 20px #0000001f;
    border-radius: 10px;
    min-width: 280px
}
.dropdown-item {
   padding: 0.5rem 1.2rem;
}
li.nav-item {
    padding-left: 0px;
}


.topheader {
    float: left;
    width: 100%;
    background: #111;
    padding: 15px 40px;display: none;

}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 5px;
    vertical-align: 0.255em;
    content: "\f282";
    font-family: 'bootstrap-icons';
    border: 0;
    position: relative;
    top: 3px;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;font-size: 13px;
}
.btn-link {
  border-radius: 0px;
    padding: 10px 30px;
    background: #fd853a;
    font-weight: 600;
    line-height: 2;
    border: 0;
    color: #161414;
    font-size: 18px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
  background: linear-gradient(245deg, #c0a471 20%, #c0a471 40%, #c9af80 30%);
    background-size: 300%;
    background-position-x: 100%;
    animation: shimmer 1s infinite linear;
  
}

/*================dropdown===================*/

.dropdown-toggle::after {
   display: inline-block;
    margin-left: 5px;
    vertical-align: 0;
    content: "\f107";
    font-family: "fontawesome";
    border: 0;
    font-size: 13px;
}
.dropdown-menu {
    border-radius: 10px;
   border: 0;
    box-shadow: 0 0 45px rgb(0 0 0 / 15%);
    padding: 8px 20px;
}
.dropdown-menu li {
    padding: 0px 0;

}
a.dropdown-item:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    background-color: transparent;
    color: #222;
    border-bottom: 2px solid #222;
    transition: .3s ease-in-out;
    transform: translate(0,0) translateZ(0);
    -webkit-transform: translate(0,0) translateZ(0);
}
a.dropdown-item:hover:before {
   height: 5px;
    width: 100%;
    
}

a.dropdown-item {
    position: relative;
    transition: .3s ease-in-out;
    
}
.dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #EEE;

}
 
.dropdown-menu li a {
    padding: 10px 12px;
    color: #111;
    font-weight: 500;
    width: 100%;
    display: block;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    background-color:#602051;
    border-radius: 4px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color::#602051;
}
/*================dropdown===================*/



@keyframes shimmer {
   to {
      background-position-x: 0%
   }
}

.nav-right li {
    float: left;
    
}
.nav-right li a{
    color: #fff;
    font-size: 17px;text-decoration: none;font-weight: 500; padding: 12px 25px;background: #602051;
}
.nav-right li a:hover{
 background: transparent!important;
  color: #c9af80!important;
}
.nav-right li a:hover i{
   color: #c9af80!important;
  
}
/*.help {
        background: #c9af80;color: #111!important;
   
}*/
.nav-right {
    float: right;
    position: relative;top: 2px;margin-left: 25px;
   
}
.help i {
   transition: all ease .3s;
}
.help:hover i {
    transform: translateX(2px);
     color: #fff;
}

.nav-right i {
    border-radius: 50%;
    margin-right: 0px;
    color: #fff;
}

.nav-menu {
    font-size: 16px;
    color: #222;
    font-weight: 700;
}
.nav-contact .dropdown-item {
   font-weight: 500;
    font-size: 14px;
    padding: 0 20px 5px;
}
.dropdown span {
    font-size: 12px;
    color: #777;
    font-weight: 400;
    line-height: 2;
}
.nav-contact  .dropdown-item .bi.bi-envelope-open {
    font-size: 13px;
    position: relative;
    top: 0px;
}
.nav-contact{
    position: absolute;
    top: 39px;
}

.nav-contact .dropdown-item a {
    font-size: 14px!important;
    color: #111!important;
    font-weight: 600!important;
    text-decoration: none;
    padding: 0!important;
    margin: 0!important;
   
}
.nav-contact .btn.btn-primary {
    border-radius: 4px;
    color: #111!important;
    background: #c9af80!important;
    border: 0px solid transparent;
    padding: 7px 20px;
    font-size: 14px;
    font-weight: 500;
}
.nav-contact .signup {
    padding: 10px 10px;
    text-align: center;
    font-size: 12px;
    color: #888;float: left;
    width: 100%;
}
.nav-contact .signup a {
    color: #602051!important;
    font-weight: 600;
    font-size: 14px!important;
    text-decoration: none;
    margin-left: 0;
}
.nav-contact  li {
    float: none;
}
.loginbtn2{
    text-align: center;
}

.con-text {
    border-bottom: 1px solid #ddd;
}
.nav-contact .nav-link:focus {
    color: #fefeff;
}

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

  
.navbar-dark .navbar-nav .nav-link {
   margin: 0 0px;
    font-size: 16px;
}

.navbar-brand img {
    width: 160px;
}
}

@media only screen and (max-width: 768px) {
.navbar-toggler-icon:before {
    content: "\f3c7";
    font-family: bootstrap-icons;
    font-size: 37px;
}

 .navbar-brand img {
    width: 100px;
  }
  .navbar-brand {
    margin-right: 0;
    padding: 0 1em;
  }

.nav-right {
position: absolute;
    right: 101px;top: 28px;
}
.nav-right li a {
    font-size: 15px;
    background: transparent;
    color: #fff;
    margin: auto;padding: 0;
}

.navbar {
    padding: 10px 30px 10px;
    border-radius: 0;
}

.btn-link {
 padding: 8px 13px;
    font-size: 16px;
    
}
.cover-background {
    display: none;
}
.modal-dialog {
   
   width: 56%;
}
.modal-header {
    padding: 0.5rem 1rem 1rem;
}
.modal-content {
    height: 475px;
   
}
.modal-body {
  padding: 2rem 2.5rem 3rem 2.5rem;
}
.navbar-nav {
   padding: 0;
    margin: 10px 0 0;
}
.nav-item {
    padding-left: 0;
    line-height: 2;
}
.navbar-dark .navbar-nav .nav-link {
  font-size: 15px;
    padding: 0.2em 1em;
   
}

.nav-right i {
    color: #fff;
}
.navbar-brand img {
    width: 100%;
}
.navbar-dark .navbar-toggler .bi.bi-justify-left {
    font-size: 29px;
}

.navbar-brand {
 width: 20%;
    margin: 10px 0;
}
.navbar-brand img {
    width: 100%;
  
}
.fixed-top {
    background-color: #141414!important;
}

.navbar-dark .navbar-toggler {
    border-color: transparent;
    position: relative;right: -15px;
}
.navbar-nav {
    align-items: flex-start;
}
.help {
  margin-top: 0px!important;
}
.navbar-toggler:focus {
    
    box-shadow: none;
}
}

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

.nav-right li a {
    font-size: 15px;color: #fff!important;
  
}
.navbar-dark .navbar-brand {
    padding: 0;
    width: 60%!important;
}
.nav-right {
 right: 73px;top: 25px;
}
.nav-right i {
   
   color: #fff!important;
}
.nav-right li {
    margin: 0 5px;
}
.navbar {
    padding: 8px 10px!important;
}
.nav-item {
    padding-left: 15px;
    line-height: 2.2;
}
.navbar-nav {
    margin: 10px 0;
}
.modal-dialog {
    width: 81%;
}
.modal p {
    margin-top: 0;
    margin-bottom: 0rem;
}
.modal-title {
     font-size: 25px;
   
}
.modal-header {
    padding: 0.5rem 1rem 0rem;
}
.modal-content {
    height: 440px;
}
.navbar-dark .navbar-nav .nav-link {
    font-size: 15px;
    padding: 2px 12px;
}
}

@media only screen and (max-width: 400px){
.border-wrap h5, .border-wrap a {
    font-size: 14px;
}
.nav-right {
    position: absolute;
    top: 26px;
    left: 223px;
    width: 27%;
}

}
.top-slider {
    float: left;
    width: 100%;
    padding: 50px 30px 40px;
}


.top-slider h2 {
   font-size: 58PX;
    color: #1b1728;
    margin-bottom: 15px;
    line-height: 65px;
    font-weight: 600;
    margin-top: 22px;
}
.top-slider  p {
   margin: auto;
    margin-top: 0;
    margin-bottom: 35px;
    font-size: 23px;
    width: 50%;
}

@media only screen and (max-width: 375px){
.nav-right {
  
    top: 26px;
    left: 196px;
    width: 30%;
}
}
@keyframes gradientAnimation {
            0% {
                background-position: 0% 0%;
            }
            50% {
                background-position: 100% 100%;
            }
            100% {
                background-position: 0% 0%;
            }
        }
/*----------------------------------------homeslider------------------------------------*/




.home-slider {
 float: left;
    width: 100%;margin-top: -60px;
}
.home-slider img {
    width: 100%;
}


.slider-items {
    position: absolute;
    margin-top: -515px;
}

.home-slider .carousel-caption {
    bottom: 0px;
    position: absolute;
    text-align: center;
    left: 15%;
}

.home-slider h2 {
    font-size: 55px;
    width: 100%;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: -1px;
    line-height: 1.1;
    
}
.home-slider h2 b {
    font-style: italic;
    font-weight: 300;
    margin-left: -10px;
}

.home-slider p {
  font-size: 17px;
    text-shadow: none;
    margin: 5px 0 30px;
    line-height: 36px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    letter-spacing: 0;
    color: #fff;
    border-radius: 20px;
    letter-spacing: 1px;
    width: 50%;display: none;
}

.slider-image {
    text-align: center;
    margin-top: -251px;
     position: relative;margin-bottom: 20px;
}
.carousel-control-prev {
    display: none;
}
.carousel-control-next {
    display: none;
}
.carousel-indicators{
    opacity: 0;
}
iframe {
    border: 0;
    width: 1000px;
    height: 563px;
    border-radius: 20px;
    border: 6px solid #000;
}

.blockbtn .btn.btn-default {
    border-radius: 0px;
    padding: 13px 50px;
   background-size: 300%;
    font-weight: 600;
    line-height: 2;
    border: 0;
     color:#fff;
    font-size: 18px;
    overflow: hidden;
   position: relative;background: #602051;
}
.blockbtn .btn.btn-default:hover {
  background: #c9af80!important;
    color: #111!important;
}


.blockbtn .btn.btn-default:hover i {
    transform: translateX(2px);
     
}
.blockbtn .btn.btn-default i {
    transition: all ease .3s;
    font-size: 18px;
    margin-left: 2px;position: relative;top: 1px;
}

.homeslider .bi.bi-arrow-up-right {
    background: #1e705e;
    padding: 4px 7px;
    border-radius: 50%;
    border: 2px solid #ffffff82;
    font-size: 12px;
}
.border-wrap {
 padding: 8px 22px 8px;
    position: relative;
    background: #fff;
    margin: auto;
    border-radius: 9999px;
  
}

.border-wrap:before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
     background-size: 400% 400%;
    animation: gradientAnimation 2s ease infinite;
    z-index: -1;
    border-radius: 10px;
    background-image: linear-gradient(to right, hsl(245deg 50% 25%) 0%, hsl(244deg 50% 30%) 23%, hsl(244deg 50% 36%) 33%, hsl(244deg 51% 42%) 42%, hsl(245deg 51% 47%) 50%, hsl(245deg 58% 53%) 57%, hsl(254deg 66% 56%) 63%, hsl(269deg 66% 57%) 70%, hsl(282deg 65% 57%) 76%, hsl(294deg 63% 58%) 83%, hsl(306deg 72% 62%) 91%, hsl(315deg 95% 68%) 100%);
    box-shadow: 0px 0px 1px rgb(20 20 21 / 18%), 0px 2px 3px -2px rgb(20 20 21 / 30%);
    animation: gradientAnimation 5s ease infinite;
    border-radius: 9999px;
}
.border-wrap a {
   color: #602051;
    font-size: 16px;
    margin-left: 10px;
    letter-spacing: .008em;
   text-decoration: underline; 
    font-weight: 600
}
.border-wrap a:hover {
   text-decoration: underline; 
}
.border-wrap .fa.fa-chevron-right {
    font-size: 12px;transition: all ease .3s;
}
.border-wrap a:hover i {
    transform: translateX(2px);
    transition: all ease .3s;
}
.border-top1 {
   margin-left: auto;
    margin-right: auto;
    display: flex;display: none;
}
.border-wrap h5 {
    font-size: 16px;
    letter-spacing: .008em;
}

@media only screen and (max-width: 1024px) {
.home-slider h2 {
    font-size: 40px;
    
}
.top-slider h2 {
    font-size: 45PX;
   
}
.home-slider {
    margin-top: -0px;
   
}
.home-slider .carousel-caption {
    bottom: 10px;
  
}

.home-slider h1 {
    font-size: 70px;
    line-height: 70px;
}

.home-slider h2, .homeslider h2 b {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 9px;
}

.carousel-caption {
    bottom: 230px;
 
}
.slider-image {
  margin: -180px auto;
    margin-bottom: 0px;
    width: 65%;
    
}
.home-slider h2 img {
    left: 294px;
    top: 40px;
    width: 9%;
}
.home-slider p {
   font-size: 18px;
    line-height: 29px;
    letter-spacing: 0;
    padding: 0;
}
.blockbtn .btn.btn-default {
    border-radius: 0px;
    padding: 10px 30px;
    font-size: 16px;
    
}
iframe {
  height: 400px;
  max-width: 100%;
}

.navbar {
  width: 100%;margin: 0px auto 0;
}
.home-slider img {
     height: 500px;
  
}
}
@media only screen and (max-width: 768px) {
.homeslider img {
    width: 100%;
   
}
.border-wrap h5 {
    font-size: 15px;
 
}
.home-slider h2, .homeslider h2 b {
 font-size: 35px;
    line-height: 43px;
}

.top-slider h2 {
  font-size: 30px;
    margin-bottom: 0px;
    line-height: 36px;
    margin-top: 20px;
}
.top-slider p {
   margin-top: 0;
    margin-bottom: 35px;
    font-size: 18px;
    width: 100%;
}

.home-slider .carousel-caption {
    bottom: -30px;
   
    
}
.home-slider img {
    height: auto;
}
.blockbtn .btn.btn-default {
   padding: 10px 35px;
     font-size: 16px;
}

.home-slider p {
   font-size: 14px;
    line-height: 23px;
    width: 67%;
    margin: 6px 0 0px;
  
}
.slider-image {
    margin: -132px auto 0;
   
}
.home-slider .carousel-indicators {
    display: none;
}
iframe {
    height: 280px;
    max-width: 100%;
}
}

@media only screen and (max-width: 480px) {
.carousel-description {
   float: none;
    margin-left: -15px;
    position: relative;
    top: 55px;
    text-align: left;
    width: 100%;
}
.slider-image {
    width: 340px;
   margin: 30px auto 0;
}
.home-slider h2, .homeslider h2 b {
    font-size: 30px;
    line-height: 40px
}
.border-wrap a {
    font-size: 14px;
    
}

iframe {
    height: 200px;
    max-width: 100%;border: 4px solid #000;
}
.home-slider img {
   width: 100%;
    height: auto;
    margin: 0;
}
.home-slider {
height: auto;
  
}
.home-slider .carousel-caption {
   bottom: -7px;
    text-align: center;
}

.top-slider {
    padding: 0;
}
.bg-secondary {
    background-color: #ffffff!important;
}

.bi.bi-arrow-up-right {
   font-size: 15px;
}
.slider-image img {
    width: 100%!important;
    height: auto!important;
}
.home-slider h2 b {
     margin-left: -3px;
}
.home-slider .blockbtn .btn.btn-default {
    padding: 6px 15px;
    font-size: 13px;
}
.top-slider h2 {
 font-size: 20px;
    margin-bottom: -2px;
    line-height: 28px;
   
    
}
.top-slider p {
  font-size: 16px;display: none;
  
}
.home-slider .blockbtn {
    margin: 15px 0;
    text-align: center;
}

.border-wrap {
    padding: 8px 15px 8px;
 
}
.bg-dark {
    background-color:#1111118a!important;
}
.navbar-brand img {
    width: 60%;
    margin: initial!important;
    text-align: left;
   
}
.navbar-dark .navbar-toggler {
    color: #fff;
    border-color: transparent;
    font-size: 21px;
}
}


/*----------------------------------------home-slider------------------------------------*/





/*-------------------------------------------------home-solution------------------------------------------*/

.home-solution {
     padding: 70px 30px 190px;
    float: left;
    width: 100%;
    background: #1b1728;
    background: url(../userassets/bkg2.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
  
}


.blocktitle {
    font-weight: 800;
}

.home-solution .blocktitle {
    font-weight: 700;
    color: #1b1728;
   
}

.home-solution  img {
   width: 100%;
   border-radius: 0px;
}
.home-solution .card {
  padding: 20px 22px;
    border-radius: 20px;box-shadow: 0 3px 9px -4px #0000008f;transition: all .5s ease;cursor: pointer;
}

.home-solution .card:hover {
    transition: all .2s ease;
    transform: translateY(-5px);
    box-shadow: 0 11px 45px -13px rgb(37 39 42 / 67%);
    
}
.home-solution .card a {
   text-decoration: none;
    color: #333;
    font-weight: 600;
    overflow: hidden;
    border-radius: 0px;
    overflow: hidden;
}
.home-solution p  {
  font-size: 17px;
    line-height: 30px;
    min-height: 100px;
    text-align: left;color: #555!important;width: 75%;
}
.home-solution .solution-title {
   font-weight: 700;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: #111;line-height: 30px;font-size: 20px;
}

.home-solution .card-body p {
    width: 100%;
    font-size: 16px;margin: 0;
}

.solution-icon {
    width: 32%;
    transition: all .3s ease;
    text-align: left;
    border-radius: 50%;
    padding: 0px 0;
    margin-bottom: 8px;
}

.home-solution  .right-block {
    position: relative;
    top: 150px;
}
.home-solution .btn.btn-default {
    border-radius: 0px;
    padding: 13px 50px;
    background-size: 300%;
    font-weight: 600;
    line-height: 2;
    border: 0;
    color: #ffffff;
    font-size: 18px;
    overflow: hidden;
    position: relative;
}
.home-solution .btn.btn-default:hover {
    color: #111!important;
   
}
.home-solution .bi.bi-arrow-up-right {
    font-size: 10px;
    position: relative;
    left: 6px;
    top: -1px;
}


.home-solution .blockbtn {
    margin: 20px 0 0;
    text-align: left;
}
.page-solution {
    background: transparent!important;
}
.page-solution .blocktitle {
    font-weight: 700;
    font-size: 45px;
    color: #222!important;
    line-height: 2;
}

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


.home-solution .blocktitle {
    font-size: 30px;
   
}

}
@media only screen and (max-width: 768px){
.home-solution:before {
    display: none;
}
.home-solution .subtitle:before {
   left: 70px;
   
}

.solution-icon {
    width: 40%;
   
}
.home-solution .btn.btn-default {
   padding: 10px 35px;
     font-size: 16px;
    
}
}
@media only screen and (max-width: 480px) {
.home-solution {
    background-size: cover;
}
.blocktitle.mb-5 {
       margin-bottom: 34px!important;
    font-size: 25px;
    line-height: 33px;
}
.home-solution:before {
   display: none;
}
.home-solution .card-title {
   font-size: 18px;
  line-height: 26px;
}
.home-solution .categoryimg {
    width: 35px;
    float: left;
}
.home-solution .category {
    font-size: 15px;
}
.home-solution {
    padding: 50px 0 30px;
}
.home-solution .cate-des {
      margin-bottom: 5px;
}
.home-solution img {
   width: 75%;
}
.solution-icon {
    width: 40%;
    padding: 0px 0 10px;
    margin-bottom: 0px;
}
.home-solution .right-block {
    position: relative;
    top: 0;
}
.home-solution {
    padding: 50px 20px 20px;margin: 0;
}
.home-solution .blocktitle {
    font-size: 25px;
    margin-bottom: 1rem!important;
    line-height: 34px;
    margin-top: 5px;
}
}

/*-------------------------------------------------home-solution------------------------------------------*/
/*-------------------------------------------------page-about------------------------------------------*/



.home-about {
 padding: 80px 30px;
    float: left;
    width: 100%;
 background-image: radial-gradient( circle farthest-corner at 50.3% 47.3%, rgb(54 25 46) 0.1%, #1b1728 90% );
   background: url(../userassets/bkg4.jpg);
    background-repeat-y: repeat;
}
.about-page {
    background: #f3eeeb!important;padding: 50px 30px!important;
}

   .home-about h2 {
    color: #222;
    font-size: 50px;
    font-weight: 700;line-height: 55px;
}
.commontext h1 {
   font-size: 41px;
    text-transform: capitalize;
    margin-bottom: 20px;
    color: #222;
    font-weight: 700;
}
 .home-about  h4 {
  font-size: 20px;
    margin: 0 0 20px;
    color: #fd853a;
}

  .home-about p {
    color: #444;
    line-height: 40px;
   
}
.aboutimg {
    width: 40%;
    margin-left: 60px;
}


.home-about .btn.btn-primary:hover {
    background: #9D74F3;
}
.about-icons {
    float: left;
    width: 43%;
    margin-right: 22px;
}
.aboutdes {
    display: table-footer-group;
}


.blockbtn {
    margin-top: 20px;
}
.about-img img {
   border-radius: 20px;
    position: relative;
    z-index: 1;width: 100%;
}
.commontext h2 {
    margin: 0;
    margin-bottom: 15px;
    color: #222;
    font-size: 40px;
    font-weight: 800;
}

 .about-page h3 {
  font-size: 22px;
    font-weight: 700;
}
.commontext {
    margin: 0 0 14px;
    float: revert;
    position: relative;
    z-index: 0;
}
.commontext h2 b {
    background: #82f5f5;
    border-radius: 30px;
    padding: 0 10px;
    background-image: linear-gradient(305deg, #39c1f3 0%, #2AF598 100%);
    font-style: italic;
    font-weight: 500;
}


.commontext p {
  font-size: 17px;
    color: #222;
    line-height: 28px;
    margin-bottom: 15px;
    font-weight: 500;
}
.commontext li {
    list-style: none;
    line-height: 30px;
    color: #333;
  margin-right: 14px;
    margin-bottom: 10px;
    z-index: 4;
    position: relative;
    font-size: 17px;
    font-weight: 500;
   
}
.commontext ul {
 margin-bottom: 40px;
}
.commontext li:before {
    content: "\f0a9";
    font-family: 'FontAwesome';
    color: #602051;
    margin-right: 7px;
    float: left;
    display: inline-block;
    font-size: 16px;
    border-radius: 50%;
    padding: 2px 1px;
    line-height: 1;
    position: relative;
    top: 4px;
}

.aboutimg {
    width: 100%;
    width: 500px;
}
.about-text {
    background: white;
    padding: 60px;
    box-shadow: 0 0 20px #00000042;
    border-radius: 20px;
    margin-top: 72px;
    margin-left: 543px;
    position: absolute;
    z-index: 1;
    width: 48%;
}

.about-page .about-img {
    float: left;
    width: 47%;
    margin-right: 60px;margin-bottom: 20px;
}
@media only screen and (max-width: 1024px){
.commontext h1 {
    font-size: 26px;
   
}
.about-text {
    padding: 40px 45px 30px;
  margin-left: 408px;
    width: 52%;
}
.home-about {
   padding: 70px 25px 100px;
   
}
.commontext p {
   
    margin-bottom: 15px;
}
}
@media only screen and (max-width: 768px){
.commontext h3 {
    font-size: 16px!important;
    
}
.commontext li {
   
display: flex;
}
.cms img {
     margin-right: 45px;
   
}
.about-text {
    margin-top: 26px;
    margin-left: 0;
    position: static;
    width: 100%;
}


}
.widget-des h3 {
    font-size: 19px!important;
    font-weight: 700!important;
    margin-bottom: 3px;
}

@media only screen and (max-width: 480px){
.cms img {
   width: 100%;
    margin-right: 50px;
    margin-bottom: 30px;
   
}
h1 {
    font-size: 25px;
}
h4 {
    font-size: 18px;
}
.commontext p {
   font-size: 16px;
    line-height: 28px;
}
.commontext ul {
    margin-bottom: 25px;
    padding: 0;
}
.widget-des h3 {
    font-size: 19px!important;
   
}
.about-text {
    margin-top: 26px;
    padding: 35px 35px 25px;
}
.about-text .commontext h1 {
    font-size: 24px!important;
    line-height: 32px;margin-bottom: 10px;
}
.home-solution .btn.btn-default {
    padding: 8px 25px;
    font-size: 15px;
}
.commontext h1 {
    font-size: 26px;
    margin-bottom: 10px;
}

.about-page .about-img {
   width: 100%;
    margin-bottom : 25px;
}
.home-about {
    padding: 60px 25px 70px;
}
.about-page {
    padding: 45px 25px!important;
}
.title-page {
    line-height: 1!important;
}
}












/*----------------------------homeblog--------------------------*/


.home-blog{
    float: left;
    width: 100%;
    padding: 65px 30px 60px;
}

.home-blog .row {
    margin: 40px 0 0;
}
.inside-blog .row{
    margin: 0px 0 0!important;

    background: #f3eeeb!important;
}

.inside-blog {
    background: #f3eeeb!important;
}

.home-blog p {
   font-size: 12px;
    color: #888;
    font-weight: 400;
    margin: 0 0 0px;
    line-height: 1;
}
.home-blog.card img {
    transition: all .3s ease-in-out;
    
    
}
.cate-bubbles {
    border: 0;
    border-radius: 20px;
    padding: 25px 25px 30px;
    box-shadow: 0 0 20px #0000001a;
    float: left;
    width: 100%;
}
.cate-bubbles h4 {
    font-size: 20px;
    font-weight: 600;margin-bottom: 16px;
}
.cate-bubbles ul {
  padding: 0;float: left;width: 100%;

}
.cate-bubbles ul li a {
 padding: 4px 12px;
    font-size: 14px;
    color: #602051;
    background-color: #ffecfb87;
    border: #e1c1da;
    border-radius: 30px;
    font-weight: 600;
    border: 1px solid #dbc5d6;

}

.cate-bubbles ul li a:hover {
color: #ffffff;
    background-color: #602051;
    border: 1px solid transparent;
   

}

.cate-bubbles li {
    list-style: none;
    float: left;
    margin: 7px 7px 9px 0;
}

.home-blog.card-img-top img {
    height: 280px;
    width: 100%;
}
.home-blog.card-img-top:hover img {
    transform: scale(1.1);
}

.home-blog .card {
    border-radius: 20px;
    overflow: hidden;
}
.home-blog .blog-banner {
    border-radius: 20px!important;
    overflow: hidden;
}

.home-blog .card-img-top {
    overflow: hidden;
    border-radius: 0px 0px 0 0;height: 230px;
}
.home-blog a {
    color: #111;
    text-decoration: none;
    overflow: hidden;font-size: 20px;line-height: 28px;
}
.home-blog .card-title {
 margin-bottom: 10px;
    font-weight: 600;
    font-size: 19px;
    color: #111;
    line-height: 22px;

    min-height: 115px;

}


.home-blog .card-img-top img {
    width: 100%;
    border-radius: 20px 20px 0 0!important; 
    
}

.home-blog .card-body {
    
    padding: 20px 30px 30px;
  
}
.home-blog h5 {
    color: #6c757d!important;
    font-size: 15px;
   
}


.home-blog .blogdes {
    margin: 0 0 3px;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    display: flex;
    line-height: 26px;
    min-height: 60px;
}


.home-blog .card-badge {
    position: absolute;
    width: 100%;
    margin-top: 23px;
    padding: 0 10px;
}

.home-blog .badge.cate {
    background: #ffffff;
    color: #222;
    padding:6px 7px;float: right;
}

.home-blog .btn.btn-default {
    font-size: 14px;
    padding: 2px 14px;
    color: #fff;
    line-height: 2;
    background: #602051;border-radius: 0;
}
.home-blog .btn.btn-default:hover {
  background: #c9af80!important;
   color: #111;
   
}

.home-blog .btn.btn-default i {
   transition: all ease .3s;
    font-size: 12px;
    margin-left: 2px;
}
.home-blog .btn.btn-default:hover i {
    transform: translateX(2px);
}

.subtitle {
    font-size: 18px!important;
    color: #c9af80;margin-bottom: 13px;font-weight: 500!important;
}
.home-blog h3 {
    text-align: center;
    margin-bottom: 28px;
    font-weight: 600;
    font-size: 24px;
}

@media only screen and (max-width: 1030px) {
.home-blog .card-body {
    padding: 14px 15px 10px;
}

}
@media only screen and (max-width: 768px) {
.home-blog .card-img-top img {
    width: 100%;
}

.home-blog{
    
    padding: 50px 30px 60px;
   
}
.home-blog .card-img-top {
    height: 200px;
}

.home-blog .card-img-top img {
    height: 200px;
    width: 100%;
}
.home-blog .card-body {
    padding: 18px 25px 22px;
}
.home-blog .blogdes {
    font-size: 15px;
    
}
.home-blog.container {
    padding: 0;
}
}
@media only screen and (max-width: 480px) {

.home-blog{
    background-attachment: fixed;
}
.home-blog .row {
    margin: 0px 0 0!important;
}
.home-blog .nav-item {
    text-align: left;
    padding-right: 0px;
    padding-bottom: 10px;
}
.home-blog{
    padding: 55px 10px 50px;
}
.home-blog .nav-tabs {
    margin: 15px 0 15px;
}
}


/*-------------------------------singleblog-----------------------------*/
.singleblog {
   background: #f3eeeb!important;
    padding: 50px 30px 70px;
  
}
.singleblog  .card {
   box-shadow: none;
  border-radius: 20px;
    background: transparent;
   
}
.comment-area {
    position: relative;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
    margin-bottom: 20px;
}
.sidebar-blog .card {
    padding: 15px!important;
   
}

.post-bar {
    display: flex;
    position: relative;
}
.singleblog .card h3 {
 font-size: 22px;
    font-weight: 600;
    border-bottom: 0px solid #ddd;margin-bottom: 13px;line-height: 1.3;margin-top: 20px;
    
}
.row.gallery-blog-img img {
    border-radius: 13px;
    height: 250px;margin-bottom: 20px;width: 100%;
}

.sidebar-blog .card h3 {
     border-bottom: 1px solid #ddd;
    
}

.sliderbanner {
     padding: 0 0 0 20px;
}




.event-manage {
    display: block;
    text-align: center;
    margin: 0px auto;
    position: relative;
    background: #f0f2f8;
    padding: 20px 30px 20px!important;
    border-radius: 10px;
    margin-top: 0;
    margin-bottom: 0;
    border: 2px solid #7284bd0f;float: left;
    width: 100%;
}
.event-manage  li {
    font-size: 17px;
    color: #222;
    line-height: 30px;
    list-style: none;
    font-weight: 600;
    float: left;
    margin-right: 21px;
}

.rating-post {
    margin-left: 10px;
    color: #777;
}
.keywordNow {
    padding: 8px 0 0;
}
.post-bar {
    padding: 0px 4px 0;
}
.flagreview {
   font-weight: 600;
    text-decoration: underline;
    color: #5f3c66;
}
.flagreview:hover {
    color: #5F3C66;
}
.title-bar {
   display: flex;
    font-size: 14px;color: #888;
}

.rating .bi.bi-flag {
    margin-right: 3px;
    position: relative;
    color: #222;
    font-size: 14px;
}
.rating .bi.bi-flag:hover {
  color: #5F3C66!important;
}


.author-comment {
    background: transparent!important;
    box-shadow: none!important;padding: 0;
}
.singleblog .card-body {
  flex: 1 1 auto;
    padding: 0rem 0rem;
    line-height: 35px;
    font-size: 16px;
   
}
.blog-sidebar .btnblock {
    float: none;
}
.single-blog-img {
    margin-bottom: 0px;margin-top: 40px;
}
.singleblog .single-blog-img img {
    width: 100%;
 
    border-radius: 20px;
   height: auto;
   width: 100%;
}
.blog-block img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin-bottom: 30px;
}

.singleblog  dl, ol, ul {
    
    padding: 0 0px 0 0px;
}

.table_of_content {
    background: #f2eefd!important;
    padding: 30px;
    border-radius: 20px;
    border: 2px solid #dfd0ff!important;
    margin: 25px 0 50px;
}
.table_of_content a {
border-bottom: 1px solid transparent!important;
}
.table_of_content ul li:before{
  content: ""!important;padding-right: 0;
}
.table_of_content ul {
 padding: 0!important;
}
.table_of_content li {
    margin-left: 0!important;
}

.table_of_content .fa.fa-chevron-right {
    color: #111!important;
    font-size: 13px;
    border-radius: 50%;
    margin-right: 13px!important;
    font-weight: 600;
    position: relative;
    top: 8px;
}

.table_of_content a:hover {
    text-decoration: underline!important;
    border-bottom: 1px solid!important;
}
.singleblog .sliderbanner  ul {
    background: #ffffff;
    padding: 35px 36px 35px!important;
    border-radius: 20px;
   box-shadow: 0 0 20px #0000002e;
    padding: 30px 0;
    margin-bottom: 30px;
}
.singleblog li:before {
    content: "\f058";
    font-family: 'FontAwesome';
    padding-right: 13px;
    color: #602051;
}
.singleblog .card-body a {
    color: #0d6efd;
    text-decoration: none!important;
    /*border-bottom: 2px solid #5b1be1;*/
    font-weight: 500;
    color: #222;font-size: 17px;
}
.singleblog li {
   
    background-size: 18px!important;
    position: relative;
   
}
.singleblog .card-title a {
  font-size: 40px;
    line-height: 1.3;
    color: #222;
    text-decoration: none!important;
    font-weight: 800;
    text-transform: capitalize;
}
.singleblog .card-title a:hover {
   color:#602051;
  box-shadow: none;text-decoration: none;
}
 .singleblog p {
   color: #222;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 15px;
}
.postb {
    color: #602051!important;
}
.singleblog p a{
   color: #222;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 20px;
}
.blog-info a {
    text-decoration: none!important;
}
.singleblog li {
  font-size: 16px;
    color: #222;
    text-align: left;
    line-height: 28px;
    list-style: none;
    font-weight: 600;
    display: flex;
    margin-bottom: 8px;
}

.singleblog li a{
    font-size: 16px;
    color: #222;
    text-align: left;
    line-height: 28px;
    list-style: none;
    font-weight: 600;
    display: flex;
    margin-bottom: 2px;text-decoration: none;
}
.singleblog li a:hover {
    border-bottom: 2px solid;
    color: #222;
}

.social-note a {
    color: #222;
    font-weight: 600;
}
.singleblog .text-link {
    color: #222;
    font-weight: 700;
}
.blog-info .cate {
    font-weight: 500;
}
.blog-info a:hover {
    color: #4752ED;
    text-decoration: underline;
}
.singleblog  strong {
   
    background: linear-gradient(270deg,#d278fe 0,#8766eb 100%);
    padding: 1px 7px;
    line-height: 2;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
    font-size: 18px;
}
.blog-info span {
    font-size: 16px;
    margin: 0px 5px 0 0px;
    color: #333;font-weight: 500;border-bottom: 0px solid #5b1be1!important;
}
.bottom-block .col-lg-12.col-md-12.col-sm-12 {
    padding: 0;
}
.conent-Text img {
       margin-bottom: 20px;
    border-radius: 20px;
    height: 450px;
    margin-top: 15px;
}

.sliderbanner img {
   border-radius: 20px;border-radius: 20px;
    width: 100%;
    height: auto;
}
blockquote {
    float: left;
    width: 100%;
    color: #363636;
    border-left: 4px solid #602051;
    line-height: 28px;
    background: #fff;
    padding: 25px 30px;
    border-radius: 10px;
    font-size: 18px;
    display: block;
    margin: 25px auto 40px;
    position: relative;box-shadow: 0 0 20px #0202021a;
}
blockquote p {
    font-size: 18px!important;
    margin: 0;
    font-weight: 500;
    text-align: left!important;
    line-height: 32px!important;
    margin: 0 15px!important;
    color: #222!important;
    padding-left: 34px;
    font-style: italic;
}
.blockquote>:last-child {
    margin-bottom: 20px;
}
blockquote :before {
    content: "\F6B0";
    font-family: 'bootstrap-icons';
    font-size: 57px;
    color: #efe3ec;
    position: absolute;
    left: 10px;
    margin-top: -9px;
}
.icon.style-color {
    position: absolute;
    color: #444;
}
iframe {
   border: 0;
    border-radius: 20px;
    margin: 15px auto 10px;
    width: 100%;
    height: 430px;
}
.blog-info a {
  text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 16px;
}

.bottom-block {
    flex: 1 1 auto;
   padding: 0rem 0rem 0rem;
   margin: 10px 0 10px;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
}

.bottom-block .card-body {
    padding: 1.5rem 1.5rem;
}
.bottom-block .card img {
    border-radius: 20px 20px 0 0; height: 180px;
}

.bottom-block .optinform {
    padding: 20px!important;
}

.singleph {
    float: left;
    width: 48%;
   
}

.comment-area h5 {
    font-size: 15px;
    color: #666;
    text-decoration: none;
    font-weight: 500;
    margin: 0;
}

.bottom-block .card {
   box-shadow: 0 0 20px #ddd;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 15px;
    display: inline-block;
   border: 3px solid #5F3C66!important;
}
.bottom-block .btn.btn-default {
font-size: 14px;
    padding: 3px 20px;
}
.btn.btn-default i {
   font-size: 17px;
    left: 2px;
}
.card-img.singleph img {
    border-radius: 18px 0 0 18px;
    height: 294px;
   width: 527px;
}
.singleblog .card-title {
   font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 15px!important;width: 90%;
  
}
.singleblog h2 {
      line-height: 1.4;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 28px;
    margin: 10px 0 15px;
    text-align: left;
    color: #222;
}

.singleblog .bottom-block .card-body {
    padding: 1.2rem 1.5rem 1.7rem;
}
.singleblog .singleph .card-title {
   font-size: 21px!important;
    line-height: 26px;
    font-weight: 700;
    min-height: 0!important;
    margin-bottom: 10px;
    text-align: left;
}
::selection {
    background-color: #c9a3cf36;
}

.breadcrums i {
    color: #888;
}
/*authorbox*/

.author-block {
    padding: 27px;
    border-radius: 20px;
    background:url(../userassets/bkg.jpg);background-size: cover;
    float: left;
    width: 100%;
    box-shadow: 0 0 20px #0000000f;background-position :center;
    margin: 30px 0;
}

.author-block-avatar{
  float: left;width: 12%;
}
.author-block-des {
    float: left;
    width: 88%;
}
.author-block img {
    width: 66px;
    height: 66px;
    border-radius: 50%;border: 2px solid #bcb9b952;
    box-shadow: 0 0 40px rgb(0 0 0 / 0%);
    padding: 3px;
}
.author-block p {
   font-size: 15px;
 color: #b3b3b3;
    line-height: 26px;
}
.author-block h5 {
    margin-right: 13px; color: #ddd;
}

.author-block .social-media i{
   font-size: 15px;padding-left:4px;

}
.author-block .social-media a {
    color: #222;
    font-size: 19px;
}
.author-block h6 {
    font-weight: 400;
    color: #999;
    font-size: 14px;
}
@media only screen and (max-width: 768px){
.singleblog .card-title a {
    font-size: 30px;
   
}

.singleblog {
  
    padding: 30px 30px 70px;
}

.singleblog .card-title {
    
    width: 100%;
}
.breadcrums {
    line-height: 1.7;
    margin-bottom: 10px;
}
.singleblog p {
  
    font-size: 17px;
    
}
.singleblog ul {
    margin-bottom: 20px;
}
.singleblog li {
    font-size: 16px;
     line-height: 27px;
    margin-bottom: 5px;
}
}
@media only screen and (max-width: 480px){
.singleblog .card-title a {
    font-size: 24px;
   
}
.singleblog {
   
    padding: 25px 20px 35px;
}
.singleblog .card-body a {
   font-size: 15px;
}
.single-blog-img {
  
    margin-top: 25px;
}
.blog-block img {
    margin-bottom: 15px;
}
.singleblog h2 {
    line-height: 1.5;
    font-size: 20px;
    
}
.singleblog .card h3 {
    font-size: 19px;
    margin-bottom: 10px;
    line-height: 1.4;
    margin-top: 15px;
}
.singleblog p {
    
    font-size: 16px;
   
}
blockquote p {
    font-size: 17px!important;
    line-height: 27px!important;
   
}
}
/*-------------------------------------------------home-testi-------------------------*/
.home-testi {
  
    padding: 70px 30px 85px;
    float: left;
    width: 100%;
background: url(../userassets/bkg2.jpg);
    background-repeat: no-repeat;background-size: cover;
  
}



.home-testi  h4 {
  text-align: left;
    font-size: 18px;
    font-weight: 600;margin-bottom: 6px!important;
   
}
.home-testi .carousel-item ul {
   float: left;
}

  .home-testi .carousel-item .container{
    margin: auto;
    background: white;
    box-shadow: 0 0 20px #ddd;
    padding: 50px;
    width: 100%;
    border-radius: 20px;
}
.home-testi .card-text {
    min-height: 100px;
}
.home-testi .fa.fa-star.fa-sm {
    color: #602051;
}
.home-testi .carousel-control-next-icon:before {
    background-image: none;
    background: #602051!important;
    content: "\f135";
    font-family: bootstrap-icons!important;
    font-size: 26px;
    padding: 5px;
    border-radius: 50%;
    background: #151414;
    border: 2px solid #c9af80;display: none;
}
.testi-name p {
   font-size: 13px!important;
    margin-top: -2px;
    line-height: 18px!important;
}
.testi-name  {
   
    margin-top: 6px;
}
.quote img {
    width: 32px;
    filter: brightness(0.5) invert(1);
}
.quote {
    background: #602051;
    padding: 13px 10px;
    border-radius: 50%;
    border: 2px solid #111;
}
.home-testi .card {
    border: 0;
    border-radius: 20px;
   padding: 30px 30px 15px;
  /*  box-shadow: 0 0 20px #0000001a;*/
}
.home-testi .commontext h1 {
    font-size: 41px;
    text-transform: capitalize;
    margin-bottom: 20px;
    color: #222;
}
.testi-user {
    display: inline-block;
    float: left;
    margin-right: 14px;
}

.home-testi .carousel-control-prev-icon:before {
    background-image: none;
    background: #602051!important;
  content: "\f12c";
font-family: bootstrap-icons!important;
    font-size: 26px;
    padding: 5px;
    border-radius: 50%;
    background: #151414;
    border: 2px solid #c9af80;display: none;
}
.home-testi .carousel-item .testi-user img {
    margin-top: -7px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 4px solid #dddddd7a;
}
.testi-des {
    width: 87%;
    margin-top: 10px;
}
.home-testi .fa.fa-star {
    color: #f5b745;
    font-size: 19px;
}
.star {
    position: relative;
    top: 10px;
}
.home-testi .fw-light {
    font-size: 15px;
}
.home-testi p {
   line-height: 28px;
    font-size: 16px;
    text-align: left;
    color: #666;margin-bottom: 35px;
}

.home-testi .commontext p {
    line-height: 35px;
    font-size: 17px;
    text-align: left;
    width: 80%;
   
}
.home-testi .card-body {
  
    padding: 0.5rem 0.5rem;
}
.home-testi .carousel-control-prev, .home-testi .carousel-control-next  {
    display:block;top: 121px;
}
.about-page .card-text {
    min-height: 87px;margin-bottom: 10px;
}
s.fa.fa-star.text-muted {
    color: #f5d4a3!important;
}

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

.home-testi .container {
    width: 100%;padding: 0;
}
.home-testi  .btn.btn-default {
  
    margin-bottom: 30px!important;
}

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

.home-testi p, .home-testi .carousel-item h4 {
   text-align: left;
    font-size: 15px;
    width: 100%;
    line-height: 30px;
}
.home-testi {
    padding: 55px 30px 50px;
   
}
.home-testi .carousel-item ul li {
    float: none;
    display: contents;
}
.home-testi .carousel-item ul {
    float: none;
   display: block!important;
   
}
.home-testi .fa.fa-star {
   
    font-size: 15px;
}
.home-testi .commontext p {
   
    width: 100%;
}

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

.home-testi {
    padding: 50px 30px 50px;
    background-attachment: fixed;
}
.blockbtn {
    margin: 20px 0;
}

.home-testi .carousel-item h4 {
    text-align: center;
    font-size: 16px;
    margin: 0;
}
.home-testi .fw-light {
    font-size: 14px;text-align: center;
}
.home-testi .carousel-item ul  {
  justify-content: center;
}

.home-testi p {
    line-height: 26px!important;margin-bottom: 10px;
    font-size: 16px!important;width: 100%!important;min-height: auto;
    
}
.home-testi .card-body {
    padding: 0rem;
}
.quote {
   padding: 10px 9px;
   
}
.quote img {
    width: 26px;
   
}
.home-testi .d-sm-none {
    display: none;
}
.home-testi .card {
   
    margin-bottom: 20px;
}

}
/*------------------------------------home-testi-------------------------*/
/*-------------------------------------------------homecta------------------------------------------*/

.home-cta  {
   padding: 40px 0px 0px;
   float: left;width: 100%; height: 240px; background: url(../userassets/ctabkg.jpg);background-size: cover;
  
}

.home-cta h5{
    font-size: 24px;
    font-weight: 500;
  color: #555;
}

.ctaleft h1 {
    color: #fff;
    text-transform: capitalize;
    font-size: 50px;
    line-height: 68px;
}

.home-cta p {
   font-size: 19px;
   color: #fff;
    line-height: 35px;
    margin-bottom: 0;
}

.home-cta h2 {
    font-size: 40px;
    text-transform: capitalize;
    line-height: 1.3;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    letter-spacing: -2px;
    color: #fff;
}
.home-cta h2 b {
    font-style: italic;
    font-weight: 100;
    font-family: 'Roboto Slab', serif!important;
    margin-left: -2px;
    color: #fff;
}
.home-cta  .blockbtn {
    margin-top: 30px;
   
}
.home-cta .btn.btn-default {
 padding: 10px 50px;
    font-size: 20px;
    margin-right: 30px;
    color: #fff;
    background-color: #c9af80;
    border-color: #c9af80;
    font-size: 19px;
    color: #111;
    font-weight: 600;
    margin-right: 0px;
}

 .home-cta  .typeJsText {
text-align: center;
  font-size: 45px;
  display: inline-block;
  padding: 0;font-family: "Merriweather";
  border-right: 1px solid #414141;min-height: 60px;display: flow-root;
}



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

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

.ctaleft, .ctaright {
    text-align: center;
    width: 100%!important;
}

.home-cta h2 {
    font-size: 40px;
    line-height: 1.5;
}
.home-cta h1 {
    font-size: 35px;line-height: 55px;
}
.home-cta h1 b {
    font-size: 35px;line-height: 55px;
}
.home-cta h5 {
    font-size: 18px;
   
}
.home-cta .row {
    padding: 25px 50px;
    
}
.home-cta .btn.btn-default {
   padding: 10px 35px;
    font-size: 16px;
    float: none!important;
}
.home-cta p {
    font-size: 20px;
   margin: 0!important; 
   
}
.home-cta {
  padding: 20px 20px 55px;
}
.home-cta .blockbtn {
    margin-top: 20px;
    float: none;
    text-align: center;
    display: block;
}
.home-cta .typeJsText {
 font-size: 30px;
    
}

}


@media only screen and (max-width: 425px){
.home-cta {
   padding: 0px 0 0px;
    background-position: center;
    background-size: cover;
    height: 260px;

}
.home-cta .blockbtn {
    margin-top: 5px;
    
}
.home-cta .row {
    padding: 45px 20px 40px;
}
.ctaright {
    text-align: center;
    margin: 0px 0;
}
.home-cta h2 {
    font-size: 30px;
    line-height: 1.4;
}
.home-cta .btn.btn-default {
     margin: 0;
}
.home-cta p {
    font-size: 17px;
    line-height: 26px;
}
.home-cta h1 b, .home-cta h1 {
   font-size: 28px;
    line-height: 45px;
}
.home-cta .typeJsText {
    font-size: 27px;
    min-height: 100px;
}
}
/*-------------------------------------------------homecta------------------------------------------*/
/*-------------------------------------------------contactus------------------------------------------*/

.contactus {
    padding: 60px 30px;
    float: left;
    width: 100%; background: #f3eeeb!important;
   
}

/*.contactus .container {
    width: 60%;
}*/
.contactus .formstart {
    background: white;
    padding: 50px;
    margin-bottom: 10px;
    border-radius: 20px;
    box-shadow: 0 0 20px #0000000f;
}
.contactus .dblock-icon i {
   
    background: #602051;
    padding: 10px 13px;
    margin-right: 14px;
    border-radius: 50%;color : #fff;border: 2px solid #222;
}
.contactus .dblock {
   
    background: white;
    margin: 0px;
    padding: 30px;
    border-radius: 15px;
   box-shadow: 0 0 20px #0000000f;transition: all .5s ease;min-height: 135px;
}

.contactus .dblock:hover {
    transition: all .2s ease;
    transform: translateY(-5px);
    box-shadow: 0 11px 45px -13px rgb(37 39 42 / 67%);
    z-index: 9;
}

.contactus h5 {
   font-size: 15px;
    color: #666;
    margin-bottom: 3px;
    font-weight: 400;
    line-height: 20px;display: flex;
}

.contactus h5 a {
   font-size: 15px;
    color: #666;
    margin-bottom: 3px;
    font-weight: 400;
    line-height: 20px;
}
.contactus  h4 {
    font-size: 20px;
    font-weight: 700;
}
.contactus .dblock-icon {
    float: left;
    display: flex;
}


.contactform .formstart {
    background: white;
    padding: 50px 50px 42px;
    margin-bottom: 10px;
   border-radius: 0px 20px 20px 0px;
    box-shadow: 0 0 20px #0000000f;
}

.contactform img {
    border-radius: 20px 0px 0 20px;
    box-shadow: 0 0 20px #0000000f;
}
/*-------------------------------------------------contactus------------------------------------------*/

.common-header {
    float: left;
    width: 100%;
   background: url(../userassets/headerblock2.jpg) center no-repeat!important;
    background-size: cover!important;
    height: 180px;
   }
   .common-header1 {
    float: left;
    width: 100%;
   background: url(../userassets/headerblock1.jpg) center no-repeat!important;
    background-size: cover!important;
    height: 180px;
   }
.common-header .blockbtn {
    margin: 50px;
    display: inline-block;
    float: none;

}

.header-content h2 {
    font-weight: 700;
    letter-spacing: -1px;
    font-size: 40px;
     color: #fff;
}
.header-content p {
    color: #fff;
    text-align: left;
}
.header-content {
    padding: 51px 20px;   
    float: left;
    width: 100%;
   }
.common-header .header-title {
  float: left;
 margin: 0px 60px 0;
}
.common-header1 .header-title {
  float: left;
 margin: 0px 60px 0;
}
.common-header {
    height: 260px;
}.common-header {
    height: 260px;
}

.headerimg {
    float: right;
}
.headertop img {
    height: 200px;
}
.headertop {
    height: 200px;
}

.headerimg img {
    width: 82%;
    margin-top: -30px;
    margin-left: 50px;
}
@media only screen and (max-width: 768px){
.contactform img {
    
    display: none;
}

.contactform .formstart {
    border-radius:20px;
   
}
}


@media only screen and (max-width: 425px){
.common-header {
    background: url(../userassets/headerblock2.jpg) no-repeat!important;
    background-size: cover!important;
    height: 220px;
}
.headerimg img {
    width: 64%;
    margin-top: -10px;
    margin-left: 100px;
}
.common-header .header-title {
    float: left;
    margin: 20px 0px 0;
}
.headertop img {
    height: 150px;
}
.headertop {
    height: 150px;
}
.contactform .formstart {
  
    padding: 40px 40px 42px;
   
}
.contactus {
    padding: 50px 20px;
   
}
}

/*----------------------------------------common css------------------------------------*/


.headerblock {
    background: url(../userassets/headerimg.jpg);
    float: left;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-attachment: fixed;
    background-position: 100% 150%;
}
.overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    transition: .5s ease;
    opacity: 10;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
    height: 400px;
}

/*----------------------------------------common css------------------------------------*/


/*-------------------------------loginpage-----------------------------*/
.userlogin {
    background: url(../userassets/loginbkg.png);
    padding: 30px;
   background-size: cover;
}

.userlogin .container {
    width: 45%;
}

.login {
    padding: 50px 50px 40px;
}




.loginstart {
 background: #fff;
 border-radius: 20px;
 margin:60px 0;
 padding: 0 0px 0px 0px;
 
}
.loginstart form {
    margin: 20px 0 15px;
}

.loginstart img {
 margin: 0px auto 0px!important;
    border-radius: 0;
    margin: 0px;
    width: 40%;
    position: relative;
    top: 0px;
    left: 0;
}
.loginstart h3 {
    font-size: 24px;
    font-weight: 600;margin: 0;
}

.loginstart h2 {
    font-size: 2rem;
    margin: 20px 0 0;
 font-weight: 700;
}

.login-form h6 {
  font-size: 16px;
   line-height: 1.8;
}

.loginstart .fa.fa-check {
    font-size: 70px;
    color: #6ec969;
}


.loginstart .bi {
 
    color: #6ec969;
}

#remember_me {
    margin: 0px 3px 0 0px;
    position: relative;
    top: 1px;
}

.loginstart .btn.btn-default {
  border-radius: 0px;
    padding: 13px 50px;
   background-size: 300%;
    font-weight: 600;
    line-height: 2;
    border: 0;
     color:#fff;
    font-size: 18px;
    overflow: hidden;
   position: relative;background: #602051;
}

.loginstart .btn.btn-primary {
    border-radius: 0px;
    padding: 8px 40px;
    background-size: 300%;
    font-weight: 600;
    line-height: 2;
    border: 0;
    color: #222;
    font-size: 18px;
    overflow: hidden;
    position: relative;
    background-color: #c9af80;
    border-color: #c9af80;
    font-size: 18px;
}

.loginstart .btn.btn-primary:hover{
   color: #fff;
    background: #602051;
}



.loginstart .btn.btn-default:hover {
   background: #c9af80!important;
    color: #111!important;
}

.lost {
    text-align: center;
    display: block;
}
.lost a {
    font-size: 15px;
   text-align: center;
    text-decoration: none;
    color: #5F3C66;
    font-weight: 600;
}
.lost a:hover {
   color: #333;
   text-decoration: underline;
}

.account {
    text-align: center;
    display: block;
    font-size: 15px;color: #666;
   
}
.account a {
    font-size: 15px;
   text-align: center;
    text-decoration: none;
    color:#5F3C66;
    font-weight: 600;
}
.account a:hover {
   color: #333;
   text-decoration: underline;
}

.loginstart .col {
    flex: 1 0 0%;
    padding: 0px 5px;
}
.loginstart h6 {
      font-size: 17px;
    text-transform: capitalize;
    color: #666;
    font-weight: 400;margin-bottom: 0;margin-top: 10px;
}
.loginstart p {
    font-size: 16px;
    color: #666;margin: 0;
}
 .form-control, .form-select  {
   padding: 10px 15px;
    width: 100%;
    max-width: 100%;
    resize: none;
    outline: none;
    font-size: 14px;
    border: 1px solid #555;
    color: #444;
    line-height: inherit;
    transition: 0.3s;
    border-radius: 0;
    background-color: #ffffff;
    height: 50px;
    border-radius: 0px;
    font-weight: 400;
}
label {
    font-size: 15px;
    font-weight: 600;
    color: #222;
}


  ::placeholder {
    color: #444!important;
}
 .loginstart label {
    color: #222;
    font-weight: 600;
    font-size: 15px;
    padding: 0;
    display:block;
}
.loginstart .form-check-label {
    display: block!important;
}
.agree a {
    font-size: 14px;
    color: #666;
    font-weight: 400;
    text-decoration: none;
}
.loginstart .form-check-input[type=checkbox] {
    border-radius: 0.25em;
    position: relative;
    top: 1px;
    margin-right: 4px;
}
.error img {
    width: 45%;
}

.captcha label {
    display: block!important;
}

.loginstart .btn-primary {
    color: #fff;
   background-color: #c9af80;
    border-color: #c9af80;
    color: #222;
    font-size: 15px;
    font-weight: 600;
    border-radius: 0;padding:13px 40px;
}
.loginstart .btn-primary:hover {
    color: #fff;
    background-color: #4ea17a;
    border-color: #4ea17a;
}
.loginstart  .btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
    font-size: 16px;
    border-radius: 0;padding: 12px 40px;
}
.loginstart  .btn-outline-secondary:hover {
    color: #fff;
   
}
 
        #password-strength-container {
            overflow: hidden;
            transition: max-height 0.5s ease-in-out, opacity 0.3s ease-in-out 0.1s;
            max-height: 0;
            opacity: 0;
        }

        #password-strength-container.visible {
            max-height: 300px;
           
            opacity: 1;
        }

        .requirement-item i {
            transition: color 0.3s ease;
        }

@media only screen and (max-width: 1024px){
.userlogin .container {
    width: 85%;
}
.loginstart img {
   width: 30%;
    
}
}
@media only screen and (max-width: 768px){
.loginlogo img {
    width: 40%!important;
    margin: 15px auto 7px!important;
}
 .login {
    padding: 30px 40px 30px;
    width: 100%;
}
.account {
    
 font-size: 15px;
 margin: 0!important;
}
.loginstart {
    margin: 20px 0;
}
}
@media only screen and (max-width: 480px){
.userlogin .container {
    width: 100%;padding: 0;
}
.loginstart h2 {
   font-size: 24px;
    margin: 10px 0 0;
}
.loginstart .form-control, .loginstart .form-select {
   
    font-size: 14px;
   
}
.loginstart .form-group .row {
    width: 100%;
    display: block;--bs-gutter-y: 0rem;
}
.bottombtn .btn.btn-default {
   font-size: 16px;padding: 12px 50px;
}
.error img {
    width: 30%;
}
.login {
    padding: 25px 40px 35px;
    width: 100%;
}
.loginstart .col {
   
    margin-bottom: 15px;
}
.error img {
    width: 35%;
}
.loginlogo {
    margin: 0!important;
}

.userlogin {
     padding: 20px;
   
}
.loginstart h3 {
    font-size: 20px;
    margin: 0;
}
.loginstart h6 {
    font-size: 16px;
   
}
.loginstart .btn-primary, .loginstart .btn-outline-secondary {
  font-size: 15px!important;
   
}
}

/*-------------------------------loginstart-----------------------------*/

/*-------------------------------update-profile-----------------------------*/

.update-profile {
    float: left;
    width: 100%;
    padding: 50px 30px 60px;
}
.update-profile .container {
    width: 45%;
}

.update-profile .bottombtn {
    float: right;
}
.form-start {
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 0 20px #ddd;
}
.update-profile h3 {
    font-size: 25px;
    font-weight: 700;
}
@media only screen and (max-width: 1024px) {
.update-profile .container {
    width: 60%;
}
}
/*==================================alert=======================================*/

.form-top.alert.alert-danger {
    background: transparent;
    border: 0;
    text-align: center;
   
    color: #ef0d23;
    padding: 0px;
}
.alert-danger {
    color: #ff2828;
    background-color: #fee;
    border-color: #fdd8d8;
    padding: 4px;
    text-align: center;
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
}

.form-top.alert.alert-danger ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.alert-danger li {
    list-style: none;
}
.alert.alert-danger ul {
    margin: 0;
}
/*==================================alert=======================================*/




/*----------------------------------------footer------------------------------------*/
footer .navbar {
    padding: 0px 0px;
    z-index: 999;
}
footer .nav-item {
    margin: 0 10px;
    display: inline-block;
}
footer {
 float: left;
    width: 100%;
      padding: 45px 0 0;
    background-size: cover;
    z-index: 9999;
    position: relative;
    background: url(../userassets/bkg4.jpg);
    background-repeat-y: repeat;
    float: left;
   

}


.footer-column ul {
    text-align: left;
    display: inline-block;
}
.footerlink2 h4, .footerlink2 h4 {
   text-align: left;
}
footer .navbar-brand img {
    width: 100%;
    float: left;
}
.bottomlogo {
    width: 23%;
    margin-right: 115px;
}
.footerlogo {
    width: 42%;
    margin: 0px 0 10px;
}
.footerlogo img {
  width: 100%;
    margin: 0px auto 0px;
}
.top-left p {
color: #ddd;
    font-size: 14px;
    width: 66%;
    text-align: left;
    float: left;
}
.socialicon img {
    width: 7%;
    margin-right: 10px;
}
.socialicon a {
    text-decoration: none;
}
.social-media i{
  border: 1px solid #ddd;
    border-radius: 50%;
    padding: 4px 9px;
    color: #fff;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    float: left;
    font-size: 20px;
}
.social-media :hover i {
    color: #c9af80!important;
    animation: toTopFromBottom 0.3s forwards;
}
footer .navbar-nav {
    text-align: center;
    display: block;
    margin: auto;
}
footer p {
  line-height: 24px;
    font-size: 14px;
    color: #444;
    text-align: center;
    margin: auto;
    font-weight: 400;
}
footer h5 {
    font-size: 1.25rem;
    text-align: left;
    margin-bottom: 20px;
    color: #000;  font-family: "Merriweather", serif;
}

footer h4 {
 font-weight: 500;
    margin-bottom: 20px;
    text-align: left;
    color: #c9af80;
    font-size: 18px;
}
.footer_start {
    padding: 40px 0 40px;
    border-top: 1px solid #4a3f50;
}
.footerlink1 li {
   list-style: none;
    text-align: left;
     color: #fff;
    line-height: 2;
    font-size: 17px;
   
}
.top-footer {
    padding-bottom: 15px;
}
.footerlink1 ul {
   
    padding: 0;
}
.footerlink2 li {
    list-style: none;
    text-align: left;
    color: #fff;
    line-height: 2;
    font-size: 15px;
   
}
.footerlink1 li a, .footerlink2 li a{
   color: #fff;
    line-height: 2;
    font-size: 15px;
    text-decoration: none;  
}
.footerlink1 li a:hover {
    color: #c9af80;
    text-decoration: underline;
}
.footerlink2 ul {
  
    padding: 0;
}

.footerlink2 i {
  
   margin-right: 5px;
}
footer .social-media a {
  text-decoration:none;
  float: left;
}
footer .fa {
  font-size: 19px;  
}

footer .nav-link {
    color: #fff;
    margin: 0px 20px;
}
footer .top-bar-menu {
    margin: 30px 0 0;
}
footer .bottom-link {
   
    padding: 0;
}

.bottom-link li {
    list-style: none;
    float: left;
}
 .bottom-link ul {
    padding-left: 0;
}
.bottom-link li a {
    color: #ddd;
    padding: 0 11px 0 0;
}
.bottom-link li a:hover {
    color: #c9af80;
  
}

footer .bottomfooter {
    float: left;
    width: 100%;
    background: #00000070;
    padding: 10px 20px;
    text-decoration: none;
}
.copyright {
    float: left;
}

.copyright li {
   float: left;
    color: #ddd;
    list-style: none;
    padding: 0 12px;
    font-size: 15px;
}
.copyright li a {
    float: left;
    color: #ddd;
    font-size: 13px;
}

.webdesign {
    color: #ddd;
      font-size: 15px;
      float: right;
}
.webdesign a {
    color: #ddd;
      font-size: 15px;
      text-decoration: none;
}
.webdesign a:hover {
    color: #c9af80;
  
}
i.fa.fa-linkedin {
   background: #0C61BF!important;
    padding: 10px 11px!important;
    border-radius: 50%;
    color: #fff;
}
.fa.fa-facebook{
    color: #fff;
    background-color: #3b5998 !important;
    padding: 10px 13px!important;
    border-radius: 50%;
}
i.fa.fa-twitter {
    color: #fff;
    background-color: #55acee !important;
    padding: 10px!important;
    border-radius: 50%;
}
i.fa.fa-instagram {
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)!important;
    color: #fff;
    padding: 10px 12px!important;
    border-radius: 50%;
}


.footerlink1 li:before {
    content: "\f0a9";
    font-family: 'FontAwesome';
    color: #ddd;
    margin-right: 7px;
    float: left;
    display: inline-block;
    font-size: 14px;
    border-radius: 50%;
    padding: 2px 1px;
    line-height: 1;
    position: relative;
    top: 8px;
}

.top-contact  .btn-primary {
    color: #fff;
    background-color: #c9af80;
    border-color: #c9af80;
    padding: 10px 20px;
    font-size: 19px;
    color: #111;
    font-weight: 600;
}
.top-contact {
    position: relative;
    top: 10px;
}

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


footer .col-lg-4 {
   width: 33%;
}
footer .social-media {
   margin: 0px 8px;
}
footer h5 {
    font-size: 17px;
    
}
footer p {
   line-height: 26px;
   font-size: 14px;
}

}

@media only screen and (max-width: 768px){
.footer-column ul {
    text-align: left;
    display: block;margin-bottom: 15px;
}

footer .col-lg-4 {
    width: 42%;
}

.top-left p {
   font-size: 15px;
    text-align: left;
}
.social-media i {
  font-size: 16px;
}
.top-left {
    width: 50%;
}
footer h4 {
    margin-bottom: 8px;
    
}
.commontext h1 {
   font-size: 28px!important;
   
}
.top-contact {
  
    top: 10px;
}
}

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

  footer {
     padding: 45px 0px 0px;  
 }
 .social-media img {
     width: 68%;
}
footer .navbar-brand img {

    float: none;
    margin: auto;
}
footer .social-media {
   float: none;
    margin-top: 10px!important;
}

.footer_start {
   padding: 0px 20px 30px;
}
footer .copyright {
    float: none;
   text-align: center;
}
footer .bottomfooter {
   padding: 10px 10px 5px;
   line-height: 2;
}
footer p {
     width: 100%;
}
.top-left p {
   margin-bottom: 20px;width: 100%;
}
.top-footer {
    padding:0 20px 30px;
}
.top-contact {
   top: 0;
}
.footerlogo {
    width: 100%;
    margin: 0 0 10px;
}
.copyright ul {
    padding: 0;
    margin: 0;
}
.footerlink1 {
    margin-top: 30px;
}
footer .nav-link {
    margin: 0px 3px;
    font-size: 14px;
}
.footerlink2 h4, .footerlink1 h4 {
   margin-bottom: 10px;
    font-size: 20px;
}
footer .bottom-link {
    float: none;
    padding: 0;
}
.copyright li {
    float: none;
     text-align: center;
}
footer .col-lg-4 {
    width: 100%;
}
footer p {
    line-height: 30px;
    font-size: 15px;text-align: left;
}

.webdesign .webdesign a, .copyright {
   font-size: 16px;
    
}
.bottom-link ul {
    padding-left: 0;
    width: 100%;
    float: left;
    justify-content: center;
    display: flex;
    margin: 0;
}
.order-sm-first.order-last {
    margin-top: 26px!important;
}
.webdesign {
    float: none;
}
.footerlogo img {
   width: 50%;
    margin: 0 20px;
    margin: 10px 0 0;
    display: block;
}
.footer-column .d-flex {
    display: block!important;
}
.top-left {
    width: 100%;
}
.commontext h1 {
    font-size: 24px!important;
}
.navbar-dark .navbar-toggler .bi.bi-justify-left {
    font-size: 25px;
}


}


/* Global Widget Positioning Logic */
.sw-widget { z-index: 2147483647 !important; font-family: 'Poppins', sans-serif !important; position: fixed; box-sizing: border-box; }
.sw-hidden { display: none !important; }

/* Position Classes */
.sw-pos-bottom-left { bottom: 20px; left: 20px; }
.sw-pos-bottom-right { bottom: 20px; right: 20px; }
.sw-pos-left { left: 20px; bottom: 20px; }
.sw-pos-right { right: 20px; bottom: 20px; }

/* Top Bar */
.sw-top-bar { top: 0; left: 0; width: 100%; padding: 12px; display: flex; justify-content: center; align-items: center; color: white; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
.sw-style-professional {
    background: #002366;
    background: url(../userassets/bannerbkg.jpg);
    background-size: cover;
}
.sw-style-urgent { background: #d32f2f; }
.sw-top-cta { background: #fff; color: #333; padding: 4px 12px; border-radius: 4px; margin: 0 15px; text-decoration: none; font-weight: bold; font-size: 13px; }
.sw-top-cta:hover {color: #602051;}
/* Chat Bot Window UI */
.sw-chat-window { bottom: 90px; right: 20px; width: 320px; background: white; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.2); overflow: hidden; border: 1px solid #eee; }
.sw-chat-header { background: #007bff; color: white; padding: 15px; display: flex; justify-content: space-between; font-weight: bold; }
.sw-chat-header button { background: none; border: none; color: white; cursor: pointer; font-size: 20px; }
.sw-chat-body { padding: 15px; }
.sw-chat-msg { background: #f1f1f1; padding: 10px; border-radius: 8px; font-size: 13px; margin-bottom: 15px; }
#sw-chat-form input, #sw-chat-form textarea { width: 100%; margin-bottom: 10px; padding: 8px; border: 1px solid #ddd; border-radius: 4px; font-size: 13px; }
#sw-chat-form button { width: 100%; background: #007bff; color: white; border: none; padding: 10px; border-radius: 4px; cursor: pointer; }
.sw-chat-success { color: green; font-size: 14px; text-align: center; font-weight: bold; }

/* FABs (Chat/WA) */
.sw-wa-fab, .sw-chat-fab { width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white !important; font-size: 28px; cursor: pointer; box-shadow: 0 4px 15px rgba(0,0,0,0.3); text-decoration: none; }
.sw-wa-fab { background: #25d366; }
.sw-chat-fab { background: #602051; right: 90px; }

/* Trust Card */
.sw-trust-card { bottom: 30px; left: 30px; background: white; padding: 12px 20px; border-radius: 50px; border: 1px solid #eee; transform: translateX(-150%); transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275); box-shadow: 0 8px 20px rgba(0,0,0,0.1); min-width: 250px; color: #333; }
.sw-trust-visible { transform: translateX(0); }

/* Cookie Banner */
.sw-cookie-banner {
    text-align: center;
    background: #ffffff;
    color: #222;
    padding: 20px 20px 25PX;
    border-radius: 10px;
    display: block;
    align-items: center;
    gap: 15px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 30%);
    max-width: 350px;
    font-weight: 500;
     }
.sw-cookie-banner a{
color: #3e0838!important;
}
.sw-cookie-banner button {
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    padding: 9px 35px;
    background: #602051;
}
/* Modals */
.sw-modal-backdrop { top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0,0,0,0.7); display: flex; align-items: center; justify-content: center; backdrop-filter: blur(4px); }
.sw-modal-card { background: white; padding: 30px; border-radius: 12px; text-align: center; max-width: 400px; width: 90%; box-shadow: 0 10px 40px rgba(0,0,0,0.5); overflow: hidden; }
.sw-modal-img { width: 100%; height: 150px; object-fit: cover; margin-bottom: 15px; border-radius: 8px; }

/*  Popup Box */
.popup-box {
max-width: 400px;
    width: 90%;
    overflow: hidden;
    border-radius: 22px;
    overflow: hidden;
    padding: 9px 9px;
    text-align: center;
    color: #fff;
    background: url(../userassets/bkg6.jpg);
    position: relative;
    box-shadow: 0 15px 45px rgb(0 0 0 / 35%);
    background-size: cover;
   
    
}

.sw-modal-content {
  background: url(../userassets/popupbkg.jpg);
    position: relative;
    padding: 30px;
    border-radius: 18px;
    background-size: cover;
    background-position: 65% 69%;
   
}
.sw-modal-content h3 {
    margin-bottom: 13px;
    font-size: 28px;
    text-transform: uppercase;
}
.sw-modal-backdrop button{
border: 0;
   padding: 11px 20px;
    font-weight: 600;
    font-size: 16px;
    margin-top: 14px;
    border: 0;
}

.sw-modal-content .closebtn {
    position: absolute!important;
    top: -2px!important;
    right: 15px!important;
    border-radius: 50%!important;
    padding: 2px 7px!important;
    font-size: 12px!important;
}
@media only screen and (max-width: 480px){
.sw-top-bar {
    text-align: center;
    width: 100%;
    display: block!important;
}
.sw-top-bar span {
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
span.sw-close {
    font-size: 20px;
    position: absolute!important;
    right: -186px;
    margin-top: -73px;
}
}




/*----------------------------------------faq-section------------------------------------*/
.faq-section {
    padding: 80px 20px;
    background-color: #ffffff;
    float: left;
    width: 100%;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    border-radius: 6px;
    border: 0;
}
.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #602051;
    border-radius: 6px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid#602051;
    padding: 15px 20px 15px 24px;
    position: relative;
    transition: all 0.3s ease 0s;
    /* border: 0; */
    margin: 0;
    padding: 1.2rem 1.5rem;
}

.accordion-button:not(.collapsed)::after {
   content: "\f077";
    font-family: 'FontAwesome';
    font-size: 12px;
    position: absolute;
    top: -7px;
    margin-right: 63px;
    right: -62px;
    background: transparent;
    border-radius: 50%;
    color: #fff;
    height: 52px;
    width: 52px;
    text-align: center;
    line-height: 4;
    border: 0px solid #eb9c32;font-weight: 100;
}
.accordion-button::after {
content: "\f054";
    font-family: 'FontAwesome';
    font-size: 12px;
    position: absolute;
    top: 4px;
    margin-right: 63px;
    right: -61px;
    background: transparent;
    border-radius: 50%;
    color: #111;
    height: 52px;
    width: 52px;
    text-align: center;
    line-height: 4;
    border: 0px solid #ddd;font-weight: 100;
}
.accordion-header {
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
}
.accordion-item:last-of-type .accordion-button.collapsed {
     border-radius: 6px;
}
.accordion-item {
    background-color: #fff0 ;
    border: 0px solid rgba(0,0,0,.125);
    margin-bottom: 10px;
}

.accordion-button {
      position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    /*padding: 1.2rem 1.5rem;
    font-size: 18px;*/
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 6px;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
    background: #fff none repeat scroll 0 0;
    border: 2px solid #ddddddb5;
    color: #222;
    margin-bottom: 13px;
    font-weight: 600;
    
}


.accordion-button:hover {
  color: #222!important;
    background: #c9af80!important;border: 2px solid transparent;
 }   

.accordion-button:focus {
    box-shadow: none; /* Remove focus outline */
}

.accordion-collapse {
    border-top: 0px solid #ddd; /* Border between header and body */
}

/*.accordion-body {
  color: #444;
    padding: 20px;line-height: 30px;
}*/
.accordion {
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 0 20px #00000026;min-height: 400px;
}

.accordion-item:last-of-type .accordion-button{
border-radius:6px;
}
.accordion-button:hover:after {
    color: #222;
}
.faq-search-box {
        max-width: 600px;
        margin: 0 auto;
        position: relative;
    }
    .faq-search-box input {
        border-radius: 50px;
    padding: 25px 25px;
    border: 2px solid #ddd;
    box-shadow: 0 4px 6px rgb(0 0 0 / 5%);
    }
    .faq-search-box button {
        position: absolute;
    right: 4px;
    top: 3px;
    border-radius: 50px;
    padding: 10px 25px;
    background: #602051;
    border-color: #602051;
    }
.faq-search-box button:hover {
background: #602051!important;color: #222;
}

    .category-pills {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        margin-bottom: 30px;
    }
    .cat-btn {
        padding: 8px 20px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    background: #c9af80;
    border: 2px solid transparent;
    }
    .cat-btn:hover {
        background:#602051;
        color: #fff;
    }
    .cat-btn.active {
        background: #602051; /* Use your primary theme color */
        color: #fff;
        border-color: #602051;
    }
@media only screen and (max-width: 480px) {
.accordion {
    background: transparent;
    padding: 0 0px;
   box-shadow: none;
}
.faq-section {
    padding: 40px 20px 50px;
   
}
.accordion-button:not(.collapsed), .accordion-button {
    font-size: 15px;
   line-height: 23px; padding: 10px 16px 10px 16px;margin: 0;
}

.accordion-body {
   
 padding: 14px;
    font-size: 15px;line-height: 28px;
}  
.accordion {
  min-height: auto;
}
.accordion-button::after {
   right: -76px;
   
}

}
/*------------------------pagination----------------------------*/

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: center;
    margin: 30px 0;
}
.page-item.active  {
    z-index: 3;
    background-color:#612151;
    border-color: #612151;
    color: #fff;
    box-shadow: 0 0 0 3px #fff, 0 0 15px rgb(0 0 0 / 35%);
    border-radius: 4px;
    cursor: pointer;
}
.page-item.active:hover {
    background:#C9AF80;
}
.page-item.active .page-link {
   
    background-color: transparent;
    border-color: transparent;
}
.page-link {
    font-size: 14px!important;
     padding: 6px 12px;
    position: relative;
    display: block;
    color: #131313;
    text-decoration: none;
    background-color: transparent;
    border: 0px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

li.page-item {
    margin: 0 11px;
    background: white;
    border-radius: 4px;
    box-shadow: 0 0 0 3px #fff, 0 0 15px rgb(0 0 0 / 35%);
}
.page-div1 p {
    text-align: center;
    display: block;
    float: none!important;
}

/*------------------------pagination----------------------------*/
/*-------------------upload-picture--------------------*/


.upload-picture {
  width: 100%;
  float: left;padding: 60px 30px;
}

        .profile-picture img {
            width: 200px;
            height: 200px;
            object-fit: cover;cursor: pointer;
        }
        .guidelines {
            margin-top: 20px;
        }

     .upload-input {
            display: none; /* Hide the file input */
        }   

.upload-picture .container{
  width: 50%;
}




.blockbtn .btn-danger {
    color: #fff;
    background-color: #602051;
    border-color: #602051;
    border-radius: 0;
    padding: 9px 20px;
}

.blockbtn .btn-primary {
    color: #fff;
    background-color: #c9af80;
    border-color: #c9af80;
    border-radius: 0;
    padding: 9px 20px;
}

.guidelines ul {
    padding: 0;
}

.guidelines .col{
    background-color: #F2E9F0;
    color: #111;
    padding: 25px 40px 30px;
    border-radius: 25px 25px;
    position: relative;
    border: 2px solid #b987ac30;
    margin: 0 10px;
}
.guidelines  li {
    line-height: 26px;
    list-style: none;
    font-size: 14px;
}
.guidelines li::before {
    content: "◆";
    position: absolute;
    left: 20px;
    color: #C9AF80;
    font-size: 1rem;
}

.guidelines h5 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 480px) {
.commontext h2 {
     font-size: 25px;
   
}
.upload-picture .container {
    width: 90%;
}
}

/*-------------------upload-picture--------------------*/





@keyframes pulse {
    0% {
        @include transform(translate(-50%, -50%)scale(1));
        opacity: 1;
    }

    90% {
        opacity: .5;
        @include transform(translate(-50%, -50%)scale(1.8));
    }

    100% {
        opacity: 0;
        @include transform(translate(-50%, -50%)scale(2));
    }
}
@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

@media screen and (min-width: 1500px) and (max-width: 3500px) { 
.home-blog.card-img-top img {
    height: 310px;
  
}

.userlogin .container {
    width: 35%;
}
.home-slider {
 margin-top: -110px;
}
.home-blog h3 {
   font-size: 26px;
}
.home-blog.mask {
    height: 310px;
  
}
.home-slider .carousel-caption {
   bottom: 40px;
    
    
}
.home-testi .commontext h1 {
    font-size: 40px;
    
}
.about-text {
   
    width: 38%;margin-top: 80px;
}

.ctaleft h1 {
    font-size: 53px;
    line-height: 74px;
}

.header-content {
    padding: 70px 0px;
  
}
.home-bloga {
  font-size: 22px;
}
.home-blog.address {
  font-size: 16px;
    line-height: 25px;
}
 

.home-solution .solution-title {
    font-size: 20px;
   
}
.common-header {
    height: 280px;
}
.common-header1 {
    height: 280px;
}

.home-cta p {
   font-size: 23px;
  
}



.commontext h1 {
    font-size: 41px;
   
}
.home-cta h2 {
    font-size: 45px;
   
}


.home-slider p {
    font-size: 18px;
    margin-bottom: 50px;
  
}

.home-slider h2 {
    font-size: 65px;
    
}


.catestart {
    height: 355px;
}

.homeservice .block {
  height: 360px;
}
.ctaright img {
    float: right;
    
}
.homeservice .service-title h2 img {
   left: 500px;
    margin-top: -17px;
    width: 3.5%;
}

.about li {
   line-height: 42px;
   font-size: 20px;
}

.blocktitle {
    font-weight: 800;
    font-size: 45px;
}
 
.homeservice .block img {
    width: 25%;
  
}

.nav-link {
    font-size: 24px;
}
.btn.btn-default {
    font-size: 20px;
}
.homecta .btn.btn-default {
    font-size: 20px;
}
.homecta h1, .homecta h1 b {
    font-size: 100px;
   
}
.homecta p {
  font-size: 26px;
    line-height: 44px;
   
}
.homecta h5 {
    font-size: 35px;
   
}


.slider-image {
    margin-top: -420px;
    
}
}


    @keyframes pulse {
        0% {
            @include transform(translate(-50%, -50%)scale(1));
            opacity: 1;
        }

        90% {
            opacity: .5;
            @include transform(translate(-50%, -50%)scale(1.8));
        }

        100% {
            opacity: 0;
            @include transform(translate(-50%, -50%)scale(2));
        }
    }

/*search-grid*/


@keyframes gradientAnimation {
            0% {
                background-position: 0% 0%;
            }
            50% {
                background-position: 100% 100%;
            }
            100% {
                background-position: 0% 0%;
            }
        }

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
@-webkit-keyframes toBottomFromTop {
    49% {
        -webkit-transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}
@-moz-keyframes toBottomFromTop {
    49% {
        -moz-transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toBottomFromTop {
    49% {
        transform: translateY(100%);
    }
    50% {
        opacity: 0;
        transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}
@-webkit-keyframes mover{0%{transform:translateY(-10px);}100%{transform:translateY(10px);}}
@keyframes mover{0%{transform:translateY(-10px);}100%{transform:translateY(10px);}}
@keyframes MoveUpDown{0%, 100%{bottom:0;}50%{bottom:50px;}}





