/*-----------------------------------------------------------------
Main Style Stylesheet
Template Name  : Mansirana
Author         : EZ Rankings (Neeraj Rajput)
Version        : 3.0
Primary Use    : Mansirana
-----------------------------------------------------------------*/




/*** a
====================================================================
    Global Settings
====================================================================

***/
* {
    margin: 0px;
    padding: 0px;
    outline: none;
    line-height: inherit;
    box-sizing: border-box;
}
:root {
    --blue: #00508b;
    --dark-blue: #1c355d;
    --gray-text: #555555;
    --black-text: #000;
    --green: #2f8528;
    --white-text:#fff;
   --bg-gray:#f3f3f3;
    --soft-green: #b2e968;
    --e-global-color-mostly-white: #fbfbfb;
    --e-global-color-very-light-gray2: #dddddd;
    --e-global-color-input-gray: #aaaaaa;
  
  }

body {
    font-size: 16px;
    color: var(--black-text);
  
    font-family: 'Raleway', sans-serif;
   
}img.custom-logo {
    width: 140px;
}
a {
    text-decoration: none;
    cursor: pointer;
}.fad {
    position: relative;
    font-family: "Font Awesome 5 Duotone";
    font-weight: 900;
    color: #ff46a7;
}.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    border-color: #dc3c92;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(233 30 99 / 27%);
}
.form-control {
  
    color: #ffff;}
    .form-control:focus {
        color: #ffff;}
.btn {
    flex: 1 1 auto;
    margin: 0;
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    /* text-shadow: 0px 0px 10px rgb(0 0 0 / 20%); */
    box-shadow: 0 0 20px #130c53;
    border-radius: 50px;
}.btn-2 {
    background-image: linear-gradient(to right, #1fa1ae 0%, #407ee1 51%, #1fa1ae 100%);
}
.btn:hover {
  color: #fff;
}
  
  /* Demo Stuff End -> */
  
  /* <- Magic Stuff Start */
  
  .btn:hover {
    background-position: right center; /* change the direction of the change here */
  }
  
  .btn-1 {
    background-image: linear-gradient(to right, #ab1eaf 0%, #e3418e 51%, #ab1eaf 100%);
}
  
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

textarea {
    overflow: hidden;
}

::-webkit-input-placeholder {
    color: #fff !important;
}

::-moz-input-placeholder {
    color:#fff;
}

::-ms-input-placeholder {
    color: #fff;
}
ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

figure {
    margin-bottom: 0;
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
button {
    outline: none;
    cursor: pointer;
}


/*** 
====================================================================
    Header Css Start Here
====================================================================

***/

header {
    width: 100%;
    background: #261c83;
    position: sticky;
    top: 0;
    z-index: 999;
}header nav.navbar {
    background: transparent !important;
    padding: 0;
}

header .top-header .top-contact ul li a {
    color: #fff;
}


nav.fixed img {
    width: 114px !important;
    
}.top-header .col-md-3 {
    flex: 0 1 30%;
    text-align: right;
    justify-content: end;
}

nav img {
    
    transform: .4s;
}

header .top-header .top-contact ul {
    display: flex;
    align-items: end;
    gap: 37px;
    position: relative;
    justify-content: end;
    padding-right: 10px;
}

header .top-header .top-contact ul li {
    position: relative;
  
}

.top-header {
    padding: 10px 0;
    border-bottom: 1px solid #ffffff5e;
}

header a.navbar-brand img {
    width: 200px;
    transition: .5s;
}

header a.nav-link {
    color: #fff;
    text-transform: uppercase;
}
ul.navbar-nav a:hover {
    color: #fff !important;
}
ul.navbar-nav li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 0;
    padding: 0;
    margin-left: 25px;
  }
  ul.navbar-nav a {
    padding: 0.5px 0;
    color: rgb(255 255 255);
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: 600;
    position: relative !important;
  }
  ul.navbar-nav a:before,
  ul.navbar-nav a:after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  /* ul.navbar-nav a:before {
    bottom: -4px;
    display: block;
    height: 3px;
    width: 0%;
    content: "";
    background-color: #dc3c92;
  }
  ul.navbar-nav a:after {
    left: 0;
    top: 0;
    padding: 0.5em 0;
    position: absolute;
    content: attr(data-hover);
    color: #ffffff;
    white-space: nowrap;
    max-width: 0%;
    overflow: hidden;
  } */
  ul.navbar-nav a:hover:before,
  ul.navbar-nav .current a:before {
    opacity: 1;
    width: 76%;
  }
  ul.navbar-nav a:hover:after,
  ul.navbar-nav .current a:after {
    max-width: 100%;
  }
  
  

header a.nav-link.active {
    color: #ffffff !important;
    font-weight: bold;
}

header ul.navbar-nav {
    gap: 22px;
}


/*** 
====================================================================
    Banner Css Start Here
====================================================================

***/

section.main {
    background: url(../images/home-page-banner-bg3.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 0;
    
    position: relative;
}
section.home-banner {
    background: url(../images/home-page-banner-bg.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 0;
    min-height: 710px;
    position: relative;
}



section.home-banner .banner-caption {
    height: 100%;
    top: 60%;
    position: relative;
}

section.home-banner .banner-caption h2 {
    color: #fff;
    font-size: 70px;
    font-weight: bold;
    line-height: 72px;
}

section.home-banner .banner-caption p {
    color: #ffff;
    font-size: 18px;
    padding: 0;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 10px;
}
section.home-banner a.btn.btn-1 {
    text-transform: uppercase;
}

/*** 
====================================================================
    About Us Css Start Here
====================================================================

***/
section.about-us-sec {
    padding: 60px 0;
    position: relative;
}section.about-us-sec .container {
    border-top: 1px solid #eeeeee45;
    padding-top: 27px;
}section.about-us-sec .container:nth-child(2) {
    padding-top: 70px;
}

section.about-us-sec .BrandLogo img {
    filter: brightness(0) invert(1);
    transition: .3s;
}section.about-us-sec .BrandLogo img:hover {
    filter: brightness(1) invert(0);
}

section.about-us-sec .slick-track {
    display: flex;
    gap: 80px;
    justify-content: center;
    align-items: center;
}

a.btn.btn-1 {
    border-radius: 50px !important;
    text-transform: capitalize;
}

a.btn.btn-2 {
    border-radius: 50px !important;
    text-transform: capitalize;
}.btn-group {
    display: flex;
    gap: 35px;
}section.about-us-sec .mansirana-about {
    padding-top: -7px;
}.btn-group {
    width: 71%;
}section.about-us-sec .left-img img {
    border-radius: 10px;
    z-index: 2;
    position: relative;
}

section.about-us-sec .left-img  figure {
    position: relative;
}

section.about-us-sec .left-img figure:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    /* background: #de3e91; */
    left: -15px;
    top: 16px;
    z-index: 1;
    border-radius: 10px;
    background-image: linear-gradient(to right, #df3f91,#e91e63,#521a96,#6e139e,#890ea7,#9a10af,#a609b2);
}

section.about-us-sec .mansirana-about h2 {
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 0px;
}

section.about-us-sec .mansirana-about  p {
    color: #fff;
    font-size: 18px;
    padding: 0px 0;
}.slick-track {
    margin-left:0;
}.slick-list {
    padding-left: 0px!important; 
}
/*** 
====================================================================
    Service Css Start Here
====================================================================

***/

section.service-wrapper .container {
    position: relative;
    padding: 0;
}
section.service-wrapper  .slick-slide {
    margin: 0 9px;
  }
  section.service-wrapper h2.title {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    
    padding-bottom: 30px;
}
  section.service-wrapper {
    position: relative;
    width: 100%;
    right: 0;
    margin-left: auto;
    padding: 60px 0;
}


section.service-wrapper .service-card figure img {
    width: 100%;
    border-radius: 17px;
    height: 335px;
    object-fit: cover;
}

section.service-wrapper .service-card figure {
  position: relative;
  overflow: hidden;
}

section.service-wrapper .service-card figure:after {
    position: absolute;
    bottom: 0;
    height: 70%;
    width: 100%;
    content: "";
    background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgba(28,139,218,1));
    border-radius: 17px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
section.service-wrapper .service-card:hover figure:after {
    position: absolute;
    bottom: 0;
    height: 70%;
    width: 100%;
    content: "";
    background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgb(220 61 146));
    border-radius: 17px;
    /* transform: scale(2); */
}

section.service-wrapper .service-caption {
    position: absolute;
    bottom: 9px;
    left: 5%;
}

section.service-wrapper .service-card {
    position: relative;
}



section.service-wrapper .service-caption p {
    font-size: 18px;
    color: #fff;
    margin: 0;
    padding: 0;
}

section.service-wrapper .service-caption  h3 {
    font-weight: 400;
    color: #fff;
    font-size: 27px;
}

section.service-wrapper button.slick-prev {
    top: -63px;
    right: 8% !important;
    left: auto;
    background: #00000014;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.service-wrapper button.slick-next {
    top: -65px;
    right: 4% !important;
    left: auto;
    background: #00000014;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*** 
====================================================================
    Achievement Css Start Here
====================================================================

***/

section.achievement-wrapper {
    padding: 50px 0;
    background-image: linear-gradient(to right, #311b87,#46198e,#521a96,#6e139e,#890ea7,#9a10af,#a609b2);
}section.achievement-wrapper .form-sec {
    padding: 24px 23px;
    background-image: linear-gradient(to right, #c42ea0 0%, #e3418e 51%, #c42ea0 100%);
    border-radius: 8px;
    box-shadow: rgb(0 0 0 / 20%) 0px 7px 29px 0px;
}
section.achievement-wrapper .form-sec h2 {
    padding-bottom: 7px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
section.achievement-wrapper .form-control {
    background: #e950cc;
    border: none;
    height: 54px;
}

section.achievement-wrapper  textarea#your-message {
    height: 103px !important;
}
section.achievement-wrapper  button.btn.btn-1 {
    box-shadow: none !important;
    font-size: 15px;
    color: #631e97;
    width: 230px;
    background: #f0c2e1;
    float: right;
}section.achievement-wrapper .achievment-wrap h4 {
    color: #fff;
    padding-bottom: 10px;
    font-size: 20px;
}
section.achievement-wrapper button.btn.btn-1:hover {
    background: #361b89;
    color: #fff;
}
section.achievement-wrapper .achievment-wrap img {
    filter: brightness(0) invert(1);
    width: 131px;
}

section.achievement-wrapper .achievment-wrap h2 {
    font-size: 35px;
    font-weight: bold;
    color: #fff;
}section.achievement-wrapper .achievment-pic img {
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}

section.achievement-wrapper .achievment-wrap p {
    color: #fff;
}
/*** 
====================================================================
   Boost-business Css Start Here
====================================================================

***/

section.Boost-business-wrapper {
    padding: 50px 0;
    background-image: linear-gradient(to right, #311b87,#46198e,#521a96,#6e139e,#890ea7,#9a10af,#a609b2);
}



section.Boost-business-wrapper .title {
    padding-bottom: 30px;
    width: 65%;
}

section.Boost-business-wrapper .title h2 {
    font-size: 60px;
    color: #fff;
    font-weight: bold;
}

section.Boost-business-wrapper .title  p {
    color: #fff;
    font-size: 20px;
}

section.Boost-business-wrapper .boost-card {
    position: relative;
}
section.Boost-business-wrapper .boost-card {
    position: relative;
    padding: 17px;
    height: 345px;
    transition: .3s;
    border: 1px solid #fff6;
    border-radius: 10px;
}

section.Boost-business-wrapper .boost-card:hover {
    position: relative;
    padding: 17px;
    background: #961cab6e;
    height: 345px;
    box-shadow: rgb(48 25 115 / 61%) 0px 7px 29px 0px;
}
section.Boost-business-wrapper .boost-card figure {
    width: 100px;
    height: 84px;
}

section.Boost-business-wrapper .boost-card figure img {
    width: 60px;
}

section.Boost-business-wrapper .boost-card h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

section.Boost-business-wrapper .boost-card p {
    color: #fff;
}
section.Boost-business-wrapper .col-md-3:last-child  .boost-card:after {

    width: 0px;
}
section.Boost-business-wrapper .boost-card:after {
    content: "";
    height: 342px;
    width: 1px;
    right: -8px;
    top: 0;
    /* background: #ffffff2e; */
    position: absolute;
}

/*** 
====================================================================
   Why You Need Css Start Here
====================================================================

***/
section.why-you-need-wrapper {
    padding: 83px 0 !important;
    background: url(../images/bg4.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 0;
    /* min-height: 643px; */
    position: relative;
    background-position: center;
    border-top: 3px solid #dc53a6;
    border-bottom: 3px solid #9212ad;
}
section.why-you-need-wrapper .left-wrap h2 {
    font-size: 47px;
    font-weight: bold;
    color: #fff;
    width: 72%;
    padding-left: 31px;
}

section.why-you-need-wrapper .right-wrap ul li {
    color: #fff;
    font-size: 16px;
    padding-bottom: 22px;
    list-style: disc;
}section.why-you-need-wrapper .left-wrap {
}

section.why-you-need-wrapper .row {
    align-items: center;
}section.why-you-need-wrapper .right-wrap ul {
    padding-left: 0px;
    padding-top: 65px;
}

/*** 
====================================================================
   Blog Css Start Here
====================================================================

***/

section.blog-wrapper {
    padding: 50px 0;
    background: #272181;
}
section.blog-wrapper .container {
    overflow: hidden !important;
    padding: 0;
}


section.blog-wrapper h2.title {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 30px;
}

section.blog-wrapper .slick-slide {
    margin: 0px 0px;
    padding: 0px 8px;
}

section.blog-wrapper  .blog-card {
    position: relative;
    overflow: hidden;
    border: 1px solid #ffffff2e;
    padding: 10px;
    border-radius: 10px;
}

section.blog-wrapper .blog-card figure img {
    border-radius: 10px;
}

section.blog-wrapper .blog-card .blog-caption {
    padding: 10px 0;
}

section.blog-wrapper .blog-card .blog-caption h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

section.blog-wrapper .blog-card .blog-caption .post-date {
    color: #fff;
}

section.blog-wrapper .blog-card .blog-caption p {
    color: #fff;
    padding-bottom: 20px;
    position: relative;
}
section.blog-wrapper .blog-card .blog-caption p:after {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 54%;
    content: "";
    /* background-image: linear-gradient(#272181e8, #272181); */
    z-index: 0;
}
section.blog-wrapper .blog-card .blog-caption a.read-more {
    border: 1px solid #fff;
    padding: 10px 18px;
    border-radius: 50px;
    color: #fff;
    transition: .3s;
}
section.blog-wrapper .blog-card .blog-caption a.read-more:hover {
    background: #c62f9f;
    border: 1px solid #c62f9f;
    color: #fff !important;
}
section.blog-wrapper button.slick-prev {
    top: -60px;
    right: 8% !important;
    left: auto;
    background: #00000014;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.blog-wrapper button.slick-next {
    top: -60px;
    right: 4% !important;
    left: auto;
    background: #00000014;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}



/*** 
====================================================================
   Footer  Css Start Here
====================================================================

***/
footer {
    padding: 50px 0;
    background: #272181;
    border-top: 1px solid #ffffff1c;
}

footer .footer-form-wrap {
    width: 100%;
}

footer .footer-form-wrap h3 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

footer .footer-form-wrap p {
    color: #fff;
}

footer .footer-form-wrap .form-control {
    height: 50px;
    background: transparent;
}
footer textarea#your-message {
    min-height: 130px;
}
footer .copyright ul.social-icon {
    display: flex;
    gap: 17px;
    color: #fff;
    justify-content: end;
}

footer .copyright ul.social-icon li a {
    color: #fff;
    font-size: 24px;
    transition: .3s;
}
footer .copyright ul.social-icon li a:hover {
    color: #d93b93;
}
footer .copyright  p {
    color: #fff;
    font-size: 12px;
}footer .col-md-2 {
    position: relative;
}

footer .col-md-2 .copyright {
    position: absolute;
    bottom: 0;
}


.conenct-with-mansi {
    background: #423ca2;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    padding: 20px;
    margin-top: 78px;
}
.conenct-with-mansi.footer-cat {
    background: transparent;
}
.pfofile-pic {
    width: 100%;
    margin-bottom: 33px;
}

.conenct-with-mansi .pfofile-pic img {
    width: 148px;
    border-radius: 100px;
    border: 2px solid #fff;
    margin-top: -71px !important;
    margin: 0 auto;
}

.conenct-with-mansi .conect-with-social ul {
    display: flex;
    gap: 30px;
    width: 100%;
}

.conenct-with-mansi li {
    width: 50%;
    text-align: center;
}

.conect-with-social {
    width: 100%;
}

.conenct-with-mansi li .icon i {
    font-size: 43px;
    color: #fff;
}

.conenct-with-mansi li p {
    font-size: 20px;
    color: #fff;
}

.conenct-with-mansi li a {
    color: #fff;
    border: 1px solid #fff;
    padding: 7px 10px;
    border-radius: 100px;
}.footer-cat ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-cat ul li a {
    font-size: 16px;
    width: 100% !important;
    display: block;
    border: none !important;
    padding: 3px !important;
}

.footer-cat ul li {
    text-align: left;
    margin-top: 0;
    display: block;
    width: 100%;
}

.footer-cat  h3 {
    font-size: 25px;
    font-weight: bold;
    text-align: left;
    color: #fff !important;
    padding-bottom: 0;
}.footer-cat ul li a:hover {
    color: #dd3e92;
}
/*** 
====================================================================
   Digital Healthcare  Css Start Here
====================================================================

***/
section.main.service-bg {
    background: url(../images/servicbg-1.png);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 0;
    position: relative;
}

section.counter-wrapper {
    padding: 50px 0;
}

section.counter-wrapper .counter-box .content-wrap {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 13px;
}

section.counter-wrapper .counter-box .content-wrap .counter-number {
    font-size: 110px;
    color: #fff;
    font-weight: 100;
}

section.counter-wrapper .counter-box .content-wrap  .icon img {
    height: 76px;
}

section.counter-wrapper .counter-box  p {
    font-size: 18px;
    color: #fff;
    margin-top: -19px;
}




section.why-u-need-wrapper .why-you-need-header h2 {
    font-size: 60px;
    font-weight: bold;
    color: #fff;
}

section.why-u-need-wrapper .why-you-need-header p {
    color: #fff;
    font-size: 20px;
}

section.why-u-need-wrapper  .box {
    background: #7635a3;
    margin-bottom: 20px;
    border-radius: 10px;
}

section.why-u-need-wrapper .box img {
    width: 100%;
}

section.why-u-need-wrapper .box .box-caption {
    padding: 25px;
    border-radius: 0px 0px 10px 0px;
    color: #fff;
}

section.why-u-need-wrapper .box figure img {
    height: 321px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}section.achievement-wrapper.two {
    padding: 50px 0;
    background-image: none;
}

section.cloud-tag-wrapper {
    padding: 50px 0;
}

section.cloud-tag-wrapper h2 {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
}

section.cloud-tag-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

section.cloud-tag-wrapper ul li {
    border: 1px solid #fff;
    padding: 14px 18px;
    border-radius: 100px;
    color: #fff;
}


/*** 
====================================================================
   Blog Page  Css Start Here
====================================================================

***/

section.home-banner .banner-caption h1 {
    color: #fff;
    font-size: 70px;
    font-weight: bold;
    line-height: 72px;
}

section.main.blog-bg {
    background: url(../images/full-body-img.png);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 0;
    position: relative;
}section.main.blog-bg .home-banner .row {
    align-items: center;
}

section.main.blog-bg section.home-banner {
    text-align: center;
    min-height: 100%;
    position: relative;
    padding: 40px 0;
}section.blog-section .box figure img {
    height: auto;
    object-fit: inherit;
    border-radius: 10px 10px 0px 0px;
}section.blog-section .box h3 {
    font-size: 25px;
}section.main.blog-bg section.blog-wrapper {
    padding: 50px 0;
    background: transparent;
}

section.main.blog-bg  footer {
    padding: 50px 0;
    background: transparent;
    border-top: 1px solid #ffffff1c;
}

[data-pagination],
[data-pagination] *,
[data-pagination] *:before,
[data-pagination] *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto;
}
[data-pagination] {
  font-size: 8pt;
  line-height: 1;
  font-weight: 400;
  font-family: 'Open Sans', 'Source Sans Pro', Roboto, 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Myriad Pro', 'Segoe UI', Myriad, Helvetica, 'Lucida Grande', 'DejaVu Sans Condensed', 'Liberation Sans', 'Nimbus Sans L', Tahoma, Geneva, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  margin: 1em auto;
  text-align: center;
  transition: font-size .2s ease-in-out;
}
[data-pagination] ul {
  list-style-type: none;
  display: inline;
  font-size: 100%;
  margin: 0;
  padding: .5em;
}
[data-pagination] ul li {
  display: inline-block;
  font-size: 100%;
  width: auto;
  border-radius: 3px;
}
[data-pagination] > a {
  font-size: 140%;
}
[data-pagination] a {
  color: #fff;
  font-size: 100%;
  padding: 5px 10px!important;
  display: inline-block;
  border-radius: 0!important;
}
[data-pagination] a:focus,
[data-pagination] a:hover {
  color: #f60;
}
[data-pagination] li.current {
  background: rgb(220 60 147);
}
/* Disabled & Hidden Styles */
[data-pagination] .disabled,
[data-pagination] [hidden],
[data-pagination] [disabled] {
  opacity: .5;
  pointer-events: none;
}
@media (min-width: 350px) {
  [data-pagination] {
    font-size: 10pt;
  }
}
@media (min-width: 500px) {
  [data-pagination] {
    font-size: 12pt;
  }
}
@media (min-width: 700px) {
  [data-pagination] {
    font-size: 14pt;
  }
}
@media (min-width: 900px) {
  [data-pagination] {
    font-size: 16pt;
    padding-top: 40px;
  }
}

section.blog-wrapper .blog-card {
    
    margin-bottom: 20px;
}

section.blog-details-wrapper .blog-card figure img {
    border-radius: 10px;
    width: 100%;
    /* height: 400px; */
    object-fit: cover;
}

section.blog-details-wrapper  .blog-card .blog-caption h3 {
    color: #fff;
    font-size: 46px;
    font-weight: 600;
}.blog-details__bottom {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 0 27px;
    margin-top: 51px;
    border-top: 1px solid #e2e0e5;
}

.blog-details__tags span {
    color: #fff;
    font-size: 20px;
    margin-right: 15px;
    text-transform: uppercase;
    
    font-weight: 500;
}.blog-details__tags a {
    position: relative;
    color: #fff;
    font-size: 12px;
    background-color: #960aac;
    display: inline-block;
    padding: 7px 20px;
    margin: 10px 0px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
    border-radius: 100px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}.blog-details__social-list a {
    color: #fff;
    font-size: 29px;
}.blog-details__social-list {
    display: flex;
    gap: 20px;
}section.blog-details-wrapper .blog-card .blog-caption h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}
section.blog-details-wrapper .blog-card .blog-caption h2 {
    color: #fff !important;
    font-size: 30px!important;
    font-weight: 600!important;
}

section.blog-details-wrapper .blog-card .blog-caption h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
}
figcaption {
    color: #fff !important;
}


section.blog-details-wrapper .blog-card .blog-caption .post-date {
    color: #e92dad;
}.reply-title {
    margin-bottom: 40px;
    padding-bottom: 39px;
    border-bottom: 1px solid #e3e9e9;
    font-weight: 400;
    font-size: 24px;
    color: #373433;
}.leave-comments .col-md-12 p {
    font-size: 15px;
}.reply-form {
    background-color: #f4f4f1;
}.prev-link, .next-link {
    color: #ffffff;
    margin-bottom: 20px;
    display: block;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 1px;
}.next-title, .previous-title {
    line-height: 28px;
    font-size: 18px;
    color: #373433;
}.nav-next.text-right {
    text-align: right;
}.next-title, .previous-title {
    line-height: 28px;
    font-size: 18px;
    color: #373433;
}.leave-comments .form-control {
    height: 50px;
    background: transparent;
}.post-navigation .nav-links {
    display: flex;
    margin-bottom: 30px;
}.next-title a.title, .previous-title a.title {
    color: #fff;
}.leave-comments h3 {
    color: #fff;
}

.leave-comments p {
    color: #fff;
}section.blog-details-wrapper .blog-card {
    border: none;
    text-align: justify;
}



/* Mega Menu Start */
li.dropdown a.dropdown-toggle i {
    font-size: 20px;
    padding-right: 6px;
}
.megamenu .nav,
.megamenu .collapse,
.megamenu .dropup,
.megamenu .dropdown {
  position: static;
}
.megamenu .container {
  position: relative;
}
.megamenu .dropdown-menu {
  left: auto;
}
.megamenu .megamenu-content {
  padding: 15px;
}
.megamenu .megamenu-content h3{
  margin-top: 0;
  color: #428bca;
  font-size: 18px;
}
.megamenu .dropdown.megamenu-fw .dropdown-menu {
  left: 0;
  right: 0;
}

.megamenu-fw .dropdown-menu {
    position: absolute;
    left: 8%;
    width: 84% !important;
    padding: 0;
    top: 83%;
    background: #ffffff;
    padding: 0px 0px;
}li.dropdown a.dropdown-toggle {
    padding: 35px 12px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}ul.dropdown-menu.megamenu-content li {
    display: flex;
    justify-content: space-between;
}ul.dropdown-menu.megamenu-content li {
    display: flex;
    justify-content: start;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0;
    /* width: 25%; */
    /* padding: 20px 0; */
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}li.dropdown {
    position: inherit;
    
}ul.dropdown-menu.megamenu-content li a {
    border-bottom: 1px dashed #aeaeae;
    display: block;
    width: 100%;
    padding-bottom: 3px;
    padding: 16px 32px;
    color: #000;
}
ul.dropdown-menu.megamenu-content li .menulist ul.dropdown-menu-list li:last-child a {
    border: none;
}

ul.dropdown-menu.megamenu-content li a:hover {
    background: #2c1a86;
}ul.dropdown-menu.megamenu-content li .menulist img {
    width: 116px !important;
    margin: 0 auto;
}ul.dropdown-menu.megamenu-content li .menulist {
    width: 25%;
}.dropdown-toggle::after {
   
    margin-top: 10px;
}.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    align-items: center;
}ul.navbar-nav li a.nav-link.btn.btn-1 {
    padding: 11px 20px;
}ul.dropdown-menu-list figure {
    text-align: center;
}ul.dropdown-menu-list figure {
    background: #de3e92;
    padding: 25px;
    margin: 0;
}ul.dropdown-menu.megamenu-content li {
    margin: 0;
}
/* End */


/* article  css start here */
.innerpage-banner {
   
width: 100%;
   
background-size: cover;
   
background-repeat: no-repeat;
   
padding-top: 0;
   
min-height: auto;
   
position: relative;
   
background: #261c83;
}.innerpage-banner .banner-caption h2 {
    color: #fff;
    font-size: 70px;
    font-weight: bold;
    line-height: 72px;
}.innerpage-banner .banner-caption h1 {
    color: #fff;
    font-size: 70px;
    font-weight: bold;
    line-height: 72px;
}
.innerpage-banner .banner-caption p {
    color: #ffff;
    font-size: 18px;
    padding: 0;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 10px;
}.innerpage-banner .banner-caption {
    height: 100%;
    top: 80px;
    position: relative;
    text-align: center;
}.banner-caption nav ol.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: rgb(255 255 255);
    content: var(--bs-breadcrumb-divider, "/");
}

.banner-caption nav {
    text-align: center;
}

.banner-caption nav ol.breadcrumb {
    justify-content: center;
}

.banner-caption nav ol.breadcrumb li a {
    color: #fff;
}

.banner-caption nav ol.breadcrumb li.active {
    color: #db3c93 !important;
    font-weight: bold;
}
/* End */

/* Contact Us page css start here */
section.contact-us-sec {
    padding-bottom: 80px;
}
.contact-us-sec form label {
    font-size: 20px;
    color: #fff;
    padding-bottom: 11px;
    margin-top: 26px;
}section.contact-us-sec .form-control {
    color: #ffff;
    height: 50px;
    background: #40188600;
    border: 1px solid #ffffff;
}

section.contact-us-sec textarea#your-message {
    min-height: 200px;
}
/* End */


/* Faq Css start here */

section.faq-wrapper {
    padding: 50px 0px 80px 0px;
}

section.faq-wrapper .faq-card h3 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    /* border: 1px solid #fff; */
    padding: 11px;
    text-align: center;
}

section.faq-wrapper .faq-card .accordion-button:not(.collapsed) {
    background: #5c1597;
    color: #fff;
    font-weight: bold;
    /* border: none !important; */
}

div#accordionExample .accordion-item {
    background: transparent !important;
    color: #fff;
}
div#accordionExample1 .accordion-item {
    background: transparent !important;
    color: #fff;
}

section.faq-wrapper .faq-card button.accordion-button {
    background: #5c1597;
    color: #fff;
}
.accordion-button:not(.collapsed)::after {
   
    filter: brightness(0) invert(1);
}.accordion-button::after {
    
    filter: brightness(0) invert(1); 
}.accordion-body ol li {
    list-style: num;
}

.accordion-body ul li {
    list-style: circle;
    margin-left: 20px;
}

.accordion-item {
   
    border: 1px solid #ffffff24 !important;
}.accordion-button:not(.collapsed) {
   
    box-shadow: none !important;
}
/* end */

section.why-u-need-wrapper.blog-wrapper {
    padding-top: 130px;
}

section.contact-us-sec option {
    background: transparent !important;
    color: #000 !important;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #000;
    background: #dc3c93;
    color: #fff;
    border: none;
    padding: 3px 11px !important;
}


section.achievement-wrapper .form-sec input.wpcf7-form-control.has-spinner.wpcf7-submit.btn.btn-1 {
    float: right;
    box-shadow: none;
    color: #631e97;
    width: 230px;
    background: #f0c2e1;
}

section.achievement-wrapper .form-sec input.wpcf7-form-control.has-spinner.wpcf7-submit.btn.btn-1:hover {
    background: #361b89;
    color: #fff;
}

.category-social-media .innerpage-banner .banner-caption {
    height: 100%;
    top: 20%;
    position: relative;
    text-align: center;
}.leave-comments p {
    color: #fff;
    display: flex;
    flex-direction: column;
}.leave-comments p textarea#comment {
    background: transparent;
    border: 1px solid #fff;
    margin-top: 12px;
    height: 149px !important;
}.leave-comments p input {
    background: transparent;
    border: 1px solid #fff;
    margin-top: 12px;
    height: 49px;
}p.comment-form-cookies-consent input#wp-comment-cookies-consent {
    height: 21px;
    float: left;
    display: flex;
    width: 20px;
    float: left;
}input#submit {
    background-image: linear-gradient(to right, #ab1eaf 0%, #e3418e 51%, #ab1eaf 100%);
    flex: 1 1 auto;
    margin: 0;
    padding: 12px 30px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    /* text-shadow: 0px 0px 10px rgb(0 0 0 / 20%); */
    box-shadow: 0 0 20px #130c53;
    border-radius: 50px;
    border: none;
}p.comment-form-cookies-consent {
    display: none;
}section.achievement-wrapper .form-sec textarea {
    height: 120px;
}.single-post .innerpage-banner {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 0;
    min-height: 61px;
    position: relative;
    background: #261c83;
}p.blog-details__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;align-items: center;
    justify-content: start;
}
p.blog-details__tags a {
    display: none;
}
p.blog-details__tags a:nth-child(1) {
    display: block !important;
}
p.blog-details__tags a:nth-child(2) {
    display: block !important;
}
p.blog-details__tags a:nth-child(3) {
    display: block !important;
}
p.blog-details__tags a:nth-child(4) {
    display: block !important;
}

