body {
  font-family: "Montserrat", sans-serif;
  outline: none !important;
}

html {
  font-family: "Montserrat", sans-serif;
}

.img-control {
  width: 100%;
}

.container {
  padding: 0px !important;
}

a {
  text-decoration: none;
  padding: 0px;
  margin: 0px;
}
a:hover {
  text-decoration: none !important;
}

p {
  padding: 0px !important;
  margin: 0px !important;
}

.row {
  width: 100%;
  margin: 0px !important;
  padding: 0px !important;
}

header {
  /* Mobile navigation */
}
header .top-section {
  overflow: hidden;
  position: relative;
  height: 150px;
  display: flex;
  align-items: center;
}
header .top-section .harita {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 992px) {
  header .top-section .harita {
    max-width: 700px;
  }
}
@media screen and (max-width: 768px) {
  header .top-section .harita {
    width: 500px;
  }
}
@media screen and (max-width: 576px) {
  header .top-section .harita {
    width: 300px;
  }
}
header .top-section .logo .img-control {
  max-width: 240px;
}
header .top-section .box {
  display: flex;
  align-items: center;
  max-width: 210px;
  margin-left: 40px;
}
header .top-section .box .icon {
  margin-right: 10px;
}
header .top-section .box .icon i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #e51e22;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
header .top-section .box .icon i:hover {
  background: none;
  color: #e51e22;
  font-size: 25px;
}
header .top-section .box span {
  font-size: 14px;
}
header .top-section .box .content-tel {
  line-height: 1.1;
}
header .top-section .box .content-tel p {
  font-size: 20px;
}
header .top-section .box .content-mail {
  line-height: 1.1;
}
header .top-section .box .content-mail p {
  font-size: 14px;
}
header .top-section .right-back {
  display: flex;
  align-items: center;
}
header .top-section .right-back .row {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 992px) {
  header .top-section .box {
    margin-left: 15px;
    width: auto;
  }
  header .top-section .box .content-tel {
    visibility: hidden;
    display: none;
  }
  header .top-section .box .content-mail {
    visibility: hidden;
    display: none;
  }
}
header .navigation {
  height: 60px;
  z-index: 5;
  position: relative;
  background: #c0163a;
}
header nav {
  width: 100%;
  position: relative;
}
header nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
header nav ul .custom-nav {
  display: flex;
  position: absolute;
  right: 0;
  height: 60px;
  align-items: center;
}
header nav ul .custom-nav a {
  height: 35px;
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 6px;
  color: #000;
  margin-left: 15px;
  padding: 5px 10px 5px 25px;
  position: relative;
  font-weight: 500;
}
header nav ul .custom-nav a:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  background: #e51e22;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
@media screen and (max-width: 500px) {
  header nav ul .custom-nav a {
    font-size: 14px;
    padding: 5px 10px !important;
  }
  header nav ul .custom-nav a::before {
    display: none;
    visibility: hidden;
  }
}
header nav ul li {
  text-align: center;
  margin-right: 30px;
  position: relative;
  line-height: 60px;
}
header nav ul li a:hover {
  color: #ffffff;
  text-shadow: 8px 8px 8px #000000;
}
header nav ul li a,
header nav ul li a:visited {
  transition: all 0.3s ease-in-out;
  display: block;
  background: #c0163a;
  color: #ffffff;
  text-decoration: none;
  position: relative;
}
header nav ul li ul li {
  min-width: 190px;
}
header nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}
header .nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}
header .nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  z-index: 200;
  right: 0;
  background: #c0163a;
  height: 60px;
  width: 60px;
}
@media only screen and (max-width: 992px) {
  header .navigation {
    background: #c0163a;
  }
  header .custom-nav {
    left: 0;
    top: -60px;
  }
  header .nav-mobile {
    display: block;
  }
  header nav {
    width: 100%;
  }
  header nav .nav-list {
    position: absolute;
    left: 0;
    z-index: 100;
    margin-top: 60px;
  }
  header nav .nav-list::before {
    content: "";
    position: absolute;
    z-index: 20;
    top: 0;
    width: 100%;
    height: 1px;
    background: #ffffff30;
  }
  header nav ul {
    display: none;
    width: 100%;
  }
  header nav ul li {
    float: none;
    margin: 0px;
  }
  header nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  header nav ul li ul li a {
    padding-left: 30px;
  }
  header .nav-dropdown {
    position: static;
  }
}
@media screen and (min-width: 993px) {
  header .nav-list {
    display: flex;
  }
}
header #nav-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
header #nav-toggle span,
header #nav-toggle span:before,
header #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}
header #nav-toggle span:before {
  top: -10px;
}
header #nav-toggle span:after {
  bottom: -10px;
}
header #nav-toggle.active span {
  background-color: transparent;
}
header #nav-toggle.active span:before, header #nav-toggle.active span:after {
  top: 0;
}
header #nav-toggle.active span:before {
  transform: rotate(45deg);
}
header #nav-toggle.active span:after {
  transform: rotate(-45deg);
}

