@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
/* This file contains all the variables that will be use throughout the site.*/
/*dark green*/
/*green*/
/*medium green*/
/*light green*/
/*purple*/
/*gray*/
/* This file contains all the mixins that will be use throughout the site.*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

a:hover {
  text-decoration: none;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* This file contains all the variables that will be use throughout the site.*/
/*dark green*/
/*green*/
/*medium green*/
/*light green*/
/*purple*/
/*gray*/
/* This file contains all the mixins that will be use throughout the site.*/
/* This file contains all styles of the buttons that will be use throughout the site.*/
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid rgba(255, 255, 255, 0.7);
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

.video-play-button:hover:after {
  background-color: #e5ead6;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.btn-style {
  font: 500 1.5rem "Roboto", sans-serif;
  background-color: #3e936f;
  padding: 1.1rem 3.125rem;
  color: #fff !important;
  border: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.btn-style:hover {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  background-color: #314f52;
}

/* This file contains all the variables that will be use throughout the site.*/
/*dark green*/
/*green*/
/*medium green*/
/*light green*/
/*purple*/
/*gray*/
/* This file contains all the mixins that will be use throughout the site.*/
/* This file contains all styles related to the header of the site. */
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

.header-mainpanel {
  position: relative;
  z-index: 2;
}

.container-fluid {
  padding: 0;
}

.pad-lr100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}
@media (max-width: 991px) {
  .pad-lr100 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

.pad-tb100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pad-b100 {
  padding-bottom: 100px;
}

.pad-r50 {
  padding-right: 50px !important;
}
@media (max-width: 991px) {
  .pad-r50 {
    padding-right: 30px !important;
  }
}

.pad-l50 {
  padding-left: 50px !important;
}
@media (max-width: 991px) {
  .pad-l50 {
    padding-left: 30px !important;
  }
}

.header-mainpanel {
  background-color: #314f52;
}

.navbar-brand {
  background-color: #314f52;
  padding: 20px;
  margin: 3.5rem 1rem -3.5rem -1rem;
  /*css edited 20210406*/
  /*css edited 20210406*/
  /*@include bp-xsmall{
  	width: 250px;
  }*/
}
@media only screen and (max-width: 1200px) {
  .navbar-brand {
    width: 300px;
    margin: 3.5rem 1rem 0rem -1rem;
    /*css edited 20210406*/
  }
}
@media (max-width: 991px) {
  .navbar-brand {
    margin: 0px;
    /*css edited 20210406*/
    background-color: transparent;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .navbar-brand img {
    height: 100px;
  }
}

.nav-link {
  padding: 2rem 1rem !important;
  margin: -0.5rem 0;
}
@media (max-width: 991px) {
  .nav-link {
    margin: 0px;
    padding: 1rem !important;
  }
}

nav.bg-dark {
  background-color: #2c474a !important;
  /*css edited 20210406*/
  height: 92px;
}
@media (max-width: 991px) {
  nav.bg-dark {
    height: auto;
  }
}

/*css edited 20210406*/
@media (max-width: 991px) {
  .navbar-nav {
    margin-top: 1rem;
  }
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
  font-weight: 500;
  font-size: 1.125rem;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  background-color: #200a1c;
  color: #96cb81;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  background-color: #200a1c;
  color: #96cb81;
}

@media (max-width: 991px) {
  .menu-right-items {
    margin-top: 1rem;
  }
}
.menu-right-items .btn {
  background-color: #96cb81;
  padding: 1rem 2rem !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  font-weight: 500;
  color: white;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.menu-right-items .btn:hover {
  background-color: #3e936f;
  color: white;
}
.menu-right-items a {
  color: white;
}
.menu-right-items a:hover {
  color: #96cb81;
}

/* This file contains all the variables that will be use throughout the site.*/
/*dark green*/
/*green*/
/*medium green*/
/*light green*/
/*purple*/
/*gray*/
/* This file contains all the mixins that will be use throughout the site.*/
/* This file contains all styles related to the banner of the site. */
.banner-wrap {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 900px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.banner-wrap.inner {
  min-height: 600px;
}
.banner-wrap.inner .bt-h1 {
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .banner-wrap {
    min-height: 600px;
  }
}

.banner-text {
  position: relative;
  z-index: 2;
  max-width: 620px;
  color: white;
  font-size: 1.25rem;
}
@media (max-width: 576px) {
  .banner-text {
    margin: 100px auto;
  }
}

.b-overlay {
  background-color: black;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.bt-h5 {
  font-size: 1.375rem;
  font-weight: 700;
  text-transform: uppercase;
}

.bt-h1 {
  font-size: 4rem;
  font-weight: 700;
}
@media (max-width: 576px) {
  .bt-h1 {
    font-size: 3rem;
  }
}

/* This file contains all the variables that will be use throughout the site.*/
/*dark green*/
/*green*/
/*medium green*/
/*light green*/
/*purple*/
/*gray*/
/* This file contains all the mixins that will be use throughout the site.*/
/* This file contains all styles of the forms that will be use throughout the site.*/
form textarea.form-control, form select.form-control, form input[type=email], form input[type=text] {
  height: 50px;
  font-size: 1rem;
  color: #200a1c;
  border: 1px solid #e5ead6;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
form select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
}
form textarea.form-control {
  height: auto;
}
form label {
  font-size: 1.125rem;
  color: #314f52;
  font-weight: 500;
}

/* This file contains all the variables that will be use throughout the site.*/
/*dark green*/
/*green*/
/*medium green*/
/*light green*/
/*purple*/
/*gray*/
/* This file contains all the mixins that will be use throughout the site.*/
/* This file contains all styles related to the footer of the site. */
.footer-mainpanel {
  background-color: #200a1c;
  color: white;
  position: relative;
  margin-top: 100px;
  font-size: 0.875rem;
  padding-top: 80px;
  /*css edited 20210406*/
  padding-bottom: 80px;
}
@media only screen and (max-width: 1200px) {
  .footer-mainpanel {
    text-align: center;
  }
}
.footer-mainpanel a {
  color: white;
}
.footer-mainpanel a:hover {
  color: #96cb81;
}

.logo-footer {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -60px;
  /*css edited 20210406*/
  text-align: center;
}
.logo-footer a {
  padding: 1.5rem;
  /*css edited 20210406*/
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #200a1c;
  display: inline-block;
}

.footer-links {
  list-style: none;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .footer-links {
    margin-top: 20px;
  }
}
.footer-links li {
  display: inline-block;
  margin: 1rem;
}

.sm-footer-links {
  list-style: none;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  text-align: right;
}
@media only screen and (max-width: 1200px) {
  .sm-footer-links {
    text-align: center;
  }
}
.sm-footer-links li {
  display: inline-block;
  margin: 1rem;
}

.footer-bottom {
  margin-top: 30px;
  padding-top: 40px;
  border-top: 1px solid #502448;
}
@media only screen and (max-width: 1200px) {
  .footer-bottom {
    text-align: center;
  }
}
.footer-bottom .col-lg-6:last-child {
  text-align: right;
}
@media only screen and (max-width: 1200px) {
  .footer-bottom .col-lg-6:last-child {
    text-align: center;
  }
}

/* This file contains all the variables that will be use throughout the site.*/
/*dark green*/
/*green*/
/*medium green*/
/*light green*/
/*purple*/
/*gray*/
/* This file contains all the mixins that will be use throughout the site.*/
/* This file contains all the styles that will be use in index page.*/
.title-1 {
  font-weight: 700;
  font-size: 5rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .title-1 {
    font-size: 4rem;
  }
}

.title-2 {
  font-weight: 700;
  font-size: 3.75rem;
  color: #200a1c;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .title-2 {
    font-size: 3rem;
  }
}

.title-3 {
  font-weight: 700;
  font-size: 1.875rem;
  margin-bottom: 1rem;
}

.isection1-mainpanel {
  color: #7a7a7a;
  line-height: 200%;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .isection1-mainpanel {
    font-size: 1.2rem;
  }
}

.ivideo-panel {
  position: relative;
  padding-left: 50px;
}
@media (max-width: 991px) {
  .ivideo-panel {
    margin-top: 50px;
    padding: 100px 0;
  }
}

.video-box {
  border: 10px solid white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  width: 80%;
  /*height: 700px;*/
  position: relative;
  z-index: 3;
  background-color: black;
  margin: -250px auto 0;
  /*@include bp-large{
  	height: 500px;
  }*/
}
.video-box img {
  width: 100%;
}
@media (max-width: 991px) {
  .video-box {
    margin: 0px auto;
  }
}
@media (max-width: 768px) {
  .video-box {
    width: 100%;
  }
}

.tree-01 {
  position: absolute;
  z-index: 2;
  right: -100px;
  top: 0;
  width: 80%;
}
.tree-01 img {
  width: 100%;
}
@media (max-width: 991px) {
  .tree-01 {
    right: -30px;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .tree-01 {
    width: 90%;
  }
}

.tree-02 {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -150px;
  width: 80%;
}
.tree-02 img {
  width: 100%;
}
@media (max-width: 991px) {
  .tree-02 {
    width: 50%;
    bottom: -10%;
  }
}
@media (max-width: 768px) {
  .tree-02 {
    width: 90%;
  }
}

.isection2-col1 {
  background-color: #200a1c;
  position: relative;
  padding: 100px !important;
  font-size: 1.5rem;
  line-height: 200%;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .isection2-col1 {
    padding: 100px 30px !important;
    font-size: 1.2rem;
  }
}
.isection2-col1 .content {
  color: white;
  position: relative;
  z-index: 2;
}
.isection2-col1 .bg-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

.isection2-col2 .item {
  min-height: 400px;
  padding: 100px 50px;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 1200px) {
  .isection2-col2 .item {
    padding: 100px 30px;
  }
}
.isection2-col2 .item:nth-child(1) {
  background-color: #314f52;
  color: white;
}
.isection2-col2 .item:nth-child(2) {
  background-color: #3e936f;
  color: white;
}
.isection2-col2 .item:nth-child(3) {
  background-color: #96cb81;
  color: #314f52;
}
.isection2-col2 .item:nth-child(4) {
  background-color: #e5ead6;
  color: #314f52;
}

.isection3-col1 {
  position: relative;
  padding: 100px !important;
  min-height: 500px;
}
@media (max-width: 991px) {
  .isection3-col1 {
    padding: 100px 30px !important;
  }
}
.isection3-col1 .bg-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center;
}

.isection3-col2 .item:first-child {
  padding: 100px 50px;
  background-color: #200a1c;
  position: relative;
  color: white;
  font-size: 1rem;
  line-height: 200%;
}
@media only screen and (max-width: 1200px) {
  .isection3-col2 .item:first-child {
    padding: 100px 30px;
  }
}
.isection3-col2 .item:first-child .quote-img {
  position: absolute;
  left: 0;
  top: 0;
}
.isection3-col2 .item:last-child img {
  width: 100%;
}

.isection3-col3 .item:first-child img {
  width: 100%;
}
.isection3-col3 .item:last-child {
  padding: 50px 50px;
  color: #7a7a7a;
  font-size: 1rem;
  line-height: 200%;
}
@media only screen and (max-width: 1200px) {
  .isection3-col3 .item:last-child {
    padding: 100px 30px;
  }
}
.isection3-col3 .item:last-child .title-3 {
  color: #200a1c;
}

.isection4-mainpanel {
  text-align: center;
}
.isection4-mainpanel ul {
  list-style: none;
}
.isection4-mainpanel ul li {
  font-size: 2.5rem;
  font-weight: 500;
  display: inline-block;
}
@media (max-width: 768px) {
  .isection4-mainpanel ul li {
    display: block;
  }
}
.isection4-mainpanel ul li:first-child {
  border-right: 1px solid #ccc;
  padding-right: 20px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .isection4-mainpanel ul li:first-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
}
.isection4-mainpanel ul li a {
  color: #314f52;
}

/* This file contains all the variables that will be use throughout the site.*/
/*dark green*/
/*green*/
/*medium green*/
/*light green*/
/*purple*/
/*gray*/
/* This file contains all the mixins that will be use throughout the site.*/
/* This file contains all the styles that will be use in about page.*/
.asection1-mainpanel {
  color: #7a7a7a;
  line-height: 200%;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .asection1-mainpanel {
    font-size: 1.2rem;
  }
}

.aintro-img img {
  width: 100%;
}

.asection2-mainpanel {
  background-color: #314f52;
  color: white;
  position: relative;
  overflow: hidden;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 500px;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  z-index: 1;
}

.team-box {
  position: relative;
  z-index: 2;
  margin-top: 50px;
}
.team-box .img-box {
  width: 100%;
}
.team-box .img-box img {
  width: 100%;
}
.team-box .desc-box {
  color: #314f52;
  text-transform: uppercase;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  padding: 30px;
  z-index: 2;
}
.team-box .desc-box h2 {
  font-size: 3.75rem;
  line-height: 4rem;
  color: white;
  text-transform: none;
}
@media only screen and (max-width: 1200px) {
  .team-box .desc-box h2 {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}
.team-box .desc-box p {
  margin-bottom: 0;
}

.bg-gradient {
  position: absolute;
  bottom: 0;
  top: 50%;
  width: 100%;
  z-index: 1;
  background: transparent;
  /* Old browsers */
  background: -moz-linear-gradient(top, transparent 0%, #96cb81 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, #96cb81));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, #96cb81 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, #96cb81 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, #96cb81 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, #96cb81 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#000000",GradientType=0 );
  /* IE6-9 */
}

/* This file contains all the variables that will be use throughout the site.*/
/*dark green*/
/*green*/
/*medium green*/
/*light green*/
/*purple*/
/*gray*/
/* This file contains all the mixins that will be use throughout the site.*/
/* This file contains all the styles that will be use in contacts page.*/
.csection1-mainpanel {
  color: #7a7a7a;
  line-height: 200%;
  font-size: 1rem;
}
.csection1-mainpanel .details {
  font-size: 1.5rem;
  color: #7a7a7a;
}
@media (max-width: 991px) {
  .csection1-mainpanel .details {
    margin-top: 50px;
  }
}
.csection1-mainpanel .details a {
  color: #3e936f;
}
.csection1-mainpanel .details p:last-child a {
  font-weight: 700;
  color: #200a1c;
}

/* This file contains all the variables that will be use throughout the site.*/
/*dark green*/
/*green*/
/*medium green*/
/*light green*/
/*purple*/
/*gray*/
/* This file contains all the mixins that will be use throughout the site.*/
/* This file contains all the styles that will be use in services page.*/
.ssection1-mainpanel {
  color: #7a7a7a;
  line-height: 200%;
  font-size: 1rem;
}

hr {
  color: #e5ead6;
  width: 75%;
  margin: 50px 0;
}

.sp-item {
  margin: 25px 0;
}
.sp-item .img-box img {
  width: 100%;
}
.sp-item .details-box {
  margin-top: 30px;
}
.sp-item .details-box .title-3 {
  color: #314f52;
}

.ssection2-mainpanel {
  background-color: #314f52;
  color: white;
  line-height: 200%;
  font-size: 1rem;
}
.ssection2-mainpanel .title-3 {
  color: white;
}

.ssection3-mainpanel {
  background-color: #3e936f;
  color: white;
  line-height: 200%;
  font-size: 1rem;
}
.ssection3-mainpanel .title-3 {
  color: white;
}

.ssection4-mainpanel {
  background-color: #96cb81;
  color: #314f52;
  line-height: 200%;
  font-size: 1rem;
}
.ssection4-mainpanel .title-3 {
  color: #314f52;
}

.ssection5-mainpanel {
  background-color: #e5ead6;
  color: #314f52;
  line-height: 200%;
  font-size: 1rem;
}
.ssection5-mainpanel .title-3 {
  color: #314f52;
}
.ssection5-mainpanel .check-bullet li {
  background: url("../images/check-bullet-100.png") left top no-repeat;
}

@media only screen and (max-width: 1200px) {
  .stype-item .pad-r50 {
    padding-right: 0px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .stype-item .pad-l50 {
    padding-left: 0px !important;
  }
}

.s-img-box {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;
  width: 100%;
}

.check-bullet {
  list-style: none;
  margin: 0;
  padding: 0;
}
.check-bullet li {
  padding-left: 50px;
  background: url("../images/check-bullet-50.png") left top no-repeat;
  min-height: 35px;
  margin-bottom: 20px;
}
.check-bullet li:last-child {
  margin-bottom: 0px;
}

/*# sourceMappingURL=main.css.map */
