@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-Black;
    src: url(../css/font/Inter-Black.otf);
}
@font-face {
    font-family: Inter-Regular;
    src: url(../css/font/Inter-Regular.otf);
}
@font-face {
    font-family: Montserrat-Black;
    src: url(../css/font/Montserrat-Black.ttf);
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html,
body {
    height: 100%;
    width: 100%;
    font-family: "Open Sans", sans-serif !important;
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}

h2 {
    font-size: 40px;
    font-weight: 700;
    color: #89192c;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}
#main {
    background: #fff url(../images/banner-bg.jpg) repeat-x scroll top;
    padding-top: 50px;
}

/* Header starts */
#header.header-transparent {
    background: #fff;
}
#header {
    transition: all 0.5s;
    z-index: 997;
    background: #fff;
    height: 120px;
    border-top: 5px solid #a80d34;
    box-shadow: 0 12px 13px -10px rgba(0, 0, 0, 0.1);
    position: relative;
}
/* #header .logo img {
    position: relative;
    top: -38px;
    height: 110px;
    z-index: 99;
    padding: 0 10px 10px 10px;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#header .logo {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
} */
#header .container{
    padding: 0 140px;
}

.logo {
    width: 65px;
    padding: 0;
    position: absolute;
    top: 7px;
    left: 215px;
}
.naac-logo{
    width: 112px;
    padding: 0;
    float: right;
}
.mid-text a{
    padding: 5px;
    text-align: center;
    font-size: 20px;
    color: #0D6EFD;
}
#openPopup {
    position: fixed;
    right: -54px;
    transform: rotate(90deg);
    background: #000;
    top: 80%;
    color: #fff;
    padding: 8px 15px 9px;
    text-transform: uppercase;
    font-size: 19px;
    margin-top: -60px;
    border: solid 1px #000;
    cursor: pointer;
    z-index: 9;
    text-decoration: none;
    border-radius: 0 0 13px 15px;
    font-weight: 600;
}
/* ===========PopUp section starts============  */
.login-popup{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1099;
	background-color:rgba(0,0,0,0.6);
	visibility: hidden;
	opacity: 0;
	transition: all 1s ease;
  overflow: scroll;
}
.login-popup.show{
	visibility:visible;
	opacity: 1;
  overflow: hidden;
}
.login-popup .box{
	/* background-color:#ffffff;
	width: 750px; */
	position: absolute;
	left: 50%;
	top:350px;
	transform:translate(-50%,-50%);
	display: flex;
	flex-wrap: wrap;
	opacity: 0;
	margin-left: 50px;
	transition: all 1s ease;
}
.login-popup.show .box{
	opacity: 1;
	margin-left: 0;
}
.login-popup .box .img-area{
	flex:0 0 50%;
	max-width: 50%;
	position: relative;
	overflow: hidden;
	padding:30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.login-popup .box .img-area h1{
	font-size: 30px;
}
.login-popup .box .img-area .img{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background-image: url(../images/banner-img.webp);
	background-size: cover;
	background-position: center;
	animation: zoomInOut 7s linear infinite;
	z-index: -1;
  background-repeat: no-repeat;
}
@keyframes zoomInOut{
	0%,100%{
		transform: scale(1);
	}
	50%{
		transform: scale(1.1);
	}
}
.login-popup .box .form{
	flex:0 0 50%;
	max-width: 50%;
	padding:40px 30px;
}

.login-popup .box .form h1{
	color:#000000;
	font-size: 30px;
	margin:0 0 30px;
}
.login-popup .box .form .form-control{
	height: 45px;
	margin-bottom: 30px;
	width: 100%;
	border:none;
	border-bottom:1px solid #cccccc;
	font-size: 15px;
	/* color:#000000; */
}
.login-popup .box .form .form-control:focus{
	outline: none;
}
.login-popup .box .form label{
	font-size: 15px;
	color:#555555;
}
.login-popup .box .form .btn{
	width: 100%;
	background-color: #9a0601;
	margin-top:40px;
	height: 45px;
	border:none;
	border-radius: 25px;
	font-size: 15px;
	text-transform: uppercase;
	color:#ffffff;
	cursor: pointer;
}
.login-popup .box .form .btn:focus{
	outline: none;
}

.login-popup .close{
  position: absolute;
  top: -108px;
  left: 75%;
  font-size: 25px;
  cursor: pointer;
  float: left;
  color: #fff;
  z-index: 100;
}

.login-popup select.form-control {
  background: url("../images/arrow1.webp") 97% no-repeat #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #a8a8a8;
  cursor: pointer
}
.login-popup h3{
  text-align: center;
 }
 .form-popup-mainbox {
  box-shadow: 0px 5px 28px #0000001A;
  padding: 25px 45px;
  background-color: #fff;
  border-radius: 41px;
  margin: 20px 0 80px 0;
  position: relative;
  z-index: 1;
  color: #fff;
}
.form-popup-mainbox .btn_submit {
  background-color: #9a0601;
  color: #FFF;
  border-radius: 25px;
  font-size: 16px;
  border: 1px solid;
  font-family: "Montserrat", sans-serif;
  padding: 8px 30px;
  transition-duration: 0.3s;
}
.form-popup-mainbox .form-heading {
  color: #fff;
  font-family:"Montserrat", sans-serif;
  font-size: 25px;
  margin: 20px 0 33px 0;
  text-align: center;
}
.form-popup-mainbox .btn_submit:hover {
    background-color: #FFF;
    color: #fff;
    border: 1px solid #2e173f;
  }
  input:-internal-autofill-selected {
    background-color: #FFFF;
  }
  .form-popup-mainbox .loader { 
    display: none; 
    border: 4px solid rgba(255, 255, 255, 0.3); 
    border-top: 4px solid #F6F6F6; 
    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); 
    } 
  } 
  
  .form-popup-mainbox .loading { 
    background-color: #ccc; 
    pointer-events: none; 
  }
 .banner-popupform-wrap {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 0px;
    margin-top: -105px;
  } 
  .g-recaptcha {
    transform:scale(0.87);
    transform-origin:0 0;
}
/* ===========PopUp section end============  */
/* Header Ends */

