/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* resets:
    - import *after* _normalize.scss
    - helpful, but limited, resets

    note:
        - use restraint
        - this set of styles should be vers small
        - this file is global!
        - use common sense when adding settings to this file
*/
* {
  z-index: 1;
  vertical-align: top; }

body {
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400; }

h1, h2, h3, h4, h5, h6,
blockquote,
p {
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif; }

a {
  text-decoration: none; }

input::-ms-clear {
  display: none; }

ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

/* @font-face {
    font-family: 'FuturaStd-Bold';
    src: url('fonts/FuturaStd-Bold.eot');
    src: url('fonts/FuturaStd-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/FuturaStd-Bold.woff') format('woff'),
         url('fonts/FuturaStd-Bold.ttf') format('truetype'),
         url('fonts/FuturaStd-Bold.svg#FuturaStd-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaStd-ExtraBold';
    src: url('fonts/FuturaStd-ExtraBold.eot');
    src: url('fonts/FuturaStd-ExtraBold.eot?#iefix') format('embedded-opentype'),
         url('fonts/FuturaStd-ExtraBold.woff') format('woff'),
         url('fonts/FuturaStd-ExtraBold.ttf') format('truetype'),
         url('fonts/FuturaStd-ExtraBold.svg#FuturaStd-ExtraBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaStd-Book';
    src: url('fonts/FuturaStd-Book.eot');
    src: url('fonts/FuturaStd-Book.eot?#iefix') format('embedded-opentype'),
         url('fonts/FuturaStd-Book.woff') format('woff'),
         url('fonts/FuturaStd-Book.ttf') format('truetype'),
         url('fonts/FuturaStd-Book.svg#FuturaStd-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brand_meditalic';
    src: url('fonts/BrandonGrotesque-MediumItalic.eot');
    src: url('fonts/BrandonGrotesque-MediumItalic.eot?#iefix') format('embedded-opentype'),
         url('fonts/BrandonGrotesque-MediumItalic.woff') format('woff'),
         url('fonts/BrandonGrotesque-MediumItalic.ttf') format('truetype'),
         url('fonts/BrandonGrotesque-MediumItalic.svg#brand_meditalic') format('svg');
    font-weight: normal;
    font-style: normal;
} */
body {
  padding-top: 64px; }

a {
  outline: none; }

img {
  max-width: 100%;
  height: auto; }

.italic {
  font-style: italic; }

.container {
  max-width: 1460px;
  width: 100%; }