p.blog-details__tags a:nth-child(5) {
    display: block !important;
}

a {
    color: #ff43a6;
   
}section.thank-you {
    background: #261c83;
    padding: 100px 0;
    text-align: center;
}

section.thank-you h1 {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
}

section.thank-you p {
    color: #fff;
    font-size: 32px;
}

section.thank-you a {
    display: inline-block;
    padding: 11px 43px;
    background-image: linear-gradient(to right, #ab1eaf 0%, #e3418e 51%, #ab1eaf 100%);
    border-radius: 50px;
    color: #fff;
}.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #3dff2c;
}
em.comment-awaiting-moderation {
    color: #fff;
}

footer.comment-meta {
    margin: 0;
    padding: 10px 0!important;
}

.comment-content {
    color: #fff;
}

ol.comment-list {
    margin: 0;
    padding: 0;
    border: 1px solid #fff;
    padding: 20px;
    border-radius: 6px;
    margin: 20px 0;
}

.comment-author.vcard {
    color: #fff;
    font-size: 20px;
}

img.avatar.avatar-32.photo {
    border-radius: 50px;
}

time {
    font-weight: bold;
    color: #ff51ab;
}

h2.comments-title {
    color: #fff;
}

.error404 .wt-bnr-inr-entry {
    padding: 100px 0;
    text-align: center;
}