/* Banner section starts */
#hero {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
#hero .carousel-fade {
    overflow: hidden;
}
#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
#hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
/* #hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 70px;
    left: 50px;
    right: 50px;
} */
#hero .carousel-item {
    background-size: 100% !important;
    background-position: top ;
    background-repeat: no-repeat;
}

.banner-desktop{
    display: block !important;
}
.banner-mobile{
    display: none !important;
}
/*----------- Form starts ----------------*/
.form-heading {
    margin: 0 0 10px 0;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    font-size: 22px;
    background: #a21035;
    color: #fff;
    padding: 15px 0 15px 0;
    border-radius: 8px 8px 0 0;
    line-height: 26px;
    /* border: 1px solid #fff; */
  }
  
  .banner-form {
    max-width: 325px;
    position: relative;
    background-color: #FFF;
    border-radius: 8px;
    box-shadow: 0px 5px 28px #0000001A;
    border-radius: 8px;
    z-index: 1;
  }
  
  .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
  }
  
    .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: #d81f36;
    box-shadow: 0 0 0 0.25rem #eb904863;
  }
  .banner-form-wrap {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 40px
  } 
  .mobile_view {
    display: none;
  }
  .btn-wrap p{
    font-size: 9px;
    color: #3C3C3C;
    font-family: Inter-Regular;
    padding-top: 5px;
  }
  .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border:1px solid #dee2e6;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 10px;
}
.form-label {
    background-color: #fff;
    font-family:"Montserrat", sans-serif;
    position: absolute;
    top: -8px;
    left: 15px;
    color: #000000;
    padding: 0 2px;
    font-size: 12px;
    margin-bottom: .5rem;
}
.form-box {
    position: relative;
    margin: 0 0 15px 0;
}
select.form-control {
    background: url(../images/arrow1.webp) no-repeat 97% #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #707070;
}
.select2-results__option {
    white-space: normal !important;  /* Allows text wrapping */
    word-break: break-word !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #dee2e6 !important;
    border-radius: 4px;
    margin-bottom: 15px;
    font-size: 12px;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
    font-size: 12px;
    font-family:"Montserrat", sans-serif;
}
  .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: #a21035;
    font-family: "Montserrat", sans-serif;
  }
  
  .btn_submit:hover{
    text-decoration: none;
    color: #a21035 !important;
    background: #fff !important;
    border: 1px solid #a21035 !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 #a21035; 
    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; 
  }
  
  /* ----------Forms ends------------ */