.gray-bg {
  background: #f6f6f6; }

.padding-tb60 {
  padding: 60px 0; }

.padding-tb100 {
  padding: 100px 0; }

.bg-white {
  background: #ffffff; }

.body-div {
  overflow: hidden; }

.contact-us-section {
  background: #f6f6f6;
  color: #414141;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400; }
  .contact-us-section a {
    color: #414141;
    text-decoration: underline; }
  .contact-us-section h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px; }
  .contact-us-section p {
    margin-bottom: 10px; }

.header-section {
  background: #f6f6f6;
  position: relative;
  overflow: hidden;
  min-height: 680px;
  margin-bottom: 12px; }
  .header-section .right-img-div {
    bottom: 0;
    top: 0;
    margin: auto;
    right: 0;
    left: 0;
    position: absolute;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover; }
    .header-section .right-img-div:after {
      content: "";
      display: block;
      background: #000;
      opacity: 0.5;
      z-index: 222;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      transition: All 0.5s ease;
      -webkit-transition: All 0.5s ease;
      -moz-transition: All 0.5s ease;
      -o-transition: All 0.5s ease; }
  .header-section .left-text-div {
    padding: 25px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    z-index: 55;
    bottom: 0;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #fff; }
    .header-section .left-text-div h2 {
      font-weight: 400;
      font-size: 30px;
      line-height: 45px;
      margin: 220px 0 40px 0; }
  .header-section:hover {
    cursor: pointer; }
    .header-section:hover .right-img-div:after {
      opacity: 0.2; }
    .header-section:hover .btn-green {
      color: #2da56a !important;
      background: #fff;
      text-decoration: none; }

article.afterheader {
  position: relative; }

.bottom-scroll {
  text-align: center;
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  z-index: 99; }
  .bottom-scroll a {
    width: 55px;
    height: 55px;
    display: inline-block;
    background: url(../img/arrow-white.png) no-repeat center center #ffb300;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); }

@media screen and (max-width: 1199px) {
  .header-section {
    min-height: 550px; } }
@media screen and (max-width: 991px) {
  .header-section {
    min-height: 500px; } }
@media screen and (max-width: 767px) {
  .contact-us-section {
    font-size: 16px; }

  .padding-tb60 {
    padding: 40px 0; }

  .padding-tb100 {
    padding: 70px 0; }

  body {
    padding-top: 59px; }

  .header-section .left-text-div {
    padding: 15px;
    font-size: 16px;
    line-height: 24px; }
    .header-section .left-text-div h2 {
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 15px; }
      .header-section .left-text-div h2 br {
        display: none; } }
#index .modal-backdrop.in {
  opacity: 0.9; }

.btn-green {
  background: #2da56a;
  color: #fff !important;
  height: 40px;
  min-width: 160px;
  line-height: 25px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .btn-green:hover {
    color: #2da56a !important;
    background: #fff; }

.btn-white-border {
  background: none;
  color: #fff !important;
  height: 40px;
  min-width: 160px;
  line-height: 25px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #fff; }
  .btn-white-border:hover {
    background: #fff !important;
    color: #2da56a !important; }

.btn-green-border {
  background: none;
  color: #2da56a !important;
  height: 40px;
  min-width: 160px;
  line-height: 25px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none !important;
  border: 2px solid #2da56a; }
  .btn-green-border:hover {
    background: #2da56a !important;
    color: #fff !important; }

/*  Use "desktop" for default styling, then override with tablet & mobile */
.menu_nav {
  box-shadow: 0 0 2px rgba(51, 51, 51, 0.8);
  width: 100%;
  background: #fff;
  z-index: 999;
  position: fixed;
  height: 64px;
  z-index: 999;
  left: 0;
  top: 0; }
  .menu_nav .container {
    width: 96%;
    max-width: 100%; }
  .menu_nav .navbar-brand {
    padding: 14px 0;
    height: auto;
    font-size: 30px;
    color: #63666a;
    font-family: "open sans",arial,sans-serif;
    font-weight: 300;
    line-height: 30px; }
  .menu_nav .navbar-brand > img {
    width: 276px;
    display: inline-block; }
  .menu_nav .navbar-default {
    border: none;
    box-shadow: none;
    background: none; }
  .menu_nav .navbar {
    margin: 0 0 0 0;
    min-height: inherit; }
  .menu_nav .nav > li > a {
    padding: 0 20px;
    background: none;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    outline: none;
    color: #444444;
    line-height: 64px;
    font-weight: 400; }
  .menu_nav .navbar-default .navbar-nav > .active > a, .menu_nav .mwt_nav .nav > li > a:hover {
    color: #444444;
    box-shadow: none;
    background: none; }
  .menu_nav .navbar-default .navbar-nav > li > a:hover, .menu_nav .navbar-default .navbar-nav > li > a.active {
    color: #444444;
    box-shadow: none;
    background: none;
    font-weight: 700; }
  .menu_nav .navbar-default .navbar-nav > li > a:hover:after, .menu_nav .navbar-default .navbar-nav > li > a.active:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    display: block;
    left: 0;
    bottom: 0;
    background: #2da56a; }

.scroll-status {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 5px;
  background: #4caf50;
  z-index: 5;
  display: none; }

#index .home {
  color: #444444;
  box-shadow: none;
  background: none;
  font-weight: 700; }
  #index .home:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    display: block;
    left: 0;
    bottom: 0;
    background: #2da56a; }

#stories .stories,
#article-a .stories,
#article-b .stories,
#article-c .stories {
  color: #444444;
  box-shadow: none;
  background: none;
  font-weight: 700; }
  #stories .stories:after,
  #article-a .stories:after,
  #article-b .stories:after,
  #article-c .stories:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    display: block;
    left: 0;
    bottom: 0;
    background: #2da56a; }

#coaches .coaches {
  color: #444444;
  box-shadow: none;
  background: none;
  font-weight: 700; }
  #coaches .coaches:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    display: block;
    left: 0;
    bottom: 0;
    background: #2da56a; }

#product .product {
  color: #444444;
  box-shadow: none;
  background: none;
  font-weight: 700; }
  #product .product:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    display: block;
    left: 0;
    bottom: 0;
    background: #2da56a; }

#resources .resources {
  color: #444444;
  box-shadow: none;
  background: none;
  font-weight: 700; }
  #resources .resources:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    display: block;
    left: 0;
    bottom: 0;
    background: #2da56a; }

@media screen and (max-width: 991px) {
  .menu_nav .navbar-brand {
    margin-left: 0px;
    /*width:220px; */ }
  .menu_nav .navbar-default .navbar-nav > li > a {
    font-size: 14px;
    padding: 0 12px; }
  .menu_nav .navbar-brand {
    font-size: 20px;
    line-height: 20px; }
    .menu_nav .navbar-brand img {
      width: auto;
      height: 31px; } }
@media screen and (max-width: 767px) {
  .menu_nav {
    height: auto; }

  .navbar-default .navbar-toggle,
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: none;
    border: none;
    box-shadow: none;
    border-left: 1px solid #e1e1e1; }

  .menu_nav .navbar-brand {
    margin-left: 0;
    width: auto; }
  .menu_nav .navbar-toggle {
    padding: 22px;
    margin: 0;
    border-left: 1px solid #e1e1e1;
    padding-right: 7px;
    padding-left: 16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .menu_nav .navbar-default .navbar-nav > li > a {
    line-height: 39px;
    padding: 0; }
  .menu_nav .navbar-brand {
    font-size: 20px;
    line-height: 20px; }
    .menu_nav .navbar-brand img {
      height: 31px; } }
@media screen and (max-width: 479px) {
  .menu_nav .navbar-brand img {
    height: 23px;
    margin-top: 4px; } }
/*  Use "desktop" for default styling, then override with tablet & mobile */
footer {
  font-family: 'Roboto', serif;
  font-weight: 700;
  color: #7b7b7b; }
  footer .container {
    width: 96%;
    max-width: 100%; }
  footer .right-div {
    padding: 30px 0;
    position: relative;
    text-align: right; }
    footer .right-div a {
      margin-left: 20px; }
    footer .right-div .footer-line {
      position: absolute;
      right: 0;
      top: -5px; }
  footer .left-div {
    padding: 30px 0; }
    footer .left-div a {
      color: #7b7b7b;
      display: inline-block;
      margin-left: 20px;
      vertical-align: bottom;
      text-decoration: none; }

@media screen and (max-width: 767px) {
  footer {
    text-align: center;
    padding: 0 10px; }
    footer .right-div {
      text-align: center;
      padding: 20px 0; }
      footer .right-div .footer-line {
        right: 0;
        left: 0;
        margin: auto; } }
/*  Use "desktop" for default styling, then override with tablet & mobile */
#index .stories-section .stories-design {
  margin-left: -9px;
  margin-right: -9px; }
#index .block-design4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #010101;
  margin-left: -9px;
  margin-right: -9px; }
  #index .block-design4 .img-div {
    overflow: hidden;
    position: relative; }
    #index .block-design4 .img-div:after {
      content: "";
      display: block;
      background: #000;
      z-index: 222;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      opacity: 0.5;
      transition: All 0.5s ease;
      -webkit-transition: All 0.5s ease;
      -moz-transition: All 0.5s ease;
      -o-transition: All 0.5s ease; }
    #index .block-design4 .img-div img {
      transition: All 0.5s ease;
      -webkit-transition: All 0.5s ease;
      -moz-transition: All 0.5s ease;
      -o-transition: All 0.5s ease;
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1); }
  #index .block-design4:hover {
    cursor: pointer; }
    #index .block-design4:hover .img-div img {
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1); }
    #index .block-design4:hover .img-div:after {
      opacity: 0.2; }
    #index .block-design4:hover .content-div .btn-green {
      color: #2da56a !important;
      background: #fff;
      text-decoration: none; }
  #index .block-design4 .content-div {
    padding: 25px;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    z-index: 223;
    bottom: 0px;
    top: auto;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    text-align: center;
    color: #fff; }
    #index .block-design4 .content-div .text-inner-div {
      position: absolute;
      width: 100%;
      text-align: center;
      bottom: 100px;
      display: block;
      background: rgba(0, 0, 0, 0);
      z-index: 222;
      padding: 15px;
      transition: opacity 0.25s ease;
      -moz-transition: opacity 0.25s ease;
      -webkit-transition: opacity 0.25s ease; }
      #index .block-design4 .content-div .text-inner-div p {
        max-width: 500px;
        margin: 0 auto; }
    #index .block-design4 .content-div p {
      margin-bottom: 15px; }
      #index .block-design4 .content-div p.blockbtn {
        position: absolute;
        bottom: 35px;
        width: 100%; }
    #index .block-design4 .content-div .btn {
      margin-top: 0px; }
    #index .block-design4 .content-div .sm-font {
      font-size: 14px; }
      #index .block-design4 .content-div .sm-font .glyphicon {
        display: inline-block;
        vertical-align: middle;
        top: -3px; }
    #index .block-design4 .content-div h4 {
      font-weight: 700;
      font-size: 18px;
      line-height: 20px;
      text-transform: uppercase;
      margin: 0 0 15px 0; }
