body {
  font-family: 'Poppins';font-size: 22px;
  margin: 0;
  padding: 0;
  background-color: #f7f7f7;
}

#wrapper {
    overflow: hidden;
}

p {
  font-size: 16px;
}

h1 {
  font-family: 'Arial Black', Gadget, sans-serif;
  margin-top: 10px;
  line-height: 1;
}

h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: #fdbb35;
  margin: 0;
}

button {
    background: transparent;
    border: 0;
    padding: 0;
}

button a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    background-color: #fdbb35;
    padding: 10px 15px;
    border-radius: 25px;
}

/**** PAGES ****/

body.home-page {
  background-color: #fff;
}

.header-box {
    width: 100%;
    height: 98px;
    background-color: #fff;
    z-index: -10;
    position: absolute;
}

h5.breadcrumbs {
    margin-top: 10px;
}

h5.breadcrumbs a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

h5.breadcrumbs a.highlight {
  color: #fdbb35;
}

h5.breadcrumbs a:hover {
    text-decoration: underline;
}

/***** Header *****/

#navigation a {
  font-size: 16px;
  color: #000;
  text-decoration: none;
  display: inline-block;
  margin: 0 15px;
}

#join-button a {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background-color: #fdbb35;
    padding: 10px 15px;
    border-radius: 25px;
}

#navigation a:hover, #join-button a:hover {
  text-decoration: underline;
}

/***** Billboard *****/

#billboard {
    margin-top: 40px;
}

.right .text {
    padding: 60px 0 80px 0;
}

.play-but {
  display: inline-block;
  width: 88px;
  height: 88px;
  background-image: url(images/button-play.png);
  background-position: center;
  background-repeat: no-repeat;
}

.play-but:hover {
  display: inline-block;
  width: 88px;
  height: 88px;
  background-image: url(images/button-play-hover.png);
  background-position: center;
  background-repeat: no-repeat;
}

p {
  color: #7a7a7a;
}

.right .image {
    background-image: url(images/banne-image-1.png);
    background-size: 110%;
    background-position: center left;
    background-repeat: no-repeat;
}

.left {
    margin-top: 40px;
}

.left .text {
    padding: 40px 0;
}

#billboard .left .image {
    background-image: url(images/boy_pic.png);
    background-size: 110%;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.subjects {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 30px;
}

.subject img {
    width: 50px;
    vertical-align: middle;
}

.subject h3 {
  display: inline;
  font-size: 22px;
}


/***** Principles *****/

#principles.parallax {
    background-image: url("images/brack_pic_1.png");
    height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#principles .container h1 {
  margin-bottom: 10px;
}

#principles .container p {
  color: #e5d8fd;
}

#faux-container .container .box.one {
  left: 0;
}

#faux-container .container .box.two {
  right: 0;
}

.title.one {
  background-color: #1a3f22;
  color: #fff;
}

.title.two {
  background-color: #fdbb35;
  color: #fff;
}

.title.one, .title.two {
    width: 150px;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 10px;
}

/**** Why *****/

#why .left .image {
    background-image: url(images/girl_pic.png);
    background-size: 125%;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.collapsible,
.cell {
    color: #444;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 10px;
  }
  
.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
  position: relative;
  top: -10px;
}

.why-buttons .cell.one {
  border: dashed 2px #9747ff;
}

.why-buttons .cell.two {
  border: dashed 2px #417cd4;
}

.why-buttons .cell.three {
  border: dashed 2px #ec732f;
}

.why-buttons .cell.four {
  border: dashed 2px #9747ff;
}

.why-buttons .cell.five {
  border: dashed 2px teal;
}

.why-buttons .cell img {
  vertical-align: middle;
}

.why-buttons .cell h3 {
  display: inline;
  margin-left: 20px;
}


/***** Principles *****/

#stats.parallax {
  background-image: url("images/brack_pic_2.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#principles h1 {
  color: #fff;
}

#stats .stat {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.stat h4 {
    color: #fff;
    font-size: 36px;
}

.stat h4 span {
    font-size: 20px;
    color: #fdbb35;
    vertical-align: super;
}

.stat p {
  color: #fff;
  margin-top: 0;
}

.stat img {
  width: 80px;
}

/***** Courses *****/

#featured-courses {
  padding-bottom: 60px;
}