/* Banner section ends */

/* Featured Services Section starts */
#featured-services {
    background: transparent;
    position: relative;
    margin-top: -15px;
    z-index: 99;
    padding-bottom: 20px;
}
.featured-row {
    background: #fff;
    padding: 10px 25px;
    width: 80%;
    margin: 0 10%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#featured-services .box {
    padding: 30px 20px;
    background: #a21035 url(../images/bg-1.jpg) repeat-x scroll top;
    position: relative;
}
#featured-services h4 {
    font-weight: 700;
    margin: 0 0 15px 0;
    font-size: 19px;
    color: #fff;
}
#featured-services p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 0;
}
#featured-services .box-bg {
    background: #feb3c8 url(../images/bg-2.jpg) repeat-x scroll top;
}
/* Featured Services Section Ends*/

/* About section starts */
#about {
    background: #fff;
    padding: 10px 0 40px 0;
    position: relative;
}
#about .container {
    position: relative;
    z-index: 10;
}
#about .about-col {
    background: #fff;
    border-radius: 10px;
    border: 2px solid #a21035;
    margin-bottom: 20px;
    padding: 20px;
}
#about .about-col h2 {
    color: #000;
    /* text-align: center; */
    font-weight: 500;
    font-size: 28px;
    padding: 0;
    margin: 0 0 20px 0;
}
#about .about-col h2 b {
    color: #a21035;
    font-size: 45px;
}
#about .about-col h2 span {
    font-size: 37px;
    color: #a21035;
}
/* About section Ends */

/* Services Section Starts */
#services {
    background: #fff url(../images/industrial-bg.jpg) repeat-x scroll bottom;
    padding: 0 0 90px 0;
}
#services .title {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 35px;
    color: #a21035;
}
#services .title span {
    font-size: 45px;
    font-weight: 700;
}
.marketkey-slider .swiper-slide img {
    border: 5px solid #fff;
    border-radius: 10px;
    box-shadow: 1px 2px 3px #000;
    transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 100%;
}
.marketkey-slider .swiper-slide p {
    margin: 10px 0 0 0;
    color: #fff;
    font-weight: 700;
}
.marketkey-slider .swiper-slide {
    text-align: center;
}
.marketkey-slider .swiper-slide img:hover {
    border: 5px solid #a21035;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    box-shadow: 0px 0px 0px #000;
}
.marketkey-slider .swiper-button-next, .marketkey-slider .swiper-button-prev {
    color: #a21035;
}
/* Services Section ends*/

/* Call To Action Section Starts*/
#call-to-action {
    background: #a21035;
    padding: 60px 0;
}
#call-to-action h3 {
    color: #fff;
    font-size: 29px;
    font-weight: 700;
}
#call-to-action #heading {
    color: #a21035;
    line-height: 21px;
}
#call-to-action #heading a {
    font-size: 21px;
    color: #a21035;
}
#call-to-action #heading-list .card-body {
    font-size: 17px;
    color: #a21035;
    text-transform: uppercase;
}
#call-to-action #heading-list .card-body img {
    position: relative;
    margin-top: -35px;
}
/* Call To Action Section ends */