#index .stories-design {
  background: #f6f6f6;
  position: relative;
  overflow: hidden;
  min-height: 450px;
  margin-bottom: 12px;
  transition: opacity 0.8s;
  -webkit-transition: opacity 0.8s; }
  #index .stories-design .img-div {
    bottom: 0;
    top: 0;
    margin: auto;
    right: 0;
    left: 0;
    position: absolute;
    background-size: cover;
    background-position: center top;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1); }
    #index .stories-design .img-div:after {
      content: "";
      display: block;
      background: #000;
      z-index: 222;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      opacity: 0.5;
      transition: All 0.5s ease;
      -webkit-transition: All 0.5s ease;
      -moz-transition: All 0.5s ease;
      -o-transition: All 0.5s ease; }
  #index .stories-design .content-div {
    padding: 25px;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    z-index: 55;
    bottom: 0;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #fff;
    padding-top: 150px; }
    #index .stories-design .content-div .text-inner-div {
      display: block;
      background: rgba(0, 0, 0, 0);
      z-index: 222;
      padding: 15px;
      transition: opacity 0.25s ease;
      -moz-transition: opacity 0.25s ease;
      -webkit-transition: opacity 0.25s ease; }
    #index .stories-design .content-div p {
      margin-bottom: 15px; }
    #index .stories-design .content-div .btn {
      margin-top: 70px; }
    #index .stories-design .content-div .sm-font {
      font-size: 14px; }
      #index .stories-design .content-div .sm-font .glyphicon {
        display: inline-block;
        vertical-align: middle;
        top: -3px; }
    #index .stories-design .content-div h4 {
      font-weight: 700;
      font-size: 18px;
      line-height: 20px;
      text-transform: uppercase;
      margin: 0 0 15px 0; }
  #index .stories-design:hover {
    cursor: pointer; }
    #index .stories-design:hover .img-div {
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1); }
      #index .stories-design:hover .img-div:after {
        background: #000;
        opacity: 0.2; }
    #index .stories-design:hover .btn-green {
      color: #2da56a !important;
      background: #fff; }
    #index .stories-design:hover .content-div .text-inner-div {
      background: rgba(0, 0, 0, 0); }
