@charset "UTF-8";
/* -------------------------------- 
 01.Import Web Fonts
 02.Slick Slider Css
 03.Primary Styles
 04.Header Styles
 05.Page Title Area Styles
 06.Mobile Menu Styles
 07.Contents Styles
 08.Footer Styles
 09.Widgets Styles
 10.Paginations Styles
 11.Comments Styles
 12.Woocommerce Styles
 13.Section Styles
    13-1.Slider 
    13-2.Advices
    13-3.Bio
    13-4.Services
    13-5.Quotes
    13-6.Promo Areas
    13-7.Stories
    13-8.Blog Posts
    13-9.Consultant Form
    13-10.Certificates
-------------------------------- */
/* -------------------------------- 
 01.Import Web Fonts and Font Icons
-------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Merriweather:400,700|Lato:300,400,600,700,800&subset=latin-ext");
/*


/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* -------------------------------- 
 04.Primary Styles
-------------------------------- */
html {
  font-size: 62.5%;
  height: 100%; }

body {
  position: relative;
  font-size: 1.6rem;
  font-family: "Lato", sans-serif;
  background-color: white;
  height: 100%;
  color: #4a4a4a;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  color: #e75235;
  text-decoration: none !important;
  margin: 0px;
  padding: 0px;
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Merriweather", serif;
  font-weight: 400;
  margin: 0px;
  padding: 0px; }

h1 {
  font-size: 3.6rem; }

h2 {
  font-size: 3.2rem; }

 .main-content h2 {padding-bottom: 2rem;}
 
h3 {
  font-size: 2.4rem; line-height: 3rem; }
  
 .main-content h3 {padding: 1.2rem, 0 ;} 

h4 {
  font-size: 2.1rem; line-height: 3.3rem; }

h5 {
  font-size: 2rem; }

h6 {
  font-size: 1.6rem; }

p {
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  line-height: 24px;
  color: #4a4a4a;
  margin: 1rem 0;
  padding: 0px; 
  }

ul {
  margin: 0px;
  margin-left: 10px;
  padding: 0px;
  list-style-type: none; }
  
ul.bullets, ul.qualbullets {
  list-style-type: disc; 
  list-style-position: outside;}
  
 ul.bullets li, ul.qualbullets li {
	margin: 10px;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  line-height: 22px;
  color: #4a4a4a;
 	}
 ul.qualbullets li {
  line-height: 24px;
  padding: 0;
  margin: 0 10px; 	}
	
