@font-face {
    font-family: Metropolis-Bold;
    src: url(font/Metropolis-Bold.otf);
}
@font-face {
    font-family: Metropolis-Regular;
    src: url(font/Metropolis-Regular.otf);
}
@font-face {
    font-family: Metropolis-Medium;
    src: url(font/Metropolis-Medium.otf);
}
@font-face {
    font-family: Metropolis-MediumItalic;
    src: url(font/Metropolis-MediumItalic.otf);
}
@font-face {
    font-family: Inter-Bold;
    src: url(../css/font/Inter-Bold.otf);
}
@font-face {
    font-family: Inter-SemiBold;
    src: url(../css/font/Inter-SemiBold.otf);
}
@font-face {
    font-family: Inter-Medium;
    src: url(../css/font/Inter-Medium.otf);
}
@font-face {
    font-family: Inter-Regular;
    src: url(../css/font/Inter-Regular.otf);
}
@font-face {
    font-family: Gotham-Bold;
    src: url(../css/font/Gotham-Bold.otf);
}
@font-face {
    font-family: HelveticaNeue-Bold;
    src: url(../css/font/HelveticaNeue-Bold.otf);
}
@font-face {
    font-family: HelveticaNeue-Regular;
    src: url(../css/font/HelveticaNeue-Regular.ttf);
}
@font-face {
    font-family: SairaCondensed-Medium;
    src: url(../css/font/SairaCondensed-Medium.ttf);
}
@font-face {
    font-family: SairaCondensed-Bold;
    src: url(../css/font/SairaCondensed-Bold.ttf);
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html,
body {
    height: 100%;
    width: 100%;
    font-family: Metropolis-Regular;
    font-size: 16px;
    overflow-x: hidden; /* hide horizontal scrollbar */
    max-width: 100%;
}
.logo-img {
    width: 60%;
}
.logo-rgt{
    text-align: right;
}
header {
    overflow: hidden;
    position: relative;
    background: #fff;   
    margin-bottom: 20px;
    margin-top: 20px;
}
.header_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-content: start;
    padding: 0 30px;
}
.header_mainbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.logobox img {
    max-width: 100px;
}
nav ul {
    padding: 0;
    margin: 0;
    display: flex;
}

/* --------BAnner Section starts---------------- */
.banner_section {
    position: relative;
    margin: 0 0 0 0;
    /* background: #25427d; */
    width: 100%;
    height:500px;
}

.content_form_box {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/banner-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0 0 25px 0;
    min-height: 480px;
    width: 100%;
    z-index: 1;
    position: relative;
    /* background:#25427d; */
}
.banner_border1{
    border-top: 7px solid #DF5013;
    margin-top: 65px;
}
.banner_border2{
    border-left: 7px solid #DF5013;
    height: 170px;
}
.banner_border3{
    border-bottom: 7px solid #DF5013;
}
.banner_heading1 {
    font-family: "SairaCondensed-Medium";
    font-size: 50px;
    color: #fff;
    line-height:50px;
    margin-top: 80px;
    margin-left: -40px;
}
.banner_heading1 span {
    font-family: "SairaCondensed-Medium";
    font-size: 50px;
    color: #8CB544;
}
.banner_heading2 {
    font-family: "HelveticaNeue-Bold";
    font-size: 25px;
    color: #fff;
    line-height: normal;
    margin-top: 54px;
    padding: 10px 20px;
    margin-left: -40px;
    border-radius: 40px;
    background-color: #8CB544;
    width: 80%;
}
.banner_heading2 span {
    font-family: "HelveticaNeue-Regular";
    font-size: 23px;
    color: #fff;
}
.banner_heading3 {
    font-family: "HelveticaNeue-Regular";
    font-size: 23px;
    color: #fff;
    line-height: normal;
    margin-top: 15px;
    /* padding-top: 54px; */
    margin-left: -40px;
}

