/* Start banner section */
.banner .container-fluid{
    padding-left: 0px;
    padding-right: 0px;
}

@media only screen and (min-width: 0px) and (max-width: 576px) {
    .d-none{
        display:none !important;
    }
    .application-process .arrow {
        padding: 10px 10px !important;
    }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
    .d-sm-none{
        display:none !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px){
    .d-md-block{display:block !important;}
    .d-md-none{display:none !important;}
}
@media only screen and (min-width: 992px) and (max-width: 2000px){
    .d-lg-block{display:block !important;}
    .d-lg-none{display:none !important;}
}
.justify-content-center{
    justify-content:center!important;
}
.d-flex{
    display:flex!important;
}
.mt-5{
    margin-top:3rem !important;
}
.mt-auto{
    margin-top:auto !important;
}
.me-0{
    margin-right:0!important;
}
.me-1
{
    margin-right:.25rem !important;
}
.me-2{
    margin-right:.5rem !important;
}
.me-3{
    margin-right:1rem !important;
}
.me-4{
    margin-right:1.5rem !important;
}
.me-5{
    margin-right:3rem !important;
}
.me-auto{
    margin-right:auto !important;
}
.mb-0{
    margin-bottom:0!important;
}
.mb-1{
    margin-bottom:.25rem!important;
}
.mb-2{
    margin-bottom:.5rem!important;
}
.mb-3{
    margin-bottom:1rem!important;
}
.mb-4{
    margin-bottom:1.5rem !important;
}
.mb-5{
    margin-bottom:3rem !important;
}
.mb-auto{
    margin-bottom:auto !important;
}

.ms-0{
    margin-left:0 !important;
}
.ms-1{margin-left:.25rem !important}
.ms-2{margin-left:.5rem!important}
.ms-3{margin-left:1rem!important}
.ms-4{margin-left:1.5rem!important}
.ms-5{margin-left:3rem!important}
.ms-auto{margin-left:auto!important}
.p-0{padding:0!important}
.p-1{padding:.25rem!important}
.p-2{padding:.5rem!important}
.p-3{padding:1rem!important}
.p-4{padding:1.5rem!important}
.p-5{padding:3rem!important}
.px-0{padding-right:0!important;padding-left:0!important}
.px-1{padding-right:.25rem!important;padding-left:.25rem!important}
.px-2{padding-right:.5rem!important;padding-left:.5rem!important}
.px-3{padding-right:1rem!important;padding-left:1rem!important}
.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}
.pt-5{padding-top:3rem!important}
.pe-0{padding-right:0!important}
.pe-1{padding-right:.25rem!important}
.pe-2{padding-right:.5rem!important}
.pe-3{padding-right:1rem!important}
.pe-4{padding-right:1.5rem!important}
.pe-5{padding-right:3rem!important}
.pb-0{padding-bottom:0!important}
.pb-1{padding-bottom:.25rem!important}
.pb-2{padding-bottom:.5rem!important}
.pb-3{padding-bottom:1rem!important}
.pb-4{padding-bottom:1.5rem!important}
.pb-5{padding-bottom:3rem!important}
.ps-0{padding-left:0!important}
.ps-1{padding-left:.25rem!important}
.ps-2{padding-left:.5rem!important}
.ps-3{padding-left:1rem!important}
.ps-4{padding-left:1.5rem!important}
.ps-5{padding-left:3rem!important}

.fs-1{font-size:calc(1.375rem + 1.5vw)!important}
.fs-2{font-size:calc(1.325rem + .9vw)!important}
.fs-3{font-size:calc(1.3rem + .6vw)!important}
.fs-4{font-size:calc(1.275rem + .3vw)!important}
.fs-5{font-size:1.25rem!important}
.fs-6{font-size:1rem!important}
.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}
/* End banner section */

/* Start About us section */
.about-us h3,.awards h3,.facilities h3,.brands h3,
.journey h3,.leadership h3,.company-details h3,.internship-programs h3,.application-process h3,
.incentive-plan h3{
    font-size: 26px;
    font-family: Arial;
    font-weight: 500;
    color: #e3383d;
}
.about-us p,.leadership p{
    font-size: 20px;
    font-family: 'Calibri';
    font-weight: 500;
    text-align: justify;
    color: #163f7a;
}
.about-us .panel{
    height: 130px;
    padding: 8px 2px 2px 2px;
    margin-top: 3rem;
    box-shadow: 0px 2px 4px 0 rgba(0,0,0,0.2);
    border-radius: 6px;
    transition: 0.3s;
    color: #163f7a;
    font-weight: bold;
}
.about-us .panel:hover {
    box-shadow: 1px 10px 16px 0 rgba(0,0,0,0.3);
}
.about-us .panel .heading{
    font-size: 40px;
    font-family: 'Calibri';
    font-weight: 700;
    margin-bottom: 10px;
    padding: 10px;
}
.about-us .panel .panel-body {
    padding: 0px;
}
/* End About us section */

