/*-------------------------------------- Fonts Starts -------------------------------------*/
/*--------------------------------------- Fonts Ends --------------------------------------*/
/*------------------------------------- Colors Starts -------------------------------------*/
/*-------------------------------------- Colors Ends --------------------------------------*/
/*-------------------------------------- Mixins Starts ------------------------------------*/
.ex-flex {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.ex-flex-wrap {
  flex-wrap: wrap;
  flex-flow: row wrap;
}

.ex-vertical {
  top: 50%;
  transform: translateY(-50%);
}

.ex-transition {
  transition: all 0.6s ease;
}

.ex-transition-medium {
  transition: all 1.2s ease;
}

.ex-transition-large {
  transition: all 1.8s ease;
}

/*--------------------------------------- Mixins Ends -------------------------------------*/
@font-face {
  font-family: plavea;
  src: url(../fonts/PlaveaShine.woff2) format("woff2"), url(../fonts/PlaveaShine.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: impressed;
  src: url(../fonts/impressed.woff2) format("woff2"), url(../fonts/impressed.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: lazy-sunday;
  src: url(../fonts/LazySunday-Regular.woff2) format("woff2"), url(../fonts/LazySunday-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  font-family: impressed;
  font-size: 16px;
  font-weight: 300;
  color: var(--text-color);
  background-color: var(--body-color);
  background-size: 100%;
  background-attachment: fixed;
  line-height: inherit;
  display: block;
  padding: 0px;
  margin: 0px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:link, a:visited {
  text-decoration: none;
}
a:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  color: #ff0100;
}

h1 {
  font-size: 48px;
  font-family: plavea;
}

h2 {
  font-size: 40px;
  font-family: impressed;
}

h3 {
  font-size: 25px;
  font-weight: 700;
  font-family: lazy-sunday;
}

h4 {
  font-size: 20px;
}

p {
  margin-bottom: 18px;
}
p:last-of-type {
  margin-bottom: 0;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

img{
    width: 100%;
    max-width: 100%;
}

#wrapper {
  min-height: 100%;
  position: relative;
}

.slick-slider .slick-slide {
  outline: none;
}

sup {
  font-size: 24px;
  text-transform: none;
}

.custom-container {
  padding: 160px 250px;
  max-width: 1400px;
  margin: auto;
}
.custom-container.full-width {
  padding-left: 0;
  padding-right: 0;
}
.custom-container.small-width-container {
  max-width: 1200px;
}
.custom-container.remove-top-padding {
  padding-top: 0px;
}
.custom-container.remove-top-bottom-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
.custom-container.small-width-container {
  max-width: 1600px;
}

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

.co-btn {
  border: none;
  background-color: #2278ab;
  padding: 10px 33px;
  color: #fff;
  letter-spacing: 1px;
  border: 2px solid #fff;
  text-transform: uppercase;
  font-size: 22px;
}
.co-btn img {
  width: 200px;
}
.co-btn:hover, .co-btn:focus, .co-btn:active {
  color: #a5a5a5;
}
.co-btn.type-1 {
  background-color: #bb1b20;
  border-radius: 20px;
}
.error{
    color: var(--second-color);
}
/*# sourceMappingURL=global.css.map */
