@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik-Light.woff2") format("woff2"), url("../fonts/Rubik-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik-LightItalic.woff2") format("woff2"), url("../fonts/Rubik-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik-Bold.woff2") format("woff2"), url("../fonts/Rubik-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik-Regular.woff2") format("woff2"), url("../fonts/Rubik-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik-Italic.woff2") format("woff2"), url("../fonts/Rubik-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik-Medium.woff2") format("woff2"), url("../fonts/Rubik-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik-MediumItalic.woff2") format("woff2"), url("../fonts/Rubik-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik-BoldItalic.woff2") format("woff2"), url("../fonts/Rubik-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik-Black.woff2") format("woff2"), url("../fonts/Rubik-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik-BlackItalic.woff2") format("woff2"), url("../fonts/Rubik-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic; }

@-webkit-keyframes jelly {
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1); }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9); }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05); } }

@-moz-keyframes jelly {
  25% {
    transform: scale(0.9, 1.1); }
  50% {
    transform: scale(1.1, 0.9); }
  75% {
    transform: scale(0.95, 1.05); } }

@-ms-keyframes jelly {
  25% {
    -ms-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1); }
  50% {
    -ms-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9); }
  75% {
    -ms-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05); } }

@-o-keyframes jelly {
  25% {
    transform: scale(0.9, 1.1); }
  50% {
    transform: scale(1.1, 0.9); }
  75% {
    transform: scale(0.95, 1.05); } }

@keyframes jelly {
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1); }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9); }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05); } }

* {
  outline: 0 !important;
  scroll-behavior: smooth; }

html, body {
  height: 100%; }

.row {
  margin: 0 -20px; }
  .row [class*="col-"] {
    padding: 0 20px; }

.wrap {
  min-height: 100%;
  height: 100%; }

a, h1, h2, h3, h4, h5, h6 {
  font-weight: 600; }

.bold, b, strong, label, th {
  font-weight: 600; }

a {
  text-decoration: none; }
  a:hover, a:focus, a:active {
    outline: none;
    text-decoration: none; }

.form-control:hover, .form-control:focus, .form-control:active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

ul, ol {
  padding: 0;
  margin: 0; }
  ul li, ol li {
    list-style: none;
    word-break: break-word;
    position: relative; }

textarea {
  resize: none; }