/* Start Awards & Accreditations */
.awards img{
    width: 80px;
    height: 80px;
}
.awards ul {
    --col-gap: 2rem;
    --row-gap: 2rem;
    --line-w: 0.25rem;
    display: grid;
    grid-template-columns: var(--line-w) 1fr;
    grid-auto-columns: max-content;
    column-gap: var(--col-gap);
    list-style: none;
    width: min(60rem, 90%);
    margin-inline: auto;
}

  /* line */
.awards ul::before {
    content: "";
    grid-column: 1;
    grid-row: 1 / span 20;
    background: rgb(225, 225, 225);
    border-radius: calc(var(--line-w) / 2);
}

/* columns*/

/* row gaps */
.awards ul li:not(:last-child) {
    margin-bottom: var(--row-gap);
}

/* card */
.awards ul li {
    grid-column: 2;
    --inlineP: 1.5rem;
    margin-inline: var(--inlineP);
    grid-row: span 2;
    display: grid;
    grid-template-rows: min-content min-content min-content;
}

/* date */
.awards ul li .date {
    --dateH: 3rem;
    height: var(--dateH);
    margin-inline: calc(var(--inlineP) * -1);
    text-align: center;
    background-color: var(--accent-color);
    color: white;
    font-size: 1.25rem;
    font-weight: 700;
    display: grid;
    place-content: center;
    position: relative;
    border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}

/* date flap */
.awards ul li .date::before {
    content: "";
    width: var(--inlineP);
    aspect-ratio: 1;
    background: var(--accent-color);
    background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
    position: absolute;
    top: 100%;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    right: 0;
}

  /* circle */
.awards ul li .date::after {
    content: "";
    position: absolute;
    width: 2rem;
    aspect-ratio: 1;
    background: var(--bgColor);
    border: 0.3rem solid var(--accent-color);
    border-radius: 50%;
    top: 50%;

    transform: translate(50%, -50%);
    right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}

/* title descr */
.awards ul li .title,
.awards ul li .descr {
    background: var(--bgColor);
    position: relative;
    padding-inline: 1.5rem;
}
.awards ul li .title {
    overflow: hidden;
    padding-block-start: 1.5rem;
    padding-block-end: 1rem;
    font-weight: 500;
}
.awards ul li .descr {
    padding-block-end: 1.5rem;
    font-weight: 300;
}

  /* shadows */
.awards ul li .title::before,
.awardsul li .descr::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 0.5rem;
    background: rgba(0, 0, 0, 0.5);
    left: 50%;
    border-radius: 50%;
    filter: blur(4px);
    transform: translate(-50%, 50%);
}
.awards ul li .title::before {
    bottom: calc(100% + 0.125rem);
}

.awards ul li .descr::before {
    z-index: -1;
    bottom: 0.25rem;
}

@media (min-width: 40rem) {
    .awards ul {
        grid-template-columns: 1fr var(--line-w) 1fr;
    }
    .awards ul::before {
        grid-column: 2;
    }
    .awards ul li:nth-child(odd) {
        grid-column: 1;
    }
    .awards ul li:nth-child(even) {
        grid-column: 3;
    }

    /* start second card */
    .awards ul li:nth-child(2) {
        grid-row: 2/4;
    }

    .awards ul li:nth-child(odd) .date::before {
        clip-path: polygon(0 0, 100% 0, 100% 100%);
        left: 0;
    }

    .awardsul li:nth-child(odd) .date::after {
        transform: translate(-50%, -50%);
        left: calc(100% + var(--col-gap) + var(--line-w) / 2);
    }
    .awards ul li:nth-child(odd) .date {
        border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
    }
}
/* End Awards & Accreditations */

