/*-------------------------------------- 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 -------------------------------------*/
html {
  height: 100%;
}

body {
  height: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #8b8b8b;
  line-height: 1.8;
  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;
  font-family: "Poppins", sans-serif;
  color: #1d1d1d;
  font-weight: 600;
  line-height: 1.5;
}

h1 {
  font-size: 90px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 30px;
}

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

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

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

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

.custom-container {
  padding: 80px 100px;
  max-width: 1920px;
  margin: auto;
}
.custom-container.full-width {
  padding-left: 0;
  padding-right: 0;
}
.custom-container.small-width-container {
  max-width: 1200px;
}
.custom-container.remove-top-bottom-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

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

.co-btn {
  display: inline-block;
  width: auto;
  outline: none;
  border: 0;
  padding: 15px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background-color: #183860;
  letter-spacing: 1.5px;
}
.co-btn:hover, .co-btn:focus, .co-btn:active {
  color: #fff;
}/*# sourceMappingURL=global.css.map */