/*-------------------------------------------------------------------------------------------------------------------------------*/

/* This is main CSS file that contains custom style rules used in this template */

/*-------------------------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------*/

/* TABLE OF CONTENTS: */

/*--------------------------------------------------------*/

/* 00 - VARIABLES */

/* 01 - CSS RESET BY ERIC MEYER */

/* 02 - HEADER */

/* 03 - FOOTER */

/* 04 - TEXT BLOCK  */

/* 05 - FEATURED BLOCK */

/* 06 - BANNER */

/* 07 - ACCORDION */

/* 08 - TESTIMONIALS */

/* 09 - BLOG PAGE */

/* 10 - VIDEO BANNER */

/* 11 - CLIENTS */

/* 12 - BLOG POST */

/* 13 - BUTTONS */

/* 14 - FAQ INFO */

/* 15 - PRICING */

/* 16 - CONTACT INFO */

/* 17 - CONTACT FORM */

/* 18 - TIMELINE */

/* 19 - CONTENT SLIDER */

/* 20 - PRODUCT SLIDESHOW */

/* 21 - PHONE SLIDESHOW */

/* 22 - SEARCH PAGE */

/* 23 - 404 PAGE */

/* 24 - TEAM */

/* 25 - PORTFOLIO */

/*-------------------------------------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 00 - VARIABLES */

/*-------------------------------------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 01 - CSS RESET BY ERIC MEYER */

