/*
@Author: Devaraj Kaladipet

Purpose: India Team Customize Styles
*/

body {
    background-color: #ffffff;
    font-family: 'League Spartan', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    font-weight: 600;
}

h1 {
    font-size: 62px;
    line-height: normal;
    font-weight: 700;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 32px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 22px;
}

p {
    color: #717275;
    font-size: 20px;
}

ul li {
    color: #717275;
    font-size: 20px;
    font-weight: 300;
}

a,
button {
    touch-action: manipulation;
    transition: all 0.3s;
}

a {
    color: #5d52ba;
    text-decoration: none;
}

a:hover {
    color: #f65129;
}

b,
strong {
    font-weight: 700;
}


/*---------------------------------------
  SECTION
-----------------------------------------*/

.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-bg {
    background: #f0f8ff;
}

.section-overlay {
    background: rgba(0, 0, 0, 0.85);
    opacity: 0.85;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
}

.section-overlay+.container {
    position: relative;
}

.back-top-icon {
    background: #f65129;
    width: 65px;
    color: #ffffff;
    font-size: 32px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    transition: all 0.5s;
}

.back-top-icon:hover {
    background: #f65129;
    color: #ffffff;
}

.custom-block {
    background: #5d52ba;
    border-top: 20px solid #0dcaf0;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    padding: 30px 50px;
}

.custom-icon {
    color: #5d52ba;
}

.instagram-block {
    position: relative;
    height: 100%;
}

.instagram-block-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

nav[aria-label="breadcrumb"] {
    background: #ffffff;
    border-radius: 100px;
    display: inline-block;
    padding: 7px 16px 3px 16px;
}

.breadcrumb {
    margin-bottom: 0;
}

.custom-form .input-group {
    background-color: #ffffff;
    border-radius: 30px;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
    padding-left: 10px;
}

.input-group-text {
    background: transparent;
    border: 0;
    padding-right: 0;
}

.custom-form label {
    margin-bottom: 5px;
}

.custom-form .form-control {
    background-color: #ffffff;
    border: 2px solid transparent;
    border-radius: 30px;
    box-shadow: none;
    color: #717275;
    padding-top: 12px;
    padding-bottom: 12px;
    outline: none;
}

.custom-form button[type="submit"] {
    background: #5d52ba;
    border: none;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    transition: all 0.3s;
    margin-bottom: 24px;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
    background: #0dcaf0;
    border-color: transparent;
}

.custom-text-block {
    background: #5d52ba;
    padding: 80px 60px;
    height: 100%;
}

.counter-thumb {
    margin: 20px;
    margin-bottom: 0;
}

.counter-number,
.counter-text {
    color: #000000;
    display: block;
    font-size: 17px;
    font-weight: 600;
}

.counter-number,
.counter-number-text {
    color: #000000;
    font-size: 62px;
    line-height: normal;
}

.custom-text-block .counter-number,
.custom-text-block .counter-number-text {
    color: #ffffff;
}

.custom-link {
    color: #717275;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    padding-bottom: 2px;
}

.custom-link::after {
    content: "";
    width: 0;
    height: 2px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    background: currentColor;
}

.custom-link:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

.custom-link:hover {
    color: #5d52ba;
}

.custom-link:hover::after {
    background: #f65129;
}

.custom-btn {
    background: #f65129;
    border: 2px solid transparent;
    border-radius: 100px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding: 15px 20px;
}

.custom-btn:hover,
.navbar-expand-lg .navbar-nav .nav-link.custom-btn:hover {
    background: #2dcc70;
    color: #ffffff;
}

.custom-border-btn-wrap .custom-border-btn {
    border-color: #ffffff;
    color: #ffffff;
}

.custom-border-btn-wrap .custom-border-btn:hover,
.india-team-donation-section .custom-border-btn:hover {
    background: #ffffff;
    color: #f65129;
}

.custom-border-btn-wrap .custom-link {
    color: #ffffff;
}

.custom-border-btn-wrap .custom-link:hover::after {
    background: #ffffff;
}

.custom-border-btn {
    background: transparent;
    border: 2px solid #e9eaeb;
    color: #f65129;
}