.slider-demo {
  position: relative;
  height: 700px;
  overflow: hidden;
}
.slider-demo .pos {
  position: relative;
  z-index: 0;
}
.slider-demo .slick-dots {
  position: absolute !important;
  bottom: 100px !important;
}
.slider-demo .full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slider-demo .slide {
  position: relative;
}
.slider-demo .slide .ort {
  display: flex;
  justify-content: center;
}
.slider-demo .slide .ort .cont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slider-demo .slide .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 992px) {
  .slider-demo .slide .slide__img {
    position: relative;
  }
}
.slider-demo .slide .slide__img img {
  max-width: 100%;
  height: auto;
  opacity: 1 !important;
  animation-duration: 3s;
  transition: all 1s ease;
}
.slider-demo .slide .slide__content {
  max-width: 490px;
  padding: 0px 20px;
  padding: 0px;
}
.slider-demo .slide .slide__content--headings {
  color: #FFF;
}
.slider-demo .slide .slide__content--headings .btn {
  background: #c0163a;
  font-size: 16px;
  color: #ffffff;
  border-radius: 0px;
  padding: 8px 30px;
}
.slider-demo .slide .slide__content--headings h2 {
  font-size: 56px;
  font-weight: 700;
  margin: 10px 0px 30px 0px;
  line-height: 1;
}
.slider-demo .slide .slide__content--headings p {
  font-size: 20px;
  background: #c0163a;
  margin-bottom: 10px;
  text-transform: uppercase;
  width: max-content;
  padding: 5px 15px !important;
}
.slider-demo .slide .slide__content--headings .animated {
  transition: all 0.5s ease;
}
.slider-demo .slider [data-animation-in] {
  opacity: 0;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}
.slider-demo .slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slider-demo .slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slider-demo .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slider-demo .slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slider-demo .slick-dots li button:hover, .slider-demo .slick-dots li button:focus {
  outline: none;
}
.slider-demo .simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}
.slider-demo .simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}
.slider-demo .simple-dots .slick-dots li button:hover, .slider-demo .simple-dots .slick-dots li button:focus {
  opacity: 1;
}
.slider-demo .simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.slider-demo .stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}
.slider-demo .stick-dots .slick-dots li button {
  position: relative;
  background-color: #fff;
  opacity: 0.25;
  width: 50px;
  height: 3px;
  padding: 0;
}
.slider-demo .stick-dots .slick-dots li button:hover, .slider-demo .stick-dots .slick-dots li button:focus {
  opacity: 1;
}
.slider-demo .stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.slider-demo .stick-dots .slick-dots li.slick-active button:hover, .slider-demo .stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}

