/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body {
  background-color: #f1f1f1;
  height: 100%;
  font-size: 100%;
  font-weight: 300;
  font-family: "Poppins", Arial, sans-serif;
  color: #616161;
}

body {
  min-height: 100%;
}

a {
  color: #039be5;
}
a:hover {
  color: #d68105;
}

a, input, .dropdown, button, .catalog-view img, .transition {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

a:focus, button:focus, input:focus {
  outline: none !important;
  box-shadow: none !important;
}

a:hover, a:focus {
  text-decoration: none;
}

p, span {
  margin: 0;
}

p {
  line-height: 1.9;
}

img {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.125rem;
}

.wrapper {
  margin: 0 auto;
  max-width: 1080px;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .wrapper {
    padding: 0 15px;
  }
}

.flex-container {
  display: flex !important;
  width: 100%;
}

.flex-container .flex1 {
  flex: 1;
}

.flex-column {
  flex-direction: column;
}

.flex-middle {
  align-items: center;
  justify-content: center;
}

.flex-container.row-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (max-width: 992px) {
  .flex-break {
    display: block !important;
  }
}
.row-gutters-compressed {
  margin-left: -7px;
  margin-right: -7px;
}

.row-gutters-compressed > * {
  padding: 0 7px;
}

.row-gutters {
  margin-left: -15px;
  margin-right: -15px;
}

.row-gutters > * {
  padding: 0 15px;
}

.row-gutters-medium {
  margin-left: -20px;
  margin-right: -20px;
}

.row-gutters-medium > * {
  padding: 0 20px;
}

.row-gutters-extended {
  margin-left: -30px;
  margin-right: -30px;
}

.row-gutters-extended > * {
  padding: 0 30px;
}

.width100 {
  width: 100% !important;
}

.width75 {
  width: 75% !important;
}

.width50 {
  width: 50% !important;
}

.width40 {
  width: 40% !important;
}

.width30 {
  width: 30% !important;
}

.width25 {
  width: 25% !important;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.width-full {
  width: 100%;
}

.height100 {
  height: 100%;
}

.margin-top5 {
  margin-top: 5px;
}

.margin-top10 {
  margin-top: 10px;
}

.margin-top15 {
  margin-top: 15px;
}

.margin-top20 {
  margin-top: 20px;
}

.margin-top25 {
  margin-top: 25px;
}

.margin-top30 {
  margin-top: 30px;
}

.margin-top40 {
  margin-top: 40px;
}

.margin-top50 {
  margin-top: 50px;
}

.margin-top100 {
  margin-top: 100px;
}

.margin-right5 {
  margin-right: 5px;
}

.margin-right10 {
  margin-right: 10px;
}

.margin-right15 {
  margin-right: 15px;
}

.margin-right20 {
  margin-right: 20px;
}

.margin-right25 {
  margin-right: 25px;
}

.margin-right30 {
  margin-right: 30px;
}

.margin-left5 {
  margin-left: 5px;
}

.margin-left10 {
  margin-left: 10px;
}

.margin-left15 {
  margin-left: 15px;
}

.margin-left20 {
  margin-left: 20px;
}

.margin-left25 {
  margin-left: 25px;
}

.margin-left30 {
  margin-left: 30px;
}

.margin-bottom5 {
  margin-bottom: 5px;
}

.margin-bottom10 {
  margin-bottom: 10px;
}

.margin-bottom15 {
  margin-bottom: 15px;
}

.margin-bottom20 {
  margin-bottom: 20px;
}

.margin-bottom25 {
  margin-bottom: 25px;
}

.margin-bottom30 {
  margin-bottom: 30px;
}

.margin-bottom40 {
  margin-bottom: 40px;
}

.padding0 {
  padding: 0 !important;
}

.padding5 {
  padding: 5px;
}

.padding10 {
  padding: 10px;
}

.padding15 {
  padding: 15px;
}

.padding20 {
  padding: 20px;
}

.padding25 {
  padding: 25px;
}

.min-width100 {
  min-width: 100px;
}

.min-width200 {
  min-width: 200px;
}

.min-width300 {
  min-width: 300px;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.alert {
  border-radius: 3px;
  border: none;
  color: #fff;
  padding: 10px;
}
.alert.alert-success {
  background-color: #7EA26F;
}
.alert.alert-info {
  background-color: #3D9CD2;
}
.alert.alert-warning {
  background-color: #DED3AF;
}
.alert.alert-error {
  background-color: #C34242;
}
.alert p, .alert a {
  color: #fff;
}

.green {
  color: #6fab71;
}

.yellow {
  color: #ffca28;
}

.red {
  color: #ef5350;
}

/* =========================================
- animation
========================================= */
.animate {
  opacity: 0;
}

.enter-up {
  transform: translateY(150px);
  animation: move-vertical 0.8s .5s ease forwards;
}

.enter-left {
  transform: translateX(150px);
  animation: move-horizontal 0.8s 0.5s ease forwards;
}

.enter-right {
  transform: translateX(-150px);
  animation: move-horizontal 0.8s 0.5s ease forwards;
}

.show-cart {
  transform: translateX(0);
  animation: open-cart 0.8s ease forwards;
}

.hide-cart {
  transform: translateX(400px);
  animation: close-cart 0.8s ease forwards;
}

@keyframes move-vertical {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes move-horizontal {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes open-cart {
  to {
    transform: translateX(400px);
  }
}
@keyframes close-cart {
  to {
    transform: translateX(0);
  }
}
.signup-progress {
  margin-bottom: 130px;
}
@media (max-width: 767px) {
  .signup-progress {
    margin-bottom: 80px;
  }
}
.signup-progress .progress {
  background-color: #d9d9d9;
  border: 10px solid #f1f1f1;
  border-radius: 20px;
  height: 33px;
  margin-top: -15px;
}
.signup-progress .progress .progress-bar {
  background-color: #d68105;
  width: 0;
}
.signup-progress .steps {
  padding: 0 10px;
}
.signup-progress .steps .step {
  border-right: 2px solid #bdbdbd;
  margin-top: 5px;
  padding-bottom: 20px;
  position: relative;
  text-align: right;
}
.signup-progress .steps .step span {
  border-right: 2px solid #d68105;
  color: #8e8e8e;
  display: block;
  font-size: .875rem;
  font-family: "Oswald";
  margin-right: -2px;
  padding: 0 10px 0 0;
  text-transform: uppercase;
}
.signup-progress .steps .step h4 {
  border-right: 2px solid #d68105;
  font-family: "Poppins";
  font-weight: 600;
  margin-right: -2px;
  padding: 5px 10px 0 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .signup-progress .steps .step h4 {
    font-size: .875rem;
    font-weight: 500;
  }
}
.signup-progress .steps .step svg, .signup-progress .steps .step i {
  bottom: -30px;
  font-size: 1.5rem;
  position: absolute;
  right: -12px;
}
.signup-progress .steps .step.inactive h4, .signup-progress .steps .step.inactive span, .signup-progress .steps .step.inactive svg, .signup-progress .steps .step.inactive i {
  border-right: none;
  color: #d7d7d7;
}

.packages {
  margin-top: 130px;
}
@media (max-width: 767px) {
  .packages {
    margin-top: 60px;
  }
}
.packages .package {
  background-color: #f9f9f9;
  border-radius: 3px;
  text-align: center;
  max-width: 315px;
}
@media (max-width: 992px) {
  .packages .package {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .packages .package {
    margin: 0 auto 30px;
  }
}
.packages .package:hover {
  box-shadow: 0 0 15px -7px #616161;
}
.packages .package header {
  padding: 70px 15px;
}
.packages .package header svg, .packages .package header i {
  color: #dddddd;
  font-size: 1.875rem;
}
.packages .package header h3 {
  font-size: 1.5rem;
  font-family: "Poppins";
  margin-top: 20px;
  text-transform: uppercase;
}
.packages .package header h4 {
  color: #d68105;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 1.125rem;
  margin-top: 5px;
}
.packages .package .description {
  padding: 0 15px;
}
.packages .package .description p {
  font-size: .875rem;
}
.packages .package .description::before, .packages .package .description::after {
  background-color: #e0e0e0;
  content: "";
  display: block;
  height: 1px;
  margin: 0 auto 15px;
  width: 80px;
}
.packages .package .description::after {
  margin: 15px auto 0;
}
.packages .package ul {
  padding: 20px 15px;
}
.packages .package ul li {
  background-color: #f1f1f1;
  color: #878787;
  display: block;
  font-size: .875rem;
  margin-bottom: 2px;
  padding: 10px;
}
.packages .package .btn {
  box-shadow: 0 0 0 13px #f9f9f9;
  width: 100%;
}
.packages .package .btn:hover {
  background-color: #d68105;
}

.signup {
  margin-top: 130px;
}
@media (max-width: 767px) {
  .signup {
    margin-top: 60px;
  }
}
.signup .left-column.packages {
  border-right: 6px solid #fff;
  margin-top: 0;
  padding-right: 60px;
}
@media (max-width: 992px) {
  .signup .left-column.packages {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .signup .left-column.packages {
    text-align: center;
  }
}
.signup .left-column.packages .package {
  float: right;
  width: 315px;
}
@media (max-width: 767px) {
  .signup .left-column.packages .package {
    float: none;
  }
}
.signup .right-column {
  padding-left: 60px;
}
@media (max-width: 992px) {
  .signup .right-column {
    padding: 0 30px;
  }
  .signup .right-column form {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .signup .right-column {
    margin-top: 60px;
    text-align: center;
  }
}
.signup > div > h3 {
  font-size: 1.625rem;
  font-family: "Poppins";
  font-weight: 500;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .signup > div > h3 {
    text-align: center;
  }
}
.signup > div > h3::after {
  background-color: #d8d8d8;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 80px;
}
@media (max-width: 767px) {
  .signup > div > h3::after {
    display: block;
    margin: 10px auto 0;
    position: relative;
  }
}
.signup > div.align-right > h3::after {
  left: auto;
  right: 0;
}
@media (max-width: 767px) {
  .signup > div.align-right > h3::after {
    right: auto;
  }
}
.signup .signup-verify h4 {
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Poppins";
}
.signup .signup-verify svg, .signup .signup-verify i {
  color: #ddd;
  font-size: 4.5rem;
}
.signup .signup-verify ul {
  padding-left: 20px;
}
.signup .signup-verify ul li {
  list-style: square;
}

body {
  position: relative;
}

body .bg-image {
  position: absolute;
  right: 0;
  top: 100vh;
  width: 395px;
  z-index: 0;
}
@media (max-width: 992px) {
  body .bg-image {
    display: none;
  }
}

.page-container {
  overflow: hidden;
  margin-bottom: 15px;
}

.header {
  font-size: 2.625rem;
  /* text-align: center; */
  /* text-transform: uppercase; */
}

.subheader {
  color: #d68105;
  font-size: 1.625rem;
  margin-top: 10px;
  text-align: center;
}

.subheader-text {
  font-size: 1.125rem;
  margin: 40px auto 0;
  text-align: center;
  width: 80%;
}
@media (max-width: 767px) {
  .subheader-text {
    width: 100%;
  }
}

.btn {
  background-color: #d68105;
  border-radius: 50px;
  border: none;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 12px 35px;
  /* text-transform: uppercase; */
}
.btn:hover {
  background-color: #616161;
  color: #fff;
}
.btn.btn-dark {
  background-color: #616161;
}
.btn.btn-icon {
  padding: 12px 30px 12px 20px;
}
.btn.btn-icon [class*="fa"] {
  margin-right: 10px;
}
.btn.btn-large {
  font-size: 1.5rem;
  padding: 28px 45px;
}
@media (max-width: 767px) {
  .btn.btn-large {
    font-size: 1.25rem;
    padding: 24px 20px;
  }
}
.btn.btn-large.btn-icon {
  padding: 28px 40px 28px 35px;
}
@media (max-width: 767px) {
  .btn.btn-large.btn-icon {
    padding: 24px 25px 24px 20px;
  }
}
.btn.btn-large.btn-icon [class*="fa"] {
  font-size: 2rem;
}
.btn.btn-large.btn-cyrcle {
  padding: 28px;
}
.btn.btn-striped {
  background-color: transparent;
  border: 2px solid #616161;
  color: #616161;
}
.btn.btn-striped.btn-cyrcle {
  padding: 28px;
  position: relative;
}
.btn.btn-striped.btn-cyrcle [class*="fa"] {
  margin: 0;
  position: relative;
  z-index: 2;
}
.btn.btn-striped.btn-cyrcle::before {
  background-color: #616161;
  border-radius: 60px;
  content: "";
  height: 2px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 2px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  z-index: 0;
}
.btn.btn-striped.btn-cyrcle:hover {
  border: 2px solid;
  color: #fff;
}
.btn.btn-striped.btn-cyrcle:hover::before {
  height: 100%;
  left: 0;
  opacity: 1;
  top: 0;
  width: 100%;
}

section.page {
  padding: 0 0 80px;
}
@media (max-width: 767px) {
  section.page {
    padding: 0 0 30px;
  }
}
section.page header.inner-header {
  background-color: #4c4c4c;
  padding: 120px 0 50px;
  text-align: center;
}
section.page header.inner-header h2 {
  font-size: 2.625rem;
  color: #e0e0e0;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  section.page header.inner-header h2 {
    font-size: 2rem;
  }
}
section.page header.inner-header h3 {
  color: #e0e0e0;
  font-size: 1.375rem;
  font-family: "Poppins";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
section.page .content .header {
  margin: 80px 0;
}
section.page .content p {
  margin-bottom: 20px;
}
section.page .content ul {
  margin-bottom: 20px;
  padding-left: 20px;
}
section.page .content ul li {
  list-style: initial;
  padding: 5px 0;
}
section.page .content b, section.page .content strong {
  font-weight: 600;
}
section.page .content.contact-form form {
  margin: 0 auto;
  width: 60%;
}
@media (max-width: 992px) {
  section.page .content.contact-form form {
    width: 100%;
  }
}

.navbar {
  background-color: transparent;
  border: none;
  display: block;
  margin: 0;
  /* min-height: 70px; */
  /* padding: 5px 0; */
  padding: 0;
  position: relative;
}
.navbar .navbar-brand {
  position: relative;
  z-index: 5;
}
@media (max-width: 992px) {
  .navbar .navbar-toggler {
    background-color: #66bb6a;
    float: right;
    margin-top: 17px;
    position: relative;
    z-index: 50;
  }
  .navbar .navbar-collapse {
    background-color: #66bb6a;
    left: 0;
    position: absolute;
    top: 90px;
    width: 100%;
    z-index: 50;
  }
  .navbar .navbar-collapse ul.navbar-nav {
    margin: 0 auto;
    padding: 20px;
    text-align: center;
  }
  .navbar .navbar-collapse ul.navbar-nav > li > a {
    background-color: rgba(0, 0, 0, 0.05);
    color: #fff;
    display: block;
    margin: 0 0 5px;
    padding: 10px;
  }
}

header.page-header {
  background-color: #3c3c3c;
  margin: 0;
  padding: 0 20px;
  position: relative;
}

@media (min-width: 768px) and (max-width: 992px) {
  header.page-header::before {
    transform: skewY(-6deg);
  }
}
@media (max-width: 767px) {
  header.page-header::before {
    transform: skewY(-10deg);
  }
}
header.page-header .logo {
  left: 0;
  padding: 8px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 4;
}
header.page-header .logo a {
  display: inline-block;
  position: relative;
  text-align: center;
}
header.page-header .logo img {
  max-height: 60px;
}
header.page-header a.navbar-brand, header.page-header .navbar-nav > li > a {
  color: #fff;
  display: inline-block;
  font-size: .75rem;
  font-weight: 300;
  margin: 1rem 0.125rem;
  padding: 10px 15px;
  position: relative;
  /* text-transform: uppercase; */
  z-index: 5;
}
header.page-header a.navbar-brand:hover, header.page-header .navbar-nav > li > a:hover {
  color: #fff;
}
header.page-header .navbar-nav > li > a.btn:hover{
  background-color: #4da151;
}
header.page-header a.navbar-brand {
  background-color: #4c4c4c;
  border-radius: 3px;
  height: auto;
  margin-top: 20px;
}
@media (max-width: 767px) {
  header.page-header a.navbar-brand span {
    display: none;
  }
}

.home-banner {
  position: relative;
}
@media (max-width: 992px) {
  .home-banner {
    text-align: center;
  }
}
.home-banner::before {
  background-color: #353535;
  box-shadow: 3px 3px 15px -4px #000;
  content: "";
  height: calc(100% + 150px);
  left: -50px;
  position: absolute;
  top: -170px;
  transform: rotate(-8deg);
  width: calc(60% + 50px);
  z-index: 3;
}
@media (max-width: 992px) {
  .home-banner::before {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .home-banner::before {
    width: 140%;
  }
}
.home-banner::after {
  background-color: #d68105;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 47%;
  z-index: 2;
}
@media (max-width: 992px) {
  .home-banner::after {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .home-banner::after {
    width: 90%;
  }
}
.home-banner .row > div {
  padding: 150px 0;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .home-banner .row > div {
    padding: 80px 0;
  }
}
.home-banner h1 {
  color: #fff;
  font-size: 3rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .home-banner h1 {
    font-size: 2.125rem;
  }
}
.home-banner h2 {
  color: #d68105;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .home-banner h2 {
    font-size: 1.25rem;
    margin-top: 10px;
  }
}
.home-banner p {
  color: #bdbdbd;
}
@media (min-width: 768px) and (max-width: 992px) {
  .home-banner p {
    margin: 20px auto;
    width: 80%;
  }
}

.trial-groups .group {
  padding: 180px 0 220px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 992px) {
  .trial-groups .group {
    padding: 140px 0 180px;
  }
}
@media (max-width: 767px) {
  .trial-groups .group {
    padding: 80px 0 120px;
  }
}
.trial-groups .group h2, .trial-groups .group h5 {
  color: #3c3c3c;
}
.trial-groups .group h2 {
  font-size: 2.625rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .trial-groups .group h2 {
    font-size: 2rem;
  }
}
.trial-groups .group h3 {
  color: #d68105;
  font-size: 2rem;
  font-weight: 400;
  margin: 20px 0 25px;
}
.trial-groups .group h5 {
  font-family: "Poppins";
  font-size: 1.25rem;
  margin: 25px 0 10px;
}
.trial-groups .group p {
  font-size: 1.125rem;
  margin-bottom: 25px;
}
.trial-groups .group .btn {
  margin-right: 15px;
}
@media (max-width: 992px) {
  .trial-groups .group .btn.open-gallery {
    display: none;
  }
}
.trial-groups .group:nth-child(even) {
  color: #e0e0e0;
  padding: 120px 0;
  position: relative;
  background-color: #3c3c3c;
  text-align: right;
}
@media (min-width: 768px) and (max-width: 992px) {
  .trial-groups .group:nth-child(even) {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .trial-groups .group:nth-child(even) {
    padding: 60px 0;
  }
}
.trial-groups .group:nth-child(even)::before, .trial-groups .group:nth-child(even)::after {
  background-color: #3c3c3c;
  content: "";
  height: 80px;
  left: 0;
  position: absolute;
  transform: skewY(-3deg);
  width: 100%;
  z-index: 0;
}
.trial-groups .group:nth-child(even)::before {
  top: -40px;
}
.trial-groups .group:nth-child(even)::after {
  bottom: -40px;
}
.trial-groups .group:nth-child(even) .row {
  justify-content: flex-end;
}
.trial-groups .group:nth-child(even) h2, .trial-groups .group:nth-child(even) h5 {
  color: #e0e0e0;
}
.trial-groups .group:nth-child(even) .btn {
  border-color: #e0e0e0;
  color: #fff;
}
.trial-groups .group:nth-child(even) .btn.btn-striped.btn-cyrcle:hover {
  border-color: transparent;
}
.trial-groups .group:nth-child(even) a.btn {
  border: none;
}
.trial-groups .group .templates {
  position: absolute;
  left: 0;
  top: -80px;
  z-index: 10;
}
@media (max-width: 992px) {
  .trial-groups .group .templates {
    display: none;
  }
}

footer {
  background-color: #d68105;
  margin-top: 79px;
  padding: 55px 0 0;
  position: relative;
}
@media (max-width: 767px) {
  footer {
    padding: 20px 0 0;
    text-align: center;
  }
}
footer::before {
  background-color: #d68105;
  content: "";
  height: 80px;
  left: 0;
  position: absolute;
  top: -40px;
  transform: skewY(-3deg);
  width: 100%;
  z-index: 0;
}
footer .copyright {
  background-color: rgba(0, 0, 0, 0.07);
  color: #353535;
  margin-top: 55px;
  padding: 25px 0;
  text-align: center;
}
@media (max-width: 767px) {
  footer .copyright {
    margin-top: 25px;
  }
}
footer .overview p {
  color: #fff;
  font-size: .75rem;
  margin-top: 15px;
  width: 95%;
}
footer h3 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 992px) {
  footer h3 {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  footer h3 {
    margin-top: 35px;
  }
}
footer ul {
  list-style: none;
}
footer ul li a {
  color: #fff;
  display: block;
  margin-bottom: 15px;
}
footer ul li a:hover {
  color: #3c3c3c;
}
@media (max-width: 767px) {
  footer ul li a {
    background-color: rgba(0, 0, 0, 0.05);
    margin-bottom: 5px;
    padding: 10px;
  }
}

.modal {
  background-color: rgba(0, 0, 0, 0.2);
}
.modal .modal-lg {
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.modal .modal-lg .modal-content, .modal .modal-lg .modal-body, .modal .modal-lg .carousel, .modal .modal-lg .carousel-inner, .modal .modal-lg .carousel-item {
  height: 100%;
  padding: 0;
}
.modal .modal-lg .modal-content {
  background-color: transparent;
}
.modal .modal-lg img {
  max-height: 80%;
  max-width: 60%;
}
.modal .modal-lg .carousel {
  position: relative;
}
.modal .modal-lg .carousel .carousel-inner {
  z-index: 5;
}
.modal .modal-lg .carousel .carousel-item .image {
  text-align: center;
  width: 100%;
}
.modal .modal-lg .carousel .carousel-item .carousel-caption {
  bottom: auto;
  padding: 0;
  position: relative;
  left: 0;
  width: 100%;
}
.modal .modal-lg .carousel .carousel-item .carousel-caption .caption {
  background-color: #d68105;
  padding: 20px 30px;
  position: relative;
  text-align: left;
  z-index: 5;
}
.modal .modal-lg .carousel .carousel-item .carousel-caption h3 {
  color: #fff;
  font-size: 1.25rem;
  margin: 0;
  text-transform: uppercase;
}
.modal .modal-lg .carousel .carousel-item .carousel-caption p {
  font-size: .875rem;
  margin: 10px 0 0;
  width: 40%;
}
.modal .modal-lg .carousel .control-modal-carousel {
  bottom: 40px;
  right: 30px;
  position: absolute;
  z-index: 10;
}
.modal .modal-lg .carousel .control-modal-carousel .carousel-control-next, .modal .modal-lg .carousel .control-modal-carousel .carousel-control-prev {
  position: relative;
}
.modal .modal-lg .carousel .control-modal-carousel > a {
  background-color: #424242;
  border-radius: 30px;
  color: #d68105;
  display: inline-block;
  font-size: 2.25rem;
  height: 60px;
  opacity: 1;
  margin-left: 10px;
  padding: 11px 0;
  text-align: center;
  width: 60px;
}
.modal .modal-lg .carousel .control-modal-carousel > a:hover {
  background-color: #4e4e4e;
}
.modal .modal-lg .carousel .control-modal-carousel > a.close-modal {
  background-color: transparent;
  color: #424242;
  border: 3px solid #424242;
  margin-right: 25px;
  padding: 9px 0;
}
.modal .modal-lg .carousel .control-modal-carousel > a.close-modal:hover {
  border-color: #4e4e4e;
  color: #4e4e4e;
}
.modal .modal-lg .carousel .bottom-panel {
  bottom: 0;
  height: 150px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.modal .modal-lg .carousel .bottom-panel::before {
  background-color: #c97802;
  content: "";
  height: 90px;
  left: 0;
  position: absolute;
  top: -33px;
  transform: rotate(2deg) skewX(-83deg);
  width: 80%;
  z-index: 1;
}
.modal .modal-lg .carousel .bottom-panel::after {
  background-color: #424242;
  content: "";
  height: 50px;
  left: 16%;
  position: absolute;
  transform: rotate(-5deg) skewX(76deg);
  top: -15px;
  width: 300px;
  z-index: 3;
}

form .input {
  background-color: #f9f9f9;
  border-radius: 3px;
  margin-bottom: 7px;
  padding: 10px 10px 5px;
}
form .input label {
  display: block;
  margin-bottom: 3px;
}
form .input input, form .input textarea, form .input select {
  background-color: transparent;
  border: none;
  color: #9c9c9c;
  font-size: 1rem;
  outline: none;
  width: 100%;
}
form label {
  color: #9c9c9c;
  font-family: "Poppins";
  font-size: .675rem;
  font-weight: 500;
  text-transform: uppercase;
}

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