@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-Medium;
    src: url(../css/font/HelveticaNeue-Medium.ttf);
}
@font-face {
    font-family: HelveticaNeue-Regular;
    src: url(../css/font/HelveticaNeue-Regular.ttf);
}

@font-face {
    font-family: Lobster-Regular;
    src: url(../css/font/Lobster-Regular.ttf);
}
@font-face {
    font-family: DMSerifDisplay-Regular;
    src: url(../css/font/DMSerifDisplay-Regular.ttf);
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html,
body {
    height: 100%;
    width: 100%;
    font-family: Metropolis-Regular;
    font-size: 16px;
}
/* .logo-img {
    width: 50%;
} */
.logo-rgt{
    text-align: right;
}
header {
    overflow: hidden;
    position: relative;  
    margin: 30px 0 0 0;
}
.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: -150px 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: 618px;
    width: 100%;
    z-index: 1;
    position: relative;
    /* background:#25427d; */
}
.banner_heading1 {
    font-family: "HelveticaNeue-Medium";
    font-size: 35px;
    color: #4F2173;
    line-height:40px;
    margin-top: 65px;
}
.banner_heading1 span {
    font-family: "Lobster-Regular";
    font-size: 35px;
    color: #4F2173;
    line-height:40px;
    margin-top: 65px;
}
.banner_heading2 {
    font-family: "HelveticaNeue-Bold";
    font-size: 15px;
    color: #fff;
    line-height: 40px;
}
.banner-circle {
    position: absolute;
    top: 65%;
    left: 50%;
    width: 45%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: block;
    margin: 0 auto;
}
.banner-image-wrap {
    position: relative;
    display: inline-block;
}

/* .banner-circle {
    width: 100%;
    height: auto;
    display: block;
} */

.banner-text {
    position: absolute;
    top: 65%;               /* vertically center */
    left: 50%;              /* horizontally center */
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;            /* white text over image */
    width: 80%;             /* adjust width as needed */
}

.banner-text h6 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: Inter-Bold;
}
.banner-text h6 span{
    font-size: 60px;
    margin-bottom: 10px;
    font-family: DMSerifDisplay-Regular;
}
.banner-text h3 {
    font-size: 42px;
    margin-bottom: 10px;
    font-family: DMSerifDisplay-Regular;
}
.banner-text p {
    font-size: 30px;
    font-weight: 600;
    background-color: #F8A220;
    color: #fff;
    border-radius: 25px;
    padding: 0px 10px;
    width: 42%;
    position: absolute;
    bottom: -90px;
    left: 30%;
}

.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: "Metropolis-Bold";
    text-align: center;
    font-size: 22px;
    background: #F8A220;
    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: "Metropolis-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: #3d338a;
    box-shadow: 0 0 0 0.25rem #eb904863;
}
.banner-form-wrap {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 80px;
    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: "Metropolis-Regular";
    border: 0;
    border-bottom: 1px solid #ccc;
}
.mobile_view {
    display: none;
}
.btn-wrap p {
    font-size: 9px;
    color: #3c3c3c;
    font-family: Metropolis-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: #f8a320;
    font-family: "Metropolis-Bold";
}
.btn_submit:hover {
    text-decoration: none;
    color: #f8a320 !important;
    background: #fff !important;
    border: 2px solid #f8a320 !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 #f8a320;
    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 #b7b5b5;
    height: 80px;
}
.cmp-text{
    font-family: "HelveticaNeue-Medium";
    font-size: 17px;
    color: #3D338A;
    padding: 10px 0;
    text-align: left;
}
.banner-logo{
    width: 33%;
    height: 55px;
}
/* -------Banner section ends----------- */

/* Highlights sections starts */
.hl-section{
    padding: 120px 0 0 0;
}
.hl-icon img {
    width: 50px;
    align-items: center;
    padding: 10px 0;
    margin: 0 0 0 0;
}
.txt-heading h2 {
    text-align: center;
    font-family: HelveticaNeue-Medium;
    font-size: 40px;
    color: #3C0100;
}
.image-gallery {
  padding: 40px 0 0 0;
  background: #fff;
}

.gallery-container {
  display: grid;
  grid-template-columns: repeat(7, 1fr); /* 7 images in a row */
  gap: 10px; /* equal spacing between images */
  position: relative;
}

/* Each image block */
.gallery-container img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #fff;
  padding: 10px; /* inner spacing inside cell */
  transition: transform 0.3s ease;
  border-right: 1px solid #ccc; /* divider line */
}

/* Remove right border for last item in each row (desktop) */
.gallery-container img:nth-child(7n) {
  border-right: none;
}

