:root {
    --tp-ff-fontawesome: "Font Awesome 6 Pro"
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

*::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none
}

body {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    color: #232323;
    line-height: 26px;
    overflow-x: hidden !important
}

a {
    text-decoration: none;
    transition: 0.3s ease-out;
    font-family: 'Poppins'
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins';
    font-weight: 500;
    color: #232323;
    transition: 0.3s ease-out;
    margin-top: 10px
}

h1 {
    font-size: 28px;
    line-height: 42px
}

h2 {
    font-size: 28px;
    line-height: 42px
}

h3 {
    font-size: 28px;
    line-height: 38px
}

h4 {
    font-size: 24px;
    line-height: 34px
}

h5 {
    font-size: 20px;
    line-height: 30px
}

h6 {
    font-size: 16px;
    line-height: 26px
}

ul,
li {
    list-style: none;
    font-family: 'Poppins'
}

ul {
    margin: 0;
    padding: 0
}

p {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
    text-align: justify;
    line-height: 30px;
}

a,
.btn,
button,
span,
p,
i,
input,
select,
textarea,
li,
img,
svg path,
::after,
::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
    transition: 0.3s ease-out
}

img {
    object-fit: cover
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none
}

a,
button {
    color: inherit;
    outline: none;
    border: none;
    background: #fff0
}

button:hover {
    cursor: pointer
}

button:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

input {
    outline: none
}

.p-50 {
    padding: 0 100px
}

input[type="color"] {
    appearance: none;
    background: none;
    border: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    padding: 0;
    border-radius: 50%
}

::selection {
    background: #333;
    color: #fff;
    text-shadow: none
}

.w-img img {
    width: 100%
}

.m-img img {
    max-width: 100%
}

.fix {
    overflow: hidden
}

.clear {
    clear: both
}

.z-index-1 {
    z-index: 1
}

.z-index-11 {
    z-index: 11
}

.overflow-y-visible {
    overflow-x: hidden;
    overflow-y: visible
}

.p-relative {
    position: relative
}

.p-absolute {
    position: absolute
}

.include-bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.basic-pagination ul li {
    display: inline-block
}

.basic-pagination ul li:not(:last-child) {
    margin-right: 6px
}

.basic-pagination ul li a,
.basic-pagination ul li span {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 7px;
    border: 1px solid #F2F5FA;
    font-size: 14px;
    font-weight: 500;
    color: #8A879F
}

.section-padding {
    padding: 50px 0
}

.header {
    display: block;
    width: 100%;
    position: relative;
    z-index: 99;
    padding: 0 40px
}

.header .item-left {
    display: flex;
    align-items: center
}

.header .item-right {
    display: flex;
    align-items: center;
    gap: 15px
}

.header .menu>ul>li {
    display: inline-block;
    margin-left: 34px
}

.menu-item-has-children i {
    padding-left: 6px;
    font-size: 12px;
    vertical-align: 2px
}

.header .menu>ul>li>a {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    position: relative;
    transition: color 0.3s ease
}

.header .menu>ul>li .sub-menu {
    position: absolute;
    z-index: 500;
    background-color: #232323;
    transition: all 0.5s ease;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
    top: 67%;
    border-radius: 4px
}

@media(min-width:992px) {
    .header .menu>ul>li.menu-item-has-children:hover .sub-menu {
        margin-top: 0;
        visibility: visible;
        opacity: 1
    }
}

.header .menu>ul>li .sub-menu>ul>li {
    line-height: 1;
    text-align: left
}

.header .menu>ul>li .sub-menu>ul>li>a {
    display: inline-block;
    padding: 18px 20px;
    font-size: 15px;
    color: #fff;
    transition: color 0.3s ease;
    text-decoration: none;
    text-transform: capitalize
}