/* Start Journey */
.journey .timeline {
    width: 100%;
    position: relative;
    perspective: 5000px;
}
.journey .timeline:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 8px;
    background-color: #163f7a;
    border-radius: 15px;
    top: 30px;
}
.journey .timeline .timeline-item {
    text-align: center;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.journey .timeline .timeline-item:hover:after {
    transform: scale(1.5, 1.5);
}
.journey .timeline .timeline-item.selected:after {
    background-color: #e3383d;
    transform: scale(1.5, 1.5);
}
.journey .timeline .timeline-item:after {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 27px;
    left: 50%;
    margin-left: -15px;
    background-color: #163f7a;
    content: "";
    border-radius: 50%;
    transition: transform 0.5s ease;
}
.journey .timeline .timeline-item .timeline-content {
    position: absolute;
    top: -200px;
    display: none;
    width: 350px;
    left: -60px;
    cursor: auto;
}
.journey .timeline .timeline-item .timeline-content.fadeIn {
    animation-delay: 0.2s;
}
.journey .timeline .timeline-item .timeline-content.animated {
    display: block;
}

.journey .flex-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.journey .flex-items-default {
    width: 224px;
    height: 50px;
}
.journey .dropdown {
    width: 250px;
    height: 200px;
    background: white;
    box-shadow: 0 3px 20px 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    position: absolute;
    top: -200px;
    animation-duration: 0.2s;
    transition: left 0.3s ease;
}
.journey .dropdown{
    left: -88px;
}
.journey .dropdown .inner {
    position: relative;
    width: 100%;
    height: 326px;
}

.journey .animated{
    display: block;
}
.journey .timeline .heading{
    font-size: 20px;
    color: #163f7a;
    font-weight: 600;
    font-family: 'Calibri';
}
.journey .timeline .subtitle{
    font-size: 16px;
    color: #163f7a;
    font-weight: 400;
    font-family: 'Calibri';
}
.journey .hexagon {
    position: relative;
    width: 75px;
    height: 43.3px;
    background-color: #163f7a;
    margin: 21.65px 0;
    left: 27%;
    margin-left: -37px;
    top: 25px;
    color: #FFF;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.journey .hexagon:before,
.journey .hexagon:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 37.5px solid transparent;
    border-right: 37.5px solid transparent;
}

.journey .hexagon:before {
    bottom: 100%;
    left: 1px;
    border-bottom: 21.65px solid #163f7a;
}

.journey .hexagon:after {
    top: 100%;
    width: 0;
    left: 2px;
    border-top: 21.65px solid #163f7a;
}

.timeline-block-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    clear: both;
}
.timeline-block-right {
    float: right;
}
.timeline-block-left {
    float: left;
    direction: rtl
}
.marker {
    width: 50px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #163f7a;
    background: #163f7a;
    margin-top: 10px;
    padding: 5px;
    z-index: 1;
    text-align:center;
    position: relative;
    left:4px;
    color: #FFF;
}

.timeline-text {
    width: 95%;
    padding: 0px 0px 14px 22px;
    color: #666
}

.timeline-text h3 {
    margin-top: 8px;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 500
}

.timeline-text span {
    font-size: 15px;
    color: #a4a4a4;
}

.timeline-text p {
    font-size: 14px;
    line-height: 1.5em;
    word-spacing: 1px;
    color: #888;
}
.timeline-block {
    width: 100%;
    margin-bottom: 30px;
}
.timeline-block-right {
    float: none;
}

.timeline-block-left {
    float: none;
    direction: ltr;
}
/* End Journey */

/* Start Facilities */
/* .facilities h4::before {
    content: "";
    height: 7px;
    width: 32px;
    background: green;
    display: block;
    position: absolute;
    top: 0.25em;
    left: 0;
} */
.facilities h4{
    font-size: 24px;
    font-family: 'Calibri';
    color: #163f7a;
    font-weight: bold;
    position: relative;
    /* padding-left: 40px;  */
}

.facilities ul {
    font-family: Arial;
    font-size: 16px;
    list-style: none;
    padding: 0;
}
.facilities ul li {
    margin: 0;
    margin-bottom: 1em;
    padding-left: 15px;
    position: relative;
}
.facilities ul li:after {
    content: "";
    height: 7px;
    width: 7px;
    background: #e3383d;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 7px;
    left: 0;
}
/* End Facilities */

/* Start Brands */
.brands .panel{
    height: 130px;
    padding: 8px 2px 2px 2px;
    margin-top: 3rem;
    transition: 0.3s;
    color: #163f7a;
    font-weight: bold;
    border-radius: 0;
    outline: 0;
    border: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.brands .panel img{
    width: 160px;
    height: 40px;
}
.brands .panel:hover img {
    transform: scale(1.2) rotate(0deg);
    transition: ease-in-out 0.3s;
}

.brands .panel .panel-body {
    padding: 0px;
    margin-top: 10px;
    font-size: 14px;
}
.brands .title{
    font-size: 18px;
    color: #163f7a;
    border-radius:20px;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}
.brands .title:after, .brands .title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 4px;
    content: "";
    right: 45px; 
    margin:auto;
    background-color: #ccc;
}
.brands .title:before { 
    background-color:#e3383d;
    left:45px; width:90px;
}
.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}
.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}
/* End Brands */