.banner_content_box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.student-img .student-desk {
    max-width: 335px;
    margin: -116px 0 0 0;    
}
.student-mob{
    display: none;
}
.banner_btn img {
    width: 65%;
    margin-top: 15px;
}
.form-heading {
    margin: 0 0 0 0;
    font-family: 'HelveticaNeue-Bold';
    text-align: center;
    font-size: 22px;
    background: #8CB544;
    color: #fff;
    padding: 10px 0;
    border-radius: 20px 20px 0 0;
    line-height: 26px;
}
.banner-form {
    max-width: 325px;
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 28px #0000001a;
    border-radius: 40px;
    z-index: 1;
    margin-top: 35px;
}
.banner-form form {
    z-index: 2;
    position: relative;
    padding: 10px 20px 10px 20px;
}
.banner-form h3 {
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin: 15px 0;
}
.banner-form lable,
.tab-content h5,
.tab-content h6,
a.submit_btn {
    color: #fff;
}
textarea.form-control {
    resize: none;
}
.banner-form select.form-control {
    background: url(../images/arrow1.webp) 100% no-repeat #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #00000059;
    cursor: pointer;
    font-family: 'HelveticaNeue-Regular';
}
.form-control::placeholder {
    color: #989898;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #ced4da;
    opacity: 1;
}
.form-control::-ms-input-placeholder {
    color: #000;
    opacity: 1;
}
.form-control:focus {
    border-color: #EC7F1E;
    box-shadow: 0 0 0 0.25rem #eb904863;
}
.banner-form-wrap {
    display: flex;
    width: 100%;
    justify-content: center;
    /* padding-top: 23px; */
    padding-right: 50px;
}
.banner-form .form-control {
    font-size: 11px;
    line-height: 18px;
    border-radius: 0;
    height: auto;
    min-height: auto;
    padding: 8px;
    max-height: 60px;
    margin: 0 0 10px 0;
    color: #000;
    font-family: 'HelveticaNeue-Regular';
    border: 0;
    border-bottom: 1px solid #ccc;
}
.mobile_view {
    display: none;
}
.btn-wrap p {
    font-size: 9px;
    color: #3c3c3c;
    font-family: 'HelveticaNeue-Regular';
    padding-top: 5px;
}
.btn_submit {
    padding: 9px 25px;
    color: #fff !important;
    font-weight: 500;
    border: 2px solid;
    border-radius: 25px;
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    background-color: #EC7F1E;
    font-family: 'HelveticaNeue-Bold';
    letter-spacing: 2px;
}
.btn_submit:hover {
    text-decoration: none;
    color: #EC7F1E !important;
    background: #fff !important;
    border: 2px solid #EC7F1E !important;
}
select {
    color: #9e9e9e;
}
option:not(:first-of-type) {
    color: #000;
}
.loader {
    display: none;
    border: 4px solid rgb(255 255 255 / 0.3);
    border-top: 4px solid #EC7F1E;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    animation: spin 1s linear infinite;
    margin-left: 10px;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.loading {
    background-color: #ccc;
    pointer-events: none;
}
.banner-desk {
    display: block;
}
.banner-mob {
    display: none;
}
.banner-cmp{
    width: 60%;
}
.banner-cmp-line{
    border-right: 1px solid #5C5C5C;
    height: 180px;
}
.cmp-text{
    font-family: "HelveticaNeue-Regular";
    font-size: 15px;
    color: #fff;
    padding: 10px 0;
    text-align: left;
    margin-bottom: 20px;
}
.banner-logo{
    width: 33%;
    height: 55px;
}
.container-cust {
    margin: 0 0;
    padding: 0 0;
}
.banner-below-text h3 {
    font-weight: 700;
    font-size: 32px;
    background-color: #DF5013;
    padding: 20px;
    color: #fff;
    word-wrap: break-word;
    white-space: normal;
    margin: 0 0;
}
/* -------Banner section ends----------- */

/* Highlights sections starts */
.hl-section{
    padding: 40px 0;
}
.hl-icon img {
    width: 50px;
    align-items: center;
    padding: 10px 0;
    margin: 0 0 0 0;
}
.logo-after-line {
    height: 90%;
}
.hl-icon{
    text-align: center;   
    border-right: 1px solid #deb1ab;
    height: 80px;
}
.content-box p{
    font-family: 'Inter-Medium';
    color: #1D2D34;
    padding: 10px 0;
}
.txt-heading h2 {
    text-align: center;
    font-family: SairaCondensed-Medium;
    font-size: 40px;
    color: #3A6647;
}
.txt-heading h2 span{
    text-align: center;
    font-family: SairaCondensed-Bold;
    font-size: 40px;
    color: #3A6647;
}
.hl-comp1{
    width: 75%;
    padding: 30px 0;
}
.hl-comp2{
    width: 80%;
    padding: 30px 0;
}
.hl-comp3{
    width: 70%;
    padding: 30px 0;
}
.hl-section .divider {
    position: relative;
    margin-top: 10px;
    height: 1px;
}
.hl-section .div-transparent:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 44%;
    right: 0;
    width: 11%;
    height: 5px;
    background: #8CB544;
}
.hl-section .div-dot:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -4px;
    left: calc(50% - 24px);
    width: 40px;
    height: 10px;
    background-color: #fff;
}
.prog-list-left {
    padding: 20px;
    border: 1px solid #8CB544;
    border-radius: 10px;
    background-color: #E9EEF7;
    margin-top: 20px;
    font-family: SairaCondensed-Bold;
}
.prog-list-right {
    padding: 20px;
    border: 1px solid #DF5013;
    border-radius: 10px;
    background-color: #E9EEF7;
    margin-top: 20px;
    font-family: SairaCondensed-Bold;
}
.prog-list-left h4, .prog-list-right h4 {
    text-align: center;
    font-family: HelveticaNeue-Regular;
    color: #707070;    
    font-weight: 600;
}
.prog-list-left ul li, .prog-list-right ul li {
    font-size: 15px;
    font-family: HelveticaNeue-Regular;
    list-style: none;
    position: relative;
    color: #707070;
}
.prog-list-left ul li::before{
    content: "";
    position: absolute;
    background-image: url(../images/pointer1.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: inherit;
    left: -25px;
    top: 3px;
    height: 100px;
    width: 50px;
}
.prog-list-right ul li::before{
    content: "";
    position: absolute;
    background-image: url(../images/pointer2.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: inherit;
    left: -25px;
    top: 3px;
    height: 100px;
    width: 50px;
}
.gap{
    width: 1%;
}
.prog-list-left .border-btm:after{
    border-bottom: 4px solid #8CB544;
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -36px;
    left: calc(7% - 45px);
    width: 100%;
    height: 10px;
}
.prog-list-right .border-btm:after{
    border-bottom: 4px solid #C66445;
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -59px;
    left: calc(7% - 45px);
    width: 100%;
    height: 10px;
}
.interntional-list{
    color: #fff;
    padding: 20px 10px 0 10px;
    border-radius: 20px;
}
.interntional-list h4{
    font-size: 20px;
    font-family: HelveticaNeue-Regular;
}
.interntional-list span{
    font-size: 35px;
    font-family: HelveticaNeue-Regular;
}
/* Highlights section ends */

/* our partners section starts */
.prog-section{
    margin: 0px 0 0 0;
    background-color: #F7F7F7;
    padding: 40px 0 60px 0;
}
.prog-section .txt-heading h2 {
    text-align: center;
    font-family: SairaCondensed-Medium;
    font-size: 40px;
    color: #3A6647;
}
.prog-section .txt-heading h2 span{
    text-align: center;
    font-family: SairaCondensed-Bold;
    font-size: 40px;
    color: #3A6647;
}
.prog-section .txt-heading h3 {
    font-size: 26px;
    font-family: Inter-Bold;
    color: #707070;
    text-align: center;
    padding-top: 50px;
}
.prog-section .txt-heading h3 span {
    font-size: 26px;
    font-family: Inter-Medium;
    color: #ffffff  ;
    text-align: center;
}
.prog-text, .prog-text1{
    padding: 10px;
    background-color: #E5E8E7;
    color: #5C5C5C;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #c9c9c9;
}
.prog-text p {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
    color: #5C5C5C;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
}
.prog-text1 p{
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
    color: #5C5C5C;
    text-align: center;
    margin: 0 auto;
    padding: 20px 12px;
}
.divider {
    position: relative;
    margin-top: 10px;
    height: 1px;
}
.prog-section .div-transparent:before {
     content: "";
    position: absolute;
    top: 0px;
    left: 44%;
    right: 0;
    width: 11%;
    height: 5px;
    background: #8CB544;
}
.prog-section .div-dot:after {
   content: "";
    position: absolute;
    z-index: 1;
    top: -4px;
    left: calc(50% - 24px);
    width: 40px;
    height: 10px;
    background-color: #F7F7F7;
}
 .prog-content p{
    font-size: 26px;
    font-family: Inter-Bold;
    color: #ffffff;
    text-align: center;
    padding-top: 20px;
}
.prog-content p span{ 
    font-size: 26px;
    font-family: Inter-Medium;
    color: #ffffff;
    text-align: center;
    padding-top: 20px;
}
/* our partners section ends */

/* Why EDII section starts */
.why_section{
    background: #8CB544;    
    padding:40px  0;
}
.why_section .txt-heading h2 {
    text-align: center;
    font-family: SairaCondensed-Medium;
    font-size: 40px;
    color: #3A6647;
}
.why_section .txt-heading h2 span{
    text-align: center;
    font-family: SairaCondensed-Bold;
    font-size: 40px;
    color: #3A6647;
}
.why_section .div-transparent:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 45%;
    right: 0;
    width: 9.5%;
    height: 5px;
    background: #fff;
}
.why_section .div-dot:after {
   content: "";
    position: absolute;
    z-index: 1;
    top: -4px;
    left: calc(50% - 24px);
    width: 40px;
    height: 10px;
    background-color: #8CB544;
}
.spl-to-join-points ul li::before, .st-dev-right ul li::before{
    content: "";
    position: absolute;
    background-image: url(../images/why-pointer.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: inherit;
    left: -20px;
    top: 6px;
    height: 100px;
    width: 50px;
}
.spl-to-join-points{
    background: #8CB544;
    padding-left: 55px;
    padding-right: 20px;
    height: auto;
}
.spl-to-join-points ul li {
    font-size: 20px;
    line-height: 37px;
    color: #ffffff !important;
    font-family: Inter-Medium;
    list-style: none;
    position: relative;
    display: inline;
    margin-right: 45px; /* space between items */
}
.spl-to-join-points .divider {
    position: relative;
    margin-top: 10px;
    height: 1px;
    margin-bottom: 20px;
}
/* why EDII section ends */

/* Placement Highlights section starts */
.pl_section{
    margin: 40px 0;
}
.pl_section .txt-heading h2 {
    text-align: center;
    font-family: SairaCondensed-Medium;
    font-size: 40px;
    color: #3A6647;
}
.pl_section .txt-heading h2 span{
    text-align: center;
    font-family: SairaCondensed-Bold;
    font-size: 40px;
    color: #3A6647;
}

.pl_box h3 {
    text-align: center;
    margin: 0 0;
    font-size: 25px;
    font-family: "HelveticaNeue-Bold";
    color: #707070;
}
.pl_box{
    margin: 20px 0;
}
.pl_section .divider {
    position: relative;
    margin-top: 10px;
    height: 1px;
}
.pl_section .div-transparent:before {
     content: "";
    position: absolute;
    top: 0px;
    left: 44%;
    right: 0;
    width: 11%;
    height: 5px;
    background: #8CB544;
}
.pl_section .div-dot:after {
   content: "";
    position: absolute;
    z-index: 1;
    top: -4px;
    left: calc(50% - 24px);
    width: 40px;
    height: 10px;
    background-color: #ffffff;
}
/* Placement Highlights  section ends */

/* Allumni section starts */
.alumni-section {
    padding: 40px 0 0px 0;
    background-color: #FFFFFF;
}
.alumni-section .txt-heading h2 {
    text-align: center;
    font-family: SairaCondensed-Medium;
    font-size: 40px;
    color: #3A6647;
}
.alumni-section .txt-heading h2 span{
    text-align: center;
    font-family: SairaCondensed-Bold;
    font-size: 40px;
    color: #3A6647;
}
/* .aw-box p span{
    font-family: HelveticaNeue-Bold;
    font-size: 15px;
    padding: 25px 10px 0 10px;
    color: #707070;
}
.aw-box p {
    font-family: HelveticaNeue-Regular;
    font-size: 13px;
    padding: 25px 0px 0 0px;
    color: #707070;
}
.aw-img {
    padding: 0 10px 0 10px;
    text-align: center;
    font-family: "Inter-Regular";
    border-right: 1px solid #707070;
    margin-top: 20px;
}
.aw-after-line {
    max-height: 80%;
}
.aw-img img {
    width: 60%;
} */
.aw-img {
  text-align: center;
  padding: 15px;
}
.aw-img img {
  width: 60%;
  margin: 0 auto;
}
.aw-img p span {
  display: block;
  font-family: HelveticaNeue-Bold;
  font-size: 15px;
  color: #707070;
}
.aw-img p {
  font-family: HelveticaNeue-Regular;
  font-size: 13px;
  color: #707070;
  margin-top: 10px;
}
.aw-after-line-last {
    border-right: none;
}
.alumni-section .divider {
    position: relative;
    margin-top: 10px;
    height: 1px;
}
.alumni-section .div-transparent:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 44%;
    right: 0;
    width: 11%;
    height: 5px;
    background: #8CB544;
}
.alumni-section .div-dot:after {
   content: "";
    position: absolute;
    z-index: 1;
    top: -4px;
    left: calc(50% - 24px);
    width: 40px;
    height: 10px;
    background-color: #ffffff;
}
.alumni-carousel .aw-img {
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}
.alumni-carousel .aw-img img {
  /* width: 120px; 
  height: 120px; */
  width: 70% !important;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto 10px;
}
.alumni-carousel .aw-img p {
  font-size: 13px;
  color: #707070;
  margin: 0;
  line-height: 1.4;
}
.alumni-carousel .aw-img p span {
  font-weight: 600;
  font-size: 14px;
  color: #707070;
  display: block;
  /* margin-bottom: 5px; */
  padding-top: 10px;
}

/* Allumni section ends */

/* About us section starts */
.about_section{
    background: #3A6647;
    padding: 40px 40px;
}
.about_section .txt-heading h2 {
    text-align: center;
    color: #fff;  
    font-family: 'SairaCondensed-Bold';
    font-size: 40px;  
}
.about_section .div-transparent:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 44%;
    right: 0;
    width: 11%;
    height: 5px;
    background: #8CB544;
}
.about_section .div-dot:after {
   content: "";
    position: absolute;
    z-index: 1;
    top: -4px;
    left: calc(50% - 24px);
    width: 40px;
    height: 10px;
    background-color: #3A6647;
}
.abt-content{
    text-align: justify;
}
/* About us section ends */