iframe {
  border: none; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt160 {
  margin-top: 160px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.pb120 {
  padding-bottom: 120px !important; }

.pb160 {
  padding-bottom: 160px !important; }

.pt30 {
  padding-top: 30px !important; }

.pt90 {
  padding-top: 90px !important; }

.pt120 {
  padding-top: 120px !important; }

.p-reset {
  padding: 0px !important; }

.overflow-hidden {
  overflow: hidden; }

.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.error {
  color: #e75235; }

.success {
  color: #67d71d; }

form .form-group .form-control {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #dcdcdc;
  box-shadow: none; }
  form .form-group .form-control:not(textarea) {
    padding: 0 30px;
    height: 40px; }
  form .form-group .form-control::-webkit-input-placeholder {
    font-size: 1.4rem;
    font-weight: 300;
    color: #;
    line-height: 21px;
    letter-spacing: 0.5px;
    transition: 350ms all;
    -webkit-transition: 350ms all;
    -moz-transition: 350ms all; }
  form .form-group .form-control::-moz-placeholder {
    font-size: 1.4rem;
    font-weight: 300;
    color: silver;
    line-height: 21px;
    letter-spacing: 0.5px;
    transition: 350ms all;
    -webkit-transition: 350ms all;
    -moz-transition: 350ms all; }
  form .form-group .form-control:-moz-placeholder {
    font-size: 1.4rem;
    font-weight: 300;
    color: silver;
    line-height: 21px;
    letter-spacing: 0.5px;
    transition: 350ms all;
    -webkit-transition: 350ms all;
    -moz-transition: 350ms all; }
  form .form-group .form-control:-ms-input-placeholder {
    font-size: 1.4rem;
    font-weight: 300;
    color: silver;
    line-height: 21px;
    letter-spacing: 0.5px;
    transition: 350ms all;
    -webkit-transition: 350ms all;
    -moz-transition: 350ms all; }
  form .form-group .form-control:focus::-webkit-input-placeholder {
    color: transparent; }
  form .form-group .form-control:focus::-moz-placeholder {
    color: transparent; }
  form .form-group .form-control:focus:-moz-placeholder {
    color: transparent; }
  form .form-group .form-control:focus:-ms-input-placeholder {
    color: transparent; }

form input[type="number"] {
  width: 40px;
  background: #fff;
  border: 1px solid rgba(204, 204, 204, 0.5);
  color: #4a4a4a;
  padding: 12.5px 12.5px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  outline: 0;
  margin: 0;
  vertical-align: middle;
  width: 80px;
  max-width: 100%; }

form input[type="text"]:focus,
form input[type="button"]:focus,
form button:focus {
  outline: none !important; }

blockquote {
  border-left-color: #ffbb00;
  margin: 15px 0 15px 25px; }
  blockquote p {
    color: #e75235;
    font-style: italic;
    margin-bottom: 5px !important; }
  blockquote em {
    font-size: 1.4rem;
    line-height: 24px;
    font-weight: 700; }

table {
  margin: 15px 0; }
  table th {
    min-width: 100px; }
  table tr {
    line-height: 24px; }
  table td {
    padding: 0 20px 0 0; }
  table a {
    text-decoration: none; }

img.alignleft,
figure.alignleft {
  float: left;
  margin: 0 15px 15px 0; }
  img.alignleft.size-thumbnail,
  figure.alignleft.size-thumbnail {
    float: none; }

img.alignright,
figure.alignright {
  float: right;
  margin: 0 0 15px 15px; }

img.aligncenter,
figure.aligncenter {
  float: none;
  display: block;
  margin: 0 auto; }

.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor {
  display: inherit; }

.alignright {
  text-align: right; }

.alignleft {
  text-align: left; }

.aligncenter {
  text-align: center; }

.animated {
  visibility: hidden; }
  .animated.visible {
    visibility: visible; }

.slick-active .animated {
  visibility: visible; }
  .slick-active .animated.hidden {
    visibility: hidden; }

.dropshadow {
  -webkit-box-shadow: 0px 20px 62px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 20px 62px 0 rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0px 20px 62px 0 rgba(0, 0, 0, 0.07);
  -o-box-shadow: 0px 20px 62px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0px 20px 62px 0 rgba(0, 0, 0, 0.07); }

.inline {
  display: inline-block; }

.bg-fixed {
  background-attachment: fixed; }

.bg-white {
  background-color: white; }

.primary-color {
  color: #E2B826; } /*was #ffbb00 */

.secondary-color {
  color: #e75235; }

.section:not(.section-slider) {
  padding: 30px 0; }
  .section:not(.section-slider) .section-title {
    text-align: center; }
    .section:not(.section-slider) .section-title h2 {
      font-size: 2rem;
      line-height: 30px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      margin-bottom: 10px; }
    .section:not(.section-slider) .section-title p {
      font-size: 1.6rem;
      letter-spacing: 1.5px;
      color: #818080; }
      @media only screen and (min-width: 992px) {
        .section:not(.section-slider) .section-title p {
          width: 670px;
          margin: 0px auto; } }
    .section:not(.section-slider) .section-title a, .section:not(.section-slider) .section-title a:hover {
      color: #e75235; }

.back-to-top {
  position: fixed;
  display: block;
  width: 40px;
  height: 35px;
  background: white;
  bottom: 45px;
  right: 30px;
  opacity: 0;
  z-index: 100;
  visibility: hidden;
  -webkit-box-shadow: 1px 5px 15px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 1px 5px 15px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 1px 5px 15px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 1px 5px 15px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 1px 5px 15px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  -moz-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s; }
  @media only screen and (max-width: 480px) {
    .back-to-top {
      right: 15px;
      bottom: 15px; } }
  .back-to-top i {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 1.4rem;
    color: black; }
  .back-to-top.is-visible {
    opacity: 1;
    visibility: visible; }
  .back-to-top.fade-out {
    opacity: .8; }
  .back-to-top:hover {
    opacity: 1; }

.leaves {
  position: absolute;
  display: none; }
  @media only screen and (min-width: 992px) {
    .leaves {
      top: 800px;
      left: 0px;
      display: block;
      z-index: 5; } }
  .leaves .front,
  .leaves .middle,
  .leaves .back {
    position: absolute; }
  .leaves .front {
    width: 196px;
    height: 191px;
    left: 90px;
    top: 270px;
    z-index: 8; }
  .leaves .middle {
    width: 157px;
    height: 145px;
    left: 60px;
    top: 0px;
    z-index: 7; }
  .leaves .back {
    width: 166px;
    height: 150px;
    left: -50px;
    top: 150px;
    z-index: 6; }

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0; }
  .bg-image > img {
    display: none; }
  .bg-image + * {
    position: relative; }

.btn-radius {
  display: block;
  font-family: "Arvo", serif;
  width: 230px;
  height: 48px;
  text-align: center;
  color: white;
  line-height: 48px;
  font-size: 1.6rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px; }
  .btn-radius.yellow {
    background: #ffbb00; }
  .btn-radius.red {
    background: #e75235; }
  .btn-radius.btn-center {
    margin: 0px auto; }

.btn-normal {
  display: block;
  font-family: "Arvo", serif;
  width: 230px;
  height: 48px;
  text-align: center;
  color: white;
  line-height: 48px;
  font-size: 1.6rem;
  letter-spacing: 1.5px;
  text-transform: uppercase; }
  .btn-normal.yellow {
    background: #ffbb00; }
  .btn-normal.red {
    background: #e75235; }
  .btn-normal.btn-center {
    margin: 0px auto; }

.btn-with-animation {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border: 0px;
  width: 100%;
  height: 40px;
  background: #222222;
  color: white;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 4px;
  z-index: 5; }
  .btn-with-animation span {
    position: relative;
    z-index: 5; }
  .btn-with-animation:before {
    position: absolute;
    content: '';
    width: 0px;
    height: 100%;
    top: 0px;
    left: 0px;
    transition: 350ms all;
    -webkit-transition: 350ms all;
    -moz-transition: 350ms all;
    background: #434343;
    z-index: -1; }
  .btn-with-animation:hover:before {
    width: 100%; }

.breadcrumb {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  position: absolute;
  left: 0px;
  bottom: 0px;
  margin: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background: #fff3eb;
  min-height: 50px; }
  @media only screen and (max-width: 480px) {
    .breadcrumb {
      display: block; } }
  @media only screen and (min-width: 768px) {
    .breadcrumb {
      width: 720px;
      left: 15px; } }
  @media only screen and (min-width: 992px) {
    .breadcrumb {
      width: 940px; } }
  @media only screen and (min-width: 1200px) {
    .breadcrumb {
      width: 1140px; } }
  .breadcrumb li {
    font-size: 1.4rem;
    line-height: 24px; }
    @media only screen and (max-width: 480px) {
      .breadcrumb li {
        width: 100%;
        display: block; } }
    .breadcrumb li a, .breadcrumb li a:hover {
      color: #e75235; }
    .breadcrumb li.active {
      color: #4a4a4a;
      line-height: 28px;
      letter-spacing: 1px;
      line-height: 24px; }
    .breadcrumb li + li:before {
      display: inline-block;
      text-align: center;
      letter-spacing: -1px;
      color: #4a4a4a; }
      @media only screen and (max-width: 480px) {
        .breadcrumb li + li:before {
          content: '>';
          margin-left: -15px; } }

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.bg-video-placeholder {
  display: none; }

.bg-slideshow .slick-prev,
.bg-slideshow .slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.3);
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  transition: background 0.4s;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s; }
  .bg-slideshow .slick-prev:hover, .bg-slideshow .slick-prev:focus,
  .bg-slideshow .slick-next:hover,
  .bg-slideshow .slick-next:focus {
    outline: none;
    background: #ffbb00;
    color: transparent; }
    .bg-slideshow .slick-prev:hover:before, .bg-slideshow .slick-prev:focus:before,
    .bg-slideshow .slick-next:hover:before,
    .bg-slideshow .slick-next:focus:before {
      opacity: 1; }
  .bg-slideshow .slick-prev.slick-disabled:before,
  .bg-slideshow .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .bg-slideshow .slick-prev:before,
  .bg-slideshow .slick-next:before {
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: 0.4s opacity;
    -webkit-transition: 0.4s opacity;
    -moz-transition: 0.4s opacity; }

.bg-slideshow .slick-prev {
  left: 0px;
  z-index: 99; }
  [dir="rtl"] .bg-slideshow .slick-prev {
    left: auto;
    right: 15px; }
  .bg-slideshow .slick-prev:before {
    content: ""; }
    [dir="rtl"] .bg-slideshow .slick-prev:before {
      content: ""; }

.bg-slideshow .slick-next {
  right: 0px; }
  [dir="rtl"] .bg-slideshow .slick-next {
    left: 15px;
    right: auto; }
  .bg-slideshow .slick-next:before {
    content: ""; }
    [dir="rtl"] .bg-slideshow .slick-next:before {
      content: ""; }

.bg-slideshow .slick-dots {
  position: absolute;
  bottom: 0px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 15px;
  margin: 0;
  width: 100%;
  background: rgba(255, 187, 0, 0.7); }
  .bg-slideshow .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0px;
    padding: 0;
    cursor: pointer; }
    .bg-slideshow .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .bg-slideshow .slick-dots li button:hover, .bg-slideshow .slick-dots li button:focus {
        outline: none; }
        .bg-slideshow .slick-dots li button:hover:before, .bg-slideshow .slick-dots li button:focus:before {
          opacity: 1; }
      .bg-slideshow .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: "FontAwesome";
        font-size: 15px;
        line-height: 20px;
        text-align: center;
        color: white;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .bg-slideshow .slick-dots li.slick-active button:before {
      content: "";
      color: white;
      opacity: 0.75; }

@media only screen and (max-width: 768px) {
  aside {
    margin-top: 60px; } }

.main-content {
  position: relative; }

/* -------------------------------- 
 04.Header Styles
-------------------------------- */
header {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 100;
  height: 100px;
  transition: 350ms all;
  -webkit-transition: 350ms all;
  -moz-transition: 350ms all; }
  @media only screen and (min-width: 992px) {
    header {
      height: 140px; } }
  header .container {
    position: relative;
    transition: 350ms all;
    -webkit-transition: 350ms all;
    -moz-transition: 350ms all; }
  header .container,
  header .row {
    height: 100%; }
  header [class^="col-"] {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    height: 100%; }
  header .logo {
    width: 150px; }
    @media only screen and (min-width: 992px) {
      header .logo {
        width: 262px; } } /* was 194 */
    header .logo img {
      max-width: 100%;
      height: auto !important; }
  header .jgtlogo {
    width: 150px; }
    @media only screen and (min-width: 992px) {
      header .jgtlogo {
        width: 500px; } } /* was 194 */
    header .jgtlogo img {
      max-width: 100%;
      height: auto !important; }	  
	  
	  
	  
  header .primary-menu {
    position: relative;
    width: 100%;
    display: none;
    z-index: 100; }
    @media only screen and (min-width: 992px) {
      header .primary-menu {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        -o-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: end; } }
    header .primary-menu > ul {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-align: stretch;
      -moz-box-align: stretch;
      box-align: stretch;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      -o-align-items: stretch;
      align-items: stretch;
      -ms-flex-align: stretch; }
      @media only screen and (min-width: 992px) {
        header .primary-menu > ul {
          height: 140px; } }
    header .primary-menu ul {
      margin: 0px;
      padding: 0px; }
      header .primary-menu ul li {
        position: relative; }
        header .primary-menu ul li ul {
          min-width: 200px;
          position: absolute;
          opacity: 0;
          visibility: hidden;
          top: 110%;
          left: 0px;
          background: #f6f6f6;
          transition: 350ms all;
          -webkit-transition: 350ms all;
          -moz-transition: 350ms all;
          padding: 15px 0; }
          header .primary-menu ul li ul li {
            position: relative;
            width: 100%;
            padding: 0px 15px; }
            header .primary-menu ul li ul li a {
              position: relative;
              color: #e75235; 
              line-height: 24px;
              padding: 5px 0;
              overflow: hidden;
              left: 0px;
              transition: 350ms all;
              -webkit-transition: 350ms all;
              -moz-transition: 350ms all; }
              @media (min-width: 992px) and (max-width: 1200px) {
                header .primary-menu ul li ul li a {
                  font-size: 1.4rem; } }
              header .primary-menu ul li ul li a:before {
                position: absolute;
                content: '';
                width: 100%;
                height: 1px;
                background: transparent; /* was e75235 */
                top: 50%;
                bottom: auto;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                -webkit-transform: translateX(-100%);
                -moz-transform: translateX(-100%);
                -ms-transform: translateX(-100%);
                -o-transform: translateX(-100%);
                transform: translateX(-100%);
                transition: 350ms all;
                -webkit-transition: 350ms all;
                -moz-transition: 350ms all; }
            header .primary-menu ul li ul li:hover > a {
              left: 10px; }
              header .primary-menu ul li ul li:hover > a:before {
                -webkit-transform: translateX(0);
                -moz-transform: translateX(0);
                -ms-transform: translateX(0);
                -o-transform: translateX(0);
                transform: translateX(0); }
            header .primary-menu ul li ul li.menu-item-has-children:after {
              position: relative;
              font-family: fontawesome;
              content: '\f105';
              color: white;
              left: 5px;
              transition: 350ms all;
              -webkit-transition: 350ms all;
              -moz-transition: 350ms all; }
            header .primary-menu ul li ul li.menu-item-has-children:hover:after {
              left: 15px; }
            header .primary-menu ul li ul li .sub-menu {
              min-width: 200px;
              position: absolute;
              opacity: 0;
              visibility: hidden;
              background: #f2f2f2;
              top: 0px;
              left: 115%;
              transition: 350ms all;
              -webkit-transition: 350ms all;
              -moz-transition: 350ms all; }
            header .primary-menu ul li ul li:hover .sub-menu {
              opacity: 1;
              visibility: visible;
              top: 0px;
              left: 100%;
              transition: 350ms all;
              -webkit-transition: 350ms all;
              -moz-transition: 350ms all; }
          header .primary-menu ul li ul.sub-menu .menu-item-has-children.edge .sub-menu {
            left: auto;
            right: 100%; }
        header .primary-menu ul li.menu-item-has-children:after {
          position: relative;
          font-family: fontawesome;
          content: '\f107';
          color: white;
          left: 5px;
          transition: 350ms all;
          -webkit-transition: 350ms all;
          -moz-transition: 350ms all; }
        header .primary-menu ul li.menu-item-has-children:hover:after {
          left: 10px; }
        header .primary-menu ul li.menu-item-has-children:hover > ul {
          opacity: 1;
          visibility: visible;
          top: 100%;
          transition: 350ms all;
          -webkit-transition: 350ms all;
          -moz-transition: 350ms all; }
        header .primary-menu ul li.menu-item-has-children.edge .sub-menu {
          left: auto;
          right: 100%; }
      header .primary-menu ul > li {
        position: relative;
        display: inline-block;
        margin-right: 35px;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center; }
        header .primary-menu ul > li:last-child {
          margin-right: 0px; }
        header .primary-menu ul > li a {
          text-transform: uppercase;
          color: white;
          transition: 350ms all;
          -webkit-transition: 350ms all;
          -moz-transition: 350ms all; }
          @media (min-width: 992px) and (max-width: 1200px) {
            header .primary-menu ul > li a {
              font-size: 1.4rem; } }
        header .primary-menu ul > li:hover > a, header .primary-menu ul > li:hover:after {
          color: #f9b7ab; }
        header .primary-menu ul > li.menu-item-has-children:hover:after {
          left: 5px; }
        header .primary-menu ul > li.menu-item-has-children.edge > ul.sub-menu {
          left: auto;
          right: 0px; }
  header.style-1 [class^="col-"] {
    padding-right: 0px;
    padding-left: 0px; }
  header.style-1 .container {
    border-bottom: 1px solid white; }
  header.style-1.minimize {
    background: #e75235;
    border-bottom: 1px solid white; }
    header.style-1.minimize .container {
      border-bottom: 0px; }
  header.style-1 .call-center-box {
    right: 0px; }
  header.style-2 {
    background: white;
    -webkit-box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.07);
    -ms-box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.07);
    -o-box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.07); }
    header.style-2 .primary-menu ul > li a {
      color: #4a4a4a; }
    header.style-2 .primary-menu ul li.menu-item-has-children:after {
      color: #4a4a4a; }
    header.style-2 .primary-menu ul li.active > a, header.style-2 .primary-menu ul li.active:after {
      color: #e75235; }
    header.style-2 .primary-menu ul li:hover > a, header.style-2 .primary-menu ul li:hover:after {
      color: #e75235; }
  @media only screen and (min-width: 992px) {
    header.minimize {
      height: 100px; } }
  @media only screen and (min-width: 992px) {
    header.minimize .primary-menu > ul {
      height: 100px; } }


/* -------------------------------- 
 04.Page Title Area Styles
-------------------------------- */
section.section-page-title-area {
  min-height: 350px;
  background-color: #fdcdc4;
  background-image: -webkit-linear-gradient(-360deg, #fdcdc4, #ffeab2);
  background-image: linear-gradient(90deg,#fdcdc4, #ffeab2);
background-image: url("../images/slider/butterfly.jpg");
  } 
  
  @media only screen and (min-width: 992px) {
    section.section-page-title-area {
      min-height: 450px; } }
  section.section-page-title-area .container {
    position: relative;
    min-height: 350px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    @media only screen and (min-width: 992px) {
      section.section-page-title-area .container {
        min-height: 450px; } }
  @media only screen and (min-width: 992px) {
    section.section-page-title-area .page-title-holder {
      margin-top: 60px; } }
  section.section-page-title-area .page-title-holder .page-title {
    font-size: 3rem;
    line-height: 40px;
    font-weight: 700;
    color: #ffffff; /* was 222 */
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase; }
    @media only screen and (max-width: 480px) {
      section.section-page-title-area .page-title-holder .page-title {
        font-size: 2.4rem; } }

/* -------------------------------- 
 06.Mobile Menu Styles
-------------------------------- */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 105;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  -moz-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s; }

#mobile-menu-trigger {
  position: fixed;
  right: 0;
  top: 0;
  height: 100px;
  width: 100px;
  z-index: 115;
  outline: none !important;
  background-color: #ffc933;
  display: block;
  -webkit-transition: width 1s cubic-bezier(0.07, 0.23, 0.34, 1);
  -moz-transition: width 1s cubic-bezier(0.07, 0.23, 0.34, 1);
  transition: width 1s cubic-bezier(0.07, 0.23, 0.34, 1);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s; }
  @media only screen and (min-width: 992px) {
    #mobile-menu-trigger {
      display: none; } }
  #mobile-menu-trigger .mobile-menu-text {
    display: inline-block;
    position: absolute;
    height: 100%;
    text-transform: uppercase;
    color: white;
    font-weight: 300;
    top: 38px;
    left: 10px; }
  #mobile-menu-trigger .mobile-menu-icon {
    /* this span is the central line in the menu menu */
    display: inline-block;
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    height: 2px;
    background-color: #FFF;
    right: 10px;
    /* these are the upper and lower lines in the menu menu */ }
    #mobile-menu-trigger .mobile-menu-icon::before, #mobile-menu-trigger .mobile-menu-icon:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: inherit;
      left: 0;
      transition: 350ms all;
      -webkit-transition: 350ms all;
      -moz-transition: 350ms all; }
    #mobile-menu-trigger .mobile-menu-icon::before {
      bottom: 5px; }
    #mobile-menu-trigger .mobile-menu-icon::after {
      top: 5px; }
  #mobile-menu-trigger.is-clicked {
    width: 90%; }
    @media (min-width: 600px) {
      #mobile-menu-trigger.is-clicked {
        width: 400px; } }
    #mobile-menu-trigger.is-clicked .mobile-menu-icon {
      background-color: rgba(255, 255, 255, 0); }
      #mobile-menu-trigger.is-clicked .mobile-menu-icon::before, #mobile-menu-trigger.is-clicked .mobile-menu-icon::after {
        background-color: white; }
      #mobile-menu-trigger.is-clicked .mobile-menu-icon::before {
        bottom: 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      #mobile-menu-trigger.is-clicked .mobile-menu-icon::after {
        top: 0;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }

.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 90%;
  max-width: 400px;
  background: #ffbb00;
  overflow: auto;
  z-index: 110;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.07, 0.23, 0.34, 1);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.07, 0.23, 0.34, 1);
  transition: transform 0.5s cubic-bezier(0.07, 0.23, 0.34, 1); }
  .mobile-nav .mobile-menu {
    margin-top: 120px; }
    .mobile-nav .mobile-menu li {
      margin-bottom: 20px; }
      .mobile-nav .mobile-menu li:last-child {
        margin-bottom: 0px; }
      .mobile-nav .mobile-menu li a {
        display: block;
        color: white;
        padding-left: 30px;
        font-size: 2.6rem;
        font-weight: 300;
        opacity: .7;
        -webkit-transition: all 0.35s;
        -moz-transition: all 0.35s;
        transition: all 0.35s; }
      .mobile-nav .mobile-menu li:hover a {
        padding-left: 40px; }
      .mobile-nav .mobile-menu li:hover a, .mobile-nav .mobile-menu li.active a {
        opacity: 1; }
      .mobile-nav .mobile-menu li.menu-item-has-children > a {
        /* this is the right arrow */ }
        .mobile-nav .mobile-menu li.menu-item-has-children > a::after {
          font-family: 'FontAwesome';
          content: '\f105';
          display: inline-block;
          font-size: 1.6rem;
          margin-left: 10px;
          -webkit-transition-property: -webkit-transform;
          -moz-transition-property: -moz-transform;
          transition-property: transform;
          -webkit-transition-duration: 0.2s;
          -moz-transition-duration: 0.2s;
          transition-duration: 0.2s; }
        .mobile-nav .mobile-menu li.menu-item-has-children > a.submenu-open::after {
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          transform: rotate(90deg); }
      .mobile-nav .mobile-menu li.menu-item-has-children ul.sub-menu {
        padding-left: 15px;
        display: none;
        margin-top: 10px; }
      .mobile-nav .mobile-menu li.menu-item-has-children ul li {
        margin-bottom: 10px; }
        .mobile-nav .mobile-menu li.menu-item-has-children ul li a {
          color: white;
          font-size: 2.2rem; }