.header .menu>ul>li .single-column-menu {
    min-width: 175px
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li {
    line-height: 1;
    display: block
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
    padding: 10px 0;
    display: inline-block;
    font-size: 15px;
    color: #555;
    transition: color 0.3s ease
}

.header .menu>ul>li .sub-menu.mega-menu {
    left: 50%;
    transform: translateX(-50%)
}

.header .menu>ul>li .sub-menu.mega-menu-column-4 {
    max-width: 1100px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 15px
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
    flex: 0 0 25%;
    padding: 0 15px
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title {
    font-size: 16px;
    color: #3470cb;
    font-weight: 500;
    line-height: 1;
    padding: 10px 0
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
    text-align: center
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    margin-top: 10px;
    height: 300px;
    object-fit: cover
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover,
.header .item-right a:hover,
.header .menu>ul>li:hover>a {
    color: #3470cb
}

.coaching-support-sec .title span {
    color: #1373ba;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.4px;
}

.coaching-support-sec .title h2 {
    margin-top: 6px;
}

.coaching-support-sec .eastern-desc ul li {
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 30px;
}

.banner-section {
    background-image: url(../img/banner.webp);
    background-size: cover;
    background-position: center;
    height: 700px;
    width: 100%;
    display: block
}

.mobile-menu-head,
.mobile-menu-trigger {
    display: none
}

.book-session a {
    background: linear-gradient(0deg, #4590ca 0%, #1373ba 100%);
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 17px;
    color: #fff
}

.book-session a:hover {
    color: #ffffff !important
}

.hero-section {
    background-image: url(../img/222.webp);
    background-repeat: no-repeat;
    background-size: cover;
    transition: background-image 0.5s
}

.bg-image {
    background-image: url(../img/222.webp)
}

.left-side-pos {
    position: absolute;
    bottom: 65px
}

.bg-image-1 {
    background-image: linear-gradient(rgb(0 0 0 / .5), rgb(0 0 0 / .5)), url(../img/individual-coaching1.webp);
    background-position: top
}

.bg-image-2 {
    background-image: linear-gradient(rgb(0 0 0 / .5), rgb(0 0 0 / .5)), url(../img/Group-Coachings.webp);
    background-position: top
}

.bg-image-3 {
    background-image: linear-gradient(rgb(0 0 0 / .5), rgb(0 0 0 / .5)), url(../img/Organizational-Coaching.webp);
    background-position: top
}

.bg-image-4 {
    background-image: linear-gradient(rgb(0 0 0 / .5), rgb(0 0 0 / .5)), url(../img/Workshop-banner.webp);
    background-position: top
}

.bg-image-5 {
    background-image: linear-gradient(rgb(0 0 0 / .5), rgb(0 0 0 / .5)), url(../img/Individual-Coaching-banner.webp);
    background-position: top
}

.top-bar {
    background: linear-gradient(0deg, #4590ca 0%, #1373ba 100%);
    height: fit-content;
    overflow: hidden;
    padding: 0
}

.default-text {
    color: #3470cb
}

.white-text {
    color: #ffffff !important
}

.top-bar p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0;
    padding: 8px 0;
    word-spacing: 6px;
    text-transform: capitalize
}

.hero-heading {
    color: #3470cb;
    font-size: 20px;
    font-weight: 500
}

.hero-section .left-side {
    padding: 50px 70px
}

.hero-section .hero-heading {
    margin-top: 30px
}

.hero-section .hero-heading a {
    position: relative
}

.dropdown-toggle::after {
    margin-left: 6px;
    vertical-align: 3px
}

.hero-section .hero-heading a i::after {
    content: "";
    position: absolute;
    border: 1px solid;
    background: #fff0;
    height: 48px;
    width: 114%;
    border-radius: 50px;
    top: -10px;
    left: -9px
}

.hero-heading i {
    font-size: 28px;
    color: #3470cb;
    vertical-align: -2px;
    margin-right: 10px
}

.white-text {
    color: #fff
}

.white-icon {
    color: #fff
}

.hero-heading a.active {
    color: #fff
}

.hero-heading a.active i {
    color: #fff
}

.hero-heading a.active::after {
    border-color: #fff
}

.highlight {
    color: #3470cb;
    font-weight: 700
}

.hero-heading p {
    padding-top: 30px;
    color: #3470cb;
    padding-right: 80px;
    font-size: 17px;
    text-align: justify;
    line-height: 30px;
    margin-bottom: 0
}

.hero-section .row {
    height: 80vh;
    overflow: hidden
}

.hero-section .left-side .left-side-pos #hero-title {
    color: #3470cb;
    font-size: 46px;
    font-weight: 500
}

.generation-sec .cover-tab-inner .cover-wrapper span {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500
}

.hero-section .left-side p {
    color: #3470cb;
    font-size: 25px;
    font-weight: 500;
    margin-top: 20px;
    text-transform: capitalize;
    word-spacing: 4px
}

.hero-section .right-side {
    overflow: hidden;
    position: relative
}

.hero-section .right-side .tabs {
    color: #fff;
    overflow: hidden;
    position: absolute;
    bottom: 30px;
    z-index: 9999999999999
}

.hero-section .right-side .tabs ul {
    gap: 15px
}

.right-side .tabs ul li {
    font-size: 14px;
    padding: 6px 12px;
    border: 1px solid #3470cb;
    border-radius: 60px;
    transition: 0.3s linear;
    cursor: pointer;
    background: linear-gradient(0deg, #4590ca 0%, #1373ba 100%)
}

.right-side .tabs ul li:hover {
    background: #232323;
    border-color: #232323
}

.right-side .tabs ul li.active-tab {
    background: #3470cb;
    border-color: #3470cb;
    color: #fff
}

.right-side .tabs ul li.active-tab i {
    color: #fff
}

.right-side .tabs ul li.active-tab span {
    color: #fff
}

.banner-sec .heading {
    margin: 0 40px 20px;
    text-align: center
}

.banner-sec .heading h2 {
    font-size: 28px;
    margin: 0 auto;
    text-align: center;
    font-weight: 500;
    color: #232323;
    line-height: 40px;
    max-width: 80%
}

.about-us-section h2 {
    font-size: 28px;
    color: #232323;
    font-weight: 500;
    margin-bottom: 12px;
    line-height: 40px
}

.about-us-section p {
    font-size: 20px;
    color: #232323;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 5px;
    margin-top: 10px
}

.about-us-section img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: 50% 29%
}

.process {
    padding: 20px 0
}

.about-us-section .text {
    padding: 0 0 0 14px
}

.about-us-section .button i {
    margin-right: 10px;
    color: #fff;
    font-size: 20px;
    vertical-align: middle
}

.about-us-section .button a {
    font-size: 17px;
    position: relative;
    color: #fff;
    font-weight: 500;
    display: flex;
    margin: 16px 0;
    align-items: center;
    background: linear-gradient(0deg, #4590ca 0%, #1373ba 100%);
    padding: 10px 15px;
    border-radius: 50px
}

.about-us-section h6 {
    font-size: 20px;
    position: relative;
    color: #232323;
    font-weight: 500
}

.about-us-section span {
    font-size: 20px;
    position: relative;
    color: #232323;
    font-weight: 500
}

.fa-angle-right {
    margin: 0 15px
}

.bold {
    color: #3470cb
}

.cover-tab {
    padding-right: 65px;
    border-right: 1px solid rgb(52 112 203 / .52);
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:1200px) and (max-width:1399px) {
    .cover-tab {
        padding-right: 30px;
        margin-right: 0
    }
}

@media (max-width:575px),
only screen and (min-width:576px) and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
    .cover-tab {
        padding-right: 0;
        margin-right: 0;
        border-right: 0;
        border-bottom: 1px solid #d9d9d9;
        padding-bottom: 35px
    }
}

.cover-tab .nav-tabs {
    border-bottom: 0
}

.cover-tab .nav-tabs .nav-link {
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
    width: 100%;
    text-align: start
}

.cover-tab .nav-tabs .nav-link {
    color: #232323;
    font-size: 20px;
    font-weight: 500
}

.cover-tab .nav-tabs .nav-link:hover,
.cover-tab .nav-tabs .nav-link:focus {
    border-color: #fff0
}

.cover-tab .nav-tabs .nav-link.active,
.cover-tab .nav-tabs .nav-link:hover {
    border: 0;
    color: #fff;
    background: #3470cb
}

.cover-tab .nav-tabs .nav-link.active i,
.cover-tab .nav-tabs .nav-link:hover i {
    opacity: 1;
    visibility: visible;
    color: #fff
}

.cover-tab .nav-tabs .nav-link i {
    float: right;
    color: #3470cb;
    opacity: 0;
    visibility: hidden
}

.cover-tab .nav {
    flex-direction: column;
    justify-content: flex-start;
    gap: 12px 0
}

.cover-tab .nav-link {
    font-size: 24px;
    font-weight: 500;
    color: #232323;
    padding: 0 30px;
    height: 70px;
    transition: 0.3s
}

.cover-tab-inner .tab-content .tab-pane {
    opacity: 0;
    transition: 0.5s linear
}

.cover-tab-inner .tab-content .tab-pane.show {
    opacity: 1
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
(max-width:450px) {
    .cover-tab .nav-link {
        font-size: 20px;
        padding: 0 25px
    }
}

.cover-tab .nav-link:hover {
    border: 0;
    color: #111;
    background: var(--clr-common-white);
    box-shadow: rgb(0 0 0 / .07) 0 4px 44px
}

.two-column .cover-wrapper {
    /* margin-left: 30px; */
    position: relative;
    z-index: 5;
    display: grid
;
    grid-template-columns: 46% 50%;
    align-items: center;
    gap: 30px;
}

.two-column .cover-wrapper img {
    /* margin-left: 30px; */
    position: relative;
    z-index: 5;
    display: grid
;
    grid-template-columns: 46% 50%;
    align-items: center;
    gap: 30px;
}

@media (max-width:575px),
only screen and (min-width:576px) and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
    .cover-wrapper {
        margin-left: 0
    }
}

.cover-thumb {
    max-width: 545px;
    position: relative;
    z-index: 1
}

@media (max-width:575px),
only screen and (min-width:576px) and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
    .cover-thumb {
        max-width: 100%
    }
}

.cover-thumb img {
    height: 400px;
    position: relative;
    z-index: -1
}

/* .cover-card-content {
    padding: 30px;
    background: #f2f2f2;
    max-width: 500px;
    position: relative;
    z-index: 1
}

.cover-card-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #3470cb
}

@media (max-width:575px) {
    .cover-card-content h3 {
        font-size: 26px
    }
}

.cover-card-content p {
    margin-bottom: 25px
}

.cover-card-inner {
    position: absolute;
    right: 0;
    top: 232px
} */

/* @media (max-width:575px),
only screen and (min-width:576px) and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
    .cover-card-inner {
        bottom: 0;
        top: auto 
    }
}

@media (max-width:450px) {
    .cover-card-inner {
        position: static
    }
} */

.banner-sec {
    padding: 35px 0 0
}

/* .cover-area .sub-heading {
    font-size: 28px;
    font-weight: 500;
    color: #232323;
    margin-bottom: 2px;
    text-align: center
} */

.cover-area h2 {
    font-size: 28px;
    font-weight: 500;
    color: #232323;
    text-align: center
}

.cover-area a {
    color: #232323;
    font-size: 16px
}

.cover-area i {
    margin-right: 12px;
    color: #fff;
    font-size: 20px;
    vertical-align: -1px
}

.icon-sec {
    padding: 60px 0
}

.icon-sec .img-boxes {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative
}

.icon-sec .img-boxes::after {
    content: "";
    position: absolute;
    top: 34%;
    left: 0;
    right: 0;
    height: 2px;
    background: #3470cb;
    z-index: -1
}

.icon-sec .img-boxes .images-content {
    position: relative;
    flex: 1 1 0%
}

.icon-sec .img-boxes .images-content .icon-img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background-color: #fff;
    border: 2px solid #3470cb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px
}

.icon-sec .img-boxes .images-content .icon-img img {
    width: 46px
}

.icon-sec .img-boxes .images-content::after {
    content: "";
    position: absolute;
    top: 34%;
    right: 0;
    z-index: 0;
    width: 10px;
    height: 2px;
    background: #000
}

.icon-sec .img-boxes .images-conten:last-child::after {
    all: unset
}

.icon-sec .img-boxes .images-content p {
    font-size: 20px;
    color: #181c14;
    font-weight: 500;
    text-align: center;
    margin: 0
}

.icon-sec .img-boxes .images-content:nth-child(2n) .icon-img {
    background: #3470cb
}

.icon-sec .img-boxes .images-content:nth-child(2n) .icon-img img {
    filter: invert(1) brightness(6.5)
}

.icon-sec span {
    font-size: 22px;
    font-weight: 600;
    color: #3470cb;
    margin-bottom: 5px;
    text-align: center
}

.icon-sec h2 {
    font-size: 28px;
    font-weight: 500;
    color: #232323;
    margin-bottom: 30px;
    text-align: center;
    line-height: 50px
}

.icon-sec .img-boxes .images-content h2 {
    font-size: 25px;
    font-weight: 600;
    color: #3470cb;
    margin-bottom: 5px;
    text-align: center
}

.icon-sec {
    position: relative;
    background: url(../img/about-bg.webp);
    z-index: 1
}

.for-you-sec h2 {
    font-size: 28px;
    font-weight: 500;
    color: #232323;
    margin-bottom: 4px
}

.for-you-sec .swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    left: 0;
    width: 100%;
    bottom: -8px !important
}

.for-you-sec .button i {
    margin-right: 15px;
    color: #fff;
    font-size: 22px;
    vertical-align: middle
}

