 
body {
    margin: 0 !important;
}

.grid-wrapper-center>div img {
    max-height: 40px;
}
.grid-wrapper-center>div {
    width: 17.5%;
    display: flex;
    justify-content: center;
}
.newsletter-wrapper input {
    border-radius: 4px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    height: 38px;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 14px;
    font-family: Inter, sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    min-height: 52px;
}
.btn-wrap-newsltr input {
    border: 0px solid var(--slate-blue);
    background-color: var(--pink);
    color: var(--white-smoke);
    text-align: center;
    border-radius: 10px;
    flex: none;
    padding: 15px 30px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition: all .3s ease-in-out;
    box-shadow: 0 24px 55px -19px rgba(89, 86, 233, .4);
    background-color: #e03e80;
    border-radius: 4px;
    width: 100%;
    display: block;
    color: #fff;
}
.btn-wrap-newsltr p,.newsletter-wrapper p { 
  margin: 0;
}
.btn-wrap-newsltr span.wpcf7-spinner {
    display: none;
}
.p-mrg-0 p{
  margin: 0;
}
.service-item {
    background-color: #eeeefd;
    border-radius: 10px;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
    text-decoration: none;
    transition: transform .3s ease-in-out;
    display: flex;
    max-width: 48%; 
}
.services-widget {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
  .service-top-title {
    color: #5956e9;
            margin-bottom: 10px;
        font-family: Montserrat, sans-serif;
        font-size: 27px;
        font-weight: 700;
        line-height: 1.2em;
}
.service-btn {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border: 1px solid var(--white);
    text-align: center;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    padding: 21px 33px;
    text-decoration: none;
    display: inline-flex;
    background: #fff;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
}
.service-btn{
  margin-top: 40px;
}
.service-title {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: #2e374f;
}
.container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}

 /* the slides */
 .slider-logo .slick-slide {
      margin: 0 35px;
  }

  /* the parent */
 .slider-logo .slick-list {
      margin: 0 -35px;
  }

    .slider-logo .e-con-inner  {
    display: block;
}  
.slider-logo,.slider-logo .e-con-inner{
	position:relative;
}
.slider-logo:after {
    content: "";
 
    position: absolute; 
    right: -2px;
    height: 100%;
    width: 120px;
     background: linear-gradient(269deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0) 100%);
}


.slider-logo:before {
    content: "";
    position: absolute;
    left: -2px;
    height: 100%;
    width: 120px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0) 100%);
   
    z-index: 9;
}
.slider-logo .e-con-inner { 
    pointer-events: none;
}
.slider-logo img {
    max-height: 85px;
    object-fit: contain;
}
.slider-logo .slick-initialized .slick-slide {
    display: block;
    max-width: 180px;
}
.slider-logo >div {
    overflow: hidden;
}
.posts-widget {
    display: flex;
}
.last-three-posts .post-item {
    display: flex;
}
.last-three-posts .post-item .post-content {
    width: 60%;
}

.last-three-posts .post-item .post-image {
    width: 40%;
    padding-right: 30px;
}
.last-three-posts .post-item .post-image img {
    width: 100%;
    aspect-ratio: 16 / 14;
    object-fit: cover;
    border-radius: 8px;
}
.first-post {
    width: 60%;
    padding-right: 40px;
}
.last-three-posts{
    width: 40%;
}
.post-image img {
    aspect-ratio: 16 / 12;
    object-fit: cover;
    border-radius: 10px;
}
.posts-widget .post-title {
    color: #2e374f;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 600;
}
.service-btn:hover {
    background: transparent;
    border: 1px solid #5956e9;
}
.service-btn { 
    transition: 0.3s;
    border: 1px solid transparent;
    color: #5956e9;
}
.last-three-posts .post-title { 
    margin-top: 0;
}
.last-three-posts {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.posts-widget .post-item:hover .post-content .post-title{
    color: rgb(89 86 233);
}
.banner-blog-wrapper {
    background: #eeeefd;
    text-align: center;
    min-height: 262px;
    display: flex;
    justify-content: center;
    align-items: center;
	position:relative;
}

.banner-blog-wrapper h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2em;
    color: #2e374f;
    text-transform: capitalize;
}
.row{
    display: flex;
    flex-wrap: wrap;
}
.post-wrapper {
    width: 33%;
}
.post-wrapper img {
    width: 100%;
}








.pagination {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0;
}

