@import url("/websiteNew/assets/fonts/Eina02/stylesheet.css");

@font-face {
  font-family: 'Avenir';
  src: url('/websiteNew/assets/fonts/Avenir/Avenir-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir';
  src: url('/websiteNew/assets/fonts/Avenir/Avenir-BlackOblique.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Avenir';
  src: url('/websiteNew/assets/fonts/Avenir/Avenir-Heavy.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir';
  src: url('/websiteNew/assets/fonts/Avenir/Avenir-HeavyOblique.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Avenir';
  src: url('/websiteNew/assets/fonts/Avenir/Avenir-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir';
  src: url('/websiteNew/assets/fonts/Avenir/Avenir-MediumOblique.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Avenir Book';
  src: url('/websiteNew/assets/fonts/Avenir/Avenir-Book.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Book';
  src: url('/websiteNew/assets/fonts/Avenir/Avenir-BookOblique.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Avenir';
  src: url('/websiteNew/assets/fonts/Avenir/Avenir-Roman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir';
  src: url('/websiteNew/assets/fonts/Avenir/Avenir-Oblique.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Avenir';
  src: url('/websiteNew/assets/fonts/Avenir/Avenir-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir';
  src: url('/websiteNew/assets/fonts/Avenir/Avenir-LightOblique.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'chauncy';
  src: url('/websiteNew/assets/fonts/chauncy/Chauncy_Fatty.ttf') format('truetype');
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: 'chauncy';
  src: url('/websiteNew/assets/fonts/chauncy/Chauncy_Snowman.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
}

html, body {
  font-family: 'Avenir';
  color: #333333;
  min-height: 100%;
  height: 100%;
  scroll-behavior: smooth;
  /* overflow-x: hidden; */
}

.avenir-book{
  font-family: 'Avenir Book',sans-serif !important;
}

.navbar-toggler{
  outline: none !important;
}

.nav-link.nav__link.active:after {
  height: 2px;
  display: block;
  margin: auto;
  width: 80%;
  background: #DE6834;
  content: '';
  position: relative;
  top: 4px;
}

a.nav-link.nav__link,
a.secp-text .will-underline {
  position: relative;
}

.will-underline .mono {
  display: block;
  font-weight: inherit !important;
  color: #333;
}

a.nav-link.nav__link::after,
a.secp-text .will-underline::after {
  /* content: ""; */
  position: absolute;
  bottom: -0.25rem !important;
  left: 0px;
  width: 0%;
  height: 2px;
  background-color: #de6834;
  border-radius: 4px;
  transition: all 150ms ease-out;
}
a.nav-link.nav__link::after {
  bottom: 0px;
  left: 50%;
}
a.nav-link.nav__link {
  padding-top: 0px;
  padding-bottom: 0px;
}
a.nav-link.nav__link.__active {
  color: #de6834;
}
a.nav-link.nav__link.__active::after {
/* a.secp-text.__active .will-underline::after */
  left: 10%;
  width: 80%;
}
a.nav-link.nav__link.button {
	display: block;
  margin: -0.25rem -1rem -1rem 0.5rem;
  padding: 0.5rem 1.25rem;
	background-color: #de6834;
  font-size: 16px;
	color: #fff;
  border-radius: 0.25rem;
}


@media (max-width: 575.98px) {
  .nav-link.nav__link .will-underline {
    font-size: 3.7vw;
    line-height: 1.5em;
  }
  .nav-link.nav__link.active:after {
    margin:  unset !important;
    width: 40%;
  }
  a.nav-link.nav__link.__active::after {
  /* a.secp-text.__active .will-underline::after */
    left: 0%;
    width: 40%;
  }
  a.nav-link.nav__link.__active.ignore_active::after {
    content: none;
  }
}
.nav-link.nav__link.active2:after {
  height: 2px;
  display: block;
  width: 40%;
  background: #DE6834;
  content: '';
  position: relative;
  top: 4px;
}

.wrapper__main {
  padding-top: 80px;
  overflow-x: hidden;
}


#program-coverage-section .item__img {
	width: 60px;
	height: 60px;
}

#program-coverage-section .item__title {
	font-size: 17px;
	line-height: 40px;
	font-weight: 500;
}

#program-coverage-section .item__details {
	font-size: 17px;
	line-height: 30px;
	font-family: 'Avenir Book';
}

#program-coverage-section .box__item__title {
	font-weight: 500;
	font-size: 40px;
	line-height: 55px;
	color: white;
}

#program-coverage-section .box__item__details {
	color: white;
	font-size: 17px;
	line-height: 25px;
	font-weight: 500;
	max-width: 160px;
}

/* new */
#program-coverage-section .coverage-heading {
  font-size: 23px;
	font-family: 'Avenir';
	color: #333333;
	margin: 0;
  font-weight: 600;
	text-align: right;
}

#program-coverage-section .coverage-sub-heading{
  font-size: 20px;
	font-family: 'Avenir';
	color: #de6834;
	margin: 0;
  font-weight: 500;
	text-align: right;
}

section.energy-section {
  padding: 3em 2em !important;
  max-width: 1920px;
  background-image: linear-gradient(180deg, #FFEEE5 0%, #FFFFFF 100%);
}
.energy-section h2 {
  margin-bottom: 1rem;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.3em;
  text-align: center;
  color: #000;
}
.energy-section>h4 {
  margin: auto;
  margin-bottom: 3rem;
  max-width: 65%;
  font-weight: 400;
  text-align: center;
}
.energy-cards {
  display: flex;
  justify-content: space-evenly;
  gap: 1.5rem;
  margin-top: 1rem;
  width: 100%;
}
.energy-cards .card {
  max-width: 380px;
  height: auto;
  background-color: transparent;
  border: none;
  overflow: hidden;
}
.energy-cards .card .image {
  flex-shrink: 0;
  height: 200px;
  border-radius: 1rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.energy-cards .card .content {
  display: flex;
  flex-direction: column;
  padding: 2em 0px;
  height: 100%;
}
.energy-cards .card .content h4 {
  margin-bottom: 1rem;
  font-size: 28px;
  font-weight: 700;
  color: #de6834;
}
.energy-cards .card .content p {
  font-family: "Avenir Book";
  font-weight: 500;
  font-size: 20px;
  line-height: 1.75em;
  color: #333;
  text-align: justify;
}
.energy-cards .card .content a {
  margin-top: auto;
  font-size: 15px;
  color: #de6834;
}
.energy-cards .card .content a::after {
  content: " ≫";
}

section.month-supercoder-section {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
  /* border-bottom: 1px solid #ddd; */
}
.month-supercoder-section h2 {
  margin-bottom: 1em;
  font-weight: 400;
  text-align: center;
  color: #333;
}
.month-supercoder-section h2 span {
  font-weight: 900;
}
.month-supercoder-section .info {
  display: flex;
  gap: 2em;
  margin: auto;
  font-family: "Avenir Book", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  max-width: 900px;
}
.month-supercoder-section .info .content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.month-supercoder-section .info .content .name {
  font-weight: bold;
  line-height: 1.8em;
}
.month-supercoder-section .info .image {
  flex-shrink: 0;
  width: 140px;
  height: 140px;
  border-radius: 0.5rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #companies-program {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 640px) {
  .energy-section h2 {
    margin-bottom: 1.5rem;
    font-size: 22px;
    text-align: left;
  }
  .energy-section>h4 {
    margin-bottom: 1rem;
    max-width: 100%;
    text-align: left;
    font-size: 18px;
  }
  .energy-cards {
    flex-direction: column;
  }
  .energy-cards .card {
    width: 100%;
  }
  .energy-cards .card .content h4 {
    font-size: 24px;
  }
  .energy-cards .card .content p {
    font-size: 18px;
  }
  section.month-supercoder-section {
    padding: 3em 2em !important;
  }
  .month-supercoder-section .info {
    flex-direction: column;
    gap: 1em;
  }
  .month-supercoder-section .info .content,
  .month-supercoder-section .info .content p {
    order: 1
  }
  .month-supercoder-section .info .content p {
    margin-top: 1rem;
  }
  .month-supercoder-section .info .image {
    width: 120px;
    height: 120px;
  }
}

@media (max-width:500px){
  #program-coverage-section .coverage-heading {
    text-align: center !important;
  }
  #program-coverage-section .coverage-sub-heading{
    text-align: center !important;
  }
  .new-coverange-col{
    justify-content: center !important;
    height: auto !important;
  }
}


.text-button{
  color: #DE6834;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none !important;
}

.text-button:hover{
  color: #DE6834;
}


/* carouselTestimonalControls */
#carouselTestimonalControls{
  margin: 50px 0px 70px 0px;
  background-color: #FFEEE5;
}

#carouselTestimonalControls .carousel-control-prev-icon {
  background-image: url('/images/Polygon 59.svg');
}

#carouselTestimonalControls .carousel-control-next-icon {
  background-image: url('/images/Polygon 60.svg');
}

.testimonal-quote{
  position: relative;
  padding-left: 25px;
  font-family: 'Avenir Book';
  font-size: 18px !important;
}

.testimonalBack::after{
  content: "";
  width: 110%;
  height: 100%;
  background-color: #FAD8C5;

}

.text-button{
  color: #DE6834;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none !important;
}

.text-button:hover{
  color: #DE6834;
}

#carouselTestimonalControls .testimonal-quote::before{
  content: '\f10d';
  font-size: 20px;
  top: -12px;
  left: 0px;
  opacity: .5;
  color: #CB825E;
  position: absolute;
  font-family: 'FontAwesome';
}

@media (max-width: 500px) {
  #carouselTestimonalControls .carousel-control-prev {
      left: -15px;
  }
  
  #carouselTestimonalControls .carousel-control-next {
      right: -15px;
  }
  #carouselTestimonalControls .carousel-item-inner {
      padding: 0px 30px
  }

  .testimonal-quote {
      position: relative;
      padding-left: 17px;
  }
}

@media only screen and (min-device-width: 501px) and (max-device-width: 768px){
  .get_in_touch_section {
      margin-top: 50px;
      padding-left: 20px;
  } 

  #carouselTestimonalControls .carousel-control-prev {
      left: -20px;
  }
  
  #carouselTestimonalControls .carousel-control-next {
      right: -20px;
  }
  
  #carouselTestimonalControls .carousel-item-inner {
      padding: 0px 45px
  }
}

@media (min-width: 769px) {
  #carouselTestimonalControls .carousel-control-prev {
      left: -25px;
  }
  
  #carouselTestimonalControls .carousel-control-next {
      right: -25px;
  }

  #carouselTestimonalControls .carousel-item-inner {
      padding: 0px 65px
  }
}

@media (min-width: 1024px){
  #carouselTestimonalControls .carousel-control-prev {
      left: -50px;
  }
  
  #carouselTestimonalControls .carousel-control-next {
      right: -50px;
  }
}


