/* 
Template Name: GetLeads
Theme URL: http://www.themedept.com/demo/getleads/
Description: Landing Page Pack with Page Builder    
Author: Themedept  
*/
/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*   01 - General Style                          */
/*   02 - Typography                             */
/*   03 - Backgrounds                            */
/*   04 - Buttons                                */
/*   06 - Carousel, Lightbox & Hover     */
/*   07 - Spacing & Alignment                    */
/*   09 - Hero Section                           */
/*   10 - Content Section                        */
/*   11 - Features Section                       */
/*   12 - Call to Action Section                 */
/*   13 - Testimonials Section                   */
/*   19 - Team Section                           */
/*   24 - Footer Section                         */
/*   25 - Pages Style                            */
/* ==========================================================================
   01. GENERAL STYLE
========================================================================== */
body {
  font-family: 'Barlow', Helvetica, Arial, sans-serif;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  padding: 0;
  margin: 0;
  color: #313E41;
}
.main-container {
  overflow: hidden;
}
section {
  position: relative;
  overflow: hidden;
}
/*------------------------------------------*/
/*   Links
/*------------------------------------------*/
a, a:link, a:visited, a:hover, a:active {
  color: #7AAAAE;
  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%;
}
/* for page builder */
.videoWrapper > .frameCover {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: none;
}
/*------------------------------------------------------------------*/
/*   Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix
/*-----------------------------------------------------------------*/
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* ==========================================================================
   02. TYPOGRAPHY
========================================================================== */
/* set margin for optimize vertical-align-middle */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .lead {
  margin-top: 0;
  margin-bottom: 10px;
}
h1, .h1 {
  font-weight: 700;
  font-size: 52px;
  line-height: 56px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}