#index .block-content {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #424242;
  padding-right: 100px; }
  #index .block-content h3 {
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    margin: 35px 0;
    margin-top: 0; }
  #index .block-content h4 {
    font-size: 18px;
    font-weight: 400;
    position: relative;
    padding-bottom: 20px; }
    #index .block-content h4:after {
      content: "";
      position: absolute;
      width: 80px;
      height: 2px;
      display: block;
      left: 0;
      bottom: 0;
      background: #ffb300; }
  #index .block-content a {
    color: #448aff;
    text-decoration: underline; }
#index .recent-event-slider .left-div table td {
  padding: 15px 20px; }
#index .recent-event-slider .left-div .map-icon {
  color: #fff;
  font-size: 20px;
  width: 73px;
  text-align: center; }
  #index .recent-event-slider .left-div .map-icon .glyphicon {
    top: 8px; }
#index .recent-event-slider .text-right {
  padding: 25px; }
#index .recent-event-slider .swiper-pagination {
  position: static;
  margin-top: 25px; }
#index .recent-event-slider .swiper-container {
  padding: 0 0; }
#index .recent-event-slider .swiper-button-prev {
  margin-top: -80px;
  background: url(../img/left-arrow.png) no-repeat center center;
  left: -25px; }
#index .recent-event-slider .swiper-button-next {
  margin-top: -80px;
  background: url(../img/right-arrow.png) no-repeat center center;
  right: -25px; }
#index .recent-event-slider .swiper-pagination-bullet {
  background: #d7d7d7;
  opacity: 1; }
#index .recent-event-slider .swiper-pagination-bullet-active {
  background: #757575; }
