@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fa-regular-400.woff2") format("woff2");
  font-display: block;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  src: url("../fonts/fa-solid-900.woff2") format("woff2");
  font-display: block;
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fa-brands-400.woff2") format("woff2");
  font-display: block;
}

.fa {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
}

.fa:before {
  vertical-align: middle;
}

.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
}

.fas:before {
  vertical-align: middle;
}

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
  font-style: normal;
}

.fab:before {
  vertical-align: middle;
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-book-open:before {
  content: "\F518";
}

.fa-newspaper:before {
  content: "\F1EA";
}

.fa-chalkboard-teacher:before {
  content: "\F51C";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-search:before {
  content: "\F002";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-user:before {
  content: "\F007";
}

.fa-chalkboard-teacher:before {
  content: "\F51C";
}

.fa-tachometer-alt:before {
  content: "\F3FD";
}

/*-------brands---------*/
.fa-instagram:before {
  content: "\F16D";
}

.fa-facebook-f:before {
  content: "\F39E";
}

.fa-twitter:before {
  content: "\F099";
}

/* material icons */
@font-face {
  font-family: "Museo Sans Rounded";
  src: local("Museo Sans Rounded"), url("../fonts/MuseoSansRounded100.otf") format("opentype");
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: "Museo Sans Rounded";
  src: local("Museo Sans Rounded"), url("../fonts/MuseoSansRounded300.otf") format("opentype");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Museo Sans Rounded";
  src: local("Museo Sans Rounded"), url("../fonts/MuseoSansRounded500.otf") format("opentype");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Museo Sans Rounded";
  src: local("Museo Sans Rounded"), url("../fonts/MuseoSansRounded900.otf") format("opentype");
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: "Museo Sans Rounded";
  src: local("Museo Sans Rounded"), url("../fonts/MuseoSansRounded1000.otf") format("opentype");
  font-weight: 1000;
  font-display: swap;
}

.main-wrapper {
  padding: 5% 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.col {
  padding: 1rem;
}

.col-5 {
  width: 5%;
  padding: 1rem;
}

.col-10 {
  width: 10%;
  padding: 1rem;
}

.col-15 {
  width: 15%;
  padding: 1rem;
}

.col-20 {
  width: 20%;
  padding: 1rem;
}

.col-25 {
  width: 25%;
  padding: 1rem;
}

.col-30 {
  width: 30%;
  padding: 1rem;
}

.col-40 {
  width: 40%;
  padding: 1rem;
}

.col-50 {
  width: 50%;
  padding: 1rem;
}

.col-60 {
  width: 60%;
  padding: 1rem;
}

.col-70 {
  width: 70%;
  padding: 1rem;
}

.col-75 {
  width: 75%;
  padding: 1rem;
}

.col-80 {
  width: 80%;
  padding: 1rem;
}

.col-85 {
  width: 85%;
  padding: 1rem;
}

.col-90 {
  width: 90%;
  padding: 1rem;
}

.float-right {
  float: right;
}

.img-fluid {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.img-fluid-width {
  max-width: 100%;
  vertical-align: middle;
}

.rounded {
  border-radius: 1rem;
}

/*----------padding----------*/
.p-0 {
  padding: 0;
}

.p-1 {
  padding: 1rem;
}

.p-2 {
  padding: 2rem;
}

.p-5 {
  padding: 5rem;
}

.pr-5 {
  padding-right: 5rem;
}

/*----------margin----------*/
.mt-2 {
  margin-top: 2rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

/*----------alignments----------*/
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*---------html & body----------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 1vw;
  line-height: 1;
  z-index: 0;
}

body {
  font-family: "Museo Sans Rounded", sans-serif;
  font-weight: 500;
  color: white;
  background-color: #f3f6fb;
}

/*---------nav----------*/
header {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 2rem 3rem;
  color: white;
  top: 0;
}

nav .navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20%;
  color: inherit;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 700;
}

nav .navbar-brand img {
  width: 150px;
  height: 150px;
}

nav .navbar-menu {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  font-size: 1rem;
  font-weight: 300;
}

nav .navbar-menu .nav-item {
  margin: 0 3%;
}

nav .navbar-menu a {
  color: inherit;
  text-decoration: none;
}

nav .button-group {
  width: auto;
}

nav .btn-outline-secondary {
  color: inherit;
}

/*---------Dropdown----------*/
.dropdown-toggle {
  cursor: pointer;
}

.dropdown-toggle:hover > .dropdown-menu {
  display: block;
}

.dropdown-menu {
  position: absolute;
  display: none;
  background-color: white;
  border-radius: 0.5rem;
  overflow: hidden;
}

.dropdown-menu .dropdown-item {
  padding: 1rem;
  display: block;
  color: #44657d;
  background-color: white;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #44657d;
  color: white;
}

/*---------buttons----------*/
.button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.btn-primary {
  vertical-align: middle;
  padding: 0.5rem 1rem;
  color: white;
  text-decoration: none;
  background-color: #fe6845;
  border: 1px solid #fe6845;
  border-radius: 2rem;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  text-align: center;
  margin: 0 0.5rem;
}

.btn-primary:hover {
  color: #fe6845;
  background-color: white;
  border: 1px solid white;
}

.btn-outline-secondary {
  color: white;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 2rem;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 1rem;
  padding-left: 1.5rem;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.btn-outline-secondary:hover {
  border: 1px solid white;
  background-color: white;
  color: #fe6845;
}

.btn-outline-secondary:hover > i {
  margin-left: 1rem;
}

.btn-outline-secondary img, .btn-outline-secondary i {
  font-size: 1rem;
  margin-left: 0.5rem;
  -webkit-transition: margin 0.5s;
  transition: margin 0.5s;
}

.btn-outline-secondary div {
  padding-top: 0.1rem;
}

.btn-primary-2 {
  color: #fe6845;
  background-color: white;
  padding: 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 2rem;
  border-radius: 2rem;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-primary-2:hover {
  color: #44657d;
}

.btn-primary-2:hover > i {
  margin-left: 2rem;
  background-color: #44657d;
}

.btn-primary-2 i {
  margin-left: 1rem;
  background-color: #fe6845;
  height: 3rem;
  width: 3rem;
  letter-spacing: 0;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  border-radius: 2rem;
  -webkit-transition: 0.5s margin, 0.5s background-color;
  transition: 0.5s margin, 0.5s background-color;
}

.btn-primary-2 div {
  padding-top: 0.1rem;
}

.btn-primary-3 {
  color: #fe6845;
  text-decoration: none;
  background-color: white;
  border-radius: 50px;
  padding: 2% 6%;
  font-weight: 700;
  width: 25%;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  border: 1px solid transparent;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.btn-primary-3:hover {
  border: 1px solid white;
  color: white;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
}

.btn-primary-4 {
  color: white;
  background-color: #fe6845;
  padding: 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  white-space: nowrap;
  padding-left: 6rem;
  border-radius: 3rem;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-box-shadow: 0.01rem 0.1rem 1rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0.01rem 0.1rem 1rem 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-primary-4:hover > i {
  margin-left: 6rem;
}

.btn-primary-4 i {
  margin-left: 4rem;
  background-color: white;
  height: 3rem;
  width: 3rem;
  letter-spacing: 0;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fe6845;
  border-radius: 2rem;
  -webkit-transition: 0.5s margin, 0.5s background-color;
  transition: 0.5s margin, 0.5s background-color;
}

.btn-primary-5 {
  border: none;
  color: white;
  background-color: #fe6845;
  position: relative;
  padding: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3rem;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-box-shadow: 0.01rem 0.1rem 1rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0.01rem 0.1rem 1rem 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow-x: hidden;
  cursor: pointer;
}

.btn-primary-5:hover {
  color: white;
  background-color: #44657d;
}

.btn-primary-5:hover > i {
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
}

.btn-primary-5 i {
  background-color: white;
  position: absolute;
  right: 0.5rem;
  height: 3rem;
  width: 3rem;
  letter-spacing: 0;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fe6845;
  border-radius: 2rem;
  -webkit-transition: 0.5s background-color, 0.5s -webkit-transform;
  transition: 0.5s background-color, 0.5s -webkit-transform;
  transition: 0.5s transform, 0.5s background-color;
  transition: 0.5s transform, 0.5s background-color, 0.5s -webkit-transform;
}

.btn-outline-secondary-2 {
  text-decoration: none;
  padding: 1.2rem;
  margin-left: 2rem;
  color: white;
  background-color: transparent;
  border-radius: 2rem;
  border: 1px solid transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  -webkit-transition: 0.5s background-color, 0.5s border, 0.5s color;
  transition: 0.5s background-color, 0.5s border, 0.5s color;
}

.btn-outline-secondary-2:hover {
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid white;
}

.btn-outline-secondary-2:hover > i {
  margin-left: 2rem;
}

.btn-outline-secondary-2:active {
  background-color: #44657d;
  color: white !important;
}

.btn-outline-secondary-2 i {
  margin-left: 1rem;
  font-size: 1rem;
  -webkit-transition: 0.5s margin;
  transition: 0.5s margin;
}

.btn-outline-secondary-2 div {
  padding-top: 0.1rem;
}

.btn-secondary-3 {
  color: white;
  background-color: transparent;
  border-radius: 2rem;
  padding: 0.5rem 2rem;
  font-weight: 100;
  text-decoration: none;
  border: 1px solid transparent;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-secondary-3:hover {
  color: white;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid white;
}

.btn-secondary-3.active {
  border: 1px solid white;
  background-color: rgba(255, 255, 255, 0.2);
  padding-left: 0.7rem;
  font-weight: 900;
}

.btn-secondary-3.active::before {
  font-family: "Font Awesome 5 Free";
  content: "\F111";
  font-size: 0.7rem;
  color: #ffcb2a;
  margin-right: 1rem;
}

.btn-secondary-4 {
  text-decoration: none;
  color: #44657d;
  background-color: transparent;
  border-radius: 2rem;
  border: 1px solid transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  -webkit-transition: 0.5s background-color, 0.5s border;
  transition: 0.5s background-color, 0.5s border;
}

.btn-secondary-4:hover {
  color: #786ee1;
}

.btn-secondary-4:hover > i {
  margin-left: 2rem;
}

.btn-secondary-4:active {
  background-color: #44657d;
  color: white;
  outline: none;
}

.btn-secondary-4:focus {
  outline: none;
}

.btn-secondary-4 i {
  margin-left: 1rem;
  font-size: 1rem;
  -webkit-transition: 0.5s margin;
  transition: 0.5s margin;
}

/*---------Cards----------*/
.card-layout {
  width: 100%;
  padding: 1rem;
}

.card-layout .card {
  padding-top: 100%;
  background-color: white;
  color: #44657d;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
  overflow: hidden;
  -webkit-transition: 0.5s -webkit-transform;
  transition: 0.5s -webkit-transform;
  transition: 0.5s transform;
  transition: 0.5s transform, 0.5s -webkit-transform;
  position: relative;
}

.card-layout .card .card-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card-layout .card .card-image {
  height: 60%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-layout .card .card-image img {
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

.card-layout .card .card-image i {
  text-align: center;
  font-size: 3rem;
}

.card-layout .card .card-caption {
  padding: 6% 2%;
  text-align: center;
}

.card-layout .card .card-caption .title {
  font-size: 1rem;
  font-weight: 700;
}

.card-layout .card .card-caption > * {
  margin: 2% 0;
}

.card-layout .card:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.team-card-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.team-card-wrapper .team-card-layout {
  width: 50%;
  padding: 0.5rem;
}

.team-card-wrapper .team-card-layout .team-card {
  position: relative;
  width: 100%;
  padding-top: 110%;
  background-color: white;
  border-radius: 3rem;
  -webkit-box-shadow: 1px 1px 2rem 0.3rem rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 2rem 0.3rem rgba(0, 0, 0, 0.15);
}

.team-card-wrapper .team-card-layout:nth-child(2) {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.team-card-wrapper .team-card-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  text-align: center;
}

.team-card-wrapper .team-card-content .team-card-image {
  width: 50%;
  border-radius: 5rem;
}

.team-card-wrapper .team-card-content > * {
  margin-top: 1rem;
}

.team-card-wrapper .team-card-content p {
  color: #aeb5bb;
}

/*---------texts----------*/
.text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.text .header {
  margin: 1rem 0;
}

.text .body {
  margin: 1rem 0;
}

.text .button-group {
  margin: 1rem 0;
}

.text ul {
  list-style-position: inside;
}

.text p, .text li {
  margin: 0.5rem 0;
  line-height: 1.5rem;
  font-weight: 300;
  color: #8098bb;
  letter-spacing: 0.05rem;
}

.title {
  font-size: 3rem;
  font-weight: 500;
}

.title-bold {
  font-weight: 700;
  color: #fe6845;
}

/*---------forms----------*/
form .form-group {
  width: 100%;
  padding: 2%;
}

form .form-control {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
  font-size: 1rem;
  width: 100%;
  padding: 1rem 0;
}

form input {
  font-family: inherit;
  letter-spacing: 0.05rem;
  font-weight: 300;
  color: white;
}

form input::-webkit-input-placeholder {
  color: white;
}

form input::-moz-placeholder {
  color: white;
}

form input::-ms-input-placeholder {
  color: white;
}

form input::placeholder {
  color: white;
}

.login-form {
  background-color: white;
  width: 50%;
  border-radius: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  padding: 2rem;
  -webkit-box-shadow: 0rem 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0rem 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.2);
}

.login-form h1 {
  color: #fe6845;
  font-size: 2rem;
}

.login-form input {
  font-family: inherit;
  letter-spacing: 0.05rem;
  font-weight: 300;
  color: #44657d;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.login-form input::-webkit-input-placeholder {
  color: #8098bb;
}

.login-form input::-moz-placeholder {
  color: #8098bb;
}

.login-form input::-ms-input-placeholder {
  color: #8098bb;
}

.login-form input::placeholder {
  color: #8098bb;
}

.login-form .btn-primary-5 {
  width: 100%;
}

.login-form .invalid-feedback {
  color: red;
}

/*---------products----------*/
.product {
  color: #44657d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.product .image {
  width: 30%;
  -webkit-box-shadow: 1.5rem 1.5rem 2rem 0 rgba(0, 0, 0, 0.3);
          box-shadow: 1.5rem 1.5rem 2rem 0 rgba(0, 0, 0, 0.3);
  z-index: 1;
  -webkit-transform: translateY(4rem);
          transform: translateY(4rem);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.product .image img {
  width: 100%;
  vertical-align: middle;
}

.product .image:hover {
  -webkit-transform: translateY(-0.1rem);
          transform: translateY(-0.1rem);
}

.product .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  padding: 2rem;
  padding-left: 5rem;
  -webkit-transform: translateY(6rem);
          transform: translateY(6rem);
}

.product .title .course-type {
  color: #fe6845;
  font-weight: 700;
}

.product .title .main-heading {
  font-size: 3.5rem;
}

.product .title span {
  display: inline-block;
  color: #8098bb;
  font-size: 1.4rem;
}

.product .title .price-wrapper {
  margin: 5rem 0 4rem;
}

.product .title .price-wrapper .currency, .product .title .price-wrapper .price {
  font-size: 3rem;
  font-weight: 700;
  color: #fe6845;
}

.product .title .price-wrapper .group-class-recommendation {
  display: block;
}

.product .title .enroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product .title .quantity-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  -webkit-box-shadow: 0.01rem 0.1rem 1rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0.01rem 0.1rem 1rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 3rem;
  padding: 0.5rem;
  margin-right: 2rem;
}

.product .title .quantity-wrapper a {
  display: inline-block;
  text-decoration: none;
  font-size: 2rem;
  color: #8098bb;
  background-color: #f3f6fb;
  border-radius: 2rem;
  text-align: center;
  width: 3.5rem;
  height: 3.5rem;
  padding: 0.5rem;
}

.product .title .quantity-wrapper span {
  font-size: 1.5rem;
  font-weight: 700;
  color: #44657d;
  margin: 0 1rem;
}

.product .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: white;
  border-radius: 3rem;
  -webkit-box-shadow: 0.01rem 0.2rem 0.3rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0.01rem 0.2rem 0.3rem 0 rgba(0, 0, 0, 0.1);
  padding: 4rem;
}

.product .details h2 {
  color: #fe6845;
  margin: 1rem 0;
  font-size: 1.5rem;
}

.product .details p {
  color: #8098bb;
  line-height: 1.5rem;
  font-size: 1.1rem;
}

.product .details h3 {
  color: #fe6845;
  font-size: 1.4rem;
}

.product .details .col-30 > * {
  margin: 1rem 0;
}

/*---------modals----------*/
.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  z-index: 1;
  padding: 3% 5%;
}

.modal-bg {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-backdrop-filter: blur(20px) saturate(50%) brightness(50%);
          backdrop-filter: blur(20px) saturate(50%) brightness(50%);
  z-index: 0;
  /*animation: fade-in 0.5s ease-in forwards;*/
}

.modal {
  height: 100%;
  width: 100%;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 1;
  border-radius: 3rem;
  /*animation: modal 0.5s forwards;*/
  position: relative;
  padding: 4%;
  color: black;
  z-index: 1;
}

.modal .modal-content {
  padding: 0 3%;
  overflow-y: scroll;
  height: 100%;
  /* scrollbar width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  /* MAGIC HAPPENS HERE */
}

.modal .modal-content::-webkit-scrollbar {
  width: 0.5rem;
  overflow: visible;
}

.modal .modal-content::-webkit-scrollbar-track {
  background-color: transparent;
}

.modal .modal-content::-webkit-scrollbar-thumb {
  opacity: 0;
  background-color: rgba(68, 101, 125, 0.3);
  border-radius: 2rem;
}

.modal .modal-content::-webkit-scrollbar-thumb:hover {
  background-color: rgba(68, 101, 125, 0.5);
}

.modal .modal-content::-webkit-scrollbar-thumb:active {
  background-color: #fe6845;
}

.modal .modal-content .cover-bar {
  position: absolute;
  background-color: white;
  height: 100%;
  top: 0;
  right: 3.5%;
  width: 1rem;
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 1;
}

.modal .modal-content:hover .cover-bar {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.modal h2 {
  font-size: 2rem;
  color: #fe6845;
  margin: 1rem 0 0.5rem;
}

.modal h3 {
  font-size: 1.5rem;
  color: #786ee1;
}

.modal p {
  text-align: justify;
  font-size: 1.5rem;
  line-height: normal;
}

.modal ul {
  list-style-position: inside;
  list-style: none;
}

.modal li {
  margin-left: 1rem;
}

.modal li h3 {
  display: inline-block;
}

.modal li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 0 0.5rem;
}

.modal li i {
  margin-right: 0.5rem;
  font-size: 0.8rem;
  color: #786ee1;
}

.enroll-form {
  padding: 1rem;
  background-color: white;
  border-radius: 1rem;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.enroll-form.play {
  -webkit-animation: 0.5s wiggle ease;
          animation: 0.5s wiggle ease;
}

.enroll-form > *:not(:last-child) {
  margin-bottom: 1rem;
}

.enroll-form h2 {
  color: #44657d;
  text-align: center;
}

.enroll-form input, .enroll-form textarea {
  width: 100%;
  padding: 0.7rem;
  color: black;
  border: none;
  background-color: rgba(68, 101, 125, 0.1);
  border-radius: 0.5rem;
  outline: none;
}

.enroll-form input::-webkit-input-placeholder, .enroll-form textarea::-webkit-input-placeholder {
  color: #44657d;
}

.enroll-form input::-moz-placeholder, .enroll-form textarea::-moz-placeholder {
  color: #44657d;
}

.enroll-form input::-ms-input-placeholder, .enroll-form textarea::-ms-input-placeholder {
  color: #44657d;
}

.enroll-form input::placeholder, .enroll-form textarea::placeholder {
  color: #44657d;
}

.enroll-form input[type="submit"] {
  background-color: #fe6845;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 0 rgba(68, 101, 125, 0.2);
          box-shadow: 0 0 0 0 rgba(68, 101, 125, 0.2);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.enroll-form input[type="submit"]:hover {
  -webkit-box-shadow: 0 0.2rem 0.5rem 0 rgba(68, 101, 125, 0.5);
          box-shadow: 0 0.2rem 0.5rem 0 rgba(68, 101, 125, 0.5);
}

.enroll-form textarea {
  width: 100%;
  resize: vertical;
}

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  33% {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
  66% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes wiggle {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  33% {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
  66% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

section {
  width: 100%;
  position: relative;
}

section .bg {
  z-index: 0;
  width: 100%;
}

section .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

#hero .hero-content > * {
  margin: 5% 0;
}

#hero .row {
  height: 80vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*----------------Headings---------------*/
.heading-1 {
  font-weight: 100;
  font-size: calc(1rem + 2vw);
}

.heading-2 {
  font-weight: 700;
  min-font-size: 2rem;
  font-size: 4vw;
}

#why-us {
  color: #44657d;
}

#why-us .content {
  margin: 10% 0;
}

#why-us .heading-2 {
  color: #fe6845;
}

#why-us .btn-outline-secondary-2 {
  color: #44657d;
}

#why-us .btn-outline-secondary-2:hover {
  border: 1px solid #44657d;
}

#why-us .text .title {
  margin: 0;
}

#why-us .text .title-bold {
  font-size: 3rem;
  color: #fe6845;
}

.app-card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.app-card-wrapper i {
  font-size: 4rem;
}

.app-card-wrapper .app-card {
  border-radius: 2rem;
  background-color: white;
  margin: 3%;
  width: 10vw;
  height: 10vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s -webkit-transform;
  transition: 0.5s -webkit-transform;
  transition: 0.5s transform;
  transition: 0.5s transform, 0.5s -webkit-transform;
  cursor: pointer;
}

.app-card-wrapper .app-card:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background-color: rgba(255, 203, 42, 0.5);
}

.app-card-wrapper .app-card.active {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  background-color: #ffcb2a;
}

.app-card-wrapper .app-card:nth-child(1) {
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  border-bottom-right-radius: 0;
}

.app-card-wrapper .app-card:nth-child(2) {
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  border-bottom-left-radius: 0;
}

.app-card-wrapper .app-card:nth-child(3) {
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
  border-top-right-radius: 0;
}

.app-card-wrapper .app-card:nth-child(4) {
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  border-top-left-radius: 0;
}

#top-courses .content {
  margin: 4% 0;
}

#top-courses .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

#top-courses .text p, #top-courses .text li {
  color: white;
}

#top-courses .text > * {
  margin: 0.5rem;
}