.gallery-container img:hover {
  transform: scale(1.05);
}

/* ✅ Tablet View (4 images per row) */
@media (max-width: 992px) {
  .gallery-container {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }

  .gallery-container img:nth-child(4n) {
    border-right: none;
  }
}

/* ✅ Mobile View (2 images per row) */
@media (max-width: 768px) {
  .gallery-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .gallery-container img:nth-child(2n) {
    border-right: none;
  }
}
/* Highlights section ends */

/* Placement Highlights section starts */
 .txt-heading h2 {
    text-align: center;
    font-family: HelveticaNeue-Medium;
    font-size: 40px;
    margin: 30px 0 0 0;
    color: #3C0100;
}
.section-4-counter {
    padding: 0px 0 0px 0;
    background-attachment: fixed;
    text-align: left;
}
.features1{
    display: inline-block;
    padding: 40px 0px;
    position: relative;
    background-color: #838383;
    color: #fff;
    border-radius: 120px;
    width: 100%;
}
.features2{
    display: inline-block;
    padding: 40px 0px;
    position: relative;
    background-color: #C66129;
    color: #fff;
    border-radius: 120px;
    width: 100%;
}
.features3{
    display: inline-block;
    padding: 50px 0px;
    position: relative;
    background-color: #ED7126;
    color: #fff;
    border-radius: 120px;
    width: 100%;
}
.features4{
    display: inline-block;
    padding: 50px 0px;
    position: relative;
    background-color: #F8A220;
    color: #000;
    border-radius: 120px;
    width: 100%;
}
.features5{
    display: inline-block;
    padding: 50px 0px;
    position: relative;
    background-color: #E8E8E8;
    color: #000;
    border-radius: 120px;
    width: 100%;
}
.features-sec{
    display: inline-block;
    padding: 20px 40px;
    position: relative;
    width: 100%;
}
.features1 h2 span, .features2 h2 span, .features3 h2 span{
    font-family: Metropolis-Bold;
    font-weight: 600;
    font-size: 45px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}
.features4 h2 span, .features5 h2 span{
    font-family: Metropolis-Bold;
    font-weight: 600;
    font-size: 45px;
    text-align: center;
    color: #000;
    margin-bottom: 0;
}
 .features1 p, .features2 p, .features3 p{
    padding: 0;
    margin: 0 0 10px 0;
    font-family: Metropolis-Medium;
    font-size: 15px;
    color: #fff;
}
.features4 p, .features5 p {
    padding: 0;
    margin: 0 0 10px 0;
    font-family: Metropolis-Medium;
    font-size: 15px;
    color: #000;
}
#counter-sec{
    margin-top: 30px;
}
#counter-sec .features-sec h2 span {
    font-family: Metropolis-Bold;
    font-weight: 600;
    font-size: 50px;
    text-align: center;
    color: #2e2278;
    margin-bottom: 0;
}
 .features-sec p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: Metropolis-Medium;
    font-size: 17px;
    color: #2e2278;
}
 span.plus::after {
    content: "+";
}
 span.percentage::after {
    content: "%";
}
/* Placement Highlights section ends */

/* Programmes Offered section starts */
.prog-section{
    margin: 0px 0 0 0;
    padding: 20px 0;
}
.prog-section .txt-heading h2 {
    color: #3C0100;
    position: relative;
    z-index: 0;
    left: 0;
    font-family: HelveticaNeue-Medium;
    font-size: 40px;
}
.prog-text,.prog-text3,.prog-text4,.prog-text5,.prog-text6,.prog-text7{
    padding: 10px;
    background-color: #E5E8E7;
    color: #5C5C5C;
    height: 90%;
    border-radius: 10px;
    border: 1px solid #c9c9c9;
    position: relative;
}
.prog-text1, .prog-text2{
    padding: 40px 10px;
    background-color: #E5E8E7;
    color: #5C5C5C;
    height: 90%;
    border-radius: 10px;
    border: 1px solid #c9c9c9;
    position: relative;
}
.prog-text p,.prog-text3 p,.prog-text4 p,.prog-text5 p,.prog-text6 p,.prog-text7 p{
    text-transform: capitalize;
    font-size: 20px;
    color: #5C5C5C;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
}
.prog-text1 p, .prog-text2 p{
    text-transform: capitalize;
    font-size: 20px;
    color: #5C5C5C;
    text-align: center;
    margin: 0 auto;
    font-family: 'Inter-Regular';
}
.prog-text1:after {
    border-bottom: 4px solid #c66129;
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: calc(37% - 45px);
    width: 60%;
    height: 10px;
}
.prog-text2:after,.prog-text5::after {
    border-bottom: 4px solid #ed7126;
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: calc(37% - 45px);
    width: 60%;
    height: 10px;
}
.prog-text3:after,.prog-text6::after {
    border-bottom: 4px solid #f8a320;
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: calc(37% - 45px);
    width: 60%;
    height: 10px;
}
.prog-text4:after,.prog-text7::after {
    border-bottom: 4px solid #c7c7c7;
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: calc(37% - 45px);
    width: 60%;
    height: 10px;
}
.prog-text p span,.prog-text1 p span,.prog-text2 p span,.prog-text3 p span,.prog-text4 p span,
.prog-text5 p span,.prog-text6 p span,.prog-text7 p span{
    text-transform: capitalize;
    font-size: 20px;
    color: #C66129;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0px;
    font-family: 'Inter-Bold';
}
.prog-section .div-transparent:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 25%;
    right: 0;
    width: 50%;
    height: 1px;
    background: #ffffff;
}
.prog-section .div-dot:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -4px;
    left: calc(50% - 44px);
    width: 85px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 20px;
}
 .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;
}
/* Programmes Offered section ends */

