@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=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&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: "Inter", serif;
  
     
    }

 h1, h2{
 font-family: "Plus Jakarta Sans", sans-serif;
 } 

p {
        margin-top: 0;
    margin-bottom: 1rem;
    color: #666;
    line-height: 28px;
    font-size: 16px;
}
a:hover {
    color: #5966EC;transition: .3s;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0;
}

.topheader {
    height: 35px;
    background: #111;
    padding: 5px;
}

.top-info {
    float: right;
    margin: 0;
    padding: 0;
}
.top-info li i {
    margin-right: 3px; color : #ddd;position: relative;top: 1px;
}
.top-info li {
    float: left;
    list-style: none;
    margin-left: 60px;
    color: #ddd;
    font-size: 15px;position: relative;
    top: 2px;
}
.top-info li a{
    color : #ddd;text-decoration: none;
}
.consult-bar {
    margin-left: 40px;
}

        .consult-bar .btn-consult {
    background-color: #5966EC;
    border: none;
    transition: background-color 0.3s ease;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 40px;
    transition: all 0.4s ease-in-out;
    letter-spacing: 0;
    border-radius: 7px;
    position: relative;
    overflow: hidden;color: #fff!important;
    background-image: linear-gradient(to right, #814ac9, #4453ef, #814ac9);
    background-size: 200% auto;
        }
        .consult-bar .btn-consult:hover {
            color: #fff!important;
    transition: all 0.4s ease-in-out;background-position: right
        }
        .consult-bar .btn-consult i {
           font-size: 16px;
        }

   .consult-bar .btn-consult:hover  i{
    transform: translateX(2px);
}
  

.bg-dark-gray {
    border-radius: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 35%);
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 35%);
    margin-left: 5px;
    background: #161616;
    padding: 5px 7px;transition: all ease .3s;
    position: relative;
    right: -25px;
    margin-left: 2px;
}



        /* Navigation Bar */
        .navbar {
            background-color: #fff;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
            padding: 5px 0;margin-top: 36px;
        }
        .navbar-brand img {
            width: 100%
        }
.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    width: 17%;
}
.navbar.navbar-expand-lg.navbar-light.fixed-top.scrolled {
    margin-top: 0!important;
}
i.feather.icon-feather-align-right {
    font-size: 28px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #5966EC;
}
        .navbar-nav .nav-link {
            color: #5966EC;
             font-size: 17px;
            font-weight: 500;
            margin: 0 10px;
            transition: color 0.3s ease;
        }
        .navbar-nav .nav-link:hover {
            color: #9ea2c1; /* Lighter shade on hover */
        }
        .nav-link i {
            margin-right: 5px;
        }

.navbar-light .navbar-nav .nav-link {
    color: #222;
    font-weight: 600;
    font-size: 17px;
}

.navbar-light .navbar-nav > li:hover > a:before {
    width: 18px;
    opacity: 1;
}
.navbar-light .navbar-nav > li > a:before {
    position: absolute;
    content: '';
    width: 0px;
    height: 3px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 500ms ease;
}
.navbar-light .navbar-nav > li > a:before {
    background: #5966EC;
}

.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;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: #1e2125;
    background-color: #e9ecef;
    border-radius: 4px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #5966EC;
}

        
        /* Hero Section Slider */
        .homeslider {
            height: 860px;
            position: relative;
        }
       .homeslider .carousel-item {
            height: 860px;
        }
       .homeslider .carousel-item img {
            object-fit: cover;
          
            width: 100%;
        }
.homeslider .carousel-control-next, .homeslider  .carousel-control-prev{
display: none;
}

