@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-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: #123361;
    padding: 23px 0 0 0;
    min-height: 650px;
    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 */

/* -----------------Logo section (After banner) starts ----------------*/
.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;
}

.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---------------- */

/*-----------------About Us Section starts----------------------------  */
.about-section{
    position: relative;
}
.about-text {
    position: relative;
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    padding: 90px 190px 50px 50px;
    background: rgb(251 211 79 / 12%);
    text-align: justify;
}
.shape1 {
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.shape2 {
    position: absolute;
    top: 0px;
    right: 0px;
}
.sec-title .section-heading{
    color: #000;
    font-family: Montserrat-Regular;
    font-size: 33px;
    padding: 0 0 0 0;
}
.sec-title h4{
    color: #000;
    font-family: Montserrat-Regular;
    font-size: 25px;
    padding: 0 0 10px 0;
}
.about-right-img {
    position: relative;
}
.about-right-img .shape2 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: auto;
}
/* about section end */

/* <!-- Program Outcomes section starts--> */
.program-outcome .section-heading {
    color: #142368;
    font-family: Montserrat-Regular;
    font-size: 33px;
    padding: 25px 0 0 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;
    border-top: 5px solid #425691;
    border-bottom: 5px solid #425691;
    margin-bottom: 60px;
}

.choose-content {
    position: relative;
    z-index: 1;
    padding-left: 40px;
    padding-top: 70px;
}
.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--> */

/* Specializations Offered section starts */
#spl-section{
   margin: 0 0 50px 0;
}
.tf-container {
    max-width: 1320px;
    width: 100%;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.mb-60 {
    margin-bottom: 60px;
}
.nav-tabs-activities {
    padding-right: 1.5em;
}   
.nav-tabs-activities .nav-item .nav-link:hover, .nav-tabs-activities .nav-item .nav-link.active {
    background-color: #425691;
    color: #FFFFFF;
    position: relative;
}
.nav-tabs-activities .nav-item .nav-link {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    color: #081E2A;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px 22px 28px 22px;
    border: 1px solid #EDEEEE;
    border-radius: 8px;
    max-width: 214px;
    width: 100%;
    margin: 0px 8.5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav-tabs-activities .nav-item .nav-link:hover::before, .nav-tabs-activities .nav-item .nav-link.active::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 17px solid #425691;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
}
.nav-tabs-activities .nav-item .nav-link:hover .icon, .nav-tabs-activities .nav-item .nav-link.active .icon {
    color: #FFFFFF;
}
.nav-tabs-activities .nav-item .nav-link .icon {
    color: #425691;
    height: 66px;
    margin-bottom: 15px;
}
.nav-tabs-activities .nav-item .nav-link .icon i {
    font-size: 50px;
}
.nav-tabs-activities .nav-item .nav-link span {
    font-size: 15px;
}
#myTabContents{
    margin-top: 44px;
}
/* .mt-44 {
    margin-top: 44px;
} */
.z-index3 {
    z-index: 3;
}

.tf-widget-activities .tabs-activities-content {
    background-color: #425691;
    border-radius: 8px;
    padding: 16px 0 0px 16px;
    margin-right: 1em;
    margin-left: 5em;
}
.tf-widget-activities .tabs-activities-content .activities-image img {
    width: 370px;
    margin-left: -4em;
    border-radius: 8px;
    box-shadow: 20px 15px 86px rgb(112 159 205 / 56%)
}

.tf-widget-activities .tabs-activities-content .activities-content {
    padding: 38px 25px 38px 0px;
}
.text-white {
    color: #fff !important;
}
.tf-widget-activities .tabs-activities-content .activities-content .title-activitis {
    font-size: 27px;
    line-height: 33px;
}
.nav-tabs-activities .nav-item .nav-link {
    max-width: 150px;
    padding: 20px 10px 20px 10px;
}
/* .tf-widget-activities .tabs-activities-content .activities-content .icon-list-wrap:not(:last-child) {
    margin-right: 25px;
} */
.tf-widget-activities .tabs-activities-content .activities-content .icon-list-wrap .icon {
    font-size: 24px;
}
.tf-widget-activities .tabs-activities-content .activities-content .icon-list-wrap .icon-lists {
    font-size: 15px;
    font-weight: 600;
    margin-left: 17px;
    font-family: 'Montserrat-SemiBold';
    line-height: 30px;
}
.flex-three {
    display: flex;
    align-items: center;
}
.flex{
    display: flex;
    flex-direction: row;
}
.activities-image{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
}
.wt-spl-icon{
    width: 55%;
    margin-top: 0px;
}
.spl-icon{
    width: 55%;
    margin-top: 0px;
}
.nav-link.active .wt-spl-icon{
    display: block;
}   
.nav-link.active .spl-icon{
    display: none;
}  
.nav-link .spl-icon{
    display: block;
} 
.nav-link .wt-spl-icon{
    display: none;
} 
.nav-tabs-activities .nav-item .nav-link:hover .wt-spl-icon{
    display: block;
}
.nav-tabs-activities .nav-item .nav-link:hover .spl-icon{
    display: none;
}
 .hide-desk {
    display: none !important;
}

/* Specializations Offered section ends */

/* wyh sihs section start */
.whysihs-section {
    padding: 0px 0 80px 0;
}

.whysihs-section .section-heading {
    color: #142368;
    font-family: Montserrat-Bold;
    padding: 25px 0;
}

.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);
}
/* wyh sihs sections end*/

/* admission process section start */

 .process-area {
 padding: 40px 0 80px 0;
  background: #f9fbfd;
}

.section-title span {
  color: #C12125;
}