.about {
  background-image: url("https://erenlersurucukursu.com/assets/themes/modern/images/aboutback.png");
  background-size: cover;
  width: 100%;
  background-position: center;
  min-height: 404px;
}
.about .photo {
  position: relative;
  box-shadow: 0px 8px 16px 0px rgba(205, 190, 255, 0.2);
  top: 45px;
  padding: 15px 15px 0px 15px;
  background: #fff;
  transform: rotate(-3deg);
}
.about .photo .img-control {
  height: 360px;
}
.about .photo .course-name {
  text-align: right;
  padding: 5px 0px 10px 0px;
}
.about .about-content {
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about .about-content .custom-title {
  margin-bottom: 40px;
}
.about .about-content .about-text {
  text-align: center;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .about .photo {
    margin-bottom: 60px;
  }
  .about .photo .img-control {
    height: auto;
  }
}

.avantaj {
  margin: 100px 0px 0px 40px;
}
.avantaj .mx-custom {
  padding: 10px;
}
.avantaj .custom-title {
  margin-bottom: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.avantaj .card {
  position: relative;
  overflow: hidden;
  min-height: 220px;
}
.avantaj .card:hover {
  cursor: default;
}
.avantaj .card:hover .card-icon {
  top: 0;
  opacity: 0;
}
.avantaj .card:hover .small-title {
  top: 10%;
}
.avantaj .card:hover .card-text {
  opacity: 1;
  top: 30%;
}
.avantaj .card .card-text {
  opacity: 0;
  text-align: center;
  line-height: 1.1;
  position: absolute;
  top: 100%;
  transition: all 0.5s ease-in-out;
}
.avantaj .card .card-text p {
  padding: 10px 20px !important;
}
.avantaj .card .card-icon {
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -30%);
  transition: all 0.5s ease-in-out;
}
.avantaj .card .card-icon i {
  font-size: 50px;
  color: #e51e22;
}
.avantaj .card .small-title {
  position: absolute;
  margin-bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  top: 70%;
  width: max-content;
  transition: all 0.5s ease-in-out;
}
.avantaj .card .small-title p {
  padding-bottom: 15px !important;
  position: relative;
  font-size: 18px;
  font-weight: 500;
}
.avantaj .card .small-title p::before {
  content: "";
  position: absolute;
  bottom: 0;
  background: #e51e22;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
}

.application {
  margin-top: 100px;
  position: relative;
  background-image: url("https://erenlersurucukursu.com/assets/themes/modern/images/applicationback.png");
  background-size: cover;
  width: 100%;
  background-position: center;
  min-height: 400px;
}
.application .buttons {
  margin: 40px 0px;
}
.application .buttons a {
  margin-right: 15px;
}
.application .buttons .btn-image {
  max-width: 200px;
}
.application .telefon {
  min-width: 450px;
  position: absolute;
  bottom: 0;
}
.application .custom-title {
  margin: 30px 0px 20px 0px;
}
.application .custom-title h3 {
  font-size: 46px;
}
.application .custom-title h3::before {
  left: 0;
  transform: translateX(0);
}
@media screen and (max-width: 768px) {
  .application .telefon {
    display: none;
    visibility: hidden;
  }
}

.news {
  padding-bottom: 50px !important;
}
.news .mx-custom {
  padding: 15px;
}
.news .custom-title {
  margin: 40px 0px 30px 0px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.news .custom-title a {
  border: 2px solid #e51e22;
  border-radius: 15px;
  padding: 2px 10px;
  color: #000;
  transition: all 0.3s ease-in-out;
}
.news .custom-title a:hover {
  background: #e51e22;
  color: #ffffff;
}
.news .custom-title h3::before {
  left: 0;
  transform: translateX(0);
}
.news .card {
  min-height: 370px;
  border: 1px solid #b5b5b5;
  padding: 20px;
  border-radius: 0px;
  box-shadow: 0px 8px 16px 0px rgba(205, 190, 255, 0.2);
  transition: all 0.3s ease-in-out;
}
.news .card:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.2);
}
.news .card .card-image {
  height: 214px;
}
.news .card .card-image img {
  height: 100%;
  width: 100%;
}
.news .card .content {
  margin-top: 10px;
}
.news .card .content .date span {
  font-size: 14px;
  color: #737373;
}
.news .card .content .title {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 8px !important;
}
.news .card .content .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20%;
  background: #e51e22;
  height: 3px;
}
.news .card .content .title p {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news .card .content .text p {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000;
}

footer {
  background: #05080b;
  padding: 30px 0px 50px 0px;
}
footer .mx-custom {
  padding: 20px 15px;
}
footer .f-content .gallery .photo {
  height: 90px;
  overflow: hidden;
}
footer .f-content .gallery .photo .img-control {
  min-height: 90px;
}
footer .f-content .gallery .mx-gallery {
  padding: 0px 8px 8px 0px;
}
footer .f-content ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
footer .f-content ul li {
  display: flex;
  margin-bottom: 20px;
}
footer .f-content ul li i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #05080b;
  background: #ffffff;
  border-radius: 50%;
  font-size: 15px;
  flex-shrink: 0;
  margin-right: 15px;
}
footer .f-content ul li p {
  color: #ffffff;
}
footer .f-content .f-title {
  margin-bottom: 25px;
}
footer .f-content .f-title p {
  font-size: 24px;
  color: #ffffff;
  position: relative;
  padding-bottom: 5px !important;
  width: max-content;
}
footer .f-content .f-title p::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  background: #e51e22;
  height: 3px;
}
footer .f-content .text {
  margin: 0px 0px 30px 0px;
}
footer .f-content .text p {
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
footer .f-content .btn-two {
  border: 2px solid #ffffff;
  color: #ffffff;
}
footer .developer {
  width: 100%;
  border-top: 3px solid #e51e22;
  padding-top: 25px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .developer a {
  margin-left: 15px;
}
footer .developer p {
  color: #ffffff;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  footer .developer {
    flex-direction: column;
    align-items: flex-start;
  }
  footer .developer p {
    padding-left: 15px !important;
    margin-bottom: 20px !important;
  }
}

.btn-one {
  padding: 8px 20px;
  color: #ffffff;
  background: #c0163a;
  border: 2px solid #c0163a;
  transition: all 0.3s ease-in-out;
}
.btn-one:hover {
  background: none;
  color: #c0163a;
}

.btn-two {
  padding: 8px 20px;
  color: #e51e22;
  border: 2px solid #e51e22;
  transition: all 0.3s ease-in-out;
}
.btn-two:hover {
  background: #e51e22;
  color: #ffffff;
}

.custom-title h3 {
  font-size: 36px;
  font-weight: bold;
  width: max-content;
  padding-bottom: 10px;
  position: relative;
}
.custom-title h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 4px;
  width: 40%;
  background: #e51e22;
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: opacity 0.8s, transform 0.8s;
}
.reveal_visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.banner {
  background-image: url("https://erenlersurucukursu.com/assets/themes/modern/images/banner.jpg");
  background-size: cover;
  width: 100%;
  background-position: center;
  min-height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .title h2 {
  color: #ffffff;
  font-weight: 900;
  font-size: 38px;
  position: relative;
  padding-bottom: 10px;
}
.banner .title h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  background: #e51e22;
  height: 3px;
}