#top-courses .text .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#top-courses .text .body > *:not(:last-child) {
  margin-right: 5rem;
}

#top-courses .title-bold {
  color: #ffcb2a;
}

#top-courses .courses-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 2rem;
}

#top-courses .courses-button a {
  width: 30%;
  text-align: center;
}

#top-courses .courses-card-wrapper {
  margin: 3% 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#top-courses .card:hover {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

#top-courses .card:hover .title {
  color: #fe6845;
}

#top-courses .button-group > * {
  margin: 0 0.5rem;
}

#team {
  color: #44657d;
}

#team .col-20 {
  margin: 2% 0;
  padding: 0.5rem;
}

#team .col-80 {
  padding: 0.5rem;
}

#team .card {
  color: white;
}

#team .card-image {
  height: 100%;
}

#team .card-image img {
  width: 100%;
  vertical-align: middle;
}

#team .card-caption {
  text-align: left;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 5%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}

#team .ceo-card {
  width: 200%;
}

#team .title-bold {
  font-weight: 700;
  color: #786ee1;
}

#team .text > * {
  margin: 0.5rem;
}

#reviews {
  color: #44657d;
}

#reviews .content {
  margin-top: 10%;
}

#reviews .text {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#reviews .text > * {
  margin: 0.5rem;
}

