@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Edu+NSW+ACT+Cursive:wght@400..700&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

body {
    font-family: "Jost", sans-serif !important;
    font-family: "Plus Jakarta Sans", sans-serif;
    overflow-x: hidden !important;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Jost", sans-serif !important; font-family: "Plus Jakarta Sans", sans-serif;
}
p {
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 18px;
    color: #292929;
}

/*** Button ***/
.btn {
    position: relative;
    transition: .5s;
}
a.navbar-brand {
    padding: 0px;
}
.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-dark,
.btn-primary {
    margin: 10px;
}
.our-work {
    position: relative;
    margin: 0px 0px !important;
    padding: 3em 0px;
}
.our-work .row {
    margin-bottom: 30px !important;
}
.our-work p {
    margin-bottom: 12px;
}

.service-one-c h4 {
    margin-top: 0px;
    margin-bottom: 3px;
}
.btn-dark::before {
    top: -10px;
    height: calc(100% + 20px);
    border-left: 2px solid var(--bs-dark);
    border-right: 2px solid var(--bs-dark);
}

.btn-dark::after {
    left: -10px;
    width: calc(100% + 20px);
    border-top: 2px solid var(--bs-dark);
    border-bottom: 2px solid var(--bs-dark);
}

.our-work .hero-header-btn {
    width: auto;
    margin: 20px 0px;
}
/*** Navbar ***/
.brand-logo {
    max-width: 120px;
}
.hero-header {
    position: relative;
}
.header-carousel:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9;
    background: linear-gradient(346deg, rgb(199 92 159 / 85%) 0%, rgb(107 174 253 / 89%) 100%);
}
.header-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99;
}
.inner-menu {
    position: relative;
}
.navbar .navbar-nav .nav-link {
    margin: 0 12px;
    padding: 0;
    outline: none;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--bs-dark);
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary)
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item.active {
    color: var(--bs-white);
    background: var(--bs-primary);
}
    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
    }
    .inner-menu ul li a {
    color: #42505e;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}


@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.navbar .btn-primary {
    border-width: 2px;
    background: var(--bs-light);
}

.navbar .btn-primary:hover {
    background: var(--bs-primary);
}


/*** Hero Header ***/
.hero-header {
    background: #fffaf5;
    position: relative;
    padding: 3em 0px 0em !important;
}
.slider-heading {
    color: #075baf;
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.5;
}
.home-care-collective {
    margin: 5em 0px 0px !important;
    padding-top: 6em;
}
.header-text p {
    color: #fff;
    font-size: 20px;
}
@media (min-width: 992px) {

   /* .hero-header .hero-header-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }*/
}

@media (min-width: 1200px) {
  /* .hero-header .hero-header-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }*/
}
/*.our-work .title-heading:before {
    position: absolute;
    content: '';
    background: #84a9cd;
    width: 18px;
    height: 18px;
    left: -28px;
    z-index: -1;
    top: -26px;
}*/
.our-work .title-heading:after {
    position: absolute;
    content: '';
    background: #e7f3ff;
    width: 50px;
    height: 50px;
    left: -10px;
    z-index: -1;
    top: -8px;
}
.ledership-section .title-heading {
    position: relative;
    max-width: max-content;
    margin: 25px auto;
}
/*.ledership-section .title-heading:before {
    position: absolute;
    content: '';
    background: #84a9cd;
    width: 18px;
    height: 18px;
    left: -28px;
    z-index: -1;
    top: -26px;
}*/
.ledership-section .title-heading:after {
    position: absolute;
    content: '';
    background: #e7f3ff;
    width: 50px;
    height: 50px;
    left: -10px;
    z-index: -1;
    top: -8px;
}
@media (min-width: 1400px) {

}
.hero-header-text p {
    font-size: 20px;
}
.header-carousel .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    display: none;
}
.hero-header-text {
    max-width: 530px;
    margin: 0px auto;
    position: relative;
}
.hero-header-text:before {
    position: absolute;
    content: '';
    background: url(../img/connection-people.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: 0.1;
    left: 0;
    top: 0;
}
.header-carousel .owl-item img {
    height: 100vh;
    object-fit: cover;
    object-position: top;
}
.header-text {
    position: absolute;
    top: 60%;
    z-index: 99;
    text-align: center;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next{
    position: relative;
    margin-left: 2px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-dark);
    background: var(--bs-primary);
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    color: var(--bs-white);
}

.page-header {
    background: url(../img/page-header.jpg) center center no-repeat;
    background-size: contain;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    align-items: center;
}
.navbar-nav {
    
    border-radius: 100px;
    padding: 10px;


    padding: 15px;
    top: 20px;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    animation: slide-down 0.7s;
    -ms-animation: slide-down 0.7s;
    -webkit-animation: slide-down 0.7s;
    border-radius: 100px;
}
.navbar-nav li a {
    font-size: 18px;
    color: #292929;
    line-height: 55px;
    padding: 0px 27px;
    font-weight: 500;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: block;
}
.navbar-nav li:last-child a {
    background: linear-gradient(135deg, rgba(199, 92, 159, 1) 0%, rgba(51, 108, 176, 1) 100%);
    display: block;
    text-align: center;
    width: 160px;
    border-radius: 13px;
    line-height: 55px;
    color: #fff !important;
    position: relative;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    /* border: 4px solid #ccc; */
}
.navbar-nav li a:hover {
    color: #ea0380;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.navbar-nav li:last-child a:hover {
    color: #fff;
    background: linear-gradient(135deg, rgba(51, 108, 176, 1) 0%, rgba(199, 92, 159, 1) 100%);
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.hero-header-btn {
    text-align: center;
    width: auto;
    border-radius: 10px;
    line-height: 45px;
    margin-top: 20px;
    color: #ffffff !important;
    position: relative;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    padding: 5px 30px;
    text-transform: uppercase;
    background: rgb(198 92 159);
    background: linear-gradient(135deg, rgb(174 59 139) 0%, rgba(199, 92, 159, 1) 100%);
}
.hero-header-btn:hover {
    background: linear-gradient(135deg, rgba(51, 108, 176, 1) 0%, rgba(199, 92, 159, 1) 100%);
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    color: #ffffff !important;
}
.hero-header-btn span svg {
    transform: rotate(45deg);
    font-size: 15px;
    margin-left: 5px;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.hero-header-btn:hover span svg {
    transform: rotate(90deg);
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    color: #fff;
}
.about-image {
    border-radius: 20px;
}
.sub-text {
    color: #c75c9f;
    font-size: 18px;
    letter-spacing: 0.2px;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}
.title-heading {
    font-size: 38px;
    color: #6316a0;
    font-weight: 600;
    margin-bottom: 20px;
}
.about-section {
    position: relative;
}
.about-text-section {
    /* padding: 30px 30px; */
    border-radius: 20px;
    position: relative;
    z-index: 9;
    text-align: left;
}
.about-text-section p {
    text-align: justify;
}
.about-text-section .hero-header-btn {
    margin: inherit;
    margin-top: 20px !important;
}
.about-text-section .hero-header-btn {
    margin-top: 20px;
}
.service-list {
    border: 1px solid #ffeefb;
    padding: 5px;
    border-radius: 15px;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-item {
    background: #f7dfe8;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding: 10px !important;
}
.service-icon {
    background: #fff;
    width: 90px;
    height: 90px;
    padding: 12px;
    margin: 0px auto;
    border-radius: 100px;
    border: 1px solid #D9D9D9;
    margin-bottom: 15px;
    position: relative;
}
.service-item h3 {
    color: #464646;
    font-size: 22px;
    font-weight: 600;
    padding: 10px 0px;
    margin-bottom: 10px !important;
    position: relative;
    min-height: 70px;
}
.service-item p {
    font-size: 17px;
    position: relative;
    min-height: 150px;
}
.service-header-btn svg {
    background: linear-gradient(135deg, rgba(51, 108, 176, 1) 0%, rgba(199, 92, 159, 1) 100%);
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding: 15px;
    border-radius: 100px;
    color: #fff;
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
}
.service-item:before {
    position: absolute;
    content: '';
    background: #73469a;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0px;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-item:hover:before {
    position: absolute;
    content: '';
    background: #73469a;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0px;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-item:hover .service-header-btn svg {
    transform: rotate(90deg);
    background: #fff;
    color: #73469a;
}
.service-item:hover h3, .service-item:hover p {
    color: #fff;
}
.service-list:hover {
    box-shadow: 0 20px 20px rgb(175 179 186 / 39%);
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.offer-section {
    background: linear-gradient(to bottom, rgba(224, 101, 135, 1) 0%, rgba(51, 106, 176, 1) 100%);
    position: relative;
}
.offer-section:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 108px;
    background: url(../img/upper-round.png);
    top: 0;
    background-size: cover;
    background-position: center center !important;
}
.offer-section:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 108px;
    background: url(../img/round-lower.png);
   bottom: -1px;
    background-size: cover;
    background-position: center center !important;
}
.offer-section {
    background: linear-gradient(to bottom, rgba(224, 101, 135, 1) 0%, rgba(51, 106, 176, 1) 100%);
    position: relative;
    padding: 9em 0px !important;
}
.service {
    padding-top: 3em;
    padding-bottom: 3em;
    
}
.offer-circle img {
    width: 70px;
    margin: 0px auto;
    display: block;
}
.offer-circle {
    background: #fff;
    width: 120px;
    height: 120px;
    line-height: 100px;
    position: relative;
    border-radius: 100px;
    box-shadow: 0 15px 20px rgb(0 0 0 / 27%);
    margin: 0px auto;
}
.offer-circle:before {
    position: absolute;
    content: '';
    height: 100px;
    border: 2px dashed #ca668c;
    width: 100px;
    margin: 0px auto;
    border-radius: 100px;
    left: 0;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    animation: animName 10s linear infinite !important;
}
.offer-item h3 {
    font-size: 22px;
    color: #fff;
}
.offer-item p {
    color: #fff;
}
.offer-item {
    text-align: center;
}
@keyframes animName {
 0%{
    transform: translateY(-50%) rotate(0deg);
   }
100%{
    transform: translateY(-50%) rotate(360deg);
   }
}
.offer-circle img {
    width: 70px;
    margin: 0px auto;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
}
.textimonial-inner {
    background: #f2f0ff;
    position: relative;
    margin: 15px;
    border-radius: 20px;
}
.testimonial-section .owl-item {
    border: 1px solid #EFF0F2;
    border-radius: 20px;
}
.textimonial-inner p {
    color: #676767;
}
.author-panel {
    margin-top: 40px;
}
.author-panel svg {
    opacity: 0.2;
    font-size: 50px;
    color: #6316a0 !important;
}
.footer {
    background: #f2f0ff;
    margin-top: 0px !important;
}
.footer-widget a {
    display: inline-block;
}
.footer-widget a {
    display: inline-block;
    width: 100%;
}
.footer-widget img {
    max-width: 150px;
    margin: 0px auto !important;
    display: block;
    text-align: center;
}
.footer-widget p {
    color: #292929;
    margin-bottom: 0px;
    font-size: 18px;
    padding: 0px 60px 0px 0px;
    text-align: justify;
    font-weight: 400;
}
.innerpage-banner {
    position: relative;
    height: auto;
    background-size: contain !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
    background-color: #fffaf5 !important;
    padding: 8em 0px 20px;
}
/*.about-02:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgb(79 140 202) 0%, rgb(176 105 176) 100%);
    opacity: 0.8;
}*/
.aboutbanner-content {
    /* position: absolute; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    /* left: 0; */
    /* right: 0; */
    /* text-align: center; */
    /* max-width: 1400px; */
    /* margin: 0px auto; */
}
.breadcrums {
    display: flex;
    justify-content: left;
    list-style: none;
    padding: 0px;
}
.breadcrums li a {
    color: #6316a0;
    font-weight: 500;
    margin: 0px;
}
.breadcrums span svg {
    color: #6316a0;
    font-size: 16px;
    margin: 4px;
}
.innerbanner-heading {
    color: #075baf;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: left;
    text-transform: capitalize;
}
.aboutbanner-content p {
    text-align: left;
    font-size: 18px;
    font-weight: 400;
}
.aboutbanner-content img {
    width: 100%;
    max-width: 400px;
    margin: 0px auto;
    display: block;
}
.about-img-03 {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 20px 20px rgb(175 179 186 / 39%);
    height: 152px;
    object-position: left;
    margin-top: 10px;
}
.form-control:focus {
    color: #444;
    background-color: #fff;
    border-color: inherit !important;
    outline: 0;
    box-shadow: none !important;
    border: 1px solid #ccc !important;
}
.p-d img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}
.p-d {
    display: flex;
}
.service-one h4 {
    font-weight: 600;
    margin-bottom: 4px !important;
    margin-top: 0px !important;
}
.service-one-l li {
    display: flex;
    margin-bottom: 10px;
}
.service-one ul {
    padding: 0;
}
.service-one ul li {
    list-style: none;
    position: relative;
    line-height: 30px;
    font-size: 18px;
}
.our-work img {
    max-width: 500px;
    margin: 0px auto;
    display: block;
    height: 500px;
    object-fit: cover;
}
.service-one h5 {
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #75489c;
}
.service-one h4 {
    color: #524c4c;
    margin-top: 12px;
    margin-bottom: 10px;
    font-size: 20px;
}
.service-one ul li svg {
    margin-right: 5px;
    color: #2a6db0;
}
/*.our-work-02:before {
    position: absolute;
    content: '';
    background: url(../img/staticbox-pattarn.png);
    width: 330px;
    height: 545px;
    bottom: 0;
    right: 0;
    z-index: -1;
    transform: rotate(180deg);
}*/
.our-work .title-heading, .workprocess-flow .title-heading {
    font-size: 36px;
    position: relative;
    z-index: 99;
}
.workprocess-flow .title-heading {
    width: fit-content;
    margin: 20px auto;
}
.workprocess-flow .title-heading:before {
    position: absolute;
    content: '';
    background: #84a9cd;
    width: 18px;
    height: 18px;
    left: -28px;
    z-index: 0;
    top: -26px;
}
.workprocess-flow .title-heading:after {
    position: absolute;
    content: '';
    background: #e7f3ff;
    width: 50px;
    height: 50px;
    left: -10px;
    z-index: -1;
    top: -8px;
}
.workprocess {
    display: flex;
    list-style: none;
    margin: 20em 0px;
}
.workprocess li {
    width: 25%;
    background: #893dc5;
    margin: 12px;
    text-align: center;
    position: relative;
    color: #fff !important;
    font-size: 27px;
}
.arrow:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 28px solid #893dc5;
    top: -10px;
    right: -20px;
}
.workprocess-details.step-01 {
    position: absolute;
    background: #fff;
    top: 100px;
    padding: 12px;
    box-shadow: 1px 6px 20px 1px rgb(1 1 1 / 10%);
}
.workprocess-details.step-02 {
    position: absolute;
    background: #fff;
    top: -251px;
    padding: 12px;
    box-shadow: 1px 6px 20px 1px rgb(1 1 1 / 10%);
    width: 260px;
}
.workprocess-details h3 {
    font-size: 20px;
    font-weight: 600;
    color: #c65c9f;
}
.step-01:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 60px;
    background: #a159da;
    top: -60px;
    left: 0;
    right: 0;
    margin: 0px auto;
}
.step-02:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 60px;
    background: #a159da;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: -60px;
}
.step-01:after {
    position: absolute;
    content: '';
    background: #bb7aef;
    width: 20px;
    height: 20px;
    top: -10px;
    left: 0;
    right: 0;
    margin: 0px auto;
    border-radius: 100px;
    border: 4px solid #a159da;
}
.step-02:after {
    position: absolute;
    content: '';
    background: #bb7aef;
    width: 20px;
    height: 20px;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0px auto;
    border-radius: 100px;
    border-radius: 100px;
    border: 4px solid #a159da;
}
.workprocess-details p {
    font-size: 18px;
    min-height: 135px;
}
/*** Service ***/
@media (max-width: 768px) {
    .service .service-item {
        border: none !important;
        box-shadow: 0 0 45px rgba(0, 0, 0, .05);
    }
.header-wrapper {
        position: relative;
        padding: 0px;
    }
.header-wrapper .container {
    padding: 0px 10px !important;
}
.navbar-nav {
    border-radius: 0px;
}

    .hero-header-text {
        padding: 0px !important;
        order: 2;
    }
.slider-heading {
    font-size: 25px;
    text-align: center;
}
.hero-header-text p {
    font-size: 16px;
    text-align: center;
}
.hero-header-btn {
    margin: 0px auto;
    line-height: 40px;
}
    .header-text {
        position: absolute;
        padding: 20px !important;
    }
.header-carousel .owl-item img {
    height: 350px;
}
.hero-header-image {
    order: 1;
}
.brand-logo {
        max-width: 100px;
        box-shadow: none;
        border-radius: 10px;
        padding: 0px;
    }
        .navbar-collapse {
    background: #6e459b;
}
ul.navbar-nav li {
    width: 100%;
}

}

