/*  Variables  */
/* Typography */
body {
  font-size: 16px;
  background-color: #FFFDF6;
   }

p {
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 1.2em; }

.small-text p, .small-text span {
  font-size: 14px;
  font-family: "GothamProRegular", sans-serif;
  color: #010101;
  line-height: 1.4; }

.img-text {
	margin: 7px;
}

ul {line-height: 20px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "GothamProRegular", sans-serif;
  color: #010101;
  line-height: 1.2;
  margin: 0; }

h1 {
  font-size: 40px; }
  @media (max-width: 768px) {
    h1 {
      font-size: 36px; }
      h1.section-title {
        font-size: 36px; } }
  @media (max-width: 530px) {
    h1 {
      font-size: 28px; }
      h1.section-title {
        font-size: 28px; } }
  @media (max-width: 414px) {
    h1 {
      font-size: 24px; }
      h1.section-title {
        font-size: 24px; } }

h2 {
  font-size: 36px; }
  @media (max-width: 768px) {
    h2 {
      font-size: 30px; }
      h2.section-title {
        font-size: 36px; } }
  @media (max-width: 530px) {
    h2 {
      font-size: 20px; }
      h2.section-title {
        font-size: 24px; } }
  @media (max-width: 414px) {
    h2 {
      font-size: 20px; }
      h2.section-title {
        font-size: 20px; } }

h3 {
  font-size: 30px; }
	 @media (max-width: 768px) {
    h3 {
      font-size: 24px; }
      h3.section-title {
        font-size: 24px; } }
  @media (max-width: 530px) {
    h3 {
      font-size: 18px; }
      h3.section-title {
        font-size: 24px; } }
  @media (max-width: 414px) {
    h3 {
      font-size: 18px; }
      h3.section-title {
        font-size: 18px; } }

h4 {
  font-size: 24px; }
		 @media (max-width: 768px) {
    h4 {
      font-size: 20px; }
      h4.section-title {
        font-size: 20px; } }
  @media (max-width: 530px) {
    h4 {
      font-size: 17px; }
      h4.section-title {
        font-size: 17px; } }
  @media (max-width: 414px) {
    h4 {
      font-size: 17px; }
      h4.section-title {
        font-size: 17px; } }

h5 {
  font-size: 22px; }
	 @media (max-width: 768px) {
    h5 {
      font-size: 20px; }
      h5.section-title {
        font-size: 20px; } }
  @media (max-width: 530px) {
    h5 {
      font-size: 17px; }
      h5.section-title {
        font-size: 17px; } }
  @media (max-width: 414px) {
    h5 {
      font-size: 17px; }
      h5.section-title {
        font-size: 17px; } }

h6 {
  font-size: 20px; }
	 @media (max-width: 768px) {
    h6 {
      font-size: 20px; }
      h6.section-title {
        font-size: 20px; } }
  @media (max-width: 530px) {
    h6 {
      font-size: 17px; }
      h6.section-title {
        font-size: 17px; } }
  @media (max-width: 414px) {
    h6 {
      font-size: 17px; }
      h6.section-title {
        font-size: 17px; } }

.btn {
  height: 45px;
  line-height: 45px;
  padding: 0 60px;
  background-color: #B8F3F1;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  color: #010101;
  transition: 0.5s all ease; }
  .btn:hover {
    color: #010101;
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.088);
    background-color: #B8F3F1;
    transform: scale(1.05); }

/* Grid */
.container, .small-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto; }

@media (min-width: 0px) {
  .container {
    max-width: 100%;
    width: 260px; } }

@media (min-width: 375px) {
  .container {
    max-width: 100%;
    width: 315px; } }

@media (min-width: 414px) {
  .container {
    max-width: 100%;
    width: 354px; } }

@media (max-width: 530px) {
  .container {
    padding: 0; } }

@media (min-width: 530px) {
  .container {
    max-width: 100%;
    width: 470px; } }

@media (min-width: 768px) {
  .container {
    max-width: 100%;
    width: 532px; }
  .small-container {
    width: 532px;
    max-width: 100%; } }