.homeslider h5 {
    margin-bottom: 15px;
    margin-top: 20px;
    float: left;
    font-size: 18px;
    text-align: left;
    line-height: 36px;
    width: 90%;
    font-weight: 500;
}

        .shape-image-animation {
    position: absolute;
    bottom: 45px;
    left: 0;
    top: 700px;
    height: 2px;
}
      .homeslider .carousel-caption {
          padding: 0;
    position: absolute;
    top: 171px;
    left: 136px;
    width: 50%;
    height: 100%;
    
    
        }
   .slider-btn {
    text-align: left;
    float: left;
}  
        .hero-text h1 {
            font-size: 3.5rem;
            font-weight: 700;
            color: #fff;
            text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);text-align: left;
        }

  .carousel-indicators{
    display: none;
  }      
        .btn-primary {
  background-color: #5966EC;
    border: none;
    transition: background-color 0.3s ease;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 40px;
    transition: all 0.4s ease-in-out;
    letter-spacing: 0;
    border-radius: 7px;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(to right, #814ac9, #4453ef, #814ac9);
    background-size: 200% auto;border-radius: 7px;
        }
      .btn-primary:hover {
    color: #fff;
    transition: all 0.4s ease-in-out;background-position: right
}

        
        .btn-outline-light {
            border-color: #fff;
            line-height: 2;
            color: #fff;
            padding: 10px 30px;
            font-weight: 500;border-radius: 7px;
    font-size: 16px;
            transition: background-color 0.3s ease, color 0.3s ease;border: 1px solid #ddd;text-decoration: none;
        }
        .btn-outline-light:hover {
            background-color: #d8dbe9;
    color: #000000;
        }


.subtitle h5 {
    background: linear-gradient(to right, rgb(255 255 255 / 83%), rgb(255 255 255 / 95%));
    display: initial;
    padding: 7px 20px;
    border-radius: 30px;
    font-size: 15px;
    border: 1px solid #3d62c945;
    position: relative;
    z-index: 99;
    color: #222;
}
.subtitle {
    text-align: center;
}
.subtitle h5:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background-size: 400% 400%;
    animation: gradientAnimation 2s ease infinite;
    z-index: -1;
    border-radius: 10px;
    background-image: linear-gradient(to right, hsl(245deg 29% 47%) 0%, hsl(244deg 27% 62%) 23%, hsl(244deg 30% 64%) 33%, hsl(244deg 34% 73%) 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;
}
.subtitle1 h5 {
    background: linear-gradient(to right, rgb(255 255 255 / 83%), rgb(255 255 255 / 95%));
    display: initial;
    padding: 7px 20px;
    border-radius: 30px;
    font-size: 15px;
    border: 1px solid #3d62c945;
    position: relative;
    z-index: 99;
    color: #222;
}
.subtitle1 {
    text-align: left;
}
.subtitle1 h5:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background-size: 400% 400%;
    animation: gradientAnimation 2s ease infinite;
    z-index: -1;
    border-radius: 10px;
    background-image: linear-gradient(to right, hsl(245deg 29% 47%) 0%, hsl(244deg 27% 62%) 23%, hsl(244deg 30% 64%) 33%, hsl(244deg 34% 73%) 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;
}
/*============================.homeblog=====================*/
    .homeblog{
padding: 70px 20px 60px;
     width: 100%;
   float: left;
    background-color: #fff;
        }
      .homeblog  .section-title {
            position: relative;
            margin-bottom: 4rem;
            color: #222;
            font-weight: 700;font-size: 45px;text-transform: capitalize;
        }    
.homeblog  .card-body {
   padding: 1.5rem 2rem 2rem;
}      
        .homeblog  h5, .homeservice  h5, .homeabout  h5, .testimonials-section  h5, .homewhy  h5  {
           color: #5966EC;
           font-size: 16px;text-transform: capitalize;margin-bottom: 15px
        }
  .homeblog .card-footer {
    padding: 0;margin: 20px 0;
}
.homeblog .card-footer span {
    font-size: 15px;
    color: #888;
}
.blog-card.card {
    height: 510px;border-radius: 15px
}
.homeblog .card-text {
    display: none;
}
.homeblo .category {
    background: linear-gradient(to right, rgb(239 245 255), rgb(255 255 255 / 95%));
    display: initial;
    padding: 5px 14px;
    border-radius: 30px;
    font-size: 13px;
    border: 1px solid #3d62c945;
}

.homeblog .card-title {
     height: 75px;
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 18px;
    color: #111;
    line-height: 26px;
    text-decoration: none;
    cursor: pointer;
}
.homeblog .card-title:hover {
    color: #5966EC;
    transition: .3s;
    text-decoration: underline;
}
.blog-view {
    font-size: 15px;
    background: antiquewhite;
    padding: 7px 22px;
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(to right, #814ac9, #4453ef, #814ac9);
    background-size: 200% auto;
    border-radius: 5px;
}
.blog-view:hover {
    color: #fff;
    transition: all 0.4s ease-in-out;
    background-position: right;
}
.blog-categories {
    position: absolute;
    top: 240px;
    left : 30px;
}
.blog-card.card img {
    height: 300px;width: 100%;
}
.categories-btn, .blog-date, .cate-des .category {
   
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #888;
    font-weight: 400;
    border-radius: 2px;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

        /* Section Titles */


       .homeservice{
padding: 70px 20px 90px;
     width: 100%;
   background: url(../userassets/bkg2.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;/*background-color: #d8dbe9*/;
        }
      .homeservice  .section-title {
            position: relative;
            margin-bottom: 4rem;
            color: #222;
            font-weight: 700;font-size: 45px;
        }

   .homeservice  p {
    margin-top: 0;
    margin-bottom: 2rem;
}    
      
        .section-title i {
            margin-right: 10px;
            color: #9ea2c1;
        }
.service-card.card img {
    height: 240px;
}
.service-card {
    height: 500px;
}


        /* Cards */
        .service-card, .case-card, .blog-card, .testimonial-card {
            background-color: #fff;
            border: none;
            border-radius: 15px;
            overflow: hidden;
           box-shadow: 0 10px 25px rgb(0 0 0 / 10%);
            transition: transform 0.3s ease, box-shadow 0.3s ease;position: relative;
        }
        .service-card:hover, .case-card:hover, .blog-card:hover, .testimonial-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }
      .service-card  .card-img-top {
            height: 200px;
            object-fit: cover;
        }
   .service-card .card-body {
    padding: 1.5rem 1.3rem 1.6rem;
}
 .service-card .card-body a {
    text-decoration: none;
}

.service-card .card-title {
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 21px;
    color: #111;line-height: 27px;text-decoration: none;cursor: pointer;
}
.service-card .card-title:hover {
  color: #5966EC;
}



      /* Testimonial Slider */
        .testimonials-section {
            padding: 5rem 0;
            background-color:#eceef9;
            background: url(../userassets/bkg2.jpg);
            background-repeat: no-repeat;
    background-attachment: fixed;
        }
        .testimonial-carousel .carousel-item {
            height: auto;
        }
        .testimonial-card {
            margin: 0 auto;
            max-width: 600px;
            padding: 2.5rem;
            text-align: center;
            background-color: #fff;
            border: none;
            border-radius: 15px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease;display: block;
        }
.review-star-icon {
    
    margin-bottom: 30px;
}

.testimonial-card .img-wrapper {
    float: left;
    width: 21%;
    margin-right: 30px;
    position: relative;
    top: 55px;
}
.quote {
    border-radius: 0!important;
    border: 0!important;
    width: 10%;
    display: inline;
    position: relative;left: -16px;
}
       .testi-cont {
    float: left;
    width: 73%;text-align: left;
} 
        .testimonial-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }
        .testimonial-card i {
            font-size: 2rem;
            color: #9ea2c1;
            margin-bottom: 1rem;
        }
        .testimonial-card p {
            font-size: 1rem;
            color: #666;margin-bottom: 20px;
        }
.testimonial-card h6 {
            font-size: 15px;
            color: #666;font-weight: 400;
        }
  .testimonial-card h4 {
    font-size: 20px;
    font-weight: 600;
}  
.testimonial-card i {
    font-size: 18px;
    color: #f5b21b;
    margin-bottom: 1rem;
}    
        .testimonial-card p strong {
            color: #5966EC;
            font-weight: 600;
        }

.testimonials-section .carousel-item img {
   object-fit: cover;
    text-align: center;
    margin: auto;
    border-radius: 50%;
    margin-bottom: 20px;
    border-radius: 50%;
    border: 3px solid #bcb9b952;
    -webkit-box-shadow: 0 0 40px rgb(82 85 90 / 10%);
    box-shadow: 0 0 40px rgb(0 0 0 / 0%);
    padding: 3px;
}

.carousel-control-next-icon {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
}


        @media (max-width: 576px) {
            .testimonials-section {
                padding: 2rem 0;
            }
            .testimonial-card {
                padding: 1.5rem;
                max-width: 90%;
            }
            .testimonial-card p {
                font-size: 0.9rem;
            }
            .testimonial-card i {
                font-size: 1.5rem;
            }
        }
        /* List Items with Icons */
        .list-unstyled li i {
            color: #9ea2c1;
            margin-right: 10px;
        }
        /* Sections */
        
        .stats-section {
    background: linear-gradient(135deg, #d8dbe9, #9ea2c1);
    color: #fff;
    padding: 60px 30px;
}
.stats-section .section-title {
    margin-bottom: 10px;
}

        .stats-section i {
            font-size: 2rem;
            margin-bottom: 0.5rem;
        }
        .cta-section {
            background-color: #d8dbe9;
            padding: 4rem 0;
            text-align: center;
        }
        .footer {

            background: linear-gradient(135deg, #5966EC, #9ea2c1);
            color: #fff;
            float: left;
            width: 100%;
 padding: 4rem 0 0rem;background:url(../userassets/footerbkg.jpg);background-size: cover;background-position: center;
        }
        .footer a {
            color: #fff;
            text-decoration: none;
            transition: color 0.3s ease;
        }

 footer .social-media a {
 text-decoration: none;
    float: left;
    margin-right: 14px;
    margin-top: 0px;
} 
.social-media i {
   background: #50505085;
    padding: 10px 10px 8px;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    border: 0px solid#ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ddd;
    font-size: 19px;
}
.social-media i:hover {
    background: #5966EC;
} 
.bottomfooter {
    background: #0000008a;
    padding: 6px;
}
 .bottomfooter  ul{
   margin-bottom: 0;padding: 0
}      
.bottomfooter  li{
   list-style: none;font-size: 15px;font-weight: 400;
} 
.bottomfooter  li a{
  font-size: 15px;
}
.bottomfooter  li:before{
 display: none;
}
.footer li {
    line-height: 2.5;
}
img.footer-logo {
    width: 60%;
    margin-bottom: 10px;
}
.logo1 p {
    width: 70%;
    
}
.footer li:before {
    content: "\f061";
    font-family: 'FontAwesome';
    font-size: 12px;
    color: #fff;
    font-weight: 100;
    left: -5px;
    top: -2px;
    transition: all 500ms ease;
    position: relative;
}


        .footer a:hover {
            color: #5966EC;
        }
        .footer a:hover:before {
            color: #5966EC;
        }
        .footer i {
            margin-right: 10px;
        }
        /* Animations */
        .fade-in {
            opacity: 0;
            animation: fadeIn 1s ease-in forwards;
        }
        @keyframes fadeIn {
            0% { opacity: 0; transform: translateY(20px); }
            100% { opacity: 1; transform: translateY(0); }
        }


.homecta{
    padding: 70px 30px;
 background:url(../userassets/bkg.jpg);
    background-repeat: no-repeat;background-attachment: fixed;
}
.homecta h5 {
    background: transparent;
    border-radius: 30px;
    padding: 6px 20px;
    margin-bottom: 8px;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    border: 1px solid #ddd;
}
.homeabout{
padding: 70px 20px 85px;
   
    width: 100%;
}


.homeabout .image-container img{
border-radius: 20px 20px 20px 20px;width: 100%;
}
.homeabout  img{
border-radius: 20px 20px 20px 0px;
}
.customer-info {
    background: rgba(255,255,255,0.8);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    -moz-filter: blur(4px);
    border-radius: 0px 20px 0px 0px!important;
    max-width: 366px;
    padding: 30px 24px 35px 25px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    box-shadow: 0 0 20px #0a0a0a24;
}
.header-content {
    height: 216px;
    padding: 30px 30px;
    background: url(../userassets/bkg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;margin-top: 86px;
}
.header-title {
    margin: 25px;
    color: #fff;
}
.aboutimg {
    float: left;
    margin-right: 45px;
}
.customer-info h5 {
 margin-bottom: 0;
    margin-top: -10px;
    font-weight: 700;color: #222;font-size: 20px;
}
.customer-info img {
   border-radius: 0!important;margin-right: 10px;}

.count-outer img {
    float: left;
}
.count-text {
    font-size: 49px;
    font-weight: 600;
    position: relative;
    top: -10px;
}
.homeabout  .section-title {
            position: relative;
            margin-bottom: 1rem;
            color: #222;
            font-weight: 700;font-size: 45px;
        }
.homeabout h2 {
    position: relative;
    margin-bottom: 1rem;
    color: #222;
    font-weight: 700;
    font-size: 45px;
    text-transform: capitalize;
}
 .homeabout li {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #1c1c1c;
    padding-left: 0;display: flex;
}  
.homeabout li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 12px;
    font-weight: 700;
    left: 0px;
    top: 0px;
    padding-right: 15px;
    color: #847f9e;
}
  
.homequote {
    line-height: 25px;
    background: linear-gradient(to right, rgb(239 245 255), rgb(255 255 255 / 95%));
    padding: 15px 25px;
    border-radius: 70px;
    font-size: 16px;
    border: 1px solid #3d62c957;
    display: block;
    text-align: center;
    width: 100%;
    margin: 20px auto;
    position: relative;
}

.header-title h2 {
    font-weight: 500;
    font-size: 30px;
    color: #fff;
}


.homecta .section-title {
    position: relative;
    margin-bottom: 1rem;
   color: #fff;
  font-weight: 700;font-size: 45px;text-align: center;
}
.homecta p {
   color: #fff;
     font-size: 18px;
   
}

.homewhy .list-item h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 800;
    margin-bottom: 5px;
}
.homewhy {
    padding: 70px 30px;
}
.homewhy .list-item {
    float: left;margin-bottom: 15px;
}
.homewhy .list-item p {
    margin-bottom: 0;
}
.homewhy .icon-box {
    float: left;
    margin-right: 30px;
    margin-bottom: 0px;min-height: 100px;
}

.homewhy img {
    border-radius: 20px;width: 59px;
}
.homewhy  .section-title {
            position: relative;
            margin-bottom: 1rem;
            color: #222;
            font-weight: 700;font-size: 45px;
        }

        .testimonials-section   .section-title {
            position: relative;
    margin-bottom: 3rem;
    color: #222;
    font-weight: 700;
    font-size: 45px;
        }

     .footer   p {
   
    margin-bottom: 1rem;
    color: #fff;
    line-height: 30px;
    font-size: 16px;
}

 

.carousel-start {
    margin-right: -20vw;
}


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

 .consult-bar .btn-consult {
   font-size: 15px;
 padding: 13px 36px;
    
}   
.homeslider, .homeslider .carousel-item {
    height: 490px;
    position: relative;
}
.hero-text h1 {
    font-size: 2.5rem;
   
}
.homeslider .carousel-caption {
   top: 90px;
    left: 109px;
   height: auto;
}
.shape-image-animation{
    display: none;
}
.homeabout .section-title, .homewhy .section-title, .homeservice .section-title, .homecta .section-title, .testimonials-section .section-title, .homeblog .section-title {
   
    font-size: 28px;
}
.homeabout li {
  
    width: 100%;
    
}
.btn-primary {
    padding: 14px 20px;
     font-size: 14px;
  
}
.mt-lg-0 {
    margin-top: 25px!important;
}
.consult-bar {
  display: none;
}
}
@media only screen and (max-width: 768px) {
.consult-bar {
    top: 12px;
    position: absolute;
    left: 419px;
}
.consult-bar .btn-consult {
    padding: 10px 22px;
    font-size: 15px;
   
}
.homeabout, .homeblog, .testimonials-section, .homewhy, .homeservice {
    padding: 50px 30px 60px;
    width: 100%;
}
.homeblog .card-body {
  
    padding: 1.5rem 1.5rem;
}
.homeblog .card-title {
    font-size: 17px;
   line-height: 25px;
    
}
.categories-btn, .blog-date {
    font-size: 12px;
   
}
.blog-card.card {
    height: 470px;
   
}
.homeslider, .homeslider .carousel-item {
    height: 430px;
    position: relative;
}
.homeslider .carousel-caption {
    top: 66px;
    left: 70px;
    height: auto;
    width: 70%;
}
.homeslider h5 {
    margin-bottom: 10px;
    margin-top: 10px;
   font-size: 15px;
   
}
.blog-card.card img, .service-card.card img {
    height: 240px;
}
.blog-categories {
    top: 192px;
   
}
.navbar-light .navbar-nav > li > a:before {
   display: none;
}
.service-card p {
   font-size: 15px;
}
.service-card {
    height: 470px;
}
.service-card .card-title {
        font-size: 19px;
    line-height: 25px;
    font-weight: 700;

    
}
.btn-primary {
    padding: 14px 30px;
    font-size: 15px;
}
.navbar-light .navbar-toggler {
   
    border-color: transparent;
}
.bg-dark-gray {
    right: -9px;
    top: 1px;
}
.footer li {
   display: flex;
    font-size: 16px;
    margin-right: 5px;
}
.footer li:before {
   left: -12px;
    top: 4px;
    
}
.footer p {
    margin-bottom: 10px;
    font-size: 16px;
    display: flex;
}
.logo1 p {
    width: 95%;
}
.navbar-light .navbar-brand {
  
    width: 22%;
}
.navbar-toggler:focus {
    box-shadow: none;
}

}

@media only screen and (max-width: 480px) {
.consult-bar {
    
    display: none;
}
.navbar-light .navbar-brand {
   
    width: 40%;
}
.navbar {
   padding: 10px 0;    margin: 0;

}
.navbar-light .navbar-nav .nav-link {
     font-size: 15px;
    line-height: 1.2;
}
.dropdown-menu li a {
     font-size: 14px;
}
.service-card {
    height: auto;
}
.homeslider, .homeslider .carousel-item, .homeslider .carousel-item img {
    height: 350px;
    position: relative;
}
.hero-text h1 {
    font-size: 1.5rem;margin: 0;
}
.homeslider .carousel-caption {
    top: 50px;
    left: 45px;
    width: 80%;
}
.homeslider h5 {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 26px;
}
.slider-btn {
    display: block!important;
}
.btn-primary {
    margin-bottom: 13px;
}
.homeabout .section-title, .homewhy .section-title, .homeservice .section-title, .homecta .section-title, .testimonials-section .section-title, .homeblog .section-title {
    font-size: 24px;line-height: 34px;
}
.homeblog h5, .homeservice h5, .homeabout h5, .testimonials-section h5, .homewhy h5 {
   font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}
.homeservice .section-title {
     margin-bottom: 3rem;
   
}

.homequote {
     border-radius: 20px;
    
}
.homeservice .btn-primary {
    padding: 14px 30px;
    font-size: 15px;
    margin: 0;
}
.card-title {
   font-size: 20px;
   
}
.homewhy .list-item h3 {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 0px;
}
.homewhy .list-item p {
    margin-bottom: 0;
    display: flex;
}
.homeabout, .homeblog, .testimonials-section, .homewhy, .homeservice {
    padding: 40px 25px 50px;
  
}
.btn-outline-light {
   padding: 14px 30px;
    
}
.homecta {
    padding: 55px 30px;
  
}
.customer-info {
    max-width: 100%;
   padding: 20px 24px 35px 30px;
    position: relative;
    margin-top: 0px;
    width: 100%;
   border-radius: 0px 0px 20px 20px!important;
}
.homeabout img {
    border-radius: 20px 20px 0px 0px;
}
.footer {
    padding: 3rem 0px 0rem;
    
}
.footer .container {
    padding: 0 35px;
}

.footer p {
     font-size: 15px;
    width: 100%;margin-bottom: 9px;
}
.footer .list-unstyled {
    
    margin: 0;
}
.footer .social-media a {
  margin-bottom: 20px;
}
.footer  h5 {
   font-size: 19px;
    margin-bottom: 14px!important;
}
.copyright {
    text-align: center;
}
.bottomfooter li, .webdesign  {
    font-size: 14px;
    line-height: 20px;
}
.webdesign a {
    font-size: 13px;
}
.testimonial-card .img-wrapper {
   width: 100%;
    margin-right: 0px;
   top: 22px;margin-bottom: 20px
}
.testi-cont {
    float: none;
    width: 100%;
    text-align: center;
}
.testimonial-card i {
    font-size: 1rem;
}
.testimonial-card h4 {
    font-size: 17px;
   
}
.testimonial-card h6 {
    font-size: 13px;
    
}
.blockbtn {
    margin-top: 20px!important;
}

.quote {
    top: 13px;
     width: 15%;
    left: 0;
}
.homecta p {
   font-size: 16px;
}
.topheader {
   display: none;
}
.homeslider .btn-primary {
    margin-bottom: 20px;
}
.homeabout .title {
   float: left;
    font-size: 15px;margin-top: -6px;
}
.count-text {
    font-size: 40px;
   
}
}


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

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

.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: 700;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;
}

.userlogin .container {
    width: 45%;
}
.loginstart .bi {
 
    color: #6ec969;
}
.login {
    padding: 50px 50px 40px;
}
#remember_me {
    margin: 0px 3px 0 0px;
    position: relative;
    top: 1px;
}