#homepage #presentationSection .image__custom {
  box-shadow:0px 0px 15px #00000029;
  /* width: 450px; */
  max-width: 100%;
}
#homepage .email-for-joining{
  width: 54%;
  margin-right: 4%;
  height: 43px;
  border: 1px solid #C4C4C4;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #00000029;
  outline: none;
  padding: 10px 20px;
}
.response-after-join-now{
  color: #DE6834;
  font-family: 'Avenir';
  font-size: 17px;
  line-height: 35px;
}
.modules-card-container {
  padding: 0rem 5rem 0rem 5rem;
  position: relative;
  top: -50px;
}
.modules-all-card-container {
	margin: auto;
	width: 1030px;
	position: relative;
}
.modules-all-card-container > div {
	width: 310px;
	margin: auto;
	max-width: 310px;
	padding: 0;
}
.modules-card {
	background: #fff;
	width: 310px;
	height: 300px;
	display: block;
	margin: auto;
  padding-top: 20px;
	border-radius: 10px;
  box-shadow: 0px 0px 30px #00000029;
}
.img-lock-container {
	position: relative;
	height: 30px;
}
.lock-icon {
	width: 15px;
	height: 15px;
	position: absolute;
	right: 10px;
	top: 10px;
}
.modules-number {
	font-family: 'Avenir';
	font-size: 60px;
	line-height: 76px;
	color: #de6834;
	font-weight: 700;
	text-align: center;
}
.modules-number-text,
.modules-title {
	font-size: 23px;
	font-family: 'Avenir';
	color: #333333;
	margin: 0;
	text-align: center;
}
.modules-title {
	font-weight: 500;
}
.modules-list-container {
	display: flex;
	flex-direction: column;
	align-items: center;
  margin-top: 10px;
  padding: 0px 10%;
  text-align: center;
}
.modules-list-container {
	padding: 0;
	font-size: 17px;
}
.modules-card-2 {
  background: #fad9c7;
  height: 355px;
  padding-top: 10px;
}
.modules-card-3 {
	box-shadow: 0px 0px 30px #00000029;
  color: white;
  height: 300px;
  background: transparent linear-gradient(90deg, #DE6834 0%, #4A1904 100%) 0% 0% no-repeat padding-box;
}
.modules-card-3 .modules-number-text,
.modules-card-3 .modules-title {
	color: white;
}
.modules-card-3 .modules-number-text{
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
}
.modules-card-3 .modules-title{
  font-weight: 700;
  font-size: 23px;
}
.refresh-icon-1 {
	position: absolute;
	left: 300px;
	width: 100px;
	z-index: 1;
	top: 20px;
}
.refresh-icon-2 {
	position: absolute;
	left: 651px;
	width: 100px;
	z-index: 1;
	bottom: -10px;
}
.refresh-icon-3{
    position: absolute;
    left: 30%;
    width: 60px;
    z-index: 1;
    top: 57%;
}
.section__heading__one_1 {
	font-weight: 500;
	font-size: 40px;
	line-height: 55px;
}
.section__text {
	font-family: 'Avenir Book';
	font-size: 22px;
	/* line-height: 35px; */
	max-width: 75%;
	margin: 0 auto;
}
#homepage .box__item__title {
	font-weight: 500;
	font-size: 40px;
	line-height: 55px;
	color: white;
}
#homepage .box__item__details {
	color: white;
	font-size: 17px;
	line-height: 25px;
	font-weight: 500;
	max-width: 160px;
}
.lang-container{
  width: 710px;
}
.lang-container p{
  display: inline-block;
  font-family: 'Avenir Book';
  width: 32%;
}
.lang-container img{
  width: 45px;
  height: 45px;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.start-coding-journy-price-text{
  display: inline-block;
  margin-bottom: 0;
  font-size: 17px;
  font-family: 'Avenir';
  font-weight: 500;
  margin-right: 10px;
  position: relative;
  top: 10px;
}
.start-coding-journy-price-text span{
  color: #DE6834;
}

#highlightsection > div{
  padding-top: 4rem !important;
  padding-bottom: 1rem !important;
}
/* #highlightsection .left-side-container{
  width: 50%;
  display: inline-block;
} */
.highlight-card-container{
  background: #FFEEE5;
  box-shadow: 0px 0px 4px #00000029;
  border-radius: 5px;
  padding: 7% 5%;
  max-width: 90%;
  margin: auto;
  margin-bottom: 3rem;
}
/* .highlight-card-container .hightlight-logo{
  width: 19%;
  display: inline-block;
} */
.highlight-card-container .hightlight-logo img{
  display: block;
  margin: auto;
  width: 100px;
  height: 70px;
}
/* .highlight-description{
  width: 80%;
  display: inline-block;
} */

.highlight-description .text___one{
  font-family: 'Avenir';
  margin-bottom: 0;
  text-align: center;
  font-size: 23px;
  color: #DE6834;
  font-weight: 500;
  /* position: relative;
  top: -10px; */
}

.highlight-description .text___two{
  font-family: 'Avenir';
  font-size: 17px;
  margin-bottom: 0;
  text-align: center;
  color: #DE6834;
  /* display: none; */
}
/* .right-side-container{
  width: 49%;
  display: inline-block;
} */

.projects-showcase-container{
  padding: 1rem 10rem;
}
.projects-showcase-container .heading {
  font-size: 30px;
  font-weight: 500;
  color: #333333;
}

.projects-showcase-container .img__placeholder {
  height: 150px;
  width: 100%;
  box-shadow: 0px 0px 12px 2px #00000029;
}
.projects-showcase-container .img__placeholder img {
  height: inherit;
  border-radius: inherit;
}

.projects-showcase-container .project_titile {
  font-family: 'Montserrat', sans-serif;
  color: #DE6834;
  font-weight: 500;
  font-size: 17px;
}

.projects-showcase-container .project_details {
  font-family: 'Hind', sans-serif;
  color: #333333;
  font-size: 15px;
  font-weight: 400;
}
.projects-showcase-decription{
  margin-bottom: 5.5rem !important;
}
#homepage #presentation-section .usp__title {
  max-width: 300px;
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  color: #DE6834;
  text-transform: uppercase;
  margin-bottom: 10px !important;
}
#homepage #presentation-section .usp__details {
	font-size: 17px;
	line-height: 30px;
	font-family: 'Avenir Book';
}
#homepage #presentation-section .presentation__content {
	padding-left: 10%;
	padding-right: 6%;
}

#homepage #application-process-section {
	background-color: #de6834;
	color: white;
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}

#homepage #application-process-section .application__process__content {
	padding-left: 7%;
	padding-right: 7%;
}

#homepage #application-process-section .step__title {
	font-size: 23px;
	line-height: 35px;
	font-weight: 600;
}
#homepage #application-process-section .step__title.step__title__2{
	font-weight: 500;
	width: 289px;
}

#homepage #application-process-section .step__description {
	font-size: 17px;
	line-height: 30px;
	font-family: 'Avenir Book';
}
.highlighted__heading {
	font-weight: 500;
	font-size: 30px;
	line-height: 55px;
	/* position: relative;
	left: 10%; */
}
#presentationSection2{
	position: relative;
  /* top: -50px; */
  background: white;
}
#presentationSection2 .product__heading {
	font-size: 40px;
	font-weight: 400;
	max-width: 400px;
	line-height: 46px;
	display: inline;
}
#presentationSection2 .product__info__1 {
	font-size: 17px;
	max-width: 500px;
	line-height: 30px;
	margin-top: 15px;
}

.product__info__1__box{
  height: 60px;
  display: flex;
  padding: 0px 22px;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 6px;
  position: relative;
  background: transparent linear-gradient(90deg, #FFEEE5 0%, #FCE0D2 100%) 0% 0% no-repeat padding-box;
}

.product__info__box__text__one::after{
  content: "★";
  font-size: 18px;
  position: absolute;
  right: 8px;
  top: -13px;
}

.product__info__1__box span{
  color: #de6834;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.product__info__1__box__middle{
  margin: 10px 10px;
}

#presentationSection2 .svg-circle-container{
  width: unset;
}
#presentationSection2 .circle-logo {
	position: absolute;
	/* top: 30%; */
	left: 0 !important;
	margin-top: -4% !important;
	top: auto !important;
}
#presentationSection2 .circle-logo .circle-logo-1 {
	background-color: #88462a !important;
	width: 120px !important;
	height: 120px !important;
	opacity: 0.4 !important;
	border-radius: 50% !important;
	position: relative !important;
	right: -6px !important;
}
#presentationSection2 .circle-logo .circle-logo-2 {
	background-color: #DE6834 !important;
    width: 120px !important;
    height: 120px !important;
    border-radius: 50% !important;
    position: relative !important;
    right: 70px !important;
    top: -63px !important;
    opacity: 40% !important;
}
#presentationSection2 .circle-logo .circle-logo-3 {
    background-color: #E6B9A1 !important;
    width: 150px !important;
    height: 150px !important;
    border-radius: 50% !important;
    position: relative !important;
    right: 30px !important;
    top: -140px !important;
    opacity: 40% !important;
}
.see-course-curi{
  font-family: 'Avenir Book';
  font-size: 22px;
  text-decoration: none !important;
  color: #DE6834;
}
.see-course-curi:hover{
  color: #DE6834;
}
.super-code-text{
	font-family: 'Avenir Book';
	text-align: center;
	font-size: 30px;
	margin-bottom: 2rem;
}

.super-coder-card{
	background: white;
	width: 265px;
	/* height: 300px; */
	margin: 10px auto;
	box-shadow: 0px 0px 10px #00000029;
	border-radius: 10px;
	padding: 1.5rem 1.5rem;
	text-align: center;
}
.super-coder-card-img-container{
	width: 60px;
	height: 60px;
	border-radius: 5px;
	margin: auto;
}

.super-coder-card-name,.super-coder-card-role{
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 0;
}
.super-coder-card-name{
	margin-top: 10px;
}
.super-coder-card-des{
	font-weight: 300;
    font-size: 17px;
    font-style: italic;
    color: #585858;
	margin-top: 10px;
}
.super-coder-card-btn a{
	text-decoration: none;
	color: #de6834;
}
.carousel__control_btn_2{
	font-size: 40px !important;
}
.carousel__control_btn_2 svg{
	color: #de6834 !important;
}
.img-thumbnail-4 {
	width: 100%;
}
#homepage #partners-section,
#homepage #program-structure-section {
	padding-left: 5%;
  padding-right: 5%;
  padding-top: 0 !important;
}
#program-structure-section{
  position: relative;
  top: -50px;
  padding-bottom: 0px !important;
}
#program-coverage-section{
  padding-top: 0.1rem !important;
}

#homepage #partners-section{
  margin-top: 74px !important;
  padding-top: 0px !important;
  padding-bottom: 60px !important;
}

#homepage #partners-section .img__placeholder {
	height: 100px;
	width: 100px;
}
#homepage #partners-section .img__placeholder img{
	width: inherit;
	height: inherit;
}




 #program-structure-section .item__img {
	width: 90px;
	height: 90px;
}

 #program-structure-section .item__title {
	font-size: 23px;
	/* line-height: 50px; */
	font-weight: 500;
}

 #program-structure-section .item__details {
	font-family: 'Avenir Book';
	font-size: 17px;
	line-height: 25px;
}

 #program-structure-section .orange__border__left {
	border-left: 4px solid #de6834;
}

 #program-structure-section .orange__border__right {
	border-right: 4px solid #de6834;
}


.section__heading__one {
	font-weight: 500;
	font-size: 40px;
	line-height: 55px;
}
#homepage #success-stories-section{
  padding-bottom: 4.5rem !important;
}
#homepage #success-stories-section .img__placeholder {
	height: 100px;
	width: 100px;
}
#homepage #success-stories-section .img__placeholder img{
	width: inherit;
	height: inherit;
	border-radius: inherit;
}

