/*!
// Contents
// ------------------------------------------------

 1. Global Styles
 2. Mixins
 3. Sections
 4. Typography
 5. Buttons
 6. Colours
 7. Forms
 8. Video
 9. Lists
 10. Navigation
 11. Headers
 12. Features
 13. Calls To Action
 14. Testimonials
 15. Pricing
 16. Social
 17. Contact
 18. News
 19. FAQ & Terms
 20. Footers

/*!---------- GLOBAL STYLES ----------*/
body {
  background: #eee;
  -webkit-backface-visibility: hidden;
}
.main-container,
.nav-container,
.footer-container,
nav,
.home nav.fixed,
.callout {
	position:fixed;
  max-width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  
}
.home nav.fixed{position: fixed;
    top: 0;
    z-index: 98;
    left: 0;
    overflow: visible;
    background: #FFFFFF;
    border-bottom: 1px solid #371918;}
	nav.fixed{position: relative;
    top: 0;
    z-index: 98;
    left: 0;
    overflow: visible;
    background: #FFFFFF;
    border-bottom: 1px solid #371918;}
	nav ul {
    display: inline-block;
    float: right;
}
.nav-1 .menu {
    margin-top: 26px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
nav ul {
    display: inline-block;
    float: right;
}
nav ul li {
    float: left;
    margin-right: 26.66666667px;
    font-size: 14px;
}
nav a {
    color: #FFF;
    font-weight: 300;
    font-size: 18px;
}
body.boxed-layout .main-container,
body.boxed-layout .nav-container,
body.boxed-layout .footer-container,
body.boxed-layout nav,
body.boxed-layout nav.fixed,
body.boxed-layout nav.overlay {
  max-width: 1280px;
}
.main-container {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  clear: both;
    
    position: absolute;
    top: 0;
}
.slider {
  position: relative;
}
video:-webkit-full-screen,
audio:-webkit-full-screen {
  -webkit-transform: translateY(0%);
}
a {
  text-decoration: none;
}
a,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none;
}
img {
  max-width: 100%;
}
.hero-slider {
  position: relative;
  overflow: hidden;
  background: url(../img/hero-banner-customer360.jpg) center top no-repeat;
  background-size:cover;
}
.flex-control-nav {
  bottom: 16px;
}
.flex-control-nav li {
  margin: 0 7px;
}
.pull-right {
  right: 0;
}
.pull-left {
  left: 0;
}
.parallax .background-image-holder {
  transition: opacity 0.3s ease !important;
}
.parallax {
  overflow: hidden;
}



/*!---------- krishna ----------*/
.banner-contact {
    position: fixed;
    right: 0;
    top: 30vh;
}
.banner-contact {
    display: block;
}






@media all and (max-width: 767px) {
  .btn {
    height: 45px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 28px;
  }
  .btn.super-action {
    height: 64px;
    line-height: 58px;
    min-width: 0px;
    font-size: 18px;
    font-weight: normal;
  }
}
/*!---------- COLOURS ----------*/
a {
  color: #888;
}
a:hover {
  color: #444;
}
.text-white {
  color: #fff !important;
}
.muted-white {
  color: #f8f8f8;
}
.bg-secondary {
  background: #f6f8fa;
}
section.bg-dark,
footer.bg-dark {
  background: #222;
}
section.bg-dark.bg-secondary,
footer.bg-dark.bg-secondary {
  background: #282828;
}
section.bg-dark h1,
footer.bg-dark h1,
section.bg-dark h2,
footer.bg-dark h2,
section.bg-dark h3,
footer.bg-dark h3,
section.bg-dark h4,
footer.bg-dark h4,
section.bg-dark h5,
footer.bg-dark h5,
section.bg-dark h6,
footer.bg-dark h6 {
  color: #fff;
}
section.bg-dark p,
section.bg-dark span,
footer.bg-dark {
  color: #eee;
}
section.bg-dark a,
footer.bg-dark span {
  color: #fff;
}
::selection {
  background: #6dc77a;
  color: #fff;
}
::-moz-selection {
  background: #6dc77a;
  color: #fff;
}
/*!---------- FORMS ----------*/
input,
textarea {
  -webkit-appearance: none;
}
textarea {
  font-weight: 400;
}
input[type="text"] {
  height: 54px;
   
  padding-left: 16px;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 3px;
  font-size: 16px;
  color: #888888;
  font-weight: 400;
}
input[type="submit"] {
  font-weight: 500 !important;
  height: 35px;
  line-height: normal;
  text-align: center;
  background: #6dc77a;
  border: 1px solid #6dc77a;
  font-size: 18px;
  font-weight: 300;
  padding: 0 36px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  color: #fff;
}
input[type="submit"]:hover {
      background: rgba(241,241,241,.1);
    border: 1px solid #fff;
    color: #fff;
}
input:focus,
textarea:focus {
  outline: none;
}
input.field-error,
textarea.field-error {
  outline: 1px solid #a83a3a;
}
form {
  position: relative;
  display: inline-block;
}
form p {
  margin-top: 12px;
}
form a {
  font-weight: bold;
}
.contained-form input[type="text"]:first-of-type {
  border-radius: 3px 0px 0px 3px;
  position: relative;
  left: 3px;
}
.contained-form input[type="text"]:nth-of-type(2) {
  border-radius: 0px;
  border-left: 1px solid #eee;
}
.contained-form input[type="submit"] {
  border-radius: 0px 3px 3px 0px;
  position: relative;
  right: 3px;
  top: 1px;
}
.form-success,
.form-error {
  position: absolute;
  bottom: 105%;
  left: 0;
  width: 100%;
  z-index: 20;
  background: #a83a3a;
  color: #fff;
  border-radius: 3px;
  padding: 8px;
  display: none;
}
.form-success {
  background: #3aa844;
}
@media all and (max-width: 767px) {
  .contained-form input {
    width: 100%;
    left: 0 !important;
    right: 0 !important;
  }
  .contained-form input[type="text"]:first-of-type {
    border-bottom: none;
    border-radius: 3px 3px 0px 0px;
  }
  .contained-form input[type="text"]:nth-of-type(2) {
    border-radius: 0px;
    border-top: 1px solid #eee;
  }
  .contained-form input[type="submit"] {
    border-radius: 0px 0px 3px 3px;
    top: 0;
  }
}
.mail-list-form {
  display: none;
}

/*!---------- MIXINS ----------*/
.v-align-children {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.v-align-children-column {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.disable-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Slab', sans-serif;
}
@media all and (max-width: 990px) {
  .v-align-children {
    display: block !important;
  }
}
/*!---------- SECTIONS ----------*/


/*section {
  padding: 80px 0;
  position: relative;
  background: #fff; clear:both; z-index:0
      
}*/
section .container.v-align-children{ overflow-x: hidden;}
section .container {
  position: relative;
  z-index: 2;
}




@media all and (max-width: 767px) {
  section {
    padding: 40px 0;
  }
}
/*!---------- TYPOGRAPHY ----------*/
body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #2D2D2D;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight:300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
  margin: 0;
  cursor: default;
}
h1 {
  font-size: 40px;
  line-height: 74px;
  font-weight: 300;
  letter-spacing: -1px;
}
h2 {
  font-size: 38px;
  line-height: 64px;
  font-weight: 300;
  letter-spacing: -1px;
}
h3 {
  font-size: 36px;
  line-height: 54px;
  font-weight: 300;
  letter-spacing: -1px;
}
h4 {
  font-size: 32px;
  line-height: 44px;
  font-weight: 300;
}
h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
h6 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
h6.light {
  font-weight: 300;
  letter-spacing: 2px;
  margin-right: -2px;
}
.text-upper{ text-transform:uppercase;}




@media all and (max-width: 1024px) {
  h1 {
    font-size: 60px;
    line-height: 68px;
  }
  h2 {
    font-size: 50px;
    line-height: 58px;
  }
  h3 {
    font-size: 40px;
    line-height: 48px;
  }
  h4 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media all and (max-width: 990px) {
  h1 {
    font-size: 46px;
    line-height: 50px;
  }
  h2 {
    font-size: 46px;
    line-height: 50px;
  }
  h3 {
    font-size: 36px;
    line-height: 40px;
  }
  h4 {
    font-size: 26px;
    line-height: 30px;
  }
  h5 {
    font-size: 18px;
    line-height: 26px;
  }
}
p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 24px;
  cursor: default;
}
p.lead {
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}
p.sub {
  font-size: 12px;
  line-height: 16px;
}
p.sub a {
  font-weight: bold;
  color: #222;
}
p:last-child {
  margin-bottom: 0;
}
p a {
  color: #6dc77a;
  font-weight: 700;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
p a:hover {
  color: #40a74f;
}
p.text-white a {
  color: #fff;
}
@media all and (max-width: 768px) {
  p.lead {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
  }
}
/*!---------- BUTTONS ----------*/
.btn {
    display: inline-block;
    height: 40px;
    line-height: 38px;
    font-size: 18px;
    border-radius: 5px;
    padding: 0 30px;
    border: 1px solid #ccc;
    color: #d93825;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    text-align: center;
	text-transform:uppercase;
}
.btn:hover {
   background: #d93825;
}
.btn:focus, .btn:hover{color: #FFFFFF !important;}

.btn-filled {
    background: #d93825;
    color: #fff;
    border: 1px solid #d93825;
}
.btn-filled:hover,
.btn:hover {
  color: #fff;
   background: #d93825;
}
.btn-filled:hover {
  background: #d93825;
}
.btn.super-action {
  border-radius: 3px;
  height: 85px;
  line-height: 76px;
  font-size: 24px;
  font-weight: 300;
  min-width: 267px;
  border: 2px solid;
}
.btn.super-action.btn-filled {
  background: #6dc77a;
  color: #fff;
  border: 2px solid #6dc77a;
}
.btn.super-action.btn-filled:hover {
  background: #d93825;
}
.btn-sm {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 28px;
}
.btn:focus, .btn:hover {
    color: #FFF !important;
    text-decoration: none;
}
.features-11 .feature h6 {
    margin: 20px 0 10px;     margin-top: 10px;
    text-align: left;
}
.btn-xs {
  height: 40px;
  line-height: 35px;
  font-size: 16px;
  padding: 0 26px;
}

@media all and (max-width: 767px) {
  .btn {
    height: 45px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 28px;
  }
  .btn.super-action {
    height: 64px;
    line-height: 58px;
    min-width: 0px;
    font-size: 18px;
    font-weight: normal;
  }
}
/*!---------- COLOURS ----------*/
a {
  color: #888;
}

.nav-1 a:hover {
  color: #FFFFFF !important;
}
.nav-1.fixed a:hover {
  color: #888 !important;
}

a:hover {
  color: #444;
}
.text-white {
  color: #fff !important;
}
.muted-white {
  color: #f8f8f8;
}
.bg-secondary {
  background: #f6f8fa;
}
section.bg-dark,
footer.bg-dark {
  background: #222;
}
section.bg-dark.bg-secondary,
footer.bg-dark.bg-secondary {
  background: #282828;
}
section.bg-dark h1,
footer.bg-dark h1,
section.bg-dark h2,
footer.bg-dark h2,
section.bg-dark h3,
footer.bg-dark h3,
section.bg-dark h4,
footer.bg-dark h4,
section.bg-dark h5,
footer.bg-dark h5,
section.bg-dark h6,
footer.bg-dark h6 {
  color: #fff;
}
section.bg-dark p,
section.bg-dark span,
footer.bg-dark {
  color: #eee;
}
section.bg-dark a,
footer.bg-dark span {
  color: #fff;
}
::selection {
  background: #6dc77a;
  color: #fff;
}
::-moz-selection {
  background: #6dc77a;
  color: #fff;
}
/*!---------- FORMS ----------*/
input,
textarea {
  -webkit-appearance: none;
}
textarea {
  font-weight: 400;
}
input[type="text"] {
  height: 33px;
   
  padding-left: 16px;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 3px;
  font-size: 16px;
  color: #888888;
  font-weight: 400;
}
input[type="submit"] {
  font-weight: 500 !important;
  height: 35px;
  line-height: normal;
  text-align: center;
  background: #6dc77a;
  border: 1px solid #6dc77a;
  font-size: 18px;
  font-weight: 300;
  padding: 0 36px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  color: #fff;
}
input[type="submit"]:hover {
      background: rgba(241,241,241,.1);
    border: 1px solid #fff;
    color: #fff;
}
input:focus,
textarea:focus {
  outline: none;
}
input.field-error,
textarea.field-error {
  outline: 1px solid #a83a3a;
}
form {
  position: relative;
  display: inline-block;
}
form p {
  margin-top: 12px;
}
form a {
  font-weight: bold;
}
.contained-form input[type="text"]:first-of-type {
  border-radius: 3px 0px 0px 3px;
  position: relative;
  left: 3px;
}
.contained-form input[type="text"]:nth-of-type(2) {
  border-radius: 0px;
  border-left: 1px solid #eee;
}
.contained-form input[type="submit"] {
  border-radius: 0px 3px 3px 0px;
  position: relative;
  right: 3px;
  top: 1px;
}
.form-success,
.form-error {
  position: absolute;
  bottom: 105%;
  left: 0;
  width: 100%;
  z-index: 20;
  background: #a83a3a;
  color: #fff;
  border-radius: 3px;
  padding: 8px;
  display: none;
}
.form-success {
  background: #3aa844;
}
@media all and (max-width: 767px) {
  .contained-form input {
    width: 100%;
    left: 0 !important;
    right: 0 !important;
  }
  .contained-form input[type="text"]:first-of-type {
    border-bottom: none;
    border-radius: 3px 3px 0px 0px;
  }
  .contained-form input[type="text"]:nth-of-type(2) {
    border-radius: 0px;
    border-top: 1px solid #eee;
  }
  .contained-form input[type="submit"] {
    border-radius: 0px 0px 3px 3px;
    top: 0;
  }
}
.mail-list-form {
  display: none;
}

/*!---------- VIDEO ----------*/
video {
  max-width: 100%;
}
.local-video-container {
  position: relative;
}
.local-video-container video {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.local-video-container .background-image-holder {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  top: 0;
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.26);
}
.background-image-holder.fadeout {
  opacity: 0 !important;
  z-index: 0;
}
.background-image-holder.parallax {
  height: 150%;
  top: -30%;
  transition: all 0s ease !important;
}

@media all and (max-width: 767px) {
  video {
    max-width: 100% !important;
  }
}
.play-button {
  width: 80px;
  height: 80px;
  background: #fff;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  z-index: 4;
  border-radius: 50%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  cursor: pointer;
}
.play-button:before {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -8px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #222222;
}
.play-button:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
@media all and (max-width: 767px) {
  .play-button {
    width: 65px;
    height: 65px;
    margin-top: -32px;
  }
  .play-button:before {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    margin-left: -8px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20.0px;
    border-color: transparent transparent transparent #222222;
  }
}
.play-button.video-playing {
  transform: scale(0.5) translateY(300px);
  -webkit-transform: scale(0.5) translateY(300px);
  opacity: 0.7;
  display: none;
}
.play-button.video-playing:before,
.play-button.large.video-playing:before {
  border: none;
  width: 6px;
  height: 30px;
  background: #222;
  margin-top: -15px;
  margin-left: -10px;
}
.play-button.video-playing:after {
  content: '';
  width: 6px;
  height: 30px;
  position: absolute;
  background: #222;
  top: 50%;
  margin-top: -15px;
  margin-left: 2px;
}
.play-button.video-playing:hover {
  opacity: 1;
}
.play-button.large {
  height: 120px;
  width: 120px;
  margin-top: -60px;
  margin-left: -60px;
}
.play-button.large:before {
  margin-top: -18px;
  margin-left: -10px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 31.0px;
  border-color: transparent transparent transparent #222222;
}
@media all and (max-width: 767px) {
  .play-button.large {
    width: 90px;
    height: 90px;
    margin-top: -45px;
  }
  .play-button.large:before {
    margin-top: -14px;
    margin-left: -8px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 25.0px;
    border-color: transparent transparent transparent #222222;
  }
}
.modal-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
  z-index: -1;
}
.modal-video video {
  margin: 0 auto;
  width: 675px;
  display: block;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.modal-video.reveal-modal {
  opacity: 1;
  z-index: 999;
}
.modal-video-container .play-button.video-playing {
  z-index: 1000;
}
@media all and (max-width: 767px) {
  .modal-video video {
    width: 100%;
    padding: 0 15px;
  }
}
.fs-video-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.fs-video-wrapper video {
  position: absolute;
  width: 100%;
  left: 0;
  opacity: 0.5;
}
.embed-video-container {
  width: 100%;
  max-width: 600px;
  position: relative;
  display: inline-block;
}
.embed-video-container iframe {
  border: none;
  width: 100%;
  height: 312px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
@media all and (max-width: 990px) {
  .embed-video-container {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .embed-video-container iframe {
    height: 200px;
  }
}
/*!---------- LISTS ----------*/
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
li {
  margin: 0;
  padding: 0;
}
/*!---------- TABS ----------*/
.tabs {
  display: inline-block;
  overflow: hidden;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
      padding-bottom: 70px;
}
.tabs li {
  display: inline-block;
      height: 75px;
}
.tabbed-content .content li {
  max-height: 0;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  overflow: hidden;
  opacity: 0;
}
.tabbed-content .content li.active {
  opacity: 1;
  max-height: 3000px;
}
.tab-title {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0.7;
  cursor: pointer;
}
.tab-title .indicator {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.tab-title i {
  color: #6dc77a;
  font-size: 56px;
  line-height: 64px;
  margin-bottom: 24px;
}
.tab-title h6 {
  font-weight: 300;
  letter-spacing: 2px;
  margin-right: -2px;
  font-size: 12px;
  cursor: pointer;
}
.tabs li.active .tab-title,
.tabs li:hover .tab-title {
  opacity: 1;
}
.tabs li.active .tab-title .indicator {
  background: #6dc77a;
}
.tab-content {
  width: 100%;
  overflow: hidden;
}
.tab-content img {
  display: inline-block;
  margin-bottom: 5px;
}
.tab-content p{ text-align:left;}
.tab-content h5 {  margin-bottom: 20px;}
.tab-content .embed-video-container {
  margin-bottom: 26.66666667px;
}
.tab-content iframe {
  width: 100%;
}
.tab-content .slides li {
  max-height: 8000px;
  opacity: 1;
}
.tab-content .flex-control-nav {
  bottom: 42px;
}
.tab-content .flex-control-nav li {
  max-height: 80px;
  opacity: 1;
}
.icon-tabs .tab-title {
  margin: 0 32px;
}
.text-tabs .tab-title {
  
  
  margin: 0 8px;
  border-radius: 3px;
}
.text-tabs .tabs li:hover .tab-title {
  border-color: #ccc;
}
.text-tabs .tabs li.active .tab-title {
  
}
@media all and (max-width: 767px) {
  .icon-tabs .tab-title {
    opacity: .4;
    margin-bottom: 16px;
  }
  .tab-title .indicator {
    display: none;
  }
}
/*!---------- NAVIGATION ----------*/
.nav-container,
nav {
  overflow: visible;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
	    position: relative;
    z-index: 999;
}
.nav-container.dismiss-active {
  min-height: 80px !important;
  max-height: 80px !important;
}
.nav-container.dark {
  background: #222;
}
nav {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
nav a {
   
}
a:focus, a:hover {
     
    text-decoration: underline;
}
nav .logo {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.mob-steps{ display:none;}

@media all and (max-width: 768px) {
  nav {
    
  }
  .space50px{ margin-top:50px;}
  .space20px{ margin-top:20px;}
  .mob-steps{ display:block;}
}

nav .callout {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 2;
}
nav.overlay {
  position: fixed;
  top: 0;
  z-index: 98;
  left: 0;
  overflow: visible;
}
nav.shrink .navbar {
  height: 60px;
  max-height: 60px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
nav.shrink .btn {
  height: 45px;
  line-height: 40px;
  padding: 0 26px;
  font-size: 16px;
}
.navbar {
  border-radius: 0;
}
nav.dark .navbar {
  background: #222;
  color: #fff;
}
nav.dark a {
  color: #fff;
}
nav.dark .subnav li a {
  color: #666;
}
nav.dark .mobile-toggle .upper,
nav.dark .mobile-toggle .middle,
nav.dark .mobile-toggle .lower {
  background: #fff;
}
nav.overlay .navbar {
  background: rgba(255, 255, 255, 0.6);
}
nav.overlay.dark .navbar {
  background: rgba(35, 35, 35, 0.8);
}
nav.overlay.fixed .navbar {
  background: rgba(255, 255, 255, 0.9);
}
nav.overlay.fixed.dark .navbar {
  background: rgba(35, 35, 35, 0.95);
}
nav ul {
  display: inline-block;
}
nav ul li {
  float: left;
  margin-right: 26.66666667px;
  font-size: 14px;
}
nav ul ul {
  position: absolute;
  background: #fff;
  visibility: hidden;
  z-index: 999;
  min-width: 150px;
  padding: 0;
  border-radius: 3px;
  top: 100%;
  left: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
}
nav ul ul li {
  line-height: 32px;
  text-align: left;
  position: relative;
  margin-right: 0;
  width: 100%;
}
nav ul ul li a {
  display: block;
  padding: 0 20px;
  width: 100%;
}
nav ul ul li:first-child {
  padding-top: 8px;
}
nav ul ul li:last-child {
  padding-bottom: 8px;
}
nav ul li:hover ul:nth-of-type(1) {
  visibility: visible;
  opacity: 1;
}
nav ul li:hover .subnav .subnav {
  visibility: hidden;
  opacity: 0;
}
.has-dropdown .has-dropdown:hover .subnav {
  visibility: visible;
  opacity: 1;
}
.has-dropdown .subnav .subnav {
  top: 0;
  left: 100%;
}
@media all and (max-width: 990px) {
 
}
.mobile-toggle {
  position: relative;
  cursor: pointer;
  top: 0px;
  margin-left: 18px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  opacity: 0.9;
  display: none;
}
.mobile-toggle .upper,
.mobile-toggle .middle,
.mobile-toggle .lower {
  width: 28px;
  height: 4px;
  position: relative;
  background: #C2AEAE;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
.mobile-toggle .middle {
  top: 5px;
}
.mobile-toggle .lower {
  opacity: 0;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
}
.mobile-toggle:hover,
.mobile-toggle.active {
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  opacity: 1;
}
.mobile-toggle:hover .lower,
.mobile-toggle.active .lower {
  transform: translateY(6px);
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  opacity: 1;
}
.mobile-toggle:hover .middle,
.mobile-toggle.active .middle {
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
}
@media all and (max-width: 990px) {
  .mobile-toggle {
    display: inline-block;
  }
}
.navbar {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.nav-1 .navbar {
  height: 80px;
  max-height: 80px;
  margin: 0;
     
}
.nav-1 .menu:first-child li,
.nav-2 .menu:first-child li {
  position: relative;
}
.nav-1 .logo {
	/* width: 100%; */
	max-height: 75px;
}
.nav-1 .menu {
  margin-top: 26px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.nav-1 .btn {
  margin-top: 13px;
}
.nav-1.shrink .menu {
  margin-top: 17px;
}
.nav-1.shrink .logo {
  margin-top: 18px;
}
.nav-1.shrink .btn {
  margin-top: 7px;
}
@media all and (max-width: 990px) {
  .nav-1 .text-center {
    text-align: left;
  }
  .nav-1 .menu {
    margin-bottom: 8px;
  }
  .nav-1 .menu li,
  .nav-2 .menu li {
    float: none !important;
    margin: 0;
    line-height: 32px;
  }
  .nav-1 .btn {
    margin-top: 16px;
  }
  .nav-1 .mobile-toggle {
    top: 8px;
  }
}
.nav-open .navbar {
  height: auto !important;
  max-height: 600px !important;
}
.nav-3 {
  height: auto !important;
  max-height: 60px;
  line-height: 55px;
  overflow: hidden;
  background: #222;
  -webkit-backface-visibility: hidden;
}
.nav-3 div,
.nav-3 li,
.nav-3 a,
.nav-3 ul {
  -webkit-backface-visibility: hidden;
}
.nav-3.overlay,
.nav-3.fixed {
  background: rgba(35, 35, 35, 0.9);
  overflow: hidden;
}
.nav-3.hollow {
  background: none;
}
.nav-3 .btn {
  border-color: #fff;
  color: #fff;
}
.nav-3 .btn:hover {
  border-color: #6dc77a;
}
.nav-3 .mobile-toggle {
  display: inline-block;
}
.nav-3 .mobile-toggle .upper,
.nav-3 .mobile-toggle .middle,
.nav-3 .mobile-toggle .lower {
  background: #fff;
}
.nav-3 .row:nth-of-type(2) {
  padding: 40px 0;
}
.nav-3 .menu li {
  float: none !important;
  line-height: 32px;
  margin: 0 !important;
}
.nav-3 .menu li a {
  color: #fff;
}
.icon-menu {
  overflow: hidden;
  margin: 0;
  padding: 0;
  line-height: 24px;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.icon-menu li {
  float: left;
  margin-right: 80px;
  text-align: center;
  display: inline-block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0.8;
}
.icon-menu i {
  display: block;
  font-size: 72px;
  height: 80px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}
.icon-menu span {
  color: #fff;
}
.icon-menu li:hover {
  opacity: 1;
}
.icon-menu li:last-child {
  margin-right: 0;
}
.nav-3:hover {
  max-height: 500px !important;
}
.nav-3.overlay:hover,
.nav-3.fixed:hover {
  background: rgba(35, 35, 35, 0.95);
}
@media all and (max-width: 990px) {
  .nav-3 .row:nth-of-type(2) {
    padding: 26.66666667px 0;
  }
  .icon-menu i {
    font-size: 56px;
    margin-bottom: 13.33333333px;
    height: 60px;
  }
  .icon-menu li {
    margin-right: 40px;
  }
}
@media all and (max-width: 767px) {
  .icon-menu {
    border-right: none;
    margin-bottom: 20px;
  }
  .icon-menu li {
    margin: 0;
    float: none;
    display: block;
    text-align: left;
  }
  .icon-menu i {
    display: none;
  }
  .icon-menu span {
    line-height: 32px;
    font-size: 16px;
  }
  .nav-3 .row:nth-of-type(2) .text-right {
    text-align: left;
  }
  .nav-3 .menu li {
    opacity: 0.6;
    line-height: 24px;
  }
  .nav-3:hover {
    max-height: 60px !important;
  }
  nav .btn {
    display: none;
  }
  .nav-1 .mobile-toggle {
    top: 15px;
  }
  .nav-1.fixed .mobile-toggle {
    top: 15px;
  }
}
.nav-3.nav-open {
  max-height: 500px !important;
}
.nav-3.nav-open.fixed,
.nav-3.nav-open.overlay {
  background: rgba(0, 0, 0, 0.7);
}
/*!---------- CALLOUTS ----------*/
.callout .container {
  z-index: 2;
  position: relative;
}
.callout-1 {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  padding: 0;
  opacity: 1;
  height: 110px;
  line-height: 110px;
}
.callout-1 .background-image-holder:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #6dc77a;
  background: -webkit-linear-gradient(left, #6dc77a 0%, #44b254 100%);
  background: linear-gradient(left, #6dc77a 0%, #44b254 100%);
  background: -ms-linear-gradient(left, #6dc77a 0%, #44b254 100%);
  background: -moz-linear-gradient(left, #6dc77a 0%, #44b254 100%);
  opacity: .9;
}
.callout-1 h5 {
  color: #fff;
  display: inline-block;
  position: relative;
}
.callout-1 form {
  margin-right: 16px;
}
.callout-1 input {
  background: none;
  border: 1px solid #fff;
  color: #fff;
}
.callout-1 input[type="text"] {
  position: relative;
  left: 4px;
}
.callout-1 input[type="submit"] {
  border-left: none;
  position: relative;
  top: 1px;
  padding: 0 24px;
}
.callout-1 input[type="submit"]:hover {
  background: #fff;
  color: #6dc77a;
}
.callout-1 ::-webkit-input-placeholder {
  color: #fff !important;
}
.callout-1 ::-moz-input-placeholder {
  color: #fff !important;
}
.callout-1 :-moz-input-placeholder {
  color: #fff !important;
}
.callout-1 :-ms-input-placeholder {
  color: #fff !important;
}
.dismiss-callout {
  position: relative;
  z-index: 3;
  height: 25px;
  width: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  display: inline-block;
  top: 6px;
}
.dismiss-callout .line-1,
.dismiss-callout .line-2 {
  width: 2px;
  height: 25px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 10px;
}
.dismiss-callout .line-1 {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.dismiss-callout .line-2 {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.dismiss-callout:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
nav.dismiss-active {
  transform: translateY(-110px);
  -webkit-transform: translateY(-110px);
}
/*!---------- HEADERS ----------*/
.background-image-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #222;
  background-size: cover !important;
  background-position: 50% 50% !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
}
.background-image-holder img {
  display: none;
}
.background-image-holder.fadeIn {
  opacity: 1;
}
.parallax > .background-image-holder,
.parallax .slides li > .background-image-holder {
  height: 100vh;
  top: -50vh;
  transition: all 0s ease !important;
  transition: opacity 0.3s ease !important;
  -webkit-transform-style: preserve-3d;
}
.main-container section:first-of-type .slides li > .background-image-holder,
.main-container section:first-of-type .background-image-holder {
  top: 0;
}
.header {
  padding: 0;
  background: #222;
}
.header .contained-form h6 {
  margin-bottom: 16px;
}
.header input[type="text"] {
  border-color: #fff;
}
@media all and (max-width: 767px) {
  .header br {
    display: none;
  }
}
.fixed-header {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translateZ(0);
}
.header-1 {
  padding: 120px 0;
}
.header-1 .background-image-holder:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: #000;
  z-index: 2;
  top: 0;
  left: 0;
}
.header-1 h3 {
  margin-bottom: 20px;
}
.header-1 li {
  overflow: hidden;
  margin-bottom: 20px;
}
.header-1 li:last-child {
  margin-bottom: 40px;
}
.header-1 i {
  display: inline-block;
  font-size: 36px;
  float: left;
  width: 15%;
}
.header-1 h5 {
  display: inline-block;
  float: left;
  width: 75%;
}
.header-1 form {
  width: 100%;
  max-width: 410px;
}
.header-1 form input {
  width: 100%;
}
.header-1 form input[type="text"] {
  margin-bottom: 12px;
}
.header-1 form a {
  color: #fff;
  font-weight: 700;
}
.header-1 .sub {
  color: #fff;
}
.header-1 .inner {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  padding: 40px;
  width: 100%;
  max-width: 458px;
  float: right;
}
@media all and (max-width: 990px) {
  .header-1 h2 br {
    display: none;
  }
  .header-1 h2 {
    margin-bottom: 40px;
  }
  .header-1 form {
    padding-left: 0;
  }
  .header-1 {
    text-align: center;
  }
  .header-1 h5 {
    float: none;
    margin-bottom: 40px;
  }
  .header-1 .inner {
    float: none;
    margin: 0 auto;
  }
}
@media all and (max-width: 767px) {
  .header-1 {
    padding: 80px 0;
  }
  .header-1 h5 {
    margin-bottom: 40px;
    width: 100%;
  }
  .header-1 .inner {
    background: none;
    padding: 0;
  }
  .header-1 .sub {
    width: 100%;
  }
}
.header-2 {
  padding: 120px 0;
  min-height: 100vh;
}
.header-2:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: #000;
  z-index: 2;
  top: 0;
  left: 0;
}
.header-2 h1 {
  margin-bottom: 8px;
}
.header-2 h5 {
  color: #fff;
  font-weight:300;
}
.features-3 h5.desc{
  font-weight:300;
  margin-bottom: 10px;
    color: #222222;
   
    margin: 0 auto 20px auto;
    font-weight: 300;
}
.features-3 h5.desc{
	 width: 100%; font-weight: 300;
}
.features-3 h5.tag{
  font-weight:300;
}
.header-2 .local-video-container,
.header-2 .embed-video-container {
  max-width: 675px;
  margin: 0 auto;
  margin-top: 8vh;
  margin-bottom: 8vh;
  overflow: visible;
}
.header-2 .embed-video-container iframe {
  height: 362px;
}
.header-2 .local-video-container .background-image-holder {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.header-2 video {
  width: 675px;
  border: none;
}
.header-2 form a {
  color: #fff;
  font-weight: bold;
}
.header-2 form input[type="text"] {
  min-width: 224px;
}
.header-2 .sub {
  color: #fff;
}
@media all and (max-width: 767px) {
  .header-2 {
    padding: 80px 0;
  }
  .header-2 .local-video-container,
  .header-2 .embed-video-container {
    margin: 40px 0;
  }
  .header-2 video {
    width: 100%;
  }
  .header-2 .contained-form input[type="text"]:nth-child(2) {
    border-left: none;
  }
  .header-2 .embed-video-container iframe {
    height: 200px;
  }
}
.header-3 {
  padding: 80px 0;
  background: #ecf0f3;
}
.header-3 h3 {
  margin-bottom: 10px;
}
.header-3 h5 {
  color: #888;
  margin-bottom: 40px;
}
.header-3 input[type="text"] {
  border-color: #ccc;
}
.header-3 input:nth-child(2) {
  border-left: none;
}
.header-3 .sub {
  color: #888;
  opacity: 0.8;
}
.header-3 form {
  margin-bottom: 40px;
}
.header-4 {
  background: #fff;
}
.header-4.bg-secondary {
  background: #f6f8fa;
}
.header-4 .hero-slider {
  max-height: 65vh;
  overflow: hidden;
}
.header-4 .hero-slider .slides li {
  height: 65vh;
  position: relative;
  overflow: hidden;
}
.header-4 .container {
  height: 35vh;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.header-4 h3 {
  margin-bottom: 20px;
}
.header-4 h5 {
  color: #888;
  margin-bottom: 26.66666667px;
}
@media all and (max-height: 900px) {
  .header-4 .hero-slider .slides li {
    height: 60vh;
  }
  .header-4 .container {
    height: 40vh;
  }
}
.header-5 {
  height: 100vh;
  padding: 120px 0;
  position: relative;
  min-height: 670px;
}
.header-5:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: #000;
  z-index: 2;
  top: 0;
  left: 0;
}
.header-5 h1 {
  margin-bottom: 10px;
}
.header-5 .form-holder {
  padding: 0 15px;
  position: absolute;
  bottom: 64px;
  width: 100%;
  z-index: 3;
  text-align: center;
}
.header-5 .sub {
  color: #fff;
}
.header-5 .sub a {
  color: #fff;
}
@media all and (max-width: 767px) {
  .header-5 {
    height: auto;
    padding: 80px 0;
    min-height: auto;
  }
  .header-5 h5 {
    margin-bottom: 20px;
  }
  .header-5 .play-button {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .header-5 .form-holder {
    position: relative;
    bottom: 0;
  }
}
.header-6 {
  position: relative;
  overflow: hidden;
  background: #ecf0f3;
  padding: 120px 0;
}
.header-6 .image-block {
  float: left;
  position: absolute;
  height: 100%;
  top: 0;
}
.header-6 h3 {
  margin-bottom: 20px;
}
.header-6 p {
  margin-bottom: 80px;
}
.header-6 form h6 {
  margin-bottom: 12px;
}
.header-6 form input {
  min-width: 380px;
}
.header-6 form input[type="text"] {
  margin-bottom: 20px;
  border-color: #ccc;
}
.header-6 form .sub {
  color: #888;
  margin-bottom: 0;
}
.header-6 .modal-video {
  width: 200%;
}
@media all and (max-width: 990px) {
  .header-6 .modal-video {
    width: 300%;
  }
}
@media all and (max-width: 767px) {
  .header-6 {
    padding-top: 0;
  }
  .header-6 .image-block {
    position: relative;
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
  }
  .header-6 .modal-video {
    width: 100%;
  }
  .header-6 p {
    margin-bottom: 40px;
  }
  .header-6 video,
  .header-6 .modal-video {
    width: 100%;
  }
  .header-6 form input {
    max-width: 100%;
    min-width: 100% !important;
  }
  .header-6 form input[type="text"] {
    margin-bottom: 0;
  }
  .header-6 form input[type="text"]:nth-of-type(1) {
    border-radius: 3px 3px 0px 0px;
    border-bottom: none;
  }
  .header-6 form input[type="text"]:nth-of-type(2) {
    border-radius: 0px;
    border-bottom: none;
  }
  .header-6 form input[type="submit"] {
    border-radius: 0px 0px 3px 3px;
  }
}
.header-7 .slides li {
  padding: 280px 0;
}
.header-7 .slides li:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: #000;
  z-index: 2;
  top: 0;
  left: 0;
}
.header-7 h1 {
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .header-7 .slides li {
    padding: 120px 0;
  }
}
.header-8 {
  background: #6dc77a;
}
.header-8 h2 {
  margin-bottom: 10px;
}
.header-8 h5 {
  margin-bottom: 40px;
}
.header-8 img {
  width: auto;
  bottom: 0;
}
.header-8 .header-upper {
  position: relative;
  text-align: center;
  padding-top: 120px;
}
.header-8 .header-lower {
  background: #fff;
  padding: 80px 0;
}
.header-8.bg-secondary .header-lower {
  background: #f6f8fa;
}
.header-8.bg-dark .header-lower {
  background: #222;
}
.header-8 .header-lower h4 {
  margin-bottom: 40px;
}
.header-8 .header-lower h6 {
  display: inline-block;
  line-height: 55px;
  margin: 0 26.66666667px;
  color: #888888;
}
@media all and (max-width: 767px) {
  .header-8 .header-upper {
    padding-top: 80px;
  }
  .header-8 .header-upper,
  .header-8 .header-lower {
    height: auto;
  }
  .header-8 .header-upper img {
    position: relative;
    width: 100%;
  }
  .header-8 .header-lower {
    padding: 40px 0;
  }
  .header-8 .header-lower h6 {
    display: block;
    margin: 0;
  }
  .header-8 h5 {
    margin-bottom: 40px;
  }
}
.header-9 {
  padding: 160px 0;
  background: #6dc77a;
}
@media all and (max-width: 767px) {
  .header-9 {
    padding: 80px 0;
  }
}
.header-10 {
  padding: 160px 0;
  overflow: hidden;
}
.header-10 .fs-video-wrapper:before,
.header-10 .background-image-holder:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: #000;
  z-index: 2;
  top: 0;
  left: 0;
}
.header-10 .fs-video-wrapper {
  z-index: 2;
}
.header-10 h3 {
  margin-bottom: 13.33333333px;
}
.header-10 h5 {
  margin-bottom: 53.33333333px;
}
.header-10 .sub,
.header-10 .sub a {
  color: #fff;
}
@media all and (max-width: 1024px) {
  .header-10 .fs-video-wrapper {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .header-10 {
    padding: 80px 0;
  }
}
.header-11.overlay .background-image-holder:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: #000;
  z-index: 2;
  top: 0;
  left: 0;
}
.header-11 {
  padding: 160px 0;
}
@media all and (max-width: 767px) {
  .header-11 {
    padding: 80px 0;
  }
}
/*!---------- FEATURES ----------*/
@media all and (max-width: 990px) {
  .features br {
    display: none;
  }
}
.hover-gallery {
  position: relative;
}
.hover-gallery img {
  max-width: 600px;
}
.hover-gallery li {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  opacity: 0.3;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  top: 0;
  z-index: 0;
}
.hover-gallery li:nth-child(1),
.hover-gallery li:nth-child(3) {
  position: absolute;
}
.hover-gallery li:nth-child(1) {
  left: 0;
}
.hover-gallery li:nth-child(2) {
  z-index: 3;
}
.hover-gallery li:nth-child(3) {
  right: 0;
}
.hover-gallery li.active {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
  z-index: 99;
}
.hover-gallery li.active img {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.features-1 {
  padding: 120px 0;
}
.features-1 .hover-gallery {
  margin-bottom: 40px;
}
.features-1 h3 {
  margin-bottom: 26.66666667px;
}
@media all and (max-width: 990px) {
  .hover-gallery img {
    max-width: 480px;
  }
  .features-1 .hover-gallery {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .hover-gallery img {
    width: 100%;
  }
  .features-1 .hover-gallery {
    margin-bottom: 20px;
  }
}
.features-2,
.features-3 {
  padding: 80px 0 40px 0;
}
.features-2 h4 {
  margin-bottom: 13.33333333px;
}
.features-2 .row:first-of-type,
.features-3 .row:first-of-type {
  margin-bottom: 0px;
}
.features-2 img {
  display: inline-block;
  margin-bottom: 26.66666667px;
}
.features-2 h5,
.features-3 h5 {
  margin-bottom: 10px;
}
.features-2 .feature,
.features-3 .feature {
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .features-2 {
    padding: 40px 0 20px 0;
  }
  .features-2 .row:first-of-type,
  .features-3 .row:first-of-type {
    margin-bottom: 40px;
  }
  .features-2 img {
    margin-bottom: 13.33333333px;
  }
}
.features-3 h3 {
  margin-bottom: 20px;
}
.features-3 .feature i {
  font-size: 72px;
  color: #6dc77a;
  display: inline-block;
  margin-bottom: 40px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
.features-3 .feature:hover i {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}
.features-3 .feature {
  cursor: default;
}
.features-4 h4,
.features-5 h4 {
  margin-bottom: 26.66666667px;
}
@media all and (max-width: 990px) {
  .features-4 .feature,
  .features-5 .feature {
    text-align: left !important;
  }
  .features-4 .feature:nth-of-type(1),
  .features-5 .feature:nth-of-type(1) {
    margin-bottom: 26.66666667px;
  }
  .features-4 h4,
  .features-5 h4 {
    margin-bottom: 20px;
  }
  .features-4 .v-align-children,
  .features-5 .v-align-children {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media all and (max-width: 767px) {
  .features-4 .v-align-children,
  .features-5 .v-align-children {
    display: block !important;
  }
}
.features-6 {
  padding: 80px 0 0 0;
}
.features-6 h3 {
  margin-bottom: 80px;
}
.features-6 .feature i {
  color: #6dc77a;
  font-size: 48px;
  display: inline-block;
  margin-bottom: 40px;
}
.features-6 h5 {
  font-size: 18px;
}
.features-6 .feature {
  margin-bottom: 80px;
}
@media all and (max-width: 767px) {
  .features-6 {
    padding: 40px 0 0 0;
  }
  .features-6 .feature {
    margin-bottom: 40px;
  }
  .features-6 h3 {
    margin-bottom: 40px;
  }
}
.features-7 {
  overflow: hidden;
  padding: 200px 0;
}
.features-7 h6 {
  margin-bottom: 40px;
}
.features-7 h4 {
  margin-bottom: 40px;
}
.features-7 img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
@media all and (max-width: 1280px) {
  .features-7 br {
    display: none;
  }
}
@media all and (max-width: 990px) {
  .features-7 {
    padding: 80px 0;
  }
}
@media all and (max-width: 890px) {
  .features-7 img {
    right: -80px;
  }
}
@media all and (max-width: 767px) {
  .features-7 img {
    display: none;
  }
}
.features-8 h3 {
  margin-bottom: 53.33333333px;
}
.features-8 .local-video-container,
.features-8 .embed-video-container {
  margin: 0 auto;
  margin-bottom: 40px;
}
.features-8 .embed-video-container iframe {
  height: 412px;
}
.features-8 h5 {
  margin-bottom: 20px;
}
.features-8 video,
.features-8 .local-video-container,
.features-8 .embed-video-container {
  max-width: 675px;
}
@media all and (max-width: 990px) {
  .features-8 video,
  .features-8 .local-video-container {
    max-width: 600px;
  }
}
@media all and (max-width: 767px) {
  .features-8 h3 {
    margin-bottom: 26.66666667px;
  }
  .features-8 .local-video-container,
  .features-8 .embed-video-container {
    margin-bottom: 20px;
  }
  .features-8 .embed-video-container iframe {
    height: 200px;
  }
}
.features-9 {
  padding: 0;
}
.features-9 .slides li {
  height: 85vh;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex !important;
  display: -webkit-flex !important;
  display: -ms-flex !important;
      padding: 40vh 0 0px 0;
}

.features-page .features-9 .slides li
{
	padding:0;
	height:50vh;
}
.features-9 .slides li:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
 
  z-index: 2;
  top: 0;
  left: 0;
  background: #080808;
  opacity: 0.5;
}
.features-9 .slides li h1 {
  margin-bottom: 26.66666667px;
}
@media all and (max-width: 767px) {
  .features-9 .slides li {
    height: auto;
    padding: 120px 0;
    display: block !important;
  }
}
.features-10 h4 {
  margin-bottom: 26.66666667px;
}
@media all and (max-width: 990px) {
  .features-10 div[class*='col-'] {
    width: 100% !important;
  }
  .features-10 .local-video-container,
  .features-10 video {
    max-width: 600px;
    margin: 0 auto;
  }
  .features-10 .local-video-container {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .features-10 .local-video-container {
    margin-bottom: 20px;
  }
}
.features-11 {
  padding: 40px 0 40px 0;
}
.features-11 .feature {
  margin-bottom: 15px;
}
.features-11 h4 {
  margin-bottom: 13.33333333px;
}
.features-11 .row:nth-of-type(1) {
  margin-bottom:0px;
}
.swtch-btn {
    margin-bottom: 40px;
}
.features-11 i {
  color: #6dc77a;
  font-size: 48px;
  margin-bottom: 26.66666667px;
  display: inline-block;
}
.features-11 h5 {
      margin-bottom: 10px;
    color: #222222;
    width: 100%;
    margin: 0 auto 20px auto;
    
}
}
@media all and (max-width: 767px) {
  .features-11 {
    padding: 40px 0 20px 0;
  }
  .features-11 .row:nth-of-type(1) {
    margin-bottom: 40px;
  }
  .features-11 .feature {
    margin-bottom: 40px;
  }
  .features-11 i {
    margin-bottom: 13.33333333px;
  }
}
.features-12 {
  padding: 80px 0 40px 0;
}
.features-12 .row:nth-of-type(1) {
  margin-bottom: 53.33333333px;
}
.features-12 img {
  margin-bottom: 26.66666667px;
}
.features-12 h5 {
  margin-bottom: 10px;
}
.features-12 .feature {
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .features-12 {
    padding: 40px 0 20px 0;
  }
  .features-12 .row:nth-of-type(1) {
    margin-bottom: 26.66666667px;
  }
  .features-12 img {
    margin-bottom: 13.33333333px;
  }
}
.features-13 {
  background: #6dc77a;
  color: #fff;
}
.features-13 .row:nth-of-type(1) {
  margin-bottom: 53.33333333px;
}
.features-13 i {
  color: #a4dcac;
  font-size: 64px;
  display: inline-block;
  margin-bottom: 40px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.features-13 .feature {
  padding: 40px 32px;
  overflow: hidden;
  cursor: default;
}
.features-13 h5 {
  margin-bottom: 20px;
}
.features-13 p {
  text-align: left;
}
.features-13 ul {
  padding-left: 15px;
}
.features-13 ul li {
  text-align: left;
  list-style: outside;
}
@media all and (max-width: 767px) {
  .features-13 .row:nth-of-type(1) {
    margin-bottom: 13.33333333px;
  }
  .features-13 i {
    margin-bottom: 20px;
  }
}
.features-14.no-pad {
  padding: 0;
}
.features-14 h4 {
  margin-bottom: 40px;
}
.features-14 img {
  max-width: 2000px;
  max-height: 800px;
}
.features-14 .feature span {
  display: block;
  width: 100%;
  text-align: center;
}
.features-14 p.lead {
  margin-bottom: 40px;
}
@media all and (max-width: 990px) {
  .features-14 img {
    max-height: 500px;
  }
  .features-14 .v-align-children {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media all and (max-width: 767px) {
  .features-14 .v-align-children {
    display: block !important;
  }
}
@media all and (max-width: 767px) {
  .features-14 img {
    max-width: 100%;
  }
  .features-14 h4 {
    margin-bottom: 20px;
  }
  .features-14 p.lead {
    margin-bottom: 20px;
  }
  .features-14 .btn {
    margin-bottom: 40px;
  }
  .features-14.no-pad {
    padding-top: 40px;
  }
}
.features-15 {
  padding: 0;
}
.features-15 .feature {
  padding: 80px 53.33333333px;
  background: #6dc77a;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  border: 1px solid #6dc77a;
}
.features-15 .feature:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  z-index: 20;
  box-shadow: 0 2px 5px 0 rgba(109, 199, 122, 0.26);
}
.features-15 .feature:nth-of-type(2) {
  background: #7fce8b;
}
.features-15 .feature:nth-of-type(3) {
  background: #92d59c;
}
.features-15 i {
  color: #a4dcac;
  font-size: 80px;
  display: inline-block;
  margin-bottom: 40px;
}
.features-15 .feature:nth-of-type(2) i {
  color: #b7e3bd;
}
.features-15 .feature:nth-of-type(3) i {
  color: #c9eace;
}
.features-15 h5 {
  margin-bottom: 26.66666667px;
}
@media all and (max-width: 1280px) {
  .features-15 .feature {
    padding: 80px 40px;
  }
}
@media all and (max-width: 767px) {
  .features-15 .feature {
    padding: 40px;
    border-bottom: 1px solid #a4dcac;
  }
  .features-15 .feature:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  .features-15 h5 {
    margin-bottom: 13.33333333px;
  }
}
.features-18 {
  padding: 0;
  overflow: hidden;
}
.features-18 .feature {
  padding: 0;
  height: 450px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.features-18 .overlay:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.features-18 .feature:hover .overlay:before {
  opacity: 1;
}
.features-18 .feature a:nth-child(1) {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.features-18 .container {
  position: relative;
  top: 50%;
  transform: translateY(-20%);
  -webkit-transform: translateY(-20%);
  max-width: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
}
.features-18 .feature:hover .container {
  opacity: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.features-18 h4 {
  margin-bottom: 20px;
}
.features-18 .background-image-holder {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.features-18 .feature:hover .background-image-holder {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
}
@media all and (max-width: 1500px) {
  .features-18 .feature {
    height: 500px;
  }
}
@media all and (max-width: 1450px) {
  .features-18 .feature {
    height: 470px;
  }
}
@media all and (max-width: 1280px) {
  .features-18 .feature {
    height: 400px;
  }
}
@media all and (max-width: 1000px) {
  .features-18 .feature {
    height: 380px;
  }
}
.features-19 .container .row:nth-of-type(1) h4 {
  margin-bottom: 20px;
}
.features-19 .container .row:nth-of-type(1) h5 {
  margin-bottom: 20px;
}
/*!---------- CALLS TO ACTION ----------*/
.cta {
  overflow: hidden;
}
.cta-1 h2 {
  margin-bottom: 40px;
}
.cta-1 p {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.cta-2 h3 {
  margin-bottom: 13.33333333px;
}
.cta-2 h5 {
  margin-bottom: 40px;
}
.cta-2 form h6 {
  margin-bottom: 20px;
}
.cta-3 h3 {
  margin-bottom: 40px;
}
.cta-3 p {
  text-align: left;
  padding-right: 96px;
  font-style: italic;
}
.cta-3 form {
  background: #f6f8fa;
  padding: 40px;
  border-radius: 3px;
}
.cta-3 form h6 {
  margin-bottom: 20px;
}
.cta-3 form input {
  width: 100%;
}
.cta-3 form input[type="text"] {
  margin-bottom: 13.33333333px;
}
.cta-3 form p {
  padding-left: 0;
  font-style: normal;
}
.cta-3.bg-secondary form {
  background: #fff;
}
.cta-3.bg-dark form {
  background: #333;
}
@media all and (max-width: 990px) {
  .cta-3 p {
    padding-right: 0;
  }
}
@media all and (max-width: 767px) {
  .cta-3 form {
    margin-top: 40px;
    padding: 26.66666667px;
  }
  .cta-3 form input[type="text"] {
    margin-bottom: 0;
  }
}
.cta-4 img {
  
  margin: 0 40px;
    opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.cta-4 img:hover {
opacity: 0.6;
}
.cta-4 .row:nth-of-type(1) {
  margin-bottom: 40px;
}
.cta-4 h3 {
  margin-bottom: 20px;
}
.cta-4 h5 {
  color: #888;
  margin-bottom: 40px;
}
.cta-4 .btn,
.cta-5 .btn {
  margin-bottom: 10px;
}
@media all and (max-width: 1024px) {
  .cta-4 img {
    margin: 0 13.33333333px;
  
  }
}
@media all and (max-width: 767px) {
  .cta-4 img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .cta-4 .row:nth-of-type(1) {
    margin-bottom: 40px;
  }
}
.cta-5 {
  padding: 120px 0;
}
.cta-5:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: #000;
  z-index: 2;
  top: 0;
  left: 0;
}
.cta-5 h2 {
  margin-bottom: 13.33333333px;
}
.cta-5 h5 {
  margin-bottom: 40px;
}
.cta-5 .sub {
  color: #fff;
}
.cta-5 .sub a {
  color: #fff;
}
@media all and (max-width: 767px) {
  .cta-5 {
    padding: 80px 0;
  }
}
.cta-6 h3 {
  margin-bottom: 13.33333333px;
}
.cta-6 .btn:nth-of-type(1) {
  margin-right: 26.66666667px;
}
@media all and (max-width: 1024px) {
  .cta-6 .btn:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .cta-6 p {
    margin-bottom: 20px;
  }
  .cta-6 .text-right {
    text-align: left !important;
  }
  .cta-6 .btn:nth-of-type(1) {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.cta-7 {
  padding: 120px 0;
}
.cta-7:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: #000;
  z-index: 2;
  top: 0;
  left: 0;
}
.cta-7 h2 {
  margin-bottom: 13.33333333px;
}
.cta-7 h5 {
  margin-bottom: 80px;
}
.cta-7 form {
  display: inline-block;
  max-width: 370px;
}
.cta-7 form input {
  width: 100%;
}
.cta-7 form h6 {
  margin-bottom: 13.33333333px;
}
.cta-7 .sub {
  color: #fff;
}
.cta-7 .sub a {
  color: #fff;
}
.cta-7 input[type="text"] {
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  .cta-7 form input {
    max-width: 100%;
    min-width: 100% !important;
  }
  .cta-7 form input[type="text"] {
    margin-bottom: 0;
  }
  .cta-7 form input[type="text"]:nth-of-type(1) {
    border-radius: 3px 3px 0px 0px;
    border-bottom: none;
  }
  .cta-7 form input[type="text"]:nth-of-type(2) {
    border-radius: 0px;
    border-bottom: none;
  }
  .cta-7 form input[type="submit"] {
    border-radius: 0px 0px 3px 3px;
  }
}
.cta-8 {
  padding: 120px 0;
}
.cta-8 h4 {
  margin-bottom: 40px;
}
.cta-8 .btn:nth-of-type(1) {
  margin-right: 26.66666667px;
}
@media all and (max-width: 767px) {
  .cta-8 {
    padding: 80px 0;
  }
}
.cta-9 img {
  max-height: 90px;
  margin-right: 20px;
}
.cta-9 p.lead {
  color: #222;
  display: inline;
  cursor: pointer;
}
.cta-9.bg-dark p.lead {
  color: #fff;
}
@media all and (max-width: 767px) {
  .cta-9 img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.cta-10 .background-image-holder:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: #000;
  z-index: 2;
  top: 0;
  left: 0;
}
.cta-10 img {
  max-height: 70px;
  display: inline-block;
  margin: 0 8px;
}
/*!---------- TESTIMONIALS ----------*/
@media all and (max-width: 767px) {
  .testimonials br {
    display: none;
  }
}
.testimonials-1 {
  padding: 80px 0 0 0;
}
.testimonials-1 .comma {
  font-size: 66px;
  color: #222;
  font-style: italic;
  display: inline-block;
}
.testimonials-1.bg-dark .comma {
  color: #fff;
}
.testimonials-1 h4 {
  margin-bottom: 26.66666667px;
  font-style: italic;
}
.testimonials-1 .testimonial {
  margin-bottom: 80px;
}
.testimonials-1 p {
  font-style: italic;
}
@media all and (max-width: 767px) {
  .testimonials-1 {
    padding: 40px 0 0 0;
  }
  .testimonials-1 .testimonial {
    margin-bottom: 40px;
  }
}
.testimonials-2 {
  padding: 80px 0 40px 0;
}
.testimonials-2 .row:nth-of-type(1) {
  margin-bottom: 80px;
}
.testimonials-2 .testimonial {
  overflow: hidden;
  margin-bottom: 40px;
}
.testimonials-2 .testimonial img {
  float: left;
  display: inline-block;
  margin-right: 16px;
}
.testimonials-2 p {
  padding-left: 96px;
}
.testimonials-2 p:last-child {
  float: right;
}
@media all and (max-width: 767px) {
  .testimonials-2 {
    padding: 40px 0 20px 0;
  }
  .testimonials-2 .row:nth-of-type(1) {
    margin-bottom: 40px;
  }
}
.testimonials-3 {
  padding: 80px 0 40px 0;
}
.testimonials-3 .row:nth-of-type(1) {
  margin-bottom: 80px;
}
.testimonials-3 img {
  display: inline-block;
  margin-bottom: 20px;
}
.testimonials-3 .testimonial {
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .testimonials-3 {
    padding: 40px 0 20px 0;
  }
  .testimonials-3 .row:nth-of-type(1) {
    margin-bottom: 40px;
  }
}
.testimonials-4 h4 {
  margin-bottom: 40px;
}
.testimonials-4 img {
  margin-bottom: 20px;
}
.testimonials-4 .flex-control-nav {
  display: none;
}
.testimonials-5 img {
  
 
}
.testimonials-5 h4 {
  margin-bottom: 40px;
}
.testimonials-5 .slider {
  position: relative;
  margin-bottom: 48px;
}
.testimonials-5 .flex-control-nav li a {
  background: rgba(0, 0, 0, 0.2);
}
.testimonials-5 .flex-control-nav li a.flex-active {
  background: rgba(0, 0, 0, 0.6);
}
.testimonials-5 .flex-control-nav {
  bottom: -48px;
}
.testimonials-5.bg-dark .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
}
.testimonials-5.bg-dark .flex-control-nav li a.flex-active {
  background: rgba(255, 255, 255, 0.6);
}
@media all and (max-width: 1200px) {
  .testimonials-5 img {
    max-width: 100%;
  }
}
@media all and (max-width: 767px) {
  .testimonials-5 img {
    margin-bottom: 20px;
  }
  .testimonials-5 h4 {
    margin-bottom: 80px;
  }
  .testimonials-5 .flex-control-nav {
    bottom: -32px;
  }
  .testimonials-5 .slider {
    position: relative;
    margin-bottom: 32px;
  }
}
/*!---------- PRICING ----------*/
.pricing .row:nth-of-type(1) {
  margin-bottom: 53.33333333px;
}
.pricing-1 .pricing-option h6 {
  font-weight: 300;
  letter-spacing: 2px;
  margin-right: -2px;
  margin-bottom: 20px;
}
.pricing-1 .dollar,
.pricing-1 .price,
.pricing-1 .terms {
  color: #6dc77a;
}
.pricing-1 .dollar,
.pricing-1 .terms {
  font-size: 22px;
}
.pricing-1 .dollar {
  position: relative;
  bottom: 67px;
}
.pricing-1 .price {
  font-size: 120px;
  font-weight: 700;
  line-height: 120px;
}
.pricing-1 .price-container {
  margin-bottom: 26.66666667px;
}
.pricing-1 h5 {
  margin-bottom: 20px;
}
.pricing-1 ul {
  line-height: 32px;
}
.pricing-1 .pricing-option {
  border-radius: 3px;
  border: 1px solid #b4c5d6;
  padding: 40px 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  margin-bottom: 40px;
}
.pricing-1.bg-dark .pricing-option {
  border: 1px solid #444;
}
.pricing-1 a:nth-of-type(1) .pricing-option {
  border-right: none;
  border-radius: 3px 0px 0px 3px;
}
.pricing-1 a:nth-of-type(3) .pricing-option {
  border-left: none;
  border-radius: 0px 3px 3px 0px;
}
.pricing-1 a:nth-of-type(2) .pricing-option {
  border-radius: 0px;
}
.pricing-1 .pricing-option:hover,
.pricing-1 .pricing-option.active {
  background: #6dc77a;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  z-index: 10;
  border: 1px solid #6dc77a !important;
  border-radius: 3px !important;
}
.pricing-1 .pricing-option:hover .price,
.pricing-1 .pricing-option.active .price {
  color: #fff;
}
.pricing-1 .pricing-option:hover .dollar,
.pricing-1 .pricing-option.active .dollar {
  color: #fff;
}
.pricing-1 .pricing-option:hover .terms,
.pricing-1 .pricing-option.active .terms {
  color: #fff;
}
.pricing-1 .pricing-option:hover h6,
.pricing-1 .pricing-option.active h6 {
  color: #fff;
  font-weight: normal;
}
.pricing-1 .pricing-option:hover h5,
.pricing-1 .pricing-option.active h5 {
  color: #fff;
}
.pricing-1 .pricing-option:hover ul,
.pricing-1 .pricing-option.active ul {
  color: #fff;
}
@media all and (max-width: 767px) {
  .pricing-option {
    margin: 0 15px;
    border-radius: 3px !important;
    border: 1px solid #b4c5d6 !important;
  }
}
.pricing-2:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: #000;
  z-index: 2;
  top: 0;
  left: 0;
}
.pricing-2 .pricing-option h6 {
  font-weight: 400;
  letter-spacing: 2px;
  margin-right: -2px;
  margin-bottom: 20px;
  color: #fff;
}
.pricing-2 .dollar,
.pricing-2 .price,
.pricing-2 .terms {
  color: #fff;
}
.pricing-2 .dollar,
.pricing-2 .terms {
  font-size: 22px;
}
.pricing-2 .dollar {
  position: relative;
  bottom: 67px;
}
.pricing-2 .price {
  font-size: 120px;
  font-weight: 700;
  line-height: 120px;
}
.pricing-2 .price-container {
  margin-bottom: 26.66666667px;
}
.pricing-2 h5 {
  margin-bottom: 20px;
  color: #fff;
}
.pricing-2 ul {
  line-height: 32px;
  color: #fff;
}
.pricing-2 .pricing-option {
  border: 1px solid #fff;
  padding: 40px 0;
  border-radius: 3px;
  margin-bottom: 40px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
.pricing-2 a:nth-of-type(1) .pricing-option {
  border-right: none;
  border-radius: 3px 0px 0px 3px;
}
.pricing-2 a:nth-of-type(2) .pricing-option {
  border-radius: 0px 3px 3px 0px;
}
.pricing-2 .pricing-option.active {
  background: #6dc77a;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  z-index: 10;
  border: 1px solid #6dc77a !important;
  border-radius: 3px !important;
}
@media all and (max-width: 767px) {
  .pricing-2 .pricing-option {
    border-radius: 3px !important;
    border: 1px solid #fff !important;
  }
}
.pricing-3 i {
  font-size: 66px;
  opacity: 0.2;
  display: inline-block;
  margin-bottom: 40px;
}
.pricing-3 .pricing-option h6 {
  font-weight: 300;
  letter-spacing: 2px;
  margin-right: -2px;
  margin-bottom: 20px;
}
.pricing-3 .dollar,
.pricing-3 .price,
.pricing-3 .terms {
  color: #6dc77a;
}
.pricing-3 .dollar,
.pricing-3 .terms {
  font-size: 22px;
}
.pricing-3 .dollar {
  position: relative;
  bottom: 52px;
}
.pricing-3 .price {
  font-size: 96px;
  font-weight: 700;
  line-height: 120px;
}
.pricing-3 .price-container {
  margin-bottom: 26.66666667px;
}
.pricing-3 .pricing-option {
  border: 1px solid #b4c5d6;
  padding: 40px 0;
  border-radius: 3px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  margin-bottom: 40px;
}
.pricing-3.bg-dark .pricing-option {
  border: 1px solid #444;
}
.pricing-3 .pricing-option:hover,
.pricing-3 .pricing-option.active {
  background: #6dc77a;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  z-index: 10;
  border: 1px solid #6dc77a !important;
  border-radius: 3px !important;
}
.pricing-3 .pricing-option:hover .price,
.pricing-3 .pricing-option.active .price,
.pricing-3 .pricing-option:hover .dollar,
.pricing-3 .pricing-option.active .dollar,
.pricing-3 .pricing-option:hover .terms,
.pricing-3 .pricing-option.active .terms,
.pricing-3 .pricing-option:hover h6,
.pricing-3 .pricing-option.active h6,
.pricing-3 .pricing-option:hover p,
.pricing-3 .pricing-option.active p,
.pricing-option:hover i,
.pricing-option.active i {
  color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.pricing-3 .pricing-option:hover i,
.pricing-3 .pricing-option.active i {
  opacity: 0.5;
}
.pricing-3 .pricing-option:hover h6,
.pricing-3 .pricing-option.active h6 {
  font-weight: 400;
}
@media all and (min-width: 1024px) {
  .pricing-3 a:nth-of-type(1) .pricing-option {
    border-radius: 3px 0px 0px 3px;
  }
  .pricing-3 a:nth-of-type(4) .pricing-option {
    border-radius: 0px 3px 3px 0px;
  }
  .pricing-3 a:nth-of-type(2) .pricing-option,
  .pricing-3 a:nth-of-type(3) .pricing-option {
    border-radius: 0px;
  }
  .pricing-3 a:nth-of-type(2) .pricing-option,
  .pricing-3 a:nth-of-type(3) .pricing-option,
  .pricing-3 a:nth-of-type(4) .pricing-option {
    border-left: none;
  }
}
@media all and (max-width: 990px) {
  .pricing-3 .pricing-option {
    margin-bottom: 0;
  }
  .pricing-3 a:nth-of-type(1) .pricing-option {
    border-radius: 3px 0px 0px 0px;
    border-right: none;
  }
  .pricing-3 a:nth-of-type(2) .pricing-option {
    border-radius: 0px 3px 0px 0px;
  }
  .pricing-3 a:nth-of-type(3) .pricing-option {
    border-radius: 0px 0px 0px 3px;
    border-right: none;
  }
  .pricing-3 a:nth-of-type(3) .pricing-option {
    border-radius: 0px 0px 3px 0px;
    margin-bottom: 20px;
  }
  .pricing-3 a:nth-of-type(1) .pricing-option,
  .pricing-3 a:nth-of-type(2) .pricing-option {
    border-bottom: none;
  }
}
@media all and (max-width: 767px) {
  .pricing-3 .pricing-option {
    border-radius: 3px;
    margin-bottom: 20px;
  }
}
.pricing-4 .pricing-option {
  background: #f6f8fa;
  border-radius: 3px;
  padding: 53.33333333px 0;
  max-width: 375px;
  margin: 0 auto;
}
.pricing-4.bg-secondary .pricing-option {
  background: #fff;
}
.pricing-4.bg-dark .pricing-option {
  background: #333;
}
.pricing-4 .pricing-option h6 {
  font-weight: 300;
  letter-spacing: 2px;
  margin-right: -2px;
  margin-bottom: 20px;
}
.pricing-4 .dollar,
.pricing-4 .price,
.pricing-4 .terms {
  color: #6dc77a;
}
.pricing-4 .dollar,
.pricing-4 .terms {
  font-size: 22px;
}
.pricing-4 .dollar {
  position: relative;
  bottom: 67px;
}
.pricing-4 .price {
  font-size: 120px;
  font-weight: 700;
  line-height: 120px;
}
.pricing-4 .price-container {
  margin-bottom: 26.66666667px;
}
.pricing-4 h5 {
  margin-bottom: 20px;
}
.pricing-4 ul {
  line-height: 32px;
  margin-bottom: 40px;
}
.pricing-4 .inner {
  max-width: 375px;
  margin: 0 auto;
}
.pricing-4 h3 {
  margin-bottom: 40px;
}
.pricing-4 p.lead {
  font-style: italic;
  font-weight: 400;
}
.pricing-4 img {
  margin-bottom: 10px;
}
@media all and (max-width: 990px) {
  .pricing-4 .inner,
  .pricing-4 .pricing-option {
    max-width: 100%;
  }
}
@media all and (max-width: 767px) {
  .pricing-4 .pricing-option {
    margin-bottom: 40px;
  }
  .pricing-4 h3 {
    margin-bottom: 20px;
  }
}
.pricing-5 .row:nth-of-type(1) {
  margin-bottom: 0;
}
.pricing-5 .pricing-option h6 {
  font-weight: 300;
  letter-spacing: 2px;
  margin-right: -2px;
  margin-bottom: 20px;
}
.pricing-5 div[class*='col-'] {
  overflow: hidden;
}
.pricing-5 .dollar,
.pricing-5 .price,
.pricing-5 .terms {
  color: #6dc77a;
}
.pricing-5 .dollar,
.pricing-5 .terms {
  font-size: 22px;
}
.pricing-5 .dollar {
  position: relative;
  bottom: 67px;
}
.pricing-5 .price {
  font-size: 120px;
  font-weight: 700;
  line-height: 120px;
}
.pricing-5 .price-container {
  margin-bottom: 16px;
}
.pricing-5 h5 {
  margin-bottom: 20px;
}
.pricing-5 .feature {
  overflow: hidden;
  width: 50%;
  float: left;
  margin-bottom: 40px;
}
.pricing-5 .feature:nth-of-type(odd) {
  padding-right: 15px;
}
.pricing-5 .feature:nth-of-type(even) {
  padding-left: 15px;
}
.pricing-5 .feature i {
  font-size: 48px;
  float: left;
  width: 20%;
  color: #555;
  height: 100%;
  position: relative;
  opacity: 0.6;
}
.pricing-5 .inner {
  float: left;
  display: inline-block;
  width: 80%;
}
.pricing-5 .feature h6 {
  margin-bottom: 10px;
}
.pricing-5 .feature:nth-child(n+3) {
  margin-bottom: 0;
}
@media all and (max-width: 990px) {
  .pricing-5 .pricing-option {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .pricing-5 .pricing-option {
    border: none !important;
  }
  .pricing-5 .feature {
    width: 100%;
  }
  .pricing-5 .feature:nth-of-type(odd) {
    padding-right: 0;
  }
  .pricing-5 .feature:nth-of-type(even) {
    padding-left: 0;
  }
  .pricing-5 .feature:nth-child(n+3) {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 990px) {
  .pricing-option:hover,
  .pricing-option.active {
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
  }
}
/*!---------- SOCIAL ----------*/
.social .twitter-feed .user,
.social .twitter-feed .interact {
  display: none;
}
.social-1 h4 a {
  color: #6dc77a;
}
.social-1 h4 {
  margin-bottom: 53.33333333px;
}
.social-1 .slides {
  overflow: hidden;
}
.social-1 .slides li {
  width: 33.33333%;
  padding: 0 15px;
  float: left;
}
.social-1 .tweet {
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 12px;
}
.social-1 .slides li:nth-child(n+4) {
  display: none;
}
.social-1 .slides li:before {
  content: "\e042";
  font-size: 32px;
  color: #6dc77a;
  margin-bottom: 8px;
  display: block;
}
@media all and (max-width: 768px) {
  .social-1 .slides li {
    width: 100%;
    margin-bottom: 20px;
  }
  .social-1 .tweet {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
  }
}
.social-2 {
  background: #6dc77a;
}
.social-2 h6 {
  letter-spacing: 2px;
  margin-right: -2px;
  font-weight: normal;
  margin-bottom: 40px;
}
.social-2 h6 a {
  color: #fff;
  font-weight: 700;
}
.social-2 .tweet {
  color: #fff;
  font-size: 36px;
  line-height: 44px;
  font-weight: 300;
}
.social-2 .tweet a {
  color: #fff;
  font-weight: normal;
}
.social-2 .timePosted {
  color: #fff;
}
@media all and (max-width: 767px) {
  .social-2 .tweet {
    font-size: 22px;
    line-height: 30px;
  }
}
.instafeed {
  position: relative;
}
.instafeed a {
  display: block;
  width: 100%;
  height: 100%;
}
.insta-title {
  display: inline-block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.insta-title h6 {
  display: inline-block;
  letter-spacing: 2px;
  margin-right: -2px;
  position: relative;
  bottom: 5px;
  font-weight: 300;
}
.insta-title i {
  font-size: 20px;
  color: #222;
  display: inline-block;
  margin: 0 8px;
}
.bg-dark .insta-title i {
  color: #fff;
}
.social-3 .instafeed img {
  display: none;
}
.social-3 .instafeed li {
  width: 33.33333%;
  float: left;
  height: 170px;
  position: relative;
  overflow: hidden;
  background-size: cover !important;
  background-position: 50% 50% !important;
}
.social-3 .instafeed li:nth-child(n+7) {
  display: none;
}
.social-3 .instafeed ul {
  overflow: hidden;
}
.social-3 h4 {
  margin-bottom: 20px;
}
@media all and (max-width: 1024px) {
  .social-3 .instafeed li {
    width: 50%;
    height: 150px;
  }
}
@media all and (max-width: 990px) {
  .social-3 .v-align-children {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media all and (max-width: 767px) {
  .social-3 .instafeed {
    margin-bottom: 40px;
  }
  .social-3 .instafeed li:nth-child(n+5) {
    display: none;
  }
  .social-3 .v-align-children {
    display: block !important;
  }
}
/*!---------- CONTACT ----------*/
.contact-1,
.contact-2 {
  padding: 240px 0;
  overflow: hidden;
}
.contact-1 .map-holder {
  position: absolute;
  top: -20%;
  left: 0;
  height: 140%;
  width: 100%;
  overflow: hidden;
}
.contact-1 .map-holder:before {
  position: absolute;
  content: '';
  background: #6dc77a;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .85;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.contact-1 iframe,
.contact-2 iframe {
  border: none;
  width: 100%;
  height: 100%;
}
.contact-1 h2 {
  margin-bottom: 10px;
}
.contact-1 .container {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 1;
}
.contact.toggle-active .container {
  opacity: 0;
  z-index: -1;
}
.contact.toggle-active .map-holder:before {
  opacity: 0;
  z-index: -1;
}
.map-toggle {
  display: inline-block;
  margin: 0 auto;
  position: absolute;
  bottom: 40px;
  text-align: center;
  width: 150px;
  left: 50%;
  margin-left: -75px;
}
.map-toggle .switch {
  border: 1px solid #fff;
  width: 45px;
  height: 25px;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 4px;
}
.map-toggle .switch:before {
  content: '';
  position: absolute;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #fff;
  left: 1px;
  top: 1px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.map-toggle h6 {
  font-size: 12px;
  letter-spacing: 2px;
  margin-right: -2px;
}
.switch.toggle-active:before {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
}
@media all and (max-width: 767px) {
  .contact-1,
  .contact-2 {
    padding: 160px 0;
  }
}
.contact-2 .map-holder {
  position: absolute;
  top: -25%;
  left: 0;
  height: 145%;
  width: 100%;
  overflow: hidden;
}
.contact-2 .screen:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
}
.contact-3 h3 {
  margin-bottom: 40px;
}
.contact-3 form {
  background: #f6f8fa;
  padding: 40px;
  border-radius: 3px;
  text-align: center;
  min-width: 100%;
}
.contact-3 form input[type="text"] {
  margin-bottom: 13.33333333px;
  width: 50%;
  float: left;
}
.contact-3 form input[type="text"]:first-of-type {
  border-radius: 3px 0 0 3px;
}
.contact-3 form input[type="text"]:nth-of-type(2) {
  border-radius: 0 3px 3px 0;
}
.contact-3 form textarea {
  width: 100%;
  padding-left: 16px;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 3px;
  font-size: 16px;
  color: #888888;
  margin-bottom: 13.33333333px;
}
.contact-3 form p {
  padding-left: 0;
  font-style: normal;
}
.contact-3.bg-secondary form {
  background: #fff;
}
.contact-3.bg-dark form {
  background: #333;
}
@media all and (max-width: 767px) {
  .contact-3 form {
    padding: 26.66666667px;
  }
  .contact-3 form input[type="text"] {
    width: 100%;
    border-radius: 3px;
    margin-bottom: 13.33333333px;
  }
}
/*!---------- NEWS ----------*/
@media all and (max-width: 767px) {
  .news br {
    display: none;
  }
}
.news-1 {
  padding-bottom: 80px;
}
.news-1 h6 {
  margin-bottom: 20px;
}
.news-1 h3 {
  margin-bottom: 40px;
}
.news-1 img {
  width: 100%;
  display: inline-block;
  margin-bottom: 40px;
}
.news-1 .btn {
  margin-top: 40px;
}
.news-1 p.lead {
  color: #222;
}
@media all and (max-width: 767px) {
  .news-1 h2 {
    margin-bottom: 40px;
  }
  .news-1 {
    padding-bottom: 80px;
  }
}
/*!---------- FAQ & TERMS ----------*/
.faq-1 .faq {
  margin-bottom: 80px;
}
.faq-1 .faq h5 {
  margin-bottom: 20px;
}
.faq-1 h4 a {
  color: #6dc77a;
  font-weight: 400;
}
@media all and (max-width: 767px) {
  .faq-1 .faq {
    margin-bottom: 40px;
  }
  .news-1 {
    padding-bottom: 80px;
  }
}
.terms-1 li {
  margin-bottom: 20px;
}
/*!---------- FOOTERS ----------*/
footer {
  padding: 80px 0 0px 0;
  position: relative;
  overflow: hidden;
  background: #fff;
}
footer .container {
  position: relative;
  z-index: 2;
}
.social-links {
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.social-links li {
  float: left;
  margin-right: 20px;
}
.social-links li:last-child {
  margin-right: 0;
}
.footer .menu {
  overflow: hidden;
  display: inline-block;
}
.footer-1 {
  padding: 40px 0;
}
.footer-1 .social-links li {
  font-size: 16px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0.5;
}
.footer-1 .social-links li:hover {
  opacity: 1;
}
.footer-1 img {
  max-height: 17px;
}
.footer-1 .sub {
  line-height: 17px;
  opacity: 0.7;
}
@media all and (max-width: 767px) {
  .footer-1,
  .footer-1 .text-right {
    text-align: center !important;
  }
  .footer-1 .sub {
    margin-bottom: 20px;
  }
}
.footer-2 .menu li {
  float: left;
  margin-right: 40px;
}
.footer-2 .menu li:last-child {
  margin-right: 0;
}
.footer-2 .menu li {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
.footer-2 .menu {
  margin-bottom: 80px;
}
.footer-2 img {
  max-height: 17px;
  display: inline-block;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .footer-2 .menu li {
    float: none;
    margin: 0;
  }
}
.footer-3 img {
  max-height: 17px;
}
.footer-3 .lower {
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin-top: 40px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .footer-3 img,
  .footer-3 .menu {
    margin-bottom: 20px;
  }
}
.footer-4 {
  padding-top: 0;
}
.footer-4:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: #000;
  z-index: 2;
  top: 0;
  left: 0;
}
.footer-4 .social-links {
  width: 100%;
  position: relative;
  z-index: 99;
  margin-bottom: 80px;
}
.footer-4 .social-links li {
  width: 33.333333%;
  float: left;
  text-align: center;
  margin: 0;
  height: 150px;
  line-height: 170px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.footer-4 .social-links a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 64px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.footer-4 .social-links li:hover {
  background: rgba(255, 255, 255, 0.2);
}
.footer-4 img {
  max-height: 17px;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .footer-4 .social-links a {
    font-size: 40px;
  }
}
.footer-5 {
  padding: 40px 0;
}
.footer-5 img {
  max-height: 17px;
  position: relative;
  bottom: 4px;
  margin-right: 32px;
}
.footer-5 div[class*='col-'] {
  overflow: hidden;
}
.footer-5 p {
  display: inline-block;
  margin-right: 32px;
}
.footer-5 .lower {
  margin-top: 40px;
}
@media all and (max-width: 767px) {
  .footer-5 img {
    margin-right: 0;
  }
  .footer-5 p {
    margin-right: 0;
  }
}
.footer-6 img {
  display: block;
  
  margin-bottom: 40px;
}
.footer-6 input[type="submit"] {
  position: relative;
  right: 4px;
  top: 1px;
}
.footer-6 h6 {
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .footer-6 form {
    margin-bottom: 40px;
  }
  .footer-6 .menu {
    margin-bottom: 40px;
  }
  .footer-6 input[type="text"] {
    width: 70%;
  }
  .footer-6 input[type="submit"] {
    width: 25%;
    padding: 0;
  }
}

.footer-bg {
    background-color: #383838;
    color: #ffffff;
}
.footer .row {
    margin-bottom: 50px;
    font-size: 12px;
}
.text-white {
    color: #fff !important;
}
.footer p {
    font-size: 12px;
}
.footer a.footer-link {
    color: #FFFFFF;
    font-size: 12px;
    text-decoration: underline;
}
.footer .fa {
    font-size: 25px !important;
    margin-top: 20px;
}
.header.header-10 .row .col-sm-6.text-center{float:none; margin:0 auto;}
.share-button {
 position: absolute;
    width: 40px;
    height: 2em;
    line-height: 2em;
    z-index: 999;
}
.social-toggle {
  display:block;
  font-weight:bold;
  font-size:90%;
  text-align:center;
  text-transform:uppercase;
  transition:all 0.25s;
  color:rgb(200,200,200);
  border: 1px solid rgb(200,200,200);
}
a.social-toggle {
  text-decoration:none;
  color: #333;
}
.social-toggle:hover {
  color:#333;
}
.no-js .social-toggle, .no-js .social-toggle:hover {
  cursor: default;
  border:none;
  background:transparent;
  color:rgb(200,200,200);
  pointer-events:none;
}
.social-networks {
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0) translateY(-190px);
  transform: scale(0) translateY(-190px);
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  margin-left: -125%;
  /* stops flickering */
  -webkit-backface-visibility: hidden;
}
.social-networks i {
  font-size:20px;
}
.social-facebook {
  background: #1E4389;
}
.social-gplus {
  background: #e34429;
}
.social-linkedin {
  background: #006EC6;
}
.social-youtube {
  background: #DF3132;
}
.social-twitter {
  background: #29C5F6;
}
.social-networks.open-menu, .no-js .social-networks {
  -webkit-transform: scale(1) translateX(0px);
  transform: scale(1) translateX(0px);
  opacity:1;
}
.social-networks ul {
  position:relative;
  top:0;
  left:0;
  width: 300px;
  height: 40px;
  color: #fff;
  margin: auto;
  padding: 0;
  list-style: none;
}
.social-networks li {
  font-size: 90%;
  width: 40px;
  margin: 0;
  text-align: center;
  float: left;
  display: block;
  height: 40px;
  line-height:40px;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  transition: all .3s ease;
}
.share-button a {
  text-decoration:none;    
}
.share-button a.social-toggle{background-color: #D93825; border:none !important;}
.social-networks a {
  display:block;
  color:white;
}
.social-networks a:hover {
  color:#222;
}
.share-button ol{margin-bottom:0px !important; margin-left:10px !important;}
.testimonials-5 h3 {
    margin-bottom: 20px;
}
.features-6 h4 {
    margin-bottom: 80px;
}
.slides .col-sm-12{ text-align:left;}
@media all and (max-width: 620px) {
  
  .mob-steps{ display:block;}
  .lg-steps{ display:none !important;}
  .share-button{ right:10px;}
}
.lg-steps .col-md-8{ float:none; margin:0 auto;}
.cta-top-header{margin-top:40px;
}
nav.fixed a{color:#444444 !important}
#usecases-sol .col-md-12{ padding:0 !important; margin:0;}
#usecases-sol .col-md-3{ padding:25px; min-height:500px; border:1px solid rgba(221,216,215,1);}
#usecases-sol .col-md-3.no-border-left{ border-left:none;}
#usecases-sol .col-md-3:hover{    border-radius: 0; color:#FFF !important;
    background: rgba(227,50,43,1);
    border: 1px solid rgba(227,50,43,1);
    border-left: 0;} 
	#usecases-sol .col-md-3:hover > h5{color:#FFF !important;}
	.fixed .logo-main {
    background: url(../img/logo.svg) no-repeat 0% 100%;
    background-size: 75%;
}
.youtube-container { display: block; margin: 20px auto; width: 100%; max-width: 600px; }
.youtube-player { display: block; width: 100%; /* assuming that the video has a 16:9 ratio */ padding-bottom: 56.25%;box-shadow: 0px 7px 10px #827B7B; overflow: hidden; position: relative; width: 100%; height: 100%; cursor: hand; cursor: pointer; display: block; }
img.youtube-thumb { bottom: 0; display: block; left: 0; margin: auto; max-width: 100%; width: 100%; position: absolute; right: 0; top: 0; height: auto }
div.play-button { height: 72px; width: 72px; left: 50%; top: 50%; margin-left: -36px; margin-top: -36px; position: absolute;  }
#youtube-iframe { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
#demo input{ margin:0px 15px;}
#demo input[type="text"]{ width:100%;}
#demo input[type="email"] {
    width: 100%;
}
#demo input[type="text"], #demo input[type="email"]{border: 1px solid #eee;
    background: #fff;
    border-radius: 3px;}
ul.gbp5{text-align: left;    color:  #FFF;    list-style: square;    margin-left: 20px;}



/*****************************Menu css 15-10-2018*******************/

.uk-nav,.uk-nav ul{margin:0;padding:0;list-style:none}
.uk-nav li > a{display:block;text-decoration:none}
.uk-nav > li > a{padding:6px 20px}
.uk-nav ul{padding-left:15px}
.uk-nav ul a{padding:2px 0}
.uk-nav li > a > div{font-size:9px;line-height:20px}
.uk-nav-header{padding:6px 20px;text-transform:uppercase;font-weight:400;font-size:13px;font-family:'Roboto',sans-serif;font-style:normal;letter-spacing:1px;color:#000 !important;}
.uk-nav-header:not(:first-child){margin-top:20px}
.uk-nav-divider{margin:9px 20px}
ul.uk-nav-sub{padding:5px 0 5px 40px;font-family:'Roboto',sans-serif;font-size:10px;font-weight:400;text-transform:uppercase;letter-spacing:1px}
.uk-nav-parent-icon > .uk-parent > a:after{content:"\f104";width:24px;margin-right:-10px;float:right;font-family:FontAwesome;text-align:center}
.uk-nav-parent-icon > .uk-parent.uk-open > a:after{content:"\f107"}
.uk-nav-side > li > a{color:rgba(128,128,128,0.6);margin-bottom:2px;font-family:'Roboto',sans-serif;font-size:10px;font-weight:400;text-transform:uppercase;letter-spacing:1px}
.uk-nav-side > li > a:hover,.uk-nav-side > li > a:focus{background:rgba(0,0,0,0);color:#2a2a2a;outline:none}
.uk-nav-side > li.uk-active > a{background:#f4f4f4;color:#2a2a2a}
.uk-nav-side .uk-nav-header{color:#2a2a2a;padding-left:35px}
.uk-nav-side .uk-nav-divider{border-top:1px solid rgba(0,0,0,0.08)}
.uk-nav-side ul a{color:rgba(128,128,128,0.6)}
.uk-nav-side ul a:hover{color:#2a2a2a}
.uk-nav-dropdown > li > a{color:rgba(128,128,128,0.6);font-family:'Roboto',sans-serif;font-size:10px;font-style:normal;line-height:20px;font-weight:400;text-transform:uppercase;letter-spacing:1px}
.uk-nav-dropdown > li > a:hover,.uk-nav-dropdown > li > a:focus{background:rgba(0,0,0,0);color:#2a2a2a;outline:none}
.uk-nav-dropdown .uk-nav-header{color:rgba(128,128,128,0.6)}
.uk-nav-dropdown .uk-nav-divider{border-top:1px solid rgba(0,0,0,0.08)}
.uk-nav-dropdown ul a{color:rgba(128,128,128,0.6)}
.uk-nav-dropdown ul a:hover{color:#d8b2a6}
.uk-nav-navbar > li > a{color:rgba(0,0,0,1);padding-top:3px;padding-bottom:3px;font-family:'Roboto',sans-serif;font-size:12px;font-weight:300;line-height:20px;letter-spacing:1px;-webkit-transform:translate3d(0,0,0)}
.uk-nav-navbar > li > a:hover,.uk-nav-navbar > li > a:focus{background:rgba(0,0,0,0.08);color:rgba(219,59,40,1);outline:none}
.uk-nav-navbar .uk-nav-header{color:rgba(128,128,128,0.6)}
.uk-nav-navbar .uk-nav-divider{border-top:1px solid rgba(255,255,255,0.06)}
.uk-nav-navbar ul a{color:gray}
.uk-nav-navbar ul a:hover{color:#2a2a2a}
.uk-nav-offcanvas > li > a{color:#000;padding:6px 30px;margin-bottom:5px;background-color:rgba(0,0,0,0);font-family:'Roboto',sans-serif;font-size:11px;font-weight:400;text-transform:uppercase;letter-spacing:1px}
html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover,html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus{background:rgba(0,0,0,0);color:#d93b27;outline:none}
html .uk-nav.uk-nav-offcanvas > li.uk-active > a{background:rgba(0,0,0,0);color:#000}
.uk-nav-offcanvas .uk-nav-header{color:rgba(128,128,128,0.6);font-size:11px;font-weight:400;text-transform:uppercase;letter-spacing:1px}
.uk-nav-offcanvas .uk-nav-divider{border-top:1px solid rgba(0,0,0,0.08);margin:25px 30px}
.uk-nav-offcanvas ul a{color:rgba(128,128,128,0.6)}
html:not(.uk-touch) .uk-nav-offcanvas ul a:hover{color:#2a2a2a}
.uk-nav-offcanvas ul a{font-weight:400}
.uk-nav-side > li > a:active{background:#f4f4f4;color:#d83b20}
.uk-dropdown-navbar .uk-nav-navbar > li.uk-active > a{color:#2a2a2a}
.uk-nav-dropdown > li.uk-active > a{color:#2a2a2a}
.uk-nav-offcanvas > li > a:active{color:#2a2a2a!important}
.uk-nav-dropdown > li > a,.uk-nav-navbar > li > a{font-size:12px}
.uk-nav-dropdown > li > a{color:rgba(0,0,0,1)}
.uk-nav-dropdown > li > a:hover{color:rgba(219,59,40,1)}
.uk-navbar{background:rgba(0,0,0,0);color:rgba(128,128,128,0.6)}
.uk-navbar:before,.uk-navbar:after{content:"";display:table}
.uk-navbar:after{clear:both}
.uk-navbar-nav{margin:0;padding:0;list-style:none;float:left}
.uk-navbar-nav > li{float:left;position:relative}
.uk-navbar-nav > li > a{display:block;box-sizing:border-box;text-decoration:none;height:69px;padding:0 30px;line-height:80px;color:#4d5865;font-size:.7em;font-family:'Roboto',sans-serif;font-weight:400;padding:0;letter-spacing:1px;-webkit-transition:color .1s ease-in-out;transition:color .1s ease-in-out}
.uk-navbar-nav > li > a[href='#']{cursor:text}
.uk-navbar-nav > li:hover > a,.uk-navbar-nav > li > a:focus,.uk-navbar-nav > li.uk-open > a{background-color:rgba(0,0,0,0);color:#d93b27;outline:none}
.uk-navbar-nav > li > a:active{background-color:rgba(0,0,0,0);color:#2a2a2a}
.uk-navbar-nav > li.uk-active > a{background-color:rgba(0,0,0,0);color:#2a2a2a}
.uk-navbar-nav .uk-navbar-nav-subtitle{line-height:48px}
.uk-navbar-nav-subtitle > div{margin-top:-18px;font-size:10px;line-height:12px}
.uk-navbar-content,.uk-navbar-brand,.uk-navbar-toggle{box-sizing:border-box;display:block;height:60px;padding:0 30px;float:left}
.uk-navbar-content:before,.uk-navbar-brand:before,.uk-navbar-toggle:before{content:'';display:inline-block;height:100%;vertical-align:middle}
.uk-navbar-content + .uk-navbar-content:not(.uk-navbar-center){padding-left:0}
.uk-navbar-content > a:not([class]){color:rgba(128,128,128,0.6)}
.uk-navbar-content > a:not([class]):hover{color:gray}
.uk-navbar-brand{font-size:20px;color:#2a2a2a;text-decoration:none}
.uk-navbar-brand:hover,.uk-navbar-brand:focus{color:gray;text-decoration:none;outline:none}
.uk-navbar-toggle{font-size:18px;color:gray;text-decoration:none}
.uk-navbar-toggle:hover,.uk-navbar-toggle:focus{color:gray;text-decoration:none;outline:none}
.uk-navbar-toggle:after{content:"";font-family:FontAwesome;vertical-align:middle}
.uk-navbar-toggle-alt:after{content:"\f002"}
.uk-navbar-center{float:none;text-align:center;max-width:50%;margin-left:auto;margin-right:auto}
.uk-navbar-flip{float:right}
.uk-navbar-nav > li{margin-right:14px}
.uk-navbar-nav .uk-navbar-nav-subtitle{line-height:70px}
.uk-navbar-nav > li:hover > a.uk-navbar-nav-subtitle:after,.uk-navbar-nav > li > a.uk-navbar-nav-subtitle:focus:after,.uk-navbar-nav > li.uk-open > a.uk-navbar-nav-subtitle:after,.uk-navbar-nav > li.uk-active > a.uk-navbar-nav-subtitle:after{top:28px;height:28px;margin-top:0}
.uk-navbar-nav .uk-navbar-nav-subtitle:before{margin-top:2px}
.uk-navbar-nav > li:hover .uk-navbar-nav-subtitle:before,.uk-navbar-nav > li .uk-navbar-nav-subtitle:focus:before,.uk-navbar-nav > li.uk-open .uk-navbar-nav-subtitle:before,.uk-navbar-nav > li.uk-active .uk-navbar-nav-subtitle:before{width:68px}
.uk-navbar-toggle:after{display:inline-block;width:20px;height:20px;background:url(../less/uikit/images/default/icon-toggle.svg) 0 0 no-repeat;line-height:20px}
.uk-subnav{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-20px;margin-top:-20px;padding:0;list-style:none}
.uk-subnav > *{-ms-flex:none;-webkit-flex:none;flex:none;padding-left:20px;margin-top:20px;position:relative}
.uk-subnav:before,.uk-subnav:after{content:"";display:block;overflow:hidden}
.uk-subnav:after{clear:both}
.uk-subnav > *{float:left}
.uk-subnav > * > *{display:inline-block;color:rgba(128,128,128,0.6);font-family:'Roboto',sans-serif;font-size:14px;line-height:24px;font-style:italic;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}
.uk-subnav > * > :hover,.uk-subnav > * > :focus{color:#2a2a2a;text-decoration:none}
.uk-subnav > .uk-active > *{color:#2a2a2a}
.uk-subnav-line > :before{content:"";display:inline-block;height:10px;vertical-align:middle}
.uk-subnav-line > :nth-child(n+2):before{margin-right:20px;border-left:1px solid rgba(0,0,0,0.08)}
.uk-subnav-pill > * > *{padding:7px 15px}
.uk-subnav-pill > * > :hover,.uk-subnav-pill > * > :focus{background:#f4f4f4;color:#2a2a2a;text-decoration:none;outline:none}
.uk-subnav-pill > .uk-active > *{background:#e9caba;color:#fff}
.uk-subnav > .uk-disabled > *{background:none;color:rgba(128,128,128,0.7);text-decoration:none;cursor:text}

.tm-headerbar{position:absolute;top:0;left:0;right:0;padding:0 30px 0 0;z-index:6;background: #fff;}
@media (max-width: 767px) {
.tm-headerbar{padding:10px 20px}
}
.tm-navbar > *{box-sizing:border-box}
.tm-headerbar .uk-panel{max-width:300px;margin-right:0;float:right}
@media (max-width: 29999px) {
.tm-headerbar.uk-active svg#tm-logo-contrast{max-width:80%}
.tm-headerbar.uk-active{background:#fff;border-bottom:1px solid rgba(0,0,0,0);box-shadow:0 4px 8px -4px rgba(0,0,9,0.08);-webkit-animation-name:uk-fade-top;animation-name:uk-fade-top;-webkit-animation-duration:.2s;animation-duration:.2s}
}
@media (min-width: 30000px) {
.tm-headerbar.uk-active [class*='tm-page-width-']{position:absolute!important;top:0;right:0;padding:20px 30px;background:#fff;border-bottom:1px solid rgba(0,0,0,0);box-shadow:0 4px 8px -4px rgba(0,0,9,0.08);box-sizing:border-box;-webkit-animation-name:uk-fade-top;animation-name:uk-fade-top;-webkit-animation-duration:.2s;animation-duration:.2s}
.tm-headerbar.uk-active [class*='tm-page-width-'] .tm-navbar-left{left:30px}
.tm-headerbar.uk-active [class*='tm-page-width-'] .tm-navbar-right{right:30px}
.tm-headerbar.uk-active [class*='tm-page-width-'].tm-flex-order-first{left:0}
}
@media (max-width: 29999px) {
.tm-headerbar:not(.uk-active) .tm-navbar-contrast .uk-navbar{color:#4d5865}
.tm-headerbar:not(.uk-active) .tm-navbar-contrast .uk-navbar-nav > li > a{color:#000;text-transform:uppercase;font-size : 13px;}
.tm-headerbar:not(.uk-active) .tm-navbar-contrast .uk-navbar-nav > li > a::after{background:#fff}
.tm-headerbar:not(.uk-active) .tm-navbar-contrast .uk-navbar-nav > li:hover > a,.tm-headerbar:not(.uk-active) .tm-navbar-contrast .uk-navbar-nav > li > a:focus,.tm-headerbar:not(.uk-active) .tm-navbar-contrast .uk-navbar-nav > li.uk-open > a{color:#d93f21}
.tm-headerbar:not(.uk-active) .tm-navbar-contrast .uk-navbar-nav > li > a:active{color:#d93f21!important}
.tm-headerbar:not(.uk-active) .tm-navbar-contrast .uk-navbar-content > a:not([class]){color:rgba(77,88,101,0.7)}
.tm-headerbar:not(.uk-active) .tm-navbar-contrast .uk-navbar-content > a:not([class]):hover{color:#4d5865}
}

.tm-main.uk-width-medium-4-5.uk-flex-order-last.about-manthanmain.uk-row-first {
    width: 65%;
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    position: relative;
    min-height: auto !important;
    margin: 0px;
    padding: 35px 11px 15px 26px;
}
.tm-sidebar-a.uk-width-medium-1-5.uk-flex-order-last.about-manthanaside {
    width: 32%;
    padding-left: 0px;
    margin-top: 0px;
}
.about-manthanaside .rightcont {
    width: 100%;
}
.macont9 img {
    width: 100%;
}
.tm-main.uk-width-medium-4-5.uk-flex-order-last.about-manthanmain.uk-row-first::before {
    content: "";
    position: absolute;
    top: 0px;
    background-color: rgb(233, 93, 76);
    width: 21px;
    height: 9px;
    left: 34px;
}
nav ul ul {
    min-width: 180px;
}
.uk-visible-small{
	display : none;
}	
.tm-navbar{
	float: right;
    display: inline-block;
}
.uk-offcanvas {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    touch-action: none;
    background: rgba(255,255,255,0.8);
}

.uk-offcanvas{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;touch-action:none;background:rgba(255,255,255,0.8)}
.uk-offcanvas.uk-active{display:block}
.uk-offcanvas-page{position:fixed;-webkit-transition:margin-left .3s ease-in-out;transition:margin-left .3s ease-in-out}
.uk-offcanvas-bar{position:fixed;top:0;bottom:0;left:0;-webkit-transform:translateX(-100%);transform:translateX(-100%);z-index:1001;width:270px;max-width:100%;background:#fff;overflow-y:auto;-webkit-overflow-scrolling:touch;-webkit-transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;-ms-scroll-chaining:none}
.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show{-webkit-transform:translateX(0%);transform:translateX(0%)}
.uk-offcanvas-bar-flip{left:auto;right:0;-webkit-transform:translateX(100%);transform:translateX(100%)}
.uk-offcanvas .uk-panel{margin:30px;color:gray}
.uk-offcanvas .uk-panel-title{color:#2a2a2a}
.uk-offcanvas .uk-panel a:not([class]){color:#d8b2a6}
.uk-offcanvas .uk-panel a:not([class]):hover{color:#525252}
.uk-offcanvas-bar{box-shadow:0 0 7px -1px rgba(0,0,0,0.1)}
.uk-offcanvas .uk-panel-title{margin-bottom:10px;font-size:20px}

@media screen and (min-width: 300px) and (max-width: 767px){

.case-study-menu .tm-navbar{
	float: left;
	width: 100%;
}
.case-study-menu .uk-position-relative{
	display : none;
}
.case-study-menu .tm-logo{
	display : none;
}
.case-study-menu .uk-visible-small{
	display : block;
}
.case-study-menu .tm-logo-small{
	float : left;
}
.case-study-menu .uk-navbar-toggle{
	float : right;
}
.uk-offcanvas.uk-active {
    display: block;
}
}
.case-study-menu nav ul ul {
	min-width : 225px;
}
body {
	overflow-x : hidden;
}