.bottombtn .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;
}

.bottombtn .btn.btn-primary {
    border-radius: 0px;
    padding: 13px 50px;
    background-size: 300%;
    font-weight: 600;
    line-height: 2;
    border: 0;
    color: #222;
    font-size: 18px;
    overflow: hidden;
    position: relative;
    background: transparent;
    border:1px solid #602051;
}

.bottombtn .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: 15px;
    text-transform: capitalize;
    color: #666;
    font-weight: 400;margin-bottom: 0;line-height: 23px;
}
.loginstart p {
    font-size: 16px;
    color: #666;margin: 0;
}
 
  ::placeholder {
    color: #444!important;
}
 .loginstart label {
    color: #222;
    font-weight: 600;
    font-size: 13px;
    padding: 0;
    display: none;
}
.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: #198754;
    border-color: #198754;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
   
}
.loginstart .btn-primary:hover {
    color: #fff;
    background-color: #4ea17a;
    border-color: #4ea17a;
}
.loginstart  .btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
    font-size: 14px;
    border-radius: 0;
}
.loginstart  .btn-outline-secondary:hover {
    color: #fff;
   
}
.userlogin {
    background: url(../userassets/contactimg.png);
    padding: 30px;
    background-size: cover;
}


.loginbtn .btn-primary:hover {
    color: #fff;
    background-color: #4ea17a;
    border-color: #4ea17a;
}