.btn {
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn.focus:active, .btn.active:focus, .btn.active.focus {
    color: #fff; }
  .btn:hover {
    color: #fff; }

html, body {
  font-family: "Rubik";
  color: #343d45; }

h1, h2, h3, h4, h5, h6 {
  color: #343d45; }

a {
  cursor: pointer;
  color: #b38dbe;
  font-weight: 400;
  text-transform: uppercase; }
  a:hover, a:focus, a:active {
    color: #3dc9c2; }

.wow {
  visibility: inherit !important; }

.btn {
  padding: 15px 30px;
  border-width: 3px;
  border-style: solid;
  border-radius: 50px;
  min-width: 200px;
  letter-spacing: 1px;
  font-size: 2.2rem; }
  .btn.btn-primary, .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active {
    background: #3dc9c2;
    border-color: #f2f1f2;
    color: #fff; }
  .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active {
    -webkit-animation-name: jelly;
    -webkit-animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: alternate;
    -webkit-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -moz-animation-name: jelly;
    -moz-animation-duration: 0.75s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: alternate;
    -moz-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -o-animation-name: jelly;
    -o-animation-duration: 0.75s;
    -o-animation-timing-function: linear;
    -o-animation-iteration-count: alternate;
    -o-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    animation-name: jelly;
    animation-duration: 0.75s;
    animation-timing-function: linear;
    animation-iteration-count: alternate;
    animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */ }

.action-btn {
  margin-top: 20px; }

.mouse-arrow {
  z-index: 9999;
  display: block;
  cursor: pointer;
  margin: auto;
  text-align: center;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 20px;
  left: 0; }

.checkbox-1 {
  display: inline-block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle; }
  .checkbox-1 input[type="checkbox"] {
    display: none; }
    .checkbox-1 input[type="checkbox"] + label {
      display: block;
      position: relative;
      padding-left: 40px;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none; }
      .checkbox-1 input[type="checkbox"] + label:last-child {
        margin-bottom: 0; }
      .checkbox-1 input[type="checkbox"] + label:before {
        content: '';
        display: block;
        width: 25px;
        height: 25px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        border-width: 2px;
        border-style: solid;
        border-color: #646b7b;
        -webkit-transition: all 0.1s, border-color 0.1s;
        -moz-transition: all 0.1s, border-color 0.1s;
        -ms-transition: all 0.1s, border-color 0.1s;
        -o-transition: all 0.1s, border-color 0.1s;
        transition: all 0.1s, border-color 0.1s;
        position: absolute;
        top: 3px;
        right: auto;
        bottom: auto;
        left: 0; }
  .checkbox-1 input[type="checkbox"]:checked + label:before {
    width: 13px;
    opacity: 1;
    position: absolute;
    top: -1px;
    left: 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-width: 2px;
    border-style: solid;
    border-color: transparent #3dc9c2 #b38dbe transparent; }

/*SECTIONS*/
section {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed; }
  section .section {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; }
    section .section::before, section .section::after {
      content: '';
      position: absolute;
      width: 100%; }
    section .section::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%; }
    section .section::after {
      height: 5px;
      background: #343d45;
      z-index: 1;
      top: 0;
      left: 0; }
  section .section-1 {
    background-image: url(../img/sections/1.png); }
    section .section-1::after {
      height: 0; }
  section .section-2, section .section-3 {
    background-image: url(../img/sections/2.png); }

/*.SECTION*/
.section {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  font-size: 1.6rem; }
  .section .content-box {
    display: table-cell;
    vertical-align: middle;
    padding: 5em 2em;
    position: relative;
    width: 100%; }
  .section .sec-title {
    margin-bottom: 70px; }
    .section .sec-title h1 {
      margin: 0;
      display: block;
      text-align: center;
      text-transform: uppercase;
      color: #3dc9c2;
      font-weight: 500;
      font-size: 5rem; }
  .section h1, .section h2, .section h3, .section h4, .section h5, .section h6 {
    line-height: normal; }
  .section p {
    line-height: 1.8; }

/*1*/
.section-1 .sec-holder {
  position: relative;
  z-index: 99;
  text-align: center; }

.section-1 .logo {
  max-width: 350px;
  margin: 0 auto 15px; }
  .section-1 .logo img {
    width: 100%; }

.section-1 .hero-text h1 {
  margin: 0;
  color: #fff;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 7rem; }

.section-1 .home-banner .themeSlider .carousel-caption {
  position: relative;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .section-1 .home-banner .themeSlider .carousel-caption h1 {
    color: #fff;
    text-transform: uppercase;
    margin: 15px 0;
    font-weight: 400;
    font-size: 4.5rem; }
  .section-1 .home-banner .themeSlider .carousel-caption p {
    margin: 0; }
  .section-1 .home-banner .themeSlider .carousel-caption h1, .section-1 .home-banner .themeSlider .carousel-caption p {
    text-shadow: none; }

.section-1 .home-banner h1 {
  color: white;
  text-transform: uppercase;
  margin: 15px 0;
  font-weight: 400;
  font-size: 4rem;
  text-shadow: 0 5px 8px #176898; }

.section-1 .carousel-control {
  background: none;
  z-index: 999;
  opacity: 1; }
  .section-1 .carousel-control span, .section-1 .carousel-control img {
    position: absolute;
    top: 47%;
    z-index: 5;
    display: block;
    width: 50px;
    height: 50px; }
  .section-1 .carousel-control.left {
    left: 0;
    right: auto; }
    .section-1 .carousel-control.left span, .section-1 .carousel-control.left img {
      left: 50px; }
  .section-1 .carousel-control.right {
    right: 0;
    left: auto; }
    .section-1 .carousel-control.right span, .section-1 .carousel-control.right img {
      right: 50px; }

.section-1 .box-1 {
  font-size: 0; }
  .section-1 .box-1 .thumb {
    width: 20%;
    text-align: center;
    padding-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
    display: inline-block; }
    .section-1 .box-1 .thumb figure {
      position: relative;
      margin: 30px auto 0; }
      .section-1 .box-1 .thumb figure img {
        width: 100%; }

.section-1 .img-effects .transition, .section-1 .img-effects .thumb, .section-1 .img-effects.effect-1 .thumb img, .section-1 .img-effects.effect-1 .info {
  -webkit-transition: all 0.2s, ease-in-out 0.2s;
  -moz-transition: all 0.2s, ease-in-out 0.2s;
  -ms-transition: all 0.2s, ease-in-out 0.2s;
  -o-transition: all 0.2s, ease-in-out 0.2s;
  transition: all 0.2s, ease-in-out 0.2s; }

.section-1 .img-effects .thumb {
  position: relative;
  border-radius: 50%; }
  .section-1 .img-effects .thumb figure {
    position: relative;
    border-radius: 50%;
    z-index: 99; }
    .section-1 .img-effects .thumb figure img {
      border-radius: 50%; }
  .section-1 .img-effects .thumb .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    margin: auto; }
    .section-1 .img-effects .thumb .info .title {
      position: absolute;
      top: auto;
      right: 0;
      bottom: auto;
      left: 0;
      margin: 0 auto;
      color: #fff;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 2.4rem;
      text-shadow: 0 5px 8px #176898; }

.section-1 .img-effects.effect-1 .thumb:hover .info {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.section-1 .img-effects.effect-1 .thumb img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.section-1 .img-effects.effect-1 .info {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

.section-1 .img-effects.effect-1.top_to_bottom .thumb .info .title {
  top: 20px; }

.section-1 .img-effects.effect-1.top_to_bottom .thumb:hover img {
  -webkit-transform: translateY(50px) scale(1.2);
  -moz-transform: translateY(50px) scale(1.2);
  -ms-transform: translateY(50px) scale(1.2);
  -o-transform: translateY(50px) scale(1.2);
  transform: translateY(50px) scale(1.2); }

.section-1 .img-effects.effect-1.bottom_to_top .thumb .info .title {
  bottom: 20px; }

.section-1 .img-effects.effect-1.bottom_to_top .thumb:hover img {
  -webkit-transform: translateY(-50px) scale(1.2);
  -moz-transform: translateY(-50px) scale(1.2);
  -ms-transform: translateY(-50px) scale(1.2);
  -o-transform: translateY(-50px) scale(1.2);
  transform: translateY(-50px) scale(1.2); }

/*2*/
.section-2 .form-group {
  text-align: right;
  margin-top: 25px; }
  .section-2 .form-group p {
    font-size: 3.6rem;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left; }

.section-2 .star-rating {
  border: none; }
  .section-2 .star-rating > input {
    display: none; }
  .section-2 .star-rating > label {
    color: #ebebf2;
    float: right; }
    .section-2 .star-rating > label:before {
      content: "\f005";
      margin: 0 3px;
      font-size: 4.8rem;
      font-family: 'Font Awesome 5 Free';
      display: inline-block; }
  .section-2 .star-rating > .half:before {
    content: "\f089";
    position: absolute; }
  .section-2 .star-rating > input:checked ~ label,
  .section-2 .star-rating:not(:checked) > label:hover,
  .section-2 .star-rating:not(:checked) > label:hover ~ label,
  .section-2 .star-rating > input:checked + label:hover,
  .section-2 .star-rating > input:checked ~ label:hover,
  .section-2 .star-rating > input:checked ~ label:hover ~ label,
  .section-2 .star-rating > label:hover ~ input:checked ~ label {
    color: #b38dbe; }
  .section-2 .star-rating > input:checked + label:hover,
  .section-2 .star-rating > input:checked ~ label:hover,
  .section-2 .star-rating > input:checked ~ label:hover ~ label,
  .section-2 .star-rating > label:hover ~ input:checked ~ label {
    opacity: .8; }

/*3*/
.section-3 {
  text-align: center; }
  .section-3 .profile-img figure {
    position: relative;
    margin: 30px auto 0;
    width: 120px;
    height: 120px; }
    .section-3 .profile-img figure img {
      height: 100%; }
    .section-3 .profile-img figure img.left {
      position: absolute;
      top: 0;
      right: auto;
      bottom: 0;
      left: 0; }
    .section-3 .profile-img figure img.right {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: auto; }
  .section-3 form {
    margin-top: 2em; }
    .section-3 form .form-group {
      margin-bottom: 15px; }
      .section-3 form .form-group label {
        font-weight: 400;
        position: relative;
        top: 10px; }
    .section-3 form .form-control {
      border-width: 2px;
      padding: 12px 30px;
      min-height: 45px;
      border-color: #646b7b;
      background: transparent;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
      border-radius: 50px; }
      .section-3 form .form-control::-webkit-input-placeholder {
        opacity: .7;
        color: #343d45; }
      .section-3 form .form-control::-moz-placeholder {
        opacity: .7;
        color: #343d45; }
      .section-3 form .form-control:-moz-placeholder {
        opacity: .7;
        color: #343d45; }
      .section-3 form .form-control:-ms-input-placeholder {
        opacity: .7;
        color: #343d45; }
      .section-3 form .form-control::-ms-input-placeholder {
        opacity: .7;
        color: #343d45; }
      .section-3 form .form-control::placeholder {
        opacity: .7;
        color: #343d45; }
    .section-3 form .description {
      margin-top: 1.5em; }
      .section-3 form .description p {
        line-height: normal;
        margin: 0; }
      .section-3 form .description .checkbox {
        margin-bottom: 15px; }
    .section-3 form .form-group,
    .section-3 form .form-control,
    .section-3 form .description {
      font-size: 2.4rem; }
  .section-3 .sec-title {
    margin-top: 50px;
    margin-bottom: 15px; }
  .section-3 .social-networks a {
    font-size: 3rem;
    line-height: 64px;
    width: 60px;
    height: 60px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #b38dbe;
    color: #fff;
    display: block; }
    .section-3 .social-networks a:hover, .section-3 .social-networks a:focus, .section-3 .social-networks a:active {
      background: #3dc9c2;
      color: #fff; }

/*RESPONSIVNESS*/
@media (max-width: 1600px) {
  .btn {
    min-width: 180px;
    font-size: 2rem; }
  .section {
    font-size: 1.5rem; }
    .section .sec-title {
      margin-bottom: 50px; }
      .section .sec-title h1 {
        font-size: 4.2rem; }
  .section-1 .logo {
    max-width: 300px; }
  .section-1 .hero-text h1 {
    font-size: 6rem; }
  .section-1 .home-banner .themeSlider .carousel-caption h1 {
    font-size: 3.5rem; }
  .section-1 .home-banner h1 {
    font-size: 3.5rem; }
  .section-2 .form-group {
    margin-top: 10px; }
    .section-2 .form-group p {
      font-size: 3.2rem; }
  .section-2 .star-rating > label:before {
    font-size: 4.2rem; }
  .section-3 .profile-img figure {
    width: 100px;
    height: 100px; }
  .section-3 form {
    margin-top: 15px; }
    .section-3 form .form-group {
      margin-bottom: 15px; }
      .section-3 form .form-group label {
        top: 6px; }
    .section-3 form .form-control {
      min-height: 40px; }
    .section-3 form .description {
      margin-top: 15px; }
    .section-3 form .form-group,
    .section-3 form .form-control,
    .section-3 form .description {
      font-size: 2rem; }
  .section-3 .sec-title {
    margin-top: 30px;
    margin-bottom: 10px; }
  .section-3 .social-networks a {
    font-size: 2.2rem;
    line-height: 54px;
    width: 50px;
    height: 50px; } }

@media (max-width: 1366px) {
  .btn {
    min-width: 180px;
    font-size: 1.8rem; }
  .section {
    font-size: 1.4rem; }
    .section .sec-title {
      margin-bottom: 40px; }
      .section .sec-title h1 {
        font-size: 3.6rem; }
  .section-1 .logo {
    max-width: 230px; }
  .section-1 .hero-text h1 {
    font-size: 4.5rem; }
  .section-1 .home-banner .themeSlider .carousel-caption h1 {
    font-size: 3.2rem; }
  .section-1 .home-banner h1 {
    font-size: 3.2rem; }
  .section-1 .img-effects .thumb .info .title {
    font-size: 2rem; }
  .section-2 .form-group p {
    font-size: 2.6rem; }
  .section-2 .star-rating > label:before {
    font-size: 3.6rem; }
  .section-3 .profile-img figure {
    width: 100px;
    height: 100px; }
  .section-3 form .form-group,
  .section-3 form .form-control,
  .section-3 form .description {
    font-size: 1.8rem; }
  .section-3 .social-networks a {
    font-size: 1.8rem;
    line-height: 43px;
    width: 40px;
    height: 40px; }
  .section-3 .checkbox-1 input[type="checkbox"] + label:before {
    top: -1px; } }

@media (max-width: 1199px) {
  .btn {
    min-width: 160px;
    font-size: 1.6rem; }
  .section .sec-title {
    margin-bottom: 30px; }
    .section .sec-title h1 {
      font-size: 3.2rem; }
  .section-1 .logo {
    max-width: 200px; }
  .section-1 .home-banner .themeSlider .carousel-caption h1 {
    font-size: 2.6rem; }
  .section-1 .box-1 .thumb {
    padding-left: 15px;
    padding-right: 15px; }
  .section-2 .form-group p {
    font-size: 2.2rem; }
  .section-2 .star-rating > label:before {
    font-size: 3.2rem; } }

@media (max-width: 991px) {
  .container {
    width: 100%; }
  .btn {
    min-width: 140px;
    font-size: 1.5rem;
    padding: 12px 30px; }
  .section .sec-title {
    margin-bottom: 30px; }
    .section .sec-title h1 {
      font-size: 3.2rem; }
  .section-1 .logo {
    max-width: 200px; }
  .section-1 .hero-text h1 {
    font-size: 4.2rem; }
  .section-1 .home-banner .themeSlider .carousel-caption h1 {
    font-size: 2.6rem; }
  .section-1 .img-effects .thumb .info .title {
    font-size: 1.8rem; }
  .section-1 .box-1 .thumb {
    padding-left: 10px;
    padding-right: 10px; }
  .section-2 .form-group p {
    font-size: 2rem; }
  .section-2 .star-rating > label:before {
    font-size: 2.8rem; }
  .section-3 form .form-group,
  .section-3 form .form-control,
  .section-3 form .description {
    font-size: 1.6rem; } }

@media (max-width: 575px) {
  .section .sec-title h1 {
    font-size: 2.8rem; }
  .section .content-box {
    padding: 3em 15px; }
  .section .row-100 [class*="col-"] {
    width: 100%; }
  .section-1 .logo {
    max-width: 200px; }
  .section-1 .hero-text h1 {
    font-size: 3.6rem; }
  .section-1 .home-banner .themeSlider .carousel-caption h1 {
    font-size: 2.2rem; }
  .section-1 .home-banner h1 {
    font-size: 2.2rem; }
  .section-1 .img-effects .thumb .info .title {
    font-size: 1.5rem; }
  .section-1 .box-1 .thumb {
    padding-left: 5px;
    padding-right: 5px; }
  .section-2 .form-group {
    margin: 0; }
    .section-2 .form-group p {
      font-size: 1.6rem;
      margin: 0; }
  .section-2 .star-rating {
    margin-bottom: 1.5em; }
    .section-2 .star-rating > label:before {
      font-size: 2.4rem; }
  .section-3 .action-btn {
    margin-top: 10px; }
  .section-3 .sec-title {
    margin: 20px 0 15px; }
  .section-3 form .form-control {
    min-height: 35px; }
  .section-3 form .form-group,
  .section-3 form .form-control,
  .section-3 form .description {
    font-size: 1.5rem; } }

@media (max-width: 450px) {
  .section-1 .hero-text h1 {
    font-size: 3.2rem; }
  .section-1 .home-banner .themeSlider .carousel-caption h1 {
    font-size: 2rem; }
  .section-1 .home-banner h1 {
    font-size: 2rem; } }