.mobile-menu-open .overlay {
  opacity: .6;
  visibility: visible; }

.mobile-menu-open .mobile-nav {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px); }

.mobile-menu-open .mobile-nav .mobile-menu-icon {
  background-color: rgba(255, 255, 255, 0); }
  .mobile-menu-open .mobile-nav .mobile-menu-icon::before, .mobile-menu-open .mobile-nav .mobile-menu-icon::after {
    background-color: white; }
  .mobile-menu-open .mobile-nav .mobile-menu-icon::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .mobile-menu-open .mobile-nav .mobile-menu-icon::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

/* -------------------------------- 
 07.Contents Styles
-------------------------------- */

section.section-text-block .author-name {
  font-weight: 700;
  margin-bottom: 10px; } 

section.section-text-block .image-holder {
  position: relative; }
  section.section-text-block .image-holder img {
    position: relative;
    z-index: 10; }
  section.section-text-block .image-holder .frame {
    position: absolute;
    top: 60%; /* was 50 */
    bottom: auto;
    -webkit-transform: translateY(-45%); /* was 50% */
    -moz-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -o-transform: translateY(-45%);
    transform: translateY(-45%);
    right: 50px;
    width: 362px;
    height: 320px;
    background: #E2B826; /*was #ffbb00 */
    z-index: 5; }

.page-work-with-me section.section-text-block h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 45px;
  letter-spacing: 1.5px;
  margin: -30px 0  30px 0; }

.page-work-with-me section.section-text-block p {
  font-size: 1.4rem;
  line-height: 28px;
  color: #4a4a4a;
  margin-bottom: 15px; }

@media only screen and (min-width: 768px) {
  .page-work-with-me .section-newsletter {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; } }

.page-work-with-me .section-newsletter .subscription-success,
.page-work-with-me .section-newsletter .subscription-error {
  font-family: "Open Sans", sans-serif;
  display: none;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
  line-height: 21px; }