#index .experts-slider .left-div table td {
  padding: 15px 20px; }
#index .experts-slider .left-div .map-icon {
  color: #fff;
  font-size: 20px;
  width: 73px;
  text-align: center; }
  #index .experts-slider .left-div .map-icon .glyphicon {
    top: 8px; }
#index .experts-slider .text-right {
  padding: 25px; }
#index .experts-slider .swiper-pagination {
  position: static;
  margin-top: 25px; }
#index .experts-slider .swiper-container {
  padding: 0 0; }
#index .experts-slider .swiper-button-prev {
  margin-top: -80px;
  background: url(../img/left-arrow.png) no-repeat center center;
  left: -25px; }
#index .experts-slider .swiper-button-next {
  margin-top: -80px;
  background: url(../img/right-arrow.png) no-repeat center center;
  right: -25px; }
#index .experts-slider .swiper-pagination-bullet {
  background: #d7d7d7;
  opacity: 1; }
#index .experts-slider .swiper-pagination-bullet-active {
  background: #757575; }
#index .upcomming-image-block {
  margin-bottom: 25px; }
  #index .upcomming-image-block .left-div table td {
    padding: 15px 20px; }
  #index .upcomming-image-block .left-div .map-icon {
    color: #fff;
    background: #f44336;
    font-size: 20px;
    width: 73px;
    text-align: center; }
    #index .upcomming-image-block .left-div .map-icon .glyphicon {
      top: 8px; }
  #index .upcomming-image-block .text-right {
    padding: 25px; }
    #index .upcomming-image-block .text-right a {
      font-weight: 700;
      text-decoration: underline;
      color: #f44336; }
#index .upcoming-events-section .block-content h4:after {
  background: #f44336; }
#index .col-md-6.forhero {
  position: absolute;
  width: 50%;
  right: 0;
  padding: 0;
  height: 100%;
  top: 0;
  bottom: 0; }
#index .col-md-6.formap {
  position: absolute;
  width: 50%;
  right: 0;
  padding: 0;
  height: 100%;
  top: 0;
  bottom: 0;
  background: #00bfa5; }
#index .our-commitment-section {
  background: #2da56a;
  color: #ffffff;
  position: relative; }
  #index .our-commitment-section .row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  #index .our-commitment-section:after {
    content: "";
    position: absolute;
    width: 50%;
    display: block;
    top: 0;
    right: 0;
    height: 100%;
    background: #202020;
    z-index: -1; }
  #index .our-commitment-section .block-content {
    color: #ffffff;
    padding-left: 40px; }
  #index .our-commitment-section .right-div-content {
    position: relative; }
    #index .our-commitment-section .right-div-content .text-div {
      font-size: 20px;
      line-height: 22px;
      font-weight: 400;
      line-height: 30px;
      z-index: 55;
      bottom: 0;
      top: 0;
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      color: #fff; }
      #index .our-commitment-section .right-div-content .text-div h3 {
        font-weight: 400;
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 10px; }
      #index .our-commitment-section .right-div-content .text-div .btn {
        border: 2px solid #fff;
        margin-top: 80px;
        color: #fff;
        font-weight: 700;
        font-size: 16px;
        transition: All 0.5s ease;
        -webkit-transition: All 0.5s ease;
        -moz-transition: All 0.5s ease;
        -o-transition: All 0.5s ease; }
        #index .our-commitment-section .right-div-content .text-div .btn:hover {
          background: #fff;
          color: #2da56a; }
#index .video-div {
  position: relative; }
  #index .video-div .play-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    #index .video-div .play-icon a {
      border-radius: 50%;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
      background-color: #ff5252;
      color: #fff;
      height: 50px;
      line-height: 50px;
      overflow: hidden;
      text-align: center;
      width: 50px;
      display: inline-block; }
      #index .video-div .play-icon a:hover {
        background-color: #d50000; }
      #index .video-div .play-icon a svg {
        fill: #fff;
        display: block;
        margin: 0 auto;
        margin-top: 13px; }
#index #watchNow {
  padding-right: 0 !important; }
  #index #watchNow .close {
    position: absolute;
    z-index: 999;
    top: -50px;
    right: -50px;
    font-size: 60px;
    color: #fff;
    opacity: 1;
    background: #000;
    width: 50px;
    height: 50px;
    outline: none; }
    #index #watchNow .close img {
      width: 34px;
      height: auto;
      position: relative;
      top: -9px; }
  #index #watchNow iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0; }
  #index #watchNow .modal-dialog {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    padding: 60px; }
  #index #watchNow .modal-content {
    min-height: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
