.btn-main {
  font-size: 20px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 175px;
  height: 45px;
  background: #00A12D;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
}

.btn-main.btn-orange {
  background: #EF8E34;
}

.btn-main.btn-transparent {
  color: #000;
  background: transparent;
  border-color: #000;
}

.btn-main i {
  margin-right: 8px;
  font-size: 16px;
}

form input.form-control, form select.form-control {
  height: 50px;
  background: #F1F2F6;
  font-size: 16px;
  border-radius: 5px;
  color: #000;
  border: none;
  margin-bottom: 1rem;
  padding: 1rem 1.5rem;
  border: 1px solid #F1F2F6;
}

form input.form-control:focus, form select.form-control:focus {
  border-color: #EF8E34;
  box-shadow: none;
  background: #F1F2F6;
}

form input.form-control::placeholder, form select.form-control::placeholder {
  color: #666;
}

form select.form-control {
  padding: .75rem 1.5rem;
}

form textarea.form-control {
  background: #F1F2F6;
  font-size: 16px;
  border-radius: 5px;
  color: #000;
  border: none;
  margin-bottom: 1rem;
  min-height: 250px;
  padding: 1rem 1.5rem;
  border: 1px solid #F1F2F6;
}

form textarea.form-control:focus {
  box-shadow: none;
  border-color: #EF8E34;
  background: #F1F2F6;
}

form textarea.form-control::placeholder {
  color: #666;
}

.modal-dialog {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: none;
}

@media (max-width: 768px) {
  .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}

.modal-backdrop {
  display: none;
}

.modal.fade {
  z-index: 999 !important;
  background: rgba(0, 0, 0, 0.5);
}

.modal .modal-title {
  font-size: 22px;
  font-weight: 500;
  color: #333;
}

.logo {
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-end;
}

@media (min-width: 1399px) {
  .logo {
    margin-right: 4rem;
  }
}

.logo span {
  font-size: 23px;
  color: #000;
  line-height: 25px;
  display: block;
  margin-right: 2px;
}

.logo strong {
  font-size: 32px;
  color: #EF8E34;
  display: block;
  line-height: 30px;
}

header {
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.09);
}

header nav.navbar .btn.btn-orange {
  height: 40px;
  font-size: 18px;
}

@media (max-width: 1199px) and (min-width: 991px) {
  header nav.navbar .btn.btn-orange {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  header nav.navbar .btn.btn-orange {
    margin: auto;
    margin-top: .5rem;
  }
}

@media (max-width: 991px) {
  header #navbar {
    position: fixed;
    transform: translateX(100%);
    right: 0;
    background: #F7F9FC;
    height: 100% !important;
    top: 76px;
    padding: 20px 40px;
    box-shadow: -10px 10px 15px 0px rgba(0, 0, 0, 0.09);
    transition: all .2s ease-in-out;
    z-index: 99;
  }
  header #navbar.show {
    transform: translateX(0);
  }
}

header #navbar li a {
  font-size: 18px;
  color: #000;
  margin: 0 20px;
}

@media (max-width: 1399px) {
  header #navbar li a {
    margin: 0 10px;
  }
}

header #navbar li a.active, header #navbar li a:hover {
  color: #EF8E34;
}

header #navbar .navbar-nav {
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media (min-width: 1199px) {
  .home-body header {
    box-shadow: none;
    padding: 20px 0;
  }
  .home-body header .navbar-brand span {
    color: #fff;
  }
  .home-body header #navbar li a {
    color: #fff;
  }
  .home-body header #navbar .navbar-nav {
    align-items: center;
  }
}

#course-detail .top-holder {
  background-image: url("../images/courses-top.jpg");
  padding-bottom: 3rem;
  margin-bottom: 2rem;
}

#course-detail .breadcrumb .breadcrumb-item a {
  color: #fff;
}

@media (min-width: 1199px) {
  #course-detail .container > .content {
    width: 60%;
  }
}

#course-detail .container > .content .heading {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}

#course-detail .container > .content .heading h1 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 0;
  margin-right: 1.75rem;
  font-weight: 700;
  line-height: 1;
}

#course-detail .container > .content p {
  font-size: 16px;
  color: #fff;
}

@media (max-width: 575px) {
  #course-detail .container > .content p {
    font-size: 15px;
  }
}

#course-detail .container > .content .stars {
  font-size: 17px;
  color: #fff;
}

#course-detail .container > .content .stars i {
  letter-spacing: 5px;
  color: #FFCE00;
}

#course-detail .container > .content .stars i:first-child {
  margin-left: 5px;
}

#course-detail .price-section {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #fff;
}

@media (max-width: 1199px) {
  #course-detail .price-section {
    width: 100%;
  }
}

@media (max-width: 575px) {
  #course-detail .price-section {
    flex-wrap: wrap;
  }
}

#course-detail .price-section .price {
  color: #EF8E34;
  font-weight: 700;
}

@media (max-width: 575px) {
  #course-detail .price-section .price {
    width: 100%;
  }
}

#course-detail .skills-to-acquire {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  padding: 1rem;
  margin-bottom: 2rem;
  border-radius: 10px;
}

#course-detail .skills-to-acquire h2 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  margin-bottom: 1rem;
}

#course-detail .skills-to-acquire ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