footer {
    background: #3A6647;
}
hr {
    margin: 0;
}
.copyright {
    font-size: 10px;
    font-family: "Metropolis-Regular";
    color: #fff;
    padding: 5px 0;
}
.copyright a img {
    width: 95px;
    background-color: #fff;
    padding: 5px 20px;
    border-radius: 20px;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 0;
    right: 20px;
    z-index: 99;
    border: none;
    outline: 0;
    background-color: #df5013;
    color: #fff;
    cursor: pointer;
    padding: 5px;
    border-radius: 40px;
    font-size: 22px;
    opacity: 0.5;
    height: 40px;
    width: 40px;
}
#myBtn:hover {
    opacity: 1;
}
.thankyoutext {
    text-align: center;
    padding: 30px 0;
    font-size: 25px;
}
.thankyou_button {
    text-align: center;
}
.thankyou_banner_section {
    padding: 50px 0 120px 0;
    color: #000;
    font-family: "Metropolis-Regular";
}
.ty_btn,
.btn_tysubmit a {
    font-family: "Metropolis-Regular";
    background: #EC7F1E;
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    text-transform: 0.4s;
}
.ty_btn:hover,
.btn_tysubmit a:hover {
    text-decoration: none;
    color: #EC7F1E;
    background: #fff;
    border: 1px solid #EC7F1E;
}

