@font-face {
    font-family: Raleway-Black;
    src: url(../css/font/Raleway-Black.ttf);
}

@font-face {
    font-family: Raleway-ExtraBold;
    src: url(../css/font/Raleway-ExtraBold.ttf);
}

@font-face {
    font-family: Raleway-Bold;
    src: url(../css/font/Raleway-Bold.ttf);
}

@font-face {
    font-family: Raleway-Medium;
    src: url(../css/font/Raleway-Medium.ttf);
}

@font-face {
    font-family: Raleway-Regular;
    src: url(../css/font/Raleway-Regular.ttf);
}

@font-face {
    font-family: Montserrat-Black;
    src: url(../css/font/Montserrat-Black.ttf);
}

@font-face {
    font-family: Montserrat-Bold;
    src: url(../css/font/Montserrat-Bold.ttf);
}

@font-face {
    font-family: Montserrat-Medium;
    src: url(../css/font/Montserrat-Medium.ttf);
}

@font-face {
    font-family: Montserrat-Regular;
    src: url(../css/font/Montserrat-Regular.ttf);
}

@font-face {
    font-family: Montserrat-SemiBold;
    src: url(../css/font/Montserrat-SemiBold.ttf);
}

html {
    scroll-behavior: smooth;
}

body {
    font-size: 17px;
    line-height: 25px;
    color: #000000;
    font-weight: 400;
    overflow-x: hidden;
    font-family: Raleway-Regular;
}

img {
    max-width: 100%;
    height: auto;
}

img:focus {
    outline: none;
}

a {
    color: #707070;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #203546;
    outline: none;
    
}

.main-area ul li,
.main-area ol li {
    margin-bottom: 15px;
}

ul,
ol {
    padding-left: 0;
    margin-bottom: 0;
}

ul li {
    list-style: none;
}

section {
  scroll-margin-top: 100px; /* change as per header height */
}
#fullform{
    scroll-margin-top: 100px; 
}

.section-heading {
    color: #142368;
    font-family: Montserrat-Bold;
    font-size: 35px;
    padding: 25px 0 35px 0;
}

/* .section-heading span {
    font-family: Montserrat-Bold;
} */

.section-heading span {
    color: #af3e2c;
    font-family: Montserrat-Bold;
}

/******  Header Starts ****/

.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 77;
}

.header-top {
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
}

.top_leftbox {
    padding: 18px 0;
}

.main-navigation {
    text-align: end;
}

.main-navigation ul li {
    display: inline-block;
    color: #000;
    padding: 10px 10px 6px;
    border-radius: 0 0 12px 12px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.main-navigation ul li a {
    font-size: 13px;
    line-height: 16px;
    color: #000;
    text-decoration: none;
    font-family: Raleway-Medium;
    position: relative;
}

.main-navigation ul li:hover a,
.main-navigation ul li.active a {
    color: #203546;
    font-family: Raleway-ExtraBold;
}

.main-navigation ul li:hover a::after,
.main-navigation ul li.active a::after {
    content: "";
    height: 2px;
    width: 70%;
    position: absolute;
    bottom: -5px;
    left: 0;
    margin: 0 auto;
    background-color: #435792;
}

.nav-triggerr {
    display: none;
}


.main {
    margin-top: 40px;
}

.registration-btn{
    display: none;
    background-color: #c52f33;
    border-radius: 20px;
    text-decoration:none;
    padding: 8px 0px;
    color:#ffffff;
    text-align: center;
    }

.registration-btn a{
    display:none;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-family: 'Montserrat-SemiBold';
}

.registration-btn:hover{
    color: #fff;
    font-family: 'Montserrat-Bold';
}

/******  Header Ends ****/

/* =========== Banner Section Start ============ */

#banner{
    margin: 0 !important;
}
.banner_section{
    padding: 0;
}
.banner_box {
    background-image: url(../images/banner-img.webp);    
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #1b4277;
    padding: 55px 0 0 0;
    min-height: 645px;
    width: 100%;
}

 .home_banner_slider {
    float: left;
    width: 100%;
    min-height: 630px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #050a10;
}
.banner-content h1,
.banner-content h3 {
    color: #fff;
    font-family: montserrat_regular;
} 

 .banner-content h1 span {
    color: #203546;
    font-family: montserrat_black;
}
.banner4-content{
    margin-left:-30px !important;
}
.heading_banner {
    color: #FFF;
    font-size: 26px;
    line-height: 30px;
}

.heading_banner1 {
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
}

.heading_banner span {
    color: #203546;
    font-weight: 700;
}

.banner-content ul {
    margin: 15px 0 0 0;
    padding: 0;
}