#course-detail .skills-to-acquire ul li {
  font-size: 16px;
  color: #000;
  display: block;
  margin-bottom: 1rem;
}

#course-detail .skills-to-acquire ul li:last-child {
  margin-bottom: 0;
}

#course-detail .lessons h3 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  margin-bottom: 1.25rem;
}

#course-detail .lessons .accordion {
  border: none;
}

#course-detail .lessons .accordion .accordion-item {
  border: none;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.09);
  margin-bottom: 1rem;
  background: #fff;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

#course-detail .lessons .accordion .accordion-body {
  padding: 0;
}

#course-detail .lessons .accordion .accordion-body .lesson-box {
  padding: 23px 20px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #EBEBEB;
}

#course-detail .lessons .accordion .accordion-body .lesson-box img {
  margin-right: 1rem;
}

#course-detail .lessons .accordion .accordion-body .lesson-box h3 {
  margin-bottom: 0;
  font-size: 18px;
  color: #000;
}

#course-detail .lessons .accordion .accordion-button {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  border: none;
  display: block;
  font-size: 18px;
  color: #000;
  font-weight: 500;
}

#course-detail .lessons .accordion .accordion-button:after {
  background-image: url("../images/arrow-right.svg");
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 19px;
  background-size: auto;
}

#course-detail .lessons .accordion .accordion-button:not(.collapsed) {
  color: #fff;
  background: #EF8E34;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#course-detail .lessons .accordion .accordion-button:not(.collapsed) span {
  color: #fff;
}

#course-detail .lessons .accordion .accordion-button:not(.collapsed) span:first-child {
  border-color: #fff;
}

#course-detail .lessons .accordion .accordion-button:not(.collapsed):after {
  transform: translateY(-50%) rotate(90deg);
  filter: brightness(0) invert(1);
}

#course-detail .lessons .accordion .accordion-button div {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: .25rem;
}

#course-detail .lessons .accordion .accordion-button div span {
  font-size: 16px;
  display: block;
  margin-right: 8px;
  padding-right: 8px;
}

#course-detail .lessons .accordion .accordion-button div span:first-child {
  border-right: 2px solid #CECECE;
}

@media (min-width: 1199px) {
  #course-detail .right-column {
    transform: translateY(-180px);
  }
}

#course-detail .right-column .holder {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  margin-bottom: 2.25rem;
  padding: 15px;
}

@media (min-width: 575px) {
  #course-detail .right-column .holder:not(.second-holder) {
    padding: 25px 20px;
  }
}

#course-detail .right-column .holder .duration {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

#course-detail .right-column .holder .duration .fas {
  font-size: 18px;
  color: #EF8E34;
}

#course-detail .right-column .holder .duration + .btn-main {
  width: 100%;
}

#course-detail .right-column .holder .duration + .btn-main:hover {
  border-color: #00A12D;
}

#course-detail .right-column .holder p {
  color: #333;
  font-size: 15px;
  margin-bottom: 0;
}

#course-detail .right-column .holder .teacher {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

#course-detail .right-column .holder .teacher .content {
  margin-left: 1.25rem;
}

#course-detail .right-column .holder .teacher .content .name {
  font-size: 26px;
  font-weight: 700;
  color: #EF8E34;
  display: block;
}

#course-detail .right-column .holder .teacher .content .position {
  font-size: 16px;
  display: block;
  color: #000;
}

#course-detail .right-column .holder.second-holder .heading {
  background: #E6E6E6;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 1rem 1.25rem;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

#course-detail .right-column .holder.second-holder p {
  padding: 1rem;
  color: #000;
}

#course-detail .advantages {
  background: #F5FAF8;
  padding: 50px 0;
}

@media (max-width: 575px) {
  #course-detail .advantages {
    padding-top: 0;
  }
}

#course-detail .advantages .help-text {
  text-align: center;
  font-size: 18px;
  display: block;
  font-weight: 500;
  color: #999;
  text-transform: uppercase;
}

#course-detail .advantages h4 {
  font-size: 55px;
  font-weight: 600;
  color: #00A12D;
  margin-bottom: 1rem;
  text-align: center;
}

#course-detail .advantages p {
  font-size: 15px;
  color: #333;
  text-align: center;
  margin-bottom: 3rem;
}

#course-detail .advantages .accordion {
  border: none;
}

#course-detail .advantages .accordion .accordion-item {
  border: none;
  background: none;
  border-top: 1px solid #CDCDCD;
  border-radius: 0;
}

#course-detail .advantages .accordion .accordion-item:last-child {
  border-bottom: 1px solid #CDCDCD;
}

#course-detail .advantages .accordion .accordion-button {
  background: none;
  box-shadow: none;
  padding: 1.5rem 0;
  font-size: 16px;
  color: #333;
}

#course-detail .advantages .accordion .accordion-button:after {
  background-image: url("../images/arrow-down-green.svg");
  background-size: auto;
  width: 14px;
  height: 15px;
  margin-right: 10px;
}

#course-detail .advantages .accordion .accordion-body {
  padding: 0;
  padding-bottom: 1rem;
  font-size: 15px;
  color: #333;
}

body.home-body {
  background-color: #F7F9FC;
}

@media (min-width: 1199px) {
  #home-main .holder {
    background-image: url("../images/home-main.jpg");
    background-size: cover;
    margin: auto;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-bottom: 20rem;
  }
}