#homepage #success-stories-section .attestant__title {
	font-size: 17px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 1px ;
}

#homepage #success-stories-section .attestant__testimony {
	font-weight: 300;
	font-size: 17px;
	line-height: 25px;
	font-style: italic;
	color: #585858;
}

#homepage #success-stories-section  .section__heading__two {
	font-family: 'Avenir Book';
	font-size: 30px;
	line-height: 55px;
}
#homepage #getInTouchSection .heading {
  font-size: 40px;
  font-weight: 500;
}

#homepage #getInTouchSection .subheading {
  /* color: #333333; */
  font-size: 22px;
  font-family: 'Avenir Book'; 
  font-weight: 400;
}
#homepage #getInTouchSection .form__input {
  background-color: transparent;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
}

#homepage #getInTouchSection .form__input::placeholder {
  color: #ffffff;
}
.clg-cmny-img .image__custom{
  width: 55px;
  height: 55px;
}
.image__custom {
  border: none;
  background-color: transparent;
  /* width: 55px;
  height: 55px; */
  /* transition: 0.5s ease-in-out; */
}
/* .image__custom:hover{
  transition: 0.5s ease-in-out;
  transform: scale(1.1);
} */

.btn__custom {
    color: white;
    font-weight: 500;
    background-color: #DE6834;
    border-color: #DE6834;
    /* padding: 0.75rem 2.2rem; */
    padding: 14px 31px;
    font-size: 0.9rem;
}
.btn__custom_2{
  font-weight: 700;
  font-size: 17px;
  padding: 15px 40px !important;
}



.btn__custom:hover {
  color: white;
  background-color: #c75829;
  border-color: #c75829;
}

.carousel__control {
  color: #333333;
  font-size: large;
}

.vertical__divider {
  height: 100%;
  border-right: 1px solid #D6D6D6;
}

.horizontal__divider {
  height: 2px;
  border-bottom: 1px solid #D6D6D6;
}

.bg__primary {
  background: transparent linear-gradient(90deg, #DE6834 0%, #B24B1E 100%) 0% 0% no-repeat padding-box;
  color: white;
}

.logo__text__part__one {
  font-family: 'Changa', sans-serif;
  font-weight: 500;
  font-size: 27px;/*xx-large*/
  letter-spacing: -1.9px;
}

.logo__text__part__two {
  position: relative;
  left: -4px;
  font-family: 'Changa One', cursive;
  font-size: 27px;/*xx-large*/
}

header {
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  transition: all 0.5s ease;
  box-shadow: none;
  left: 0;
  font-size: 16px;
}

.header-section nav {
  padding: 24px 48px;
}

header .logo__link {
  color: #DE6834;
  text-decoration: none;
  font-size: 1.1em;
}

header .logo__link:hover {
  color: #c75829;
}

.navbar-nav .active {
  color: #DE6834;
}

nav .nav__link {
  color: #333333;
  /* font-weight: 600; I dont think so its work */
  font-size: 16.5px;
}

#navigation li span{
  font-weight: 500;
  opacity : 0.9;
}
.dropdown-menu{
  border: none;
  box-shadow: 0px 0px 10px #00000029;
}
.dropdown-divider{
  margin: 1.2rem 0 !important;
}

nav .navbar__dropdown::after {
  display: none;
}

nav .navbar__dropdown__icon {
  font-size: small;
  color: #707070;
}

nav .login__link {
  color: #707070;
  text-decoration: none;
  font-size: 16.5px;
}

.dropdown__item .dropdown__item__header{
  color: #DE6834;
  font-weight: 700;
  font-size: medium;
  /* text-transform: uppercase; */
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.dropdown__item .dropdown__item__description{
  color: #333333;
  font-size: small;
  white-space: normal;
  text-align: justify;
  font-family: 'Avenir Book';
}

.nav-item .dropdown__item:hover {
  background-color: transparent;
}

footer {
  background-color: #EFEFEF;
}

footer .logo__link {
  color: #333333;
  text-decoration: none;
}

footer .logo__link.footer-logo{
  position: absolute;
  right: 15%;
}
footer .logo__link.footer-logo span{
  font-size: 68px;
  color: #FFFFFF;
  opacity: 23%;
}

footer .nav__link {
  color: #727272;
  text-decoration: none;
}

footer .link__separator {
  color: #727272;
}
footer .container{
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* Homepage */


#homepage .circle-logo{
  position: absolute;
  /* top: 30%; */
  left: 0;
  margin-top: -51%;
  top: auto;
}
#homepage .circle-logo .circle-logo-1{
  background-color: #88462A;
  width: 120px;
  height: 120px;
  opacity: 0.4;
  border-radius: 50%;
  position: relative;
  right: 15px;
}
#homepage .circle-logo .circle-logo-2{
  background-color: #E6B9A1;
  width: 60px;
  height: 60px;
  opacity: 0.4;
  border-radius: 50%;
  position: relative;
  right: 30px;
  top: -30px;
}
#homepage .circle-logo .circle-logo-3{
  background-color: #E6CDCD;
  width: 150px;
  height: 150px;
  opacity: 0.4;
  border-radius: 50%;
  position: relative;
  right: 30px;
  top: -60px;
}
#homepage .homepage-coleges-companies-page-container{
  padding: 3rem 8rem;
  text-align: center;
}
#homepage .homepage-coleges-companies-page-container .vertical-divider-homepage{
  background-color: #F0F0F0;
  width: 1px;
  height: 250px;
  position: absolute;
  right: 50%;
  left: 50%;
  margin-top: 100px;
}
#homepage .homepage-coleges-companies-page-container .img-container-homepage-colleges img{
  width: 50%;
}
#homepage .homepage-coleges-companies-page-container .img-container-homepage-colleges .btn__custom{
  padding: 10px 31px;
}
#homepage .homepage-coleges-companies-page-container .homepage-coleges-companies-page-text-one{
  font-size: 23px;
  color: #333333;
  font-weight: 500;
  margin-top: 10px;
}
#homepage .homepage-coleges-companies-page-container .homepage-coleges-companies-page-text-two{
  font-size: 26px;
  color: #DE6834;
  margin-top: 10px;
  font-weight: 500;
}

.colleges-companies-text-homepage{
  margin-top: 6rem !important;
}

section#statsSection {
    height: 100%;
    display: flex;
    align-items: center;
}

.stats__description {
  text-align: left;
  width: 90%;
  margin-bottom: 0px;
}


.stats__heading {
  text-align: left;
}

.headerSectionmargin{
  margin-left:60px;
  margin-top: 50px;
}

#homepage #statsSection{
  color: #FFFFFF;
  font-weight: 500;
  text-align: left;
  font-size: 17px;
  /* margin: 15px 0; */
  position: relative;
  top: -95px;
}
#homepage #statsSection >div{
  padding-top: 4.2rem !important;
  padding-bottom: 4rem !important;
}

#homepage #testimonialsContainer .user__name {
  font-size: 17px;
  font-weight: 500;
}

#homepage #testimonialsContainer .user__role {
  font-size: 17px;
  font-family: 'Avenir Book';
}

#homepage #testimonialsContainer .user__testimonial {
  color: #585858;
  font-size: 16px;
  font-weight: 300;
}

.pull-right {
    float: right;
}
.pull-left {
    float: left;
}

#homepage #testimonialsContainer .user__testimonial::before {
  content: "\201C";
  font-family: 'Montserrat', sans-serif;
  color: #9B9B9B;
  font-weight: 700;
  position: relative;
  left: 0px;
  font-size: 35px;
  line-height: 25px;
  vertical-align: bottom;
}
#presentationSection{
  position: relative;
  top: -20px;
}

/* Homepage */

/* Colleges */
#collegesPage .header__img::after {
  background-image: url(/images/college_bg.png) !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 180%;
  position: absolute;
  top: 50px;
}

.hero_box{
  margin-top: 80px !important;
}

#collegesPage  #header-section .heading__one{
  font-size: 38px;
  font-weight: 600;
}

#collegesPage  #header-section .heading__one span{
  font-weight: 900;
}
.partner_section{
  padding: 70px 0px;
}
#collegesPage .patner-logo-box{
  border-radius: 4px !important;
}

.testimonials_section{
  padding: 50px 0px 30px 0px;
  background: transparent linear-gradient(90deg, #FFEEE5 0%, #FADAC8 100%) 0% 0% no-repeat padding-box;
}

.arrow-left {
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; 
  border-right:10px solid #DE6834; 
}

.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #DE6834;
}

#collegesPage .message-text-area{
  resize: none;
}
#collegesPage #topSection{
  height: 100%;
  padding: 5rem 1.5rem !important;
}
#collegesPage  .img-thumbnail-4{
  width: 100%;
}
.img-thumbnail-5{
  width: 80%;
}
#collegesPage #topSection .key__points {
  font-size: 20px;
  font-weight: 500;
}

#collegesPage #offeringsBriefSection .heading {
  font-size: 30px;
  font-weight: 500;
}

#collegesPage #offeringsBriefSection .subheading{
  font-size: 22px;
  font-weight: 300;
  color: #FFFFFF;
}

#collegesPage #offeringsBriefSection .brief__offering {
  max-width: 300px;
}

#collegesPage #offeringsBriefSection .offerings__description {
  font-weight: 500;
  font-size: 23px;
  line-height: 35px;
  margin-top: 0px ;
}
.square__before,.circle__before,.triangle__before{
  color: #DE6834;
}
#collegesPage #uspSection .heading {
  font-size: 40px;
  font-weight: 500;
  color: #333333;
  line-height: 55px;
}

#collegesPage #uspSection .subheading{
  font-size: 22px;
  line-height: 35px;
  font-family: 'Avenir Book';
  width: 70%;
  display: block;
  margin: auto;
}

#collegesPage #presentationSection .brief__offering {
  max-width: 300px;
}

#collegesPage #presentationSection .offerings__description {
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
}
.square__before,.circle__before,.triangle__before{
  color: #DE6834;
}
#collegesPage .usp__number {
  font-size: 80px;
  line-height: 80px;
  color: #DE6834;
  font-weight: 800;
}
#collegesPage .usp__title{
  font-size: 23px;
  color: #DE6834;
  font-weight: 500;
  width: 192px;
  line-height: 30px;
}
#collegesPage  .usp__description{
  font-weight: 300;
  color: #333333;
  font-size: large;
}
.companies-why-cq-responsive{
  padding-right: 2rem;
  padding-left: 2rem;
}
.prev__control {
  position: relative;
  left: 3%;
}

.next__control {
  position: relative;
  right: 3%;
}
.next__control > a,.prev__control > a{
  position: relative;
  top: -25px;
}
.uni-partners{
  padding-right: 6rem;
  padding-left: 6rem;
}
.course-we-offer-responsive-divs{
  margin-top: -10px !important;
}
#collegesPage .full-stack-web-responiseve{
  margin-top: 30px !important;
}
.random__thought__heading{
  font-size: 30px;
  color: #333333;
  text-align: center;
  margin: 50px 30px 60px 30px;
}
/* Colleges */


/* Companies - Page1 */

#companiesPage1 .message-text-area{
  resize: none;
}
#companiesPage1 section .heading {
  font-size: 40px;
  font-weight: 500;
}