@media screen and (min-width: 1366px) {
  #index #index .block-design4 .content-div {
    bottom: 20px; } }

@media screen and (max-width: 1500px) {
  .recent-event-slider {
    padding-right: 45px; }
    .recent-event-slider .swiper-button-next {
      right: 10px; } }
@media screen and (max-width: 1199px) {
  #index .stories-design {
    min-height: 400px; } }
@media screen and (max-width: 991px) {
  #index .block-content {
    margin-bottom: 35px; }
  #index .experts-slider {
    padding: 0 45px; }
    #index .experts-slider .swiper-button-next {
      right: 15px; }
    #index .experts-slider .swiper-button-prev {
      left: 15px; }
  #index .our-commitment-section .row {
    display: block; }
  #index .our-commitment-section:after {
    display: none; }
  #index .our-commitment-section .block-content {
    padding: 50px 30px; }
  #index .our-commitment-section .right-div-content {
    background: #202020;
    margin: 0 -15px;
    text-align: center; } }
@media screen and (max-width: 767px) {
  #index .block-design4 {
    margin-bottom: 12px; }
  #index #index .block-design4 .content-div .text-inner-div p {
    max-width: 300px; }
  #index .block-content {
    font-size: 16px;
    line-height: 24px;
    padding-right: 0; }
    #index .block-content h3 {
      font-size: 22px;
      line-height: 25px;
      margin: 25px 0; }
  #index .stories-design {
    min-height: 340px; }
    #index .stories-design .content-div {
      padding-top: 50px; }
  #index .our-commitment-section .block-content {
    padding: 10px 0; }
  #index .our-commitment-section .right-div-content {
    padding: 60px 0; }
  #index .block-design4,
  #index .stories-section .stories-design {
    margin-left: 0;
    margin-right: 0; }
  #index #watchNow .close {
    top: 0;
    right: 0;
    width: 50px;
    height: 50px; }
    #index #watchNow .close img {
      width: 34px;
      top: -9px; }
  #index #watchNow .modal-dialog {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    padding: 0; } }
@media screen and (max-width: 479px) {
  #index .block-design4 {
    margin-bottom: 12px; }
  #index .block-design4 .content-div {
    padding: 17px 20px; } }
/*  Use "desktop" for default styling, then override with tablet & mobile */
#coaches .coaches-page-section .block-design4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #010101;
  margin-left: -9px;
  margin-right: -9px; }
  #coaches .coaches-page-section .block-design4 .content-div {
    padding: 30px;
    text-align: center; }
    #coaches .coaches-page-section .block-design4 .content-div .inner-text {
      max-width: 550px;
      margin: 15px auto 30px auto;
      height: auto;
      min-height: inherit; }
    #coaches .coaches-page-section .block-design4 .content-div h3 {
      font-size: 30px;
      margin: 0;
      color: #414141; }
    #coaches .coaches-page-section .block-design4 .content-div .btn {
      padding: 0;
      color: #2da56a;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      text-decoration: none;
      box-shadow: none; }
      #coaches .coaches-page-section .block-design4 .content-div .btn .fa {
        font-size: 23px;
        vertical-align: middle;
        margin-left: 8px;
        position: relative;
        top: -2px; }
#coaches #watchNow {
  padding-right: 0 !important; }
  #coaches #watchNow .close {
    position: absolute;
    z-index: 999;
    top: -50px;
    right: -50px;
    font-size: 60px;
    color: #fff;
    opacity: 1;
    background: #000;
    width: 50px;
    height: 50px;
    outline: none; }
    #coaches #watchNow .close img {
      width: 34px;
      height: auto;
      position: relative;
      top: -9px; }
  #coaches #watchNow iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0; }
  #coaches #watchNow .modal-dialog {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    padding: 60px; }
  #coaches #watchNow .modal-content {
    min-height: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }

@media screen and (max-width: 767px) {
  #coaches .coaches-page-section .block-design4 {
    margin-left: 0;
    margin-right: 0; }
  #coaches #watchNow .close {
    top: 0;
    right: 0;
    width: 50px;
    height: 50px; }
    #coaches #watchNow .close img {
      width: 34px;
      top: -9px; }
  #coaches #watchNow .modal-dialog {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    padding: 0; } }