#home-main .holder h1 {
  text-align: center;
  margin-top: 3rem;
  font-size: 45px;
  color: #000;
  font-weight: 700;
  margin-bottom: 1rem;
}

@media (min-width: 1199px) {
  #home-main .holder h1 {
    margin-bottom: 0;
    margin-top: 10rem;
    font-size: 70px;
    color: #fff;
  }
}

#home-main .holder h1 span {
  color: #EF8E34;
}

#home-main .holder p.help-text {
  font-size: 18px;
  margin: auto;
  text-align: center;
  color: #000;
  font-weight: 500;
  margin-bottom: 2rem;
}

@media (min-width: 1199px) {
  #home-main .holder p.help-text {
    width: 45vw;
    color: #fff;
  }
}

#home-main .holder .ctas {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

@media (max-width: 449px) {
  #home-main .holder .ctas {
    flex-wrap: wrap;
  }
}

#home-main .holder .ctas .btn-main {
  font-size: 20px;
  height: 50px;
  width: 185px;
  margin: 0 10px;
}

@media (max-width: 449px) {
  #home-main .holder .ctas .btn-main {
    width: 100%;
  }
}

@media (max-width: 449px) {
  #home-main .holder .ctas .btn-main.btn-transparent {
    margin-top: 1rem;
  }
}

@media (min-width: 1199px) {
  #home-main .holder .ctas .btn-main.btn-transparent {
    margin-top: 0;
    color: #fff;
    border-color: #fff;
  }
  #home-main .holder .ctas .btn-main.btn-transparent:hover {
    color: #EF8E34;
    border-color: #EF8E34;
  }
}

#home-categories {
  margin-top: 2rem;
}

@media (min-width: 1199px) {
  #home-categories {
    margin-top: 0;
    transform: translateY(-100px);
  }
}

#home-categories .holder {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  #home-categories .holder {
    flex-wrap: wrap;
    justify-content: center;
  }
}

#home-categories .category {
  border-radius: 5px;
  padding: 25px;
  width: 100%;
  margin: 1rem 0;
  background-position: center;
}

@media (min-width: 767px) {
  #home-categories .category {
    width: 48%;
    margin: 0 1%;
  }
}

#home-categories .category h3 {
  color: #fff;
  font-size: 34px;
  margin-right: 1.25rem;
}

@media (min-width: 991px) {
  #home-categories .category h3 {
    font-size: 28px;
  }
}

@media (min-width: 1199px) {
  #home-categories .category h3 {
    margin-right: 0;
    font-size: 40px;
    line-height: 0.9;
  }
}

#home-categories .category .heading {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}

#home-categories .category .heading img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

@media (max-width: 1199px) {
  #home-categories .category .heading img {
    width: 50px;
    height: 50px;
  }
}

#home-categories .category .btn-main {
  width: 210px;
  margin-top: 1.5rem;
  font-size: 18px;
}

#home-categories .category .btn-main:hover {
  border-color: #00A12D;
  color: #fff;
}

#home-categories .category .btn-main img {
  margin-left: 8px;
}

#home-categories .category-1 {
  background-image: url("../images/gb-background.jpg");
  background-size: cover;
}

#home-categories .category-2 {
  background-image: url("../images/ch-background.jpg");
  background-size: cover;
}

#home-categories .category-3 {
  background-image: url("../images/spain-background.jpg");
  background-size: cover;
}

@media (max-width: 991px) {
  #home-categories .category-3 {
    margin-top: 1rem;
  }
}

#home-why-us {
  background: #F7F9FC;
}

@media (max-width: 1199px) and (min-width: 991px) {
  #home-why-us {
    margin-top: 2rem;
  }
}

#home-why-us .img-holder {
  position: relative;
}

@media (max-width: 991px) and (min-width: 767px) {
  #home-why-us .img-holder {
    display: none;
  }
}

@media (min-width: 575px) and (max-width: 767px) {
  #home-why-us .img-holder img {
    display: block;
    margin: auto;
  }
}

#home-why-us .img-holder img:nth-child(2) {
  position: absolute;
  right: 60px;
  top: 0;
  border: 8px solid #fff;
  border-radius: 15px;
}

@media (min-width: 767px) and (max-width: 991px) {
  #home-why-us .img-holder img:nth-child(2) {
    right: 180px;
    display: block;
  }
}

@media (min-width: 767px) and (max-width: 1399px) {
  #home-why-us .img-holder img:nth-child(2) {
    display: none !important;
  }
}

#home-why-us .why-us-heading {
  font-size: 20px;
  color: #00A12D;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}

@media (max-width: 1199px) and (min-width: 991px) {
  #home-why-us .why-us-heading {
    font-size: 18px;
  }
}

#home-why-us h2 {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  line-height: 1;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

@media (min-width: 1399px) {
  #home-why-us h2 {
    font-size: 40px;
  }
}

#home-why-us span.help-text {
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin-bottom: 1rem;
}

@media (min-width: 991px) {
  #home-why-us span.help-text {
    font-size: 18px;
  }
}

@media (min-width: 1199px) {
  #home-why-us span.help-text {
    font-size: 22px;
  }
}

#home-why-us p {
  color: #666;
  font-size: 16px;
  margin-bottom: 1.5rem;
}

@media (max-width: 1199px) and (min-width: 991px) {
  #home-why-us p {
    font-size: 15px;
  }
}

