@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    font-family: 'Roboto', sans-serif;
}

html,
body {
    top: 0 !important;
    margin: 0;
    padding: 0;
}

.text-brand {
    color: #5f6a0c;
}

a {
    text-decoration: none;
}

.line-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.sec-t,
.sec-y {
    margin-top: 24px;
}

.sec-b,
.sec-y {
    margin-bottom: 24px;
}

img.full {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.middle-prnt {
    position: relative;
    display: table;
    min-height: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.form-outline,
.form-select {
    position: relative;
}

.form-outline .form-control,
.form-outline .form-select {
    border-radius: 4px;
    font-size: 14px;
    color: rgb(90 90 90 / 80%);
}

.form-outline .form-select option {
    color: #000;
}

.border-defualt {
    border-color: #a5a93b;
}

.form-outline .form-label {
    position: absolute;
    top: 0;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    left: .75rem;
    padding-top: .37rem;
    pointer-events: none;
    transform-origin: 0 0;
    transition: all .2s ease-out;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
}

.form-outline .form-control:focus,
.form-outline .form-select:focus {
    box-shadow: none;
    border: 1px solid #a5a93b;
}

.form-outline input:focus+label:after,
.form-outline input:valid+label:after,
.form-outline select:focus+label:after,
.form-outline select:valid+label:after,
.form-outline textarea:focus+label:after,
.form-outline textarea:valid+label:after {
    content: ":";
}

.form-outline input:focus+label,
.form-outline input:valid+label,
.form-outline select:focus+label,
.form-outline select:valid+label,
.form-outline textarea:focus+label,
.form-outline textarea:valid+label {
    font-size: 12px;
    top: -12px;
    color: #A5A93B !important;
    background: #fff;
    padding: 0 6px;
    border-radius: 2px;
}
.sec-y .sec-hov .sec-title {
    text-align : justify;
    font-size : 16px;
}
.sec-y .sec-hov img{
        height: 80px;
    margin-bottom: 20px;
}
.sec-y .sec-hov {
    padding :20px;
    box-shadow : 0px 0px 14px 0px #00000033;
    height : 350px;
}
@media(max-width:450px){
    .sec-y .sec-hov {
        height : auto;
    }
}
/* Header */
.logo a img {
    height: 80px;
}

.top-contact p {
    font-size: 14px;
    margin: 8px 0;
}

.top-contact p a {
    margin-left: 8px;
}

.top-contact p a i {
    font-size: 12px;
    color: #fff;
    background: #5d6000;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 100%;
}

.text-end.top-contact p a span {
    color: #5d6000;
    font-weight: 700;
}

.top-media ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
}

.top-media ul li {
    list-style: none;
    margin-left: 12px;
}

.stellarnav {
    background: #5d6000;
}

li.has-sub li {
    border-bottom: 1px solid #acb04b;
}

li.has-sub li:last-child {
    border-bottom: 0;
}

/* Home Slider */
.banner-caption {
    position: absolute;
    top: 50%;
    width: 40%;
    transform: translatey(-50%);
    color: #fff;
}

.banner-caption.align-left {
    left: 60px;
}

.banner-caption.align-right {
    right: 60px;
}

.banner-caption h2 {
    font-weight: 300;
    font-size: 40px;
    margin-bottom: 24px;
}

.banner-caption p {
    font-size: 14px;
    margin-bottom: 24px;
}

.banner-caption a {
    padding: 6px 24px;
    color: #fff;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50px;
}

.home-banner .owl-nav {
    margin: 0;
    position: absolute;
    top: 45%;
    width: 100%;
    transform: translateY(-50%);
}

.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #d7d7d7;
}

.owl-theme .owl-nav [class*=owl-] i {
    font-size: 24px;
}

.home-banner.owl-theme .owl-nav .owl-prev {
    left: 30px;
}

.home-banner.owl-theme .owl-nav .owl-next {
    right: 30px;
}

/* About SFS */

h2.sec-title {
    font-size: 32px;
    margin-bottom: 24px;
    color: #a5a93b;
}

h2.sec-title.text-white {
    border-left: 2px solid #fff;
}

h2.sec-title.no-border {
    border: none;
}

.about-sfs-cont p {
    font-size: 14px;
}

/* Impact */
.our-impact {
    padding: 48px 0;
    background: url('../img/impact/wave.svg') no-repeat center;
    background-size: cover;
}

.impact-box {
    text-align: center;
    padding: 12px;
    border-radius: 12px;
}

.impact-bg-01 {
    background: #ffd45b;
}

.impact-bg-03 {
    background: #25ad5b;
}