/*  Use "desktop" for default styling, then override with tablet & mobile */
#article .header-section {
  height: 700px; }
#article .scroll-status {
  display: block; }

.article-details-section {
  margin-top: -250px;
  position: relative;
  z-index: 22;
  font-size: 18px; }
  .article-details-section li {
    list-style-type: disc;
    list-style-position: inside; }
  .article-details-section .container {
    max-width: 1160px;
    width: 95%;
    background: #fff; }
    .article-details-section .container .inner-container {
      padding: 60px 50px; }
  .article-details-section .video-div {
    position: relative; }
    .article-details-section .video-div img {
      position: relative;
      z-index: 22; }
    .article-details-section .video-div iframe {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 222;
      width: 100%;
      height: 100%; }
  .article-details-section .head-div {
    margin-bottom: 50px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    font-size: 16px; }
    .article-details-section .head-div a {
      color: #4285f4;
      text-decoration: none; }
    .article-details-section .head-div .social-icon {
      text-align: right; }
      .article-details-section .head-div .social-icon a {
        color: #ccc;
        display: inline-block;
        font-size: 22px;
        padding: 0 5px; }
  .article-details-section hr {
    margin: 50px 0; }
  .article-details-section h2 {
    font-size: 3.625rem;
    font-weight: 300;
    font-family: 'Roboto Slab', serif;
    display: block;
    margin: 0 0 50px 0; }
  .article-details-section h3 {
    color: #4caf50;
    font-family: 'Roboto Slab', serif;
    font-size: 3.625rem;
    font-weight: 300;
    letter-spacing: -.00625rem;
    line-height: 1.3; }
  .article-details-section p {
    margin: 25px 0; }

.recommended-section {
  background: #eee;
  padding: 40px 0;
  font-size: 16px; }
  .recommended-section h2 {
    font-size: 3.625rem;
    font-weight: 300;
    font-family: 'Roboto Slab', serif;
    display: block;
    margin: 0 0 40px 0; }
  .recommended-section .media {
    background: #fff;
    padding: 17px;
    box-shadow: 0 0.125rem 0.1875rem 0 rgba(0, 0, 0, 0.11);
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    margin-bottom: 10px; }
    .recommended-section .media a.full-w {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 55; }
    .recommended-section .media .pull-left {
      margin-right: 10px; }
    .recommended-section .media p {
      margin: 0 0 10px 0; }
      .recommended-section .media p.date {
        font-size: 14px; }

@media screen and (max-width: 767px) {
  #article .header-section {
    height: auto; }

  .article-details-section {
    margin-top: -120px; }
    .article-details-section .container .inner-container {
      padding: 40px 0px; }
    .article-details-section .head-div {
      margin-bottom: 30px; }
      .article-details-section .head-div .social-icon {
        text-align: center;
        margin-top: 30px; } }
@media screen and (max-width: 479px) {
  #article .header-section {
    min-height: 350px; }

  .article-details-section {
    font-size: 16px; }
    .article-details-section .head-div {
      font-size: 14px; }
    .article-details-section h3,
    .article-details-section h2 {
      font-size: 2.625rem; }
    .article-details-section hr {
      margin: 30px 0; }

  .recommended-section {
    text-align: center; }
    .recommended-section h2 {
      font-size: 2.625rem; }
    .recommended-section .pull-left {
      float: none;
      width: 100%;
      margin: 0 0 15px 0;
      padding: 0; }
    .recommended-section .media-object {
      margin: 0 auto; } }