#home-why-us .amendments {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}

#home-why-us .amendments .amendment {
  width: 48%;
  margin: 0 1%;
  margin-bottom: 1rem;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

@media (max-width: 575px) {
  #home-why-us .amendments .amendment {
    margin-bottom: 1.5rem;
    text-align: center;
  }
}

@media (max-width: 575px) {
  #home-why-us .amendments .amendment img {
    display: block;
    margin: auto;
  }
}

@media (max-width: 575px) {
  #home-why-us .amendments + a.btn-main {
    margin: auto;
  }
}

#home-why-us .btn-main {
  width: 230px;
  height: 50px;
  font-size: 18px;
  font-weight: 700;
}

@media (min-width: 575px) {
  #home-why-us .btn-main {
    margin-top: 1rem;
  }
}

#home-why-us .btn-main img {
  margin-left: 8px;
}

#home-why-us .btn-main:hover {
  background: #005518;
  color: #fff;
  border-color: #00A12D;
}

.container > .heading {
  font-size: 20px;
  font-weight: 700;
  color: #00A12D;
  display: block;
  text-align: center;
  text-transform: uppercase;
}

.container > .heading + h2 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #000;
  margin-bottom: 2rem;
}

@media (min-width: 575px) {
  .container > .heading + h2 {
    font-size: 40px;
  }
}

#home-pricing {
  background: #fff;
  margin-top: 3rem;
  padding-top: 3rem;
}

@media (min-width: 767px) {
  #home-pricing {
    margin-top: 4rem;
    padding-top: 4rem;
  }
}

#home-pricing #pricingTab {
  width: 100%;
  margin-bottom: 1.5rem;
}

#home-pricing #pricingTab .nav-item {
  width: 50%;
}

#home-pricing #pricingTab .nav-item button {
  width: 100%;
  height: 55px;
  border-radius: 5px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  background: #F4F4F4;
  border: none;
}

@media (min-width: 575px) {
  #home-pricing #pricingTab .nav-item button {
    font-size: 18px;
  }
}

#home-pricing #pricingTab .nav-item button.active {
  background: #00A12D;
  color: #fff;
}

#home-pricing .tab-content .course-holder {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  padding: 15px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
}

@media (max-width: 575px) {
  #home-pricing .tab-content .course-holder {
    margin-bottom: 1.5rem;
  }
}

#home-pricing .tab-content .course-holder .heading {
  position: relative;
}

@media (max-width: 767px) and (min-width: 499px) {
  #home-pricing .tab-content .course-holder .heading {
    margin: auto;
    width: fit-content;
  }
}

#home-pricing .tab-content .course-holder .nationality {
  position: absolute;
  right: 30px;
  bottom: -7px;
  border: 5px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

#home-pricing .tab-content .course-holder .content {
  padding: 15px;
}

#home-pricing .tab-content .course-holder .content .price-section {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: .75rem;
}

#home-pricing .tab-content .course-holder .content .price-section .price {
  color: #EF8E34;
}

#home-pricing .tab-content .course-holder .content .title {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  margin-bottom: .75rem;
  display: block;
}

#home-pricing .tab-content .course-holder .content p {
  font-size: 15px;
  color: #000;
}

#home-pricing .tab-content .course-holder .content .duration {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 16px;
  color: #333;
}

#home-pricing .tab-content .course-holder .content .duration > div {
  margin-bottom: .75rem;
  padding-right: .25rem;
}

#home-pricing .tab-content .course-holder .content .duration .fas {
  font-size: 18px;
  color: #EF8E34;
}

@media (min-width: 1399px) {
  #home-pricing .tab-content .course-holder .content .footer {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media (max-width: 1199px) and (min-width: 991px) {
  #home-pricing .tab-content .course-holder .content .footer {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media (max-width: 767px) and (min-width: 575px) {
  #home-pricing .tab-content .course-holder .content .footer {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

#home-pricing .tab-content .course-holder .content .footer .stars {
  font-size: 16px;
  color: #333;
}

@media (max-width: 575px) {
  #home-pricing .tab-content .course-holder .content .footer .stars {
    margin-bottom: .75rem;
  }
}

#home-pricing .tab-content .course-holder .content .footer .stars i {
  color: #FFCE00;
}

#home-pricing .tab-content .course-holder .content .footer .stars i:first-child {
  margin-left: 5px;
}

#home-pricing .tab-content .course-holder .content .footer .btn-main {
  width: 210px;
  height: 45px;
  font-size: 18px;
}

@media (max-width: 1399px) and (min-width: 1199px) {
  #home-pricing .tab-content .course-holder .content .footer .btn-main {
    margin-top: 1rem;
  }
}

@media (max-width: 991px) and (min-width: 767px) {
  #home-pricing .tab-content .course-holder .content .footer .btn-main {
    margin-top: 1rem;
  }
}

#home-pricing .tab-content .course-holder .content .footer .btn-main:hover {
  background: #005518;
  color: #fff;
}

#home-pricing .tab-content .course-holder .content .footer .btn-main img {
  margin-left: 10px;
}

#home-counter {
  background: #fff;
  padding-top: 2rem;
}

@media (min-width: 991px) {
  #home-counter {
    padding-top: 4rem;
  }
}

#home-counter .holder {
  background: #177430;
  border-radius: 10px;
  padding: 30px;
}