.btn.btn-btn-primary {
    background-color: #5966EC;
    border: none;
    transition: background-color 0.3s ease;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 40px;
    transition: all 0.4s ease-in-out;
    letter-spacing: 0;
    border-radius: 7px;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(to right, #814ac9, #4453ef, #814ac9);
    background-size: 200% auto;
    color: #fff;
}

/*-------------------------------form-alart-----------------------------*/
.form-top.alert.alert-danger {
   background: transparent;
    border: 0;
    text-align: center;
    margin-bottom: 0;
    color: #ef0d23;
    padding: 0px;
    margin-top: 10px;
    text-transform: capitalize;
    
}
.form-top .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;
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #ff0018;
    box-shadow: 0 0 0 0.25rem rgb(241 71 87 / 25%);
}

.form-control, .form-select  {
 
    font-size: 15px;
    line-height: 2.5;
    border-color: #f3f6f9;
    color: #555;
    border: 3px solid #ebebeb;
    box-shadow: none;
    border-radius: 0.25em;
    background: transparent;
    transition: all .2s linear;
    height: 55px;
}
.form-floating>label {
    font-size: 15px;
    color: #777;
    font-weight: 500;
}
.alert-success {
    position: relative;
    padding: 0.5rem 0.5rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    margin-top: 12px;
    width: 60%;
    text-align: center;
}
/*-------------------------------form-alart-----------------------------*/

/*-------------------------------singleblog-----------------------------*/
.singleblog {
    float: left;
    width: 100%;
   padding: 50px 20px 60px;
  background: #fff;
     background-attachment: fixed;
     background-size: cover;
}
.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: 16px;
    font-weight: 500;
    border-bottom: 0px solid #ddd;
    
}
.row.gallery-blog-img img {
    border-radius: 13px;
    height: 250px;margin-bottom: 20px;width: 100%;
}

.sidebar-blog .card h3 {
     border-bottom: 1px solid #ddd;
    
}
.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;
   
    
}
.singleblog .single-blog-img img {
    width: 100%;
   margin: 10px 0 25px;
    border-radius: 20px;
   height: 650px;
   width: 100%;
}
.singleblog  dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0rem;
    padding: 0 0px 0 0px;
}
.singleblog ul {
    background: #f0f2f8;
    padding: 30px 30px 35px!important;
    border-radius: 10px;
    margin-top: 25px;
    margin-bottom: 30px;
    border: 2px solid #7284bd0f;
}
/*.singleblog li:before {
   content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 15px;
    font-weight: 700;
    left: 0px;
    top: 2px;
    padding-right: 12px;
    color: #847f9e;
    position: relative;
}*/

.singleblog li {
    background: url(../userassets/check-circle.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    position: relative;
    background-position: 0px 6px;
    padding-left: 31px;
}
.singleblog .card-title a {
  font-size: 36px;
    line-height: 45px;
    color: #222;
    text-decoration: none;
    font-weight: 800;
    text-transform: capitalize;
}
.singleblog .card-title a:hover {
   color: #4752ED;
  box-shadow: none;text-decoration: none;
}
.singleblog p {
  font-size: 17px;
    color: #666;
    text-align: left;
    line-height: 30px;
    margin: 0 0 15px;
}
.singleblog li {
  font-size: 16px;
    color: #222;
    text-align: left;
    line-height: 28px;
    list-style: none;
    font-weight: 600;
    display: flex;
    margin-bottom: 8px;
}
.social-note a {
    color: #222;
    font-weight: 600;
}
.singleblog .text-link {
    color: #222;
    font-weight: 700;
}
.blog-info .cate {
    font-weight: 400;
}
.blog-info a:hover {
    color: #4752ED;
    text-decoration: underline;
}

.blog-info span {
    font-size: 15px;
    margin: 0px 5px;
    color: #888;
}
.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 {
   margin-top: 10px;
}
.sliderbanner img {
   border-radius: 20px;border-radius: 20px;
    width: 100%;
    height: 323px;
}
blockquote {
  float: left;
    width: 100%;
    color: #363636;
    border-bottom: 4px solid #5F3C66;
    line-height: 25px;
    background: linear-gradient(to right, rgb(239 245 255), rgb(255 255 255 / 95%));
    padding: 20px 30px;
    border-radius: 70px;
    font-size: 18px;
    border: 1px solid #3d62c957;
    display: block;
    text-align: center;
    margin: 10px auto;
    position: relative;
}
blockquote p {
    font-size: 16px!important;
    margin: 0;
    font-weight: 500;
    text-align: left!important;
    line-height: 30px;
    margin: 0 27px!important;
    color: #444!important;
}
.blockquote>:last-child {
    margin-bottom: 20px;
}

.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: #888;
    font-weight: 400;
    font-size: 15px;
}