.banner-form {
    max-width: 360px;
    position: relative;
    background-color: #fbd34f;
    /* box-shadow: 20px 15px 86px rgb(112 159 205 / 56%); */
    border-radius: 40px;
    z-index: 1;
}

 .banner-form form {
    z-index: 2;
    position: relative;
    padding: 10px 20px 30px 20px
}

.banner-form h3 {
    font-family: 'Montserrat-Bold';
    text-align: center;
    font-size: 20px;
    color: #000;
    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.png") 97% no-repeat #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #a8a8a8;
    cursor: pointer
}

.form-control::placeholder {
    color: #a8a8a8;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #a8a8a8;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #a8a8a8;
    opacity: 1
}

 .banner-form-wrap {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 45px
} 

.banner-form .form-control {
    font-size: 12px;
    line-height: 18px;
    border-radius: 4px;
    height: auto;
    min-height: auto;
    padding: 8px;
    max-height: 60px;
    margin:0 0 10px 0;
}
.mobile_view {
    display: none;
}
.btn_submit {
    color: #fff !important;
    font-weight: 500;   
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    background: linear-gradient(113deg, #e32323 0, #e32323a1 100%);
    /* background: linear-gradient(113deg, #709fcd 0, #1e80e0 100%);    */
    border-radius: 35px;
    border: 2px solid;
    font-family: Montserrat-SemiBold;
    padding: 10px 25px;
    transition-duration: 0.3s;
    margin-bottom: 20px;
}

.btn_submit:hover{
    text-decoration: none;
    color: #e32323 !important;
    background: #fff !important;
    border: 2px solid #e32323a1 !important;
}

select {
  color: #9e9e9e;
}
option:not(:first-of-type) {
  color: black;
}

.loader { 
    display: none; 
    border: 4px solid rgba(255, 255, 255, 0.3); 
    border-top: 4px solid #e32323; 
    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; 
}
  
/* For banner animation (moveUp direction) */
.anim{
    opacity: 0;
    transform: translateY(30px);
    animation: moveup 0.5s linear forwards;
}
@keyframes moveup{ 
     
    100% { 
        opacity: 1;
        transform: translateY(0px); 
    } 
} 

/* banner section end */


/* <!-- Program Outcomes section starts--> */
.program-outcome .section-heading {
    color: #142368;
    font-family: Montserrat-Regular;
    font-size: 35px;
    padding: 0px 0 15px 0;
}
 .choose-content h1 span {
    color: #ab3e28;
    font-family: Montserrat-Bold;
    font-size: 35px;
    padding: 25px 0 0 0;
}
.program-outcome {
    /* background: url(../images/campus-building.webp); */
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    position: relative;
    margin: 30px 0;
    /* border-top: 5px solid #425691;
    border-bottom: 5px solid #425691;
    margin-bottom: 60px; */
}

.choose-content {
    position: relative;
    z-index: 1;
    /* padding-left: 40px; */
    /* padding: 40px 0; */
}
.choose-content h2 {
    color: #000;
    font-size: 34px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.choose-content p {
    color: #000;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
}     

.prog-content {
    position: relative;
    width: 100%;
    /* padding: 25px 60px 50px 40px; */
}
.prog-content h4 {
    color: #000;
    font-size: 26px;
    line-height: 1.12;
    font-weight: 600;
    padding-bottom: 4px;
    margin-bottom: 12px;
    position: relative;
}
.prog-content h4::before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100px;
    border-bottom: 3px solid #faaa35;
}
.prog-content p {
    color: #000;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
}
.prog-content ul {
    list-style: none;
    padding: 0px;
    margin: 0px;   
    font-size: 14px;
}
.prog-content ul li{
    color: #000;
    position: relative;
    font-size: 20px;
    text-align: justify;
    line-height: 30px;
    padding-bottom: 10px;
 }
.prog-content ul li::before {
    position: absolute;
    content: "";
    left: -16px;
    top: 11px;
    width: 7px;
    height: 7px;
    background-color: #142368;
    color: #142368;
    padding: 0px;
    border-radius: 100%;   
}

.prog-right-text{
    position: relative;
    background-color: rgb(66 86 145);
}
.prog-right-text .icon1 {
    padding: 0px 20px;
    display: inline-block;
    height: 89px;
    width: 89px;
    line-height: 80px;
    border: 4px solid #fddb41;
    background-color: #425691;  
    border-radius: 100%;
    /* margin-bottom: 25px; */
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    font-size: 36px;
    margin: 60px 0px 10px -55px;
}
.prog-right-text .icon1 img {
    width: 50px;
}
.icon-txt{
    margin: 50px 0px 10px 0px;
    color: #fff;
    text-align: justify;
}
.icon-txt h5 {
    font-family: 'Montserrat-SemiBold';
    margin: 20px 0;
}
/* <!-- Programme Outcomes section ends--> */

/* -----------------Logo section (After banner) starts ----------------*/
.logo-section{
    background: #fbd34f57;
    box-shadow: 20px 15px 86px rgb(112 159 205 / 15%);
}
.logosection {
    padding: 30px 0px;
    justify-content: center;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}

.logoinnersection {
    display: flex;
    align-items: center;
    align-content: center;
    /* justify-content: center; */
}

.logoinnersection p {
    margin: 10px 15px;
    text-align: left;
    font-size: 15px;
    line-height: 16px;
    font-family:'Raleway-Medium';
    color: #000;
}
.imgwidth {
    width: 25% !important;
}

/* -------------Logo section (After banner) ends---------------- */

/* <!-- who-attend-section sections starts --> */
.who-attend-section {
  padding: 30px 0 40px 0;
  /* background: #f7f9fc; */
}

.attend-grid {
  row-gap: 24px;
}

.attend-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 25px 22px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  height: 100%;
  }

