/*
Template Name: Craft - Responsive Material Design HTML Template
Author: Frontpixels
Author URI: http://frontpixels.com/
Version: 1.0.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# General
# Off Canvas
# Promo Section
# Header
# Top Bar
# Introduction Area
# Services
# About
# Portfolio/Works
# Pricing/Packages
# Team
# Blog
# Contact
# Footer
--------------------------------------------------------------*/
/*
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
# General
--------------------------------------------------------------*/
html {
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
  height: 100%;
  width: 100%;
}

body {
  color: #727272;
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.58;
}

p {
  margin-bottom: 12px;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #3f51b5;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover, a:focus, a:active {
  color: #3949ab;
  text-decoration: none;
  outline: none;
}

figure {
  margin: 0;
}

iframe {
  border: 0 none;
}

h1, h2,
h3, h4,
h5, h6 {
  color: #212121;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.3;
}

h1, h2, h3 {
  margin: 0 0 20px;
}

h4, h5, h6 {
  margin: 0 0 15px;
}

h1 {
  font-size: 2.4em;
}

h2 {
  font-size: 2.1em;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

.btn {
  font-size: 14px;
  font-weight: 400;
  padding: 10px 25px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.btn:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.btn i, .btn span {
  margin-right: 5px;
}

.btn.btn-sm {
  font-size: 9em;
  padding: 5px 18px;
}

.btn.btn-lg {
  font-size: 15px;
  padding: 14px 40px;
}

.btn-primary {
  background-color: #3f51b5;
  border-color: #3f51b5;
  color: #ffffff !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #3949ab !important;
  border-color: #3949ab !important;
}

.btn-group {
  margin-top: 30px;
}
.btn-group p {
  margin-bottom: 10px;
}
.btn-group p p:last-child {
  margin-bottom: 0;
}

.block-center {
  float: none;
  margin: 0 auto;
}

.sub-title {
  font-size: 1.3em;
}

.fp-meta {
  color: #727272;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.desktop-only {
  display: none;
}

.screen-reader-text {
  display: none;
}

@media screen and (min-width: 992px) {
  .desktop-only {
    display: inline-block;
  }
}
.fp-hr {
  margin: 0 0 15px;
  width: 50px;
  border-color: #3f51b5;
}

.fp-list {
  padding: 0;
  margin-bottom: 40px;
}
.fp-list li {
  position: relative;
  margin-bottom: 8px;
  list-style-type: none;
  padding-left: 24px;
}
.fp-list li::before {
  content: '\f382';
  position: absolute;
  top: 2px;
  left: 0;
  color: #3f51b5;
  font-family: ionicons;
}

.section-image,
.section-text {
  margin-bottom: 40px;
}

.overlay-black,
.overlay-white,
.overlay-primary,
.overlay-black,
.overlay-white,
.overlay-primary {
  padding: 0 !important;
}

.overlay-black .overlay-inner,
.overlay-black .overlay-inner h1, .overlay-black .overlay-inner h2,
.overlay-black .overlay-inner h3, .overlay-black .overlay-inner h4,
.overlay-black .overlay-inner h5, .overlay-black .overlay-inner h6,
.overlay-black .overlay-inner .fp-meta,
.overlay-primary .overlay-inner,
.overlay-primary .overlay-inner h1,
.overlay-primary .overlay-inner h2,
.overlay-primary .overlay-inner h3,
.overlay-primary .overlay-inner h4,
.overlay-primary .overlay-inner h5,
.overlay-primary .overlay-inner h6,
.overlay-primary .overlay-inner .fp-meta,
.gradient-overlay-black .overlay-inner,
.gradient-overlay-black .overlay-inner h1,
.gradient-overlay-black .overlay-inner h2,
.gradient-overlay-black .overlay-inner h3,
.gradient-overlay-black .overlay-inner h4,
.gradient-overlay-black .overlay-inner h5,
.gradient-overlay-black .overlay-inner h6,
.gradient-overlay-black .overlay-inner .fp-meta,
.gradient-overlay-primary .overlay-inner,
.gradient-overlay-primary .overlay-inner h1,
.gradient-overlay-primary .overlay-inner h2,
.gradient-overlay-primary .overlay-inner h3,
.gradient-overlay-primary .overlay-inner h4,
.gradient-overlay-primary .overlay-inner h5,
.gradient-overlay-primary .overlay-inner h6,
.gradient-overlay-primary .overlay-inner .fp-meta {
  color: #ffffff;
}

.overlay-white .overlay-inner {
  background-color: rgba(255, 255, 255, 0.6);
}

.overlay-black .overlay-inner {
  background-color: rgba(33, 33, 33, 0.8);
}

.overlay-primary .overlay-inner {
  background-color: rgba(63, 81, 181, 0.6);
}

.gradient-overlay-black .overlay-inner {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.15) 30%, #212121);
  background: -o-linear-gradient(rgba(0, 0, 0, 0.15) 30%, #212121);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.15) 30%, #212121);
  background: linear-gradient(rgba(0, 0, 0, 0.15) 30%, #212121);
}

.gradient-overlay-white .overlay-inner {
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.15) 30%, #FFFFFF);
  background: -o-linear-gradient(rgba(255, 255, 255, 0.15) 30%, #FFFFFF);
  background: -moz-linear-gradient(rgba(255, 255, 255, 0.15) 30%, #FFFFFF);
  background: linear-gradient(rgba(255, 255, 255, 0.15) 30%, #FFFFFF);
}

.gradient-overlay-primary .overlay-inner {
  background: -webkit-linear-gradient(rgba(63, 81, 181, 0.15) 30%, #3f51b5);
  background: -o-linear-gradient(rgba(63, 81, 181, 0.15) 30%, #3f51b5);
  background: -moz-linear-gradient(rgba(63, 81, 181, 0.15) 30%, #3f51b5);
  background: linear-gradient(rgba(63, 81, 181, 0.15) 30%, #3f51b5);
}

.wrapper {
  background-color: #FFFFFF;
}

.boxed .wrapper {
  max-width: 1300px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.section {
  background-color: #FFFFFF;
  padding: 80px 0 40px;
  overflow-x: hidden;
}

.section-bg {
  background-color: #f6f6f6;
}

.section-header {
  position: relative;
  margin-bottom: 40px;
}
.text-center .section-header, .section-header.text-center {
  margin-bottom: 65px;
}
.section-header .section-title {
  font-size: 1.7em;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.section-header .section-title span {
  color: #3f51b5;
}

.section-header.text-center {
  margin-bottom: 80px;
}
.section-header.text-center::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-img {
  margin-bottom: 40px;
  position: relative;
  z-index: 0;
}
.section-img::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.3);
  z-index: 1;
}

.action-btn {
  margin-top: 20px;
}

.overlay-black.section,
.overlay-white.section,
.overlay-primary.section,
.gradient-overlay-black.section,
.gradient-overlay-white.section,
.gradient-overlay-primary.section {
  padding: 0;
}
.overlay-black .overlay-inner,
.overlay-white .overlay-inner,
.overlay-primary .overlay-inner,
.gradient-overlay-black .overlay-inner,
.gradient-overlay-white .overlay-inner,
.gradient-overlay-primary .overlay-inner {
  padding: 80px 0 40px;
}

.text-box {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  border: 1px solid;
  border-color: rgba(33, 33, 33, 0.07);
  padding: 10px 20px 25px;
}
.text-box .fp-icon {
  display: inline-block;
  font-size: 2.4em;
  margin-bottom: 10px;
  color: #3f51b5;
}
.text-box,
.text-box .fp-icon,
.text-box .title {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.text-box .title {
  position: relative;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 15px;
}
.text-box .more-btn {
  position: absolute;
  right: -20px;
  bottom: 20px;
  height: 40px;
  width: 40px;
  display: block;
  line-height: 40px;
  color: #3f51b5;
  background-color: #FFFFFF;
  visibility: hidden;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(33, 33, 33, 0.4);
  -moz-box-shadow: 0 0 10px rgba(33, 33, 33, 0.4);
  -ms-box-shadow: 0 0 10px rgba(33, 33, 33, 0.4);
  -o-box-shadow: 0 0 10px rgba(33, 33, 33, 0.4);
  box-shadow: 0 0 10px rgba(33, 33, 33, 0.4);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.text-box:hover {
  background-color: #3f51b5;
  -webkit-box-shadow: 0 0 20px rgba(33, 33, 33, 0.6);
  -moz-box-shadow: 0 0 20px rgba(33, 33, 33, 0.6);
  -ms-box-shadow: 0 0 20px rgba(33, 33, 33, 0.6);
  -o-box-shadow: 0 0 20px rgba(33, 33, 33, 0.6);
  box-shadow: 0 0 20px rgba(33, 33, 33, 0.6);
}
.text-box:hover, .text-box:hover .title {
  color: #FFFFFF;
}
.text-box:hover .fp-icon {
  color: #FFFFFF;
}
.text-box:hover .more-btn {
  visibility: visible;
  opacity: 1;
}

.image-gallery {
  position: relative;
}
.image-gallery .owl-controls .owl-dots {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
}
.image-gallery .owl-controls .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  background-color: rgba(255, 255, 255, 0.8);
}
.image-gallery .owl-controls .owl-dot.active {
  background-color: #3f51b5;
}

/*Aspect Ratio*/
.ratio-4-3,
.ratio-16-9 {
  position: relative;
  display: block;
}
.ratio-4-3::after,
.ratio-16-9::after {
  display: block;
  content: '';
}
.ratio-4-3 .ratio-inner,
.ratio-16-9 .ratio-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ratio-4-3::after {
  padding-top: 75%;
}

.ratio-16-9::after {
  padding-top: 56.25%;
}

.ratio-21-9::after {
  padding-top: 42.8571%;
}

.owl-controls .owl-dot {
  display: inline-block;
  margin-right: 8px;
  height: 10px;
  width: 10px;
  background-color: rgba(33, 33, 33, 0.3);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.owl-controls .owl-dot:last-child {
  margin-right: 0;
}
.owl-controls .owl-dot.active {
  background-color: #3f51b5;
}

.mix {
  display: none;
}

.social-links a {
  font-size: 1.4em;
  line-height: 1;
  margin-right: 10px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.social-links a:hover {
  color: #3f51b5;
}

.social-links.brand-color a.facebook {
  color: #3b5998;
}
.social-links.brand-color a.twitter {
  color: #55acee;
}
.social-links.brand-color a.g-plus {
  color: #dc4e41;
}
.social-links.brand-color a.linkedin {
  color: #e68523;
}
.social-links.brand-color a.pinterest {
  color: #bd081c;
}
.social-links.brand-color a.youtube {
  color: #cd201f;
}
.social-links.brand-color a.tumblr {
  color: #3b5998;
}
.social-links.brand-color a.instagram {
  color: #3f729b;
}

.social-links.brand-bg a {
  color: #ffffff !important;
}
.social-links.brand-bg a.facebook {
  background-color: rgba(59, 89, 152, 0.8);
}
.social-links.brand-bg a.facebook:hover {
  background-color: #3b5998;
}
.social-links.brand-bg a.twitter {
  background-color: rgba(85, 172, 238, 0.8);
}
.social-links.brand-bg a.twitter:hover {
  background-color: #55acee;
}
.social-links.brand-bg a.g-plus {
  background-color: rgba(220, 78, 65, 0.8);
}
.social-links.brand-bg a.g-plus:hover {
  background-color: #dc4e41;
}
.social-links.brand-bg a.linkedin {
  background-color: rgba(230, 133, 35, 0.8);
}
.social-links.brand-bg a.linkedin:hover {
  background-color: #e68523;
}
.social-links.brand-bg a.pinterest {
  background-color: rgba(189, 8, 28, 0.8);
}
.social-links.brand-bg a.pinterest:hover {
  background-color: #bd081c;
}
.social-links.brand-bg a.youtube {
  background-color: rgba(205, 32, 31, 0.8);
}
.social-links.brand-bg a.youtube:hover {
  background-color: #cd201f;
}
.social-links.brand-bg a.tumblr {
  background-color: rgba(59, 89, 152, 0.8);
}
.social-links.brand-bg a.tumblr:hover {
  background-color: #3b5998;
}
.social-links.brand-bg a.instagram {
  background-color: rgba(63, 114, 155, 0.8);
}
.social-links.brand-bg a.instagram:hover {
  background-color: #3f729b;
}

.social-links.brand-hover-color a:hover.facebook {
  color: #3b5998;
}
.social-links.brand-hover-color a:hover.twitter {
  color: #55acee;
}
.social-links.brand-hover-color a:hover.g-plus {
  color: #dc4e41;
}
.social-links.brand-hover-color a:hover.linkedin {
  color: #e68523;
}
.social-links.brand-hover-color a:hover.pinterest {
  color: #bd081c;
}
.social-links.brand-hover-color a:hover.youtube {
  color: #cd201f;
}
.social-links.brand-hover-color a:hover.tumblr {
  color: #3b5998;
}
.social-links.brand-hover-color a:hover.instagram {
  color: #3f729b;
}

.social-links.brand-hover-bg a.facebook:hover {
  background-color: #3b5998;
}
.social-links.brand-hover-bg a.twitter:hover {
  background-color: #55acee;
}
.social-links.brand-hover-bg a.g-plus:hover {
  background-color: #dc4e41;
}
.social-links.brand-hover-bg a.linkedin:hover {
  background-color: #e68523;
}
.social-links.brand-hover-bg a.pinterest:hover {
  background-color: #bd081c;
}
.social-links.brand-hover-bg a.youtube:hover {
  background-color: rgba(205, 32, 31, 0.1);
}
.social-links.brand-hover-bg a.tumblr:hover {
  background-color: rgba(59, 89, 152, 0.1);
}
.social-links.brand-hover-bg a.instagram:hover {
  background-color: rgba(63, 114, 155, 0.1);
}

/*Scroll Top*/
.scroll-top {
  background-color: #3f51b5;
  position: fixed;
  right: 30px;
  bottom: -200px;
  color: #FFFFFF;
  display: block;
  height: 40px;
  width: 40px;
  font-size: 1.2em;
  text-align: center;
  line-height: 40px;
  z-index: 999;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.scroll-top:hover, .scroll-top:focus, .scroll-top:active {
  color: #FFFFFF;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.sticky-nav .scroll-top {
  bottom: 30px;
  opacity: 1;
}

.page-header {
  background-color: #3f51b5;
  padding: 150px 0 50px;
  margin: 0 0 80px;
}
.page-header, .page-header h1,
.page-header h2, .page-header h3,
.page-header h4, .page-header h5,
.page-header h6, .page-header a {
  color: #FFFFFF;
}
.page-header a:hover {
  text-decoration: underline;
}
.page-header .page-title {
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 3px;
}
.page-header .breadcrumb-trail {
  padding-top: 7px;
}
.page-header .trail-end {
  color: #efefef;
}

@media screen and (max-width: 736px) {
  .page-header .pull-left,
  .page-header .pull-right {
    float: none !important;
  }
}
/*Preloader*/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #3f51b5;
  color: #c5cae9;
  text-align: center;
  z-index: 99999;
}
.preloader .logo {
  opacity: .6;
}
.preloader .preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader .preloader-inner div {
  margin: 10px auto;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-background: linear-gradient(#c5cae9 -50%, rgba(255, 255, 255, 0.1) 60%);
  -moz-background: linear-gradient(#c5cae9 -50%, rgba(255, 255, 255, 0.1) 60%);
  -ms-background: linear-gradient(#c5cae9 -50%, rgba(255, 255, 255, 0.1) 60%);
  background: linear-gradient(#c5cae9 -50%, rgba(255, 255, 255, 0.1) 60%);
  animation: roll-r 6s linear infinite;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader .preloader-inner div > div {
  padding: 5px;
  animation: roll-l 2s linear infinite;
}
.preloader .preloader-inner div > div:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #3f51b5;
}
@keyframes roll-r {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes roll-l {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@media screen and (min-width: 992px) {
  .margin-top-100 {
    margin-top: 100px !important;
  }

  .margin-bottom-100 {
    margin-bottom: 100px !important;
  }

  .margin-top-80 {
    margin-top: 80px !important;
  }

  .margin-bottom-80 {
    margin-bottom: 80px !important;
  }

  .margin-top-60 {
    margin-top: 60px !important;
  }

  .margin-bottom-60 {
    margin-bottom: 60px !important;
  }

  .margin-top-40 {
    margin-top: 40px !important;
  }

  .margin-bottom-40 {
    margin-bottom: 40px !important;
  }

  .margin-top-20 {
    margin-top: 20px !important;
  }

  .margin-bottom-20 {
    margin-bottom: 20px !important;
  }
}
/*
# Off Canvas
--------------------------------------------------------------*/
.canvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(33, 33, 33, 0.6);
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.off-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 320px;
  height: 100vh;
  background-color: #FFFFFF;
  padding: 40px 20px 20px;
  text-align: center;
  z-index: 2000;
  overflow-x: hidden;
  -ms-transform: translateX(-320px);
  -webkit-transform: translateX(-320px);
  transform: translateX(-320px);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -webkit-box-shadow: 0 0 30px rgba(33, 33, 33, 0.3);
  -moz-box-shadow: 0 0 30px rgba(33, 33, 33, 0.3);
  -ms-box-shadow: 0 0 30px rgba(33, 33, 33, 0.3);
  -o-box-shadow: 0 0 30px rgba(33, 33, 33, 0.3);
  box-shadow: 0 0 30px rgba(33, 33, 33, 0.3);
}
.off-canvas .canvas-close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #d6d6d6;
}
.off-canvas .canvas-close:hover {
  color: #727272;
}
.off-canvas .canvas-logo {
  margin-bottom: 40px;
  display: block;
}

.fp-navbar {
  margin: 0;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0;
  -ms-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.4s ease 0.3s;
  transition: all 0.4s ease 0.3s;
}
.fp-navbar li a {
  color: #727272;
  border-bottom: 1px solid;
  border-bottom-color: rgba(33, 33, 33, 0.1);
}
.fp-navbar li:last-child > a {
  border-bottom: 0 none;
}
.fp-navbar li.active a {
  color: #3f51b5;
}

.canvas-show {
  overflow: hidden;
}
.canvas-show .canvas-overlay {
  visibility: visible;
  opacity: 1;
  z-index: 1000;
}
.canvas-show .off-canvas {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.canvas-show .fp-navbar {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/*
# Promo Section
--------------------------------------------------------------*/
.promo-box {
  background-color: #212121;
  padding: 40px 0;
}
.promo-box,
.promo-box h1, .promo-box h2,
.promo-box h3, .promo-box h4,
.promo-box h5, .promo-box h6 {
  color: #FFFFFF;
}
.promo-box .section-header {
  margin-bottom: 0;
}
.promo-box .section-title {
  margin-bottom: 30px;
}

/*
# Header
--------------------------------------------------------------*/
.header {
  background-color: #3f51b5;
  background-position: top left;
}

/*
# Top Bar
--------------------------------------------------------------*/
.top-bar {
  position: fixed;
  top: -200px;
  left: 0;
  width: 100%;
  background-color: #212121;
  font-weight: 400;
  text-transform: uppercase;
  z-index: 999;
  -webkit-box-shadow: 0 0 15px rgba(33, 33, 33, 0.6);
  -moz-box-shadow: 0 0 15px rgba(33, 33, 33, 0.6);
  -ms-box-shadow: 0 0 15px rgba(33, 33, 33, 0.6);
  -o-box-shadow: 0 0 15px rgba(33, 33, 33, 0.6);
  box-shadow: 0 0 15px rgba(33, 33, 33, 0.6);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.top-bar, .top-bar a {
  color: #d6d6d6;
}
.top-bar a {
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}
.top-bar a:hover {
  color: #FFFFFF;
}
.top-bar .logo,
.top-bar .toggle-btn {
  display: inline-block;
  vertical-align: middle;
}
.top-bar .logo {
  height: 30px;
}
.top-bar .logo img {
  max-height: 30px;
  width: auto;
  max-width: none;
  display: block;
}
.top-bar .toggle-btn {
  font-size: 2.5em;
  line-height: 1;
  padding: 9px 20px;
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.1);
  margin-right: 20px;
}
.top-bar .pull-right > a,
.top-bar .pull-right > .lang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.top-bar .sign-link {
  margin-left: 5px;
  padding: 5px 12px;
}
.top-bar .sign-link:last-child {
  margin-left: 0;
}
.top-bar .sign-up {
  background-color: #FFFFFF;
  color: #212121;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.top-bar .sign-up:hover {
  color: #212121;
}
.top-bar .lang-list {
  position: absolute;
  top: 100%;
  right: 0;
  visibility: hidden;
  opacity: 0;
  min-width: 120px;
  font-size: .65em;
  z-index: 1;
  padding: 7px 0;
  background-color: #727272;
  text-align: right;
  text-transform: capitalize;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.top-bar .lang-list li {
  list-style-type: none;
}
.top-bar .lang-list a {
  padding: 4px 10px;
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.2);
  display: block;
}
.top-bar .lang-list a.active {
  background-color: #c5cae9;
  color: #212121;
}
.top-bar .lang-list li:last-child a {
  border-bottom: 0 none;
}
.top-bar .lang-list a > img {
  margin-left: 5px;
}
.top-bar .lang {
  position: relative;
  padding: 17px 20px;
  border-left: 1px solid;
  font-size: 1.5em;
  border-left-color: rgba(255, 255, 255, 0.1);
  line-height: 1;
  margin-left: 20px;
  cursor: pointer;
}
.top-bar .lang:hover {
  background-color: #727272;
}
.top-bar .lang .cart {
  font-size: .7em;
}
.top-bar .lang:hover .lang-list {
  visibility: visible;
  opacity: 1;
}

.show-top-bar.top-bar {
  top: 0;
}

@media screen and (max-width: 768px) {
  .top-bar .toggle-btn {
    font-size: 2.1em;
    padding: 5px 15px;
    margin-right: 15px;
  }

  .top-bar .lang {
    padding: 10px 15px;
    margin-left: 15px;
  }
}
/*
# Introduction Area
--------------------------------------------------------------*/
.intro-area {
  background-color: #3f51b5;
  background-image: url("../images/introducgtion_bg.jpg");
  background-position: center center;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: 0 0 30px rgba(33, 33, 33, 0.4);
  -moz-box-shadow: 0 0 30px rgba(33, 33, 33, 0.4);
  -ms-box-shadow: 0 0 30px rgba(33, 33, 33, 0.4);
  -o-box-shadow: 0 0 30px rgba(33, 33, 33, 0.4);
  box-shadow: 0 0 30px rgba(33, 33, 33, 0.4);
}
.intro-area .overlay-inner {
  padding: 200px 0 100px;
}
.intro-area .intro-info {
  margin-bottom: 40px;
}
.intro-area .intro-info .intro-title {
  font-size: 3.5em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.intro-area .owl-controls {
  margin-top: 20px;
}
.intro-area .owl-controls .owl-dot {
  background-color: rgba(255, 255, 255, 0.3);
}
.intro-area .owl-controls .owl-dot.active {
  background-color: #FFFFFF;
}

@media screen and (max-width: 736px) {
  .intro-area .intro-info .intro-title {
    font-size: 2.5em;
  }
}
/*
# Services
--------------------------------------------------------------*/
.tab-bar {
  margin: 0;
  padding: 0;
  border: 1px solid;
  border-color: #d6d6d6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 0 15px rgba(33, 33, 33, 0.2);
  -moz-box-shadow: 0 0 15px rgba(33, 33, 33, 0.2);
  -ms-box-shadow: 0 0 15px rgba(33, 33, 33, 0.2);
  -o-box-shadow: 0 0 15px rgba(33, 33, 33, 0.2);
  box-shadow: 0 0 15px rgba(33, 33, 33, 0.2);
}
.tab-bar::before, .tab-bar::after {
  content: '';
  display: table;
  visibility: hidden;
}
.tab-bar::after {
  clear: both;
}
.tab-bar li {
  list-style-type: none;
  float: left;
}
.tab-bar.col-2 li {
  width: 50%;
}
.tab-bar.col-3 li {
  width: 33.3333333333%;
}
.tab-bar.col-4 li {
  width: 25%;
}
.tab-bar.col-5 li {
  width: 20%;
}
.tab-bar li > a {
  font-size: 2.5em;
  color: #727272;
  display: block;
  padding: 10px 20px;
  border-right: 1px solid;
  border-color: #d6d6d6;
}
.tab-bar li > a.active {
  -webkit-box-shadow: inset 0 0 20px rgba(63, 81, 181, 0.2);
  -moz-box-shadow: inset 0 0 20px rgba(63, 81, 181, 0.2);
  -ms-box-shadow: inset 0 0 20px rgba(63, 81, 181, 0.2);
  -o-box-shadow: inset 0 0 20px rgba(63, 81, 181, 0.2);
  box-shadow: inset 0 0 20px rgba(63, 81, 181, 0.2);
  color: #3f51b5;
}
.tab-bar li:last-child > a {
  border-right: 0 none;
}

.tab-content-wrapper {
  margin-bottom: 40px;
}
.tab-content-wrapper .tab-content-item {
  display: none;
  position: relative;
}
.tab-content-wrapper .tab-content-item.current {
  display: block;
}
.tab-content-wrapper .tab-content-item .fp-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 7.2em;
  z-index: 0;
  opacity: .2;
  line-height: .07;
}
.tab-content-wrapper .tab-content-item .title,
.tab-content-wrapper .tab-content-item .text {
  position: relative;
  z-index: 1;
}
.tab-content-wrapper .tab-content-item .title {
  font-size: 1.2em;
}

/*
# About
--------------------------------------------------------------*/
.skills {
  background-image: url(../images/skill_bg.jpg);
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.skills .skillbar-list {
  margin-bottom: 10px;
}
.skills .skillbar {
  margin-bottom: 30px;
}
.skills .count-bar-outter {
  position: relative;
  width: 100%;
  background-color: #d5d5d5;
  z-index: 0;
  height: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.skills .count-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  background-color: #3f51b5;
  z-index: 1;
}
.skills .title {
  font-size: .9em;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 400;
}
.skills .title::before, .skills .title::after {
  content: '';
  display: table;
  visibility: hidden;
}
.skills .title::after {
  clear: both;
}
.skills .title .count {
  float: right;
}

.company-massage .massage {
  padding: 30px;
  margin-bottom: 40px;
  background-color: rgba(33, 33, 33, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.company-massage .massage-holder {
  margin-top: 30px;
}
.company-massage .massage-holder .name {
  margin-bottom: 0;
}

.feature-area .owl-controls {
  width: 100%;
  text-align: center;
}

.feature .title {
  font-size: 1.6em;
}
.feature .feature-desc {
  margin-bottom: 40px;
}
.feature .fp-list {
  margin-top: 30px;
}

.statistics {
  background-color: #212121;
  background-image: url("../images/statistics_bg.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding: 60px 0 20px;
  text-align: center;
}
.statistics .statistic-box {
  margin-bottom: 40px;
}
.statistics .title {
  font-size: 2.5em;
  color: #FFFFFF;
  margin-bottom: 10px;
  line-height: 1;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.statistics .fp-meta {
  color: #FFFFFF;
}

/*
# Portfolio/Works
--------------------------------------------------------------*/
.portfolio {
  margin-bottom: 40px;
  text-align: center;
}
.portfolio .portfolio-nav {
  display: inline-block;
  margin: 0 auto 30px;
  padding: 0;
  border: 1px solid;
  border-color: rgba(33, 33, 33, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 400;
  -webkit-box-shadow: 0 0 5px rgba(33, 33, 33, 0.1);
  -moz-box-shadow: 0 0 5px rgba(33, 33, 33, 0.1);
  -ms-box-shadow: 0 0 5px rgba(33, 33, 33, 0.1);
  -o-box-shadow: 0 0 5px rgba(33, 33, 33, 0.1);
  box-shadow: 0 0 5px rgba(33, 33, 33, 0.1);
}
.portfolio .portfolio-nav li {
  float: left;
  list-style-type: none;
  cursor: pointer;
  padding: 5px 15px;
  border-right: 1px solid;
  border-color: rgba(33, 33, 33, 0.1);
}
.portfolio .portfolio-nav li:last-child {
  border-right: 0 none;
}
.portfolio .portfolio-nav li.active {
  color: #3f51b5;
  -webkit-box-shadow: inset 0 0 5px rgba(63, 81, 181, 0.1);
  -moz-box-shadow: inset 0 0 5px rgba(63, 81, 181, 0.1);
  -ms-box-shadow: inset 0 0 5px rgba(63, 81, 181, 0.1);
  -o-box-shadow: inset 0 0 5px rgba(63, 81, 181, 0.1);
  box-shadow: inset 0 0 5px rgba(63, 81, 181, 0.1);
}
.portfolio .social-link {
  margin-top: 40px;
}
.portfolio .social-link p {
  margin-bottom: 10px;
}
.portfolio .social-link a {
  font-size: 2.2em;
  margin: 0 10px;
  color: #727272;
}
.portfolio .social-link a:hover {
  color: #212121;
}
.portfolio .portfolio-items {
  text-align: left;
}
.portfolio .portfolio-items::before, .portfolio .portfolio-items::after {
  content: '';
  display: table;
  visibility: hidden;
}
.portfolio .portfolio-items::after {
  clear: both;
}
.portfolio .portfolio-item {
  float: left;
  width: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.portfolio .portfolio-item::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(63, 81, 181, 0.8);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.portfolio .portfolio-item .item-desc {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.4);
  padding: 20px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.portfolio .portfolio-item .item-desc, .portfolio .portfolio-item .item-desc a {
  color: #FFFFFF;
}
.portfolio .portfolio-item .title {
  font-size: 1em;
  text-transform: uppercase;
  margin-bottom: 3px;
  color: #FFFFFF;
}
.portfolio .portfolio-item .item-meta {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.portfolio .portfolio-item .like-btn,
.portfolio .portfolio-item .view-btn {
  display: inline-block;
  padding: 0 7px;
  text-transform: uppercase;
  height: 26px;
  line-height: 25px;
}
.portfolio .portfolio-item .like-btn i, .portfolio .portfolio-item .like-btn span,
.portfolio .portfolio-item .view-btn i,
.portfolio .portfolio-item .view-btn span {
  margin-right: 3px;
}
.portfolio .portfolio-item .like-btn {
  background-color: #FFFFFF;
  color: #3f51b5 !important;
}
.portfolio .portfolio-item .view-btn {
  background-color: #3f51b5;
}
.portfolio .portfolio-item:hover::after {
  opacity: 1;
  visibility: visible;
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.portfolio .portfolio-item:hover .item-desc {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
}

@media screen and (min-width: 736px) {
  .portfolio .portfolio-item {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .portfolio .portfolio-item {
    width: 33.33333333333%;
  }
}
@media screen and (min-width: 992px) {
  .portfolio .portfolio-item {
    width: 25%;
  }
}
/*
# Pricing/Packages
--------------------------------------------------------------*/
.pricing-item {
  background-color: #FFFFFF;
  margin-bottom: 40px;
  text-align: left;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: all ease-in-out 0.2s;
  -moz-box-shadow: all ease-in-out 0.2s;
  -ms-box-shadow: all ease-in-out 0.2s;
  -o-box-shadow: all ease-in-out 0.2s;
  box-shadow: all ease-in-out 0.2s;
}
.pricing-item:hover {
  -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
}
.pricing-item::before, .pricing-item::after {
  content: '';
  display: table;
  visibility: hidden;
}
.pricing-item::after {
  clear: both;
}
.pricing-item .title {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  color: #727272;
}
.pricing-item .price {
  font-size: 3em;
  font-weight: 700;
}
.pricing-item .currency {
  color: #727272;
  font-size: 0.5em;
  font-weight: 300;
  vertical-align: super;
}
.pricing-item .period {
  color: #727272;
  font-size: 0.35em;
  font-weight: 300;
  padding: 0 0 0 6px;
}
.pricing-item .sentence {
  color: #d6d6d6;
  padding: 0 0 8px;
  margin: 0;
}
.pricing-item .pricing-header {
  background-color: #212121;
  padding: 10px 20px;
}
.pricing-item .pricing-header, .pricing-item .pricing-header a {
  color: #FFFFFF;
}
.pricing-item .feature-list {
  margin: 0;
  padding: 20px;
  list-style: none;
}
.pricing-item .feature-list li {
  margin-bottom: 10px;
  position: relative;
  display: block;
  padding-left: 20px;
}
.pricing-item .feature-list li::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  background: #d6d6d6;
  left: 0;
  top: 50%;
  margin: -1px 0 0 0;
}
.pricing-item .btn {
  float: right;
  margin-top: auto;
  color: #fff;
  -webkit-box-shadow: 0 0 0 rgba(33, 33, 33, 0.1);
  -moz-box-shadow: 0 0 0 rgba(33, 33, 33, 0.1);
  -ms-box-shadow: 0 0 0 rgba(33, 33, 33, 0.1);
  -o-box-shadow: 0 0 0 rgba(33, 33, 33, 0.1);
  box-shadow: 0 0 0 rgba(33, 33, 33, 0.1);
}
.pricing-item .btn span, .pricing-item .btn i {
  margin: 0;
}
.pricing-item .btn:hover {
  -webkit-box-shadow: 0 0 0 rgba(33, 33, 33, 0.1);
  -moz-box-shadow: 0 0 0 rgba(33, 33, 33, 0.1);
  -ms-box-shadow: 0 0 0 rgba(33, 33, 33, 0.1);
  -o-box-shadow: 0 0 0 rgba(33, 33, 33, 0.1);
  box-shadow: 0 0 0 rgba(33, 33, 33, 0.1);
}
.pricing-item .pricing-footer {
  padding: 0 20px 25px;
}
.pricing-item .pricing-footer::before, .pricing-item .pricing-footer::after {
  content: '';
  display: table;
  visibility: hidden;
}
.pricing-item .pricing-footer::after {
  clear: both;
}
.pricing-item.highlight .pricing-header {
  background-color: #3f51b5;
}
.pricing-item.highlight .title,
.pricing-item.highlight .currency,
.pricing-item.highlight .period {
  color: #c5cae9;
}

/*
# Testimonial
--------------------------------------------------------------*/
.testimonial {
  background-image: url("../images/testmonial_bg.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.clients {
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.15);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  margin-bottom: 40px;
}
.clients .client {
  float: left;
  width: 50%;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.15);
  padding: 20px;
  text-align: center;
}
.clients .client img {
  display: inline-block;
  max-width: none;
  width: auto;
  height: 70px;
  opacity: .8;
}
.clients .client:hover img {
  opacity: 1;
}

@media screen and (min-width: 992px) {
  .clients .client {
    width: 33.3333333333333333%;
  }
}
.review-wrap {
  display: block;
  margin-bottom: 40px;
}
.review-wrap::before, .review-wrap::after {
  content: '';
  display: table;
  visibility: hidden;
}
.review-wrap::after {
  clear: both;
}
.review-wrap .text {
  position: relative;
}
.review-wrap .text::before {
  content: '\f347';
  float: left;
  margin: 0 15px 5px 0;
  color: #3f51b5;
  font-family: ionicons;
  font-size: 1.5em;
}
.review-wrap .review-meta {
  display: block;
  margin-bottom: 20px;
}
.review-wrap .review-meta::before, .review-wrap .review-meta::after {
  content: '';
  display: table;
  visibility: hidden;
}
.review-wrap .review-meta::after {
  clear: both;
}
.review-wrap .review-meta .avatar {
  float: left;
  height: 46px;
  width: 46px;
  margin-right: 15px;
  overflow: hidden;
}
.review-wrap .review-meta .info {
  overflow: hidden;
}
.review-wrap .review-meta .name {
  font-size: .9em;
  font-weight: 700;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.review-wrap .review-meta .meta {
  color: #d6d6d6;
  font-size: .9em;
}
.review-wrap .review-meta .meta a {
  color: #d6d6d6;
}
.review-wrap .review-meta .meta a:hover {
  color: #3f51b5;
}

/**/
.review-area .owl-controls .owl-dot.active {
  background-color: #FFFFFF;
}
.review-area .owl-controls .owl-prev,
.review-area .owl-controls .owl-next {
  display: inline-block;
  height: 30px;
  width: 35px;
  line-height: 30px;
  text-align: center;
  color: #727272;
  background-color: #FFFFFF;
}
.review-area .owl-controls .owl-prev:hover,
.review-area .owl-controls .owl-next:hover {
  color: #FFFFFF;
  background-color: #3f51b5;
}
.review-area .owl-controls .owl-prev {
  margin-right: 5px;
}

/*
# Team
--------------------------------------------------------------*/
.team-member {
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.team-member .avatar {
  position: relative;
  display: inline-block;
  max-width: 100%;
  -webkit-box-shadow: 0 1px 15px rgba(33, 33, 33, 0.6);
  -moz-box-shadow: 0 1px 15px rgba(33, 33, 33, 0.6);
  -ms-box-shadow: 0 1px 15px rgba(33, 33, 33, 0.6);
  -o-box-shadow: 0 1px 15px rgba(33, 33, 33, 0.6);
  box-shadow: 0 1px 15px rgba(33, 33, 33, 0.6);
  z-index: 0;
}
.team-member .avatar::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(63, 81, 181, 0.6);
  opacity: 0;
  visibility: hidden;
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  z-index: 1;
}
.team-member .member-desc {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border-color: rgba(255, 255, 255, 0.2);
  border: 1px solid;
  border-color: #c0c0c0;
  padding: 20px;
  color: #FFFFFF;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
}
.team-member .member-desc .name {
  color: #FFFFFF;
}
.team-member:hover {
  -webkit-box-shadow: 0 1px 15px rgba(33, 33, 33, 0.6);
  -moz-box-shadow: 0 1px 15px rgba(33, 33, 33, 0.6);
  -ms-box-shadow: 0 1px 15px rgba(33, 33, 33, 0.6);
  -o-box-shadow: 0 1px 15px rgba(33, 33, 33, 0.6);
  box-shadow: 0 1px 15px rgba(33, 33, 33, 0.6);
}
.team-member:hover .avatar::after {
  opacity: 1;
  visibility: visible;
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.team-member:hover .member-desc {
  opacity: 1;
}
.team-member .social-links {
  margin-top: 20px;
  font-size: 1em;
}
.team-member .social-links a {
  margin-right: 10px;
  padding: 0;
  color: #FFFFFF;
}
.team-member .member-info {
  margin-bottom: 15px;
}
.team-member .member-info .name {
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2px;
}

/*
# Blog
--------------------------------------------------------------*/
.post-area {
  margin-bottom: 40px;
}
.post-area .post {
  position: relative;
  display: block;
  z-index: 0;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  margin-bottom: 1px;
  background: none;
  -webkit-box-shadow: 0 1px 0 rgba(63, 81, 181, 0.7);
  -moz-box-shadow: 0 1px 0 rgba(63, 81, 181, 0.7);
  -ms-box-shadow: 0 1px 0 rgba(63, 81, 181, 0.7);
  -o-box-shadow: 0 1px 0 rgba(63, 81, 181, 0.7);
  box-shadow: 0 1px 0 rgba(63, 81, 181, 0.7);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.post-area .post:last-child {
  margin-bottom: 0;
  -webkit-box-shadow: 0 0 0 rgba(33, 33, 33, 0.1);
  -moz-box-shadow: 0 0 0 rgba(33, 33, 33, 0.1);
  -ms-box-shadow: 0 0 0 rgba(33, 33, 33, 0.1);
  -o-box-shadow: 0 0 0 rgba(33, 33, 33, 0.1);
  box-shadow: 0 0 0 rgba(33, 33, 33, 0.1);
}
.post-area .post .fp-meta {
  margin-bottom: 10px;
}
.post-area .post .separator {
  margin: 0 5px;
  color: #d6d6d6;
}
.post-area .post .post-title {
  font-size: 1.4em;
  margin-bottom: 0;
}
.post-area .post .post-inner {
  padding: 40px 20px;
  background-color: rgba(63, 81, 181, 0.7);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.post-area .post .post-inner, .post-area .post .post-inner a,
.post-area .post .post-inner h1, .post-area .post .post-inner h2,
.post-area .post .post-inner h3, .post-area .post .post-inner h4,
.post-area .post .post-inner h5, .post-area .post .post-inner h6,
.post-area .post .post-inner .fp-meta {
  color: #FFFFFF;
}

@media screen and (min-width: 991px) {
  .post-area .post {
    -webkit-box-shadow: 0 1px 0 rgba(33, 33, 33, 0.1);
    -moz-box-shadow: 0 1px 0 rgba(33, 33, 33, 0.1);
    -ms-box-shadow: 0 1px 0 rgba(33, 33, 33, 0.1);
    -o-box-shadow: 0 1px 0 rgba(33, 33, 33, 0.1);
    box-shadow: 0 1px 0 rgba(33, 33, 33, 0.1);
  }
  .post-area .post .post-inner {
    background-color: #FFFFFF;
  }
  .post-area .post .post-inner,
  .post-area .post .post-inner .fp-meta {
    color: #727272;
  }
  .post-area .post .post-inner a,
  .post-area .post .post-inner h1, .post-area .post .post-inner h2,
  .post-area .post .post-inner h3, .post-area .post .post-inner h4,
  .post-area .post .post-inner h5, .post-area .post .post-inner h6 {
    color: #212121;
  }
  .post-area .post:hover {
    -webkit-box-shadow: 0 1px 0 rgba(63, 81, 181, 0.7);
    -moz-box-shadow: 0 1px 0 rgba(63, 81, 181, 0.7);
    -ms-box-shadow: 0 1px 0 rgba(63, 81, 181, 0.7);
    -o-box-shadow: 0 1px 0 rgba(63, 81, 181, 0.7);
    box-shadow: 0 1px 0 rgba(63, 81, 181, 0.7);
  }
  .post-area .post:hover:hover .post-inner {
    background-color: rgba(63, 81, 181, 0.7);
  }
  .post-area .post:hover:hover .post-inner, .post-area .post:hover:hover .post-inner a,
  .post-area .post:hover:hover .post-inner h1, .post-area .post:hover:hover .post-inner h2,
  .post-area .post:hover:hover .post-inner h3, .post-area .post:hover:hover .post-inner h4,
  .post-area .post:hover:hover .post-inner h5, .post-area .post:hover:hover .post-inner h6,
  .post-area .post:hover:hover .post-inner .fp-meta {
    color: #FFFFFF;
  }
}
/*
# Contact
--------------------------------------------------------------*/
.map-container {
  height: 450px;
}

.map-info-box {
  width: 300px;
  font-size: 1.2em;
  line-height: 1.8;
}
.map-info-box .info-head {
  margin-bottom: 12px;
}
.map-info-box i, .map-info-box span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.contact {
  background-color: #212121;
}
.contact, .contact a,
.contact h1, .contact h2,
.contact h3, .contact h4,
.contact h5, .contact h6 {
  color: #FFFFFF;
}

.contact-form {
  margin-bottom: 40px;
}
.contact-form .action-message {
  margin-bottom: 20px;
}
.contact-form .action-message .contact-success,
.contact-form .action-message .contact-error {
  display: none;
  margin-bottom: 0;
  padding: 5px 10px;
}
.contact-form input,
.contact-form textarea {
  background-color: rgba(33, 33, 33, 0.1);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.15);
  padding: 11px 17px;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #FFFFFF;
}
.contact-form label {
  color: #ff0000;
  font-weight: 300;
}
.contact-form .entry-field {
  margin-bottom: 25px;
}
.contact-form .btn {
  margin-top: 20px;
}

.address {
  color: #d6d6d6;
}
.address .address-line {
  margin-bottom: 40px;
}
.address .icon {
  font-size: 1.3em;
  float: left;
  margin-right: 12px;
}
.address .text {
  overflow: hidden;
}
.address .title {
  font-size: 1.1em;
  margin-bottom: 5px;
  font-weight: 500;
}
.address .social-links {
  margin-top: 10px;
}

/*
# Footer
--------------------------------------------------------------*/
.footer {
  background-color: #212121;
  padding: 40px 0 30px;
  font-weight: 400;
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.2);
}
.footer,
.footer a {
  color: #d6d6d6;
}
.footer a:hover {
  color: #FFFFFF;
}

@media screen and (max-width: 736px) {
  .footer {
    text-align: center;
  }

  .footer .pull-left,
  .footer .pull-right {
    float: none !important;
  }
}