@media (min-width: 991px) {
  #home-counter .holder {
    transform: translateY(5rem);
  }
}

#home-counter .holder h2 {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  width: 400px;
  margin-bottom: 8px;
  width: 100%;
}

@media (min-width: 575px) {
  #home-counter .holder h2 {
    font-size: 35px;
  }
}

@media (max-width: 991px) {
  #home-counter .holder h2 {
    text-align: center;
  }
}

#home-counter .holder span.help-text {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  display: block;
  text-transform: uppercase;
  width: 400px;
  margin-bottom: 15px;
  width: 100%;
}

@media (min-width: 575px) {
  #home-counter .holder span.help-text {
    margin-bottom: 22px;
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  #home-counter .holder span.help-text {
    text-align: center;
  }
}

#home-counter .holder .btn-main {
  width: 200px;
}

@media (min-width: 991px) {
  #home-counter .holder .btn-main {
    margin-right: 200px;
  }
}

@media (max-width: 991px) {
  #home-counter .holder .btn-main {
    margin: auto;
    margin-bottom: 1rem;
  }
}

#home-counter .holder .counter-text {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  display: block;
}

@media (min-width: 991px) {
  #home-counter .holder .counter-text {
    padding-left: 40px;
  }
}

@media (max-width: 991px) {
  #home-counter .holder .counter-text {
    text-align: center;
  }
}

#home-counter .holder .counter-holder {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 991px) {
  #home-counter .holder .counter-holder {
    margin-right: 1rem;
    padding-left: 40px;
  }
}

@media (max-width: 991px) {
  #home-counter .holder .counter-holder {
    justify-content: space-between;
  }
}

#home-counter .holder .counter-holder span {
  font-size: 30px;
}

@media (min-width: 991px) {
  #home-counter .holder .counter-holder span {
    font-size: 45px;
  }
}

#home-counter .holder .counter-holder .counter-box {
  text-align: center;
}

@media (min-width: 767px) {
  #home-counter .holder .counter-holder .counter-box {
    margin-right: 2.5rem;
  }
}

#home-blog {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

@media (min-width: 575px) {
  #home-blog {
    padding-top: 8rem;
  }
}

#home-blog h2 {
  font-size: 40px;
  color: #000;
  margin-bottom: 2.5rem;
}

#home-blog .blog-holder {
  border-radius: 10px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 1.5rem;
}

@media (min-width: 767px) {
  #home-blog .blog-holder {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
  }
}

#home-blog .blog-holder .image-container {
  width: 100%;
  overflow: hidden;
}

#home-blog .blog-holder .image-container img {
  width: 100%;
  height: auto;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

@media (min-width: 767px) {
  #home-blog .blog-holder .image-container img {
    border-radius: 10px;
    clip-path: ellipse(96% 100% at 0% 40%);
  }
}

#home-blog .blog-holder .content {
  padding: 15px;
}

#home-blog .blog-holder .content .date {
  font-size: 14px;
  color: #000;
}

#home-blog .blog-holder .content h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

@media (min-width: 575px) {
  #home-blog .blog-holder .content h3 {
    font-size: 20px;
  }
}

#home-blog .blog-holder .content p {
  font-size: 15px;
  color: #000;
  line-height: 1.1;
}

@media (min-width: 575px) {
  #home-blog .blog-holder .content p {
    font-size: 16px;
  }
}

#home-blog .blog-holder .content .btn-main {
  width: 150px;
  height: 35px;
  font-size: 15px;
  font-weight: 600;
}

#home-blog .blog-holder .content .btn-main:hover {
  border-color: #00A12D;
}

#home-blog .btn-main.btn-transparent {
  margin: auto;
  margin-top: 1rem;
  border: 2px solid #D2D2D2;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

#home-blog .btn-main.btn-transparent:hover {
  color: #00A12D;
  border-color: #00A12D;
}

#about-me {
  padding-top: 1rem;
}

#about-me .image-holder {
  position: relative;
  z-index: 1;
}

#about-me .image-holder img {
  width: 90%;
}

@media (max-width: 991px) {
  #about-me .image-holder img {
    margin: auto;
    display: block;
    margin-bottom: 2rem;
  }
}

@media (max-width: 991px) and (min-width: 499px) {
  #about-me .image-holder img {
    width: 50%;
  }
}

#about-me .image-holder .box {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1199px) {
  #about-me .image-holder .box {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 991px) {
  #about-me .image-holder .box {
    right: 22%;
  }
}

@media (max-width: 699px) {
  #about-me .image-holder .box {
    display: none;
  }
}

#about-me .image-holder .box .experience {
  border: 1px dashed #00A12D;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 1199px) {
  #about-me .image-holder .box .experience {
    width: 80%;
    height: 80%;
  }
}

#about-me .image-holder .box .experience strong {
  font-size: 45px;
  font-weight: 700;
  color: #00A12D;
  display: block;
  width: 100%;
  line-height: 1;
  text-align: center;
  margin-top: auto;
}

@media (max-width: 1199px) {
  #about-me .image-holder .box .experience strong {
    font-size: 40px;
  }
}

#about-me .image-holder .box .experience span {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 1;
  display: block;
  text-align: center;
  margin-bottom: auto;
}

@media (max-width: 1199px) {
  #about-me .image-holder .box .experience span {
    font-size: 15px;
  }
}