/* Start Message from Managing Director */
.message-director h2{
    font-size: 40px;
    font-family: 'Calibri';
    color: #e3383d;
    font-weight: 400;
}
.message-director p{
    font-size: 16px;
    font-family: 'Calibri';
    color: #163f7a;
    font-weight: 600;
}
.message-director  .profile {
    position: relative;
    overflow: hidden;
}

.message-director  .wave-background {
    position: relative;
    overflow: hidden;
}

.message-director  .wave-background::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 70%;
    height: 100%;
    background: linear-gradient(to bottom right, #e3383d, #ffffff);
    clip-path: polygon(0 0, 100% 0, 0 150%);
    transform: scaleX(3);
    z-index: -1;
}

.message-director .profile-image{
    max-height: 100%;
    max-width: 100%;
    text-align: center;
    padding: 16px;
}

.message-director .profile h2{
    font-size: 40px;
    font-family: 'Calibri';
    color: #163f7a;
    font-weight: 400;
}
.message-director .profile p{
    font-size: 18px;
    font-weight: 400;
}
/* End Message from Managing Director */

/* Start Leadership Team */
.leadership .panel{
    border: 0;
    box-shadow: none !important;
}
.leadership .panel img{
    width: 130px;
    height:130px;
    border-radius: 50%;
    border: 5px solid #e3383d;
}
.leadership .panel .heading{
    color: #163f7a;
    font-size: 30px;
    font-family: 'Calibri';
    font-weight: 700;
    padding: 10px 10px 0px 10px;
}
.leadership .panel .panel-body{
    color: #163f7a;
    font-size: 18px;
    font-family: 'Calibri';
    padding: 6px 0px 0px 0px;
}
/* End Leadership Team */

/* Start Internship Programs */
.internship-mobile ul{
    list-style: disc;
    padding: 0;
    color: #163f7a;
    margin: 0px 0px 0px 24px;
    text-align: justify;
}
.internship-programs a{
    color: #163f7a ;
}
.internship-programs .nav-pills li > a{
    background: #FFF;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Calibri';
    /* box-shadow: 1px 9px 5px -5px rgba(141, 137, 137); */
    border-right: 4px solid rgb(141, 137, 137);
    border-radius: 0;
}
.internship-programs .nav-pills>li.active>a,.internship-programs .nav-pills>li.active>a:hover,.internship-programs .nav-pills>li.active>a:focus{
    color: #e3383d;
    background: #FFF;
    border-right: 4px solid #e3383d;
    border-radius: 0;
}
.internship-programs .nav-pills>li>a:hover{
    color: #e3383d !important;
}
.internship-programs .tab-content ul {
    list-style-type: disc;
    margin-left: 20px;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Calibri';
    color: #163f7a;
    text-align: justify;
}
.internship-programs  b{
    font-weight: 700;
    font-family: 'Calibri';
    color: #163f7a;
    font-size: 18px;
}
.internship-programs p{
    font-size: 18px;
    font-weight: 400;
    font-family: 'Calibri';
    color: #163f7a;
    text-align: justify;
}
.btn-3 a{
    color: #FFF;
}
.btn-3 a:hover{
    color: #163f7a;
}
.btn-3:hover{
    color: #163f7a;
}
.btn-3 {
    background: rgb(0,172,238);
    background: linear-gradient(0deg, #1e5198 0%, #163f7a 100%);
    width: 130px;
    height: 40px;
    line-height: 42px;
    padding: 0;
    border: none;
    font-family: 'Calibri';
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),7px 7px 20px 0px rgba(0,0,0,.1),4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
}
.btn-3 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.btn-3:before,
.btn-3:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background: #163f7a;
    transition: all 0.3s ease;
}
.btn-3:before {
    height: 0%;
    width: 2px;
}
.btn-3:after {
    width: 0%;
    height: 2px;
}
.btn-3:hover{
    background: transparent;
    box-shadow: none;
    color: #163f7a;
}
.btn-3:hover:before {
    height: 100%;
}
.btn-3:hover:after {
    width: 100%;
}
.btn-3 span:before,
.btn-3 span:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #163f7a;
    transition: all 0.3s ease;
}
.btn-3 span:before {
    width: 2px;
    height: 0%;
}
.btn-3 span:after {
    width: 0%;
    height: 2px;
}
.btn-3 span:hover:before {
    height: 100%;
}
.btn-3 span:hover:after {
    width: 100%;
}
.internship-programs .panel-title a{
    background-color: transparent;
    border-color: transparent;
    color: #163f7a;
}
.internship-programs .panel-title a.collapsed, .panel-title a.collapsed:focus {
    color: #FFF;
    background-color: #163f7a;
}
.internship-programs .panel-title a, .panel-title a:focus {
    background-color: #163f7a;
    color: #FFF;
}
/* End Internship Programs */

