* {
    margin: 0px;
    padding: 0px;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-text-size-adjust: none;
}

html,
body {
    width: 100%;
    font-size: 19px;
    line-height: 1.35;
    color: #090a0a;
    font-family: "Gotham";
    background: #fff;
}

*::-webkit-input-placeholder {
    opacity: 1;
    color: #858585;
}

*::-moz-placeholder {
    opacity: 1;
    color: #858585;
}

*:-ms-input-placeholder {
    opacity: 1;
    color: #858585;
}

input[type=checkbox] {
    -webkit-appearance: checkbox;
    margin: 0px 0 0 0px;
    display: inline-block;
    vertical-align: top;
}

button,
input,
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    font-family: 'Open Sans', sans-serif;
}

:focus,
input:focus,
textarea:focus {
    outline: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

:focus {
    outline: none;
}

/* common */
a {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    text-decoration: none;
    outline: none;
}

ul {
    list-style: none;
}

.clear {
    clear: both;
    overflow: hidden;
}

img {
    border: 0px;
    outline: none;
    display: block;
    max-width: 100%;
}

h1 {
    margin-bottom: 28px;
    font-size: 45px;
    line-height: 1.1;
    font-weight: normal;
}

h2 {
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 1.2;
    color: #494623;
    font-weight: normal;
}

h3 {
    font-size: 24px;
    line-height: 28px;
}

h4 {
    font-size: 20px;
    line-height: 24px;
}

h5 {
    font-size: 18px;
    line-height: 22px;
}

h6 {
    font-size: 16px;
    line-height: 20px;
}

h1 strong {
    font-weight: bold;
}

p {
    padding-bottom: 25px;
}

p a {
    text-decoration: underline;
    color: #000;
}

p a:hover {
    text-decoration: none;
}

.line {
    position: absolute;
    left: 8.5%;
    color: #353535;
    transform-origin: 0 0;
    transform: rotate(-90deg);
    z-index: 99;
}

@font-face {
    font-family: "Gotham";
    src: url("../fonts/Gotham-Book.woff2") format("woff2"),
        url("../fonts/Gotham-Book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src: url("../fonts/Gotham-Bold.woff2") format("woff2"),
        url("../fonts/Gotham-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src: url("../fonts/Gotham-Medium.woff2") format("woff2"),
        url("../fonts/Gotham-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src: url("../fonts/Gotham-Light.woff2") format("woff2"),
        url("../fonts/Gotham-Light.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


#back-to-top {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4) inset;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4) inset;
    -ms-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4) inset;
    position: fixed;
    bottom: 20px;
    display: none;
    right: 15px;
    z-index: 9999;
    width: 34px;
    height: 34px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: opacity 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out;
    opacity: 0;
    background: #006bb6;
}

#back-to-top:after {
    width: 0px;
    height: 0px;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    margin: -15px 0 0 -10px;
}

#back-to-top.show {
    opacity: 0.8;
}

#back-to-top.show:hover {
    opacity: 1;
}

a.close,
a.mobilemenu {
    display: none;
}

.btn {
    min-width: 188px;
    height: 47px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 21px;
    text-transform: uppercase;
    background-color: #ca9031;
}

#wrapper {
    margin: auto;
    width: 100%;
    position: relative;
}

.wrapper {
    padding-right: calc((100% - 1100px) / 2);
    padding-left: calc((100% - 1100px) / 2);
    position: relative;
}

/*header-part*/
#header-part {
    position: absolute;
    top: 30px;
    left: 45px;
    z-index: 99;
}

.banner-bar {
    width: 100%;
    position: relative;
}

.banner-bar .content {
    padding: 50px 60px;
    width: 100%;
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
}

.content-part {
    width: 100%;
    position: relative;
}

.content-part:before {
    content: '';
    position: absolute;
    left: 10.2%;
    top: -295px;
    width: 3px;
    height: 105%;
    background-color: #e1e1e1;
}

.why-bar {
    width: 100%;
    position: relative;
}

.why-bar .content {
    margin-top: -140px;
    margin-right: 116px;
    padding: 55px 60px;
    max-width: 618px;
    background-color: #ca9031;
}

.why-bar h2 {
    color: #fff;
}

.why-bar .content p {
    color: #fff;
}