/* Skills Section starts */
#skills {
    padding: 60px 0;
    background: #3c3c3c;
}
#skills .section-header h3 {
    font-family: "Open Sans", sans-serif;
    line-height: 35px;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    color: #fff;
    text-transform: none;
}

.section-header h3 {
    font-size: 32px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}
.section-header h3::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}
.section-header h3::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #a80d34;
    bottom: 0;
    left: calc(50% - 20px);
}
#skills #counter .features h2 span {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 41px;
    display: block;
    color: #fad277;
}
.counters span.plus::after {
    content: "+";
}
.counters span.lpa::after {
    content: "LPA";
}
#skills .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    color: #fff;
}
/* Skills Section ends */


/* Faq section starts */
#faq {
    position: relative;
    margin-top: -50px;
    padding: 0;
    border-bottom: 15px solid #a21035;
}
.faq-holder {
    background: #fff;
    border-radius: 20px;
    padding: 30px 50px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.faq-holder h2 {
    color: #a21035;
    font-weight: bold;
}
ul.why-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.why-list li {
    margin: 15px 0;
    padding: 0 0 15px 0;
    color: #0b0b0b;
    border-bottom: 1px solid #c9c9c9;
}
ul.why-list li img {
    float: left;
    margin: 2px 15px 20px 0;
}   

.placement-holder {
    padding: 50px 0 30px 0;
}
.placement-holder h2 {
    color: #a21035;
    font-weight: bold;
}
.recuiters {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
}
.recuiters-icon {
    background: #a21035;
    padding: 13px 0;
    text-align: center;
    width: 25%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.recuiters-counter span::after {
    content: "+";
}
.recuiters-counter span.lpa::after {
    content: "LPA";
}
.recuiters-counter span {
    color: #a21035;
    font-size: 21px;
}
.recuiters-text p {
    border-left: 1px solid #000;
    margin: 0;
}
.recuiters-counter {
    width: 25%;
    text-align: center;
}
.recuiters-text {
    width: 47%;
    text-align: center;
}
.clients-slider1 {
    padding: 10px 0 40px 0;
}
.clients-slider1 .swiper-slide {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 20px 0px;
    border-radius: 10px;
    overflow: hidden;
}
.clients-slider1 .swiper-slide img {
    transform: scale(1.5);
}
  
/* Faq Section ends */

/* Facts Section starts */
#facts .section-header h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 45px;
    display: block;
    color: #a21035;
    text-transform: none;
}
#facts {
    padding: 60px 0;
    position: relative;
    box-shadow: 0 12px 13px -10px rgba(0, 0, 0, 0.1);
}
.success-slider {
    padding: 20px 0 50px 0;
}
.success-slider .swiper-slide img {
    border: 5px solid #c1c1c1;
    border-radius: 10px;
    width: 100%;
}
.success-slider .swiper-slide {
    border: 5px solid #fff;
    border-radius: 5px;
    box-shadow: 1px 2px 3px #000;
    width: 100%;
    background: #fff;
}
.success-slider .swiper-slide {
    padding: 10px;
}
.success-slider .swiper-slide p {
    font-size: 21px;
    margin: 10px 0;
    color: #262626;
    font-weight: 600;
}
/* Facts Section ends */





/* Specializaiton section starts */

#portfolio {
    padding: 60px 0;
    background: #fff;
    box-shadow: 0 12px 13px -10px rgba(0, 0, 0, 0.1);
}
#portfolio h3 span {
    font-size: 27px;
    color: #931f41;
    font-weight: 600;
}
.engineering-slider {
    padding: 15px 0;
}
.engineering-slider .swiper-button-next, .engineering-slider .swiper-button-prev {
    color: #a21035;
}
.engineering-slider .swiper-slide img {
    border-radius: 10px;
    box-shadow: 1px 2px 3px #000;
    width: 100%;
}
.engineering-slider .swiper-slide p {
    margin: 10px 0 0 0;
    color: #1e1e1e;
    font-weight: 700;
    text-align: center;
}
/* Specialization section ends */

