.primary-button {
  background-color: #b0350c;
}

.secondary-button {
  background-color: #b16106;
}

button {
  border: none;
  border-radius: 3px;
  font-size: 16px;
  color: white;
  padding: 10px 14px;
  outline: none;
  cursor: pointer;
  letter-spacing: 0.5px;
  font-family: brandon;
  transition: box-shadow 500ms ease;
}
button:hover {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

.sub-heading {
  font-size: 30px;
  font-weight: 500;
  color: #404041;
}
.kannada-version .sub-heading {
  color: #616161;
}
@media screen and (max-width: 1024px) {
  .sub-heading {
    text-align: center;
  }
}

.page-title .title {
  font-size: 24px;
  text-align: center;
  color: #404041;
  font-weight: 500;
  padding-top: 55px;
}

p {
  font-size: 18px;
  line-height: 26px;
  color: #808284;
}
.kannada-version p {
  color: #797979;
}
@media screen and (max-width: 1024px) {
  p {
    text-align: center;
  }
}

#new-courses {
  display: flex;
  background-color: #D1D2D4;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #new-courses {
    display: block;
  }
}
#new-courses .new-courses-container {
  display: flex;
  flex-basis: 70%;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  #new-courses .new-courses-container {
    flex-basis: 100%;
  }
}
#new-courses figure img {
  width: 85%;
  height: 100.5%;
  transform: scale(1.2);
  transform-origin: bottom center;
}
#new-courses h5 {
  font-size: 24px;
  align-self: center;
  color: #404041;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  #new-courses h5 {
    font-size: 16px;
    padding-right: 10px;
    width: 85%;
  }
}
#new-courses h5 span {
  font-weight: lighter;
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  #new-courses h5 span {
    display: block;
    font-size: 16px;
  }
}
#new-courses .course-link {
  display: flex;
  width: 30%;
  background-color: #b16106;
  color: white;
  position: absolute;
  height: 100%;
  right: 0;
  transition: width 500ms ease;
}
#new-courses .course-link:hover img {
  margin-left: 10px;
}
@media screen and (max-width: 1024px) {
  #new-courses .course-link {
    width: 100%;
  }
}
#new-courses .course-link img {
  align-self: center;
  margin-left: 0;
  transition: margin-left 500ms ease;
}
@media screen and (max-width: 1024px) {
  #new-courses .course-link {
    width: 100%;
    height: 70px;
    margin-left: 0;
  }
}
#new-courses .course-link .wrapper {
  display: flex;
  align-self: center;
  margin-left: 30px;
}
#new-courses .course-link span {
  font-size: 25px;
  padding-right: 35px;
}

textarea {
  font-family: brandon;
}

#footer {
  background-color: #222222;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  #footer {
    margin-top: 60px;
  }
}
#footer .footer-bottom-container {
  display: flex;
  width: 80%;
  color: #BBBDC0;
  margin: 0 auto;
  padding: 30px 0;
  opacity: 1;
  position: relative;
  top: 0;
}
@media screen and (max-width: 1024px) {
  #footer .footer-bottom-container {
    display: block;
    width: 100%;
  }
}
#footer .footer-bottom-container .quotes {
  width: 45%;
}
@media screen and (max-width: 1024px) {
  #footer .footer-bottom-container .quotes {
    width: 100%;
  }
}
#footer .footer-bottom-container .quotes .brand {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#footer .footer-bottom-container .quotes .brand h5 {
  color: white;
  margin-left: 10px;
  font-size: 25px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  #footer .footer-bottom-container .quotes .brand {
    width: 100%;
    padding-left: 20px;
  }
}
#footer .footer-bottom-container .quotes .brand img {
  width: 75px;
}
#footer .footer-bottom-container .quotes ul {
  margin: 25px 0;
}
@media screen and (max-width: 1024px) {
  #footer .footer-bottom-container .quotes ul {
    margin-left: 8%;
  }
}
#footer .footer-bottom-container .quotes ul li {
  list-style: none;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid gray;
  margin-left: 12px;
  cursor: pointer;
  transition: color 500ms ease, border 500ms ease;
}
#footer .footer-bottom-container .quotes ul li:hover {
  color: white;
  border: 1px solid white;
}
#footer .footer-bottom-container .quotes ul li:first-child {
  margin: 0;
}
#footer .footer-bottom-container .quotes ul li a {
  display: flex;
  justify-content: center;
  position: relative;
  top: 50%;
  height: 100%;
  align-items: center;
  transform: translateY(-50%);
}
#footer .footer-bottom-container .quotes ul li a svg {
  width: 15px;
  height: 15px;
  fill: #bbbdc0;
}
#footer blockquote {
  font-size: 18px;
  line-height: 26px;
  background-image: url("../../common/images/quote.svg");
  background-repeat: no-repeat;
  text-indent: 24px;
  padding-top: 12px;
}
@media screen and (max-width: 1024px) {
  #footer blockquote {
    width: 85%;
    margin: 0 auto;
  }
}
#footer .links-container {
  display: flex;
  justify-content: space-around;
  flex-basis: 85%;
  align-self: center;
}
@media screen and (max-width: 1024px) {
  #footer .links-container {
    display: block;
    text-align: center;
  }
}
#footer .links-container .links h5 {
  padding: 15px 0;
  font-size: 21px;
  font-weight: 100;
  color: #e0e0e0;
}
#footer .links-container .links h5:after {
  content: "";
  height: 1px;
  background-color: #efefef;
  display: block;
  width: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #footer .links-container .links h5 {
    background-color: #2A2A2A;
    margin-bottom: 15px;
    padding: 9px 0;
  }
  .kannada-version #footer .links-container .links h5 {
    padding: 9px 0 2px;
  }
  #footer .links-container .links h5:after {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #footer .links-container ul {
    margin-bottom: 10px;
  }
}
#footer .links-container li {
  list-style: none;
  text-align: center;
  font-size: 18px;
  transition: color 500ms ease;
}
#footer .links-container li a {
  display: block;
  padding: 6px;
}
#footer .links-container li a:hover {
  color: white;
}
#footer .company-protocols {
  background-color: #2A2A2A;
  color: #acacac;
  display: flex;
  font-size: 16px;
  padding: 18px 0;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #footer .company-protocols {
    display: block;
  }
}
#footer .company-protocols small {
  margin: 0 100px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  #footer .company-protocols small {
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}
#footer .company-protocols .branded {
  margin: 0 100px;
  font-size: 14px;
  color: #acacac;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  #footer .company-protocols .branded {
    margin: 0 auto;
    text-align: center;
  }
}
#footer .company-protocols .branded a {
  color: #E6E7E8;
  font-weight: lighter;
}

.main-flex-container {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .main-flex-container {
    display: block;
  }
}
.main-flex-container .block-contents {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .main-flex-container .block-contents {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