.course-box {
  padding: 10px;
  border: solid 1px #7c7c7c;
  border-radius: 25px;
}

.cb-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.cb-head .students {
    justify-self: start;
    font-size: 12px;
    line-height: 33px;
}

.cb-head .stars {
    justify-self: end;
}

.cb-head .students img {
    vertical-align: middle;
    margin-right: 10px;
}

.cb-image img {
  max-width: 100%;
}

.cb-details h5 {
  min-height: 56px;
}

.cb-details {
  text-align: left;
}

.cb-details .details-top {
    text-align: center;
}

.cb-details .details-bottom .prof {
    justify-self: start;
    margin-left: 10px;
}

.cb-details .details-bottom .prof img {
    vertical-align: middle;
}

.cb-details .details-bottom .prof h6 {
  display: inline;
}

.cb-details button {
    display: inline-block;
    width: 92%;
    margin: 20px 0 10px;
}

p.small {
    font-size: 12px;
    margin: 0 0 0 66px;
    text-align: left;
}

.lessons {
    font-size: 12px;
}

.lessons img {
    vertical-align: middle;
    margin-right: 5px;
}

/***** Lecturers *****/

.lecturer-box {
  padding: 10px;
  border: dashed 2px #7c7c7c;
  border-radius: 25px;
  align-self: center;
  align-content: center;
}

.lecturer-box.just-text {
  border: none;
}

.lb-img img {
  max-width: 100%;
}

.lb-details h6 {
  margin: 10px;
}

.lb-details p.small {
    text-align: center;
    margin: 0 0 20px 0;
}

/***** Testimonials *****/

#testimonials.parallax {
    background-image: url("images/brack_pic_3.png");
    height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
}

#testimonials .text {
  padding: 20px;
}

#testimonials .text p {
  color: #fff;
}

#testimonials .testimonial-box {
  background-color: #fff;
  padding: 20px;
  border-radius: 25px;
  border: solid 1px #7c7c7c;
  right: 0;
  top: 30px;
}

#testimonials h5 {
  margin: 0;
}

/***** Contact *****/

#contact-form {
    padding: 20px;
    border: solid 1px #7c7c7c;
    border-radius: 25px;
}

#contact-form h5 {
  text-align: center;
}

#contact-form label, #contact-form input {
  display: block;
}

#contact-form label {
  font-size: 14px;
}

#contact-form input {
  background-color: #b8b8b8;
  border: none;
  height: 40px;
  width: 98%;
  padding-left: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}

#contact-form textarea {
  background-color: #b8b8b8;
  border: none;
  height: 200px;
  width: 98%;
  padding-left: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}

#contact-form input.submit-but {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    background-color: #fdbb35;
    padding: 10px 15px;
    border-radius: 25px;
}

#faq h2 {
    margin-top: 0;
}

#faq .collapsible {
  margin: 0;
  padding: 0;
  border: solid 1px #7c7c7c;
  border-radius: 15px;
  border-top: none;
  box-shadow: 5px 5px 5px #ccc;
  padding-left: 15px;
}

#faq .content {
  background-color: #fff;
  z-index: -100;
  width: 80%;
  margin: 10px auto 0;
}

/***** Subscribe *****/

#subscribe {
    margin-top: 60px;
    padding-bottom: 60px;
}

#subscribe .container {
    height: 292px;
    border: solid 1px #7c7c7c;
    border-radius: 25px;
    overflow: hidden;
}

.subscribe-form {
  padding: 20px;
}

.subscribe-form h2 {
  margin: 10px 0;
}

.mc-field-group {
    position: relative;
    top: -5px;
}

.subscribe-form label {
  display: block;
  font-size: 14px;
}

span.asterisk {
  color: #ec732f;
}

.input-box {
  position: relative;
}