/* Clients section Starts */
.section-bg {
    background: #f7f7f7;
}
#clients {
    padding: 60px 0;
}
#clients h3 {
    font-size: 37px;
    color: #a21035;
    font-weight: 700;
}
.program-list{
    display: flex;
    /* flex-direction: column; */
}
ul.program-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.program-list li {
    margin: 0 1%;
    padding: 0;
    width: 12%;
    text-align: center;
    float: left;
}
ul.program-list li img {
    width: 100%;
    border: 1px solid #838383;
    border-radius: 5px;
    margin-bottom: 10px;
}
ul.program-list li p {
    color: #121212;
    font-weight: 700;
}
/* Clients section End */

/* Testimonials section starts*/
#testimonials {
    padding: 50px 0;
    background: #fff url(../images/research-bg.jpg) repeat-x scroll top;
}
#testimonials h3 {
    font-size: 37px;
    color: #fff;
    font-weight: 700;
}
.research-box {
    border: 5px solid #fff;
    border-radius: 5px;
    box-shadow: 1px 2px 3px #000;
    width: 100%;
    background: #fff;
    padding: 5px;
    text-align: center;
}
.inside-research-box {
    border: 1px solid #a21035;
    border-radius: 5px;
}
.inside-research-box p {
    color: #090909;
    margin: 10px 0;
    font-size: 15px;
    line-height: 19px;
}   
/* Testimonials section ends*/

/* Team Section starts */
#team {
    background: #990f31;
    padding: 60px 0;
}
#team h3 {
    font-size: 37px;
    color: #fff;
    font-weight: 400;
}
#team h4 {
    margin: 60px 0 0 0;
    font-size: 21px;
    color: #fff;
    font-weight: 400;
    padding: 30px 20px;
    border: 1px solid #fff;
    border-radius: 5px;
    position: relative;
}
#team h4 span {
    background: #fff;
    color: #990f31;
    width: 200px;
    padding: 15px;
    position: absolute;
    top: -40px;
    left: -1px;
}
.white-height {
    background: #fff;
    height: 30px;
    box-shadow: 1px 2px 3px #000;
}
.white-bg h1 {
    font-size: 35px;
    color: #000;
    font-weight: 700;
}
.white-bg {
    background: #fff;
    padding: 10px 10px;
    margin: 10px 0;
    box-shadow: 1px 2px 3px #000;
}
.white-height {
    background: #fff;
    height: 30px;
    box-shadow: 1px 2px 3px #000;
}
.apply-now {
    background: url(../images/apply-bg.webp) no-repeat scroll 0 0;
    height: 75px;
}
.apply-now h5 {
    margin: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    padding: 15px 0 0 40px;
    float: left;
    width: 100%;
}

.apply-now a {
    margin: 37px 0 0 90px;
    /* background-color: #990F31; */
    font-size: 20px;
    color: #000;
    font-weight: 400;
    border-radius: 20px;
    float: left;
    width: 59%;
    font-style: italic;
}
/* Team Section ends */

/* Information section starts */
#information {
    background: #ffd4de;
    padding: 60px 0;
}
#information h2 {
    color: #000;
    font-size: 29px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    margin: 0 0 20px 0;
}
#information p {
    color: #000;
    font-size: 19px;
    margin: 0 0 30px 0;
    font-family: "Montserrat", sans-serif;
}
.cta-btn {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #a21035;
    color: #a21035;
    background: #fff;
}
a {
    /* color: #fff; */
    transition: 0.5s;
    text-decoration: none;
}
.cta-btn:hover {
    background: #a21035;
    color: #ffd4de;
}   
/* Information section ends */