.why-bar ul {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.why-bar ul li {
    padding-bottom: 25px;
    margin-bottom: 28px;
    width: 50%;
    font-weight: 500;
    color: #fff;
    border-bottom: 3px solid rgba(249, 197, 111, 0.33);
}

.why-bar ul li:nth-last-child(-n+2) {
    margin-bottom: 0;
    border: 0;
}

.why-bar .line {
    top: 136px;
}

.why-bar .wrapper {
    display: flex;
    justify-content: flex-end;
}

.programme-bar {
    width: 100%;
    position: relative;
}

.programme-bar .row {
    margin-bottom: 35px;
    display: flex;
    flex-wrap: wrap;
}

.programme-bar figure {
    margin-top: -127px;
    margin-left: -95px;
    width: 44%;
    position: relative;
}

.programme-bar .content {
    margin-top: 115px;
    padding-left: 20px;
    width: 44%;
}

.programme-bar .content p {
    color: #a1a1a1;
}

.programme-bar .line {
    top: 258px;
}

.slider-bar {
    margin-left: -65px;
    width: 83%;
}

.slider-bar .full {
    padding: 0 38px;
    min-height: 277px;
    display: flex;
    align-items: center;
    background-color: #fff;
}

.slider-bar .one .full {
    background-color: #c78e30;
}

.slider-bar .two .full {
    border: 1px solid #ccc;
    background-color: #fff;
}

.slider-bar .three .full {
    background-color: #8e8b3e;
}

.slider-bar .four .full {
    background-color: #5e5b24;
}

.slider-bar .item {
    padding: 0 8px;
}

.slider-bar .slick-arrow {
    width: 48px;
    height: 37px;
    border: 0;
    position: absolute;
    right: 10px;
    bottom: -60px;
    font-size: 0;
    cursor: pointer;
    background-color: transparent;
}

.slider-bar .slick-prev {
    margin-right: 60px;
    background-image: url(../images/prev-img1.png);
}

.slider-bar .slick-next {
    background-image: url(../images/next-img1.png);
}

.slider-bar .center span {
    margin-bottom: 15px;
    color: #fff;
    font-size: 28px;
    font-weight: 100;
    display: block;
}

.slider-bar .center p {
    color: #fff;
    font-size: 22px;
}

.slider-bar .center p strong {
    font-weight: bold;
}

.slider-bar .two .center span {
    color: #000;
}

.slider-bar .two .center p {
    color: #000;
}

.secure-bar {
    margin-top: 160px;
    width: 100%;
    position: relative;
}

.secure-bar .wrapper {
    padding-right: calc((100% - 991px) / 2);
    padding-left: calc((100% - 991px) / 2);
}

.secure-bar .content {
    width: 62%;
    margin-top: 55px;
    position: absolute;
    top: 20px;
}

.secure-bar .content p {
    color: #a1a1a1;
}

.secure-bar h2 {
    color: #5e5b24;
}

.secure-bar .row {
    width: 100%;
    min-height: 970px;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
}

.secure-bar .split {
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 2px solid rgba(255, 255, 255, 0.34);
}

.secure-bar .bottom {
    width: 100%;
}

.secure-bar .numbers span {
    color: #fff;
    font-weight: bold;
    font-size: 83px;
    display: block;
    line-height: 1;
}

.secure-bar .numbers small {
    font-weight: 500;
    font-size: 41px;
    color: #fff;
}

.secure-bar .numbers p {
    color: #fff;
    font-weight: 500;
    font-size: 22px;
}

.secure-bar .partner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.secure-bar .partner h3 {
    color: #fff;
    font-size: 36px;
    font-weight: normal;
    width: 35%;
    line-height: 1.2;
}

.secure-bar .partner-slider {
    margin-top: 25px;
    width: 58%;
}

.secure-bar .partner-slider .slick-current {
    border-bottom: 6px solid #f5bb52;
}

.secure-bar .item {
    min-height: 130px;
}

.secure-bar .item figure {
    height: 56px;
    display: flex;
    align-items: center;
}

.secure-bar .all {
    position: relative;
}

.secure-bar .line {
    top: 200px;
}

.image-bar {
    padding-top: 120px;
    width: 100%;
    position: relative;
}

.image-bar .row {
    background-repeat: no-repeat;
    background-size: cover;
}

.image-bar .top p {
    color: #a1a1a1;
}

.image-bar .top {
    margin-bottom: 20px;
}

.image-bar .row span {
    font-weight: 500;
    display: block;
}

.image-bar .row h3 {
    font-weight: bold;
    font-size: 45px;
    line-height: 1.15;
    color: #000;
}

.image-bar .slick-current span {
    color: #fff;
}

.image-bar .slick-current h3 {
    color: #fff;
}

.image-bar .item {
    padding: 170px 0;
}

.image-bar .wrapper {
    padding-right: calc((100% - 992px) / 2);
    padding-left: calc((100% - 992px) / 2);
}

.image-bar .all {
    position: relative;
}

.image-bar .line {
    top: 205px;
}

.curriculum-bar {
    padding-top: 47px;
    padding-bottom: 65px;
    width: 100%;
    position: relative;
}

.curriculum-bar .top p {
    color: #a1a1a1;
}

.curriculum-bar ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.curriculum-bar ul li {
    margin-bottom: 22px;
    padding: 12px 20px;
    width: calc(26% - 15px);
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #8e8b3e;
}

.curriculum-bar ul li:nth-child(2),
.curriculum-bar ul li:nth-child(4) {
    background-color: #c88f31;
}

.curriculum-bar ul li:nth-child(2) .semlist,
.curriculum-bar ul li:nth-child(4) .semlist {
    background: #d2a75f;
}

.curriculum-bar .top {
    margin-bottom: 9px;
}

.curriculum-bar .wrapper {
    padding-right: calc((100% - 992px) / 2);
    padding-left: calc((100% - 992px) / 2);
}

.curriculum-bar .all {
    position: relative;
}

.curriculum-bar .line {
    top: 223px;
}

.eligibility .wrapper {
    display: flex;
    padding-right: calc((100% - 992px) / 2);
    padding-left: calc((100% - 992px) / 2);
}

.eligibility .all {
    position: relative;
    display: flex;
}

.eligibility .line {
    top: 315px;
}

.eligibility .e-and-d {
    flex: 0 0 50%;
    padding-right: 4rem;
    border-right: 3px solid #d7d7d7;
}

.eligibility .e-and-d .eligibily-wrap ul {
    padding-bottom: 2rem;
    padding-left: 1rem;
    border-bottom: 3px solid #d7d7d7;
    list-style: inherit;
}

.eligibility .e-and-d .eligibily-wrap ul li:not(:last-child) {
    margin-bottom: 1em;
}

.eligibility h2 {
    color: #5e5b24;
}

.eligibility li {
    color: #626262;
}

.eligibility .e-and-d .duration-wrap {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
}

.eligibility .e-and-d .duration-wrap p {
    padding-bottom: 0;
}

.eligibility .admission-process ul li:marker {
    color: #c98d2b;
}

.eligibility .e-and-d .duration-wrap h2 {
    margin-bottom: 0;
}

.eligibility .admission-process {
    flex: 0 0 50%;
    padding-left: 3rem;
}

.eligibility .e-and-d li:marker {
    color: #8e8b3e;
}

.eligibility .admission-process ul {
    padding-bottom: 0;
    padding-left: 1rem;
    list-style: inherit;
}

.eligibility .admission-process ul li:not(:last-child) {
    margin-bottom: 0.8em;
}

.eligibility .admission-process ul li::marker {
    color: #c98d2b;
}

.eligibility {
    padding-bottom: 128px;
    position: relative;
}

.career-bar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.career-bar .left {
    width: 60%;
}

.career-bar .right {
    padding: 62px 62px 50px;
    width: 40%;
    background-color: #5e5b24;
}

.career-bar .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.career-bar h2 {
    color: #fff;
    font-weight: 500;
}

.career-bar p {
    color: #fff;
}

.career-bar ul li {
    margin-bottom: 7px;
    padding-left: 18px;
    position: relative;
    color: #fff;
    font-size: 17px;
}

.career-bar ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #c98d2b;
}