/*---------------- Responsive screens ----------------*/
@media (min-width:1641px) and (max-width:2000px) {
.student-img .student-desk {
    width: 100%;
    /* margin: -156px 0 0 0; */
}
}
@media (min-width:1367px) and (max-width:1640px) {
    .student-img .student-desk {
        width: 92%;
        /* margin: -115px 0 0 0; */
    }                   
}
@media (min-width:1200px) and (max-width:1366px) {
    /* .student-img .student-desk {
        width:100%;
        margin: -81px 0 0 0;
    }                    */
}
@media screen and (max-width: 1024px) {
    /* .student-img img {
        width: 100%;
        margin: -41px 0 0 0;
    } */
    .banner_form_box {
        margin: 28px 0 0 0;
        width: 290px;
    }
    .list_icon p {
        font-family: "Inter-Regular";
        font-size: 15px;
    }
    /* .pl_box {
        width: 20%;
    } */
    .pl_box p {
        font-size: 30px;
    }
    .pl_box h3 {
        font-size: 21px;
    }
    /* .aw-img {
        width: 25%;
    } */
    /* .aboutus_section .txt-heading h2,  {
        font-size: 40px;
    } */
    .aboutus_section .txt-heading h4 {
        font-size: 27px;
    }
   
    .student-img .student-desk {
        width: 83%;
        /* margin: 82px 0 0 0; */
        /* margin: -28px 0 0 0; */
    }
    .banner_heading2{
        font-size: 20px;
    }
    .banner-form {
        margin-top: 35px;
        /* margin-top: -11px; */
    }
    .hl_section {
        margin-top: 80px;
    }
    .spl-to-join-points {
        height: auto;
    }
    .spl-to-join-points ul li::before, .spl-to-join-points ul li.point2::before {
        top: 3px;
    }
    .spl-to-join-points ul li {
        line-height: 31px;
        font-size: 17px;
    }    
    .feature-text p, .feature-text1 p {
        font-size: 18px;
        padding: 10px 0px;
    }
    .banner_heading3 span {
        font-family: "HelveticaNeue-Bold";
        font-size: 30px;
    }
    .prog-text p {
        font-size: 17px;
    }
    .prog-list-left .border-btm:after {
        bottom: -70px;
    }
}
@media screen and (max-width: 992px) {
    .logo-img {
        width: 100%;
    }
    /* .banner_content_box img {
        width: 10%;
        margin: -301px 0 0 0;
    } */
    .banner_btn img {
        width: 25%;
        margin: 0;
    }
    /* .banner_heading1 {
        font-size: 30px;
    } */
    .banner_listbox_inner {
        margin-bottom: 20px;
    }
    .aw-box p {
        font-size: 14px;
    }
    .why_section .txt-heading h2 {
        left: 0;
    }
    .about_content p span {
        font-family: Inter-Regular;
        font-size: 21px;
    }
    .about_content p {
        text-align: center;
        font-size: 16px;
        padding: 18px 10px 0 10px;
    }
    .adm-open_section .txt-heading h2,.why_section .txt-heading h2, .why_section .txt-heading h2 span  {
        font-size: 36px;
        text-align: center;
    }
    .banner_form_box {
        margin: 28px 0 0 0;
        width: 100%;
    }
    
    .banner-mob {
        display: block;
    }
    .banner-form {
        margin-top: 20px;
    }
    .prog-list1 li,
    .prog-list2 li,
    .prog-list3 li,
    .prog-list4 li,
    .prog-list5 li {
        font-size: 17px;
    }
    .prog_listbox5 {
        margin-top: -222px;
    }
    .student-desk{
        display: block;
    }
    .student-mob{
        display: none;
    }
    .student-img img {
        width: 100%;
        margin: 0 0 0 0;
    }
    /* .student-img .student-desk {
        width: 100%;
        margin: -13px 0 0 0;
    } */
    .banner_section {
        height: 490px;
    }
    .banner-form {
        margin-top: 28px;
    }
    .banner-form-wrap {
        padding-right: 75px;
    }
    .hl_section{
        margin-top: 100px;
    }
    /* .banner_heading1 {
        margin-top: 75px;
    } */
    .pl_box {
        width: 100%;
        margin-top: 15px;
    }
    .alumni-carousel {
        display: block !important;
    }
    .alumni-carousel .aw-img {
        text-align: center;
        padding: 10px;
    }
    .alumni-carousel .aw-img img {
        width: 70% !important;
        margin: 0 auto;
    }
    .alumni-carousel .aw-img p {
        font-size: 13px;
        margin-top: 10px;
    }
    .aw-img p span{
        font-family: HelveticaNeue-Bold;
        font-size: 15px;
        padding: 25px 10px 0 10px;
        color: #707070;
    }
    .aw-img p {
        font-family: HelveticaNeue-Regular;
        font-size: 13px;
        padding: 25px 0px 0 0px;
        color: #707070;
    }
    .prog-list-left .border-btm:after{   
        bottom: -36px;
    }
}

