/**
 * VictorThemes Styling
 *
 * 1. Common Element Stylings
 * 2. Headers
 * 3. Brand Logo
 * 4. Navigation
 * --- Fwzi Menu
 * 5. Page Title
 * 6. Elements
 * --- Buttons
 * --- Contact Box
 * --- Table
 * --- Nav
 * --- Socials
 * --- Swiper Slider
 * --- Magnific Popup
 * --- Carousel Slider
 * --- Owl Slider
 * --- Pagination
 * --- Nav Tabs
 * --- Accordion
 * 7. Sidebar Widgets
 * --- Widget Search
 * --- Widget Categories
 * --- Widget Recent Post
 * --- Widget Archives
 * --- Widget Tags
 * 8. Footer
 * 9. Copyright
*/
/* 1. Common Element Stylings */
html {
  height: 100%;
}
body {
  height: 100%;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #212121;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: grayscale;
}
::selection {
  background: #518ff5;
  color: #ffffff;
}
::-webkit-selection {
  background: #518ff5;
  color: #ffffff;
}
::-moz-selection {
  background: #518ff5;
  color: #ffffff;
}
::-o-selection {
  background: #518ff5;
  color: #ffffff;
}
::-ms-selection {
  background: #518ff5;
  color: #ffffff;
}
::-webkit-input-placeholder {
  color: #888888;
  opacity: 1;
}
::-moz-placeholder {
  color: #888888;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #888888;
  opacity: 1;
}
:-moz-placeholder {
  color: #888888;
  opacity: 1;
}
a {
  color: #212121;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
a:hover, a:focus {
  text-decoration: none;
  color: #518ff5;
}
img {
  max-width: 100%;
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
iframe {
  display: block;
  width: 100%;
  border: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  padding-bottom: 10px;
  margin: 0;
  font-weight: 400;
  line-height: 1.42857;
}
p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #777777;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
}
video {
  display: block;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  background-color: #d0d0d0;
}
audio, canvas, progress, video {
  vertical-align: middle;
}
/* 6. Elements */
.fwzi-table-container {
  display: table;
  width: 100%;
  height: 100%;
}
.fwzi-align-container {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.fwzi-responsive-table {
  overflow-x: auto;
}
.fwzi-container {
  width: 945px;
  margin: 0 auto;
}
.container {
  padding: 0;
}
div#vtheme-wrapper {
  overflow: hidden;
}
/* Custom Grid Items */
@media screen and (min-width:768px) {
  .align-column-wrap {
    display: table;
    width: 100%;
  }
  .column-item {
    display: table-cell;
    vertical-align: middle;
  }
  .column-item.item-md-1 {
    width: 8.33333333%;
  }
  .column-item.item-md-2 {
    width: 16.66666667%;
  }
  .column-item.item-md-3 {
    width: 25%;
  }
  .column-item.item-md-4 {
    width: 33.33333333%;
  }
  .column-item.item-md-5 {
    width: 41.66666667%;
  }
  .column-item.item-md-6 {
    width: 50%;
  }
  .column-item.item-md-7 {
    width: 58.33333333%;
  }
  .column-item.item-md-8 {
    width: 66.66666667%;
  }
  .column-item.item-md-9 {
    width: 75%;
  }
  .column-item.item-md-10 {
    width: 83.33333333%;
  }
  .column-item.item-md-11 {
    width: 91.66666667%;
  }
  .column-item.item-md-12 {
    width: 100%;
  }
}
.fwzi-parallax {
  position: relative;
  overflow: hidden;
  clear: both;
}
/* Buttons */
.fwzi-btn {
  display: inline-block;
  vertical-align: middle;
  min-width: 170px;
  padding: 15px 20px 13px;
  color: #00aeff;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  border: 2px solid #00aeff;
  position: relative;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.fwzi-btn:hover, .fwzi-btn:focus {
  background-color: #00aeff;
  color: #ffffff;
}
.fwzi-btn-small {
  min-width: 130px;
  padding: 10px 15px 8px;
}
.plan-info a.fwzi-btn.fwzi-btn-small {
  min-width: 150px;
}
.fwzi-btn-medium {
  min-width: 150px;
  padding: 14px 20px 12px;
}
.fwzi-btn-large {
  min-width: 200px;
  padding: 20px 20px 18px;
}
.fwzi-btn-blue {
  background-color: #518ff5;
  color: #ffffff;
  border-color: transparent;
}
.fwzi-btn-blue:hover, .fwzi-btn-blue:focus {
  background-color: transparent;
  color: #518ff5;
  border-color: #518ff5;
}
.fwzi-btn-light-blue {
  background-color: #00b4fa;
  color: #ffffff;
  border-color: transparent;
}
.fwzi-btn-light-blue:hover, .fwzi-btn-light-blue:focus {
  background-color: transparent;
  color: #00b4fa;
  border-color: #00b4fa;
}
.fwzi-btn-white {
  background-color: #ffffff;
  color: #00bfa5;
  border-color: transparent;
}
.fwzi-btn-white:hover, .fwzi-btn-white:focus {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.fwzi-btn-white-border {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.fwzi-btn-white-border:hover, .fwzi-btn-white-border:focus {
  background-color: #ffffff;
  color: #00bfa5;
  border-color: transparent;
}
.fwzi-btn-green-border {
  background-color: transparent;
  color: #00bfa5;
  border-color: #00bfa5;
}
.fwzi-btn-green-border:hover, .fwzi-btn-green-border:focus {
  background-color: #00bfa5;
  color: #ffffff;
  border-color: transparent;
}
.fwzi-btn-blue-border {
  background-color: transparent;
  color: #518ff5;
  border-color: #518ff5;
}
.fwzi-btn-blue-border:hover, .fwzi-btn-blue-border:focus {
  background-color: #518ff5;
  color: #ffffff;
  border-color: transparent;
}
.fwzi-btn-orange-border {
  background-color: transparent;
  color: #e95e42;
  border-color: #e95e42;
}
.fwzi-btn-orange-border:hover, .fwzi-btn-orange-border:focus {
  background-color: #e95e42;
  color: #ffffff;
  border-color: transparent;
}
/* Contact Box */
input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="search"], input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"], input[type="url"], input[type="number"], textarea, select, .form-control {
  width: 100%;
  height: 45px;
  padding: 10px 15px;
  background-color: #ffffff;
  color: #888888;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.2px;
  line-height: 1.42857;
  border: 1px solid #e8e8e8;
  outline: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="date"]:focus, input[type="time"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="url"]:focus, input[type="number"]:focus, textarea:focus, select:focus, .form-control:focus {
  border-color: #dadada;
}
input[type="file"] {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
}
input[type="checkbox"], input[type="radio"] {
  margin: 0 5px 0 0;
}
textarea, textarea.form-control {
  height: 175px;
  padding: 15px 20px;
  resize: vertical;
}
input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  min-width: 170px;
  padding: 15px 25px 13px;
  background-color: transparent;
  color: #00aeff;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.2px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid #00aeff;
  position: relative;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
input[type="submit"]:hover, input[type="submit"]:focus {
  background-color: #00aeff;
  color: #ffffff;
}
select {
  padding: 10px 40px 10px 13px;
  background-image: url(../images/icons/icon49@3x.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 27px auto;
  color: #888888;
}
select option {
  padding: 5px 10px;
}
select[multiple] {
  height: 174px;
  padding: 0;
  background-image: none;
}
label {
  font-weight: 400;
  cursor: pointer;
}
sub, sup {
  font-size: 9px;
}
sub {
  bottom: 0;
}
sup {
  top: -0.7em;
}
form p {
  padding-bottom: 0;
  line-height: normal;
}
form label {
  margin-bottom: 6px;
  margin-top: 10px;
  color: #212121;
  font-size: 14px;
  line-height: 1.42857;
  letter-spacing: 0.2px;
  position: relative;
}
form sup {
  top: 0;
  color: #518ff5;
  font-size: 100%;
}
form input, form textarea, form select {
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
}
form input[type="submit"], form input[type="button"], form button {
  margin: 0;
}
blockquote {
  padding: 5px 50px 23px;
  margin: 0;
  border-left: none;
  position: relative;
}
blockquote:before {
  position: absolute;
  top: -5px;
  left: 35px;
  width: 31px;
  height: 28px;
  background-image: url(../images/icons/icon50@3x.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 31px auto;
  content: "";
  z-index: 1;
}
blockquote p {
  color: #555555;
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 18px;
  line-height: 28px;
}
blockquote p cite {
  color: #303030;
  font-weight: 700;
}
/* Table */
table {
  margin-bottom: 20px;
  max-width: 100%;
  width: 100%;
  text-align: center;
  border: 1px solid #ececec;
}
table th {
  padding: 10px;
  background: #111111;
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  line-height: 1.42857;
  vertical-align: middle;
  text-align: center;
}
table th a {
  color: #fff;
}
table th a:hover {
  color: #518ff5;
}
table td {
  vertical-align: top;
  padding: 10px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2px;
  line-height: 1.42857;
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #ececec;
}
table.table-condensed {
  border: none;
}
table tr #today {
  background: #111111;
  color: #ffffff;
}
address {
  font-style: italic;
}
.wpcf7-list-item label {
  display: inline-block;
  position: relative;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
}
.aligncenter {
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.no-pad-left {
  padding-left: 0 !important;
}
.no-pad-right {
  padding-right: 0 !important;
}
.no-pad {
  padding: 0 !important;
}
.padding-xs {padding-top: 10px !important;padding-bottom: 10px !important;}
.padding-sm {padding-top: 20px !important;padding-bottom: 20px !important;}
.padding-md {padding-top: 40px !important;padding-bottom: 40px !important;}
.padding-lg {padding-top: 80px !important;padding-bottom: 80px !important;}
.padding-xl {padding-top: 160px !important;padding-bottom: 160px !important;}
.padding-no {padding-top: 0 !important;padding-bottom: 0 !important;}
.padding-none {padding-top: 0 !important;padding-bottom: 0 !important;}
.padding-default {padding-top: 80px !important;padding-bottom: 80px !important;}
.title-padding-default {
  padding: 145px 0 146px;
}
.title-padding-xs {
  padding: 50px 0;
}
.title-padding-sm {
  padding: 70px 0;
}
.title-padding-md {
  padding: 90px 0;
}
.title-padding-lg {
  padding: 110px 0;
}
.title-padding-xl {
  padding: 130px 0;
}
.wp-caption {
  margin-bottom: 30px;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  font-size: 15px;
  font-style: italic;
  padding-top: 10px;
}
.post-password-form label {
  display: block;
  overflow: hidden;
  clear: both;
  margin: 0;
  font-size: 15px;
}
.post-password-form label input {
  margin: 5px auto 8px;
}
.wp-link-pages {
  font-size: 12px;
  line-height: 23px;
}
.wp-link-pages a, .wp-link-pages > span {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  display: inline-block;
  height: 24px;
  margin-right: 3px;
  text-align: center;
  width: 24px;
}
.wp-link-pages a {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.wp-link-pages a:hover, .wp-link-pages a:focus {
  background-color: transparent;
  border-color: #d1d1d1;
  color: #222222;
}
.wp-link-pages a span {
  font-size: 12px;
}
.wp-link-pages > .page-links-title {
  width: auto;
  height: auto;
  padding-right: 5px;
  margin: 0;
  font-size: 14px;
  border: 0;
}
.says, .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
/* Nav */
nav.menu-main-menu-container {
  display: inline-block;
  float: left;
}
.nav {
  margin: 0;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  border-bottom-color: #e3e3e3;
}
.nav > li > a {
  padding: 10px 18px;
  line-height: 26px;
}
.nav > li:hover > a, .nav > li > a:hover, .nav > li > a:focus, .nav > li.active > a, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background: none;
  color: #518ff5;
}
.open > .dropdown-menu, .dropdown-submenu:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.dropdown-menu {
  display: block;
  min-width: 220px;
  background: #f6f6f6;
  padding: 15px 0;
  margin: 0;
  font-size: 12px;
  border: none;
  opacity: 0;
  visibility: hidden;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}
.dropdown-menu:before {
  position: absolute;
  top: -8px;
  left: 27px;
  border-bottom: 8px solid #f6f6f6;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  z-index: 1;
}
.dropdown-menu > li {
  padding: 0 30px;
}
.dropdown-menu > li > a {
  padding: 12px 0;
  color: #777777;
  border-bottom: 1px solid #e3e3e3;
}
.dropdown-menu > li:hover > a, .dropdown-menu > li > a:focus, .dropdown-menu > li.active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background: none;
  color: #518ff5;
}
.dropdown-menu > li:last-child > a {
  border-bottom: none;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  display: block;
  top: 0;
  left: 100%;
}
.dropdown-submenu > .dropdown-menu:before {
  display: none;
}
/* Socials */
.fwzi-social {
  display: inline-block;
  letter-spacing: -0.1px;
}
.fwzi-social a {
  display: inline-block;
  margin-right: 15px;
  color: #777777;
}
.fwzi-social.square a {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background: rgba(255, 255, 255, 0.06);
  color: #aaaaaa;
  text-align: center;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.fwzi-social.square a:hover {
  background: #518ff5;
  color: #ffffff;
}
.fwzi-social.square a i {
  line-height: 30px;
}
.fwzi-social.rounded a {
  width: 40px;
  height: 40px;
  margin: 4px 2px;
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.fwzi-social.rounded a:hover {
  background: rgba(0, 174, 255, 0.7);
  color: #ffffff;
}
.fwzi-social.rounded a i {
  line-height: 40px;
}
.social-wrap {
  display: inline-block;
  vertical-align: middle;
}
/* Swiper Slider */
.swiper-container {
  clear: both;
  height: 750px;
}
.swiper-slide {
  background-color: #d0d0d0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.swiper-pagination {
  bottom: 36px;
  padding: 0 25px;
  color: #ffffff;
  font-weight: 700;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom {
  bottom: 20px;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 1);
}
.swiper-button-prev, .swiper-button-next {
  left: 24px;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  color: #ffffff;
  letter-spacing: 0.2px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.swiper-button-prev:before, .swiper-button-next:before {
  font: normal normal normal 50px/1.42857 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
  z-index: 1;
}
.swiper-button-next {
  left: auto;
  right: 24px;
}
.swiper-button-next:before {
  content: "\f105";
}
.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 10px 0;
  background: #ffffff;
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.5);
}
/* Magnific Popup */
.mfp-wrap {
  opacity: 0;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.mfp-ready.mfp-wrap, .mfp-ready.mfp-bg {
  opacity: 1;
}
.mfp-bg {
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.mfp-close {
  position: absolute;
  right: 28px;
  top: 30px;
  width: 16px;
  height: 16px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  z-index: 9999;
}
.mfp-close:active {
  top: 30px;
}
.mfp-bottom-bar {
  display: none;
}
.mfp-bottom-bar a {
  color: #ffffff;
  font-weight: 700;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  top: 5px;
  right: 5px;
  width: 16px;
  padding-right: 0;
}
.mfp-image-holder .mfp-close {
  display: none;
}
.mfp-container {
  padding: 0 25px;
}
.mfp-container .mfp-img {
  padding: 0;
}
.mfp-container .mfp-arrow {
  width: auto;
  height: auto;
  margin: 0;
  color: #ffffff;
  opacity: 1;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-tap-highlight-color: transparent;
  z-index: 9999;
}
.mfp-arrow:after {
  display: none;
}
.mfp-arrow:before {
  display: inline-block;
  margin: 0;
  font: normal normal normal 36px/1 FontAwesome;
  border: none;
  position: static;
  opacity: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.mfp-arrow-left {
  left: 30px;
}
.mfp-arrow-right {
  right: 45px;
}
.mfp-arrow-right:before {
  content: "\f105";
}
.mfp-figure:after {
  display: none;
}
.mfp-close:before {
  position: absolute;
  top: -2px;
  left: 7px;
  width: 2px;
  height: 16px;
  background: #ffffff;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}
.mfp-close:after {
  position: absolute;
  top: -2px;
  right: 7px;
  width: 2px;
  height: 16px;
  background: #ffffff;
  content: "";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
}
/* Carousel Slider */
.carousel-indicators {
  position: static;
  width: auto;
  padding-top: 21px;
  margin: 0;
}
.carousel-indicators li {
  vertical-align: top;
  width: auto;
  height: auto;
  margin: 0 5px;
  border: none;
  text-indent: 0;
  opacity: 0.6;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.carousel-indicators li.active {
  width: auto;
  height: auto;
  margin: 0 5px;
  opacity: 1;
}
.carousel-indicators li img {
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.carousel-control {
  top: 50%;
  width: 30px;
  height: 60px;
  text-shadow: none;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
}
.carousel-control .fa {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
}
.carousel-control:hover, .carousel-control:focus {
  color: #232323;
}
.carousel-control.left, .carousel-control.right {
  background: rgba(255, 255, 255, 0.1);
}
.carousel-control.left:hover, .carousel-control.right:hover {
  background: rgba(255, 255, 255, 0.2);
}
/* Owl Slider */
.owl-drag.owl-loaded {
  display: block;
}
.owl-drag {
  display: none;
  position: relative;
  z-index: 1;
}
.owl-stage-outer {
  overflow: hidden;
  position: relative;
  transform: translate3d(0px, 0px, 0px);
}
.owl-stage:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  content: ".";
  visibility: hidden;
}
.owl-stage {
  position: relative;
}
.owl-item {
  float: left;
  min-height: 1px;
  position: relative;
  backface-visibility: hidden;
}
.owl-nav.disabled, .owl-dots.disabled {
  display: none;
}
.owl-prev, .owl-next, .owl-dot {
  cursor: pointer;
}
.owl-nav {
  text-align: center;
}
.owl-prev:before, .owl-next:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 100px;
  background: rgba(81, 143, 245, 0.5);
  color: #333333;
  font: normal normal normal 25px/98px FontAwesome;
  letter-spacing: 0.4px;
  text-rendering: auto;
  content: "\f104";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.owl-next:before {
  content: "\f105";
}
.owl-next:before {
  left: auto;
  right: 0;
}
.owl-prev:hover:before, .owl-next:hover:before {
  background: rgb(81, 143, 245);
  color: #fff;
}
.slider-no-current {
  padding-top: 10px;
  letter-spacing: 2px;
}
.current-no:after {
  display: inline-block;
  content: "/"
}
.owl-dots {
  padding-top: 16px;
  text-align: center;
}
.owl-dot {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  margin: 0 3px;
  background: #c4c4c4;
  border: 2px solid transparent;
  cursor: pointer;
  text-indent: -999px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.owl-dot.active {
  width: 10px;
  height: 10px;
  background: transparent;
  border-color: #518ff5;
}
.slider-no-current {
  display: none;
}
/* Pagination */
/*WP Pagenavi*/
.wp-pagenavi {
  vertical-align: middle;
  padding-top: 48px;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
}
.fwzi-pagenavi .wp-pagenavi {
  padding-top: 0px;
}
.wp-pagenavi a, .wp-pagenavi span.current {
  display: inline-block;
  vertical-align: middle;
  padding: 6px 14px;
  margin: 0 2px 6px;
  border: 2px solid #e5e5e5;
  text-transform: uppercase;
}
.wp-pagenavi a:hover {
  background: #518ff5;
  color: #ffffff;
  border-color: #518ff5;
}
.wp-pagenavi span.current {
  background: #518ff5;
  color: #fff !important;
  border: 2px solid #518ff5;
  font-weight: normal;
}
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
  padding: 6px 27px;
}

ul.page-numbers {
  vertical-align: middle;
  padding: 48px 0 0 0;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  list-style: none;
}
ul.page-numbers li {
  float: none;
  display: inline-block;
}
ul.page-numbers li a, ul.page-numbers li span {
  display: inline-block;
  vertical-align: middle;
  padding: 6px 14px;
  margin: 0 2px 6px;
  border: 2px solid #e5e5e5;
}
ul.page-numbers li a.next.page-numbers, ul.page-numbers li a.prev.page-numbers {
  padding: 6px 27px;
}
ul.page-numbers li a:hover, ul.page-numbers li a:focus {
  background: #518ff5;
  color: #ffffff;
  border-color: #518ff5;
}
ul.page-numbers li span {
  background: #518ff5;
  color: #ffffff;
  border-color: #518ff5;
}
/* Nav Tabs */
.nav-tabs {
  margin-bottom: 30px;
  background: #f6f6f6;
  border-bottom: none;
  text-align: center;
}
.nav-tabs > li {
  margin-bottom: 0;
}
.nav-tabs > li > a {
  padding: 8px 15px;
  margin-right: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  border-width: 3px 1px 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.nav-tabs > li > a:hover {
  border-color: transparent;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  background: #ffffff;
  border-width: 3px 1px 0;
}
/* Accordion */
.panel-default {
  margin: 0;
  background: none;
  border-top: none;
  border-bottom: 1px solid #ececec;
  border-left: none;
  border-right: none;
  box-shadow: none;
  border-radius: 0;
}
.panel-default > .panel-heading {
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
}
.panel-title {
  padding-bottom: 0;
}
.panel-title a {
  display: block;
  padding: 24px 40px 24px 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 18px;
  position: relative;
}
.panel-title a:before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 25px;
  height: 25px;
  color: #777777;
  line-height: 20px;
  border: 2px solid #e5e5e5;
  text-align: center;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  content: "-";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.panel-title a.collapsed:before {
  content: "+";
}
.panel-content {
  padding-bottom: 20px;
}
/* Fwzi Hovers */
.fwzi-social a:hover, .fwzi-topbar ul li a:hover, .book-author a:hover, .blog-bottom-links .pull-left a:hover, .fwzi-like a:hover, .fwzi-like a.liked, .widget_categories ul li a:hover, .contact-detail .contact-link p a:hover {
  color: #518ff5;
}
.fwzi-hover .project-title a {
  color: #518ff5;
}
.fwzi-hover .project-links {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.fwzi-hover .member-social-links {
  opacity: 1;
}
.fwzi-hover .member-social-links .social-wrap {
  top: 0;
}
.fwzi-hover.service-item {
  background: #fafafa;
}
.fwzi-blog .fwzi-hover.blog-item .fwzi-image:before {
  background: rgba(0, 0, 0, 0.1);
}
.fwzi-hover.blog-item .fwzi-image img, .fwzi-hover.project-item .fwzi-image img, .fwzi-hover.member-item .fwzi-image img, .fwzi-hover.fwzi-difference .fwzi-image img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}
.archive-spacing {
  padding: 100px 0 70px;
}
/* Fwzi TopBar */
.fwzi-topbar {
  background: #1b1b21;
  color: #888888;
}
.fwzi-topbar .fwzi-social {
  padding: 8px 0;
}
.fwzi-topbar ul {
  padding: 0;
  margin: 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 26px;
  letter-spacing: -0.1px;
  list-style: none;
}
.fwzi-topbar ul li {
  float: left;
  padding: 10px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.fwzi-topbar ul li i {
  vertical-align: middle;
  margin-right: 5px;
  font-size: 15px;
  letter-spacing: 0.1px;
}
.searchform i.fa {
  position: absolute;
  top: 34px;
  right: 34px;
  font-size: 18px;
  color: #fff;
}
.fwzi-topbar ul li a {
  color: #888888;
}
.fwzi-search-box {
  position: absolute;
  top: 100%;
  right: -1px;
  width: 400px;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.fwzi-search-box.open {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.fwzi-search-box p {
  margin: 0;
}
.fwzi-search-box input[type="text"] {
  float: left;
  width: 85%;
  margin-bottom: 0;
}
li.search-link .fwzi-search-box input {
  margin-bottom: 0 !important;
}
.fwzi-search-box input[type="submit"] {
  float: left;
  width: 15%;
  min-width: 10px;
  height: 45px;
  padding: 10px;
  background-color: #518ff5;
  background-image: url(../images/icons/icon54@3x.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 15px auto;
  border-color: transparent;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.fwzi-search-box input[type="submit"]:hover, .fwzi-search-box input[type="submit"]:focus {
  background-color: #212121;
}
/* Sticky Wrapper */
.is-sticky .fwzi-header {
  padding: 15px 0;
  background: #ffffff;
  -webkit-transition: padding ease .3s;
  -ms-transition: padding ease .3s;
  transition: padding ease .3s;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.sticky-wrapper {
  -webkit-transition: height ease .3s;
  -ms-transition: height ease .3s;
  transition: height ease .3s;
}
/* 2. Headers */
.fwzi-header {
  padding: 28px 0;
}
/* 3. Brand Logo */
.fwzi-brand {
  float: left;
  padding-top: 11px;
}
.fwzi-brand a img.default-logo {display: inline-block;}
.fwzi-brand a img.retina-logo {display: none;}
a .text-logo {
  color: #212121;
  font-size: 30px;
  line-height: 25px;
  font-weight: 700;

  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
a .text-logo:hover {
  color: #00aeff;

  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}

/* Retina Logo - Active */
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi),
only screen and (min-resolution:1.5dppx) {
 .fwzi-brand a img.default-logo {display: none;}
 .fwzi-brand a img.retina-logo {display: inline-block;}
}
/* 4. Navigation */
/* Fwzi Menu */
span.caret {
  display: none;
}
.fwzi-menu {
  float: right;
}
.fwzi-menu .fwzi-btn {
  vertical-align: middle;
  min-width: 110px;
  padding: 13px 21px 12px;
  margin-left: 17px;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.42857;
}
.fwzi-toggle {
  display: none;
  width: 26px;
  height: 14px;
  margin-top: 5px;
}
.fwzi-toggle .toggle-separator {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 6px;
  background: #212121;
  position: relative;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.fwzi-toggle .toggle-separator:before, .fwzi-toggle .toggle-separator:after {
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #212121;
  content: "";
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 1;
}
.fwzi-toggle .toggle-separator:after {
  top: 6px;
}
.fwzi-toggle.active .toggle-separator {
  background: none;
}
.fwzi-toggle.active .toggle-separator:before {
  -webkit-transform: translateY(6px) rotateZ(-45deg);
  -ms-transform: translateY(6px) rotateZ(-45deg);
  transform: translateY(6px) rotateZ(-45deg)
}
.fwzi-toggle.active .toggle-separator:after {
  -webkit-transform: translateY(-6px) rotateZ(45deg);
  -ms-transform: translateY(-6px) rotateZ(45deg);
  transform: translateY(-6px) rotateZ(45deg)
}
/* Fwzi Slide Cpation */
.fwzi-slide-cpation {
  height: 100%;
  background: rgba(12, 19, 30, 0.3);
  color: #ffffff;
}
.fwzi-slide-cpation.right .slide-cpation-wrap {
  float: right;
  width: 580px;
  text-align: right;
}
.fwzi-slide-cpation.right .slide-cpation-wrap h2 {
  font-size: 45px;
}
.fwzi-slide-cpation.right .slide-cpation-wrap .fwzi-btn {
  margin: 0 0 0 15px;
}
.fwzi-slide-cpation.center .slide-cpation-wrap {
  width: 780px;
  margin: 0 auto;
  text-align: center;
}
.fwzi-slide-cpation.center .slide-cpation-wrap .fwzi-btn {
  margin: 0 7px;
}
.slide-cpation-wrap {
  width: 550px;
}
.slide-cpation-wrap h2 {
  font-size: 40px;
  line-height: 55px;
}
.slide-cpation-wrap .fwzi-btn {
  margin-right: 16px;
}
.slide-cpation-title {
  padding-bottom: 44px;
  letter-spacing: -0.2px;
}
/* Fwzi Features */
.fwzi-features {
  padding: 109px 0 120px;
  text-align: center;
}
.fwzi-features .fwzi-btns-group {
  padding-top: 0;
}
.section-title-wrap {
  width: 660px;
  padding-bottom: 74px;
  margin: 0 auto;
  text-align: center;
}
.case-studies-single .section-title {
  padding-bottom: 11px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.case-studies-single .section-title-wrap h2 {
  font-size: 36px;
  line-height: 45px;
}
.section-title-wrap h2 {
  font-size: 36px;
  line-height: 45px;
}
.section-title-wrap h5 {
  line-height: 24px;
}
.section-title {
  padding-bottom: 11px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.section-subtitle {
  color: #777777;
  font-weight: 300;
  letter-spacing: 0.2px;
  position: relative;
}
.section-subtitle:after {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  margin: 0 auto;
  background: #00bfa5;
  content: "";
  z-index: 1;
}
h5.section-subtitle.no-after:after {
  content: none;
}
.fwzi-style-left.section-title-wrap {
  width: auto;
  padding-bottom: 52px;
  text-align: left;
}
.fwzi-style-left.section-title-wrap h2 {
  font-size: 28px;
  line-height: 36px;
}
.fwzi-style-left .section-title {
  padding-bottom: 17px;
  font-weight: 400;
}
.fwzi-style-left .section-subtitle {
  padding-bottom: 4px;
  font-weight: 400;
}
.fwzi-style-left .section-subtitle:after {
  margin: 0;
}
.feature-item {
  padding: 0 20px 42px;
  text-align: center;
}
.feature-item p {
  line-height: 24px;
}
.feature-item .fwzi-icon {
  padding-bottom: 38px;
}
.feature-title {
  padding-bottom: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
/* Fwzi Seo Score */
.fwzi-seo-score {
  color: #ffffff;
}
.fwzi-seo-score ::-webkit-input-placeholder {
  color: #ffffff;
}
.fwzi-seo-score ::-moz-placeholder {
  color: #ffffff;
}
.fwzi-seo-score :-ms-input-placeholder {
  color: #ffffff;
}
.fwzi-seo-score :-moz-placeholder {
  color: #ffffff;
}
.fwzi-seo-score input[type="text"], .fwzi-seo-score input[type="email"], .fwzi-seo-score input[type="password"], .fwzi-seo-score input[type="tel"], .fwzi-seo-score input[type="search"], .fwzi-seo-score input[type="date"], .fwzi-seo-score input[type="time"], .fwzi-seo-score input[type="datetime-local"], .fwzi-seo-score input[type="month"], .fwzi-seo-score input[type="url"], .fwzi-seo-score input[type="number"], .fwzi-seo-score textarea, .fwzi-seo-score select, .fwzi-seo-score .form-control {
  height: 60px;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 14px;
  border: 2px solid rgba(120, 146, 188, 0.08);
}
.fwzi-seo-score input[type="submit"] {
  min-width: 100%;
  height: 60px;
  background-color: #ffffff;
  color: #212121;
  font-size: 14px;
  border-color: transparent;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.fwzi-seo-score input[type="submit"]:hover, .fwzi-seo-score input[type="submit"]:focus {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.fwzi-seo-score .section-title-wrap {
  padding-bottom: 24px;
}
.fwzi-seo-score .section-title-wrap h2 {
  font-size: 34px;
}
.fwzi-seo-score .section-title {
  padding-bottom: 5px;
  letter-spacing: -0.2px;
}
.fwzi-seo-score .section-subtitle {
  color: #ffffff;
}
.fwzi-seo-score .section-subtitle:after {
  display: none;
}
/* Fwzi Increase Revenue */
.fwzi-increase-revenue {
  padding: 120px 0 129px;
  background: #f9f9f9;
}
.revenue-info h2 {
  font-size: 32px;
}
.revenue-info {
  padding-right: 115px !important;
}
.revenue-title {
  padding-bottom: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  letter-spacing: -0.1px;
}
.revenue-score {
  display: block;
  overflow: hidden;
  clear: both;
  padding-top: 5px;
}
.score-item {
  float: left;
  width: 203px;
}
.score-item h3 {
  font-size: 65px;
  line-height: 65px;
}
.score-item.down-score .score-number:after {
  color: #ed4f3e;
  content: "\f175";
}
.score-item h4 {
  font-size: 16px;
  line-height: 24px;
}
.score-number {
  padding-bottom: 11px;
  color: #cccccc;
  font-family: 'Lato', sans-serif;
  letter-spacing: -0.5px;
}
.score-number:after {
  position: relative;
  bottom: 4px;
  left: -2px;
  padding-left: 12px;
  color: #0094d9;
  font: normal normal normal 25px/1.42857 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f176";
}
.score-number sub {
  left: -2px;
  color: #aaaaaa;
  font-weight: 900;
  font-size: 18px;
}
.score-title {
  font-family: 'Roboto', sans-serif;
}
/* Fwzi Projects */
.fwzi-projects .section-title-wrap {
  padding-bottom: 65px;
}
.project-item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px;
  width: 100%;
}
.project-item h6 {
  font-size: 14px;
}
.project-item .fwzi-image {
  position: relative;
  overflow: hidden;
  clear: both;
}
.project-item .fwzi-image img {
  width: 100%;
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
  -ms-transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
}
.project-title {
  padding: 36px 36px 34px;
  font-weight: 500;
  letter-spacing: 0.2px;
  font-family: "Poppins", Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #f3f3f3;
}
.project-links {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 191, 165, 0.8);
  font-size: 13px;
  line-height: 42px;
  text-align: center;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
  -ms-transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
  z-index: 1;
}
.project-links a {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin: 0 3px;
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.project-links a:hover {
  background: rgba(255, 255, 255, 0.5);
}
.project-links .popup-image {
  display: inline-block;
}
.fwzi-btns-group {
  padding-top: 20px;
  text-align: center;
}
.fwzi-btns-group .fwzi-btn {
  margin: 0 5px;
}
/* Fwzi Status */
.fwzi-overlay-pattern {
  float: left;
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute !important;
  top: 0;
  left: 0;
}
.fwzi-status {
  background-color: #152033;
  background-image: url(../images/backgrounds/background1.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  text-align: center;
}
.status-wrap {
  padding: 117px 0 70px;
  background: rgba(21, 32, 51, 0.6);
}
.status-item {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  text-align: center;
}
.status-item h2 {
  font-size: 60px;
  line-height: 70px;
}
.status-item h5 {
  font-size: 15px;
}
.status-item .fwzi-counter {
  display: inline-block;
  padding-bottom: 0;
}
.fwzi-counter {
  font-weight: 500;
}
.counter-type {
  display: inline-block;
  font-weight: 500;
  font-size: 60px;
  line-height: 70px;
}
.status-title {
  padding-top: 12px;
}
/* Fwzi Process */
.fwzi-process {
  text-align: center;
  border-bottom: 1px solid #f2f2f2;
}
.fwzi-process .fwzi-btns-group {
  padding-top: 62px;
}
.process-item {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  padding: 0 10px;
  margin: 0 -2px;
}
.process-item:nth-child(3n) .process-icon-wrap:after {
  right: -87px;
}
.process-item:last-child .process-icon-wrap:after {
  display: none;
}
.process-item .process-icon-wrap {
  display: inline-block;
  vertical-align: middle;
  width: 167px;
  height: 167px;
  padding: 7px;
  border: 1px dashed #b6b7b7;
  position: relative;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.process-item .big .process-icon-wrap {
  width: 237px;
  height: 237px;
}
.process-item .medium .process-icon-wrap {
  width: 193px;
  height: 193px;
}
.process-item .process-icon-wrap:after {
  position: absolute;
  top: 50%;
  right: -76px;
  width: 60px;
  height: 1px;
  border-top: 1px dashed #212121;
  content: "";
  z-index: 1;
}
.process-item .process-icon-inner {
  display: block;
  height: 100%;
  width: 100%;
  background: #f7f7f7;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.process-info {
  padding-top: 30px;
}
.process-info p {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.2px;
}
.process-info h5 {
  font-size: 16px;
  line-height: 24px;
}
.process-title {
  padding-bottom: 8px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: -0.2px;
}
/* Fwzi Plans */
.fwzi-plans {
  padding: 110px 0 56px;
}
.fwzi-plans .row {
  margin: 0 -22px;
}
.fwzi-plans [class*="col-"] {
  padding: 0 22px;
}
.plan-item {
  margin-bottom: 44px;
  border: 1px solid #ececec;
  text-align: center;
}
.plan-item.fwzi-hover .fwzi-btn-green-border {
  background-color: #00bfa5;
  color: #ffffff;
  border-color: transparent;
}
.plan-item.fwzi-hover .fwzi-btn-blue-border {
  background-color: #518ff5;
  color: #ffffff;
  border-color: transparent;
}
.plan-item.fwzi-hover .fwzi-btn-orange-border {
  background-color: #e95e42;
  color: #ffffff;
  border-color: transparent;
}
.plan-item.fwzi-hover .fwzi-btn {
  background-color: #00aeff;
  color: #ffffff;
}
.plan-top-wrap {
  padding: 53px 40px 38px;
  border-bottom: 1px solid #ececec;
  position: relative;
}
.plan-top-wrap h2 {
  font-size: 70px;
  line-height: 70px;
}
.plan-top-wrap h4 {
  font-size: 20px;
  line-height: 26px;
}
.plan-title {
  padding-bottom: 5px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.plan-subtitle {
  padding-bottom: 13px;
  color: #777777;
  font-weight: 300;
  letter-spacing: 0.3px;
}
.plan-price {
  font-family: 'Roboto', sans-serif;
}
.plan-price sup {
  top: -35px;
  padding-right: 5px;
  font-size: 18px;
}
.plan-price sub {
  padding-left: 1px;
  font-size: 11px;
  text-transform: uppercase;
}
.plan-type {
  position: absolute;
  bottom: -10px;
  left: 50%;
  padding: 3px 16px 2px;
  margin: 0 auto;
  background: #e5e5e5;
  color: #777777;
  font-size: 11px;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.plan-info {
  padding: 44px 40px 54px;
}
.plan-info ul {
  padding: 0;
  margin: 0;
  color: #777777;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  list-style: none;
}
.plan-info ul li {
  padding-bottom: 29px;
}
.plan-info .fwzi-btn {
  margin-top: 16px;
}
/* Fwzi Testimonial */
.fwzi-testimonial {
  text-align: center;
  position: relative;
}
.testimonial-wrap {
  color: #ffffff;
}
.slider-wrap .testimonial-wrap {
  color: #212121;
}
.testimonial-wrap p {
  color: #ffffff;
  font-weight: 300;
  font-size: 20px;
  line-height: 38px;
}
.testimonial-wrap .section-title-wrap {
  padding-bottom: 18px;
}
.testimonial-wrap .section-title-wrap h2 {
  font-size: 30px;
}
.testimonial-wrap .section-title {
  font-weight: 400;
}
.testimonial-wrap .section-subtitle {
  color: #ffffff;
}
.quote-author {
  padding: 15px 0 0;
  font-weight: 500;
}
.carousel {
  padding-bottom: 35px;
}
.carousel .quote-author {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.carousel.fadeslide .carousel-inner {
  overflow: visible;
  position: static;
}
@keyframes opac {
  from {
    opacity:0;
  } to {
    opacity:1;
  }
}
@keyframes opaci {
  from {
    opacity:1;
  } to {
    opacity:0;
  }
}
.carousel.fadeslide .item {
  position: static;
  opacity: 0;
  -webkit-perspective: none;
  perspective: none;
  -webkit-transform: none;
  transform: none;
  animation:opaci 0.3s ease-in-out;
}
.carousel.fadeslide .item.active {
  opacity: 1;
  animation:opac 0.3s ease-in-out;
}
/* Fwzi Blog */
.fwzi-blog {
  display: inline-block;
  width: 100%;
}
.fwzi-blog .section-title-wrap {
  padding-bottom: 65px;
}
.fwzi-blog .blog-item {
  margin-bottom: 30px;
  background: #ffffff;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.fwzi-blog .blog-item .fwzi-image img {
  -webkit-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.fwzi-blog .blog-item .fwzi-image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.02);
  content: "";
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 1;
}
.blog-item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 65px;
  width: 100%;
}
.blog-item .fwzi-image {
  position: relative;
  overflow: hidden;
  clear: both;
  text-align: center;
}
.blog-item .fwzi-image img {
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
  -ms-transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
}
.fwzi-blog .blog-info {
  padding: 21px 28px 13px;
}
.fwzi-blog .blog-title {
  padding-bottom: 9px;
}
.fwzi-blog .blog-meta {
  font-family: 'Roboto', sans-serif;
}
.blog-item h4 {
  font-size: 17px;
}
.blog-item h6 {
  font-size: 13px;
}
.blog-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.blog-meta {
  color: #777777;
  font-family: 'Lato', sans-serif;
}
.blog-meta a {
  color: #00aeff;
}
.blog-meta a:hover {
  color: #00aeff;
}
/* Fwzi Clients */
.fwzi-client-slider {
  text-align: center;
}
.fwzi-client-slider .fwzi-image {
  padding: 0 15px;
}
.fwzi-client-slider .fwzi-image img {
  opacity: 0.25;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.fwzi-client-slider .fwzi-image img:hover {
  opacity: 1;
}
/* Fwzi Callout */
.fwzi-callout {
  color: #ffffff;
}
.fwzi-callout h3 {
  font-size: 26px;
  line-height: 34px;
}
.fwzi-callout .fwzi-btn-white {
  color: #212121;
  min-width: 170px;
}
.fwzi-callout .fwzi-btn-white:hover, .fwzi-callout .fwzi-btn-white:focus {
  color: #ffffff;
}
.callout-title {
  padding-bottom: 0;
  font-family: 'Roboto', sans-serif;
}
/* Fwzi Home V2 Page */
/* Fwzi Services */
.fwzi-services {
  padding: 110px 0 25px;
}
.service-item {
  padding: 56px 20px 53px;
  margin-bottom: 37px;
  text-align: center;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.service-info {
  padding-top: 20px;
}
.service-info h4 {
  font-size: 20px;
  line-height: 30px;
}
.service-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.feature-item .service-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  padding-bottom: 13px;
}
.learn-more {
  padding-top: 19px;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.learn-more a {
  color: #518ff5;
}
.learn-more a:hover {
  color: #212121;
}
/* Fwzi Seo Score, Score Style Two */
.fwzi-seo-score.score-style-two {
  background: #00bfa5;
}
.fwzi-seo-score.score-style-two input[type="text"], .fwzi-seo-score.score-style-two input[type="email"], .fwzi-seo-score.score-style-two input[type="password"], .fwzi-seo-score.score-style-two input[type="tel"], .fwzi-seo-score.score-style-two input[type="search"], .fwzi-seo-score.score-style-two input[type="date"], .fwzi-seo-score.score-style-two input[type="time"], .fwzi-seo-score.score-style-two input[type="datetime-local"], .fwzi-seo-score.score-style-two input[type="month"], .fwzi-seo-score.score-style-two input[type="url"], .fwzi-seo-score.score-style-two input[type="number"], .fwzi-seo-score.score-style-two textarea, .fwzi-seo-score.score-style-two select, .fwzi-seo-score.score-style-two .form-control {
  border-color: rgba(26, 157, 139, 0.25);
}
/* Fwzi Optimization */
.fwzi-optimization {
  padding: 110px 0 150px;
}
.fwzi-optimization .section-title {
  letter-spacing: -0.1px;
}
.fwzi-optimization .align-column-wrap {
  padding: 0 50px 168px;
}
.fwzi-optimization .align-column-wrap:last-child {
  padding-bottom: 0;
}
.second-child .optimization-info {
  padding: 0 0 0 30px;
}
.optimization-info {
  padding-right: 30px;
}
.optimization-info p {
  line-height: 28px;
}
.optimization-info h2 {
  line-height: 38px;
}
.optimization-info .fwzi-btn {
  margin-top: 20px;
}
.optimization-title {
  padding-bottom: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  letter-spacing: -0.2px;
}
/* Fwzi Callout, Callout Style Two */
.fwzi-callout.callout-style-two {
  padding: 60px 0;
}
.fwzi-callout.callout-style-two h3 {
  font-size: 27px;
}
/* Fwzi Increase Revenue, Revenue Style Two */
.fwzi-increase-revenue.revenue-style-two {
  padding: 96px 0 84px;
  background: #f7f7f7;
}
.revenue-style-two .revenue-info {
  padding-right: 100px;
}
.revenue-style-two .revenue-info h2 {
  font-size: 29px;
  line-height: 38px;
}
.revenue-style-two .revenue-title {
  padding-bottom: 22px;
  letter-spacing: normal;
}
.revenue-style-two .revenue-score {
  padding-top: 10px;
}
.revenue-style-two .score-number {
  padding-bottom: 5px;
}
.revenue-style-two .score-number sub {
  font-size: 30px;
}
.revenue-style-two .score-item h3 {
  font-size: 120px;
  line-height: 100px;
}
.revenue-style-two .score-title {
  letter-spacing: -0.1px;
}
.search-result-wrap {
  padding: 46px 43px 38px;
  background: #eeeeee;
}
.search-result-wrap p {
  line-height: 24px;
}
.search-result-wrap h3 {
  line-height: 32px;
}
.search-result-wrap ul {
  padding: 15px 0 0;
  margin: 0;
  color: #666666;
  line-height: 18px;
  list-style: none;
}
.search-result-wrap ul li {
  padding-bottom: 18px;
}
.search-result-title {
  padding-bottom: 21px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: -0.2px;
}
/* Fwzi Members */
section.fwzi-members-single .member-info {
  padding: 0;
  border: none;
  text-align: left;
}
section.fwzi-members-single .member-item {
  width: 100%;
  padding-bottom: 0;
}
section.fwzi-members-single .member-item .fwzi-image {
  margin-bottom: 30px;
}
section.fwzi-members-single .team-single-detail {
  text-align: left;
  margin-bottom: 30px;
  padding: 0 0 0 20px;
}
section.fwzi-members-single .member-info h4.member-name {
  font-size: 24px;
}
section.fwzi-members-single .fwzi-social.rounded a {
  background: rgb(190, 190, 190);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
section.fwzi-members-single .fwzi-social.rounded a:hover {
  background: rgba(0, 174, 255, 0.7);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.fwzi-members .section-title-wrap {
  padding-bottom: 65px;
}
.member-item {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 30px;
  text-align: center;
}
.member-item .fwzi-image {
  position: relative;
  overflow: hidden;
  clear: both;
}
.member-item .fwzi-image img {
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
  -ms-transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
}
.member-social-links {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 25px;
  background: rgba(21, 32, 51, 0.5);
  opacity: 0;
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
  -ms-transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
  z-index: 1;
}
.member-social-links .social-wrap {
  position: relative;
  top: -50px;
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
  -ms-transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
}
.member-info {
  padding: 20px 20px 13px;
  border: 1px solid #ececec;
}
.member-info h4, .member-info h6 {
  line-height: 24px;
}
.member-name {
  padding-bottom: 2px;
  font-weight: 300;
}
.member-designation {
  padding-bottom: 5px;
  color: #518ff5;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
/* Fwzi Testimonial, Testimonial Style Two */
.fwzi-testimonial.testimonial-style-two {
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonial-style-two .fwzi-container {
  width: 650px;
}
.testimonial-style-two .quote-author {
  padding-top: 4px;
}
.testimonial-wrap .fwzi-slider .fwzi-image {
  padding-bottom: 26px;
}
.slider-wrap .testimonial-wrap .fwzi-slider .fwzi-image {
  padding-bottom: 0;
}
.testimonial-wrap .fwzi-slider .fwzi-image img {
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.testimonial-wrap .fwzi-slider p {
  font-size: 30px;
  line-height: 45px;
}
.slider-wrap .testimonial-wrap .fwzi-slider p {
  font-size: 14px;
  color: #777777;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
}
.testimonial-wrap a {
  color: #fff;
}
.testimonial-wrap a:hover {
  color: #212121;
}
.testimonial-style-two .testimonial-wrap a {
  color: #fff;
}
.testimonial-style-two .testimonial-wrap a:hover {
  color: #518ff5;
}
.slider-wrap .testimonial-wrap a {
  color: #212121;
}
.slider-wrap .testimonial-wrap a:hover {
  color: #518ff5;
}
/* Fwzi Seo Books */
.fwzi-seo-books .row {
  margin: 0 -25px;
}
.fwzi-seo-books [class*="col-"] {
  padding: 0 25px;
}
.fwzi-seo-books .section-title-wrap {
  padding-bottom: 64px;
}
.fwzi-seo-books .section-title-wrap h2 {
  font-size: 34px;
}
.fwzi-seo-books .section-title {
  padding-bottom: 9px;
}
.books-item {
  display: block;
  overflow: hidden;
  clear: both;
  padding: 30px 0 19px 35px;
  margin-bottom: 50px;
  border: 1px solid #ececec;
}
.books-item .fwzi-image {
  float: left;
}
.book-info {
  display: block;
  overflow: hidden;
  padding: 10px 0 0 30px;
}
.book-info p {
  line-height: 28px;
}
.book-info h3 {
  font-size: 23px;
}
.book-info-wrap {
  padding-right: 40px;
}
.book-title {
  padding-bottom: 15px;
  font-family: 'Roboto', sans-serif;
}
.book-author {
  display: block;
  overflow: hidden;
  clear: both;
  padding: 21px 30px 0 0;
  margin-top: 15px;
  color: #777777;
  font-size: 12px;
  border-top: 1px solid #ececec;
}
.book-author a {
  color: #777777;
}
.book-author .pull-right a {
  color: #00aeff;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.book-author .pull-right a:hover {
  color: #212121;
}
/* Fwzi Clients, Clients Style Two */
.fwzi-clients.clients-style-two {
  padding: 67px 0;
}
/* Fwzi Callout, Callout Style Three */
.fwzi-callout.callout-style-three {
  background-color: #00bfa5;
}
.callout-style-three .callout-title {
  letter-spacing: -0.2px;
}
/* Fwzi Home V3 Page */
/* Fwzi Banner */
.fwzi-banner {
  overflow: hidden;
  clear: both;
  height: 750px;
  background-position: 50% 50%;
  background-repeat: repeat;
}
.fwzi-banner-caption {
  height: 100%;
}
.fwzi-banner-caption .container {
  height: 100%;
  position: relative;
}
.fwzi-banner-caption .fwzi-image {
  position: absolute;
  bottom: 0;
  right: -57px;
  z-index: 1;
}
.fwzi-toggle-align .banner-caption-wrap {
  float: right;
  text-align: right;
}
.fwzi-toggle-align.fwzi-banner-caption .fwzi-image {
  left: 0;
}
.fwzi-toggle-align .banner-caption-wrap .analyze-form {
  float: right;
}
.banner-caption-wrap {
  position: relative;
  top: 50%;
  width: 520px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.banner-caption-wrap p {
  color: #666666;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: -0.1px;
}
.banner-caption-wrap h1 {
  font-size: 48px;
  line-height: 56px;
  padding-bottom: 18px;
  font-weight: 500;
  letter-spacing: -0.3px;
  font-family: "Poppins", Arial, sans-serif;
}
.analyze-form {
  display: block;
  overflow: hidden;
  clear: both;
  width: 470px;
  padding: 16px 0 6px;
}
.analyze-form input[type="text"], .analyze-form input[type="email"], .analyze-form input[type="url"] {
  float: left;
  width: 78%;
  height: 60px;
  padding: 15px 22px;
  margin-bottom: 0 !important;
  font-size: 12px;
  border-color: #fff;
  box-shadow: none;
}
.analyze-form span.wpcf7-not-valid-tip {
  display: none !important;
}
.analyze-form input.wpcf7-not-valid {
  border-color: red;

  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.analyze-form textarea.wpcf7-not-valid {
  border-color: red;

  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.banner-caption-wrap form div.wpcf7-response-output {
  margin: 0 50px 0 0px;
}
.analyze-form input[type="submit"] {
  float: left;
  width: 22%;
  min-width: 10px;
  height: 60px;
  padding: 10px;
  background-color: #00bfa5;
  color: #ffffff;
  margin-bottom: 0 !important;
  font-size: 12px;
  border-color: transparent;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.analyze-form input[type="submit"]:hover, .analyze-form input[type="submit"]:focus {
  background-color: #518ff5;
}
/* Fwzi Services, Services Style Two */
.fwzi-services.services-style-two {
  padding-bottom: 83px;
}
/* Fwzi Features, Features Style Two */
.fwzi-features.features-style-two {
  padding: 0;
  background: #f5f5f5;
}
.feature-links {
  background: #518ff5;
}
.feature-links .nav-tabs {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  background: none;
  border-bottom: none;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.feature-links .nav-tabs > li {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}
.feature-links .nav-tabs > li.active > a:after {
  bottom: -15px;
  opacity: 1;
}
.feature-links .nav-tabs > li > a {
  min-width: 169px;
  padding: 52px 25px 31px;
  margin-right: 0;
  background: none;
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
  border: none;
}
.feature-links .nav-tabs > li.active > a, .feature-links .nav-tabs > li.active > a:focus, .feature-links .nav-tabs > li.active > a:hover {
  background: none;
  color: #ffffff;
  border: none;
}
.feature-links .nav-tabs > li > a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  border-top: 17px solid #518ff5;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  content: "";
  opacity: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
  -ms-transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
  z-index: 1;
}
.feature-links .nav-tabs > li > a > .feature-title {
  display: block;
  padding-top: 9px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
.feature-info {
  padding: 109px 0 93px;
  text-align: left;
}
.feature-info-wrap {
  text-align: left;
}
.feature-info p {
  padding-bottom: 26px;
}
.feature-info-wrap h2 {
  font-size: 33px;
}
.feature-info h2 {
  font-weight: 300;
  font-size: 33px;
  padding-bottom: 21px;
}
.feature-info-wrap .feature-title {
  padding-bottom: 21px;
  font-weight: 300;
}
.feature-info-wrap .fwzi-btns-group {
  padding-top: 11px;
  text-align: left;
}
/* Fwzi Features, Features Style Four */
.fwzi-callout.callout-style-four {
  text-align: center;
}
.fwzi-callout.callout-style-four h3 {
  font-size: 38px;
  line-height: 45px;
}
.fwzi-callout.callout-style-four .callout-title {
  padding-bottom: 13px;
  font-weight: 300;
}
.fwzi-callout.callout-style-four .fwzi-btn {
  margin: 0 5px;
}
.callout-subtitle {
  padding-bottom: 32px;
  letter-spacing: 0.2px;
}
/* Fwzi Testimonial, Testimonial Style Three */
.fwzi-testimonial.testimonial-style-three {
  text-align: left;
}
.testimonial-wrap .fwzi-slider .testimonial-item p {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.1px;
}
.testimonial-item {
  padding-top: 35px;
  position: relative;
}
.testimonial-item:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 60px;
  line-height: 72px;
  content: "”";
  z-index: 1;
}
.testimonial-item .fwzi-image img {
  margin-right: 7px;
}
.testimonial-wrap .fwzi-slider .testimonial-item .fwzi-image {
  padding: 6px 0 0;
}
/* Fwzi Blog, Blog Style Two */
.fwzi-blog.blog-style-two {
  padding-bottom: 0;
  background: #ffffff;
}
.fwzi-blog.blog-style-two .blog-item {
  margin-bottom: 30px;
  background: #f6f6f6;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
/* Fwzi About Page */
/* Fwzi Features, Features Style Three */
.fwzi-features.features-style-three {
  border-bottom: 1px solid #ececec;
}
/* 5. Page Title */
.fwzi-page-title {
  background-color: #00bfa5;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.page-title-wrap {
  color: #ffffff;
}
.page-title-wrap h1 {
  font-size: 40px;
}
.page-title {
  padding-bottom: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  letter-spacing: -0.2px;
}
/* Fwzi Process, Process Style Two */
.fwzi-process.process-style-two {
  border-bottom: none;
}
/* Fwzi Difference */
.fwzi-difference .fwzi-image {
  position: relative;
  overflow: hidden;
  clear: both;
}
.fwzi-difference .fwzi-image img {
  width: 100%;
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
  -ms-transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
}
.difference-wrap {
  float: right;
  width: 585px;
  padding: 80px 50px 80px 0;
}
.difference-wrap h2 {
  line-height: 45px;
}
.difference-wrap-title {
  padding-bottom: 21px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.difference-item {
  clear: both;
  width: 70%;
  padding-top: 27px;
}
.difference-item:last-child p {
  padding-bottom: 0;
}
.difference-item .fwzi-icon {
  float: left;
  padding-top: 6px;
}
.difference-info {
  display: block;
  overflow: hidden;
  padding-left: 22px;
}
.difference-info p {
  line-height: 22px;
}
.difference-info h4 {
  line-height: 24px;
}
.difference-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
/* Fwzi Clients, Clients Style Three */
.fwzi-clients.clients-style-three {
  padding: 90px 0 100px;
}
/* Fwzi Services Details 1 Page */
/* Fwzi Optimization, Optimization Style Two */
.fwzi-optimization.optimization-style-two {
  padding: 109px 0 160px;
}
.optimization-style-two .section-title-wrap {
  padding-bottom: 117px;
}
.optimization-style-two .section-title-wrap h2 {
  font-size: 34px;
  line-height: 38px;
}
.optimization-style-two .section-title-wrap h5 {
  line-height: 26px;
}
.optimization-style-two .section-title {
  padding-bottom: 15px;
}
.optimization-style-two .section-subtitle {
  padding-bottom: 13px;
  letter-spacing: 0;
}
.fwzi-optimization.optimization-style-two .align-column-wrap {
  padding-bottom: 144px;
}
.fwzi-optimization.optimization-style-two .align-column-wrap:last-child {
  padding-bottom: 0;
}
.optimization-style-two .optimization-title {
  letter-spacing: 0;
}
/* Fwzi Services, Services Style Three */
.fwzi-services.services-style-three {
  padding: 90px 0 46px;
  background: #f7f7f7;
}
.services-style-three .service-item {
  padding: 0 0 30px;
  margin-bottom: 0;
  background: none;
  text-align: left;
}
.services-style-three .service-item .fwzi-icon {
  float: left;
}
.services-style-three .service-item .fwzi-icon .icons {
  display: block;
  width: 70px;
  height: 70px;
  padding: 10px;
  background: #00b4fa;
  color: rgba(44, 51, 63, 0.85);
  font-size: 35px;
  line-height: 50px;
  text-align: center;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.services-style-three .service-item .fwzi-icon .icons.icon-graph {
  background: #fbbc05;
}
.services-style-three .service-item .fwzi-icon .icons.icon-anchor {
  background: #00bfa5;
}
.services-style-three .service-info {
  display: block;
  overflow: hidden;
  padding: 0 0 0 20px;
}
.services-style-three .service-info p {
  font-size: 13px;
  line-height: 24px;
}
.services-style-three .service-info h4 {
  font-size: 18px;
  line-height: 24px;
}
.services-style-three .service-title {
  padding-bottom: 8px;
  font-weight: 400;
}
/* Fwzi Tutorial */
.fwzi-tutorial {
  color: #ffffff;
}
.fwzi-tutorial p {
  padding-bottom: 0;
  color: #ffffff;
}
.fwzi-tutorial h2 {
  font-size: 34px;
  line-height: 40px;
}
.tutorial-title {
  padding-bottom: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: -0.2px;
}
.play-btn {
  display: inline-block;
  vertical-align: middle;
  width: 90px;
  height: 90px;
  background: #f6f6f6;
  color: #518ff5;
  text-align: center;
  position: relative;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.play-btn:hover {
  background: #00bfa5;
  color: #ffffff;
}
.play-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 26px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
/* Fwzi Free Audit */
.fwzi-free-audit label {
  margin-bottom: 25px !important;
  width: 100%;
  color: #888888;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  letter-spacing: 0;
}
.fwzi-free-audit textarea,
.fwzi-free-audit input {
  margin-bottom: 0 !important;
  margin-top: 11px;
}
.fwzi-free-audit span.wpcf7-not-valid-tip {
  display: none !important;
}
.fwzi-free-audit input.wpcf7-not-valid {
  border-color: red;

  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.fwzi-free-audit textarea.wpcf7-not-valid {
  border-color: red;

  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.fwzi-free-audit p {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  line-height: 28px;
  color: #999999;
}
.fwzi-free-audit form input, .fwzi-free-audit form textarea, .fwzi-free-audit form select {
  margin-bottom: 16px;
}
.fwzi-free-audit textarea {
  height: 115px;
  margin-bottom: 5px;
}
.fwzi-free-audit input[type="submit"] {
  min-width: 220px;
  padding: 15px 25px 13px;
  margin: 31px 0 25px;
  background-color: #00b4fa;
  color: #ffffff;
  font-weight: 600;
  border-color: transparent;
  display: block;
  font-size: 13px;
}
.fwzi-free-audit input[type="submit"]:hover, .fwzi-free-audit input[type="submit"]:focus {
  background-color: transparent;
  color: #00b4fa;
  border-color: #00b4fa;
}
.fwzi-free-audit .section-title-wrap {
  padding-bottom: 56px;
}
.fwzi-free-audit .section-title-wrap h2 {
  font-size: 34px;
  line-height: 40px;
}
.fwzi-free-audit .section-title {
  padding-bottom: 17px;
  letter-spacing: -0.2px;
}
.fwzi-free-audit .section-subtitle {
  padding-bottom: 4px;
  font-weight: 400;
}
.fwzi-free-audit .slider-wrap {
  padding-top: 9px;
}
.slider-wrap {
  padding-left: 100px;
}
.slider-wrap .quote-author {
  display: table;
  padding-top: 21px;
  text-align: left;
}
.slider-wrap .quote-author .fwzi-image, .quote-author-info {
  display: table-cell;
  vertical-align: middle;
}
.slider-wrap .quote-author img {
  margin-right: 13px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.testimonial-item-wrap {
  padding: 53px 40px 48px 47px;
  background: #eeeeee;
  text-align: left;
  position: relative;
}
.testimonial-item-wrap:before {
  position: absolute;
  top: 58px;
  left: 34px;
  color: #777777;
  font-size: 31px;
  line-height: 26px;
  letter-spacing: 0.05px;
  content: "“";
  z-index: 1;
}
.testimonial-item-wrap p {
  padding-bottom: 8px;
  letter-spacing: 0.05px;
}
.fwzi-rating {
  color: #eeb511;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.05px;
}
.author-name {
  padding-bottom: 0;
  font-family: 'Roboto', sans-serif;
}
.author-designation {
  padding: 5px 0 0;
  color: #555555;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
/* Fwzi Services Details 2 Page */
/* Fwzi Increase Revenue, Revenue Style Three */
.fwzi-increase-revenue.revenue-style-three {
  padding: 121px 0 158px;
  background: #ffffff;
}
/* Fwzi Status, Status Style Two */
.fwzi-status.status-style-two {
  background: none;
}
.status-style-two .status-wrap {
  padding: 85px 0 34px;
  background: #00bfa5;
}
.status-style-two .status-title {
  padding-top: 10px;
}
/* Fwzi Free Audit, Audit Style Two */
.fwzi-free-audit.audit-style-two {
  padding: 111px 0 118px;
  background: #f7f7f7;
}
.fwzi-free-audit.audit-style-two .section-title {
  font-weight: 400;
}
/* Fwzi Advertising */
.fwzi-advertising {
  padding: 108px 0 100px;
  text-align: center;
}
.fwzi-advertising .row {
  margin: 0;
}
.fwzi-advertising [class*="col-"] {
  padding: 0;
}
.fwzi-advertising .section-title-wrap {
  padding-bottom: 67px;
}
.fwzi-advertising .section-title-wrap h2 {
  font-size: 34px;
  line-height: 38px;
}
.fwzi-advertising .section-title {
  padding-bottom: 15px;
}
.fwzi-advertising .section-subtitle {
  padding-bottom: 13px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0;
}
.fwzi-advertising .fwzi-btns-group {
  padding-top: 70px;
}
.fwzi-advertising .fwzi-btns-group .fwzi-btn {
  padding: 15px 28px 12px;
  margin: 0;
}
.fwzi-advertising .fwzi-btns-group .fwzi-btn-white {
  color: #00b4fa;
}
.fwzi-advertising .fwzi-btns-group .fwzi-btn-white:hover, .fwzi-advertising .fwzi-btns-group .fwzi-btn-white:focus {
  background-color: #00b4fa;
  color: #ffffff;
  border-color: transparent;
}
.advertising-item {
  padding: 74px 62px 64px;
  border-bottom: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  text-align: center;
}
.advertising-item.last {
  border-right-color: transparent;
}
.advertising-item.last-row-item {
  border-bottom-color: transparent;
}
.advertising-item .fwzi-icon {
  padding-bottom: 29px;
}
.advertising-item p {
  font-size: 13px;
  line-height: 24px;
}
.advertising-item h4 {
  font-size: 20px;
  line-height: 24px;
}
.advertising-title {
  padding-bottom: 14px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: -0.2px;
}
/* Fwzi Case Studies Page */
/* Fwzi Projects, Projects Style Two */
.masonry-filters {
  line-height: 24px;
  text-align: center;
}
.masonry-filters ul {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 45px;
  margin: 0;
}
.masonry-filters ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 17px 17px;
}
.masonry-filters ul li a {
  color: #777777;
}
.masonry-filters ul li a.active, .masonry-filters ul li a:hover {
  color: #518ff5;
}
.fwzi-masonry {
  margin: 0 -15px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.no-gutter {
  padding: 0;
}
.fwzi-masonry[data-space="25"] {
  margin: 0 -25px;
}
.fwzi-masonry[data-space="25"] .masonry-item {
  padding: 0 25px 50px;
}
.fwzi-masonry[data-space="25"] .project-item {
  margin-bottom: 0;
}
.fwzi-masonry .project-item {
  margin-bottom: 0px;
}
.masonry-item {
  float: left;
  padding: 0 15px 0px;
  margin-bottom: 30px;
}
/* Fwzi Case Studies Details Page */
/* Fwzi Page Title, Page Title Style Two */
.fwzi-page-title.page-title-style-two {
  background-color: #00bfa5;
  background-image: none;
}
.page-title-style-two .page-title-wrap {
  padding: 106px 0 107px;
  background: none;
}
/* Fwzi Marketing Growth */
.case-studies-single h2 {
  padding-bottom: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  letter-spacing: -0.1px;
  line-height: 38px;
}
.case-studies-single p {
  padding-bottom: 26px;
}
.fwzi-marketing-growth {
  padding-top: 126px;
}
.fwzi-marketing-growth .section-title {
  padding-bottom: 14px;
  letter-spacing: -0.2px;
}
.fwzi-marketing-growth .section-subtitle {
  color: #555555;
  letter-spacing: 0;
}
.fwzi-marketing-growth .section-title-wrap {
  padding-bottom: 64px;
}
.fwzi-marketing-growth .section-title-wrap h5 {
  line-height: 26px;
}
/* Fwzi Growth Info */
.fwzi-growth-info {
  padding: 92px 0 69px;
  background: #f6f6f6;
}
.fwzi-growth-info p {
  padding-bottom: 26px;
}
.fwzi-growth-info h2 {
  line-height: 38px;
}
.growth-title {
  padding-bottom: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  letter-spacing: -0.1px;
}
.doughnut-graph {
  display: inline-block;
  vertical-align: middle;
  width: 420px;
}
/* Fwzi Growth Points */
.fwzi-growth-points {
  padding: 120px 0;
}
.growth-points-wrap {
  padding-right: 80px;
}
.growth-point {
  display: block;
  overflow: hidden;
  clear: both;
  padding: 33px 0 21px;
  border-bottom: 1px solid #ececec;
}
.growth-point:last-child {
  border-bottom: none;
}
.growth-point .fwzi-icon {
  float: left;
}
.growth-point-info {
  display: block;
  overflow: hidden;
  padding-left: 32px;
}
.growth-point-info p {
  letter-spacing: -0.1px;
  padding-bottom: 10px;
}
.growth-point-info h4 {
  font-size: 20px;
  line-height: 26px;
}
.growth-point-title {
  padding-bottom: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
/* Fwzi Growth Info, Growth Info Style Two */
.fwzi-growth-info.growth-info-style-two {
  padding: 58px 0;
}
/* Fwzi Growth Share */
.fwzi-growth-share {
  padding: 70px 0 60px;
  text-align: center;
}
.fwzi-growth-share .fwzi-social.square a {
  width: auto;
  margin: 0 3px 10px;
  background: #c5c5c5;
  color: #ffffff;
}
.fwzi-growth-share .fwzi-social.square a:hover {
  opacity: 0.9;
}
.fwzi-growth-share .fwzi-social.square a.facebook {
  background: #3e578c;
}
.fwzi-growth-share .fwzi-social.square a.twitter {
  background: #00acee;
}
.fwzi-growth-share .fwzi-social.square a.google {
  background: #dd4b39;
}
.fwzi-growth-share .fwzi-social.square a.linked {
  background: #0e76a8;
}
.fwzi-growth-share .fwzi-social.square a i {
  padding: 0 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.fwzi-growth-share .fwzi-social.square a .social-title {
  display: inline-block;
  padding: 0 11px;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: -0.1px;
}
/* Fwzi More Posts */
.fwzi-more-posts {
  padding: 42px 0;
  background: #518ff5;
  color: #ffffff;
  font-weight: 500;
  font-size: 13px;
}
.fwzi-more-posts .more-posts-link {
  padding-left: 32px;
  background-image: url(../images/icons/icon43@1x.png);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 18px auto;
  color: #ffffff;
}
.fwzi-more-posts .more-posts-link:hover {
  padding-left: 29px;
}
.fwzi-more-posts .text-right .more-posts-link {
  padding: 0 32px 0 0;
  background-image: url(../images/icons/icon44@1x.png);
  background-position: 100% 50%;
}
.fwzi-more-posts .text-right .more-posts-link:hover {
  padding-right: 29px;
}
.post-grid-view {
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 12px;
}
.post-grid-view:hover .grid-icon, .post-grid-view:hover .grid-icon:before, .post-grid-view:hover .grid-icon:after {
  background: #2c333f;
}
.post-grid-view .grid-icon {
  float: left;
  clear: both;
  width: 5px;
  height: 5px;
  margin-bottom: 2px;
  background: #ffffff;
  border: 1px solid transparent;
  position: relative;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.post-grid-view .grid-icon:before, .post-grid-view .grid-icon:after {
  position: absolute;
  top: -1px;
  left: 6px;
  width: 5px;
  height: 5px;
  background: #ffffff;
  border: 1px solid transparent;
  content: "";
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.post-grid-view .grid-icon:after {
  left: 13px;
}
/* Fwzi Case Studies Details 2 Page */
/* Fwzi Marketing Growth, Marketing Growth Style Two */
.fwzi-marketing-growth.marketing-growth-style-two {
  padding-top: 120px;
}
.marketing-growth-style-two .column-item {
  vertical-align: top;
}
.marketing-growth-style-two .column-item:last-child {
  vertical-align: bottom;
}
.marketing-info {
  padding: 20px 85px 50px 0;
}
.marketing-info p {
  padding-bottom: 26px;
}
.marketing-info h2 {
  line-height: 38px;
}
.marketing-info .growth-title {
  padding: 3px 0 19px;
}
.marketing-info .growth-title.spacer-two {
  padding-bottom: 9px;
}
/* Fwzi Increase Revenue, Revenue Style Four */
.fwzi-increase-revenue.revenue-style-four {
  padding: 114px 0 102px;
  background: none;
}
.revenue-style-four .revenue-info {
  padding: 0 0 0 117px;
}
/* Fwzi Growth Points, Growth Points Style Two */
.fwzi-growth-points.growth-points-style-two {
  padding: 0;
  background: #f6f6f6;
}
.growth-points-style-two .row {
  margin: 0;
}
.growth-points-style-two [class*="col-"] {
  padding: 0;
}
.growth-points-style-two .growth-point {
  display: block;
  padding: 63px 30px;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  border-bottom: none;
  text-align: center;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.growth-points-style-two .growth-point:hover {
  background: #eeeeee;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.growth-points-style-two .growth-point img {
  margin-right: 13px;
}
/* Fwzi Blog Page */
/* Fwzi Page Title, Page Title Style Three */
.fwzi-page-title.page-title-style-three {
  background-color: #00bfa5;
  background-image: none;
}
.page-title-style-three .page-title-wrap {
  padding: 93px 0 101px;
  background: none;
}
/* Fwzi Mid Wrap */
.fwzi-mid-wrap {
  padding-top: 120px;
  padding-bottom: 120px;
}
.fwzi-primary {
  padding-right: 29px;
}
.left-sidebar .fwzi-primary {
  float: right;
  padding-right: 15px;
  padding-left: 29px;
}
.fwzi-primary.primary-spacer-two {
  padding-right: 72px;
}
.blog-items-wrap .blog-item:last-child {
  margin-bottom: 0;
}
.blog-info {
  padding-top: 30px;
}
.blog-date-title-wrap {
  display: block;
  overflow: hidden;
  clear: both;
  padding-bottom: 7px;
}
.blog-date-wrap {
  float: left;
  min-width: 60px;
  text-align: center;
  border: 1px solid #00aeff;
}
.blog-date-wrap h3 {
  font-size: 26px;
}
.blog-date-wrap h6 {
  font-size: 12px;
}
.blog-date {
  padding: 4px 10px;
  font-family: 'Roboto', sans-serif;
}
.blog-month {
  padding: 5px 10px 4px;
  background: #00aeff;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.blog-title-wrap {
  display: block;
  overflow: hidden;
  padding-left: 20px;
}
.blog-title-wrap .blog-title {
  padding-bottom: 9px;
}
.blog-bottom-links {
  display: block;
  overflow: hidden;
  clear: both;
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid #ececec;
}
.blog-bottom-links .pull-left a {
  color: #000000;
  font-size: 13px;
  letter-spacing: 0.2px;
}
.fwzi-like {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
}
.zilla-likes {
  background: none;
}
.zilla-likes, .zilla-likes:hover, .zilla-likes.active {
  background: none;
}
a.zilla-likes:before {
  display: inline-block;
  margin-right: 4px;
  font: normal normal normal 13px/1.42857143 FontAwesome;
  content: "\f08a";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
a.zilla-likes:hover:before, a.zilla-likes.active:before {
  color: #518ff5;
  content: "\f004";
  font-size: 13px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
a.zilla-likes.active span.zilla-likes-count {
  color: #518ff5;
}
.fwzi-like a {
  color: #888888;
}
.fwzi-like a.liked .fa-heart-o:before {
  content: "\f004";
}
/* 7. Sidebar Widgets */
.fwzi-widget {
  padding-bottom: 39px;
  margin-bottom: 34px;
  font-family: 'Roboto', sans-serif;
  border-bottom: 1px solid #ececec;
}
.fwzi-widget:first-child .widget-title {
  padding-bottom: 32px;
  line-height: 8px;
}
.fwzi-widget:last-child {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  border-bottom: none !important;
}
.fwzi-widget input[type="text"], .fwzi-widget input[type="email"], .fwzi-widget input[type="password"], .fwzi-widget input[type="tel"], .fwzi-widget input[type="search"], .fwzi-widget input[type="date"], .fwzi-widget input[type="time"], .fwzi-widget input[type="datetime-local"], .fwzi-widget input[type="month"], .fwzi-widget input[type="url"], .fwzi-widget input[type="number"], .fwzi-widget select, .fwzi-widget .form-control {
  margin-bottom: 15px;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
}
.fwzi-widget ul {
  padding-left: 14px;
}
.fwzi-widget img {
  height: auto;
}
.fwzi-widget .nav-tabs {
  padding-left: 0;
}
.widget-title {
  padding-bottom: 26px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.fwzi-secondary .fwzi-navigation-widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.fwzi-secondary .fwzi-navigation-widget ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.fwzi-secondary .fwzi-navigation-widget ul li {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
  color: #666666;
}
.fwzi-secondary .fwzi-navigation-widget ul li a {
  overflow: hidden;
  padding-left: 9px;
  color: #666666;
  position: relative;
}
.fwzi-secondary .fwzi-navigation-widget ul li a:hover {
  color: #518ff5
}
.fwzi-secondary .fwzi-navigation-widget ul li a:before {
  position: absolute;
  top: 0;
  left: 0;
  color: #518ff5;
  font: normal normal normal 14px/1.42857 FontAwesome;
  text-rendering: auto;
  content: "\f105";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
}
/*widget recent post*/
.widget-recent-post .recent-post .fwzi-picture img {
  height: 100%;
  width: 100%;
}
.widget-recent-post .recent-post .fwzi-picture {
  width: 58px;
  height: 58px;
  margin-right: 12px;
}
/*widget recent comments*/
.fwzi-secondary .widget_recent_comments ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.fwzi-widget.widget_recent_comments {
  padding-bottom: 50px;
  margin-bottom: 0;
  border-bottom: none;
}
.fwzi-secondary .widget_recent_comments ul li {
  padding: 0 0 15px;
  padding-left: 9px;
  margin-top: 15px;
  border-bottom: 1px solid #ececec;
  color: #666666;
  position: relative;
}
.fwzi-secondary .widget_recent_comments ul li a {
  overflow: hidden;
  color: #666666;
  position: relative;
}
.fwzi-secondary .widget_recent_comments ul li a:hover {
  color: #518ff5
}
.fwzi-secondary .widget_rss ul li a {
  color: #518ff5;
}
.fwzi-secondary .widget_rss ul li .rss-date,
.fwzi-secondary .widget_rss ul li cite {
  display: inline-block;
  color: #868686;
  padding: 3px 0;
}
.fwzi-secondary .widget_rss ul li cite {padding: 5px 0 0;}

/* Widget Search */
.widget_search {
  position: relative;
}
.widget_search form input[type="text"] {
  padding-right: 67px;
  margin: 0;
}
.fwzi-widget.widget_search input {
  margin-bottom: 0 !important;
}
.widget_search form input[type="submit"] {
  position: absolute;
  bottom: 40px;
  right: 1px;
  min-width: 54px;
  height: 43px;
  padding: 0;
  background-image: url(../images/icons/icon48@3x.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 15px auto;
  border-color: transparent;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  z-index: 1;
}
.widget_search form input[type="submit"]:hover, .widget_search form input[type="submit"]:focus {
  background-color: #ececec;
}
/* Widget Categories */
.widget_categories .widget-title {
  padding-bottom: 8px;
}
.fwzi-widget.widget_categories {
    padding-bottom: 50px;
    margin-bottom: 0;
    border-bottom: none;
}
.widget_categories ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget_categories ul li {
  padding: 11px 0 15px;
  border-bottom: 1px solid #ececec;
  color: #666666;
}
.widget_categories ul li a {
  overflow: hidden;
  padding-left: 9px;
  color: #666666;
  position: relative;
  display: inline-block;
  top: 6px;
}
.widget_categories ul li .children {
  padding-left: 15px;
}
.widget_categories ul li .children li {
  border-bottom: none;
  padding-bottom: 0;
}
.widget_categories ul li a:before {
  position: absolute;
  top: 0;
  left: 0;
  color: #518ff5;
  font: normal normal normal 14px/1.42857 FontAwesome;
  text-rendering: auto;
  content: "\f105";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
}
/* Widget Archive */
.widget_archive ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget_archive ul li {
  padding: 11px 0 15px;
  border-bottom: 1px solid #ececec;
  color: #666666;
}
.widget_archive ul li a {
  overflow: hidden;
  padding-left: 9px;
  color: #666666;
  position: relative;
  display: inline-block;
  top: 6px;
}
.widget_archive ul li .children {
  padding-left: 15px;
}
.widget_archive ul li .children li {
  border-bottom: none;
  padding-bottom: 0;
}
.widget_archive ul li a:before {
  position: absolute;
  top: 0;
  left: 0;
  color: #518ff5;
  font: normal normal normal 14px/1.42857 FontAwesome;
  text-rendering: auto;
  content: "\f105";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
}
.widget_archive.fwzi-widget select {
  margin-bottom: 0px;
}
/* Widget Meta */
.widget_meta ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget_meta ul li {
  padding: 11px 0 15px;
  border-bottom: 1px solid #ececec;
  color: #666666;
}
.widget_meta ul li a {
  overflow: hidden;
  padding-left: 9px;
  color: #666666;
  position: relative;
  display: inline-block;
  top: 6px;
}
.widget_meta ul li .children {
  padding-left: 15px;
}
.widget_meta ul li .children li {
  border-bottom: none;
  padding-bottom: 0;
}
.widget_meta ul li a:before,
.fwzi-secondary .widget_recent_comments ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  color: #518ff5;
  font: normal normal normal 14px/1.42857 FontAwesome;
  text-rendering: auto;
  content: "\f105";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
}
.fwzi-widget.widget_meta {
    padding-bottom: 50px;
    margin-bottom: 0;
    border-bottom: none;
}
/* Widget Pages & Recent Entries */
.widget_nav_menu ul,
.widget_rss ul,
.widget_recent_entries ul,
.widget_pages ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget_nav_menu ul li,
.widget_rss ul li,
.widget_recent_entries ul li,
.widget_pages ul li {
  padding: 11px 0 15px;
  border-bottom: 1px solid #ececec;
  color: #666666;
}
.widget_nav_menu ul li a,
.widget_rss ul li a,
.widget_recent_entries ul li a,
.widget_pages ul li a {
  overflow: hidden;
  padding-left: 9px;
  color: #666666;
  position: relative;
  display: inline-block;
  top: 6px;
}
.widget_nav_menu ul li .sub-menu,
.widget_rss ul li .children,
.widget_recent_entries ul li .children,
.widget_pages ul li .children {
  padding-left: 15px;
}
.widget_nav_menu ul li .sub-menu li,
.widget_rss ul li .children li,
.widget_recent_entries ul li .children li,
.widget_pages ul li .children li {
  border-bottom: none;
  padding-bottom: 0;
}
.widget_nav_menu ul li a:before,
.widget_rss ul li a:before,
.widget_recent_entries ul li a:before,
.widget_pages ul li a:before {
  position: absolute;
  top: 0;
  left: 0;
  color: #518ff5;
  font: normal normal normal 14px/1.42857 FontAwesome;
  text-rendering: auto;
  content: "\f105";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
}
.fwzi-widget.widget_nav_menu,
.fwzi-widget.widget_rss,
.fwzi-widget.widget_recent_entries,
.fwzi-widget.widget_pages {
    padding-bottom: 50px;
    margin-bottom: 0;
    border-bottom: none;
}
/* Widget Recent Post */
.fwzi-widget.widget-recent-post {
  padding-bottom: 0px;
}
.widget-recent-post .nav-tabs > li {
  width: 33.33333333%;
}
.widget-recent-post .nav-tabs > li > a {
  padding: 8px;
}
.recent-post {
  display: block;
  overflow: hidden;
  clear: both;
  padding-bottom: 20px;
}
.recent-post:last-child {
  padding-bottom: 0;
}
.recent-post .fwzi-picture {
  float: left;
}
.recent-post .fwzi-picture img {
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.post-info {
  display: block;
  overflow: hidden;
}
.post-info h5 {
  font-size: 15px;
  line-height: 22px;
}
.post-info .post-title {
  padding-bottom: 2px;
  font-weight: 300;
  letter-spacing: 0.1px;
}
.post-info .post-time {
  color: #888888;
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  line-height: 22px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.recent-comment {
  display: block;
  overflow: hidden;
  clear: both;
  padding-bottom: 20px;
}
.recent-comment .fwzi-picture {
  float: left;
}
.recent-comment .fwzi-picture img {
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.comment-info {
  display: block;
  overflow: hidden;
  padding-left: 12px;
}
.tab-content .recent-comment .comment-info {
  width: calc(100% - 58px);
  display: inline-block;
  padding-bottom: 15px;
}
.tab-content .recent-comment {
  padding-bottom: 0;
}
.tab-content .recent-comment .fwzi-picture {
  padding-bottom: 15px;
}
.tab-content .recent-comment .comment-info:last-child {
  padding-bottom: 0;
}
.comment-info h5 {
  font-size: 15px;
  line-height: 22px;
}
.comment-info .comment-title {
  padding-bottom: 2px;
  font-weight: 300;
  letter-spacing: 0.1px;
}
.comment-info .comment-text p {
  color: #888888;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.2px;
}
.cs-field-select {
  width: 33.333%;
  display: inline-block;
  padding: 12px 15px !important;
  text-align: center;
}
/* Widget Archives */
.fwzi-widget.widget-archives {
  padding-bottom: 24px;
  margin-bottom: 35px;
}
.widget-archives .widget-title {
  padding-bottom: 15px;
}
/* Widget Tags */
.widget_tag_cloud .widget-title {
  padding-bottom: 25px;
}
.widget_tag_cloud a {
  display: inline-block;
  vertical-align: middle;
  padding: 6px 12px 5px;
  margin: 0 4px 14px 0;
  background: #fcfcfc;
  color: #777777;
  font-size: 13px !important;
  border: 1px solid #e8e8e8;
}
.widget_tag_cloud a:hover, .widget_tag_cloud a:focus {
  background: #518ff5;
  color: #ffffff;
  border-color: #518ff5;
}
/* Fwzi Blog Details Page */
.sticky {
  border: 1px solid #ececec;
  padding: 20px;
}
.fwzi-unit-fix {
  word-wrap: break-word;
}
.fwzi-unit-fix h1, .fwzi-unit-fix h2, .fwzi-unit-fix h3, .fwzi-unit-fix h4, .fwzi-unit-fix h5, .fwzi-unit-fix h6 {
  font-family: 'Roboto', sans-serif;
}
.fwzi-unit-fix .comments-area > ol, .fwzi-unit-fix .comments-area > ul {
  padding: 0;
}
.fwzi-unit-fix .blog-date {
  padding: 3px 10px 4px;
  font-weight: 700;
}
.fwzi-unit-fix .blog-title {
  padding-bottom: 6px;
}
.fwzi-unit-fix .blog-title-wrap h6 {
  font-size: 14px;
}
.blog-image {
  padding-bottom: 30px;
  text-align: center;
}
.blog-detail-wrap p {
  padding-bottom: 26px;
}
.blog-detail-wrap p:last-child {
  padding-bottom: 0px;
}
.blog-detail-wrap h1, .blog-detail-wrap h2, .blog-detail-wrap h3, .blog-detail-wrap h4, .blog-detail-wrap h5, .blog-detail-wrap h6 {
  padding-bottom: 17px;
}
.blog-detail-wrap blockquote p {
  padding-bottom: 10px;
}
.blog-detail-wrap img {
  height: auto;
}
.blog-detail-wrap {
  padding: 20px 0 26px;
}
.fwzi-blog-meta {
  display: block;
  overflow: hidden;
  clear: both;
  padding: 10px 0 37px;
  color: #777777;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  letter-spacing: 0.3px;
}
.fwzi-blog-share {
  float: left;
  width: 50%;
}
.fwzi-blog-tags {
  float: right;
  width: 50%;
  text-align: right;
}
.fwzi-blog-tags ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.fwzi-blog-tags ul li {
  display: inline-block;
}
.fwzi-blog-tags ul li span {
  display: inline-block;
  padding-right: 5px;
}
.fwzi-blog-tags ul li a {
  display: inline-block;
  padding: 6px 12px 5px;
  margin: 0 0 14px 4px;
  background: #fcfcfc;
  color: #777777;
  font-size: 13px;
  border: 1px solid #e8e8e8;
}
.fwzi-blog-tags ul li a:hover, .fwzi-blog-tags ul li a:focus {
  background: #518ff5;
  color: #ffffff;
  border-color: #518ff5;
}
.fwzi-blog-posts {
  display: block;
  overflow: hidden;
  clear: both;
  padding: 15px 0 12px;
  font-size: 15px;
  line-height: 26px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.fwzi-blog-posts .pull-left .fa {
  margin-right: 3px;
}
.fwzi-blog-posts .pull-right .fa {
  margin-left: 3px;
}
.fwzi-author-info {
  padding: 35px 35px 30px;
  margin-top: 40px;
  border: 1px solid #e9e9e9;
}
.author-avatar {
  float: left;
}
.author-avatar img {
  object-fit: cover;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.avatar-72 {
  width: 72px;
  height: 72px;
}
.author-content {
  display: block;
  overflow: hidden;
  padding-left: 28px;
}
.author-content .author-pro {
  color: #777777;
  font-weight: 500;
  font-size: 11px;
  line-height: 24px;
  text-transform: uppercase;
}
.author-content .author-name {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}
.author-content .fwzi-social a {
  margin-right: 10px;
}
.fwzi-comments-area .comments-title {
  padding-bottom: 32px;
}
.fwzi-comments-area ul, .fwzi-comments-area ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.fwzi-comments-area .comments li .comment-awaiting-moderation {
  margin-bottom: 10px;
  display: inline-block;
}
.fwzi-comments-area .comments li .children {
  display: block;
  overflow: hidden;
  clear: both;
}
.fwzi-comments-area .comments li .children li {
  padding-left: 50px;
}
.comments-area .comment-respond {
  margin: 0;
}
.comments-section .comment-respond {
  margin: 0 0 60px;
}
.fwzi-comments-area .comment-form label.error {
  display: none !important;
}
.fwzi-comments-area .comment-form input.error,
.fwzi-comments-area .comment-form textarea.error {
  border-color: red;

  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.pingback .comment-main-area {
  padding-left: 0 !important;
}
.fwzi-comments-area .comment-item {
  display: block;
  overflow: hidden;
  clear: both;
  padding-bottom: 34px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e9e9e9;
}
.fwzi-comments-area .comment-image {
  float: left;
}
.fwzi-comments-area .comment-main-area {
  display: block;
  overflow: hidden;
  padding: 6px 0 0 19px;
}
.fwzi-comments-area .comment-wrapper p {
  padding-bottom: 8px;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.2px;
}
.fwzi-comments-area .fwzi-comments-meta {
  padding-bottom: 12px;
  position: relative;
}
.fwzi-comments-area .fwzi-comments-meta h5 {
  display: inline-block;
  padding-bottom: 0;
  font-size: 15px;
}
.fwzi-comments-area .fwzi-comments-meta .comments-date {
  display: inline-block;
  padding-left: 25px;
  color: #777777;
}
.comments-reply {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 24px;
}
.comments-reply a {
  display: inline-block;
  padding-right: 20px;
  background-image: url(../images/icons/icon51@3x.png);
  background-position: 100% 9px;
  background-repeat: no-repeat;
  background-size: 12px auto;
  color: #518ff5;
}
.comments-reply a:hover {
  color: #212121;
}
.comments-section {
  padding: 51px 0 11px;
}
.fwzi-comment-form label {
  margin-bottom: 15px;
}
.fwzi-comment-form label sup {
  color: #212121;
}
.fwzi-comment-form textarea {
  height: 190px;
}
.comment-form input[type="submit"] {
  min-width: 157px;
  padding: 14px 20px 13px;
  background-color: #518ff5;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.3px;
  border-color: transparent;
}
.comment-form input[type="submit"]:hover, .comment-form input[type="submit"]:focus {
  background-color: transparent;
  color: #518ff5;
  border-color: #518ff5;
}
.fwzi-blog-detail .comment-reply-title {
  padding-bottom: 39px;
}
.fwzi-blog-detail .comment-respond .comment-reply-title {padding-bottom: 20px;}
.form-submit {
  padding-top: 15px;
}
#cancel-comment-reply-link {
  float: right;
  font-size: 20px;
  padding: 4px 0 0;
}
/* Fwzi Content Cross Check Page */
.entry-content img {
  height: auto;
}
.entry-content .comment-author {
  margin: 0;
}
.entry-content .comment-respond {
  padding-top: 10px;
}
.entry-content .comment-respond .comment-reply-title {
  margin-bottom: 10px;
}
.entry-content .avatar {
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.entry-content dt {
  margin-bottom: 5px;
}
.entry-content dd {
  margin-bottom: 15px;
}
dt {
  margin-bottom: 5px;
}
dd {
  margin-bottom: 15px;
}
.entry-content .comment-metadata {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 18px;
}
.entry-content .comment-metadata a:hover,
.entry-content .comment-metadata a:focus,
.entry-content .pingback .comment-edit-link:hover,
.entry-content .pingback .comment-edit-link:focus {
  color: #4c4c4c;
}
.entry-content .comment-list p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
}
.entry-content .comment-list .comment-reply-link {
  display: inline-block;
  padding: 9px 14px 7px;
  background: #222222;
  color: #ffffff;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.entry-content .comment-list .comment-reply-link:hover,
.entry-content .comment-list .comment-reply-link:focus {
  background: #e8e8e8;
  color: #777777;
}
.entry-content .comment-meta .comment-author .avatar {
  height: 42px;
  width: 42px;
}
.entry-content .comment-author .avatar {
  height: 42px;
  position: relative;
  top: 0.25em;
  width: 42px;
}
.entry-content .comment-author .avatar {
  float: left;
  height: 28px;
  margin-right: 0.875em;
  position: relative;
  width: 28px;
}
.entry-content .comment-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.entry-content .comment-list article,
.entry-content .comment-list .pingback,
.entry-content .comment-list .trackback {
  border-top: 1px solid #d1d1d1;
  padding: 1.75em 0;
}
.entry-content .comment-list .children {
  list-style: none;
  margin: 0;
}
.entry-content .comment-list .children > li {
  padding-left: 0.875em;
}
.entry-content .comment-author {
  color: #1a1a1a;
  margin-bottom: 0;
}
.entry-content .comment-author .avatar {
  float: left;
  height: 28px;
  margin-right: 0.875em;
  position: relative;
  width: 28px;
}
.entry-content .bypostauthor > article .fn:after {
  content: "\f304";
  left: 3px;
  position: relative;
  top: 5px;
}
.entry-content .comment-metadata,
.entry-content .pingback .edit-link {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
}
.entry-content .comment-metadata {
  margin-bottom: 15px;
  font-size: 15px;
}
.entry-content .comment-metadata a,
.entry-content .pingback .comment-edit-link {
  color: #686868;
}
.entry-content .comment-metadata a:hover,
.entry-content .comment-metadata a:focus,
.entry-content .pingback .comment-edit-link:hover,
.entry-content .pingback .comment-edit-link:focus {
  color: #686868;
}
.entry-content .comment-metadata .edit-link,
.entry-content .pingback .edit-link {
  display: inline-block;
}
.entry-content .comment-metadata .edit-link:before,
.entry-content .pingback .edit-link:before {
  content: "\002f";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.538461538em;
}
.entry-content .comment-content ul,
.entry-content .comment-content ol {
  margin: 0 0 1.5em 1.25em;
}
.entry-content .comment-content li > ul,
.entry-content .comment-content li > ol {
  margin-bottom: 0;
}
.entry-content .comment-reply-link {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: #007acc;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  margin-top: 2.1538461538em;
  padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}
.entry-content .comment-reply-link:hover,
.entry-content .comment-reply-link:focus {
  border-color: currentColor;
  color: #007acc;
  outline: 0;
}
.entry-content .comment-form label {
  color: #686868;
  display: inline-block;
  font-size: 13px;
  font-size: 12px;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
}
.entry-content .comment-list .comment-form {
  padding-bottom: 1.75em;
}
.entry-content .comment-notes,
.entry-content .comment-awaiting-moderation,
.entry-content .logged-in-as,
.entry-content .form-allowed-tags {
  color: #686868;
  font-size: 15px;
  margin-bottom: 20px;
}
.entry-content .no-comments {
  border-top: 1px solid #d1d1d1;
  font-weight: 700;
  margin: 0;
  padding-top: 1.75em;
}
.comment-area ul, .comment-area ol {
  padding: 0 0 0 40px;
  margin: 0 0 1.5em 1.25em;
}
.comment-area ul {
  list-style-type: circle;
}
.comment-area li > ul {
  list-style-type: square;
}
.comment-area ol {
  list-style-type: decimal;
}
.comment-area li > ul, .comment-area li > ol {
  margin-bottom: 0;
}
.gallery {margin-bottom: 1.5em;}
.gallery-item {display: inline-block;text-align: center;vertical-align: top;width: 100%;}
.gallery-columns-2 .gallery-item {max-width: 50%;}
.gallery-columns-3 .gallery-item {max-width: 33.33%;}
.gallery-columns-4 .gallery-item {max-width: 25%;}
.gallery-columns-5 .gallery-item {max-width: 20%;}
.gallery-columns-6 .gallery-item {max-width: 16.66%;}
.gallery-columns-7 .gallery-item {max-width: 14.28%;}
.gallery-columns-8 .gallery-item {max-width: 12.5%;}
.gallery-columns-9 .gallery-item {max-width: 11.11%;}
.gallery-columns-5 figcaption,
.gallery-columns-6 figcaption,
.gallery-columns-7 figcaption,
.gallery-columns-8 figcaption,
.gallery-columns-9 figcaption {display: none;}
.gallery-caption {display: block;padding: 10px 0 15px;}
/* Fwzi Resource Page */
/* Fwzi Seo Books, Books Style Two */
.fwzi-seo-books.books-style-two .section-title-wrap {
  padding-bottom: 74px;
}
.books-style-two .books-item {
  padding: 34px 5px 18px 30px;
}
.books-style-two .book-info {
  padding: 4px 0 0 27px;
}
.books-style-two .book-author {
  padding-top: 21px;
  padding-bottom: 3px;
  margin-top: 17px;
}
/* Fwzi Resource Details Page */
/* Fwzi Books Detail */
.book-detail-wrap {
  display: block;
  overflow: hidden;
  clear: both;
  padding: 64px 70px 64px 55px;
  border: 1px solid #ececec;
}
.book-detail-wrap .fwzi-image {
  float: left;
  padding: 43px 59px;
  background: #f6f6f6;
}
.book-detail {
  display: block;
  overflow: hidden;
  padding: 3px 0 0 50px;
}
.book-detail p {
  padding-bottom: 24px;
  line-height: 24px;
}
.book-detail h2 {
  font-size: 32px;
  line-height: 45px;
}
.book-detail .book-title {
  padding-bottom: 14px;
  margin-bottom: 21px;
  position: relative;
}
.book-detail .book-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: #00bfa5;
  content: "";
  z-index: 1;
}
.book-detail .book-author {
  padding-right: 0;
  margin-top: 28px;
  color: #999999;
  font-weight: 500;
}
.book-detail .book-author .pull-left a {
  color: #00aeff;
}
.book-detail .book-author .pull-left a:hover {
  color: #212121;
}
.book-feature-title {
  padding-bottom: 25px;
  text-transform: uppercase;
}
.book-features ul {
  display: block;
  overflow: hidden;
  clear: both;
  padding: 0;
  margin: 0;
  color: #777777;
  list-style: none;
}
.book-features ul li {
  float: left;
  width: 50%;
  padding: 0 0 16px 20px;
  position: relative;
}
.book-features ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  color: #518ff5;
  font: normal normal normal 13px/1.42857 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  z-index: 1;
}
/* Fwzi Download Request */
.fwzi-download-request span.wpcf7-not-valid-tip {
  display: none !important;
}
.fwzi-download-request input.wpcf7-not-valid {
  border-color: red;

  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.fwzi-download-request textarea.wpcf7-not-valid {
  border-color: red;

  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.fwzi-download-request .section-title-wrap {
  width: auto;
  padding-bottom: 52px;
  text-align: left;
}
.fwzi-download-request .section-title-wrap h2 {
  font-size: 28px;
  line-height: 36px;
}
.fwzi-download-request .section-title {
  padding-bottom: 17px;
  font-weight: 400;
}
.fwzi-download-request .section-subtitle {
  padding-bottom: 4px;
  font-weight: 400;
}
.fwzi-download-request .section-subtitle:after {
  margin: 0;
}
.fwzi-download-request input[type="text"], .fwzi-download-request input[type="email"], .fwzi-download-request input[type="password"], .fwzi-download-request input[type="tel"], .fwzi-download-request input[type="search"], .fwzi-download-request input[type="date"], .fwzi-download-request input[type="time"], .fwzi-download-request input[type="datetime-local"], .fwzi-download-request input[type="month"], .fwzi-download-request input[type="url"], .fwzi-download-request input[type="number"], .fwzi-download-request select, .fwzi-download-request .form-control {
  margin-bottom: 14px;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  letter-spacing: 0.1px;
}
.fwzi-download-request input[type="submit"] {
  min-width: 180px;
  padding: 10px 25px 9px;
  margin-top: 16px;
  background-color: #518ff5;
  color: #ffffff;
  font-weight: 600;
  font-size: 12px;
  border-color: transparent;
}
.fwzi-download-request input[type="submit"]:hover, .fwzi-download-request input[type="submit"]:focus {
  background-color: transparent;
  color: #518ff5;
  border-color: #518ff5;
}
.slide-cpation-wrap p {
  color: #fff;
  padding-bottom: 26px;
  margin: -26px 0 0;
}
.slider-style-two .author-designation {
  letter-spacing: 0;
}
.slider-wrap.slider-style-two .fwzi-testimonial {
  padding: 60px 40px 55px;
  background: #eeeeee;
}
.slider-wrap.slider-style-two .fwzi-testimonial p {
  color: #555555;
  line-height: 29px;
}
.slider-wrap.slider-style-two .quote-author {
  display: block;
  padding: 0 0 17px;
  text-align: center;
}
.slider-wrap.slider-style-two .quote-author img {
  margin: 0 0 13px;
}
.slider-wrap.slider-style-two .quote-author .fwzi-image, .slider-style-two .quote-author-info {
  display: block;
}
/* Fwzi Pricing Table Page */
/* Fwzi Plans, Plans Style Two */
.fwzi-plans.plans-style-two {
  padding: 120px 0 78px;
  background: #f6f6f6;
}
.fwzi-plans.plans-style-two .plan-item {
  background: #ffffff;
}
/* Fwzi SEO Package */
.fwzi-seo-package label {
  margin-bottom: 25px !important;
  width: 100%;
  font-family: 'Poppins', sans-serif;
}
.fwzi-seo-package textarea,
.fwzi-seo-package input {
  margin-bottom: 0 !important;
  margin-top: 6px;
}
.fwzi-seo-package span.wpcf7-not-valid-tip {
  display: none !important;
}
.fwzi-seo-package input.wpcf7-not-valid {
  border-color: red;

  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.fwzi-seo-package textarea.wpcf7-not-valid {
  border-color: red;

  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.fwzi-seo-package div.wpcf7-response-output {
  margin-top: 20px;
}
.fwzi-seo-package form label {
  letter-spacing: 0.1px;
}
.fwzi-seo-package .section-title-wrap {
  padding-bottom: 57px;
 }
.fwzi-seo-package .section-title {
  letter-spacing: -0.2px;
}
.fwzi-seo-package input[type="text"], .fwzi-seo-package input[type="email"], .fwzi-seo-package input[type="password"], .fwzi-seo-package input[type="tel"], .fwzi-seo-package input[type="search"], .fwzi-seo-package input[type="date"], .fwzi-seo-package input[type="time"], .fwzi-seo-package input[type="datetime-local"], .fwzi-seo-package input[type="month"], .fwzi-seo-package input[type="url"], .fwzi-seo-package input[type="number"], .fwzi-seo-package textarea, .fwzi-seo-package select, .fwzi-seo-package .form-control {
  margin-bottom: 23px;
}
.fwzi-seo-package input[type="submit"] {
  padding: 13px 25px 11px;
  margin-top: 30px;
  margin-bottom: 25px !important;
}
/* Fwzi Contact Us Page */
/* Fwzi Map */
.fwzi-map {
  height: 510px;
}
.fwzi-google-map h1 {
  font-size: 24px;
}
/* Fwzi Contact Wrap */
.fwzi-contact-wrap {
  padding: 139px 0 150px;
}
.contact-wrap-title {
  padding-bottom: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.contact-label {
  font-size: 15px;
  padding: 0 0 5px;
  font-family: "Roboto", Arial, sans-serif;
}
.contact-form {
  padding-top: 7px;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form input[type="tel"],
.contact-form input[type="search"],
.contact-form input[type="date"],
.contact-form input[type="time"],
.contact-form input[type="datetime-local"],
.contact-form input[type="month"],
.contact-form input[type="url"],
.contact-form input[type="number"],
.contact-form textarea,
.contact-form select {
    margin-bottom: 25px !important;
}
.contact-form span.wpcf7-not-valid-tip {
  display: none !important;
}
.contact-form input.wpcf7-not-valid {
  border-color: red;

  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.contact-form textarea.wpcf7-not-valid {
  border-color: red;

  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
div.wpcf7-response-output {
  margin: 0;
}
.contact-form input[type="submit"] {
  padding: 13px 25px 11px;
  margin-top: 5px;
}
.contact-form .row {
  margin: 0 -10px;
}
.contact-form [class*="col-"] {
  padding: 0 10px;
}
.contactus-detail {
  padding: 0 45px 0 40px !important;
}
.contact-detail p {
  padding-bottom: 17px;
}
.contact-link.social .fwzi-social {
  padding-left: 20px;
  font-size: 16px;
}
.contact-link.social .fwzi-social a {
  margin-right: 26px;
}
.contact-detail .contact-link {
  padding: 7px 0 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
}
.contact-detail p a {
  color: #777777;
  word-wrap: break-word;
}
.contact-detail p a:hover {
  color: #518ff5;
}
.contact-detail .contact-link:last-child {
  border-bottom: none;
}
.contact-link.social .contact-label {
  display: inline-block;
}
.contact-detail .contact-link .contact-label {
  padding-bottom: 7px;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
}
/* Fwzi Error Page */
/* Fwzi 404 Error */
.fwzi-404-error {
  padding: 169px 0 192px;
  background: #f6f6f6;
}
.fwzi-404-error .column-item:last-child {
  border-left: 1px solid #ececec;
}
.fwzi-404-error .fwzi-icon {
  padding: 0 50px;
}
.error-wrap {
  padding: 0 60px 0 87px;
}
.error-wrap p {
  font-size: 15px;
  line-height: 28px;
}
.error-wrap h1 {
  font-size: 40px;
}
.error-wrap .fwzi-btn {
  min-width: 190px;
  margin-top: 22px;
}
.error-title {
  padding-bottom: 20px;
  color: #23232c;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
/* 8. Footer */
footer.fwzi-footer .fwzi-widget ul li a,
footer.fwzi-footer .fwzi-widget p,
footer.fwzi-footer .fwzi-widget div,
footer.fwzi-footer .fwzi-widget span,
footer.fwzi-footer .fwzi-widget cite,
footer.fwzi-footer .fwzi-widget caption,
footer.fwzi-footer .fwzi-widget,
footer.fwzi-footer .widget_calendar,
footer.fwzi-footer .widget_calendar table,
footer.fwzi-footer .widget_calendar table td,
footer.fwzi-footer .fwzi-widget li {
  color: #848d9c;
  border-color: #848d9c;
}
footer.fwzi-footer .widget_calendar table th {
  background: #848d9c;
  color: #2c333f;
}
footer.fwzi-footer .widget_calendar table tr #today {
  background: #848d9c;
  color: #2c333f;
}
footer.fwzi-footer .widget_tag_cloud a {
  background: #848d9c;
  color: #ffffff !important;
  border: 1px solid #848d9c;
}
footer.fwzi-footer .widget_tag_cloud a:hover {
  background: #518ff5;
  border: 1px solid #518ff5;
}
.fwzi-footer {
  padding: 90px 0 82px;
  background: #2c333f;
  color: #848d9c;
}
.fwzi-footer .fwzi-widget {
  font-family: 'Poppins', sans-serif;
}
.fwzi-footer a {
  color: #848d9c;
}
.fwzi-footer a:hover {
  color: #ffffff !important;
}
.fwzi-footer p {
  padding-bottom: 19px;
  color: #848d9c;
  line-height: 22px;
  letter-spacing: 0.2px;
}
.fwzi-footer h5 {
  font-size: 15px;
  line-height: 30px;
}
.fwzi-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.fwzi-footer ul li {
  padding-bottom: 13px;
}
.fwzi-footer .fwzi-social {
  padding-top: 6px;
  font-size: 15px;
  letter-spacing: 0;
}
.fwzi-footer .fwzi-social a {
  margin-right: 12px;
  color: #848d9c;
}
.fwzi-footer .fwzi-social a:hover {
  color: #ffffff;
}
.footer-column-title {
  padding-bottom: 26px;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.useful-links-full ul,
.useful-links-half ul,
.useful-links-third ul {
  display: block;
  overflow: hidden;
  clear: both;
}
.useful-links-full ul li {
  float: left;
  width: 100%;
}
.useful-links-half ul li {
  float: left;
  width: 40%;
}
.useful-links-third ul li {
  float: left;
  width: 40%;
}
.contact-link {
  letter-spacing: 0.2px;
}
.contact-link p {
  padding-bottom: 17px;
  line-height: 24px;
}
.contact-link .contact-label {
  padding-bottom: 9px;
}
.contact-link .contact-label:after {
  content: " : ";
}
.fwzi-footer form {
  padding-bottom: 20px;
  margin-bottom: 14px;
  border-bottom: 1px solid #424853;
}
.fwzi-footer form p {
  padding-bottom: 0;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.15px;
  position: relative;
}
.fwzi-footer form input[type="email"] {
  height: 50px;
  padding: 10px 65px 10px 15px;
  margin-bottom: 0 !important;
  letter-spacing: 0.15px;
  border: transparent;
}
.fwzi-footer form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 50px;
  height: 50px;
  padding: 0;
  background-color: transparent;
  background-image: url(../images/icons/icon11.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 19px auto;
  border: none;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  z-index: 1;
}
.fwzi-newsletter p {
  padding-bottom: 0;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.15px;
  position: relative;
}
.fwzi-newsletter form {
  padding-bottom: 20px;
  margin-bottom: 14px;
  border-bottom: 1px solid #424853;
}
.fwzi-newsletter input[type="email"] {
  height: 50px;
  padding: 10px 65px 10px 15px;
  margin-bottom: 0;
  letter-spacing: 0.15px;
  border: transparent;
}
.fwzi-newsletter input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 50px;
  height: 50px;
  padding: 0;
  background-color: transparent;
  background-image: url(../images/icons/icon11.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 19px auto;
  border: none;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  z-index: 1;
}
.fwzi-newsletter input[type="submit"]:hover, .fwzi-newsletter input[type="submit"]:focus {
  background-color: #ececec;
}
.fwzi-newsletter ::-webkit-input-placeholder {
  color: #848d9c;
}
.fwzi-newsletter ::-moz-placeholder {
  color: #848d9c;
}
.fwzi-newsletter :-ms-input-placeholder {
  color: #848d9c;
}
.fwzi-newsletter :-moz-placeholder {
  color: #848d9c;
}
/* 9. Copyright */
.fwzi-copyright {
  padding: 28px 0 22px;
  background: #252b36;
  color: #727b8a;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.2px;
}
.copyright-alt {
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
  color: #727b8a;
}
.fwzi-copyright a {
  color: #727b8a;
}
.fwzi-copyright a:hover {
  color: #ffffff;
}
/* Fwzi Back Top */
.fwzi-back-top {
  position: fixed;
  bottom: -50px;
  right: 15px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 2;
}
.fwzi-back-top.active {
  bottom: 15px;
}
.fwzi-back-top a {
  display: block;
  width: 40px;
  height: 40px;
  padding: 1px;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  background: #212121;
  color: #ffffff;
}
.fwzi-back-top a:hover {
  background: #518ff5;
}
/* Fwzi Preloader */
.fwzi-preloaderr {
  display: table;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #212121;
  text-align: center;
  z-index: 4;
}
.loader-wrap {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.loader {
  display: inline-block;
  vertical-align: middle;
}
.fwzi-load-more-posts {
  text-align: center;
  margin-top: 20px;
}
.fwzi-load-more-posts span.mouse-event{
  cursor: default;
  pointer-events: none;
  background-color: #00aeff;

  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}
.fwzi-chart {
  display: inline-block;
}
.admin-bar .is-sticky .fwzi-header {
  top: 32px !important;
  position: relative;
}
@media screen and (max-width: 782px) {
  .admin-bar .is-sticky .fwzi-header {
    top: 46px !important;
    position: relative;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar .is-sticky .fwzi-header {
    top: 0 !important;
    position: relative;
  }
}
/*Section Spacing*/
.fwzi-blog-section {
  padding: 110px 0 91px !important;
}
.fwzi-team-section {
  padding: 110px 0 91px !important;
}
.process-scetion {
  padding: 110px 0 100px !important;
}
.pricing-section {
  padding: 74px 0 0px !important;
}
.fwzi-cs-section {
  padding: 111px 0 88px !important;
}
.fwzi-revenue-section {
  padding-top: 116px !important;
  padding-bottom: 99px !important;
}
.fwzi-resource-section {
  padding: 110px 0 70px !important;
}
.fwzi-place-section {
  padding: 110px 0 91px !important;
}
.fwzi-place-section .place-inner-row {
  padding: 0 0 100px !important;
}
.fwzi-service-section {
  padding: 0 0 85px;
}
.fwzi-main-title-section {
  padding: 110px 0 0 !important;
}
.fwzi-btn-section {
  padding: 0 0 110px;
}
.fwzi-growth-section {
  padding: 120px 0 !important;
}
.fwzi-growth-section .growth-point-space {
  padding: 0 80px 0 0;
}
.fwzi-growth-section  {
  padding: 0 0 0 80px;
}
.fwzi-style-two-revenue .revenue-info {
  padding-left: 115px !important;
  padding-right: 0px !important;
}
section.fwzi-faq-wrap {
  padding: 0 72px 0 0;
}
.fawzi-case-studies,
.fawzi-resource-book {
  width: 100%;
  height: 100%;
  display: inherit;
}
.fwzi-projects {
  display: table;
  width: 100%;
}
.loader i {
  width: auto;
  height: auto;
  font-size: 44px;
  color: #2c333f;
}
.blog-items-wrap .fwzi-pagination .malinky-load-more,
.blog-items-wrap .fwzi-pagination ul.page-numbers,
.blog-items-wrap .fwzi-pagination .wp-pagenavi,
.blog-items-wrap .fwzi-pagination .fwzi-preloader {
  padding-top: 40px;
}
/*Infinate Loader*/
.fwzi-pagination .malinky-ajax-pagination-loading {
  margin: 0;
  min-height: 52px;
}
.fwzi-pagination {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
}
.fwzi-pagination .fwzi-preloader {
  display: table;
  position: relative;
  top: 0px;
  left: 0;
  width: 100%;
  height: auto;
  background: transparent;
  text-align: center;
  z-index: 4;
}
.fwzi-pagination .loader-inner>div,
.fwzi-pagination .loader-inner>div,
.fwzi-pagination .loader-inner>div:before,
.fwzi-pagination .loader-inner>div:after {
  background-color: #111111 !important;
  border-color: #111111 !important;
}
.fwzi-pagination .loader-inner.pacman>div:first-of-type, .fwzi-pagination .loader-inner.pacman>div:nth-child(2) {
  width: 0;
  height: 0;
  border-right: 25px solid transparent !important;
  border-top: 25px solid #fff;
  border-left: 25px solid #fff;
  border-bottom: 25px solid #fff;
  background: transparent !important;
  border-radius: 25px;
  position: relative;
  left: -30px;
}
.fwzi-pagination .loader-inner.ball-scale-multiple>div {
  width: 50px;
  height: 50px;
}
.fwzi-pagination .loader-inner.ball-grid-pulse>div {
  width: 11px;
}
.fwzi-pagination .loader-inner.ball-grid-beat>div, .fwzi-pagination .loader-inner.ball-grid-pulse>div, .fwzi-pagination .loader-inner.ball-pulse-rise>div {
  height: 11px;
}
.fwzi-pagination .loader-inner.ball-clip-rotate>div {
  border: 2px solid #111 !important;
  border-bottom-color: transparent !important;
  background: transparent !important;
}
.fwzi-pagination .loader-inner.ball-clip-rotate-pulse>div:last-child {
  background: 0 0 !important;
  border-color: #111 transparent !important;
}
.fwzi-pagination .loader-inner.ball-clip-rotate-pulse>div:first-child {
  background: #111 !important;
}
.fwzi-pagination .loader-inner.ball-clip-rotate-multiple>div:last-child {
  border-color: #111 transparent !important;
}
.fwzi-pagination .loader-inner.ball-clip-rotate-multiple>div {
  border: 2px solid #111 !important;
  border-bottom-color: transparent !important;
  border-top-color: transparent !important;
  background: transparent !important;
}
.fwzi-pagination .loader-inner.ball-scale>div {
  height: 50px;
  width: 50px;
}
.fwzi-pagination .loader-inner.triangle-skew-spin>div {
  border-left: 20px solid transparent !important;
  border-right: 20px solid transparent !important;
  border-bottom: 20px solid #111 !important;
  background: transparent !important;
}
.fwzi-pagination .loader-inner.ball-grid-beat>div {
  width: 11px;
}
.fwzi-pagination .loader-inner.semi-circle-spin>div {
  background-image: -webkit-linear-gradient(transparent 0,transparent 70%,#111 30%,#111 100%);
  background-image: linear-gradient(transparent 0,transparent 70%,#111 30%,#111 100%);
  background-color: transparent !important;
}