@import url("https://fonts.cdnfonts.com/css/cocogoose");
@import url("https://fonts.cdnfonts.com/css/Lato");

:root {
  --font-family-lato: "Lato", sans-serif;
  --font-family-coco: "COCOGOOSE", sans-serif;
  --main-orange-color: #ec5242;
  --main-dark-color: #272a31;
  --main-gray-color: #d3d3d3;
}

body {
  font-family: var(--font-family-lato);
  color: var(--main-dark-color);
}

.top-section {
  background-image: url("../../images/3.jpeg");
  background-repeat: no-repeat;
  width: 100%;
  height: inherit;
  padding-bottom: 30px;
}

.desktop-nav {
  display: none;
}

#mynav {
  width: 48vh;
  opacity: 1;
  background-color: #fff;
  color: #ec5242;
  height: 478px;
  margin-top: 7px;
}

.custom-nav {
  position: absolute;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-nav > li {
  padding-left: 30px;
  padding-right: 30px;
}

header {
  padding-top: 40px;
}

.header-text-a {
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  color: var(--main-orange-color);
}

.header-text-b {
  font-size: 35px;
  font-weight: bolder;
  line-height: 50px;
  color: var(--main-orange-color);
  font-family: var(--font-family-coco);
}

.header-tect-c-div {
  border: 3px solid #fff;
  margin: 10px;
}

.header-text-c {
  font-size: 15px;
  line-height: 20px;
  padding: 10px;
}

.header-text-d {
  font-size: 27px;
  font-weight: bolder;
  color: #42526e;
}

.header-text-e {
  font-size: 18px;
  color: #42526e;
}

.middle-section {
  background-image: url("../../images/program-bg.jpg");
  text-align: center;
}

.middle-section-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.middle-section-head h2 {
  margin-top: 50px;
  color: #fff;
}

.middle-section-head hr {
  width: 12%;
  color: #ec5242;
  margin: 15px auto;
}

.top-program-1 {
  display: flex;
  flex-direction: row;
  background: rgba(0, 128, 0, 0.1);
  margin: 10px;
}

.top-program {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.top-program img {
  width: 50px;
  height: 50px;
}

.top-program p {
  padding: 20px 15px;
  color: #ec5242;
}

.top-program-2 {
  display: flex;
  flex-direction: row;
  width: 70%;
  margin: auto;
}

.top-program-2 p {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .custom-nav {
    display: none;
  }

  .desktop-nav {
    display: flex;
    flex-direction: column;
  }

  .social-nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-right: 100px;
    background-color: #272a31;
  }

  .custom-nav-brand {
    margin-left: 120px;
  }

  .social-nav > * {
    margin: 10px;
    text-decoration: none;
    color: #fff;
  }

  .inside-desktop-nav ul > * {
    margin: 0;
    padding: 5px 0 5px 10px;
  }

  .social-nav > *:hover {
    color: #ec5242;
  }

  .inside-desktop-nav {
    display: flex !important;
    flex-direction: row;
    justify-content: flex-end;
    padding-right: 20px;
  }

  .special-list {
    border: 2px solid #ec5242;
  }

  .top-section {
    background-image: url("../../images/desktop-bg.png");
    background-repeat: no-repeat;
  }

  .desktop-custom-head {
    width: 60%;
    padding-left: 0;
    margin-left: 180px;
    padding-right: 90px;
  }
}

.middle-section-container:last-child {
  padding: 0 40px 0 40px;
}

#desktop-middle-section-btn {
  display: none;
}

#middle-section-btn {
  margin: 20px 0 40px 0;
  background-color: #ec5242;
  text-align: center;
}

.bottom-section-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.bottom-section-head h2 {
  margin-top: 50px;
  color: #000;
}

.bottom-section-head hr {
  width: 30%;
  color: #ec5242;
  margin: 15px auto;
}

.top-feature {
  display: flex;
  flex-direction: row;
}

.top-feature-1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 15px;
}

.top-feature-1 img {
  width: 100px;
  height: 120px;
  box-shadow: -15px -15px 5px rgba(0, 0, 0, 0.5);
}

.top-feature-2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  margin: auto;
}

.top-feature-2 h4 {
  font-size: 13px;
  line-height: 14px;
}

.top-feature-2 h6 {
  font-size: 13px;
  line-height: 15px;
  color: #ec5242;
}

.top-feature-2 hr {
  width: 20%;
  color: #ec5242;
  margin: 0;
}

.top-feature-2 p {
  font-size: 12px;
  line-height: 14px;
  margin-top: 10px;
}

/* CREATING READMORE */
input[type="checkbox"] {
  display: none;
}

label {
  background-color: #ec5242;
  text-decoration: underline;
  margin-top: 10px;
  cursor: pointer;
  display: inline-block;
}

.upper-head h3 {
  margin-top: 20px;
}

.inner {
  max-height: 400px;
  overflow: hidden;
  transition: all 0.3s ease;
}

input:checked + .inner {
  max-height: inherit;
}

.show-more-wrap {
  margin: 20px 30px 40px 30px;
}

.show-more {
  border-radius: 0;
  text-align: center;
  width: 100%;
}

.patners {
  background-color: #000;
  opacity: 1;
  height: 400px;
}

.bottom-partner-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.bottom-partner-head hr {
  width: 30%;
  color: #ec5242;
  margin: 15px auto;
}

.bottom-partner-head h2 {
  margin: 50px auto;
  color: #fff;
}

.footer-img {
  width: 70px;
  height: 60px;
}

.foot {
  text-align: center;
}

.foota {
  margin: 50px 5px 10px 5px;
  text-align: right;
}

.footb {
  margin: 50px 5px 10px 5px;
}

@media screen and (min-width: 768px) {
  .middle-section-container {
    padding-left: 20px;
  }

  .middle-section-head {
    margin: 0;
    padding: 0;
  }

  .inner {
    max-height: 800px;
  }

  .inner-middle-section-container {
    text-align: center;
    margin-left: 100px;
  }

  .top-program {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 15px;
  }

  .top-program-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    column-gap: 20px;
    margin: 50px 3px;
    padding: 20px;
  }

  .top-program-2 p {
    font-size: 12px;
    line-height: 14px;
  }

  #middle-section-btn {
    display: none;
  }

  #desktop-middle-section-btn {
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 20px auto 50px auto;
    text-align: center;
    width: 30%;
    color: #fff;
  }

  #desktop-middle-section-btn a {
    color: #fff;
  }

  #showmore {
    display: none;
  }

  .bottom-partner-head {
    width: 100%;
  }

  .outer-bottom-partner-head {
    margin: 0;
  }
}

/* footer section */
footer {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 85%;
  margin: 20px auto;
}

#hide {
  display: none;
}

@media screen and (min-width: 768px) {
  .foot,
  .foota,
  .footb {
    text-align: center;
    margin: 50px 5px 10px 5px;
  }

  .footer-container {
    text-align: center;
    margin: 40px auto;
    width: 95%;
    margin-left: 60px;
  }

  #dyna-bottom-section {
    display: flex;
    flex-wrap: wrap;
    height: auto;
  }
}