.pagination li {
    margin: 0 5px;
}

.pagination a, .pagination span {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #ff007a; /* Match the pink color */
    color: #ffffff;
    text-decoration: none;
}

.pagination .current {
    background-color: #ff007a; /* Same pink color for the active page */
    color: #ffffff;
}

.pagination a:hover {
    background-color: #ff4081; /* Slightly lighter pink for hover */
}
.default-page-wrapper .post-inner-wrap img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 12;
    object-fit: cover;
    border-radius: 10px;
}
.blog-box {
    width: 33%;
}
.post-inner-wrap {
    padding: 20px;
}

h3 {
    color: #2e374f;
    font-size: 24px;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
}
.post-inner-wrap {
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.blog-a{
    text-decoration: none;
}
.custom-pagination {
    text-align: center;
    width: 100%;
    padding: 50px 0 0;
}
.next-button,.prev-button {
    background: #e03e80;
    display: inline-flex;
    justify-content: center;
    padding: 17px 38px;
    border-radius: 7px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    transition: all .3s ease-in-out;
    box-shadow: 0 24px 55px -19px rgba(89, 86, 233, .4);
    cursor: pointer;
    margin-left: 50px;
}
.default-page-wrapper .row {
    padding: 150px 0;
}
.pagination-info {
    color: #6F737A;
    font-family: Inter, sans-serif;
}
.next-button:hover,.prev-button:hover {
    background: #5956e9;
}
.prev-button {
    margin: 0;
    margin-right: 50px;
}
.post-single-wrap p {
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 24px;
}
.post-single-wrap h3,.post-single-wrap h2 {
    font-family: Montserrat, sans-serif;
    font-size: 45px;
    line-height: 54px;
    color: #2E374F;
}
.single-page-banner  {
    background: #2E374F;
    padding: 80px 0 0;
    margin-bottom: 350px;
}
.single-banner-image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 24px 55px -19px rgba(89, 86, 233, .4);
}
.single-title h1 {
    font-size: 60px;
    line-height: 72px;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    text-align: center;
}
.single-banner-image img {
    margin-bottom: -253px;
}
.post-container{
    max-width: 700px;
    margin: 0 auto;
}
.pre-head p img {
    display: flex;
    width: auto;
    max-width: 20px;
    height: 18px !important;
}
.pre-head p {
    display: flex;

    gap: 3px;
}
.pre-head-center p{
    justify-content: center;
}

.contact-form-div-wrapper label {
    color: #6f737a;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5em;
    
}
.contact-form-div-wrapper textarea{
    min-height: 212px;
}
.contact-form-div-wrapper label input, textarea {
    border: 1px solid #eeeefd;
    background-color: #eeeefd;
    color: #040404;
    border-radius: 10px;
    height: 56px;
    margin-bottom: 10px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.6em;
    transition: border-color .3s ease-in-out;
    width: 100%;

    margin-top: 5px;;
}
.contact-form-div-wrapper  .btn-wrap-newsltr input{
border-radius: 10px !important;
 width: auto;
 cursor: pointer;
}
.contact-form-div-wrapper  .btn-wrap-newsltr input:hover{
background-color:#5956e9 ;
}
.current-menu-item a {
    color: #5956e9 !important;
}
.wd-50{
    width: 50%;
}

.service-right-image img{
    width: 100%;
}
.service-right-image {
    padding: 30px;
    background: #52b893;
    border-radius: 10px;
    overflow: hidden;
}
.service-right-image img {
aspect-ratio: 16 / 11 ;
    border-radius: 10px;
    object-fit: cover;
    height: auto;
}
.d-none{
	display:none;
}
.single-page-banner.service-single-banner {
    margin: 0;
    padding: 80px 0;
}

.btn-pink {
    border: 0px solid #5956e9;
    background-color:#e03e80;
    color:#f4f9f9;
    text-align: center;
    border-radius: 10px;
    flex: none;
    padding: 15px 30px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition: all .3s ease-in-out;
    box-shadow: 0 24px 55px -19px rgba(89, 86, 233, .4);
    margin-top: 20px;
    display: inline-flex;
}
.btn-pink:hover,.btn-wrap-newsltr input:hover {
    background-color:  #5956e9;
}
.bottom-single-section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.left-content-serv {
    padding-right: 40px;
}
 .left-content-serv p {
    color: #6f737a;
}



