/*-------------------------------------- Fonts Starts -------------------------------------*/
/*--------------------------------------- Fonts Ends --------------------------------------*/
/*------------------------------------- Colors Starts -------------------------------------*/
/*-------------------------------------- Colors Ends --------------------------------------*/
/*-------------------------------------- Mixins Starts ------------------------------------*/
.ex-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.ex-flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

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

.ex-transition {
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

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

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

/*--------------------------------------- Mixins Ends -------------------------------------*/
html {
  height: 100%;
  font-size: 62.5% !important;
}

.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

body {
  height: 100%;
  background-color: #F7F7F7;
  font-weight: 300;
  color: black;
  line-height: inherit;
  font-family: "Poppins", sans-serif;
  display: block;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins" !important;
}

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

a:focus {
  outline: none;
}

p {
  margin-bottom: 1.8rem;
  line-height: 2;
  font-size: 1.6rem;
  font-family: "Poppins";
}

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

ul {
  padding: 0;
  margin: 0;
  padding-left: 0;
}

ul li {
  list-style: none;
}

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

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

.section-title {
  margin: 1.5rem 0;
}

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

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

.custom-container {
  padding: 6rem;
  margin: auto;
  position: relative;
}

.custom-container .small-width-container {
  padding: 80px 100px;
  max-width: 1600px;
}

.custom-container .small-medium-container {
  padding: 80px 100px;
  max-width: 1400px;
}

.custom-container.remove-top-padding {
  padding-top: 0;
}

.custom-container.no-top-bottom-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.custom-container.small-padding {
  padding: 30px 0;
}

.custom-container.added-top-padding {
  padding-top: 250px;
}
/*# sourceMappingURL=global.css.map */