.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: 60%;
  
}
.singleblog h2 {
  line-height: 30px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 21px;
    margin: 0px 0 5px;
   
}

.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;
}



/*----------------------------------------contact-form-------------------------------------*/
.contactform {
    float: left;
    width: 100%;
    
}
.contactform .login1{
 padding: 40px 50px;
    box-shadow: 0 0 20px #ddd;
    border-radius: 20px;
   background: #fff;
}
.login1 h2 {
  margin: 0;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 5px;
}
.contactform p {
  margin-bottom: 35px;
    color: #666;
    font-size: 13px;
}
.contactform label {
    float: left;
    font-size: 15px;
    color: #666;
}
@media only screen and (max-width: 768px){
.page-contact {
   padding: 30px 40px 60px;
   
}
.contact-detail p {
    font-size: 13px;
    line-height: 23px;
   
}
.contactbtn .btn-success {
    font-size: 16px;
 
}
.logining {
    display: none;
}

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

.contact1 {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}
.contact-detail h5 {
   font-size: 19px;
    margin-bottom: 10px;
}
.loginstart .col {
    flex: none;
    padding: 0px 5px;
}
.contactform {
     margin: 10px 0;
  
}
.userlogin .container {
    width: 100%;
}
.loginstart .btn-primary {
   margin: 0!important;
}
.login .form-group {
    margin-bottom: 10px;
}
.contactform h2 {
 
    font-size: 22px;
}
.contactform p {
    margin-bottom: 35px;
    margin-bottom: 7vw;
    font-size: 12px;
    line-height: 20px;
}
.contactform .login {
    padding: 10px 0px 20px;
    width: 100%;
}
.contact-detail img {
    width: 65px;
    height: 65px;
}
.contact-detail .card {
    height: 270px;
    margin-bottom: 25px;
}
.page-contact {
    padding: 20px 50px 40px;
}
.contactform .login1 {
    margin: 20px 0;
}
.contactform .col-lg-6.col-md-12{
  padding: 0;
}

}
/*----------------------------------------contact-form-------------------------------------*/
/*----------------------------------------page-contact------------------------------------*/


.page-contact {
    float: left;
    width: 100%;
    padding: 70px 20px;
    background: #fff;
}





.card-details {
    width: 100%;
    position: relative
}

.input-group {
    display: flex;
    box-sizing: border-box;
    gap: 10px;
    width: 100%;
    margin-bottom: 20px
}

.input-group .input {
    width: 100%
}

textarea#messege {
    height: 120px!important;
}

.input {
    position: relative;
    margin-bottom: 13px
}

.input span {
    position: absolute;
    top: 0;
    font-size: 14px;
    left: 0;
    transition: all 0.5s
}

.input input:focus~span,
.input input:valid~span {
    position: absolute;
    top: -13px;
    font-size: 11px
}

.card-detalis .input input[type='text']:nth-child(1) {
    position: absolute;
    top: 10px;
    left: 50px
}

.captcha-img {
    width: 25%;
    border-radius: 6px;
}
.captcha button {
    color: #222;
    font-weight: 700;
    text-decoration: none;
}
/*----------------------------------------contact-detail-------------------------------------*/
.contact1 {
   width: 50%;
    float: left;
    margin-bottom: 40px;
}
.contact1 .icon {
    float: left;
    margin-right: 15px;
    background: #5758d6;
    padding: 22px;
    border-radius: 50%;
    border: 1px solid #c7d5e1;
    border: 3px solid #e3e3e3;
    -webkit-box-shadow: 0 0 40px rgb(82 85 90 / 10%);
    box-shadow: 0 0 40px rgb(0 0 0 / 0%);
}

.contact1 .icon  i {
    font-size: 24px;
    color: #fff;
}
.cont-info {
    text-align: left;position: relative;top: 12px;
}
.cont-info h5 {
    font-size: 18px;
    font-weight: 700;
}
.cont-info p {
    color: #666;
    font-size: 15px;
    display: flex;
}
.cont-info .btn.btn-link {
    padding: 0;
    color: #666;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

.contact-detail img {
    background: transparent;
    width: 42px;
    filter: brightness(1) invert(19);
}
.contactform h3 {
   background: linear-gradient(to right, rgb(255 255 255 / 83%), rgb(255 255 255 / 95%));
    display: inline;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 15px;
    border: 1px solid #3d62c945;
    position: relative;
    z-index: 99;
    color: #222;
}
.contactform h3:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background-size: 400% 400%;
    animation: gradientAnimation 2s ease infinite;
    z-index: -1;
    border-radius: 10px;
    background-image: linear-gradient(to right, hsl(245deg 29% 47%) 0%, hsl(244deg 27% 62%) 23%, hsl(244deg 30% 64%) 33%, hsl(244deg 34% 73%) 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;
}

.contactform h2 {
  font-weight: 700;
    font-size: 32px;
    margin-bottom: 5px;
    text-align: left;
    margin-bottom: 40px;margin-top: 30px!important;
}
@media only screen and (max-width: 480px) {
.contactform h2 {
   font-size: 24px;
   margin-top: 24px!important;
}
.contact1 {
    width: 100%;
   
}
.contact1 .icon i {
    font-size: 18px;
   
}
.contact1 .icon {
    padding: 12px 15px;
    
}
.contactform h3 {
   padding: 6px 18px;
    font-size: 14px;
    
}
.cont-info h5 {
    font-size: 20px;
    
}
.captcha-img {
    width: 36%;
    border-radius: 6px;
}
}
/*----------------------------------------contact-detail-------------------------------------*/



/*-------------------------------------------------states------------------------------------------*/

.cms h2 {
    position: relative;
    margin-bottom: 1rem;
    color: #222;
    font-weight: 700;
    font-size: 40px;
    text-transform: capitalize;margin-top: 20px;
}
.page-inside ul {
      background: #f0f2f8;
    padding: 30px 30px 15px!important;
    border-radius: 10px;
    margin-top: 25px;
    margin-bottom: 30px;border: 2px solid #7284bd0f;

}
.page-inside  h2 {
    position: relative;
    margin-bottom: 1rem;
    color: #222;
    font-weight: 700;
    font-size: 40px;
    text-transform: capitalize;
    margin-top: 20px;
}

.about-service {
    padding: 0;
}

.page-inside p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #666;
    line-height: 31px;
    font-size: 16px;padding-right: 15px;
    
}
.page-inside {
    padding: 40px 20px 70px;
}
.page-inside  .commontext {
    padding-right: 30px;
}
.page-inside li {
    width: 100%!important;
     font-size: 15px!important;
    line-height: 25px!important;
    font-weight: 600;
    color: #1c1c1c;display: flex;
    padding: 10px 0;
float: none!important;margin: 0;background: none;
} 
.page-inside li:not(:last-child) {
   border-bottom: 1px solid #ddd;
    
} 
.page-inside li a {
    width: 100%!important;
    font-size: 15px!important;
    line-height: 25px!important;
    font-weight: 600;
    color: #1c1c1c;
    display: flex;
    padding-bottom: 6px;
    padding-left: 0;
    float: none!important;
    text-decoration: none;
}
.page-inside li a:hover{
  color: #3f5adb;  
}
.page-inside li a:hover:before{
  color: #3f5adb;  
}
.page-inside li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 15px;
    font-weight: 700;
    left: 0px;
    top: 0px;
    padding-right: 15px;
    color: #847f9e;
}
.page-inside h5 {
   background: linear-gradient(to right, rgb(255 255 255 / 83%), rgb(255 255 255 / 95%));
    display: initial;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 15px;
    border: 1px solid #3d62c945;position: relative;z-index: 99;color: #222;
}
.page-inside h5:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background-size: 400% 400%;
    animation: gradientAnimation 2s ease infinite;
    z-index: -1;
    border-radius: 10px;
    background-image: linear-gradient(to right, hsl(245deg 29% 47%) 0%, hsl(244deg 27% 62%) 23%, hsl(244deg 30% 64%) 33%, hsl(244deg 34% 73%) 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;
}
.page-inside  h4 {
    font-weight: 600;
    font-size: 20px;
    color: #3f5adb;
}

