/**
 * Created by Sushant Gauchan
 * Email : sushant.gauchan@gmail.com
*/
/*-------------------------------------- Fonts Starts -------------------------------------*/
/*--------------------------------------- Fonts Ends --------------------------------------*/
/*------------------------------------- Colors Starts -------------------------------------*/
/*-------------------------------------- Colors Ends --------------------------------------*/
/*-------------------------------------- Mixins Starts ------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
.ex-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.ex-flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }

.ex-vertical {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.ex-transition {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease; }

.ex-transition-medium {
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease; }

.ex-transition-large {
  -webkit-transition: all 1.8s ease;
  -moz-transition: all 1.8s ease;
  -ms-transition: all 1.8s ease;
  -o-transition: all 1.8s ease;
  transition: all 1.8s ease; }

/*--------------------------------------- Mixins Ends -------------------------------------*/
@font-face {
  font-family: roxborough;
  src: url("../fonts/roxborough.woff2") format("woff2"), url("../fonts/roxborough.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
html {
  height: 100%; }

body {
  height: 100%;
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8em;
  color: #666666;
  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: #757774;
  background-color: #e8e0cf; }

::selection {
  color: #757774;
  background-color: #e8e0cf; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans 3", sans-serif !important;
  padding: 0;
  margin: 0;
  color: #000;
  line-height: 1.4; }

.h1-font h1, .h1-font {
  font-size: 100px; }

h1 {
  font-size: 50px; }

h2 {
  font-size: 42px; }

h3 {
  font-size: 46px; }

h4 {
  font-size: 28px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

strong {
  color: #000 !important; }

.primary-color {
  color: #238E53; }

.text-white {
  color: #fff; }

.black-text {
  color: #000; }

p {
  margin-bottom: 18px; }
  p:last-of-type {
    margin-bottom: 0; }

ul {
  margin: 0;
  padding: 0;
  line-height: 1; }
  ul li {
    list-style: none;
    line-height: 1; }

#wrapper {
  min-height: 100%;
  position: relative; }

.slick-slider .slick-slide {
  outline: none; }

.custom-container {
  padding: 120px 250px;
  max-width: 1920px;
  margin: auto; }
  .custom-container.type-small-side-padding {
    padding-left: 200px;
    padding-right: 200px; }
  .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-top-bottom-padding {
    padding-top: 0;
    padding-bottom: 0; }

.section-title {
  margin-bottom: 60px; }
  .section-title .content {
    display: inline-block;
    max-width: 610px;
    margin-top: 30px; }
  .section-title.align-center {
    text-align: center; }
  .section-title.margin-remove {
    margin-bottom: 0; }
  .section-title.color-invert {
    color: #fff; }

.co-btn {
  z-index: 0;
  min-width: 140px;
  display: inline-block;
  position: relative;
  width: auto;
  outline: none;
  border-radius: 5px;
  padding: 20px 32px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1em;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #238E53;
  background-color: #238E53;
  overflow: hidden;
  vertical-align: top;
  transition: all .4s ease; }
  .co-btn:hover, .co-btn:focus, .co-btn:active {
    color: #fff;
    background-color: #05312d;
    border-color: #05312d;
    transition: all .4s ease; }
  .co-btn.type-text {
    padding: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 0;
    background-color: transparent;
    color: #000;
    transition: all .4s ease; }
    .co-btn.type-text ul {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      .co-btn.type-text ul li {
        display: flex;
        position: relative;
        transition: all .4s ease; }
        .co-btn.type-text ul li:nth-of-type(1) {
          white-space: nowrap;
          margin-right: 10px;
          transition: all .4s ease; }
        .co-btn.type-text ul li:nth-of-type(2) {
          width: 40px; }
        .co-btn.type-text ul li img {
          width: 100%;
          height: auto;
          transition: all .4s ease; }
          .co-btn.type-text ul li img:nth-of-type(1) {
            opacity: 1; }
          .co-btn.type-text ul li img:nth-of-type(2) {
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            opacity: 0; }
    .co-btn.type-text:hover {
      color: #238E53;
      transition: all .4s ease; }
      .co-btn.type-text:hover ul li img {
        transition: all .4s ease; }
        .co-btn.type-text:hover ul li img:nth-of-type(1) {
          opacity: 0; }
        .co-btn.type-text:hover ul li img:nth-of-type(2) {
          opacity: 1; }
      .co-btn.type-text:hover ul li:nth-of-type(1) {
        margin-right: 16px;
        transition: all .4s ease; }
  .co-btn.type-border {
    background-color: transparent;
    color: #238E53;
    border: 1px solid #238E53; }
    .co-btn.type-border:hover {
      background-color: #238E53;
      color: #fff;
      transition: all .4s ease; }
  .co-btn.color-invert {
    color: #238E53;
    background-color: #fff; }
    .co-btn.color-invert.type-text {
      background-color: transparent;
      color: #fff; }
      .co-btn.color-invert.type-text ul li img {
        filter: invert(1); }
      .co-btn.color-invert.type-text:hover ul li img:nth-of-type(1) {
        opacity: 1; }
      .co-btn.color-invert.type-text:hover ul li img:nth-of-type(2) {
        opacity: 0; }
    .co-btn.color-invert.type-border {
      background-color: transparent;
      border-color: #fff;
      color: #fff;
      transition: all .4s ease; }
      .co-btn.color-invert.type-border:hover {
        background-color: #fff;
        color: #238E53;
        transition: all .4s ease; }
  .co-btn.width-full {
    width: 100%; }

/*# sourceMappingURL=global.css.map */