.attend-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(66,86,145,0.2);
}

.attend-card .icon {
  font-size: 30px;
  line-height: 1;
}

.attend-card p {
  font-size: 16px;
  line-height: 26px;
  color: #333;
  margin: 0;
  font-family: 'Montserrat-SemiBold';
}
.attend-card img{
    width: 7% ;
}
/* Mobile */
@media (max-width: 767px) {
  .section-title {
    font-size: 26px;
  }

  .attend-card {
    padding: 20px;
  }

  .attend-card p {
    font-size: 15px;
  }
}

/* <!-- who-attend-section sections ends --> */

/* Webinar section starts */
.speaker-section {
  padding: 25px 0 40px 0;
  background: #ffffff;
}

/* Card */
.speaker-card {
  display: flex;
  gap: 30px;
  background: #fef0c3;
  border-radius: 14px;
  padding: 30px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
  align-items: center;
}

/* Image */
.speaker-image {
  flex: 0 0 220px;
}

.speaker-image img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

/* Content */
.speaker-content h3 {
  font-size: 26px;
  font-weight: 700;
  color: #081e2a;
  margin-bottom: 5px;
}

.speaker-content h3 span {
  font-weight: 500;
  font-size: 16px;
  color: #666;
}

.designation {
  font-size: 16px;
  font-weight: 600;
  color: #425691;
  margin-bottom: 4px;
  font-family: 'Montserrat-Regular';
}

.institute {
  font-size: 15px;
  color: #555;
  margin-bottom: 18px;
  font-family: 'Montserrat-Regular';
}

.speaker-content h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #081e2a;
  font-family: 'Montserrat-Regular';
}

.speaker-content .bio {
  font-size: 15.5px;
  line-height: 26px;
  color: #333;
  font-family: 'Montserrat-Regular';
  text-align: justify;
}

/* Mobile */
@media (max-width: 768px) {
  .speaker-card {
    flex-direction: column;
    text-align: center;
    padding: 25px;
  }

  .speaker-image {
    max-width: 180px;
  }

  .speaker-content h3 {
    font-size: 22px;
  }
}
/* Webinar section ends */

/* wyh sihs section start */
.whysihs-section {
    padding: 40px 0 30px 0;
}

.whysihs-section .section-heading {
    color: #142368;
    font-family: Montserrat-Bold;
    padding: 25px 0;
    line-height: 40px;
}

.whysihs-section .section-heading span {
    color: #af3e2c;
    font-family: Montserrat-Bold;
}

ul.custom-list {
    max-width: 94%;
    padding: 10px 0 0 0;
}

.custom-list li {
    position: relative;
    padding-left: 30px;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 25px;
}