.post-inner-wrap a .thumb-img {
    overflow: hidden;
    border-radius: 10px;
    transition: 0.5s;
}

.post-inner-wrap a:hover img {
    transform: scale(1.02);
}
.post-inner-wrap a {
    transition: 0.5s;
    display: flex;
    flex-direction: column;
}


.btn-wrap-newsltr input{
    cursor: pointer;
}



.service-btn{
    position: relative;
}

 
    .left-content-serv {
        padding-right: 50px;
        margin-bottom: 20px;
    }
    .post-single-wrap p {
    color: #6f737a;
    font-size: 16px;
}
.post-single-wrap h3 {
    font-size: 35px ;
    margin-bottom: 0;
        line-height: 1.2em;
            font-weight: 700;
}
.post-single-wrap blockquote {
    background-color: #f1f6ff;
    border: 1px solid rgba(89, 86, 233, .5);
    border-radius: 5px;
    margin-bottom: 40px;
    margin: 0;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 1.6em;
}
.post-single-wrap h4 {
    color: #2E374F;
    margin-top: 0;
    margin-bottom: 25px;
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2em;
}
.post-single-wrap ul li {
    color: #6f737a;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
}
.post-single-wrap h5 {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2em;
    color: #2e374f;
}
.post-single-wrap h2 {
    margin-bottom: 0;
}
.post-single-wrap p a:after {
    content: "";
    background: #DF3D80;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -2px;
    transition: 0.3s;
	display: none !important;
}
 
.post-single-wrap   a {
    text-decoration: none;
    position: relative;
    display: inline-block;
    color: #2e374f;
	    border-bottom: 2px solid #DF3D80;
    display: inline;
	transition:0.5s;
}
 