.error404 .wt-bnr-inr-entry h1.wt-title {
    font-weight: 600;
    font-size: 59px;
}

.sb_instagram_header.sbi_medium.sbi_no_avatar {
    display: none !important;
}section.blog-details-wrapper .blog-card .blog-caption ul li {
    color: #fff;
    padding-bottom: 10px;
    position: relative;
}

section.blog-details-wrapper .blog-card .blog-caption ul li:after {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #d65efc;
    left: -18px;
    top: 6px;
    z-index: 9;
    content:"";
    border-radius: 50px;
}


section.blog-details-wrapper .blog-card .blog-caption ul {
    margin-left: 14px;
}



section.blog-details-wrapper .blog-card .blog-caption ol li {
    color: #fff;
    padding-bottom: 10px;
    position: relative;
}

section.blog-details-wrapper .blog-card .blog-caption ol li:after {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #d65efc;
    left: -18px;
    top: 6px;
    z-index: 9;
    content:"";
    border-radius: 50px;
}


section.blog-details-wrapper .blog-card .blog-caption ol {
    margin-left: 0;
    padding-left: 17px;
}

section.about-us-sec .mansirana-about h1 {
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 15px;
}

section.contact-us-sec {
    padding-bottom: 80px;
    padding-top: 100px;
}

section.blog-details-wrapper .blog-card .blog-caption h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}