/*------------------------------------------------------------------
[Table of contents]

1. Heading
2. Section
3. Navigation
5. Wrapper
6. Layout
7. Button
8. Font
-------------------------------------------------------------------*/




body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

/*------------------------------------------------------------------

HEADING

-------------------------------------------------------------------*/


h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  line-height: 1.15;
  font-weight: 900;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 1.15;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

h5 {
  font-size: 20px; }


p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.8;
}

a {
  color: #696969;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

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

a:hover, a:focus, a:active {
  color: #f99f1c; }

ul li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #282828;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  margin: 0px;
  padding: 0px;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
    
  color: #282828;
  font-weight: 700;
    text-decoration: none;
}
/*------------------------------------------------------------------

HEADING

-------------------------------------------------------------------*/

.section {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section.bgcream {
  background-color: hsla(44.99999999999968, 40.00%, 98.04%, 1.00);
  font-weight: 400;
}

.section.dark {
  background-color: #ff6038;
}

.wrapper {
  position: relative;
  left: auto;
  top: 50px;;
  right: 0%;
  bottom: 0%;
/*  z-index: 2;*/
  display: block;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper.margin-bottom-large {
  margin-bottom: 80px;
}

.nav-cta-button-container {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.menu-button-2.w--open {
  background-color: #fff;
  color: rgba(9, 106, 208, .2);
}


/*------------------------------------------------------------------

NAVIGATION

-------------------------------------------------------------------*/

@media(max-width:991px) {
  .nav-menu {
  background-color:#fff;
  padding-bottom:20px;
}
.nav-menu a {
  color:#333;
  text-align:center;
}
}

.nav-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
}



.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.short-paragraph {
  width: 75%;
  margin-right: auto;
  margin-left: 0px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  text-align: left;
}


/*------------------------------------------------------------------

LAYOUT

-------------------------------------------------------------------*/

.row {
  display: block;
  margin-top: 0px;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.row.centre-align {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  text-align: left;
}

.col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-4 {
  width: 50%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-6 {
  width: 33.33%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-6 {
  width: 50%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-6.md-3.xs-2 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col.lg-4 {
  width: 33.33%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-4.flex-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.col.lg-4.flex-stretch.sm-2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.col.lg-3 {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col.lg-8 {
  width: 66.66%;
}

/*------------------------------------------------------------------

BUTTON

-------------------------------------------------------------------*/

.button2 {
  padding: 10px 25px;
  border: 1px solid #096ad0;
  border-radius: 40px;
  background-color: hsla(230.22471910112358, 88.12%, 60.39%, 1.00);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button2:hover {
  border: 1px solid #096ad0;
  background-color: hsla(230.22471910112358, 58.87%, 48.68%, 1.00);
  color: #fff;
}

.button2.margin-left {
  margin-right: 20px;
  font-weight: 700;
}

.body {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.heading {
  width: 100%;
  margin-top: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  color: #333;
  line-height: 1.25;
  font-weight: 800;
}

.heading.margin-bottom {
  margin-top: 0px;
  font-weight: 800;
}

.partner-logo {
  width: 100%;
}

.paragraph-small {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.paragraph-small.ondark2 {
  color: #fff;
}

.icon {
  margin-bottom: 0px;
/*  padding-left: 6px;*/
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}

.row-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.row-2.center {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.margin-bottom {
  margin-bottom: 35px;
}

.margin-bottom.align-center {
  margin-right: auto;
  margin-left: auto;
}

.button-2 {
  display: block;
  margin-right: 0px;
  padding: 10px 25px;
  /*float: left;*/
  clear: none;
  border: 1px none #096ad0;
  border-radius: 40px;
  background-color: #ff3c00;
  background-image: linear-gradient(97deg, #e042cb, #9258ee);
  box-shadow: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-2:hover {
  border: 1px none #096ad0;
  background-color: #d85955;
  box-shadow: none;
  color: #fff;
}

.ondark {
  color: #fff!important;
}

.readmore {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.readmore.ondark {
  display: block;
}

.section-header {
  display: block;
  margin: 0px auto 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 36px;
  line-height: 1.15;
  text-align: center;
}

.section-header.left-aligned {
  margin-left: 0px;
  text-align: left;
}

.flex-readmore {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link {
  color: #fff;
  text-decoration: none;
}

.centre-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.form {
  width: 100%;
}

.form-with-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-media-icon {
  padding: 8px;
}

.footer-logo {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.wrapper-2 {
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper-2.space-around {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-2.navbar-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.full-height {
  position: relative;
  height: 110vh;
}

.full-height.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff6038;
  font-family: Roboto, sans-serif;
}

.hero-text {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 110px;
  line-height: 1;
  font-weight: 900;
  text-align: left;
  letter-spacing: 0em;
  text-transform: none;
}

.hero-description {
  margin-right: auto;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
}

.image-10 {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.icon-2 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px;
}

.margin-bottom-2 {
  margin-bottom: 40px;
}

.micro-heading {
  font-family: Montserrat, sans-serif;
  color: #89c542;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 5px;
}

.micro-heading.ondark {
  color: #fff;
}

.micro-heading.margin-bottom {
  margin-bottom: 48px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: left;
}

.micro-heading.margin-bottom.align-center {
  text-align: center;
}

.circle {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #096ad0;
  border-radius: 49px;
  background-color: #fff;
  box-shadow: 0 5px 30px 0 rgba(31, 44, 61, .1);
}

.circle.gradient {
  background-color: #89c542;
  color: #fff;
}

.how-it-works-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.step-number {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.how-it-works-line {
  position: absolute;
  top: 23px;
  width: 100vw;
  height: 1px;
  margin-bottom: 0px;
  background-color: #77b734;
}

.hexagon {
  position: absolute;
  left: -20%;
  top: auto;
  right: auto;
  bottom: -25%;
}

.hexagon2 {
  position: absolute;
  left: auto;
  top: 1%;
  right: -25%;
  bottom: auto;
}

.hexagon3 {
  position: absolute;
  left: 0%;
  top: -39%;
  right: auto;
  bottom: auto;
}

.row-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.row-3.align-centre {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.row-3.centre-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-3.bordertop {
  display: block;
  height: 100px;
  border-top: 1px solid rgba(0, 0, 0, .04);
}

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.no-margins {
  margin-top: 0px;
  margin-bottom: 0px;
}

.avatar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.quote {
  color: #89c542;
  font-weight: 400;
}

.value-proposition-container-2.vertical-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.super-heading {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 58px;
  font-weight: 800;
}

.div-block-50 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.button {
  padding: 10px 25px;
  border: 1px solid #096ad0;
  border-radius: 40px;
  background-color: #096ad0;
  box-shadow: 0 4px 11px 0 rgba(1, 58, 117, .33);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  font-weight: 300;
}

.button:hover {
  border: 1px solid #096ad0;
  background-color: #096ad0;
  box-shadow: 0 6px 20px 0 rgba(1, 58, 117, .33);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  color: #fff;
}

.button.ghost {
  border-style: solid;
  border-width: 1px;
  border-color: #89c542;
  background-color: #89c542;
  box-shadow: none;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button.ghost:hover {
  background-color: transparent;
  background-image: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #89c542;
}

.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.or {
  margin-right: 31px;
  margin-left: 31px;
  line-height: 40px;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-link-3 {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 1;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
}

.footer-link-3:hover {
  opacity: 1;
}

.footer-link-3.w--current {
  opacity: 1;
  font-weight: 500;
}

.paragraph-3 {
  width: 75%;
}

.dot {
  position: absolute;
  left: auto;
  top: auto;
  right: 11%;
  bottom: 28%;
}

.dot2 {
  position: absolute;
  left: 7%;
  top: 26%;
  right: auto;
  bottom: auto;
}

.dot3 {
  position: absolute;
  left: 3%;
  top: auto;
  right: auto;
  bottom: -8%;
}

.dot4 {
  position: absolute;
  left: auto;
  top: 15%;
  right: 10%;
  bottom: auto;
}

.dot5 {
  position: absolute;
  left: auto;
  top: -5%;
  right: 32%;
  bottom: auto;
}

.nav-link-3 {
  position: relative;
  padding: 16px 20px 18px;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
  color: #096ad0;
  font-size: 15px;
  line-height: 24px;
  cursor: pointer;
}

.nav-link-3:hover {
  opacity: 1;
  color: #096ad0;
}

.nav-link-3.w--current {
  -webkit-transition-property: none;
  transition-property: none;
  color: #096ad0;
  font-weight: 700;
}

.nav-link-3.border {
  padding-top: 6px;
  padding-bottom: 6px;
  border: 1px solid #096ad0;
  border-radius: 50px;
  opacity: 1;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.nav-link-3.border:hover {
  background-color: #096ad0;
  color: #fff;
}

.nav-link-3.border.cta {
  border-style: none;
  background-color: #262626;
  background-image: linear-gradient(102deg, hsla(307.012987012987, 70.00%, 56.86%, 1.00), hsla(263.841059602649, 81.62%, 63.73%, 1.00));
  font-family: Roboto, sans-serif;
  color: #fff;
}

.nav-link {
  padding-right: 25px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 600;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hexagon4 {
  position: absolute;
  left: -22%;
  top: auto;
  right: auto;
  bottom: -18%;
}

.form-field-3 {
  height: 48px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 12px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .06);
  background-color: transparent;
  font-size: 16px;
  line-height: 2em;
}

.form-field-3::-webkit-input-placeholder {
  line-height: 20px;
}

.form-field-3:-ms-input-placeholder {
  line-height: 20px;
}

.form-field-3::-ms-input-placeholder {
  line-height: 20px;
}

.form-field-3::placeholder {
  line-height: 20px;
}

.subscribe-button {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 14px;
  padding-right: 28px;
  padding-bottom: 14px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(307.012987012987, 70.64%, 57.25%, 1.00)), to(hsla(263.841059602649, 81.62%, 63.73%, 1.00)));
  background-image: linear-gradient(90deg, hsla(307.012987012987, 70.64%, 57.25%, 1.00), hsla(263.841059602649, 81.62%, 63.73%, 1.00));
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.subscribe-container {
  margin-top: 9px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.bold-text {
  font-weight: 900;
}

.mobile-logo {
  display: none;
}

.column-4 {
  padding-right: 31px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.image-12 {
  position: absolute;
  left: auto;
  top: -22%;
  right: 34%;
  bottom: auto;
}

@media (max-width: 991px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .burger-icon {
    color: #89c542;
  }
  .wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
  .nav-cta-button-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-button-2 {
    position: relative;
    display: block;
    color: #2e323c;
  }
  .menu-button-2.w--open {
    background-color: transparent;
    color: #096ad0;
  }
  .nav-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }
  .nav-logo-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col {
    width: 50%;
    margin-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col.lg-6 {
    width: 50%;
  }
  .col.lg-6.md-3 {
    width: 75%;
  }
  .col.lg-6.md-4 {
    width: 100%;
  }
  .col.lg-4 {
    width: 50%;
  }
  .col.lg-4.md-4 {
    width: 100%;
  }
  .col.lg-4.hide-md {
    display: none;
  }
  .col.lg-3 {
    width: 33.33%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .col.lg-8.md-4 {
    width: 100%;
  }
  .col.sm-1.lg-3.md-6 {
    width: 50%;
  }
  .partner-logo-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .partner-logo {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .row-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .margin-bottom {
    margin-bottom: 40px;
  }
  .section-header {
    margin-bottom: 40px;
  }
  .column {
    padding-left: 5px;
  }
  .wrapper-2 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .wrapper-2.space-around {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*flex-wrap: wrap;*/
  }
  .wrapper-2.navbar-2 {
    opacity: 1;
  }
  .hero-text {
    font-size: 80px;
  }
  .image-10 {
    position: relative;
    top: 0%;
  }
  .margin-bottom-2 {
    margin-bottom: 40px;
  }
  .how-it-works-line {
    top: 245px;
    display: none;
  }
  .hexagon2 {
    display: none;
  }
  .row-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row-3.align-centre {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .value-proposition-container-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .social-media-icons-contianer {
    display: block;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }
  .nav-link-3 {
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    text-align: center;
  }
  .nav-link-3.border {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .hexagon4 {
    display: none;
  }
  .mobile-logo {
    display: block;
  }
  .image-11 {
    display: none;
  }
  .image-12 {
    top: -112%;
  }
}

@media (max-width: 767px) {
    

.full-height {
  position: relative;
  height: 70vh;
}
    .partner-logo-container{
        width: 80%!important;
    }
  .menu-button-2 {
    width: 56px;
    height: 56px;
    margin-right: 4px;
  }
  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col.lg-4 {
    width: 100%;
  }
  .col.lg-6 {
    width: 100%;
  }
  .col.lg-6.md-3.sm-2 {
    width: 100%;
  }
  .col.lg-4.sm-2 {
    width: 100%;
  }
  .partner-logo {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .row-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .button-2 {
    margin-right: auto;
    margin-left: auto;
  }
  .footer-logo {
    margin-top: 0px;
    margin-bottom: 40px;
    padding-left: 0px;
  }
  .column {
    padding-top: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .wrapper-2.space-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .full-height.hero-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .circle {
    margin-right: 40px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .how-it-works-step {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .step-content {
    clear: both;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }
  .row-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .value-proposition-container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .cta {
    display: block;
  }
  .or {
    clear: both;
  }
  .paragraph-3 {
    width: 100%;
  }
  .column-4 {
    position: static;
    padding-right: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .column-5 {
    display: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
}

@media (max-width: 479px) {
  .menu-button-2 {
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .nav-bar {
    position: relative;
  }
  .short-paragraph {
    width: 100%;
  }
  .col {
    margin-bottom: 0px;
  }
  .col.lg-4 {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .col.lg-6 {
    width: 100%;
  }
  .col.lg-6 {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .col.lg-6.md-3.xs-2 {
    width: 100%;
  }
  .col.lg-6.md-3.xs-2 {
    width: 100%;
  }
  .col.lg-4 {
    width: 100%;
  }
  .col.lg-3 {
    width: 100%;
  }
  .col.sm-1 {
    width: 100%;
  }
  .col.sm-1.lg-3.md-6.xs-12 {
    width: 100%;
  }
  .heading.ondark.h4 {
    font-size: 18px;
    font-weight: 700;
  }
  .partner-logo {
   /* width: 90px; */
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .icon {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  .form-with-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-with-button.inline-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .social-media-icon {
    padding: 0px 8px;
  }
  .footer-logo {
    display: block;
  }
  .column {
    padding-top: 0px;
  }
    /*
  .wrapper-2.space-around {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
    */
  .hero-text {
    font-size: 70px;
  }
  .circle {
    margin-right: 20px;
  }
  .how-it-works-step {
    width: 100%;
  }
  .super-heading.ondark {
    font-size: 36px;
  }
  .div-block-50 {
    margin-bottom: 24px;
  }
  .cta {
    display: block;
  }
  .or {
    clear: both;
  }
  .footer-link-3.first {
    margin-left: -10px;
  }
  .footer-link-3.last {
    margin-right: -10px;
  }
  .social-media-icons-contianer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/*------------------------------------------------------------------

FONT

-------------------------------------------------------------------*/

@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}


/* CONTACT FORM */

form {
  position: relative;
}

form input[type=text],
form input[type=password],
form input[type=url],
form input[type=email] {
  border: 1px solid rgba(136, 136, 136, 0.2);
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  width: 100%;
  letter-spacing: 0.7px;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-style: italic;
  color: #888888;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 15px;
  font-weight: 700;
}

form input[type=text]::-webkit-input-placeholder,
form input[type=password]::-webkit-input-placeholder,
form input[type=url]::-webkit-input-placeholder,
form input[type=email]::-webkit-input-placeholder {
  color: rgba(136, 136, 136, 0.9);
}

form input[type=text]:-moz-placeholder,
form input[type=password]:-moz-placeholder,
form input[type=url]:-moz-placeholder,
form input[type=email]:-moz-placeholder {
  color: rgba(136, 136, 136, 0.9);
}

form input[type=text]::-moz-placeholder,
form input[type=password]::-moz-placeholder,
form input[type=url]::-moz-placeholder,
form input[type=email]::-moz-placeholder {
  color: rgba(136, 136, 136, 0.9);
}

form input[type=text]:-ms-input-placeholder,
form input[type=password]:-ms-input-placeholder,
form input[type=url]:-ms-input-placeholder,
form input[type=email]:-ms-input-placeholder {
  color: rgba(136, 136, 136, 0.9);
}

form textarea {
  border: 1px solid rgba(136, 136, 136, 0.2);
  background-color: #fff;
  width: 100%;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-size: 12px;
  font-weight: 100;
  color: #888;
  padding: 20px;
  min-height: 180px;
  font-weight: 700;
}

form textarea::-webkit-input-placeholder {
  color: rgba(136, 136, 136, 0.9);
}

form textarea:-moz-placeholder {
  color: rgba(136, 136, 136, 0.9);
}

form textarea::-moz-placeholder {
  color: rgba(136, 136, 136, 0.9);
}

form textarea:-ms-input-placeholder {
  color: rgba(136, 136, 136, 0.9);
}

form.transparent input,
form.transparent textarea {
  background-color: transparent;
  font-family: 'Montserrat-Light';
  text-transform: none;
  font-style: normal;
}

form.transparent input::-webkit-input-placeholder,
form.transparent textarea::-webkit-input-placeholder {
  color: #fff;
}

form.transparent input:-moz-placeholder,
form.transparent textarea:-moz-placeholder {
  color: #fff;
}

form.transparent input::-moz-placeholder,
form.transparent textarea::-moz-placeholder {
  color: #fff;
}

form.transparent input:-ms-input-placeholder,
form.transparent textarea:-ms-input-placeholder {
  color: #fff;
}

form.text-light input {
  color: #fff;
  border-color: #fff;
}

.button,
button,
input[type=button],
input[type=submit] {
  box-shadow: none;
  color: #fff;
  border: 1px solid #89c542;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Montserrat';
  font-style: normal;
  text-transform: uppercase;
  padding: 10px 35px;
  border-radius: 30px;
  background-color: #89c542;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.button:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  text-decoration: none;
  background-color: transparent;
  color: #89c542;
}

.preloader-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #f99f1c;
  z-index: 99999999; }

.preloader-overlay svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -125px 0 0 -125px; }

.preloader-overlay.closed {
  animation: preloaderOverlayClosed 0.5s ease-out forwards; }

@keyframes preloaderOverlayClosed {
  0% {
    filter: blur(0); }
  10% {
    opacity: 1; }
  90% {
    opacity: 0.1; }
  100% {
    filter: blur(15px);
    opacity: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1; } }

/*************************************************************************************************************/


.header-style1 .main-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background: #fff; }
.main-menu {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s; }
  .main-menu .desktop-menu {
    position: relative; }
    @media (max-width: 990px) {
      .main-menu .desktop-menu {
        display: none; } }
  .main-menu .menu-logo {
    display: inline-block;
    padding: 25px 0px; }
  .main-menu .menu-list {
    float: right; }
    .main-menu .menu-list ul {
      float: left;
      margin-bottom: 0;}
      .main-menu .menu-list ul li {
        list-style: none;
        display: inline-block; }
        .main-menu .menu-list ul li a {
          display: inline-block;
          font-size: 15px;
          text-transform: uppercase;
          color: #282828;
          padding: 35px 20px;
          font-weight: 700;}
          .main-menu .menu-list ul li a:hover, .main-menu .menu-list ul li a:focus, .main-menu .menu-list ul li a:active {
            color: #f99f1c;
            text-decoration: none;}
        .main-menu .menu-list ul li:first-child a {
          padding-left: 0px; }
      .main-menu .menu-list ul .sub-menu {
        position: absolute;
        min-width: 230px;
        left: 0;
        top: 100%;
        background-color: #fff;
        z-index: 1;
        border-top: 1px solid #f1f0f0;
        display: none;
        -webkit-box-shadow: 0px 4px 10px 0px rgba(136, 136, 136, 0.1);
        -moz-box-shadow: 0px 4px 10px 0px rgba(136, 136, 136, 0.1);
        box-shadow: 0px 4px 10px 0px rgba(136, 136, 136, 0.1); }
        .main-menu .menu-list ul .sub-menu li {
          display: block;
          border-bottom: 1px solid #f1f0f0; }
          .main-menu .menu-list ul .sub-menu li:last-child {
            border: none; }
          .main-menu .menu-list ul .sub-menu li a {
            display: block;
            padding: 15px; }
            .main-menu .menu-list ul .sub-menu li a:hover, .main-menu .menu-list ul .sub-menu li a:focus {
              background-color: #fafafa;
              color: #f99f1c; }
          .main-menu .menu-list ul .sub-menu li .sub-menu {
            left: 100%;
            top: -1px;
            display: none; }
      .main-menu .menu-list ul .has-sub-menu {
        position: relative;
        cursor: pointer; }
        .main-menu .menu-list ul .has-sub-menu > a {
/*          pointer-events: none;*/
          cursor: default; }
        .main-menu .menu-list ul .has-sub-menu:hover > .sub-menu {
          display: block; }
      .main-menu .menu-list ul .has-mega-menu .sub-menu {
        width: 100%;
        box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1); }
      .main-menu .menu-list ul .has-mega-menu:hover .sub-menu {
        display: block; }
      .main-menu .menu-list ul .mega-menu {
        position: relative;
        overflow: hidden;
        padding: 15px; }
        .main-menu .menu-list ul .mega-menu ul li {
          border: none; }
          .main-menu .menu-list ul .mega-menu ul li:nth-child(even) {
            background-color: #fafafa; }
          .main-menu .menu-list ul .mega-menu ul li a i {
            color: #f99f1c;
            margin-right: 5px; }
          .main-menu .menu-list ul .mega-menu ul li a:hover, .main-menu .menu-list ul .mega-menu ul li a:focus {
            background-color: transparent;
            color: #282828; }
        .main-menu .menu-list ul .mega-menu .mg-image {
          position: absolute;
          right: 0;
          top: 15px; }
    .main-menu .menu-list .search-icon {
      position: relative;
      display: inline-block;
      color: #282828;
      padding: 25px 0px;
      margin-left: 10px; }
      .main-menu .menu-list .search-icon span {
        cursor: pointer;
        font-size: 20px; }
    .main-menu .menu-list .menu-search-form {
      position: fixed;
      width: 100%;
      height: 100vh;
      top: 0;
      left: 0;
      background-color: rgba(249, 159, 28, 0.85);
      -webkit-transition: 0.5s ease-out;
      -moz-transition: 0.5s ease-out;
      transition: 0.5s ease-out;
      -ms-transform: scaleY(0);
      /* IE 9 */
      -webkit-transform: scaleY(0);
      /* Chrome, Safari, Opera */
      transform: scaleY(0);
      transform-origin: top;
      visibility: hidden;
      opacity: 1;
      z-index: 999; }
      .main-menu .menu-list .menu-search-form form {
        max-width: 600px;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        -ms-transform: translateY(-50%);
        /* IE 9 */
        -webkit-transform: translateY(-50%);
        /* Chrome, Safari, Opera */
        transform: translateY(-50%); }
        .main-menu .menu-list .menu-search-form form input {
          width: calc(100% - 50px);
          background-color: #fff;
          color: #696969;
          border: 1px solid #f1f0f0;
          border-radius: 0;
          outline: none;
          padding: 10px 15px;
          float: left; }
        .main-menu .menu-list .menu-search-form form button {
          background-color: #282828;
          border: none;
          color: #fff;
          width: 50px;
          font-size: 18px;
          padding: 9px 15px;
          outline: none;
          -webkit-transition: none;
          -moz-transition: none;
          transition: none; }
    .main-menu .menu-list .menu-search-form.open {
      visibility: visible;
      -ms-transform: scaleY(1);
      /* IE 9 */
      -webkit-transform: scaleY(1);
      /* Chrome, Safari, Opera */
      transform: scaleY(1);
      cursor: crosshair;
      opacity: 1; }
  .main-menu .mobile-menu {
    display: none; }
    @media (max-width: 990px) {
      .main-menu .mobile-menu {
        display: block; } }
    .main-menu .mobile-menu .menu-header {
      overflow: hidden; }
      .main-menu .mobile-menu .menu-header .menu-logo {
        float: left; }
      .main-menu .mobile-menu .menu-header .menu-icon {
        float: right;
        font-size: 30px;
        padding: 23px 0px;
        color: #282828;
        cursor: pointer; }
    .main-menu .mobile-menu .mob-menu-content {
      position: fixed;
      top: 0;
      right: -100%;
      height: 100vh;
      width: 300px;
      background-color: #fff;
      z-index: 1;
      overflow-x: hidden;
      padding-top: 50px;
      -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s; }
      .main-menu .mobile-menu .mob-menu-content .mob-menu-close {
        position: absolute;
        left: 15px;
        top: 15px;
        height: 30px;
        width: 30px; }
        .main-menu .mobile-menu .mob-menu-content .mob-menu-close .bar {
          display: inline-block;
          height: 2px;
          width: 32px;
          background-color: #282828; }
          .main-menu .mobile-menu .mob-menu-content .mob-menu-close .bar:first-child {
            -ms-transform: rotate(45deg) translateY(0px) translateX(0px);
            /* IE 9 */
            -webkit-transform: rotate(45deg) translateY(0px) translateX(0px);
            /* Chrome, Safari, Opera */
            transform: rotate(45deg) translateY(0px) translateX(0px); }
          .main-menu .mobile-menu .mob-menu-content .mob-menu-close .bar:last-child {
            -ms-transform: rotate(-45deg) translateY(-14px) translateX(14px);
            /* IE 9 */
            -webkit-transform: rotate(-45deg) translateY(-14px) translateX(14px);
            /* Chrome, Safari, Opera */
            transform: rotate(-45deg) translateY(-14px) translateX(14px); }
    .main-menu .mobile-menu .mob-menu-content.open {
      right: 0; }
    .main-menu .mobile-menu ul li a {
      display: block;
      border-bottom: 1px solid #f1f0f0;
      font-size: 14px;
      text-transform: uppercase;
      padding: 15px;
      color: #282828; }
      .main-menu .mobile-menu ul li a:hover, .main-menu .mobile-menu ul li a:focus {
        color: #f99f1c; }
    .main-menu .mobile-menu ul li:last-child a {
      border: none; }
    .main-menu .mobile-menu ul .has-sub-menu > a {
      position: relative;
      pointer-events: none;
      cursor: default; }
/*
      .main-menu .mobile-menu ul .has-sub-menu > a:before {
        content: "\f107";
        font-family: FontAwesome;
        position: absolute;
        right: 15px;
        top: 15px; }
*/
    .main-menu .mobile-menu ul .sub-menu {
      display: none;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s; }
      .main-menu .mobile-menu ul .sub-menu li a {
        padding: 10px 0px;
        margin-left: 30px;
        text-transform: capitalize; }
      .main-menu .mobile-menu ul .sub-menu li:last-child a {
        border: none; }
    .main-menu .mobile-menu ul li.open .sub-menu {
      display: block; }

.menu-fixed {
  position: fixed;
  background-color: #ffffff;
  height: auto;
  width: 100%;
  top: 0;
  z-index: 9;
  -webkit-box-shadow: 0px 4px 8px -3px rgba(17, 17, 17, 0.06);
  -moz-box-shadow: 0px 4px 8px -3px rgba(17, 17, 17, 0.06);
  box-shadow: 0px 4px 8px -3px rgba(17, 17, 17, 0.06);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

.menu-cart {
  position: relative;
  display: inline-block;
  color: #282828;
  font-size: 28px;
  padding: 25px 0px; }
  .menu-cart a {
    color: #282828;
    font-size: 20px; }
  .menu-cart .shop-feature {
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #fff;
    width: 270px;
    padding: 10px 20px 20px;
    display: none;
    z-index: 1; }
    .menu-cart .shop-feature li {
      display: block !important;
      position: relative;
      overflow: hidden;
      margin-bottom: 10px; }
      .menu-cart .shop-feature li .image {
        float: left;
        margin-right: 10px; }
      .menu-cart .shop-feature li .content {
        display: table; }
        .menu-cart .shop-feature li .content h5 a {
          padding: 0px; }
        .menu-cart .shop-feature li .content p {
          display: block;
          font-size: 12px;
          margin-bottom: 0px;
          text-transform: capitalize; }
        .menu-cart .shop-feature li .content .remove {
          position: absolute;
          top: 2px;
          right: 0;
          font-size: 14px;
          color: #282828;
          cursor: pointer; }
          .menu-cart .shop-feature li .content .remove:hover {
            color: #f99f1c; }
        .menu-cart .shop-feature li .content .price {
          display: block;
          font-size: 12px;
          color: #f99f1c; }
  .menu-cart .cart-total {
    text-transform: capitalize;
    margin-bottom: 10px; }
    .menu-cart .cart-total span {
      float: right;
      color: #f99f1c; }
  .menu-cart .button {
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    text-align: center; }
  .menu-cart:hover .shop-feature {
    display: block; }

.page-header-section {
  text-align: center;
  color: #fff; }
  .page-header-section .overlay {
    background-color: rgba(133, 196, 67, 0.9); }
  .page-header-section h1 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px; }
    @media (max-width: 768px) {
      .page-header-section h1 {
        font-size: 36px; } }
  .page-header-section ul li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
padding: 0 5px;}
    .page-header-section ul li a {
      font-size: 14px;
      color: #fff;
      text-decoration: none; }

.button, button {
  background-color: #fff;
  display: inline-block;
  padding: 10px 25px;
  border: 2px solid #f99f1c;
  color: #282828;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase; }
  .button:hover, button:hover {
    background-color: #f99f1c;
    color: #fff; }

.button-lg {
  padding: 13px 30px;
  font-weight: 600; }

.button-sm {
  padding: 8px 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .button-sm:hover {
    background-color: #f99f1c;
    color: #fff; }

.button-height {
  margin-top: 40px; }

.header-style1 .banner .banner-slider {
  height: calc(100vh - 90px);}

.header-style2 .banner .banner-slider {
  height: calc(100vh - 0px); }

.header-style2 .banner .banner-item .banner-content {
  -ms-transform: translateY(-25%);
  /* IE 9 */
  -webkit-transform: translateY(-25%);
  /* Chrome, Safari, Opera */
  transform: translateY(-25%); }

@media (max-width: 1370px) {
  .banner-tree .banner-slider .banner-content img {
    width: 80%;
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px); } }

.banner {
  overflow: hidden; }
  .banner .banner-slider {
    height: 800px;
    position: relative;
    overflow: visible;
    z-index: 0; }
  .banner .banner-item {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #f99f1c;
    text-align: center;
    padding: 150px 0px 100px; }
    .banner .banner-item .banner-content {
      position: absolute;
      width: 100%;
      top: 50%;
      -ms-transform: translateY(-50%);
      /* IE 9 */
      -webkit-transform: translateY(-50%);
      /* Chrome, Safari, Opera */
      transform: translateY(-50%); }
      @media (max-width: 1370px) {
        .banner .banner-item .banner-content {
          -ms-transform: translateY(-45%);
          /* IE 9 */
          -webkit-transform: translateY(-45%);
          /* Chrome, Safari, Opera */
          transform: translateY(-45%); }
          .banner .banner-item .banner-content h1 {
            white-space: nowrap;
            font-size: 36px;
            margin: 7px 0; }
          .banner .banner-item .banner-content h3 {
            font-size: 24px; }
          .banner .banner-item .banner-content h4 {
            font-size: 18px; }
          .banner .banner-item .banner-content img {
            width: 50%; } }
      @media (max-width: 768px) {
        .banner .banner-item .banner-content img {
          width: 80%; }
        .banner .banner-item .banner-content h1 {
          white-space: normal; } }
      @media (max-width: 580px) {
        .banner .banner-item .banner-content img {
          width: 100%; } }
    .banner .banner-item h1, .banner .banner-item h2, .banner .banner-item h3, .banner .banner-item h4, .banner-item h6 {
      text-transform: uppercase;
      color: #fff;
      -webkit-transition: 0.75s;
      -moz-transition: 0.75s;
      transition: 0.75s; }
    .banner .banner-item h1 {
      margin: 15px 0px;
      -webkit-transition: 0.75s;
      -moz-transition: 0.75s;
      transition: 0.75s; }
    .banner .banner-item ul {
      margin-top: 30px;
      margin-bottom: 20px;
      -webkit-transition: 0.75s;
      -moz-transition: 0.75s;
      transition: 0.75s; }
      .banner .banner-item ul li {
        display: inline-block; }
        .banner .banner-item ul li:nth-child(2) {
          margin-left: 17px; }
        .banner .banner-item ul li a {
          border: 2px solid #fff;
          background-color: transparent;
          color: #fff;
          padding: 13px 26px; }
          .banner .banner-item ul li a:hover {
            background-color: #fff;
            color: #282828; }
    .banner .banner-item img {
      -webkit-transition: 0.75s;
      -moz-transition: 0.75s;
      transition: 0.75s; }
@keyframes type {
  from {
    width: 0; } }
    @media (max-width: 768px) {
      .banner .banner-item h1 {
        font-size: 36px; }
      .banner .banner-item h3 {
        font-size: 26px; }
      .banner .banner-item h4 {
        font-size: 20px; } }
    @media (max-width: 580px) {
      .banner .banner-item h1 {
        font-size: 30px; }
      .banner .banner-item h3 {
        font-size: 26px; }
      .banner .banner-item h4 {
        font-size: 20px; } }
  .banner .bi-two {
    background-color: #b6cb34; }
  .banner .bi-three {
    background-color: #25bfcf; }
  .banner .banner-item.one h2, .banner .banner-item.one h3 {
    -ms-transform: translateY(-300px);
    /* IE 9 */
    -webkit-transform: translateY(-300px);
    /* Chrome, Safari, Opera */
    transform: translateY(-300px);
    -webkit-transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    transition-delay: 0.75s;
    opacity: 0; }
  .banner .banner-item.one h1 {
    display: inline-block;
    opacity: 0; }
  .banner .banner-item.one h4 {
    -ms-transform: translateY(500px);
    /* IE 9 */
    -webkit-transform: translateY(500px);
    /* Chrome, Safari, Opera */
    transform: translateY(500px);
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    transition-delay: 1.5s;
    opacity: 0; }
  .banner .banner-item.one ul {
    -ms-transform: rotateX(90deg) translateY(-50px);
    /* IE 9 */
    -webkit-transform: rotateX(90deg) translateY(-50px);
    /* Chrome, Safari, Opera */
    transform: rotateX(90deg) translateY(-50px);
    -webkit-transition-delay: 2.25s;
    -moz-transition-delay: 2.25s;
    transition-delay: 2.25s;
    opacity: 0; }
  .banner .banner-item.one img {
    -ms-transform: translateY(400px);
    /* IE 9 */
    -webkit-transform: translateY(400px);
    /* Chrome, Safari, Opera */
    transform: translateY(400px);
    -webkit-transition-delay: 3s;
    -moz-transition-delay: 3s;
    transition-delay: 3s;
    opacity: 0; }
  .banner .swiper-slide-active .banner-item.one h2, .banner .swiper-slide-active .banner-item.one h3 {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px);
    opacity: 1; }
  .banner .swiper-slide-active .banner-item.one h1 {
    overflow: hidden;
    width: 100%;
    animation: type 4s steps(60, end);
    opacity: 1; }
  .banner .swiper-slide-active .banner-item.one h4 {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px);
    opacity: 1; }
  .banner .swiper-slide-active .banner-item.one ul {
    -ms-transform: rotateX(0deg) translateY(0px);
    /* IE 9 */
    -webkit-transform: rotateX(0deg) translateY(0px);
    /* Chrome, Safari, Opera */
    transform: rotateX(0deg) translateY(0px);
    opacity: 1; }
  .banner .swiper-slide-active .banner-item.one img {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px);
    opacity: 1; }
    @media (max-width: 1370px) {
      .banner .swiper-slide-active .banner-item.one img {
        -ms-transform: translateY(40px);
        /* IE 9 */
        -webkit-transform: translateY(40px);
        /* Chrome, Safari, Opera */
        transform: translateY(40px); } }
  .banner .banner-item.bi-two h2, .banner .banner-item.bi-two h3 {
    display: inline-block;
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    transform-origin: left;
    -webkit-transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    transition-delay: 0.75s;
    opacity: 0; }
  .banner .banner-item.bi-two h1 {
    letter-spacing: -26px;
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    transition-delay: 1.5s;
    opacity: 0; }
  .banner .banner-item.bi-two h4 {
    display: inline-block;
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    transform-origin: right;
    -webkit-transition-delay: 2.25s;
    -moz-transition-delay: 2.25s;
    transition-delay: 2.25s;
    opacity: 0; }
  .banner .banner-item.bi-two ul {
    -ms-transform: rotateX(90deg) translateY(-50px);
    /* IE 9 */
    -webkit-transform: rotateX(90deg) translateY(-50px);
    /* Chrome, Safari, Opera */
    transform: rotateX(90deg) translateY(-50px);
    -webkit-transition-delay: 3s;
    -moz-transition-delay: 3s;
    transition-delay: 3s;
    opacity: 0; }
  .banner .banner-item.bi-two img {
    -ms-transform: translateY(400px);
    /* IE 9 */
    -webkit-transform: translateY(400px);
    /* Chrome, Safari, Opera */
    transform: translateY(400px);
    -webkit-transition-delay: 3.75s;
    -moz-transition-delay: 3.75s;
    transition-delay: 3.75s;
    opacity: 0; }
  .banner .swiper-slide-active .banner-item.bi-two h2, .banner .swiper-slide-active .banner-item.bi-two h3 {
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -webkit-transform: rotate(0deg);
    /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    opacity: 1; }
  .banner .swiper-slide-active .banner-item.bi-two h1 {
    letter-spacing: 0px;
    opacity: 1; }
  .banner .swiper-slide-active .banner-item.bi-two h4 {
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -webkit-transform: rotate(0deg);
    /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    opacity: 1; }
  .banner .swiper-slide-active .banner-item.bi-two ul {
    -ms-transform: rotateX(0deg) translateY(0px);
    /* IE 9 */
    -webkit-transform: rotateX(0deg) translateY(0px);
    /* Chrome, Safari, Opera */
    transform: rotateX(0deg) translateY(0px);
    opacity: 1; }
  .banner .swiper-slide-active .banner-item.bi-two img {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px);
    opacity: 1; }
    @media (max-width: 1370px) {
      .banner .swiper-slide-active .banner-item.bi-two img {
        -ms-transform: translateY(40px);
        /* IE 9 */
        -webkit-transform: translateY(40px);
        /* Chrome, Safari, Opera */
        transform: translateY(40px); } }
  .banner .banner-item.bi-three h2, .banner .banner-item.bi-three h3 {
    -ms-transform: translateY(400px);
    /* IE 9 */
    -webkit-transform: translateY(400px);
    /* Chrome, Safari, Opera */
    transform: translateY(400px);
    -webkit-transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    transition-delay: 0.75s;
    opacity: 0; }
  .banner .banner-item.bi-three h1 {
    -ms-transform: translateY(-400px);
    /* IE 9 */
    -webkit-transform: translateY(-400px);
    /* Chrome, Safari, Opera */
    transform: translateY(-400px);
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    transition-delay: 1.5s;
    opacity: 0; }
  .banner .banner-item.bi-three h4 {
    -ms-transform: translateY(400px);
    /* IE 9 */
    -webkit-transform: translateY(400px);
    /* Chrome, Safari, Opera */
    transform: translateY(400px);
    -webkit-transition-delay: 2.25s;
    -moz-transition-delay: 2.25s;
    transition-delay: 2.25s;
    opacity: 0; }
  .banner .banner-item.bi-three ul {
    -ms-transform: rotateX(90deg) translateY(-50px);
    /* IE 9 */
    -webkit-transform: rotateX(90deg) translateY(-50px);
    /* Chrome, Safari, Opera */
    transform: rotateX(90deg) translateY(-50px);
    -webkit-transition-delay: 3s;
    -moz-transition-delay: 3s;
    transition-delay: 3s;
    opacity: 0; }
  .banner .banner-item.bi-three img {
    -ms-transform: translateY(400px);
    /* IE 9 */
    -webkit-transform: translateY(400px);
    /* Chrome, Safari, Opera */
    transform: translateY(400px);
    -webkit-transition-delay: 3.75s;
    -moz-transition-delay: 3.75s;
    transition-delay: 3.75s;
    opacity: 0; }
  .banner .swiper-slide-active .banner-item.bi-three h2, .banner .swiper-slide-active .banner-item.bi-three h3 {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px);
    opacity: 1; }
  .banner .swiper-slide-active .banner-item.bi-three h1 {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px);
    opacity: 1; }
  .banner .swiper-slide-active .banner-item.bi-three h4 {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px);
    opacity: 1; }
  .banner .swiper-slide-active .banner-item.bi-three ul {
    -ms-transform: rotateX(0deg) translateY(0px);
    /* IE 9 */
    -webkit-transform: rotateX(0deg) translateY(0px);
    /* Chrome, Safari, Opera */
    transform: rotateX(0deg) translateY(0px);
    opacity: 1; }
  .banner .swiper-slide-active .banner-item.bi-three img {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px);
    opacity: 1; }
  @media (max-width: 1370px) {
    .banner .swiper-slide-active .banner-item.bi-three {
      -ms-transform: translateY(40px);
      /* IE 9 */
      -webkit-transform: translateY(40px);
      /* Chrome, Safari, Opera */
      transform: translateY(40px); } }

.banner-two .banner-item.one {
  background: url(../images/banner/bg-01.jpg);
  background-size: cover;
  background-position: center; }
  .banner-two .banner-item.one img {
    position: absolute;
    left: -100%;
    bottom: -100%; }
  @media (max-width: 1680px) {
    .banner-two .banner-item.one img {
      width: 400px;
      height: 400px; } }
  @media (max-width: 1370px) {
    .banner-two .banner-item.one img {
      width: 350px;
      height: 350px; } }
  @media (max-width: 990px) {
    .banner-two .banner-item.one img {
      display: none; } }
.banner-two .swiper-slide-active .banner-item.one img {
  left: 0;
  bottom: 0; }
.banner-two .banner-item.bi-two {
  background: url(../images/banner/bg-02.jpg);
  background-size: cover;
  background-position: center;
  text-align: left; }
  .banner-two .banner-item.bi-two .banner-content h1 {
    letter-spacing: 0;
    -ms-transform: translateY(500px);
    /* IE 9 */
    -webkit-transform: translateY(500px);
    /* Chrome, Safari, Opera */
    transform: translateY(500px); }
  @media (max-width: 990px) {
    .banner-two .banner-item.bi-two .banner-content {
      text-align: center; } }
  .banner-two .banner-item.bi-two img {
    position: absolute;
    right: 0;
    bottom: -100%; }
  @media (max-width: 1680px) {
    .banner-two .banner-item.bi-two img {
      width: 1000px;
      height: 700px; } }
  @media (max-width: 1370px) {
    .banner-two .banner-item.bi-two img {
      width: 700px;
      height: 500px; } }
  @media (max-width: 990px) {
    .banner-two .banner-item.bi-two img {
      display: none; } }
.banner-two .swiper-slide-active .banner-item.bi-two h1 {
  -ms-transform: translateY(0);
  /* IE 9 */
  -webkit-transform: translateY(0);
  /* Chrome, Safari, Opera */
  transform: translateY(0); }
.banner-two .swiper-slide-active .banner-item.bi-two img {
  bottom: -70px; }

.banner-three .banner-item {
  text-align: left; }
  .banner-three .banner-item h1 {
    font-size: 100px; }
  .banner-three .banner-item h2 {
    margin-top: 50px; }
  @media (max-width: 990px) {
    .banner-three .banner-item {
      text-align: center; }
      .banner-three .banner-item h1 {
        font-size: 48px; } }
.banner-three .banner-item.one {
  background-color: #ff6038; }
.banner-three .banner-item.bi-two {
  background-color: #f99f1c; }

/*================================
           Box Style
==================================*/
.wrapper .all-content {
  background-color: #fff; }

.boxed .wrapper .all-content {
  max-width: 1240px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.05); }
.boxed .wrapper .menu-fixed {
  max-width: 1240px; }

.caret {
    display:inline-block;
    width:0;
    height:0;
    margin-left:2px;
    vertical-align:middle;
    border-top:4px solid;
    border-right:4px solid transparent;
    border-left:4px solid transparent
}

.scroll-top {
  display: inline-block;
  position: fixed;
  right: 50px;
  bottom: 50px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  z-index: 9; }

.scroll-top.open {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1); }

.service-section-three h2 {
  margin-bottom: 30px; }
.service-section-three p {
  line-height: 30px; }
.service-section-three ul {
  overflow: hidden;
  margin-bottom: 20px; }
  .service-section-three ul li {
    margin-bottom: 20px; }
    .service-section-three ul li i {
      display: inline-block;
      float: left;
      font-size: 18px;
      margin-top: 5px;
      color: #333;
      margin-right: 10px; }
    .service-section-three ul li p {
      display: table;
      font-size: 16px;
      line-height: 24px;
      margin: 0px; }

.about-section-two .about-items {
  overflow: hidden;
  margin: -10px;
  margin-bottom: 50px; }
.about-section-two .about-item-outer {
  width: 20%;
  padding: 10px;
  float: left; }
  @media (max-width: 990px) {
    .about-section-two .about-item-outer {
      width: 50%; } }
  @media (max-width: 768px) {
    .about-section-two .about-item-outer {
      width: 100%; } }
.about-section-two .about-item {
  padding: 30px 20px;
  margin-bottom: 0px;
  text-align: center;
  border: 1px solid #ebebeb;
  transition: all 0.3s ease-in-out; }
  .about-section-two .about-item:hover .about-content h5 {
    color: #89c542; }
  .about-section-two .about-item:hover .about-content i {
    color: #89c542; }
  .about-section-two .about-item .about-thumb {
    float: none;
    margin-right: 0px; }
  .about-section-two .about-item .about-content {
    display: block;
    margin-top: 27px; }
    .about-section-two .about-item .about-content h5 {
      text-transform: uppercase;
      transition: all 0.3s ease-in-out;
      margin-bottom: 10px;
        font-weight: 700;
        font-size: 20px;}
    .about-section-two .about-item .about-content i {
      font-size: 6px;
      line-height: 35px;
      transition: all 0.3s ease-in-out; }
    .about-section-two .about-item .about-content p {
      margin: 0px; }
.about-section-two .about-button {
  text-align: center; }


.section-heading {
  max-width: 100%;
  margin: auto;
  text-align: center;
  padding-bottom: 50px; }
  .section-heading h1 {
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
      font-size: 36px;}
  .section-heading p {
    margin: 0; }


.section-padding {
  padding: 50px 0; }

/*************************************************************************/
footer .footer-top {
  background-color: #212221;
  color: #bababa; }
@media (max-width: 990px) {
  footer .widget-item {
    margin-bottom: 50px; } }
footer .widget-item .widget-title {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px; }
footer .widget-item .wg-contact p {
  margin-bottom: 20px;
  color: #bababa!important;
  line-height: 26px;
  font-size: 14px;}
footer .widget-item .wg-contact ul {
  margin: 0px;
  padding: 0px; }
  footer .widget-item .wg-contact ul li {
    overflow: hidden;
    margin-bottom: 6px; }
    footer .widget-item .wg-contact ul li i {
      color: #77b734;
      height: 36px;
      width: 36px;
      border-radius: 1px;
      background-color: #333333;
      float: left;
      margin-right: 10px;
      font-size: 16px;
      text-align: center;
      line-height: 2.2; }
    footer .widget-item .wg-contact ul li p {
      display: table;
      line-height: 36px;
      margin: 0px; }
footer .widget-item .wg-services li {
  font-size: 14px;
  line-height: 40px;
  color: #bababa;
  border-bottom: 1px solid #2a2a2a; }
  footer .widget-item .wg-services li:last-child {
    border: none; }
  footer .widget-item .wg-services li i {
    color: #f99f1c;
    margin-right: 10px; }
  footer .widget-item .wg-services li a {
    color: #bababa; }
footer .widget-item .wg-studies li {
  font-size: 14px;
  line-height: 40px;
  color: #bababa;
  border-bottom: 1px solid #2a2a2a; }
  footer .widget-item .wg-studies li:last-child {
    border: none; }
  footer .widget-item .wg-studies li i {
    color: #f99f1c;
    margin-right: 10px; }
  footer .widget-item .wg-studies li a {
    color: #bababa; }
footer .widget-item .wg-posts li {
  border-bottom: 1px solid #2a2a2a;
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  footer .widget-item .wg-posts li:last-child {
    border: none;
    margin-bottom: 0px;
    padding-bottom: 0px; }
  footer .widget-item .wg-posts li .wg-post-thumb {
    float: left;
    margin-right: 10px; }
  footer .widget-item .wg-posts li .wg-post-content {
    display: table-cell; }
    footer .widget-item .wg-posts li .wg-post-content a {
      color: #bababa;
      font-size: 14px;
      display: block; }
    footer .widget-item .wg-posts li .wg-post-content span {
      font-size: 14px;
      color: #848484; }
footer .footer-bottom {
  background-color: #fff;
  padding: 30px 0px; }
  footer .footer-bottom p {
    float: left;
    margin: 0px;
    color: #282828;
    line-height: 40px; }
    footer .footer-bottom p a {
      color: #ff6038; }
  footer .footer-bottom ul {
    float: right; }
    footer .footer-bottom ul li a {
      display: inline-block;
      color: #282828;
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 14px;
      border: 1px solid #f1f0f0;
      border-radius: 100%;
      text-align: center; }
      footer .footer-bottom ul li a:hover, footer .footer-bottom ul li a:focus {
        background-color: #ff6038;
        border: 1px solid #ff6038;
        color: #fff; }
  @media (max-width: 480px) {
    footer .footer-bottom {
      text-align: center; }
      footer .footer-bottom p {
        margin-bottom: 20px;
        float: none; }
      footer .footer-bottom ul {
        float: none; } }

.footer-style-two .footer-top {
  background-color: #fafafa;
  color: #888888; }
  .footer-style-two .footer-top .widget-item p {
    color: #888888; }
  .footer-style-two .footer-top .widget-item ul li {
    color: #888888;
    border-color: #f1f0f0; }
    .footer-style-two .footer-top .widget-item ul li a {
      color: #888888; }
  .footer-style-two .footer-top .widget-item .widget-title {
    color: #282828; }
  .footer-style-two .footer-top .widget-item .wg-contact ul li i {
    background-color: #fff;
    border: 1px solid #f1f0f0; }

.social-link-list {
  padding-left: 0;
  margin-bottom: 0;
  display: inline-block; }
  .social-link-list li {
    float: left;
    padding: 0 5px; }
    .social-link-list li a {
      color: #c6c5c5;
      font-size: 16px; }


.case-studies-section .studies-item {
  background-color: #fff;
  border: 1px solid #f1f0f0;
  padding: 20px;
  text-align: left;
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .case-studies-section .studies-item {
      max-width: 370px;
      margin: 0 auto 30px; } }
  .case-studies-section .studies-item .studies-thumb {
    position: relative; }
    .case-studies-section .studies-item .studies-thumb img {
      width: 100%;
transition: all 0.4s ease-in-out 0s;}
.case-studies-section .studies-item .studies-thumb:hover img {
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
    .case-studies-section .studies-item .studies-thumb .plus {
      background-color: #fff;
      border-radius: 100%;
      width: 50px;
      height: 50px;
      position: absolute;
      bottom: -20px;
      right: 20px;
      -webkit-box-shadow: 0px 0px 10px 5px rgba(136, 136, 136, 0.1);
      -moz-box-shadow: 0px 0px 10px 5px rgba(136, 136, 136, 0.1);
      box-shadow: 0px 0px 10px 5px rgba(136, 136, 136, 0.1); }
      .case-studies-section .studies-item .studies-thumb .plus span.plus-icon {
        position: absolute;
        top: 50%;
        left: 54%;
        background-color: #f99f1c;
        width: 20px;
        height: 2px;
        margin-top: -2px;
        background-color: #f99f1c;
        margin-left: -12px; }
      .case-studies-section .studies-item .studies-thumb .plus span.plus-icon:first-child {
        -ms-transform: rotate(90deg);
        /* IE 9 */
        -webkit-transform: rotate(90deg);
        /* Chrome, Safari, Opera */
        transform: rotate(90deg); }
  .case-studies-section .studies-item .studies-content {
    padding: 28px 10px;
    padding-bottom: 10px; }
    .case-studies-section .studies-item .studies-content h5 {
      text-transform: uppercase;
      margin-bottom: 5px;
      text-align: center;}
    .case-studies-section .studies-item .studies-content p {
      margin: 0px;
      text-align: center;}
  .case-studies-section .studies-item:hover .plus {
    right: 50%;
    bottom: 50%;
    -ms-transform: translateY(50%) translateX(50%);
    /* IE 9 */
    -webkit-transform: translateY(50%) translateX(50%);
    /* Chrome, Safari, Opera */
    transform: translateY(50%) translateX(50%); }
.case-studies-section .case-studies-button {
  text-align: center;
  margin-top: 30px; }

.case-studies-section-two .studies-item {
  padding: 10px; }
  .case-studies-section-two .studies-item h5 {
    font-size: 16px; }


.about-item, .team-item, .studies-item, .testimonial-item, .product-item, .pro-item, .post-item, .service-item {
  position: relative; }
  .about-item:before, .team-item:before, .studies-item:before, .testimonial-item:before, .product-item:before, .pro-item:before, .post-item:before, .service-item:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    bottom: -1px;
    right: -1px;
    background: white;
    background: linear-gradient(315deg, #fff 50%, #f1f3f2 50%);
    transition: all 0.3s ease-in-out; }
  .about-item:hover:before, .team-item:hover:before, .studies-item:hover:before, .testimonial-item:hover:before, .product-item:hover:before, .pro-item:hover:before, .post-item:hover:before, .service-item:hover:before {
    height: 40px;
    width: 40px; }

.project-details {
  padding-top: 100px;
  padding-bottom: 100px; }

.project-details-single {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (max-width: 990px) {
    .project-details {
      text-align: center; } }
  .project-details h3 {
    text-transform: uppercase;
    margin-bottom: 10px; }
  .project-details img {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2); }
  @media (max-width: 990px) {
    .project-details .top {
      margin-bottom: 50px; } }
  .project-details .top img {
    -ms-transform: translateY(-110px);
    /* IE 9 */
    -webkit-transform: translateY(-110px);
    /* Chrome, Safari, Opera */
    transform: translateY(-110px);
    margin-bottom: -60px;
    border: 15px solid #fff; }
  .project-details .top ul {
    margin-bottom: 20px; }
    .project-details .top ul li {
      display: inline-block; }
      .project-details .top ul li:first-child {
        margin-right: 20px; }
      .project-details .top ul li span {
        font-weight: 600;
        color: #282828; }
  .project-details .middle {
    margin-top: 60px; }
  @media (max-width: 990px) {
    .project-details .bottom img {
      margin-bottom: 30px; } }
  .project-details .bottom ul li {
    display: inline-block;
    text-align: center;
    margin-right: 30px; }
    .project-details .bottom ul li img {
      margin-bottom: 10px;
      box-shadow: none; }
    .project-details .bottom ul li p {
      font-size: 18px;
      font-weight: 600;
      color: #282828; }

.bg-pattern {
  background-image: url(../images/bg-pattern.jpg);
    padding: 50px 0;
}


.seo-item .seo-content h2 {
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px; }
.seo-item .seo-content h6 {
  margin-bottom: 10px; }
.seo-item .seo-content p {
  margin: 0px;
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #333;}
.seo-item .seo-content a {
  margin-top: 30px; }


.contact-form-section .overlay {
  background-color: rgba(36, 174, 95, 0.95); }
  .contact-form-section .overlay .contact-form ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7); }
  .contact-form-section .overlay .contact-form ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7); }
  .contact-form-section .overlay .contact-form :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7); }
  .contact-form-section .overlay .contact-form :-moz-placeholder {
    color: rgba(255, 255, 255, 0.7); }

.contact-form form input {
  width: 100%;
  padding: 14px 20px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: transparent;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.7); }
  .contact-form form input:focus {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: #fff; }
.contact-form form textarea {
  width: 100%;
  padding: 14px 20px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: transparent;
  margin-bottom: 30px;
  min-height: 150px; }
  .contact-form form textarea:focus {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.7); }
.contact-form form .custom-btn {
  padding: 14px 41px;
  border: none;
  width: auto;
  background-color: #fff;
  color: #282828;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .contact-form form .custom-btn:hover, .contact-form form .custom-btn:focus {
    background-color: #f99f1c;
    color: #fff; }

.contact-infos .con-info-item {
  background-color: #77b734;
  text-align: center;
  color: #fff;
  padding: 10px 17px 35px;
  height: 220px;}
  @media (max-width: 768px) {
    .contact-infos .con-info-item {
      margin-bottom: 80px; } }
  .contact-infos .con-info-item .icon {
    display: inline-block;
    margin: 0 auto;
    height: 70px;
    width: 70px;
    line-height: 60px;
    border-radius: 100%;
    background-color: #f99f1c;
    border: 4px solid #fff;
    -ms-transform: translateY(-46px);
    /* IE 9 */
    -webkit-transform: translateY(-46px);
    /* Chrome, Safari, Opera */
    transform: translateY(-46px); }
  .contact-infos .con-info-item h5 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px; }
  .contact-infos .con-info-item p {
    color: #fff;
    margin: 0px;
    line-height: 24px;}
.contact-infos .second {
  background-color: #99c34f; }
.contact-infos .third {
  background-color: #6196d0; }

.contact-map {
/*  height: 500px;*/
  width: 100%; }

.cont-page-form .cont-input {
  margin-bottom: 30px;
  border: 1px solid #f1f0f0;
  background-color: #fafafa;
  padding: 11px 15px;
  outline: none;
  position: relative; }
  .cont-page-form .cont-input:focus {
    border-color: #f99f1c; }
.cont-page-form i {
  position: absolute;
  top: 15px;
  right: 30px;
  color: #939393; }
.cont-page-form .cont-button {
  font-weight: 600;
  padding: 15px 35px;
  border-radius: 4px;
  margin: 0 auto;
  display: inherit; }


.h-features {
    height: 200px;
}