.recent-post-thumbnail img {
    transition: 0.5s;
}
.recent-post-thumbnail {
    overflow: hidden;
    border-radius: 10px;
}
.recent-post-item:hover .recent-post-title {
    color: #5956e9;
}
.recent-post-item:hover .recent-post-thumbnail img {
    transform:scale(1.1)
}
.post-single-wrap   a:hover{
	border-color:#02b792;
}
.post-single-wrap h2 { 
    font-size: 35px;
    line-height: 44px;
    margin-bottom: 25px;
}
.post-single-wrap h3 {
    font-size: 30px;
}
.post-single-wrap img {
    width: 100%;
}
.post-single-wrap {
    margin-bottom: 120px;
}
.recent-post-item img {
    width: 100%;
    height: auto;
}
.recent-posts-wrapper {
    display: flex;
    gap: 40px;
}
.recent-post-thumbnail img {
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    max-height: 260px;
}
.recent-post-item a {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
}
.recent-posts h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2em;
    color: #2e374f;
    text-align: center;
    margin-bottom: 50px;
}
.pre-top-tt {
    color: #5956e9;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}
.pre-top-tt:before {
    content: "";
    background-image: url(../assets/images/smile.png);
    position: absolute;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -18px;
    margin-top: 4px;
}
.recent-posts {
    padding-bottom: 100px;
}
.recent-post-item {
    flex: 1;
}
.post-single-wrap.service-post-single {
    margin: 0;
}
.first-post .post-image img {
    aspect-ratio: 16 / 8 !important;
    width: 100%;
}
.last-three-posts .post-image img {
    width: 100%;
    aspect-ratio: 16 / 10 !important;
}
.service-btn:after {
    content: "";
    background: url(../assets/images/rrow-right.svg);
    position: absolute;
    width: 13px;
    height: 12px;
    right: 10px;
    background-size: contain;
}
.wpcf7-response-output {
    color: #2e374f;
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    border: 1px solid #e03e80 !important;
}
.default-page-wrapper .post-inner-wrap img{
	transition:0.5s;
}
	body, html {
    overflow-x: hidden;
}
.single-title {
    max-width: 1000px;
    margin: 0 auto;
}
.pre_title p img {
    width: 15px;
    height: 15px;
}
.pre_title  {
    display: flex;
    justify-content: center;
    align-items: center;
	    margin: 0; 
    gap: 5px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-family: inter, sans-serif;
    font-weight: 600;
    margin: 0;
}
.banner-icon {
    position: absolute;
    max-width: 50px;
    right: 50px;
    top: 40%;
    transform: translate(-50%, 0);
}
.post-inner-wrap a:hover .b-title h3 {
    color: #5956E9;
}
 .pre_title p {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-family: inter, sans-serif;
    font-weight: 600;
    margin: 0;
}
.post-single-wrap p a:hover:after {
    background: #02b792;
}
.recent-posts .recent-post-thumbnail img {
    height: auto !important;
    aspect-ratio: 16 / 12;
    max-height: max-content;
}
.post-single-wrap h3 { 
    margin-bottom: 20px;
}
.post-single-wrap blockquote { 
    margin: 20px 0;
}
.post-single-wrap ol li {
    font-family: Inter, sans-serif;
    color: #6f737a;
    font-size: 16px;
    margin: 0 0 12px;
}
.post-single-wrap h6 {
    color: #2e374f;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2em;
}
.banner-top-section:after {
    content: "";
    background: #5956e9;
    position: absolute;
    width: 278px;
    height: 100px;
    border-radius: 100%;
    box-shadow: 10px 10px 10px #5956e9;
    filter: blur(48px);
    opacity: 0.3;
    right: 448px;
    z-index: 0;
}
.banner-top-section>div {
	position: relative;
	z-index:2;
}
.single-page-banner.service-single-banner h6 {
    color: #fff;
}
.post-single-wrap.service-post-single .bottom-single-section .btn-wrapper {
    margin-top: 30px;
}

.post-single-wrap.service-post-single .bottom-single-section a {
    color: #fff !important;
}
 .service-item:hover {
    transform: translate(0, 10px);
}
.moving-icon>div{ 
  animation: float 5.3s infinite alternate ease-in-out; 
	opacity:1 !important;
}
@keyframes float {
    0% {transform: translate(0px, 0px) rotate(0deg)}
/*     50% {transform: translate(10px, 20px) rotate(0deg)} */
    100% {transform: translate(5px, -20px) rotate(1deg)}
}
@media(max-width: 767px){
   .service-item {
    max-width: 100%;
}
.service-top-title { 
    font-size: 25px; 
}
.posts-widget {
    display: flex;
    flex-wrap: wrap;
}
.first-post,.last-three-posts .post-item .post-image,.last-three-posts .post-item .post-content {
    width: 100%;
    padding-right: 0;
}
.last-three-posts { 
    width: 100%;
    flex-wrap: wrap;
}
.last-three-posts .post-item { 
    flex-wrap: wrap;
}
.posts-widget .post-title { 
    font-size: 20px;
    font-weight: 600;
}
.last-three-posts { 
    gap: 14px;
}
.grid-wrapper-center>div {
    width: 42.5%;
    display: flex;
    justify-content: center;
}


.service-btn {
    margin-top: 20px;
    padding: 17px 32px;
}
.service-item { 
    padding: 20px; 
    max-width: 100%;
}
    .service-top-title {
        font-size: 25px;
        margin-top: 10px;
    }
    .default-page-wrapper .row {
    padding: 40px 0;
}
.blog-box {
    width: 100%;
}
.container { 
    padding-left: 15px;
    padding-right: 15px;
}
.post-inner-wrap {
    padding: 0; 
}
h3 { 
    font-size: 20px; 
}
.custom-pagination {
    text-align: center;
    width: 100%;
    padding: 50px 0 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.next-button, .prev-button {
    margin: 0 !important;
}
.single-title h1 {
    font-size: 30px;
    line-height: 40px; 
}
.single-banner-image img {
    margin-bottom: -70px;
}
.single-page-banner {
    background: #2E374F;
    padding: 80px 0 0;
    margin-bottom: 90px;
}
.post-container { 
    padding: 0 15px;
}
.wd-50 {
    width: 100%;
}
.bottom-single-section {
    padding-top: 40px;
    padding-bottom: 40px;
}
.left-content-serv {
    padding-right: 0px; 
}
.single-page-banner.service-single-banner {
    margin: 0;
    padding: 40px 0;
}
.recent-posts-wrapper {
    gap: 20px;
    flex-wrap: wrap;
}
.recent-posts {
    padding: 0 15px;
}
.recent-posts h2 { 
    font-size: 35px; 
    margin-bottom: 30px;
}
.post-single-wrap {
    margin-bottom: 60px;
}
.left-content-serv {
    
    margin-bottom: 40px;
}
.recent-posts .recent-posts-wrapper {
        gap: 20px;
        flex-wrap: wrap;
        flex-direction: column;
	        margin-bottom: 40px;
    }
}