#about-me h1 {
  font-family: "Segoe Script", sans-serif;
  color: #EF8E34;
  font-size: 60px;
  margin-bottom: 0;
  line-height: 1.2;
}

@media (max-width: 1199px) {
  #about-me h1 {
    font-size: 50px;
  }
}

@media (max-width: 549px) {
  #about-me h1 {
    font-size: 40px;
  }
}

@media (max-width: 419px) {
  #about-me h1 {
    font-size: 30px;
  }
}

#about-me strong.help-text {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  display: block;
  margin-bottom: 1rem;
}

@media (max-width: 419px) {
  #about-me strong.help-text {
    font-size: 18px;
  }
}

#about-me p {
  font-size: 16px;
  color: #222;
}

@media (max-width: 1199px) {
  #about-me p {
    font-size: 15px;
  }
}

#about-me .socials {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}

#about-me .socials a {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 30px;
  height: 30px;
  background: #00A12D;
  margin-right: 10px;
  text-decoration: none;
  border-radius: 50%;
}

#blog h1, #blog h2 {
  font-size: 36px;
  color: #EF8E34;
  margin-bottom: 2.25rem;
}

@media (max-width: 991px) {
  #blog .blog-holder {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 991px) and (max-width: 575px) {
  #blog .blog-holder {
    flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  #blog .blog-holder .image-container {
    overflow: hidden;
    width: 40%;
  }
}

@media (max-width: 991px) and (max-width: 659px) {
  #blog .blog-holder .image-container {
    width: 45%;
  }
}

@media (max-width: 991px) and (max-width: 575px) {
  #blog .blog-holder .image-container {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 991px) {
  #blog .blog-holder .image-container img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}

@media (max-width: 991px) and (min-width: 575px) {
  #blog .blog-holder .image-container img {
    height: auto;
    border-radius: 10px;
    clip-path: ellipse(96% 100% at 0% 40%);
  }
}

@media (max-width: 991px) {
  #blog .blog-holder .content {
    width: 60%;
    padding: 15px;
  }
}

@media (max-width: 991px) and (max-width: 659px) {
  #blog .blog-holder .content {
    width: 55%;
  }
}

@media (max-width: 991px) and (max-width: 575px) {
  #blog .blog-holder .content {
    width: 100%;
  }
}

@media (max-width: 991px) {
  #blog .blog-holder .content .date {
    font-size: 14px;
    color: #000;
  }
  #blog .blog-holder .content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
  }
}

@media (max-width: 991px) and (min-width: 575px) and (max-width: 699px) {
  #blog .blog-holder .content h3 {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  #blog .blog-holder .content p {
    font-size: 16px;
    color: #000;
    line-height: 1.1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

@media (max-width: 991px) and (min-width: 575px) and (max-width: 699px) {
  #blog .blog-holder .content p {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  #blog .blog-holder .content .btn-main {
    width: 150px;
    height: 35px;
    font-size: 15px;
    font-weight: 600;
  }
  #blog .blog-holder .content .btn-main:hover {
    border-color: #00A12D;
  }
}

@media (min-width: 991px) {
  #blog .blog-holder:not(.blog-holder-small) {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 2rem;
  }
  #blog .blog-holder:not(.blog-holder-small) .image-container {
    width: 27%;
    overflow: hidden;
  }
}

@media (min-width: 991px) and (max-width: 1399px) {
  #blog .blog-holder:not(.blog-holder-small) .image-container {
    width: 30%;
  }
}

@media (min-width: 991px) {
  #blog .blog-holder:not(.blog-holder-small) .image-container img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    clip-path: ellipse(96% 100% at 0% 40%);
  }
  #blog .blog-holder:not(.blog-holder-small) .content {
    width: 73%;
    padding: 15px;
    padding-left: 1.25rem;
  }
}

@media (min-width: 991px) and (max-width: 1399px) {
  #blog .blog-holder:not(.blog-holder-small) .content {
    width: 70%;
  }
}

@media (min-width: 991px) {
  #blog .blog-holder:not(.blog-holder-small) .content .date {
    font-size: 18px;
    color: #000;
  }
}

@media (min-width: 991px) and (min-width: 1199px) {
  #blog .blog-holder:not(.blog-holder-small) .content .date {
    font-size: 20px;
  }
}

@media (min-width: 991px) {
  #blog .blog-holder:not(.blog-holder-small) .content h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: .75rem;
  }
}

@media (min-width: 991px) and (min-width: 1199px) {
  #blog .blog-holder:not(.blog-holder-small) .content h3 {
    margin-bottom: 1rem;
    font-size: 32px;
  }
}

@media (min-width: 991px) {
  #blog .blog-holder:not(.blog-holder-small) .content p {
    font-size: 18px;
    color: #000;
    line-height: 1.1;
    margin-bottom: .75rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}

@media (min-width: 991px) and (min-width: 1199px) {
  #blog .blog-holder:not(.blog-holder-small) .content p {
    margin-bottom: 1rem;
    font-size: 20px;
  }
}

@media (min-width: 991px) {
  #blog .blog-holder:not(.blog-holder-small) .content .btn-main {
    width: 187px;
    height: 36px;
    font-size: 18px;
    font-weight: 600;
  }
}

