/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*   01 - General Style                          */
/*   02 - Typography                             */
/*   03 - Backgrounds                            */
/*   04 - Buttons                                */
/*   05 - Forms                                  */
/*   06 - Carousel, Lightbox & Hover             */
/*   07 - Spacing & Alignment                    */
/*   08 - Header Navigation                      */
/*   09 - Hero Section                           */
/*   10 - Content Section                        */
/*   11 - Features Section                       */
/*   12 - Call to Action Section                 */
/*   19 - Team Section                           */
/*   24 - Footer Section                         */
/*   25 - Pages Style                            */
/* ==========================================================================
   01. GENERAL STYLE
========================================================================== */
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #69696E;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0;
}
h1, h2, h3, h4, h5 {
  font-family: 'Open Sans Condensed', sans-serif !important;
}
.main-container {
  overflow: hidden;
}
section {
  position: relative;
  overflow: hidden;
}
ul, ol {
  list-style: none outside none;
  padding: 0;
}
li {
  line-height: 1.5;
}
/*------------------------------------------*/
/*   Links
/*------------------------------------------*/
a, a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
a.inverse, .inverse a, i.inverse {
  color: #ffffff !important;
}
/*------------------------------------------*/
/*   Iframe
/*------------------------------------------*/
iframe {
  border: 0;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 0;
  height: 0;
}
.videoWrapper > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoWrapper > .frameCover {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: none;
}
/* ==========================================================================
   02. TYPOGRAPHY
========================================================================== */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .lead {
  margin-top: 0;
  margin-bottom: 10px;
}
h1, .h1 {
  font-weight: 900;
  font-size: 52px;
  line-height: 56px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}