#reviews .text .title-bold {
  color: #9dcb46;
}

#reviews .reviews-wrapper {
  margin: 2rem 0;
  width: 100%;
}

#reviews .reviews-wrapper .review {
  padding-top: 25%;
  width: 100%;
  position: relative;
}

#reviews .reviews-wrapper .review-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2rem;
}

#reviews .reviews-wrapper .review-image {
  border-radius: 1rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  max-width: 50%;
  height: 100%;
}

#reviews .reviews-wrapper .review-text {
  padding: 1rem 2rem;
  width: 50%;
}

#reviews .reviews-wrapper .review-text .row {
  margin: 1rem 0;
}

#reviews .reviews-wrapper .review-text i {
  font-size: 2rem;
  opacity: 30%;
}

#reviews .reviews-wrapper h2 {
  font-size: 2rem;
  line-height: 2rem;
}

#reviews .reviews-wrapper h3 {
  font-weight: 500;
  line-height: 1.7rem;
}

#reviews .reviews-wrapper p {
  color: #8098bb;
  line-height: 1.5rem;
}

#newsletter {
  margin-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#newsletter p {
  color: white;
}

#newsletter .newsletter-wrapper {
  width: 80%;
  padding: 2rem;
  border-radius: 2rem;
  background-image: url("../images/bg6.png");
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-shadow: -1rem -1rem 2rem rgba(255, 255, 255, 0.2), 1rem 1rem 2rem rgba(0, 0, 0, 0.2);
          box-shadow: -1rem -1rem 2rem rgba(255, 255, 255, 0.2), 1rem 1rem 2rem rgba(0, 0, 0, 0.2);
}