.alt-page {
  padding: 40px 0px 0px 0px;
  background: #f9f9f9;
}
.alt-page .left-content {
  margin-bottom: 20px;
}
.alt-page .left-content ul {
  background: #ffffff;
  margin: 0px;
  border-radius: 6px;
  padding: 0px;
  list-style: none;
  border: 1px solid #aaa;
  padding: 20px;
}
.alt-page .left-content ul li {
  margin-bottom: 5px;
  padding: 10px 5px;
  text-align: center;
  position: relative;
}
.alt-page .left-content ul li:hover::before {
  width: 0;
}
.alt-page .left-content ul li:hover::after {
  width: 0;
}
.alt-page .left-content ul li:hover a {
  color: #e51e22;
}
.alt-page .left-content ul li::before {
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  width: 50%;
  background: #aaa;
  height: 1px;
  bottom: 0;
}
.alt-page .left-content ul li::after {
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  right: 0;
  width: 50%;
  background: #aaa;
  height: 1px;
  bottom: 0;
}
.alt-page .left-content ul li a {
  transition: all 0.3s ease-in-out;
  color: #333;
  font-weight: 500;
}

.iletisim-page form {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #ffffff;
  margin: 10px;
  width: 100%;
}
.iletisim-page form .f-alt p {
  text-transform: uppercase;
  color: #565969;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.iletisim-page form .form-title {
  margin-bottom: 20px;
}
.iletisim-page form .form-title h3 {
  font-size: 20px;
  font-weight: 500;
}
.iletisim-page form input {
  width: 100%;
  margin-top: 25px;
  border: none;
  border-bottom: 1px solid #e8e8e9;
  outline: none;
  margin-bottom: 20px;
}
.iletisim-page form input:focus {
  border-bottom: 1px solid #e51e22;
}
.iletisim-page form select {
  width: 100%;
  margin-top: 25px;
  border: none;
  border-bottom: 1px solid #e8e8e9;
  outline: none;
  margin-bottom: 20px;
}
.iletisim-page form select:focus {
  border-bottom: 1px solid #e51e22;
}
.iletisim-page form textarea {
  border: 1px solid #ccc;
  min-height: 150px;
  max-height: 250px;
  width: 100%;
}
.iletisim-page form textarea:focus {
  outline: none;
}
.iletisim-page .renk {
  color: #e51e22;
}
.iletisim-page .mx-custom {
  padding: 10px;
}
.iletisim-page .card-group .mx-custom {
  padding: 0px 10px 10px 10px;
}
.iletisim-page .card {
  min-height: 300px;
  border-radius: 6px;
  border: 1px solid #ccc;
  padding: 15px;
}
.iletisim-page .card .card-icon {
  display: flex;
  justify-content: center;
  margin: 15px 0 10px 0;
}
.iletisim-page .card .card-icon i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #c0163a;
  color: #ffffff;
  border-radius: 50%;
}
.iletisim-page .card .title {
  text-align: center;
  margin-bottom: 10px;
}
.iletisim-page .card .title span {
  font-weight: 500;
}
.iletisim-page .card .content {
  text-align: center;
}
.iletisim-page .card .content p {
  color: #333;
}
.iletisim-page .harita {
  height: 400px;
  overflow: hidden;
}

