/**
 * VictorThemes Styling
 *
 * 1. Common Element Stylings
 * 2. Headers
 * 3. Brand Logo
 * 4. Navigation
 * --- VictorThemes Navigation
 * 5. Page Title
 * 6. Elements
 * --- Tooltip
 * --- Contact Box
 * --- Contact Form 7
 * --- Button
 * --- Circle Progress
 * --- Counter
 * --- Social Icons
 * --- Accordion
 * --- Testimonial
 * --- Partners
 * --- Team Mates
 * --- Blog Post
 * --- Single Post Page
 * 7. Sidebar Widgets
 * --- Widget Sidebar Nav
 * --- Widget Question Wrap
 * --- Widget Download Brochures
 * --- Widget Archives
 * --- Widget Works
 * --- Widget Tags
 * 8. Footer
 * 9. Copyright
*/
/* 1. Common Element Stylings */
html {
  height: 100%;
}
body {
  height: 100%;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #222222;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: grayscale;
}
::selection {
  background: #007cff;
  color: #ffffff;
}
::-webkit-selection {
  background: #007cff;
  color: #ffffff;
}
::-moz-selection {
  background: #007cff;
  color: #ffffff;
}
::-o-selection {
  background: #007cff;
  color: #ffffff;
}
::-ms-selection {
  background: #007cff;
  color: #ffffff;
}
::-webkit-input-placeholder {
  color: #777;
  opacity: 1;
}
::-moz-placeholder {
  color: #777;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #777;
  opacity: 1;
}
:-moz-placeholder {
  color: #777;
  opacity: 1;
}
a {
  color: #222222;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
a:hover {
  text-decoration: none;
  color: #007cff;
}
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 {
  border: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0 0 10px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  line-height: 1.42857143;
}
p {
  margin-bottom: 10px;
  color: #666666;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.3px;
}
video {
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  background-color: #d0d0d0;
}
.vttm-table-container {
  display: table;
  width: 100%;
  height: 100%;
}
.vttm-align-container {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.vttm-responsive-table {
  overflow-x: auto;
}
.vttm-container {
  width: 880px;
  margin: 0 auto;
}
.vttm-container.container-style-two {
  width: 750px;
}
.vttm-container:before, .vttm-container:after {
  display: table;
  content: "";
  clear: both;
}
.vttm-responsive-table {
  padding-bottom: 20px;
  overflow-x: auto;
}
/* 8. Elements */
/*Search*/
.widget_search .searchform {
  position: relative;
}
.widget_search .searchform input[type="text"]::placeholder {
  color: #888;
}
.widget_search .searchform input[type="text"] {
  width: 100%;
  padding-left: 45px;
  margin-bottom: 0;
  position: absolute;
}
.widget_search .searchform input[type="submit"] {
  position: relative;
  top: 0;
  height: 56px;
  /*right: 0;*/
  border: none;
  background: transparent;
  /*width: 10%;*/
  background-image: url(../images/icon36@3x.png);
  outline: none;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 50%;
  padding: 0 24px;
}
/* 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: 56px;
  padding: 10px 15px;
  background-color: #ffffff;
  color: #888888;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.42857;
  letter-spacing: 0.3px;
  border: 1px solid #e3e3e3;
  outline: none;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.vttm-form-inputs input {
  background: transparent;
  font-family: 'Poppins', sans-serif;
  border-radius: 0;
  font-size: 14px;
  height: 42px;
}
.vttm-form-textarea textarea {
  background: transparent;
  border-radius: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  padding: 20px;
}
.vttm-form-inputs input::placeholder {
  font-family: 'Poppins', sans-serif;
  color: #777;
  font-size: 14px;
}
.vttm-form-textarea textarea::placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #777;
}
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: #cfcfcf;
}
input[type="file"] {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
}
input[type="checkbox"], input[type="radio"] {
  margin: 0 5px 0 0;
}
/* Button */
.blog-controls .vttm-animate-btn {
  min-width: 250px;
}
.vttm-animate-btn {
  display: inline-block;
  vertical-align: middle;
  min-width: 190px;
  padding: 21px 30px 19px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#111111+0,555555+100 */
  background: #111111; /* Old browsers */
  background: -moz-linear-gradient(left, #111111 0%, #555555 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #111111 0%,#555555 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #111111 0%,#555555 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#555555',GradientType=1 ); /* IE6-9 */
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  line-height: 1.42857;
  white-space: normal;
  text-align: center;
  position: relative;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.vttm-animate-btn:hover, .vttm-animate-btn:focus {
  color: #ffffff;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.blog-controls .vttm-animate-btn-blue {
  min-width: 250px;
}
.vttm-animate-btn-blue {
  display: inline-block;
  vertical-align: middle;
  min-width: 190px;
  padding: 21px 30px 19px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00c6ff+0,0072ff+100 */
  background: #00c6ff; /* Old browsers */
  background: -moz-linear-gradient(left, #00c6ff 0%, #0072ff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #00c6ff 0%,#0072ff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00c6ff 0%,#0072ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c6ff', endColorstr='#0072ff',GradientType=1 ); /* IE6-9 */
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  line-height: 1.42857;
  white-space: normal;
  text-align: center;
  position: relative;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.vttm-animate-btn-blue:hover, .vttm-animate-btn-blue:focus {
  color: #ffffff;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.vttm-btn {
  display: inline-block;
  vertical-align: middle;
  min-width: 190px;
  padding: 21px 30px 19px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#111111+0,555555+100 */
  background: #111111; /* Old browsers */
  background: -moz-linear-gradient(left, #111111 0%, #555555 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #111111 0%,#555555 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #111111 0%,#555555 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#555555',GradientType=1 ); /* IE6-9 */
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  line-height: 1.42857;
  white-space: normal;
  text-align: center;
  position: relative;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.vttm-btn:hover, .vttm-btn:focus {
  color: #ffffff;
}
.vttm-btn:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #555555;
  content: "";
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 1;
}
.vttm-btn:hover:after, .vttm-btn:focus:after {
  width: 100%;
}
.vttm-btn .vttm-btn-text {
  position: relative;
  z-index: 2;
}
.vttm-btn img {
  margin-left: 9px;
}
.vttm-btn-small {
  min-width: 10px;
  padding: 10px 20px 9px;
  font-size: 12px;
}
.vttm-btn-medium {
  min-width: 155px;
  padding: 16px 30px 15px;
  font-weight: 500;
}
.vttm-btn-white-border {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.vttm-btn-white-border:hover, .vttm-btn-white-border:focus {
  border-color: transparent;
}
.vttm-btn-dark-border {
  background: none;
  border: 2px solid #aaaaaa;
}
.vttm-btn-dark-border:hover, .vttm-btn-dark-border:focus {
  border-color: #555555;
}
.vttm-btn-grey-border {
  background: #ffffff;
  color: #888888;
  border: 1px solid #eeeeee;
}
.vttm-btn-grey-border:hover, .vttm-btn-grey-border:focus {
  background: none;
  border-color: transparent;
}
.vttm-btn-grey-border:hover, .vttm-btn-grey-border:focus {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00c6ff+0,0072ff+100 */
  background: #00c6ff; /* Old browsers */
  background: -moz-linear-gradient(left, #00c6ff 0%, #0072ff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #00c6ff 0%,#0072ff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00c6ff 0%,#0072ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c6ff', endColorstr='#0072ff',GradientType=1 ); /* IE6-9 */
}
.vttm-btn-grey-border:hover:after, .vttm-btn-grey-border:focus:after {
  width: 0;
}
.vttm-btn-blue {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00c6ff+0,0072ff+100 */
  background: #00c6ff; /* Old browsers */
  background: -moz-linear-gradient(left, #00c6ff 0%, #0072ff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #00c6ff 0%,#0072ff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00c6ff 0%,#0072ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c6ff', endColorstr='#0072ff',GradientType=1 ); /* IE6-9 */
}
.vttm-btn-blue:after {
  background: #0072ff;
}
.vttm-btn-disable {
  background: #e7e7e7;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.vttm-btn-disable:after {
  display: none;
}
/* Contact Form 7 */
.checkbox-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.checkbox-icon-wrap .checkbox-icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background: #ffffff;
  border: 1px solid #e2e2e2;
}
.checkbox-icon-wrap input[type="checkbox"] {
  display: none;
}
.checkbox-icon-wrap input[type="checkbox"]:checked + .checkbox-icon:before {
  position: absolute;
  top: 2px;
  left: 2.5px;
  color: #eeb313;
  font: normal normal normal 9px/1 FontAwesome;
  text-rendering: auto;
  content: "\f00c";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
}
.radio-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.radio-icon-wrap .radio-icon {
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  border: 1px solid #d3d3d3;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.radio-icon-wrap input[type="radio"] {
  display: none;
}
.radio-icon-wrap input[type="radio"]:checked + .radio-icon:before {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 6px;
  height: 6px;
  background: #222222;
  content: "";
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  z-index: 1;
}
textarea, textarea.form-control {
  height: 140px;
  resize: vertical;
}
select {
  padding: 10px 30px 10px 20px;
  background-image: url(../images/icons/icon29.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 24px auto;
  color: #888888;
}
select option {
  padding: 5px 10px;
}
select[multiple] {
  height: 174px;
  padding: 0;
  background-image: none;
}
label {
  font-weight: 400;
  cursor: pointer;
}
sub {
  bottom: 0;
}
sup {
  top: -0.7em;
}
form p {
  margin: 0;
}
form label {
  margin-bottom: 10px;
  color: #222222;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 1.42857;
  position: relative;
}
form sup {
  top: 0;
  color: #888888;
  font-size: 14px;
}
form input, form textarea, form select {
  margin: 10px 0 10px 0;
}
form.wpcf7-form input, form.wpcf7-form textarea, form.wpcf7-form select {
  margin: 0 0 10px 0;
}
form .row {
  margin: 0 -10px;
}
form [class*="col-"] {
  padding: 0 10px;
}
q {
  display: block;
  padding: 21px 10%;
  margin-bottom: 52px;
  color: #333333;
  font-family: 'Merriweather', serif;
  font-weight: 300;
  font-size: 19px;
  line-height: 32px;
  text-align: center;
  position: relative;
}
q .quote-owner:before {
  content: "-";
}
q .quote-owner:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 65px;
  height: 1px;
  background: #06b7ae;
  content: "";
  z-index: 1;
}
blockquote {
  padding: 20px 30px;
  border: 1px solid #eeeeee;
  border-left-color: #0089ff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.03);
  -ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.03);
}
blockquote.style-two {
  border-left-color: #fc3768;
}
blockquote.style-three {
  border-left-color: #06b7ae;
}
blockquote p {
  margin-bottom: 10px;
  color: #777777;
}
blockquote a {
  color: #0089ff;
  text-decoration: underline;
}
blockquote strong {
  color: #333333;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.2px;
}
blockquote .blockquote-title {
  margin-bottom: 2px;
  color: #333333;
  font-family: 'Lato', sans-serif;
  font-size: 17px;
}
blockquote ul, blockquote ol {
  padding-top: 10px;
  color: #777777;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.3px;
}
blockquote ul li, blockquote ol li {
  margin-bottom: 6px;
}
table {
  max-width: 100%;
  width: 100%;
  background: #fcfcfc;
  color: #555555;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 30px;
}
table tr:nth-child(2n) {
  background: #f8f8f8;
}
table tr:last-child td {
  border-bottom: none;
}
table th {
  padding: 17px 20px 15px;
  background: #0089ff;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  vertical-align: middle;
}
table td {
  vertical-align: top;
  padding: 19px 20px;
  border-bottom: 1px solid #e8e8e8;
}
table.style-two {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3px;
}
table.style-two th {
  padding: 26px 18px 23px;
  font-size: 15px;
}
table.style-two td {
  padding: 31px 18px 28px;
}
table.table-condensed {
  border: none;
}
address {
  font-style: italic;
}
.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-cnt-no{padding-top: 0 !important;padding-bottom: 0 !important;}
/*Comments Form*/
ol.blog-commands {
  padding: 0;
  margin: 0;
}
ol.blog-commands li {
  list-style: none;
  display: inline-block;
}
img.blog-user-img {
  float: left;
  width: 130px;
  height: 156px;
  margin-right: 30px;
}
.blog-commant-box {
  border: 1px solid #ececec;
  padding: 30px 30px 20px;
  margin-bottom: 30px;
  overflow: hidden;
}
.blog-commant-box h3,
.blog-commant-box h3 a,
.vttm-comments-meta h4,
.vttm-comments-meta h4 a {
  font-size: 18px;
  color: #222;
  margin: 10px 0 20px;
  text-decoration: none;
}
.blog-commant-box h3 a:hover {
  color: #007cff;
}
span.blog-reply {
  float: right;
}
.blog-commant-box h3 span.blog-reply a {
  font-size: 14px;
}
.blog-commant-box p {
  font-size: 15px;
}
.blog-commant-box p a {
  font-size: 15px;
  color: #222;
  font-style: italic;
  text-decoration: none;
}
.blog-commant-box p a:hover {
  color: #007cff;
}
.vttm-comments-area .comments {
  list-style: none;
  padding: 0;
  margin: 0;
}
.vttm-comments-area .comment-image {
  float: left;
  margin-right: 30px;
}
.vttm-comments-area .comment-image img {
  border-radius: 100px;
}
.vttm-comments-area .vttm-comments-meta .comments-reply {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #666;
  text-transform: uppercase;
}
.vttm-comments-area span.comments-date {
  font-size: 15px;
  color: #222;
  font-style: italic;
  text-decoration: none;
}
.comment-main-area .comment-area p {
  color: #555555;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
}
em.comment-awaiting-moderation {
  margin: 0 0 5px;
  display: block;
}
ul.children {
  list-style: none;
  padding-left: 70px;
}
.comment-main-area {
  float: right;
  width: calc(100% - 111px);
}
.vttm-comments-area .vttm-comments-meta .comments-reply a {
  font-size: 14px;
  color: #777;
  text-decoration: none;
  font-family: "Poppins", Arial, sans-serif;
}
.vttm-comments-area .vttm-comments-meta .comments-reply a:hover{
  color: #007cff;
}
.vttm-comments-area .vttm-comments-meta .comments-reply a:before{
  content: "\f064";
  font-family: FontAwesome;
  position: relative;
  top: 0px;
  right: 5px;
}
.vttm-comments-meta {
  position: relative;
  margin: 0 0 10px;
}
.comment-main-area .vttm-comments-meta h4 {
  margin: 0;
}
.vttm-comments-area h3.comments-title {
  text-transform: uppercase;
  color: #222;
  margin: 10px 0 40px;
  font-weight: bold;
  font-size: 24px;
}
.wpcf7-list-item label {
  display: inline-block;
  position: relative;
}
.wpcf7-list-item-label {
  display: inline-block;
  padding: 0 10px 0 25px;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}
.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;
}
.wp-caption {
  padding: 23px 0 47px;
}
.wp-caption .row {
  margin: 0 -10px;
}
.wp-caption [class*="col-"] {
  padding: 0 10px;
}
.wp-caption .wp-caption-text {
  padding-top: 17px;
  color: #666666;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.3px;
}
.blog-double-img img {
  max-width: 100%;
  margin: 0 0 30px;
}
.blog-double-img {
  padding: 23px 0 20px;
}
.blog-double-img .row {
  margin: 0 -10px;
}
.blog-double-img [class*="col-"] {
  padding: 0 10px;
}
.blog-double-img .blog-double-img-text {
  padding-top: 17px;
  color: #666666;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.3px;
}
.post-password-form label {
  display: block;
  overflow: hidden;
  clear: both;
  margin: 0;
}
.post-password-form label input {
  margin-top: 5px;
}
.page-links {
  font-size: 12px;
  line-height: 20px;
}
.page-links a, .page-links > span {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  display: inline-block;
  height: 24px;
  margin-right: 3px;
  text-align: center;
  width: 24px;
}
.page-links a {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.page-links a:hover, .page-links a:focus {
  background-color: transparent;
  border-color: #d1d1d1;
  color: #222222;
}
.page-links a span {
  font-size: 12px;
}
.page-links > .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;
}
.container {
  padding: 0;
}
.navbar-nav {
  margin: 0;
}
.navbar-nav > li:last-child > .dropdown-menu {
  left: auto;
  right: 0;
}
.dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.navbar-nav > li > a {
  padding: 38px 0;
  line-height: 1.42857;
}
.navbar-nav > li:hover > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav .open > a, .nav .open > a:focus, .navbar-nav .open > a:hover, .navbar-nav > li.active > a {
  background-color: transparent;
}
.navbar-nav > li > .dropdown-menu {
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.dropdown-menu {
  min-width: 210px;
  margin: 0;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.5px;
  border-top: 1px solid #e3e3e4;
  border-bottom: none;
  border-left: none;
  border-right: none;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
}
.dropdown-menu > li > a {
  padding: 12px 20px;
  color: #888888;
  font-weight: 500;
  border-bottom: 1px solid #f1f1f1;
}
.dropdown-menu > li:last-child > a {
  border-bottom: none;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li.open > a, .dropdown-menu > li.open > a:focus, .dropdown-menu > li.open > a:hover, .dropdown-menu > li.active > a, .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: transparent;
  color: #007cff;
}
.dropdown-submenu .dropdown-menu {
  top: -1px;
  left: 100%;
}
.dropdown-submenu {
  position: relative;
}
/*Mean Menu*/
.mean-container a.meanmenu-reveal span {
  float: left;
  width: 100%;
  height: 2px;
  margin-top: 6px;
  background: #fff;
  position: relative;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.mean-container a.meanmenu-reveal span:before, .mean-container a.meanmenu-reveal span:after {
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: "";
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 1;
}
.mean-container a.meanmenu-reveal span:after {
  top: 6px;
}
.mean-container a.meanmenu-reveal.meanclose span {
  background: none;
}
.mean-container a.meanmenu-reveal.meanclose span:before {
  -webkit-transform: translateY(6px) rotateZ(-45deg);
  -ms-transform: translateY(6px) rotateZ(-45deg);
  transform: translateY(6px) rotateZ(-45deg)
}
.mean-container a.meanmenu-reveal.meanclose span:after {
  -webkit-transform: translateY(-6px) rotateZ(45deg);
  -ms-transform: translateY(-6px) rotateZ(45deg);
  transform: translateY(-6px) rotateZ(45deg)
}
/* Animation */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Hover */
.theme-info .theme-tile a:hover, .vttm-footer a:hover, .blog-category .category-name a:hover, .blog-title a:hover, .blog-author .author-name a:hover, .blog-author .blog-comment a:hover, .read-more a:hover {
  color: #007cff;
}
/* 2. Headers */
.sticky-wrapper.sticky-style-two {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.is-sticky .vttm-header {
  z-index: 3 !important;
}
.sticky-wrapper.is-sticky header.vttm-header {
  background: #fff;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.03);
}
.vttm-header {
  position: relative;
  display: inline-block;
  width: 100%;

  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.vttm-header-no-sticky {
  position: relative;
  display: inline-block;
  width: 100%;

  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
/* 3. Brand Logo */
.vttm-logo {
  float: left;
  padding: 34px 0;
}
.vttm-logo img {
  color: #ffffff;
}
.vttm-logo a img.default-logo {display: inline-block;}
.vttm-logo a img.retina-logo {display: none;}
a .text-logo {
  color: #777777;
  font-size: 44px;

  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
a .text-logo:hover {
  color: #232323;

  -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) {
 .vttm-logo a img.default-logo {display: none;}
 .vttm-logo a img.retina-logo {display: inline-block;}
}
/* 4. Navigation */
/* VictorThemes Navigation */
.vttm-navigation {
  float: left;
  padding-left: 78px;
  letter-spacing: 0.1px;
}
nav.vttm-navigation span.caret {
  display: none;
}
.vttm-navigation > ul > li {
  padding-right: 26px;
}
.vttm-navigation > ul > li > a {
  color: #555555;
  font-size: 15px;
  font-weight: 400;
}
.vttm-navigation > ul > li:hover > a, .vttm-navigation > ul > li.active > a {
  color: #7d7d7d;
}
.account-links {
  float: right;
  padding-top: 25px;
}
.account-links a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
  color: #555555;
  font-weight: 400;
}
.account-links .vttm-btn-small {
  padding: 16px 18px 13px;
  font-weight: 600;
  letter-spacing: 0;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.vttm-toggle {
  display: none;
  float: right;
  vertical-align: middle;
  width: 26px;
  height: 14px;
  margin: 40px 0 0 30px;
}
.vttm-toggle .toggle-separator {
  float: left;
  width: 100%;
  height: 2px;
  margin-top: 6px;
  background: #333333;
  position: relative;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.vttm-toggle .toggle-separator:before, .vttm-toggle .toggle-separator:after {
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #333333;
  content: "";
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 1;
}
.vttm-toggle .toggle-separator:after {
  top: 6px;
}
.vttm-toggle.active .toggle-separator {
  background: none;
}
.vttm-toggle.active .toggle-separator:before {
  -webkit-transform: translateY(6px) rotateZ(-45deg);
  -ms-transform: translateY(6px) rotateZ(-45deg);
  transform: translateY(6px) rotateZ(-45deg)
}
.vttm-toggle.active .toggle-separator:after {
  -webkit-transform: translateY(-6px) rotateZ(45deg);
  -ms-transform: translateY(-6px) rotateZ(45deg);
  transform: translateY(-6px) rotateZ(45deg)
}
/* VictorThemes Blog Page */
/* VictorThemes Main Wrap */
.blog-item ul.post-categories {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.blog-item ul.post-categories li {
  list-style: none;
  float: left;
  margin-right: 4px;
}
.blog-item ul.post-categories li a {
  color: #888888;
}
.blog-item ul.post-categories li a:hover {
  color:#007cff
}
.blog-item .blog-category a {
  color: #888888;
}
.blog-item .blog-category a:hover {
  color:#007cff
}
.tm-click-to-tweet p {
  display: none;
}
.tm-click-to-tweet {
  display: block;
  background-color: #fff;
  position: relative;
  border: none;
  border-radius: 0;
  margin: 0;
  zoom: 0;
  padding: 18px 0 62px;
  font-size: 19px;
  line-height: 28px;
  letter-spacing: 0.2px;
  text-align: center;
}
.tm-click-to-tweet .tm-ctt-text a:hover {
  text-decoration: none;
  color: #23c2f7;
}
.tm-click-to-tweet .tm-ctt-text a {
  margin: 0;
  padding: 0 10% 40px;
  position: relative;
  font-size: 19px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 300;
  text-decoration: none;
  text-transform: none;
  display: inline-block;
  color: #06b7ae;
}
.tm-click-to-tweet .tm-ctt-text a:before {
  content: "\f099";
  font-family: FontAwesome;
  padding: 5px;
  background: #d0d0d0;
  color: #ffffff;
  font-size: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 25px;
  line-height: 16px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;

  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.tm-click-to-tweet .tm-ctt-text a:hover:before {
  background: #33ccff;
  color: #ffffff;

  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.tm-click-to-tweet .tm-ctt-text a:after {
  position: absolute;
  left: 50%;
  bottom: 26px;
  border-bottom: 4px solid #d0d0d0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  content: "";
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;

  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.tm-click-to-tweet .tm-ctt-text a:hover:after {
  border-bottom-color: #33ccff;

  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.vttm-blog-old-post.vttm-btn,
.vttm-blog-new-post.vttm-btn,
.vttm-blog-old-post.vttm-animate-btn,
.vttm-blog-new-post.vttm-animate-btn {
  min-width: 250px;
}
.vttm-blog-new-post.vttm-animate-btn .fa,
.vttm-blog-new-post.vttm-btn .fa {
  vertical-align: middle;
  margin: -3px 0 0 9px;
  font-size: 20px;
}
.vttm-blog-old-post.vttm-animate-btn .fa,
.vttm-blog-old-post.vttm-btn .fa {
  vertical-align: middle;
  margin: -3px 9px 0 0;
  font-size: 20px;
}
.vttm-main-wrap {
  padding: 70px 0 70px;
  overflow: hidden;
  width: 100%;
}
.sticky.tag-sticky-2 {
  border: 1px dashed #04b1a8;
  padding: 25px;
  margin-bottom: 66px;
}
.sticky.tag-sticky-2 .blog-item {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
.blog-item {
  padding-bottom: 54px;
  margin-bottom: 66px;
  border-bottom: 1px solid #ececec;
}
.blog-item p {
  color: #555555;
  font-size: 17px;
  line-height: 30px;
}
.blog-item h2 {
  line-height: 30px;
}
.blog-category {
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #888888;
}
.blog-category .category-name:after {
  content: ",";
}
.blog-category .category-name:last-child:after {
  content: "";
}
.blog-category .category-name a {
  color: #888888;
}
.blog-title {
  margin-bottom: 17px;
  color: #333333;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  letter-spacing: -0.2px;
}
.blog-title a {
  color: #333333;
}
.blog-author {
  display: block;
  overflow: hidden;
  clear: both;
  padding: 4px 0 40px;
}
.blog-author .vttm-image {
  float: left;
}
.blog-author .vttm-image img {
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.blog-author .author-info {
  display: block;
  overflow: hidden;
  padding: 3px 0 0 8px;
  color: #888888;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.3px;
}
.blog-author .author-info-left {
  float: left;
}
.blog-author .author-name {
  color: #04b1a8;
}
.blog-author .author-name a {
  color: #04b1a8;
}
.blog-author .blog-comment {
  float: right;
  margin-top: 5px;
  position: relative;
}
.blog-author .blog-comment img {
  margin-right: 2px;
}
.blog-author .comment-counter {
  position: absolute;
  top: 3px;
  left: 0;
  width: 25px;
  color: #05b1aa;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
}
article .blog-item .blog-image .featured-image {
  padding-bottom: 43px;
}
.read-more {
  padding-top: 13px;
  font-weight: 300;
  font-size: 15px;
}
.read-more a {
  display: inline-block;
  color: #888888;
  position: relative;
}
.read-more a:hover:after {
  right: -25px;
  opacity: 1;
}
.read-more a:after {
  position: absolute;
  top: 5px;
  right: 4px;
  font: normal normal normal 12px/1 FontAwesome;
  text-rendering: auto;
  content: "\f178";
  opacity: 0;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
}
.blog-controls .pull-right .vttm-btn .fa {
  margin: -3px 0 0 9px;
}
.blog-controls .vttm-btn {
  min-width: 250px;
}
.blog-controls .vttm-btn .fa {
  vertical-align: middle;
  margin: -3px 9px 0 0;
  font-size: 20px;
}
/* VictorThemes Blog Single Page */
.vttm-unit-fix {
  word-wrap: break-word;
}
.vttm-blog-detail {
  color: #555555;
  font-weight: 300;
}
.vttm-blog-detail p {
  margin-bottom: 30px;
  color: #555555;
  font-size: 17px;
  line-height: 30px;
}
.vttm-blog-detail strong {
  color: #222222;
  font-weight: 500;
}
.vttm-blog-detail h1 {
  font-size: 35px;
  line-height: 36px;
}
.vttm-blog-detail h2, .vttm-blog-detail h3, .vttm-blog-detail h4, .vttm-blog-detail h5, .vttm-blog-detail h6 {
  color: #333333;
  margin-bottom: 25px;
  font-family: 'Lato', sans-serif;
}
.vttm-blog-detail h3 {
  font-size: 26px;
}
.vttm-blog-detail ul {
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0.3px;
}
.vttm-blog-detail ul li {
  margin-bottom: 26px;
}
.vttm-blog-detail ul li ul li {
  margin: 0 0 18px;
}
.vttm-blog-detail ol {
  padding-top: 13px;
  padding-bottom: 7px;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0.3px;
}
.vttm-blog-detail ol li {
  margin-bottom: 17px;
}
.vttm-blog-detail ol li:last-child {
  margin: 0;
}
.vttm-blog-detail blockquote {
  margin: 55px 0;
}
.vttm-blog-detail blockquote p {
  margin-bottom: 10px;
  color: #777777;
  font-size: 16px;
}
.vttm-blog-detail blockquote p:last-child {
  margin-bottom: 0;
}
.vttm-blog-detail blockquote .blockquote-title {
  margin-bottom: 2px;
  color: #777;
  font-size: 17px;
  font-weight: 400;
}
.vttm-blog-detail blockquote .blockquote-title strong {
  margin-bottom: 2px;
  color: #333333;
  font-size: 17px;
}
.vttm-blog-detail blockquote ul, .vttm-blog-detail blockquote ol {
  padding-top: 10px;
  font-size: 16px;
}
.vttm-blog-detail blockquote ul li, .vttm-blog-detail blockquote ol li {
  margin-bottom: 6px;
}
.wp-audio-shortcode {
  margin-bottom: 40px;
}
.wp-link-pages {
  margin: 0 0 30px;
}
.wp-link-pages a span {
  display: inline-block;
  padding: 6px 10px;
  background: #f3f3f3;
  color: #777777;
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;

  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.wp-link-pages a span:hover {
  background: #007cff;
  color: #ffffff;

  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.wp-link-pages span {
  display: inline-block;
  padding: 6px 10px;
  margin: 0 4px 0 0px;
  background: #007cff;
  color: #fff;
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
}
.vttm-blog-detail .vttm-responsive-table {
  padding: 23px 0 33px;
}
.vttm-blog-detail .blog-author {
  padding: 0 0 18px;
}
.vttm-blog-detail .blog-image .featured-image {
  padding-bottom: 51px;
  text-align: center;
}
.vttm-blog-detail .related-posts .featured-image {
  padding-bottom: 0px;
}
.vttm-blog-detail .blog-title {
  margin-bottom: 36px;
  color: #333333;
  font-weight: 600;
}
.single-post .bp-content a {color: #000;text-decoration: underline;}
.single-post .bp-content a:hover {color: #007cff;}
.single-post .bp-content hr {
  border-top: 1px dashed #bfbfbf;
  display: block;
  margin-top: 40px;
  margin-bottom: 30px;
}
.tweet-feed {
  padding: 18px 0 62px;
  font-size: 19px;
  line-height: 28px;
  letter-spacing: 0.2px;
  text-align: center;
}
.tweet-feed a {
  display: inline-block;
  color: #06b7ae;
}
.tweet-feed a:hover {
  color: #23c2f7;
}
.tweet-feed a:hover .fa {
  background: #33ccff;
  color: #ffffff;
}
.tweet-feed a:hover .fa:after {
  border-bottom-color: #33ccff;
}
.tweet-feed a .fa {
  padding: 5px;
  margin-top: 17px;
  background: #d0d0d0;
  color: #ffffff;
  font-size: 15px;
  position: relative;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.tweet-feed a .fa:after {
  position: absolute;
  top: -4px;
  left: 50%;
  border-bottom: 4px solid #d0d0d0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  content: "";
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.tweet-feed a .tweet-feed-title {
  display: block;
}
.vttm-contact {
  padding: 50px 0;
  margin-top: 55px;
  color: #333333;
  font-family: 'Merriweather', serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  position: relative;
}
.vttm-contact span {
  position: absolute;
  top: -1px;
  left: 50%;
  width: 3px;
  height: 3px;
  background: #555555;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.vttm-contact span:before, .vttm-contact span:after {
  position: absolute;
  top: 0;
  left: -23px;
  width: 3px;
  height: 3px;
  background: #555555;
  content: "";
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  z-index: 1;
}
.vttm-contact span:after {
  left: auto;
  right: -23px;
}
.vttm-blog-meta {
  padding-bottom: 52px;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.5px;
}
.vttm-blog-tags ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1.42857143;
}
.vttm-blog-tags ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px 8px 0;
}
.vttm-blog-tags ul li a {
  display: inline-block;
  padding: 6px 10px;
  background: #f3f3f3;
  color: #777777;
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
}
.vttm-blog-tags ul li a:hover, .vttm-blog-tags ul li a:focus {
  background: #007cff;
  color: #ffffff;
}
.vttm-author-info {
  padding: 30px 20px;
  margin-bottom: 51px;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.03);
  -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.03);
  display: inline-block;
  width: 100%;
}
.author-avatar {
  float: left;
}
.author-avatar img {
  -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: 15px;
}
.author-content p {
  color: #888888;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 10px;
}
.author-content .author-name {
  display: inline-block;
  margin-bottom: 7px;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
}
.vttm-social a {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  padding: 5px;
  margin: 8px 2px 0;
  color: #4dc4f6;
  font-size: 16px;
  text-align: center;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.vttm-social a.facebook {
  color: #788cb6;
}
.vttm-social a.linkedin {
  color: #0077b5;
}
.vttm-social a.google-plus {
  color: #dd4b39;
}
.vttm-social a:hover {
  background: #4dc4f6;
  color: #ffffff;
  border-color: transparent;
}
.vttm-social a.facebook:hover {
  background: #788cb6;
}
.vttm-social a.linkedin:hover {
  background: #0077b5;
}
.vttm-social a.google-plus:hover {
  background: #dd4b39;
}
.related-posts .row {
  margin: 0 -25px;
}
.related-posts [class*="col-"] {
  padding: 0 25px;
}
.related-posts h3 {
  font-size: 22px;
}
.related-posts .blog-item {
  padding-bottom: 0;
  margin-bottom: 50px;
  -webkit-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.related-posts .blog-item h2 {
  font-size: 24px;
  margin: 0 0 17px;
  font-weight: 400;
}
.related-posts .blog-image {
  text-align: center;
  padding-bottom: 0;
}
.related-posts .blog-image img {
  height: auto;

  -webkit-border-radius: 7px 7px 0 0;
  -ms-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
}
.related-posts .blog-title {
  min-height: 60px;
}
.related-posts .blog-category {
  margin-bottom: 4px;
}
.related-posts .blog-author {
  padding: 17px 0 10px;
}
.related-post-title {
  margin-bottom: 32px;
  color: #333333;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
}
.blog-info {
  padding: 27px 20px 20px;
}
.vttm-subscribe {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #eeeeee;
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
  z-index: 10;
}
.subscribe-wrap {
  padding: 12px 0;
}
.subscribe-wrap .vttm-image {
  float: left;
}
.subscribe-wrap .vttm-image img {
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.subscribe-info {
  display: block;
  overflow: hidden;
  padding-left: 24px;
}
.subscribe-info p {
  color: #555555;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
}
.subscribe-info p:last-child {
  margin-bottom: 0;
}
.subscribe-info p a {
  font-weight: 400;
}
.subscribe-info .vttm-btn {
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.subscribe-info .vttm-btn-small {
  padding: 9px 14px 8px;
  font-size: 13px;
}
/*Single Navigation And Share*/
.vttm-single-share-navi {
  position: fixed;
  right: 0;
  top: 97px;
  width: 60px;
  height: 100%;
  border-left: 1px solid #ececec;
  border-top: 1px solid #ececec;
  background: #fff;
  z-index: 9;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.vttm-single-share-navi ul {
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
  color: #888;
}
.vttm-single-share-navi ul li {
  margin: 0;
}
ul.vttm-single-navi li a {
  border-bottom: 1px solid #ececec;
  width: 60px;
  height: 60px;
  display: inline-block;
  line-height: 60px;
  font-size: 30px;
  color: #888;
}
ul.vttm-single-share li {
  width: 59px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
}
ul.vttm-single-share li:last-child {
  height: 55px;
}
ul.vttm-single-share li.single-share-text {
  height: 40px;
  line-height: 47px;
}
ul.vttm-single-share {
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: 1px solid #ececec;
}
a.icon-fa-twitter {
  color: #1da1f2;
  font-size: 18px;

  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
a.icon-fa-facebook {
  color: #3b5998;
  font-size: 18px;

  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
a.icon-fa-linkedin {
  color: #0077b5;
  font-size: 18px;

  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
a.icon-fa-pinterest {
  color: #bd081c;
  font-size: 18px;

  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
a.icon-fa-envelope {
  color: #b09ef6;
  font-size: 18px;

  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
i.single-navi-next {
  background: url(../images/backgrounds/single-next.png) 11px 0px;
  position: relative;
  display: inline-block;
  width: 11px;
  height: 19px;
  background-size: 22px 19px;
  top: 0;
  left: 0;
}
ul.vttm-single-navi li a:hover i.single-navi-next {
  background: url(../images/backgrounds/single-next.png) 22px 0px;
  background-size: 22px 19px;
}
i.single-navi-prev {
  background: url(../images/backgrounds/single-prev.png) 0px 0px;
  position: relative;
  display: inline-block;
  width: 11px;
  height: 19px;
  background-size: 22px 19px;
  top: 0;
  left: 0;
}
ul.vttm-single-navi li a:hover i.single-navi-prev {
  background: url(../images/backgrounds/single-prev.png) -11px 0px;
  background-size: 22px 19px;
}
/*For Responsive*/
.vttm-inner-single-share-navi .vttm-single-share-navi {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: none;
  display: inline-block;
  width: 100%;
  margin: 0 0 30px;
  z-index: 0;
}
.vttm-inner-single-share-navi .vttm-single-share-navi ul.vttm-single-share li {
  float: none;
  display: inline-block;
  margin: 0 auto;
  width: 35px;
  height: 35px;
}
.vttm-inner-single-share-navi .vttm-single-share-navi ul.vttm-single-share li:last-child {
  height: 35px;
}
.vttm-inner-single-share-navi .vttm-single-share-navi ul.vttm-single-share {
  border-bottom: none;
}
.vttm-inner-single-share-navi .vttm-single-share-navi ul.vttm-single-share li.single-share-text {
  width: auto;
  font-size: 14px;
  margin: 0 20px 0 0px;
  position: relative;
}
.vttm-inner-single-share-navi .vttm-single-share-navi ul.vttm-single-share li.single-share-text:after {
  content: ":";
  position: absolute;
  right: -6px;
  top: 0px;
}

/*Home Page*/
.vttm-intro-section {
  text-align: center;
  padding: 120px 0;
}
.vttm-intro-section h2 {
  font-size: 48px;
  line-height: 50px;
}
.vttm-intro-section p {
  margin: 15px 0 38px;
  font-size: 20px;
}
.vttm-transparent-btn {
  background: transparent;
  text-align: center;
  border-radius: 3px;
  padding: 21px 40px 18px;
  display: inline-block;
  color: #777;
  font-size: 15px;
  border: 1px solid #d0d0d0;
  text-transform: uppercase;
}
.vttm-blue-btn {
  background: #3b55e6;
  text-align: center;
  border-radius: 3px;
  padding: 21px 40px 18px;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  border: 1px solid #3b55e6;
  text-transform: uppercase;
}
.wpcf7-submit.vttm-blue-btn {
  padding: 10px 40px 10px;
}
.vttm-talk-btn {
  display: none;
  background-color: #32cd9c;
  border-color: #32cd9c;
}
.vttm-blue-btn.vttm-talk-btn:hover {
  color: #32cd9c;
  border: 1px solid #32cd9c;
  background: transparent;
}
span.wpcf7-not-valid-tip {margin-bottom: 10px;}
div.wpcf7-response-output {margin: 20px 0 0;padding: 10px;}
.vttm-black-btn {
  background: #333333;
  text-align: center;
  border-radius: 3px;
  padding: 27px 40px 23px;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  border: 1px solid #333333;
  text-transform: uppercase;
}
.vttm-white-btn {
  background: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 20px 40px 16px;
  display: inline-block;
  font-size: 15px;
  color: #222;
  border: 1px solid #fff;
  text-transform: uppercase;
}
.vttm-btn-large {
  padding: 21px 35px 17px;
  min-width: 230px;
}
.vttm-btn-live {
  padding: 15px 35px 11px;
  min-width: 290px;
}
.vttm-btn-download {
  padding: 25px 35px 21px;
  width: 100%;
}
.vttm-blue-btn:hover {
  color: #3b55e6;
  border: 1px solid #3b55e6;
  background: transparent;
}
.vttm-transparent-btn:hover {
  color: #fff;
  border: 1px solid #3b55e6;
  background: #3b55e6;
}
.vttm-black-btn:hover {
  color: #333333;
  border: 1px solid #333333;
  background: transparent;
}
.vttm-white-btn:hover {
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
}
@keyframes scrollBackground {
  from { background-position: 0 0; }
  to { background-position: 100% 0; }
}
.vttm-scroll-bg {
  max-width: 100%;
  width: 100%;
  height: 494px;
  background-image: url(../images/backgrounds/moving-bg.png);
  background-position: 0px 0px;
  background-repeat: repeat-x;

  animation: scrollBackground 55s linear infinite;
}
.feature-mac-image {
  padding: 0 0 0 8%;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.vttm-features {
  display: inline-block;
}
.vttm-features .feature-row {
  display: block;
  float: left;
  padding: 0 0 50px;
  clear: both;
}
.vttm-feature-icon {
  width: 58px;
  height: 58px;
  display: inline-block;
  float: left;
  margin: 0 25px 20px 0px;
}
.vttm-feature-icon img {
  width: 53px;
  height: auto;
}
.vttm-feature-content {
  float: right;
  width: 410px;
}
.vttm-features .feature-row:last-child {
  padding: 0;
}
.feature-row h3 {
  font-size: 20px;
  font-weight: 500;
  color: #222;
  margin: 0 0 22px;
  line-height: 10px;
}
.feature-row p {
  line-height: 24px;
}
.vttm-feature-section {
  padding: 190px 0px;
}
.vttm-video-popup img {
  display: block;
  margin: 0 auto;
}
.vttm-custom-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .vttm-custom-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .vttm-custom-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .vttm-custom-container {
    width: 1170px;
  }
}
@media (min-width: 1450px) {
  .vttm-custom-container {
    width: 1370px;
    padding: 0;
  }
}
@media (min-width: 992px) {
.vttm-col-md-4 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  width: 33.33333333%;
}
.vttm-col-md-8 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  width: 66.66666667%;
}
}
.vttm-wp-themes {
  border-bottom: 1px solid #f0f0f0;
}
.theme-list {
  padding: 80px 0;
  display: inline-block;
  width: 100%;
}
.themes-list {
  padding: 30px 0 0px;
}
.vttm-theme {
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin: 0 0 60px;
  position: relative;
  overflow: hidden;
}
.tab-pane .col-sm-6:last-child .vttm-theme {margin-bottom: 0;}
span.vttm-theme-label {
  position: absolute;
  background: #f72b89;
  color: #fff;
  padding: 5px 0 4px;
  transform: rotate(-45deg);
  text-align: center;
  top: 30px;
  width: 180px;
  left: -44px;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}
i.vttm-arrow-right {
  background: url(../images/backgrounds/icon-btn.png);
  position: relative;
  display: inline-block;
  width: 15px;
  height: 16px;
  background-size: 30px 16px;
  top: 2px;
  left: 5px;

  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.vttm-blue-btn:hover i.vttm-arrow-right {
  background: url(../images/backgrounds/icon-btn.png) 15px 0px;
  background-size: 30px 16px;

  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.vttm-wp-themes .vttm-section-heading p {
  font-size: 17px;
}
.vttm-section-heading.vttm-center img {
  display: block;
  margin: 0 auto 25px;
}
.vttm-section-heading h2 {
  font-size: 40px;
  margin: 0px 0 10px;
  line-height: 44px;
  padding: 7px 0 5px;
}
.vttm-section-heading span {
  font-size: 13px;
  color: #555555;
  text-transform: uppercase;
}
.vttm-section-heading img {
  display: block;
  margin: 0 0 25px;
  width: 58px;
}
.vttm-section-heading p {
  font-size: 16px;
}
.theme-detail {
  padding: 30px 30px 20px;
}
.theme-detail h3 {
  font-size: 22px;
  margin: 0 0 4px;
}
.theme-detail p a {
  color: #888;
}
.theme-detail p a:hover {
  color: #007cff;
}
.vttm-center {
  text-align: center;
}
.theme-list .vttm-button-center a {
  margin-top: 20px;
}
.theme-list .vttm-button-center a i {
  margin-left: 4px;
}
.vttm-theme-instal {
  padding: 120px 0 100px;
}
.vttm-theme-instal .vttm-section-heading {
  padding: 100px 0 0;
}
.vttm-video-popup {
  position: relative;
}
.vttm-hover .vttm-video-btn, .vttm-video-btn:focus {
  background: rgb(255, 255, 255);
  color: #007cff;
}
.vttm-video-btn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 7px;
  margin: 0 auto;
  font-size: 22px;
  background: rgb(255, 255, 255);
  color: #333333;
  text-align: center;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  line-height: 69px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 3px;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.vttm-layout {
  background: #ec008c;
  background: linear-gradient(to right, #ec008c, #fc6767);
  padding: 120px 0px 100px;
  color: #fff;
  text-align: center;
}
.vttm-layout p {
  color: #fff;
  font-size: 17px;
}
.vttm-layout h2 {
  font-size: 40px;
}
.owl-dots .owl-dot {
  display: inline-block;
  float: none;
  margin: 0 auto;
}
.owl-dot span {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #fa9abc;
  border-radius: 100%;
  margin: 0 5px 0;
}
.owl-dot.active span {
  background: transparent;
  border: 2px solid #fff;
}
.owl-stage-outer {
  margin: 0 0 60px;
}
.vttm-testi-carousel .owl-stage-outer {
  margin: 0px;
}
.vttm-layout .owl-carousel {
  margin: 80px 0 0;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  display: inline-block;
  float: none;
  margin: 0 10px;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.2);
  padding: 3px 15px;
  border-radius: 3px;
}
.vttm-testi-carousel .owl-nav {
  text-align: center;
}
.vttm-testi-carousel .owl-nav .owl-prev,
.vttm-testi-carousel .owl-nav .owl-next {
  display: inline-block;
  float: none;
  margin: 0 10px;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.2);
  padding: 3px 15px;
  border-radius: 3px;
}
.vttm-online-shop {
  padding: 120px 0 100px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 120px;
}
.vttm-online-shop .vttm-section-heading {
  padding: 70px 0 0;
}
.vttm-page-builder .vttm-pb-image {
  padding: 90px 0 120px;
}
.vttm-page-builder .vttm-pb-image img {
  background-size: cover;
  width: 100%;
}
.vttm-testimonial-wrap {
  display: inline-block;
  width: 100%;
}
.vttm-testimonial {
  background: #f8f8f8;
  padding: 100px 0px;
  position: relative;
  border-top: 1px solid #f0f0f0;
}
.vttm-testimonial:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: 6px;
  bottom: 0;
  background-image: url(../images/backgrounds/testi-bg-border.png);
  background-repeat: repeat;
  background-position: center bottom;
}
.testi-avatar {
  display: inline-block;
  float: none;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.testi-avatar img {
  display: inline-block;
  border-radius: 100%;
  margin: 10px 0 0 30px;
}
.testi-text {
  background: #fff;
  -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.12);
  padding: 47px 40px;
  border-radius: 10px;
  position: relative;

  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.animated .testi-text {
  opacity: 1;

  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.testi-text:after {
  right: 99%;
  top: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 20px;
  margin-top: 0;
}
.testi-text p {
  font-size: 17px;
  line-height: 30px;
}
.testi-text span a,
.testi-text span {
  color: #777777;
  font-size: 12px;
  text-transform: uppercase;
}
.testi-text span a:hover, .testi-text span a:focus {
    text-decoration: none;
    color: #007cff;
}
.testi-text p:before {
  content: " ";
  background-image: url(../images/backgrounds/quote.png);
  position: absolute;
  height: 50px;
  width: 56px;
  background-repeat: no-repeat;
  top: 30px;
  left: 17px;
}

/*Testimonial Carousel*/
.vttm-testi-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.vttm-testi-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}
.vttm-testi-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.vttm-testi-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
  padding: 45px 0;
}
.vttm-testi-carousel .owl-wrapper,
.vttm-testi-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.vttm-testi-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.vttm-testi-carousel .owl-nav.disabled,
.vttm-testi-carousel .owl-dots.disabled {
  display: none;
}
.vttm-testi-carousel .owl-nav .owl-prev,
.vttm-testi-carousel .owl-nav .owl-next,
.vttm-testi-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vttm-testi-carousel.owl-loaded {
  display: block;
}
.vttm-testi-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.vttm-testi-carousel.owl-hidden {
  opacity: 0;
}
.vttm-testi-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.vttm-testi-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vttm-testi-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.vttm-testi-carousel.owl-rtl {
  direction: rtl;
}
.vttm-testi-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .vttm-testi-carousel {
  display: block;
}
.vttm-testi-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.vttm-testi-carousel .owl-animated-in {
  z-index: 0;
}
.vttm-testi-carousel .owl-animated-out {
  z-index: 1;
}
.vttm-testi-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; }
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.vttm-testi-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.vttm-testi-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.vttm-testi-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.vttm-testi-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.vttm-testi-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.vttm-testi-carousel .owl-video-playing .owl-video-tn,
.vttm-testi-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.vttm-testi-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.vttm-testi-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/*End*/
.vttm-testi-carousel .owl-dots .owl-dot {
  display: inline-block;
  float: none;
  margin: 0 auto;
}
.vttm-testi-carousel .owl-dot span {
  width: 8px;
  height: 8px;
  display: inline-block;
  background: #d1d1d1;
  border-radius: 100%;
  margin: 0 5px 0;
}
.vttm-testi-carousel .owl-dot.active span {
  background: #fff;
  border: 1px solid #d1d1d1;
}
.vttm-testi-carousel .owl-dots {
  margin: 0 auto;
  text-align: center;
}
.vttm-membership {
  padding: 140px 0 70px;
}
.vttm-member-box {
  text-align: center;
  padding: 55px 80px;
  position: relative;

  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.vttm-membership-title {
  max-width: 220px;
  margin: 0 auto 15px;
  position: relative;
}
.vttm-membership-title:after {
  content: "";
  background: #e8e8e8;
  width: 100%;
  height: 1px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;

  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.vttm-member-box.member-box-hover .vttm-membership-title:after {
  width: 0;
}
.vttm-membership-title h3 {
  font-size: 20px;
  color: #222;
  padding: 0px 0 15px;

  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.vttm-membership-cost {
  display: inline-block;
  position: relative;
}
.vttm-membership-cost h1 {
  color: #333;
  font-size: 80px;
  font-weight: 300;
  line-height: 70px;
  position: relative;
  width: 100%;
  display: inline-block;
}
.vttm-membership-cost h1:before {
  content: "$";
  color: #999;
  font-size: 36px;
  font-weight: 300;
  position: absolute;
  top: 0;
  left: auto;
  margin-left: -20px;
  line-height: 50px;
}
.vttm-membership-cost span {
  color: #666;
  font-size: 12px;
  text-transform: uppercase;
}
.vttm-membership-benefit {
  text-align: left;
  margin: 35px auto 45px;
}
.vttm-membership-benefit ul {
  margin: 0 auto;
  padding: 0;
  max-width: 220px;
}
.vttm-membership-benefit ul li {
  list-style: none;
  margin: 0 0 15px;
  color: #666;
  font-weight: 300;
  font-size: 16px;
}
/*.vttm-content-side .vc_row.wpb_row.vc_row-fluid {
  overflow: hidden;
}*/
.vttm-member-box.member-box-hover {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);

  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
span.member-box-label {
  position: absolute;
  top: 24px;
  right: 0;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  width: 86px;
  left: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  background: #f72b89;
  border-radius: 3px;
  padding: 4px 6px 2px;
}
.vttm-get-start{
  background: #ec008c;
  background: linear-gradient(to right, #ec008c, #fc6767);
  padding: 47px 0px;
  color: #fff;
  text-align: center;
  margin: 0 0 80px;
}
.vttm-get-start h2 {
  display: inline-block;
  margin: 0 20px 0 0px;
  font-size: 30px;
  font-weight: 400;
}

/* 8. Footer */
.vttm-footer {
  padding: 0px 0 50px;
  color: #666666;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.3px;
}
.vttm-footer .vttm-widget {
  margin-bottom: 30px;
}
.vttm-footer .col-xs-6:last-child .vttm-widget {
  margin-bottom: 0;
}
.vttm-widget.vt-footer-top-widget {
  margin-bottom: 0;
}
.vttm-footer h3 {
  font-size: 12px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  color: #333;
  margin: 0 0 25px;
}
.vttm-footer a {
  color: #666666;
}
.vttm-footer p {
  color: #666666;
  font-size: 14px;
  line-height: 22px;
}
.vttm-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.vttm-footer ul li {
  padding-bottom: 16px;
}
.vttm-footer-space {
  padding: 0 0 0 10%;
}
.vttm-news-letter {
  width: 376px;
}
input.vttm-sign-up::placeholder {
  color: #888888;
}
.vttm-signup-widget input.vttm-sign-up {
  width: 100%;
  display: inline-block;
  float: none;
  color: #777;
  font-size: 15px;
}
input.vttm-sign-up {
  width: 70%;
  display: inline-block;
  float: left;
  color: #888888;
  font-size: 14px;
}
.vttm-signup-widget input.vttm-sign-up-button {
  background: #f72b89;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #f72b89;
  padding: 18px 0;
  border-radius: 3px;
  margin: 0;
  font-size: 15px;
  float: none;
  max-height: 56px;
  font-weight: 500;
  outline: none;

  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.vttm-signup-widget input.vttm-sign-up-button:hover {
  background: transparent;
  color: #f72b89;
  border: 1px solid #f72b89;

  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
input.vttm-sign-up-button {
  width: 30%;
  display: inline-block;
  float: left;
  background: #333;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  border: 0;
  margin: 10px 0;
  outline: none;
  padding: 20px 0;
  max-height: 56px;
  border-radius: 0px 3px 3px 0px;
}
/* 9. Copyright */
.vttm-copyright {
  color: #888888;
  font-size: 12px;
  padding: 0 0 60px;
}
.vttm-copyright p,
.vttm-copyright a {
  color: #888888;
  font-size: 12px;
  margin: 0px;
  font-weight: 400;
}
.vttm-copyright a:hover {
  color: #007cff;
}
.vttm-copyright.copyright-style-two {
  padding: 50px 0 58px;
  font-weight: 300;
  letter-spacing: 0.3px;
}
.vttm-copyright.copyright-style-two .container {
  width: 1370px;
}
/* VictorThemes Back Top */
.vttm-back-top {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 15px;
  z-index: 11;
}
.vttm-back-top a {
  display: block;
  width: 40px;
  height: 40px;
  padding: 1px;
  font-size: 18px;
  line-height: 38px;
  text-align: center;
  background: #222222;
  color: #ffffff;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.vttm-back-top a:hover {
  background: #007cff;
}

/*Freebies*/
.vttm-inner-page-heading {
  background-image: url(../images/backgrounds/heading-bg.png);
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  padding: 51px 0;
  min-height: 216px;
}
.vttm-page-heading h2 {
  font-size: 48px;
  margin: 0 0 5px;
  color: #333;
}
.vttm-page-heading p {
  font-size: 18px;
  color: #777;
}
.vttm-page-heading span {
  color: #222;
}
.freebies-list {
  padding: 35px 0 25px;
}
.vttm-pagination {
  margin: 10px 0;
}
.vttm-freebies {
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin: 0 0 60px;
  display: inline-block;
  width: 100%;
}
.vttm-freebies a img {
  height: auto;
  border-radius: 10px 10px 0px 0px;
}
.freebies-detail {
  padding: 20px 30px 20px;
  display: inline-block;
  width: 100%;
}
.freebies-detail h3 {
  font-size: 18px;
  margin: 0 0 10px;
  font-weight: 400;
  color: #333;
}
.freebies-type {
  width: 50%;
  float: left;
  display: inline-block;
  font-size: 12px;
}
.freebies-license {
  width: 50%;
  display: inline-block;
  font-size: 12px;
}
.freebies-license span,
.freebies-type span {
  display: block;
  color: #777;
  text-transform: uppercase;
  font-weight: 400;
}
.freebies-license a,
.freebies-type a {
  color: #555;
}
.freebies-type a:hover, .freebies-type a:focus,
.freebies-license a:hover, .freebies-license a:focus {
    text-decoration: none;
    color: #007cff;
}
/*WP Pagenavi*/
.wp-pagenavi {
    text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span.current {
  width: 30px;
  height: 30px;
  line-height: 22px;
  display: inline-block;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  border: none;
}
.wp-pagenavi a:hover {
  background: #3b55e6;
  color: #fff !important;
  border-radius: 3px;
}
span.current {
  background: #3b55e6;
  color: #fff !important;
  border-radius: 3px;
  border: none;
}

ul.page-numbers {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
ul.page-numbers li {
  float: none;
  display: inline-block;
  margin: 0 3px;
}
ul.page-numbers li span.page-numbers,
ul.page-numbers li a.page-numbers {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  font-size: 16px;
  color: #333;
  font-weight: 400;
}
ul.page-numbers li a.page-numbers:hover {
  background: #3b55e6;
  color: #fff !important;
  border-radius: 3px;
}
span.page-numbers.current {
  background: #3b55e6;
  color: #fff !important;
  border-radius: 3px;
}
.vttm-single-content {
  padding: 40px 0px 120px
}
.vttm-freebies-single {
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.03);
  border-radius: 6px;
}
.vttm-freebies-single img {
  display: block;
  margin: 0 auto 30px;
  height: auto;
}
.vttm-theme-feature img {
  width: 100px;
}
.vttm-single-detail {
  padding: 40px 30px 50px;
}
.vttm-single-detail p {
  font-size: 16px;
  line-height: 28px;
  color: #555;
  margin-bottom: 30px;
}
.vttm-single-detail p:last-child {
  margin-bottom: 5px;
}
.vttm-sidebar {
  margin: 0 0 0 30px;
}
.widget {
  margin: 0 0 40px;
}
.widget:last-child {
  margin: 0;
}
ul.theme-strategy {
  padding: 0;
  margin: 0;
  list-style: none;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  font-size: 16px;
  color: #555;
  font-weight: 400;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.03);
}
ul.theme-strategy li {
  padding: 20px 25px 17px;
  border-bottom: 1px solid #e8e8e8;
}
ul.theme-strategy li i,
ul.theme-strategy li em {font-style: normal;}
ul.theme-strategy li:last-child {
  border-bottom: 0;
}
ul.theme-strategy li span {
  float: right;
}
.widget-theme-strategy {
  margin: 0 0 50px;
}
.vttm-signup-widget {
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  padding: 35px 25px;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.03);
}
.vttm-signup-widget img {
  display: block;
  margin: 0 auto;
}
.vttm-signup-widget h2 {
  font-size: 22px;
  color: #333;
  line-height: 28px;
  text-align: center;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  margin: 30px 0 15px;
}
input.sign-up-widget::placeholder {
  color: #777;
}
input.sign-up-widget {
  color: #777;
  font-size: 15px;
}
button.sign-up-widget-button {
  background: #f72b89;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #f72b89;
  padding: 18px 0;
  border-radius: 3px;
  font-size: 15px;
  max-height: 56px;
  font-weight: 500;
  outline: none;

  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
button.sign-up-widget-button:hover {
  background: transparent;
  color: #f72b89;
  border: 1px solid #f72b89;

  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.vttm-banner-single-theme {
  background: linear-gradient(0deg, #e2e2e2, #fbfbfb 80%) no-repeat;
}
.vttm-single-theme {
  padding: 78px 0;
}
.vttm-theme-intro h2 {
  font-size: 60px;
  font-weight: 400;
  margin: 0 0 0 4px;
  line-height: 50px;
}
.vttm-theme-intro span {
  font-size: 16px;
  color: #555;
  margin: 10px 0 10px 4px;
  display: inline-block;
  font-weight: 400;
}
.vttm-theme-intro p {
  font-size: 16px;
  color: #666;
  margin: 10px 0 0 4px;
}
.vttm-theme-intro {
  padding: 70px 13% 0 0;
}
.single-theme-buttons {
  margin: 30px 0 0;
}
.single-theme-buttons a {
  margin: 0 10px 0 0px;
}
.vttm-header-no-sticky.vttm-header-single-theme {
  background: #fbfbfb;
  margin: 0 0 -6px;
}
.vttm-main-wrap.single-theme-main-wrap {
  padding-top: 0;
}
.vttm-theme-detail-tab {
  text-align: center;
  background: #fff;
  z-index: 9 !important;
}
.vttm-theme-detail-tab ul.nav.nav-tabs {
  display: inline-block;
  width: 100%;
}
.vttm-theme-detail-tab ul.nav.nav-tabs li {
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  float: none;
  border-radius: 0;
}
.vttm-theme-detail-tab li:last-child > a:last-child {
    border-right: 1px solid #e8e8e8 !important;
}
.vttm-theme-detail-tab ul.nav.nav-tabs li a {
  border-radius: 0;
  border-bottom: none;
  border-top: none;
  margin: 0 0 0 -5px;
  min-width: 156px;
  font-size: 15px;
  color: #555;
  padding: 27px 30px 25px;
  font-weight: 400;
  border-left: 1px solid #e8e8e8 !important;
}
.vttm-theme-detail-tab ul.nav.nav-tabs li a:hover {
  background: transparent;
  color: #222;
}
.vttm-theme-detail-tab ul.nav.nav-tabs li.active a {
  color: #222;
}
.nav>li>a:focus, .nav>li>a:hover {
  text-decoration: none;
  background-color: transparent;
}
.vttm-theme-detail-tab ul.nav.nav-tabs li.active a:after {
  content: "";
  background: #32cd9c;
  width: calc(100% + 2px);
  height: 2px;
  display: inline-block;
  position: absolute;
  bottom: -1px;
  margin: 0 auto;
  left: -1px;
  z-index: 1;
  right: 0;

  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.vttm-theme-detail-tab ul.nav.nav-tabs li a:after {
  content: "";
  background: #32cd9c;
  width: 0px;
  height: 2px;
  display: inline-block;
  position: absolute;
  bottom: -1px;
  margin: 0 auto;
  left: -1px;
  z-index: 1;
  right: 0;

  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.vttm-theme-detail-tab ul.nav.nav-tabs li a:hover:after {
  width: calc(100% + 2px);
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  border-color: transparent;
}
.single-theme-main-wrap .vttm-single-content {
  padding-top: 80px;
}
.single-theme-main-wrap .vttm-wp-themes-single {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.theme-features {
  text-align: center;
}
.theme-features h2 {
  font-size: 24px;
  color: #222;
  line-height: 28px;
  font-weight: 500;
  margin: 0 0 13px;
}
.theme-features p {
  font-size: 16px;
  color: #555;
  line-height: 24px;
}
.vttm-testi-box {
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  padding: 30px 40px;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.03);
  margin-bottom: 40px;
}
.vttm-testi-box:last-child {
  margin-bottom: 0px;
}
.testi-auther-info img {
  float: left;
  display: inline-block;
  border-radius: 100%;
  margin: 0 15px 0 0px;
  width: 65px;
  height: 65px;
}
.testi-auther-info h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 3px;
  line-height: 26px;
}
.testi-auther-bio {
  float: left;
  margin: 7px 0 0;
}
.testi-auther-bio span {
  color: #555;
  font-weight: 400;
  font-size: 15px;
}
.testi-auther-bio span a {
  font-weight: 500;
  color: #555;
}
.testi-auther-bio span a:hover {
  color: #007cff;
}
.testi-auther-bio span i {
  color: #f2b827;
  margin: 0 4px 0 0px;
}
.testi-auther-bio span i:last-child {
  color: #f2b827;
  margin: 0 10px 0 0px;
}
.testi-auther-info {
  display: inline-block;
  width: 100%;
}
.auther-testi-content {
  margin-top: 10px;
}
.vttm-wp-themes-single .single-theme-overviwe img {
  margin-bottom: 0;
  display: inline-block;
}
.vttm-wp-themes-single .single-theme-overviwe .vttm-theme-feature img {
  margin-bottom: 30px;
  display: inline-block;
}
.vttm-theme-feature {
  margin-bottom: 40px !important;
}
.vttm-wp-themes-single .vttm-theme img {
  margin: 0 auto;
  display: block;
}
.changelog-indicator {
  margin: 0 0 43px;
}
.changelog-indicator p {
  display: inline-block;
  color: #555;
  margin: 0 30px 10px 0px;
}
.vttm-indicator {
  width: 36px;
  height: 22px;
  line-height: 23px;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
  display: block;
  float: left;
  text-align: center;
  border-radius: 3px;
  margin: 0 13px 7px 0px;
}
.indi-added {
  background: #2c63d5;
}
.indi-fixed {
  background: #fc3f33;
}
.indi-enhanced {
  background: #32cd9c;
}
.indi-release {
  background: #EC028B;
}
.changelog-indicator .vttm-indicator {
  width: 40px;
  height: 30px;
  line-height: 32px;
  font-size: 22px;
}
.vttm-theme-changelog h2 {
  font-size: 24px;
  color: #222;
  border-bottom: 1px solid #e8e8e8;
  padding: 0 0 25px;
  margin: 0 0 30px;
}
.vttm-theme-changelog h2 span {
  font-weight: 300;
  margin: 0 0px 0 5px;
}
.vttm-theme-changelog {
  margin: 0 0 40px;
}
.vttm-theme-changelog:last-child {
  margin-bottom: 0;
}
.vttm-accordion-widget {
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.03);
}
.vttm-accordion .panel {
  margin: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent;
  position: relative;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #e8e8e8;
}
.vttm-accordion h4.panel-title label {
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
  display: block;
  padding: 30px 25px;
  margin: 0;
  word-spacing: 2px;
}
.vttm-accordion h4.panel-title label span {
  float: right;
  font-size: 22px;
  margin: -5px 0 0;
}
.vttm-accordion .panel-heading {
  padding: 0;
  background: #fff;
}
.vttm-accordion .panel .panel-content {
  padding: 0 25px 23px;
  margin: -10px 0 0;
/*  opacity: 0;
}
.panel-collapse.collapse.in .panel-content {
  opacity: 1; */
}
.panel-collapse.collapse.in .panel-content:before {
  content: "";
  background: #3b55e6;
  width: 3px;
  height: 0px;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0px;
  margin: 0 auto;
  left: -1px;
  z-index: 1;
}
.vttm-lets-talk-accordion .panel-collapse.collapse.in .panel-content:before {
  background: #32cd9c;
}
.panel:first-child .panel-collapse.collapse.in .panel-content:before {
  border-top-left-radius: 5px;
}
.vttm-panel-selected .panel-collapse.collapse.in .panel-content:before {
  height: 100%;
}
.vttm-accordion-widget input[type="radio" i] {
  display: none;
}
.vttm-accordion .panel .panel-content p {
  font-size: 14px;
  margin: 5px 0 5px;
  color: #606060;
}
.vttm-accordion .panel .panel-content p i {
  padding-left: 8px;
}
.vttm-accordion .vttm-center a {
  width: 100%;
  cursor: pointer;
}
a.vttm-transparent-btn.vttm-live-btn {
  margin: 0 0 20px;
}
.vttm-accordion .vttm-center {
  padding: 20px 20px 25px;
}
.vttm-theme-info-widget {
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.03);
  padding: 35px 30px;
}
.vttm-wp-themes .vttm-theme img {
  height: auto;
}
.vttm-theme-info-widget h3 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 22px;
}
.vttm-theme-info-widget p {
  color: #444;
  font-weight: 400;
  font-size: 13px;
  margin: 0;
}
.vttm-theme-info-widget span,
.vttm-theme-info-widget a {
  color: #777;
  font-weight: 300;
  font-size: 13px;
  margin: 0 0 15px;
  display: inline-block;
}
.vttm-theme-info-widget a:hover {
  color: #007cff;
  text-decoration-color: #007cff;
}
.theme-info-links {
  margin: 10px 0 0;
}
.theme-info-links a {
  display: block;
  color: #444;
  text-decoration: underline;
  text-decoration-color: #ccc;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
/*404*/
.vttm-404 h1 {
  font-size: 20pc;
  margin: 0 0 10px;
  line-height: 95%;
  font-weight: 500;
}
.vttm-404 {
  text-align: center;
}
.vttm-404 p {
  margin: 0 0 25px;
}

/**
 * Support Desk - SproutApp
 */
#hsd_conversations_table .pull-right {
  float: right !important;
  clear: right !important;
}
#hsd_conversations_table .pull-left {
  float: left !important;
  clear: left !important;
}
#hsd_conversations_table .clearfix:before,
#hsd_conversations_table .clearfix:after {
  display: table;
  content: " ";
}
#hsd_conversations_table .clearfix:after {clear: both;}
#hsd_conversations_table .avatar {
  max-height: 60px;
  max-width: 60px;
  border-radius: 50px;
}
#hsd_conversations_table .panel-title {font-weight: 300;}
#hsd_message_form .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: normal;
  color: #626262
}
#hsd_message_form .checkbox {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.hsd_goback {
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 43px;
  background: #f9f9f9;
  border: 1px solid #e8e8e8;
  display: inline-block;
  border-radius: 4px;
  float: right;
  margin-top: 10px;
  text-align: center;
}
.hsd_goback:hover {
  background-color: #3b55e6;
  border-color: #3b55e6;
  color: #fff;
}

/**
 * Tables
 */
#hsd_conversations_table table {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  border-spacing: 0;
  border-collapse: collapse;
  border: none;
}
#hsd_conversations_table td,
#hsd_conversations_table th {
  padding: 0;
  border: none;
}
#hsd_conversations_table {
  background-color: transparent;
  float: left;
  width: 100%; /* 970px */
}
#hsd_conversations_table th {text-align: left;}
#hsd_conversations_table .table {
  width: 100%;
  margin-bottom: 20px;
  background: transparent;
}
#hsd_conversations_table .table > thead > tr > th,
#hsd_conversations_table .table > tbody > tr > th,
#hsd_conversations_table .table > tfoot > tr > th,
#hsd_conversations_table .table > thead > tr > td,
#hsd_conversations_table .table > tbody > tr > td,
#hsd_conversations_table .table > tfoot > tr > td {
  padding: 25px 8px;
  line-height: 1.42857143;
  vertical-align: top;
}
#hsd_conversations_table .table > caption + thead > tr:first-child > th,
#hsd_conversations_table .table > colgroup + thead > tr:first-child > th,
#hsd_conversations_table .table > thead:first-child > tr:first-child > th,
#hsd_conversations_table .table > caption + thead > tr:first-child > td,
#hsd_conversations_table .table > colgroup + thead > tr:first-child > td,
#hsd_conversations_table .table > thead:first-child > tr:first-child > td {border-top: 0;}
#hsd_conversations_table .table > tbody + tbody {border-top: 2px solid #ddd;}
#hsd_conversations_table .table #hsd_conversations_table .table {background-color: #fff;}
#hsd_conversations_table .table-condensed > thead > tr > th,
#hsd_conversations_table .table-condensed > tbody > tr > th,
#hsd_conversations_table .table-condensed > tfoot > tr > th,
#hsd_conversations_table .table-condensed > thead > tr > td,
#hsd_conversations_table .table-condensed > tbody > tr > td,
#hsd_conversations_table .table-condensed > tfoot > tr > td {padding: 5px;}
#hsd_conversations_table .table-bordered {border: 1px solid #ddd;}
#hsd_conversations_table .table-bordered > thead > tr > th,
#hsd_conversations_table .table-bordered > tbody > tr > th,
#hsd_conversations_table .table-bordered > tfoot > tr > th,
#hsd_conversations_table .table-bordered > thead > tr > td,
#hsd_conversations_table .table-bordered > tbody > tr > td,
#hsd_conversations_table .table-bordered > tfoot > tr > td {border: 1px solid #ddd;}
#hsd_conversations_table .table-bordered > thead > tr > th,
#hsd_conversations_table .table-bordered > thead > tr > td {border-bottom-width: 2px;}
#hsd_conversations_table .table > tbody > tr > td:nth-child(3) > a,
#hsd_conversations_table .table > tbody > tr > td:last-child > time {position: relative;top: 5px;font-size: 16px;letter-spacing: 0.3px;}
#hsd_conversations_table .table > tbody > tr > td:nth-child(3) > a {color: #3b55e6;}
#hsd_conversations_table .table > tbody > tr > td:last-child > time {color: #333;}
#hsd_conversations_table .table > tbody > tr {border-bottom: 1px solid #e8e8e8;}
#hsd_conversations_table .table > tbody > tr:last-child {border-bottom: none;}
#hsd_conversations_table .table > tbody > tr > td {padding: 22px;}
#hsd_conversations_table col[class*="col-"] {
  position: static;
  display: #hsd_conversations_table-column;
  float: none;
}
#hsd_conversations_table td[class*="col-"],
#hsd_conversations_table th[class*="col-"] {
  position: static;
  display: #hsd_conversations_table-cell;
  float: none;
}
#hsd_conversations_table .table > thead > tr > th {
  background: #eee;
  color: #777;
  border-bottom: none;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 22px;
}
#hsd_conversations_table .table > thead:first-child > tr:first-child > th:first-child {
  border-radius: 5px 0 0 5px;
  width: 8%;
}
#hsd_conversations_table .table > thead:first-child > tr:first-child > th:last-child {
  border-radius: 0 5px 5px 0;
  width: 20%;
}
#hsd_conversations_table .table > thead:first-child > tr:first-child > th:nth-child(2) {
  width: 6%;
}
#hsd_conversations_table table tr:nth-child(2n),
#hsd_conversations_table table.table-hover > tbody > tr:hover {background: transparent;}

/**
 * Labels
 */
#hsd_conversations_table .label {
  display: inline;
  padding: 1px 7px;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3px;
  text-transform: capitalize;
  position: relative;
  top: 5px;
}
#hsd_conversations_table .author .label {
  top: 0;
}
.posted-on-text {
  display: inline-block;
  padding-left: 10px;
  font-weight: 300;
}
#hsd_conversations_table a.label:hover,  a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer
}
#hsd_conversations_table .label:empty {display: none}
#hsd_conversations_table .label-default {background-color: #999999}
#hsd_conversations_table .label-default[href]:hover, .label-default[href]:focus {background-color: #808080}
#hsd_conversations_table .label-primary {background-color: #3b55e6}
#hsd_conversations_table .label-primary[href]:hover, .label-primary[href]:focus {background-color: #006687}
#hsd_conversations_table .label-success {background-color: #32cd9c;} /* #32cd9c */
#hsd_conversations_table .label-success[href]:hover, .label-success[href]:focus {background-color: #358753}
#hsd_conversations_table .label-info {background-color: #3b55e6}
#hsd_conversations_table .label-info[href]:hover, .label-info[href]:focus {background-color: #31b0d5}
#hsd_conversations_table .label-warning {background-color: #E49F69}
#hsd_conversations_table .label-warning[href]:hover, .label-warning[href]:focus {background-color: #b67102}
#hsd_conversations_table .label-danger {background-color: #E08F8F}
#hsd_conversations_table .label-danger[href]:hover, .label-danger[href]:focus {background-color: #d32a0e}
#hsd_conversations_table .badge {
  display: inline-block;
  width: 32px;
  height: 32px;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
  color: #999;
  line-height: 32px;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #eee;
  border-radius: 32px;
}
#hsd_conversations_table .badge:empty {display: none}
#hsd_conversations_table a.badge:hover,  #hsd_conversations_table a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer
}
.alert {float: left;width: 100%;margin-top: 20px;}

/**
 * Forms
 */
#hsd_message_form {
  float: left;
  width: 100%; /* 970px */
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  margin-top: 25px;
}
#hsd_message_form .form-group {margin-bottom: 27px;}
#hsd_message_form label {
  font-size: inherit;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  color: #555;
  letter-spacing: 0.3px;
}
#hsd_message_form .form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 0 20px;
  height: 60px;
  font-size: 16px;
  color: #aaa;
  line-height: 1.42857143;
  color: #6f6f6f;
  background-color: #fdfdfd;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
}
#hsd_message_form .form-control:focus,
#hsd_message_form .form-control:focus option {
  border-color: #ccc;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}
#hsd_message_form .form-control::-moz-placeholder {
  color: #999999;
  opacity: 1
}
#hsd_message_form .form-control:-ms-input-placeholder {color: #999999}
#hsd_message_form .form-control::-webkit-input-placeholder {color: #999999}
#hsd_message_form .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1
}
#hsd_message_form textarea.form-control {height: auto}
#hsd_message_form select.form-control {
  background: #fdfdfd url('../images/select-product.png') no-repeat center right;
}
#hsd_message_form .redactor_toolbar {
  background: #f9f9f9;
  border: 1px solid #e6e6e6;
  box-shadow: none;
  z-index: 0;
}
#hsd_message_form .redactor_editor {
  background: #fdfdfd;
  border: 1px solid #e3e3e3;
  border-top: none;
  font-size: 16px;
  color: #aaa;
}
#hsd_message_form .redactor_toolbar li a {
  padding: 14px 10px;
}
#hsd_message_form .redactor_box *::selection {background: #007cff;color: #ffffff;}
#hsd_message_form .redactor_box *::-webkit-selection {background: #007cff;color: #ffffff;}
#hsd_message_form .redactor_box *::-moz-selection {background: #007cff;color: #ffffff;}
#hsd_message_form .redactor_box *::-o-selection {background: #007cff;color: #ffffff;}
#hsd_message_form .redactor_box *::-ms-selection {background: #007cff;color: #ffffff;}
#hsd_message_form input[type="file"] {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  letter-spacing: 0.3px;
  color: #999;
  font-weight: normal;
}
#hsd_message_form button[type="submit"] {
  background: #3b55e6;
  color: #fff;
  text-transform: uppercase;
  width: 160px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0;
  margin: 0;
  outline: 0;
  border: none;
  font-size: 18px;
  letter-spacing: 0.3px;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/**
 * Conversation View
 */
#hsd_conversations_table .img_attachments_wrap.clearfix {
  display: block;
  clear: both;
  margin-top: 20px;
  margin-bottom: 20px;
}
#hsd_conversations_table  .button-readmore.readmore-js-toggle {margin-bottom: 20px;}
#hsd_conversations_table #conversation_header {
  padding: 0px;
  margin-bottom: 10px;
  float: left;
  width: 90%;
}
#hsd_conversations_table #conversation_header .entry-title {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  color: #333;
  font-size: 32px;
}
#hsd_conversation_thread .panel-body a.button-readmore {
  float: left;
  display: inline;
  width: auto;
  padding: 6px 18px;
  font-family: Source Sans Pro, Myriad Pro, Helvetica Neue, Arial;
  font-size: 1em;
  color: #888;
  text-shadow: rgba(255, 255, 255, 0.3) 0 -1px 0;
  text-decoration: none;
  background: #EEE;
  border: 1px;
}
#hsd_conversation_thread .panel {
  margin-top: 25px;
  margin-bottom: 25px;
}
#hsd_conversations_table .panel {
  float: left;
  width: 100%;
  margin-bottom: 18px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px 4px rgba(0,0,0,0.03);
  box-shadow: 0 5px 10px 4px rgba(0,0,0,0.03)
}
#hsd_conversations_table .panel-body {
  padding: 30px 30px 25px;
}
#hsd_conversations_table .panel-heading {
  padding: 10px 25px 10px 30px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1
}
#hsd_conversations_table .panel-heading>.dropdown .dropdown-toggle {color: inherit}
#hsd_conversations_table .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: #777;
  font-weight: normal;
  line-height: 40px;
}
#hsd_conversations_table .panel-title > a {color: inherit}
#hsd_conversations_table .panel-footer {
  padding: 10px 15px 10px 30px;
  background-color: transparent;
  border-top: 1px solid #f0f0f0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #666;
  letter-spacing: 0.3px;
  font-weight: 300;
}
#hsd_conversations_table .panel-footer b {font-weight: 500;}
#hsd_conversations_table .panel > .list-group {margin-bottom: 0}
#hsd_conversations_table .panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0
}
#hsd_conversations_table .panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1
}
#hsd_conversations_table .panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1
}
#hsd_conversations_table .panel-heading+.list-group .list-group-item:first-child {border-top-width: 0}
.list-group+.panel-footer {border-top-width: 0}
#hsd_conversations_table .panel > .table-responsive {
  border: 0;
  margin-bottom: 0
}
#hsd_conversations_table .panel-group {margin-bottom: 21px}
#hsd_conversations_table .panel-group .panel {
  margin-bottom: 0;
  border-radius: 0
}
#hsd_conversations_table .panel-group .panel+.panel {margin-top: 5px}
#hsd_conversations_table .panel-group .panel-heading {border-bottom: 0}
#hsd_conversations_table .panel-group .panel-heading+.panel-collapse>.panel-body {border-top: 1px solid #e8e8e8}
#hsd_conversations_table .panel-group .panel-footer {border-top: 0}
#hsd_conversations_table .panel-group .panel-footer+.panel-collapse .panel-body {border-bottom: 1px solid #e8e8e8}
#hsd_conversations_table .panel-default {border-color: #e8e8e8}
#hsd_conversations_table .panel-default > .panel-heading {
  color: #333333;
  background-color: #f9f9f9;
  border-color: #e8e8e8
}
#hsd_conversations_table .panel-default>.panel-heading+.panel-collapse>.panel-body {border-top-color: #e8e8e8}
#hsd_conversations_table .panel-default>.panel-heading .badge {
  color: #f9f9f9;
  background-color: #333333
}
#hsd_conversations_table .panel-default>.panel-footer+.panel-collapse>.panel-body {border-bottom-color: #e8e8e8}