.page-inside .aboutimg {
    float: left;
    margin-right: 35px;
    width: 48%;margin-bottom: 20px;
}

.page-inside .image-container img {
    border-radius: 20px 20px 20px 20px;
    width: 100%;
    float: left;height: 350px;
}
.states h4 {
    font-size: 33px;
    
    color: #3f5adb;
}


.states .subtitle {
    margin: 0px auto;
     color: #fd853a;
    text-align: center;
    font-size: 20px;
  position: relative;margin-bottom: 10px;
}

.states .card-body {
    padding: 30px 30px 35px;
   border: 2px solid #7284bd26;
    border-radius: 10px;transition: transform 0.3s ease, box-shadow 0.3s;cursor: pointer;height: 230px;
}
.states .card-body:hover {
   transform: translateY(-10px);
    box-shadow: 0 10px 25px rgb(0 0 0 / 10%);
}


.states .blocktitle {
    font-weight: 700;
    color: #fff;
   
}


.states .card {
 
    overflow: hidden;
    padding: 20px 25px;
    background:#fff;
    background-size: cover;
    background-repeat: no-repeat;

}


.states .card a {
   text-decoration: none;
    color: #333;
    font-weight: 600;
    overflow: hidden;
    border-radius: 0px;
    overflow: hidden;
}
.states p {
    margin: 10px 0 0;
    font-size: 15px;
    line-height: 25px;
    text-align: left;
}
.states .solution-title {
    font-weight: 600;
    text-transform: capitalize;
    color: #020202;
    line-height: 20px;
    font-size: 20px;
    margin: 0;
}
.quote1 {
    line-height: 25px;
    background: linear-gradient(to right, rgb(239 245 255), rgb(255 255 255 / 95%));
    padding: 20px 30px;
    border-radius: 70px;
    font-size: 18px;
    border: 1px solid #3d62c957;
    display: block;
    text-align: center;
    width: 80%;
    margin: 20px auto;position: relative;
}
.quote1:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    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;
}
.states .card-body:not(:last-child) {
    border-right: 1px solid #ddd;
}
.states .col-lg-3 .col-md-6 .mb-0:not(:last-child) {
               border-right: 1px solid #ddd;
        }

.solution-icon {
      width: 55%;
    transition: all .3s ease;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    padding: 0px 0;
    margin-bottom: 15px;
    
}


.faq-section {
    background: #f1f3f9;
    padding: 80px 50px;
    border-radius: 20px;position: relative;border: 2px solid #7284bd0f;
}

.chat-icon img {
    width: 150px;
}
.chat-icon {
    right: 61px;
    top: 30px;
}
.accordion-button {
   background-color: transparent;
   padding: 1rem 0.25rem;
}
.faq-page h5 {
    background: linear-gradient(to right, rgb(255 255 255 / 83%), rgb(255 255 255 / 95%));
    display: initial;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 15px;
    border: 1px solid #3d62c945;
    position: relative;
    z-index: 99;
    color: #222;
}
.faq-page h5:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background-size: 400% 400%;
    animation: gradientAnimation 2s ease infinite;
    z-index: -1;
    border-radius: 10px;
    background-image: linear-gradient(to right, hsl(245deg 29% 47%) 0%, hsl(244deg 27% 62%) 23%, hsl(244deg 30% 64%) 33%, hsl(244deg 34% 73%) 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;
}

.faq-page h2 {
    position: relative;
    margin-bottom: 4rem;
    color: #222;
    font-weight: 700;
    font-size: 40px;
    text-transform: capitalize;
    margin-top: 20px;
}
.faq-section.faq-page {
    border: 0!important;
    background: #fff;border-radius: 0!important
}
.accordion-button:not(.collapsed), .accordion-button {
    color: #111;
    background-color: transparent;
    box-shadow: none;
    
    font-weight: 600;
    font-size: 18px;
}
h2.accordion-header {
    margin: 0 0 5px;
}
.accordion-item {
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.accordion-body {
    padding: 0rem 0.25rem 1.7rem;color: #666;line-height: 28px;
}

.accordion-button:not(.collapsed)::after {
   
    transform: rotate(-180deg);
   color: #666;
    font-family: 'feather';
    background-image: none;
    content: "\e897";
}
.accordion-button::after {
    
    transform: rotate(-180deg);
    content: "\e8b1";
    font-family: 'feather';
    background-image: none;
  color: #666;
}

/*..........................leadership.....................*/
.leadership-start {
    float: left;
    width: 100%;
   padding:  70px 0;
}


.leadership-start .row.g-4 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
   
    padding: 0;
}
.leadership p {
    text-align: center;
    font-size: 13px;
    color: #444;
    margin: 0 0 0px;
    line-height: 22px;
}
.leadership .card-des a {
   text-transform: capitalize;
    text-align: center;
    display: block;
    font-size: 16px;
    color: #3f5adb;
    text-decoration: none;
    font-weight: 600;
}
.leadership .card-des  span {
   font-size: 11px;color: #666;
}
.leadership .card-des .title {
    line-height: 1.1;text-align: center;
}

.leadership img {
    border-radius: 15px 15px 0 0;
    box-shadow: 0 0 20px #ddd;
    width: 100%;
    transition: all .6s ease!important;
}
.leadership .card-img:hover img {
    transform: scale(1.25);
     transition: all .6s ease!important;
}
.leadership .card {
   box-shadow: 0 0 20px #0c0c0c2e;
    border-radius: 15px;
   
}
.leadership .card .card-body:hover .card-title a {
    color: #8162BC;
    text-decoration: underline;
}
.leadership .card  .card-img {
    overflow: hidden;
    border-radius: 15px 15px;
}

.leader-title{
    text-align: center;
}
.leadership .card-body {
    background: white;
    position: relative;
    bottom: -180px;
    background-color: rgb(255 255 255 / 82%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 10px 20px 10px;
    border-radius: 6px;
}
/*testimonial-start*/

.testimonial-start {
    float: left;
    width: 100%;
    padding: 50px 0 60px;background: #f1f3f9;border-radius: 20px;border: 2px solid #7284bd0f;
}

.testimonial-card1 i {
    font-size: 18px;
    color: #f5b21b;
    margin-bottom: 1rem;
}

.testimonial-start  .testimonial-card1 {
    margin: 0 auto;
    max-width: 90%;
    padding: 1rem 1.5rem 1.5rem;
    background-color: #fff;
    border: none;
    border-radius: 100px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 5%);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flow-root;height: 150px;
}