.custom-border-btn:hover {
    background: #f65129;
    border-color: transparent;
    color: #ffffff;
}

.navbar-expand-lg .navbar-nav .nav-link.custom-btn {
    padding: 12px 22px;
    color: #ffffff;
}


/* Navigation */

.navbar {
    background: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}

.navbar-brand {
    font-size: 32px;
    font-weight: 700;
}

.logo-image {
    display: block;
    width: 65px;
    margin-right: 15px;
}

.logo-text {
    color: #5d52ba;
    font-size: 32px;
    display: block;
    line-height: normal;
}

.logo-slogan {
    color: #f65129;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.navbar-brand,
.navbar-brand:hover {
    color: #5d52ba;
}

.navbar-expand-lg .navbar-nav .nav-link {
    margin-right: 0;
    margin-left: 0;
    padding: 0 23px;
}

.navbar-expand-lg .navbar-nav {
    width: 100%;
}

.navbar-nav .nav-link {
    display: inline-block;
    color: var(--p-bg-color);
    font-size: 20px;
    font-weight: 500;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    color: #f65129;
}

.dropdown-menu {
    background: #ffffff;
    border: 1px solid #2dcc70;
    padding: 0;
    margin-top: 20px;
    /* top: 64px; */
    min-width: 270px;
}

.dropdown-item {
    display: inline-block;
    color: var(--p-bg-color);
    font-size: 15px;
    font-weight: var(--font-weight-medium);
    border-bottom: 1px solid #e9eaeb;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dropdown-menu li:last-child .dropdown-item {
    border-bottom: 0;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    background: transparent;
    color: #f65129;
}

.dropdown-toggle::after {
    content: "\f282";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-size: 14px;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    left: 2px;
    border: 0;
}

@media screen and (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

.navbar-toggler {
    border: 0;
    padding: 0;
    cursor: pointer;
    margin: 0;
    width: 30px;
    height: 35px;
    outline: none;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
    transition: top 300ms 50ms ease, transform 300ms 350ms ease;
    transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
    top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
    background: #000000;
    transition: background 10ms 300ms ease;
    display: block;
    width: 30px;
    height: 2px;
    position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
    transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
    transition: top 300ms 350ms ease, transform 300ms 50ms ease;
    transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
    position: absolute;
    right: 0;
    left: 0;
    background: #000000;
    width: 30px;
    height: 2px;
    content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
    top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
    top: 8px;
}


/* Header */

.india-team-siteheader {
    background-image: url('../images/india-team-siteheader/close-up-young-business-team-working.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
}

.india-team-siteheader .section-overlay {
    background: #5d52ba;
}

.india-team-landing-section {
    margin-top: 95px;
}

.india-team-landing-section .section-overlay {
    background: rgba(0, 0, 0, 0.74);
    height: 80vh;
}

.india-team-landing-section .custom-border-btn {
    border-color: #0dcaf0;
    color: #0dcaf0;
}

.india-team-landing-section .custom-border-btn:hover {
    background: #0dcaf0;
    color: #ffffff;
}

.hero-form {
    background: #7f73eb;
    border-radius: 10px;
    padding: 40px;
}

.hero-form .form-control {
    padding-bottom: 10px;
}

.hero-form button[type="submit"] {
    padding-top: 10px;
    padding-bottom: 8px;
}

.hero-form .input-group-text i {
    position: relative;
    top: 2px;
}

.india-team-landing-section .badge {
    background: transparent;
    color: #ffffff;
}

.india-team-landing-section .badge:hover {
    background: #ffffff;
    color: #5d52ba;
}

.badge {
    background: #f0f8ff;
    border: 1px solid #ffffff;
    border-radius: 30px;
    color: #5d52ba;
    font-weight: 400;
    line-height: normal;
    margin-right: 5px;
    margin-left: 5px;
    padding: 8px 12px;
    padding-bottom: 6px;
}

.badge-level {
    background: #5d52ba;
    color: #ffffff;
}

.badge:hover {
    background: #f65129;
    color: #ffffff;
}


/* About */

.about-page .about-section {
    padding-top: 100px;
    padding-bottom: 0;
}

.about-section .custom-text-block {
    background: rgba(0, 0, 0, 0.5);
}

.about-image-wrap,
.india-team-video-thumb {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.about-info {
    background: #2dcc70;
    border-radius: 30px;
    position: absolute;
    top: 32%;
    right: 0;
    margin: 20px;
    padding: 20px;
}

.about-info-text h4 {
    font-weight: 400;
}

.about-image-border-radius {
    border-radius: 30px;
}

.about-image {
    display: block;
    object-fit: cover;
    height: 100%;
}

.custom-border-radius-start {
    border-radius: 30px 0 0 30px;
    background: #2dcc70;
}

.custom-border-radius-end {
    border-radius: 0 30px 30px 0;
}

.video-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.youtube-icon {
    background: #f65129;
    font-size: 48px;
    color: #ffffff;
    border-radius: 100px;
    width: 90px;
    height: 90px;
    line-height: 110px;
    text-align: center;
    display: block;
    animation: pulse-animation 2s infinite;
    transition: all 0.5s;
}

.youtube-icon:hover {
    color: #ffffff;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}


/* india-team */

.india-team-section {
    background: #f0f8ff;
}

.india-team-carousel .owl-item img,
.avatar-image {
    border: 5px solid #f0f8ff;
    border-radius: 100px;
    width: 65px;
    height: 65px;
    object-fit: cover;
}

.india-team-carousel .owl-dots .owl-dot span {
    background: #ffffff;
    border: 2px solid transparent;
    padding: 5px;
    transition: all 0.5s;
}

.india-team-carousel .owl-dots .owl-dot.active span,
.india-team-carousel .owl-dots .owl-dot:hover span {
    background: #f65129;
    border-color: #f65129;
}

.india-team-thumb {
    background: #ffffff;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
}

.india-team-body {
    position: relative;
    padding: 30px 40px 30px 70px;
}

.india-team-info {
    position: relative;
    padding: 40px 40px 20px 40px;
}

.india-team-title {
    color: #717275;
    min-height: 230px;
}

.india-team-info strong,
.india-team-info small {
    display: block;
}

.india-team-info strong {
    color: #000000;
    line-height: normal;
}

.bi-star-fill {
    color: #f65129;
}

.india-team-bottom small {
    font-size: 16px;
    font-weight: 400;
}

.quote-icon {
    position: absolute;
    top: 0;
    left: 30px;
    opacity: 0.05;
}


/* India team event               */

.india-team-event-bottom .custom-btn {
    font-size: 24px;
    padding: 25px 50px;
}

.india-teamlistings-page .hero-form .badge:hover {
    background: #5d52ba;
}

.india-team-event-thumb {
    border-radius: 10px;
    margin-bottom: 25px;
    padding: 25px;
    transition: all 0.5s ease;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
    background: #ffffff;
}

.india-team-event-thumb:hover {
    background: #ffffff;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
}

.india-team-event-title-link {
    color: #000000;
}

.india-team-event-thumb p {
    font-size: 18px;
}

.india-team-event-thumb .badge {
    border: 0;
}

.india-team-event-thumb-box {
    border: 1px solid #e9eaeb;
    position: relative;
    overflow: hidden;
    max-width: 400px;
    margin-bottom: 48px;
    padding: 0;
}

.india-team-event-thumb-box .india-team-event-body {
    padding: 25px;
}

.india-team-event-thumb-box .india-team-event-body .team-team-image-wrap {
    width: 50px;
    min-width: 50px;
    height: 50px;
}

.india-team-event-thumb-box .india-team-event-body .team-team-image {
    padding: 10px;
}

.india-team-event-thumb-box .india-team-event-location,
.india-team-event-thumb-box .india-team-event-date {
    min-width: inherit;
}

.india-team-event-thumb-box .india-team-event-date {
    margin-right: 0;
}

.india-team-image-box-wrap {
    position: relative;
}

.india-team-image-box-wrap .team-team-image {
    padding: 0;
}

.india-team-image-box-wrap .badge-level {
    border-color: transparent;
}

.india-team-image-box-wrap .badge-level:hover,
.india-team-image-box-wrap .badge:hover {
    background: #f65129;
    border-color: transparent;
}

.india-team-image-box-wrap-info {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 20px 25px;
}

.team-team-image-wrap {
    border-radius: 100px;
    width: 80px;
    min-width: 80px;
    height: 80px;
}

.team-team-image {
    display: block;
    margin: auto;
    padding: 20px;
}

.india-team-event-body {
    flex: auto;
}

.india-team-event-location {
    min-width: 175px;
}

.india-team-event-location,
.india-team-event-date {
    margin-right: 20px;
}

.india-team-event-date {
    min-width: 155px;
}

.india-teamprice {
    min-width: 120px;
    margin-right: 10px;
    margin-left: 10px;
}

.india-team-event-thumb-detail,
.india-team-event-thumb-detail:hover {
    background: transparent;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.india-team-event-thumb-detail-box {
    padding: 40px;
}

.india-teamdetail-share {
    margin-left: auto;
}

.dropdown-sorting .dropdown-menu {
    border-radius: 10px;
    border-top: 0;
    padding-top: 8px;
    padding-bottom: 8px;
}

.dropdown-sorting .dropdown-item {
    font-size: 14px;
    border-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

#dropdownSortingButton {
    background: transparent;
    color: #000000;
    border: 0;
    padding: 0;
}

.sorting-icon {
    color: #717275;
}

.sorting-icon.active {
    color: #5d52ba;
}

.india-team-btn-wrap {
    margin-left: auto;
}

.india-team-donation-section {
    background-image: url('../images/millennial-group-young-businesspeople.jpg');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
    padding-top: 150px;
    padding-bottom: 75px;
}


/* NEWSLETTER FORM               */

.newsletter-form {
    background: #f0f8ff;
    border-radius: 10px;
    padding: 30px;
}

.newsletter-form .input-group {
    margin-bottom: 0;
    padding: 10px;
}

.newsletter-form .form-control {
    margin-right: 42px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.newsletter-form button[type="submit"] {
    display: flex;
    justify-content: center;
    align-content: center;
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
    padding-top: 10px;
    padding-bottom: 8px;
    width: 42px;
    height: 42px;
}

.newsletter-form button[type="submit"] i {
    height: 100%;
}

.newsletter-form .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0;
    border-radius: 100px;
}


/* SITE FOOTER               */

.india-team-sitefooter {
    padding-top: 100px;
    padding-bottom: 0;
    background-color: #fcc6b9;
}

.india-team-sitefooter-link {
    color: #717275;
}

.india-team-sitefooter-bottom {
    background: #2dcc70;
    margin-top: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.india-team-sitefooter-bottom .footer-menu-link {
    color: #ffffff;
    font-size: 14px;
    margin-right: 5px;
    margin-left: 5px;
}

.india-team-footer-title {
    margin-bottom: 15px;
}

.india-team-sitefooter-bottom p,
.copyright-text {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 0;
}

.copyright-text {
    margin-right: 20px;
}

.sponsored-link {
    color: #ffffff;
    font-weight: 700;
}

.footer-menu {
    justify-content: end;
    margin: 0;
    padding: 0;
}

.footer-menu-item {
    list-style: none;
    display: block;
}

.footer-menu-link {
    color: #717275;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 5px;
}


/* SOCIAL ICON                */

.social-icon {
    margin: 0;
    padding: 0;
}

.social-icon-item {
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

.social-icon-link {
    background: #f65129;
    border-radius: 100px;
    color: #ffffff;
    font-size: 16px;
    display: block;
    margin-right: 5px;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 40px;
    transition: all 0.5s;
}

.social-icon-link:hover {
    background: #0dcaf0;
    color: #ffffff;
    transform: scale(1.15);
}


/* RESPONSIVE STYLES                */

@media screen and (min-width: 1025px) {
    .india-teamfeatured-section .india-team-event-thumb {
        max-width: 1120px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (min-width: 991px) {
    .google-map {
        height: 100%;
    }
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 48px;
    }
    h2 {
        font-size: 36px;
    }
    h3 {
        font-size: 32px;
    }
    h4 {
        font-size: 28px;
    }
    h5 {
        font-size: 20px;
    }
    h6 {
        font-size: 18px;
    }
    .section-padding,
    .india-team-donation-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .about-page .about-section {
        padding-top: 50px;
    }
    .custom-btn {
        padding: 12px 20px;
    }
    .navbar-collapse {
        padding-bottom: 20px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px;
    }
    .navbar-expand-lg .navbar-nav .nav-link.custom-btn {
        margin-top: 10px;
    }
    .page-link {
        font-size: 12px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-right: 5px;
        margin-left: 5px;
    }
    .custom-text-block {
        padding: 50px 30px;
        margin-top: 50px;
    }
    .india-team-landing-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .badge {
        margin-top: 5px;
    }
    .counter-number,
    .counter-number-text {
        font-size: 48px;
    }
    .custom-border-radius-start {
        border-radius: 30px 30px 0 0;
    }
    .custom-border-radius-end {
        border-radius: 0 0 30px 30px;
    }
    .india-team-event-body p {
        font-size: 16px;
    }
    .india-team-event-location {
        min-width: 140px;
    }
    .india-teamprice {
        min-width: inherit;
        margin-top: 5px;
        margin-left: 0;
    }
    .hero-form button[type="submit"] {
        margin-bottom: 0;
    }
    .india-team-sitefooter {
        padding-top: 50px;
    }
    .india-team-sitefooter-bottom {
        margin-top: 50px;
    }
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 26px;
    }
    h4 {
        font-size: 22px;
    }
    h5 {
        font-size: 20px;
    }
    .badge {
        margin: 10px 10px 5px 0;
    }
    .page-link {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .counter-thumb {
        margin: 10px;
    }
    .counter-number,
    .counter-number-text {
        font-size: 36px;
    }
    .india-team-event-date {
        margin-top: 5px;
    }
    .india-teamdetail-share {
        margin: 20px auto 0 auto;
    }
    .single-item {
        width: 100%;
    }
}

.carousel-item {
    height: 85vh;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
}

.carousel-item::after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f65129;
    opacity: 0.5;
}

.about-badge {
    display: inline-block;
    border-radius: 12px;
    background: rgb(246 81 41);
    padding: 10px 25px 7px 25px;
    font-weight: 600;
    letter-spacing: 0.3px;
    font-size: 20px;
}

.box {
    margin: 3em auto;
    padding: 32px;
    width: 15em;
    height: 3em;
    position: relative;
    overflow: hidden;
    top: 16px;
    background-color: #FFF;
    box-shadow: 7px 5px 4px rgba(0, 0, 0, 0.5);
    border: 1px solid black;
    border-radius: 2px;
}

.scroll {
    position: absolute;
}

.scroll li {
    list-style: none;
}

.details-event-image {
    border-radius: 20px;
}

.india-team-event-section-wrap {
    display: block;
    float: left;
    width: 100%;
    margin-top: 130px;
    background: #f0f8ff;
}

.primary-color {
    color: #f65129;
}

.latest-news-image {
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 50%;
}

.dropdown-menu li {
    border-bottom: 1px solid #f65129;
    padding: 10px;
    width: 100%;
}

.dropdown-menu li:last-child {
    border-bottom: none;
}

.fixed-sidenavbar {
    position: fixed;
    left: 0;
    height: 100%;
}

.gallery-image {
    float: left;
    width: 50%;
    padding: 10px;
}

.gallery-image img {
    opacity: 0.8;
    cursor: pointer;
    height: 200px;
}

.gallery-image img:hover {
    opacity: 1;
}

.gallery-container {
    position: relative;
    display: none;
}

#imgtext {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: white;
    font-size: 20px;
}

.closebtn {
    position: absolute;
    top: 10px;
    right: 15px;
    color: white;
    font-size: 35px;
    cursor: pointer;
}

.border-draw {
    border: 2px dotted #5d52ba;
}

@media only screen and (max-width: 1200px) {
    .india-team-landing-section {
        margin-top: 50px;
        padding: 0;
    }
    .banner {
        height: 100vh;
    }
    /* .india-team-landing-section .section-overlay {
        height: 100vh;
    } */
    .banner-right {
        display: block;
        padding: 10px !important;
    }
    .banner-left p {
        line-height: 16px !important;
        font-size: 14px;
    }
    .banner-left h1 {
        font-size: 18px !important;
        line-height: 29px !important;
    }
    .row.mobile-view-vision {
        flex-direction: column;
    }
}