/* Start Application  Process */
.application-process h4{
    font-size: 24px;
    font-family: 'Calibri';
    color: #163f7a;
    font-weight: bold;
}
.application-process p{
    font-size: 18px;
    font-family: 'Calibri';
    color: #163f7a;
    text-align: justify;
}
.application-process ul{
    list-style-type: disc;
    margin-left: 20px;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Calibri';
    color: #163f7a;
    text-align: justify;
}
.application-process .deadline-submission{
    color: #e3383d !important;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Calibri';
    margin-top: 7px;
}
.application-process .activity-submission{
    font-weight: bold;
    font-family: 'Calibri';
    margin-top: 7px;
}
.application-process .arrow {
    background-color: #163f7a;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 10px;
    display: inline-block; 
    font-weight: bold; 
    text-align: center;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); 
    position: relative; 
}

.application-process .arrow::after {
    content: "";
    position: absolute;
    top: 5%;
    right: -24px;
    border-width: 15px;
    border-style: solid;
    border-color: transparent transparent transparent #163f7a; 
}

/* End Application  Process */

/*  Start Company Details */
.company-details .panel{
    border-radius: 10px;
    filter: drop-shadow(0 5px 10px 0 #ffffff);
    background-color: #ffffff;
    padding: 20px;
    height: 330px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    transition: 0.6s ease-in;
}
.company-details .panel::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: -15px;
    right: -15px;
    background: #163f7a;
    height: 350px;
    width: 25px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
}
.company-details .panel:hover::before{
    transition-delay:0.2s ;
    transform: scale(50);
}
.company-details .panel:hover{
    color: #ffffff !important;
}
.company-details .heading{
    font-weight: bold;
}
.company-details .body{
    font-size: 18px;
    font-weight: 400;
    font-family: 'Calibri';
    text-align: justify;
}
.company-details strong{
    color: #e3383d;
    font-weight: 700 !important;
    font-family: 'Calibri';
    font-size: 22px;
}
.company-details .subtitle{
    color: #e3383d;
    font-weight: 400 !important;
    font-family: 'Calibri';
    font-size: 18px;
}
/*  End Company Details */

/* Start Thankyou */
.thankyou .thankyou-note{
    color: #FFF;
    font-weight: 400 !important;
    font-family: 'Calibri';
    font-size: 18px;
    text-align: justify;
    line-height: 3rem;
    padding-top: 80px;
}

.thankyou .footer{
    color: #FFF;
    font-family: 'Calibri';
    font-size: 16px;
    font-weight: bold;
}
.thankyou .wave-background {
    position: relative;
    overflow: hidden;
}

.thankyou .wave-background::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 70%;
    height: 100%;
    background:linear-gradient(to bottom right, #163f7a, #ffffff);
    clip-path: polygon(84% 0, 175% 0%, 79% 125%, -178% 85%);
    transform: scaleX(3);
    z-index: -1;
}
.thankyou .bg-image{
    position: absolute;
    right: 0px;
    width: 100%;
    height: 100%;
    bottom: 0px;
}
.thankyou .ishine{
    margin-top: 10%;
    text-align: center;
}
.about-us .row,.awards .row,.facilities .row,.brands .row,
.journey .row,.leadership .row,.company-details .row,.internship-programs .row,.application-process .row{
    margin-left: unset !important;
    margin-right: unset !important;
}
/* End Thankyou */


.journey ol {
    margin: 0;
    list-style: none;
    padding: 0;
    --unit: 1rem;
}
.journey .event-date {
    margin: 0 0 0.25rem;
    font-weight: bold;
    font-family: 'Calibri';
}
.journey  .event-description {
    margin: 0;
    font-family: 'Calibri';
}
.journey li span{
    font-size: 12px;
    font-family: 'Calibri';
}
.journey li {
    --height: 7rem;
    position: relative;
    display: block;
    background-color: #163f7a;
    border-color: #163f7a;
    border-radius: 10px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    padding: 1rem;
    margin: 2rem 0;
    color: #FFF;
}
.journey li::before {
    content: "";
    background-color: inherit;
    position: absolute;
    display: block;
    width: var(--unit);
    height: var(--unit);
    top: 100%;
    left: calc(50% - (var(--unit)/2));
}
.journey li::after {
    content: "";
    position: absolute;
    display: block;
    top: calc(100% + var(--unit));
    left: calc(50% - (var(--unit)));
    border: var(--unit) solid transparent;
    border-top-color: inherit;
}
.journey li:last-child::before,
.journey li:last-child::after {
    content: none;
}