/* Horizontal line */
.process-row {
  position: relative;
}
/* 
.process-row::before {
  content: "";
  position: absolute;
  top: 45px;
  left: 5%;
  width: 90%;
  height: 3px;
  background: linear-gradient(to right, #02244A, #C12125);
  z-index: 0;
} */

/* Step card */
.process-step {
  position: relative;
  background: #fff;
  border-radius: 18px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  z-index: 1;
  height: 100%;
}

.process-step h4 {
  font-size: 15px;
  font-weight: 600;
  color: #02244A;
  margin-bottom: 6px;
}

.process-step p {
  font-size: 13px;
  color: #666;
  margin: 0;
}

/* Icon */
.process-icon {
  position: relative;
  width: 64px;
  height: 64px;
  margin: 0 auto 15px;
  background: #fddb41;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-icon img {
  width: 30px;
  filter: brightness(0) invert(1);
}

/* Step number */
.process-icon span {
  position: absolute;
    top: -23px;
    right: -14px;
    width: 40px;
    height: 40px;
    background: #425691;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Highlight final step */
.process-step.highlight {
  background: #425691;
}

.process-step.highlight h4,
.process-step.highlight p {
  color: #fff;
}

.process-step.highlight .process-icon {
  background: #fff;
}

.process-step.highlight .process-icon img {
  filter: none;
}

.process-step.highlight .process-icon span {
  background: #fddb41;
}

/* Hover */
.process-step:hover {
  transform: translateY(-6px);
  transition: 0.3s ease;
}

/* Mobile */
@media (max-width: 991px) {
  .process-row::before {
    display: none;
  }
}

/* admission process section end */

/* Opportunities section start */
.opportunities-section{
    display: block;
    position: relative;
    z-index: 1;
}
.opportunities-section-mob{
    display: none;
}
.oppt-box {
    padding: 30px 12px;
    background: #fbd34fa1;
    color: #425691;
    height: 160px;
    border-radius: 10px;
    border: 1px solid #ab3e28;
    display: flex; align-items: center; justify-content: center;
}
.oppt-box h3 {
    font-weight: 700;
    font-size: 25px;
    /* margin-bottom: 30px; */
    text-align: center;
}
.opportunities-section .opportunities-logo .item {
    transition: transform 200ms cubic-bezier(.785, .135, .15, .86), box-shadow 200ms cubic-bezier(.785, .135, .15, .86);
    margin-bottom: 15px;
    margin: 10px;
    padding: 12px;
    border: 2px solid #fbd34f;
    background-color:#425691;
    border-radius: 10px;
    text-align: center;
    height: 160px;
}
.opportunities-section .opportunities-logo .item:hover {
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    color: #fff;
}
.opportunities-section .opportunities-logo .item:hover img {
    -o-transition: .9s;
    -ms-transition: .9s;
    -moz-transition: .9s;
    -webkit-transition: .9s;
    transition: .9s;
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -moz--transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    filter: invert(0%) sepia(100%) saturate(19%) hue-rotate(316deg) brightness(106%) contrast(106%);
}
.owl-carousel .owl-item img {
    display: block;
    width: 47px !important;
    height: 50px;
    margin: 0 auto 10px auto;
}
.owl-carousel .owl-item a {
    color: #fff;
    text-align: center;
}

.opportunities-section .opportunities-logo img:hover {
    transition: all 0.3s ease-in-out 0s;
}

/* Opportunities section end */

/* date section start */

.date-section .section-heading span {
    color: #af3e2c;
    font-family: Montserrat-Bold;
}
.date-section {
    padding: 40px 0 70px 0;
}

table,
tr,
th,
td {
    border-collapse: separate;
    font-family: Montserrat-SemiBold;
    font-size: 14px;
}

tr,
th,
td {
    border: 1px solid #8888884D;
}

table th {
    text-align: center;
    color: #425691;
    background-color: #fbdb3f;
    background: linear-gradient(180deg, #fbdb3f 0%, #fce390 26%, #fce39085 100%);
    font-family: 'Montserrat-Bold';
}

.table-striped>tbody>tr:nth-of-type(even)>* {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: transparent;
    color: var(--bs-table-striped-color);
}

.table a {
    color: #08AB9D;
    text-decoration: none;
}

.table a:hover {
    color: #203546;
}


/* date section end */

/* footer section start */

footer {
    color: #FFF;
    position: relative;
    background-color: #425691;
    margin: 60px 0 0 0;
}

.footer-mainbox {
    padding: 50px 0;
    position: relative;
    z-index: 1;
}

.footer-content .section-heading {
    color: #FFF;
}

footer a {
    color: #FFF;
    text-decoration: none;
    word-wrap: break-word;
}

footer a:hover {
    /* background-color: #fff; */
    color: #fbd34f;
    padding: 2px;
}

.contact {
    font-family: Montserrat-Regular;
}
.made_by_text {
    padding: 19px 0 0 0;
    display: block;
    border-top: 1px solid #ddd;
}
.made_by_text p{
    color: #FFF;
}
.map-placeholder {
    cursor: pointer;
    text-align: center;
}

.map-placeholder img {
    width: 100%;
    border-radius: 10px;
}

/* 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:1401px) 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;
    }
    .banner-form {
        max-width: 282px;
    }
    .g-recaptcha {
        transform: scale(0.77);
        transform-origin: 0 0;
    }
}

@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;
    }
    .banner-form {
        margin-top: 12px;
    }
}

@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: 750px 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;
    }
    .banner-form {
        max-width: 360px;
    }
}

@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 50px 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;
    }
}

@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;
    }
}

@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;
    }
}