@media (min-width: 991px) and (min-width: 1199px) {
  #blog .blog-holder:not(.blog-holder-small) .content .btn-main {
    height: 40px;
    font-size: 20px;
  }
}

@media (min-width: 991px) {
  #blog .blog-holder:not(.blog-holder-small) .content .btn-main:hover {
    border-color: #00A12D;
  }
}

@media (min-width: 991px) {
  #blog .blog-holder-small {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 1.5rem;
  }
  #blog .blog-holder-small .image-container {
    overflow: hidden;
    width: 38%;
  }
}

@media (min-width: 991px) and (max-width: 1199px) {
  #blog .blog-holder-small .image-container {
    width: 45%;
  }
}

@media (min-width: 991px) {
  #blog .blog-holder-small .image-container img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    clip-path: ellipse(96% 100% at 0% 40%);
  }
  #blog .blog-holder-small .content {
    width: 62%;
    padding: 15px;
  }
}

@media (min-width: 991px) and (max-width: 1199px) {
  #blog .blog-holder-small .content {
    width: 55%;
  }
}

@media (min-width: 991px) {
  #blog .blog-holder-small .content .date {
    font-size: 14px;
    color: #000;
  }
  #blog .blog-holder-small .content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
  }
}

@media (min-width: 991px) and (max-width: 1399px) {
  #blog .blog-holder-small .content h3 {
    font-size: 18px;
  }
}

@media (min-width: 991px) and (max-width: 1199px) {
  #blog .blog-holder-small .content h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

@media (min-width: 991px) {
  #blog .blog-holder-small .content p {
    font-size: 16px;
    color: #000;
    line-height: 1.1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

@media (min-width: 991px) and (max-width: 1399px) {
  #blog .blog-holder-small .content p {
    -webkit-line-clamp: 2;
    font-size: 15px;
  }
}

@media (min-width: 991px) {
  #blog .blog-holder-small .content .btn-main {
    width: 150px;
    height: 35px;
    font-size: 15px;
    font-weight: 600;
  }
  #blog .blog-holder-small .content .btn-main:hover {
    border-color: #00A12D;
  }
}

.breadcrumb {
  background: none;
  padding: 1.5rem 0;
}

.breadcrumb a {
  font-weight: 500;
  font-size: 16px;
  color: #666;
  text-decoration: none;
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}

.breadcrumb a img {
  margin-right: 8px;
}

.breadcrumb .breadcrumb-item {
  color: #EF8E34;
  font-weight: 500;
  font-size: 16px;
}

.breadcrumb .breadcrumb-item:before {
  color: #666;
}

@media (max-width: 575px) {
  .breadcrumb {
    font-size: 16px;
  }
}

#contacts .help-text, #register .help-text {
  color: #00A12D;
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-bottom: 1rem;
}

#contacts h1, #register h1 {
  font-size: 64px;
  font-weight: 700;
  color: #000;
  line-height: 1;
  margin-bottom: 1rem;
}

@media (min-width: 1199px) and (max-width: 1399px) {
  #contacts h1, #register h1 {
    font-size: 50px;
  }
}

#contacts p, #register p {
  font-size: 16px;
  color: #999;
}

#contacts .socials, #register .socials {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}

#contacts .socials a, #register .socials a {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 30px;
  height: 30px;
  background: #00A12D;
  margin-right: 10px;
  text-decoration: none;
  border-radius: 50%;
}

#contacts #contact-info, #register #contact-info {
  margin-top: 1rem;
}

#contacts form textarea, #register form textarea {
  margin-bottom: 2rem;
}

#contacts .btn-main, #register .btn-main {
  width: 320px;
  height: 50px;
}

#contacts .btn-main img, #register .btn-main img {
  margin-right: 10px;
}

#register h1 {
  color: #EF8E34;
  margin-bottom: 1rem;
}

#register p {
  color: #333;
  font-size: 16px;
}

#register form {
  margin-bottom: 2rem;
}

#contact-info {
  margin-top: 4rem;
}

#contact-info .contat-info-box {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  background: #fff;
  border-radius: 10px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  padding: 20px 40px;
}

@media (min-width: 991px) and (max-width: 1199px) {
  #contact-info .contat-info-box {
    padding: 20px;
    height: 106px;
  }
}

@media (max-width: 991px) {
  #contact-info .contat-info-box {
    margin-bottom: 1.5em;
  }
}

@media (max-width: 449px) {
  #contact-info .contat-info-box {
    padding: 20px;
  }
}

#contact-info .contat-info-box .image-holder {
  width: 62px;
  height: 62px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  background: #fff;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2rem;
}

@media (min-width: 991px) and (max-width: 1199px) {
  #contact-info .contat-info-box .image-holder {
    width: 50px;
    height: 50px;
    margin-right: 1rem;
  }
}

@media (max-width: 449px) {
  #contact-info .contat-info-box .image-holder {
    width: 50px;
    height: 50px;
    margin-right: 1rem;
  }
}

#contact-info .contat-info-box .image-holder img {
  width: 26px;
  height: 26px;
  margin: 0;
}

@media (min-width: 991px) and (max-width: 1199px) {
  #contact-info .contat-info-box .image-holder img {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 399px) {
  #contact-info .contat-info-box .image-holder img {
    width: 20px;
    height: 20px;
  }
}

#contact-info .contat-info-box .content {
  width: auto;
}