/* Footer section starts*/
#footer {
    background: #a21035;
    padding: 0;
    color: #fff;
    font-size: 15px;
}
#footer .copyright {
    text-align: center;
    padding: 30px 0;
}
#footer .copyright p {
    margin: 0;
}
hr{
    margin: 0 0;
}
/* Footer section ends */

/****************Thankyou page starts**********/
.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: 'Inter-Regular';
  }
  
  .ty_btn, .btn_tysubmit a{
    font-family: Inter-Regular;
    font-size: 22px;
    background: #a21035;
    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: #a21035;
    background: #fff;
    border: 1px solid #a21035;
  }
  
  
  /**********Thankyou page end*******************/
  
/* Responsive Screens */
@media screen and (min-width:1441px) and (max-width:2000px) {
    #hero {
        width: 100%;
        height: 785px;
    }
}
@media screen and (min-width:1100px) and (max-width:1440px) {
    #hero {
        width: 100%;
        height: 620px;
    }
}
@media screen and (max-width: 1024px) {
    #hero {
      width: 100%;
      height: 530px;
    }
    .mid-text a {
        padding: 5px;
        text-align: center;
        font-size: 16px;
    }
    .banner-form-wrap {
        padding-top: 0;
    }
  }

@media screen and (max-width: 992px) {
#header .container {
    padding: 0 40px;
}
.logo {
    left: 75px;
}
.banner-form-wrap {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 40px;
    padding: 0 73px 0 0;
}
#hero {
    height: 350vh;
}
.banner-mobile{
    display: block !important;
    background-size: 100% 100%;
    background-position: center;
}
.banner-desktop{
    display: none !important;
}
.content_form_box {
    margin: 450px 0;
    margin: 99px 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.banner-form-wrap {
    padding-top: 715px !important;
}
.banner-form {
    margin-top: 20px;
}
#hero .carousel-item {
    background-size: contain !important;
    background-position: top;
    background-repeat: no-repeat;
}
.mid-text a {
    font-size: 15px;
}
.mid-text a {
    display: block;
    font-size: 16px;
    padding: 3px 0;
}
.banner-popupform-wrap{
    margin: -154px 0 0 0;
}
.login-popup .close {
    position: absolute;
    top: -137px;
    left: 80%;
    font-size: 20px;
}
}
@media screen and (max-width: 768px) {
    .mid-text a {
        font-size: 15px;
        color: #000;
    }
    .mid-text{
        padding: 60px 0 0 0;
    }
    #hero {
        height:1414px;
    }
    ul.program-list {
        margin: 0 35px;
        padding: 10px;
        list-style: none;
        align-items: center;
    }
    ul.program-list li p {
        color: #121212;
        font-weight: 700;
        font-size: 14px;
    }
       ul.program-list li {
        width: 42%;
        margin: 1% 1%;
    }
    
    #testimonials {
        padding: 34px 0;
    }
    .login-popup .close {
        position: absolute;
        top: -137px;
        left: 85%;
        font-size: 20px;
    }
}
@media screen and (max-width: 580px) {
    #hero {
        height: 1024px;
    }
    #header .logo img {
        position: relative;
        top: -18px;
        left: -50px;
        height: 110px;
    }
    .mid-text a{
        /* padding: 0 0 0 90px; */
        text-align: center;
        font-size: 11px;
    }
    #header {
        height: 122px;
    }
    #hero .carousel-item {
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
    }
    .d-flex {
        display: flex !important;   
        flex-direction: column;
    }
    .mid-text {
        padding: 0px 0 0 0;
    }
    .banner-form-wrap {
        padding-top: 315px !important;
        padding: 0 0;
    }
    ul.program-list li {
        width: 48%;
        margin: 1% 1%;
    }
    ul.program-list {
        margin: 0 0px;
    }
    .program-list{
        display: flex;
        flex-direction: column;
    }
    .login-popup .close {
        position: absolute;
        top: -70px;
        left: 85%;
        font-size: 20px;
    }
    .banner-popupform-wrap {
        margin: -87px 0 0 0;
    }
}