h2, .h2 {
  font-weight: 900;
  font-size: 42px;
  line-height: 46px;
}
h3, .h3 {
  font-weight: 400;
  font-size: 34px;
  line-height: 38px;
}
h4, .h4 {
  font-weight: 900;
  font-size: 26px;
  line-height: 30px;
}
h5, .h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
p {
  font-size: 18px;
  line-height: 1.5;
}
.p-opacity {
  opacity: 0.7;
}
strong, b {
  font-weight: 900;
}
.lead {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
}
.lead strong, .lead b {
  font-weight: 700;
}
.f-w-300 {
  font-weight: 300;
}
.f-w-400 {
  font-weight: 400;
}
.f-w-700 {
  font-weight: 700;
}
.f-w-900 {
  font-weight: 900;
}
.text-white {
  color: #ffffff;
}
#home p {
  font-size: 20px;
}
#cta-3 a {
  font-size: 22px;
}
#cta-2 a {
  font-size: 22px;
}
#cta-1 a {
  font-size: 22px;
}
/* ==========================================================================
   03. BACKGROUNDS
========================================================================== */
.bg-white {
  background-color: #ffffff;
}
.bg-black {
  background-color: #232323;
}
.bg-img {
  background: url("../images/pain-chiropractic-care.jpg") no-repeat 75% 0% scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
/*------------------------------------------*/
/*  Overlay Effect
/*------------------------------------------*/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  /* Provides cross-browser RGBa background */
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#80000000', endColorstr='#80000000');
  background: transparent;
  background: rgba(51, 51, 51, 0.5);
}
/* set filter as none for IE9+, because IE9+ support RGBa */ :root .overlay {
  filter: none\0/IE9;
}
/* ==========================================================================
   04. BUTTONS
========================================================================== */
.btn, a.btn {
  display: inline-block;
  color: #ffffff;
  padding: 11px 18px;
  margin-bottom: 7px;
  margin-right: 5px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 1px;
  vertical-align: middle;
  white-space: initial;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn:focus, a.btn:focus, .btn:hover, a.btn:hover, .btn.active:focus, a.btn.active:focus, .btn:active:focus, a.btn:active:focus {
  color: #fff;
  outline: none;
}
.btn-md, a.btn-md {
  padding: 15px 25px;
  font-size: 16px;
}
.btn-lg, a.btn-lg {
  font-size: 18px;
}
/*------------------------------------------*/
/*  Menu Buttons
/*------------------------------------------*/
.navbar-nav > li {
  margin-right: 5px;
}
.btn-nav, a.btn-nav, .navbar-nav > li > a.btn-nav {
  color: #ffffff;
  margin-right: 0;
  margin-bottom: 0;
  opacity: 1 !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/*------------------------------------------*/
/*  Ghost-White Buttons
/*------------------------------------------*/
.btn-ghost {
  background-color: transparent;
  border: 3px solid #fff;
  color: #fff;
}
.btn-ghost:hover {
  background-color: #fff;
  color: #69696E !important;
}
.btn-white {
  background-color: #fff;
  border: 3px solid #fff;
  color: #69696E !important;
}
.btn-white:hover {
  background-color: transparent;
  color: #fff !important;
}
/*------------------------------------------*/
/*   Back to Top Button
/*------------------------------------------*/
.top {
  display: inline-block;
  height: 60px;
  width: 60px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url("../images/top-arrow.svg") no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.top.is-visible, .top.fade-out, .no-touch .top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.top.is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.top.fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
/* ==========================================================================
   05. FORMS
========================================================================== */
.form-control {
  background: #e8ebed;
  color: #657380;
  font-size: 15px;
  font-weight: 700;
  padding: 16px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 2px solid #e8ebed;
  box-shadow: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.form-white .form-control {
  background: #ffffff;
  border-color: #ffffff;
  color: #657380;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.form-horizontal .control-label {
  padding-top: 14px;
}
.form-inline .form-group {
  margin-bottom: 2px;
}
.form-inline.double-input .form-control {
  width: 49%;
}
.form-inline .btn {
  padding: 14px 25px 15px;
}
/* ==========================================================================
   06. CAROUSEL, LIGHTBOX & HOVER EFFECT
========================================================================== */
/*------------------------------------------*/
/*   Carousel
/*------------------------------------------*/
/* Fade Effect */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-indicators {
  bottom: -40px;
}
.carousel-indicators li {
  border: 2px solid #fff;
}
.carousel-indicators.inverse li {
  background-color: #869791;
  border: 2px solid #869791;
  opacity: 0.75;
}
.carousel-indicators.inverse .active {
  opacity: 1;
}
.shadow {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
.shadow:hover {
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
}
.owl-theme .owl-controls .owl-page span {
  margin: 4px;
}
.owl-theme.inverse .owl-controls .owl-page.active span {
  background-color: #fff;
  border: 2px solid #fff;
}
.owl-theme.inverse .owl-controls .owl-page span {
  border: 2px solid #fff;
  background-color: transparent;
}
/*------------------------------------------*/
/*   Hover Effects
/*------------------------------------------*/
.h figure {
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.h figure img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.h figcaption {
  position: absolute;
  bottom: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.h figure:hover figcaption, .h figure:hover img {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.img-thumbnail {
  border: 1px solid #EFF1F4;
}
/* ==========================================================================
   07. SPACING & ALIGNMENT
========================================================================== */
/* margin */
.m-a-0 {
  margin: 0 !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-r-0 {
  margin-right: 0 !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-l-0 {
  margin-left: 0 !important;
}
.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.m-a {
  margin: 10px !important;
}
.m-t {
  margin-top: 10px !important;
}
.m-r {
  margin-right: 10px !important;
}
.m-b {
  margin-bottom: 10px !important;
}
.m-l {
  margin-left: 10px !important;
}
.m-x {
  margin-right: 10px !important;
  margin-left: 10px !important;
}
.m-y {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.m-a-md {
  margin: 25px !important;
}
.m-t-md {
  margin-top: 25px !important;
}
.m-r-md {
  margin-right: 25px !important;
}
.m-b-md {
  margin-bottom: 25px !important;
}
.m-l-md {
  margin-left: 25px !important;
}
.m-x-md {
  margin-right: 25px !important;
  margin-left: 25px !important;
}
.m-y-md {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.m-a-lg {
  margin: 50px !important;
}
.m-t-lg {
  margin-top: 50px !important;
}
.m-r-lg {
  margin-right: 50px !important;
}
.m-b-lg {
  margin-bottom: 50px !important;
}
.m-l-lg {
  margin-left: 50px !important;
}
.m-x-lg {
  margin-right: 50px !important;
  margin-left: 50px !important;
}
.m-y-lg {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.new-row-md, .new-row-sm {
  margin-top: 40px;
}
/* padding */
.p-a-0 {
  padding: 0 !important;
}
.p-t-0 {
  padding-top: 0 !important;
}
.p-r-0 {
  padding-right: 0 !important;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.p-l-0 {
  padding-left: 0 !important;
}
.p-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-a {
  padding: 30px !important;
}
.p-t {
  padding-top: 30px !important;
}
.p-r {
  padding-right: 30px !important;
}
.p-b {
  padding-bottom: 30px !important;
}
.p-l {
  padding-left: 30px !important;
}
.p-x {
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.p-y {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.p-a-md {
  padding: 60px !important;
}
.p-t-md {
  padding-top: 60px !important;
}
.p-r-md {
  padding-right: 60px !important;
}
.p-b-md {
  padding-bottom: 60px !important;
}
.p-l-md {
  padding-left: 60px !important;
}
.p-x-md {
  padding-right: 60px !important;
  padding-left: 60px !important;
}
.p-y-md {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.p-a-lg {
  padding: 120px !important;
}
.p-t-lg {
  padding-top: 120px !important;
}
.p-r-lg {
  padding-right: 120px !important;
}
.p-b-lg {
  padding-bottom: 120px !important;
}
.p-l-lg {
  padding-left: 120px !important;
}
.p-x-lg {
  padding-right: 120px !important;
  padding-left: 120px !important;
}
.p-y-lg {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
/* centering vertically section*/
.vertical-center-abs, .vertical-center-rel {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vertical-center-abs {
  position: absolute;
}
.vertical-center-rel {
  position: relative;
}
/* centering vertically and horizontally */
.vh-center {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate (-50%, -50%);
  -moz-transform: translate (-50%, -50%);
  -o-transform: translate (-50%, -50%);
  -ms-transform: translate (-50%, -50%);
  transform: translate (-50%, -50%);
}
/* centering vertically content */
.y-middle {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
}
/* ==========================================================================
   08. HEADER NAVIGATION
========================================================================== */
.navbar {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
  border: none;
  margin-bottom: 0;
  padding: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.top-nav-collapse {
  padding: 15px;
}
.navbar-brand {
  padding: 3px 0 0;
  height: auto;
}
.navbar-nav > li > a {
  color: #404B55;
  font-size: 20px;
  font-weight: 700;
  opacity: 0.8;
  padding: 9px 15px;
  border-radius: 5px;
  margin-right: 2px;
}
.navbar-nav > li > a:focus {
  background-color: transparent;
}
.navbar-nav > li > a:hover {
  opacity: 1;
  background-color: transparent;
}
.navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
  color: #fff !important;
  opacity: 1;
}
/*------------------------------------------*/
/*   Navbar Transparent/ Navbar Color
/*------------------------------------------*/
.navbar.bg-transparent {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #fff;
}
.navbar.bg-transparent.top-nav-collapse {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.navbar.bg-transparent .logo-white, .navbar.bg-transparent.top-nav-collapse .logo-black {
  display: block;
}
.navbar.bg-transparent.top-nav-collapse .logo-white, .navbar.bg-transparent .logo-black {
  display: none;
}
.navbar.bg-transparent .navbar-nav > li > a, .navbar.bg-color .navbar-nav > li > a {
  color: #fff;
  opacity: 1;
}
.navbar.bg-transparent.top-nav-collapse .navbar-nav > li > a {
  color: #404B55;
  opacity: 0.8;
}
.navbar.bg-transparent.top-nav-collapse .navbar-nav > li > a.btn-nav {
  color: #fff;
  opacity: 1;
}
/*------------------------------------------*/
/*   Navbar Static
/*------------------------------------------*/
.navbar-static-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
/* ==========================================================================
   09. HERO SECTION
========================================================================== */
/*------------------------------------------*/
/*  Hero General
/*------------------------------------------*/
.hero {
  height: 700px;
}
.hero.height-800, .hero.height-800-fix {
  height: 800px;
}
.hero .lead {
  font-weight: 700;
}
.hero .btn a {
  font-size: 17px;
  color: #ffffff;
}
.hero p.small a {
  font-size: 15px;
}
.hero h1 {
  margin-bottom: 20px;
}
/*------------------------------------------*/
/*  Hero with Lists
/*------------------------------------------*/
.hero .list-unstyled li {
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: 700;
}
.hero .list-unstyled li > i {
  font-size: 32px;
  font-weight: 700;
  vertical-align: sub;
  margin-right: 5px;
}
/*------------------------------------------*/
/*  Hero Leadbox
/*------------------------------------------*/
.hero-leadbox {
  height: auto;
  padding-top: 150px;
  padding-bottom: 100px;
}
.hero-leadbox .form-horizontal {
  padding: 30px 40px 10px;
  border-radius: 5px;
  box-shadow: -2px -2px 6px 0 rgba(0, 0, 0, .1);
  background-color: #525e6c;
  background-color: rgba(0, 0, 0, 0.4);
}
.hero-leadbox .form-horizontal.form-2col {
  padding: 40px 40px 20px;
}
.hero-leadbox h5 {
  font-size: 20px;
  font-weight: 900;
}
.hero-leadbox .form-group.w-50 input {
  display: inline-block;
  width: 49.5%;
}
.hero-leadbox .feature-box i {
  font-size: 50px;
  font-weight: 400;
  margin-right: 10px;
}
.hero-leadbox .feature-box h5, .hero-leadbox .feature-box p {
  margin-left: 80px;
}
.hero-leadbox .feature-box h5 {
  margin-bottom: 5px;
}
/* ==========================================================================
   10. CONTENT SECTION
========================================================================== */
.section-header {
  margin-bottom: 50px;
}
.section-header span {
  display: block;
}
.content-border {
  border-bottom: 1px solid #E5E5E5;
}
.content-block h5, .content-block .h5 {
  font-weight: 900;
  font-size: 20px;
  line-height: 22px;
}
.content-block .lead {
  font-size: 20px;
  line-height: 24px;
}
.content-block img:hover {
  opacity: 0.8;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.content-block .img-circle {
  width: 180px;
  height: 180px;
  margin: 0 auto;
}
/*------------------------------------------*/
/*  Content Split
/*------------------------------------------*/
.content-split {
  position: relative;
}
.content-split .img-block {
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center center;
  height: 600px;
  margin: 0px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.content-split .img-block.left-block {
  left: 0;
}
.content-split .content-block {
  height: 600px;
  padding-left: 0;
  padding-right: 60px;
}
/*------------------------------------------*/
/*  Content Spotlight
/*------------------------------------------*/
.content-spotlight {
  margin-bottom: 20px;
}
.spotlight-block > figure {
  height: 500px;
  position: relative;
  overflow: hidden;
}
.spotlight-block > .spotlight-text {
  height: 550px;
  padding-left: 50px;
  padding-right: 50px;
}
.spotlight-block > figure > .img-wrap {
  height: 550px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.spotlight-block > figure > .img-wrap:hover {
  opacity: 0.8;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.spotlight-block.img-left > .spotlight-text, .spotlight-block.img-right > figure {
  overflow: visible;
  z-index: 2;
}
.spotlight-block.img-left > .spotlight-text:after, .spotlight-block.img-right > figure:after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 110%;
  left: -10px;
  top: 0;
  bottom: 0;
  background: #fff;
}
.spotlight-block > .spotlight-text h6 {
  font-size: 17px;
  margin-bottom: 20px;
}
/*------------------------------------------*/
/*  Content Grid
/*------------------------------------------*/
.content-grid > div {
  height: 600px;
  overflow: hidden;
}
.content-grid > div:first-child {
  padding-right: 5px;
}
.content-grid .lead-block {
  padding: 80px 40px;
  margin-bottom: 20px;
}
.content-grid .img-block {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* ==========================================================================
   11. FEATURES SECTION
========================================================================== */
.nav-justified > li > a {
  color: #fff;
}
.features-list.features-list-left {
  text-align: right;
}
/* Features Panels */
.features-panels .nav-tabs.nav-justified > li {
  padding: 35px 15px 0;
  text-align: center;
}
.features-panels .nav-tabs.nav-justified > li > a {
  border: 1px solid #e5f0fb;
  color: #69696E;
  border-radius: 0;
  padding: 0 0 20px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  transition: .3s ease;
}
.features-panels .nav-tabs.nav-justified > li > a:hover {
  background-color: #fff;
}
.features-panels .nav-tabs.nav-justified > .active > a, .features-panels .nav-tabs.nav-justified > .active > a:focus, .features-panels .nav-tabs.nav-justified > .active > a:hover {
  color: #69696E;
  font-weight: 900;
}
.features-panels li a img {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #fff;
  margin: -35px auto 20px;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  transition: .3s ease;
}
.features-panels .tab-content h3:after {
  content: '';
  width: 100px;
  height: 3px;
  display: block;
  margin: 10px 0;
}
.features-panels .icon-left i {
  float: left;
  margin-right: 5px;
  font-size: 20px;
}
/* ==========================================================================
   12. CALL TO ACTION(CTA) SECTION
========================================================================== */
.cta .lead {
  font-size: 20px;
  line-height: 24px;
}
.cta .outline {
  border: 1px solid #DDD;
  border-radius: 10px;
  padding: 40px 30px;
}
.cta .outline .lead {
  font-size: 23px;
  line-height: 29px;
  margin-top: 2px;
  margin-bottom: 0;
}
.cta .outline .btn-md {
  font-size: 18px;
  padding: 18px 40px;
  margin-bottom: 0;
}
.cta .small {
  font-size: 15px;
}
.cta .outline.bg-grey {
  border: 1px solid #e9f0f3;
}
.cta .outline.no-border {
  border: none;
  padding: 20px 30px;
}
.cta .single-line p.lead {
  display: inline-block;
  margin-bottom: 15px;
}
.cta .cta-box {
  padding: 15px;
  margin: 20px auto 10px;
  background-color: #EFF1F4;
  border-radius: 5px;
  width: 80%;
}
.cta .cta-box a {
  width: 100%;
  font-size: 25px;
  line-height: 30px;
  margin: 0;
}
.cta .cta-arrow {
  position: absolute;
  top: 50px;
  right: 0;
}
.cta .info {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 0;
}
/* ==========================================================================
   19. TEAM SECTION
=========================================================================== */
/* Team Member */
.team-member {
  overflow: hidden;
}
.team-member .tm-img img {
  opacity: 1;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.team-member:hover .tm-img img {
  opacity: 0.7;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.team-member .tm-details {
  position: relative;
  background-color: #fff;
  padding: 30px 25px 8px;
  bottom: 0;
  border-top: 1px solid #ddd;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.team-member:hover .tm-details {
  bottom: 110px;
  border-top: 1px solid #ddd;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.team-member .tm-name {
  display: block;
}
/* ==========================================================================
   21. MISCELLANEOUS SECTION
=========================================================================== */
.faq {
  padding: 30px 50px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 30px;
  border-radius: 10px;
}
.faq h5 {
  font-weight: 900;
}
.faq-item h5 {
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
}
/* ==========================================================================
   24. FOOTER SECTION
=========================================================================== */
.footer p, .footer a {
  font-size: 18px;
  margin-bottom: 0;
}
.footer ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.footer ul li {
  display: inline-block;
}
.footer.f7 .contacts, .footer.f7 .about, .contacts {
  border-bottom: 2px solid #eeeeee;
}
.footer.f7 .contacts i, .contacts i {
  font-size: 25px;
  font-weight: bold;
}
.footer.f7 .contacts h5, .contacts h5 {
  font-size: 17px;
}
.footer.f7 .links ul > li > a {
  font-size: 15px;
  margin-right: 15px;
  font-weight: 900;
  opacity: 0.9;
}
.copyright p, .copyright span {
  font-size: 12px;
}
.copyright {
  padding: 10px 0;
}
/* ==========================================================================
   25. PAGES STYLE
=========================================================================== */
/* general style */
.page-head.h-img {
  height: 300px;
}
.page-head .h-bg {
  padding-top: 70px;
}
.page-head .h-bg a {
  color: #69696E;
}
.page-head .breadcrumb {
  background-color: transparent;
  font-weight: 400;
}
.page-head .breadcrumb .active {
  font-weight: 900;
}
.page-head .breadcrumb .active.text-white {
  color: #fff;
}
/* faq */
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-default {
  border-color: #fff;
}
.panel-default > .panel-heading {
  color: #fff;
  border-color: #fff;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.panel-body {
  background: none;
  text-color: #fff;
}
.faqs .panel-group .panel-title {
  padding-top: 10px;
  padding-bottom: 10px;
}
.faqs .panel-group .panel-title a {
  font-size: 18px;
}
/* CSS Document */
.testimonial-wrap {
  margin: 0px auto 30px;
}
.testimonial {
  position: relative;
  padding: 10px 30px 30px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.testimonial > * {
  margin-bottom: 0;
}
.testimonial > *:not(:first-child) {
  margin-top: 20px;
}
.testimonial-photo {
  display: inline-block;
  position: relative;
  width: 154px;
}
.testimonial-photo img {
  display: inline-block;
  width: 100%;
  border-radius: 0%;
  z-index: 1;
  overflow: hidden;
}
.testimonial-photo img + img {
  opacity: 0;
  position: absolute;
  width: 154px;
  height: 154px;
  left: 0;
  top: 0;
  transition: 0.35s;
  transform: rotate(-45deg);
}
.testimonial:hover .testimonial-photo img + img {
  opacity: 1;
  width: 204px;
  height: 204px;
  left: 90%;
  top: -35px;
  transform: rotate(0deg);
}
.testimonial-photo + .testimonial-title {
  margin-top: 20px;
}
.testimonial-title {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  color: #444;
}
.testimonial-name {
  font-size: 14px;
  line-height: 1em;
  font-weight: 400;
}
.testimonial-position {
  font-size: 16px;
  line-height: 1em;
  font-weight: 400;
  font-style: italic;
}
.testimonial .star-rating:not(:first-child) {
  margin-top: 15px;
}
.testimonial p {
  font-size: 19px;
  line-height: 24px;
  color: #404040;
}
.testimonial-bg1 {
  background-color: #fff;
  box-shadow: none;
  border: 1px solid #a8a8a8;
  border-radius: 3px;
  overflow-y: scroll;
  height: 250px;
  scrollbar-width: thin;
  scrollbar-color: grey #dcdcdc;
  scrollbar-face-color: grey;
  scrollbar-track-color: #dcdcdc;
  scrollbar-3dlight-color: #dcdcdc;
  scrollbar-darkshadow-color: #dcdcdc;
  scrollbar-arrow-color: #dcdcdc;
}
/* width */
.testimonial-bg1::-webkit-scrollbar {
  width: 4px;
}
/* Track */
.testimonial-bg1::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
/* Handle */
.testimonial-bg1::-webkit-scrollbar-thumb {
  background: grey;
  opacity: .5;
  border-radius: 10px;
}