@media (min-width: 550px) and (max-width: 899px){
    .journey li {
        margin: 1rem;
        width: calc(50% - 4rem);
        float: left;
        min-height: var(--height);
    }
    li:nth-child(4n+3),
    li:nth-child(4n+4) {
        float: right;
    }
    li:nth-child(4n+1)::before {
        top: calc(var(--height)/2 + var(--unit)/2);
        left: 100%;
    }
    li:nth-child(4n+1)::after {
        top: calc(var(--height)/2);
        left: calc(100% + (var(--unit)));
        border: var(--unit) solid transparent;
        border-left-color: inherit;
    }
    li:nth-child(4n+3)::before {
        top: calc(var(--height)/2 + var(--unit)/2);
        left: -1rem;
    }
    li:nth-child(4n+3)::after {
        top: calc(var(--height)/2);
        left: -3rem;
        border: var(--unit) solid transparent;
        border-right-color: inherit;
    }
}
@media (min-width: 900px) and (max-width: 1199px){
    .journey li {
        margin: 1rem;
        width: calc(33.33% - 4rem);
        float: left;
        min-height: 7rem;
    }
    .journey ol > li:nth-child(5) {
        margin-right: 90px; 
    }
    .journey ol > li:nth-child(13) {
        margin-right: 90px; 
    } 
    .journey li:nth-child(6n+4),
    .journey li:nth-child(6n+5),
    .journey li:nth-child(6n+6) {
        float: right;
    }
    .journey li:nth-child(6n+1)::before,
    .journey li:nth-child(6n+2)::before {
        top: calc(var(--height)/2 + var(--unit)/2);
        left: 100%;
    }
    .journey li:nth-child(6n+1)::after,
    .journey li:nth-child(6n+2)::after {
        top: 3.5rem;
        left: calc(100% + (var(--unit)));
        border: var(--unit) solid transparent;
        border-left-color: inherit;
    }
    .journey li:nth-child(6n+4)::before,
    .journey li:nth-child(6n+5)::before{
        top: calc(var(--height)/2 + var(--unit)/2);
        left: -1rem;
    }
    .journey li:nth-child(6n+4)::after,
    .journey li:nth-child(6n+5)::after{
        top: calc(var(--height)/2);
        left: -3rem;
        border: var(--unit) solid transparent;
        border-right-color: inherit;
    }
}
@media (min-width: 1200px){
    .journey ol {
        max-width: 1600px;
        margin: 0 auto;
    }
    .journey ol > li:nth-child(5) {
        margin-right: 90px; 
    }

    .journey ol > li:nth-child(13) {
        margin-right: 90px; 
    } 
    .journey li {
        margin: 1rem;
        width: calc(25% - 4rem);
        float: left;
        min-height: 7rem;
    }
    .journey li:nth-child(8n+5),
    .journey li:nth-child(8n+6),
    .journey li:nth-child(8n+7),
    .journey li:nth-child(8n+8){
        float: right;
    }
    .journey li:nth-child(8n+1)::before,
    .journey li:nth-child(8n+2)::before,
    .journey li:nth-child(8n+3)::before{
        top: calc(var(--height)/2 + var(--unit)/2);
        left: 100%;
    }
    .journey li:nth-child(8n+1)::after,
    .journey li:nth-child(8n+2)::after,
    .journey li:nth-child(8n+3)::after{
        top: calc(var(--height)/2);
        left: calc(100% + (var(--unit)));
        border: var(--unit) solid transparent;
        border-left-color: inherit;
    }
    .journey li:nth-child(8n+5)::before,
    .journey li:nth-child(8n+6)::before,
    .journey li:nth-child(8n+7)::before {
        top: calc(var(--height)/2 + var(--unit)/2);
        /* left: -1rem; */
        left: -11px;
    }
    .journey li:nth-child(8n+5)::after,
    .journey li:nth-child(8n+6)::after,
    .journey li:nth-child(8n+7)::after {
        top: calc(var(--height)/2);
        left: -3rem;
        border: var(--unit) solid transparent;
        border-right-color: inherit;
    }
}

