html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

section.main {
  background: url('../img/PIC.png');
  background-size: cover;
  height: auto;
}

input.middle:focus {
  outline-width: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

#form_tte {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;

  .form-row {
    width: 100%;
    display: flex;
    margin: auto;
  }
}

p#closeOrOpen a {
  color: white;
  text-decoration: none;
}

.u-mobile {
  display: none !important;
}

.bf {
  position: relative;
  left: 0;
  top: 0;
  max-width: 580px;
  text-align: right;
  color: #34b447;
  font-size: 20px;
  font-weight: bold;
  padding: 0px 0px;
}

.shake {
  animation: shake-animation 4.72s ease infinite;
  transform-origin: 50% 50%;
}

nagishli#NagishLiTag>#NagishLiBar>#NagishLiBarStrip:after {
  content: "נגישות";
}

@keyframes shake-animation {
  0% {
    transform: translate(0, 0)
  }

  1.78571% {
    transform: translate(5px, 0)
  }

  3.57143% {
    transform: translate(0, 0)
  }

  5.35714% {
    transform: translate(5px, 0)
  }

  7.14286% {
    transform: translate(0, 0)
  }

  8.92857% {
    transform: translate(5px, 0)
  }

  10.71429% {
    transform: translate(0, 0)
  }

  100% {
    transform: translate(0, 0)
  }
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

button.readmore {
  color: #545454;
  text-decoration: underline;
  background: transparent;
  font-size: 14px !important;
  font-weight: normal;
  text-align: center;
  border: none;
  z-index: 99999;
  height: auto;
  width: auto;
}

.logo {
  margin: 0.5vw 0px;
  width: 10vw;
}

.advbox {
  width: 100%;
  max-width: 900px;
}

.advbox h1 {
  font-size: 28px;
  font-weight: 700;
  color: #444945;
  line-height: 27px;
  margin: 0;
  font-family: Heebo;
}

.advbox h2 {
  color: #444945;
  font-family: Heebo;
  font-size: 18px;
  letter-spacing: 0.09px;
  line-height: 26px;
  text-align: right;
  max-width: 710px;
}

.advbox h3 {
  color: #444945;
  font-size: 17px;
  letter-spacing: 0.05px;
  line-height: 34px;
  margin: 0;
  text-align: right;
}

.advbox ul li {
  list-style-type: none;
  padding: 0;
  flex-basis: 48%;
  margin: 1% 0%;
}

.advbox ul li img {
  max-width: 55px;
}

.advbox ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  padding-right: 0;
  text-align: center;
}

.advbox ul li p {
  font-size: 14px;
  text-align: right;
  margin: 0;
}

section.contact {
  background: #34B447;
  height: auto;

  .container {
    display: flex;
    gap: 2rem;
  }

  div#form {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
    margin: auto;
  }
}

.contact h1 {
  margin: 0;
  color: #FFFFFF;
  font-family: Heebo;
  font-size: 25px;
  letter-spacing: 0.12px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 20px;
}

.contact h2 {
  color: #444945;
  font-family: Heebo;
  font-size: 18px;
  letter-spacing: 0.09px;
  line-height: 26px;
  text-align: right;
  max-width: 710px;
}

.contact h3 {
  color: #444945;
  font-size: 18px;
  letter-spacing: 0.05px;
  line-height: 24px;
  text-align: right;
  margin: 0;
}

.contact p {
  color: #FFFFFF;
  font-family: Heebo;
  font-size: 20px;
  letter-spacing: 0.07px;
  line-height: 18px;
  text-align: right;
  margin: 0;
  margin-bottom: 15px;
}

section.contact .container {
  padding: 2vw;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: white;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 13px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: 'o';
  text-align: center;
  opacity: .25;
  color: #34b447;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: transparent;
}

section.testmonials {
  background: #444444;
  color: white;
  text-align: center;
  padding: 15px;
  width: 45%;
  margin: 0 auto;
  border-radius: 2rem;

  .test-container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-inline: 2rem;
  }
}

section.testmonials h1 {
  color: #34B44F;
  font-family: Heebo;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 0.12px;
  line-height: 52px;
  text-align: center;
}

section.testmonials h2 {
  color: #34b447;
  font-family: Heebo;
  font-size: 16px;
  letter-spacing: 0.04px;
  line-height: 24px;
  text-align: center;
}

.multiple-items {
  display: inline-block;
  /* Ensures the carousel items are treated as inline elements */
  text-align: left;
  /* Text alignment for individual items */
  width: 100%;
  /* Ensures it spans across the available width */
}

/* #ouibounce-modal {
  display: block;
} */

#ouibounce-modal .modal-footer {
  position: absolute;
  right: 2%;
  top: 1%;
  padding: 0.5rem 1rem;
  height: fit-content;
  width: fit-content;
  cursor: pointer;
}

#ouibounce-modal .modal-footer p {
  font-size: 12px;
  bottom: 0;
  margin: 0;
  position: relative;
  border: 0;
}

.contact #ouibounce-modal .modal {
  width: 600px;
  height: 480px;
}

#ouibounce-modal form {
  position: relative;

  select {
    border: 1px solid #ccc;
    font-family: inherit;
  }
}