.for-you-sec .button a {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    background: linear-gradient(0deg, #4590ca 0%, #1373ba 100%);
    padding: 10px 20px;
    border-radius: 50px;
    display: inline-block
}

.img-2 {
    width: 67%;
    object-fit: cover
}

.about-section li {
    color: #232323;
    margin-bottom: 6px;
    line-height: 28px;
    font-weight: 400
}

.about-section ul {
    margin-bottom: 22px
}

.about-section ul li {
    list-style: disc
}

.about-section .cover-tab ul {
    margin-bottom: 0
}

.about-section .cover-tab ul li {
    list-style: none !important
}

.counter-inner {
    margin: 20px 0
}

.count-icon {
    font-size: 48px
}

.for-you-sec .content-div .description span {
    text-transform: capitalize
}

.counter-wrapper .text-white {
    font-size: 20px;
    font-weight: 600;
    border-right: 1px dashed #232323;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 70px;
    justify-content: center;
    text-align: center;
    color: #232323 !important
}

.counter-wrapper .icon-box {
    margin-bottom: 15px
}

.counter-wrapper .icon-box img {
    filter: brightness(.1) grayscale(1);
    width: 50px
}

.counter-wrapper .counter-inner .col-4:last-child .text-white {
    border-right: unset
}

.cover-area .cover-tab-inner .cover-wrapper .cover-card-inner .cover-card-content .button a {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    padding: 10px 15px;
    background: linear-gradient(0deg, #4590ca 0%, #1373ba 100%);
    border-radius: 50px
}

.cover-area .cover-card-content {
    margin-top: 20px;
}

.cover-area .cover-card-content ul li {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 15px;
    font-size: 16px;
}

.cover-area {
    padding: 30px 0
}

.cta-sec {
    background: #1a1a19;
    padding: 30px 0;
}

.cta-sec .text h2 {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 10px;
}

.cta-sec .text a {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    background: linear-gradient(0deg, rgb(69, 144, 202) 0%, rgb(19, 115, 186) 100%);
    padding: 10px 15px;
    border-radius: 50px;
    gap: 10px;
}

.image-sec h2 {
    font-size: 38px;
    font-weight: 500;
    color: #232323
}

.image-sec .content-div {
    cursor: pointer
}

.image-sec .content-div .img {
    transition: 0.6s ease-in-out;
    overflow: hidden;
    border-radius: 10px
}

.image-sec .content-div .img img {
    transform: scale(1);
    transition: 0.6s linear;
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px
}

.image-sec .content-div .description {
    padding: 16px 0 12px 5px;
    transition: 0.4s
}

.image-sec .content-div .description h4 {
    font-size: 18px;
    color: #3470cb;
    transition: 0.6s linear;
    font-weight: 600;
    line-height: 25px;
    text-align: center
}

.image-sec .content-div .img .icon {
    position: absolute;
    height: 40px;
    width: 40px;
    background: #fff0;
    border: 1px solid #fff;
    top: 40%;
    left: 42%;
    border-radius: 50px;
    display: none
}

.image-sec .content-div .img i {
    color: #fff;
    vertical-align: -9px;
    margin-left: 8px;
    font-size: 24px
}

.image-sec .content-div:hover .icon {
    display: block
}

.image-sec .content-div:hover img {
    transform: scale(1.2);
    filter: brightness(.8)
}

.video-sec {
    padding: 30px 0
}

.about-section .img {
    object-fit: cover;
    object-position: 19% center;
    height: 572px;
    border-radius: 0 !important
}

.about-us-section {
    margin-top: -10px
}

.about-section h2 {
    font-size: 28px;
    position: relative;
    color: #232323;
    font-weight: 500;
    margin-bottom: 20px;
    margin-left: -18px
}

.update-widget i {
    font-size: 25px
}

.update-widget .personal ul li {
    align-items: center;
    gap: 13px
}

main {
    overflow: hidden
}

.get-call-sec {
    padding-top: 50px
}

.get-call-sec h2 {
    font-size: 28px;
    color: #232323;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center
}

.get-call-sec .content-div .img {
    display: flex;
    align-items: center;
    transition: 0.6s ease-in-out;
    overflow: hidden;
    border-radius: 8px
}

.get-call-sec .content-div .img img {
    border-radius: 8px;
    width: 100%;
    object-fit: cover;
    object-position: 30% 34%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s linear;
    transition: 0.6s linear
}

.get-call-sec .content-div:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    filter: brightness(.8)
}

.get-call-sec .content-div .description {
    padding: 15px 0 12px;
    transition: 0.4s
}

.get-call-sec .content-div .description h4 {
    font-size: 19px;
    color: #232323;
    font-weight: 500;
    line-height: 28px
}

.get-call-sec .content-div {
    display: flex;
    flex-direction: column;
    min-height: 310px;
    justify-content: space-evenly
}

.get-call-sec .content-div .description p {
    font-size: 14px;
    color: #232323;
    transition: 0.6s linear;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0
}

.tp-gallery__img i {
    position: absolute;
    top: 50%;
    left: 44%;
    color: #fff;
    font-size: 25px
}

.tp-gallery__img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 25px
}

.tp-gallery__img img {
    width: 100%;
    transition: transform 0.3s ease, opacity 0.3s ease;
    object-position: center
}

.tp-gallery__info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / .5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
    border-radius: 10px
}

.tp-gallery__info a {
    color: #fff;
    font-size: 28px;
    text-decoration: none
}

.tp-gallery__img:hover .tp-gallery__info {
    opacity: 1
}

.books-sec {
    background-image: linear-gradient(#0000005c, #00000094), url(../img/books-images/book-banner.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0
}

.books-sec h2 {
    color: #fff;
    text-align: center
}

.books-sec h1 {
    color: #fff;
    text-align: center
}

.books-sec p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 28px
}

.breadcrumb-sec nav ol li,
.breadcrumb-sec nav ol li a {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0
}

.breadcrumb-sec .breadcrumb-item.active {
    color: #fff !important
}

.breadcrumb-sec .breadcrumb-item+.breadcrumb-item::before {
    filter: brightness(0) invert(1)
}

.what-we-do-sec .content h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 50px;
    color: #232323
}

.what-we-do-sec .content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #232323;
    text-align: justify
}

.what-we-do-sec h1 {
    margin-bottom: 15px
}

.what-we-do-sec ul li {
    list-style: disc;
    font-size: 16px;
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
    align-items: center
}

.eastern-sec h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 42px;
    color: #232323;
    margin-bottom: 50px
}

.eastern-sec .eastern-desc p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #232323;
    text-align: justify
}

.eastern-sec img {
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    height: 250px
}

.sub-heading {
    font-size: 30px
}

.path-sec p {
    text-align: center;
    margin-bottom: 20px
}

.approach-sec .img {
    height: 350px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
    object-position: center
}

.approach-sec .img-desc p {
    font-size: 15px;
    line-height: 24px;
    text-align: justify
}

.approach-sec .img-desc {
    margin: 10px 0
}

.approach-sec .img-desc h5 {
    margin-bottom: 4px
}

.approach-sec .owl-carousel .item img {
    height: 400px;
    object-fit: cover;
    border-radius: 8px
}

.practice-sec ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 17px
}

.practice-sec p {
    font-size: 16px;
    margin-bottom: 0
}

.practice-sec ul li .count {
    font-size: 28px;
    padding: 0;
    border: none;
    font-weight: 600;
    margin-bottom: 4px;
    color: #3470cb;
    line-height: 38px
}

.practice-sec ul li {
    padding: 10px 0;
    border-bottom: 1px solid #3470cb47
}

.practice-sec ul li:last-child {
    border: none
}

.practice-sec img {
    height: 450px;
    object-fit: cover;
    border-radius: 8px
}

.session-sec {
    background: linear-gradient(#00000080, #00000080), url(../img/bg_image.webp)
}

.session-sec h3 {
    color: #fff
}

.coaching-sec .nav-tabs {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 30px;
    gap: 40px
}

.coaching-sec .count {
    border: none;
    height: 0 !important;
    line-height: 38px
}

.coaching-sec .cover-tab .nav-tabs .nav-link {
    border: 2px solid #3470cb;
    color: #3470cb;
    background: #fff;
    border-radius: 40px
}

.coaching-sec .cover-tab {
    border: none;
    padding-right: 0;
    margin-right: 0
}

.coaching-sec .cover-tab-inner .cover-wrapper ul li {
    display: flex;
    font-size: 16px;
    gap: 15px;
    align-items: baseline
}

.coaching-sec .cover-tab-inner .cover-wrapper ul {
    margin: 10px 0 20px 0
}

.coaching-sec .cover-tab-inner .cover-wrapper p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0
}

.coaching-sec .cover-tab-inner .cover-wrapper img {
    height: 550px;
    object-fit: cover;
    border-radius: 8px
}

.coaching-sec .cover-tab-inner .cover-wrapper .button {
    display: block;
    margin-top: 15px
}