.banner .logo2{
    width: 15%;
    height: 15%;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
    .banner .logo1{
        width: 10%;
        height: 10%;
    }
}
/* Start Rusan Healthcare (RHC) Incentive Plan */
.incentive-plan .head{
    font-size: 20px;
    font-family: 'Calibri';
    color: #FFF;
    display: inline-block;
    background: #163f7a;
    border-radius: 10px;
    padding: 7px 7px;
    text-transform: capitalize;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.incentive-plan .body{
    font-size: 16px;
    font-family: 'Calibri';
    color: #163f7a;
    text-align: justify;
}
.incentive-plan .body ul{
    list-style-type: disc;
    margin-left: 15px;
}
.incentive-plan .body ul li > table thead{
    background-color: #163f7a;
    color: #FFF;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
    .incentive-plan .table thead tr {
        position: unset !important; 
        
    }
    .incentive-plan .table, .incentive-plan thead, .incentive-plan tbody,
    .incentive-plan th, .incentive-plan td, .incentive-plan tr {
        display: revert;
    }
    .incentive-plan .table td:before {
        content: none; 
    }
}
/* End Rusan Healthcare (RHC) Incentive Plan */

/* Start state Premiere League (SPL) */
.state-premiere h3,.banner p,.impact-pillars h3,.our-work h3,.our-impacts h3,.our-gallery h3{
    font-size: 26px;
    font-family: Arial;
    font-weight: 500;
    color: #e3383d;
}

.state-premiere .title{
    font-size: 18px;
    color: #163f7a;
    border-radius:20px;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}
.state-premiere .title:after, .state-premiere .title:before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 4px;
    content: "";
    right: 45px; 
    margin:auto;
    background-color: #ccc;
}
.state-premiere .title:before { 
    background-color:#e3383d;
    left:45px; width:90px;
}
.state-premiere .panel{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
    border-radius: 5%;
    height: 360px;
    padding: 20px;
    transition: all 0.25s ease;
}
.state-premiere .panel .panel-body{
    font-size: 18px;
    color: #e3383d;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
.state-premiere .panel .title-text{
    font-size: 14px;
    color: #163f7a;
    font-weight: 600;
}
.state-premiere .panel img{
    width: 50%;
    height: 50%;
}
.state-premiere  .row,.incentive-plan  .row,.impact-pillars .row,.our-work .row,.our-impacts .row{
    margin-left: unset !important;
    margin-right: unset !important;
}

.state-premiere .panel::before, .state-premiere .panel::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale3d(0, 0, 1);
    transition: transform 0.3s ease-out 0s;
    background: rgba(255, 255, 255, 0.1);
    content: "";
    pointer-events: none;
}
.state-premiere .panel::before {
    transform-origin: left top;
}
.state-premiere .panel::after {
    transform-origin: right bottom;
}
.state-premiere .panel:hover::before, .state-premiere .panel:hover::after,
.state-premiere .panel:focus::before, .state-premiere .panel:focus::after {
    transform: scale3d(1, 1, 1);
}

/* End state Premiere League (SPL) */

/* Start OUR IMPACT PILLARS */
.impact-pillars .panel{
    height: 170px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    transition: 0.5s;
}
.impact-pillars .panel:hover{
    transform: translateY(-20px);
}
.impact-pillars .panel img{
    width: 30%;
}
.impact-pillars p{
    padding: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}
.impact-pillars .education{
    color: #163f7a; 
}
.impact-pillars .healthcare{
    color: rgb(40 163 88);
}
.impact-pillars .sports {
    color: #d41b15;
}
.impact-pillars .disaster {
    color: #54b5de;
}
/* End OUR IMPACT PILLARS */

/* Start Our Work */
.our-work .title-healtcare img,.our-work .title-education img,.our-work .title-sports img,.our-work .title-disaster img,
.our-impacts .title-disaster img,.our-impacts .title-healtcare img{
    width: 3%;
}
.our-work .title-healtcare,.our-work .title-education,.our-work .title-sports,.our-work .title-disaster,.our-impacts .title-disaster,
.our-impacts .title-healtcare{
    font-size: 18px;
    border-radius:20px;
    padding: 10px;
    text-transform: uppercase;
    font-family: 'Calibri';
    font-weight: 600;
    position: relative;
}
.our-work .main-heading{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #163f7a;
    font-family: 'Calibri';
}
.our-work ul{
    list-style-type: disc;
    font-size: 16px;
    margin-left: 20px;
    margin-bottom: 10px;
    color: #163f7a;
    font-family: 'Calibri';
}
.our-work .title-healtcare,.our-impacts .title-healtcare{
    color: rgb(40 163 88);
}