/**
 * Envato Support Sidebar
 */
/*.vt-support-info-widget {
  width: 350px;
  float: right;
  background: #46f6c8;
  border-color: #38e8ba;
  clear: inline-end;
  margin-bottom: 30px;
}
.vt-support-info-widget h3 {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  color: #222;
  letter-spacing: 0.3px;
}
.vt-support-info-widget p {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #444;
  letter-spacing: 0.3px;
}
.vt-support-info-widget span {
  font-family: 'Poppins', sans-serif;
  color: #105a27;
  letter-spacing: 0.3px;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 0;
}*/

/**
 * EDD - My Account Pages
 */
.vt-my-account-tab {
  width: 100%;
  float: left;
  background: #3b55e6;
  padding: 15px 20px 0;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  margin-bottom: 70px;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.vt-my-account-tab ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.vt-my-account-tab ul li {
  display: inline-block;
  margin-right: 2px;
}
.vt-my-account-tab ul li a {
  color: #fff;
  letter-spacing: 0.3px;
  font-size: 16px;
  font-weight: 500;
  padding: 0 30px;
  display: inline-block;
  min-height: 60px;
  max-height: 60px;
  line-height: 60px;
}
.vt-my-account-tab ul li a .lnr {
  font-size: 18px;
  margin-right: 5px;
  line-height: 60px;
  color: rgba(255,255,255,0.5);
  display: inline-block;
}
.vt-my-account-tab ul li a .lnr.lnr-cloud-download {
  font-size: 24px;
}
.vt-my-account-tab.vt-ma-active-downloads ul li a.vt-ma-downloads,
.vt-my-account-tab.vt-ma-active-support ul li a.vt-ma-support,
.vt-my-account-tab.vt-ma-active-my-account ul li a.vt-ma-support,
.vt-my-account-tab.vt-ma-active-order-history ul li a.vt-ma-order-history,
.vt-my-account-tab.vt-ma-active-account-info ul li a.vt-ma-account-info,
.vt-my-account-tab ul li a:hover {
  background: #fff;
  color: #999;

  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.vt-my-account-tab ul li a.vt-ma-active-tab .lnr,
.vt-my-account-tab ul li a:hover .lnr {color: #999;}

/* Custom Service Notice */
.vt-custom-service-notice {
  width: 100%;
  float: left;
  background-color: #61c3fd;
  color: #fff;
  padding: 20px;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin: 15px auto 25px;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.vt-custom-service-notice a {
  color: #fff;
  font-weight: bold;
}

/* Account Info */
.edd_form {
  float: left;
  width: 100%;
}

/* Login Page */
.vt-login-page {
  width: 390px;
  display: inline-block;
  margin: 60px auto 130px;
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  color: #555;
  text-align: center;
}
.vt-login-page .vt-login-text {
  text-align: center;
}
.vt-login-page .vt-login-text h2 {
  font-family: 'Lato', sans-serif;
  font-size: 36px;
  color: #333;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0 0 8px;
}
.vt-login-page .vt-login-text p {
  color: #777;
  font-size: 18px;
  letter-spacing: 0.3px;
  margin-bottom: 35px;
}
.vt-login-page .vt-dont-remember {
  font-size: 16px;
  color: #555;
  letter-spacing: 0.3px;
  font-weight: 300;
  margin: 15px 0 0;
  display: inline-block;
}
.vt-login-page form label {
  margin: 0;
}
.vt-login-page form {
  text-align: left;
  font-size: 16px;
}
.vt-login-page .login-submit input,
.envato_login_btn {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  width: 100%;
  float: left;
  background-color: #3b55e6;
  border: none;
  outline: none;
  color: #fff;
  padding: 0 20px;
  height: 60px;
  line-height: 64px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-weight: 500;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.vt-login-page .vt-or-separate {
  text-align: center;
  position: relative;
  margin: 20px 0;
  display: inline-block;
  width: 100%;
}
.vt-login-page .vt-or-separate span:after {
  content: '';
  background: #eee;
  width: 100%;
  height: 1px;
  float: left;
  position: absolute;
  left: 0;right: 0;
  top: 10px;
  z-index: -1;
}
.vt-login-page .vt-or-separate span {
  padding: 0 10px;
  background: #fff;
}
.envato_login_btn {
  background: #81b441;
  margin-top: 5px;
  display: block;
}
.envato_login_btn:before {
  content: '';
  background: url('../images/login-envato.png') no-repeat left center;
  width: 22px;
  height: 26px;
  display: inline-block;
  position: relative;
  top: 7px;
  right: 10px;
}
.envato_login_btn:hover {color: #fff;}

/* Services*/
.services-list {padding: 35px 0 25px;}
.vttm-services {text-align: center;}
.vttm-services {
  /*box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);*/
  box-shadow:  0px 20px 80px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin: 0 0 60px;
  padding: 45px;
  position: relative;
  background-color: #fff;
}
.vttm-wp-services {
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background: url(../images/backgrounds/service-extra-bg.png);
  background-size: cover;

}
.vttm-main-wrap.main-wrap-service {
    padding-bottom: 0;
}
.vttm-wp-services {
    padding-bottom: 120px;
}
.services-detail h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    padding-top: 15px;
    color: #333333;
    padding-bottom: 14px;
}
p.service-days:before {
  color: #61c3fd;
  font-size: 15px !important;
  font: normal normal normal 9px/1 FontAwesome;
  text-rendering: auto;
  content: "\f017";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
  padding-right: 5px;
}
.service-days {font-size: 14px;}
.select-bar {
  position: absolute;
  width: 50px;
  height: 30px;
  right:0;
  top: 15px;
  cursor: pointer;
  background-color: rgba(255,255,255,0.13);
  margin: 3px 0 0 2px;
  line-height: 27px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.select-bar > i {
  width: 4px;
  height: 4px;
  background-color: #aaa;
  display: inline-block;
  position: relative;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.select-bar > i:before, .select-bar > i:after {
  content: '';
  position: absolute;
  left: -7px;
  top: 0;
  width: 4px;
  height: 4px;
  background-color: #aaa;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.select-bar > i:after {
  top: -7px;
  left: 0;
}
.select-bar > i:before {
  top: -14px;
  left: 0;
}
.select-bar:hover i,
.select-bar:hover i:after,
.select-bar:hover i:before {
  background-color: #6a6a6a;
}
.services-detail .vttm-choose-btn {margin: 20px 0;}
.vttm-service-icon {
  font-size: 50px;
  color: #5fba7d;
  font-weight: 300;
  padding-top: 40px;
}
.vttm-choose-btn {
  min-width: 180px;
  height: 60px;
  line-height: 60px;
  background-color: #fcfcfc;
  text-align: center;
  border-radius: 3px;
  font-weight: 400;
  display: inline-block;
  color: #aaaaaa;
  font-size: 16px;
  border: 1px solid #e8e8e8;
  text-transform: uppercase;
}
.vttm-choose-btn:hover { background: #3b55e6; color:#fff;}
.popup-active .popup-box {
  opacity: 1;
  z-index: 12;
  -webkit-transition: all 800ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
  -ms-transition: all 800ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
  transition: all 800ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
  width: 100%;
  height: 100%;
}
.popup-box {
  opacity: 0;
  display: block;
  position: fixed;
  z-index: 4;
  padding-top: 15%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  background-color: rgba(0,0,0,0.7);
  -webkit-transition: all 800ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
  -ms-transition: all 800ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
  transition: all 800ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
}
.popup-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  text-align: center;
  border: 1px solid #888;
  width: 330px;
  border-radius: 8px;
  opacity: 0;
  transform: translateY(-100px);
  -webkit-transition: all 800ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
  -ms-transition: all 800ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
  transition: all 800ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
}
.popup-active .popup-box .popup-content {
  opacity: 1;
  transform: translateY(0);
}
.popup-content .nice-select {
  border-radius: 0;
  border-color: #ccc;
  background: transparent;
  margin: 0 auto;
  float: none;
  width: auto;
  min-width: 187px;
  display: inline-block;
  color: #000;
  font-size: 14px;
}
.popup-content .nice-select ul.list {
  border-radius: 0;
  border: 1px solid #ccc;
  box-shadow: none;
}
.popup-content .nice-select ul.list::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
.popup-content .nice-select ul.list::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}
.popup-content .nice-select ul.list::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border: none;
}

/*Service Carousel*/
.vttm-service-caroousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.
.vttm-service-caroousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}
.vttm-service-caroousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.vttm-service-caroousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
  padding: 20px 0;
}
.vttm-service-caroousel .owl-stage-outer {
  margin-bottom: 10px;
}
.vttm-service-caroousel .owl-wrapper,
.vttm-service-caroousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.vttm-service-caroousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.vttm-service-caroousel .owl-nav.disabled,
.vttm-service-caroousel .owl-dots.disabled {
  display: none;
}
.vttm-service-caroousel .owl-nav .owl-prev,
.vttm-service-caroousel .owl-nav .owl-next,
.vttm-service-caroousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vttm-service-caroousel.owl-loaded {
  display: block;
}
.vttm-service-caroousel.owl-loading {
  opacity: 0;
  display: block;
}
.vttm-service-caroousel.owl-hidden {
  opacity: 0;
}
.vttm-service-caroousel.owl-refresh .owl-item {
  visibility: hidden;
}
.vttm-service-caroousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vttm-service-caroousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.vttm-service-caroousel.owl-rtl {
  direction: rtl;
}
.vttm-service-caroousel.owl-rtl .owl-item {
  float: right;
}
.no-js .vttm-service-caroousel {
  display: block;
}
.vttm-service-caroousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.vttm-service-caroousel .owl-animated-in {
  z-index: 0;
}
.vttm-service-caroousel .owl-animated-out {
  z-index: 1;
}
.vttm-service-caroousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; }
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.vttm-service-caroousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.vttm-service-caroousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.vttm-service-caroousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.vttm-service-caroousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.vttm-service-caroousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.vttm-service-caroousel .owl-video-playing .owl-video-tn,
.vttm-service-caroousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.vttm-service-caroousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.vttm-service-caroousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/*End*/
.vttm-service-caroousel .owl-dots .owl-dot {
  display: inline-block;
  float: none;
  margin: 0 auto;
}
.vttm-service-caroousel .owl-dot span {
  width: 8px;
  height: 8px;
  display: inline-block;
  background: #d1d1d1;
  border-radius: 100%;
  margin: 0 5px 0;
}
.vttm-service-caroousel .owl-dot.active span {
  background: #fff;
  border: 1px solid #d1d1d1;
}
.vttm-service-caroousel .owl-dots {
  margin: 0 auto;
  text-align: center;
}
.vttm-service-caroousel {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
}
.vttm-service-caroousel .service-slider .service-slider-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 44px;
  color: #333333;
  padding-top: 25px;
  padding-bottom: 10px;
  font-family: 'Lato', sans-serif;
}
.vttm-service-caroousel .service-slider .service-slider-desc {
  padding-top: 15px;
  color: #999;
}
.vttm-service-caroousel .owl-dots {
  /*padding-top: 60px;*/
  padding-bottom: 20px;
}
.vttm-service-caroousel .vttm-service-icon { padding-top: 0; }
.vttm-service-caroousel .vttm-service-icon {font-size: 60px;}
/*Services Single*/
.service-single-intro {
  background: url(../images/backgrounds/service-single-bg.png);
  padding: 90px 0;
  border-radius: 8px;
  text-align: center;
  background-color:rgba(140,90,255,0.9);
  background-position: center;
  opacity: 0.9;
}
.service-single-intro .vttm-service-icon {
  font-size: 70px;
  padding-top: 0;
  color:#fff;
}
.service-single-intro .service-type {
  font-size: 35px;
  font-weight: 700;
  color:#fff;
}
.vttm-services-single .service-type-title {
  padding-top: 10px;
  padding-bottom: 15px;
}
.vttm-services-single .vttm-single-detail {padding-left: 0;}
.service-single-ullist {
  border: 1px solid #eeeeee;
  border-left: 3px solid #06b7ae;
  padding: 25px;
  margin: 35px 0;
}
.service-single-ullist ul {margin-bottom: 0;}
.service-single-ullist .ullist-title h3 {
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 5px;
}
.service-single-ullist .listing-align li {
  color:#333333;
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 15px;
}
.service-single-ullist .listing-align li span {color: #777777;}
.vttm-services-single .vttm-single-detail ol li {
  font-size: 17px;
  font-weight: 300;
  padding-left: 5px;
  padding-bottom: 10px;
  color: #555555;
}
.single-services .vttm-single-content {
  padding: 0 0 50px;
}
/*button popup*/
.popup-button {margin-bottom: 30px;}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  /*transition: opacity 600ms;*/
  visibility: hidden;
  overflow-y: scroll;
  opacity: 0;
  z-index: 9;
  -webkit-transition: all 500ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
  -ms-transition: all 500ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
  transition: all 500ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
}
.overlay.is-visible {
  visibility: visible;
  opacity: 1;
}
.is-visible .order-popup {transform: translateY(0px);   }
.order-popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 40%;
  position: relative;
  transform: translateY(-100px);


  -webkit-transition: all 500ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
  -ms-transition: all 500ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
  transition: all 500ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
}
.vttm-single-content .close {font-size: 35px;}
.vttm-service-popup .order-popup {
  width: 17%;
  margin-top: 15%;
  height: auto;
}
.vttm-service-popup .order-popup .close {
  position: absolute;
  top: 13px ;
  right: 22px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: 400;
  text-decoration: none;
  color: #333;
  z-index: 4 ;
}
.order-popup h2 {
  margin-top: 0;
  color: #333;
}
.servicesing-contact-form .order-popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: 400;
  text-decoration: none;
  color: #333;
}
.order-popup .close:hover {color: #3b55e6;}
.order-popup .content {
  max-height: 80%;
  /*overflow: auto;*/
}
.popup-active .popup-box {
  opacity: 1;
  z-index: 12;
  -webkit-transition: all 800ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
  -ms-transition: all 800ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
  transition: all 800ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
  visibility: visible;
}
.popup-box {
  opacity: 0;
  display: block;
  position: fixed;
  z-index: 4;
  padding-top: 15%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  background-color: rgba(0,0,0,0.7);
  -webkit-transition: all 800ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
  -ms-transition: all 800ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
  transition: all 800ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
}
.popup-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  text-align: center;
  border: 1px solid #888;
  width: 330px;
  border-radius: 8px;
  opacity: 0;
  transform: translateY(-100px);
  -webkit-transition: all 800ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
  -ms-transition: all 800ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
  transition: all 800ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
}
.popup-active .popup-box .popup-content {
  opacity: 1;
  transform: translateY(0);
}
.popup-content .nice-select {
  border-radius: 0;
  border-color: #ccc;
  background: transparent;
  margin: 0 auto;
  float: none;
  width: auto;
  min-width: 187px;
  display: inline-block;
  color: #000;
  font-size: 14px;
}
.popup-content .nice-select ul.list {
  border-radius: 0;
  border: 1px solid #ccc;
  box-shadow: none;
}
.popup-content .nice-select ul.list::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
.popup-content .nice-select ul.list::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}
.popup-content .nice-select ul.list::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border: none;
}
.servicesing-contact-form form.wpcf7-form input,
.servicesing-contact-form form.wpcf7-form textarea {
 margin-top: 10px;
}