@media (min-width: 992px) {

    .service .service-item.border-lg-end {
        border-right: 1px solid #dee2e6;
    }

    .service .service-item.border-lg-end-0 {
        border-right: none !important;
    }

    .service .service-item.border-lg-bottom-0 {
        border-bottom: none !important;
    }
}

.service .service-item .btn-primary {
    border-width: 2px;
    background: var(--bs-white);
}

.service .service-item .btn-primary:hover {
    background: var(--bs-primary);
}

.service .service-item img {
    width: 70px;
    margin-bottom: 20px;
}


/*** Team ***/
.team {
    position: relative;
}

.team::before {
    position: absolute;
    content: "";
    width: 200%;
    height: 200px;
    top: 50%;
    left: -50%;
    transform: translateY(-50%);
    margin-top: 1rem;
    background: var(--bs-primary);
}

.team-item img {
    transition: .5s;
}
  
.team-item:hover img {
    transform: scale(1.2);
}
  
.team-overlay {
    position: absolute;
    padding: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    text-align: center;
    background: rgba(255, 255, 255, .5);
    transition: .5s;
    z-index: 1;
}

.team-item:hover .team-overlay {
    background: rgba(255, 255, 255, .9);
}

.team-overlay p {
    letter-spacing: 1px;
}

.team-overlay .btn-dark {
    border-width: 2px;
    color: var(--bs-dark);
    background: transparent;
}

