/*-------------------------------------- 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%;
}

body {
  height: 100%;
  font-family: "Nunito", sans-serif !important;
  font-size: 20px !important;
  font-weight: 400;
  line-height: 1.8em;
  color: #202020;
  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;
}

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: black;
}

::selection {
  color: #fff;
  background: black;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Work Sans", sans-serif;
  padding: 0;
  margin: 0;
  color: #000;
  font-weight: 400 !important;
}

h1 {
  font-size: 90px;
}

h2 {
  font-size: 60px;
}

h3 {
  font-size: 45px;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 14px;
}

p {
  margin-bottom: 18px;
}

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

ul {
  margin: 0;
  padding: 0;
  display: block;
  -webkit-margin-before: 0px !important;
          margin-block-start: 0px !important;
  -webkit-margin-after: 0px !important;
          margin-block-end: 0px !important;
  -webkit-margin-start: 0px !important;
          margin-inline-start: 0px !important;
  -webkit-margin-end: 0px !important;
          margin-inline-end: 0px !important;
  -webkit-padding-start: 0px !important;
          padding-inline-start: 0px !important;
}

ul li {
  list-style: none;
}

input:focus, input:active, input:hover,
button:focus,
button:active,
button:hover,
textarea:focus,
textarea:active,
textarea:hover {
  outline: none;
}

input,
select,
textarea {
  outline: none;
}

input:hover, input:focus, input:active,
select:hover,
select:focus,
select:active,
textarea:hover,
textarea:focus,
textarea:active {
  outline: 0;
}

.custom-container {
  padding: 120px 300px;
  max-width: 1920px;
  margin: auto;
}

.custom-container.small-width-container {
  max-width: 1200px;
}

.custom-container.full-width {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

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

@media all and (min-width: 300px) and (max-width: 1199px) {
  .custom-container {
    padding: 120px 40px;
    max-width: 1920px;
    margin: auto;
  }
  .custom-container.small-width-container {
    max-width: 1200px;
  }
  .custom-container.full-width {
    padding-left: 0;
    padding-right: 0;
  }
  .custom-container.remove-top-padding {
    padding-top: 0;
  }
  .custom-container.remove-bottom-padding {
    padding-bottom: 0;
  }
  .custom-container.remove-right-padding {
    padding-right: 0;
  }
  .custom-container.remove-top-bottom-padding {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media all and (min-width: 1200px) and (max-width: 1499px) {
  .custom-container {
    padding: 120px 120px;
    max-width: 1920px;
    margin: auto;
  }
  .custom-container.small-width-container {
    max-width: 1200px;
  }
  .custom-container.full-width {
    padding-left: 0;
    padding-right: 0;
  }
  .custom-container.remove-top-padding {
    padding-top: 0;
  }
  .custom-container.remove-bottom-padding {
    padding-bottom: 0;
  }
  .custom-container.remove-right-padding {
    padding-right: 0;
  }
  .custom-container.remove-top-bottom-padding {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-title {
    margin-bottom: 60px;
  }
  .section-title.has-width {
    max-width: 700px;
    margin: auto;
  }
  .section-title.align-center {
    text-align: center;
  }
  .section-title h2 {
    margin-bottom: 50px;
  }
  .section-title h2.no-bottom-margin {
    margin-bottom: 0;
  }
  .section-title h3 {
    margin-bottom: 50px;
  }
  .section-title h3 span {
    color: #5CAD2F;
  }
  .section-title h3 span.type-block {
    display: block;
  }
  .section-title h4 {
    margin-bottom: 40px;
  }
  .section-title h5 {
    font-style: italic;
    background: #5cad2f;
    color: #fff;
    padding: 10px;
    margin-bottom: 40px;
    display: inline-block;
  }
  .section-title.no-bottom-margin {
    margin-bottom: 0px;
  }
  .section-title.white-font-color h3,
  .section-title.white-font-color p {
    color: #fff;
  }
  .section-title .content {
    margin-bottom: 20px;
  }
  .section-title .content h4 {
    margin-bottom: 10px;
  }
  .section-title .content p {
    margin-bottom: 20px;
    opacity: 0.8;
  }
}

.section-title {
  margin-bottom: 60px;
}

.section-title.has-width {
  max-width: 700px;
  margin: auto;
}

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

.section-title h2 {
  margin-bottom: 50px;
}

.section-title h2.no-bottom-margin {
  margin-bottom: 0;
}

.section-title h3 {
  margin-bottom: 50px;
}

.section-title h3 span {
  color: #5CAD2F;
}

.section-title h3 span.type-block {
  display: block;
}

.section-title h4 {
  margin-bottom: 40px;
}

.section-title h5 {
  font-style: italic;
  background: #5cad2f;
  color: #fff;
  padding: 10px;
  margin-bottom: 40px;
  display: inline-block;
}

.section-title.no-bottom-margin {
  margin-bottom: 0px;
}

.section-title.white-font-color h3,
.section-title.white-font-color p {
  color: #fff;
}

.section-title .content {
  margin-bottom: 20px;
}

.section-title .content h4 {
  margin-bottom: 10px;
}

.section-title .content p {
  margin-bottom: 20px;
  opacity: 0.8;
}

.co-btn {
  min-width: 140px;
  display: inline-block;
  width: auto;
  outline: none;
  border: 0;
  border-radius: 6px;
  padding: 15px;
  text-align: center;
  font-size: 16px;
  line-height: 1em;
  text-transform: uppercase;
  color: #fff;
  background-color: #1e89bf;
}

.co-btn:hover, .co-btn:focus, .co-btn:active {
  color: #fff;
}

@media all and (min-width: 300px) and (max-width: 1199px) {
  body {
    font-size: 16px !important;
  }
}
/*# sourceMappingURL=global.css.map */