/* Programs Offered section starts */
.spl_section{
    margin: 30px 0;
}
.spl_section .txt-heading h2 {
    text-align: center;
    font-family: 'HelveticaNeue-Medium';
    font-size: 40px;
    margin:25px 0;
    color: #3C0100;
}
.prog-list-left {
    padding: 30px;
    border-radius: 10px;
    background-color: #E6E6E6;
    /* margin-top: 20px; */
    font-family: 'Inter-Medium';
}
.prog-list-right {
    padding: 30px;
    border-radius: 10px;
    background-color: #E6E6E6;
    /* margin-top: 20px; */
    font-family: Inter-Medium;
}
.prog-list-left h4, .prog-list-right h4 {
    text-align: center;
    font-family: Inter-Bold;
    color: #5A5A5A;    
    font-weight: 600;
    font-size: 30px;
}
.prog-list-left h4 span, .prog-list-right h4 span{
    text-align: center;
    font-family: Inter-SemiBold;
    color: #5A5A5A;    
    font-weight: 600;
}
.prog-list-left ul li, .prog-list-right ul li {
    font-size: 18px;
    font-family: Inter-Medium;
    list-style: none;
    position: relative;
    color: #5A5A5A;
    line-height: 30px;
}
.prog-list-left ul li::before{
    content: "";
    position: absolute;
    background-image: url(../images/pointer1.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: inherit;
    left: -25px;
    top: 8px;
    height: 100px;
    width: 50px;
}
.prog-list-left ul li.pointer2::before{
    content: "";
    position: absolute;
    background-image: url(../images/pointer2.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: inherit;
    left: -25px;
    top: 8px;
    height: 100px;
    width: 50px;
}
.prog-list-right ul li::before{
    content: "";
    position: absolute;
    background-image: url(../images/pointer1.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: inherit;
    left: -25px;
    top: 8px;
    height: 100px;
    width: 50px;
}
.prog-list-right ul li.pointer2::before{
    content: "";
    position: absolute;
    background-image: url(../images/pointer2.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: inherit;
    left: -25px;
    top: 8px;
    height: 100px;
    width: 50px;
}
.gap{
    width: 1%;
}
/* Programs Offered section ends */
/* Recruitment section starts */
.recruiters_section{
    margin: 30px 0 0 0;
}
.recruiters_section .txt-heading h3 {
    color: #ffffff;
    background-color: #EC7F1E;
    padding: 25px 0;
    position: relative;
    z-index: 0;
    left: 0;
    font-family: Inter-SemiBold;
    font-size: 25px;
    border-radius: 50px;
    /* width: 70%; */
}
.recruiters_logobox {
    margin: 0 0 25px 0;
    overflow: hidden;
    transition-duration: 0.5s;
    /* background-color: #fff; */
}
.recruiters_logobox img {
    transform: scale(0.9);
    transition-duration: 0.5s;
    width: 100%;
    height: auto;
    min-height: 80px;
    max-height: 150px;
    aspect-ratio: 2 / 1;
    object-fit: contain;
    display: block;
    /* border: 1px solid #c7b8b8; */
    background-color: #FFF;
    padding: 6px;
    transition-duration: 0.5s;
    border-radius: 8px;
    height: 82px;
    /* width: 150px; */
}

/* .recruiters_logobox:hover img {
    transform: scale(1.1);
} */
.recruiters_logobox:hover img:hover {
    transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transform-origin: center;
    -moz-transform-origin: center;
    -webkit-transform-origin: center;
    transition: transform 2.0s ease all;
    -moz-transition: -moz-transform 1.0s ease all;
    -webkit-transition: -webkit-transform 1.0s ease all;
}
/* Recruitment section ends */

/* ABOUT US SECTION Starts */
.aboutus_section {
    padding: 40px 0;    
    background-color: #F8A320;
}
.aboutImg_box img {
    border-radius: 10px 0 0 10px;
    border: 1px solid #ddd;
    width: 100%;
    height: 270px;
}
.about_content p {
    font-family: HelveticaNeue-Regular;
    font-size: 18px;
    padding: 0 20px;
    margin-bottom: 30px;
    color: #fff;
}
.aboutus_section .txt-heading h2 {
    text-align: center;
    font-family: HelveticaNeue-Regular;
    font-size: 35px;
    margin: 30px 0 0 0;
    color: #fff;
}
.aboutus_section .txt-heading h2 span {
    text-align: center;
    font-family: HelveticaNeue-Bold;
    font-size: 35px;
    margin: 30px 0 0 0;  
    color: #fff;
}
.aboutus_section .txt-heading h4 {
    text-align: center;
    font-family: HelveticaNeue-Medium;
    font-size: 30px;
}

footer {
    background: #c66129;
}
hr {
    margin: 0;
}
.copyright {
    font-size: 10px;
    font-family: "Metropolis-Regular";
    color: #fff;
    padding: 5px 0;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 0;
    right: 20px;
    z-index: 99;
    border: none;
    outline: 0;
    background-color: #c66228;
    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: #f8a320;
    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: #f8a320;
    background: #fff;
    border: 1px solid #f8a320;
}

/*---------------- Responsive screens ----------------*/
@media (min-width:1741px) and (max-width:2000px) {
.student-img .student-desk {
    width: 100%;
    /* margin: -156px 0 0 0; */
}
.banner-circle {
    position: absolute;
    top: 55%;
    left: 50%;
    width: 35%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: block;
    margin: 0 auto;
}
}
@media (min-width:1367px) and (max-width:1740px) {
    .student-img .student-desk {
        width: 92%;
        /* margin: -115px 0 0 0; */
    }          
    .banner-circle {
    position: absolute;
    top: 55%;
    left: 50%;
    width: 42%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: block;
    margin: 0 auto;
}         
}
@media (min-width:1200px) and (max-width:1366px) {
    .banner-circle {
    position: absolute;
    top: 63%;
    left: 50%;
    width: 45%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: block;
    margin: 0 auto;
}  
}
@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 p {
        font-size: 30px;
    }
    .pl_box h5 {
        font-size: 15px;
    }
    .aw-img {
        width: 25%;
    }
    /* .aboutus_section .txt-heading h2,  {
        font-size: 40px;
    } */
    .aboutus_section .txt-heading h4 {
        font-size: 27px;
    }
    .banner_heading1,
    .banner_heading2,
    .banner_heading3 {
        font-size: 19px;
    }
    .banner_heading1 {
        margin-top: 47px;
        /* margin-top: 97px; */
    }
    /* .hl-icon img { 
        margin: 0 0 0 30px;
    } */
    .student-img .student-desk {
        width: 83%;
        /* margin: 82px 0 0 0; */
        /* margin: -28px 0 0 0; */
    }
    /* .banner_section {      
        height: 309px;
    } */
    .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: 9px;
    }
    .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;
    }
    .spl-to-join-points ul {
        min-height: auto;
        padding: 56px 40px;
    }
    .white-line {
        content: "";
        position: absolute;
        top: 43%;
    }
    .banner-text h6 {
        font-size: 18px;
    }
    .banner-text h3{
        font-size: 30px;
    }
    .banner-text p {
        font-size: 24px;
    }
    .features1, .features2, .features3,.features4, .features5 {
        padding: 25px 0px;
        border-radius: 100%;
        height: 132px;
    }
    .features1 h2 span, .features2 h2 span, .features3 h2 span, 
    .features4 h2 span, .features5 h2 span{
        font-size: 38px;
    }
    .banner-circle {
        position: absolute;
        top: 62%;
        left: 50%;
        width: 55%;
    }
}
@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;
    }
    .spl_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,.spl_section .txt-heading h2, .spl_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: 25%;
    }
    .white-line{
        content: "";
        position: absolute;
        top: 43%;
        left: 45px;
        width: 89%;
    }
    .pl_box h5 {
        padding: 0 20px 10px 20px;
    }
    .spl-to-join-points ul {
        min-height: auto;
        padding: 48px 40px;
    }
    .banner_section {   
        margin: -222px 0 0 0;
    }
}