.impact-bg-02 {
    background: #a9ad4e;
}

.impact-bg-04 {
    background: #004aad;
}


.col-right-border [class*="col-"] {
    border-right: 1px solid #e5e5e5;
}

.col-right-border [class*="col-"]:last-child {
    border: none;
}

.impact-box img {
    height: 100px;
}

.impact-box h3 {
    color: white;
    font-size: 48px;
    font-weight: bolder;
}

.impact-box h3 i {
    margin-left: 6px;
}

.impact-box p {
    margin: 0;
    color: white;
    font-size: 21px;
    text-transform: uppercase;
}

.form-card {
    top: 12px;
}

.form-card .card-header,
.form-card .card-body {
    position: relative;
    z-index: 1;
}

.form-card .btn {
    background: #a5a93b;
    border-color: #a5a93b;
}

.form-card .card-header {
    background: #A5A93B;
}

.form-card * {
    color: #fff;
}

.form-outline .form-control~.form-label {
    color: rgb(90 90 90 / 80%);
    font-size: 14px;
}

/* Our Keys */
.our-keys {
    padding: 48px 0;
    background: url('../img/hospitals/world-dot-map.webp') fixed no-repeat;
    background-size: contain;
    background-position: center;
}

.our-keys-logo .owl-item img {
    border-radius: 10px;
}

.our-keys-logo .owl-nav {
    margin: 0;
    position: absolute;
    top: 35%;
    width: 100%;
    transform: translateY(-50%);
}

.our-keys-logo.owl-theme .owl-nav .owl-prev {
    left: -30px;
}

.our-keys-logo.owl-theme .owl-nav .owl-next {
    right: -30px;
}

/* Inner Page */

.page-banner {
    padding: 140px 0;
    background: url('../img/page-banner.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page-title h1 {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    margin: 0;
}

.breadcrumb-bar {
    background: #5b5d26;
}

.breadcrumb li.breadcrumb-item a {
    color: #fff;
}

.breadcrumb li.breadcrumb-item.active {
    color: #fcffa2;
}

.sfs-content p {
    font-size: 15px;
    text-align: justify;
}

.sfs-content.course-curriculum p {
    margin-bottom: 6px;
    text-align: left;
    display: flex;
}

.sfs-content.course-curriculum p i {
    margin-top: 3px;
}

.nav-underline .nav-link.active,
.nav-underline .show>.nav-link {
    color: #A5A93B;
}

.nav-link {
    color: #333;
}

.btn-brand {
    background: #a5a93b;
    border-color: #a5a93b;
}

/* -- // -- */

.feedback-sec {
    background: #d7db6a;
}

.sp-testimonials {
    height: 100%;
    padding: 24px;
    background: url('../img/bg-04.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.owl-carousel .owl-item .sp-testi-media img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    object-fit: cover;
}

.sp-testi-text {
    color: #fff;
}

.fi-gallery {
    padding: 24px;
}

.fi-gallery-media img {
    height: 220px;
    object-fit: cover;
}

.course-item {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.course-item img {
    width: 100%;
}

.course-item-overlay {
    position: absolute;
    bottom: 2%;
    left: 0px;
    right: 0px;
    width: 96%;
    margin: 0 auto;
    padding: 12px;
    background: rgba(0, 0, 0, .6);
    backdrop-filter: blur(3px);
    transition: all 0.5s ease;
    border-radius: 10px;
    transform: translateY(0);
}

.course-item-overlay p {
    margin-bottom: 12px;
    font-size: 15px;
    color: #fff;
    text-align: center;
}

.course-item-overlay p:last-child {
    margin-bottom: 0;
}

a .course-item:hover .course-item-overlay {
    transform: translateY(-50%);
}

/* -- Success Story -- */
.ss-item {
    background: #5000CA;
    padding: 24px;
    border-radius: 12px;
    border-top-right-radius: 48px;
    position: relative;
    margin-top: 50px;
    margin-bottom: 24px;
}

.ss-item.green {
    background: #25AD5B;
}

.ss-item.perpel {
    background: #702bbb;
}

.ss-item.yellow {
    background: #5b5d26;
}

.ss-avatar {
    position: absolute;
    top: -50px;
    left: 24px;
}

.ss-avatar img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100%;
    border: 5px solid #fff;
    border-bottom-left-radius: 24px;
}

.ss-text {
    margin-top: 36px;
}

.ss-item h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
}

.ss-item p {
    color: #fff;
    font-size: 14px;
}

.ss-item p i {
    font-size: 13px;
}

.ss-item p:last-child {
    margin: 0;
}

.ss-item a {
    font-size: 13px;
}

.m-header {
    background: url('../img/wave-line.svg') no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 120px;
    margin-bottom: 28px;
}

.m-header a {
    position: absolute;
    top: 12px;
    right: 18px;
    font-size: 20px;
    display: inline-block;
}

.m-header a i {
    color: #fff;
}

.m-header img {
    position: absolute;
    width: 120px;
    height: 120px;
    object-fit: cover;
    top: 24px;
    left: 24px;
    border-radius: 6px;
}

.m-body {
    padding: 24px;
}

.m-body h2 {
    font-size: 22px;
    font-weight: 300;
}

.m-body p {
    font-size: 14px;
}

.m-body p:last-child {
    margin-bottom: 0;
}

/* --------------------------------------------------------------------- */
.hero-banner {
    padding: 30px 0 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgb(240 245 205) 0%, rgb(160 174 95) 65%, rgb(141 156 65) 100%);
}