.subscribe-form input {
  background-color: #b8b8b8;
  border: none;
  height: 40px;
  width: 98%;
  padding-left: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.subscribe-form input.submit-but {
    color: #fff;
    text-decoration: none;
    background-color: #fdbb35;
    padding: 10px 15px;
    border-radius: 5px;
    position: absolute;
    top: 1px;
    right: -4px;
}

/***** Footer *****/

footer h5 {
    font-size: 14px;
}

.company .footer-logo {
    text-align: center;
}

.company .footer-logo img {
  width: 150px;
}

.company p {
    font-size: 12px;
    margin: 30px 0;
    color: #7a7a7a;
}

.social-links img {
  display: inline-block;
    margin-right: 20px;
}

footer .links ul,
footer .categories ul {
  padding-left: 0;
  list-style-type: none;
}

footer .links ul li,
footer .categories ul li {
  background-image: url(images/side_arrow_icon.png);
  background-repeat: no-repeat;
  padding-left: 25px;
  margin-bottom: 10px;
}

footer .links a,
footer .categories a {
  color: #7a7a7a;
  text-decoration: none;
  font-size: 12px;
}

footer .links a:hover,
footer .categories a:hover {
  text-decoration: underline;
}

footer .contact-details h5 {
    text-align: center;
}

footer .contact-details img {
  vertical-align: middle;
}

footer .contact-details p {
    font-size: 12px;
    display: inline-block;
    width: 180px;
    margin-left: 15px;
    margin-top: 0;
}

footer .adjust {
    margin-bottom: 0;
    position: relative;
    top: 12px;
}

.full-span {
  grid-column: 1 / 5;
}

footer hr {
    width: 100%;
    margin: 40px 0 20px 0;
}

footer .copy {
  padding-bottom: 20px;
  font-size: 14px;
}


/*****       *****/
/*  ABOUT PAGE **/
/*****      *****/

.about-page h1,
.our-courses-page h1,
.course-details-page h1 {
  font-size: 36px;
}

.about-page p,
.our-courses-page p,
.course-details-page p {
  color: #7a7a7a;
}

.about-page #billboard h1,
.our-courses-page #billboard h1,
.course-details-page #billboard h1 {
      margin-bottom: 10px;
}

.about-page .right .text,
.our-courses-page .right .text,
.course-details-page .right .text {
    padding: 20px 0 160px 0;
}

.about-page .right .image {
    background-image: url(images/woman-graphic.png);
    background-size: 100%;
    background-position: center left;
    background-repeat: no-repeat;
}

.about-page .left {
    margin-top: 80px;
}

.about-page .left .text p {
  font-size: 13px;
}

.about-page .left .text {
  padding: 0;
}

.about-page .left .text p {
  margin: 0;
}

.about-page #why {
    padding-top: 120px;
}

.about-page #why .left .image {
    background-size: 115%;
    background-position: bottom;
}

.about-page .lecturer-box.just-text p,
.about-page .lecturer-box.just-text ul {
  font-size: 13px;
  text-align: left;
}

.about-page .lecturer-box.just-text ul {
    padding-left: 20px;
    color: #7a7a7a;
    font-weight: bold;
}

.about-page #faq-and-contact {
    padding-top: 80px;
}

/*****             *****/
/*  OUR COURSES PAGE **/
/*****            *****/

.our-courses-page .right .image {
    background-image: url(images/love-to-learn.png);
    background-size: 100%;
    background-position: center left;
    background-repeat: no-repeat;
}

p.intro {
  margin-bottom: 30px;
}

#our-courses {
    padding-bottom: 60px;
}

.details-top h5 a {
  color: #000;
  text-decoration: none;
}

.details-top h5 a:hover {
  text-decoration: underline;
}

.course-box.one,
.course-box.four {
  border: dashed 3px #9747ff;
}

.course-box.two,
.course-box.five {
  border: dashed 3px #fdbb35;
}

.course-box.three,
.course-box.six {
  border: dashed 3px #417cd4;
}

/*****             *****/
/*  COURSE DETAILS PAGE **/
/*****            *****/

.course-details-page .right .image {
    background-size: 100%;
    background-position: center left;
    background-repeat: no-repeat;
}

.childrens-full-program .right .image {
    background-image: url(images/girl-studying.png);
}

.childrens-evening-program .right .image {
    background-image: url(images/boy-studying-2-big.png);
}

.quran-program .right .image {
    background-image: url(images/quran-pic-big.png);
}

.adult-arabic-program .right .image {
    background-image: url(images/arabic-pic-big.png);
}

.ammiyah-program .right .image {
    background-image: url(images/ammiyah-egyptian-dialect-course-big.png);
}

#course-details {
  margin-top: 60px;
}

#course-details .container {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-column-gap: 20px;
}