h2, .h2 {
  font-weight: 700;
  font-size: 37px;
  line-height: 40px;
}
h3, .h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
}
h4, .h4 {
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
}
h5, .h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
}
p {
  font-size: 19px;
  line-height: 1.5;
}
.p-sm {
  font-size: 14px;
  line-height: 1;
}
.lead {
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
}
.lead span {
  color: #F75D5D;
  font-weight: 600;
}
/*------------------------------------------------------------------*/
/*   Font Weight
/*-----------------------------------------------------------------*/
.f-w-700 {
  font-weight: 700;
}
/*------------------------------------------------------------------*/
/*   Contextual Colors
/*-----------------------------------------------------------------*/
.text-white {
  color: #ffffff;
}
.text-black {
  color: #69696E;
}
.text-darkgrey {
  color: #949494;
}
.text-blue {
  color: #006D8B;
}
.text-red {
  color: #F75D5D;
  font-style: italic;
}
/* ==========================================================================
   03. BACKGROUNDS
========================================================================== */
/*------------------------------------------*/
/*   Background Colors for demos
/*------------------------------------------*/
.bg-light {
  background-color: rgba(0, 131, 195, 0.25);
}
.bg-muted {
  background-color: #777777;
}
.bg-blue {
  background-color: #7AAAAE;
}
.bg-red {
  background-color: #DD3333;
}
.bg-black {
  background-color: #2e3234;
}
.bg-white {
  background-color: #ffffff;
}
/*------------------------------------------*/
/*   Background Images for demos
/*------------------------------------------*/
.bg-img {
  background: url("../images/common-pain-spots.jpg") no-repeat center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.pain-relief {
  background: url("../images/pain-relief.jpg") no-repeat center top scroll;
  background-size: cover;
}
.massage {
  background: url("../images/massage.jpg") no-repeat center top scroll;
  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(0, 0, 0, .4);
}
/* set filter as none for IE9+, because IE9+ support RGBa */ :root .overlay {
  filter: none\0/IE9;
}
/* ==========================================================================
   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 20px;
  border-radius: 5px;
  box-shadow: -2px -2px 6px 0 rgba(0, 0, 0, .1);
  background-color: rgba(0, 0, 0, 0.5);
}
.hero-leadbox h1 {
  color: #EDB54F;
  letter-spacing: 1px;
  font-style: italic;
  font-weight: 700;
}
.hero-leadbox h2 {
  font-weight: 700;
  font-size: 42px;
  line-height: 46px;
  letter-spacing: 1px;
}
.hero-leadbox h2.lead {
  letter-spacing: 0px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}
.fa-ul {
  margin-left: 0;
  margin-bottom: 30px;
}
.list-main li {
  font-size: 22px;
  line-height: 2;
  font-weight: 600;
  letter-spacing: .25px;
}
/* ==========================================================================
   04. BUTTONS
========================================================================== */
.btn, a.btn {
  display: inline-block;
  color: #474747;
  padding: 11px 18px;
  margin-bottom: 7px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  vertical-align: middle;
  text-align: center;
  white-space: normal;
  -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: 5px 15px;
  font-size: 20px;
}
.btn-lg, a.btn-lg {
  padding: 25px 60px;
  font-size: 18px;
}
/*------------------------------------------*/
/*  Blue Buttons
/*------------------------------------------*/
.btn-blue, a.inverse.btn-blue, .inverse a.btn-blue {
  background-color: #7AAAAE;
}
.btn.btn-blue {
  border: 3px solid #7AAAAE;
}
.btn-border.btn-blue, a.btn-border.btn-blue {
  color: #7AAAAE;
}
/*------------------------------------------*/
/*  Ghost-White Buttons
/*------------------------------------------*/
.btn-ghost {
  background-color: #EDB54F;
  border: 2px solid #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: #7AAAAE 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;
}
.no-touch .top:hover {
  background-color: #e86256;
  opacity: 1;
}
/* ==========================================================================
   06. CAROUSEL, LOADER, 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;
}
.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-y1 {
  padding-top: 20px !important;
  padding-bottom: 0px !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;
}

	.show-991 {
    display: block;
  }
	.show-767 {
    display: none;
  }


/* 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;
}
/* ==========================================================================
   10. CONTENT SECTION
========================================================================== */
.section-header {
  margin-bottom: 20px;
}
.section-header h2 {
  text-transform: capitalize;
}
.section-header span {
  display: block;
}
.content-border {
  border: 1px solid #7AAAAE;
  border-radius: 4px;
  padding: 60px 30px;
}
.bordered {
  border: 1px solid #7AAAAE;
}
.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: auto;
  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 > .spotlight-text h6 {
  font-size: 17px;
  margin-bottom: 20px;
}
.form-section-text {
  margin: 150px 0;
}
/*------------------------------------------*/
/*  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
========================================================================== */
.features-block i {
  font-size: 60px;
  font-weight: 400;
}
.features-block h4 {
  font-size: 23px;
  line-height: 24px;
  font-weight: 900;
  margin-top: 15px;
}
.features-block p {
  margin-bottom: 0;
}
.features-block p.small {
  font-size: 13px;
}
.features-block .icon-left i {
  float: left;
  margin-top: 10px;
  margin-right: 15px;
  font-size: 50px;
}
.features-block .icon-left p, .features-block .icon-left h5 {
  margin-left: 80px;
}
.features-block .img-left img {
  float: left;
  width: 128px;
  margin-top: 10px;
  margin-right: 22px;
}
.features-block .img-left p {
  margin-left: 150px;
}
.features-block .fix-box {
  height: 400px;
  padding-right: 40px;
  padding-left: 40px;
}
.features-device {
  padding-top: 80px;
}
.features-device {
  padding-top: 80px;
}
.features-list.features-list-left {
  text-align: right;
}
/* Features Tab */
.features-tab {
  position: relative;
}
.features-tab .p-tab {
  font-size: 19px;
  line-height: 23px;
}
.features-tab .tab-title {
  width: 33%;
  padding: 30px 40px;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #dedde1;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: .05s ease;
  -moz-transition: .05s ease;
  -ms-transition: .05s ease;
  transition: .05s ease;
}
.features-tab.text-white .tab-title {
  border-bottom: 1px solid #fff;
}
.features-tab .tab-title.current {
  color: #fff;
  background-color: #7AAAAE;
}
.features-tab.text-white .tab-title.current {
  color: #69696E;
  background-color: #fff;
}
.features-tab .tab-title .i-right {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -15px;
  opacity: 0;
  font-size: 30px;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  transition: .2s ease;
}
.features-tab .tab-title.current .i-right {
  opacity: 1;
  color: #fff;
}
.features-tab.text-white .tab-title.current .i-right {
  opacity: 1;
  color: #69696E;
}
.features-tab .tab-content {
  position: absolute;
  right: 3%;
  top: 30%;
  width: 60%;
  opacity: 0;
  margin-top: -100px;
  -webkit-transform: translate3d(0, 200px, 0);
  -ms-transform: translate3d(0, 200px, 0);
  transform: translate3d(0, 200px, 0);
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  transition: .3s ease;
}
.features-tab .tab-title.current + .tab-content {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Features Panels */
.features-panels .nav-tabs.nav-justified > li {
  padding: 35px 15px 0;
  text-align: center;
}
.features-panels .nav-tabs.nav-justified > li > a {
  background-color: #7AAAAE;
  border: 1px solid #7AAAAE;
  color: #fff;
  border-radius: 4px;
  padding: 15px 10px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  -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;
  color: #7AAAAE;
}
.features-panels .nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #7AAAAE;
  color: #7AAAAE;
  font-weight: 900;
}
.features-panels li a img {
  display: block;
  width: 150px;
  height: 150px;
  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;
  background: #7AAAAE;
  display: block;
  margin: 20px 0 0;
}
.features-panels .icon-left i {
  float: left;
  margin-right: 5px;
  font-size: 20px;
}
.features-panels .big-img-left {
  float: right;
  width: 40%;
  padding: 25px 0 0 15px;
}
.content-border .big-img-left {
  float: right;
  width: 30%;
  margin: 0 0 0 15px;
}
.content-border .big-img-right {
  float: left;
  width: 30%;
  margin: 0 25px 0 0;
}
/* ==========================================================================
   12. CALL TO ACTION(CTA) SECTION
========================================================================== */
.cta h4 {
  font-weight: 600;
  line-height: 42px;
}
.cta .btn-md {
  font-size: 20px;
  padding: 18px 40px;
  margin-bottom: 0;
  margin-top: 15px;
}
/* ==========================================================================
   13. TESTIMONIALS SECTION
========================================================================== */
.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: 18px;
  line-height: 24px;
  color: #333;
}
.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;
}
/* Handle on hover */
.testimonial-bg1::-webkit-scrollbar-thumb:hover {}
.testimonial-card {
  position: relative;
  overflow: hidden;
  padding: 48px 35px 50px;
  border: 1px solid #f0f0f0;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
}
.testimonial-card h2 {
  line-height: 1.18em;
}
.testimonial-card-text {
  margin-top: 30px;
  font-size: 19px;
  line-height: 29px;
}
.testimonial-card-author {
  margin-top: 20px;
}
.testimonial-card-name {
  font-size: 17px;
  line-height: 1em;
  font-weight: 400;
}
.testimonial-card-position {
  padding-right: 1px;
  font-size: 17px;
  line-height: 1em;
  font-weight: 400;
  font-style: italic;
}
.testimonial-card:before {
  content: '„';
  position: absolute;
  z-index: -1;
  right: 50%;
  transform: translateX(50%);
  top: -652px;
  font-size: 850px;
  line-height: 1em;
  font-weight: 400;
  color: #f6f7f5;
}
/* ==========================================================================
   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 0;
  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;
}
.team-member .tm-name .tm-job {
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 5px;
}
.team-member .tm-info {
  visibility: hidden;
  margin-bottom: 0;
}
.team-member:hover .tm-info {
  visibility: visible;
}
/* Team List */
.team-list {
  border: 1px solid #EFF1F4;
}
.text-white .team-list {
  border: 1px solid #fff;
}
.team-list .tl-image img {
  width: 200px;
  height: 200px;
}
/* ==========================================================================
   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: 17px;
  font-weight: 600;
  margin-bottom: 0;
}
.footer .p-sm {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
}
.footer.copyright a {
  color: #7AAAAE;
}
.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: 20px;
}
.footer.f7 .links ul > li > a {
  margin-right: 15px;
  font-weight: 600;
  opacity: 0.9;
  font-size: 14px;
}
/* ==========================================================================
   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;
  background-color: #7AAAAE;
  border-color: #fff;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.faqs .panel-group .panel-title {
  padding-top: 10px;
  padding-bottom: 10px;
}
.faqs .panel-group .panel-title a {
  font-size: 18px;
}
.fa-lg {
  line-height: 1.33333333em;
}