.kurumsal-page {
  padding-bottom: 40px;
}

.kursumuz-page {
  padding-bottom: 40px;
}
.kursumuz-page .photo {
  height: 196px;
  border-radius: 6px;
  overflow: hidden;
}
.kursumuz-page .photo .img-control {
  min-height: 196px;
}
.kursumuz-page .photo img {
  transition: all 0.2s ease-in;
}
.kursumuz-page .photo img:hover {
  transform: scale(1.1);
}
.kursumuz-page .photo-col {
  padding: 0px 10px 10px 10px;
}

@media screen and (max-width: 768px) {
  .col-0 {
    visibility: hidden;
    display: none;
  }

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

  .slide__content p {
    font-size: 16px !important;
  }
  .slide__content h2 {
    font-size: 40px !important;
  }
  .slide__content a {
    font-size: 14px !important;
  }

  .btn-one {
    font-size: 14px;
    padding: 6px 15px;
  }

  .btn-two {
    font-size: 14px;
    padding: 6px 15px;
  }

  .custom-title h3 {
    font-size: 28px !important;
  }

  .news .card {
    min-height: auto !important;
  }
  .news .card .card-image {
    height: auto !important;
  }

  .banner h2 {
    font-size: 30px !important;
  }
}
.messages .error {
  padding: 10px;
  border-radius: 5px;
  margin: 30px 0 10px 0;
  color: #fff;
  font-size: 14px;
  background-color: red;
}

.messages .success {
  padding: 10px;
  border-radius: 5px;
  margin: 30px 0 10px 0;
  color: #000;
  font-size: 14px;
  background-color: lightgreen;
}

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