#course-details .course-box {
  border: none;
}

#course-details .cb-head {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding: 20px 0;
    border-top: solid 1px #7c7c7c;
}

.days,
.hours,
.teachers {
  font-size: 12px;
}

#course-details .cb-head img {
    vertical-align: middle;
    margin-right: 10px;
}

.wyl,
.side-block.two ul {
    list-style-type: none;
    padding-left: 10px;
    font-size: 14px;
}

.wyl li,
.side-block.two li {
  background-image: url(images/arrow.png);
  background-repeat: no-repeat;
  padding-left: 20px;
  margin-bottom: 10px;
  background-size: 2%;
  background-position: center left;
}

#course-details .lecturer-box {
  border: dashed 3px #ec732f;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  padding: 20px;
}

.avatar {
    width: 120px;
    border-radius: 60px;
    display: none;
}

#course-details .lecturer-box h6 {
    margin: 0;
}

#course-details .side-block   {
    padding: 20px;
    border-radius: 25px;
}

#course-details .side-block h6 {
    margin-top: 10px;
    border-bottom: solid 1px #7c7c7c;
    padding-bottom: 20px;
}

#course-details .side-block p {
    font-size: 14px;
}

#course-details .side-block.one {
  border: dashed 3px #9747ff;
  margin-bottom: 20px;
}

#course-details .side-block.two {
  border: dashed 3px #ec732f;
  margin-bottom: 20px;
}

/*****             *****/
/*  FAQ PAGE          **/
/*****            *****/

.faq-page .right .image {
    background-image: url(images/faq-image.png);
    background-size: 100%;
    background-position: center left;
    background-repeat: no-repeat;
}

.faq-page #faq-and-contact {
    padding-top: 160px;
}

.faq-page #contact-form {
  border: dashed 3px #9747ff;
}

.faq-page #contact-form input,
.faq-page #contact-form textarea {
  background-color: #E5d8fd;
}

.faq-page #contact-form input.submit-but {
   background-color: #fdbb35;
}

.faq-page #faq .collapsible {
    border-bottom: dashed 2px #9747ff;
}

/*****             *****/
/*  CONTACT PAGE     **/
/*****            *****/

.contact.page #billboard {
  padding-bottom: 60px;
}

#contact-div {
  margin-top: 60px;
}

.contact-page .right .image {
    background-image: url(images/faq-image.png);
    background-size: 100%;
    background-position: center left;
    background-repeat: no-repeat;
}

#contact-form {
    padding: 20px;
    border: dashed 3px #9747ff;
    border-radius: 25px;
}

.contact-page #contact-form input,
.contact-page #contact-form textarea {
  background-color: #E5d8fd;
}

.contact-page #contact-form input.submit-but {
   background-color: #fdbb35;
}

.form-row  {
    width: 47%;
    display: inline-block;
}

.form-row.gap {
  margin-right: 20px;
}

.contact-details p {
  font-size: 14px;
}

.contact-point {
    display: grid;
    grid-template-columns: 1fr 5fr;
    align-items: center;
    justify-items: left;
    margin-top: 25px;
}

.contact-point h5 {
    margin: 5px 0;
}

.map {
  margin: 60px 0;
}

.map img {
  width: 100%;
}

/*****             *****/
/*     SIDEBAR       **/
/*****            *****/

.side-block.two ul {
  padding-left: 0;
}

.side-block.two li {
  background-image: url(images/arrow.png);
  background-repeat: no-repeat;
  padding-left: 30px;
  margin-bottom: 10px;
  background-size: 10%;
}

.side-block.two li a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.side-block.two li a:hover {
  text-decoration: underline;
}

.side-block.three {
  background-color: #040430;
  color: #fff;
}

.side-block.three h6 {
  margin-bottom: 10px;
}

.side-block.three label {
  font-size: 14px;
  color: #fdbb35;
}

.side-block.three input {
    height: 35px;
    width: 95%;
    padding-left: 5px;
    border-radius: 10px;
    background-color: #e5d8fd;
}

.side-block.three input.submit-but {
    margin-top: 10px;
    height: 40px;
    font-size: 14px;
    width: 100%;
    color: #fff;
    text-decoration: none;
    background-color: #fdbb35;
    padding: 10px 15px;
    border-radius: 10px;
}