.divhidden-modal {
  position: absolute;
  background: #4ab472;
  padding: 7rem 1rem;
  width: 100%;
  top: 28%;
  transform: translateY(27%);
  display: none;
}

#ouibounce-modal form .divhidden-modal {
  text-align: center;

  p,
  a {
    text-align: center;
    color: black;
    margin: auto;
  }
}

.form-info {
  max-width: 300px;
  margin: auto;
}


.modal input {
  width: 45% !important;
  border-radius: 4px !important;
  border: 1px solid #ccc !important;
  -webkit-font-smoothing: antialiased !important;
}

#ouibounce-modal form input[type=submit] {
  width: 100% !important;
  margin: 0%;
  max-width: 495px;
  margin-top: 10px;
  line-height: 20px;
}

.divhidden {
  position: absolute;
  background: #000;
  padding: 9rem 1rem;
  width: calc(100% - 0px);
  top: 20%;
  border: 1px solid white;
  text-align: center;
  border-radius: 8px;
}

.contact .divhidden p {
  text-align: center;
}

.modal-title {
  background: #f0f1f2 !important;
  text-align: center !important;
  color: #34B447 !important;
}

#ouibounce-modal .modal-body {
  text-align: center;
}

#ouibounce-modal h3 {
  color: black;
  text-align: center;
  font-size: 22px;
}

#ouibounce-modal p {
  color: #4ab471;
  text-align: center;
  font-weight: bold;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  border-radius: 16px;
  background-color: #444945;
  color: white;
  font-size: 22px !important;
  font-weight: bold;
  border: none;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  margin: 0;
}

.mobileonly {
  display: none
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  height: 44px;
  width: 21%;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  background-color: #FFFFFF;
  float: right;
  margin: 6px 0px 3px 16px;
}

