body {
  overflow-x: hidden !important;
}

/* Landing */

.contact_landing_parent {
  width: 100vw;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('../bg/gr1.jpg');
  background-position: right top;
  background-size: contain;
  background-repeat: no-repeat;
}

.contact_landing_bg_img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  background-image: url('../assets/img/contactHomeBg.jpg');
  background-size: cover;
  z-index: 1;
}

.contact_inner_div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 3;
}

/* Social Div */

.social_div_parent {
  width: 100vw;
  height: fit-content;
}

.social_icon_circle_div {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #0170B9;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

/* Contact Form */

.contact_form_parent{
    width: 100vw;
    height: fit-content;
}

.contact_form_card{
  width: 60%;
  height: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 8px;
}

@media only screen and (max-width: 800px) {
  .contact_form_card{
    width: 100%;
  }
}

/* FAQ Accordian */

.faq_div_parent{
    background-color: #F5F5F5;
    padding-top: 100px;
    padding-bottom:180px; 

}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");
:root {
  --hue-color: 225;
  --first-color: hsl(var(--hue-color), 48%, 35%);
  --title-color: hsl(var(--hue-color), 48%, 22%);
  --text-color: hsl(var(--hue-color), 12%, 35%);
  --body-color: hsl(var(--hue-color), 49%, 98%);
  --container-color: #FFF;
  --body-font: 'Poppins', sans-serif;
  --normal-font-size: .938rem;
  --small-font-size: .813rem;
  --smaller-font-size: .75rem;
}

@media screen and (min-width: 968px) {
  :root {
    --normal-font-size: 1rem;
    --small-font-size: .875rem;
    --smaller-font-size: .813rem;
  }
}

.accordion {
  display: grid;
  align-content: center;
  height: 100vh;
}

.accordion__container {
  display: grid;
  row-gap: .75rem;
  padding: 2rem 1rem;
  background-color: var(--container-color);
  border-radius: .5rem;
  box-shadow: 0 12px 32px rgba(51, 51, 51, 0.1);
}

.accordion__title {
  font-size: var(--small-font-size);
  color: var(--title-color);
  font-weight: 400;
  margin-top: .15rem;
  transition: .2s;
}

.accordion__header {
  display: flex;
  column-gap: .5rem;
  padding: 1.25rem 1.25rem 1.25rem 1rem;
  cursor: pointer;
}

.accordion__description {
  padding: 0 1.25rem 1.25rem 3rem;
  font-size: var(--smaller-font-size);
}

.accordion__icon {
  font-size: 1.5rem;
  height: max-content;
  color: var(--title-color);
  transition: .3s;
}

.accordion__item {
  box-shadow: 0 2px 6px rgba(38, 38, 38, 0.1);
  background-color: var(--container-color);
  border-radius: .25rem;
  position: relative;
  transition: all .25s ease;
}

.accordion__item::after {
  content: '';
  background-color: var(--first-color);
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .25rem 0 0 .25rem;
}

.accordion__item:nth-child(1) {
  background-color: #fff7f0;
}

.accordion__item:nth-child(1)::after {
  background-color: #ffc08a;
}

.accordion__item:nth-child(2) {
  background-color: #f0f0ff;
}

.accordion__item:nth-child(2)::after {
  background-color: #8a8aff;
}

.accordion__item:nth-child(3) {
  background-color: #fff0f3;
}

.accordion__item:nth-child(3)::after {
  background-color: #ff8aa1;
}

.accordion__item:nth-child(4) {
  background-color: #f0faff;
}

.accordion__item:nth-child(4)::after {
  background-color: #8ad8ff;
}

.accordion__item:nth-child(5) {
  background-color: #fff7f0;
}

.accordion__item:nth-child(5)::after {
  background-color: #ffc08a;
}

.accordion__item:nth-child(6) {
  background-color: #f0f0ff;
}

.accordion__item:nth-child(6)::after {
  background-color: #8a8aff;
}

.accordion__item:nth-child(7) {
  background-color: #fff0f3;
}

.accordion__item:nth-child(7)::after {
  background-color: #ff8aa1;
}

.accordion__item:nth-child(8) {
  background-color: #f0faff;
}

.accordion__item:nth-child(8)::after {
  background-color: #8ad8ff;
}

.accordion__item:nth-child(9) {
  background-color: #fff7f0;
}

.accordion__item:nth-child(9)::after {
  background-color: #ffc08a;
}

.accordion__item:nth-child(10) {
  background-color: #f0f0ff;
}

.accordion__item:nth-child(10)::after {
  background-color: #8a8aff;
}

.accordion__item:nth-child(11) {
  background-color: #fff0f3;
}

.accordion__item:nth-child(11)::after {
  background-color: #ff8aa1;
}

.accordion__item:nth-child(12) {
  background-color: #f0faff;
}

.accordion__item:nth-child(12)::after {
  background-color: #8ad8ff;
}

.accordion__content {
  overflow: hidden;
  height: 0;
  transition: all .25s ease;
}

/*Rotate icon and add font weight to titles*/
.accordion-open .accordion__icon {
  transform: rotate(45deg);
}

.accordion-open .accordion__title {
  font-weight: 600;
}

/*=============== MEDIA QUERIES ===============*/
/* For medium devices */
@media screen and (min-width: 576px) {
  .accordion__container {
    width: 850px;
    padding: 2.5rem;
    margin-top: 350px;
    margin-bottom: 350px;
    justify-self: center;
    border-radius: .75rem;
  }
  .accordion__header {
    padding: 1.5rem;
  }
  .accordion__title {
    padding-right: 3.5rem;
  }
  .accordion__description {
    padding: 0 4rem 1.25rem 3.5rem;
  }
}

/* For large devices */
@media screen and (min-width: 968px) {
  .container {
    margin-left: auto;
    margin-right: auto;
  }
}

/*Spotlight*/

.spotlight_landing {
  width: 100vw;
  height: 80vh;
  /* position: relative; */
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  background-size: cover !important;
  background: linear-gradient(rgba(255,255,255,0.1), rgba(255,255,255,0.6)), url('../img/bg.jpg');
}

.spotlight_landing-diploma {
  width: 100vw;
  height: 80vh;
  /* position: relative; */
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  background-size: cover !important;
  background: url('../img/bgdiploma.png');
}

.spotlight_landing-eda {
  width: 100vw;
  min-height: 80vh;
  /* position: relative; */
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  background-size: cover !important;
  background: linear-gradient(rgba(255,255,255,0.1), rgba(255,255,255,0.6)), url('../img/backimage.jpg');
}

.learn_more_btn_parent {
  width: 150px;
  height: 50px;
  background-color: #17409A;
  padding: 10px !important;
  margin-top: 20px;
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
  border: 1px solid #17409A;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.learn_more_btn_parent1 {
  width: 130px;
  height: 40px;
  background-color: #17409A;
  padding: 10px !important;
  margin-top: 30px !important;
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
  border: 1px solid #17409A;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.learn_more_btn_parent:hover {
  transition: 0.2s all ease-in-out;
  background-color: #f7f7f7;
  color: #17409A;
}

.learn_more_btn_parent1:hover {
  transition: 0.2s all ease-in-out;
  background-color: #f7f7f7;
  color: #17409A;
}

.spotlight-card{
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;
}

/* Dasktop screen view  */
.spotlight-card-eda{
  background-color: #ffffff;
  border-radius: 20px;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;
  margin-top: 50px;
}

/* tablate screen view  */
@media(min-width:768px) and (max-width:1023px){
  .spotlight-card-eda{
    background-color: #ffffff;
    border-radius: 20px;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;
    
  }
}

/* mobile screen view  */
@media(max-width:767px){
  .spotlight-card-eda{
    background-color: #ffffff;
    border-radius: 20px;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    padding: 0px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;
    
  }
}



/* @media(max-width:767px){
.side-card{
  background-size: cover;
  background-position: center;
  width: 80%;
  height: 80%;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;
}
} */

@media(min-width:844px){
  .side-card{
    background-size: cover;
    background-position: center;
    width: 90%;
    height: 90%;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;
  } 
}

.embla-card{
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;
}

.embla-icon-holder{
  aspect-ratio: 1/1;
  border-radius: 50%;
  width: 100%;
  background-color: #17409A;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 140%;
}

.projects-holder{
  background-color: #17409A;
  padding: 20px 40px;
  color: #fff;
}

.why_cards{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  padding: 10px;
  display: block;
}


@media(min-width:768px){
  .hse_diplomap_bg_image {
    width: 100%;
    padding-top: 80px;
    height:100vh;
    background-image: url('../img/pep/Picture9.jpg');
    background-size: cover;
  }
}

@media(max-width:767px){
  .hse_diplomap_bg_image {
    width: 100%;
    padding-top: 80px;
    height:100vh;
    background-image: url('../img/pep/Picture9.jpg');
    background-size: cover;
  }
}

/* PEP Landing */
.hse_landing_parent{
  width: 100%;
  height: 100vh;
  display: flex;
  z-index: 1 !important;
  justify-content: center;
  align-items: center;
}
.hse_landing_parent-t{
  width: 100%;
  height: 100vh;
  display: flex;
  z-index: 1 !important;
  justify-content: center;
  align-items: center;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background: linear-gradient(rgba(255,255,255,0.1), rgba(255,255,255,1)), url('../img/petroleumengg.jpg');
}


.overlay {
  background: rgba(0, 0, 0, 0.3); /* Black see-through */
  width: 100%;
  transition: .5s ease;
  opacity:99%;
  color: white;
  overflow: hidden;
  margin-top: -80px;
}