.banner-txt h2 {
    font-size: 40px;
    font-weight: bolder;
    color: #ffffff;
    background: #5f6a0c;
    padding: 12px;
    margin: 0 0 24px;
}

.banner-txt p {
    font-size: 20px;
    font-weight: 500;
}

.gallery-tabs {
    background: #f2f2f2;
    border-radius: 6px;
    padding: 6px;
    justify-content: center;
}

.gallery-tabs.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #a5a93b;
}

.academies-overflow {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
}

.academies-overflow p {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    transition: all 0.5s ease;
}

.academies-overflow a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border-radius: 100%;
    background: #fff;
    color: #000;
    transition: all 0.5s ease;
}

.academy-box:hover .academies-overflow p {
    margin-bottom: 50px;
}

.academy-box:hover .academies-overflow a i {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}

.nv-marquee {
    height: 300px;
}

.nv-marquee p {
    font-size: 14px;
    padding: 12px;
    background: #e2eeb1;
    margin-bottom: 6px;
}

.nv-marquee p i {
    color: #5f6a0c;
}

.flot-link {
    position: fixed;
    top: 64%;
    right: 0;
    z-index: 123;
}

.flot-link ul {
    margin: 0;
    padding: 0;
}

.flot-link ul li {
    list-style: none;
}

.flot-link ul li a {
    display: block;
}

.flot-link ul li a img {
    width: 45px;
    height: 100%;
    object-fit: contain;
}

.flot-link ul li a:hover {
    animation: shake 800ms ease-out;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    5% {
        transform: translateX(-2px);
    }

    15% {
        transform: translateX(2px);
    }

    25% {
        transform: translateX(-2px);
    }

    25% {
        transform: translateX(2px);
    }

    45% {
        transform: translateX(-2px);
    }

    55% {
        transform: translateX(2px);
    }

    65% {
        transform: translateX(-2px);
    }

    75% {
        transform: translateX(2px);
    }

    85% {
        transform: translateX(-2px);
    }

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

.join-us {
    min-height: 250px;
}

.join-us img {
    width: 80px;
    object-fit: contain;
}

.join-us h5 {
    font-size: 18px;
}

.join-us p {
    font-size: 14px;
    margin: 0;
    color: #6e6e6e;
}

.course-btn {
    background: #5f6a0c;
    border-color: #5f6a0c;
}

.unnati-pdf h3 {
    font-size: 60px;
    color: red;
    margin-bottom: 24px;
}

.unnati-pdf p {
    font-size: 14px;
}
.referral{
    background: url('../img/referral-bg.png') no-repeat;
    background-size: cover;
    background-position: left center;
    width: 100%;
    height: 100%;
    padding: 48px 0;
}
section.referral h4 {
    color: #a5a93b;
    text-transform: uppercase;
}
.referral .sfs-content h1{
    font-weight: bold;
    color: #fff;
}
.new-breadcum h1 {
    font-size:70px;font-weight:bolder;
}
.new-breadcum p {
    font-size:16px;font-weight:bold;
}
.back-image {
     background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
        height: 351px;
}
.button-area {
    padding-bottom: 47.5px;
}
.text-content h1 {
    padding-top:50px;
}
marquee {
    font-size:20px;
    background:#8e9d43;
    color:#fff;
}
@media(max-width:450px){
  .new-breadcum h1 {
    font-size:28px;
    padding-top:40px;
}  
.button-area {
    display:flex;
}
.button-area a {
    padding:10px !important;
    font-size:16px;
}
.new-breadcum {
    padding-bottom:40px;
    padding-top:0;
}
}