#companiesPage1 section .subheading {
  /* color: #333333; */
  font-size: 22px;
  font-family: 'Avenir Book'; 
  font-weight: 400;
}

#companiesPage1 #topSection {
  height: 100%;
  padding: 5rem 1.5rem !important;
}

#companiesPage1 #topSection .heading {
  font-size: 43px;
  font-weight: 500;
}

#companiesPage1 #topSection .subheading {
  /* color: #333333; */
  font-size: 22px;
}

#companiesPage1 #offeringsBriefSection {
  background-color: #DE6834;
  color: white;
}

#companiesPage1 #offeringsBriefSection .heading {
  font-size: xx-large;
  font-weight: 600;
}

#companiesPage1 #offeringsBriefSection .subheading{
  font-size: x-large;
  font-weight: 300;
  color: #FFFFFF;
}

#companiesPage1 #offeringsBriefSection .stats__heading {
  font-size: xx-large;
  font-weight: 600;
}

#companiesPage1 #offeringsBriefSection .offerings__description {
  font-weight: 600;
  font-size: x-large;
}

#companiesPage1 #presentationSection .usp__number {
  font-size: 80px;
  line-height: 80px;
  color: #DE6834;
  font-weight: 800;
}

#companiesPage1 #presentationSection .usp__title {
  font-size: 23px;
  color: #DE6834;
  font-weight: 500;
  width: 217px;
  line-height: 30px;
}


.border-right-companies{
  position: relative;
}
.border-right-companies::after {
  content: '';
  height: 50%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 25%;
  background-color: #E0E0E0;  
}
.bi.bi-caret-right-fill,.bi.bi-caret-left-fill{
  color: #9B9B9B;
}
.mng-remote-devs{
  max-width: 339px !important;
}

#companiesPage1 #presentationSection .usp__description {
  font-weight: 300;
  color: #333333;
  font-size: 17px;
  line-height: 30px;
}

#companiesPage1 #presentationSection .img__placeholder {
  height: 100px;
  width: 100px;
}

#companiesPage1 #processDetailsSection .process__step__title {
  font-size: 17px;
  font-weight: 500;
  color: #333333;
}

#companiesPage1 #processDetailsSection .process__step__description {
  font-family: 'Avenir Book'; 
  font-size: 17px; 
  line-height: 30px;
  max-width: 650px;
}

#companiesPage1 #processDetailsSection .img__placeholder {
  height: 80px;
  width: 80px;
}
#companiesPage1 #processDetailsSection .img__placeholder img{
  width: inherit;
  height: inherit;
  border-radius: inherit;
}

#companiesPage1 #processDetailsSection .featured__user__name {
  font-size: 17px;
  font-weight: 500;
}

#companiesPage1 #processDetailsSection .featured__user__designation {
  color: #585858;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
}

#companiesPage1 #processDetailsSection .featured__user__experience {
  color: #585858;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
}

#companiesPage1 #messageSection {
  background-color: #DE6834;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

#companiesPage1 #messageSection .message {
  color: white;
  font-size: 30px;
  font-weight: 500;
}

#companiesPage1 #offerHelpSection .usp__heading {
  max-width: 241px;
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  color: #DE6834;
  text-transform: uppercase;
}

#companiesPage1 #offerHelpSection .usp__description {
  font-family: 'Avenir Book';
  font-size: 17px;
  line-height: 30px;
}

#companiesPage1 #getInTouchSection .form__input {
  background-color: transparent;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
}

#companiesPage1 #getInTouchSection .form__input::placeholder {
  color: #ffffff;
}
.svg-circle-container{
  width: 60px;
  margin-right: 10px !important;
}

/* Companies - Page1 */


/* Companies - Page2 */

#companiesPage2 .message-text-area{
  resize: none;
}

#companiesPage2 section .heading {
  font-size: 40px;
  font-weight: 500;
}

#companiesPage2 section .subheading {
  color: #333333;
  font-size: 22px;
  font-family: 'Avenir Book';
  line-height: 35px;
}
#companiesPage2 section#offeringsSection .subheading{
  display: block;
  width: 60%;
  margin: auto;
}

#companiesPage2 #topSection {
  height: 100%;
  padding: 5rem 1.5rem !important;
}

#companiesPage2 #topSection .heading {
  font-size: 43px;
  font-weight: 500;
  line-height: 50px;
}

#companiesPage2 #topSection .subheading {
  color: #333333;
  font-size: 22px;
}

#companiesPage2 #comparisonSection {
  background-color: #DE6834;
  color: white;
}

#companiesPage2 #comparisonSection .comparison__table__row {
  border-bottom: 1px solid white;
  color: white;
  font-size: 22px;
  font-weight: 300;
}

#companiesPage2 #comparisonSection .check__mark,
#companiesPage2 #comparisonSection .cross__mark {
  font-size: xx-large;
  font-weight: 900;
  line-height: 35px;
}

#companiesPage2 #offeringsSection .product__heading , #presentationSection .product__heading  {
  font-size: 40px;
  font-weight: 400;
  line-height: 3rem;
  max-width: 400px;
  line-height: 46px;
}

#companiesPage2 #offeringsSection .product__subheading {
  color: #333333;
  /* font-weight: 600; */
  max-width: 500px;
  font-family: 'Avenir Book';
  font-size: 17px;
  line-height: 30px;
}

#companiesPage2 #technologiesSection .img__placeholder {
  height: 50px;
  width: 50px;
}
#companiesPage2 #technologiesSection .img__placeholder img{
  width: inherit;
  height: inherit;
  border-radius: inherit;
}

#companiesPage2 #technologiesSection .technologies__class {
  font-size: 23px;
  font-weight: 500;
}

#companiesPage2 #technologiesSection .technology__name {
  font-family: 'Avenir Book';
  font-size: 17px;
}
#companiesPage2 .img-thumbnail{
  max-width: 80%;
}
#companiesPage2 .companies-page2-advantage{
  padding-left: 8rem !important;
  padding-right: 8rem !important;
  margin-top: 6rem;
}
#companiesPage2 .companies-page2-advantage .row.my-5{
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

/* Companies - Page2 */


/* Learners - Page1 */

#learnersPage1 section .heading {
  font-size: 40px;
  font-weight: 600;
}

#learnersPage1 section .subheading {
  color: #333333;
  font-size: x-large;
}

#learnersPage1 #topSection {
  height: 100%;
  background-image: url('/websiteNew/assets/img/website/learners/page1/page1__main.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#learnersPage1 #topSection .heading {
  font-size: 50px;
  font-weight: 700;
  color: #DE6834;
}

#learnersPage1 #topSection .subheading {
  color: #333333;
  font-size: large;
}

#learnersPage1 #programStructureSection .item__title {
  font-size: x-large;
  color: #333333;
  font-weight: 600;
}

#learnersPage1 #programStructureSection .item__details {
  color: #333333;
  font-weight: 300;
}

#learnersPage1 #programStructureSection .orange__border__left {
  border-left:  4px solid #DE6834;
}

#learnersPage1 #programStructureSection .orange__border__right {
  border-right:  4px solid #DE6834;
}

#learnersPage1 #highlightsSection {
  background-color: #DE6834;
  color: white;
}

#learnersPage1 #highlightsSection .heading {
  font-size: xx-large;
  font-weight: 600;
}

#learnersPage1 #highlightsSection .subheading{
  font-size: x-large;
  font-weight: 300;
  color: #FFFFFF;
}

#learnersPage1 #highlightsSection .highlight__point{
  font-size: x-large;
  line-height: 25px;
  font-weight: 500;
  color: #FFFFFF;
}

#learnersPage1 #highlightsSection .highlight__point::before{
  content: '\2605';
  margin-right: 2rem;
}

#learnersPage1 #applicationProcessSection {
  background-color: #DE6834;
  color: white;
}

#learnersPage1 #applicationProcessSection .heading {
  font-size: xx-large;
  font-weight: 600;
}

#learnersPage1 #applicationProcessSection .subheading{
  font-size: x-large;
  font-weight: 300;
  color: #FFFFFF;
}

#learnersPage1 #applicationProcessSection .step__title {
  font-size: x-large;
  font-weight: 600;
}

#learnersPage1 #applicationProcessSection .step__description {
  font-weight: 300;
  font-size: large;
}

#learnersPage1 #programCoverageSection .item__title {
  font-size: 50px;
  color: white;
  font-weight: 600;
}

#learnersPage1 #programCoverageSection .item__details {
  color: white;
  font-size: large;
}

#learnersPage1 #presentationSection .usp__title {
  font-size: 50px;
  text-transform: uppercase;
  color: #DE6834;
  font-weight: 600;
  line-height: 35px;
}

#learnersPage1 #presentationSection .faded {
  opacity: 0.4;
}

#learnersPage1 #presentationSection .usp__description {
  font-weight: 300;
  color: #333333;
  font-size: large;
}

#learnersPage1 #presentationSection .img__placeholder {
  height: 120px;
  width: 120px;
}

#learnersPage1 #offeringsSection .product__heading {
  font-size: 40px;
  font-weight: 500;
  line-height: 3rem;
}

#learnersPage1 #offeringsSection .product__subheading {
  color: #333333;
  font-weight: 600;
  max-width: 500px;
}

#learnersPage1 #offeringsSection .product__key__points {
  color: #333333;
  font-size: large;
}

#learnersPage1 #alumnusSection .img__placeholder {
  height: 120px;
  width: 120px;
}

#learnersPage1 #successStoriesSection .img__placeholder {
  height: 120px;
  width: 120px;
}
#batches-section{
  padding-bottom: 4rem !important;
}
 #batches-section table .table-active {
	background-color: #f2f2f2;
}

 #batches-section table tbody tr td {
	font-family: 'Avenir Book';
	font-size: 17px;
	line-height: 40px;
}

 #batches-section table .table-active td {
	font-family: 'Avenir' !important;
	font-weight: 500;
}

 #batches-section .card-title {
	font-size: 22px;
	line-height: 40px;
	font-weight: 500;
}

 #batches-section .program__price {
	font-weight: 500;
	font-size: 40px;
	line-height: 75px;
}

 #batches-section .program__mrp {
	text-decoration: line-through;
	color: #b5b5b5;
	font-size: 30px;
	line-height: 75px;
	font-family: 'Avenir Book';
}

 #batches-section .batch__session {
	font-size: 15px;
	line-height: 40px;
	font-family: 'Avenir Book';
}

 #batches-section button {
	/* width: 150px; */
	height: 50px;
	font-size: 17px;
	line-height: 16px;
	font-weight: 600;
	padding: 0.5rem 4rem !important;
}

#learnersPage1 #successStoriesSection .attestant__name {
  font-size: 21px;
  font-weight: 500;
}

#learnersPage1 #successStoriesSection .attestant__designation {
  font-size: 21px;
  font-weight: 500;
}

#learnersPage1 #successStoriesSection .attestant__testimony {
  font-weight: 300;
  font-size: 20px;
  font-style: italic;
  color: #585858;
}

/* Learners - Page1 */


/* Learners - Page2 */

#learnersPage2 section .heading {
  font-size: 40px;
  font-weight: 600;
}

#learnersPage2 section .subheading {
  color: #333333;
  font-size: x-large;
}

#learnersPage2 #topSection {
  height: 100%;
}