@media (min-width: 992px) {
  .container {
    width: 940px;
    max-width: 100%; }
  .small-container {
    width: 940px;
    max-width: 100%; } }

@media (min-width: 1200px) {
  .container {
    width: 1090px;
    max-width: 100%; }
  .small-container {
    width: 1045px;
    max-width: 100%; } }

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

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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, .col-sm,
.col-sm-auto, .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, .col-md,
.col-md-auto, .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, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

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

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

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

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

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

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

.hidden-xs-up {
  display: none !important; }

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

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }

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

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

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

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

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

.hidden-xl-down {
  display: none !important; }

/*** Navigation styles  ***/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 75px;
  width: 100%;
  background-color: #CC0000;
  display: flex;
  justify-content: space-between;
  transition: all 0.5s ease;
  opacity: 1;
  z-index: 1000; }
  .header.upscroll {
    transform: translateY(0%);
    opacity: 1;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s; }
  .header.downscroll {
    transform: translateY(-100%);
    opacity: 0; }
  .header .logo-wrapper {
    display: block;
    padding-left: 60px;
    height: 100%; }
    .header .logo-wrapper .logo {
      height: 100%;
      display: flex;
      align-items: center; }
      .header .logo-wrapper .logo a {
        text-decoration: none;
        color: #fff;
        font-size: 18px;
        font-family: "GothamProMedium", sans-serif;
        text-transform: uppercase;
        line-height: 1.5; }
  .header .menu-actions {
    display: flex;
    align-items: center;
    height: 100%; }
    .header .menu-actions .menu-toggle-wrapper {
      padding-right: 30px; }
      .header .menu-actions .menu-toggle-wrapper .menu-toggle {
        cursor: pointer;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background-color: #fff;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        border: none; }
        .header .menu-actions .menu-toggle-wrapper .menu-toggle img {
          width: 16px;
          object-fit: contain;
          display: block; }
    .header .menu-actions .search-form-wrapper {
      height: 100%;
      width: 100%;
      background-color: #98C7FC;
      padding-right: 60px;
      padding-left: 30px;
      display: flex;
      align-items: center; }
      .header .menu-actions .search-form-wrapper .search-form {
        display: flex;
        align-items: center; }
        .header .menu-actions .search-form-wrapper .search-form button {
          cursor: pointer;
          width: 35px;
          height: 35px;
          border-radius: 50%;
          background-color: #fff;
          text-align: center;
          display: flex;
          justify-content: center;
          align-items: center;
          border: none; }
          .header .menu-actions .search-form-wrapper .search-form button img {
            width: 16px;
            object-fit: contain;
            display: block; }
        .header .menu-actions .search-form-wrapper .search-form input {
          margin-left: 18px;
          background-color: transparent;
          border: none;
          outline: none;
          font-size: 14px;
          font-family: "GothamProBold", sans-serif;
          color: #fff;
          font-weight: bold;
          text-transform: uppercase;
          line-height: 1.5; }
          .header .menu-actions .search-form-wrapper .search-form input:-webkit-autofill, .header .menu-actions .search-form-wrapper .search-form input:-webkit-autofill:hover, .header .menu-actions .search-form-wrapper .search-form input:-webkit-autofill:focus, .header .menu-actions .search-form-wrapper .search-form input:-webkit-autofill:active {
            font-size: 14px;
            font-family: "GothamProBold", sans-serif;
            color: #fff;
            font-weight: bold;
            text-transform: uppercase;
            -webkit-box-shadow: inset 0 0 0 50px #98C7FC !important; }
          .header .menu-actions .search-form-wrapper .search-form input::-webkit-input-placeholder {
            font-size: 14px;
            font-family: "GothamProBold", sans-serif;
            color: #fff;
            font-weight: bold;
            text-transform: uppercase; }
          .header .menu-actions .search-form-wrapper .search-form input::-moz-placeholder {
            font-size: 14px;
            font-family: "GothamProBold", sans-serif;
            color: #fff;
            font-weight: bold;
            text-transform: uppercase; }
          .header .menu-actions .search-form-wrapper .search-form input:-ms-input-placeholder {
            font-size: 14px;
            font-family: "GothamProBold", sans-serif;
            color: #fff;
            font-weight: bold;
            text-transform: uppercase; }
          .header .menu-actions .search-form-wrapper .search-form input:-moz-placeholder {
            font-size: 14px;
            font-family: "GothamProBold", sans-serif;
            color: #fff;
            font-weight: bold;
            text-transform: uppercase; }
      .header .menu-actions .search-form-wrapper .search-icon {
        display: none; }
  @media (max-width: 768px) {
    .header {
      --width: 100%; }
      .header .logo-wrapper {
        width: calc(var(--width) - 65px); }
      .header .menu-actions {
        width: calc(var(--width) + 65px); } }
  @media (max-width: 660px) {
    .header .logo-wrapper {
      width: 40%;
      padding-left: 24px; }
      .header .logo-wrapper .logo a {
        font-size: 16px; }
    .header .menu-actions {
      width: 60%; }
      .header .menu-actions .menu-toggle-wrapper {
        padding-right: 24px; }
      .header .menu-actions .search-form-wrapper {
        padding-left: 24px;
        padding-right: 24px; } }
  @media (max-width: 414px) {
    .header .menu-actions {
      padding-right: 24px;
      display: flex;
      justify-content: flex-end; }
      .header .menu-actions .menu-toggle-wrapper {
        padding-right: 10px; }
      .header .menu-actions .search-form-wrapper {
        background-color: #ADD4FF;
        padding: 0;
        width: auto; }
        .header .menu-actions .search-form-wrapper .search-form {
          display: none;
          padding: 0; }
        .header .menu-actions .search-form-wrapper .search-icon {
          cursor: pointer;
          width: 35px;
          height: 35px;
          border-radius: 50%;
          background-color: #fff;
          text-align: center;
          display: flex;
          justify-content: center;
          align-items: center;
          border: none; }
          .header .menu-actions .search-form-wrapper .search-icon img {
            width: 16px;
            object-fit: contain;
            display: block; } }

.search-popup {
  padding: 45px 25px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  width: 100%;
  min-height: 300px;
  box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.15);
  transition: 0.35s all ease-in-out;
  transform: translateY(-110%);
  z-index: 1200; }
  .search-popup.active {
    transform: translateY(0px); }
  .search-popup .flex-center {
    display: flex;
    justify-content: center;
    align-items: center; }
  .search-popup .close {
    margin: 0 auto;
    cursor: pointer; }
    .search-popup .close img {
      object-fit: contain;
      width: 40px;
      height: auto;
      display: block; }
  .search-popup .search-form {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
    border-bottom: 1px solid #000; }
    .search-popup .search-form button {
      cursor: pointer;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background-color: #fff;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      border: none; }
      .search-popup .search-form button img {
        width: 20px;
        object-fit: contain;
        display: block; }
    .search-popup .search-form input {
      background-color: transparent;
      border: none;
      outline: none;
      font-size: 18px;
      font-family: "GothamProBold", sans-serif;
      color: #000;
      font-weight: bold;
      text-transform: uppercase;
      line-height: 2; }
      .search-popup .search-form input:-webkit-autofill, .search-popup .search-form input:-webkit-autofill:hover, .search-popup .search-form input:-webkit-autofill:focus, .search-popup .search-form input:-webkit-autofill:active {
        font-family: "GothamProBold", sans-serif;
        color: #000;
        font-weight: bold;
        text-transform: uppercase;
        -webkit-box-shadow: inset 0 0 0 50px #98C7FC !important; }
      .search-popup .search-form input::-webkit-input-placeholder {
        font-family: "GothamProBold", sans-serif;
        color: #000;
        font-weight: bold;
        text-transform: uppercase; }
      .search-popup .search-form input::-moz-placeholder {
        font-family: "GothamProBold", sans-serif;
        color: #000;
        font-weight: bold;
        text-transform: uppercase; }
      .search-popup .search-form input:-ms-input-placeholder {
        font-family: "GothamProBold", sans-serif;
        color: #000;
        font-weight: bold;
        text-transform: uppercase; }
      .search-popup .search-form input:-moz-placeholder {
        font-family: "GothamProBold", sans-serif;
        color: #000;
        font-weight: bold;
        text-transform: uppercase; }

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  width: 100%;
  min-height: 100vh;
  height: auto;
  z-index: 1200;
  box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.15);
  transition: 0.35s all ease-in-out;
  transform: translateY(-110%); }
  .nav .nav-scroller {
    padding: 45px 25px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: auto;
    max-height: 100vh;
    padding-bottom: 150px; }
  .nav.active {
    transform: translateY(0px); }
  @media (max-width: 768px) {
    .nav {
      transform: translateY(0px) translateX(-100%); }
      .nav.active {
        position: fixed;
        transform: translateY(0px) translateX(0); } }
  .nav .flex-center {
    display: flex;
    justify-content: center;
    align-items: center; }
  .nav .close {
    margin: 0 auto;
    cursor: pointer; }
    .nav .close img {
      object-fit: contain;
      width: 40px;
      height: auto;
      display: block; }
  .nav .nav-content {
    margin-top: 70px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto; }
    .nav .nav-content .menu-links-wrap {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 50px; }
      @media (max-width: 700px) {
        .nav .nav-content .menu-links-wrap {
          grid-template-columns: 1fr; } }
    .nav .nav-content .cat-item .cat-link {
      display: block;
      text-align: center;
      font-size: 24px;
      color: #fff;
      text-transform: uppercase;
      line-height: 46px;
      height: 46px;
      text-decoration: none;
      background-color: #CC0000;
      transition: 0.15s all; }
      .nav .nav-content .cat-item .cat-link:hover, .nav .nav-content .cat-item .cat-link:active, .nav .nav-content .cat-item .cat-link:focus {
        color: #000;
        background-color: #DFFEFD; }
    .nav .nav-content .cat-item .sub-cat-items {
      padding: 20px 0;
      list-style-type: none; }
      .nav .nav-content .cat-item .sub-cat-items li {
        text-align: center;
        display: block;
        margin: 6px 0; }
        .nav .nav-content .cat-item .sub-cat-items li a {
          text-align: center;
          font-family: "GothamProMedium", sans-serif;
          font-size: 14px;
          color: #010101;
          line-height: 1.6;
          text-decoration: none; }

/*** Elements styles  ***/
/* First Section */
.hero-header-section {
  padding: 75px 0;
  background-color: #DFFEFD; }
  .hero-header-section h1 {
    margin-bottom: 20px; }
  .hero-header-section .col-right {
    display: flex;
    justify-content: flex-end; }
  @media (max-width: 1199px) {
    .hero-header-section .col-lg-8 {
      width: 100%;
      max-width: 100%;
      min-width: 100%; }
    .hero-header-section .col-left {
      width: 100%;
      max-width: 100%;
      display: block; }
    .hero-header-section .col-right {
      width: 100%;
      max-width: 100%;
      display: block; } }
  @media (max-width: 768px) {
    .hero-header-section .col-left {
      display: none; }
    .hero-header-section .col-right {
      justify-content: flex-start;
      margin-top: 5px; } }
  @media (max-width: 530px) {
    .hero-header-section {
      padding: 45px 0; } }
  @media (max-width: 414px) {
    .hero-header-section {
      text-align: center; }
      .hero-header-section .col-right {
        justify-content: center; } }

/* Popular Articles */
.popular-articles {
  padding: 75px 0; }
  .popular-articles .heading-flex {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .popular-articles .heading-flex .slider-arrows {
      display: flex;
      align-items: center; }
      .popular-articles .heading-flex .slider-arrows .arrow {
        margin: 0 7.5px;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        cursor: pointer;
        background-color: #BAF3F1;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.3s all ease; }
        .popular-articles .heading-flex .slider-arrows .arrow svg {
          width: 10px;
          transition: 0.1s all ease; }
          .popular-articles .heading-flex .slider-arrows .arrow svg path {
            transition: 0.1s all ease; }
        .popular-articles .heading-flex .slider-arrows .arrow:hover, .popular-articles .heading-flex .slider-arrows .arrow:active, .popular-articles .heading-flex .slider-arrows .arrow:focus {
          background-color: #98C7FC;
          box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.18); }
          .popular-articles .heading-flex .slider-arrows .arrow:hover svg, .popular-articles .heading-flex .slider-arrows .arrow:hover path, .popular-articles .heading-flex .slider-arrows .arrow:active svg, .popular-articles .heading-flex .slider-arrows .arrow:active path, .popular-articles .heading-flex .slider-arrows .arrow:focus svg, .popular-articles .heading-flex .slider-arrows .arrow:focus path {
            fill: #fff; }
      .popular-articles .heading-flex .slider-arrows .prev svg {
        transform: rotate(-90deg) translateY(-1px) translateX(0.5px); }
      .popular-articles .heading-flex .slider-arrows .next svg {
        transform: rotate(90deg) translateY(-1px) translateX(-0.5px); }
  .popular-articles .swiper-container {
    margin-left: -25px; }
    .popular-articles .swiper-container .swiper-wrapper {
      padding-top: 56px;
      padding-bottom: 56px;
      padding-left: 25px;
      padding-right: 25px; }
      .popular-articles .swiper-container .swiper-wrapper .swiper-slide {
        width: 490px;
        height: 230px; }
        .popular-articles .swiper-container .swiper-wrapper .swiper-slide .post {
          height: 100%;
          display: block;
          box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.08);
          transition: 0.5s all ease; }
          .popular-articles .swiper-container .swiper-wrapper .swiper-slide .post .post-wrapper {
            height: 100%;
            display: flex;
            align-items: center; }
            .popular-articles .swiper-container .swiper-wrapper .swiper-slide .post .post-wrapper .thumbnail {
              height: 100%;
              width: 50%; }
              .popular-articles .swiper-container .swiper-wrapper .swiper-slide .post .post-wrapper .thumbnail img {
                width: 100%;
                height: 100%;
                display: block;
                object-fit: cover; }
            .popular-articles .swiper-container .swiper-wrapper .swiper-slide .post .post-wrapper .content {
              width: 50%;
              height: 100%;
              padding-left: 40px;
              padding-top: 30px;
              padding-bottom: 30px;
              padding-right: 30px;
              display: flex;
              flex-direction: column;
              align-items: flex-start;
              justify-content: space-between; }
              .popular-articles .swiper-container .swiper-wrapper .swiper-slide .post .post-wrapper .content .excerpt {
                text-decoration: none;
                font-size: 18px;
                font-family: "GothamProMedium", sans-serif;
                color: #000;
                line-height: 1.2; }
              .popular-articles .swiper-container .swiper-wrapper .swiper-slide .post .post-wrapper .content .category {
                font-size: 14px;
                font-family: "GothamProBold", sans-serif;
                color: #a6c6fa;
                font-weight: bold;
                text-transform: uppercase;
                line-height: 1.2;
                text-decoration: none; }
          .popular-articles .swiper-container .swiper-wrapper .swiper-slide .post.post-without-thumb .content {
            width: 100%;
            padding: 30px 35px; }
            .popular-articles .swiper-container .swiper-wrapper .swiper-slide .post.post-without-thumb .content .excerpt {
              font-size: 28px; }
          .popular-articles .swiper-container .swiper-wrapper .swiper-slide .post:hover {
            transform: translateY(-15px);
            box-shadow: 0px 0px 35px 12px rgba(0, 0, 0, 0.08); }
        @media (max-width: 530px) {
          .popular-articles .swiper-container .swiper-wrapper .swiper-slide {
            width: 380px;
            height: 180px; }
            .popular-articles .swiper-container .swiper-wrapper .swiper-slide .post .post-wrapper .content {
              padding: 25px;
              padding-left: 30px;
              padding-right: 25px; }
              .popular-articles .swiper-container .swiper-wrapper .swiper-slide .post .post-wrapper .content .excerpt {
                font-size: 13px; }
              .popular-articles .swiper-container .swiper-wrapper .swiper-slide .post .post-wrapper .content .category {
                font-size: 12px; }
            .popular-articles .swiper-container .swiper-wrapper .swiper-slide .post.post-without-thumb .content .excerpt {
              font-size: 20px; } }
  @media (max-width: 768px) {
    .popular-articles {
      padding: 65px 0; }
      .popular-articles .swiper-container .swiper-wrapper .swiper-slide .post:hover {
        box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.08);
        transform: none; } }
  @media (max-width: 767px) {
    .popular-articles .heading-flex .slider-arrows {
      display: none; }
    .popular-articles .swiper-container .swiper-wrapper {
      padding-top: 46px;
      padding-bottom: 46px; } }
  @media (max-width: 530px) {
    .popular-articles {
      padding: 40px 0; }
      .popular-articles .swiper-container .swiper-wrapper {
        padding: 30px 25px; } }
  @media (max-width: 414px) {
    .popular-articles .heading-flex {
      justify-content: center; } }

/* Articles List */
.articles-list {
  padding: 75px 0;
  background-color: #ADD4FF; }
  .articles-list .heading-flex h2 {
    margin-bottom: 76px; }
  .articles-list .button-wrapper-container .col-right {
    justify-content: flex-end;
    display: flex;
    align-items: center;
    padding-top: 40px; }
  @media (max-width: 767px) {
    .articles-list {
      padding: 35px 0; }
      .articles-list .heading-flex h2 {
        margin-bottom: 35px;
        text-align: center;
        display: block; }
      .articles-list .button-wrapper-container .col-right {
        justify-content: center;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 25px; } }

/* Posts Grid */
.posts-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .posts-grid .post {
    width: calc(100% / 4 - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    transition: 0.5s all ease;
    background-color: #fff; }
    .posts-grid .post .post-wrapper {
      display: block;
      height: 100%; }
      .posts-grid .post .post-wrapper .thumbnail {
        display: block;
        width: 100%;
        height: 230px; }
        .posts-grid .post .post-wrapper .thumbnail img {
          width: 100%;
          height: 100%;
          display: block;
          object-fit: cover; }
      .posts-grid .post .post-wrapper .content {
        width: 100%;
        height: calc(100% - 230px);
        padding: 30px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between; }
        .posts-grid .post .post-wrapper .content .excerpt {
          text-decoration: none;
          font-size: 18px;
          font-family: "GothamProMedium", sans-serif;
          color: #000;
          line-height: 1.2; }
        .posts-grid .post .post-wrapper .content .category {
          font-size: 14px;
          font-family: "GothamProBold", sans-serif;
          color: #a6c6fa;
          font-weight: bold;
          text-transform: uppercase;
          line-height: 1.2;
          text-decoration: none; }
    .posts-grid .post.post-without-thumb .post-wrapper .content {
      height: 100%; }
      .posts-grid .post.post-without-thumb .post-wrapper .content .excerpt {
        font-size: 24px; }
    .posts-grid .post:hover {
      transform: translateY(-15px);
      box-shadow: 0px 0px 35px 12px rgba(0, 0, 0, 0.08); }
  @media (max-width: 1199px) {
    .posts-grid .post {
      width: calc(100% / 3 - 30px); } }
  @media (max-width: 991px) {
    .posts-grid .post {
      width: calc(100% / 2 - 30px); } }
  @media (max-width: 767px) {
    .posts-grid .post {
      margin-bottom: 25px; }
      .posts-grid .post .post-wrapper .thumbnail {
        height: 200px; }
      .posts-grid .post .post-wrapper .content {
        height: calc(100% - 200px); }
        .posts-grid .post .post-wrapper .content .excerpt {
          font-size: 16px; }
        .posts-grid .post .post-wrapper .content .category {
          font-size: 12px; }
      .posts-grid .post.post-without-thumb .post-wrapper .content .excerpt {
        font-size: 22px;
        word-break: break-word; }
      .posts-grid .post:hover {
        transform: none; } }
  @media (max-width: 529px) {
    .posts-grid .post {
      width: 100%;
      max-width: 260px;
      margin-left: auto;
      margin-right: auto; }
      .posts-grid .post .post-wrapper .thumbnail {
        height: 230px; }
      .posts-grid .post .post-wrapper .content {
        height: calc(100% - 230px); } }

.theme-wrapper {
  padding-top: 75px;
  z-index: 20;
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  background-color: #fff; }

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10; }
  @media (max-width: 991px) {
    .footer {
      position: static; } }

/* Footer */
.footer {
  padding: 25px 0; }
  .footer .footer-flex {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .footer .footer-flex .copyright {
      padding: 10px 0;
      text-align: left;
      font-size: 12px;
      font-family: "GothamProRegular", sans-serif;
      color: #000;
      text-transform: uppercase;
      line-height: 1.2; }
    .footer .footer-flex .socials {
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center; }
      .footer .footer-flex .socials a {
        margin: 0 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background-color: #ADD4FF;
        text-align: center;
        line-height: 32px;
        color: #000;
        font-size: 15px;
        transition: 0.5s all ease; }
        .footer .footer-flex .socials a:hover {
          box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.18); }
    .footer .footer-flex .footer-links {
      text-align: right; }
      .footer .footer-flex .footer-links a {
        text-decoration: none;
        padding: 10px 0;
        text-align: left;
        font-size: 12px;
        font-family: "GothamProRegular", sans-serif;
        color: #000;
        text-transform: uppercase;
        line-height: 1.2;
        display: inline-block;
        margin-right: 40px; }
        .footer .footer-flex .footer-links a:last-child {
          margin-right: 0; }
    @media (max-width: 1199px) {
      .footer .footer-flex {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center; }
        .footer .footer-flex .copyright {
          width: 100%;
          text-align: center;
          max-width: 100%;
          order: 3; }
        .footer .footer-flex .socials {
          width: 100%;
          max-width: 100%;
          order: 2;
          margin: 20px 0; }
        .footer .footer-flex .footer-links {
          width: 100%;
          max-width: 100%;
          text-align: center;
          order: 1; }
          .footer .footer-flex .footer-links a {
            margin: 0 25px; } }
    @media (max-width: 530px) {
      .footer .footer-flex .footer-links a {
        margin: 0 10px; }
      .footer .footer-flex .copyright strong {
        text-align: center; } }

/* Post Single */
.post-single-header {
  display: block;
  width: 100%;
  height: 375px;
  position: relative; }
  .post-single-header .header-background {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute; }
    .post-single-header .header-background .left-part {
      position: absolute;
      content: "";
      display: block;
      left: 0;
      top: 0;
      background-color: #DFFEFD;
      width: 41%;
      height: calc(100% - 60px); }
      @media (max-width: 991px) {
        .post-single-header .header-background .left-part {
          height: 100%; } }
    .post-single-header .header-background .right-part {
      position: absolute;
      display: block;
      content: "";
      top: 0;
      right: 0;
      -webkit-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      width: 59%;
      height: 100%; }
  .post-single-header .post-single-heading {
    position: relative;
    z-index: 10;
    padding-top: 72px; }
    .post-single-header .post-single-heading h1 {
      padding: 7px 0;
      line-height: 1.4;
      display: inline;
      background-color: #fff; }
      .post-single-header .post-single-heading h1 span {
        padding: 0 12px; }
    @media (max-width: 991px) {
      .post-single-header .post-single-heading h1 {
        display: block;
        text-align: center; } }

.post-single-content {
  padding: 80px 0; }
  .post-single-content h1, .post-single-content h2, .post-single-content h3, .post-single-content h4, .post-single-content h5, .post-single-content h6 {
    margin: 0.3em 0; }
  .post-single-content p {
    margin: 1.2em 0; }
  .post-single-content strong, .post-single-content b {
    font-weight: bold;
    font-family: "GothamProBold", sans-serif;
    color: #000; }

body, html {
  overflow-x: hidden !important;
  max-width: 100vw;
  font-family: "GothamProRegular", sans-serif; }

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

.overflow-hidden {
  overflow: hidden !important; }

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