.page-work-with-me .section-newsletter .subscription-success {
  color: #67d71d; }

.page-work-with-me .section-newsletter .subscription-error {
  color: #e75235; }

.page-work-with-me .section-newsletter form {
  position: relative;
  background: #fbfbfb;
  border-top: 5px solid #eeeeee;
  min-height: 240px;
  width: 100%;
  padding: 50px 30px 30px 30px; }
  @media only screen and (min-width: 768px) {
    .page-work-with-me .section-newsletter form {
      padding: 100px 120px 80px 120px; } }
  .page-work-with-me .section-newsletter form .form-icon {
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 90px;
    height: 90px;
    top: -40px;
    background: #ffbb00;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    @media (max-width: 600px) {
      .page-work-with-me .section-newsletter form .form-icon {
        width: 70px;
        height: 70px;
        top: -40px; } }
    .page-work-with-me .section-newsletter form .form-icon i {
      font-size: 4.2rem;
      color: white;
      opacity: .4; }
      @media (max-width: 600px) {
        .page-work-with-me .section-newsletter form .form-icon i {
          font-size: 3.2rem; } }
  .page-work-with-me .section-newsletter form .btn-sign-me {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    background: #ffbb00;
    width: 100%;
    height: 40px;
    color: white;
    font-size: 1.6rem;
    letter-spacing: 1.5px;
    font-weight: 300;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    transition: 350ms all;
    -webkit-transition: 350ms all;
    -moz-transition: 350ms all; }
    .page-work-with-me .section-newsletter form .btn-sign-me:hover {
      background: #ffc526; }
  .page-work-with-me .section-newsletter form .form-group {
    position: relative; }
    .page-work-with-me .section-newsletter form .form-group .fa {
      position: absolute;
      top: 50%;
      bottom: auto;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 10px;
      color: #ffbb00; }
      .page-work-with-me .section-newsletter form .form-group .fa.fa-pencil-square {
        top: 26px; }
    .page-work-with-me .section-newsletter form .form-group .form-control {
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      border-radius: 0px;
      border: 1px solid #dcdcdc;
      box-shadow: none; }
      .page-work-with-me .section-newsletter form .form-group .form-control:not(textarea) {
        padding: 0 30px;
        height: 40px; }
      .page-work-with-me .section-newsletter form .form-group .form-control::-webkit-input-placeholder {
        font-size: 1.4rem;
        font-weight: 300;
        color: silver;
        line-height: 21px;
        letter-spacing: 0.5px;
        transition: 350ms all;
        -webkit-transition: 350ms all;
        -moz-transition: 350ms all; }
      .page-work-with-me .section-newsletter form .form-group .form-control::-moz-placeholder {
        font-size: 1.4rem;
        font-weight: 300;
        color: silver;
        line-height: 21px;
        letter-spacing: 0.5px;
        transition: 350ms all;
        -webkit-transition: 350ms all;
        -moz-transition: 350ms all; }
      .page-work-with-me .section-newsletter form .form-group .form-control:-moz-placeholder {
        font-size: 1.4rem;
        font-weight: 300;
        color: silver;
        line-height: 21px;
        letter-spacing: 0.5px;
        transition: 350ms all;
        -webkit-transition: 350ms all;
        -moz-transition: 350ms all; }
      .page-work-with-me .section-newsletter form .form-group .form-control:-ms-input-placeholder {
        font-size: 1.4rem;
        font-weight: 300;
        color: silver;
        line-height: 21px;  
        letter-spacing: 0.5px;
        transition: 350ms all;
        -webkit-transition: 350ms all;
        -moz-transition: 350ms all; }
      .page-work-with-me .section-newsletter form .form-group .form-control:focus::-webkit-input-placeholder {
        color: transparent; }
      .page-work-with-me .section-newsletter form .form-group .form-control:focus::-moz-placeholder {
        color: transparent; }
      .page-work-with-me .section-newsletter form .form-group .form-control:focus:-moz-placeholder {
        color: transparent; }
      .page-work-with-me .section-newsletter form .form-group .form-control:focus:-ms-input-placeholder {
        color: transparent; }

.page-about section.section-text-block p {
  font-size: 1.4rem;
  line-height: 24px;
  color: #4a4a4a;
  margin-bottom: 15px;
  letter-spacing: 1.2px; }

.page-about section.section-consultant-form .parallax-part .bg-image:before {
  background-color: #4a4a4a;
  background-image: -webkit-linear-gradient(-450deg, #4a4a4a, #e96349);
  background-image: linear-gradient(180deg,#4a4a4a, #e96349);
  opacity: .9; }

.page-about-with-lead-cta section.section-about-with-lead-cta {
  position: relative;
  height: 600px;
  margin-top: 100px; }
  @media only screen and (min-width: 992px) {
    .page-about-with-lead-cta section.section-about-with-lead-cta {
      height: 640px;
      margin-top: 140px; } }
  .page-about-with-lead-cta section.section-about-with-lead-cta .container {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    @media only screen and (min-width: 992px) {
      .page-about-with-lead-cta section.section-about-with-lead-cta .container {
        -webkit-box-pack: end;
        -moz-box-pack: end;
        box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        -o-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: end; } }
  .page-about-with-lead-cta section.section-about-with-lead-cta .about-with-lead-cta {
    width: 80%;
    text-align: center;
    background: white;
    padding: 60px 30px; }
    @media only screen and (min-width: 992px) {
      .page-about-with-lead-cta section.section-about-with-lead-cta .about-with-lead-cta {
        width: 568px; } }
    @media only screen and (max-width: 480px) {
      .page-about-with-lead-cta section.section-about-with-lead-cta .about-with-lead-cta {
        width: 100%;
        background: rgba(255, 255, 255, 0.7);
        padding: 40px 15px; } }
    .page-about-with-lead-cta section.section-about-with-lead-cta .about-with-lead-cta .cta-
title {
      font-size: 3rem;
      font-weight: 700;
      letter-spacing: 1.5px;
      color: #4a4a4a;
      margin-bottom: 20px; }
    .page-about-with-lead-cta section.section-about-with-lead-cta .about-with-lead-cta .cta-text {
      font-size: 1.6rem;
      font-weight: 300;
      letter-spacing: 1.5px;
      line-height: 24px;
      margin-bottom: 30px; }
    .page-about-with-lead-cta section.section-about-with-lead-cta .about-with-lead-cta .cta-button {
      display: block;
      background: #e75235;
      height: 47px;
      line-height: 47px;
      color: white;
      font-family: "Arvo", serif;
      font-size: 1.6rem;
      text-transform: uppercase;
      letter-spacing: 1.5px; }
      .page-about-with-lead-cta section.section-about-with-lead-cta .about-with-lead-cta .cta-button.shadow {
        -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.12);
        -moz-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.12);
        -ms-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.12);
        -o-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.12);
        box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.12); }

.page-404 .call-center-box {
  background: #222222; }

.page-404 section.section-404 {
  position: relative;
  height: 100%; }
  .page-404 section.section-404 .bg-image:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #ffc933;
    background-image: -webkit-linear-gradient(-180deg, #ffc933, #e75235);
    background-image: linear-gradient(-90deg,#ffc933, #e75235);
    opacity: .6;
    z-index: 5; }
  .page-404 section.section-404 .container {
    position: relative;
    height: 100%; }
  .page-404 section.section-404 .cta-404 {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 80%;
    text-align: center;
    background: white;
    padding: 60px 30px; }
    @media only screen and (min-width: 992px) {
      .page-404 section.section-404 .cta-404 {
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0px !important;
        right: auto;
        width: 568px; } }
    @media only screen and (max-width: 480px) {
      .page-404 section.section-404 .cta-404 {
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.7);
        padding: 160px 15px; } }
    .page-404 section.section-404 .cta-404 .cta-title {
      font-size: 3rem;
      font-weight: 700;
      letter-spacing: 1.5px;
      color: #4a4a4a;
      margin-bottom: 20px; }
    .page-404 section.section-404 .cta-404 .cta-text {
      font-size: 1.6rem;
      font-weight: 300;
      letter-spacing: 1.5px;
      line-height: 24px;
      margin-bottom: 30px; }
    .page-404 section.section-404 .cta-404 .cta-button {
      display: block;
      background: #e75235;
      height: 47px;
      line-height: 47px;
      color: white;
      font-family: "Arvo", serif;
      font-size: 1.6rem;
      text-transform: uppercase;
      letter-spacing: 1.5px; }
      .page-404 section.section-404 .cta-404 .cta-button.shadow {
        -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.12);
        -moz-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.12);
        -ms-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.12);
        -o-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.12);
        box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.12); }

@media only screen and (min-width: 992px) {
  .page-services section.section-services {
    padding-bottom: 30px; } }

.page-services section.section-services [class^="col-"] {
  margin-bottom: 30px; }
  @media only screen and (max-width: 768px) {
    .page-services section.section-services [class^="col-"]:nth-last-child(1) {
      margin-bottom: 0px; } }

.page-services section.section-services .service-box figure .bg-image {
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px); }
  .page-services section.section-services .service-box figure .bg-image:before {
    background: rgba(238, 84, 55, 0);
    transition: 350ms all;
    -webkit-transition: 350ms all;
    -moz-transition: 350ms all; }
  .page-services section.section-services .service-box figure .bg-image:hover {
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px); }
    .page-services section.section-services .service-box figure .bg-image:hover:before {
      background: rgba(238, 84, 55, 0.3); }

.page-services section.section-services .service-box figure figcaption {
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.page-advices section.section-advices [class^="col-"] {
  margin-bottom: 30px; }
  @media only screen and (max-width: 768px) {
    .page-advices section.section-advices [class^="col-"]:nth-last-child(1) {
      margin-bottom: 0px; } }

.page-contact .map-holder {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: relative;
  height: 300px; }
  .page-contact .map-holder .map-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 187, 0, 0.7);
    z-index: 4;
    opacity: 1;
    transition: 0.6s all;
    -webkit-transition: 0.6s all;
    -moz-transition: 0.6s all;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s; }
  .page-contact .map-holder .map-address {
    position: relative;
    font-size: 2rem;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1.5px;
    color: white;
    opacity: 1;
    transition: 0.6s all;
    -webkit-transition: 0.6s all;
    -moz-transition: 0.6s all;
    z-index: 6; }
    @media only screen and (max-width: 480px) {
      .page-contact .map-holder .map-address {
        font-size: 1.6rem;
        padding: 0 10px; } }
  .page-contact .map-holder .google-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3; }
  .page-contact .map-holder:hover .map-overlay,
  .page-contact .map-holder:hover .map-address {
    visibility: hidden;
    opacity: 0; }
  .page-contact .map-holder:hover .map-address {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }

