body {
    padding: 0;
    margin: 0;
    background: #FFF;
    font-family: 'Poppins', sans-serif;
}

body button,
.btn,
body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.btn:hover,
body button:hover {
    opacity: .8;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

body a:hover {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.button-style:hover {
    background-color: #05b993 !important;
    color: #fff;
}

html {
    scroll-behavior: smooth;
}

h2,
h3,
h5,
h6 {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.9;
    color: #51585f;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

.text-bl {
    color: #343a40;
}

.text-da {
    color: #000;
}

.bg-li {
    background: #f8f9fa;
}

.let {
    letter-spacing: 1px;
}

header {
    -webkit-box-shadow: 0.33333rem 0 1.33333rem rgba(87, 87, 87, .1);
    -moz-box-shadow: 0.33333rem 0 1.33333rem rgba(87, 87, 87, .1);
    box-shadow: 0.33333rem 0 1.33333rem rgba(87, 87, 87, .1);
    background: #fff;
    line-height: 65px;
}

.main-top {
    position: relative;
    z-index: 1;
}

.toggle,
[id^=drop] {
    display: none;
}

nav {
    margin: 0;
    padding: 0;
}

#logo a {
    float: left;
    display: initial;
    font-size: 32px;
    color: #fff;
    text-shadow: 2px 5px 3px rgba(0, 0, 0, 0.06);
    padding: 0;
    font-weight: 600;
}

nav:after {
    content: "";
    display: table;
    clear: both;
}

nav ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

nav ul li {
    margin: 0px;
    display: inline-block;

}

nav a {
    color: #202428;
    font-size: 18px;
    letter-spacing: .5px;
    margin: 0 14px;
    font-weight: 400;
}

nav a:hover {
    color: #05b993;
}

.menu a {
    position: relative;
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

.menu a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: currentColor;
    transition: width 0.3s ease;
}

.menu a:hover::after {
    width: 100%;
}

li>a:only-child:after {
    content: '';
}

@media all and (max-width : 991px) {
    #logo {
        display: block;
        padding: 0;
        width: 100%;
        text-align: center;
        float: none;
    }

    nav {
        margin: 0;
    }

    .menu {
        display: none;
    }

    .toggle {
        display: block;
        padding: 6px 12px;
        font-size: 30px;
        text-decoration: none;
        border: none;
        float: right;
        color: #000;
        font-weight: 500;
        letter-spacing: 1px;
        margin-bottom: 0;
        cursor: pointer;
        -webkit-border-radius: 4px;
        -o-border-radius: 4px;
        -ms-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
    }

    [id^=drop]:checked+ul {
        display: block;
        background: #fff;
        padding: 15px 0;
        text-align: center;
        width: 100%;
    }

    nav ul li {
        display: block;
        width: 100%;
        padding: 5px 0;
    }

    nav a:hover {
        background-color: transparent;
    }

}

.banner_w3lspvt {
    padding: 10vw 0;
    z-index: 0;
}

p.text-sty-banner {
    font-size: 18px;
    color: #51585f;

    margin: 20px 0;
}

h3.w3ls_pvt-title {
    font-size: 3rem;
    font-weight: 600;
    color: #202428;
}

h3.w3ls_pvt-title span {
    color: #05b993;
}

.button-style {
    padding: 14px 26px;
    border: none;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #05b993;
}

.shape-wthree {
    -webkit-animation: fa-spin 5s infinite linear;
    -moz-animation: fa-spin 5s infinite linear;
    -ms-animation: fa-spin 5s infinite linear;
    -o-animation: fa-spin 5s infinite linear;
    animation: fa-spin 5s infinite linear;
}

img.shape-w3-one {
    top: 37%;
    position: absolute;
    right: 2%;
    z-index: -1;
}

img.shape-w3-two {
    top: 12%;
    position: absolute;
    right: 50%;
    z-index: -1;
}

img.shape-w3-three {
    top: 10%;
    position: absolute;
    right: 15%;
    z-index: -1;
}

img.shape-w3-four {
    position: absolute;
    top: 30%;
    left: 4%;
    z-index: -1;
}

img.shape-w3-five {
    position: absolute;
    bottom: 14%;
    right: 7%;
    z-index: -1;
}

img.shape-w3-six {
    position: absolute;
    bottom: 18%;
    left: 23%;
    z-index: -1;
}

.card-text {
    font-size: 15px;
    line-height: 22px;
}

.about-in h5.card-title {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.about-right-faq {
    padding-right: 7vw;
}

.about-right-faq h6 {
    color: rgb(5, 185, 147);
    letter-spacing: 2px;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
}

.about-right-faq h3 {
    font-size: 34px;
    line-height: 1.4;
    font-weight: 600;
}

ul.w3l-right-book li {
    margin-bottom: 10px;
    color: rgb(0, 0, 0);
    letter-spacing: 1px;
    font-size: 16px;
    list-style: inside;
}

.about-in .card {
    padding: 2.5em 2em;

    background: #fff;
    -webkit-box-shadow: 0px 11px 42px 1px rgba(58, 52, 82, 0.1);
    -moz-box-shadow: 0px 11px 42px 1px rgba(58, 52, 82, 0.1);
    box-shadow: 0px 11px 42px 1px rgba(58, 52, 82, 0.1);
    height: 100%;
    transition: 0.3s;
    border: 1px solid #fff;
}

.about-in .bg-clr-w3l {
    width: 75px;
    height: 75px;
    background: #9657f6;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
}

.what-we-card-2:hover {
    border: 1px solid #00ebac !important;
    transition: 0.3s;
}

.what-we-card:hover {
    border: 1px solid #9657f6 !important;
    transition: 0.3s;
}

.bg-clr-w3l i {
    font-size: 34px;
    color: #fff;
}

.about-in:nth-child(2) .bg-clr-w3l {
    background: #00ebac;
}

.about-in:nth-child(3) .bg-clr-w3l {
    background: #9657f6;
}

h3.tittle,
h2.tittle {
    color: #111;
    font-size: 40px;
    font-weight: 600;
}

p.sub-tittle {
    max-width: 800px;
    margin: 0 auto;
    font-size: 18px;
}

.icon-effect-w3 {
    background: #05b993;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto 1em;
}

.icon-effect-w3 span {
    line-height: 70px;
    font-size: 24px;
    color: #fff;
}

.subscribe {
    max-width: 800px;
}

a.move-top span {
    color: #05b993;
    font-size: 30px;
}

.partners {
    background: url(../assets/inner.jpg) no-repeat top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.partners-2 {
    background: url(../assets/bg-new.png) no-repeat top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

p.title-sub-2 {
    font-size: 19px;
    color: #333;
}

h3.title-w3 {
    color: #111;
    font-size: 32px;
}

.banner_w3lspvt-2 {
    background: url(../assets/inner.png) no-repeat top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.breadcrumb {
    background-color: #00000012;
    padding-block: 6rem;
    justify-content: center;
    margin-bottom: 0;
}

li.breadcrumb-item a,
li.breadcrumb-item {
    color: #000;
    letter-spacing: 1px;
    font-size: 18px;
    text-decoration: none;
}

@media(max-width: 1366px) {
    h3.w3ls_pvt-title {
        font-size: 3.5rem;
    }
}

@media(max-width: 1280px) {

    h3.tittle,
    h2.tittle {
        font-size: 38px;
    }
}

@media(max-width: 1080px) {
    .about-in .card {
        padding: 2.5em 1em;
    }

    .about-in h5.card-title {
        font-size: 21px;
    }

    h3.w3ls_pvt-title {
        font-size: 3rem;
    }

    p.text-sty-banner {
        font-size: 15px;
    }

    #logo a {
        font-size: 30px;
    }

    nav a {
        font-size: 14px;
        margin: 0 8px;
    }
}

@media(max-width: 991px) {

    h3.tittle,
    h2.tittle {
        font-size: 36px;
    }

    p.sub-tittle {
        font-size: 15px;
    }

    .about-in .card {
        max-width: 500px;
        margin: 0 auto;
    }

    h3.w3ls_pvt-title {
        font-size: 2.5rem;
    }

    p.text-sty-banner {
        font-size: 14px;
    }

    .w3ls_banner_txt {
        padding-top: 3vw;
    }

    #logo a {
        font-size: 26px;
    }
}

@media(max-width: 768px) {

    h3.tittle,
    h2.tittle {
        font-size: 34px;
    }
}

@media(max-width: 736px) {
    h3.title-w3 {
        font-size: 30px;
    }

    p.title-sub-2 {
        font-size: 17px;
    }

    .about-right-faq h6 {
        font-size: 14px;
    }

    .about-right-faq h3 {
        font-size: 32px;
    }

    ul.w3l-right-book li {
        font-size: 15px;
    }

    .button-style {
        padding: 13px 24px;
        font-size: 13px;
    }
}

@media(max-width: 640px) {

    h3.tittle,
    h2.tittle {
        font-size: 30px;
    }

    p.sub-tittle {
        font-size: 14px;
    }
}

@media(max-width: 480px) {
    h3.title-w3 {
        font-size: 26px;
    }

    p.title-sub-2 {
        font-size: 16px;
    }

    h3.w3ls_pvt-title {
        font-size: 2.3rem;
    }

    img.shape-w3-one {
        right: 6%;
    }
}

@media(max-width: 440px) {
    p.sub-tittle {
        font-size: 13px;
    }

    h3.tittle,
    h2.tittle {
        font-size: 28px;
    }

    p {
        font-size: 13px;
    }

    nav a {
        font-size: 13px;
    }
}

@media(max-width: 414px) {

    .about-right-faq h3 {
        font-size: 30px;
    }
}

@media(max-width: 375px) {

    .about-right-faq h3 {
        font-size: 28px;
    }

    .about-right-faq h6 {
        font-size: 13px;
    }

    h3.w3ls_pvt-title {
        font-size: 2.1rem;
    }

    p.text-sty-banner {
        font-size: 13px;
    }
}

@media(max-width: 320px) {
    h3.title-w3 {
        font-size: 24px;
    }

    p.title-sub-2 {
        font-size: 14px;
    }

    .about-right-faq h3 {
        font-size: 26px;
    }

    ul.w3l-right-book li {
        font-size: 14px;
    }

    .button-style {
        padding: 13px 20px;
        font-size: 12px;
    }
}

.tabs-container {
    width: 100%;
    height: auto;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
}

.tabs {
    padding: 10px 20px 15px 20px;
}

.tab-links {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f0f0f0;
}

.tab-link {
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 0px;
    color: #333333;
    cursor: pointer;
    position: relative;
    transition: color 0.3s ease;
}

.tab-link.active,
.tab-link:hover {
    color: #000;
}

.tab-link i {
    margin-right: 10px;
    font-size: 26px;
}

.services_brach {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: flex;
    margin-block: 10px;
    padding-block: 20px;
    align-items: center;
    padding-inline: 16px;
    height: 100%;
    border-radius: 4px;
    border-top: 1px solid #05b993;
}

.services_brach i {
    background: #05b993;
    color: #fff;
    width: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    margin-right: 8px;
}

.tab-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    bottom: -1px;
    left: 50%;
    background: linear-gradient(45deg, #b84de5, #05b993);

    transition: all 0.4s ease;
}

.tab-link.active::after {
    width: 100%;
    left: 0;
}

.tab-content {
    display: none;
    animation: fadeInUp 0.5s ease;
    padding: 30px 0px;
}

.tab-content.active {
    display: block;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 600px) {
    .tab-links {
        flex-direction: column;
        align-items: center;
    }

    .tab-link {
        text-align: center;
        width: 100%;
        padding: 15px 0;
    }
}

.core_value_section {
    text-align: center;
    padding: 48px 8px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.core_value_section i {
    font-size: 38px;
    margin-bottom: 1rem;
    color: #39dcb1;
}

.founder i {
    line-height: 70px;
    font-size: 24px;
    color: #fff;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

.banner-img img {
    animation: float 3s ease-in-out infinite;
}

@keyframes rotateYLoop {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

.bg-clr-w3l i {
    animation: rotateYLoop 4s linear infinite;
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

.left-wthree-img img {
    animation: floatUpDown 3s ease-in-out infinite;
}

.core_value_section i {
    transition: transform 0.5s ease;
}

.core_value_section:hover i {
    transform: rotate(360deg);
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

.welcome-right img {
    animation: floatUpDown 3s ease-in-out infinite;
}

@keyframes floatImage {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

.left-img-w3ls img {
    animation: floatImage 3s ease-in-out infinite;
}

@media (max-width: 767px) {
    .services_brach {
        flex-direction: column;
        text-align: center;
        padding-block: 30px;
    }
}