.custom-list li::before {
    content: '';
    position: absolute;
    background-image: url(../images/tick.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    top: 5px;
    left: 0;
}

.custom-list-white li::before {
    background-image: url(../images/tick-white.png);
}
/* why sihs sections end*/

/*-----------------About Us Section starts----------------------------  */
.about-section{
    position: relative;
    background-color: #425691;
    color: #fff;
    padding: 60px 0 30px 0;
    border-top: 5px solid #fddb41;
    border-bottom: 5px solid #fddb41;
}
.about-text p {
    text-align: justify;
}
.sec-title .section-heading{
    color: #000;
    font-family: Montserrat-Regular;
    font-size: 33px;
    padding: 0 0 0 0;
}
.sec-title h4{
    color: #fff;
    font-family: Montserrat-Regular;
    font-size: 25px;
    padding: 20px 0 10px 0;
    text-align: left;
}

.about-section .section-heading span {
    color: #fff;
    font-family: Montserrat-Bold;
}
.prog-highlight-content{
    position: relative;
    width: 100%;
}
.prog-highlight-content ul {
    list-style: none;
    padding: 0px;
    margin: 0px;   
    font-size: 14px;
}
.prog-highlight-content ul li{
    color: #fff;
    position: relative;
    font-size: 17px;
    text-align: justify;
    line-height: 30px;
    padding-bottom: 10px;
 }
.prog-highlight-content ul li::before {
    position: absolute;
    content: "";
    left: -16px;
    top: 11px;
    width: 7px;
    height: 7px;
    background-color: #142368;
    color: #142368;
    padding: 0px;
    border-radius: 100%;   
}
/* about section end */

/* Specializations Offered section starts */
.specialization-alt {
  background: #ffffff;
  padding: 40px 0;
}

/* List container */
.spec-list {
  border: 1px solid #e2e6ef;
}

/* Item */
.spec-item {
  display: flex;
  align-items: stretch;
  padding: 25px 25px;
  border-bottom: 1px solid #e2e6ef;
  transition: background 0.3s ease;
}

.spec-item:hover {
  background: #fef0c3;
}

/* Left title */
.spec-title {
  width: 35%;
  padding-right: 30px;
  position: relative;
}

.spec-title h3 {
  font-size: 28px;
  font-family: Montserrat-Bold;
  color: #142368;
  line-height: 1.2;
}

/* Accent line */
.spec-title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0px;
  width: 3px;
  height: 0%;
  background: #425691;
  transition: height 0.3s ease;
}

.spec-item .spec-title::after {
  height: 80%;
}

/* Right content */
.spec-desc {
  width: 65%;
  padding-left: 35px;
}

.spec-desc p {
  font-size: 17px;
  line-height: 1.8;
  color: #444;
  margin: 0;
}

/* Mobile */
@media (max-width: 768px) {
  .spec-item {
    flex-direction: column;
  }

  .spec-title,
  .spec-desc {
    width: 100%;
    padding: 0;
  }

  .spec-title h3 {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .spec-title::after {
    display: none;
  }
}
/* Specializations Offered section ends */

/*  Programme-glance section starts */
.programme-circles {
  padding: 80px 0 60px 0;
  background: #425691;
  margin: 50px 0 -40px 0;
}

.circle-grid {
  display: flex;
  justify-content: center;
  /* gap: 60px; */
  margin-top: -166px;
  flex-wrap: wrap;
}

.circle-item {
  max-width: 300px;
  text-align: center;
}

.circle {
  width: 170px;
  height: 170px;
  margin: 0 auto 25px;
  border-radius: 50%;
  background: #f6f8fc;
  color: #425691;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat-SemiBold;
  font-size: 22px;
  line-height: 24px;
  box-shadow: 0 18px 40px rgb(253 219 65 / 24%);
  border: 4px solid #fddb41;
}

.circle-item p {
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  font-family: 'Montserrat-Regular';
}
.circle {
  flex-direction: column;
  gap: 10px;
}

.circle i {
  font-size: 32px;
  color: #425691;
}

.circle span {
  font-size: 18px;
  font-family: Montserrat-SemiBold;
}

/* Mobile */
@media (max-width: 768px) {
  .circle-grid {
    gap: 0px;
  }

  .circle {
    width: 150px;
    height: 150px;
    font-size: 16px;
  }
}
/* Programme-glance section ends */

/* CTA */
.cta-section {
  padding: 0 0 40px 0;
  position: relative;
  z-index: 3;
}

.cta-strip {
  position: relative;
  background: #fbd34f;
  padding: 35px 50px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(251, 211, 79, 0.45);
}

/* Decorative shapes */
.cta-strip::before,
.cta-strip::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  opacity: 0.35;
}

.cta-strip::before {
  width: 180px;
  height: 180px;
  background: #fff;
  top: -60px;
  left: -60px;
}

.cta-strip::after {
  width: 220px;
  height: 220px;
  background: #425691;
  bottom: -80px;
  right: -120px;
}

/* Text */
.cta-text h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #142368;
}

.cta-text p {
  font-size: 14px;
  color: #3b3b3b;
  margin: 0;
}

/* Button */
.cta-btn-wrap {
  text-align: right;
}
/* .cta-btn-wrap:hover a{
    color: #425691;
    background-color: #fff;
    border: 3px solid #425691;
} */

.cta-btn {
  display: inline-block;
  background: #425691;
  color: #fff;
  padding: 14px 26px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: 'Montserrat-SemiBold';
}

.cta-btn:hover {
  background: #fff;
  transform: translateY(-2px);
  color: #425691;
  border: 1px solid #425691;
}

/* Mobile */
@media (max-width: 768px) {
  .cta-strip {
    text-align: center;
    padding: 30px 18px;
  }

  .cta-btn-wrap {
    margin-top: 14px;
    text-align: center;
  }

  .cta-text h3 {
    font-size: 20px;
  }
}