.testimonial-card1 .img-wrapper {
    float: left;
    width: 14%;
    margin-right: 0px;
    position: relative;
    top: 0px;
}

.testimonial-card1 h6 {
    font-size: 14px;
    color: #999;
    font-weight: 400;
    line-height: 20px;min-height: 41px;
}
.testimonial-card1 .testi-cont {
    float: left;
    width: 80%;
    text-align: left;line-height: 0;position: relative;
    top: 5px;
}
.customer-content {
    border-right: 1px solid #eee;padding-right: 30px;
}
.customer-name {
    width: 85%;
}
.testimonial-card1 img {
    width: 110px!important;
    border-radius: 50%;
    border: 3px solid #bcb9b952;
    -webkit-box-shadow: 0 0 40px rgb(82 85 90 / 10%);
    box-shadow: 0 0 40px rgb(0 0 0 / 0%);
    padding: 3px;
}
.testimonial-card1 h4 {
    font-weight: 600;
    font-size: 18px;
    color: #3f5adb;
}
.testimonial-card1 p {
    margin-bottom: 0rem;
    margin-top: 0;
   color: #666;
    line-height: 26px;
    font-size: 15px;
    padding-right: 15px;
}
.testimonial-card1 .review-star-icon {
    margin-bottom: 0px;
}

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

.testimonial-start .testimonial-card1 {
    
    max-width: 100%;
    
}

.userlogin .container {
    width: 70%;
}
.testimonial-card1 img {
    width: 96px!important;
    
}
.customer-name {
    width: 72%;
}
.page-inside p {
   
    font-size: 16px;
}
.cms h2 {
     font-size: 30px;
   
}
.page-inside {
    padding: 20px 20px!important;
}

.sliderbanner .page-inside {
    padding: 0px 0px!important;
}
.singleblog .card-title {
   width: 100%;
}

.leadership .card-body {
     bottom: -110px;
    
}
.header-content {
    height: 160px;
   margin-top: 65px;
}
.header-title {
    margin: 0px 30px;
   
}
.header-title h2{
    font-size: 24px;
}
.page-inside li {
   
    font-size: 17px!important;
    line-height: 30px!important;
    
}
.row.gallery-blog-img img {
   height: 200px;
   
}

}
@media only screen and (max-width: 768px) {
.testimonial-card1 .testi-cont {
    float: none;
    width: 100%;
    text-align: center;
    display: block!important;
}
.testimonial-start .testimonial-card1 {
    margin: 0 auto;
    max-width: 100%;
    padding: 2.5rem 2.5rem 3.5rem;
     border-radius: 20px;
    display: inline-block;
    height: auto;
}
.singleblog .card-title {
   width: 100%;
}
.customer-content {
    border-right: 0px solid #eee;
    padding-right: 0;
}
.customer-name {
    width: 100%;
}
.testimonial-card1 h6 {
  
    min-height: auto;
}

.singleblog .single-blog-img img {
   height: auto;
  
}
.testimonial-card1 .img-wrapper {
    float: none;
    width: 14%;
    margin-right: 0px;
     margin: 0 auto 5px;
}
.testimonial-card1 p {
    margin-bottom: 1rem;
}
.states .card-body {
    margin-bottom: 20px;
}
.quote1 {
    font-size: 17px;
    width: 96%;
   margin: 20px auto 35px;
}
.page-inside ul {
    
    margin-bottom: 15px;
}
.states h4 {
    font-size: 28px;
    color: #3f5adb;
}
.faq-section {
  
    padding: 60px 30px;
    
}
.page-inside {
    padding: 20px 20px 60px!important;
}
.chat-icon {
    right: 30px;
    top: 11px;
}
.leadership .card-body {
    bottom: -205px;
}
.page-contact {
  
    padding: 50px 30px;
    background: #fff;
}
.event-manage {
     margin-bottom: 10px;
   
}
.page-inside .image-container img {
  
    height: 265px;
}
.cms h2 {
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 38px;
}
.testimonial-inner {
    display: block;
}
}


@media only screen and (max-width: 480px){
.header-content {
    height: 100px;margin-top: 76px;
}
.singleblog {
     padding: 30px 20px 60px;
   
}
.loginstart p {
    font-size: 14px;
   
}
.states .card-body {
   
    height: auto;
}
.sliderbanner {
   
    padding: 0!important;
}
.leadership-start .container {
    padding: 0 18px;
}
.userlogin .container {
    width: 100%;
}
.page-inside .image-container img {
  
    height: auto;
}
.login {
    padding: 40px 24px 30px;
}
.loginstart form {
    margin: 0px 0 0px;
}
.loginlogo img {
    width: 55%;
    
}
.loginstart h3 {
    font-size: 20px;
   
}

.page-inside {
    padding: 40px 25px 60px!important;
}
.page-inside .commontext {
    padding-right: 0px;
}

.singleblog .card-title a {
    font-size: 24px;
    line-height: 36px;
   
}
.singleblog .single-blog-img img {
     height: auto;
   
}
.singleblog {
   padding: 30px 30px 50px;
   
}
iframe {

    height: auto;
}
.blog-block {
    padding: 0;
}
.page-inside .aboutimg {
   width: 100%;
  
}
.cms h2 {
    line-height: 30px;
    font-size: 24px;
}
.header-title {
    margin: -20px 0px;
}
.header-title h2 {
    font-size: 20px;
}
.page-inside ul {
  
    margin-top: 15px;
}

.page-inside p {
    font-size: 16px;
    padding-right: 0;padding-top: 10px;
}
.page-inside li {
   font-size: 15px!important;
    line-height: 26px!important;
    font-weight: 500;
}
.quote1 {
    font-size: 15px;
    padding: 15px 21px;
}
.faq-section .container {
    padding: 0 0px;
}
.chat-icon img {
    width: 65px;
}
.faq-section {
    padding: 50px 30px;margin-top: 20px;
}
.faq-section h5 {
    padding: 7px 20px;
  font-size: 14px;
    
}
.faq-section.faq-page {
    margin: 0;
}

.leader-title h5 {
    margin-bottom: 10px;
    padding: 5px 20px;
    font-size: 13px;
}
.faq-section h2 {
    line-height: 28px!important;
    font-size: 22px!important;
    margin-bottom: 5px!important;
}
.accordion-button:not(.collapsed), .accordion-button {
    font-size: 16px;
    line-height: 27px;padding-bottom: 5px;
}
.accordion-body {
    font-weight: 400;
    padding: 0rem 0.25rem 1.2rem;
    font-size: 16px;line-height: 28px;
}
.accordion-button:not(.collapsed)::after {
     position: relative;
    right: -12px;
    top: -8px;
}
.accordion-button::after {
    position: relative;
    right: -12px;
    top: -8px;
}
.states h4 {
    font-size: 24px;
    color: #3f5adb;
}
.leadership {
   padding: 0 10px;
}
.leadership .card-des .title {
    line-height: 1.2;
  float: none!important;
}
.leadership .card-body {
    padding: 13px 20px 10px;
   
}
.testimonial-start {
   padding: 36px 0 0px;
    
}
.testimonial-start .container {
    padding: 0;
}
.testimonial-start .testimonial-card1 {
    background: transparent;padding: 0rem 2.5rem 3.5rem;
}
.testimonial-card1 .img-wrapper {
   width: 33%;
    
}
.testimonial-card1 p {
    font-size: 15px;
    line-height: 25px;
}
.testimonial-card1 h6 {
    font-size: 12px;
    
}
.testimonial-card1 i {
    font-size: 15px;
   
}
.testimonial-start h5 {
    padding: 5px 20px;
    font-size: 14px;
    line-height: 1.3;
}
.leadership-start .row.g-4 {
    
    margin-top: 20px!important;
}
.page-inside h2, .testimonial-page h2 {
    font-size: 26px;
   
}
.faq-page .main-title {
    margin-bottom: 27px!important;
}

}