.page-contact .contact-form {
  padding: 40px 30px;
  background: #f7f7f7; }
  @media only screen and (max-width: 480px) {
    .page-contact .contact-form {
      padding: 30px 20px; } }
  .page-contact .contact-form .success,
  .page-contact .contact-form .error {
    font-family: "Open Sans", sans-serif;
    font-size: 1.4rem;
    margin-bottom: 15px;
    display: none; }
  .page-contact .contact-form .contact-form-title {
    font-family: "Arvo", serif;
    font-size: 1.6rem;
    line-height: 28px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border: 0px; }
  .page-contact .contact-form .form-control {
    border: 0px;
    padding-left: 15px; }
  .page-contact .contact-form textarea {
    padding-top: 15px;
    height: 180px; }
  .page-contact .contact-form .btn-with-animation {
    width: 135px;
    font-size: 1.2rem;
    letter-spacing: 1px;
    text-transform: none;
    background: #ffbb00; }
    .page-contact .contact-form .btn-with-animation:before {
      background: #e6a800; }

@media only screen and (max-width: 768px) {
  .page-contact .contact-info {
    margin-top: 30px; } }

.page-contact .contact-info .info-box {
  padding: 35px 0;
  border: 1px solid #222222;
  text-align: center;
  margin-bottom: 10px; }
  .page-contact .contact-info .info-box .box-title {
    font-size: 1.6rem;
    line-height: 28px;
    color: #4a4a4a;
    font-weight: 700; }

.page-template-sidebar .main-content {
  padding: 60px 0; }

/* -------------------------------- 
 08.Footer Styles
-------------------------------- */
footer .social-media .social-media-title {
  text-align: center;
  padding: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 40px;
  letter-spacing: 5px;
  color: #dedddd; }

footer .social-media .social-icons {
  text-align: center;
  padding: 50px 0;
  background: #f5f5f5; }
  @media only screen and (max-width: 480px) {
    footer .social-media .social-icons {
      padding: 0px; } }
  footer .social-media .social-icons ul li {
    display: inline-block;
    margin-right: 40px; }
    footer .social-media .social-icons ul li:last-child {
      margin-right: 0px; }
    @media only screen and (max-width: 480px) {
      footer .social-media .social-icons ul li {
        display: block;
        margin-right: 0px;
        padding: 15px 0; }
        footer .social-media .social-icons ul li:nth-of-type(2n+1) {
          background: #f0f0f0; } }
    footer .social-media .social-icons ul li a {
      color: #4a4a4a;
      font-size: 2.8rem;
      transition: color 0.4s;
      -webkit-transition: color 0.4s;
      -moz-transition: color 0.4s; }
      footer .social-media .social-icons ul li a:hover {
        color: #ffbb00; }

footer .footer-widgets {
  background: #C4462F; } /* was #222 */
  @media only screen and (max-width: 768px) {
    footer .footer-widgets [class^="col-"] {
      margin-bottom: 30px; }
      footer .footer-widgets [class^="col-"]:nth-of-type(3) {
        margin-bottom: 0px; } }
  footer .footer-widgets .widget {
    padding: 0px;
    margin: 0px;
    background: transparent;
    border: none;
    -webkit-box-shadow: 0px 20px 62px 0 transparent;
    -moz-box-shadow: 0px 20px 62px 0 transparent;
    -ms-box-shadow: 0px 20px 62px 0 transparent;
    -o-box-shadow: 0px 20px 62px 0 transparent;
    box-shadow: 0px 20px 62px 0 transparent; }
    footer .footer-widgets .widget .widget-title {
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 24px;
      color: #ffbb00;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      margin-bottom: 15px; }
      @media only screen and (min-width: 992px) {
        footer .footer-widgets .widget .widget-title {
          margin-bottom: 30px; } }
    footer .footer-widgets .widget.widget_text p {
      font-size: 1.4rem;
      font-weight: 300;
      line-height: 28px;
      color: white; }
      @media only screen and (min-width: 992px) {
        footer .footer-widgets .widget.widget_text p.contact-info {
          text-align: right; } }
    footer .footer-widgets .widget.widget_text .footer-logo {
      margin-bottom: 30px; }
      @media only screen and (min-width: 992px) {
        footer .footer-widgets .widget.widget_text .footer-logo {
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -moz-box-orient: horizontal;
          box-orient: horizontal;
          -webkit-box-direction: normal;
          -moz-box-direction: normal;
          box-direction: normal;
          -webkit-flex-direction: row;
          -moz-flex-direction: row;
          flex-direction: row;
          -ms-flex-direction: row;
          -webkit-box-pack: end;
          -moz-box-pack: end;
          box-pack: end;
          -webkit-justify-content: flex-end;
          -moz-justify-content: flex-end;
          -ms-justify-content: flex-end;
          -o-justify-content: flex-end;
          justify-content: flex-end;
          -ms-flex-pack: end; } }
    footer .footer-widgets .widget.null-instagram-feed .instagram-pics {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify; }
      footer .footer-widgets .widget.null-instagram-feed .instagram-pics li {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        position: relative;
        width: 32.5%;
        height: 200px;
        overflow: hidden; }
        @media only screen and (max-width: 768px) {
          footer .footer-widgets .widget.null-instagram-feed .instagram-pics li {
            height: 180px; } }
        @media only screen and (max-width: 480px) {
          footer .footer-widgets .widget.null-instagram-feed .instagram-pics li {
            height: 100px; } }
        @media only screen and (min-width: 992px) {
          footer .footer-widgets .widget.null-instagram-feed .instagram-pics li {
            height: 150px; } }

footer .copyright {
  background: #222222;
  border-top: 1px solid #434343;
  min-height: 100px; }
  footer .copyright .copyright-content {
    min-height: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    @media only screen and (max-width: 480px) {
      footer .copyright .copyright-content {
        display: block;
        padding: 15px 0;
        text-align: center; } }
    footer .copyright .copyright-content .copyright-left-text {
      font-size: 1.2rem;
      line-height: 22px;
      color: #707070; }
    footer .copyright .copyright-content .copyright-right-text {
      font-size: 1.2rem;
      font-weight: 300;
      line-height: 22px;
      color: #707070; }



/* -------------------------------- 
 13-1.Slider
-------------------------------- */
/* Icons */
section.section-noslider {
  position: relative;
  height: 600px;
  margin-top: 100px; }
  @media only screen and (min-width: 992px) {
    section.section-noslider {
      height: 640px;
      margin-top: 140px; } }
  section.section-noslider .container {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    @media only screen and (min-width: 992px) {
      section.section-noslider .container {
        -webkit-box-pack: end;
        -moz-box-pack: end;
        box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        -o-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: end; } }
  section.section-noslider .noslider-cta {
    width: 80%;
    text-align: center;
    background: transparent; /* was white */
    padding: 60px 20px 60px 40px; }
    @media only screen and (min-width: 992px) {
      section.section-noslider .noslider-cta {
        width: 500px; } }
    @media only screen and (max-width: 480px) {
      section.section-noslider .noslider-cta {
        width: 100%;
        /*background: rgba(255, 255, 255, 0.7); */
        padding: 40px 25px; } }
    section.section-noslider .noslider-cta .cta-title {
      font-size: 6rem; /* was 3 */
      font-weight: 500; /* was 700 */
      letter-spacing: 1.2px;
      color: #ffffff; /*was 4a4a4a */
      margin-bottom: 20px; }
    section.section-noslider .noslider-cta .cta-text {
      font-size: 3.6rem;
      font-weight: 300;
      letter-spacing: 1.5px;
      line-height: 40px;
      margin-bottom: 30px; }
    section.section-noslider .noslider-cta .cta-button {
      display: block;
      background: #e75235;
      height: 47px;
      line-height: 47px;
      color: white;
      font-family: "Arvo", serif;
      font-size: 1.8rem;
      text-transform: uppercase;
      letter-spacing: 1.5px; }
      section.section-noslider .noslider-cta .cta-button.shadow {
        -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.12);
        -moz-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.12);
        -ms-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.12);
        -o-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.12);
        box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.12); }

section.section-slider {
  height: 600px;
  /* Arrows */
  /* Dots */ }
  @media only screen and (min-width: 992px) {
    section.section-slider {
      height: 780px; } }
  section.section-slider .slider,
  section.section-slider .slide {
    position: relative;
    width: 100%;
    height: 100%; }
  section.section-slider.style-2 {
    height: auto; }
    @media only screen and (min-width: 992px) {
      section.section-slider.style-2 {
        height: 780px;
        margin-top: 60px; } }
    section.section-slider.style-2 .slide {
      min-height: 850px; }
      @media only screen and (max-width: 480px) {
        section.section-slider.style-2 .slide {
          min-height: 730px; } }
      section.section-slider.style-2 .slide [class^='col-'] {
        position: relative; }
        @media only screen and (min-width: 992px) {
          section.section-slider.style-2 .slide [class^='col-'] {
            height: 780px;
            margin: 0px; } }
      section.section-slider.style-2 .slide.dark .caption .big-title,
      section.section-slider.style-2 .slide.dark .caption .quote {
        color: white; }
      @media only screen and (min-width: 992px) {
        section.section-slider.style-2 .slide.dark .image-holder {
          top: 22%;
          right: 30px; } }
      section.section-slider.style-2 .slide .caption {
        width: 100%;
        margin: 150px 0 60px 0; }
        @media only screen and (min-width: 992px) {
          section.section-slider.style-2 .slide .caption {
            position: absolute;
            top: 28%;
            left: 15px;
            text-align: left;
            margin-top: 50px; } }
        section.section-slider.style-2 .slide .caption .big-title {
          font-size: 3rem;
          margin-bottom: 30px;
          color: #4a4a4a; }
        section.section-slider.style-2 .slide .caption .quote {
          font-size: 2rem;
          line-height: 3rem;
          color: #4a4a4a;
          width: 100%; }
          @media only screen and (min-width: 992px) {
            section.section-slider.style-2 .slide .caption .quote {
              width: 95%; } }
        section.section-slider.style-2 .slide .caption .btn-normal {
          margin-top: 30px; }
          @media only screen and (max-width: 768px) {
            section.section-slider.style-2 .slide .caption .btn-normal {
              display: block;
              margin: 30px auto; } }
      section.section-slider.style-2 .slide .image-holder {
        margin-bottom: 60px; }
        @media only screen and (min-width: 992px) {
          section.section-slider.style-2 .slide .image-holder {
            position: absolute;
            top: 28%;
            right: 15px; } }
        @media only screen and (max-width: 768px) {
          section.section-slider.style-2 .slide .image-holder img {
            display: block;
            margin: 0px auto; } }
        @media only screen and (min-width: 992px) {
          section.section-slider.style-2 .slide .image-holder.shadow {
            -webkit-box-shadow: 20px 5px 30px 0px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 20px 5px 30px 0px rgba(0, 0, 0, 0.1);
            -ms-box-shadow: 20px 5px 30px 0px rgba(0, 0, 0, 0.1);
            -o-box-shadow: 20px 5px 30px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 20px 5px 30px 0px rgba(0, 0, 0, 0.1); } }
    section.section-slider.style-2 .slick-prev,
    section.section-slider.style-2 .slick-next {
      background: rgba(255, 255, 255, 0.6);
      transition: 0.4s background;
      -webkit-transition: 0.4s background;
      -moz-transition: 0.4s background; }
      @media only screen and (max-width: 480px) {
        section.section-slider.style-2 .slick-prev,
        section.section-slider.style-2 .slick-next {
          display: none !important; } }
      section.section-slider.style-2 .slick-prev:before,
      section.section-slider.style-2 .slick-next:before {
        color: #4a4a4a; }
      section.section-slider.style-2 .slick-prev:hover, section.section-slider.style-2 .slick-prev:focus,
      section.section-slider.style-2 .slick-next:hover,
      section.section-slider.style-2 .slick-next:focus {
        background: white; }
  section.section-slider .slide {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    section.section-slider .slide .caption {
      text-align: center; }
      @media only screen and (max-width: 768px) {
        section.section-slider .slide .caption {
          width: 95%; } }
      section.section-slider .slide .caption .big-title {
        font-size: 4rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 50px;
        color: white; }
        @media only screen and (max-width: 480px) {
          section.section-slider .slide .caption .big-title {
            font-size: 3.2rem;
            margin-bottom: 30px; } }
      section.section-slider .slide .caption .quote {
        font-size: 2.6rem;
        line-height: 40px;
        font-weight: 300;
        color: white;
        letter-spacing: 1.5px; }
        @media only screen and (min-width: 992px) {
          section.section-slider .slide .caption .quote {
            width: 660px; } }
        @media only screen and (max-width: 480px) {
          section.section-slider .slide .caption .quote {
            font-size: 1.8rem;
            line-height: 30px; } }
        section.section-slider .slide .caption .quote .bold {
          font-weight: 600; }
      section.section-slider .slide .caption .btn-radius,
      section.section-slider .slide .caption .btn-normal {
        margin-top: 50px;
        -webkit-box-shadow: 0px 10px 25px 5px rgba(0, 0, 0, 0.06);
        -moz-box-shadow: 0px 10px 25px 5px rgba(0, 0, 0, 0.06);
        -ms-box-shadow: 0px 10px 25px 5px rgba(0, 0, 0, 0.06);
        -o-box-shadow: 0px 10px 25px 5px rgba(0, 0, 0, 0.06);
        box-shadow: 0px 10px 25px 5px rgba(0, 0, 0, 0.06);
        transition: 350ms all;
        -webkit-transition: 350ms all;
        -moz-transition: 350ms all; }
        section.section-slider .slide .caption .btn-radius:hover,
        section.section-slider .slide .caption .btn-normal:hover {
          color: white;
          -webkit-box-shadow: 0px 0px 25px 5px transparent;
          -moz-box-shadow: 0px 0px 25px 5px transparent;
          -ms-box-shadow: 0px 0px 25px 5px transparent;
          -o-box-shadow: 0px 0px 25px 5px transparent;
          box-shadow: 0px 0px 25px 5px transparent; }
  section.section-slider .slick-list,
  section.section-slider .slick-track {
    height: 100%; }
  section.section-slider .slick-prev,
  section.section-slider .slick-next {
    position: absolute;
    display: block;
    height: 50px;
    width: 50px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.1);
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none; }
    section.section-slider .slick-prev:hover, section.section-slider .slick-prev:focus,
    section.section-slider .slick-next:hover,
    section.section-slider .slick-next:focus {
      outline: none;
      background: rgba(255, 255, 255, 0.1);
      color: transparent; }
      section.section-slider .slick-prev:hover:before, section.section-slider .slick-prev:focus:before,
      section.section-slider .slick-next:hover:before,
      section.section-slider .slick-next:focus:before {
        opacity: 1; }
    section.section-slider .slick-prev.slick-disabled:before,
    section.section-slider .slick-next.slick-disabled:before {
      opacity: 0.25; }
    section.section-slider .slick-prev:before,
    section.section-slider .slick-next:before {
      font-family: "FontAwesome";
      font-size: 30px;
      line-height: 1;
      color: white;
      opacity: 0.75;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transition: 0.4s opacity;
      -webkit-transition: 0.4s opacity;
      -moz-transition: 0.4s opacity; }
  section.section-slider .slick-prev {
    left: 0px;
    z-index: 99; }
    [dir="rtl"] section.section-slider .slick-prev {
      left: auto;
      right: 15px; }
    section.section-slider .slick-prev:before {
      content: ""; }
      [dir="rtl"] section.section-slider .slick-prev:before {
        content: ""; }
  section.section-slider .slick-next {
    right: 0px; }
    [dir="rtl"] section.section-slider .slick-next {
      left: 15px;
      right: auto; }
    section.section-slider .slick-next:before {
      content: ""; }
      [dir="rtl"] section.section-slider .slick-next:before {
        content: ""; }
  section.section-slider .slick-dotted.slick-slider {
    margin-bottom: 30px; }
  section.section-slider .slick-dots {
    position: absolute;
    bottom: 30px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%; }
    section.section-slider .slick-dots li {
      position: relative;
      display: inline-block;
      height: 20px;
      width: 20px;
      margin: 0px;
      padding: 0;
      cursor: pointer; }
      section.section-slider .slick-dots li button {
        border: 0;
        background: transparent;
        display: block;
        height: 20px;
        width: 20px;
        outline: none;
        line-height: 0px;
        font-size: 0px;
        color: transparent;
        padding: 5px;
        cursor: pointer; }
        section.section-slider .slick-dots li button:hover, section.section-slider .slick-dots li button:focus {
          outline: none; }
          section.section-slider .slick-dots li button:hover:before, section.section-slider .slick-dots li button:focus:before {
            opacity: 1; }
        section.section-slider .slick-dots li button:before {
          position: absolute;
          top: 0;
          left: 0;
          content: "";
          width: 20px;
          height: 20px;
          font-family: "FontAwesome";
          font-size: 15px;
          line-height: 20px;
          text-align: center;
          color: #ffbb00;
          opacity: 0.25;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
      section.section-slider .slick-dots li.slick-active button:before {
        content: "";
        color: #ffbb00;
        opacity: 0.75; }

/* -------------------------------- 
 13-2.Advices
-------------------------------- */
section.section-advices {
  position: relative;
  z-index: 15; }
  @media only screen and (max-width: 768px) {
    section.section-advices [class^="col-"] {
      margin-bottom: 30px; }
      section.section-advices [class^="col-"]:nth-of-type(3) {
        margin-bottom: 0px; } }
  section.section-advices .section-title {
    margin-top: 100px; }
  section.section-advices .advice-box {
    width: 100%;
    border: 1px solid #dcdcdc;
    padding: 50px 20px;
    text-align: center;
    background: white;
    transition: 350ms all;
    -webkit-transition: 350ms all;
    -moz-transition: 350ms all; }
    section.section-advices .advice-box:hover {
      border: 0px;
      -webkit-box-shadow: 0px 20px 62px 0 rgba(0, 0, 0, 0.07);
      -moz-box-shadow: 0px 20px 62px 0 rgba(0, 0, 0, 0.07);
      -ms-box-shadow: 0px 20px 62px 0 rgba(0, 0, 0, 0.07);
      -o-box-shadow: 0px 20px 62px 0 rgba(0, 0, 0, 0.07);
      box-shadow: 0px 20px 62px 0 rgba(0, 0, 0, 0.07);
      margin-top: -10px; }
    section.section-advices .advice-box .box-icon {
      margin-bottom: 20px; }
      section.section-advices .advice-box .box-icon i {
        font-size: 8rem;
        color: #ffbb00; }
    section.section-advices .advice-box .box-title {
      margin-bottom: 10px; }
      section.section-advices .advice-box .box-title h2 {
        color: #222222;
        font-size: 2rem;
        text-transform: uppercase;
        line-height: 30px;
        font-weight: 700;
        letter-spacing: 1px; }
    section.section-advices .advice-box .box-desc p {
      font-size: 1.6rem;
      line-height: 24px;
      letter-spacing: 1.5px;
      font-weight: 300;
      color: #818080; }

/* -------------------------------- 
 13-3.Bio
-------------------------------- */
section.section-bio {
  position: relative; }
  section.section-bio:before {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    right: 0px;
    top: 0px;
    background: #f5f5f5;
    z-index: -1; }
  section.section-bio .bio-bg {
    background: #f5f5f5; }
  section.section-bio .life-coach {
    position: relative;
    background: #ffbb00;
    margin-left: -15px;
    width: 80%;
    height: 300px; }
    @media only screen and (min-width: 992px) {
      section.section-bio .life-coach {
        width: 485px;
        height: 280px; } }
    @media (max-width: 600px) {
      section.section-bio .life-coach {
        width: 100%;
        margin-left: 0px;
        margin-top: -60px; } }
    section.section-bio .life-coach figure {
      position: absolute;
      width: 570px;
      height: 378px;
      bottom: 12px;
      right: 12px;
      overflow: hidden; }
      @media (min-width: 992px) and (max-width: 1200px) {
        section.section-bio .life-coach figure {
          width: 530px;
          height: 330px; } }
      @media (max-width: 600px) {
        section.section-bio .life-coach figure {
          bottom: 0px;
          right: 0px;
          width: 100%; } }
      section.section-bio .life-coach figure img {
        position: absolute;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }
    section.section-bio .life-coach .bio-caption {
      position: relative;
      background: #ffc933;
      padding: 10px;
      top: 100%; }
      @media only screen and (min-width: 992px) {
        section.section-bio .life-coach .bio-caption {
          top: 300px;
          left: 100px;
          padding: 0px;
          background: transparent; } }
      section.section-bio .life-coach .bio-caption .coach-name {
        font-size: 2rem;
        line-height: 30px;
        font-weight: 700;
        letter-spacing: 1.5px;
        text-transform: uppercase; }
      section.section-bio .life-coach .bio-caption .coach-title {
        font-size: 1.6rem;
        font-weight: 300;
        line-height: 24px;
        letter-spacing: 1.5px; }
  section.section-bio .bio-text {
    padding: 80px 40px 80px 0; }
    @media (min-width: 992px) and (max-width: 1200px) {
      section.section-bio .bio-text {
        padding: 80px 0 80px 0; } }
    @media only screen and (max-width: 768px) {
      section.section-bio .bio-text {
        padding: 100px 0 80px 0; } }
    section.section-bio .bio-text p {
      font-size: 1.4rem;
      line-height: 28px;
      color: #222222;
      margin-bottom: 20px; }
    section.section-bio .bio-text .more-about {
      display: block;
      width: 240px;
      line-height: 30px;
      font-size: 2rem;
      font-weight: 600;
      letter-spacing: 1.5px;
      /*color: white;*/
      padding: 8px 10px;
      background: #ffbb00;
      border: 1px solid #e75235;
      text-align: center;
      margin-top: 20px;
      transition: 350ms all;
      -webkit-transition: 350ms all;
      -moz-transition: 350ms all; }
      section.section-bio .bio-text .more-about:hover {
        border-color: #ffbb00; }

/* -------------------------------- 
 13-4.Services
-------------------------------- */
@media only screen and (max-width: 768px) {
  section.section-services [class^="col-"] {
    margin-bottom: 60px; }
    section.section-services [class^="col-"]:nth-last-child(1) {
      margin-bottom: 0px; } }

section.section-services .service-box figure {
  position: relative;
  height: 278px; }
  @media only screen and (max-width: 480px) {
    section.section-services .service-box figure {
      height: 200px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    section.section-services .service-box figure {
      height: 350px; } }
  section.section-services .service-box figure .bg-image {
    position: relative;
    z-index: 10; }
    section.section-services .service-box figure .bg-image:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      background: rgba(238, 84, 55, 0.3);
      z-index: 5; }
    section.section-services .service-box figure .bg-image a {
      position: relative;
      width: 100%;
      height: 100%;
      display: block;
      z-index: 10;
      background: transparent; }
  section.section-services .service-box figure figcaption {
    position: absolute;
    width: 85%;
    bottom: -40px;
    left: 7.5%;
    background: #e75235;
    text-align: center;
    padding: 35px 0 0 0;
    z-index: 15;
    overflow: hidden; }
    section.section-services .service-box figure figcaption .service-name {
      font-size: 2.0rem; /*was 1.4rem */
      font-weight: 700;
      color: white;
      letter-spacing: 1.5px;
	  line-height: 2.4rem;
      text-transform: uppercase; }
    section.section-services .service-box figure figcaption .more-info {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      background: #ffbb00;
      width: 130px;
      height: 30px;
      font-size: 1.4rem;
	  font-weight: 400;
      color: #e75235;
      margin: 0px auto;
      opacity: 0;
      margin-bottom: 0px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      -ms-border-radius: 15px;
      border-radius: 15px;
      transition: 350ms all;
      -webkit-transition: 350ms all;
      -moz-transition: 350ms all; }
      section.section-services .service-box figure figcaption .more-info:hover {
        background: #4a4a4a;
        color: white; }
    section.section-services .service-box figure figcaption:hover {
      cursor: pointer; }
      section.section-services .service-box figure figcaption:hover .more-info {
        opacity: 1;
        margin: 15px auto;
        margin-bottom: 35px; }

section.section-services-cta {
  position: relative;
  min-height: 370px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  section.section-services-cta .bg-image {
    background-attachment: fixed; }
  @media only screen and (max-width: 768px) {
    section.section-services-cta [class^="col-"] {
      margin: 30px 0; } }
  section.section-services-cta .service-cta-box {
    width: 100%;
    min-height: 200px;
    padding: 30px 15px;
    text-align: center; }
    section.section-services-cta .service-cta-box .box-link {
      display: block;
      width: 100%;
      height: 100%;
      background: transparent; }
    section.section-services-cta .service-cta-box.yellow {
      background: rgba(255, 187, 0, 0.9);
      transition: background 0.4s;
      -webkit-transition: background 0.4s;
      -moz-transition: background 0.4s; }
      section.section-services-cta .service-cta-box.yellow:hover {
        background: #ffbb00; }
    section.section-services-cta .service-cta-box.red {
      background: rgba(231, 82, 53, 0.9);
      transition: background 0.4s;
      -webkit-transition: background 0.4s;
      -moz-transition: background 0.4s; }
      section.section-services-cta .service-cta-box.red:hover {
        background: #e75235; }
    section.section-services-cta .service-cta-box.black {
      background: rgba(74, 74, 74, 0.9);
      transition: background 0.4s;
      -webkit-transition: background 0.4s;
      -moz-transition: background 0.4s; }
      section.section-services-cta .service-cta-box.black:hover {
        background: #4a4a4a; }
    section.section-services-cta .service-cta-box.gray {
      background: rgba(229, 229, 229, 0.9);
      transition: background 0.4s;
      -webkit-transition: background 0.4s;
      -moz-transition: background 0.4s; }
      section.section-services-cta .service-cta-box.gray:hover {
        background: #e5e5e5; }
    section.section-services-cta .service-cta-box .box-icon {
      margin-bottom: 20px; }
      section.section-services-cta .service-cta-box .box-icon i {
        font-size: 5rem;
        color: white; }
    section.section-services-cta .service-cta-box .box-title {
      margin-bottom: 10px; }
      section.section-services-cta .service-cta-box .box-title h2 {
        color: white;
        font-size: 1.5rem;
        text-transform: uppercase;
        line-height: 30px;
        letter-spacing: 1px; }

/* -------------------------------- 
 13-5.Quotes
-------------------------------- */


section.section-quotes {
  position: relative; }
  section.section-quotes .quote-holder {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    position: relative;
    background: #eeeeee;
    min-height: 300px;
    overflow: hidden; }
    @media only screen and (max-width: 480px) {
      section.section-quotes .quote-holder {
        padding: 20px; } }
  section.section-quotes i {
    position: absolute;
    top: -30px;
    right: -30px;
    font-size: 15rem;
    color: #222222;
    opacity: .5;
    z-index: 3; }
  section.section-quotes .quote-text {
    position: relative;
    width: 80%;
    background: white;
    padding: 60px 40px;
    text-align: center;
    z-index: 5; }
    @media only screen and (max-width: 480px) {
      section.section-quotes .quote-text {
        width: 100%;
        padding: 25px 15px; } }
    section.section-quotes .quote-text.shadow {
      -webkit-box-shadow: 0px 20px 60px 0 rgba(0, 0, 0, 0.07);
      -moz-box-shadow: 0px 20px 60px 0 rgba(0, 0, 0, 0.07);
      -ms-box-shadow: 0px 20px 60px 0 rgba(0, 0, 0, 0.07);
      -o-box-shadow: 0px 20px 60px 0 rgba(0, 0, 0, 0.07);
      box-shadow: 0px 20px 60px 0 rgba(0, 0, 0, 0.07); }
    section.section-quotes .quote-text .quote-title {
      font-size: 2rem;
      line-height: 30px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      color: #222222;
      margin-bottom: 10px; }
    section.section-quotes .quote-text .quote-desc {
      font-size: 1.6rem;
      line-height: 24px;
      letter-spacing: 1.5px;
      color: #acacac; }
      section.section-quotes .quote-text .quote-desc .red {
        color: #e75235; }

/* -------------------------------- 
 13-6.Promo Areas
-------------------------------- */
section.section-promo-cta {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  @media only screen and (min-width: 992px) {
    section.section-promo-cta {
      height: 570px; } }
  section.section-promo-cta .bg-image {
    background-attachment: fixed; }
    section.section-promo-cta .bg-image:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      background-color: #ffc933;
      background-image: -webkit-linear-gradient(-180deg, #ffc933, #e75235);
      background-image: linear-gradient(-90deg,#ffc933, #e75235);
      opacity: .8;
      z-index: 5; }
  section.section-promo-cta .promo-container {
    text-align: center; }
    section.section-promo-cta .promo-container .promo-text {
      display: inline-block;
      width: 90%; }
      @media only screen and (min-width: 992px) {
        section.section-promo-cta .promo-container .promo-text {
          width: 760px; } }
      section.section-promo-cta .promo-container .promo-text h2 {
        font-size: 3rem;
        font-weight: 300;
        line-height: 40px;
        color: white;
        letter-spacing: 1.5px;
        text-transform: uppercase; }
      section.section-promo-cta .promo-container .promo-text strong {
        font-weight: 600; }
    section.section-promo-cta .promo-container .seperator {
      margin: 40px auto; }
    section.section-promo-cta .promo-container .promo-desc p {
      font-size: 1.6rem;
      font-weight: 300;
      line-height: 30px;
      color: white;
      letter-spacing: 1.5px; }
    section.section-promo-cta .promo-container .cta-btn {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
      section.section-promo-cta .promo-container .cta-btn .work-with-me {
        font-family: "Arvo", serif;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        width: 230px;
        height: 48px;
        font-size: 1.6rem;
        text-transform: uppercase;
        color: #ffbb00;
        background: white;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        border-radius: 24px;
        -webkit-box-shadow: 0px 14px 20px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 14px 20px 0 rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0px 14px 20px 0 rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0px 14px 20px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0px 14px 20px 0 rgba(0, 0, 0, 0.1);
        transition: 350ms all;
        -webkit-transition: 350ms all;
        -moz-transition: 350ms all; }
        section.section-promo-cta .promo-container .cta-btn .work-with-me:hover {
          -webkit-box-shadow: 0px 14px 20px 0 transparent;
          -moz-box-shadow: 0px 14px 20px 0 transparent;
          -ms-box-shadow: 0px 14px 20px 0 transparent;
          -o-box-shadow: 0px 14px 20px 0 transparent;
          box-shadow: 0px 14px 20px 0 transparent; }

section.section-promo-banner {
  height: 270px; }
  section.section-promo-banner .container {
    height: 100%; }
  section.section-promo-banner [class^="col-"] {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    position: relative;
    height: 100%; }
    section.section-promo-banner [class^="col-"].shadow {
      -webkit-box-shadow: 0px 20px 50px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 20px 50px 0 rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0px 20px 50px 0 rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0px 20px 50px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0px 20px 50px 0 rgba(0, 0, 0, 0.1); }
  @media only screen and (min-width: 992px) {
    section.section-promo-banner .banner-text-holder {
      width: 680px; } }
  section.section-promo-banner .banner-text-holder .banner-text {
    font-family: "Open Sans", sans-serif;
    font-size: 3rem;
    line-height: 45px;
    font-weight: 300;
    color: white;
    letter-spacing: 2px;
    text-transform: uppercase; }
    @media (max-width: 600px) {
      section.section-promo-banner .banner-text-holder .banner-text {
        text-align: center; } }

/* -------------------------------- 
 13-7.Stories
-------------------------------- */
section.section-stories {
  /*Arrows*/ }
  section.section-stories .story-box {
    padding: 0 40px 60px 40px; }
    @media (min-width: 992px) and (max-width: 1200px) {
      section.section-stories .story-box {
        padding: 0 20px 60px 20px; } }
    @media only screen and (max-width: 768px) {
      section.section-stories .story-box {
        padding: 30px 40px 30px 40px; } }
    @media only screen and (max-width: 480px) {
      section.section-stories .story-box {
        padding: 30px 0 30px 0; } }
    section.section-stories .story-box figure {
      position: relative;
      width: 217px;
      height: 142px; }
      section.section-stories .story-box figure figcaption {
        position: relative;
        top: 150px; }
        @media only screen and (min-width: 992px) {
          section.section-stories .story-box figure figcaption {
            text-align: center; } }
        section.section-stories .story-box figure figcaption .client-name {
          font-family: "Arvo", serif;
          font-size: 1.4rem;
          line-height: 30px;
          letter-spacing: 1.5px;
          font-weight: 700;
          text-transform: uppercase; }
        section.section-stories .story-box figure figcaption .client-desc {
          color: #E75235; /*was ffbb00 */
          font-size: 1.8rem; /*was 1.2rem*/
          letter-spacing: 1.5px; }
    section.section-stories .story-box .story-text {
      padding-top: 100px; }
    @media only screen and (min-width: 992px) {	
    section.section-stories .story-box .story-text {
      padding-top: 70px; }		
	  }
	  
      section.section-stories .story-box .story-text p {
        color: #818080;
        font-size: 1.6rem;
        line-height: 24px;
        margin-bottom: 20px; }
      section.section-stories .story-box .story-text strong {
        font-weight: 600; }
  section.section-stories .slick-prev,
  section.section-stories .slick-next {
    position: relative;
    background: #f8f8f8;
    cursor: pointer;
    border: none;
    outline: none;
    height: 45px;
    width: 100%; }
    @media only screen and (min-width: 992px) {
      section.section-stories .slick-prev,
      section.section-stories .slick-next {
        width: 270px;
        position: absolute;
        display: block; } }

    section.section-stories .slick-prev:hover, section.section-stories .slick-prev:focus,
    section.section-stories .slick-next:hover,
    section.section-stories .slick-next:focus {
      outline: none;
      color: #ffbb00; }
      section.section-stories .slick-prev:hover:before, section.section-stories .slick-prev:focus:before,
      section.section-stories .slick-next:hover:before,
      section.section-stories .slick-next:focus:before {
        background: #ffbb00; }
    section.section-stories .slick-prev.slick-disabled:before,
    section.section-stories .slick-next.slick-disabled:before {
      opacity: 0.25; }
    section.section-stories .slick-prev:before,
    section.section-stories .slick-next:before {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      font-size: 2rem;
      position: absolute;
      font-family: "FontAwesome";
      color: white;
      width: 49px;
      height: 45px;
      background: #222222;
      left: 0px;
      top: 0px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transition: 350ms all;
      -webkit-transition: 350ms all;
      -moz-transition: 350ms all; }
  @media only screen and (min-width: 992px) {
    section.section-stories .slick-prev {
      right: -307px;
      top: 0px; } }
  @media (min-width: 992px) and (max-width: 1200px) {
    section.section-stories .slick-prev {
      right: -357px; } }
  section.section-stories .slick-prev:before {
    content: ""; }
  @media only screen and (min-width: 992px) {
    section.section-stories .slick-next {
      right: -307px;
      top: 60px; } }
  @media (min-width: 992px) and (max-width: 1200px) {
    section.section-stories .slick-next {
      right: -357px; } }
  section.section-stories .slick-next:before {
    content: ""; }

section.section-stories.testimonials { padding: 0px 0; margin-top: 0px !important;}
	 
.nopad { padding-top: 0; padding-bottom: 50px;}

.rightlink {text-align: right; font-size: 1.8rem;}

/* -------------------------------- 
 13-9.Consultant Form
-------------------------------- */
section.section-consultant-form .parallax-part {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  z-index: 5;
  height: 420px; }
  section.section-consultant-form .parallax-part .bg-image {
    background-attachment: fixed; }
    section.section-consultant-form .parallax-part .bg-image:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      background-color: #e75235;
      background-image: -webkit-linear-gradient(-450deg, #e75235, #e96349);
      background-image: linear-gradient(180deg,#e75235, #e96349);
      opacity: .8;
      z-index: 5; }

section.section-consultant-form .consultant-text {
  text-align: center; }
  section.section-consultant-form .consultant-text h2, section.section-consultant-form .consultant-text p {
    font-family: "Open Sans", sans-serif;
    letter-spacing: 1.5px;
    color: white; }
  section.section-consultant-form .consultant-text h2 {
    font-size: 2.4rem;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase; }
  section.section-consultant-form .consultant-text p {
    font-size: 2rem;
    font-weight: 300; }

section.section-consultant-form form {
  position: relative;
  padding: 100px 30px 60px 30px;
  margin-top: -100px;
  z-index: 10;
  background: white; }
  @media only screen and (max-width: 480px) {
    section.section-consultant-form form {
      margin-top: -60px; } }
  section.section-consultant-form form .success,
  section.section-consultant-form form .error {
    font-family: "Open Sans", sans-serif;
    font-size: 1.6rem;
    margin-bottom: 15px;
    display: none; }
  section.section-consultant-form form .form-icon {
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 90px;
    height: 90px;
    top: -30px;
    background: #ffbb00;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    section.section-consultant-form form .form-icon i {
      font-size: 4.2rem;
      color: #e75235; }
  section.section-consultant-form form .btn-send {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    background: #ffbb00;
    min-width: 200px;
    height: 40px;
   /* color: white; */
    font-size: 1.6rem;
    letter-spacing: 1.5px;
    font-weight: 500;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    transition: 350ms all;
    -webkit-transition: 350ms all;
    -moz-transition: 350ms all; }
    section.section-consultant-form form .btn-send:hover {
      background: #ffc526; }
  section.section-consultant-form form .form-group {
    position: relative; }
    section.section-consultant-form form .form-group .fa {
      position: absolute;
      top: 50%;
      bottom: auto;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 10px;
      color: #ffbb00; }
      section.section-consultant-form form .form-group .fa.fa-pencil-square {
        top: 26px; }
    section.section-consultant-form form .form-group .form-control {
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      border-radius: 0px;
      border: 1px solid #dcdcdc;
      box-shadow: none; }
      section.section-consultant-form form .form-group .form-control:not(textarea) {
        padding: 0 30px;
        height: 40px; }
      section.section-consultant-form form .form-group .form-control::-webkit-input-placeholder {
        font-size: 1.4rem;
        font-weight: 300;
        color: silver;
        line-height: 21px;
        letter-spacing: 0.5px;
        transition: 350ms all;
        -webkit-transition: 350ms all;
        -moz-transition: 350ms all; }
      section.section-consultant-form form .form-group .form-control::-moz-placeholder {
        font-size: 1.4rem;
        font-weight: 300;
        color: silver;
        line-height: 21px;
        letter-spacing: 0.5px;
        transition: 350ms all;
        -webkit-transition: 350ms all;
        -moz-transition: 350ms all; }
      section.section-consultant-form form .form-group .form-control:-moz-placeholder {
        font-size: 1.4rem;
        font-weight: 300;
        color: silver;
        line-height: 21px;
        letter-spacing: 0.5px;
        transition: 350ms all;
        -webkit-transition: 350ms all;
        -moz-transition: 350ms all; }
      section.section-consultant-form form .form-group .form-control:-ms-input-placeholder {
        font-size: 1.4rem;
        font-weight: 300;
        color: silver;
        line-height: 21px;
        letter-spacing: 0.5px;
        transition: 350ms all;
        -webkit-transition: 350ms all;
        -moz-transition: 350ms all; }
      section.section-consultant-form form .form-group .form-control:focus::-webkit-input-placeholder {
        color: transparent; }
      section.section-consultant-form form .form-group .form-control:focus::-moz-placeholder {
        color: transparent; }
      section.section-consultant-form form .form-group .form-control:focus:-moz-placeholder {
        color: transparent; }
      section.section-consultant-form form .form-group .form-control:focus:-ms-input-placeholder {
        color: transparent; }
  section.section-consultant-form form textarea {
    padding: 15px 30px; }

/* -------------------------------- 
 13-10.Certificates
-------------------------------- */
section.section-certificates .certificate-carousel .slick-slide {
  outline: none; }
  section.section-certificates .certificate-carousel .slick-slide .certificate {
    position: relative;
    height: 265px; }
    @media (max-width: 600px) {
      section.section-certificates .certificate-carousel .slick-slide .certificate {
        height: 200px; } }
  section.section-certificates .certificate-carousel .slick-slide .certificate-name {
    background: #e75235;
    color: white;
    font-size: 2.6rem; /*was 1.6rem */
    line-height: 24px;
    text-align: center;
    padding: 10px 5px; }

section.section-certificates .certificate-carousel .slick-dots {
  position: absolute;
  bottom: -40px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  section.section-certificates .certificate-carousel .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0px;
    padding: 0;
    cursor: pointer; }
    section.section-certificates .certificate-carousel .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      section.section-certificates .certificate-carousel .slick-dots li button:hover, section.section-certificates .certificate-carousel .slick-dots li button:focus {
        outline: none; }
        section.section-certificates .certificate-carousel .slick-dots li button:hover:before, section.section-certificates .certificate-carousel .slick-dots li button:focus:before {
          opacity: 1; }
      section.section-certificates .certificate-carousel .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: "FontAwesome";
        font-size: 15px;
        line-height: 20px;
        text-align: center;
        color: #f3a99a;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    section.section-certificates .certificate-carousel .slick-dots li.slick-active button:before {
      content: "";
      color: #e75235;
      opacity: 0.75; }

div#tabs div{display:none;}
#tab1:before, #tab2:before, #tab3:before {
   content: "";
   display: block;
   height: 500px;
   margin: -450px 0 0;
}

div#tabs div.tab1:target {display:block;}
div#tabs div.tab2:target {display:block;}
div#tabs div.tab3:target {display:block;}  

div.colbox {margin-top: 100px; padding: 10px 10px 10px 70px;}

.quotebox {text-align: center;}

.ralign {text-align: right;}
.bumpright {margin-right: -10px;}
.contact-info a {color: white;}
.contact-info .info-box a {color: #e75235;}