#learnersPage2 #topSection .heading {
  font-size: 50px;
  font-weight: 700;
  color: #DE6834;
}

#learnersPage2 #topSection .subheading {
  color: #333333;
  font-size: x-large;
}

#learnersPage2 #topSection .key__points {
  color: #333333;
  font-size: large;
  font-weight: 700;
}

#learnersPage2 #topSection .square__before {
  color: #DE6834;
}

#learnersPage2 #topSection .circle__before {
  color: #DE6834;
}

#learnersPage2 #topSection .triangle__before {
  color: #DE6834;
}

#learnersPage2 #offeringsBriefSection {
  background-color: #DE6834;
  color: white;
}

#learnersPage2 #offeringsBriefSection .heading {
  font-size: xx-large;
  font-weight: 600;
}

#learnersPage2 #offeringsBriefSection .subheading{
  font-size: x-large;
  font-weight: 300;
  color: #FFFFFF;
}

#learnersPage2 #offeringsBriefSection .stats__heading {
  font-size: xx-large;
  font-weight: 600;
}

#learnersPage2 #offeringsBriefSection .offerings__description {
  font-weight: 600;
  font-size: x-large;
}

#learnersPage2 #presentationSection .usp__number {
  font-size: 80px;
  line-height: 80px;
  color: #DE6834;
  font-weight: 800;
}

#learnersPage2 #presentationSection .usp__title {
  font-size: x-large;
  color: #DE6834;
  font-weight: 600;
}

#learnersPage2 #presentationSection .usp__description {
  font-weight: 300;
  color: #333333;
  font-size: large;
}

#learnersPage2 #presentationSection .img__placeholder {
  height: 120px;
  width: 120px;
}

#learnersPage2 #offeringsSection .product__heading {
  font-size: 40px;
  font-weight: 500;
  line-height: 3rem;
}

#learnersPage2 #offeringsSection .product__subheading {
  color: #333333;
  font-weight: 600;
  max-width: 500px;
}

#learnersPage2 #offeringsSection .product__key__points {
  color: #333333;
  font-size: large;
}

#learnersPage2 #partnersSection .img__placeholder {
  height: 120px;
  width: 120px;
}

#learnersPage2 #getInTouchSection .form__input {
  border-color: transparent;
  border-bottom: 1px solid #dddddd;
  font-size: large;
  padding-left: 1.25rem;
}

#learnersPage2 #getInTouchSection .form__input:focus {
  box-shadow: none;
  outline: none;
}

#learnersPage2 #getInTouchSection .form__input::placeholder {
  color: #acacac;
  font-weight: 600;
  font-style: italic;
  font-size: large;
  text-align: left;
}

/* Learners - Page2 */


/* About */
.about-page{
  overflow-x: hidden;
}
.about-page .img-thumbnail-1{
  max-width: 120%;
}
.about-page .img-thumbnail-2{
  max-width: 110%;
}
  .img-thumbnail-3{
  max-width: 85%;
}

#about section .heading {
  font-size: 40px;
  font-weight: 500;
}

#about section .subheading {
  color: #333333;
  font-size: 22px;
  font-family: 'Avenir Book';
}

#about #topSection {
  height: 100%;
}

#about #topSection .heading {
  font-size: 43px;
  font-weight: 500;
  color: #DE6834;
  line-height: 60px;
}

#about #topSection .subheading {
  color: #333333;
  font-size: 22px;
  font-family: 'Avenir Book';
  /* font-weight: 300; */
  line-height: 35px;
}

#about #topSection .info__text {
  color: #333333;
  font-size: 17px;
  /* font-weight: 300; */
  font-family: 'Avenir Book';
}
.follow-uss{
  color: #333333;
  font-size: 17px;
  /* font-weight: 300; */
  font-family: 'Avenir Book';
}
.circle-logo{
  position: absolute;
  top: 30%;
  left: 0;
}
.circle-logo .circle-logo-1{
  background-color: #88462A;
  width: 120px;
  height: 120px;
  opacity: 0.4;
  border-radius: 50%;
  position: relative;
  right: 15px;
}
.circle-logo .circle-logo-2{
  background-color: #E6B9A1;
  width: 60px;
  height: 60px;
  opacity: 0.4;
  border-radius: 50%;
  position: relative;
  right: 30px;
  top: -30px;
}
.circle-logo .circle-logo-3{
  background-color: #E6CDCD;
  width: 150px;
  height: 150px;
  opacity: 0.4;
  border-radius: 50%;
  position: relative;
  right: 30px;
  top: -60px;
}
.circle-logo--2{
  position: absolute;
  /* top: 30%; */
  right: 0;
  overflow-x: hidden;
}
.circle-logo--2 .circle-logo-1{
  background-color: #DE6834;
  width: 110px;
  height: 110px;
  opacity: 0.4;
  border-radius: 50%;
  position: relative;
  left: 30px;
}
.circle-logo--2 .circle-logo-2{
  background-color: #E6B9A1;
  width: 120px;
  height: 120px;
  opacity: 0.4;
  border-radius: 50%;
  position: relative;
  left: 60px;
  top: -50px;
}

.circle-logo--3{
  position: absolute;
  /* top: 30%; */
  left: 0;
}
.circle-logo--3 .circle-logo-1{
  background-color: #88462A;
  width: 120px;
  height: 120px;
  opacity: 0.4;
  border-radius: 50%;
  position: relative;
  right: 60px;
}
.circle-logo--3 .circle-logo-2{
  background-color: #E6B9A1;
  width: 60px;
  height: 60px;
  opacity: 0.4;
  border-radius: 50%;
  position: relative;
  right: 30px;
  top: -30px;
}
.circle-logo--3 .circle-logo-3{
  background-color: #E6CDCD;
  width: 170px;
  height: 170px;
  opacity: 0.4;
  border-radius: 50%;
  position: relative;
  right: 60px;
  top: -90px;
}

#about #topSection .sm__placeholder {
  height: 30px;
  width: 30px;
}

#about #workIntroSection .heading {
  font-size: 40px;
  font-weight: 500;
}

#about #workIntroSection .subheading {
  color: #333333;
  font-size: x-large;
  font-weight: 300;
}

#about #workIntroSection .info__text {
  color: #333333;
  font-size: large;
  font-weight: 300;
  line-height: 30px;
}

#about #workIntroSection .parallelogram__tab {
  background-color: #FFEEE5;
  transform: skew(25deg);
  color: #DE6834;
  font-size: x-large;
  font-weight: 600;
  cursor: pointer;
}

#about #workIntroSection .parallelogram__tab__selected {
  background-color: #DE6834;
  color: white;
}

#about #workIntroSection .parallelogram__text{
  transform: skew(-25deg); 
  display: inline-block;
  font-size: 23px;
  font-weight: 500;
}

#about #workIntroSection .tab__heading{
  color: #333333;
  font-size: 22px;
  /* font-weight: 500; */
  font-family: 'Avenir Book';
}

#about #workIntroSection .tab__content{
  color: #333333;
  /* font-weight: 300; */
  font-size: 17px;
  font-family: 'Avenir Book';
  line-height: 30px;
}

#about #advisorsSection .subheading{
  color: #333333;
  font-weight: 300;
  font-size: 17px;
  line-height: 30px;
}

#about #advisorsSection .img__placeholder {
  height: 250px;
}

#about #advisorsSection .overlay__img__container {
  position: relative;
}

#about #advisorsSection .overlay__text__container {
  position: absolute;
  bottom: 0;
  width: 272px;
  background: #202020;
  opacity: 0.81;
  padding: 40px 10px 10px 10px;
}

#about #advisorsSection .hover__text__container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  padding-bottom: 6.5rem;
  transition: all 0.3s;
}

#about #advisorsSection .overlay__img__container:hover .hover__text__container {
  visibility: visible;
  opacity: 1;
}

#about #advisorsSection .overlay__img__container:hover .overlay__text__container {
  /* border-top: 2px solid #DE6834; */
}

#about #advisorsSection .advisor__intro {
  color: white;
  font-weight: 500;
}

#about #advisorsSection .advisor__name {
  color: white;
  font-size: 17px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}
#about #advisorsSection .advisor__name::before{
  display: block;
  content: '';
  background: #DE6834;
  height: 1px;
  margin-top: -20px;
  /* margin-left: 101px; */
  width: 100px;
}

#about #advisorsSection .advisor__role {
  color: white;
  font-size: 17px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}

#about #newsSection .heading {
  font-size: 30px;
  font-weight: 500;
  color: #333333;
}

#about #newsSection .img__placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 140px;
  overflow: hidden;
}
#about #newsSection .img__placeholder img {
  height: inherit;
  border-radius: inherit;
}

#about #newsSection .news__title {
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #333333;
}

#about #newsSection .news__source {
  font-family: 'Hind', sans-serif;
  color: #AFAFAF;
  font-size: 17px;
  font-weight: 400;
}

#about #hireSection .heading {
  font-size: 30px;
  font-weight: 500;
  color: #333333;
}

#about #hireSection .info__text {
  color: #333333;
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
  font-family: 'Avenir Book';
}

#about #hireSection .job__text {
  color: #333333;
  font-size: 17px;
}

 #contactSection {
  color: white;
  background-color: #DE6834;
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

 #contactSection .contact__type {
  font-size: 22px;
  font-weight: 500;
}

 #contactSection .contact__text {
  font-size: 22px;
  font-family: 'Avenir Book';
}

 #contactSection .contact__address__text {
  font-size: 22px;
  font-family: 'Avenir Book';
  /* line-height: 35px; */
}

#about #formSection form label {
  max-width: 90%;
  font-family: 'Avenir Book';
}

#about #formSection form input {
  max-width: 80%;
  border: none;
  outline: none;
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: 1.25rem;
  padding: 0;
}

#about #formSection form input:focus {
  box-shadow: none;
  outline: none;
}

#about #formSection form button[type="submit"] {
  padding: 10px 50px;
  font-weight: 500;
}

#about #formSection form button[type="reset"] {
  background-color: transparent;
  padding: 10px 20px;
  color: #333;
  font-style: italic;
  border: none;
}

#about #formSection form button:focus {
  box-shadow: none;
  outline: none;
}

/* About */


/* User Auth Pages */

#authPage {
  color: #FFFFFF;
}

#authPage #authForm {
  min-width: 60%;
}

#authPage .link__sent__text {
  font-family: 'Avenir Book';
  font-size: 20px;
  font-style: italic;
}

#authPage .logo__text__part__one {
  font-family: 'Changa', sans-serif;
  font-weight: 600;
  font-size: 50px;
  letter-spacing: -1.9px;
}

#authPage .logo__text__part__two {
  position: relative;
  left: -4px;
  font-family: 'Changa One', cursive;
  font-size: 50px;
}

#authPage .auth__form__header {
  font-family: 'Avenir Book';
  font-size: 35px;
}

#authPage .auth__form__input {
  background-color: transparent;
  border-color: transparent;
  color: #FFFFFF;
  border-bottom: 1.25px solid white;
  font-size: large;
  text-align: center;
}

#authPage .auth__form__input:focus {
  color: #FFFFFF;
  background-color: transparent;
  box-shadow: none;
  border-color: transparent;
  border-bottom-color: white;
  outline: none;
}

#authPage .auth__form__input::placeholder {
  font-family: 'Avenir Book';
  color: white;
  font-style: italic;
  font-size: large;
}