/* CTA */

/* footer section start */
.footer-compact {
  background: #425691;
  color: #fff;
  padding: 65px 0 10px;
  font-size: 14px;
  margin: -85px 0 0 0;
  position: relative;
  z-index: 1;
}

/* Columns */
.footer-col {
  padding: 10px 15px;
}

.footer-col.center {
  text-align: center;
}

.footer-col.right {
  text-align: right;
}

/* Logo */
.footer-logo-sm {
  max-width: 150px;
  margin-bottom: 6px;
}

/* Text */
.footer-text {
  font-size: 13px;
  opacity: 0.9;
  margin: 0;
}

/* Links */
.footer-compact a {
  color: #fff;
  text-decoration: none;
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
}

.footer-compact i {
  color: #fbd34f;
  margin-right: 6px;
}

/* Bottom */
.footer-mini-bottom {
  border-top: 1px solid rgba(255,255,255,0.15);
  margin-top: 10px;
  padding-top: 6px;
  text-align: center;
  font-size: 12px;
}

.footer-mini-bottom img {
  height: 18px;
  margin-left: 6px;
  vertical-align: middle;
}

/* Mobile */
@media (max-width: 768px) {
  .footer-col,
  .footer-col.right,
  .footer-col.center {
    text-align: center;
  }

  .footer-compact a {
    margin-bottom: 8px;
  }
}


/* footer section end */

/* Top button start*/
#myBtn {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    z-index: 99;
    border: none;
    outline: 0;
    background-color: #fdda42;
    color: #fff;
    cursor: pointer;
    padding: 5px;
    border-radius: 40px;
    font-size: 22px;
    opacity: 0.5;
    height: 40px;
    width: 40px;
}
#myBtn:hover {
    opacity: 1;
}
/* Top button ends*/

/*thankyou page start*/
        
.thankyoutext {
    text-align: center;
    padding: 50px;
}

.thankyou_button {
    text-align: center;
}