.servicesing-contact-form form.wpcf7-form input,
.servicesing-contact-form form.wpcf7-form textarea{
  font-family: 'Poppins', sans-serif;
}

/* Service Contact Form */

.servicesing-contact-form {padding: 30px 0 40px;}
.servicesing-contact-form input[type="text"], .servicesing-contact-form input[type="email"], .servicesing-contact-form input[type="password"], .servicesing-contact-form input[type="tel"], .servicesing-contact-form input[type="search"], .servicesing-contact-form input[type="date"], .servicesing-contact-form input[type="time"], .servicesing-contact-form input[type="datetime-local"], .servicesing-contact-form input[type="month"], .servicesing-contact-form input[type="url"], .servicesing-contact-form input[type="number"], .servicesing-contact-form select, .servicesing-contact-form .form-control {
  height: 45px;
  padding: 0px 15px;
  border-color: #e2e2e2;
}
.servicesing-contact-form input[type="text"]:focus, .servicesing-contact-form input[type="email"]:focus, .servicesing-contact-form input[type="password"]:focus, .servicesing-contact-form input[type="tel"]:focus, .servicesing-contact-form input[type="search"]:focus, .servicesing-contact-form input[type="date"]:focus, .servicesing-contact-form input[type="time"]:focus, .servicesing-contact-form input[type="datetime-local"]:focus, .servicesing-contact-form input[type="month"]:focus, .servicesing-contact-form input[type="url"]:focus, .servicesing-contact-form input[type="number"]:focus, .servicesing-contact-form select:focus, .servicesing-contact-form textarea:focus, .servicesing-contact-form .form-control:focus {
  border-color: #d0d0d0;
}
.servicesing-contact-form input[type="submit"] {
  min-width: 164px;
  padding: 13px 28px 14px;
  font-size: 14px;
}
.servicesing-contact-form textarea {
  padding: 10px 15px;
  border-color: #e2e2e2;
}
.servicesing-contact-form form .row {margin: 0 -10px;}
.servicesing-contact-form form [class*="col-"] {padding: 0 10px;}
.servicesing-contact-form .servicesing-section-title {padding-bottom: 28px;}
.servicesing-contact-form .servicesing-section-title p {
  color: #858585;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0;
}
.servicesing-contact-form .servicesing-section-title h3 {font-size: 28px;}
.servicesing-contact-form .section-title {
  padding-bottom: 7px;
  color: #151515;
}
.servicesing-contact-form { margin-top: 0;}
.servicesing-contact-form h5 i {
  font-size: 13px;
  color: #aaa;
  font-weight: 300;
  float: left;
}
.servicesing-contact-form input[type="submit"] {
  background: #3b55e6;
  text-align: center;
  border-radius: 3px;
  padding: 21px 40px 18px;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  border: 1px solid #3b55e6;
  text-transform: uppercase;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.servicesing-contact-form input[type="submit"]:hover {
  background-color: #fff;
  color:#3b55e6;
  border: 1px solid #3b55e6;
}
.wpcf7 input.wpcf7-not-valid {border-color: red;}
.wpcf7 .wpcf7-not-valid-tip {display: none;}
div.wpcf7-validation-errors { border:2px solid #f72b89}

/*Animation*/

/*.vttm-service-caroousel .owl-item.active:last-child .vttm-service-icon i {*/
  /*color: #fff !important;*/
  /* background-color: #5fba7d;
  border-radius: 100%;
  font-size: 50px;
  padding: 10px;
  line-height: 1;*/

/*  background: #5fba7d;
  border-radius: 100%;
  width: 56px;
  height: 55px;
  padding-right: 55px;
  background-color: #fff !important;
  border: 1px solid #fff;
  display: inline-block;
  line-height: 53px;
  color: #fff;
  text-align: center;

  /*animation-fill-mode:forwards; */
/*  transition-timing-function: linear;
  -webkit-transition: 1000ms ease-in-out;
  -ms-transition: 1000ms ease-in-out;
  transition: 1000ms ease-in-out;

}*/
/*.lnr-arrow-right-circle:before {
  content: "\e886";
  background: #5fba7d;
  border-radius: 100%;
  width: 56px;
  height: 55px;
  display: inline-block;
  line-height: 53px;
  color: #fff;
  text-align: center;
  border:0px solid #fff;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}*/

.popup-content .vttm-choose-btn {
  min-width: 169px;
  height: 53px;
  line-height: 54px;
  font-size: 14px;
}
.vttm-service-caroousel .owl-stage-outer {
      padding: 20px 0 0;
}
/*Service Single Button*/
.vttm-services-single .vttm-service-single-btn {
   display: inline-block;
    height: 50px;
    text-align: center;
    background-color: #3b55e6;
    line-height: 50px;
    font-weight: 500;
    border-radius: 3px;
    min-width: 200px;
    margin-top: 0px;
    text-align: center;
    color: #fff;
    border: 1px solid #3b55e6;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;

  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.vttm-services-single .vttm-service-single-btn:hover {
  background: transparent;
  color: #3b55e6;
  border: 1px solid #3b55e6;
}
.vttm-services-single .vttm-center-btn {text-align: center;}
.vttm-services-single .vttm-contact {
  padding: 50px 0 20px;
  margin-top: 55px;
  color: #333333;
  font-family: 'Merriweather', serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  text-align: center;
}
.vttm-services-single .vttm-single-detail p {margin-bottom: 15px;}
.vttm-services-single .vttm-single-detail blockquote {margin: 28px 0;}
.vttm-services-single .vttm-single-detail blockquote ul li,
.vttm-services-single .vttm-single-detail blockquote ol li {
    margin-bottom: 6px;
    padding-bottom: 0;
}
.vttm-services-single .vttm-single-detail ul li {
  font-size: 17px;
  font-weight: 300;
  padding-left: 5px;
  padding-bottom: 10px;
  color: #555555;
}
.vttm-services-single .vttm-single-detail h3 {margin-bottom: 18px;}

/*Service Page*/
/* Vttm Parallax */
.vttm-parallax {
  position: relative;
}
.vttm-parallax > * {
  position: relative;
  z-index: 1;
}
/*Topbar*/
.has-topbar .vttm-single-share-navi {
  top: 173px;
}
.has-topbar.on-sticky .vttm-single-share-navi {
  top: 97px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.vttm-topbar {
  background-image: url(../images/backgrounds/top-bar.png);
  background-color: #f9f9f9;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.vttm-btn-pink {
  display: inline-block;
  min-width: 90px;
  height: 28px;
  padding: 0 8px;
  background: #ec008c;
  background: -moz-linear-gradient(left, #ec008c 0%, #fc6767 100%);
  background: -webkit-linear-gradient(left, #ec008c 0%,#fc6767 100%);
  background: linear-gradient(to right, #ec008c 0%,#fc6767 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec008c', endColorstr='#fc6767',GradientType=1 );
  color: #ffffff;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.3px;
  line-height: 28px;
  white-space: normal;
  text-align: center;
  position: relative;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.vttm-btn-pink:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: -moz-linear-gradient(left, #fc6767 0%,#ec008c 100%);
  background: -webkit-linear-gradient(left, #fc6767 0%,#ec008c 100%);
  background: linear-gradient(to right, #fc6767 0%,#ec008c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc6767', endColorstr='#ec008c',GradientType=1 );
  transition: opacity 0.3s ease-out;
  z-index: 2;
  opacity: 0;
}
.vttm-btn-pink:hover, .vttm-btn-pink:focus {
  color: #ffffff;
}
.vttm-btn-pink:hover:after, .vttm-btn-pink:focus:after {
  opacity: 1;
}
.vttm-btn-pink span {
  position: relative;
  z-index: 3;
}
.topbar-content p {
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #444444;
  font-weight: 400;
  display: inline-block;
}
.topbar-content a {
  margin-left: 15px;
}
.topbar-content {
  text-align: center;
  padding: 24px 0;
}
.vttm-inner-page-heading.vttm-nobg {
  background: none;
}
.vttm-wp-service .row {
  margin: 0 -20px;
}
.vttm-wp-service [class*="col-"] {
  padding: 0 20px;
}
.service-item {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 80px 60px;
  margin-bottom: 40px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.service-item.vttm-hover {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.service-item .vttm-image {
  margin-bottom: 25px;
}
.service-item h2 {
  color: #333;
  margin-bottom: 15px;
  font-size: 22px;
}
.service-item p {
  color: #777;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}
.vttm-communication {
  padding: 60px 0;
}
.vttm-communication .vttm-section-heading {
  padding-bottom: 60px;
}
.communication-title {
  margin-bottom: 40px;
}
.communication-title span {
  color: #777777;
  font-size: 13px;
  display: inline-block;
  padding-bottom: 5px;
}
.communication-title h2 {
  color: #333333;
  font-size: 32px;
}
.communication-title p {
  padding: 10px 0 20px;
}
.communication-item {
  position: relative;
  padding: 80px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*Tabs*/
.vttm-communication-tab .nav-tabs .tab-title img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  margin-right: 10px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.vttm-communication-tab .nav-tabs .active .tab-title img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
span.tab-title {
  font-size: 24px;
  color: #aaa;
}
.active span.tab-title {
  color: #333333;
}
.vttm-communication-tab .nav-tabs>li>a {
  border: none !important;
  border-radius: 0 !important;
  background: transparent;
}
.vttm-communication-tab .nav-tabs>li {
  float: left;
  margin: 0 40px 10px 0px;
  min-height: 60px;
}
.vttm-communication-tab .nav-tabs {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 25px;
}
.vttm-communication-tab .tab-content .col-md-4 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.item-toggle .vttm-communication-tab .tab-content .col-md-4 {
  right: auto;
  left: 0;
}
.item-toggle .col-md-8 {
  float: right;
}
.item-toggle .vttm-communication-tab .tab-content .col-md-4 .vttm-image {
  float: right;
}
.vttm-communication-content {
  padding: 61px 0;
}
ul.image-list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  max-width: 70%;
}
ul.image-list li {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}
.list-wrap {
  padding: 25px 20px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  display: inline-block;
  border-radius: 5px;
  width: 150px;
  height: 150px;
}
.list-wrap h3 {
  font-size: 20px;
  color: #333333;
  margin: 0;
}
ul.image-list li:nth-child(1) {
  top: -75px;
  left: 250px;
  z-index: 3;
}
ul.image-list li:nth-child(3) {
  top: 135px;
  left: 110px;
  z-index: 1;
}
.vttm-solutions .vttm-section-heading {
  padding-bottom: 70px;
}
.solutions-item {
  padding: 45px 35px 35px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.solutions-item.solution-active {
  background-color: #3b55e6;
}
.solutions-item p,
.solutions-item .vttm-image {
  margin-bottom: 25px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.solutions-item.solution-active .vttm-image img {
  filter: brightness(10);
}
.solutions-item h3 {
  font-size: 24px;
  color: #333;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.solutions-item.solution-active p,
.solutions-item.solution-active h3 {
  color: #fff;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}

.solution-switch {
  display: inline-block;
  width: 35px;
  height: 20px;
  background: #ffd6eb;
  border-radius: 50px;
  border: 1px solid #ef1684;
  position: relative;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.solutions-item.solution-active .solution-switch {
  background: transparent;
  border: 2px solid #fff;
}
.solution-switch:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background: #ef1684;
  border-radius: 100%;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.solution-active .solution-switch:before {
  background: #fff;
  left: 16px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
span.dots {
  display: inline-block;
  position: relative;
  float: right;
  width: 25px;
  height: 25px;
  text-align: center;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
span.dots span {
  content: "";
  background: #aaa;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50px;
  right: 0;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
span.dots span:nth-child(1) {
  top: 0;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
span.dots span:nth-child(2) {
  top: 6px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
span.dots span:nth-child(3) {
  top: 12px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}

.solution-active span.dots span {
  background: #fff;
  top: 6px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.solution-active span.dots span:nth-child(2) {
  opacity: 0;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.solution-active span.dots span:nth-child(1) {
  width: 25px;
  height: 3px;
  transform: rotate(45deg);
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.solution-active span.dots span:nth-child(3) {
  width: 25px;
  height: 3px;
  transform: rotate(-45deg);
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}

/*Form*/
.solutions-tab-wrap {
  display: inline-block;
  width: 100%;
}
.contact-form-item {
  display: none;
}
.form-item-wrap {
  display: inline-block;
  width: 100%;
  background: #fafafa;
  border-radius: 10px;
  margin-top: 50px;
}
.contact-form-item .col-md-4 {
  background: #f0f0f0;
  border-radius: 10px 0px 0px 10px;
  text-align: right;
  padding: 0;
}
.service-form {
  padding: 50px 85px;
}
.service-form div.wpcf7-validation-errors {
  margin: 0;
}
.service-form form input {
  margin-bottom: 25px;
  height: 60px;
}
.service-form form label {
  font-size: 16px;
  color: #777;
  margin: 0 0 7px;
}
.vttm-table-wrap {
  display: table;
  width: 100%;
  height: 100%;
}
.vttm-align-wrap {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.service-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  min-width: 190px;
  padding: 7px 15px;
  background-color: #3b55e6;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 29px;
  margin-top: 15px;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid transparent;
  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;
}
.service-form input[type="submit"]:hover, .service-form input[type="submit"]:focus {
  background-color: transparent;
  border-color: #3b55e6;
  color: #3b55e6;
}
/*Success Page*/
.vttm-success-wrap {
  background-image: url(../images/backgrounds/success.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.vttm-success-wrap.vttm-windowheight {
  max-height: 605px;
}
.vttm-btn-normal {
  display: inline-block;
  vertical-align: middle;
  min-width: 170px;
  padding: 16px 30px 14px;
  background: #3b55e6;
  color: #ffffff;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.3px;
  border: 2px solid #3b55e6;
  text-transform: uppercase;
  line-height: 1.42857;
  white-space: normal;
  text-align: center;
  position: relative;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.vttm-btn-normal:hover, .vttm-btn-normal:focus {
  color: #3b55e6;
  background-color: transparent;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.success-wrap-inner {
  padding: 70px 0;
}
.success-wrap-inner .vttm-image {
  margin-bottom: 25px;
}
.success-wrap-inner p {
  font-size: 18px;
  margin-bottom: 30px;
}
.success-wrap-inner h2 {
  font-size: 48px;
  margin-bottom: 15px;
}
.vttm-success-wrap .col-md-6 {
  max-width: 640px;
}
/*CTA*/
.vttm-wp-cta {
  background-repeat: no-repeat;
  background-position: center; 
  padding: 47px 0;
}
h2.cta-title {
  margin: 0;
  color: #333;
  font-weight: 500;
  line-height: 52px;
}
.cta-button-wrap {
  text-align: right;
}
.cta-btn {
  display: inline-block;
  vertical-align: middle;
  min-width: 170px;
  padding: 16px 15px 15px;
  background: #ef1684;
  border: 2px solid #ef1684;
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  line-height: 1.42857;
  white-space: normal;
  text-align: center;
  position: relative;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.cta-btn:hover, .cta-btn:focus {
  background-color: transparent;
  color: #ef1684;
}
/*Title bar*/
.vttm-title-bar {
  text-align: center;
  padding: 60px 0;
}
.titlebar-content h2 {
  font-size: 40px;
  color: #333;
  padding: 0;
  margin: 0;
}
/*Portfolio*/
.portfolio-item-wrap {
  display: table;
  width: 100%;
  padding-bottom: 100px;
}
.vttm-wp-portfolio .portfolio-item-wrap:last-child {
  padding-bottom: 70px;
}
.portfolio-item-wrap [class*="col-"]:first-child {
  width: 53%;
}
.portfolio-item-wrap [class*="col-"]:last-child {
  width: 47%;
}
.portfolio-item-wrap:nth-child(2n) [class*="col-"]:first-child {
  float: right;
}
.portfolio-item-wrap .portfolio-image .vttm-image {
  position: relative;
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}
.portfolio-info {
  padding: 0 20px 0 60px;
}
.portfolio-item-wrap:nth-child(2n) .portfolio-info {
  padding: 0 40px 0 40px;
}
.portfolio-title-wrap .vttm-image {
  float: left;
}
.portfolio-title-info {
  overflow: hidden;
  padding-left: 30px;  
}
.portfolio-title-wrap {
  padding-bottom: 25px;
}
h2.portfolio-title a,
h2.portfolio-title {
  font-size: 32px;
  color: #333;
  margin: 0;
}
span.portfolio-cat a,
span.portfolio-cat {
  font-size: 13px;
  display: inline-block;
  text-transform: uppercase;
  color: #777;
}
h2.portfolio-title a:hover,
span.portfolio-cat a:hover {
  color: #3b55e6;
}
span.portfolio-cat {
  padding-bottom: 5px;
}
.portfolio-info p {
  color: #777;
}
.portfolio-info .vttm-btn-wrap {
  padding-top: 20px;
}
.portfolio-info .vttm-btn-wrap .vttm-blue-btn {
  padding: 18px 37px 16px;
}

/* Blog Sidebar */
.vttm-widget {
  margin-bottom: 40px;
}
.vttm-widget h4.widget-title {
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  color: #333333;
  font-size: 16px;
  font-weight: 600;
}
.vttm-widget ul {
  list-style: none;
  padding-left: 0;
}
.vttm-sidebar .vttm-widget ul li {
  padding: 12px 0;
  border-bottom: 1px solid #ebebeb;
}
.vttm-sidebar .vttm-widget ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.vttm-sidebar .vttm-widget ul li a {
  color:#555555;
  font-size: 16px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
}
.vttm-widget.widget_archive, .vttm-widget.widget_categories {
  padding: 34px 30px 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  -webkit-box-shadow: -1px 1px 21px 0px rgba(0, 0, 0, 0.03);
  -ms-box-shadow: -1px 1px 21px 0px rgba(0, 0, 0, 0.03);
  box-shadow: -1px 1px 21px 0px rgba(0, 0, 0, 0.03);
}
.vttm-widget.widget_categories ul li {
  text-align: right;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  color: #555555;
  font-weight: 400;
}
.vttm-widget.widget_categories ul li a {
  float: left;
}
.vttm-widget.widget_media_image img {
  width: 100%;
}