#authPage button[type="submit"] {
  color: #DE6834;
  font-weight: 700;
}

#authPage a {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 700;
}

/* User Auth Pages */

/* Testimonials Carousel */

#testimonialsCarousel .attestant__name {
  font-size: 17px;
  font-weight: 500;
}

#testimonialsCarousel .attestant__designation {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 2px;
}

#testimonialsCarousel .attestant__testimony {
  font-weight: 300;
  font-size: 17px;
  font-style: italic;
  color: #585858;
}

/* Testimonials Carousel */

/* Get in touch form */

#getInTouchForm {
  max-width: 500px;
}

#getInTouchForm .form__input {
  border-color: transparent;
  font-family: 'Avenir Book';
  border-bottom: 1px solid #d7d7d7;
  font-size: large;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

#getInTouchForm .form__input:focus {
  box-shadow: none;
  outline: none;
}

#getInTouchForm .form__input::placeholder {
  font-style: italic;
  font-size: large;
  opacity: 0.56;
  color: #333333;
}

/* Get in touch form */

/* FAQs */

#faqSection ul {
  list-style-type: none;
  padding: 0;
}

#faqSection .faq__question {
  font-weight: 500;
  cursor: pointer;
  font-size: 22px;
}

#faqSection .faq__answer {
  color: #585858;
  font-size: 21px;
  line-height: 35px;
  font-family: 'Avenir Book';
}

/* FAQs */

/* Typography */

.heading__one {
  font-size: 43px;
  font-weight: 500;
  color: #333333;
  line-height: 60px;
}

.heading__two {
  font-size: 40px;
  font-weight: 500;
  color: #333333;
  line-height: 55px;
}

.heading__three {
  font-size: 40px;
  font-family: 'Avenir Book';
  line-height: 55px;
}

.heading__four {
  font-size: 30px;
  font-family: 'Avenir Book';
}

.heading__five {
  font-size: 20px;
  font-weight: 500;
}

.heading__six {
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
}

.heading__seven {
  font-weight: 500;
  font-size: 35px;
}

.text__one {
  font-size: 22px;
  line-height: 37px;
  font-family: 'Avenir Book';
  font-weight: 400;
}
.text__one__2{
  font-size: 19px;
}

.text__two {
  font-size: 17px;
  line-height: 40px;
  font-family: 'Avenir Book';
}

.text__three {

}

.text__four {

}

.text__five {
  font-weight: 500;
  font-size: 16px;
  /* width: 148%; */
  margin-bottom: 0px;
}
.text__five a{
  text-decoration: none;
  color: #DE6834;
}
.homepage-points-left-side{
  padding-right: 1rem !important;
  padding-left: 6rem !important;
}
/* Typography */


.header__btn__text {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

.img__placeholder__xs {
  height: 30px;
  width: 30px;
}

.img__placeholder__sm {
  height: 90px;
  width: 90px;
}

.img__placeholder__md {
  height: 100px;
  width: 100px;
}
.img__placeholder__md img{
  width: inherit;
  height: inherit;
  border-radius: inherit;
}
.img__placeholder img{
	width: inherit;
	height: inherit;
	border-radius: inherit;
}


#presentationSection .product__heading {
  line-height: 46px;
  display: inline;
}

#presentationSection .product__info {
  font-size: 17px;
  font-weight: 500;
  max-width: 500px;
  margin-top: 12px;
}

#presentationSection .product__info__1 {
  font-size: 17px;
  max-width: 500px;
  line-height: 30px;
  margin-top: 15px;
}

#presentationSection .product__info__2 {
  font-size: 19px;
  max-width: 600px;
  line-height: 30px;
  font-family: 'Avenir Book';
}

#presentationSection .product__key__points {
  font-size: 17px;
  line-height: 30px;
  font-family: 'Avenir Book'
}

#uspSection .usp__number {
  font-size: 100px;
  line-height: 100px;
  color: #DE6834;
  font-weight: 700;
}

#uspSection .usp__heading {
  color: #DE6834; 
  max-width: 280px;
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
}

#uspSection .usp__description {
  font-family: 'Avenir Book';
  font-size: 17px;
  line-height: 30px;
}
section#header-section {
    height: 736px;
    /* height : 100%; */
    padding-bottom: 40px;
    position: relative;
    top: -30px;
}


.header__img {
  position: relative;
}

.header__img::after {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

#homepage .header__img::after {
    background-image: url(/websiteNew/assets/img/website/homepage/custom–1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 171%;
    position: absolute;
    /* right: 0%; */
    top: 1%;
}

#learnersPage1 .header__img::after {
  background-position: bottom;
  background-image: url('/websiteNew/assets/img/website/learners/page1/page1__main.png');
}

.statsSections{
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.how-procs-works{
  margin-top: 100px !important;
}

#presentationSection .product__heading .part_one{
  color: #de6834 !important;
  font-weight: 700 !important;
}

#presentationSection .product__heading .part_two{
  font-size: 35px !important;
  font-weight: 500 !important;
}

.degree-card {
  margin: 2.5rem auto 5rem;
  padding: 0px;
  max-width: 1300px;
}
.degree-card .card-header {
  position: relative;
  padding: 3rem;
  background-image: linear-gradient(180deg, #DE6834, #BA4512);
  background-color: #de6834;
  color: #fff;
  border-bottom: none;
  border-radius: 1rem;
}
.degree-card .card-header::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 65%;
  width: 52%;
  height: 129%;
  background-image: url("/images/Group\ 145.png");
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
}
.degree-card .card-header .labels {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}
.degree-card .card-header .labels .label {
  padding: 0.3rem 1.25rem;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0.5rem;
  color: #de6834;
  background-color: #fff;
  box-shadow: 0px 0.25rem 0.5rem #0003;
}
.degree-card .card-header h2 {
  margin-top: 0.5em;
  width: 70%;
  font-size: 34px;
  font-weight: 900;
}
.degree-card .card-header h3 {
  margin-top: -0.25em;
  width: 70%;
  font-size: 30px;
  font-weight: 700;
}
.degree-card .card-header h4 {
  margin-top: 0.75em;
  font-size: 22px;
  font-weight: 400;
}
.degree-card .card-body {
  display: flex;
  flex-direction: column;
  padding: 3rem;
  color: #333;
}
.degree-card .card-body p {
  font-size: 18px;
  font-weight: 500;
}
.degree-card .card-body ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 2rem;
  list-style: none;
}
.degree-card .card-body ul li {
  display: flex;
  gap: 1.5rem;
  padding: 1rem;
  width: calc(33% - 0.5rem);
  font-size: 18px;
}
.degree-card .card-body ul li[first-child] {
  background-color: #de6834;
  color: #fff;
  border-radius: 1rem;
}
.degree-card .card-body ul li .icon {
  flex-shrink: 0;
  width: 2.8rem;
  height: 2.8rem;
}
.degree-card .card-body ul li p {
  font-weight: 500;
}
.degree-card .card-body ul li p strong {
  display: block;
  font-weight: 800;
}
.degree-card .card-body .button {
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 1rem 3.5rem;
  padding: 0.8rem 1.6rem;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0.25rem;
  background-color: #de6834;
  color: #fff;
  border: none;
}
.degree-card .card-body .button svg {
  width: 1.4em;
  height: 1.4em;
}

@media screen and (max-width: 980px) {
  a.nav-link.nav__link.button {
    margin: 0px;
  }
}
@media screen and (max-width: 480px) {
  .degree-card {
    border-radius: 0px;
    box-shadow: unset;
  }
  .degree-card .card-header {
    border-radius: 0px;
  }
  .degree-card .card-header,
  .degree-card .card-body {
    padding: 2rem;
  }
  .degree-card .card-header .labels {
    flex-wrap: wrap;
    gap: 0.75rem;
  }
  .degree-card .card-header .labels .label {
    font-size: small;
    box-shadow: 0px 0.25em 0.5em #0002;
  }
  .degree-card .card-header::before {
    display: none;
    position: relative;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 240px;
    order: 2;
    background-position: center;
  }
  .degree-card .card-header h2 {
    margin-top: 1.5rem;
    font-size: 24px;
    width: 100%;
  }
  .degree-card .card-header h3 {
    font-size: 22px;
    width: 100%;
  }
  .degree-card .card-header h4 {
    font-size: 18px;
  }
  .degree-card .card-body p {
    font-size: 18px;
    font-weight: 400;
  }
  .degree-card .card-body ul {
    margin-top: 1rem;
  }
  .degree-card .card-body ul li {
    gap: 1rem;
    padding: 0.25rem 0px;
    width: 100%;
  }
  .degree-card .card-body ul li .icon {
    margin-top: 0.15rem;
    width: 1.6rem;
    height: 1.6rem;
  }
  .degree-card .card-body ul li p {
    margin-bottom: 0.25rem;
    font-size: 1rem;
  }
  .degree-card .card-body ul li p strong {
    font-weight: 600;
  }
  .degree-card .card-body .button {
    margin: auto;
  }
}

@media(min-width:1250px){
  .advisor_responsv{
    padding: 0px 5rem;
  }
}

/* larger larger devices */
@media(min-width:1366px){
  .banner-section{
    position: relative;
    top: 100px;
  }
}
@media(min-width:1439.99px){
  section#header-section{
    height: 784px;
  }
}

@media(min-width:1599.98px){
  section#header-section{
    height: 866px;
  }
}
@media(min-width:1520px){
  #collegesPage .full-stack-web-responiseve{
    margin-top: 0px !important;
  }
  #collegesPage #offeringsBriefSection .offerings__description{
    margin-top: 1rem !important;
  }
}

/* full hd */
@media(min-width:1919.98px){
  section#header-section{
    height: 1028px;
  }
  #homepage #statsSection {
    top: -116px;
  }
}
@media(min-width:991.98px){
  .course-we-offer-responsive-p-tags{
    display: none !important;
  }
}




/* ============================================ */

/* Large devices (desktops, less than 1440px) */

@media (max-width: 1439.98px) {
  /* .heading__one {
    font-size: 44px;
    font-weight: 600;
    color: #333333;
    line-height: 57px;
    margin-top: 15px;
  }
   */
  .heading__four {
  
  }
  
  .heading__five {
    font-size: 1.25rem;
    font-weight: 500;
  }
  
  .text__one {
    font-size: 22px;
    line-height: 35px;
  }
  .text__one__2{
    font-size: 19px;
  }
  
  .text__two {
    font-size: 17px;
    line-height: 37px;
    margin: 15px 0;
  }
  
  .text__three {
  
  }
  
  .text__four {
  
  }
  
  .text__five {
      font-weight: 500;
      font-size: 16px;
      padding: 0 15px 0 0;
  }
  .text__five.res{
    width: 70%;
  }  
  #homepage .box__item__title {
		font-size: 40px;
		line-height: 60px;
  }
  #homepage .box__item__details {
		font-size: 17px;
		line-height: 25px;
		max-width: 160px;
  }
  
  #homepage #application-process-section .step__title {
		font-size: 23px;
		line-height: 35px;
	}

	#homepage #application-process-section .step__description {
		font-size: 17px;
		line-height: 30px;
  }
  .highlighted__heading {
		font-size: 30px;
		line-height: 50px;
  }
  
  #batches-section .table__heading {
		font-size: 23px;
		line-height: 55px;
  }
   #batches-section .card-title,
	 #batches-section table tbody tr td,
	 #batches-section .batch__session {
		font-size: 15px;
		line-height: 42px;
  }
   #batches-section .program__price {
		font-size: 35px;
		line-height: 65px;
	}

	 #batches-section .program__mrp {
		font-size: 25px;
		line-height: 60px;
  }
  #program-coverage-section .item__title,
	#program-coverage-section .item__details {
		font-size: 17px;
		line-height: 30px;
	}

	#program-coverage-section .box__item__title {
		font-size: 40px;
		line-height: 60px;
	}

	#program-coverage-section .box__item__details {
		font-size: 17px;
		line-height: 25px;
		max-width: 160px;
	}
}