.testimonial-page {
    float: left;
    width: 100%;
    padding: 50px 0 60px;background: #f1f3f9;border-radius: 20px;border: 2px solid #7284bd0f;
}

.testimonial-page .testimonial-card1 i {
    font-size: 18px;
    color: #f5b21b;
    margin-bottom: 1rem;
}

.testimonial-page .testimonial-item {
   margin: 0 auto;
    max-width: 90%;
    padding: 2.5rem 2rem 2rem;
    background-color: #fff;
    border: none;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 5%);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flow-root;
    height: 430px;width: 47%;
}
.testimonial-inner{
    display: flex;
}
.testimonial-page .testimonial-card1 .img-wrapper {
    float: none!important;
    width: auto!important;
    margin-right: 0px;
    position: relative;
    top: 0px;margin: 0 auto 10px;
}

.testimonial-page .testimonial-card1 h6 {
    font-size: 14px;
    color: #999;
    font-weight: 400;
    line-height: 20px;min-height: auto;
}
.testimonial-page .testimonial-card1 .testi-cont {
   float: none;
    width: 100%;
    line-height: 0;
    position: relative;
    top: 5px;
}

.testimonial-page .customer-name {
    width: 100%;
}
.testimonial-page .testimonial-card1 img {
    width: 110px;
    border-radius: 50%;
    border: 3px solid #bcb9b952;
    -webkit-box-shadow: 0 0 40px rgb(82 85 90 / 10%);
    box-shadow: 0 0 40px rgb(0 0 0 / 0%);
    padding: 3px 3px;margin: auto;
}
.testimonial-page .testimonial-card1 h4 {
    font-weight: 600;
    font-size: 18px;
    color: #3f5adb;
}
.testimonial-page .testimonial-card1 p {
       margin-bottom: 1rem;
    margin-top: 0;
    color: #666;
    line-height: 26px;
    font-size: 15px;
    padding-right: 0;

}
.testimonial-page .testimonial-card1 .review-star-icon {
    margin-bottom: 12px;
}
.testimonial-page  h5 {
    background: linear-gradient(to right, rgb(255 255 255 / 83%), rgb(255 255 255 / 95%));
    display: initial;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 15px;
    border: 1px solid #3d62c945;
    position: relative;
    z-index: 99;
    color: #222;
}

.testimonial-page h5:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background-size: 400% 400%;
    animation: gradientAnimation 2s ease infinite;
    z-index: -1;
    border-radius: 10px;
    background-image: linear-gradient(to right, hsl(245deg 29% 47%) 0%, hsl(244deg 27% 62%) 23%, hsl(244deg 30% 64%) 33%, hsl(244deg 34% 73%) 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;
}
.testimonial-page  h2 {
    position: relative;
    margin-bottom: 4rem;
    color: #222;
    font-weight: 700;
    font-size: 40px;
    text-transform: capitalize;
    margin-top: 20px;
}

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

.testimonial-page .testimonial-card1 {
    
    max-width: 100%;
    
}


.testimonial-page .testimonial-card1 img {
    width: 96px!important;
    
}
.testimonial-page .customer-name {
    width: 100%;
}
.testimonial-page .testimonial-item {
    height: auto;
  
}
}

@media only screen and (max-width: 768px) {
.testimonial-page .testimonial-card1 .testi-cont {
    float: none;
    width: 100%;
    text-align: center;
    display: block!important;
}
.testimonial-page .testimonial-card1 {
    margin: 0 auto;
    max-width: 100%;
    padding: 0rem 2.5rem 1.5rem;
     border-radius: 20px;
    display: inline-block;
    height: auto;
}
.testimonial-inner {
    display: block;
}
.testimonial-page .testimonial-item {
    width: 100%;margin-bottom: 25px;
}

.testimonial-page .customer-content {
    border-right: 0px solid #eee;
    padding-right: 0;
}
.testimonial-page .customer-name {
    width: 100%;
}
.testimonial-page .testimonial-card1 h6 {
  
    min-height: auto;
}
.testimonial-page .testimonial-card1 .img-wrapper {
    float: none;
    width: 14%;
    margin-right: 0px;
     margin: 0 auto 5px;
}
.testimonial-page .testimonial-card1 p {
    margin-bottom: 1rem;
}
.faq-page .chat-icon img {
    display: none;
}

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

 .testimonial-page h2 {
    font-size: 26px;
}
.testimonial-page .testimonial-card1 {
    padding: 0rem 0.5rem 0rem;
    
}
}
/*------------------------------socialshare--------------------------------*/
 .shareurl img {
    width: 70%;
}

.shareurl .btn-danger {
    color: #0e0e0e;
    background-color: transparent;
    border-color: transparent;
    padding: 0;
}
.shareurl .btn-danger:hover {
    color: #0e0e0e;
    background-color: transparent;
    border-color: transparent;
}


.socialshare .modal-header {
   display: block;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem 0.5rem;
    border-bottom: 0px solid #dee2e6;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
   background-image: linear-gradient(to right, #814ac9, #4453ef, #814ac9);
    
}
.socialshare .modal-body {
   border-radius: 0 0 10px 10px;
    padding: 15px 0 6px;
}
.socialshare .modal-content {
 border: 0px solid rgb(255 255 255 / 0%);
    border-radius: 10px;
    margin:auto;
    
}
.socialshare .modal-title {
   text-align: center;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
}
.socialshare .btn-close {
    width: 10px;
    height: 10px;
    border: 0;
    opacity: .8;
    position: absolute;
    top: 15px;
    z-index: 999;
    right: 18px;
    background: url(../userassets/close.png)center/1em auto no-repeat!important;
    background-repeat: no-repeat;
}
.social-icon .bi.bi-facebook {
    color: #3b5998;
}
.social-icon .bi.bi-twitter-x {
    color: #111;
}
.social-icon .bi.bi-pinterest {
    color: #DF0022;
}
.social-icon .bi.bi-linkedin {
    color: #065CBA;
}
.social-icon .bi.bi-whatsapp {
    color: #00BB04;
}
.social-icon  .bi.bi-send {
    color: #e73232;
}
.social-icon .bi.bi-instagram {
    background: -webkit-linear-gradient(45deg, #3d009f, #e91e63 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.social-icon a {
    text-decoration: none;
    font-size: 22px;
}
.social-icon {
    text-align: center;
    position: relative;
    top: -5px;
}

@media screen and (min-width: 1500px) and (max-width: 3500px) {
.homeslider .carousel-caption {
    width: 42%!important;
    
}
.hero-text h1 {
    font-size: 4rem;
  
}

.testimonial-start  .testimonial-card1 {
  height: 160px;
}
.userlogin .container {
    width: 35%;
}

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

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: center;
    margin: 30px 0;
}
.page-item.active  {
    z-index: 3;
    background-color:#3f5adb;
    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----------------------------*/


@keyframes gradientAnimation {
            0% {
                background-position: 0% 0%;
            }
            50% {
                background-position: 100% 100%;
            }
            100% {
                background-position: 0% 0%;
            }
        }
#myBtn {
   
    display: none;
    position: fixed;
    bottom: 51px;
    right: 30px;
    z-index: 99999;
    font-size: 22px;
    border: none;
    outline: none;
    background-color: #4752ED;
    color: white;
    cursor: pointer;
    padding: 12px 18px 12px;
    border-radius: 50%;
    line-height: 1.5;
    border: 3px solid #5f68ed;
    line-height: 1.8;
}
