* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

/* Top bar */
.top-bar {
    background: #002147;
    color: #fff;
    font-size: 14px;
    padding: 5px 0;
}

.top-bar a {
    color: #fff;
    text-decoration: none;
    margin-left: 15px;
}

.apply-btn {
    background: #ffb606;
    color: #000;
    font-weight: bold;
    border-radius: 6px;
    padding: 6px 15px;
    transition: 0.3s;
}

.apply-btn:hover {
    background: #e0a800;
    color: #fff;
}

/* Navbar */
.navbar {
    background: #dce9fa;
}

.navbar-brand img {
    height: 40px;
    margin-right: 8px;
}

.navbar-nav .nav-link {
    color: #000;
    font-weight: 600;
    margin-left: 15px;
    transition: color 0.3s, border-bottom 0.3s;
    border-bottom: 2px solid transparent;
}

.navbar-nav .nav-link:hover {
    color: #002147;
    border-bottom: 2px solid #ffb606;
}



/* Banner style Start */
.banner-area.standard {
    padding-top: 100px;
    padding-bottom: 50px;
}

.banner-area {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.bg-gray-hard {
    background: linear-gradient(90deg, rgba(237, 245, 255, 1) 0%, rgba(204, 223, 247, 1) 100%);
}

.banner-area .box-table {
    display: table;
    width: 100%;
}

.banner-area,
.banner-area div {
    height: 100%;
}

.banner-area .box-cell,
.banner-area .box-cell div {
    height: auto;
}

.banner-area .box-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.item-flex.center {
    align-items: center;
}

.banner-area.standard .content-box h1 {
    font-weight: 600;
    font-size: 42px;
    margin-bottom: 15px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
    animation: fadeInUp 0.8s ease-out;
}

.banner-area .item h1:first-child {
    animation-delay: 0.5s;
}

.banner-area .item p {
    animation: fadeInUp 0.8s ease-out 0.7s;
    animation-fill-mode: both;
}

p {
    color: #000;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 15px;
    font-weight: 400;
}

.banner-area.standard form {
    margin: 0;
    margin-top: 30px;
}

.banner-area form {
    position: relative;
    z-index: 1;
    width: 90%;
    margin: 30px auto auto;
}

.banner-area.standard form input {
    border-radius: 30px;
    transition: all 0.3s ease;
}

.banner-area form input {
    border: none;
    border-radius: 30px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    min-height: 50px;
    padding: 15px 30px;
}

.banner-area form input:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    border-radius: 30px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.banner-area.standard form button {
    background: #ffb606;
    transition: all 0.3s ease;
}

.banner-area .item a,
.banner-area .item button {
    animation: fadeInUp 0.8s ease-out 0.9s;
    animation-fill-mode: both;
    margin-right: 3px;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

.banner-area form button {
    background: #ffb606;
    border: none;
    border-radius: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    height: 40px;
    padding: 0 25px;
    position: absolute;
    right: 5px;
    top: 5px;
    text-transform: capitalize;
    transition: all 0.3s ease;
}

.banner-area form button:hover {
    background: #e6a005;
    transform: scale(1.05);
}

.banner-area.standard .thumb {
    position: relative;
    z-index: 1;
    padding-left: 0;
    margin-bottom: 50px;
}

.banner-area.standard .thumb img:first-child {
    max-width: 75%;
}

.banner-area.standard .thumb img {
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.banner-area.standard .thumb img:hover {
    transform: scale(1.05);
}

.banner-area.standard .thumb img:nth-child(2) {
    position: absolute;
    width: 150px;
    bottom: -50px;
    margin-left: 20px;
}

.banner-area.standard .thumb .join {
    position: absolute;
    right: 0;
    top: 30px;
    background: #ffffff;
    display: flex;
    align-items: center;
    padding: 15px 25px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.banner-area.standard .thumb .join:hover {
    transform: translateY(-5px);
}

.banner-area.standard .thumb .join i {
    display: inline-block;
    font-size: 40px;
    color: #ffb606;
    margin-right: 10px;
}

.fa-graduation-cap:before {
    content: "\f19d";
}

.banner-area.standard .thumb .join .fun-fact {
    background: transparent;
    box-shadow: none !important;
    padding: 0;
    border-left: 1px solid #e7e7e7;
    padding-left: 15px;
}

.banner-area.standard .thumb .join h4 {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 20px;
}

.banner-area.standard .thumb .join .fun-fact span {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
}

.banner-area.standard .thumb::after {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -100px;
    content: "";
    height: 300px;
    width: 300px;
    border: 50px solid #ffffff;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.3;
    animation: infiUpDown 2s infinite cubic-bezier(0.54, 0.085, 0.5, 0.92);
}

/* Keyframes for animations */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes infiUpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

/* Mobile responsiveness */
@media (max-width: 991px) {
    .banner-area.standard {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .banner-area.standard .content-box h1 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .banner-area form {
        width: 100%;
        margin: 20px auto auto;
    }

    .banner-area.standard form input {
        min-height: 45px;
        padding: 10px 20px;
    }

    .banner-area form button {
        height: 35px;
        padding: 0 20px;
        top: 5px;
    }

    .banner-area.standard .thumb {
        margin-bottom: 30px;
    }

    .banner-area.standard .thumb img:nth-child(2) {
        width: 100px;
        bottom: -30px;
        margin-left: 10px;
    }

    .banner-area.standard .thumb .join {
        padding: 10px 15px;
        top: 20px;
        right: 10px;
    }

    .banner-area.standard .thumb .join i {
        display: none;
        /* Hide icon on mobile */
    }

    .banner-area.standard .thumb .join h4 {
        font-size: 16px;
    }

    .banner-area.standard .thumb .join .fun-fact span {
        font-size: 9px;
    }

    .banner-area.standard .thumb::after {
        height: 200px;
        width: 200px;
        border: 30px solid #ffffff;
        margin-top: -80px;
    }

    .banner-area .box-table,
    .banner-area .box-cell {
        display: block;
    }

    .item-flex.center {
        flex-direction: column;
        text-align: center;
    }

    .banner-area.standard .thumb img:first-child {
        max-width: 60%;
    }
}

@media (max-width: 576px) {
    .banner-area.standard .content-box h1 {
        font-size: 24px;
    }

    p {
        font-size: 14px;
    }

    .banner-area.standard .thumb img:nth-child(2) {
        width: 80px;
        bottom: -20px;
    }

    .banner-area.standard .thumb .join {
        padding: 8px 12px;
    }

    .banner-area.standard .thumb::after {
        height: 150px;
        width: 150px;
        border: 20px solid #ffffff;
        margin-top: -60px;
    }
}

/* Banner style End */



/* What do you want Style Start */

.what-learn-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.bg-dark {
    background: #002147 none repeat scroll 0 0 !important;
}

.default-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.what-learn-area .row>.info {
    padding-right: 35px;
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(248, 249, 250, 1) !important;
}

.what-learn-area .info h2 {
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.3;
    font-size: 36px;
    animation: fadeInUp 1s ease-out;
}

.what-learn-area .info p {
    margin-bottom: 0;
    animation: fadeInUp 1.2s ease-out;
}

.text-light p {
    color: #fff;
}

.what-learn-area .categories {
    margin-top: -30px;
}

.what-learn-area .single-item {
    margin-top: 30px;
}

.what-learn-area .item a {
    display: block;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    background: #fff;
    border-radius: 13px;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: scaleIn 0.5s ease-out;
}

.what-learn-area .item a:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
}

.what-learn-area .categories i {
    display: inline-block;
    font-size: 45px;
    margin-bottom: 25px;
    transition: transform 0.3s ease;
}

.what-learn-area .item a:hover i {
    transform: scale(1.2);
}

.what-learn-area .categories h4 {
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.4;
    font-size: 20px;
    color: #000;
}

.what-learn-area .categories span {
    text-transform: uppercase;
    font-size: 10px;
    background: #f1f1f1;
    display: inline-block;
    padding: 3px 15px;
    border-radius: 20px;
    font-weight: 600;
}

.flaticon-feature:before {
    content: "\f111";
    color: #10c45c;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.what-learn-area .categories .single-item:nth-child(2) i {
    color: #e948ae;
}

.flaticon-interaction:before {
    content: "\f112";
}

.what-learn-area .categories .single-item:nth-child(3) i {
    color: #f9bd44;
}

.flaticon-conveyor:before {
    content: "\f113";
}

.what-learn-area::after {
    position: absolute;
    right: -120px;
    top: 300px;
    content: "";
    height: 500px;
    width: 70%;
    background: #fff;
    z-index: -1;
    transform: rotate(-20deg);
    opacity: 0.07;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Mobile Responsiveness */
@media (max-width: 991px) {
    .what-learn-area .row>.info {
        padding-right: 15px;
        margin-bottom: 30px;
    }

    .what-learn-area .info h2 {
        font-size: 28px;
    }

    .what-learn-area .categories {
        margin-top: 0;
    }

    .what-learn-area .single-item {
        margin-top: 20px;
    }

    .what-learn-area .item a {
        padding: 20px;
    }

    .what-learn-area .categories i {
        font-size: 40px;
    }

    .what-learn-area .categories h4 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .default-padding {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .what-learn-area .info h2 {
        font-size: 24px;
    }

    .what-learn-area .categories i {
        font-size: 35px;
        margin-bottom: 20px;
    }

    .what-learn-area .categories h4 {
        font-size: 16px;
    }

    .what-learn-area .item a {
        padding: 15px;
    }

    .what-learn-area .single-item {
        margin-top: 15px;
    }
}

@media (max-width: 576px) {
    .what-learn-area .info h2 {
        font-size: 20px;
    }

    .what-learn-area .info p {
        font-size: 14px;
    }

    .what-learn-area .categories i {
        font-size: 30px;
    }

    .what-learn-area .categories h4 {
        font-size: 14px;
    }

    .what-learn-area .categories span {
        font-size: 9px;
        padding: 2px 10px;
    }
}

/* What do you want Style End */




/* online Courses Style Start */

.rbt-sec-cir-shadow-1 {
    position: relative;
    overflow: hidden;
}

.rbt-section-gap {
    padding: 80px 0;
}

.bg-color-extra2 {
    background: #F9F9FF;
}

.section-title .title {
    margin-bottom: 0;
}

.theme-gradient {
    background: linear-gradient(90deg, #2f57ef, #b966e7);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #000;
}

.mb--40 {
    margin-bottom: 40px !important;
}

.rbt-course-tab-button {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 16px;
    position: relative;
    z-index: 1;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 10px;
}

.nav-tabs {
    border-bottom: 0;
}

ul li {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #6b7385;
}

.rbt-course-tab-button li button {
    color: #6b7385;
    font-family: 'Euclid Circular', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 12px 20px;
    white-space: nowrap;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: none;
    position: relative;
    z-index: 1;
    background: transparent;
}

.rbt-course-tab-button li button.active {
    color: #fff;
    background: none;
}

.rbt-course-tab-button li button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    z-index: -1;
    scale: 0.2;
    opacity: 0;
    transition: all 0.3s ease;
    background: radial-gradient(64.58% 59% at 37.13% 12%, rgba(255, 255, 255, 0.315) 0%, rgba(255, 255, 255, 0) 55.41%, rgba(255, 255, 255, 0) 100%), #2f57ef;
    box-shadow: 4px 10px 20px rgba(81, 99, 255, 0.26), inset -3px -4px 7px rgba(255, 255, 255, 0.15);
}

.rbt-course-tab-button li button.active::before {
    opacity: 1;
    scale: 1;
}

.rbt-course-tab-button li button:hover {
    color: #fff;
}

.rbt-course-tab-button li button:hover::before {
    opacity: 1;
    scale: 1;
}

.rbt-course-grid-column {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: -30px;
}

.rbt-course-grid-column .course-grid-3 {
    flex: 0 0 auto;
    width: 33.33%;
    animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.rbt-course-grid-column .course-grid-3,
.rbt-course-grid-column .course-grid-2,
.rbt-course-grid-column .course-grid-4 {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 30px;
}

.rbt-card.variation-04 {
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rbt-card {
    overflow: hidden;
    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
    border-radius: 6px;
    background: #ffffff;
    position: relative;
    height: 100%;
}

.rbt-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 12px 40px rgba(215, 216, 222, 0.6);
}

.rbt-card .rbt-card-img a img {
    width: 100%;
    transition: transform 0.5s ease;
    object-fit: cover;
    border-radius: 6px;
}

.rbt-card:hover .rbt-card-img a img {
    transform: scale(1.05);
}

.rbt-card.variation-04 .rbt-card-body {
    padding-top: 20px;
}

.rbt-card.variation-04 .rbt-card-body .rbt-meta {
    margin-bottom: 10px;
}

.rbt-meta li {
    font-size: 14px;
    line-height: 15px;
    color: #6b7385;
    display: inline-block;
    margin: 7px;
}

.rbt-meta li i {
    margin-right: 5px;
}

.rbt-card .rbt-card-body .rbt-card-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.rbt-card .rbt-card-body .rbt-card-title a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.rbt-card .rbt-card-body .rbt-card-title a:hover {
    color: #2f57ef;
}

.rbt-card .rbt-card-body .rbt-card-text {
    color: #6b7385;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.45;
}

.rbt-card.variation-04 .rbt-card-body .rbt-review {
    margin-bottom: 10px;
}

.rbt-review {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.rbt-review .rating {
    display: flex;
    align-items: center;
    margin-right: 6px;
}

.rbt-review .rating-count {
    font-size: 14px;
    font-weight: 500;
}

.rbt-review .rating i {
    font-size: 13px;
    color: #FF9747;
    transition: transform 0.3s ease;
}

.rbt-review .rating i:hover {
    transform: scale(1.2);
}

.rbt-card .rbt-card-body .rbt-card-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.rbt-card .rbt-card-body .rbt-card-bottom .rbt-btn-link {
    font-size: 14px;
    color: #192335;
    position: relative;
    transition: color 0.3s ease;
    font-weight: 500;
    text-decoration: none;
}

.rbt-card .rbt-card-body .rbt-card-bottom .rbt-btn-link:hover {
    color: #2f57ef;
}

.tab-pane {
    animation: slideIn 0.5s ease-out;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .rbt-section-gap {
        padding: 50px 0;
    }

    .title h2 {
        font-size: 24px;
    }

    .rbt-course-tab-button {
        justify-content: flex-start;
        padding-bottom: 15px;
    }

    .rbt-course-tab-button li button {
        font-size: 13px;
        padding: 10px 18px;
    }

    .rbt-course-grid-column .course-grid-3 {
        width: 100%;
    }

    .rbt-card .rbt-card-body .rbt-card-title {
        font-size: 20px;
    }

    .rbt-card .rbt-card-body .rbt-card-text {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .rbt-card {
        padding: 15px;
    }

    .rbt-card.variation-04 .rbt-card-body {
        padding-top: 15px;
    }
}

/* online Courses Style End */


/* JOIN PANDIT JI STYLE START */
.count-box {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    font-size: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.count-box:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

/* Form input */
.form-input {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid #444;
    background: #555;
    color: #fff;
    transition: all 0.3s ease;
}

.form-input:focus {
    background: #666;
    border-color: #f1c40f;
    outline: none;
    box-shadow: 0 0 8px rgba(241, 196, 15, 0.8);
}

/* Register Button */
.btn-register {
    background: linear-gradient(45deg, #f1c40f, #f39c12);
    color: #000;
    font-weight: bold;
    padding: 12px;
    border: none;
    border-radius: 50px;
    transition: all 0.4s ease;
}

.btn-register:hover {
    background: linear-gradient(45deg, #1a0768, #3c2ba0);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

/* JOIN PANDIT JI STYLE END */

/* Team Section Style Start */

.default-padding.bottom-less {
    padding-top: 120px;
    padding-bottom: 90px;
}

.site-heading {
    margin-bottom: 60px;
    margin-top: -5px;
    overflow: hidden;
}

.site-heading h2 {
    display: inline-block;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
    font-size: 36px;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0;
    margin: 0;
    margin-bottom: 15px;
}

.site-heading h2::before {
    background: #ffb606 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    width: 40px;
    z-index: 1;
}

.site-heading h2::after {
    background: #ffb606 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: 5px;
    position: absolute;
    width: 40px;
}

.advisor-area .advisor-items .single-item {
    margin-bottom: 30px;
    animation: fadeInUp 0.8s ease-in-out forwards;
    opacity: 0;
}

.advisor-area .advisor-items .single-item:nth-child(1) { animation-delay: 0.2s; }
.advisor-area .advisor-items .single-item:nth-child(2) { animation-delay: 0.4s; }
.advisor-area .advisor-items .single-item:nth-child(3) { animation-delay: 0.6s; }
.advisor-area .advisor-items .single-item:nth-child(4) { animation-delay: 0.8s; }
.advisor-area .advisor-items .single-item:nth-child(5) { animation-delay: 1.0s; }
.advisor-area .advisor-items .single-item:nth-child(6) { animation-delay: 1.2s; }

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.advisor-item {
    position: relative;
    transition: transform 0.3s ease;
}

.advisor-item:hover {
    transform: scale(1.05);
}

.advisor-items .advisor-item .info-box {
    display: block;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 10px #cccccc;
    background: #ffffff;
    transition: box-shadow 0.3s ease;
}

.advisor-item:hover .info-box {
    box-shadow: 0 0 20px #aaaaaa;
}

.advisor-item .info-box img {
    width: 100%;
    transition: transform 0.3s ease;
}

.advisor-item:hover .info-box img {
    transform: scale(1.1);
}

.advisor-items .advisor-item .info-title {
    background: #ffffff none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 25px;
    position: relative;
    right: 0;
    text-align: center;
    width: 100%;
    transition: background 0.3s ease;
}

.advisor-item:hover .info-title {
    background: #f9f9f9;
}

.advisor-item .info-title h4 {
    color: #002147;
    transition: all 0.5s ease;
    text-transform: capitalize;
    font-weight: 600;
}

.advisor-item .info-box .info-title span {
    color: #ffb606;
    font-weight: 500;
    text-transform: uppercase;
}

.advisor-items .advisor-item .social {
    position: relative;
    z-index: 1;
}

.advisor-item .social {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 15px;
    padding-top: 15px;
}

.advisor-item .social li {
    display: inline-block;
}

.advisor-items .advisor-item .social li a {
    border-radius: 50%;
    margin: 5px 3px 0;
}

.advisor-item .social li a {
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 5px 3px 0;
    text-align: center;
    width: 40px;
    color: #ffffff;
    transition: transform 0.3s ease, background 0.3s ease;
}

.advisor-item .social li.facebook a {
    background-color: #3b5998;
}

.advisor-item .social li.twitter a {
    background-color: #1da1f2;
}

.advisor-item .social li.pinterest a {
    background-color: #bd081c;
}

.advisor-item .social li a:hover {
    transform: scale(1.2);
    background: #002147;
}

.advisor-items .advisor-item .social::after {
    background: #ffb606 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    top: -2px;
    width: 30px;
}

/* Mobile Responsiveness */
@media (max-width: 991px) {
    .default-padding.bottom-less {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .site-heading h2 {
        font-size: 28px;
    }

    .site-heading {
        margin-bottom: 40px;
    }

    .advisor-area .advisor-items .single-item {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .advisor-area .advisor-items .single-item {
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .site-heading h2 {
        font-size: 24px;
    }

    .site-heading p {
        font-size: 14px;
    }

    .advisor-item .info-title {
        padding: 15px;
    }

    .advisor-item .info-title h4 {
        font-size: 18px;
    }

    .advisor-item .info-box .info-title span {
        font-size: 12px;
    }

    .advisor-item .social li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

/* Team Section Style End */