/*-------------------------------------------------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
  border-left: 3px solid #333;
  padding-left: 20px;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #333;
  text-align: center;
  margin-bottom: 15px;
  width: 100%;
}
table thead th, table thead td, table tbody th, table tbody td {
  font-family: "Droid Serif", serif;
  font-size: 14px;
  border: 1px solid #333;
  text-align: center;
  padding: 8px;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
ul, ol {
  margin-bottom: 20px;
}
ul li ul, ul li ol, ol li ul, ol li ol {
  padding-left: 20px;
}
ul {
  list-style-type: disc;
  list-style-position: inside;
}
ol {
  list-style-type: decimal;
  list-style-position: inside;
}
dl {
  margin-bottom: 20px;
}
dl dd {
  padding-left: 20px;
}
li, dl, dd {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 24px;
}
h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 15px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #273140;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 16px;
}
p, .wp-caption-text, .pingback, #wp-calendar, address, figcaption {
  font: 300 16px "Montserrat", sans-serif;
  color: #000;
  line-height: 28px;
}
.pingback {
  margin-bottom: 15px;
}
blockquote {
  margin: 20px 0 23px;
  overflow: hidden;
  padding: 0 0 0 27px;
  border-left: 3px solid #f42267;
}
blockquote p {
  font-family: "Droid Serif", serif;
  font-size: 18px;
  font-weight: 700;
  color: #3a3d4b;
  line-height: 28px;
}
pre {
  font-family: "Droid Serif", serif;
  font-size: 16px;
  color: #273140;
  line-height: 31px;
  padding: 20px;
  margin-bottom: 20px;
}
strong {
  font-weight: 700;
}
acronym {
  border-bottom: 1px dashed #777;
}
big {
  font-size: 2em;
}
i, cite, em, var, address, dfn {
  font-style: italic;
}
s, strike, del {
  text-decoration: line-through;
}
a, a:visited {
  color: #3b55e6;
}
a:hover {
  text-decoration: none;
}
a:focus, a:active {
  text-decoration: none;
}
.shadow-img .vc_single_image-wrapper {
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.3);
}
.wpb_single_image.wpb_content_element {
  margin-bottom: 0;
}
.product-absolute-img {
  overflow: visible !important;
}
div[id*='wpadminba'] {
  position: fixed !important;
}
.absolute-wrapp-img {
  position: relative;
  top: -100px;
  z-index: 100;
}
.absolute-wrapp-img:before, .absolute-wrapp-img:after {
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  content: '';
  position: absolute;
  top: 0;
  width: 445px;
  height: 750px;
}
.absolute-wrapp-img:before {
  left: 0;
  background-image: url("../images/left-banner-product.png");
}
.absolute-wrapp-img:after {
  right: 0;
  background-image: url("../images/right-banner-product.png");
}
.no-menu {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  float: left;
  line-height: 42px;
}
.no-menu a {
  font-family: "Montserrat", sans-serif;
  color: #f42267;
  margin-left: 10px;
}
.rel-position {
  position: relative;
}
.flex-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.no-padd {
  padding-left: 0;
  padding-right: 0;
}
.no-padd-r {
  padding-right: 0;
}
.no-padd-l {
  padding-left: 0;
}
.position-right {
  right: 0;
}
.position-left {
  left: -115px;
}
.position-left-home {
  right: 0;
}
.position-top {
  top: -150px;
}
.vc_row.bg-size-contain {
  background-position: right !important;
  -moz-background-size: contain !important;
  background-size: contain !important;
}
.visible-hidden {
  opacity: 0;
}
.paginate-mb-top .load-btn {
  margin-top: 50px;
}
#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  margin-top: 0;
  top: 0;
  -webkit-transition: background-color .3s ease-out;
  -o-transition: background-color .3s ease-out;
  -moz-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
}
.default-blog .main-header {
  position: static;
}
.default-blog .blog-list.default .post {
  margin-bottom: 10px;
}
.default-blog .sidebar.blog-sidebar .sanjose-widget.widget_text strong {
  line-height: 1.2;
}
.default-blog .sidebar.blog-sidebar .sanjose-widget.widget_pages .page_item_has_children {
  border-bottom: 0;
}
.default-blog .sidebar.blog-sidebar .widget_nav_menu li {
  border-bottom: 0;
  padding: 0;
}
.default-blog .sidebar.blog-sidebar .widget_nav_menu li a {
  margin-bottom: 5px;
  display: inline-block;
}
.default-blog .rss-widget-icon {
  margin-bottom: 5px;
}
.default-blog .rsswidget {
  color: rgba(0, 0, 0, 0.6);
}
.default-blog .textwidget p {
  color: rgba(0, 0, 0, 0.6);
}
.default-blog .main-footer {
  padding: 0;
}
.default-blog .main-footer .sanjose-widget {
  margin-top: 32px;
}
.default-blog .main-footer .sanjose-widget .textwidget img {
  display: inline-block;
  margin-top: 10px;
}
.default-blog .blog-list.default .post .wrapp-img {
  height: inherit;
  background-image: none !important;
}
.default-blog .blog-list.default .post .wrapp-img img {
  display: block !important;
}
.default-blog .post-detail .wrapp-img {
  height: inherit;
  background-image: none !important;
}
.default-blog .post-detail .wrapp-img img {
  display: block !important;
}
.default-blog .post-item .entry-meta .info-post li {
  display: inline-block;
}
.default-blog .sidebar.blog-sidebar .sanjose-widget p {
  margin-bottom: 0;
}
.default-blog .sidebar.blog-sidebar .sanjose-widget.widget_nav_menu ul {
  padding-left: 10px;
}
.default-blog .sidebar.blog-sidebar .sanjose-widget strong {
  margin-bottom: 15px;
  display: inline-block;
}
.default-blog h1 {
  font-size: 46px;
}
.default-blog h2 {
  font-size: 36px;
}
.default-blog h6 {
  margin-top: 20px;
}
.default-blog h1, .default-blog h2, .default-blog h3, .default-blog h4, .default-blog h5, .default-blog h6 {
  font-weight: 600 !important;
  line-height: 1;
}
.default-blog .comment-ctn ul, .default-blog .comment-ctn ol {
  margin-bottom: 20px;
}
.default-blog .comment-ctn ul ul, .default-blog .comment-ctn ul ol, .default-blog .comment-ctn ol ul, .default-blog .comment-ctn ol ol {
  margin-bottom: 0;
}
.default-blog .post-comments .sanjose-comments-list li .comm-txt {
  width: 75%;
}
.default-blog .post-detail .title-post {
  padding-left: 0;
  margin-left: -2px;
}
.default-blog .post-detail .entry ol {
  padding-left: 30px;
}
.default-blog .wp-caption {
  border: none;
}
.default-blog dt {
  font-weight: bold;
}
.default-blog big {
  font-size: 1.6em;
}
.default-blog tt {
  font-size: 13px;
}
.default-blog .entry-meta {
  margin-bottom: 35px;
  margin-top: 0;
}
.default-blog .wp-caption {
  background: inherit;
}
.default-blog .wp-caption img {
  max-width: 100%;
}
.default-blog .widget_calendar td {
  font-size: 12px;
  padding: 5px;
}
.default-blog .entry-meta {
  margin-top: 16px;
}
.default-blog .entry-meta .info-post {
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.default-blog .entry-meta .info-post li {
  display: inline-block;
}
.default-blog .post-comments .comment-reply-title:after, .default-blog .post-comments .title-comment:after {
  border: none;
}
.default-blog .post-comments .title-comment {
  font-size: 19px;
}
.default-blog .list-category a {
  display: inline-block;
}
.default-blog .banner-post {
  height: 0;
}
.default-blog .banner-blog {
  height: 0;
}
.default-blog .sanjose-banner {
  height: 0;
}
.default-blog .post-item .background-wrapp {
  height: 300px;
}
.default-blog .post-item .read-more {
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px;
}
.post-detail .post-password-form input[type="password"] {
  border: 2px solid rgba(34, 35, 40, 0.1);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #273140;
  line-height: 28px;
  outline: none;
  width: 100%;
  padding: 10px 18px;
}
.post-detail .post-password-form input[type="submit"] {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background-color: #3b55e6;
  border: 1px solid #3b55e6;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: auto;
  margin-top: 40px;
  padding: 8px 42px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
@media (min-width: 992px) {
  .text-right-md {
    text-align: right;
  }
  .no-padd-r-md {
    padding-right: 0;
  }
  .no-padd-r-md .vc_column-inner {
    padding-right: 0 !important;
  }
}
@media (min-width: 1000px) {
  .no-padd-md {
    padding-left: 0;
    padding-right: 0;
  }
}
.background-wrapp {
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
a:active, a:hover, a:focus, button {
  outline: 0;
  outline-offset: 0;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 02 - HEADER */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.main-header {
  background-color: #273140;
  padding: 31px 0 22px;
}
.main-header.absolute-header {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
}
.main-header.fix_menu {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
.main-header.fix_menu-active {
  background-color: #273140;
}
.main-header .logo {
  display: inline-block;
  float: left;
  line-height: 42px;
}
.main-header .logo a {
  font: 700 24px "Montserrat", sans-serif;
  color: #fff;
}
.main-header .logo a span {
  font-family: "Droid Serif", serif;
  font-style: italic;
  text-transform: capitalize;
}
.main-header .navigation {
  float: right;
  /* Other links */
}
.main-header .navigation ul {
  list-style: none;
  margin: 0;
}
.main-header .navigation ul li {
  float: left;
  margin-right: 25px;
  padding-bottom: 15px;
  position: relative;
}
.main-header .navigation ul li a {
  font: 300 16px "Montserrat", sans-serif;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  -moz-transition: color .3s ease-out;
  transition: color .3s ease-out;
}
.main-header .navigation ul li a:hover {
  color: #fff;
}
.main-header .navigation ul li .sub-menu {
  background-color: rgba(34, 35, 40, 0.9);
  -webkit-box-shadow: 0 0 40px rgba(58, 61, 75, 0.3);
  -moz-box-shadow: 0 0 40px rgba(58, 61, 75, 0.3);
  box-shadow: 0 0 40px rgba(58, 61, 75, 0.3);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 35px;
  left: -15px;
  min-width: 250px;
  padding: 15px 0;
  z-index: 9999;
  max-width: 215px;
}
.main-header .navigation ul li .sub-menu:before {
  content: '';
  border: 8px solid transparent;
  border-bottom: 8px solid rgba(34, 35, 40, 0.9);
  position: absolute;
  top: -16px;
  left: 25px;
}
.main-header .navigation ul li .sub-menu li {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 0;
  width: 100%;
}
.main-header .navigation ul li .sub-menu li .sub-menu {
  opacity: 0;
  visibility: hidden;
  top: -15px;
  left: 100%;
}
.main-header .navigation ul li .sub-menu li .sub-menu:before {
  display: none;
}
.main-header .navigation ul li .sub-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.main-header .navigation ul li.current_page_item>a, .main-header .navigation ul li.current-menu-parent>a {
  color: #fff;
}
.main-header .navigation ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.main-header .navigation ul li:hover .sub-menu a:hover {
  color: #fff;
}
.main-header .navigation .main-menu, .main-header .navigation .other-links {
  float: left;
  margin-top: 8px;
}
.main-header .navigation .other-links {
  margin-left: 73px;
  margin-top: 10px;
}
.main-header .navigation .other-links a {
  font: 400 11px "Montserrat", sans-serif;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
  letter-spacing: 1.2px;
}
.mm-panels>.mm-panel.mm-hasnavbar {
  padding-top: 60px;
}
.main-header .navigation .other-links a:last-child {
  background-color: #3b55e6;
  border: 1px solid #3b55e6;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  padding: 12px 22px;
  margin-left: 30px;
}
.main-header .navigation .other-links a:last-child:hover {
  background-color: transparent;
  color: #fff;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 03 - FOOTER */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.footer-bottom__copyright span {
  color: #fff;
}
.main-footer {
  background-color: #273140;
  padding: 110px 0;
  /* Sidebar widgets */
  /* Mailchimp form */
}
.main-footer .sidebar .widget_search label:before {
  color: rgba(255, 255, 255, 0.6);
}
.main-footer .sidebar .widget_search label .search-field {
  color: rgba(255, 255, 255, 0.6);
}
.main-footer .sidebar .widget_search ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.main-footer .sidebar .widget_search :-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.main-footer .sidebar .widget_search ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.main-footer .sidebar .widget_search :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.main-footer .sidebar .widget_search ::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.main-footer .sidebar .sanjose-widget select {
  color: #222;
  background-color: #fff;
}
.main-footer .sidebar .sanjose-widget.widget_archive_dropdown:after, .main-footer .sidebar .sanjose-widget.widget_categories_dropdown:after, .main-footer .sidebar .sanjose-widget.widget_text_dropdown:after {
  right: 30px;
}
.main-footer .sidebar .sanjose-widget ul li {
  color: rgba(255, 255, 255, 0.6);
}
.main-footer .sidebar .calendar_wrap caption {
  color: #fff;
  margin-bottom: 10px;
}
.main-footer .sidebar ul {
  list-style: none;
}
.main-footer .sidebar table thead th {
  border-color: #fff;
}
.main-footer .sidebar table tbody td {
  border-color: #fff;
}
.main-footer .sidebar .sanjose-widget {
  /* Info Widget */
}
.main-footer .sidebar .sanjose-widget .sanjose-title-w {
  margin-bottom: 18px;
  color: #fff;
}
.main-footer .sidebar .sanjose-widget a {
  font: 300 16px "Montserrat", sans-serif;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 2px;
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  -moz-transition: color .3s ease-out;
  transition: color .3s ease-out;
}
.main-footer .sidebar .sanjose-widget a:hover {
  color: #3b55e6;
}
.main-footer .sidebar .sanjose-widget.info_widget .sanjose-title-w {
  font-weight: 300;
}
.main-footer .sidebar .sanjose-widget.info_widget .sanjose-title-w span {
  font-family: "Droid Serif", serif;
  font-weight: 700;
}
.main-footer .sidebar .sanjose-widget.info_widget .info-content p {
  color: rgba(255, 255, 255, 0.3);
  line-height: 26px;
}
.main-footer .sidebar .sanjose-widget.info_widget ul li {
  display: inline-block;
  margin-right: 28px;
}
.main-footer .sidebar .sanjose-widget.info_widget ul li:last-child {
  margin-right: 0;
}
.main-footer .sidebar .sanjose-widget.info_widget ul li a {
  font-size: 18px;
}
.main-footer .sidebar .sanjose-widget.info_widget ul li a:hover {
  color: #fff;
}
.main-footer .sidebar .widget_calendar .calendar_wrap table {
  color: rgba(255, 255, 255, 0.6) !important;
}
.main-footer .sidebar .textwidget p {
  color: rgba(255, 255, 255, 0.6) !important;
}
.main-footer .sidebar .textwidget p strong {
  color: #fff;
}
.main-footer .sidebar .widget_rss {
  color: #fff;
}
.main-footer .sidebar .widget_text select {
  max-width: 100%;
}
.main-footer .sidebar .widget_text .wp-caption {
  background: transparent;
  border: 1px solid transparent;
}
.main-footer .mc4wp-form {
  /* Custom form */
}
.main-footer .mc4wp-form p {
  font: 300 16px "Montserrat", sans-serif;
  color: #fff;
  margin-bottom: 27px;
}
.main-footer .mc4wp-form input {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font: 400 16px "Montserrat", sans-serif;
  color: rgba(255, 255, 255, 0.3);
  padding: 20px 30px;
  outline: none;
  -webkit-transition: border-color .3s ease-out;
  -o-transition: border-color .3s ease-out;
  -moz-transition: border-color .3s ease-out;
  transition: border-color .3s ease-out;
}
.main-footer .mc4wp-form input:focus {
  border-color: #3b55e6;
}
.main-footer .mc4wp-form input[type="submit"] {
  background-color: #3b55e6;
  border-color: #3b55e6;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 36px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.main-footer .mc4wp-form input[type="submit"]:hover {
  background-color: transparent;
  color: #fff;
}
.main-footer .mc4wp-form .form-subscribe {
  border: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 4px;
  margin-left: -3px;
  margin-right: 4px;
  margin-bottom: 27px;
}
.main-footer .mc4wp-form .form-subscribe:before, .main-footer .mc4wp-form .form-subscribe:after {
  content: "";
  display: table;
}
.main-footer .mc4wp-form .form-subscribe:after {
  clear: both;
}
.main-footer .mc4wp-form .form-subscribe input[type="submit"] {
  float: right;
  padding: 15px 38px;
}
.main-footer .mc4wp-form .form-subscribe input[type="email"] {
  border: none;
  float: left;
  max-width: 64%;
  padding: 12px 28px;
  letter-spacing: -0.3px;
  margin-top: 2px;
}
.main-footer .mc4wp-form .mc4wp-response .mc4wp-error p {
  font-size: 13px;
  font-weight: 100;
}
/* Footer bottom */

.footer-bottom {
  background-color: #273140;
  border-top: 1px solid rgba(239, 239, 245, 0.1);
  padding: 50px 0 45px;
  /* Other links */
}
.footer-bottom .container {
  padding-left: 7px;
}
.footer-bottom p {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.footer-bottom a {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  -moz-transition: color .3s ease-out;
  transition: color .3s ease-out;
}
.footer-bottom a:hover {
  color: #fff;
}
.footer-bottom__links a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 28px;
  text-transform: uppercase;
  margin-right: 10px;
}
.footer-bottom__links a:last-child {
  margin-right: 0;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 04 - TEXT BLOCK */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.sanjose-text strong {
  color: #000;
}
.sanjose-text h2, .sanjose-text h3, .sanjose-text h4, .sanjose-text h5, .sanjose-text h6 {
  color: #273140;
  font-weight: 500;
  margin-bottom: 30px;
}
.sanjose-text h2 i, .sanjose-text h3 i, .sanjose-text h4 i, .sanjose-text h5 i, .sanjose-text h6 i {
  font-family: "Droid Serif", serif;
  letter-spacing: 0.1px;
  margin-left: 3px;
}
.sanjose-text h2 {
  font-size: 52px;
  line-height: 56px;
  letter-spacing: -1px;
}
.sanjose-text p {
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 28px;
}
.sanjose-text a.link {
  display: inline-block;
  border: 2px solid #3b55e6;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font: 500 12px "Montserrat", sans-serif;
  color: #3b55e6;
  text-transform: uppercase;
  margin-top: 12px;
  letter-spacing: 1.2px;
  padding: 16px 37px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.sanjose-text a.link span {
  text-transform: lowercase;
  font-family: "Droid Serif", serif;
}
.sanjose-text a.link:hover {
  background-color: #3b55e6;
  color: #fff;
}
.sanjose-text ul {
  list-style: none;
  margin-bottom: 65px;
}
.sanjose-text ul li {
  color: rgba(0, 0, 0, 0.7);
  font: 300 16px "Montserrat", sans-serif;
  line-height: 30px;
}
.sanjose-text ul li:before {
  content: '\2022';
  color: #3b55e6;
  font-size: 30px;
  line-height: 0;
  padding-right: 10px;
  position: relative;
  top: 4px;
  left: -3px;
}
.sanjose-text.custom-lh h2 {
  line-height: 50px !important;
}
.sanjose-text.custom-lh p {
  padding-right: 15px;
}
.sanjose-text.custom-size h2 {
  margin-bottom: 58px;
}
.sanjose-text.custom-size p {
  font-size: 18px;
}
.sanjose-text.custom-size .link {
  margin-top: 75px;
}
.sanjose-text.custom-mb h2 {
  margin-bottom: 15px;
}
.sanjose-text.custom-mb p {
  margin-bottom: 18px;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 05 - FEATURED BLOCK */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.featured-block {
  margin-bottom: 70px;
}
.featured-block .icon {
  display: inline-block;
  margin-bottom: 20px;
}
.featured-block .icon i {
  font-size: 48px;
  color: #3b55e6;
}
.featured-block .icon i:before {
  margin: 0;
}
.featured-block .title {
  color: #222328;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.featured-block .desc p {
  font-size: 18px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
  line-height: 28px;
}
.featured-block.big-size {
  margin-bottom: 63px;
}
.featured-block.big-size .icon {
  margin-bottom: 52px;
}
.featured-block.big-size .icon i {
  font-size: 60px;
}
.featured-block.big-size .title {
  margin-bottom: 32px;
}
.featured-block.medium-size {
  margin-bottom: 67px;
}
.featured-block.medium-size .title {
  margin-bottom: 10px;
}
.featured-block.small-size .title {
  margin-bottom: 18px;
}
.featured-block.small-size .desc p {
  font-size: 16px;
  line-height: 24px;
}
.featured-block .news-images .news-img-bg {
  background-position: center;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  height: 80px;
  width: 165px;
  margin: 0 auto;
}
.featured-block .news-images img {
  margin: 0 auto;
}
.featured-bloc-left {
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-left-color: rgba(140, 143, 148, 0.2);
  border-left-style: solid;
  border-bottom-color: rgba(140, 143, 148, 0.2);
  border-bottom-style: solid;
}
.featured-bloc-right {
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-color: rgba(140, 143, 148, 0.2);
  border-right-style: solid;
  border-bottom-color: rgba(140, 143, 148, 0.2);
  border-bottom-style: solid;
}
.featured-block-center {
  border-bottom-width: 1px;
  border-bottom-color: rgba(140, 143, 148, 0.2);
  border-bottom-style: solid;
}
.featured-block-left_bottom {
  border-left-width: 1px;
  border-left-color: rgba(140, 143, 148, 0.2);
  border-left-style: solid;
}
.featured-block-right_bottom {
  border-right-width: 1px;
  border-right-color: rgba(140, 143, 148, 0.2);
  border-right-style: solid;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 05 - COUNTDOWN BLOCK */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.countdown-item {
  width: 290px;
  max-width: 100%;
}
.countdown-item .number, .countdown-item .percent {
  font: 400 28px "Montserrat", sans-serif;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 06 - BANNER */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.sanjose-banner {
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  height: 430px;
  position: relative;
  /* Content banner */
}
.sanjose-banner.bg_paralax {
  background-attachment: fixed;
}
.sanjose-banner .particles-js-canvas-el {
  position: absolute;
  top: 0;
  left: 0;
}
.sanjose-banner .content-banner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 100;
  padding: 0 15px;
}
.sanjose-banner .content-banner.banner-blog__content {
  left: 0;
}
.sanjose-banner .content-banner .title {
  font: 500 52px "Montserrat", sans-serif;
  color: #fff;
  letter-spacing: -0.4px;
  margin-bottom: 40px;
}
.sanjose-banner .content-banner .title i {
  font-family: "Droid Serif", serif;
}
.sanjose-banner .content-banner .subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  line-height: 28px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.sanjose-banner .content-banner .btn {
  font: 500 12px "Montserrat", sans-serif;
  color: #fff;
  background-color: #3b55e6;
  border: 1px solid #3b55e6;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: 5px 8.7px 20px rgba(59, 85, 230, 0.4);
  -moz-box-shadow: 5px 8.7px 20px rgba(59, 85, 230, 0.4);
  box-shadow: 5px 8.7px 20px rgba(59, 85, 230, 0.4);
  text-transform: uppercase;
  letter-spacing: 1.3px;
  padding: 16px 25px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.sanjose-banner .content-banner .btn:hover {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #3b55e6;
}
.sanjose-banner .content-banner .mc4wp-form {
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 30px;
  /* Custom form */
}
.sanjose-banner .content-banner .mc4wp-form .mc4wp-error {
  margin-top: 15px;
}
.sanjose-banner .content-banner .mc4wp-form p {
  font: 300 16px "Montserrat", sans-serif;
  color: #fff;
  margin-bottom: 27px;
}
.sanjose-banner .content-banner .mc4wp-form input {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font: 400 16px "Montserrat", sans-serif;
  color: #fff;
  padding: 20px 30px;
  outline: none;
  -webkit-transition: border-color .3s ease-out;
  -o-transition: border-color .3s ease-out;
  -moz-transition: border-color .3s ease-out;
  transition: border-color .3s ease-out;
}
.sanjose-banner .content-banner .mc4wp-form input:focus {
  border-color: #3b55e6;
}
.sanjose-banner .content-banner .mc4wp-form input::-webkit-input-placeholder {
  color: #fff;
}
.sanjose-banner .content-banner .mc4wp-form input::-moz-placeholder {
  color: #fff;
}
.sanjose-banner .content-banner .mc4wp-form input:-moz-placeholder {
  color: #fff;
}
.sanjose-banner .content-banner .mc4wp-form input:-ms-input-placeholder {
  color: #fff;
}
.sanjose-banner .content-banner .mc4wp-form input[type="submit"] {
  background-color: #3b55e6;
  border-color: #3b55e6;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 36px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.sanjose-banner .content-banner .mc4wp-form input[type="submit"]:hover {
  background-color: transparent;
  color: #3b55e6;
}
.sanjose-banner .content-banner .mc4wp-form .form-subscribe {
  border: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 4px;
  margin-left: -3px;
  margin-right: 4px;
}
.sanjose-banner .content-banner .mc4wp-form .form-subscribe:before, .sanjose-banner .content-banner .mc4wp-form .form-subscribe:after {
  content: "";
  display: table;
}
.sanjose-banner .content-banner .mc4wp-form .form-subscribe:after {
  clear: both;
}
.sanjose-banner .content-banner .mc4wp-form .form-subscribe input[type="submit"] {
  float: right;
  padding: 15px 38px;
}
.sanjose-banner .content-banner .mc4wp-form .form-subscribe input[type="email"] {
  border: none;
  float: left;
  max-width: 64%;
  padding: 12px 28px;
  letter-spacing: -0.3px;
  margin-top: 2px;
}
.sanjose-banner .video-iframe {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
}
.sanjose-banner .video-iframe:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.sanjose-banner .video-iframe iframe {
  position: relative;
  left: 0;
}
.sanjose-banner.style_1 {
  background-color: #3f51b5;
  height: 715px;
  margin-bottom: 200px;
}
.sanjose-banner.style_1:before {
  content: '';
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(103, 170, 202, 0.15)), color-stop(48%, rgba(255, 255, 255, 0.15)), to(rgba(167, 214, 127, 0.15)));
  background-image: -webkit-linear-gradient(left, rgba(103, 170, 202, 0.15) 0%, rgba(255, 255, 255, 0.15) 48%, rgba(167, 214, 127, 0.15) 100%);
  background-image: -moz-linear-gradient(left, rgba(103, 170, 202, 0.15) 0%, rgba(255, 255, 255, 0.15) 48%, rgba(167, 214, 127, 0.15) 100%);
  background-image: -o-linear-gradient(left, rgba(103, 170, 202, 0.15) 0%, rgba(255, 255, 255, 0.15) 48%, rgba(167, 214, 127, 0.15) 100%);
  background-image: linear-gradient(to right, rgba(103, 170, 202, 0.15) 0%, rgba(255, 255, 255, 0.15) 48%, rgba(167, 214, 127, 0.15) 100%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sanjose-banner.style_1 .content-banner {
  top: 25%;
  -webkit-transform: translateY(-25%);
  -moz-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  -o-transform: translateY(-25%);
  transform: translateY(-25%);
}
.sanjose-banner.style_1 .content-banner .title {
  font-size: 72px;
  color: #3a3d4b;
  line-height: inherit;
  margin-bottom: 35px;
}
.sanjose-banner.style_1 .content-banner .subtitle {
  color: rgba(0, 0, 0, 0.5);
}
.sanjose-banner.style_1 .absolute-img {
  position: relative;
  top: 50%;
  max-width: 900px;
  margin: auto;
  z-index: 100;
}
.sanjose-banner.style_1 .absolute-img img {
  margin: 0 auto;
}
.sanjose-banner.style_1 .absolute-img .btn {
  position: absolute;
  right: 5%;
  bottom: 45%;
  font: 500 12px "Montserrat", sans-serif, sans-serif;
  color: #fff;
  background-color: #3b55e6;
  border: 1px solid #3b55e6;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: 5px 8.7px 20px rgba(59, 85, 230, 0.4);
  -moz-box-shadow: 5px 8.7px 20px rgba(59, 85, 230, 0.4);
  box-shadow: 5px 8.7px 20px rgba(59, 85, 230, 0.4);
  text-transform: uppercase;
  letter-spacing: 1.3px;
  padding: 16px 25px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.sanjose-banner.style_1 .absolute-img .btn:hover {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #3b55e6;
}
.sanjose-banner.style_1.no-image-content {
  margin-bottom: 0;
}
.sanjose-banner.style_1.no-image-content .content-banner {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sanjose-banner.style_2 {
  background-color: #3f51b5;
  height: 100vh;
}
.sanjose-banner.style_2 .sanjose-container {
  position: relative;
}
.sanjose-banner.style_2:after {
  background-color: rgba(58, 61, 75, 0.5);
}
.sanjose-banner.style_2 .container, .sanjose-banner.style_2 .row, .sanjose-banner.style_2 .col-md-7, .sanjose-banner.style_2 .col-md-5 {
  height: 100%;
}
.sanjose-banner.style_2 .content-banner {
  top: 62%;
  -webkit-transform: translateY(-62%);
  -moz-transform: translateY(-62%);
  -ms-transform: translateY(-62%);
  -o-transform: translateY(-62%);
  transform: translateY(-62%);
  text-align: left;
}
.sanjose-banner.style_2 .content-banner .title {
  font-size: 72px;
  color: #fff;
  line-height: 82px;
  letter-spacing: -1px;
  margin-bottom: 35px;
}
.sanjose-banner.style_2 .content-banner p {
  font-size: 18px;
  max-width: 85%;
}
.sanjose-banner.style_2 .content-banner .subtitle, .sanjose-banner.style_2 .content-banner p {
  color: rgba(255, 255, 255, 0.7);
}
.sanjose-banner.style_2 .content-banner .list-button {
  margin-top: 40px;
}
.sanjose-banner.style_2 .content-banner .list-button a {
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 168px;
  height: 60px;
  margin-right: 30px;
}
.sanjose-banner.style_2 .content-banner .list-button a:last-child {
  margin-right: 0;
}
.sanjose-banner.style_2 .wrapp-img {
  position: relative;
  top: 20%;
  z-index: 100;
}
.sanjose-banner.style_3 {
  background-color: #3f51b5;
  height: 570px;
}
.sanjose-banner.style_3:before, .sanjose-banner.style_3:after {
  display: none;
}
.sanjose-banner.style_3 .content-banner {
  top: 43%;
  left: 50%;
  -webkit-transform: translate(-50%, -43%);
  -moz-transform: translate(-50%, -43%);
  -ms-transform: translate(-50%, -43%);
  -o-transform: translate(-50%, -43%);
  transform: translate(-50%, -43%);
  max-width: 800px;
}
.sanjose-banner.style_3 .content-banner .title {
  font-size: 72px;
  color: #fff;
  letter-spacing: 1.4px;
  margin-bottom: 32px;
}
.sanjose-banner.style_3 .content-banner p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}
.sanjose-banner.style_3 .content-banner .btn {
  padding: 16px 40px;
  margin-top: 75px;
}
.sanjose-banner.style_4 {
  background-color: #273140;
}
.sanjose-banner.style_4:before {
  display: none;
}
.sanjose-banner.style_4 .title {
  color: #fff;
  margin-bottom: 35px;
}
.sanjose-banner.style_4 .subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.sanjose-banner.style_4 p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  margin-bottom: 25px;
}
.sanjose-banner.style_5 {
  background-color: #3f51b5;
  height: 530px;
}
.sanjose-banner.style_5:before, .sanjose-banner.style_5:after {
  display: none;
}
.sanjose-banner.style_5 .content-banner .title {
  color: #fff;
  line-height: inherit;
  margin-bottom: 35px;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 07 - ACCORDION */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.sanjose-accordion .panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 5px;
}
.sanjose-accordion .panel .panel-heading {
  padding: 10px 20px 25px 0;
}
.sanjose-accordion .panel .panel-title {
  position: relative;
}
.sanjose-accordion .panel .panel-title a {
  font: italic 22px "Droid Serif", serif;
  font-weight: 600 !important;
  color: rgba(0, 0, 0, 0.5);
  line-height: 32px;
  display: block;
  letter-spacing: -0.1px;
  font-weight: 600 !important;
}
.sanjose-accordion .panel .panel-title a[aria-expanded="true"] {
  color: #273140;
}
.sanjose-accordion .panel .panel-title a[aria-expanded="true"] .icon {
  top: 5px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.sanjose-accordion .panel .panel-title a .icon {
  font-size: 28px;
  position: absolute;
  right: 7px;
  top: 15px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sanjose-accordion .panel .panel-body {
  border-top: 1px solid #e0e1e2;
  border-bottom: 1px solid #e0e1e2;
  background-color: #f9fbfb;
  padding: 18px 30px 7px;
}
.sanjose-accordion .panel .panel-body p {
  font: 300 16px "Montserrat", sans-serif;
  color: rgba(0, 0, 0, 0.5);
  line-height: 26px;
}
.sanjose-accordion .panel .panel-body .btn-link {
  color: #3b55e6;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  font: 500 12px "Montserrat", sans-serif;
  letter-spacing: 1px;
  padding: 15px 40px;
  border: 2px solid #3b55e6;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.sanjose-accordion .panel .panel-body .btn-link:hover {
  background-color: #3b55e6;
  color: #fff;
}
.sanjose-accordion.style_2 {
  border: 2px solid #e3edef;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.sanjose-accordion.style_2 .panel {
  background-color: #e3edef;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.sanjose-accordion.style_2 .panel:last-child .panel-heading {
  border-bottom: none;
}
.sanjose-accordion.style_2 .panel.active .panel-heading {
  border-bottom: none;
}
.sanjose-accordion.style_2 .panel.active .panel-title a {
  top: -1px;
}
.sanjose-accordion.style_2 .panel.active .panel-title a .icon {
  top: 0;
}
.sanjose-accordion.style_2 .panel .panel-heading {
  padding: 18px 28px 15px;
  background-color: #e3edef;
  border-bottom: 1px solid rgba(58, 61, 75, 0.3);
}
.sanjose-accordion.style_2 .panel .panel-body {
  background-color: #fff;
}
.sanjose-accordion.style_2 .panel .panel-body p {
  font-size: 16px;
  line-height: 28px;
}
.sanjose-accordion.style_2 .panel .panel-body .btn-link {
  color: #3b55e6;
  border-color: #3b55e6;
}
.sanjose-accordion.style_2 .panel .panel-body .btn-link:hover {
  background-color: #3b55e6;
  color: #fff;
}
.sanjose-accordion.style_2 .panel .panel-title a {
  font: 500 16px "Montserrat", sans-serif;
  color: #222328;
  line-height: 26px;
  letter-spacing: 1.5px;
}
.sanjose-accordion.style_2 .panel .panel-title a .icon {
  top: 9px;
  font-size: 20px;
  font-weight: bold;
}
.sanjose-accordion.style_3 .panel {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.sanjose-accordion.style_3 .panel.active {
  -webkit-box-shadow: 0 8px 28.5px 1.5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 8px 28.5px 1.5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 28.5px 1.5px rgba(0, 0, 0, 0.2);
}
.sanjose-accordion.style_3 .panel.active .panel-title a {
  color: #3b55e6;
}
.sanjose-accordion.style_3 .panel .panel-title a {
  font: 500 18px "Montserrat", sans-serif;
  color: rgba(0, 0, 0, 0.9);
  line-height: 42px;
}
.sanjose-accordion.style_3 .panel .panel-heading {
  padding: 9px 28px 9px;
}
.sanjose-accordion.style_3 .panel .panel-body {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  border: none;
  padding-top: 0;
}
.sanjose-accordion.style_3 .panel .panel-body .btn-link {
  color: #3b55e6;
  border-color: #3b55e6;
}
.sanjose-accordion.style_3 .panel .panel-body .btn-link:hover {
  background-color: #3b55e6;
  color: #fff;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 08 - TESTIMONIALS */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.sanjose-testimonials-slider {
  /* Modern style */
}
.sanjose-testimonials-slider.default {
  margin-left: -30px;
  margin-right: -30px;
  /* Pagination */
}
.sanjose-testimonials-slider.default .swiper-slide .content-slide {
  padding: 15px;
  text-align: center;
}
.sanjose-testimonials-slider.default .swiper-slide .content-slide .content {
  background-color: #ddecf6;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 30px 40px 12px;
  margin-bottom: 32px;
  position: relative;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.sanjose-testimonials-slider.default .swiper-slide .content-slide .content:before {
  content: '';
  border: 10px solid transparent;
  border-top: 10px solid #ddecf6;
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sanjose-testimonials-slider.default .swiper-slide .content-slide .content p {
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 30px;
}
.sanjose-testimonials-slider.default .swiper-slide .content-slide .wrapp-img {
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.sanjose-testimonials-slider.default .swiper-slide .content-slide .wrapp-img:before {
  display: block;
  content: '';
  background-color: rgba(221, 236, 246, 0.4);
  width: 100%;
  height: 100%;
}
.sanjose-testimonials-slider.default .swiper-slide .content-slide .author {
  font-family: "Droid Serif", serif;
  color: rgba(34, 35, 40, 0.8);
  margin-top: 22px;
  margin-bottom: 10px;
  font-style: italic;
}
.sanjose-testimonials-slider.default .swiper-slide .content-slide .position {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: rgba(34, 35, 40, 0.55);
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.sanjose-testimonials-slider.default .swiper-slide.swiper-slide-active .content {
  background-color: #fff;
  -webkit-box-shadow: 12.5px 21.7px 60px rgba(0, 0, 1, 0.25);
  -moz-box-shadow: 12.5px 21.7px 60px rgba(0, 0, 1, 0.25);
  box-shadow: 12.5px 21.7px 60px rgba(0, 0, 1, 0.25);
}
.sanjose-testimonials-slider.default .swiper-slide.swiper-slide-active .content:before {
  border-top-color: #fff;
}
.sanjose-testimonials-slider.default .swiper-slide.swiper-slide-active .content p {
  font-weight: 400;
}
.sanjose-testimonials-slider.default .swiper-slide.swiper-slide-active .wrapp-img:before {
  display: none;
}
.sanjose-testimonials-slider.default .swiper-slide.swiper-slide-active .author, .sanjose-testimonials-slider.default .swiper-slide.swiper-slide-active .position {
  color: #222328;
}
.sanjose-testimonials-slider.default .pagination {
  display: block;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 90px;
}
.sanjose-testimonials-slider.default .pagination .swiper-pagination-switch {
  display: inline-block;
  border: 2px solid rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 10px;
  width: 12px;
  height: 12px;
}
.sanjose-testimonials-slider.default .pagination .swiper-pagination-switch.swiper-active-switch {
  width: 16px;
  height: 16px;
  background-color: #243759;
  border-color: #243759;
  -webkit-box-shadow: 0 6px 9px rgba(58, 61, 75, 0.3);
  -moz-box-shadow: 0 6px 9px rgba(58, 61, 75, 0.3);
  box-shadow: 0 6px 9px rgba(58, 61, 75, 0.3);
  position: relative;
  top: 2px;
}
.sanjose-testimonials-slider.modern {
  position: relative;
  /* Pagination */
}
.sanjose-testimonials-slider.modern .content-slide {
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
}
.sanjose-testimonials-slider.modern .content-slide .content p {
  font-family: "Droid Serif", serif;
  font-size: 30px;
  font-style: italic;
  color: #3a3d4b;
  line-height: 42px;
}
.sanjose-testimonials-slider.modern .content-slide .rating {
  margin-top: 38px;
}
.sanjose-testimonials-slider.modern .content-slide .rating .star {
  margin-right: 10px;
}
.sanjose-testimonials-slider.modern .content-slide .rating .star:before {
  font-family: FontAwesome;
  font-size: 24px;
  color: #f2bc3b;
}
.sanjose-testimonials-slider.modern .content-slide .rating .star.full:before {
  content: '\f005';
}
.sanjose-testimonials-slider.modern .content-slide .rating .star.half:before {
  content: '\f123';
}
.sanjose-testimonials-slider.modern .content-slide .rating .star.empty:before {
  content: '\f006';
}
.sanjose-testimonials-slider.modern .pagination {
  display: block;
  text-align: center;
  margin-bottom: 78px;
}
.sanjose-testimonials-slider.modern .pagination .swiper-pagination-switch {
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  width: 90px;
  height: 90px;
  margin-right: 130px;
  opacity: .5;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}
.sanjose-testimonials-slider.modern .pagination .swiper-pagination-switch.swiper-active-switch {
  width: 130px;
  height: 130px;
  -webkit-box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
  position: relative;
  top: 18px;
  opacity: 1;
}
.sanjose-testimonials-slider.modern .pagination .swiper-pagination-switch:last-child {
  margin-right: 0;
}
.sanjose-testimonials-slider.modern .slide-prev, .sanjose-testimonials-slider.modern .slide-next {
  width: 48px;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px #d9e6eb;
  -moz-box-shadow: 0 0 5px #d9e6eb;
  box-shadow: 0 0 5px #d9e6eb;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
}
.sanjose-testimonials-slider.modern .slide-prev:before, .sanjose-testimonials-slider.modern .slide-next:before {
  font-family: FontAwesome;
  font-size: 38px;
  color: rgba(58, 61, 75, 0.5);
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-55%, -50%);
  -moz-transform: translate(-55%, -50%);
  -ms-transform: translate(-55%, -50%);
  -o-transform: translate(-55%, -50%);
  transform: translate(-55%, -50%);
}
.sanjose-testimonials-slider.modern .slide-next {
  left: inherit;
  right: 3px;
}
.sanjose-testimonials-slider.modern .slide-next:before {
  content: '\f105';
}
.sanjose-testimonials-slider.modern .slide-prev {
  left: 3px;
}
.sanjose-testimonials-slider.modern .slide-prev:before {
  content: '\f104';
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 09 - BLOG PAGE */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.banner-blog {
  height: 565px;
  position: relative;
}
.banner-blog__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  max-width: 850px;
}
.banner-blog__content h2 {
  font: 500 72px "Montserrat", sans-serif;
  color: #3a3d4b;
  letter-spacing: -1.7px;
  line-height: 80px;
  margin-bottom: 65px;
}
.banner-blog__content h2 i {
  font-family: "Droid Serif", serif;
}
.banner-blog__content h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
  line-height: 28px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.banner-blog__content .btn {
  font: 500 12px "Montserrat", sans-serif;
  color: #fff;
  background-color: #3b55e6;
  border: 1px solid #3b55e6;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: 5px 8.7px 20px rgba(210, 2, 70, 0.4);
  -moz-box-shadow: 5px 8.7px 20px rgba(210, 2, 70, 0.4);
  box-shadow: 5px 8.7px 20px rgba(210, 2, 70, 0.4);
  text-transform: uppercase;
  letter-spacing: 1.3px;
  padding: 16px 40px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.banner-blog__content .btn:hover {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #3b55e6;
}
/* Blog list */

.blog-list {
  /* Defaut style */
  /* Modern style */
  /* Vertical style */
}
.blog-list .post, .blog-list .page {
  position: relative;
}
.blog-list .post.sticky:after, .blog-list .post.tag-sticky-2:after, .blog-list .page.sticky:after, .blog-list .page.tag-sticky-2:after {
  position: absolute;
  top: 0;
  left: 5px;
  font-family: FontAwesome;
  content: '\f08d';
  color: #273140;
  font-size: 20px;
  -webkit-transform: rotate(325deg);
  -moz-transform: rotate(325deg);
  -ms-transform: rotate(325deg);
  -o-transform: rotate(325deg);
  transform: rotate(325deg);
  z-index: 5;
}
.blog-list .post h6, .blog-list .page h6 {
  font: 500 18px "Montserrat", sans-serif;
  line-height: 28px;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  word-wrap: break-word;
}
.blog-list .post h6 a, .blog-list .page h6 a {
  color: #3a3d4b;
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  -moz-transition: color .3s ease-out;
  transition: color .3s ease-out;
}
.blog-list .post h6 a:hover, .blog-list .page h6 a:hover {
  color: #3b55e6;
}
.blog-list .post h6 a i, .blog-list .page h6 a i {
  font-family: "Droid Serif", serif;
}
.blog-list .post .post-excerpt p, .blog-list .page .post-excerpt p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}
.blog-list .post .info-post, .blog-list .page .info-post {
  list-style: none;
}
.blog-list .post .info-post li, .blog-list .page .info-post li {
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.5);
  margin-right: 28px;
}
.blog-list .post .info-post li img, .blog-list .page .info-post li img {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 6px;
}
.blog-list.default .post, .blog-list.default .page {
  margin-bottom: 50px;
}
.blog-list.default .post .wrapp-img, .blog-list.default .page .wrapp-img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 230px;
  margin-bottom: 20px;
}
.blog-list.default .post .read-more, .blog-list.default .page .read-more {
  font-family: "Montserrat", sans-serif;
  color: #3b55e6;
  font-style: italic;
}
.blog-list.default .post .entry-meta, .blog-list.default .page .entry-meta {
  margin-top: 20px;
  padding-top: 10px;
}
.blog-list.default .post .entry-meta ul, .blog-list.default .page .entry-meta ul {
  list-style: none;
  margin-bottom: 0;
}
.blog-list.default .post .entry-meta ul li, .blog-list.default .page .entry-meta ul li {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.blog-list.default .post .entry-meta ul li:last-child, .blog-list.default .page .entry-meta ul li:last-child {
  font-family: "Droid Serif", serif;
}
.blog-list.default .post .entry-meta ul li:last-child a, .blog-list.default .page .entry-meta ul li:last-child a {
  font-family: "Montserrat", sans-serif;
  color: #3b55e6;
}
.blog-list.default .post .entry-meta ul li:last-child a:first-child, .blog-list.default .page .entry-meta ul li:last-child a:first-child {
  margin-left: 8px;
}
.blog-list.modern .post {
  height: 252px;
  margin-bottom: 30px;
}
.blog-list.modern .post-item {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #d9e6eb;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.blog-list.modern .post-item .wrapp-img {
  height: 100%;
}
.blog-list.modern .post-item .content-post {
  background-color: rgba(58, 61, 75, 0.85);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 30px 30px;
  -webkit-transform: translateY(68%);
  -moz-transform: translateY(68%);
  -ms-transform: translateY(68%);
  -o-transform: translateY(68%);
  transform: translateY(68%);
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.blog-list.modern .post-item .content-post h6 {
  margin-bottom: 12px;
  -webkit-transition: margin-bottom .3s ease-out;
  -o-transition: margin-bottom .3s ease-out;
  -moz-transition: margin-bottom .3s ease-out;
  transition: margin-bottom .3s ease-out;
}
.blog-list.modern .post-item .content-post h6 a {
  color: #fff;
}
.blog-list.modern .post-item .content-post h6 a:hover {
  color: #3b55e6;
}
.blog-list.modern .post-item .content-post .post-excerpt p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 5px;
}
.blog-list.modern .post-item .content-post .modern-info {
  margin-bottom: 0;
  -webkit-transition: margin-bottom .3s ease-out;
  -o-transition: margin-bottom .3s ease-out;
  -moz-transition: margin-bottom .3s ease-out;
  transition: margin-bottom .3s ease-out;
}
.blog-list.modern .post-item .content-post .modern-info li {
  display: inline-block;
  font-family: "Droid Serif", serif;
  font-size: 14px;
  color: rgba(254, 254, 254, 0.6);
  line-height: 22px;
  list-style: none;
}
.blog-list.modern .post-item .content-post .modern-info li:first-child {
  margin-right: 4px;
  font-style: italic;
}
.blog-list.modern .post-item .content-post .modern-info li:last-child:before {
  content: '/';
  display: inline-block;
  margin-right: 3px;
}
.blog-list.modern .post-item .content-post .modern-info li .fa {
  color: #fefefe;
  margin-right: 5px;
}
.blog-list.modern .post-item .content-post .modern-info li a {
  font-family: "Droid Serif", serif;
  font-size: 14px;
  color: rgba(254, 254, 254, 0.6);
  line-height: 22px;
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  -moz-transition: color .3s ease-out;
  transition: color .3s ease-out;
}
.blog-list.modern .post-item .content-post .modern-info li a:hover {
  color: #3b55e6;
}
.blog-list.modern .post-item .content-post .read-more {
  float: right;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  text-transform: lowercase;
  margin-right: 10px;
  margin-top: 3px;
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  -moz-transition: color .3s ease-out;
  transition: color .3s ease-out;
  font-style: italic;
}
.blog-list.modern .post-item .content-post .read-more:hover {
  color: #3b55e6;
}
.blog-list.modern .post-item .content-post .info-post {
  display: inline-block;
  float: left;
}
.blog-list.modern .post-item .content-post .info-post li {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  list-style: none;
  margin-right: 25px;
}
.blog-list.modern .post-item .content-post .info-post li img {
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 0;
  width: 15px;
}
.blog-list.modern .post-item:hover .content-post {
  padding: 32px 24px 30px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.blog-list.modern .post-item:hover .content-post .modern-info {
  margin-bottom: 12px;
}
.blog-list.modern .post-item:hover .content-post h6 {
  margin-bottom: 3px;
}
.blog-list.modern.enable-sidebar .post-item .content-post {
  padding: 15px 15px 30px;
  -webkit-transform: translateY(62%);
  -moz-transform: translateY(62%);
  -ms-transform: translateY(62%);
  -o-transform: translateY(62%);
  transform: translateY(62%);
}
.blog-list.modern.enable-sidebar .post-item .content-post h6 {
  font-size: 14px;
}
.blog-list.modern.enable-sidebar .post-item:hover .content-post {
  padding: 15px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.blog-list.modern.enable-sidebar .post-item:hover .content-post .modern-info {
  margin-bottom: 12px;
}
.blog-list.modern.enable-sidebar .post-item:hover .content-post h6 {
  margin-bottom: 3px;
}
.blog-list.vertical .post {
  margin-bottom: 30px;
}
.blog-list.vertical .post .wrapp-img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  float: left;
  height: 320px;
  width: 42.5%;
}
.blog-list.vertical .post .content-post {
  float: left;
  width: 57.5%;
  padding-left: 27px;
  padding-top: 30px;
}
.blog-list.vertical .post .content-post.no-thumbnail {
  border-top: 1px solid rgba(34, 35, 40, 0.1);
  border-bottom: 1px solid rgba(34, 35, 40, 0.1);
  float: none;
  padding-left: 0;
  padding-top: 52px;
  padding-bottom: 26px;
  width: 100%;
}
.blog-list.vertical .post .content-post.no-thumbnail h6 {
  margin-bottom: 20px;
}
.blog-list.vertical .post .content-post.no-thumbnail .post-excerpt p {
  margin-bottom: 0;
}
.blog-list.vertical .post .content-post.no-thumbnail .entry-meta {
  margin-top: 0;
}
.blog-list.vertical .post .content-post.no-thumbnail .entry-meta .avatar {
  margin-top: 0;
}
.blog-list.vertical .post .content-post.no-thumbnail .entry-meta ul {
  margin-top: 5px;
}
.blog-list.vertical .post .content-post.no-thumbnail .entry-meta ul li:last-child {
  margin-top: 0;
}
.blog-list.vertical .post .content-post h6 {
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;
  text-transform: capitalize;
  letter-spacing: -0.4px;
  margin-bottom: 25px;
}
.blog-list.vertical .post .content-post h6 a {
  color: #3a3d4b;
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  -moz-transition: color .3s ease-out;
  transition: color .3s ease-out;
}
.blog-list.vertical .post .content-post h6 a:hover {
  color: #3b55e6;
}
.blog-list.vertical .post .content-post .post-excerpt p {
  font-size: 16px;
  line-height: 26px;
}
.blog-list.vertical .post .content-post .entry-meta {
  margin-top: 28px;
}
.blog-list.vertical .post .content-post .entry-meta .avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  float: left;
  margin-right: 20px;
  margin-top: 5px;
}
.blog-list.vertical .post .content-post .entry-meta li {
  list-style: none;
  color: rgba(0, 0, 0, 0.5);
}
.blog-list.vertical .post .content-post .entry-meta li:first-child {
  font-family: "Droid Serif", serif;
  font-size: 18px;
  color: #3a3d4b;
  line-height: 28px;
  text-transform: capitalize;
}
.blog-list.vertical .post .content-post .entry-meta li:last-child {
  text-transform: lowercase;
  margin-top: 5px;
}
.blog-list.vertical .post .content-post .entry-meta li:last-child a {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-left: 3px;
}
.blog-list.vertical .post .content-post .entry-meta li .date {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.blog-list .latest-post.no-result {
  text-align: center;
}
/* Pagination blog */

.load-btn {
  display: inline-block;
  border: 2px solid #3b55e6;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font: 500 14px "Montserrat", sans-serif;
  color: #3b55e6;
  cursor: pointer;
  text-transform: uppercase;
  margin-top: 12px;
  letter-spacing: 1.4px;
  padding: 13px 34px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.load-btn-team {
  padding: 13px 65px;
}
.load-btn:hover {
  background-color: #3b55e6;
  color: #fff;
}
.pagination {
  display: block;
  text-align: center;
  margin-top: 40px;
}
.pagination a, .pagination span {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.3);
  line-height: 48px;
  margin-right: 40px;
}
.pagination a.current, .pagination span.current {
  color: rgba(0, 0, 0, 0.9);
}
.pagination a.prev, .pagination a.next, .pagination span.prev, .pagination span.next {
  width: 150px;
  height: 50px;
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
}
.pagination a.prev, .pagination span.prev {
  background-image: url(../images/prev-arrow.jpg);
  background-position: left;
  float: left;
}
.pagination a.next, .pagination span.next {
  background-image: url(../images/next-arrow.jpg);
  background-position: right;
  float: right;
  margin-right: 0;
}
/* Sidebar widgets */

.sidebar {
  /* Search widget */
}
.sidebar .widget_search .search-form {
  border: 2px solid rgba(140, 143, 148, 0.6);
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  position: relative;
  max-width: 210px;
}
.sidebar .widget_search .search-form:before, .sidebar .widget_search .search-form:after {
  content: "";
  display: table;
}
.sidebar .widget_search .search-form:after {
  clear: both;
}
.sidebar .widget_search input {
  background: transparent;
  border: none;
  padding: 8px 0;
  outline: none;
}
.sidebar .widget_search input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.sidebar .widget_search input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.sidebar .widget_search input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.sidebar .widget_search input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.sidebar .widget_search .search-submit {
  color: transparent;
  width: 20%;
  float: left;
  position: relative;
  z-index: 9;
}
.sidebar .widget_search label {
  width: 80%;
  float: right;
}
.sidebar .widget_search label:before {
  content: '\f002';
  font-family: FontAwesome;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 15px;
  top: 8px;
}
.sidebar .widget_search label .search-field {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.4);
}
.sidebar .sanjose-widget {
  /* Dropdowns widget */
}
.sidebar .sanjose-widget.widget_text .wp-caption p.wp-caption-text {
  margin-top: 10px;
}
.sidebar .sanjose-widget.widget_archive_dropdown, .sidebar .sanjose-widget.widget_categories_dropdown, .sidebar .sanjose-widget.widget_text_dropdown {
  position: relative;
}
.sidebar .sanjose-widget.widget_archive_dropdown:after, .sidebar .sanjose-widget.widget_categories_dropdown:after, .sidebar .sanjose-widget.widget_text_dropdown:after {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 18px;
  position: absolute;
  bottom: 10px;
  right: 20px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sidebar .sanjose-widget select {
  border: 2px solid rgba(140, 143, 148, 0.6);
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  background-color: transparent;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.4);
  width: 100%;
  padding: 10px;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.sidebar.blog-sidebar {
  background-color: #f2f5f6;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 30px;
}
.sidebar.blog-sidebar .sanjose-widget {
  margin-bottom: 38px;
  /* Category widget */
  /* Latest post widget */
  /* Calendar widget */
  /* Tags widget */
}
.sidebar.blog-sidebar .sanjose-widget .sanjose-title-w {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #3a3d4b;
  line-height: 38px;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.sidebar.blog-sidebar .sanjose-widget ul {
  list-style: none;
}
.sidebar.blog-sidebar .sanjose-widget li {
  color: rgba(0, 0, 0, 0.6);
  border-bottom: 1px solid rgba(186, 188, 191, 0.2);
  padding: 10px 0;
}
.sidebar.blog-sidebar .sanjose-widget li a {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  -moz-transition: color .3s ease-out;
  transition: color .3s ease-out;
}
.sidebar.blog-sidebar .sanjose-widget li a:hover {
  color: #3b55e6;
}
.sidebar.blog-sidebar .sanjose-widget.widget_categories li {
  border-bottom: 1px solid rgba(186, 188, 191, 0.2);
  padding: 10px 0;
  padding-left: 20px;
  margin-bottom: 5px;
}
.sidebar.blog-sidebar .sanjose-widget.widget_categories li .children {
  padding-left: 0;
}
.sidebar.blog-sidebar .sanjose-widget.widget_categories li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.sidebar.blog-sidebar .sanjose-widget.widget_categories li a {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  -moz-transition: color .3s ease-out;
  transition: color .3s ease-out;
  position: relative;
}
.sidebar.blog-sidebar .sanjose-widget.widget_categories li a:before {
  content: '\f105';
  font-family: FontAwesome;
  color: #3b55e6;
  position: absolute;
  top: 0;
  left: -20px;
}
.sidebar.blog-sidebar .sanjose-widget.widget_categories li a:hover {
  color: #3b55e6;
}
.sidebar.blog-sidebar .sanjose-widget.widget_latest_posts .wrapp-img {
  display: inline-block;
  width: 92px;
  height: 70px;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.sidebar.blog-sidebar .sanjose-widget.widget_calendar .calendar_wrap caption {
  padding: 5px;
  text-align: center;
}
.sidebar.blog-sidebar .sanjose-widget.widget_calendar .calendar_wrap tfoot a {
  display: block;
  padding: 8px;
}
.sidebar.blog-sidebar .sanjose-widget.widget_tag_cloud a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px !important;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(140, 143, 148, 0.4);
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  display: inline-block;
  line-height: 26px;
  padding: 4px 13px;
  margin-bottom: 5px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.sidebar.blog-sidebar .sanjose-widget.widget_tag_cloud a:hover {
  background-color: #3b55e6;
  color: #fff;
}
.sidebar.blog-sidebar .sanjose-widget.widget_rss li {
  margin-bottom: 15px;
}
.sidebar.blog-sidebar .sanjose-widget.widget_rss li .rsswidget {
  display: block;
}
.sidebar.blog-sidebar .sanjose-widget.widget_rss li .rss-date, .sidebar.blog-sidebar .sanjose-widget.widget_rss li cite {
  font-weight: 600;
  font-style: italic;
}
.wpb_widgetised_column {
  background-color: #f2f5f6;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 30px;
}
.wpb_widgetised_column .sanjose-widget {
  margin-bottom: 38px;
  /* Search widget */
  /* Category widget */
  /* Latest post widget */
  /* Tags widget */
  /* Archive widget */
}
.wpb_widgetised_column .sanjose-widget .sanjose-title-w {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #3a3d4b;
  line-height: 38px;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.wpb_widgetised_column .sanjose-widget ul {
  list-style: none;
}
.wpb_widgetised_column .sanjose-widget.widget_search .search-form {
  border: 2px solid rgba(140, 143, 148, 0.6);
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  position: relative;
}
.wpb_widgetised_column .sanjose-widget.widget_search .search-form:before, .wpb_widgetised_column .sanjose-widget.widget_search .search-form:after {
  content: "";
  display: table;
}
.wpb_widgetised_column .sanjose-widget.widget_search .search-form:after {
  clear: both;
}
.wpb_widgetised_column .sanjose-widget.widget_search input {
  background: transparent;
  border: none;
  padding: 8px 0;
  outline: none;
}
.wpb_widgetised_column .sanjose-widget.widget_search input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.wpb_widgetised_column .sanjose-widget.widget_search input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.wpb_widgetised_column .sanjose-widget.widget_search input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.wpb_widgetised_column .sanjose-widget.widget_search input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.wpb_widgetised_column .sanjose-widget.widget_search .search-submit {
  color: transparent;
  width: 20%;
  float: left;
}
.wpb_widgetised_column .sanjose-widget.widget_search label {
  width: 80%;
  float: right;
}
.wpb_widgetised_column .sanjose-widget.widget_search label:before {
  content: '\f002';
  font-family: FontAwesome;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 15px;
  top: 8px;
}
.wpb_widgetised_column .sanjose-widget.widget_search label .search-field {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.4);
}
.wpb_widgetised_column .sanjose-widget.widget_categories li {
  border-bottom: 1px solid rgba(186, 188, 191, 0.2);
  padding: 10px 0;
  padding-left: 36px;
  margin-bottom: 5px;
  position: relative;
}
.wpb_widgetised_column .sanjose-widget.widget_categories li:before {
  content: '\f105';
  font-family: FontAwesome;
  color: #3b55e6;
  position: absolute;
  top: 50%;
  left: 2px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wpb_widgetised_column .sanjose-widget.widget_categories li:last-child {
  border-bottom: none;
}
.wpb_widgetised_column .sanjose-widget.widget_categories li a {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  -moz-transition: color .3s ease-out;
  transition: color .3s ease-out;
}
.wpb_widgetised_column .sanjose-widget.widget_categories li a:hover {
  color: #3b55e6;
}
.wpb_widgetised_column .sanjose-widget.widget_latest_posts .wrapp-img {
  display: inline-block;
  width: 92px;
  height: 70px;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.wpb_widgetised_column .sanjose-widget.widget_tag_cloud a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px !important;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(140, 143, 148, 0.4);
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  display: inline-block;
  line-height: 26px;
  padding: 4px 13px;
  margin-bottom: 5px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.wpb_widgetised_column .sanjose-widget.widget_tag_cloud a:hover {
  background-color: #3b55e6;
  color: #fff;
}
.wpb_widgetised_column .sanjose-widget.widget_archive {
  position: relative;
}
.wpb_widgetised_column .sanjose-widget.widget_archive:after {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 18px;
  position: absolute;
  bottom: 10px;
  right: 20px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.wpb_widgetised_column .sanjose-widget select {
  border: 2px solid rgba(140, 143, 148, 0.6);
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  background-color: transparent;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.4);
  width: 100%;
  padding: 10px;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 10 - VIDEO BANNER */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.sanjose-video-banner {
  background-color: #79c2c9;
  height: 530px;
  position: relative;
}
.sanjose-video-banner .video_popup {
  width: 100%;
  height: 100%;
}
.sanjose-video-banner .video_popup .video-close-button {
  display: none;
  position: absolute;
  top: 40px;
  right: 15px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sanjose-video-banner .video_popup .video-close-button:before, .sanjose-video-banner .video_popup .video-close-button:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  background: #da0d2b;
}
.sanjose-video-banner .video_popup .video-close-button:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.sanjose-video-banner .video_popup .video-close-button:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.sanjose-video-banner .video_popup iframe {
  width: 100%;
  height: 100%;
}
.sanjose-video-banner .video_popup.active {
  position: relative;
  z-index: 999;
}
.sanjose-video-banner .video_popup.active .close-btn {
  display: block;
}
.sanjose-video-banner .button-play {
  background-color: #f42267;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
}
.sanjose-video-banner .button-play:before {
  content: '';
  border: 12px solid transparent;
  border-left: 22px solid #fff;
  position: absolute;
  top: 50%;
  left: 67%;
  -webkit-transform: translate(-67%, -50%);
  -moz-transform: translate(-67%, -50%);
  -ms-transform: translate(-67%, -50%);
  -o-transform: translate(-67%, -50%);
  transform: translate(-67%, -50%);
}
.video-content {
  z-index: 9999;
}
.style_2 .play-button {
  display: none;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 11 - CLIENTS */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.sanjose-clients .clients-item {
  width: 20%;
  float: left;
  text-align: center;
  margin-bottom: 25px;
}
.sanjose-clients .clients-item a {
  display: inline-block;
}
.sanjose-clients .clients-item img {
  opacity: .7;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}
.sanjose-clients .clients-item:hover img {
  opacity: 1;
}
.sanjose-clients-all-information .sanjose-clients-title {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #8c8f94;
  text-transform: uppercase;
  padding-right: 15px;
  padding-left: 15px;
}
.sanjose-clients-all-information .sanjose-wrap-info {
  height: 150px;
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.sanjose-clients-all-information .sanjose-wrap-info .sanjose-container {
  position: absolute;
  top: -100%;
  left: 0px;
  background-color: #3a3d4b;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 10;
}
.sanjose-clients-all-information .sanjose-wrap-info .sanjose-container .sanjose-text-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sanjose-clients-all-information .sanjose-wrap-info .sanjose-container .sanjose-text-content .sanjose-title-clients {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.222;
  margin-bottom: 0;
}
.sanjose-clients-all-information .sanjose-wrap-info .sanjose-container .sanjose-text-content .sanjose-decs-clients {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  opacity: 0.7;
  line-height: 1.571;
}
.sanjose-clients-all-information .sanjose-wrap-info:hover .sanjose-text-content {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sanjose-clients-all-information .sanjose-wrap-info:hover .sanjose-container {
  top: 0;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 12 - BLOG POST */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.banner-post {
  height: 430px;
}
.banner-post .banner-blog__content {
  max-width: inherit;
}
.banner-post .banner-blog__content h2 {
  font-size: 52px;
  line-height: 52px;
  letter-spacing: -0.7px;
}
.banner-post .banner-blog__content h6 {
  margin-bottom: 5px;
}
.post-detail .wrapp-img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 400px;
  margin-bottom: 26px;
}
.post-detail .title-post {
  font-size: 52px;
  font-weight: 500;
  color: #3a3d4b;
  line-height: 52px;
  letter-spacing: -0.6px;
  padding-left: 5px;
  word-wrap: break-word;
}
.post-detail .title-post i {
  font-family: "Droid Serif", serif;
}
.post-detail p {
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
  line-height: 26px;
}
.post-detail blockquote p {
  font-weight: 700;
  color: #3a3d4b;
  line-height: 28px;
}
.post-detail .info-post {
  font-family: "Droid Serif", serif;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 26px;
  text-align: right;
  margin-top: 5px;
  padding-right: 7px;
}
.post-detail .list-category {
  list-style: none;
}
.post-detail .entry-post {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin-left: 8px;
  padding-bottom: 5px;
  margin-bottom: 28px;
}
.post-detail .entry-post li {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 32px;
  text-transform: uppercase;
  margin-right: 28px;
}
.post-detail .entry-post li img {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 6px;
}
.post-detail .entry-post li:last-child {
  margin-right: 0;
}
.post-detail .entry-meta {
  margin-top: 22px;
  margin-top: 28px;
}
.post-detail .entry-meta .date {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  line-height: 35px;
  text-transform: uppercase;
}
.post-detail .entry-meta .social-list {
  display: inline-block;
  float: right;
}
.post-detail .entry-meta .social-list li {
  display: inline-block;
  list-style: none;
  margin-right: 18px;
}
.post-detail .entry-meta .social-list li:last-child {
  margin-right: 0;
}
.post-detail .entry-meta .social-list li button {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.post-detail .entry-meta .social-list li button.twitter {
  border-color: #60c5e9;
}
.post-detail .entry-meta .social-list li button.twitter:hover {
  background-color: #60c5e9;
}
.post-detail .entry-meta .social-list li button.facebook {
  border-color: #609ee9;
}
.post-detail .entry-meta .social-list li button.facebook:hover {
  background-color: #609ee9;
}
.post-detail .entry-meta .social-list li button.google {
  border-color: #ff5f5f;
}
.post-detail .entry-meta .social-list li button.google:hover {
  background-color: #ff5f5f;
}
.post-detail .entry-meta .social-list li button .fa {
  color: rgba(0, 0, 0, 0.4);
}
.post-detail .entry-meta .social-list li button .fa.fa-twitter {
  color: #60c5e9;
}
.post-detail .entry-meta .social-list li button .fa.fa-facebook {
  color: #609ee9;
}
.post-detail .entry-meta .social-list li button .fa.fa-google-plus {
  color: #ff5f5f;
}
.post-detail .entry-meta .social-list li button:hover .fa {
  color: #fff;
}
/* Post comments */

.post-comments .comment-reply-title, .post-comments .title-comment {
  font-size: 18px;
  font-weight: 700;
  color: #3a3d4b;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  position: relative;
}
.post-comments .comment-reply-title:after, .post-comments .title-comment:after {
  content: "";
  border: 1px solid #eee;
  height: 1px;
  width: 75%;
  display: block;
  position: absolute;
  right: 0;
  bottom: 2px;
  max-width: 100%;
}
.post-comments .sanjose-comments-list {
  margin-top: 50px;
  margin-bottom: 65px;
}
.post-comments .sanjose-comments-list li {
  list-style: none;
  margin-bottom: 45px;
}
.post-comments .sanjose-comments-list li .children {
  margin-top: 20px;
}
.post-comments .sanjose-comments-list li .comm-img {
  float: left;
  width: 72px;
  height: 72px;
  margin-right: 3%;
}
.post-comments .sanjose-comments-list li .comm-img img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-top: 10px;
}
.post-comments .sanjose-comments-list li .comm-txt {
  float: left;
  width: 88%;
}
.post-comments .sanjose-comments-list li .comm-txt .mtn {
  font-family: "Droid Serif", serif;
  font-size: 18px;
  color: #3a3d4b;
  line-height: 28px;
  margin-bottom: 3px;
  font-style: italic;
}
.post-comments .sanjose-comments-list li .comm-txt .date-post h6 {
  color: rgba(0, 0, 0, 0.4);
  font: 400 12px "Montserrat", sans-serif;
  line-height: 22px;
  margin-bottom: 5px;
}
.post-comments .sanjose-comments-list li .comm-txt .comment-ctn {
  background-color: #f2f5f6;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 14px 32px;
  position: relative;
}
.post-comments .sanjose-comments-list li .comm-txt .comment-ctn:before {
  content: '';
  border: 14px solid transparent;
  border-right: 14px solid #f2f5f6;
  position: absolute;
  top: 3px;
  left: -25px;
}
.post-comments .sanjose-comments-list li .comm-txt .comment-ctn p {
  font: 300 14px "Montserrat", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  line-height: 24px;
  margin-bottom: 5px;
}
.post-comments .sanjose-comments-list li .comm-txt .comment-ctn .comment-reply-link {
  font-family: "Droid Serif", serif;
  font-size: 14px;
  color: #3b55e6;
  line-height: 24px;
  font-style: italic;
}
.post-comments .sanjose-comments-list li .comm-txt .comment-ctn li {
  margin-bottom: 0;
}
.post-comments .sanjose-comments-list li .comment-respond {
  margin-top: 15px;
}
.post-comments .sanjose-comments-list li .comment-respond #sanjose-comment-form {
  margin-top: 25px;
}
.post-comments #sanjose-comment-form {
  margin-top: 60px;
}
.post-comments #sanjose-comment-form label {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(140, 143, 148, 0.5);
  line-height: 22px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 12px;
  margin-left: 22px;
}
.post-comments #sanjose-comment-form input, .post-comments #sanjose-comment-form textarea {
  border: 2px solid rgba(34, 35, 40, 0.1);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #222328;
  line-height: 28px;
  outline: none;
  width: 100%;
  padding: 10px 18px;
}
.post-comments #sanjose-comment-form input:focus, .post-comments #sanjose-comment-form textarea:focus {
  -webkit-box-shadow: 0 11px 32px rgba(34, 35, 40, 0.2);
  -moz-box-shadow: 0 11px 32px rgba(34, 35, 40, 0.2);
  box-shadow: 0 11px 32px rgba(34, 35, 40, 0.2);
  -webkit-transition: -webkit-box-shadow .3s ease-out;
  transition: -webkit-box-shadow .3s ease-out;
  -o-transition: box-shadow .3s ease-out;
  -moz-transition: box-shadow .3s ease-out, -moz-box-shadow .3s ease-out;
  transition: box-shadow .3s ease-out;
  transition: box-shadow .3s ease-out, -webkit-box-shadow .3s ease-out, -moz-box-shadow .3s ease-out;
}
.post-comments #sanjose-comment-form input::-webkit-input-placeholder, .post-comments #sanjose-comment-form textarea::-webkit-input-placeholder {
  color: rgba(34, 35, 40, 0.3);
}
.post-comments #sanjose-comment-form input::-moz-placeholder, .post-comments #sanjose-comment-form textarea::-moz-placeholder {
  color: rgba(34, 35, 40, 0.3);
}
.post-comments #sanjose-comment-form input:-moz-placeholder, .post-comments #sanjose-comment-form textarea:-moz-placeholder {
  color: rgba(34, 35, 40, 0.3);
}
.post-comments #sanjose-comment-form input:-ms-input-placeholder, .post-comments #sanjose-comment-form textarea:-ms-input-placeholder {
  color: rgba(34, 35, 40, 0.3);
}
.post-comments #sanjose-comment-form input {
  margin-bottom: 35px;
}
.post-comments #sanjose-comment-form textarea {
  height: 150px;
  padding: 14px 16px;
}
.post-comments #sanjose-comment-form .send-button {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background-color: #3b55e6;
  border: 1px solid #3b55e6;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: auto;
  margin-top: 40px;
  padding: 8px 42px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.post-comments #sanjose-comment-form .send-button:hover {
  background-color: transparent;
  color: #3b55e6;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 13 - BUTTONS */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.button {
  font: 500 12px "Montserrat", sans-serif;
  text-transform: uppercase;
  padding: 16px 22px 16px 26px;
  letter-spacing: 1.4px;
  margin-right: 27px;
}
.button.default {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #3b55e6;
  border: 2px solid #3b55e6;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
  white-space: nowrap;
}
.button.default:hover {
  background-color: #3b55e6;
  color: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(59, 85, 230, 0.4);
  -moz-box-shadow: 0 10px 20px rgba(59, 85, 230, 0.4);
  box-shadow: 0 10px 20px rgba(59, 85, 230, 0.4);
}
.button.custom_style {
  border: 2px solid #3b55e6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
  white-space: nowrap;
}
.button.custom_style:hover {
  background-color: transparent !important;
  color: #fff;
}
.button.transparent {
  border: 2px solid rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  color: rgba(0, 0, 0, 0.4);
  letter-spacing: 1px;
  padding: 16px 28px 16px 30px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
  white-space: nowrap;
}
.button.transparent:hover {
  background-color: rgba(0, 0, 0, 0.3);
  border-color: transparent;
  color: #fff;
}
.button.background-img {
  display: inline-block;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 168px;
  height: 49px;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 14 - FAQ INFO */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.sanjose-faq-info {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 30px 0 40px 25px;
  margin-bottom: 20px;
}
.sanjose-faq-info h6 {
  color: #273140;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.sanjose-faq-info p {
  font-size: 18px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
  line-height: 28px;
}
.sanjose-faq-info a.link {
  display: inline-block;
  border: 1px solid #3b55e6;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font: 500 12px "Montserrat", sans-serif;
  color: #3b55e6;
  text-transform: uppercase;
  margin-top: 12px;
  letter-spacing: 1.2px;
  padding: 16px 46px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.sanjose-faq-info a.link:hover {
  background-color: #3b55e6;
  color: #fff;
}
.sanjose-faq-info a.link.modern {
  border-color: #3b55e6;
  color: #3b55e6;
}
.sanjose-faq-info a.link.modern:hover {
  background-color: #3b55e6;
  color: #fff;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 15 - PRICING */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.sanjose-pricing {
  text-align: center;
  /* Select pricing */
  /* Price item */
  /* Style modern */
}
.sanjose-pricing .select-price {
  display: inline-block;
  border: 2px solid rgba(34, 35, 40, 0.1);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 5px;
  margin-bottom: 85px;
}
.sanjose-pricing .select-price li {
  font: 400 14px "Montserrat", sans-serif;
  color: #222328;
  cursor: pointer;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  display: inline-block;
  text-transform: uppercase;
  list-style: none;
  letter-spacing: 2px;
  padding: 15px 42px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.sanjose-pricing .select-price li:first-child {
  margin-right: 10px;
}
.sanjose-pricing .select-price li.active {
  background-color: #fff;
  -webkit-box-shadow: 2.8px 19.8px 50px rgba(34, 35, 40, 0.3);
  -moz-box-shadow: 2.8px 19.8px 50px rgba(34, 35, 40, 0.3);
  box-shadow: 2.8px 19.8px 50px rgba(34, 35, 40, 0.3);
}
.sanjose-pricing .label-text {
  color: #fff;
  font: 300 12px "Montserrat", sans-serif;
  line-height: 28px;
  letter-spacing: 1px;
  background-color: #3b55e6;
  -webkit-border-radius: 0px 16px 16px 0;
  -moz-border-radius: 0px 16px 16px 0;
  border-radius: 0px 16px 16px 0;
  padding: 2px 18px;
  position: absolute;
  z-index: 99;
  top: 0;
  right: 40px;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: rotateZ(90deg) translateX(100%);
  -moz-transform: rotateZ(90deg) translateX(100%);
  -ms-transform: rotate(90deg) translateX(100%);
  -o-transform: rotateZ(90deg) translateX(100%);
  transform: rotateZ(90deg) translateX(100%);
}
.sanjose-pricing .info-price {
  margin-bottom: 35px;
}
.sanjose-pricing .info-price p {
  font: 300 18px "Montserrat", sans-serif;
  color: rgba(58, 61, 75, 0.7);
  line-height: 28px;
}
.sanjose-pricing .info-price i {
  font-family: "Droid Serif", serif;
  font-weight: 700;
}
.sanjose-pricing .js-pricing-item {
  margin-bottom: 30px;
}
.sanjose-pricing .pricing-item {
  background-color: #c3d1d5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  padding: 47px 47px 55px;
  height: 100%;
}
.sanjose-pricing .pricing-item h6 {
  color: #273140;
  font: 400 16px "Montserrat", sans-serif;
  line-height: 26px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.sanjose-pricing .pricing-item h2 {
  color: #273140;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 82px;
  line-height: 72px;
  margin-bottom: 40px;
}
.sanjose-pricing .pricing-item h2 sup {
  font-size: 42px;
  line-height: 24px;
}
.sanjose-pricing .pricing-item .description {
  color: rgba(34, 35, 40, 0.5);
  font: 400 12px "Montserrat", sans-serif;
  line-height: 22px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.sanjose-pricing .pricing-item ul {
  margin-top: 22px;
}
.sanjose-pricing .pricing-item ul li {
  list-style: none;
  color: #3a3d4b;
  font: 300 18px "Montserrat", sans-serif;
  line-height: 42px;
}
.sanjose-pricing .pricing-item ul li strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.sanjose-pricing .pricing-item ul li i {
  font-family: "Droid Serif", serif;
}
.sanjose-pricing .pricing-item .btn {
  display: inline-block;
  color: #3b55e6;
  font: 500 12px "Montserrat", sans-serif;
  border: 2px solid #3b55e6;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding: 15px 35px;
  margin-top: 23px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.sanjose-pricing .pricing-item .btn:hover {
  background-color: #3b55e6;
  color: #fff;
}
.sanjose-pricing .pricing-item.active {
  background-color: #fff;
  -webkit-box-shadow: 0 20px 28.5px 1.5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 20px 28.5px 1.5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 20px 28.5px 1.5px rgba(0, 0, 0, 0.2);
}
.sanjose-pricing .pricing-item.active .description {
  color: rgba(140, 143, 148, 0.5);
}
.sanjose-pricing .pricing-item.active .btn {
  background-color: #3b55e6;
  color: #fff;
}
.sanjose-pricing .pricing-item.active .btn:hover {
  background-color: transparent;
  color: #3b55e6;
}
.sanjose-pricing.modern {
  text-align: left;
}
.sanjose-pricing.modern .title-price {
  font: 500 52px "Montserrat", sans-serif;
  color: #3a3d4b;
  line-height: 56px;
  letter-spacing: -0.5px;
  margin-bottom: 70px;
}
.sanjose-pricing.modern .title-price i {
  font-family: "Droid Serif", serif;
}
.sanjose-pricing.modern .info-price p {
  color: rgba(0, 0, 0, 0.8);
}
.sanjose-pricing.modern .select-price {
  border: 2px solid rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin-bottom: 70px;
}
.sanjose-pricing.modern .select-price li {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 15px 36px;
}
.sanjose-pricing.modern .select-price li.active {
  background-color: #3b55e6;
  -webkit-box-shadow: 0 20px 30px rgba(40, 38, 34, 0.3);
  -moz-box-shadow: 0 20px 30px rgba(40, 38, 34, 0.3);
  box-shadow: 0 20px 30px rgba(40, 38, 34, 0.3);
  color: #fff;
  padding: 15px 57px;
}
.sanjose-pricing.modern .pricing-item {
  padding: 36px 47px 45px;
}
.sanjose-pricing.modern .pricing-item h6 {
  font-family: "Droid Serif", serif;
  font-size: 20px;
  text-transform: capitalize;
  letter-spacing: 0;
  margin-bottom: 8px;
}
.sanjose-pricing.modern .pricing-item .description {
  margin-bottom: 30px;
}
.sanjose-pricing.modern .pricing-item h2 {
  font-size: 52px;
  line-height: 63px;
  margin-bottom: 43px;
}
.sanjose-pricing.modern .pricing-item h2 sup {
  font-size: 22px;
  line-height: 0;
  top: -18px;
}
.sanjose-pricing.modern .pricing-item ul li {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 23px;
  margin-bottom: 18px;
}
.sanjose-pricing.modern .pricing-item ul li:before {
  content: '\f00c';
  font-family: FontAwesome;
  font-size: 16px;
  color: #3b55e6;
  margin-right: 10px;
}
.sanjose-pricing.modern .pricing-item .btn {
  margin-top: 21px;
}
.sanjose-pricing.modern .pricing-item.active {
  -webkit-box-shadow: 0 20px 40px rgba(40, 39, 34, 0.3);
  -moz-box-shadow: 0 20px 40px rgba(40, 39, 34, 0.3);
  box-shadow: 0 20px 40px rgba(40, 39, 34, 0.3);
  padding: 57px 47px 60px;
  position: relative;
  top: -20px;
}
.sanjose-pricing.modern .pricing-item.active h2 {
  font-size: 82px;
  line-height: 72px;
  margin-bottom: 48px;
}
.sanjose-pricing.modern .pricing-item.active h2 sup {
  font-size: 42px;
  line-height: 42px;
}
.sanjose-pricing.modern .pricing-item.active .description {
  margin-bottom: 53px;
}
.sanjose-pricing.modern .pricing-item.active .btn {
  margin-top: 30px;
}
.sanjose-pricing.classic .label-text {
  background-color: #3a3d4b;
}
.sanjose-pricing.classic .pricing-item {
  padding: 52px 0 72px 0;
  background-color: transparent;
  border: 2px solid rgba(58, 61, 75, 0.1);
}
.sanjose-pricing.classic .pricing-item h2 {
  background-color: #3a3d4b;
  font: 300 72px "Montserrat", sans-serif, sans-serif;
  color: #fff;
  line-height: 1;
  padding: 32px 0;
  margin-bottom: 38px;
}
.sanjose-pricing.classic .pricing-item h6 {
  font-weight: 700;
  color: #3a3d4b;
  margin-bottom: 13px;
}
.sanjose-pricing.classic .pricing-item ul li {
  font: 16px "Montserrat", sans-serif, sans-serif;
  line-height: 32px;
  color: #3a3d4b;
}
.sanjose-pricing.classic .pricing-item ul li b {
  font-weight: 700;
}
.sanjose-pricing.classic .pricing-item ul li em {
  font-family: "Droid Serif", serif;
}
.sanjose-pricing.classic .pricing-item .btn {
  border-color: #3a3d4b;
  color: #3a3d4b;
}
.sanjose-pricing.classic .pricing-item .btn:hover {
  background-color: #3a3d4b;
  color: #fff;
}
.sanjose-pricing.classic .pricing-item.active {
  background-color: #fff;
  border: none;
  padding-top: 45px;
}
.sanjose-pricing.classic .pricing-item.active .btn {
  background-color: #3b55e6;
  border-color: #3b55e6;
  color: #fff;
}
.sanjose-pricing.classic .pricing-item.active .btn:hover {
  background-color: transparent;
  color: #3b55e6;
}
.sanjose-pricing.classic .pricing-item.active h6 {
  margin-bottom: 21px;
}
.sanjose-pricing.classic .pricing-item.active h2 {
  background-color: #3b55e6;
}
.sanjose-pricing.creative .pricing-item {
  background-color: transparent;
}
.sanjose-pricing.creative .pricing-item h6 {
  color: #3a3d4b;
  font-weight: bold;
  margin-bottom: 45px;
}
.sanjose-pricing.creative .pricing-item h2 {
  font-size: 56px;
  font-weight: 700;
  line-height: 72px;
  margin-bottom: 20px;
}
.sanjose-pricing.creative .pricing-item h2 sup {
  font-size: 34px;
  left: -8px;
}
.sanjose-pricing.creative .pricing-item ul:after {
  content: "";
  width: 110px;
  height: 2px;
  background-color: #3a3d4b;
  display: inline-block;
  margin-top: 40px;
}
.sanjose-pricing.creative .pricing-item ul li {
  font-size: 16px;
  line-height: 32px;
}
.sanjose-pricing.creative .pricing-item ul li b {
  font-weight: 700;
}
.sanjose-pricing.creative .pricing-item ul li em {
  font-family: "Droid Serif", serif;
}
.sanjose-pricing.creative .pricing-item .btn {
  border-color: #3a3d4b;
  color: #3a3d4b;
}
.sanjose-pricing.creative .pricing-item .btn:hover {
  background-color: #3a3d4b;
  color: #fff;
}
.sanjose-pricing.creative .pricing-item.active {
  background-color: #3a3d4b;
}
.sanjose-pricing.creative .pricing-item.active h6 {
  color: #3b55e6;
}
.sanjose-pricing.creative .pricing-item.active h2 {
  color: #fff;
}
.sanjose-pricing.creative .pricing-item.active ul:after {
  content: none;
}
.sanjose-pricing.creative .pricing-item.active ul li {
  color: #fff;
}
.sanjose-pricing.creative .pricing-item.active .btn {
  border-color: #3b55e6;
  background-color: #3b55e6;
  color: #fff;
}
.sanjose-pricing.creative .pricing-item.active .btn:hover {
  background-color: transparent;
  color: #3b55e6;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 16 - CONTACT INFO */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.contact-info .title {
  font: 400 12px "Montserrat", sans-serif;
  color: #a8acb9;
  line-height: 28px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.contact-info ul li {
  color: #273140;
  font: 500 16px "Montserrat", sans-serif;
  line-height: 28px;
  list-style: none;
}
.contact-info ul li a {
  color: #273140;
  font: 500 16px "Montserrat", sans-serif;
  line-height: 28px;
}
div .wpcf7-mail-sent-ng {
  border: none;
  padding-top: 40px;
}
.mc4wp-alert.mc4wp-success {
  margin-top: 30px;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 17 - CONTACT FORM */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.sanjose-contact-form label {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(140, 143, 148, 0.5);
  line-height: 50px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  cursor: pointer;
}
.sanjose-contact-form label.icon-upload {
  background-color: transparent;
  border: 2px solid rgba(34, 35, 40, 0.1);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #222328;
  line-height: 28px;
  outline: none;
  width: 100%;
  padding: 23px 38px;
  margin-left: -10px;
  margin-top: -15px;
  position: relative;
}
.sanjose-contact-form label.icon-upload:before {
  content: '';
  background-image: url("../images/download-arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  width: 30px;
  height: 20px;
  position: absolute;
  left: 87%;
  top: 30%;
}
.sanjose-contact-form label.icon-upload:after {
  content: '';
  width: 30px;
  height: 25px;
  position: absolute;
  left: 81%;
  top: 30%;
  border-left: 2px solid rgba(34, 35, 40, 0.1);
}
.sanjose-contact-form input, .sanjose-contact-form textarea {
  background-color: transparent;
  border: 2px solid rgba(34, 35, 40, 0.1);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #222328;
  line-height: 28px;
  outline: none;
  width: 100%;
  padding: 10px 18px;
  margin-left: -10px;
}
.sanjose-contact-form textarea {
  height: 150px;
  padding: 14px 16px;
}
.sanjose-contact-form input:focus, .sanjose-contact-form textarea:focus {
  background-color: #fff;
  -webkit-box-shadow: 0 11px 32px rgba(34, 35, 40, 0.2);
  -moz-box-shadow: 0 11px 32px rgba(34, 35, 40, 0.2);
  box-shadow: 0 11px 32px rgba(34, 35, 40, 0.2);
  -webkit-transition: -webkit-box-shadow .3s ease-out;
  transition: -webkit-box-shadow .3s ease-out;
  -o-transition: box-shadow .3s ease-out;
  -moz-transition: box-shadow .3s ease-out, -moz-box-shadow .3s ease-out;
  transition: box-shadow .3s ease-out;
  transition: box-shadow .3s ease-out, -webkit-box-shadow .3s ease-out, -moz-box-shadow .3s ease-out;
}
.sanjose-contact-form input::-webkit-input-placeholder, .sanjose-contact-form textarea::-webkit-input-placeholder {
  color: rgba(34, 35, 40, 0.3);
}
.sanjose-contact-form input::-moz-placeholder, .sanjose-contact-form textarea::-moz-placeholder {
  color: rgba(34, 35, 40, 0.3);
}
.sanjose-contact-form input:-moz-placeholder, .sanjose-contact-form textarea:-moz-placeholder {
  color: rgba(34, 35, 40, 0.3);
}
.sanjose-contact-form input:-ms-input-placeholder, .sanjose-contact-form textarea:-ms-input-placeholder {
  color: rgba(34, 35, 40, 0.3);
}
.sanjose-contact-form input[type="submit"] {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  float: right;
  color: #fff;
  background-color: #3b55e6;
  border: 1px solid #3b55e6;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: auto;
  margin-top: 4px;
  padding: 10px 42px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.sanjose-contact-form input[type="submit"]:hover {
  background-color: transparent;
  color: #3b55e6;
}
.sanjose-contact-form input.submit-send {
  color: #fff;
  background-color: #3b55e6;
  height: 46px;
  border-width: 2px;
  border-color: #3b55e6;
  border-style: solid;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  float: left;
}
.sanjose-contact-form input.submit-send:hover {
  background-color: transparent;
  color: #3b55e6;
}
.sanjose-contact-form input.submit-demo {
  background-color: #3b55e6;
  width: 223px;
  height: 50px;
  border: 1px solid #3b55e6;
  float: none;
  margin: 0px auto;
  display: block;
  margin-top: 55px;
  margin-bottom: 130px;
}
.sanjose-contact-form input.submit-demo:hover {
  background-color: transparent;
  color: #3b55e6;
}
.sanjose-contact-form input.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.sanjose-contact-form.custom-form .wpcf7-form {
  padding: 40px 32px 80px 42px;
}
.sanjose-contact-form.custom-form .wpcf7-form .bg-pricing h2 {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  line-height: 2.333;
}
.sanjose-contact-form.custom-form .wpcf7-form .bg-pricing input[type="text"], .sanjose-contact-form.custom-form .wpcf7-form .bg-pricing input[type="email"], .sanjose-contact-form.custom-form .wpcf7-form .bg-pricing textarea {
  border: 2px solid #8490a1;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: rgba(140, 143, 148, 0.702);
}
.sanjose-contact-form.custom-form .wpcf7-form .bg-pricing input[type="submit"] {
  padding: 10px 60px;
  margin-top: 20px;
  float: left;
}
.sanjose-contact-form.custom-form .wpcf7-form .bg-pricing ::-webkit-input-placeholder {
  color: rgba(140, 143, 148, 0.702);
  text-transform: uppercase;
}
.sanjose-contact-form.custom-form .wpcf7-form h2 {
  font-weight: 600;
  color: #273140;
  letter-spacing: -1px;
  margin-bottom: 43px;
}
.sanjose-contact-form.custom-form .wpcf7-form label {
  line-height: 26px;
}
.sanjose-contact-form.custom-form .wpcf7-form input, .sanjose-contact-form.custom-form .wpcf7-form textarea {
  margin-top: 4px;
  margin-left: 0;
}
.sanjose-contact-form.custom-form .wpcf7-form input[type="submit"] {
  padding: 10px 32px;
  margin-top: 20px;
}
.sanjose-contact-form span.wpcf7-not-valid-tip {
  font-size: 14px;
  text-transform: capitalize;
  margin-top: 10px;
}
.sanjose-contact-form div.wpcf7-validation-errors {
  font: 300 16px "Montserrat", sans-serif;
  border: none;
  clear: both;
  padding: 0;
  margin-top: 60px;
}
.sanjose-contact-form .sanjose-contact {
  margin-top: 12px;
}
.form-padd .wpcf7-form {
  padding: 0px 32px 120px 42px !important;
}
.custom-form-2 .sanjose-text h2 {
  margin-bottom: 23px;
}
.custom-form-2 .contact-item ul {
  margin-bottom: 7px;
}
.custom-form-2 .wpcf7-form {
  max-width: 370px;
  text-align: center;
}
.custom-form-2 .wpcf7-form h2 {
  font-weight: 600;
  color: #273140;
  letter-spacing: -1px;
  margin-top: 40px;
  margin-bottom: 23px;
  text-align: left;
}
.custom-form-2 .wpcf7-form label {
  line-height: 26px;
  text-align: left;
}
.custom-form-2 .wpcf7-form input, .custom-form-2 .wpcf7-form textarea {
  margin-top: 4px;
  margin-left: 0;
}
.custom-form-2 .wpcf7-form input[type="submit"] {
  float: inherit;
  padding: 10px 32px;
  margin-top: 20px;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 18 - TIMELINE */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.time-line {
  max-width: 100%;
}
.sanjose-timeline {
  /* Tab header */
  /* Tab content */
}
.sanjose-timeline__main-line {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1px;
  background-color: #8e9a9d;
}
.sanjose-timeline__animated-line {
  top: 0;
  position: absolute;
  left: -webkit-calc(50% - 1px);
  left: -moz-calc(50% - 1px);
  left: calc(50% - 1px);
  width: 3px;
  height: 0;
  background-color: #f42267;
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
}
.sanjose-timeline .timeline-border {
  background-color: #8e9a9d;
  display: inline-block;
  width: 1px;
  position: relative;
  left: -15px;
  overflow: hidden;
}
.sanjose-timeline .timeline-border .timeline-scale {
  background-color: #f42267;
  width: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
.sanjose-timeline .tabs-header {
  display: inline-block;
  width: 99%;
}
.sanjose-timeline .tabs-header .tab-item {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding-left: 15px;
  padding-bottom: 130px;
  z-index: 10;
}
.sanjose-timeline .tabs-header .tab-item:first-child {
  z-index: 5;
}
.sanjose-timeline .tabs-header .tab-item.last-active {
  z-index: 8;
}
.sanjose-timeline .tabs-header .tab-item .counter {
  background-color: #f0f5f6;
  border: 2px solid #8e9a9d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font: 700 12px "Montserrat", sans-serif;
  color: #222328;
  display: inline-block;
  line-height: 34px;
  text-transform: uppercase;
  width: 36px;
  height: 36px;
  text-align: center;
  position: absolute;
  left: -35px;
  top: -5px;
}
.sanjose-timeline .tabs-header .tab-item .title {
  font: 600 18px "Montserrat", sans-serif;
  color: #3a3d4b;
  display: inline-block;
  line-height: 26px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.sanjose-timeline .tabs-header .tab-item p {
  font: 300 18px "Montserrat", sans-serif;
  color: rgba(0, 0, 0, 0.5);
  line-height: 28px;
  margin-bottom: 0;
}
.sanjose-timeline .tabs-header .tab-item.highlited .title, .sanjose-timeline .tabs-header .tab-item.highlited .counter {
  border-color: #3b55e6;
  color: #3b55e6;
}
.sanjose-timeline .tabs-header .tab-item:last-child {
  padding-bottom: 0;
}
.sanjose-timeline .tab-content {
  display: none;
  margin-top: 35px;
}
.sanjose-timeline .tab-content.active {
  display: block;
}
.sanjose-timeline .tab-content .swiper-container .swiper-slide {
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0 0 40px rgba(58, 61, 75, 0.3);
  -moz-box-shadow: 0 0 40px rgba(58, 61, 75, 0.3);
  box-shadow: 0 0 40px rgba(58, 61, 75, 0.3);
  height: 470px;
}
.sanjose-timeline .tab-content .swiper-container .pagination {
  margin-top: 65px;
}
.sanjose-timeline .tab-content .swiper-container .pagination .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 7px;
}
.sanjose-timeline .tab-content .swiper-container .pagination .swiper-pagination-switch.swiper-active-switch {
  width: 20px;
  height: 20px;
  background-color: #3b55e6;
  -webkit-box-shadow: 0 8px 20px rgba(59, 85, 230, 0.4);
  -moz-box-shadow: 0 8px 20px rgba(59, 85, 230, 0.4);
  box-shadow: 0 8px 20px rgba(59, 85, 230, 0.4);
  position: relative;
  top: 4px;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 19 - CONTENT SLIDER */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.sanjose-slider {
  position: relative;
  /* Pagination */
}
.sanjose-slider .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  height: 700px;
  position: relative;
}
.sanjose-slider .swiper-slide .overlay:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sanjose-slider .swiper-slide .content-slide {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.sanjose-slider .swiper-slide .content-slide .title {
  font: 500 62px "Montserrat", sans-serif;
  color: #fff;
  letter-spacing: -0.4px;
  margin-bottom: 58px;
}
.sanjose-slider .swiper-slide .content-slide .title i {
  font-family: "Droid Serif", serif;
}
.sanjose-slider .swiper-slide .content-slide .subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  line-height: 28px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.sanjose-slider .swiper-slide .content-slide .btn {
  font: 500 12px "Montserrat", sans-serif;
  color: #fff;
  background-color: #3b55e6;
  border: 1px solid #3b55e6;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: 5px 8.7px 20px rgba(59, 85, 230, 0.4);
  -moz-box-shadow: 5px 8.7px 20px rgba(59, 85, 230, 0.4);
  box-shadow: 5px 8.7px 20px rgba(59, 85, 230, 0.4);
  text-transform: uppercase;
  letter-spacing: 1.3px;
  padding: 16px 25px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.sanjose-slider .swiper-slide .content-slide .btn:hover {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #3b55e6;
}
.sanjose-slider .pagination {
  display: inline-block;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
}
.sanjose-slider .pagination .swiper-pagination-switch {
  display: inline-block;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 10px;
  width: 12px;
  height: 12px;
}
.sanjose-slider .pagination .swiper-pagination-switch.swiper-active-switch {
  width: 16px;
  height: 16px;
  background-color: #3b55e6;
  border-color: #3b55e6;
  -webkit-box-shadow: 0 6px 9px rgba(58, 61, 75, 0.3);
  -moz-box-shadow: 0 6px 9px rgba(58, 61, 75, 0.3);
  box-shadow: 0 6px 9px rgba(58, 61, 75, 0.3);
  position: relative;
  top: 2px;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 20 - PRODUCT SLIDESHOW */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.sanjose-product-slideshow {
  /* Product item */
  /* Pagination */
}
.sanjose-product-slideshow .product-content {
  display: none;
  height: 765px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  position: relative;
}
.sanjose-product-slideshow .product-content img {
  height: inherit;
  margin: auto;
}
.sanjose-product-slideshow .product-content .info-item {
  display: inline-block;
  position: absolute;
  margin-top: 65px;
}
.sanjose-product-slideshow .product-content .info-item .indicator {
  width: 242px;
  position: relative;
}
.sanjose-product-slideshow .product-content .info-item .indicator:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .6s ease-out;
  -o-transition: opacity .6s ease-out;
  -moz-transition: opacity .6s ease-out;
  transition: opacity .6s ease-out;
}
.sanjose-product-slideshow .product-content .info-item .info-content {
  font: 400 16px "Montserrat", sans-serif;
  color: rgba(0, 0, 0, 0.7);
  line-height: 28px;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .6s ease-out;
  -o-transition: opacity .6s ease-out;
  -moz-transition: opacity .6s ease-out;
  transition: opacity .6s ease-out;
}
.sanjose-product-slideshow .product-content .info-item .info-icon {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  width: 10px;
  height: 10px;
  position: relative;
}
.sanjose-product-slideshow .product-content .info-item .info-icon:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  height: 1px;
  width: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: width .2s ease-out;
  -o-transition: width .2s ease-out;
  -moz-transition: width .2s ease-out;
  transition: width .2s ease-out;
}
.sanjose-product-slideshow .product-content .info-item .info-icon:after {
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: -5px;
}
.sanjose-product-slideshow .product-content .info-item.show-info .indicator:before {
  opacity: 1;
  visibility: visible;
}
.sanjose-product-slideshow .product-content .info-item.show-info .info-icon:before {
  width: 220px;
}
.sanjose-product-slideshow .product-content .info-item.show-info .info-content {
  opacity: 1;
  visibility: visible;
}
.sanjose-product-slideshow .product-content .info-item.left.top {
  top: 210px;
  left: -10px;
}
.sanjose-product-slideshow .product-content .info-item.left.top .indicator {
  text-align: right;
}
.sanjose-product-slideshow .product-content .info-item.left.top .info-content {
  margin-left: -72px;
}
.sanjose-product-slideshow .product-content .info-item.left.top .info-icon:before {
  right: 15px;
}
.sanjose-product-slideshow .product-content .info-item.right.top {
  top: 225px;
  right: 0;
}
.sanjose-product-slideshow .product-content .info-item.right.top .indicator {
  text-align: left;
}
.sanjose-product-slideshow .product-content .info-item.right.top .indicator:before {
  left: inherit;
  right: 0;
}
.sanjose-product-slideshow .product-content .info-item.right.top .info-content {
  margin-right: -72px;
  text-align: right;
}
.sanjose-product-slideshow .product-content .info-item.right.top .info-icon:before {
  left: 15px;
}
.sanjose-product-slideshow .product-content .info-item.left.bottom {
  bottom: 110px;
  left: 30px;
}
.sanjose-product-slideshow .product-content .info-item.left.bottom .indicator {
  text-align: right;
}
.sanjose-product-slideshow .product-content .info-item.left.bottom .info-content {
  margin-left: -72px;
}
.sanjose-product-slideshow .product-content .info-item.left.bottom .info-icon:before {
  right: 15px;
}
.sanjose-product-slideshow .product-content .info-item.right.bottom {
  bottom: 190px;
  right: 0;
}
.sanjose-product-slideshow .product-content .info-item.right.bottom .indicator {
  text-align: left;
}
.sanjose-product-slideshow .product-content .info-item.right.bottom .indicator:before {
  left: inherit;
  right: 0;
}
.sanjose-product-slideshow .product-content .info-item.right.bottom .info-content {
  margin-right: -72px;
  text-align: right;
}
.sanjose-product-slideshow .product-content .info-item.right.bottom .info-icon:before {
  left: 15px;
}
.sanjose-product-slideshow .product-content.active {
  display: block;
  opacity: 1;
  visibility: visible;
}
.sanjose-product-slideshow .pagination-product {
  display: block;
  text-align: center;
}
.sanjose-product-slideshow .pagination-product li.tab-item {
  display: inline-block;
  background-color: #3b55e6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 20px rgba(32, 32, 32, 0.4);
  -moz-box-shadow: 0 5px 20px rgba(32, 32, 32, 0.4);
  box-shadow: 0 5px 20px rgba(32, 32, 32, 0.4);
  cursor: pointer;
  list-style: none;
  width: 20px;
  height: 20px;
  margin-right: 15px;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 21 - PHONE SLIDESHOW */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.phone-wrapp {
  padding: 80px 0;
}
.phone-wrapp.owl-carousel .owl-stage-outer {
  height: 480px;
}
.phone-wrapp.owl-carousel .owl-stage {
  height: 100%;
}
.phone-wrapp.owl-carousel .owl-stage .owl-item {
  height: 100%;
  position: relative;
}
.phone-wrapp.owl-carousel .owl-stage .owl-item:before {
  content: '';
  background-color: rgba(219, 231, 233, 0.5);
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color .3s ease-out;
  -o-transition: background-color .3s ease-out;
  -moz-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
}
.phone-wrapp.owl-carousel .owl-stage .owl-item.center:before {
  background-color: transparent;
}
.phone-wrapp.owl-carousel .owl-stage .owl-item .slider-item {
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  height: 100%;
  width: 280px;
}
.phone-wrapp:before {
  content: '';
  background-image: url(../images/iPhone-scroll.png);
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 999;
  width: 320px;
  height: 100%;
  pointer-events: none;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 22 - SEARCH PAGE */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.search-banner {
  height: 350px;
  text-align: center;
  position: relative;
}
.search-banner .content-banner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.search-banner .content-banner p {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
  line-height: 28px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.search-banner .content-banner .search-form .search-field {
  border: none;
  border-bottom: 1px solid #3b55e6;
  font-family: "Montserrat", sans-serif;
  padding: 12px 15px;
  outline: none;
}
.search-banner .content-banner .search-form .search-submit {
  background-color: #3b55e6;
  border: none;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  padding: 12px 15px;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 23 - 404 PAGE */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.page-404 {
  padding: 15% 0;
}
.page-404__content {
  text-align: center;
}
.page-404__content .title {
  font: 700 82px "Montserrat", sans-serif;
  color: #273140;
  letter-spacing: -0.4px;
}
.page-404__content p {
  letter-spacing: 1.7px;
  text-transform: uppercase;
}
.page-404__content .button {
  display: inline-block;
  margin: 30px 0;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 24 - TEAM */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.sanjose-team-wrap .sanjose-team-item .sanjose-team-img {
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 210px;
}
.sanjose-team-wrap .sanjose-team-item .sanjose-team-info {
  text-align: center;
  padding-bottom: 45px;
}
.sanjose-team-wrap .sanjose-team-item .sanjose-team-info .sanjose-team-name {
  font-size: 22px;
  font-family: "Droid Serif", serif;
  color: #222328;
  font-style: italic;
  line-height: 1.455;
  padding-top: 35px;
}
.sanjose-team-wrap .sanjose-team-item .sanjose-team-info .sanjose-team-position {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  color: #8c8f94;
  text-transform: uppercase;
  line-height: 1.833;
  display: inline-block;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 25 - PORTFOLIO */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.sanjose-portfolio .wrap-tabs {
  padding-bottom: 20px;
}
.sanjose-portfolio .wrap-tabs ul.filters li {
  list-style: none;
  display: inline-block;
  padding-right: 22px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 2.5;
  cursor: pointer;
}
.sanjose-portfolio .wrap-tabs ul.filters li.activbut {
  color: #3b55e6;
}
.sanjose-portfolio .portfolio-list .img-wrapp {
  position: relative;
}
.sanjose-portfolio .portfolio-list .img-wrapp .hover-img {
  display: block;
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.sanjose-portfolio .portfolio-list .img-wrapp:hover .content-item {
  cursor: pointer;
  opacity: 1;
  visibility: visible;
}
.sanjose-portfolio .portfolio-list .img-wrapp .content-item {
  text-align: center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(58, 61, 75, 0.8);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  z-index: 44;
}
.sanjose-portfolio .portfolio-list .img-wrapp .content-item .wrap-href {
  z-index: 99;
  padding-top: 160px;
}
.sanjose-portfolio .portfolio-list .img-wrapp .content-item .wrap-href .rotate {
  -webkit-transform: rotateZ(-30deg);
  -moz-transform: rotateZ(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotateZ(-30deg);
  transform: rotateZ(-30deg);
  display: inline-block;
}
.sanjose-portfolio .portfolio-list .img-wrapp .content-item .wrap-href i {
  font-size: 49px;
  color: #fff;
  margin: 0 14px;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 25 - PORTFOLIO-DETAIL*/

/*-------------------------------------------------------------------------------------------------------------------------------*/

.wrapper-portfolio {
  margin-top: 90px;
  margin-bottom: 180px;
}
.wrapper-portfolio .wrap-portfolio-content .title-portfolio {
  font-size: 42px;
  font-family: "Montserrat", sans-serif;
  color: #3a3d4b;
  line-height: 1.238;
}
.wrapper-portfolio .wrap-portfolio-content .projects-section {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: rgba(0, 0, 0, 0.702);
  line-height: 1.778;
  padding-bottom: 45px;
}
.wrapper-portfolio .wrap-portfolio-content .portfolio-subtitle {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  color: rgba(0, 0, 0, 0.502);
  text-transform: uppercase;
  line-height: 1.833;
  border-bottom: 1px solid #B0C6D5;
  padding-bottom: 20px;
}
.wrapper-portfolio .wrap-portfolio-content .portfolio-description {
  font-size: 16px;
  font-family: "Droid Serif", serif;
  color: #3a3d4b;
  font-style: italic;
  line-height: 1.75;
  padding-top: 9px;
  padding-bottom: 45px;
}
.wrapper-portfolio .wrap-portfolio-content .links-section {
  height: 42px;
}
.wrapper-portfolio .wrap-portfolio-content .links-section .pag {
  display: inline-block;
}
.wrapper-portfolio .wrap-portfolio-content .links-section .pag .link {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
}
.wrapper-portfolio .wrap-portfolio-content .links-section .pag .link:hover {
  color: #fff;
}
.wrapper-portfolio .wrap-portfolio-content .links-section .pag .next-post:after {
  content: "\f105";
  font: normal normal normal 17px/1 FontAwesome;
  color: rgba(83, 80, 80, 0.302);
  margin-left: 10px;
}
.wrapper-portfolio .wrap-portfolio-content .links-section .pag .prev-post:before {
  color: rgba(83, 80, 80, 0.302);
  content: "\f104";
  font: normal normal normal 17px/1 FontAwesome;
  margin-right: 10px;
}
.wrapper-portfolio .wrap-portfolio-content .links-section .pag-prev, .wrapper-portfolio .wrap-portfolio-content .links-section .pag-next {
  height: 100%;
  width: 50%;
  padding: 10px;
  cursor: pointer;
  border-width: 2px;
  border-color: #3a3d4b;
  border-style: solid;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.wrapper-portfolio .wrap-portfolio-content .links-section .pag-prev:hover, .wrapper-portfolio .wrap-portfolio-content .links-section .pag-next:hover {
  background-color: #3a3d4b;
}
.wrapper-portfolio .wrap-portfolio-content .links-section .pag-prev:hover a, .wrapper-portfolio .wrap-portfolio-content .links-section .pag-prev:hover a:before, .wrapper-portfolio .wrap-portfolio-content .links-section .pag-prev:hover a:after, .wrapper-portfolio .wrap-portfolio-content .links-section .pag-next:hover a, .wrapper-portfolio .wrap-portfolio-content .links-section .pag-next:hover a:before, .wrapper-portfolio .wrap-portfolio-content .links-section .pag-next:hover a:after {
  color: #fff;
}
.wrapper-portfolio .wrap-portfolio-content .links-section .pag-prev {
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-left-radius: 20px;
  border-right: none;
  padding-left: 30px;
}
.wrapper-portfolio .wrap-portfolio-content .links-section .pag-prev.no-next-post {
  border-right: 2px solid;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.wrapper-portfolio .wrap-portfolio-content .links-section .pag-next {
  float: right;
  text-align: right;
  padding-right: 30px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px;
  border-left: none;
}
.wrapper-portfolio .wrap-portfolio-content .links-section .pag-next.no-prev-post {
  border-left: 2px solid;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  float: none;
}
.wrapper-portfolio .slider-gallery {
  min-height: 500px;
}
.wrapper-portfolio .slider-gallery .swiper-container {
  -webkit-transform: rotateZ(90deg) translateX(-50px);
  -moz-transform: rotateZ(90deg) translateX(-50px);
  -ms-transform: rotate(90deg) translateX(-50px);
  -o-transform: rotateZ(90deg) translateX(-50px);
  transform: rotateZ(90deg) translateX(-50px);
  -webkit-transform-origin: 0;
  -moz-transform-origin: 0;
  -ms-transform-origin: 0;
  -o-transform-origin: 0;
  transform-origin: 0;
}
.wrapper-portfolio .slider-gallery .swiper-container .swiper-wrapper {
  width: 500px !important;
}
.wrapper-portfolio .slider-gallery .swiper-container:before, .wrapper-portfolio .slider-gallery .swiper-container:after {
  content: "";
  background: #fff;
  position: absolute;
  width: 30px;
  z-index: 999;
  height: 100%;
}
.wrapper-portfolio .slider-gallery .swiper-container:before {
  top: 0;
  left: 0;
}
.wrapper-portfolio .slider-gallery .swiper-container:after {
  right: 0;
  top: 0;
}
.wrapper-portfolio .slider-gallery .swiper-container .swiper-slide {
  height: 130px;
  -webkit-transform: rotateZ(-90deg);
  -moz-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
}
.wrapper-portfolio .slider-gallery .swiper-container .swiper-slide .portfolio_bg-slide {
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 90%;
  margin: 0 auto;
}
.wrapper-portfolio .slider-gallery .swiper-container .arrow {
  position: absolute;
  z-index: 9999;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 20px;
}
.wrapper-portfolio .slider-gallery .swiper-container .arrow.slide-next {
  left: 0;
}
.wrapper-portfolio .slider-gallery .swiper-container .arrow.slide-prev {
  right: 0;
}
.wrapper-portfolio .gallery-slide-preview {
  width: 100%;
  height: 560px;
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 110px solid #fff;
  border-right: 15px solid #fff;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-top: 10px;
}
/* 25 - SHORTCODE INFORMATION */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.sanjose-info-block {
  margin-top: 20px;
}
.sanjose-info-block .title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #3a3d4b;
  font-size: 42px;
  line-height: 52px;
  letter-spacing: -0.5px;
  margin-left: 55px;
  margin-bottom: 31px;
}
.sanjose-info-block .title em {
  font-family: "Droid Serif", serif;
}
.sanjose-info-block .title .counter-list {
  opacity: 0.1;
  color: #3b55e6;
  font-family: "Droid Serif", serif;
  font-size: 144px;
  font-weight: 700;
  position: absolute;
  left: 15px;
  top: -5px;
}
.sanjose-info-block .desc {
  opacity: 0.7;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}
.sanjose-info-block .item-info {
  list-style-type: none;
  margin-bottom: 100px;
}
.sanjose-info-block .item-info .info-wrap {
  max-width: 520px;
}
.sanjose-timeline__animated-line {
  background-color: #3b55e6;
}
.default-blog .sidebar.blog-sidebar .sanjose-widget .sanjose-title-w {
  font-size: 16px;
  line-height: 1.4;
}
.default-blog .sidebar.blog-sidebar .sanjose-widget select {
  color: rgba(0, 0, 0, 0.6);
}
.default-blog .comment-ctn ol li {
  list-style-type: decimal;
}
.default-blog .comment-ctn ul li {
  list-style-type: disc;
}
@media (max-width: 1550px) {
  .wpb_single_image.absolute-image {
    width: inherit !important;
  }
}
@media (max-width: 1450px) {
  /* Main footer */
  .main-footer {
    padding: 75px 0 50px;
  }
  .footer-bottom {
    padding: 40px 0 30px;
  }
  .wpb_single_image.wpb_content_element.position-left {
    left: inherit;
  }
}
@media screen and (max-width: 1445px) and (min-width: 1210px) {
  .visible-hidden .wpb_wrapper.vc_figure img {
    max-height: 600px;
  }
}
@media (max-width: 1300px) {
  .sanjose-text h2 {
    font-size: 48px;
    line-height: 48px;
  }
  .sanjose-text p {
    margin-bottom: 15px;
  }
}
@media (max-width: 1279px) {
  .absolute-wrapp-img {
    display: none;
  }
  /* Portfolio */
  .wrapper-portfolio .slider-gallery .gallery-slide-preview {
    position: relative;
    border: none;
  }
  .wrapper-portfolio .slider-gallery .swiper-container {
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-transform: rotateZ(0deg) translateX(0px);
    -moz-transform: rotateZ(0deg) translateX(0px);
    -ms-transform: rotate(0deg) translateX(0px);
    -o-transform: rotateZ(0deg) translateX(0px);
    transform: rotateZ(0deg) translateX(0px);
  }
  .wrapper-portfolio .slider-gallery .swiper-container .swiper-slide {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}
@media (max-width: 1199px) {
  .post-comments .comment-reply-title:after, .post-comments .title-comment:after {
    width: 71%;
  }
  /* Main Header */
  .main-header .navigation ul li {
    margin-right: 20px;
  }
  .main-header .navigation ul li a {
    font-size: 14px;
  }
  /* Main footer */
  .main-footer .mc4wp-form .form-subscribe input[type="email"] {
    max-width: 60%;
    padding: 12px 15px;
  }
  .main-footer .mc4wp-form .form-subscribe input[type="submit"] {
    padding: 15px 30px;
  }
  /* Blog page */
  .blog-list.modern .post-item .content-post {
    -webkit-transform: translateY(63%);
    -moz-transform: translateY(63%);
    -ms-transform: translateY(63%);
    -o-transform: translateY(63%);
    transform: translateY(63%);
  }
  .blog-list.modern .post-item .content-post h6 {
    font-size: 14px;
  }
  .blog-list.modern .post-item:hover .content-post {
    padding: 20px 20px 30px;
  }
  /* Pricing */
  .sanjose-pricing.modern {
    text-align: center;
  }
  .sanjose-pricing .pricing-item {
    padding: 47px 15px 55px;
  }
  /* Banner */
  .sanjose-banner.style_2 .content-banner .title {
    font-size: 52px;
    line-height: 62px;
  }
  /* Product slideshow */
  .sanjose-product-slideshow .product-content .info-item .indicator {
    width: 172px;
  }
  .sanjose-product-slideshow .product-content .info-item.show-info .info-icon:before {
    width: 160px;
  }
  .sanjose-product-slideshow .product-content .info-item.left.top {
    left: -30px;
  }
  .sanjose-product-slideshow .product-content .info-item.right.top {
    right: -30px;
  }
  .sanjose-product-slideshow .product-content .info-item.left.bottom {
    left: 0;
  }
  .sanjose-product-slideshow .product-content .info-item.right.bottom {
    right: -30px;
  }
}
@media (min-width: 992px) {
  .video-iframe.video_popup {
    background: none !important;
  }
}
@media (max-width: 991px) {
  .style_2 .play-button {
    display: block;
    background-color: #f42267;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 90%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    z-index: 2122;
  }
  .style_2 .play-button:before {
    content: '';
    border: 12px solid transparent;
    border-left: 22px solid #fff;
    position: absolute;
    top: 50%;
    left: 67%;
    -webkit-transform: translate(-67%, -50%);
    -moz-transform: translate(-67%, -50%);
    -ms-transform: translate(-67%, -50%);
    -o-transform: translate(-67%, -50%);
    transform: translate(-67%, -50%);
  }
  .style_2 .close-btn {
    display: none;
    position: absolute;
    top: 20px;
    left: 15px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    background-color: red;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .style_2 .close-btn:before, .style_2 .close-btn:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 30px;
    height: 2px;
    background: #da0d2b;
  }
  .style_2 .close-btn:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .style_2 .close-btn:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .style_2 .play-button.start {
    display: none;
  }
  .sanjose-contact-form input, .sanjose-contact-form textarea, .sanjose-contact-form label.icon-upload {
    margin-left: 0;
  }
  .padd-sm-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .absolute-image {
    position: static !important;
    right: auto;
    margin: 30px 0 !important;
  }
  /* Main Header */
  #mm-main-menu {
    background-color: #273140;
  }
  #mm-main-menu .mm-listview>li>a, #mm-main-menu .mm-listview>li>span {
    font: 300 16px "Montserrat", sans-serif;
    color: #fff;
  }
  #mm-main-menu .mm-navbar {
    border-bottom: 1px solid transparent;
  }
  #mm-main-menu .mm-navbar a {
    font: 300 16px "Montserrat", sans-serif;
    color: #fff;
  }
  #mm-main-menu .mm-listview>li, #mm-main-menu .mm-listview>li .mm-next, #mm-main-menu .mm-listview>li .mm-next:before, #mm-main-menu .mm-listview>li:after, #mm-main-menu .mm-next:after, #mm-main-menu .mm-prev:before {
    border-color: #fff;
  }
  #mm-main-menu .mm-clear:after, #mm-main-menu .mm-clear:before, #mm-main-menu .mm-close:after, #mm-main-menu .mm-close:before {
    width: 8px;
    height: 8px;
    border-width: 1px;
    border-color: #fff;
  }
  #mm-main-menu .mm-clear:before, #mm-main-menu .mm-close:before {
    right: 15px;
  }
  #mm-main-menu .mm-close {
    position: static;
  }
  .sanjose-text h2 {
    font-size: 42px;
    line-height: 42px;
  }
  .main-header .navigation {
    display: none;
  }
  .main-header .menu-hamburger {
    float: right;
    position: relative;
    width: 30px;
    height: 30px;
  }
  .main-header .menu-hamburger i {
    display: block;
    background-color: #fff;
    width: 30px;
    height: 2px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .main-header .menu-hamburger i:before, .main-header .menu-hamburger i:after {
    content: '';
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .main-header .menu-hamburger i:before {
    top: -8px;
  }
  .main-header .menu-hamburger i:after {
    top: 8px;
  }
  /* Main Footer */
  .main-footer {
    padding: 60px 0;
  }
  .main-footer__subscribe {
    margin-top: 30px;
    max-width: 60%;
  }
  .footer-bottom {
    padding: 30px 0;
    text-align: center;
  }
  /* Testimonials */
  .sanjose-testimonials-slider.default {
    margin: 0;
  }
  .sanjose-testimonials-slider.modern .slide-prev, .sanjose-testimonials-slider.modern .slide-next {
    top: 40%;
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%);
  }
  /* Blog page */
  .blog-list.modern .post-item .content-post {
    -webkit-transform: translateY(68%);
    -moz-transform: translateY(68%);
    -ms-transform: translateY(68%);
    -o-transform: translateY(68%);
    transform: translateY(68%);
  }
  /* Video banner */
  .sanjose-video-banner {
    height: 350px;
  }
  /* Clients */
  .sanjose-clients .clients-item {
    width: 33.3333%;
  }
  /* Post blog */
  .post-comments #sanjose-comment-form {
    margin-left: 0;
  }
  .post-comments .sanjose-comments-list li .comm-img {
    margin-bottom: 15px;
  }
  .sidebar.blog-sidebar {
    margin-top: 50px;
  }
  .featured-border .vc_column-inner {
    border: none !important;
  }
  /* Banner */
  .sanjose-banner.style_1 {
    margin-bottom: 0;
  }
  .sanjose-banner.style_1 .content-banner .title {
    font-size: 52px;
  }
  .sanjose-banner.style_1 .absolute-wrapp-img {
    max-width: 600px;
  }
  .sanjose-banner.style_2 {
    height: inherit;
  }
  .sanjose-banner.style_2 .content-banner {
    position: relative;
    top: inherit;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    padding: 90px 0;
  }
  .sanjose-banner.style_2 .wrapp-img {
    display: none;
  }
  /* Contact form */
  .custom-form-2 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .custom-form-2 .wpcf7-form {
    max-width: 100%;
  }
  /* Sanjose text */
  .sanjose-text br {
    display: none;
  }
  .sanjose-text.custom-size .link {
    margin-top: 30px;
  }
  /* Product slideshow */
  .sanjose-product-slideshow .product-content {
    height: 500px;
  }
  .sanjose-product-slideshow .product-content .info-item {
    display: none;
  }
  /* Timeline */
  .sanjose-timeline .tabs-header {
    margin-top: 30px;
  }
  .sanjose-timeline .tabs-header .tab-item {
    padding-bottom: 50px;
  }
  .sanjose-timeline .tabs-header .tab-item .counter {
    position: relative;
    top: -3px;
    left: 0;
    margin-right: 15px;
  }
  .sanjose-timeline .tabs-header .tab-item p {
    padding-left: 50px;
  }
  .sanjose-timeline .tab-content .swiper-container .pagination {
    margin-top: 40px;
  }
  .sanjose-info-block .item-info {
    margin-bottom: 60px;
  }
  .sanjose-info-block .item-info .img {
    margin: 0 auto;
  }
  .sanjose-info-block .item-info .info-wrap {
    max-width: 100%;
  }
  .blog-list.vertical .post .content-post {
    padding-top: 0;
  }
  .post-comments .comment-reply-title:after, .post-comments .title-comment:after {
    width: 71%;
  }
}
@media screen and (max-width: 768px) and (min-width: 520px) {
  .widget_search label {
    width: 65% !important;
  }
}
@media (max-width: 768px) {
  .featured-bloc-right, .featured-block-center, .featured-block-right_bottom, .featured-bloc-left, .featured-block-left_bottom {
    border: none;
  }
}
@media (max-width: 767px) {
  /* Testimonials */
  .sanjose-testimonials-slider.modern .pagination .swiper-pagination-switch {
    width: 50px;
    height: 50px;
    margin-right: 30px;
  }
  .sanjose-testimonials-slider.modern .pagination .swiper-pagination-switch.swiper-active-switch {
    width: 70px;
    height: 70px;
    top: 10px;
  }
  .sanjose-testimonials-slider.modern .slide-prev, .sanjose-testimonials-slider.modern .slide-next {
    top: 30%;
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
  }
  /* Blog page */
  .banner-blog__content h2 {
    font-size: 52px;
    line-height: 52px;
    margin-bottom: 50px;
  }
  .blog-list.modern .post {
    height: 300px;
  }
  .blog-list.modern .post-item .content-post {
    padding: 15px 20px 0;
    -webkit-transform: translateY(65%);
    -moz-transform: translateY(65%);
    -ms-transform: translateY(65%);
    -o-transform: translateY(65%);
    transform: translateY(65%);
  }
  .blog-list.vertical .post .wrapp-img, .blog-list.vertical .post .content-post {
    width: 100%;
    float: none;
  }
  /* Video banner */
  .sanjose-video-banner {
    height: 330px;
  }
  .sanjose-video-banner .button-play {
    width: 50px;
    height: 50px;
  }
  .sanjose-video-banner .button-play:before {
    border: 8px solid transparent;
    border-left: 15px solid #fff;
    left: 70%;
    -webkit-transform: translate(-70%, -50%);
    -moz-transform: translate(-70%, -50%);
    -ms-transform: translate(-70%, -50%);
    -o-transform: translate(-70%, -50%);
    transform: translate(-70%, -50%);
  }
  /* Clients */
  .sanjose-clients .clients-item {
    width: 50%;
  }
  .sanjose-wrap-info {
    height: 200px;
    margin-bottom: 20px;
  }
  /* Post blog */
  .post-detail .title-post {
    font-size: 42px;
  }
  .post-comments #sanjose-comment-form {
    margin-top: 30px;
  }
  /* Featured block */
  .featured-block.text-right, .featured-block.text-left {
    text-align: center;
  }
  .padd-xs-15.vc_row.vc_row-no-padding .vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .absolute-image {
    position: static !important;
    width: inherit !important;
    text-align: left !important;
    margin-top: 30px;
  }
  .button {
    display: inline-block;
    margin-bottom: 30px;
  }
  .text-center-sm {
    text-align: center;
  }
  /* Timeline */
  .sanjose-timeline .tab-content .swiper-container .swiper-slide {
    height: 300px;
  }
  .wrapper-portfolio .slider-gallery .gallery-slide-preview {
    height: 280px;
  }
  .sanjose-accordion.style_3 .panel {
    margin-bottom: 0;
  }
  .sanjose-accordion .panel .panel-title a {
    font-size: 18px;
  }
  .sanjose-accordion .panel .panel-title a .icon {
    right: -10px;
  }
  .post-comments .title-comment:after {
    width: 75%;
  }
  .pagination a, .pagination span {
    font-size: 13px;
    margin-right: 10px;
    width: 100px !important;
  }
  .sidebar .sanjose-widget.widget_nav_menu ul li ul {
    padding-left: 10px;
  }
  .search-banner {
    height: 100px;
    margin-bottom: 60px;
  }
  .search-banner .content-banner {
    bottom: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .search .blog-list.default .post, .search .blog-list.default .page {
    margin-bottom: 0;
  }
  p:empty {
    display: none;
  }
  .default-blog h1, .default-blog h2, .default-blog h3, .default-blog h4, .default-blog h5, .default-blog h6, .default-blog pre {
    white-space: normal;
  }
  .default-blog .post-comments .sanjose-comments-list li .comm-txt {
    width: 100%;
  }
  .default-blog .post-comments .sanjose-comments-list li .children {
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  /* Blog page */
  .blog-list.modern .post {
    height: 252px;
  }
  .blog-list.modern .post-item .content-post {
    padding: 30px 20px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .blog-list.modern .post-item:hover .content-post {
    padding: 30px 20px;
  }
  .blog-list.modern .post-item:hover .content-post h6 {
    margin-bottom: 12px;
  }
  .blog-list.modern .post-item:hover .content-post .modern-info {
    margin-bottom: 0;
  }
  .content-banner .title {
    font-size: 32px !important;
  }
  .mobile-spase .iframe-video.banner-video.youtube {
    height: 100vh !important;
  }
}
@media (max-width: 580px) {
  .sanjose-pricing .info-price p {
    font-size: 16px;
  }
  /* Main Footer */
  .main-footer__subscribe {
    max-width: 100%;
  }
  .main-footer .mc4wp-form .form-subscribe input[type="submit"] {
    padding: 15px 25px;
  }
  /* Text block */
  .sanjose-text h2 {
    font-size: 32px;
    line-height: 32px;
  }
  /* Testimonials */
  .sanjose-testimonials-slider.default .pagination {
    margin-bottom: 50px;
  }
  .sanjose-testimonials-slider.modern .content-slide .content p {
    font-size: 18px;
    line-height: 32px;
  }
  /* Blog page */
  .banner-blog__content h2 {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 35px;
  }
  .banner-blog__content h6 {
    font-size: 12px;
  }
  .blog-list.vertical .post .wrapp-img {
    height: 250px;
  }
  .blog-list.vertical .post .content-post h6 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .blog-list.vertical .post .content-post .entry-meta {
    margin-top: 20px;
  }
  .blog-list.vertical .post .content-post .entry-meta li:first-child {
    font-size: 14px;
  }
  .blog-list.vertical .post .content-post .entry-meta li:last-child {
    margin-top: 0;
  }
  /* Clients */
  .sanjose-clients .clients-item {
    width: 100%;
  }
  /* Post blog */
  .post-detail .wrapp-img {
    height: 250px;
  }
  .post-detail .title-post {
    font-size: 32px;
    line-height: 38px;
  }
  /* Banner */
  .sanjose-banner.style_1 {
    height: 500px;
    margin-bottom: 0;
  }
  .sanjose-banner.style_1 .content-banner {
    top: 20%;
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%);
  }
  .sanjose-banner.style_1 .content-banner .title {
    font-size: 32px;
  }
  .sanjose-banner.style_1 .content-banner .subtitle {
    font-size: 12px;
  }
  .sanjose-banner.style_1 .content-banner .btn {
    font-size: 10px;
  }
  .sanjose-banner.style_1 .absolute-wrapp-img {
    top: 55%;
  }
  /* Accordion */
  .sanjose-accordion .panel .panel-title a {
    padding-right: 15px;
  }
  /* Pricing */
  .sanjose-pricing.modern .title-price {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 40px;
  }
  .sanjose-pricing.default .select-price {
    margin-left: 15px;
    margin-right: 15px;
  }
  .sanjose-pricing .select-price li {
    width: 100%;
    text-align: center;
  }
  .sanjose-pricing .select-price li:first-child {
    margin-bottom: 10px;
  }
  /* Contact form */
  .sanjose-contact-form.custom-form .wpcf7-form {
    padding: 20px 20px 50px;
  }
  /* Product slideshow */
  .sanjose-product-slideshow .product-content {
    height: inherit;
  }
  .sanjose-info-block .title {
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 48px;
  }
  .sanjose-info-block .title .counter-list {
    top: 10px;
  }
  .sanjose-info-block .item-info {
    margin-bottom: 60px;
  }
  .sanjose-info-block .item-info .img {
    margin: 0 auto;
  }
  .sanjose-info-block .item-info .info-wrap {
    max-width: 100%;
  }
  .sanjose-banner.style_2 .content-banner {
    top: 90%;
  }
  .content-slide .title {
    font: 500 32px "Montserrat", sans-serif !important;
  }
  .form-subscribe input[type="submit"] {
    padding: 12px 20px !important;
    font-size: 14px !important;
  }
  .sanjose-banner .content-banner {
    top: 62%;
  }
  .main-footer .widget_nav_menu {
    width: 100%;
    float: left;
  }
  .button {
    margin-right: 0;
  }
  .post-comments .comment-reply-title:after, .post-comments .title-comment:after {
    width: 38%;
  }
}
@media (max-width: 376px) {
  .sanjose-banner.style_1 .absolute-img .btn {
    right: 25%;
    bottom: 105%;
  }
  .post-comments .title-comment:after {
    width: 56%;
  }
  .item-info .info-wrap .title {
    text-align: center;
    margin-left: 0;
  }
  .item-info .info-wrap .desc {
    text-align: center;
  }
  .sanjose-text.custom-lh {
    text-align: center;
  }
  .sanjose-text.custom-lh p {
    padding-right: 0;
  }
  .sanjose-text.text-left {
    text-align: center;
  }
  .mc4wp-form p {
    text-align: center;
  }
  .post-comments .comment-reply-title:after, .post-comments .title-comment:after {
    width: 28%;
  }
}
@media (min-width: 1280px) {
  .post-comments .comment-reply-title:after, .post-comments .title-comment:after {
    width: 82%;
  }
}
@media (min-width: 1200px) {
  .no-padd-left .vc_column-inner {
    padding-left: 0 !important;
  }
  .no-padd-right .vc_column-inner {
    padding-right: 0 !important;
  }
  .padd-lg-35l {
    padding-left: 35px;
  }
}
@media (min-width: 1450px) {
  .padding-lg-100l {
    padding-left: 100px;
  }
  .padding-lg-100r {
    padding-right: 100px;
  }
  /* Banner */
  .sanjose-banner.style_2 {
    height: 790px;
  }
  .sanjose-banner.style_2 .wrapp-img {
    top: 30%;
  }
  .sanjose-banner.style_3 {
    height: 705px;
  }
  .absolute-wrapp-img:before {
    left: 7%;
  }
  .absolute-wrapp-img:after {
    right: 7%;
  }
  .wpb_single_image.wpb_content_element.position-left {
    left: -161px;
  }
}