.coaching-sec .cover-tab-inner .cover-wrapper .button a::after {
    content: "";
    position: absolute;
    background: linear-gradient(0deg, #4590ca 0%, #1373ba 100%);
    width: 110%;
    height: 45px;
    border-radius: 50px;
    top: -9px;
    left: -2px;
    z-index: -1
}

.coaching-sec .cover-tab-inner .cover-wrapper .button i {
    margin-right: 12px;
    color: #fff;
    margin-left: 10px;
    font-size: 20px;
    vertical-align: middle
}

.coaching-sec .cover-tab-inner .cover-wrapper {
    padding: 20px 0;
    margin: 0
}

.coaching-sec .cover-tab-inner .cover-wrapper .button a {
    font-size: 18px;
    color: #fff;
    font-weight: 500
}

.coaching-sec .cover-tab-inner .cover-wrapper h3 {
    color: #3470cb;
    margin-bottom: 15px;
    font-size: 24px;
}

.coaching-sec .cover-tab .nav-link {
    height: 50px;
    font-size: 18px
}

.coaching-sec .cover-tab .nav-tabs .nav-link.active,
.coaching-sec .cover-tab .nav-tabs .nav-link:hover {
    border: 0;
    color: #fff;
    background: #3470cb
}

.model-sec .div-content img {
    border-radius: 8px;
    height: 200px;
    width: 100%;
    object-fit: cover
}

.model-sec .div-content .text {
    padding: 10px 0
}

.model-sec .div-content .text h5 {
    margin-bottom: 0
}

.model-sec .div-content .text p {
    font-size: 15px;
    line-height: 24px
}

.session-sec {
    padding: 80px 0;
    background-attachment: fixed
}

.session-sec .text-white {
    border: 1px dashed;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 160px;
    padding: 20px;
    justify-content: center;
    font-size: 20px;
    border-radius: 10px;
    line-height: 24px
}

.session-sec .icon-box {
    margin-bottom: 15px;
    font-size: 35px;
    font-weight: 600
}

.gardner-sec {
    background: linear-gradient(#00000080, #00000080), url(../img/bg-image-01.webp);
    background-attachment: fixed;
    padding: 70px;
    background-size: cover;
    background-repeat: no-repeat
}

.gardner-sec h4 {
    color: #fff
}

.gardner-sec .box-icon {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 30px 20px;
    margin-top: 15px
}

.color {
    color: #3470cb
}

.worth-sec .desc {
    font-size: 18px;
    line-height: 28px
}

.worth-sec .img1 {
    width: 100%;
    height: 300px;
    object-fit: cover
}

.worth-sec h3 {
    font-size: 25px;
    line-height: 35px
}

.f-8 {
    font-size: 18px;
    line-height: 28px
}

.point-sec ul li {
    margin-bottom: 10px;
    display: flex;
    gap: 20px
}

.point-sec img {
    height: 370px;
    object-fit: cover;
    object-position: 10% 30%
}

.point-sec .desc {
    padding-left: 40px
}

.point-sec h3 {
    font-size: 25px;
    line-height: 35px
}

.Why-we-sec {
    position: relative;
    z-index: 1
}

.Why-we-sec p {
    font-size: 16px;
    line-height: 26px
}

.Why-we-sec h5 {
    padding: 8px 0 10px
}

.Why-we-sec ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    font-size: 16px
}

.count i {
    color: #3470cb;
    font-weight: 600;
    font-size: 18px
}

.Why-we-sec img {
    height: 450px;
    object-fit: cover
}

.Why-we-sec .button i {
    margin-right: 10px;
    color: #fff;
    font-size: 20px;
    vertical-align: middle
}

.Why-we-sec .button a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: linear-gradient(0deg, #4590ca 0%, #1373ba 100%);
    padding: 10px 15px;
    border-radius: 50px
}

.Why-we-sec .count i {
    font-size: 16px
}

.individual-sec ul {
    padding-left: 15px;
}

.individual-sec ul li {
    margin-bottom: 10px;
    list-style: disc;
}

.individual-sec img {
    height: 600px;
    width: 100%;
    object-fit: cover;
    object-position: top
}

.individual-sec .pdf-btn {
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    display: inline-block;
    padding: 10px 15px;
    background: linear-gradient(0deg, rgb(69, 144, 202) 0%, rgb(19, 115, 186) 100%);
    border-radius: 50px;
    margin-top: 14px;
}

.individual-sec .pdf-btn i {
    margin-right: 12px;
    color: rgb(255, 255, 255);
    margin-left: 10px;
    font-size: 20px;
    vertical-align: middle;
}

.ready-sec {
    background: url(../img/about-bg.webp)
}

.button-sec {
    background: linear-gradient(#00000080, #00000080), url(../img/indi-coaching.webp);
    padding: 100px 0 150px;
    z-index: 1;
    position: relative;
    background-attachment: fixed
}

.button-sec h4 {
    color: #fff
}

.abouts-sec .nav-tabs {
    margin-bottom: 20px
}

.abouts-sec .cover-tab-inner .cover-wrapper img {
    height: 100% !important
}

.abouts-sec .cover-tab-inner .cover-wrapper .button a {
    background: linear-gradient(0deg, #4590ca 0%, #1373ba 100%);
    padding: 10px 15px;
    color: #fff;
    border-radius: 50px
}

.abouts-sec .cover-tab-inner .cover-wrapper ul {
    margin: 10px 0 !important
}

.abouts-sec .cover-tab-inner .cover-wrapper .button a::after {
    display: none
}

.eastern-approach-sec {
    background: url(../img/about-bg.webp)
}

.eastern-approach-sec ul li {
    display: flex;
    align-items: center;
    gap: 10px
}

.eastern-approach-sec .count {
    border: none;
    line-height: 48px
}

input:focus,
select:focus,
textarea:focus {
    box-shadow: unset !important
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.contact-ul {
    list-style: disc;
    padding-left: 18px
}

.contact-ul li {
    list-style: disc;
    margin-bottom: 10px
}

.contact {
    position: relative
}

.contact .left-side {
    padding: 0 100px
}

.contact .left-side .column h2 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    margin-bottom: 14px
}

.contact .left-side .column h2 span {
    display: block
}

.contact .left-side .column p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    max-width: 450px;
    color: #000;
    margin-bottom: 20px
}

.contact .left-side .column .info {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.contact .left-side .column .info li {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    display: flex;
    gap: 10px;
    align-items: center
}

.contact .left-side .column .info li i {
    color: #3470cb;
    font-size: 18px;
    margin-right: 6px;
    vertical-align: middle
}

.contact .right-side {
    background-color: #3470cb;
    padding: 65px
}

.contact .right-side h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 16px
}

.contact .right-side .form-group input {
    background-color: #fff0;
    border-radius: unset;
    border-bottom: 2px solid #fff;
    border-top: unset;
    border-left: unset;
    border-right: unset;
    padding: 12px 0;
    font-size: 16px;
    color: #fff;
    font-weight: 500
}

.contact .right-side .form-group input::placeholder {
    color: #fff;
    font-weight: 500;
    font-size: 16px
}

.contact .right-side .form-group input:focus {
    border-color: #fff
}

.contact .right-side .form-group input:focus::placeholder {
    color: #fff
}

.contact .right-side .form-group select {
    background-color: #fff0;
    border-radius: unset;
    border-bottom: 2px solid#fff;
    margin-top: 6px;
    color: #fff;
    font-weight: 500;
    border-width: 0 0 2px 0;
    padding-bottom: 12px
}

.contact .right-side .form-group select option {
    font-weight: 500;
    color: #3470cb
}

.contact .right-side .form-group select:focus {
    color: #fff
}

.contact .right-side .form-group textarea {
    background-color: #fff0;
    border-radius: unset;
    border-bottom: 2px solid #fff;
    border-top: unset;
    border-left: unset;
    border-right: unset;
    padding: 6px 0;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    height: 80px
}

.contact .right-side .form-group textarea::placeholder {
    color: #fff;
    font-weight: 500;
    font-size: 16px
}

.contact .right-side .form-group textarea:focus {
    border-color: #fff
}

.contact .right-side .form-group textarea:focus::placeholder {
    color: #fff
}

.contact .right-side .form-group .has-value {
    border-color: #fff;
    color: #fff
}

.contact .right-side .form-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' x='0' y='0' viewBox='0 0 128 128' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M64 88a3.988 3.988 0 0 1-2.828-1.172l-40-40c-1.563-1.563-1.563-4.094 0-5.656s4.094-1.563 5.656 0L64 78.344l37.172-37.172c1.563-1.563 4.094-1.563 5.656 0s1.563 4.094 0 5.656l-40 40A3.988 3.988 0 0 1 64 88z' fill='%233470cb' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: 20px
}

.contact .right-side .action-btn-section .primary-btn {
    background-color: #fff;
    color: #3470cb;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
    padding: 8px 26px;
    outline: unset;
    border: unset;
    margin-top: 10px
}

.contact .right-side .action-btn-section .primary-btn i {
    margin-right: 6px
}

.easternwisdom-sec ul {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 15px
}

.easternwisdom-sec ul li {
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    background: #e6eef9;
    padding: 10px
}

.about-section .lower-about .description .button i {
    margin-right: 12px;
    color: #fff;
    font-size: 22px;
    vertical-align: middle
}

.about-section .lower-about .description .button a {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    padding: 10px 15px;
    background: linear-gradient(0deg, #4590ca 0%, #1373ba 100%);
    border-radius: 50px
}

.heading .button i {
    margin-right: 15px;
    color: #fff;
    font-size: 22px;
    vertical-align: middle
}

.heading .button a {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    background: linear-gradient(0deg, #4590ca 0%, #1373ba 100%);
    border-radius: 50px;
    padding: 10px 15px;
    display: inline-block
}

.bg {
    background: url(../img/about-bg.webp)
}

.text-justify {
    text-align: justify
}

.organizational-sec {
    background: linear-gradient(#0000003b, #00000085), url(../img/organization-breadcrumb.webp);
    background-repeat: no-repeat;
    background-position: left 15%
}

.workshop-sec {
    background: linear-gradient(#0000003b, #00000085), url(../img/workshop_breadcrumb.webp);
    background-position: center
}

.workshops-sec .content-div .description {
    padding: 8px 0;
    text-align: center
}

.workshops-sec .content-div .img {
    display: flex;
    align-items: center;
    transition: 0.6s ease-in-out;
    overflow: hidden;
    border-radius: 8px
}

.workshops-sec .content-div .img img {
    border-radius: 8px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s linear;
    transition: 0.6s linear;
    filter: brightness(1.1)
}

.workshops-sec .content-div h5 {
    font-size: 20px
}

.workshops-sec .content-div:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.wokshop-wisdom h5 {
    font-size: 18px;
    line-height: 26px
}

.footer-section {
    position: relative;
    z-index: 1
}

.footer-section {
    background-image: linear-gradient(#00000094, #00000094), url(../img/call-to-action.webp);
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding: 92px 5%;
    position: relative
}

.footer-section h2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 38px
}

.footer-section .button i {
    margin-right: 15px;
    color: #fff;
    font-size: 20px;
    vertical-align: middle
}

.footer-section .button a {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    background: linear-gradient(0deg, #4590ca 0%, #1373ba 100%);
    border-radius: 50px;
    padding: 10px 15px
}

.footer-section .d-flex {
    margin-top: 30px
}

.wokshop-wisdom .img {
    height: 240px;
    object-fit: cover;
    object-position: center 5%
}

.course-breadcrumb {
    background: linear-gradient(#0000003b, #00000085), url(../img/courses_breadcrumb.webp);
    background-position: center
}

.about-us-sec .button {
    display: block
}

.about-us-sec .button i {
    margin-right: 15px;
    color: #fff;
    font-size: 22px;
    vertical-align: middle
}

.about-us-sec .button a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: linear-gradient(0deg, #4590ca 0%, #1373ba 100%);
    border-radius: 50px;
    padding: 10px 15px
}

.about-us-sec .count i {
    font-size: 16px
}

.courses-sec img {
    height: 470px;
    object-fit: cover
}

/* .courses-sec ul li {
    display: flex;
    gap: 15px;
    padding: 10px 16px;
    margin-bottom: 10px;
    background: #3470cb1a;
    align-items: center;
    font-size: 16px;
    border-radius: 10px
} */

.courses-sec ul li {
    padding: 10px 16px;
    margin-bottom: 10px;
    background: #3470cb1a;
    font-size: 16px;
    border-radius: 10px
}

.courses-sec ul li .count {
    height: 50px;
    width: 50px;
    background-color: #3470cb;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
    font-size: 18px
}

.courses-sec ul li img {
    filter: invert(1);
    width: 60%
}

.courses-sec ul li:nth-child(4) img {
    width: 72%
}

.gardner-sec .icon-box {
    text-align: center
}

.gardner-sec .icon-box svg {
    height: 70px;
    filter: invert(1)
}

.gardner-sec .content h6 {
    font-size: 17px;
    text-align: center;
    margin-top: 15px
}

.point-sec .container-fluid {
    padding: 0 50px
}

.p-35 {
    padding: 35px
}

.courses ul li {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 15px
}

.courses .row .course-table {
    padding: 20px;
    height: 100%;
    border: 2px solid #3470cb
}

.border-right {
    border-width: 2px 0 2px 2px !important
}

.courses .row .col-lg-4 .count i {
    font-size: 15px
}

.courses-sec .img {
    height: 460px;
    object-fit: cover
}

.feature-sec .text-div ul {
    padding-left: 10px
}

.feature-sec .text-div ul li {
    list-style: disc;
    margin-bottom: 5px
}

.feature-sec .text-div {
    box-shadow: 0 0 10.5px rgb(52 112 203 / 16%);
    padding: 40px;
    border-left: 2px solid #3470cb;
    height: 100%;
    background: #fff;
    text-align: center
}

.feature-sec .text-div i {
    font-size: 28px;
    margin-bottom: 15px;
    color: #3470cb
}

.feature-sec .text-div img {
    margin-bottom: 9px;
    width: 15%
}

.feature-sec .text-div h5 {
    font-size: 21px;
    line-height: 32px;
    color: #000
}

.feature-sec .text-div p {
    text-align: center;
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 0
}

.feature-sec .container-fluid {
    padding: 0 50px
}

.feature-sec h2 {
    margin-bottom: 20px
}

.feature-sec {
    padding: 50px 0 70px 0
}

.apart-sec h2 {
    margin-bottom: 20px
}

.apart-sec .text-div {
    background-color: #fff;
    box-shadow: 0 0 15.5px rgb(52 112 203 / 36%);
    height: 230px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 30px 0 0 0;
    border: none;
    padding: 0 15px
}

.apart-sec .text-div p {
    text-align: center;
    font-size: 15px;
    margin: 0;
    line-height: 25px
}

.apart-sec .text-div .icon-box {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background-color: #fff;
    border: 2px solid #3470cb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: absolute;
    top: -35px;
    right: 0;
    left: 0;
    color: #3470cb;
    font-size: 22px;
    font-weight: 600
}

.apart-sec .text-div .icon-box i {
    color: #3470cb;
    font-size: 24px
}

.apart-sec .text-div h6 {
    margin-top: 20px;
    color: #3470cb;
    text-align: center;
    font-size: 18px
}

.program-sec {
    position: relative;
    z-index: 1
}

.program-sec .text-div {
    text-align: center
}

.program-sec .text-div .eastern-icon {
    margin-bottom: 15px
}

.program-sec .text-div h5 {
    margin-left: 0;
    color: #3470cb;
    font-size: 21px;
    line-height: 32px
}

.program-sec .text-div p {
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400
}

.program-sec .text-div {
    display: flex;
    flex-direction: column;
    min-height: 192px;
    justify-content: center;
    align-items: center;
    padding: 30px
}

.service-grid .service-card {
    background-color: #fff;
    box-shadow: 0 0 15.5px rgb(52 112 203 / 47%);
    height: 165px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 25px 0 0 0;
    border: none;
    padding: 0 20px
}

.service-grid .service-card .icon-box {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background-color: #fff;
    border: 2px solid #3470cb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: absolute;
    top: -35px;
    right: 0;
    left: 0
}

.service-grid .service-card .icon-box img {
    width: 52%
}

.service-grid .service-card h5 {
    font-size: 18px;
    line-height: 24px
}

.service-grid .service-card .service-content {
    margin-top: 20px
}

.upcoming-event-sec .text-div .icon-box {
    transition: 0.6s ease-in-out;
    overflow: hidden;
    border-radius: 10px
}

.upcoming-event-sec .text-div .icon-box img {
    transform: scale(1);
    transition: 0.6s linear;
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center center
}

.upcoming-event-sec .text-div .text-content {
    padding: 23px 20px;
    background: #eee;
    position: relative;
    border: 1px solid #d3d3d3;
    z-index: 1;
    border-radius: 10px;
    margin-top: -25px
}

.upcoming-event-sec .text-div .text-content h6 {
    color: #3470cb;
    margin-bottom: 4px;
    font-weight: 600
}

.upcoming-event-sec .text-div .text-content p {
    font-size: 15px;
    line-height: 25px
}

.upcoming-event-sec .text-div:hover img {
    transform: scale(1.2);
    filter: brightness(.8)
}

.upcoming-event-sec .button {
    display: block;
    width: fit-content
}

.upcoming-event-sec .button i {
    margin-right: 25px;
    color: #fff;
    margin-left: 10px;
    font-size: 18px;
    vertical-align: middle
}

.upcoming-event-sec .button a {
    font-size: 16px;
    position: relative;
    font-weight: 500;
    color: #232323
}

.upcoming-event-sec .button a::after {
    content: '';
    position: absolute;
    background: linear-gradient(0deg, #4590ca 0%, #1373ba 100%);
    width: 29%;
    height: 42px;
    border-radius: 50px;
    top: -8px;
    left: -2px;
    z-index: -1
}

.upcoming-event-sec .button:hover a::after {
    width: 110%
}

.upcoming-event-sec .button:hover a {
    color: #fff
}

.journey-sec ul li {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
    font-size: 18px
}

.different-sec h5 {
    font-size: 20px !important;
    margin-left: 0px !important
}

.journey-sec h2 {
    margin-bottom: 30px
}

.journey-sec .point-div {
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: -10px -10px 14px 0 rgb(0 0 0 / .03) !important;
    background-color: #fff;
    padding: 20px 15px
}

.journey-sec .point-div p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    line-height: 24px
}

.journey-sec .point-div .point-icon {
    text-align: center;
    height: 40px;
    width: 40px;
    background-color: #3470cb;
    line-height: 20px;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    font-weight: 600
}

.journey-sec .point-div .point-icon i {
    color: #fff;
    font-size: 22px
}

.why-sec .col {
    width: 16.6666%;
    height: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-right: 1px solid #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease
}

.why-sec .col:last-child {
    border-right: none
}

.why-sec .why-banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 600px
}

.why-sec .why-banner img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -60;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    filter: brightness(.5);
    object-fit: cover
}

.why-sec nav {
    width: 100%;
    height: 600px
}

.why-sec ul {
    width: 100%;
    height: 600px;
    list-style: none;
    text-align: center
}

.why-sec li {
    position: relative;
    padding: 0 20px 20px;
    min-height: 220px
}

.why-sec li h6 {
    z-index: 1;
    color: #fff;
    font-size: 18px;
    width: 100%;
    line-height: 28px;
    text-align: left;
    font-weight: 600
}

.why-sec li p {
    color: #fff;
    font-size: 14px;
    width: 100%;
    line-height: 23px;
    transition: all 0.5s ease;
    text-align: justify;
    font-weight: 500
}

.why-sec .col:hover img {
    left: 0
}

.worth-sec ul li {
    padding: 15px;
    background: #fff;
    margin-bottom: 20px;
    border-left: 3px solid #3470cb;
    box-shadow: 0 0 10.5px rgb(52 112 203 / 30%)
}

.bottom-breadcrumb {
    background: linear-gradient(0deg, #4590ca 0%, #1373ba 100%);
    padding: 8px 0
}

.bottom-breadcrumb a {
    color: #fff;
    font-weight: 500;
    font-size: 16px
}

.bottom-breadcrumb .breadcrumb-item.active {
    color: #fff;
    font-weight: 500;
    font-size: 16px
}

.bottom-breadcrumb .breadcrumb {
    margin-bottom: 0;
    padding-left: 20px
}

.bottom-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    filter: brightness(0) invert(1)
}

.banner-section {
    overflow: clip;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 450px
}

.banner-section .category_container {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%
}

.banner-section .content {
    border-right: 4px solid #fff;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 1.5rem;
    padding: 20px;
    height: 100%;
    transition: width 0.5s ease-in-out;
    width: 25%
}

.banner-section .content img {
    position: absolute;
    z-index: -20;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(.7)
}

.banner-section .profile_detail {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    width: 12rem;
    transition: transform 0.5s cubic-bezier(.23, .93, .77, 1) 0.01s
}

.banner-section .profile_detail span {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-wrap: nowrap
}

.banner-section dialog a {
    color: whitesmoke
}

.banner-section .category_container .content:last-child {
    border-right: 0
}

.about-girish .eastern-slider .item .img-box img {
    border-radius: 8px 8px 0 0
}

.about-girish .eastern-slider .item .img-box .content-img {
    padding: 12px 10px;
    background: linear-gradient(0deg, #4590ca 0%, #1373ba 100%);
    border-radius: 0 0 8px 8px
}

.about-girish .eastern-slider .item .img-box .content-img p {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 18px
}

.eastern-slider img {
    box-shadow: rgb(50 50 93 / .25) 0 6px 12px -2px, rgb(0 0 0 / .3) 0 3px 7px -3px
}

.seeking-sec img {
    box-shadow: rgb(50 50 93 / .25) 0 6px 12px -2px, rgb(0 0 0 / .3) 0 3px 7px -3px;
    border-radius: 10px
}

.seeking-sec .seeking-row {
    padding-top: 50px
}

.how-we-sec img {
    height: 340px;
    object-fit: cover
}

.about-us-sec .owl-carousel .item img {
    height: 400px
}

.about-us-sec {
    background: #f3f4f9
}

.mission-sec img {
    height: 370px;
    object-fit: cover;
    object-position: 50% 26%
}

.coaching-sec img {
    height: 250px;
    width: 80%;
    object-fit: cover
}

.transform-sec img {
    height: 250px;
    object-fit: cover
}

.transform-sec ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    font-size: 16px
}

.about-sec h4 {
    font-size: 27px;
    line-height: 37px
}

.about-sec ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 17px
}

.about-sec .button {
    display: block
}

.about-sec .button i {
    margin-right: 15px;
    color: #fff;
    font-size: 22px;
    vertical-align: middle
}

.about-sec .button a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: linear-gradient(0deg, #4590ca 0%, #1373ba 100%);
    border-radius: 50px;
    padding: 10px 15px
}

.about-sec .count i {
    font-size: 16px
}

.about-sec p {
    font-size: 17px;
    line-height: 28px
}

.about-us-sec h4 {
    font-size: 27px;
    line-height: 37px
}

.about-us-sec img {
    box-shadow: rgb(50 50 93 / .25) 0 6px 12px -2px, rgb(0 0 0 / .3) 0 3px 7px -3px;
    border-radius: 10px
}

.pathway-sec ul li {
    padding-bottom: 10px
}

b {
    font-weight: 600
}

.people-sec ul li {
    font-size: 17px
}

.people-sec span {
    display: block;
    text-align: end;
    font-size: 16px;
    font-weight: 600
}

.journey-img {
    height: 460px;
    object-fit: cover
}

.begin-image {
    height: 260px;
    object-fit: cover
}

.helping-img {
    height: 250px;
    object-fit: cover
}

.experience-img {
    height: 350px;
    object-fit: cover
}

.test-img {
    height: 300px;
    object-fit: cover
}

.vis-mis-sec ul li {
    margin-bottom: 2px
}

.vis-mis-sec .eastern-slider img {
    height: 540px;
    object-fit: cover
}

.how-to-do-it {
    position: relative;
    z-index: 1
}

.how-to-do-it .button {
    transition: 0.6s linear
}

.how-to-do-it .button i {
    margin-right: 25px;
    color: #fff;
    margin-left: 10px;
    font-size: 26px;
    vertical-align: middle
}

.how-to-do-it .button a {
    font-size: 20px;
    position: relative;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    margin: 15px 0
}

.how-to-do-it .button a::after {
    content: "";
    position: absolute;
    background: linear-gradient(0deg, #4590ca 0%, #1373ba 100%);
    width: 108%;
    height: 50px;
    border-radius: 50px;
    top: -11px;
    left: -2px;
    z-index: -1
}

.choose-coaching-sec ul li .text-div {
    display: flex;
    gap: 20px;
    align-items: center;
    border-bottom: 1px dashed #3470cb;
    margin-bottom: 10px
}

.choose-coaching-sec ul li .text-div i {
    color: #3470cb;
    font-size: 30px
}

.choose-coaching-sec ul li .text-div h5 {
    font-size: 18px;
    margin-bottom: 0
}

.choose-coaching-sec ul li .text-div p {
    font-size: 16px;
    line-height: 26px
}

.choose-coaching-sec ul li:last-child .text-div {
    border-bottom: 0
}

.coaching-program-sec h3 {
    color: #000 !important
}

.coaching-program-sec ul li {
    font-size: 16px !important;
    line-height: 27px !important;
    margin-bottom: 15px
}

.coaching-program-sec img {
    height: auto !important
}

.coaching-program-sec .cover-tab-inner .cover-wrapper p {
    font-size: 16px !important;
    font-weight: 400 !important
}

.point ol li {
    padding: 15px;
    background: #fff;
    margin-bottom: 35px;
    border-left: 3px solid #3470cb;
    box-shadow: 0 0 10.5px rgb(52 112 203 / 30%);
    min-height: 164px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly
}

.point ol li span {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 500
}

.goal-sec .count i {
    color: #fff;
    font-size: 20px
}

.goal-sec ul li {
    font-size: 16px !important;
    background-color: #fff !important
}

.goal-sec ul li:last-child .count {
    width: 63px
}

.goal-sec img {
    height: auto !important
}

.journey-sec span {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 500
}

.discovery .point-div {
    border: 2px solid #3470cb;
    border-right: 0;
    border-bottom: 0;
    margin-bottom: 15px;
    min-height: 116px
}

.discovery .point-div p {
    font-size: 15px
}

.ml {
    margin-right: 10px
}

.special {
    padding: 0;
    gap: 10px !important
}

.special li {
    background: none !important;
    margin-bottom: 15px;
    padding: 0 !important;
    display: block !important
}

.journey-image {
    height: auto !important
}

.format-sec ul {
    padding-left: 16px
}

.format-sec ul li {
    list-style: disc;
    font-size: 15px;
    line-height: 26px;
    text-align: justify
}

.format-sec ul li b {
    display: inline-block
}

.format-sec ul li::marker {
    color: #3470cb
}

.format-sec .div-text {
    padding-top: 15px
}

.format-sec .div-text h3 {
    font-size: 22px;
    line-height: 34px;
}

.format-sec .div-text p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
}

.format-sec h5 {
    font-size: 17px;
    line-height: 26px
}

.individual-banner-section {
    overflow: clip;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 450px
}

.individual-banner-section .category_container {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%
}

.individual-banner-section .content {
    border-right: 4px solid #fff;
    cursor: pointer;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 1.5rem;
    padding: 20px;
    height: 100%;
    transition: width 0.5s ease-in-out;
    width: 33.333%
}

.individual-banner-section .content img {
    position: absolute;
    z-index: -20;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(.6)
}

.individual-banner-section .profile_detail {
    transition: transform 0.5s cubic-bezier(.23, .93, .77, 1) 0.01s
}

.individual-banner-section .profile_detail span {
    font-size: 20px;
    font-weight: 500;
    color: #fff
}

.individual-banner-section .profile_detail p {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 22px;
    margin: 10px 0 0
}

.individual-banner-section .category_container .content:last-child {
    border-right: 0
}

.format-sec img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    object-position: center
}

.transform-sec ul li {
    padding: 10px 16px;
    margin-bottom: 10px;
    background: #3470cb1a;
    font-size: 16px;
    border-left: 2px solid #3470cb
}

.hybrid-icon {
    width: 26% !important
}

.our-approach-sec .text-div ul {
    padding-left: 15px
}

.our-approach-sec .text-div ul li {
    list-style: disc;
    margin-bottom: 10px
}

.our-approach-sec .text-div ul li::marker {
    color: #3470cb
}

.our-approach-sec .text-div {
    box-shadow: 0 0 10.5px rgb(52 112 203 / 16%);
    padding: 25px;
    border-left: 3px solid #3470cb;
    height: 100%;
    background: #fff
}

.our-approach-sec .text-div h4 {
    margin-bottom: 10px
}

.option-section .text-div {
    box-shadow: 0 0 10.5px rgb(52 112 203 / 16%);
    padding: 15px 15px 0;
    border-left: 3px solid #3470cb;
    height: 100%;
    background: #fff
}

.organizational-coaching-sec ul li {
    padding: 10px 15px;
    background: #eaf0fa;
    margin-bottom: 15px;
    border-left: 3px solid #3470cb;
    display: flex;
    flex-direction: column
}

.organizational-coaching-sec ul li::marker {
    color: #3470cb
}

.organizational-coaching-sec ul li b {
    font-size: 16px
}

.organizational-coaching-sec .pointer-div {
    display: flex;
    gap: 15px;
    padding: 10px 16px;
    margin-bottom: 10px;
    background: #3470cb1a;
    align-items: center;
    font-size: 16px;
    border-radius: 10px;
    min-height: 100px
}

.organizational-coaching-sec .pointer-div .count {
    height: 50px;
    width: 64px;
    background-color: #3470cb;
    border-radius: 50px;
    text-align: center;
    line-height: 55px
}

.organizational-coaching-sec .pointer-div .count i {
    color: #fff;
    font-size: 20px
}

.organizational-coaching-sec .pointer-div span {
    display: block;
    font-weight: 600
}

.start-sec .button {
    transition: 0.6s linear
}

.start-sec .button i {
    margin-right: 13px;
    color: #fff;
    margin-left: 10px;
    font-size: 22px;
    vertical-align: middle
}

.start-sec .button a {
    font-size: 18px;
    position: relative;
    color: #fff;
    font-weight: 500;
    display: block
}

.start-sec .button a::after {
    content: "";
    position: absolute;
    background: linear-gradient(0deg, #4590ca 0%, #1373ba 100%);
    width: 108%;
    height: 42px;
    border-radius: 50px;
    top: -8px;
    left: -2px;
    z-index: -1
}

.organizational-coaching-type .pointer-div {
    display: flex;
    gap: 18px;
    padding: 15px 10px 15px 15px;
    margin-bottom: 10px;
    background: #3470cb1a;
    align-items: center;
    font-size: 16px;
    border-radius: 10px
}

.organizational-coaching-type .pointer-div .count {
    height: 50px;
    width: 50px;
    background-color: #3470cb;
    border-radius: 50px;
    text-align: center;
    line-height: 55px;
    color: #fff;
    font-size: 20px;
    font-weight: 600
}

.organizational-coaching-type .pointer-div span {
    display: block;
    font-weight: 500;
    font-size: 16px
}

strong {
    font-weight: 600
}

.modern-sec ol li {
    padding: 15px;
    background: #fff;
    border-left: 3px solid #3470cb;
    box-shadow: 0 0 10.5px rgb(52 112 203 / 30%);
    font-size: 15px;
    display: flex;
    line-height: 22px;
    justify-content: center;
    flex-direction: column;
    min-height: 120px
}

.modern-sec ol li span {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500
}

.modern-sec ul {
    padding-left: 15px
}

.modern-sec ul li {
    list-style: disc;
    margin-bottom: 8px
}

.modern-sec ul li::marker {
    color: #3470cb
}

.modern-sec .text-div {
    border-right: 2px dashed #3470cb
}

.easternwisdom-sec .content {
    padding: 20px 30px 20px 0;
    border-bottom: 2px dashed #3470cb
}

.impact-sec ul li {
    list-style: auto;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px
}

.impact-sec ul li::marker {
    font-weight: 500
}

.choose-coaching-sec ul li .text-div .icon-box {
    color: #3470cb;
    font-size: 20px
}

.choose-group-coaching-sec ul {
    padding-left: 15px
}

.choose-group-coaching-sec ul li {
    margin-bottom: 10px;
    list-style: auto
}

.choose-group-coaching-sec ul li::marker {
    font-weight: 600
}

.choose-group-coaching-sec ul li h5 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600
}

.choose-group-coaching-sec ul li p {
    font-size: 16px;
    line-height: 26px
}

.choose-group-coaching-sec ul li:last-child {
    border-bottom: 0
}

.organizational-coach-sec ul {
    padding-left: 15px
}

.organizational-coach-sec ul li {
    list-style: disc;
    margin-bottom: 8px
}

.organizational-coach-sec ul li::marker {
    color: #3470cb
}

.organizational-coach-sec .pointer-div {
    display: flex;
    gap: 15px;
    padding: 10px 16px;
    margin-bottom: 10px;
    background: #3470cb1a;
    align-items: center;
    font-size: 16px;
    border-radius: 10px;
    min-height: 100px
}

.organizational-coach-sec .pointer-div .count {
    height: 50px;
    width: 64px;
    background-color: #3470cb;
    border-radius: 50px;
    text-align: center;
    line-height: 55px
}

.organizational-coach-sec .pointer-div .count i {
    color: #fff;
    font-size: 20px
}

.organizational-coach-sec .pointer-div span {
    display: block;
    font-weight: 600
}

.coaching-support-sec ul {
    padding-left: 15px;
    margin: 12px 0
}

.coaching-support-sec ul li {
    list-style: disc;
    margin-bottom: 4px
}

.coaching-support-sec ul li::marker {
    color: #3470cb
}

.about-girish span {
    color: #3470cb;
    font-weight: 500;
    font-size: 17px;
}

/* .about-girish h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-top: 8px;
} */

.about-girish ul {
    padding-left: 15px
}

.about-girish ul li {
    list-style: disc;
    margin-bottom: 10px
}

.aspiring-sec ul li {
    margin-bottom: 10px
}

.aspiring-sec ul li i {
    font-size: 18px;
    color: #3470cb;
    margin-right: 15px
}

.about-girish .button a {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    padding: 10px 15px;
    background: linear-gradient(0deg, #4590ca 0%, #1373ba 100%);
    border-radius: 50px;
    display: inline-block;
}

.about-girish .button a i {
    margin-right: 12px;
    color: #fff;
    margin-left: 10px;
    font-size: 20px;
    vertical-align: middle;
}

.bg-grey {
    background: #f7f7f7;
    position: relative
}

.books-show .book-item {
    border-radius: 5px;
    box-shadow: 2px 0 15px 5px rgb(1 6 33 / .06);
    transition: all .5s;
    margin: 15px 0
}

.books-show .book-item .book-image {
    overflow: hidden;
    width: 100%
}

.books-show .book-item .book-image img {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    transition: .5s
}

.books-show .book-item:hover .book-image img {
    transform: scale(1.1)
}

.books-show .book-item .book-content {
    margin-left: -8px;
    padding: 25px 10px
}

.books-show .book-item .book-content h5 {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400
}

.books-show .book-item .book-content .w-btn-wrapper {
    display: inline-block;
    vertical-align: top;
    margin: 5px 0
}

.books-show .book-item .book-content .w-btn-wrapper .book-btn {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding: .6em 1.2em;
    background: linear-gradient(0deg, #4590ca 0%, #1373ba 100%);
    color: #fff !important;
    border-radius: 24px
}

.see-all {
    padding: 10px 20px;
    font-size: 18px;
    background: linear-gradient(0deg, #4590ca 0%, #1373ba 100%);
    color: #fff;
    border-radius: 50px;
    font-weight: 500;
    vertical-align: -2px
}

.see-all i {
    font-size: 22px;
    color: #fff;
    margin-left: 10px
}

.see-all:hover {
    color: #fff
}

.books-show .book-item .book-content .w-btn-wrapper .book-btn i {
    margin-right: 10px;
    transform: translateY(1.5px)
}

.books-show .book-item .book-content p {
    color: #919191
}

.video-gallery .item .video-box {
    position: relative
}

.video-gallery .item .video-box .icon-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .4);
    display: flex;
    justify-content: center;
    border-radius: 10px;
    align-items: center
}

.video-gallery .item .video-box .icon-box i {
    color: #fff;
    font-size: 40px
}

.discovery-sec {
    background-image: url(../img/girishsir-img.webp);
    background-size: cover;
    padding: 100px 0
}

.discovery-sec h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px
}

.discovery-sec p {
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    font-weight: 300;
    letter-spacing: .6px
}

.column-count {
    column-count: 2
}

.eastern-workshop-sec .pointer-div {
    display: flex;
    gap: 15px;
    padding: 10px 16px;
    margin-bottom: 10px;
    background: #3470cb1a;
    align-items: center;
    font-size: 15px;
    border-radius: 10px;
    min-height: 100px
}

.eastern-workshop-sec .pointer-div .count {
    height: 50px;
    width: 80px;
    background-color: #3470cb;
    border-radius: 50px;
    text-align: center;
    line-height: 55px;
    color: #fff;
    font-size: 20px;
    font-weight: 600
}

.eastern-workshop-sec .pointer-div .count i {
    color: #fff;
    font-size: 20px
}

.eastern-workshop-sec .pointer-div span {
    display: block;
    font-weight: 600;
    font-size: 16px
}

.course-img {
    height: 300px;
    object-fit: cover
}

.contact label {
    color: #fff;
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 500
}

.form-check-input[type=checkbox] {
    border-radius: .25em;
    margin-top: 11px
}

.disclaimer-pointer ol {
    list-style: auto;
    padding-left: 15px
}

.disclaimer-pointer ol li {
    list-style: auto;
    padding-bottom: 8px
}

.term-sec ul {
    list-style: disc;
    padding-left: 18px
}

.term-sec ul li {
    list-style: disc;
    padding-bottom: 8px
}

.course-row1 img {
    height: 250px;
    object-fit: cover
}

.testiominal-section .card {
    border: 0
}

.testiominal-section .card .card-body {
    border-radius: 10px;
    padding: 30px 25px;
    background: #497cb512;
    display: flex;
    flex-direction: column
}

.testiominal-section .card .card-body .card-title {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #1373ba
}

.testiominal-section .card .card-body .card-title span {
    color: #000;
    display: block
}

.testiominal-section .card .card-body .quote {
    color: #1373ba;
    font-size: 40px
}

.testiominal-section .card .card-body q {
    font-weight: 500;
    margin-bottom: 12px;
    display: inline-block;
    font-size: 18px
}

.testiominal-section .card .card-body p {
    font-size: 15px;
    line-height: 26px;
    font-weight: 300
}

.testiominal-section .card .card-body .card-title h6 {
    color: #1373ba
}

.testiominal-section .card .card-body .card-title .d-flex {
    gap: 15px;
    align-items: center
}

.testiominal-section .card .card-body .card-title .d-flex img {
    border-radius: 50px
}

.mobile-banner-sec {
    display: none
}

.mobile-banner-sec .banner-item {
    position: relative;
    border-right: 4px solid #fff
}

.mobile-banner-sec .banner-item img {
    filter: brightness(.7);
    height: 420px;
    object-fit: cover
}

.mobile-banner-sec .banner-item .profile_detail {
    position: absolute;
    bottom: 20px;
    padding: 0 15px
}

.mobile-banner-sec .banner-item .profile_detail span {
    font-size: 20px;
    font-weight: 600;
    color: #fff
}

.mobile-banner-sec .banner-item .profile_detail h6 {
    color: #fff
}

.mobile-banner-sec .banner-item .profile_detail p {
    color: #fff
}

.get-call-sec .content-div .description h6 {
    font-size: 16px;
    line-height: 26px
}

.get-call-sec .content-div .description ul {
    display: flex;
    gap: 30px
}

.get-call-sec .content-div .description ul li {
    color: #8A879F;
    font-size: 15px;
    font-weight: 600
}

.get-call-sec .content-div .description i {
    color: #1373ba;
    font-size: 34px
}

.video-banner .content {
    position: relative;
    width: 100%
}

.video-banner .content img {
    filter: brightness(.7)
}

.video-banner .content .profile_detail {
    position: absolute;
    bottom: 10px;
    left: 12px
}

.video-banner .content .profile_detail span {
    color: #fff;
    font-size: 18px;
    font-weight: 500
}

.video-banner .content .icon-box {
    position: absolute;
    bottom: 10px;
    right: 12px
}

.video-banner .content .icon-box img {
    filter: brightness(1)
}

.video-gallery-sec .item h6 {
    margin-top: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.video-mobile-banner-sec {
    display: none
}

.video-mobile-banner-sec .banner-item {
    position: relative;
    border-right: 4px solid #fff
}

.video-mobile-banner-sec .banner-item img {
    filter: brightness(.7);
    object-fit: cover
}

.video-mobile-banner-sec .banner-item .profile_detail {
    position: absolute;
    bottom: 20px;
    padding: 0 15px
}

.video-mobile-banner-sec .banner-item .profile_detail span {
    font-size: 22px;
    font-weight: 600;
    color: #fff
}

.video-mobile-banner-sec .banner-item .profile_detail h6 {
    color: #fff
}

.video-mobile-banner-sec .banner-item .profile_detail p {
    color: #fff
}

.video-mobile-banner-sec .banner-item .icon-box {
    position: absolute;
    bottom: 20px;
    right: 12px
}

.video-mobile-banner-sec .banner-item .icon-box i {
    color: #fff;
    font-size: 20px
}

.contact a {
    text-decoration: underline;
    font-weight: 600;
    color: #fff
}

.video-gallery-modal .modal {
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgb(0 0 0 / .4)
}

.video-gallery-modal .modal-dialog {
    position: relative;
    margin: auto;
    width: 100%
}

.video-gallery-modal .modal-content {
    border: none;
    background: #fff0
}

.video-gallery-modal .modal-body button {
    position: absolute;
    right: -12px;
    top: -18px;
    background: #fff;
    border-radius: 50px;
    width: 40px;
    height: 40px
}

.video-gallery-modal .modal-body button span {
    font-size: 28px;
    font-weight: 500;
    vertical-align: -5px
}

.video-gallery-modal iframe {
    max-width: 100%
}

.form-horizontal {
    padding: 15px 0
}

.form-horizontal .form-group .col-form-label {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 0
}

.form-horizontal .form-group .name {
    background-color: #fff0;
    border-radius: unset;
    border-bottom: 2px solid #333;
    border-top: unset;
    border-left: unset;
    border-right: unset;
    font-size: 16px;
    font-weight: 500;
    padding: 0
}

.form-horizontal .form-group .form-check-label {
    padding: 6px 12px 12px 4px;
    font-size: 16px;
    font-weight: 500
}

.form-horizontal .form-group .form-check-input {
    border-color: #3470cb;
    border-width: 2px;
    font-size: 18px
}

.form-horizontal .form-group .primary-btn {
    background: #3470cb;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px
}

.form-horizontal .form-group .primary-btn i {
    margin-right: 8px
}

.agreement-sec ul {
    padding-left: 15px
}

.agreement-sec ul li {
    list-style: auto;
    margin-bottom: 10px
}

.free-guidance {
    display: none !important
}

.form-check-input:checked {
    background-color: #333;
    border-color: #fff
}

.contactUs p {
    color: #fff;
    font-size: 16px
}

.course-ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 5px;
    text-transform: capitalize;
    justify-content: flex-start
}

.course-ul li {
    font-size: 20px;
    color: #333;
    border-right: 2px solid #333;
    margin-right: 15px;
    font-weight: 600
}

.course-ul li span {
    margin-right: 25px
}

.course-ul li:last-child {
    border: 0
}

.learn-vido-sec h6 {
    font-size: 17px;
    font-weight: 600
}

.learn-vido-sec .single-video iframe {
    border-radius: 10px
}

.pl {
    padding-left: 20px !important
}

.disc,
.disc li {
    list-style: disc !important
}

.learn-vido-sec {
    padding: 50px 0 0 0
}

.learn-vido-sec .main-btn i {
    margin-right: 10px;
    color: #fff;
    font-size: 18px;
    vertical-align: middle
}

.learn-vido-sec .main-btn {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    background: linear-gradient(0deg, #4590ca 0%, #1373ba 100%);
    padding: 8px 15px;
    border-radius: 50px
}

.learn-vido-sec .modal .modal-dialog .modal-content button {
    position: absolute;
    right: -8px;
    top: -10px;
    background: linear-gradient(0deg, #4590ca 0%, #1373ba 100%);
    border-radius: 50px;
    width: 25px;
    height: 25px;
    opacity: 1
}

.learn-vido-sec .modal .modal-dialog .modal-content button span {
    font-size: 28px;
    font-weight: 500;
    vertical-align: -5px;
    color: #fff
}

.learn-vido-sec .modal .modal-dialog-scrollable .modal-content {
    overflow: unset
}

#pop-modal .modal-content .inner-content {
    padding: 20px 35px 0 25px
}

#pop-modal .modal-content form .contact_form_inner .form-control {
    background-color: #fff0;
    border-radius: unset;
    border-bottom: 2px solid #ccc;
    border-top: unset;
    border-left: unset;
    border-right: unset;
    padding: 12px 0;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    margin-bottom: 20px
}

#pop-modal .modal-content form button {
    width: 100%;
    border-radius: 40px;
    background: linear-gradient(0deg, #4590ca 0%, #1373ba 100%);
    font-size: 18px;
    padding: 12px 24px;
    border: none;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: all .5s ease-in-out;
    margin-top: 15px
}

.video-gallery .item .video-box img {
    border-radius: 10px
}

.list-blog-related .blog-item-filter .bg-img img {
    height: 95px;
    border-radius: 8px
}

.list-blog-related .blog-item-filter .infor h5 {
    font-size: 16px;
    line-height: 25px;
    margin-top: 0
}

.list-blog-related .blog-item-filter .infor button {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 10px;
    background: linear-gradient(0deg, #4590ca 0%, #1373ba 100%);
    color: #fff;
    border-radius: 5px
}

.watch-btn {
    color: #497cb5;
    font-size: 24px;
    font-weight: 600;
    transition: top ease .5s;
    margin-bottom: 20px;
    display: block
}

.watch-btn .fa-arrow-right {
    margin-left: 10px
}

.watch-btn:hover h2 {
    color: #3470cb
}

.floating-icons {
    position: fixed;
    top: 50%;
    right: 10px;
    z-index: 999999999;
    display: flex;
    flex-direction: column;
    transform: translateY(-50%);
    gap: 10px;
    align-items: center
}

.social-icon li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 5px;
    background: linear-gradient(0deg, #4590ca 0%, #1373ba 100%);
    color: #fff;
    transition: all 0.5s;
    box-shadow: 3px 3px #333
}

.social-icon li a:hover {
    background-color: #333;
    box-shadow: none
}

.floating_btn {
    position: fixed;
    bottom: 60px;
    text-align: end;
    right: 20px;
    z-index: 99
}

.floating_btn button {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    width: 70%;
    padding: 10px 12px;
    background: linear-gradient(0deg, #4590ca 0%, #1373ba 100%);
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgb(0 0 0 / .2);
    animation: pulse-animation 2s infinite;
    transition: opacity 0.5s ease, transform 0.3s ease;
    opacity: 0;
    visibility: hidden;
    border: none;
    cursor: pointer
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0 rgb(0 0 0 / .2)
    }
    100% {
        box-shadow: 0 0 0 20px #fff0
    }
}

.floating_btn button.show {
    opacity: 1;
    visibility: visible
}

.learn-banner {
    height: 400px;
    object-position: 10% 53%
}

.modal-fullscreen .modal-body {
    overflow: hidden
}

.hero-mobile-banner-sec .button a {
    color: #fff;
    background: #fff0;
    border-radius: 50px;
    padding: 2px 7px 5px;
    border: 1px solid #fff
}

.hero-mobile-banner-sec .button a span {
    font-size: 15px !important;
    font-weight: 500 !important
}

.hero-mobile-banner-sec .banner-item .profile_detail .d-flex {
    margin-top: 15px;
    gap: 0.8rem !important
}

.hero-mobile-banner-sec .banner-item .profile_detail .bold {
    color: #3470cb !important
}

.hero-mobile-banner-sec .button i {
    margin-right: 4px;
    font-size: 16px;
    color: #fff
}

.hero-mobile-banner-sec .banner-item {
    position: relative;
    border-right: 4px solid #fff
}

.hero-mobile-banner-sec .banner-item img {
    filter: brightness(.6);
    height: 420px;
    object-fit: cover
}

.hero-mobile-banner-sec .banner-item .profile_detail {
    position: absolute;
    bottom: 40px;
    padding: 0 15px
}

.hero-mobile-banner-sec .banner-item .profile_detail span {
    font-size: 22px;
    font-weight: 600;
    color: #fff
}

.hero-mobile-banner-sec .banner-item .profile_detail p {
    color: #fff;
    text-align: left !important
}

.hero-mobile-banner-sec .banner-item {
    border: 0
}

.hero-mobile-banner-sec {
    display: none
}

.after-banner .button-area {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.after-banner .button-area a {
    font-size: 15px;
    padding: 8px 18px;
    border: 1px solid #3470cb;
    border-radius: 60px;
    transition: 0.3s linear;
    cursor: pointer;
    background: linear-gradient(0deg, #4590ca 0%, #1373ba 100%);
    color: #fff;
    display: inline-block;
}

#pop-modal .modal-content img {
    border-radius: 10px 0 0 10px
}

.baby-boomers {
    background: #4682b4 !important;
    color: #fff !important;
    border-left: 0 !important
}

.gen-x {
    background: #f5f5dc !important;
    border-left: 0 !important
}

.millennials {
    background: #e6e6fa !important;
    border-left: 0 !important
}

.gen-z {
    background: #800080 !important;
    color: #fff !important;
    border-left: 0 !important
}

/* why choose us */

.Why-we-sec .pdf-btn {
    color: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgb(69, 144, 202) 0%, rgb(19, 115, 186) 100%);
    padding: 10px 15px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

/* start the journey */

.sub-heading {
    color: #1373ba;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.4px;
    display: flex;
}

.start-journey .img-box img {
    box-shadow: rgb(50 50 93 / .25) 0 6px 12px -2px, rgb(0 0 0 / .3) 0 3px 7px -3px;
    border-radius: 10px;
}

/* faq */

.faq .title h2 {
    font-size: 28px;
    line-height: 48px;
    font-weight: 500;
    color: #232323;
    margin: 6px 0 30px;
    text-align: center;
    position: relative;
}

.faq .accordion .accordion-item {
    border: unset;
    border-top: 2px solid #f6f4f2;
    padding: 7px 0;
    border-radius: unset;
}

.faq .accordion .accordion-item .accordion-header {
    margin: 0;
}

.faq .accordion .accordion-item .accordion-header .accordion-button {
    justify-content: start;
    flex-direction: row-reverse;
    gap: 12px;
    padding: 0;
    box-shadow: unset;
    background: transparent;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.4px;
    color: #000;
}

.faq .accordion .accordion-item .accordion-header .accordion-button:after {
    margin-left: unset;
    background-image: unset;
    content: '+';
    font-size: 22px;
    line-height: 22px;
    text-align: center;
}

.faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    transform: unset;
    content: '-';
}

.faq .accordion .accordion-item .accordion-body {
    padding: 10px 0 18px;
}

.faq .accordion .accordion-item .accordion-body p {
    margin: 0;
}

.pdf-btn {
    color: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgb(69, 144, 202) 0%, rgb(19, 115, 186) 100%);
    padding: 10px 15px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
}