.career-bar .line {
    top: 115px;
}


.industry-ready .all {
    display: flex;
    position: relative;
}

.industry-ready .line {
    top: 395px;
}

.industry-ready .wrapper .green-sec {
    background-color: #8e8b3e;
    flex: 0 0 50%;
    padding: 4rem;
    padding-right: 11rem;
    padding-bottom: 3rem;
}

.industry-ready .wrapper .green-sec p {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    line-height: 1.2;
}

.industry-ready .wrapper .yellow-sec {
    flex: 0 0 50%;
    background-color: #c98d2b;
    padding: 4rem;
    padding-left: 13rem;
    padding-bottom: 3rem;
}

.industry-ready .wrapper .yellow-sec p {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    line-height: 1.2;
}

.industry-ready .wrapper .suitecase-wrap {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 86%;
    max-width: 390px;
    transform: translateX(-50%);
}

.industry-ready .wrapper .suitecase-wrap .suitecase {
    text-align: center;
    padding: 2rem 1rem;
    border: 5px solid #5e5b24;
    border-radius: 34px;
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    flex-flow: column;
    position: relative;
}

.industry-ready .wrapper .suitecase-wrap .suitecase::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 5rem;
    height: 6rem;
    border-radius: 18px;
    background-color: #fff;
    border: 5px solid #5e5b24;
    top: -52.4px;
    z-index: -1;
}