#newsletter .newsletter-wrapper form {
  width: 100%;
}

#newsletter .newsletter-wrapper .title-bold {
  color: #ffcb2a;
}

footer {
  margin: 2rem 0;
  color: #44657d;
  font-size: 1rem;
  letter-spacing: 0.05rem;
}

footer a {
  text-decoration: none;
  color: #44657d;
}

footer .main-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

footer .title-bold {
  color: #786ee1;
  font-weight: 700;
  font-size: 1.2rem;
}

footer .col-20, footer .col-80 {
  padding: 0 1rem;
}

footer .col-20 > *, footer .col-80 > * {
  margin: 1rem 0;
}

footer .col-20:first-child, footer .col-80:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  width: 17%;
  margin-right: 3%;
}

footer .col-20:first-child > .title-bold, footer .col-80:first-child > .title-bold {
  color: #fe6845;
}

footer .col-20 .title-bold, footer .col-80 .title-bold {
  color: #786ee1;
}

footer a {
  display: block;
}

footer .row:first-child {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

footer .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem 0;
}

footer .brand {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #8098bb;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  padding: 1.5rem 2rem;
  border-radius: 1rem;
  -webkit-box-shadow: -0.5rem -0.5rem 1rem rgba(255, 255, 255, 0.2), 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.05);
          box-shadow: -0.5rem -0.5rem 1rem rgba(255, 255, 255, 0.2), 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.05);
}