@media screen and (max-width: 768px) {
    header{
        display: none;
    }
    .student-desk{
        display: none;
    }
    .student-mob{
        display: block;
    }
    .logo-img{
        display: none;
    }
    .banner_content_box{
        display: none;
    }
    .hl_section {
        margin-top: 40px;
    }
    .banner_section {
        width: 100%;
        height: 100%;
        /* padding-bottom: 20px; */
    }
    .banner_heading {
        color: #000;
        line-height: normal;
        padding: 10px;
        font-size: 26px;
    }
    .banner_btn {
        padding: 10px 0 20px;
    }
    /* .content_form_box {
        position: relative;
        background-image: url(../images/banner-mob-img.png);
        min-height: 880px;
    } */
    .banner_border1,.banner_border2, .banner_border3{
        display: none;
    }
    .list_icon {
        padding: 10px 0;
    }
    .list_heading {
        min-height: auto;
    }
    section.acheivment_section {
        padding: 30px 0;
    }
    .list_icon span {
        max-height: initial;
        font-size: 40px;
    }
    .nav-pills .nav-link {
        color: #000;
        margin: 10px 10px 0;
        padding: 9px 18px;
        font-weight: 100;
        font-size: 16px;
    }
    .specializationBox {
        margin: 25px 20px 0;
    }
    footer {
        text-align: center;
    }
    footer::before {
        width: 100%;
    }
    .program_offered {
        padding: 30px 0;
    }
    .heading35_white {
        line-height: normal;
    }
    .heading35_black {
        line-height: normal;
    }
    .mapbox {
        margin: 10px 0 0 0;
    }
    .navbar-nav a::after {
        display: none;
    }
    .prog_listbox5 {
        margin-top: -292px;
    }
    .spec-text p {
        text-transform: capitalize;
        font-size: 20px;
    }
    .pl_box{
        width: 50%;
        margin: 10px 0;
    }
    .pl_box p{
        font-size: 30px;
    }
    .pl_box h3{
        font-size: 15px;
    }
    /* .aw-img {
        width: 50%;
    } */
    .aw-after-line {
        border-right: 0;
    }
    .content-box{
        text-align: center;
        justify-content: center;
    }
    .hl-icon{
        border-right: 0;
        text-align: center;   
        border-bottom: 1px solid #deb1ab;
        width: 80px;
    }
    .hl-icon img {
        margin:  0 0;
    }
    .content-box p {
        font-size: 16px;
        height: 100px;
        padding-bottom: 10px;
        /* border-bottom: 1px dashed; */
    }
    .hl-section, .why_section {
        margin: 0px 0;
    }
    .spl-to-join-points ul li {
        margin: 0 0;
        padding: 10px 32px 0 0px;
        font-size: 16px;
    }
    .spl-to-join-points ul li::before, .spl-to-join-points ul li.point2::before  {       
        background-size: 15px;
        left: -25px;
        top: 12px;
        height: 100px;
        width: 50px;
    }
    .prg-icon {
        text-align: center;
    }
    .feature-text p, .feature-text1 p {
        font-size: 14px;
        padding: 10px 0px;
    }
    .content-box p {
        font-size: 16px;
        height: auto;
        padding-bottom: 10px;
    }
    .hl-comp {
        width: 60%;
        padding: 20px 0;
    }
    .banner-form {
        margin: 0 0 0 0 !important;
    }
    .prog-text p, .prog-text1 p {
        font-size: 12px;
        padding: 10px 0px;
    }
    .hl-section .div-dot:after, .prog-section .div-dot:after, .alumni-section .div-dot:after, .pl_section .div-dot:after {
        width: 30px;
    }
    .hl-section .div-transparent:before,.about_section .div-transparent:before,.pl_section .div-transparent:before,
    .alumni-section .div-transparent:before, .prog-section .div-transparent:before{
        content: "";
        position: absolute;
        top: 0px;
        left: 38%;
        right: 0;
        width: 22%;
        height: 5px;
        background: #8CB544;
    }
    .why_section .div-transparent:before {
        content: "";
        position: absolute;
        top: 0px;
        left: 40%;
        right: 0;
        width: 19%;
        height: 5px;
        background: #fff;
    }
    .container-cust {
        margin: 0 auto;
    }
    .prog-list-left .border-btm:after {
        bottom: -36px;
    }
    .prog-list-right .border-btm:after {
        bottom: -104px;
    }
    .alumni-section {
        padding: 0px 0 0px 0;
    }
}
@media screen and (max-width: 580px) {
    #navbar img {
        margin: 70px 0 0 0;
        width: 80px !important;
        height: 80px !important;
    }
    .student-img{
        padding: 0;
    }
    .student-mob {
        display: block;    
    }
    .student-img img {
        width: 100%;
        margin: 0 0 0 0;
    }
    .banner_content_box img {
        width: 10%;
        margin: -165px 0 0 0;
    }
    .banner_heading1 {
        font-family: "BebasNeue-Bold";
        font-size: 19px;
        color: #f3a43b;
        line-height: 38px;
        margin-top: 0px !important;
    }
    .banner_heading2 {
        font-family: "BebasNeue-Bold";
        font-size: 20px;
        color: #fff;
        line-height: 23px;
    }
    .banner_btn img {
        width: 25%;
        margin: 0;
    }
    section.prog_section {
        padding: 0 0 20px 0;
    }
    .spl_logobox {
        border: 0;
    }
    .aboutImg_box img,
    .about_content p {
        text-align: center;
    }
    .adm-open_section .txt-heading h2, .adm-open_section .txt-heading h2 span,
    .why_section .txt-heading h2, .why_section .txt-heading h2 span  {
        font-size: 30px;
    }
    .recruiters_section {
        margin: 0;
        padding: 0;
    }
    .prog_listbox3,
    .prog_listbox5 {
        margin-top: 0;
    }
    .txt-heading h2, .txt-heading h2 span, .aboutus_section .txt-heading h2, .aboutus_section .txt-heading h2 span {
        font-size: 36px;
    }
    .counter-Txt {
        margin-bottom: 10px;
    }
    .pl_box {
        width: 100% !important;
        border-right: none;
        border-bottom: dashed 1px #c4c4c4;
    }
    .pl-bg, .pl-bg1 {
        /* padding: 20px 0; */
        width: 100%;
        height: 100% !important;
        margin: 0 0;
    }
    .d-flex {
        display: flex !important;
        flex-direction: column;
    }
    .pl_after-last {
        border-bottom: none;
    }
    .aw-img {
        width: 100%;
    }
    .aw-after-line {
        border-right: 0;
    }
    .logo-img {
        width: 100%;
        padding: 20px 0;
    }
    .banner-form-wrap {
        padding: 0 0 !important;
    }
    .spl-to-join-points{
        padding: 0 20px 0 20px;
        height: 100%;
    }
    .why_section .div-transparent:before{
        content: "";
        position: absolute;
        top: 0px;
        left: 35%;
        right: 0;
        width: 27%;
        height: 5px;
        background: #fff;
    }
    .hl-section .div-transparent:before,.about_section .div-transparent:before,.pl_section .div-transparent:before,
    .alumni-section .div-transparent:before, .prog-section .div-transparent:before{
        content: "";
        position: absolute;
        top: 0px;
        left: 35%;
        right: 0;
        width: 27%;
        height: 5px;
        background: #8CB544;
    }
    .about_section .div-dot:after {
        content: "";
        position: absolute;
        z-index: 1;
        top: -4px;
        left: calc(50% - 24px);
        width: 40px;
        height: 10px;
        background-color: #3A6647;
    }
    .logo-align{
        text-align: center;
    }
    header{
      margin: 0 0;
    }
    .logo-rgt{
        text-align: center;
        background-color: #FCE8CF !important;
        padding: 20px 0;
    }
    .banner-form {
        margin-top: 0px;
    }
    .content-box p {
        font-size: 16px;
        height: auto;
        padding-bottom: 10px;
        border-bottom: 1px dashed;
    }
    .hl-icon{
        border-bottom: 0;
    }
    .st-dev-left ul {
        /* list-style-type: none; */
        text-align: left;
    }
    .st-dev-left ul li::before {
        content: "";
        position: absolute;
        background-image: url(../images/pointer1.webp);
        background-repeat: no-repeat;
        background-size: 14px;
        background-position: inherit;
        left: -30px;
        top: 10px;
        height: 100px;
        width: 50px;
    }
    .st-dev-left ul li.point2::before {
        content: "";
        position: absolute;
        background-image: url(../images/pointer2.webp);
        background-repeat: no-repeat;
        background-size: 14px;
        background-position: inherit;
        left: -30px;
        top: 10px;
        height: 100px;
        width: 50px;
    }
    .alumni-carousel .aw-img img {
        width: 40% !important;
        margin: 0 auto;
    }
    .prog-list-right .border-btm:after {
        bottom: -36px;
    }
    .prog-list-left, .prog-list-right{
        width: 95%;
    }
}
@media screen and (max-width: 380px) {
    .specialization .txt-heading h2, .specialization .txt-heading h2 span,
    .why_section .txt-heading h2, .why_section .txt-heading h2 span  {
        font-size: 32px;
    }
    .txt-heading h2 {
        font-size: 36px;
    }
    .spl_logobox {
        font-size: 12px;
    }
    form {
        overflow: hidden;
    }
    .banner_content_box img {
        width: 10%;
        margin: -138px 0 0 0;
    }
    .banner_btn img {
        width: 24%;
        margin: 0 0 0 0;
    }
    .prog_listbox3,
    .prog_listbox5 {
        margin-top: 0;
    }
    .txt-heading h2 {
        font-size: 36px;
        margin-top: 15px;
    }
    .banner-form-wrap {
        padding-right: 0;
    }
    .spl-to-join-points ul h3 {
        font-size: 23px;
    }
}