.industry-ready .wrapper .suitecase-wrap .suitecase h3 {
    font-size: 30px;
    font-weight: normal;
    color: #5e5b24;
    margin-bottom: 0.5em;
    line-height: 35px;
}

.industry-ready .wrapper .suitecase-wrap .suitecase p {
    font-size: 16px;
    color: #a1a1a1;
}

.industry-ready {
    padding-top: 155px;
    position: relative;
}

.internships-bar {
    padding-top: 65px;
    padding-bottom: 95px;
    width: 100%;
    text-align: center;
}

.internships-bar h2 {
    margin-bottom: 45px;
    color: #5e5b24;
    font-size: 36px;
}

.internships-bar ul {
    padding: 0 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.internships-bar li {
    display: flex;
    align-items: center;
}

.industry-bar {
    padding-top: 50px;
    width: 100%;
    text-align: center;
    position: relative;
    background: url(../images/industry-bg.jpg) no-repeat top center;
    background-size: cover;
}

.industry-bar p {
    color: #626262;
}

.industry-bar h2 {
    color: #5e5b24;
}

.industry-bar ul {
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
}

.industry-bar ul li {
    padding-left: 15px;
    padding-bottom: 30px;
    margin-bottom: 40px;
    width: 33.33%;
    border-bottom: 2px solid #ccc;
}

.industry-bar ul li:nth-last-child(-n + 3) {
    border: 0;
}

.industry-bar .all {
    position: relative;
}

.industry-bar .line {
    top: 490px;
}

footer {
    padding-top: 75px;
    width: 100%;
    text-align: center;
}

footer span {
    padding-bottom: 15px;
    color: #5e5b24;
    font-size: 21px;
    font-weight: 500;
    display: inline-block;
    border-bottom: 8px solid #c98d2b;
}


/* form css */
.form-sec {

    position: fixed;

    top: 7%;

    right: 0px;

    width: 300px;

    background: #8e8b3e;

    padding: 10px 10px;

    z-index: 9;

    transition: .3s all;

    z-index: 9999;



}

.hides.form-sec {
    transform: translatex(120%);
    transition: .3s all;
}

.form-sec .close {

    position: absolute;

    top: 10px;

    right: 10px;

    color: #fff;

    font-size: 21px;

    background: transparent;

    border: none;

    cursor: pointer;

}

.slide-righta.form-sec {

    transform: translatex(120%);

    transition: .3s all;



}

.adm-txt {

    font-size: 17px;

    color: #fff;

    text-align: center;

    text-transform: uppercase;

    margin-bottom: 26px;

    line-height: 1;
    letter-spacing: 3px;
    position: relative;

}

.adm-txt:after {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 50%;
    width: 48px;
    height: 2px;
    transform: translateX(-50%);
    background-color: #fff;
}

.form-group {

    margin-bottom: 1rem;

    width: 100%;

}

.form-sec .form-group {

    position: relative;

    padding-left: 14px;

    background: #fff;

    border-radius: 0;

    margin-bottom: 5px;

}

.form-sec .sb-btn-sec {
    margin-top: 10px;
}

.form-sec .form-group::before {

    position: absolute;

    content: "";

    background-image: url(../../images/form-icon.png);

    width: 30px;

    height: 40px;

    background-position: -3px -11px;

    top: 7px;

    left: 4px;

}

.form-sec .form-group.email::before {

    background-position: -3px -57px;

    width: 30px;

}

.form-sec .form-group.Mobile::before {

    background-position: -4px -103px;

}

.form-sec .form-group.State::before {

    background-position: 1px -161px;

    top: 5px;

    height: 25px;

    width: 33px;

    background-size: 30px;

}

.form-sec .form-group.City::before {

    background-position: -3px -242px;

    top: 5px;

    height: 21px;

}

.checkbox-label input:checked ~ .checkmark {

    background-color: #fff;

}

.checkmark {

    position: absolute;

    top: 3px;

    left: 0;

    height: 15px;

    width: 15px;

    border: solid 1px #fff;

    background: #fff;


    border-radius: 0;

}

.checkbox-label input {

    position: absolute;

    opacity: 0;

    cursor: pointer;

    height: 0;

    width: 0;

}

.checkbox-label .checkmark::after {

    left: 4px;

    top: 1px;

    width: 4px;

    height: 8px;

    border: solid #3b3d90;

    border-width: 0 2px 2px 0;

    transform: rotate(45deg);

}

.checkbox-label input:checked ~ .checkmark:after {

    display: block;

}

.checkmark:after {

    content: "";

    position: absolute;

    display: none;

}

.checkbox-label {

    display: block;

    position: relative;

    padding-left: 26px;

    margin-bottom: 12px;

    cursor: pointer;

    font-size: 12px;

    -webkit-user-select: none;

    -moz-user-select: none;

    user-select: none;

    color: #fff;

    line-height: 19px;

}

.sbt {

    padding: 9px 20px;

    background: #ca9031;

    border: 0;

    color: #fff;

    font-weight: bold;

    text-transform: uppercase;

    margin: 20px auto 0;

    width: 100%;

    display: inherit;

    font-size: 16px;

}

.input {

    border: none;

    padding: 0;

    height: 30px;

    width: 100%;

    border-radius: 0;

    font-size: 13px;

    color: #858585;

    background: transparent;

}







.form-sec.show.slide {

    right: 40px;

}



.form-sec.show {

    position: fixed;

    right: -940px;

    left: auto;

    transition: all 0.5s;

    z-index: 99;

    top: 48%;

    margin-top: -203px;

}



.topenq1.mobile {

    display: none;

}

.topenq {

    right: 0px;

    transform: rotate(90deg) translatey(-39px);

}

.topenq {

    position: fixed;

    top: 40%;

    right: -74px;

    transform: rotate(90deg);

    overflow: hidden;

    z-index: 300;

    background-color: #0de595;

    background-color: var(--enquiry-button-background-color);

    color: #fff;

    outline: none;

    z-index: 999;

}

.topenq a:hover {

    outline: none;

    border: none;

}

.topenq a {

    border: none;

    color: #fff;

    font-size: 20px;

    padding: 10px 20px;

    z-index: 999999999;

    display: inline-block;

}



.error {

    color: rgb(255, 125, 125);

    color: var(--error-color);

    font-size: 12px;

    margin-left: 13px;

    position: absolute;

    bottom: -13px;

    left: 0px;

    line-height: 11px;

}





@media (max-width: 576px) {

    .form-sec {

        width: 100%;

        padding: 20px;

        position: static;

        transform: none;

        transform: initial;

    }

    .form-sec .close {
        display: none;
    }

    .slide-righta .form-sec {
        right: 0;
        display: none;
    }

    .topenq {

        position: fixed;

        top: auto;

        top: initial;

        width: 100%;

        right: auto;

        right: initial;

        transform: none;

        transform: initial;

        overflow: hidden;

        z-index: 300;

        bottom: 0;

    }





    .topenq1.mobile {
        display: block;
    }

    .topenq.desktop {
        display: none;
    }



    .topenq1 {

        position: fixed;

        top: auto;

        top: initial;

        width: 100%;

        right: auto;

        right: initial;

        transform: none;

        transform: initial;

        overflow: hidden;

        z-index: 300;

        bottom: 0;

        z-index: 9999;

    }



    .topenq1.mobile a {

        display: block;

        text-align: center;

        background-color: #0de595;

        background-color: var(--enquiry-button-background-color);

        padding: 15px;

        transition: all 0.3s ease;

        color: white;

        font-size: 16px;

        display: inline-block;

    }



    .slide-righta.active .side-slide-form-wrap {
        display: block;
    }
}

.curriculum-bar .semlist {
    background: #b0ad60;
    padding: 6px 0px 10px;
    margin-top: 10px;
    margin-bottom: 7px;
    height: 316px;
}

.curriculum-bar .semlist li {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    background: transparent !important;
    margin: 0;
    list-style: none;
    padding: 5px 8px;
    border-bottom: solid 1px #bbb86a;
    width: 100%;
}

.curriculum-bar li:nth-child(2) .semlist li,
.curriculum-bar li:nth-child(4) .semlist li {
    border-bottom: solid 1px #d5b580;

}

.curriculum-bar li .semlist li:last-child {
    border: none!important;
}