.thankyou_banner_section {
    padding: 150px 0 120px 0;
}
.ty_btn {
    font-family: Montserrat-Bold;
    background: linear-gradient(113deg, #203546 0, #1e80e0 100%); 
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    text-transform: 0.4s;
}
.ty_btn:hover {
    text-decoration: none;
    color: #203546;
    background: #fff;
    border: 1px solid #203546;
}
.btn_tysubmit a {
    font-family: Montserrat-Bold;
    background: linear-gradient(113deg, #203546 0, #1e80e0 100%);
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
    text-transform: 0.4s;
    text-decoration: none;
}
.btn_tysubmit a:hover {
    text-decoration: none;
    color: #203546;
    background: #fff;
    border: 1px solid #203546;
}
.ty-registration-btn{
    display: block;
    background-color: #E32323;
    border-radius: 20px;
    text-decoration:none;
    padding: 8px 0px;
    color:#ffffff;
    text-align: center;
    }

.ty-registration-btn a{
    display:block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-family: 'Montserrat-SemiBold';
}
/*thankyou page end*/

/* Responsive section starts */
@media screen and (min-width:1201px) and (max-width:1920px){
    .banner_box {
        margin: 90px 0 0 0;
    }
    /* .tf-widget-activities .tabs-activities-content .activities-content .icon-list-wrap:not(:last-child) {
        margin-right: 10px;
    } */
}
@media screen and (max-width:1200px) {
    .main-navigation ul li {
        padding: 10px 6px 6px;
    }
    .main-navigation ul li a {
        font-size: 14px;
    }
}

@media screen and (max-width:1024px) {
    .main-navigation ul li {
        padding: 10px 6px 6px;
    }
    .main-navigation ul li a {
        font-size: 12px;
    }
   
    .reg-heading {
        font-size: 24px;
    }
    ul.custom-list {
        max-width: 94%;
        padding: 40px 0 0 0;
    }
    .reg-contentbox {
        padding: 50px 20px 50px 50px;
    }
    .program-outcome .section-heading, .choose-content h1 span {
        font-size: 32px;
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    
    .admission {
        font-size: 20px;
        font-weight: bold;
    }
    .bold-content {
        font-size: 33px;
    }
    .form-heading {
        font-size: 20px;
    }
    .about-text {
        font-size: 17px;
    }
    .form-box_footer {
        margin: 0 0 15px 0;
    }
    .opportunities-list img {
        min-height: 50px;
    }
    .banner_box {
        background-image: url(../images/banner-img.webp) !important;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        margin: 0;
        padding: 0;
        min-height: 215px !important;
    }
    /* .banner-form {
        margin-top: -20px;
    } */
    .banner-form form {
        padding: 4px 20px 9px 20px;
    }
    .opportunities .icon-box h4 {
        font-size: 16px;
    }
    .opportunities .icon-box {  
        text-align: center;
        background: #203546;
        padding: 20px 0px;
        min-width: 110px;
        height: 195px;
        border: 2px solid #fff;
        transition: 0.3s;
        border-radius: 10px;
        margin: 20px 0;        
    }
    .oppt-box h3 {
        font-size: 23px;
    }    
    .owl-carousel .owl-item a {
        font-size: 14px;
    }
    /* .tf-widget-activities .tabs-activities-content .activities-content .icon-list-wrap:not(:last-child) {
        margin-right: 10px;
    } */
    .tf-widget-activities .tabs-activities-content .activities-content .icon-list-wrap .icon {
        font-size: 16px;
        margin-right: 10px;
    }
    .tf-widget-activities .tabs-activities-content .activities-content .icon-list-wrap .icon-lists {
        font-size: 12px;
        font-weight: 600;
        margin-left: 0 ;
        font-family: 'Montserrat-SemiBold';
        line-height: 22px;
    }
}

@media screen and (max-width:992px) {
    .banner_img {
        display: block;
        padding: 25px 0 0 0;
    }
    .banner_text {
        padding-top: 10px;
    }
    .banner-mainbox {
        background-color: #203546;
    }
    .top_leftbox {
        width: 90%;
    }
    .nav-trigger {
        display: block;
        right: 20px;
        cursor: pointer;
        height: 22px;
        width: 28px;
        padding: 0;
        opacity: 1;
        position: absolute;
        top: 28px;
        -webkit-transition: all .2s ease-in 0s;
        transition: all .2s ease-in 0s;
        z-index: 999;
    }
    .nav-trigger .bars {
        background-color: #203546;
        height: 4px;
        margin-bottom: 5px;
        width: 100%;
        -webkit-transition: all .2s ease-in 0s;
        transition: all .2s ease-in 0s;
    }
    .nav-trigger .bars:last-child {
        margin-bottom: 0;
    }
    .main-menu--open .bars:first-child {
        -webkit-transform: translateY(8px) rotate(136deg);
        transform: translateY(8px) rotate(136deg);
    }
    .main-menu--open .bars:nth-child(2) {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    .main-menu--open .bars:last-child {
        -webkit-transform: translateY(-10px) rotate(-136deg);
        transform: translateY(-10px) rotate(-136deg);
    }
    .main-menu--open .nav-trigger .bars {
        background-color: #000;
    }
    .main-navigation ul {
        width: 90%;
        max-width: 380px;
        margin: 60px auto 30px;
        text-align: left;
        display: block;
    }
    .main-navigation ul li {
        display: block;
        border-radius: 0;
        border-bottom: dashed 1px #000;
    }
    .main-menu--open .main-navigation {
        opacity: 1;
        pointer-events: auto;
    }
    .main-navigation ul li a {
        color: #000;
    }
    .main-navigation ul li:hover a {
        color: #000;
    }
    .main-navigation {
        background-color: #fffaf5;
        height: 100%;
        left: 0;
        top: 0;
        overflow-y: auto;
        padding: 0;
        position: fixed;
        width: 100%;
        z-index: 99;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity .2s ease 0s;
        transition: opacity .2s ease 0s;
        border-top: 1px solid #fff;
    }
    .banner-section {
        background-position: right center;
        background-size: 68% 100%;
    }
   
    .footer-content .section-heading {
        text-align: center;
    }
    .footer-address{
        text-align: center;
    }
    .footer-links {
        margin-bottom: 20px;
        text-align: center;
    }
   
    .banner_box {
        background-image: url(../images/banner-mob-img.webp) !important;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top;
        margin: 0;
        padding: 0;
        min-height: 215px !important;
        background-color: #1b4277;
    }
    .banner-form {
        /* margin: 550px auto 0 -451px; */
        margin: 710px auto 0 auto;
    }
    .opportunities .why-box h3 {
        text-align: center;
    }
    .registration-btn, .ty-registration-btn {
        display: block;
        overflow: hidden;
        background-color: #c52f33;
        color: #fff;
        position: fixed !important;
        bottom: 0;
        z-index: 999999;
        margin-bottom: 0;
        width: 100%;
        min-height: auto;
        border-radius: 0;
        left: 0px;
        font-family: 'Montserrat-SemiBold';
        padding: 5px;
    }
    .registration-btn a, .ty-registration-btn {
        display: block;
        color: #fff;
        text-align: center;
        text-decoration: none;
        font-size: 15px;
        text-align: center;
        align-items: center;
    }   
   
    .icon-box .board_img img {
        margin: 0px 0 0 180px;
    }
    .opportunities .content-box {
        margin: 30px 0 0 0;
        display: flex;
        flex-direction: column;
    }
    .opportunities .icon-box {
        min-width: 462px;
        height: 165px;
        margin: 20px 25px;
    }
    .skill-section::after {
        padding: 148px 0 220px 0;
    }
    /* .tf-widget-activities .tabs-activities-content .activities-content .icon-list-wrap:not(:last-child) {
        margin-right: 10px;
    }     */
    .tf-widget-activities .tabs-activities-content .activities-content .icon-list-wrap .icon-lists {
        line-height: 22px;
    }
    .mid-process {
        margin-top: -132px;
    }
    .form-ban{
        width: 100%;
    }
        .made_by_text {
        padding: 19px 0 50px 0;
    }
}

@media screen and (max-width:768px) {
    .banner-section {
        background-image: none;
        background-color: #203546;
    }
    .medical .banner-section {
        background-image: none;
        background-color: #203546;
    }
    .banner-section::before {
        display: none;
    }
    .banner-text {
        color: #FFF;
        padding: 10px 0;
    }
    .bold-content {
        color: #FFF;
    }
    .form-mainbox {
        padding: 20px;
    }
    .about-section {
        padding: 20px 0 50px 0;
    }
    .about-content-mainbox::after {
        display: none;
    }
    .about-imgbox {
        margin: 0 0 20px 0;
    }
    .program-section .section-heading {
        padding: 0 0 25px 0;
    }
    .tabs-wrapper .tab-content {
        margin: 20px 0;
    }
    .nav-item,
    .nav-pills .nav-link {
        width: 50%;
    }
    .process_list_mainbox {
        display: block;
        padding: 0;
    }
   
    .opportunities-mainbox {
        flex-direction: column;
    }
    .opportunities-list {
        padding: 10px 0;
        width: 100%;
    }
    .opportunities-mainbox.list-box {
        margin: 0px 0 0 0;
    }
    ul.custom-list {
        max-width: 100%;
        padding: 0px 0;
    }
    .reg-section {
        padding: 0px 0 50px 0;
    }
    .reg-contentbox {
        padding: 30px 20px;
    }
    .reg-imgbox img {
        position: relative;
    }
    .reg-heading {
        line-height: 40px;
    }
    /* footer::before {
        width: 100%;
    } */
    .footer-content {
        padding: 0 0 30px 0;
    }
    .eligibility-box {
        display: flex;
        gap: 0;
        justify-content: center;
        flex-direction: column;
    }
    .admission {
        color: #FFF;
    }
    .banner-form {
        margin: 575px auto 0 auto;
    }
    .opportunities .icon-box {      
        min-width: 350px;
        height: 165px;
        /* margin: 20px 0; */
    }
    .icon-box .board_img img {
        margin: 20px 0 0 0;
    }
    .icon-box .board_img img {
        margin: 0px 105px 0 130px;
    }
    .process-area {
        margin: 0 0 20px 0;
    }
    .prog-content ul li::before {
        top: 10px;
    }
    .main {
        margin-top: 80px;
    }
    .about-us{
        background-image: none;
    }
    .skill-section::after {
        padding: 155px 0 220px 0;
    }

    .oppt-box {
        padding: 10px 15px 0 15px;
        height: 110px;
    }
    .sec-title .section-heading,.program-outcome .section-heading, .program-outcome .section-heading span{
        font-size: 32px;
        padding: 0 0;
    }
    /* .program-outcome {
        padding-top:20px;
    } */
    .prog-content ul li {
        position: relative;
        font-size: 16px;
        text-align: left;
        line-height: 28px;
    }
    .about-text {
        position: relative;
        clip-path: none;
        padding: 20px 30px 20px 45px;
        /* background: rgb(251 211 79 / 12%); */
        text-align: justify;
    }
    .about-right-img img {
        width: 60%;
    }
    .choose-content {
        padding-left: 11px;
    }
    .prog-content {
        padding: 25px 30px 0px 30px;
    }
    .nav-tabs-activities {
        padding: 0 0 0 120px;
    }
    
    /* .tf-widget-activities .tabs-activities-content .activities-content .icon-list-wrap:not(:last-child) {
        margin-right: 13px;
    } */
    .tf-widget-activities .tabs-activities-content .activities-content .icon-list-wrap .icon {
        font-size: 16px;
    }
    .tf-widget-activities .tabs-activities-content .activities-content .icon-list-wrap .icon-lists {
        font-size: 12px;
    }
    .mid-process {
        margin-top: 0;
    }
    .owl-carousel .owl-item a {
        color: #fff;
        text-align: center;
        font-size: 14px;
    }
    .adm-img{
        display: none;
    }
    .hide-mobile {
        display: none !important;
    }
     .hide-desk {
        display: block !important;
    }
    #spl-section .nav-tabs-activities {
        display: none;
    }
    #spl-section .tab-pane {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    #spl-section .tab-pane.fade {
        opacity: 1 !important;
    }
    #spl-section .tab-pane {
        margin-bottom: 40px;
    }
    #myTabContents{
        margin-top: 0px;
    }
    .whysihs-section .section-heading {
        line-height: 40px;
    }
    .whysihs-section {
        padding: 0px 0 30px 0;
    }
    .footer-compact {
        background: #425691;
        color: #fff;
        padding: 65px 0 35px;
    }

}