footer .brand span {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  padding-right: 2rem;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

footer .brand p {
  display: inline-block;
  font-weight: 500;
}

footer .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #8098bb;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

footer .social-icons .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  vertical-align: middle;
  text-align: center;
  background-color: white;
  border-radius: 2rem;
  -webkit-box-shadow: -0.2rem -0.2rem 0.5rem rgba(255, 255, 255, 0.2), 0.2rem 0.2rem 0.5rem rgba(0, 0, 0, 0.05);
          box-shadow: -0.2rem -0.2rem 0.5rem rgba(255, 255, 255, 0.2), 0.2rem 0.2rem 0.5rem rgba(0, 0, 0, 0.05);
}

footer .copyright {
  margin: 0 auto;
  color: #8098bb;
  font-size: 1rem;
}

/*---------about page----------*/
#about .content {
  margin-top: 10rem;
}

#about .main-wrapper {
  padding: 2% 10%;
}

#about .row {
  height: auto;
}

#about .row .text {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#about .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#about .text .title-bold {
  color: #ffcb2a;
}

#about .text p {
  color: white;
}

#about .text .body {
  text-align: justify;
  padding: 0 5rem;
}

#goals {
  color: #44657d;
}

#goals .main-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}

#goals .quote-sign {
  margin: 10rem auto 1rem;
  width: 7rem;
  height: 7rem;
  background-color: #3d8dff;
  border-radius: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#goals .quote-sign i {
  font-size: 3rem;
  color: white;
}

#goals .text {
  margin: 3rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#goals .text .title-bold {
  color: #3d8dff;
}

#goals .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#goals .row .col-50 {
  padding: 0 4rem;
}

#goals .row .text {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
}

#goals .row .title-bold {
  color: #ffcb2a;
}

#goals .col-50:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}

#goals .col-50:first-child .text {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}

#our-team {
  color: #44657d;
  width: 100%;
}

#our-team .btn-outline-secondary-2 {
  color: inherit;
}

#our-team .btn-outline-secondary-2:hover {
  border: 1px solid #44657d;
}

/*---------product page----------*/
#product {
  margin-bottom: 20rem;
}

#product nav {
  color: #44657d;
}

#product nav .navbar-brand {
  color: white;
}

#product nav .btn-outline-secondary {
  color: inherit;
  border: 1px solid #44657d;
}

/*---------login page----------*/
#login .main-wrapper {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#login + #newsletter {
  margin-top: 0;
}