a {
  color: white;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 90%;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: right;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: right;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media only screen and (max-width: 1600px) and (min-width: 1376px) {
  section.main {
    background-size: cover;
    height: 100%;
  }

  section.contact {
    background: #34B447;
  }

}

@media (max-width: 767px) {
  .u-mobile {
    display: block !important;
  }

  .close {
    position: absolute;
    right: 10px;
    top: 6px;
    color: red;
    border: 1px solid red;
    width: 20px;
    height: 23px;
    border-radius: 1480px;
    text-align: center;
  }

  .advbox ul li p {
    padding-top: 7vh !important;
    padding: 7vh;

  }

  .overlay {
    position: fixed;
    background: #00000033;
    z-index: 9999999;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  #ouibounce-modal .modal {
    width: 96%;
    height: 408px;
    margin: auto 6px;
  }

  #form_tte {

    display: flex;
    flex-wrap: wrap;
    gap: 0px;

    .form-row {
      width: 100%;
      flex-direction: column;
    }

    .divhidden {
      position: absolute;
      background: #000;
      padding: 6rem 1rem;
      width: 100%;
      top: 20%;
      border: 1px solid white;
      text-align: center;
                  height: 80%;
            width: 100%;
            top: 20%;
            border: 1px solid white;
            text-align: center;
            padding: 5.5rem 1rem;

    }
  }

  .modal input {
    width: 100% !important;
    border-radius: 4px !important;
    border: 1px solid #ccc !important;
    -webkit-font-smoothing: antialiased !important;
  }

  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

#ouibounce-modal .modal {
  width: 600px;
  height: 440px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

*:-moz-placeholder {
  color: #666;
  opacity: 1;
}

*::-moz-placeholder {
  color: #666;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666;
}

body input:required:valid,
body textarea:required:valid {
  color: #666;
}

html,
body {
  height: 100%;
}

body {
  font-size: 18px;
  min-width: 320px;
  position: relative;
  line-height: 1.4;
  font-weight: 300;
  opacity: 1;
  direction: rtl;
  color: #373737;
  background: #f5f7f4;
  font-family: Heebo;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.m-header {
  position: fixed;
  width: 100%;
  z-index: 100;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.m-header-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0;
}

.m-header-flex .logo {
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  top: 0;
}

.m-header-flex .h-phone img {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 10px;
}

.m-header-flex .h-phone .text-phone {
  display: inline-block;
}

.m-header-flex .h-phone .text-phone span {
  color: #7A7A7A;
  font-size: 14px;
  display: block;
}

.m-header-flex .h-phone .text-phone a {
  font-size: 24px;
  font-weight: 600;
  color: #2F2F2F;
  line-height: 0.9;
}

.m-header-flex .h-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.m-header-flex .h-menu li {
  display: inline-block;
  padding: 0 20px;
  position: relative;
}

.m-header-flex .h-menu li:first-child:after {
  content: "";
  width: 1px;
  height: 10px;
  background: #DAD4C6;
  display: block;
  position: absolute;
  top: 9px;
  left: -1px;
}

.m-header-flex .h-menu li a {
  color: #663300;
  font-weight: 400;
}


.s-header {
  height: 680px;
}

.s-header .container {
  position: relative;
  height: 100%;
}

.s-header .container .text-header {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 15px;
}

.s-header .container .text-header h1 {
  font-size: 68px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  margin: 0 0 40px;
}

.s-header .container .text-header p {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  font-weight: 100;
  margin: 0 auto 30px;
  max-width: 700px;
}

.s-header .container .text-header a {
  font-size: 36px;
  line-height: 1;
  display: inline-block;
  color: #613615;
  font-weight: 600;
  text-decoration: none;
  padding: 30px 60px 35px 45px;
  background: url(../img/bg-btn.png) no-repeat;
  background-size: 100% 100%;
}

.form-main {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  -ms-transform: translateY(-50%);
  background: #f5f7f4;
}

.form-main h3 {
  margin: 0 0 25px;
  font-size: 30px;
  font-weight: 600;
}

.form-main .f-main {
  max-width: 1020px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: block;
  padding: 60px;
}

.form-main .f-main .form-input-wrap {
  display: block;
  -webkit-flex-basis: -webkit-calc(38% - 16px);
  -ms-flex-preferred-size: calc(38% - 16px);
  flex-basis: calc(38% - 16px);
  margin: 0 8px;
  max-width: 750px;
  width: 100%;
  margin: auto;
}

.form-main .f-main .form-input-wrap input {
  font-size: 28px;
  font-weight: 300;
  border: 1px solid #32558b;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 8px 20px;
  width: 100%;
  margin: 0 0 35px;
  border-top: none;
  border-left: none;
}

.form-main .f-main .form-btn-wrap {
  -webkit-flex-basis: -webkit-calc(24% - 16px);
  -ms-flex-preferred-size: calc(24% - 16px);
  flex-basis: calc(24% - 16px);
  margin: 0 8px;
}

.form-main .f-main .form-btn-wrap button {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #262223;
  color: white;
  font-size: 31px;
  font-weight: 700;
  border: none;
  padding: 7px 20px;
  width: 100%;
  max-width: 290px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.form-main .f-main .form-btn-wrap button:hover {
  opacity: 0.8;
}

.s-course {
  margin-top: -30px;
  padding: 0 0 60px;
}

.s-course h2 {
  font-size: 48px;
  font-weight: 300;
  margin: 0 0 50px;
  text-align: center;
}

.s-course .row>div {
  float: right;
  padding: 0 8px;
}

.s-course .course-one {
  height: 290px;
  position: relative;
  display: block;
  margin: 0 0 16px;
  text-decoration: none;
  padding: 20px 20px 20px 80px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.s-course .course-one:hover {
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
  /*box-shadow: 0 0 8px 3px rgba(0,0,0,0.15)*/
}

.s-course .course-one img {
  position: absolute;
  left: 30px;
  bottom: 20px;
}

.s-course .course-one h3 {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 24px;
  color: #F3E9A6;
  font-weight: 600;
  margin: 0;
}

.s-text {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#BD8B3B), to(#FDFDBD));
  background-image: -webkit-linear-gradient(bottom, #BD8B3B 0%, #FDFDBD 100%);
  background-image: linear-gradient(to top, #BD8B3B 0%, #FDFDBD 100%);
  padding: 0;
}

.s-text .t-text-wrap {
  min-height: 426px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 40px;
  margin-top: 25px;
}

.s-text .t-text h2 {
  color: #613615;
  font-size: 46px;
  margin: 0 0 50px;
  font-weight: 400;
  line-height: 1;
}

.s-text .t-text p {
  color: #613615;
  margin-bottom: 35px;
}

.s-text .t-img img {
  position: relative;
}

.name-t {
  width: 140px;
  text-align: center;
  float: left;
  margin-left: 140px;
  font-weight: bold;
  color: #613615;
}

.s-slider {
  padding: 80px 0 150px;
}

.s-slider .slick-arrow {
  display: block;
  width: 24px;
  height: 41px;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  font-size: 0;
  border: none;
  z-index: 10;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}

.s-slider .slick-arrow:hover {
  -webkit-filter: contrast(10%);
  filter: contrast(10%);
}

.s-slider .slick-prev {
  background: url(../img/ar_l.png) no-repeat;
  left: 30px;
}

.s-slider .slick-next {
  background: url(../img/ar_r.png) no-repeat;
  right: 30px;
}

.s-slider .slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  bottom: 30px;
  line-height: 0;
  text-align: center;
  width: 100%;
}

.s-slider .slick-dots li {
  margin: 0 3px;
  line-height: 0;
  display: inline-block;
}

.s-slider .slick-dots li button {
  padding: 0;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 0;
  background: transparent;
}

.s-slider .slick-dots li.slick-active button {
  background: #fff;
}

.footer {
  padding: 0 0 20px;
}

.footer .f-cont {
  color: #fff;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -40px;
}

.footer .f-cont>div {
  margin: 0 20px 20px;
}

.footer .f-cont a {
  color: #fff;
  font-weight: 400;
}

.footer .f-cont img {
  float: right;
  margin: 0 0 0 10px;
}

.footer .f-cont p {
  margin: 0;
  display: inline-block;
}

.course-one-popup {
  background-color: #fff;
  max-width: 1100px;
  position: relative;
  margin: 0 auto;
}

.course-one-popup .f-popup-wrap {
  min-height: 480px;
  background: url(../img/bg-popup.jpg) no-repeat;
  background-size: auto auto;
  background-size: cover;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.course-one-popup .f-popup-wrap h3 {
  color: #464646;
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 40px;
}

.course-one-popup .f-popup-wrap input {
  font-size: 18px;
  font-weight: 300;
  border: 1px solid #E2E2E2;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 8px 20px;
  width: 100%;
  color: #727272;
  margin: 0 0 15px;
}

.course-one-popup .f-popup-wrap button {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #A53879;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#BD8B3B), to(#FDFDBD));
  background-image: -webkit-linear-gradient(bottom, #BD8B3B 0%, #FDFDBD 100%);
  background-image: linear-gradient(to top, #BD8B3B 0%, #FDFDBD 100%);
  color: #7D593E;
  font-size: 21px;
  font-weight: 700;
  border: none;
  padding: 7px 20px;
  width: 100%;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.course-one-popup .f-popup-wrap button:hover {
  opacity: 0.8;
}

.course-one-popup .t-popup-wrap {
  padding: 60px 20px;
}

.course-one-popup .t-popup {
  direction: rtl;
  text-align: right;
  margin: auto;
  max-width: 600px;
}

.course-one-popup .t-popup h2 {
  color: #181819;
  font-size: 36px;
  font-weight: 300;
  margin: 0 0 50px;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
  right: -60px;
  font-family: icon;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: -40px;
}

section.thanks .logo {
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  top: 15;
}

section.thanks {
  width: 100%;
  height: 100%;
}

section.thanks .container h1 {
  font-size: 68px;
  line-height: 1;
  color: #2e4d83;
  font-weight: 600;
  margin: 300px 0 40px;
  text-align: center;
}

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199px) {
  .m-header-flex .logo {
    max-width: 140px;
  }

  .m-header-flex {
    padding: 25px 0;
  }

  .mfp-close-btn-in .mfp-close {
    color: #000;
    right: 15px;
    border: 1px solid #000;
    top: 13px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  .m-header-flex .h-menu li {
    padding: 0 10px;
  }

  .m-header-flex .logo {
    right: 55%;
  }

  .course-one-popup {
    max-width: 600px;
    margin: 30px auto;
  }

  .course-one-popup .t-popup-wrap {
    padding: 60px 20px 40px;
  }

  .course-one-popup .t-popup h2 {
    font-size: 30px;
    margin: 0 0 30px;
  }

  .course-one-popup .f-popup-wrap {
    min-height: unset;
    height: unset !important;
    padding: 30px 20px 40px;
  }

  .course-one-popup .f-popup-wrap h3 {
    margin: 0 0 30px;
  }

  .course-one-popup .f-popup-wrap {
    width: 100%;
    display: block;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .logo {
    margin: 1vw 0px;
    position: absolute;
    top: 0;
  }

  .advbox h3 {
    line-height: 14px;
    height: 40px;
    text-align: center;
  }

  .advbox ul li img {
    max-width: 34px;
    align-items: stretch;
  }

  body {
    margin: 0;
  }

  section.main {
    background: white;
    background-size: cover;
    height: auto;
    max-height: none;
  }

  .advbox h1 {
    padding-top: 20px;
  }

  .advbox ul li {
    list-style-type: none;
    padding: 0;
    flex-basis: 50%;
    margin: 0;
    background: #fffffff2;
    color: black;
    padding: 6px 1px;
    display: flex;
  }

  input,
  button,
  select,
  textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    height: auto;
    width: 100%;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    background-color: #FFFFFF;
    float: right;
    margin: 0px 0px 13px 0;
  }

  section.contact {
    max-height: none;
    height: auto;
    padding: 11vw 0px;
  }

  /* .contactid {
    margin-top: 40px;
  } */

  .contactid p {
    color: white !important;
  }

  .contactid p a {
    color: white !important;
  }

  p#closeOrOpen p a {
    color: white !important;
  }

  section.testmonials {
    background: #444444;
    color: white;
    text-align: center;
    padding: 15px;
  }

  section.testmonials h1 {
    color: #34B44F;
    font-family: Heebo;
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 0.12px;
    line-height: 52px;
    text-align: center;
  }

  section.testmonials h2 {
    color: #34b447;
    font-family: Heebo;
    font-size: 16px;
    letter-spacing: 0.04px;
    line-height: 24px;
    text-align: center;
  }

  .sticky {
    display: block;
    position: fixed;
    width: 100%;
    font-size: 18px;
    text-align: center;
    color: white;
    bottom: 0;
    z-index: 999;
    padding: 5px;
    right: 0;
  }

  .slick-slide p {
    max-width: 620px;
    margin: auto;
  }

  p.moreinfo {
    position: relative;
    right: 0;
    width: 100%;
    z-index: 999;
    background: white;
    padding: 0;
    margin-top: 50px;
    text-align: center;
  }

  .mobileonly {
    display: block
  }

  .sticky .col-xs-4 {
    background: white;
    z-index: 99999;
    width: 40%;
  }

  .m-header-flex .logo {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    max-width: 120px;
  }

  .m-header-flex {
    padding: 0;
  }

  section.thanks .container h1 {
    font-size: 40px;
    margin: 200px 0 40px;
  }

  .s-header .container .text-header h1 {
    font-size: 46px;
    margin: 0 0 30px;
  }

  .s-header .container .text-header p {
    font-size: 28px;
  }

  .s-header .container .text-header a {
    font-size: 20px;
  }

  .s-header {
    height: 480px;
  }

  .form-main {
    padding: 20px 15px 30px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0 -15px;
    -webkit-border-radius: 0;
    border-radius: 0;
  }

  .form-main h3 {
    margin: 0px 0 20px;
    font-size: 20px;
  }

  .form-main .f-main {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form-main .f-main .form-input-wrap {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0;
  }

  .form-main .f-main .form-btn-wrap {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0;
  }

  .s-course {
    margin-top: 30px;
    padding: 0 0 50px;
  }

  .s-course h2 {
    font-size: 36px;
    line-height: 1.2;
  }

  .s-course .row>div {
    float: unset;
    padding: 0 16px;
  }

  .s-text .t-text-wrap {
    margin-right: 0;
  }

  .s-slider {
    padding: 50px 0 50px;
  }

  .s-slider .container {
    padding: 0;
  }

  .s-slider .slick-arrow {
    display: none !important;
  }

  .s-slider .slick-dots {
    bottom: 20px;
  }

  .footer .f-cont {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 479px) {
  /**/
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /**/
}

/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /**/
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /**/
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

section.main {
  background: url('../img/PIC.png');
  background-size: cover;

}

input.middle:focus {
  outline-width: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

button.readmore {
  color: #545454;
  text-decoration: underline;
  background: transparent;
  font-size: 14px !important;
  font-weight: normal;
  text-align: right;
  border: none;
  z-index: 99999;
  height: auto;
  width: auto;
}

.logo {
  margin: 1vw 0px;
}

.advbox {
  width: 100%;
  max-width: 900px;
}

.advbox h1 {
  font-size: 28px;
  font-weight: 700;
  color: #444945;
  line-height: 27px;
  margin: 0;
  font-family: Heebo;
}

.advbox h2 {
  color: #444945;
  font-family: Heebo;
  font-size: 18px;
  letter-spacing: 0.09px;
  line-height: 26px;
  text-align: right;
  max-width: 710px;
}

.advbox h3 {
  color: #444945;
  font-size: 18px;
  letter-spacing: 0.05px;
  line-height: 34px;
  margin: 0;
  text-align: right;
}

.advbox ul li {
  list-style-type: none;
  padding: 0;
  flex-basis: 48%;
  margin: 1% 0%;
}

.advbox ul li img {
  max-width: 55px;
}

.advbox ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  padding-right: 0;
  text-align: center;
}

.advbox ul li p {
  font-size: 14px;
  text-align: right;
  padding-top: 0;
}

section.contact {
  background: #34B447;

}

.contact h1 {
  margin: 0;
  color: #FFFFFF;
  font-family: Heebo;
  font-size: 25px;
  letter-spacing: 0.12px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 20px;
}

.contact h2 {
  color: #444945;
  font-family: Heebo;
  font-size: 18px;
  letter-spacing: 0.09px;
  line-height: 26px;
  text-align: right;
  max-width: 710px;
}

.contact h3 {
  color: #444945;
  font-size: 18px;
  letter-spacing: 0.05px;
  line-height: 24px;
  text-align: right;
  margin: 0;
}

.contact p {
  color: #fff;
  font-family: Heebo;
  font-size: 20px;
  letter-spacing: 0.07px;
  line-height: 22px;
  text-align: right;
  margin: 0;
  margin-bottom: 15px;
  -webkit-tap-highlight-color: #fff;
}

section.contact .container {
  padding: 2vw;
  /* flex-direction: column; */


}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: white;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 24px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: 'o';
  text-align: center;
  opacity: .25;
  color: #34b447;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: transparent;
}

section.testmonials {
  background: #444444;
  color: white;
  text-align: center;
  padding: 15px;
}

section.testmonials h1 {
  color: #34B44F;
  font-family: Heebo;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 0.12px;
  line-height: 52px;
  text-align: center;
}

section.testmonials h2 {
  color: #34b447;
  font-family: Heebo;
  font-size: 16px;
  letter-spacing: 0.04px;
  line-height: 24px;
  text-align: center;
}


.modal input {
  width: 100% !important;
  border-radius: 4px !important;
  border: 1px solid #ccc !important;
  -webkit-font-smoothing: antialiased !important;
}

#ouibounce-modal form input[type=submit] {
  width: 100% !important;
  margin: 0%;
  max-width: 495px;
  margin-top: 10px;
  line-height: 20px;
}

.modal-title {
  background: #f0f1f2 !important;
  text-align: center !important;
  color: #34B447 !important;
}

#ouibounce-modal .modal-body {
  text-align: center;
}

#ouibounce-modal h3 {
  color: black;
  text-align: center;
  font-size: 22px;
}

#ouibounce-modal p {
  color: #4ab471;
  text-align: center;
  font-weight: bold;
  font-size: 34px;
  line-height: 34px;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

/* button, */
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  border-radius: 16px;
  background-color: #444945;
  color: white;
  font-size: 16px !important;
  font-weight: bold;
  border: none;
  display: block !important;
}

.form-row #submit {
  width: auto;
  padding-inline: 20px;
  width: 100%;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

.mobileonly {
  display: none
}



input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  height: 44px;
  width: 100%;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  background-color: #FFFFFF;
  float: right;
  margin: 6px 0px 3px 16px;
}

a {
  /*color: #337ab7;*/
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 90%;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: right;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
  padding-right: 30px;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: right;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media only screen and (max-width: 1600px) and (min-width: 1376px) {
  section.main {
    background-size: contain;
    height: auto;
  }

  section.contact {
    height: auto;
  }

  .advbox ul li {
    list-style-type: none;
    padding: 0;
    flex-basis: 39%;
    margin: 0% 0%;
  }

  .advbox ul li p {
    font-size: 11px;
  }
}

@media (max-width: 767px) {

  .form-row #submit {
    width: 100%;
    font-size: inherit !important;
    padding: 5px 20px;
  }


  #ouibounce-modal .modal {
    width: 96%;
    height: 408px;
    margin: auto 6px;
  }

  .advbox ul li p {
    font-size: 0.95em;
    text-align: right;
    padding: 7vh 3vh;

  }

  .modal input {
    width: 100% !important;
    border-radius: 4px !important;
    border: 1px solid #ccc !important;
    -webkit-font-smoothing: antialiased !important;
  }

  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

*:-moz-placeholder {
  color: #666;
  opacity: 1;
}

*::-moz-placeholder {
  color: #666;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666;
}

body input:required:valid,
body textarea:required:valid {
  color: #666;
}

html,
body {
  height: 100%;
}

body {
  font-size: 18px;
  min-width: 320px;
  position: relative;
  line-height: 1.4;
  font-weight: 300;
  opacity: 1;
  direction: rtl;
  color: #373737;
  background: #f5f7f4;
  font-family: Heebo;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.m-header {
  position: fixed;
  width: 100%;
  z-index: 100;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.m-header-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0;
}

.m-header-flex .logo {
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  top: 0;
}

.m-header-flex .h-phone img {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 10px;
}

.m-header-flex .h-phone .text-phone {
  display: inline-block;
}

.m-header-flex .h-phone .text-phone span {
  color: #7A7A7A;
  font-size: 14px;
  display: block;
}

.m-header-flex .h-phone .text-phone a {
  font-size: 24px;
  font-weight: 600;
  color: #2F2F2F;
  line-height: 0.9;
}

.m-header-flex .h-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.m-header-flex .h-menu li {
  display: inline-block;
  padding: 0 20px;
  position: relative;
}

.m-header-flex .h-menu li:first-child:after {
  content: "";
  width: 1px;
  height: 10px;
  background: #DAD4C6;
  display: block;
  position: absolute;
  top: 9px;
  left: -1px;
}

.m-header-flex .h-menu li a {
  color: #663300;
  font-weight: 400;
}


.s-header {
  height: 680px;
}

.s-header .container {
  position: relative;
  height: 100%;
}

.s-header .container .text-header {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 15px;
}

.s-header .container .text-header h1 {
  font-size: 68px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  margin: 0 0 40px;
}

.s-header .container .text-header p {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  font-weight: 100;
  margin: 0 auto 30px;
  max-width: 700px;
}

.s-header .container .text-header a {
  font-size: 36px;
  line-height: 1;
  display: inline-block;
  color: #613615;
  font-weight: 600;
  text-decoration: none;
  padding: 30px 60px 35px 45px;
  background: url(../img/bg-btn.png) no-repeat;
  background-size: 100% 100%;
}


.form-main {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  -ms-transform: translateY(-50%);
  background: #f5f7f4;
}

.form-main h3 {
  margin: 0 0 25px;
  font-size: 30px;
  font-weight: 600;
}

.form-main .f-main {
  max-width: 1020px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: block;
  padding: 60px;
}

.form-main .f-main .form-input-wrap {
  display: block;
  -webkit-flex-basis: -webkit-calc(38% - 16px);
  -ms-flex-preferred-size: calc(38% - 16px);
  flex-basis: calc(38% - 16px);
  margin: 0 8px;
  max-width: 750px;
  width: 100%;
  margin: auto;
}

.form-main .f-main .form-input-wrap input {
  font-size: 28px;
  font-weight: 300;
  border: 1px solid #32558b;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 8px 20px;
  width: 100%;
  margin: 0 0 35px;
  border-top: none;
  border-left: none;
}

.form-main .f-main .form-btn-wrap {
  -webkit-flex-basis: -webkit-calc(24% - 16px);
  -ms-flex-preferred-size: calc(24% - 16px);
  flex-basis: calc(24% - 16px);
  margin: 0 8px;
}

.form-main .f-main .form-btn-wrap button {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #262223;
  color: white;
  font-size: 31px;
  font-weight: 700;
  border: none;
  padding: 7px 20px;
  width: 100%;
  max-width: 290px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.form-main .f-main .form-btn-wrap button:hover {
  opacity: 0.8;
}

.s-course {
  margin-top: -30px;
  padding: 0 0 60px;
}

.s-course h2 {
  font-size: 48px;
  font-weight: 300;
  margin: 0 0 50px;
  text-align: center;
}

.s-course .row>div {
  float: right;
  padding: 0 8px;
}

.s-course .course-one {
  height: 290px;
  position: relative;
  display: block;
  margin: 0 0 16px;
  text-decoration: none;
  padding: 20px 20px 20px 80px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.s-course .course-one:hover {
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
  /*box-shadow: 0 0 8px 3px rgba(0,0,0,0.15)*/
}

.s-course .course-one img {
  position: absolute;
  left: 30px;
  bottom: 20px;
}

.s-course .course-one h3 {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 24px;
  color: #F3E9A6;
  font-weight: 600;
  margin: 0;
}

.s-text {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#BD8B3B), to(#FDFDBD));
  background-image: -webkit-linear-gradient(bottom, #BD8B3B 0%, #FDFDBD 100%);
  background-image: linear-gradient(to top, #BD8B3B 0%, #FDFDBD 100%);
  padding: 0;
}

.s-text .t-text-wrap {
  min-height: 426px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 40px;
  margin-top: 25px;
}

.s-text .t-text h2 {
  color: #613615;
  font-size: 46px;
  margin: 0 0 50px;
  font-weight: 400;
  line-height: 1;
}

.s-text .t-text p {
  color: #613615;
  margin-bottom: 35px;
}

.s-text .t-img img {
  position: relative;
}

.name-t {
  width: 140px;
  text-align: center;
  float: left;
  margin-left: 140px;
  font-weight: bold;
  color: #613615;
}

.s-slider {
  padding: 80px 0 150px;
}

.s-slider .slick-arrow {
  display: block;
  width: 24px;
  height: 41px;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  font-size: 0;
  border: none;
  z-index: 10;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}

.s-slider .slick-arrow:hover {
  -webkit-filter: contrast(10%);
  filter: contrast(10%);
}

.s-slider .slick-prev {
  background: url(../img/ar_l.png) no-repeat;
  left: 30px;
}

.s-slider .slick-next {
  background: url(../img/ar_r.png) no-repeat;
  right: 30px;
}

.s-slider .slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  bottom: 30px;
  line-height: 0;
  text-align: center;
  width: 100%;
}

.s-slider .slick-dots li {
  margin: 0 3px;
  line-height: 0;
  display: inline-block;
}

.s-slider .slick-dots li button {
  padding: 0;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 0;
  background: transparent;
}

.s-slider .slick-dots li.slick-active button {
  background: #fff;
}

.footer {
  padding: 0 0 20px;
}

.footer .f-cont {
  color: #fff;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -40px;
}

.footer .f-cont>div {
  margin: 0 20px 20px;
}

.footer .f-cont a {
  color: #fff;
  font-weight: 400;
}

.footer .f-cont img {
  float: right;
  margin: 0 0 0 10px;
}

.footer .f-cont p {
  margin: 0;
  display: inline-block;
}

.course-one-popup {
  background-color: #fff;
  max-width: 1100px;
  position: relative;
  margin: 0 auto;
}

.course-one-popup .f-popup-wrap {
  min-height: 480px;
  background: url(../img/bg-popup.jpg) no-repeat;
  background-size: auto auto;
  background-size: cover;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.course-one-popup .f-popup-wrap h3 {
  color: #464646;
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 40px;
}

.course-one-popup .f-popup-wrap input {
  font-size: 18px;
  font-weight: 300;
  border: 1px solid #E2E2E2;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 8px 20px;
  width: 100%;
  color: #727272;
  margin: 0 0 15px;
}

.course-one-popup .f-popup-wrap button {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #A53879;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#BD8B3B), to(#FDFDBD));
  background-image: -webkit-linear-gradient(bottom, #BD8B3B 0%, #FDFDBD 100%);
  background-image: linear-gradient(to top, #BD8B3B 0%, #FDFDBD 100%);
  color: #7D593E;
  font-size: 21px;
  font-weight: 700;
  border: none;
  padding: 7px 20px;
  width: 100%;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.course-one-popup .f-popup-wrap button:hover {
  opacity: 0.8;
}

.course-one-popup .t-popup-wrap {
  padding: 60px 20px;
}

.course-one-popup .t-popup {
  direction: rtl;
  text-align: right;
  margin: auto;
  max-width: 600px;
}

.course-one-popup .t-popup h2 {
  color: #181819;
  font-size: 36px;
  font-weight: 300;
  margin: 0 0 50px;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
  right: -60px;
  font-family: icon;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: -40px;
}

section.thanks .logo {
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  top: 15;
}

section.thanks {
  width: 100%;
  height: 100%;
}

section.thanks .container h1 {
  font-size: 68px;
  line-height: 1;
  color: #2e4d83;
  font-weight: 600;
  margin: 300px 0 40px;
  text-align: center;
}

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199px) {
  .m-header-flex .logo {
    max-width: 140px;
  }

  .m-header-flex {
    padding: 25px 0;
  }

  .mfp-close-btn-in .mfp-close {
    color: #000;
    right: 15px;
    border: 1px solid #000;
    top: 13px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  .m-header-flex .h-menu li {
    padding: 0 10px;
  }

  .m-header-flex .logo {
    right: 55%;
  }

  .course-one-popup {
    max-width: 600px;
    margin: 30px auto;
  }

  .course-one-popup .t-popup-wrap {
    padding: 60px 20px 40px;
  }

  .course-one-popup .t-popup h2 {
    font-size: 30px;
    margin: 0 0 30px;
  }

  .course-one-popup .f-popup-wrap {
    min-height: unset;
    height: unset !important;
    padding: 30px 20px 40px;
  }

  .course-one-popup .f-popup-wrap h3 {
    margin: 0 0 30px;
  }

  .course-one-popup .f-popup-wrap {
    width: 100%;
    display: block;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .logo {
    margin: 1vw 0px;
    position: absolute;
    top: 0;
    width: 8rem;
  }

  .advbox h3 {
    line-height: 14px;
    height: 30px;
    text-align: right;
    font-size: 14px;
    width: 80px;
  }

  .advbox ul li img {
    max-width: 34px;
    align-items: stretch;
  }

  body {
    margin: 0;
  }

  section.main {
    background: white;
    background-size: cover;
    height: auto;
    max-height: none;
  }

  .advbox h1 {
    padding-top: 0;
    position: absolute;
    top: 79px;
    font-size: 27px;
    background: #ffffffa3;
    color: #34b447;
    max-width: 300px;
    width: 100%;
  }

  .advbox ul li {
    list-style-type: none;
    padding: 0;
    flex-basis: 50%;
    width: 48%;
    margin: 0;
    background: #fffffff2;
    color: black;
    padding: 6px 1px;
    display: flex;
  }

  input,
  button,
  select,
  textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    height: auto;
    width: 100%;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    background-color: #FFFFFF;
    float: right;
    margin: 0px 0px 13px 0;
  }

  section.contact .container {
    padding: 2vw;
    flex-direction: column;

    .testmonials {
      margin: auto;
      width: 92%;
      padding-block: 3rem;
    }

    .test-container {
      position: relative;
      transform: unset;

    }
  }

  section.contact {
    max-height: none;
    height: auto;
    padding: 10vw 0px;
  }

  /* .contactid {
    margin-top: 40px;
} */

  section.testmonials {
    background: #444444;
    color: white;
    text-align: center;
    padding: 15px;
  }

  .testmonials {
    margin: auto;
    /* width: 92%; */
  }

  .test-container {
    position: relative;
    transform: unset;
  }

  .bf {
    position: relative;
    right: 0;
    top: -10px;
    max-width: 100%;
    text-align: center;
    background: #444945;
    color: #34b447;
    font-size: 19px;
    padding: 0px 0px;
    transform: rotate(0deg);
  }

  section.testmonials h1 {
    color: #34B44F;
    font-family: Heebo;
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 0.12px;
    line-height: 52px;
    text-align: center;
  }

  section.testmonials h2 {
    color: #34b447;
    font-family: Heebo;
    font-size: 16px;
    letter-spacing: 0.04px;
    line-height: 24px;
    text-align: center;
  }

  .sticky {
    display: block;
    position: fixed;
    width: 100%;
    font-size: 18px;
    text-align: center;
    color: white;
    bottom: 0;
    z-index: 999;
    padding: 5px;
    right: 0;
  }

  .slick-slide p {
    max-width: 620px;
    margin: auto;
  }

  p.moreinfo {
    position: fixed;
    right: 0;
    top: 30vh;
    width: 100%;
    z-index: 99999999;
    background: white;
  }

  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    padding-block: 1rem;
  }

  .mobileonly {
    display: block
  }

  .sticky .col-xs-4 {
    background: #444945;
    z-index: 99999;
    width: 45%;
    border: 2px solid #34b447;
    border-radius: 6px;
    box-shadow: 1px 1px #4444446b;
  }

  .m-header-flex .logo {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    max-width: 120px;
  }

  .m-header-flex {
    padding: 0;
  }

  section.thanks .container h1 {
    font-size: 40px;
    margin: 200px 0 40px;
  }

  .s-header .container .text-header h1 {
    font-size: 46px;
    margin: 0 0 30px;
  }

  .s-header .container .text-header p {
    font-size: 28px;
  }

  .s-header .container .text-header a {
    font-size: 20px;
  }

  .s-header {
    height: 480px;
  }

  .form-main {
    padding: 20px 15px 30px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0 -15px;
    -webkit-border-radius: 0;
    border-radius: 0;
  }

  .form-main h3 {
    margin: 0px 0 20px;
    font-size: 20px;
  }

  .form-main .f-main {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form-main .f-main .form-input-wrap {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0;
  }

  .form-main .f-main .form-btn-wrap {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0;
  }

  .s-course {
    margin-top: 30px;
    padding: 0 0 50px;
  }

  .s-course h2 {
    font-size: 36px;
    line-height: 1.2;
  }

  .s-course .row>div {
    float: unset;
    padding: 0 16px;
  }

  .s-text .t-text-wrap {
    margin-right: 0;
  }

  .s-slider {
    padding: 50px 0 50px;
  }

  .s-slider .container {
    padding: 0;
  }

  .s-slider .slick-arrow {
    display: none !important;
  }

  .s-slider .slick-dots {
    bottom: 20px;
  }

  .footer .f-cont {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 479px) {
  /**/
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /**/
}

/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /**/
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /**/
}