.team-overlay .btn-dark:hover {
    color: var(--bs-white);
    background: var(--bs-dark);
}


/*** Testimonial ***/
.testimonial-carousel .owl-item {
    position: relative;
}

.testimonial-carousel .owl-item::before {
    position: absolute;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .1;
}
.author-panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.author-details {
    display: flex;
    align-items: center;
}
.author-details img {
    width: 100%;
    height: 50px;
    max-width: 50px;
    border-radius: 100px;
    object-fit: cover;
    margin-right: 15px !important;
    margin-bottom: 0px !important;
    background-color: #fff;
}
.name-list h4 {
    font-size: 20px;
    font-weight: 600;
}
.name-list span {
    letter-spacing: 0px !important;
    font-size: 15px;
}
.testimonial-carousel .owl-item,
.testimonial-carousel .owl-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item span {
    letter-spacing: 2px;
}

.testimonial-carousel .owl-item.center .bg-light {
    background: var(--bs-primary) !important;
}

.testimonial-carousel .owl-item.center .bg-light * {
    color: var(--bs-dark) !important;
}

.testimonial-carousel .owl-nav {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--bs-dark);
    background: var(--bs-primary);
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--bs-white);
    background: var(--bs-dark);
}


/*** Footer ***/
@media (min-width: 992px) {

}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: rgba(255, 255, 255, .5);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    font-size: 18px;
    font-weight: 500 !important;
}
.footer-widget ul li a {
    color: #292929 !important;
    line-height: 35px;
    font-weight: 400 !important;
    margin-bottom: 0px !important;
    font-size: 17px;
    box-shadow: none !important;
}
.footer-widget ul li a:hover {
    color: #ea0380 !important;
    letter-spacing: 1px;
    box-shadow: none;
}
.footer-widget ul li{
    position: relative;
}