.our-work .title-healtcare:after,.our-work .title-healtcare:before,.our-work .title-education:after,.our-work .title-education:before,
.our-work .title-sports:after,.our-work .title-sports:before,.our-work .title-disaster:after,.our-work .title-disaster:before,
.our-impacts .title-disaster:after,.our-impacts .title-disaster:before,.our-impacts .title-healtcare:after,.our-impacts .title-healtcare:before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 4px;
    content: "";
    right: 45px; 
    margin:auto;
    background-color: #ccc;
}
.our-work .title-healtcare:before,.our-impacts .title-healtcare:before{
    background-color:rgb(40 163 88);
    left:45px; width:90px;
}
.our-work .title-education{
    color: #163f7a;
}

.our-work .title-education:before{
    background-color:#163f7a;
    left:45px; width:90px;
}
.our-work .title-sports{
    color: #d41b15;
}

.our-work .title-sports:before{
    background-color:#d41b15;
    left:45px; width:90px;
}
.our-work .title-disaster,.our-impacts .title-disaster{
    color: #54b5de;
}
.our-work .title-disaster:before,.our-impacts .title-disaster:before{
    background-color:#54b5de;
    left:45px; width:90px;
}
.our-work .healthcare .banner{
    width: 80%;
}
.our-work .education .banner{
    width: 65%;
}
.our-work .sports .banner{
    width: 100%;
}
.our-work .disaster .banner{
    width: 80%;
}
/* End Our Work */

/* Start impact stories */
.our-impacts .item{
    background: #fff;
    padding: 40px 40px;
    border: 2px solid #163f7a;
    font-size: 18px;
    color: #163f7a;
    font-family: 'Calibri';
    text-align: justify;
}
.our-impacts .carousel-indicators li {
    border: 3px solid #163f7a;
    border-radius: 0px !important;
    height: 3px;
    width: 30px;
}
.our-impacts .carousel-indicators .active {
    border: 3px solid #e3383d;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
    .our-work .title-healtcare img,.our-work .title-education img,.our-work .title-sports img,.our-work .title-disaster img,
    .our-impacts .title-disaster img,.our-impacts .title-healtcare img{
        width: 7%;
    }
}
.review ul{
    list-style-type: disc;
    color: #163f7a;
    font-size: 18px;
    font-family: 'Calibri';
    margin-left: 2%;
}
.review table thead{
    background-color: #163f7a;
    color: #FFF;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
    .review .table thead tr {
        position: unset !important; 
        
    }
    .review .table, .review thead, .review tbody,
    .review th, .review td, .review tr {
        display: revert;
    }
    .review .table td:before {
        content: none; 
    }
}
/* End impact stories */

/* Start Contact us */
.contact-us .row,.our-gallery .row{
    margin-left: unset !important;
    margin-right: unset !important;
}
.contact-us h3{
    font-size: 26px;
    font-family: Arial;
    font-weight: 500;
    color: #e3383d;
}
.contact-us p{
    font-size: 18px;
    font-family: Calibri;
    font-weight: 500;
    color: #163f7a;
}
.contact-us .icon{
    border: 1px solid #e3383d;
    border-radius: 50%;
    padding: 10px 12px;
}
/* End Contact us */

/* Start our Gallery */
.our-gallery .panel{
    border-radius: 8px;
}
.our-gallery .panel >img{
    border: 3px solid #163f7a;
    border-radius: 8px;
    transition-duration: 1s;
}
.our-gallery .panel >img:hover{
    border: 2px solid #fff;
    border-radius: 8px;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-filter: none;
    filter: none;
}
/* End our Gallery */

/* Start Send Resume */
.send-resume h3{
    font-size: 26px;
    font-family: Arial;
    font-weight: 500;
    color: #e3383d;
}
.send-resume .row{
    margin-left: unset !important;
    margin-right: unset !important;
}
.send-resume form{
    background-color: #163f7a;
    padding: 50px;
    border-radius: 10px;
    overflow: hidden; 
}
.send-resume form textarea[name="address"] {
    resize: vertical;
    max-height: 150px; 
}

.send-resume form .form-control{
    border: 1px solid #FFF;
    background-color: transparent;
    color: #d1c2c2;
}
.send-resume form .form-control:focus{
    background-color: #FFF;
    color: #163f7a;
}
.send-resume .btn{
    background-color: #e3383d;
    color: #FFF;
    padding: 5px 50px;
}
.send-resume  label{
    color: #FFF;
    font-size: 16px;
    font-family: Calibri;
    font-weight: 500;
}
.image-list img{
    width:120px;
    height: 120px;
    border-radius: 10px;
}
#myCarousel .carousel-indicators{
    bottom: 1%;
}

/* End Send Resume */

