@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap');
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;           
}
#course-pge-main-wrpr { position:relative; padding:0 0; }
.para1{font-size:16px;line-height:32px;text-align:justify;color:#000000;margin:0px}
.para2{font-size:16px;line-height:32px;color:#000000;margin:0px}

.rounded-corners-gradient-borders-right{
  border: double 2px transparent;
  border-radius: 10px;
  background-image: linear-gradient(to right,rgb(255, 255, 255)60%, rgb(255, 255, 255)80%), linear-gradient(to right,rgb(217, 134, 0),rgba(115, 71, 0, 0));
  background-origin: border-box;
  background-clip: padding-box, border-box;
  }
.rounded-corners-gradient-borders-left{
  border: double 2px transparent;
  border-radius: 10px;
  background-image: linear-gradient(to right,rgb(255, 255, 255)60%, rgb(255, 255, 255)80%), linear-gradient(to left,#D98600,#412c0b00);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  }
.box-fade-left{border-width:2px;border-style:solid;border-image:linear-gradient(to left, #D98600 20%, #73470000 70%) 1;border-radius:10px;background: linear-gradient(270deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);}
.light-heading-large{font-size:41px;color:#0C5294}
.common-heading { text-align:left; margin-bottom: 22px; }
.common-heading h1 { color: #D98600; font-weight: 200; }
.common-heading h1 span { color: #0C4D8B; font-weight: 400; }
p{text-align:justify;color:#424242}
.h1-orange-header{color: #D98600;font-size:48px}
.h2-black-header{color: #0C4D8B;font-size:35px}
.h2-orange-header{color: #D98600;font-size:35px}
.h6-orange{color: #D98600;font-size:22px}
.more-items{color:#0C4D8B;cursor:pointer}
.course-box{box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.21);border:2px solid #E6E7E8;background: #E6E7E8;color: #0C4D8B;    border-radius: 6px;width:200px}
.course-box-bottom-line{position:absolute;bottom:0;left:0;background-image:linear-gradient(90deg, rgb(0, 153, 208) 0%, rgb(255, 210, 136) 100%);height:5px;width:100%;border-bottom-left-radius:6px;;border-bottom-right-radius:6px}
.link-black-home{color:rgb(131, 131, 131)}
.link-school{color:#0C4D8B;cursor:pointer}
.link-school:hover{color:#424242}
.main-background{background-image:url('../images/Rectangle_6.jpg');background-size:contain;background-repeat:no-repeat;background-position:top center}
.magazine-content{flex-wrap: wrap}
.magazine-box{height:200px;background-color:white;border:2px solid #D98600;box-shadow:1px 1px 45px lightgrey;flex-direction: column;position:relative}
.mag-title{color:rgb(78, 78, 78)}
.mag-download{position:absolute;bottom:0;right:0;background-color:#D98600;border-top-left-radius: 21px;color:white}



@media screen and (max-width: 992px) {
  
  }