@media screen and (max-width:580px) {
    .banner-form {
        margin: 320px auto 0 auto;
    }
    .owl-item {
        padding: 0 0px;
        text-align: center;
        align-items: center;
      }
    .opportunities .content-box {
        margin: 30px 0 0 0;
        display: flex;
        flex-direction: column;
    }
    .opportunities .icon-box {
        /* min-width: 90%; */
        height: 165px;
        /* margin: 0 auto !important; */
    }
    .owl-stage .owl-stage {
        padding-left: 0;
    }
    .process-area .info ul li {
        display: flex    ;
        margin-bottom: 20px;
    }
    .process-area .info ul li:last-child {
        margin-bottom: 20px;
    }
    .d-flex {
        display: flex !important;
        flex-direction: column;
    }
    .whysihs-section {
        padding: 60px 0 0px 0;
    }
    .shape-left-top {
        position: absolute;
        left: -120px;
        top: 0;
    }
    .skill-section::after {
        padding: 168px 0 626px 0;
    }
    .skill-section .skill-details-tab .nav-tabs {
        margin-bottom: -813px;
    }
    .skill-section .nav-tabs>li {
        float: none;
        margin-bottom: 0;
    }
    .skill-section .skill-details-tab .navlist > li > a {
        height: 100%;
    }
    .skill-section .navlist>li>a {
        position: relative;
        display: block;
        padding:0 0;
    }
    .skill-section .skill-details-tab .navlist > li > a i {
        margin: 0 0 ;
    }
    .nav-tabs p{
        border-bottom: 1px dashed;
        padding: 0 0 20px 0;
    }
    .prog-right-text .icon1,.icon-txt  {
        margin: 20px 0px 10px 0px;
    }
    .section-heading {
        font-size: 30px;
        line-height: normal;
    }
    .nav-tabs-activities {
        padding: 0 0 0 0px;
    }
    .tf-widget-activities .tabs-activities-content {
        margin-right: 0;
        margin-left: 0;
    }
    .tf-widget-activities .tabs-activities-content .activities-image img {
        margin-left: 4em;
    }
    .tf-widget-activities .tabs-activities-content .activities-content .icon-list-wrap .icon-lists {
        font-size: 16px;
        font-weight: 600;
        margin-left: 3px;
        margin-bottom: 20px;
        font-family: 'Montserrat-SemiBold';
        line-height: 25px;
    }
    .tf-widget-activities .tabs-activities-content .activities-content .icon-list-wrap .icon {
        font-size: 12px;
        padding-right: 5px;
    }
    .adm-img{
        display: none;
    }
    .flex-three {
        display: flex;
        align-items: start;
    }
    .program-outcome {
        margin-bottom: 20px;
    }
    .whysihs-section {
        padding: 0px 0 0px 0;
    }
        .about-section {
        padding: 20px 0 0px 0;
    }
    #spl-section {
        margin: 0 0 0px 0;
    }

    .opportunities-section{
        display: none;
    }
    .opportunities-section-mob{
        display: block;
    }
    footer{
        margin: 20px 0 0 0;
    }
    .choose-content {
        text-align: center;
    }
    .choose-content {
      padding: 0px 0 0 0;
    }
    .pr-hl{
        padding: 0 30px;
    }
    .cta-strip {
        width: 90%;
        text-align: center;
        padding: 30px 18px;
        margin: 0 auto;
    }
}

@media screen and (max-width:380px) {
    .opportunities .icon-box {
        min-width: 250px;
        height: 165px;
        /* margin: 0 auto !important; */
    }
    .thankyou_button {
        text-align: center;
        font-size: 12px;
    }
    
    .process-area .section-heading {
        padding: 0px 0 20px 0;
    }
    .section-heading span,.process-area .section-heading span,.date-section .section-heading span {
        line-height: 44px;
    }
    .program-outcome .section-heading{
        font-size: 27px;
    }
    
    .banner-form-wrap {
        padding-top: 0 !important;
    }
    .banner-form {
        max-width: 270px;
    }
    .g-recaptcha {
        transform: scale(0.77);
        transform-origin: 0 0;
    }
    .logoinnersection p {
        margin: 10px 5px;
        text-align: left;
        font-size: 13px;
    }
}