#contact-info .contat-info-box .content strong, #contact-info .contat-info-box .content strong a {
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

@media (min-width: 991px) and (max-width: 1199px) {
  #contact-info .contat-info-box .content strong, #contact-info .contat-info-box .content strong a {
    font-size: 16px;
  }
}

@media (max-width: 399px) {
  #contact-info .contat-info-box .content strong, #contact-info .contat-info-box .content strong a {
    font-size: 16px;
  }
}

#contact-info .contat-info-box .content strong a:hover {
  color: #EF8E34;
}

#contact-info .contat-info-box .content span {
  font-size: 16px;
  color: #999;
  display: block;
}

@media (min-width: 991px) and (max-width: 1199px) {
  #contact-info .contat-info-box .content span {
    font-size: 12px;
  }
}

@media (max-width: 399px) {
  #contact-info .contat-info-box .content span {
    font-size: 14px;
  }
}

#courses {
  padding-bottom: 3rem;
}

#courses .courses-holder {
  margin-bottom: 1.5rem;
}

#courses .courses-holder .heading {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) and (min-width: 499px) {
  #courses .courses-holder .heading {
    margin: auto;
    width: fit-content;
  }
}

#courses .courses-holder .heading > img:first-child {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

#courses .courses-holder .heading h2 {
  font-size: 36px;
  color: #EF8E34;
}

#courses .courses-holder .heading a {
  text-transform: lowercase;
  display: block;
  text-decoration: none;
  color: #666;
  font-size: 20px;
  margin-right: 15px;
}

#courses .course-holder {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
}

#courses .course-holder .heading {
  position: relative;
}

#courses .course-holder .nationality {
  position: absolute;
  right: 30px;
  bottom: -7px;
  border: 5px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

#courses .course-holder .content {
  padding: 15px;
}

#courses .course-holder .content .price-section {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: .75rem;
}

#courses .course-holder .content .price-section .price {
  color: #EF8E34;
}

#courses .course-holder .content .title a {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  margin-bottom: .75rem;
  display: block;
  text-decoration: none;
  transition: all .2s ease;
}

#courses .course-holder .content .title a:hover {
  color: #EF8E34;
}

#courses .course-holder .content p {
  font-size: 15px;
  color: #000;
}

#courses .course-holder .content .duration {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
  margin-bottom: .75rem;
}

#courses .course-holder .content .duration img {
  margin-right: .5rem;
}

@media (min-width: 1399px) {
  #courses .course-holder .content .footer {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media (max-width: 1199px) and (min-width: 991px) {
  #courses .course-holder .content .footer {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

#courses .course-holder .content .footer .stars {
  font-size: 16px;
  color: #333;
}

@media (max-width: 575px) {
  #courses .course-holder .content .footer .stars {
    margin-bottom: .75rem;
  }
}

#courses .course-holder .content .footer .stars i {
  color: #FFCE00;
}

#courses .course-holder .content .footer .stars i:first-child {
  margin-left: 5px;
}

#courses .course-holder .content .footer .btn-main {
  width: 210px;
  height: 45px;
  font-size: 18px;
}

@media (max-width: 1399px) and (min-width: 1199px) {
  #courses .course-holder .content .footer .btn-main {
    margin-top: 1rem;
  }
}

@media (max-width: 991px) and (min-width: 575px) {
  #courses .course-holder .content .footer .btn-main {
    margin-top: 1rem;
  }
}

#courses .course-holder .content .footer .btn-main:hover {
  background: #005518;
  color: #fff;
}

#courses .course-holder .content .footer .btn-main img {
  margin-left: 10px;
}

.footer-top, footer {
  background: #fff;
}

footer .langs-nav {
  list-style-type: none;
  padding-left: 0;
}

footer .logo {
  margin-bottom: 1rem;
}

footer p {
  font-size: 15px;
  color: #000;
}

footer .footer-contact-info {
  display: block;
  font-size: 16px;
  color: #000;
  text-decoration: none;
}

footer .footer-socials {
  margin-top: 1rem;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}

footer .footer-socials a {
  text-decoration: none;
  display: block;
  margin-right: .75rem;
}

footer h6 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  padding-bottom: 12px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 1.5rem;
}

@media (min-width: 575px) {
  footer h6.half-border {
    width: max-content;
  }
}

footer h6.border-none {
  border: none;
}

footer ul li {
  display: block;
  margin-bottom: 1rem;
  font-size: 16px;
  color: #000;
}

footer ul li a {
  color: #000;
  text-decoration: none;
}

footer ul li a:hover {
  color: #EF8E34;
}

footer .footer-bottom {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #d9d9d9;
  padding: 25px 0;
  margin-top: 3rem;
  flex-wrap: wrap;
}

footer .footer-bottom .copyright {
  font-size: 14px;
  color: #000;
}

@media (max-width: 575px) {
  footer .footer-bottom .copyright {
    display: block;
    text-align: center;
    width: 100%;
  }
}

footer .footer-bottom .developedby {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

@media (max-width: 575px) {
  footer .footer-bottom .developedby {
    display: block;
    text-align: center;
    width: 100%;
  }
}

footer .footer-bottom .developedby a {
  color: #000;
  text-decoration: none;
  font-weight: 400;
}

@media (min-width: 1599px) {
  .container {
    max-width: 1420px;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: none;
  }
}

html, body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

.inverted {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