/*  Use "desktop" for default styling, then override with tablet & mobile */
.resource-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #757575;
  max-width: 1180px;
  margin: 0 auto; }
  .resource-content .head-div {
    padding: 50px 0 30px 0;
    font-size: 16px; }
    .resource-content .head-div h2 {
      font-size: 30px;
      color: #414141;
      margin-bottom: 20px; }
  .resource-content .media {
    margin-top: 0; }
    .resource-content .media h4 {
      font-size: 18px;
      color: #414141;
      font-weight: 400;
      margin-bottom: 10px; }
    .resource-content .media .pull-left {
      padding-right: 30px; }
  .resource-content .btn-div {
    margin-top: 20px;
    font-weight: 500; }
    .resource-content .btn-div a {
      margin-right: 20px;
      display: inline-block;
      font-weight: 500;
      font-size: 14px;
      text-decoration: none;
      color: #333; }
      .resource-content .btn-div a .fa {
        vertical-align: middle;
        margin-left: 5px; }
      .resource-content .btn-div a.open {
        color: #3367d6; }
        .resource-content .btn-div a.open:hover {
          color: #4285f4; }

@media screen and (max-width: 767px) {
  .resource-content .media .pull-left {
    float: none !important; }
    .resource-content .media .pull-left img {
      width: 100%;
      height: auto; } }
/*  Use "desktop" for default styling, then override with tablet & mobile */
#stories .block-design4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #010101;
  margin-left: -9px;
  margin-right: -9px; }
  #stories .block-design4 .img-div {
    overflow: hidden; }
    #stories .block-design4 .img-div img {
      transition: All 0.5s ease;
      -webkit-transition: All 0.5s ease;
      -moz-transition: All 0.5s ease;
      -o-transition: All 0.5s ease;
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1); }
  #stories .block-design4:hover .img-div img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1); }
  #stories .block-design4:hover .content-div .btn {
    text-decoration: underline; }
  #stories .block-design4 .content-div {
    padding: 70px 50px; }
    #stories .block-design4 .content-div .inner-text {
      min-height: 100px; }
    #stories .block-design4 .content-div .btn {
      padding: 0;
      color: #2da56a;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      text-decoration: none;
      box-shadow: none; }
      #stories .block-design4 .content-div .btn:hover {
        text-decoration: underline; }

@media screen and (max-width: 767px) {
  #stories .block-design4 {
    margin-left: 0;
    margin-right: 0; } }
@media screen and (max-width: 479px) {
  #stories .block-design4 .content-div {
    padding: 40px 20px; } }
/*  Use "desktop" for default styling, then override with tablet & mobile */
#about-us .about-section2 {
  background: #ff835c;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 86px 40px;
  font-size: 16px;
  text-align: center; }
  #about-us .about-section2 h2 {
    margin: 0;
    font-size: 30px;
    margin-bottom: 30px; }
  #about-us .about-section2 p {
    margin-bottom: 20px; }
  #about-us .about-section2 .btn {
    margin-top: 30px; }
#about-us .meet-the-team {
  padding: 60px 0;
  color: #545454; }
  #about-us .meet-the-team .container-fluid {
    max-width: 800px;
    text-align: center; }
  #about-us .meet-the-team h2 {
    margin: 0;
    font-size: 30px;
    margin-bottom: 40px; }
  #about-us .meet-the-team .team-div {
    font-size: 16px;
    text-align: center;
    margin-bottom: 50px; }
    #about-us .meet-the-team .team-div h3 {
      margin: 15px 0 5px 0;
      font-size: 24px; }
    #about-us .meet-the-team .team-div .img {
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      width: 130px;
      height: 130px; }
    #about-us .meet-the-team .team-div .social-icon-div {
      margin-top: 15px;
      font-size: 0; }
      #about-us .meet-the-team .team-div .social-icon-div a {
        color: #1e7048;
        display: inline-block;
        margin: 0 5px;
        font-size: 22px;
        text-decoration: none; }

@media screen and (max-width: 767px) {
  #about-us .about-section2 {
    padding: 40px 0; }
  #about-us .meet-the-team {
    padding: 40px 0; } }
/*  Use "desktop" for default styling, then override with tablet & mobile */
#product .block-design4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #010101;
  margin-left: -9px;
  margin-right: -9px; }
  #product .block-design4 .img-div {
    overflow: hidden; }
    #product .block-design4 .img-div img {
      transition: All 0.5s ease;
      -webkit-transition: All 0.5s ease;
      -moz-transition: All 0.5s ease;
      -o-transition: All 0.5s ease;
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1); }
  #product .block-design4:hover .img-div img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1); }
  #product .block-design4:hover .content-div .btn {
    text-decoration: underline; }
  #product .block-design4 .content-div {
    padding: 70px 50px; }
    #product .block-design4 .content-div .inner-text {
      min-height: 100px; }
    #product .block-design4 .content-div .btn {
      padding: 0;
      color: #2da56a;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      text-decoration: none;
      box-shadow: none; }
      #product .block-design4 .content-div .btn:hover {
        text-decoration: underline; }

@media screen and (max-width: 767px) {
  #product .block-design4 {
    margin-left: 0;
    margin-right: 0; } }
@media screen and (max-width: 479px) {
  #product .block-design4 .content-div {
    padding: 40px 20px; } }

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