.footer-widget ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.footer-widget h5 {
    color: #6316a0 !important;
    font-weight: 600;
    font-size: 20px;
}
.phone-number {
    padding: 0px !important;
    color: #42505e !important;
    font-size: 25px !important;
    font-weight: 600;
}
a.map {
    color: #42505e;
    text-decoration: underline;
    font-weight: 600;
    font-size: 18px !important;
}
.social-icon a {
    background: linear-gradient(135deg, rgba(199, 92, 159, 1) 0%, rgba(51, 108, 176, 1) 100%);
    border: none;
    color: #fff !important;
    margin: 0;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 100px;
    margin-right: 10px !important;
    border: 2px solid #fff;
    font-size: 20px;
    padding: 0;
}
.copyright-section {
    background: #2f57a1;
    padding: 15px 0px;
    color: #ffffff;
    text-align: center !important;
    font-size: 16px;
}
.email {
    font-size: 18px !important;
    padding: 0px !important;
}
.about-img-01 {
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 20px 20px rgb(175 179 186 / 39%);
}
.about-img-02 {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 20px 20px rgb(175 179 186 / 39%);
    height: 317px;
    object-position: left;
}
.about-images {
    display: flex;
    justify-content: space-between;
}
.about-images-01 img {
    padding: 5px;
}
.about-images-01 {
    margin: 10px;
    width: 50%;
}
.about-images-01 p {
    background: #73469a;
    padding: 45px;
    margin-top: 10px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    box-shadow: 0 20px 20px rgb(175 179 186 / 39%);
}
.about-02 {
    background: #f0f0f0;
    position: relative;
}
.about-02 strong {
    margin-bottom: 20px !important;
    display: block;
}
.about-image-03 {
    width: 100%;
    /* object-fit: cover; */
    /* border-radius: 20px; */
    /* box-shadow: 0 20px 20px rgb(175 179 186 / 39%); */
    /* height: 750px; */
    max-width: 550px;
}
.team-img {
    width: 100%;
}
.team-member-wrapper {
    position: relative;
}
.team-img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 20px 70px rgb(175 179 186 / 39%);
    height: 400px;
}
.team-infobox {
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.07);
    max-width: 80%;
    text-align: center;
    padding: 20px;
    position: absolute;
    bottom: -50px;
    z-index: 999;
    background: #fff;
    margin: 0px auto;
    right: 0;
    left: 0;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 10px;
}
.member-details {
    position: absolute;
    bottom: 0;
    text-align: center;
    max-width: 80%;
    margin: 0px auto;
    left: 0;
    right: 0;
    z-index: 999;
    opacity: 0;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.member-details p {
    color: #343333;
}
.team-member-wrapper:hover .member-details{
    opacity: 1;
    bottom: 50%;
    text-align: center;
    max-width: 80%;
    margin: 0px auto;
    left: 0;
    right: 0;
    z-index: 999;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: translateY(50%);
}
.team-member-wrapper:hover .team-infobox {
    bottom: -40px;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background: linear-gradient(135deg, rgba(199, 92, 159, 1) 0%, rgba(51, 108, 176, 1) 100%);
}
.team-infobox small {
   letter-spacing: 0.1px;
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    color: #c75da0;
    font-weight: 500;
}
.team-infobox h3 {
    font-size: 22px;
    margin-bottom: 0px;
    color: #6e459b;
}
.team-member-wrapper:hover .team-infobox small, .team-member-wrapper:hover .team-infobox h3 {
    color: #fff;
}
.member-img {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-bottom: 100px;
}
.member-img:before {
    position: absolute;
    content: '';
    background: #fff5f3f0;
    width: 100%;
    height: 0;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    bottom: 0;
}
.team-member-wrapper:hover .member-img:before{
    height: 100%;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ledership-section {
    padding-bottom: 0px !important;
    margin-top: 2em !important;
}
.why-we-exist {
    position: relative;
    background-size: cover !important;
    background-position: top center !important;
    background-attachment: fixed !important;
    padding: 5em 0px !important;
}
.why-we-exist:before {
    background: linear-gradient(90deg, #00000000 0%, #2a6db0 50%);
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 99;
}
.why-we-exist-text {
    position: relative;
    z-index: 99;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    border-left: 6px solid #c75c9f;
}
.contact-info {
    padding: 0px;
    list-style: none;
    margin-bottom: 0px;
    margin-top: 20px;
}
.contact-info li {
    position: relative;
}
.contact-info li a span {
    background: linear-gradient(135deg, rgba(199, 92, 159, 1) 0%, rgba(51, 108, 176, 1) 100%);
    color: #fff;
    width: 40px;
    display: inline-block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    margin-right: 10px;
}
.contact-info li a {
    margin-bottom: 20px;
    display: block;
    font-size: 20px;
    color: #2b2b2b;
    font-weight: 500;
}
.form-section {
    background: #fff;
    padding: 30px 30px;
    border-radius: 20px;
    position: relative;
    z-index: 9;
}
.form-section input {
    width: 100%;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5;
    color: var(--black-2);
    border: none;
    border: 1px solid #fbb1cf;
    padding: 15px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    outline: 0;
    position: relative;
    z-index: 1;
    background: transparent;
    margin-bottom: 9px;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    height: 60px;
}
.form-section textarea {
    width: 100%;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5;
    color: var(--black-2);
    border: none;
    border: 1px solid #fbb1cf;
    padding: 15px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    outline: 0;
    position: relative;
    z-index: 1;
    background: transparent;
    margin-bottom: 9px;
    border-radius: 10px;
    padding: 10px;
    background: #ffffff;
}
.form-section select {
    width: 100%;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5;
    color: var(--black-2);
    border: none;
    border: 1px solid #fbb1cf;
    padding: 15px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    outline: 0;
    position: relative;
    z-index: 1;
    background: transparent;
    margin-bottom: 9px;
    border-radius: 10px;
    padding: 10px;
    background: #ffffff !important;
    height: 60px;
}
.form-control:disabled, .form-control:read-only {
    background: #ffffff !important;
    opacity: 1;
}
.submit-btn {
    background: linear-gradient(135deg, rgb(174 59 139) 0%, rgba(199, 92, 159, 1) 100%) !important;
    color: #fff !important;
    margin-bottom: 0px !important;
    box-shadow: none !important;
    border: none !important;
    text-transform: uppercase;
    font-size: 20px !important;
    font-weight: 600 !important;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.submit-btn:hover {
    background: linear-gradient(135deg, rgba(51, 108, 176, 1) 0%, rgba(199, 92, 159, 1) 100%) !important;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    color: #ffffff !important;
}
.form-section .form-group {
    width: 49%;
    display: inline-block;
}
.form-group-textarea {
    width: 99%;
}
.blog-featues-image img {
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.blog-list {
    padding: 30px;
    box-shadow: 0 20px 70px rgb(175 179 186 / 30%);
    border-radius: 20px;
}
.blog-featues-image {
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.blog-list:hover .blog-featues-image img {
    transform: scale(1.1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.blog-content .date {
    font-weight: 600;
    color: #c75c9f;
    margin-right: 10px;
}
.post-title {
    font-size: 25px;
    color: #2b6db0;
    margin: 20px 0px;
    font-weight: 600;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.blog-list:hover h2 {
    color: #c75c9f;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.post-except {
    color: #000;
    font-size: 16px;
}
.post-meta small {
    color: #7b7979;
}
.post-features {
    border-top: 1px solid #ccc;
    padding: 10px 0px;
}
.panel-02 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
}
.blog-featues-image img {
    height: 270px;
    object-fit: cover;
}
.blog-details-inner {
    box-shadow: 0 20px 70px rgb(175 179 186 / 30%);
    padding: 40px;
    border: 2px solid #e8e8e8;
    border-radius: 30px;
    max-width: 70%;
    margin: 0px auto;
}
.recent-blog .blog-featues-image img {
    height: 180px;
    object-fit: cover;
}
.workprocess-img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}
.workprocess-img {
    width: 110px;
    height: 110px;
    border-radius: 100px;
    top: -50px;
    left: 30px;
    border: 6px solid #fff;
    object-fit: cover;
    box-shadow: 0 12px 17px rgb(0 0 0 / 20%);
    margin: 0px auto;
    text-align: center;
    display: block;
}
.workprocess-flow {
    background: #f2f0ff;
    position: relative;
    padding: 3em 0px !important;
}
/*.workprocess-flow:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 108px;
    background: url(../img/upper-round.png);
    top: 0;
    background-size: cover;
    background-position: center center !important;
}*/
.process-list {
    background: #fff;
    position: relative;
    border-radius: 20px;
    box-shadow: 0px -5px 27px 5px rgb(175 179 186 / 38%);
    padding: 20px;
    border-bottom: 5px solid #c75c9f;
    min-height: 550px !important;
    margin-bottom: 30px !important;
}
.workprocess-content ul {
    padding: 0px;
    list-style: none;
}
.workprocess-content ul li {
    display: table;
}
.workprocess-content ul li span {
    display: table-cell;
    color: #10911d;
}
.workprocess-content ul li span svg {
    padding-right: 10px;
}
.workprocess-content ul li {
    display: table;
    margin-bottom: 10px;
    font-weight: 400;
}
.workprocess-content h3 {
    color: #c75c9f;
    margin-bottom: 15px;
    text-align: center;
    margin: 30px 0px;
}
.process-arrow-right img {
    width: 100%;
}
.process-arrow-right {
    position: absolute;
    top: 50%;
    width: 90px;
    right: -50px;
    z-index: 99;
    transform: translateY(-50%);
}
.timeline {
    position: relative;
    max-width: var(--width-container);
    margin: 90px auto !important;
    padding: var(--spacing-xxl) 0;
}
.timeline::after {
    content: '';
    position: absolute;
    width: 8px;
    background: linear-gradient(135deg, rgb(255 255 255) 0%, rgb(157 159 162) 100%) !important;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
    height: 0;
    transition: height 1.5s ease-out, opacity 1.5s ease-out;
}
.timeline-container {
    position: relative;
    width: 50%;
    padding: 0px 50px 0px;
    box-sizing: border-box;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.1s 
ease-out, transform 0.1s ease-out;
}
  .timeline-container.left {
    left: 0;
  }

  .timeline-container.right {
    left: 50%;
  }

.content {
    padding: 15px 20px;
    background-color: var(--text-lighter);
    position: relative;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    text-align: center;
    color: var(--background-dark)
--background-dark is not defined
;
    font-weight: bold;
    font-size: 1.25rem;
    background: #fff;
}
  .content:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    transform: scale(1.05);
  }
.content h3 {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    color: #c65c9f;
    margin-bottom: 8px;
}
.content p {
    text-align: left;
    font-weight: 400;
    margin-bottom: 0px;
}
.workprocess-content p {
    margin-bottom: 10px;
    background: #F4F9FF;
    padding: 20px;
    border-radius: 20px;
}
.content ul {
    padding: 0px 15px;
}
.content ul li {
    padding: 6px 0px;
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
}
     .icon {
            font-size: 32px;
            margin-right: var(--spacing-s);

            color: #F67B50; /* Fallback color */
        }

.process-num {
    position: absolute;
    font-size: 50px;
    top: 0px;
    z-index: 0;
    color: #686868;
    line-height: 0px;
    right: 40px;
}
.btn-group-section .hero-header-btn {
    display: inline-block;
    width: 400px;
    margin: 0px auto;
    text-align: center;
    background: #fff;
    color: #000000 !important;
    border: none;
    margin: 0px 12px;
    box-shadow: 1px 3px 1px #9986aa;
    border-radius: 12px;
    line-height: 40px;
    text-transform: capitalize;
    font-size: 16px;
    text-transform: uppercase;
}
.btn-group-section {
    text-align: center;
    background: linear-gradient(135deg, rgba(199, 92, 159, 1) 0%, rgba(51, 108, 176, 1) 100%);
    padding: 70px 0px;
}
.btn-group-section h4 {
    color: #fff;
    margin-bottom: 32px;
    font-size: 28px;
    font-weight: 500;
}
  a.content-link {
    text-decoration: none;
    color: inherit;
    display: block;
  }
.tabs input[type="radio"]+label {
    padding: 10px 25px;
    background: #76489b;
    border-radius: 10px;
    font-size: 17px;
    margin: 0px 8px;
    border-bottom: 4px solid #694088;
    color: #fff;
}
  @media screen and (max-width: 600px) {
    .timeline::after {
      left: 31px;
    }

    .timeline-container {
      width: 100%;
      padding-left: 80px;
      padding-right: 40px;
      margin-bottom: var(--spacing-l);
    }

    .timeline-container.left::before, .timeline-container.right::before {
      left: 31px;
    }

    .timeline-container.right {
      left: 0%;
    }

    .timeline-container.left, .timeline-container.right {
      left: 0;
    }
  }

  .show {
    opacity: 1;
    transform: translateY(0);
  }

  .timeline.show-line::after {
    height: 100%;
    opacity: 1;
  }

  .timeline.hide-line::after {
    height: 0;
    opacity: 0;
  }

.tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.tabs label {
    order: 1;
    display: block;
    padding: 1rem 2rem;
    margin-right: 0.2rem;
    cursor: pointer;
    font-weight: bold;
    transition: background ease 0.2s;
    font-weight: 400;
}
.tabs .tab {
  order: 99;
  flex-grow: 1;
	width: 100%;
	display: none;
  padding: 1rem;
  background: #fff;
}
.tabs input[type="radio"] {
	display: none;
}
.tabs input[type="radio"]:checked + label {
    background: #000000;
    border-bottom: 4px solid #7d4ba2;
    color: #f1f1f1;
    background: linear-gradient(135deg, rgb(113 71 158) 0%, rgb(216 86 168) 100%);
    border-radius: 10px;
}
.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}
.tab label {
    font-size: 17px !important;
}
.faquestion-list {
    margin-top: 40px;
}

@media (max-width: 45em) {
  .tabs .tab,
  .tabs label {
    order: initial;
  }
  .tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}
.accordion {
  margin: 1em auto;
}

.accordion-input {
  display: none; /* Hide the checkbox visually */
}
.accordion-label {
    display: block;
    cursor: pointer;
    padding: 1em;
    background: #e8e7e7;
    color: #000;
    font-weight: 600;
    border-radius: 6px;
    user-select: none;
    font-size: 1.1rem;
    transition: background-color 0.3s;
    box-shadow: 1px 4px 6px rgb(143 143 143 / 21%);
    border-bottom: 3px solid #d3d3d3;
}
.accordion-label:hover, .accordion-label:focus {
    background-color: #ffd0f0;
    outline: none;
    color: #000000;
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 1em;
  background-color: #f0f4f8;
  border-radius: 0 0 6px 6px;
  transition: max-height 0.35s ease, padding 0.35s ease;
  font-size: 1rem;
  line-height: 1.4;
}

/* Show content when checked */
.accordion-input:checked ~ .accordion-content {
  max-height: 500px; /* Adjust max-height to fit content */
  padding: 1em;
}

/* Plus/minus icon */
.accordion-label::after {
  content: '+';
  float: right;
  font-weight: bold;
  transition: transform 0.3s ease;
  font-size: 1.3rem;
}

.accordion-input:checked + .accordion-label::after {
  content: '-';
}
.workprocess-details.step-02 {
    position: absolute;
    background: #fff;
    top: -251px;
    padding: 12px;
    box-shadow: 1px 6px 20px 1px rgb(1 1 1 / 10%);
    width: 260px;
    border-radius: 5px;
    border: #edd6ff 1px solid;
}
.workprocess-details.step-01 {
    box-shadow: 1px 6px 20px 1px rgb(1 1 1 / 10%);
    border: #edd6ff 1px solid;
    border-radius: 5px;
    width: 260px;
    left: -30px;
}
.color-section {
    background: #f2f0ff;
}
.workprocess li span svg {
    display: none !important;
}

/* Responsive enhancements */
@media (max-width: 480px) {
  .accordion-label {
    font-size: 1rem;
    padding: 0.75em 1em;
  }

  .accordion-content {
    font-size: 0.95rem;
    padding: 0 0.75em;
  }

  .accordion-input:checked ~ .accordion-content {
    max-height: 400px;
    padding: 0.75em 1em;
  }

  .accordion-label::after {
    font-size: 1.2rem;
  }
}

.contact-text {
    padding: 30px;
}
.form-group-text {
    max-width: 99%;
}
.faquestion-list .tabs label {
    font-size: 18px;
    font-weight: 500 !important;
    line-height: 35px;
}
.about-03-conent {
    padding: 30px;
    position: relative;
    z-index: 9;
    margin-left: -40px;
}

@media only screen and (max-width: 999px) {
    .innerbanner-heading {
    font-size: 30px;
}
.aboutbanner-content p {
    font-size: 16px;
}
.aboutbanner-content img {
    max-width: 250px;
}
.our-work .title-heading, .workprocess-flow .title-heading {
    font-size: 25px;
}
p {
    font-size: 15px;
}
.service-one ul li {
    font-size: 16px;
}
.workprocess-details p {
    font-size: 13px;
    min-height: 135px;
}
.workprocess-details h3 {
    font-size: 15px;
}
.workprocess li {
        font-weight: 700;
        font-size: 20px;
    }
.arrow:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 28px solid #6316a0;
    top: -7px;
    right: -20px;
}
}

@media only screen and (max-width: 768px) {
    .innerbanner-heading {
        font-size: 24px;
    }
    .btn-group-section h4 {
    font-size: 17px;
}
.btn-group-section .hero-header-btn {
    font-size: 13px;
    line-height: 40px;
    margin-bottom: 12px;
}
.btn-group-section {
    text-align: center;
    background: linear-gradient(135deg, rgba(199, 92, 159, 1) 0%, rgba(51, 108, 176, 1) 100%);
    padding: 30px 0px;
}
    .workprocess {
        display: flex;
        list-style: none;
        margin: 2em 0px;
        flex-direction: column;
    }
    .workprocess li {
        font-weight: 700;
        font-size: 20px;
        width: 100%;
    }
    .workprocess-details.step-02 {
    position: relative;
    top: inherit;
}
.workprocess-details.step-01 {
    position: relative;
    top: inherit;
}
    .workprocess li {
        font-weight: 700;
        font-size: 20px;
        margin: 0px 0px 12px;
    }
    .workprocess-flow {
    margin-bottom: 1em !important;
}
       .our-work .title-heading, .workprocess-flow .title-heading {
        font-size: 20px;
        margin-top: 20px;
    }
    .step-01:before, .step-02:before, .our-work .title-heading:after, .our-work .title-heading:before{
        display: none;
    }
    .our-work img {
    max-width: 300px;
}
    .step-01:after, .step-02:after{
display: none;
    }
    .our-work .hero-header-btn {
    font-size: 15px;
}
    .workprocess-details p {
        font-size: 13px;
        min-height: auto;
    }
    .arrow:before{
        display: none;
    }
.about-section video {
    height: auto;
    margin-top: 30px;
}
.offer-section:before, .offer-section:after{
    display: none;
}
.offer-section {
    padding: 2em 0px !important;
}
.title-heading {
    font-size: 25px;
}
.about-image-03 {
    height: auto;
}
.about-03-conent {
    margin-left: 0px;
}
.about-03 {
    padding: 20px !important;
}
.p-d {
    display: flex;
    flex-direction: column;
}
.content h3 {
    line-height: 28px;
    margin: 12px 0px;
    font-size: 18px;
}
.content p {
    font-size: 16px;
}
.content {
    margin-bottom: 40px;
}
.footer-widget p {
    text-align: center;
    padding: 0px;
    margin-bottom: 32px;
}
.footer-widget h5 {
    text-align: center;
}
.footer .btn.btn-link {
    text-align: center;
}
.footer-widget {
    text-align: center;
}
.justify-content-start {
    justify-content: inherit !important;
}
.social-icon {
    justify-content: center !important;
}
.navbar-light .navbar-toggler {
    color: snow;
    border-color: #ffffff;
}
.hero-header {
    text-align: center;
}
    .hero-header-btn {
        margin: 0px auto;
        line-height: 40px;
        font-size: 12px;
        margin-top: 12px;
    }
    .ledership-section {
    padding-bottom: 0px !important;
    margin-top: 0em !important;
}
}

@media only screen and (max-width: 640px) {
    .title-heading {
        font-size: 20px;
    }
    .service {
    padding-top: 1em;
}
.ledership-section .title-heading:before, .ledership-section .title-heading:after{
display: none;
}
.service-icon {
    width: 70px;
    height: 70px;
}
.service .service-item img {
    width: 60px;
    margin-bottom: 20px;
}
.service-item h3 {
    min-height: auto;
}
.service-item p {
    min-height: auto;
}
.service-item h3 {
    font-size: 18px;
}
.service-item p {
    min-height: auto;
    font-size: 16px;
}
.our-work img {
        max-width: 100%;
        height: auto;
    }
    .home-care-collective {
    margin: 5em 0px 0px !important;
    padding-top: 2em;
}
.service-one {
    text-align: center;
}
    .our-work .hero-header-btn {
        font-size: 12px;
    }
.our-work {
    position: relative;
    margin: 0px 0px !important;
    padding: 0em 0px;
    text-align: center;
}
.service-one h5 {
    font-size: 20px;
}
.name-list h4 {
    font-size: 13px;
    font-weight: 600;
}

}

/*RESPONSIVE*/

@media only screen and (max-width: 1920px) {
.container {
        max-width: 90%;
        padding: 0px 30px !important;
    }
.navbar-nav li a, .navbar-nav li:last-child a{
    font-size: 16px;
}
.slider-heading {
    font-size: 40px;
}
.hero-header-btn {
    padding: 5px 24px;
    font-size: 14px;
    line-height: 40px;
}
}

@media only screen and (max-width: 1199px) {
    .workprocess-details p {
    font-size: 13px;
    min-height: 112px;
}
 .container {
        max-width: 90%;
        padding: 0px 15px;
    }
    .navbar-nav li a {
    font-size: 15px;
}
.navbar-nav li:last-child a {
    font-size: 15px;
    width: 140px;
    padding: 0px;
    line-height: 44px;
}
.slider-heading {
    font-size: 30px;
    line-height: 45px;
}
.hero-header-btn {
    padding: 0px 20px;
    font-size: 12px;
}
p {
    font-size: 15px;
}
.hero-header {
    padding: 30px 22px !important;
}
.ledership-section {
    padding-bottom: 0px !important;
    margin-top: 0em !important;
}
.title-heading {
    font-size: 30px;
}
    button.navbar-toggler {
        background: linear-gradient(135deg, rgba(199, 92, 159, 1) 0%, rgba(51, 108, 176, 1) 100%) !important;
        color: #fff !important;
        border: none;
        height: 49px;
        border-radius: 10px;
    }
.navbar-nav {
    display: flex;
    align-items: flex-start;
}
.bg-success {
    background-color: #f2f0ff !important;
}

    .workprocess-details.step-02, .workprocess-details.step-01 {
        width: 100%;
        border-radius: 0px;
    }
}


@media only screen and (max-width: 1075px) {
.navbar-nav li a {
        text-align: center;
        padding: 0px 20px;
    }
.workprocess-details p {
        font-size: 13px;
        min-height: 137px;
        font-weight: 400;
    }
    .workprocess-details.step-02 {
    top: -265px;
}
    .workprocess-details.step-01 {
        top: 90px;
        left: 0;
    }
}


@media only screen and (max-width: 800px) {
header.header-wrapper {
    position: relative;
}
.brand-logo {
    max-width: 100px;
}
.service-icon {
    width: 60px;
    height: 60px;
}
.title-heading {
        font-size: 25px;
    }
    .service-item h3 {
    min-height: auto;
    font-size: 16px;
}
.service-item p {
    font-size: 15px;
    position: relative;
    min-height: 100px;
}
.hero-header-image img {
    max-width: 300px;
}
.service-list {
    margin-bottom: 20px;
}
    .our-work img {
        max-width: 100%;
        height: auto;
        width: 300px;
    }
    .copyright-text {
    margin-bottom: 0px !important;
    font-size: 12px;
}
.innerpage-banner {
    padding-top: 1em;
}
    .innerbanner-heading {
        font-size: 20px;
        text-align: center;
    }
        .aboutbanner-content p {
        font-size: 16px;
        text-align: center;
    }
    .breadcrums {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0px;
    font-size: 14px;
}
    .hero-header-btn {
        padding: 0px 20px;
        font-size: 12px;
        display: block;
        margin: 12px 0px !important;
    }
        .service-one ul li {
        font-size: 15px;
    }
    .btn-group-section .hero-header-btn {
        margin: 5px !important;
        width: 90% !important;
    }
    .btn-group-section {
    padding: 12px;
}
.S-page .row {
    margin-top: 1em !important;
    margin-bottom: 0px !important;
}
.service-one-c {
    text-align: left;
}
.service-one h4 {
    font-size: 17px;
    line-height: 17px;
}
.our-work .row {
    margin-bottom: 0px !important;
}
    .service-one ul li {
        font-size: 15px;
        text-align: left;
    }
    .tabs input[type="radio"]+label {
        margin-bottom: 10px;
        margin: 0px 0px 10px;
    }
.tabs input[type="radio"]:checked + label + .tab {
    display: block;
    padding: 0px;
}
.faquestion-list .tabs label {
    font-size: 18px;
    font-weight: 500 !important;
    line-height: 20px;
    font-size: 15px !important;
    padding: 15px;
}
.accordion-label::after{
    display: none;
}
.tabs input[type="radio"]:checked + label {
    margin-bottom: 0px;
}
.contact-info li a {
    font-size: 14px;
}
.contact-text, .form-section {
    padding: 20px;
}
}

@media only screen and (max-width: 600px) {
.slider-heading {
        font-size: 25px;
        line-height: 35px;
    }
    .footer-widget p {
    font-size: 15px;
}
.footer-widget ul li a {
    font-size: 15px !important;
}
.ledership-section .row {
    margin-top: 0px !important;
}
.footer .row {
    padding: 1em 0px !important;
}
.footer-widget img {
    max-width: 100px;
}
.title-heading {
        font-size: 20px;
    }
    .form-section .form-group {
    width: 100%;
    display: inline-block;
}
.form-section input {
    height: 45px;
    font-size: 13px;
}
.form-section select{
    height: 45px;
    font-size: 13px;
}
.form-section textarea{
    font-size: 13px;
}
input[type='submit'] {
    font-size: 13px !important;
    height: auto !important;
}
.about-03 {
        padding: 10px !important;
    }
}

@media only screen and (max-width: 999px) {
    .offcanvas-header {
    background: #f2f0ff;
    }
    .bg-success {
        background-color: #f2f0ff !important;
        padding: 0px;
    }
    .navbar-nav {
    padding: 0px 15px;
}
.navbar-nav li {
    width: 100%;
}

    .navbar-nav li:last-child a {
        margin-top: 20px;
    }
.navbar-nav li a {
        font-size: 15px;
        line-height: 21px;
        text-align: center;
    }
        .navbar-nav li:last-child a {
        margin-top: 0;
    }
}

@media only screen and (max-width: 991px) {
.navbar-nav li a {
    text-align: left;
    line-height: 52px;
    border-bottom: 1px solid #dad6f4;
}
    .navbar-nav li:last-child a {
        margin-top: 20px !important;
    }

    .footer-widget img {
    max-width: 100px !important;
}
.footer-widget p {
        text-align: center;
        font-size: 15px !important;
    }
    .footer .btn.btn-link {
        text-align: center;
        font-size: 16px;
    }
        .footer-widget h5 {
        text-align: center;
        margin-top: 12px;
    }
.footer .btn.btn-link {
    text-align: center;
}
.footer-widget p {
    text-align: center;
}
a.map {
    text-align: center;
}
.social-icon {
    display: flex !important;
    align-items: center;
    justify-content: center !important;
}
.name-list h4 {
    font-size: 13px;
    font-weight: 600;
}
.our-work img {
    height: auto;
}
}
@media only screen and (max-width: 875px) {
.header-wrapper {
    position: relative;
}
.brand-logo {
    max-width: 100px;
}
    .row {
        margin-bottom: 0px !important;
        padding: 10px 30px !important;
    }
    .workprocess-details.step-02 {
        top: auto;
    }
    .workprocess-details p {
        font-size: 13px;
        min-height: auto;
        font-weight: 400;
    }
    .workprocess-details.step-01 {
        top: auto;
    }
        .arrow:before {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        border-top: 22px solid transparent;
        border-bottom: 22px solid transparent;
        border-left: 28px solid #6316a0;
        top: -7px;
        right: -20px;
    }
    .step-02:after, .step-01:after, .step-01:before, .step-02:before{
        display: none;
    }
    .arrow:before {
    z-index: 99;
}
.arrow:before {
    z-index: 99;
    border-left: 28px solid #883dc4;
}
}

@media only screen and (max-width: 768px) {
.service-item p {
    min-height: auto;
}
        .service-one ul li {
        text-align: center;
    }
.home-care-collective {
    margin: 1em 0px 0px !important;
    padding-top: 3em;
}
.service-one {
    text-align: center;
}
    .our-work.mt-5 {
    padding: 0;
}
    .workprocess li {
        font-weight: 700;
        font-size: 20px;
        margin: 0px 0px 12px;
        display: flex;
        align-items: center;
    }
    .workprocess li span svg {
        display: block !important;
        margin-left: 5px;
    }
.workprocess li span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 12px !important;
}

}
@media only screen and (max-width: 462px) {
    .container {
        max-width: 100%;
        padding: 0px 15px !important;
    }
    .team-img {
    height: auto;
}
.team-infobox h3 {
    font-size: 16px;
}

}

@media only screen and (max-width: 480px) {
.ledership-section .title-heading {
    font-size: 20px;
}
    .ledership-section .title-heading {
        font-size: 16px;
    }
    .btn-group-section .hero-header-btn {
    font-size: 12px;
}
    .row {
        margin-bottom: 0px !important;
        padding: 10px 10px !important;
    }
        .workprocess li span {
        font-size: 16px;
    }
}