/* Large devices (desktops, less than 1440px) */

@media(max-width:1366px){
  section#header-section{
    height: 749px;
  }
  #homepage #statsSection{
    position: relative;
    top: -95px;
  }
}

@media (max-width:1344px){
  .mng-remote-devs{
    width: 399px;
  }
}
@media (max-width: 1286.98px){
  section#header-section{
    height: 736px;
  }
  #homepage #statsSection{
    position: relative;
    top: -105px;
  }
  .svg-circle-container{
    width: 66px;
  }
  .horizontal__divider{
    width: 86% !important;
  }
  .banner-section{
    padding-top: 5rem !important;
    position: relative;
    right: 10px;
  }
  #about #workIntroSection{
    margin: 0 !important;
  }
}
/* Large devices (desktops, less than 1200px) */

@media (max-width: 1199.98px) {
  .heading__one {
    font-size: 38px;
    font-weight: 500;
    color: #333333;
    line-height: 55px;
  }
  
  .heading__four {
  
  }
  
  .heading__five {
    font-size: x-large;
    font-weight: 500;
  }
  
  .text__one {
    font-size: 23px;
    line-height: 40px;
    font-family: 'Avenir Book';
  }

  .text__one__2{
    font-size: 19px;
  }
  
  .text__two {
    font-size: 17px;
    line-height: 37px;
    font-family: 'Avenir Book';
  }
  
  .text__three {
  
  }
  
  .text__four {
  
  }
  
  .text__five {
    font-weight: 500;
    font-size: large;
  }

  #presentationSection .product__heading {
    font-size: 37px;
    font-weight: 500;
    line-height: 45px;
  }

  #authPage .logo__text__part__one {
    font-size: 45px;
    letter-spacing: -1.9px;
  }
  
  #authPage .logo__text__part__two {
    font-size: 45px;
  }
  
  #authPage .auth__form__header {
    font-size: 30px;
  }
  #authPage .link__sent__text {
    font-size: 20px;
  }
  .text__five.res{
    width: 100%;
  }
  section#header-section{
    height: 736px;
  }
  #homepage #statsSection{
    position: relative;
    top: -70px;
  }
  .svg-circle-container{
    width: 92px;
  }
}

@media (min-width: 1200px){
  .bottom-supercoder-container {
    width: 1160px !important;
  }
}
/* Large devices (desktops, less than 1200px) */

@media (max-width: 1024px){
  section#header-section{
    height: 670px;
  } 
  .banner-section{
    position: relative;
    top: -50px;
  }
  .horizontal__divider{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  #homepage #statsSection{
    top: -124px;
  }
  .modules-card-container{
    padding: 0;
  }
}


/* Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) { 
  .heading__seven {
    font-size: 30px;
  }

  #presentationSection .product__heading {
    font-size: 35px;
    font-weight: 500;
    line-height: 45px;
    margin-left: auto;
    margin-right: auto;
  }

  #collegesPage #header-section .header__img::after {
    background-size: contain;
    opacity: 0.25;
    background-position: center;
    background-image: url('/websiteNew/assets/img/website/colleges/colleges__main.svg');
  }

  #companiesPage1 #header-section .header__img::after {
    background-size: contain;
    opacity: 0.35;
    background-position: center;
    background-image: url('/websiteNew/assets/img/website/companies/page1/page1__main.png');
  }

  #companiesPage2 #header-section .header__img::after {
    background-size: contain;
    opacity: 0.5;
    background-position: center;
    background-image: url('/websiteNew/assets/img/website/companies/page2/page2__main.png');
  }

  #collegesPage #offeringsBriefSection .heading {
    font-size: 37px;
  }
  .banner-section{
    position: relative;
    top: 0px;
  }
  .horizontal__divider{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .course-we-offer-responsive-divs{
    display: none !important;
  }
  .modules-all-card-container {
		margin: auto;
		width: unset;
		position: relative;
	}
	.modules-all-card-container > div {
		width: 310px;
		margin: auto;
		/* max-width: 310px; */
		margin-top: 70px;
	}
	.modules-card-container {
		padding: 0rem 0rem 2rem 0rem;
  }
  .refresh-icon-1,
	.refresh-icon-2 ,.refresh-icon-3 {
		display: none;
  }
  #presentationSection2 .product__heading {
		font-size: 35px;
		font-weight: 500;
		line-height: 45px;
		margin-left: auto;
		margin-right: auto;
  }
  .super-coders-card-container-desktop{
		display: none;
	}
}


/* iPad pro 11 inch and ipad 7th gen */
@media (max-width: 840px){
  section#header-section{
    height: 610px;
  }
  .banner-section{
    top: -70px;
    right: 60px;
  }
  .banner-section .heading__one{
    width: 122%;
  }
  .appl-now-btn-ipad{
    margin-bottom: 10px;
  }
  .start-coding-journy-price-text{
    margin-bottom: 60px;
  }
  #companiesPage1 #topSection{
    padding-bottom: 0 !important;
  }
  .projects-showcase-container{
    padding: 0.5rem;
  }
}

/*
*   iPad Media Query 768 * 1024
*/
@media (max-width: 768px){

  section#header-section {
      height: 422px;
  }

  .banner-section.pt-5 {
      padding: 0 !important;
      top: 50px;
      right: 44px;
  }

  #homepage .header__img::after {
      background-position: top;
      background-size: cover;
  }
  .heading__one {
      font-size: 28px;
      line-height: 30px;
  }
  .banner-section.py-5 {
    padding-top: 0px !important;
  }
  .text__one {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 25px !important;
  }
  .btn__custom {
    color: white;
    font-weight: 700;
    background-color: #DE6834;
    border-color: #DE6834;
    /* padding: 0.45rem 1.2rem; */
    padding: 10px 35px;
    /* font-size: 1rem; */
    margin: auto;
    display: block;
    margin-bottom: 10px;
  }
  .horizontal__divider {
      margin-left: auto !important;
      margin-right: auto !important;
      margin-top: 20px !important;
      margin-bottom: 20px !important;
  }
  .heading__five {
    font-size: 18px;
  }
  #header-section .image__custom {
    width: 30px;
  }
  .text__five {
      font-weight: 500;
      font-size: 10px;
      padding: 0px 10px 0 0;
      margin:0;
  }
  #presentationSection .product__heading {
      font-size: 26px;
      line-height: 24px;
  }
  #presentationSection .product__info {
      font-size: 14px;
  }
  #presentationSection .product__key__points {
      font-size: 14px;
      line-height: 18px;
  }
  .heading__two {
    font-size: 34px;
  }
  footer .nav__link {
      font-size: 10px;
  }
  #companiesPage1 #topSection .heading{
    line-height: 55px;
  }
  #companiesPage1 #topSection{
    padding: 3rem 0rem !important;
  }
  #companiesPage1 section .heading{
    font-size: 35px;
  }
  .companies-why-cq-responsive{
    text-align: center;
  }
  #companiesPage1 #presentationSection .usp__description{
    font-size: 17px;
  }
  .carousel-item-next, .carousel-item-prev, .carousel-item.active{
    text-align: center;
  }
  .img__placeholder-responsive{
    display: block;
    margin: auto !important;
  }
  .usp__heading_responsive{
    max-width: 100% !important;
    text-align: center;
  }
  .usp__description_responsive{
    text-align: center;
  }
  #homepage #statsSection{
    top: -75px;
  }
  #companiesPage1 #presentationSection .usp__title{
    width: 100%;
  }
  #collegesPage .usp__title{
    width: 100%;
  }
  .about-page .img-thumbnail-1{
    max-width: 100%;
  }
  .about-page .img-thumbnail-2{
    max-width: 100%;
  }
  .start-coding-journy-price-text{
    margin-bottom: 0;
  }
}


/* Small devices (landscape phones, less than 768px) */