@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;
    }
    .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,.pl_box1 {
        width: 25%;
    }
    .pl_box p,.pl_box1 p  {
        font-size: 30px;
    }
    .pl_box h5, .pl_box1 h5{
        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, .spl_section {
        margin: 0px 20px;
        padding: 0 0;
    }
    .prog-list-right { 
        margin-top: 20px;
    }
    .spl-to-join-points ul li {
        margin: 0 0;
        padding: 10px 0 0 0;
        font-size: 16px;
    }
    .spl-to-join-points ul li::before, .spl-to-join-points ul li.point2::before  {       
        background-size: 15px;
        left: -27px;
        top: 16px;
        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: 18px;
        padding: 10px 0px;
    }
    .hl-section .div-dot:after, .prog-section .div-dot:after, .awards-section .div-dot:after, .pl_section .div-dot:after {
        width: 60px;
    }
    .content_form_box {
        background-image: none;
    }
    .banner-form-wrap {
        padding-right: 0px;
        padding-top: 20px;
    }
    .hl-comp1, .hl-comp3{
        display: none;
    }
    .hl-comp1-mob, .hl-comp3-mob{
        display: block;
    }
     .banner-text h6, .banner-text h3, .banner-circle{
        display: none;
    }
    .banner-text p {
        font-size: 35px;
        font-weight: 600;
        background-color: #F8A220;
        color: #fff;
        border-radius: 25px;
        padding: 0px 10px;
        width: 100%;
        bottom: -220px;
        left: 0;
    }
     .student-img img {
        width: 100%;
        margin: 185px 0 0 0;
    }
    .gallery-container img {
        width: 75%;
    }
    .gallery-container img{
        border-right: 0;
    }
    .features1, .features2, .features3,.features4, .features5{
        padding: 117px 0px;
        border-radius: 100%;
        height: auto;
    }
    .counter-Txt{
        margin-top: 20px;
    }
    .recruiters_logobox {
        margin: 0 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;    
    }
    .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,
    .spl_section .txt-heading h2, .spl_section .txt-heading h2 span,.prog-section .txt-heading h2  {
        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, .pl_box1 {
        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:20px 0 0 0 !important;
        margin-top: 0;
    }
    /* .spl-to-join-points{
        padding: 0 0px;
        height: 100%;
    } */
    .div-transparent:before {
        content: "";
        position: absolute;
        top: -20px;
        left: 21%;
        right: 0;
        width: 58%;
        height: 2px;
        background-image: linear-gradient(to right, #C66445, #C66445, #C66445);
    }
    .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;
    }
    .spl_section .div-transparent:before {
        content: "";
        position: absolute;
        top: -20px;
        left: 12px;
    }
    .white-line{
        display: none;
    }
    .client-logo-bg {
        background-color: #969DEB;
        padding: 40px 0px;
    }
    
    .spl-to-join-points ul {
        min-height: auto;
        padding: 48px 50px;
    }
    .prog-text1:after, .prog-text2:after, .prog-text3:after, .prog-text4::after, .prog-text5::after,
    .prog-text6:after, .prog-text7::after {
        width: 48%;
    }
    .gallery-container img {
        border-right: 0;
    }
    .gallery-container img {
        width: 85%;
    }
    .banner-text h6, .banner-text h3, .banner-circle{
        display: none;
    }
    .banner-text p {
        font-size: 22px;
        font-weight: 600;
        background-color: #F8A220;
        color: #fff;
        border-radius: 25px;
        padding: 0px 10px;
        width: 100%;
        bottom: -81px;
        left: 0;
    }
    .features1, .features2, .features3, .features4, .features5 {
        padding: 45px 0px;
        border-radius: 100%;
        height: auto;
    }
}
@media screen and (max-width: 380px) {
    .specialization .txt-heading h2, .specialization .txt-heading h2 span,
    .spl_section .txt-heading h2, .spl_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;
    }
    .features1, .features2, .features3, .features4, .features5 {
        padding: 20px 0px;
        border-radius: 100%;
        height: auto;
    }
    .features1 h2 span, .features2 h2 span, .features3 h2 span, .features4 h2 span, .features5 h2 span {
        font-size: 33px;
    }
     .banner-text p {
        font-size: 18px;
        bottom: -50px;
        left: 0;
    }
    .banner-form-wrap {
         margin-top: 0px; 
    }
    .prog-text1:after, .prog-text2:after, .prog-text3:after, .prog-text4::after, .prog-text5::after, .prog-text6:after, .prog-text7::after {
        width: 60%;
    }
    .student-img img {
        width: 100%;
        margin: 206px 0 0 0;
    }
}