/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {

  header {
    font-size: 10px;
  }

  .colleges-companies-text-homepage{
    margin-top: 4rem !important;
  }
  .heading__two {
    font-size: 35px;
    font-weight: 500;
    color: #333333;
    line-height: 50px;
  }
  
  .heading__three {
    font-size: 32px;
    font-family: 'Avenir Book';
    line-height: 45px;
  }
  
  .heading__four {
  
  }
  
  .heading__five {
    font-size: x-large;
    font-weight: 500;
  }

  .heading__seven {
    font-size: 25px;
  }
  
  .text__two {
    font-size: 20px;
    line-height: 35px;
    font-family: 'Avenir Book';
  }
  
  .text__three {
  
  }
  
  .text__four {
  
  }
  
  .text__five {
    font-weight: 500;
    font-size: large;
  }

  #collegesPage .header__img::after {
    background-position: top;
  }

  #collegesPage #header-section .key__points {
    font-size: 18px;
    font-weight: 500;
  }

  #uspSection .usp__heading {
    font-size: 27px;
  }

  #collegesPage #offeringsBriefSection .heading {
    font-size: 30px;
  }

  #presentationSection .product__heading {
    font-size: 30px;
    font-weight: 500;
    line-height: 42px;
    display: block;
    margin: auto;
  }

  #collegesPage #header-section .heading__one{
    font-size: 30px !important;
  }

  .hero_box {
    margin-top: 120px !important;
  }

  #presentationSection .product__heading .part_one{
    color: #de6834 !important;
    font-weight: 700 !important;
    font-size: 27px !important;
  }
  
  #presentationSection .product__heading .part_two{
    font-size: 25px !important;
    font-weight: 500 !important;
  }

  #presentationSection .product__info__1, #uspSection .usp__description {
    text-align: justify;
  }

  #collegesPage .border-right-companies::after{
    display: none !important;
  }
  
  #collegesPage #uspSection .subheading{
    width: 90% !important;
    text-align: center;
  }

  #collegesPage .header__img::after{
    display: none !important;
  }

  #authPage .logo__text__part__one {
    font-size: 45px;
    letter-spacing: -1.9px;
  }
  
  #authPage .logo__text__part__two {
    font-size: 45px;
  }

  #authPage #authForm {
    margin-right: 10px;
    margin-left: 10px;
  }

  #authPage .logo__text__part__one {
    font-size: 35px;
    letter-spacing: -1.9px;
  }
  
  #authPage .logo__text__part__two {
    font-size: 35px;
  }
  
  #authPage .auth__form__header {
    font-size: 25px;
  }
  #authPage .link__sent__text {
    font-size: 17px;
  }
  .container{
    margin: 0;
  }
  .clg-cmny-img{
    text-align: center;
  }
  .clg-cmny-text{
    text-align: center !important;
  }
  .stats__heading,.stats__description{
    text-align: center !important;
    width: 100%;
  }
  .product__heading,.product__info{
    text-align: center !important;
  }
  .home-page-right-img-responsive{
    padding: 1rem !important;
  }
  .home-page-left-text-responsive{
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .svg-circle-container{
    width: 126px;
  }
  #companiesPage2 #topSection{
    padding: 1rem !important;
  }
  #homepage #statsSection{
    /* top: -45px; */
  }
  section#header-section{
    height: 642px;
  }
  .hire-talent-responsive{
    padding-left: 2rem !important;
    padding-right: 1rem !important;
  }
  .tables-res{
    padding: 0 !important;
  }
  .about-page #topSection{
    padding: 0 !important;
  }
  .about-page  .about-head-responsive{
    padding: 0 !important;
  }
  .about-page  .about-head-responsive .about-head-responsive-1{
    margin-right: 1rem !important;
    margin-left: 2rem !important;
  }
  .homepage-points-left-side{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .companies-why-cq-responsive{
    padding-left: 0;
    padding-right: 0;
  }
  .prev__control {
    padding-right: 0;
    left: 0;
  }

  .next__control {
    padding-left: 0;
    right: 0;
  }
  .uni-partners{
    padding-right: 0;
    padding-left: 0;
  }
  #companiesPage2 .companies-page2-advantage{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    margin-top: 0rem;
  }
  #workIntroSection{
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  #about #newsSection{
    padding: 0 !important;
  }
  #about #hireSection{
    padding: 0 !important;
  }
   #contactSection{
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0px !important;
  }

  #homepage .header__img::after{
    background: none;
  }
  #homepage  .banner-section{
    right: 0;
    margin-top: 4em !important;
    top: 30px;
  }
  #homepage  .heading__one{
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: #DE6834 !important;
    width: unset;
  }
  #homepage  .text__one{
    font-size: 17px;
    line-height: 25px;
    font-family: 'Avenir Book';
    text-align: center;
    margin-bottom: 1.5em !important;
  }
  #homepage  #presentationSection{
    top: 60px;
  }
  #homepage  #header-section .image__custom{
    width: 70px;
    height: 70px;
  }
  #homepage  .wrapper__main{
    overflow: hidden;
  }
  #homepage #statsSection{
    top: -60px;
  }
  #homepage  .carousel__preview{
    /* margin-bottom: 226px; */
  }
  #homepage .btn-responsive{
    display: block;
    /* margin: auto; */
  }
  #companiesPage1 .process-step-res{
    position: relative;
    right: 20px;
  }
  #companiesPage2 #technologiesSection{
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  footer .logo__link.footer-logo span{
    font-size: 54px;
  }
   #contactSection > div{
		margin-right: 0 !important;
    margin-left: 0 !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
   .responsive-contact-form-about{
    margin: 0 !important;
  }
  .responsive-heading-img-hide{
    display: none !important;
  }
  #collegesPage .heading__one{
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    margin-top: -0.5em !important;
  }
  #collegesPage .text__one{
    font-size: 17px;
  }
  #collegesPage #topSection .key__points{
    text-align: left;
    margin-left: 20px;
    font-size: 16px;
  }
  #collegesPage #topSection .key__points .circle__before,#collegesPage #topSection .key__points .square__before,#collegesPage #topSection .key__points .triangle__before{
    margin-right: 0.3em !important;
  }

  #collegesPage .path__img{
    width: 100px !important;
    margin: 10px 0px;
  }
  .hire-talent-responsive{
    margin-top: 3em !important;
  }
  #companiesPage1 #topSection .heading{
    line-height: 50px;
    font-size: 40px;
  }
  #companiesPage1 #topSection .subheading{
    font-size: 17px;
  }
  #companiesPage1 #presentationSection .heading{
    padding: 0em 0.5em;
  }
  .usp__description_responsive-2{
    padding: 0px 2em;
  }
  #offerHelpSection .img__placeholder__md{
    margin-bottom: 10px;
  }
  #companiesPage2 #topSection .heading{
    font-size: 40px;
    margin-top: 1em;
  }
  #companiesPage2 #topSection .subheading{
    font-size: 17px;
    font-family: 'Avenir Book';
    line-height: 22px;
  }
  #about #topSection .heading{
    margin-top: 2em;
  }
  #homepage .homepage-coleges-companies-page-container{
    padding: 2rem 0rem;
  }
  #homepage .homepage-coleges-companies-page-container .vertical-divider-homepage{
    display: none;
  }
  #homepage .circle-logo {
    display: none;
  }
  .modules-card {
		width: 100%;
  }
  #homepage .box__item__title {
		font-size: 35px;
		line-height: 50px;
	}

	#homepage .box__item__details {
		font-size: 17px;
		line-height: 22px;
		max-width: 160px;
  }
  #homepage #application-process-section .step__title {
		font-size: 23px;
		line-height: 32px;
	}

	#homepage #application-process-section .step__description {
		font-size: 17px;
		line-height: 32px;
  }
  #homepage #application-process-section .step__title.step__title__2{
		width: 100%;
  }
  .highlighted__heading {
		font-size: 30px;
		line-height: 55px;
  }
  #presentationSection2 .product__heading {
		font-size: 30px;
		font-weight: 500;
		line-height: 42px;
		display: block;
		margin: auto;
  }
  #homepage .email-for-joining{
    width: 100%;
    margin-bottom: 10px;
  }
  .modules-card-container{
    top: 10px;
  }
  .program-description-mobile{
    top: 65px;
  }
  .lang-container{
    width: 350px;
    text-align: center;
    margin: auto;
  }
  .lang-container p{
    width: 27%;
  }
  .projects-showcase-container{
    padding: 1rem;
  }

  #presentationSection2{
    top: 100px;
  }
  .apply-now-center-mobile{
    text-align: center;
    display: block;
    width: unset !important;
  }
  #getInTouchSection{
    margin-top: 100px;
  }
  #homepage #success-stories-section{
    position: relative;
    top: 100px;
  }
  .section__heading__one_1{
    text-align: center;
  }
  #presentationSection .product__key__points{
    line-height: 22px;
  }
  .join-for-mobile{
    padding: 0 !important;
    margin: 0 !important;
  }
  .projects-res-mobile{
    margin-bottom: 30px;
  }
  #companiesPage1 #topSection{
    padding-bottom: 0 !important;
  }
  .padding-mobile-none{
    padding: 0 !important;
  }
  .margin-bottom-none-mobile{
    margin-bottom: 0 !important;
  }
  #homepage #partners-section, #homepage #program-structure-section{
    margin-top: 32%;
  }


   #batches-section .table__heading {
		font-size: 23px;
		line-height: 50px;
	}

	 #batches-section .card-title,
	 #batches-section .batch__session {
		font-size: 15px;
		line-height: 35px;
	}

	 #batches-section table tbody tr td {
		font-size: 17px;
		line-height: 30px;
	}

	 #batches-section .program__price {
		font-size: 35px;
		line-height: 50px;
	}

	 #batches-section .program__mrp {
		font-size: 23px;
		line-height: 50px;
	}

	 #batches-section button {
		font-size: 18px;
		line-height: 16px;
  }
  
   #program-structure-section .item__title {
		font-size: 23px;
		line-height: 42px;
	}

	 #program-structure-section .item__details {
		font-size: 17px;
		line-height: 25px;
	}
}

/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 376.98px){
  #homepage #statsSection{
    /* top: -35px; */
  }
  section#header-section{
    height: 625px;
  }
  .svg-circle-container{
    width: 146px;
  }
  .banner-section{
    top: 32px !important;
  }
}

@media (max-width: 370.98px) {
  .carousel__preview {
    padding-left: 0;
    padding-right: 0;
  }

  .prev__control {
    padding-right: 0;
  }

  .next__control {
    padding-left: 0;
  }
  .svg-circle-container{
    width: 189px;
  }
  .usp__description_responsive{
    width: 70%;
    display: block;
    margin: auto;
  }
  #collegesPage #topSection .key__points {
    font-size: 14px;
  }
}
@media (max-width: 330.98px) {
  #collegesPage #topSection .key__points {
    font-size: 13px;
  }
}


.apply__btn{
  padding : 8px 30px;
}


/* navbar style */


/* @media (max-width: 992px) {
  .btn-tgl{
    z-index: 10;
  }
  .navbar-collapse {
      position: absolute;
      top: 0px;
      left: 100%;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 15px;
      width: 80%;
      transition: all 0.2s ease;
      display: block;
      background-color: #ffffff;
      padding: 100px 50px;
  }
  .navbar-collapse.collapsing {
      height: auto !important;
      margin-left: 50%;
      left: 50%;
      transition: all 0.2s ease;
  }
  .navbar-collapse.show {
      left: 20%;
      height: 100vh;

  }
  .navbar-toggler{
    outline: none !important;
  }
} */

.btn-medium{
  margin: 10px 0px 35px 0px;
}

/* Activity section-2 */
.activity_section_2{
  background: #FFEEE5;
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 10px;
  padding-left: 100px;
  margin-bottom: 10px;
}
@media(max-width:500px) {
  .activity_section_2{
      padding-left: 30px;
      margin-top: 50px;
      padding-right: 10px;
  }
  .activity_section_item{
      margin-bottom: 20px;
  }
}

.activity_section_2 .activity_text_one{
  font-size: 30px;
  font-weight: 900;
  color: #de6834;
  margin-bottom: -0px;
  line-height: 35px;
}
.activity_section_2 .activity_text_two{
  font-size: 17px;
  color: #de6834;
  font-weight: 600;
}

/* modal addition on header */
.career-programs {
  position: relative;
}
.career-programs-container {
    width: 442px;
    right: 9px;
    top: 38px;
    position: absolute;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 25px 30px;
    box-shadow: 0px 0px 10px #00000029;
}

.secp-text {
  display: inline-block;
  color: #DE6834 !important;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none !important;
  line-height: 25px;
}

.secp-sub-text1 {
    font-size: 16px;
    font-weight: 400;
    margin: 6px 0;
    line-height: 19px;
    color: #000;
}

.secp-sub-text2 {
  margin-left: 12px;
  font-family: "Avenir Book", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

@media (max-width: 480px) {

  header .logo__link {
    font-size: 1.25em;
  }
  .header-section nav {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .navbar-collapse {
    left: 5% !important;
    right: unset !important;
    width: 90% !important;
  }
}

@media (max-width: 992px) {
  nav .nav__link {
    color: #de6834 !important;
    font-weight: 600;
    line-height: 1.5em;
    font-size: 1.5em !important;
  }
  nav .nav-item {
    margin-right: 0px !important;
  }
  nav .nav__link.button {
    margin: 0px;
    color: #fff !important;
    text-align: center;
  }
  .navbar-collapse {
      position: absolute !important;
      top: 65px !important;
      background-color: rgb(255, 255, 255) !important;
      width: auto !important;
      /* height: auto; */
      /* max-height: 85vh; */
      right: 5% !important;
      border-radius: 10px !important;
      padding: 20px 20px !important;
      box-shadow: 0em 1em 3em #0006 !important;
      /* overflow: auto; */
  }
}

.customDashed-border {
  width: 100%;
  height: 1px;
  opacity: .5;
  margin: 15px 0px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23707070FF' stroke-width='3' stroke-dasharray='6%2c14' stroke-dashoffset='4' stroke-linecap='square'/%3e%3c/svg%3e");
}