@charset "utf-8";
/*
  VictorThemes Styling
  ----------------------
  1. Sahub Common Classes
  2. Sahub Elements
    --Sahub Theme Browsers Selection Background
    --Sahub Theme Default Color
    --Sahub Theme Hovers
    --Sahub Theme Backgrounds
    --Sahub Theme Border Colors
    --Sahub Theme Font Family
    --Sahub Theme Second Font Family
    --Sahub Buttons
    --Sahub Form Fields
    --Sahub Table
    --Sahub Social
      --Sahub Default Social
      --Sahub Rounded Social
    --Sahub Brand
    --Sahub Navigation
    --Sahub Default Navigation
    --Sahub Mean Menu
    --Sahub Fullscreen Navigation
    --Sahub Navigation Overlay
    --Sahub Owl Carousel Slider
    --Sahub Tabs
    --Sahub Accordion
    --Sahub Video Modal
    --Sahub Tooltip
    --Sahub Animation Keyframes
    --Sahub Back Top
    --Sahub Preloader
    --Sahub Pagination
  3. Sahub Reset Classes
  4. Sahub Main Wrap
  5. Sahub Header
     --Sahub Sticky Header
     --Sahub Default Header
     --Sahub Transparent Header
  6. Sahub Mid Wrap
  7. Sahub Home V1 Page
     --Sahub Banner
     --Sahub Client
     --Sahub Tools
     --Sahub Features
     --Sahub Compare
     --Sahub News
     --Sahub Blog
     --Sahub Testimonials
     --Sahub Apps
     --Sahub Skills
     --Sahub Callout, Callout Style Two
  8. Sahub Home V2 Page
     --Sahub Banner, Banner Style Two
     --Sahub Features, Features Style Two
     --Sahub Client, Client Spacer Two
     --Sahub Services
     --Sahub Testimonials, Testimonials Style Two
     --Sahub Started
     --Sahub World Wide
     --Sahub Awards
     --Sahub Integration
     --Sahub Support
     --Sahub Footer, Footer Style Two
  9. Sahub 404 Page
     --sahub Error Wrap
  10. Sahub Aboutus Page
     --Sahub About
     --Sahub Values
     --Sahub History
     --Sahub Client, Client Spacer Three
  11. Sahub Advantages Page
     --Sahub Page Title
     --Sahub Advantages
  12. Sahub All Apps Page
     --Sahub Apps
     --Sahub Apps, Apps Gray Background
     --Sahub Webapp
  13. Sahub Alternatives Page
     --Sahub Alternatives
     --Sahub Callout, Callout Spacer Two
  14. Sahub App Integration Page
     --Sahub App Integration
     --Sahub Build
  15. Sahub Brand Kit Page
     --Sahub Page Title, Page Title Two
     --Sahub Brand Kits
     --Sahub Brand Styles
     --Sahub Brand Types
  16. Sahub Careers Page
     --Sahub Careers
     --Sahub Effort
     --Sahub Effort, Effort Gray Background
     --Sahub Benefits
     --Sahub Process
     --Sahub What We
  17. Sahub Careers Single Page
  18. Sahub Change Log Page
  19. Sahub Contact Us Page
     --Sahub Contact
     --Sahub Office
     --Sahub Client, Client Style Two
  20. Sahub Core Values Page
     --Sahub Core Values
     --Sahub Customers
  21. Sahub Customers Page
     --Sahub Client, Client Spacer Four
     --Sahub Trusted
  22. Sahub Customers Single Page
     --Sahub Customer Detail
  23. Sahub Designing And Development Pages
     --Sahub Technology
     --Sahub Promo
     --Sahub Features, features style four
  24. Sahub E-Book Page
     --Sahub Full Page
  25. Sahub Faq Page
     --Sahub Questions
     --Sahub Faq
  26. Sahub Features Page
  27. Sahub Get Started Guide Page
     --Sahub Guide
  28. Sahub Integration Single Page
  29. Sahub IT Page
     --Sahub It Sector
  30. Sahub No Openings Page
     --Sahub Vacant
  31. Sahub Partners Page
     --Sahub Profit
     --Sahub Investors
     --Sahub Profit Form
  31. Sahub Pricings Pages
     --Sahub Pricings
     --Sahub Client, Client Style Three
     --Sahub Compare Plans
     --Sahub Questions, Questions Style Two
     --Sahub Pricings, Pricings Style Two
     --Sahub Testimonials, Testimonials Style Four
     --Sahub Pricings, Pricings Style Three
     --Sahub Questions, Questions Style Three
     --Sahub Best Price
     --Sahub Questions, No Border
  32. Sahub Product Management Page
     --Sahub Video
  33. Sahub Our Products Page
     --Sahub Product
  34. Sahub Products Single Page
     --Sahub Doc
     --Sahub Pricings, Pricings Spacer Two
  35. Sahub Referal Page
     --Sahub Page Title, Page Title Three
     --Sahub Callout, Callout Style Three
  36. Sahub Request a Demo Page
     --Sahub Watch
     --Sahub Client, Client Style Four
  37. Sahub Roadmap Page
  38. Sahub Security Page
     --Sahub Security
  39. Sahub Services Page
     --Sahub Experts
     --Sahub Tools, Tools Style Two
     --Sahub Testimonials, Testimonials Style Five
     --Sahub Business
     --Sahub Callout, Callout Spacer Three
  40. Sahub Signin, Signup Pages
     --Sahub Login
  41. Sahub Sitemap Page
  42. Sahub Solutions Page
     --Sahub Main Banner
     --Sahub Solutions
     --Sahub Customers, Customers Style Three
  43. Sahub Success Stories Page
     --Sahub Testimonials, Testimonials Style Six
     --Sahub Story
  44. Sahub Support Page
     --Sahub Support, Support Spacer Two
     --Sahub Contact, Contact Style Two
  45. Sahub Team Page
     --Sahub Team
  46. Sahub Workshops Page
     --Sahub Page Title, Page Title Four
     --Sahub Workshops
     --Sahub Started, Started Style Two
  47. Sahub Content Cross Check Page
  48. Sahub Footer
    --Sahub Default Footer
    --Sahub Sticky Footer
*/
/* 1. Sahub Common Classes */
html {
  overflow-y: scroll;
}
body {
  font-weight: 400;
  font-size: 16px;
  text-rendering: auto;
  line-height: 1.42857143;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: grayscale;
}
::-webkit-input-placeholder {
  color: #666666;
  opacity: 1;
}
::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #666666;
  opacity: 1;
}
:-moz-placeholder {
  color: #666666;
  opacity: 1;
}
a {
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
a:hover, a:focus {
  text-decoration: none;
}
img {
  height: auto;
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
iframe {
  display: block;
  width: 100%;
  border: none;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  padding-bottom: 10px;
  margin: 0;
  font-weight: 400;
  line-height: 1.42857143;
  color: #000d47;
}
.h1,
h1 {
  font-size: 40px;
}
.h2,
h2 {
  font-size: 32px;
}
.h3,
h3 {
  font-size: 28px;
}
.h4,
h4 {
  font-size: 24px;
}
.h5,
h5 {
  font-size: 22px;
}
.h6,
h6 {
  font-size: 20px;
}
.wp-caption {
  max-width: 100%;
}
video {
  display: block;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  background-color: #f8f8f8;
}
audio,
canvas,
progress,
video {
  vertical-align: middle;
}
.wp-block-button {
  margin: 10px 0;
}
.sahub-news-detail p.wp-block-cover-text,
.sahub-news-detail p.wp-block-cover-text a {
  color: #ffffff;
}
.wp-block-cover {
  margin-bottom: 10px;
}
.wp-block-gallery.columns-2 .blocks-gallery-item {
  float: left;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  line-height: 38px;
}
.wp-block-quote.is-style-large p:before {
  top: -65px;
}
.wp-block-pullquote blockquote p:before {
  top: -15px;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  padding-bottom: 0;
  margin-top: 20px;
}
.wp-block-media-text {
  margin-bottom: 15px;
}
.wp-block-pullquote blockquote.has-text-color.has-light-gray-color p:before,
.wp-block-pullquote blockquote.has-text-color.has-very-dark-gray-color p:before {
  top: -50px;
}
.sahub-table-wrap {
  display: table;
  width: 100%;
  height: 100%;
}
.sahub-align-wrap {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.sahub-align-wrap.bottom {
  vertical-align: bottom;
}
.sahub-align-wrap.top {
  vertical-align: bottom;
}
.sahub-table-row {
  display: table-row;
  vertical-align: top;
  width: 100%;
}
.sahub-label {
  display: inline-block;
  padding: 0 7px;
  font-weight:600;
  margin-left: 10px;
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 20px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.text-italic {
  font-style: italic;
}
.textright {
  text-align: right;
}
.textcenter {
  text-align: center;
}
[class*="ti-"] {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.42857143;
}
.padding-xs {
  padding-top: 43px !important;
  padding-bottom: 30px !important;
}
.padding-sm {
  padding-top: 73px !important;
  padding-bottom: 60px !important;
}
.padding-md {
  padding-top: 103px !important;
  padding-bottom: 90px !important;
}
.padding-lg {
  padding-top: 163px !important;
  padding-bottom: 150px !important;
}
.padding-xl {
  padding-top: 253px !important;
  padding-bottom: 240px !important;
}
.padding-cnt-no {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.padding-no {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/* 2. Sahub Elements */
/* Sahub Theme Browsers Selection Background */
::selection {
  background: #ff3600;
  color: #ffffff;
}
::-webkit-selection {
  background: #ff3600;
  color: #ffffff;
}
::-moz-selection {
  background: #ff3600;
  color: #ffffff;
}
::-o-selection {
  background: #ff3600;
  color: #ffffff;
}
::-ms-selection {
  background: #ff3600;
  color: #ffffff;
}
/* Sahub Theme Default Color */
body,
a,
.author-name span,
.footer-wrap .footer-contact ul,
.btn-link,
.btn-link:hover,
.plans-wrap .table thead tr th:first-child,
.customers-style-three .customer-name,
.mean-container .mean-nav ul li a {
  color: #1f1d2d;
}
/* Sahub Theme Hovers */
a:hover,
a:focus,
.sahub-navigation > ul > li.current-menu-ancestor > a,
.sahub-navigation > ul > li.active > a,
.sahub-navigation .dropdown-nav .active > a,
.dropdown-nav .current_page_ancestor > a,
.sahub-navigation .dropdown-nav .current-menu-parent > a,
.sahub-navigation ul li:hover > a,
.sahub-transparent-header .sahub-navigation ul li:hover > a,
.mean-container .mean-nav > ul > li:hover > a,
.mean-container .mean-nav > ul > li.current-menu-ancestor > a,
.mean-container .mean-nav > ul > li.active > a,
.mean-container .mean-nav .dropdown-nav > li:hover > a,
.mean-container .mean-nav .dropdown-nav > li.active > a,
.mean-container .mean-nav > ul > li.current-menu-ancestor > ul > li.current-menu-parent > a,
.banner-title span,
.section-title span,
.owl-carousel.nav-style-two .owl-nav button.owl-prev,
.owl-carousel.nav-style-two .owl-nav button.owl-next,
.sahub-btn.sahub-white-btn,
.footer-wrap ul li a:hover,
.sahub-copyright ul li a:hover,
.sahub-social a:hover,
.sahub-link,
.integration-title a:hover,
.footer-style-two .sahub-copyright a:hover,
.sahub-btn.sahub-border-btn,
.sahub-btn.sahub-border-btn:hover,
.sahub-btn.sahub-border-btn:focus,
.kit-download-title a:hover,
.office-info ul li a:hover,
.customer-designation,
.quote-name span,
.faq-link,
.it-info .check-list,
.price-trail,
.check-list li a:hover,
.price-link a,
.sahub-filters .nav-tabs .nav-link,
.plan-purchase,
.plan-purchase a,
.pricings-style-three .price-info p a,
.plan-label a:hover,
.product-meta-title,
.roadmap-updates li .fa,
.testimonials-style-five .author-name,
.checkbox-icon-wrap input[type="checkbox"]:checked + .checkbox-icon:before,
.login-meta-wrap p a,
.sitemap-item .bullet-list li a:hover,
.growth-chart p a:hover,
.masonry-filters ul li a.active,
.designation,
.designation a,
.workshop-filter .nav-tabs .nav-link.active,
.workshop-filter .nav-tabs .nav-item:after,
.workshops-form input[type="submit"],
.started-info p span a:hover,
.compare-link,
.onsite-item.sahub-hover .onsite-counter,
.solution-filter ul li a.mPS2id-clicked,
.solution-filter ul li a.mPS2id-highlight,
.solution-filter ul li a:hover,
.solution-filter ul li a:focus,
.workshops-form input[type="submit"]:hover,
.workshops-form input[type="submit"]:focus {
  color: #ff3600;
}
.sahub-main-wrap.sahub-transparent-header.dark-transparent .is-sticky .sahub-navigation > ul > li.active > a,
.sahub-main-wrap.sahub-transparent-header.dark-transparent .is-sticky .sahub-navigation > ul > li.current-menu-ancestor > a {
  color: #ffffff;
}
.sahub-main-wrap.sahub-transparent-header.dark-transparent .is-sticky .sahub-navigation > ul > li.current-menu-ancestor > a .menu-text,
.sahub-main-wrap.sahub-transparent-header.dark-transparent .is-sticky .sahub-navigation > ul > li.active > a .menu-text,
.sahub-transparent-header.light-transparent .sahub-navigation > ul > li > a .menu-text {
  position: relative;
}
.sahub-main-wrap.sahub-transparent-header.dark-transparent .is-sticky .sahub-navigation > ul > li.current-menu-ancestor > a .menu-text:before,
.sahub-main-wrap.sahub-transparent-header.dark-transparent .is-sticky .sahub-navigation > ul > li.active > a .menu-text:before,
.sahub-transparent-header.light-transparent .sahub-navigation > ul > li.active > a .menu-text:before,
.sahub-transparent-header.light-transparent .sahub-navigation > ul > li.current-menu-ancestor > a .menu-text:before {
  content: "";
  display: none;
  background: #ffffff;
  width: 100%;
  height: 2px;
  bottom: 0;
  position: absolute;
}
.client-subtitle,
.section-subtitle,
.callout-label a,
.sahub-copyright ul li .fa,
.award-year,
.footer-style-two .sahub-copyright .fa,
.check-list li:before,
.what-we-item .sahub-icon,
.bullet-list li:before,
.office-item.sahub-hover .office-info a:hover,
.client-label,
.promo-subtitle,
.full-page-subtitle,
.video-btn,
.it-subtitle,
.investor-subtitle,
.price,
.price-trail a:hover,
.price-link a:hover,
.plans-wrap .table td i,
.plan-purchase a:hover,
.price-info-wrap ul li a:hover,
.pricings-style-three .price-info p a:hover,
.team-price .price sub,
.product-item .sahub-icon,
.doc-item .sahub-icon,
.affiliate-title,
.watch-form-label a,
.number-list li:before,
.banner-subtitle,
.stats-title,
.solutions-inner .sahub-icon,
.chart-title,
.story-author,
.contact-form-label a,
.started-info p span,
.brand-type-item.correct .fa,
.quote-name span a:hover,
.mate-name a:hover,
.designation a:hover,
.plan-dropdown a:hover {
  color: #0633f8;
}
/* Sahub Theme Backgrounds */
.sahub-preloader,
.sahub-btn,
.sahub-btn.hvr-bounce-to-bottom:before,
input[type="submit"],
.owl-carousel.nav-style-two .owl-nav button.owl-prev:hover,
.owl-carousel.nav-style-two .owl-nav button.owl-next:hover,
.blog-item.sahub-hover .sahub-btn,
.sahub-label,
.vt-nav-links a:before,
.sahub-link:before,
.support-item.sahub-hover .sahub-btn,
.sahub-back-top a,
.footer-wrap ul li a:after,
.location-item,
.color-type,
.process-item:after,
.features-style-four .feature-item .sahub-icon,
.sahub-faq,
.faq-link:hover,
.faq-link:focus,
.faq-item.sahub-hover .faq-link,
.video-wrap a:hover .video-btn,
.product-item .sahub-icon,
.doc-item .sahub-icon,
.expert-image .video-btn:hover,
.login-meta-wrap p a:after,
.banner-label a:after,
.solutions-inner .sahub-icon,
.masonry-filters ul li a:after,
.workshop-filter .nav-tabs .nav-link:after,
.watch-image.sahub-hover .video-btn,
.sahub-filters .nav-tabs .active-bg,
.circle-inner span,
.customers-style-three .customer-item:after,
.callout-wrap input[type="submit"],
.callout-wrap input[type="submit"]:hover,
.compare-label.active:after,
.compare-label.active:before {
  background-color: #ff3600;
}
.header-btns .sahub-btn span,
input[type="submit"]:hover,
input[type="submit"]:focus,
.mc4wp-form input[type="submit"]:hover,
.mc4wp-form input[type="submit"]:focus,
.sahub-btn.sahub-white-btn:hover,
.sahub-btn.sahub-white-btn:focus,
.compare-item.sahub-hover .sahub-btn.sahub-white-btn,
.blog-date span,
.sahub-btn.hvr-bounce-to-top:before,
.callout-label a:before,
.sahub-back-top a:hover,
.sahub-back-top a:focus,
.owl-carousel button.owl-dot.active,
.callout-label a:before,
.brand-color-item.green-cyan .color-type,
.features-style-four .feature-item.sahub-hover .sahub-icon,
.video-time,
.video-wrap .video-btn,
.watch-form-label a:after,
.watch-image .video-btn,
.sahub-label-two,
.expert-image .video-btn,
.contact-form-label a:after,
.mate-info-link,
.sahub-filters .nav-tabs:after,
.history-item.sahub-hover .history-year:before,
.doc-item.sahub-hover .sahub-icon,
.value-item:after,
.onsite-item.sahub-hover .onsite-counter:after {
  background-color: #0633f8;
}
.callout-wrap input[type="submit"],
.callout-wrap input[type="submit"]:hover {
  background-color: #ff3600;
}
.sahub-extension,
.sahub-integration,
.sahub-toggle .toggle-separator,
.sahub-toggle .toggle-separator:before,
.sahub-toggle .toggle-separator:after,
.close-btn a:before,
.close-btn a:after,
.is-sticky .solution-filter,
.sahub-ebook,
.mean-container a.meanmenu-reveal span {
  background-color: #1f1d2d;
}
.sahub-services,
.sahub-page-title,
.brand-color-item.gray-shade .color-type {
  background-color: #f7f9fb;
}
/* Sahub Theme Border Colors */
.sahub-btn.sahub-border-btn,
.owl-carousel.nav-style-two .owl-nav button.owl-prev:hover,
.owl-carousel.nav-style-two .owl-nav button.owl-next:hover,
.process-item.process-done .sahub-icon,
.log-sidebar .nav-tabs .nav-link.active,
.faq-link,
.feature-item-wrap .feature-item .sahub-icon,
.workshops-form input[type="submit"],
blockquote,
.compare-link,
.testimonials-style-five .testimonial-wrap.sahub-hover {
  border-color: #ff3600;
}
.sahub-btn.hvr-bounce-to-top:hover,
.sahub-btn.hvr-bounce-to-top:focus,
.callout-style-two input[type="email"],
.banner-caption input[type="email"],
.history-year:before,
.features-style-four .feature-item.sahub-hover,
.questions-search input[type="text"],
.feature-item-wrap .feature-item.sahub-hover .sahub-icon,
.testimonials-style-five .testimonial-wrap,
.login-inner-wrap input[type="text"]:focus,
.login-inner-wrap input[type="email"]:focus,
.login-inner-wrap input[type="password"]:focus,
.customers-style-three .customer-item,
.onsite-counter:after,
.blog-item.sahub-hover,
.skills-wrap.sahub-hover,
.onsite-meta-item.sahub-hover,
.security-item.sahub-hover,
.customer-item.sahub-hover {
  border-color: #0633f8;
}
/* Sahub Theme Font Family */
body,
.author-name span,
.quote-name span,
.it-info .check-list,
.dot-lines,
input[type="submit"] {
 font-family: 'Poppins', sans-serif;
}
/* Sahub Theme Second Font Family */
p,
.sahub-navigation ul,
.banner-label,
.social-label,
.client-subtitle,
.section-subtitle,
.blog-date,
.author-name,
.callout-label,
.footer-wrap ul,
.sahub-copyright ul,
.award-year,
.footer-style-two .sahub-copyright,
.error-subtitle,
.check-list,
.kit-download-title,
.color-title,
.font-transform span,
.font-item-style-two .brand-font,
.font-item-style-two .font-transform,
.table td,
.process-title,
.career-meta-title span,
.sahub-file-selector label,
.bullet-list,
.office-info ul,
.client-label,
.customer-designation,
.quote-name,
.promo-subtitle,
.full-page-subtitle,
.video-time,
.it-subtitle,
.investor-subtitle,
.price-label,
.pricings-style-two .price-inner ul,
.price sub,
.number-list,
.roadmap-updates,
.forgot-password,
.checkbox-wrap,
.meta-divide,
.banner-subtitle,
.story-author,
.designation,
.mate-info-label,
span.text-wrap,
.services-wrap .tab-link-text,
a.sahub-link.simple-link,
.sahub-widget ul li a,
span.post-count,
.banner-category span,
.feature-icons-lists ul li,
span.testi-job,
.page-title-wrap .breadcrumb li a,
.page-title-wrap .breadcrumb li span,
.sahub-widget center.text-center,
.mate-single-info .mate-excerpt,
.nice-select,
table td,
blockquote {
  font-family: 'Quicksand', sans-serif;
}
.footer-contact ul {
  font-family: 'Quicksand', sans-serif;
}
/* Sahub Buttons */
.sahub-btn {
  display: inline-block;
  vertical-align: middle;
  min-width: 150px;
  padding: 14px 15px;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-align: center;
  border: 1px solid transparent;
  position: relative;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  box-shadow: none;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  overflow: hidden;
}
.sahub-btn:hover,
.sahub-btn:focus,
.sahub-btn.hvr-bounce-to-bottom:hover,
.sahub-btn.hvr-bounce-to-bottom:focus {
  color: #ffffff;
}
.sahub-btn i {
  vertical-align: middle;
  padding-right: 3px;
  font-size: 14px;
}
.sahub-btn .fa-arrow-circle-down {
  font-size: 16px;
}
.sahub-btn.sahub-border-btn {
  background: transparent;
}
.sahub-big-btn {
  min-width: 180px;
}
.sahub-medium-btn {
  min-width: 160px;
}
.sahub-btn.sahub-small-btn {
  min-width: 130px;
  padding: 11px 15px;
}
.sahub-btn.sahub-white-btn {
  background: #ffffff;
}
.big-border-btn {
  border-width: 2px;
}
.sahub-btn-wrap {
  padding-top: 19px;
}
/* 3. Sahub Reset Classes */
/* Sahub Form Fields */
.sahub-form input[type="text"],
.woocommerce input[type="text"],
.searchform input[type="text"],
.sahub-form input[type="email"],
.woocommerce input[type="email"],
.callout-wrap input[type="email"],
.mc4wp-form input[type="email"],
.case-newsletter input[type="email"],
.sahub-form input[type="password"],
.woocommerce input[type="password"],
.sahub-form input[type="tel"],
.woocommerce input[type="tel"],
.sahub-form input[type="search"],
.woocommerce input[type="search"],
.sahub-form input[type="date"],
.woocommerce input[type="date"],
.sahub-form input[type="time"],
.woocommerce input[type="time"],
.sahub-form input[type="datetime-local"],
.woocommerce input[type="datetime-local"],
.sahub-form input[type="event-month"],
.woocommerce input[type="event-month"],
.sahub-form input[type="url"],
.woocommerce input[type="url"],
.sahub-form input[type="number"],
.woocommerce input[type="number"],
.sahub-form textarea,
.woocommerce textarea,
.sahub-form select,
.woocommerce select,
.sahub-form .form-control,
.woocommerce .form-control,
.post-password-form input[type="password"] {
  vertical-align: middle;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  width: 100%;
  height: 55px;
  padding: 15px 20px;
  background-color: #ffffff;
  font-size: 16px;
  color: #444444;
  line-height: 1.42857143;
  border: 1px solid #dde3ff;
  outline: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.sahub-form textarea {
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
:
.sahub-form input::-webkit-input-placeholder {
  color: #444444;
}
.sahub-form input:-moz-placeholder {
  color: #444444;
}
.sahub-form input:-ms-input-placeholder {
  color: #444444;
}
.sahub-form input::-moz-placeholder {
  color: #444444;
}
.sahub-form textarea::-webkit-input-placeholder {
  color: #444444;
}
.sahub-form textarea:-moz-placeholder {
  color: #444444;
}
.sahub-form textarea:-ms-input-placeholder {
  color: #444444;
}
.sahub-form textarea::-moz-placeholder {
  color: #444444;
}
.contact-form textarea::-webkit-input-placeholder,
.contact-form input::-webkit-input-placeholder {
  color: #444444;
}
.sahub-form input[type="text"]:focus,
.woocommerce input[type="text"]:focus,
.searchform input[type="text"]:focus,
.sahub-form input[type="email"]:focus,
.woocommerce input[type="email"]:focus,
.callout-wrap input[type="email"]:focus,
.case-newsletter input[type="email"]:focus,
.mc4wp-form input[type="email"]:focus,
.sahub-form input[type="password"]:focus,
.woocommerce input[type="password"]:focus,
.sahub-form input[type="tel"]:focus,
.woocommerce input[type="tel"]:focus,
.sahub-form input[type="search"]:focus,
.woocommerce input[type="search"]:focus,
.sahub-form input[type="date"]:focus,
.woocommerce input[type="date"]:focus,
.sahub-form input[type="time"]:focus,
.woocommerce input[type="time"]:focus,
.sahub-form input[type="datetime-local"]:focus,
.woocommerce input[type="datetime-local"]:focus,
.sahub-form input[type="event-month"]:focus,
.woocommerce input[type="event-month"]:focus,
.sahub-form input[type="url"]:focus,
.woocommerce input[type="url"]:focus,
.sahub-form input[type="number"]:focus,
.woocommerce input[type="number"]:focus,
.sahub-form textarea:focus,
.woocommerce textarea:focus,
.sahub-form select:focus,
.woocommerce select:focus,
.sahub-form .form-control:focus,
.woocommerce .form-control:focus,
.post-password-form input[type="password"]:focus {
  border-color: #d3d3f4;
}
.sahub-form input[type="file"] {
  overflow: hidden;
  width: 100%;
  font-size: 14px;
}
.sahub-form input[type=number] {
  padding-right: 30px;
  margin-bottom: 0;
  -webkit-appearance: textfield;
  -ms-appearance: textfield;
  -o-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.sahub-form input[type=number]::-webkit-inner-spin-button,
.sahub-form input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.sahub-form input[type="radio"] {
  margin: 0 5px 0 0;
}
.sahub-form textarea,
.sahub-form textarea.form-control {
  height: 160px;
  resize: vertical;
}
.sahub-form input[type="submit"],
.woocommerce input[type="submit"],
.woocommerce button[type="submit"],
.case-newsletter input[type="submit"],
.post-password-form input[type="submit"],
.callout-wrap input[type="submit"],
.searchform input[type="submit"],
.mc4wp-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  min-width: 160px;
  padding: 15px 35px 16px;
  color: #ffffff;
  line-height: normal;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  border: 1px solid transparent;
  position: relative;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  box-shadow: none;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
input[type="submit"].sahub-block {
  min-width: 100%;
}
select {
  padding: 14px 60px 16px 20px;
  background-image: url(../images/icons/icon103@3x.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 37px auto;
  color: #555555;
  margin-bottom: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #e8e8e8;
}
select::-ms-expand {
  display: none;
}
form .fa + input {
  padding-left: 45px;
}
form .wpcf7-form-control-wrap .fa {
  position: absolute;
  top: 18px;
  left: 20px;
  color: #9f9f9f;
  font-size: 13px;
  z-index: 1;
}
form .wpcf7-form-control-wrap .fa-building-o {
  font-size: 15px;
}
form .wpcf7-form-control-wrap .fa-lock {
  font-size: 17px;
}
form .wpcf7-form-control-wrap .fa-globe {
  font-size: 15px;
}
form .wpcf7-form-control-wrap .fa-pencil-square {
  font-size: 16px;
}
select option {
  padding: 5px 10px;
}
select[multiple] {
  height: 175px;
  padding: 9px;
  background-image: none;
}
label {
  font-weight: 400;
  cursor: pointer;
}
label sup, label .required {
  color: #aaaaaa;
  top: -1px;
  font-size: 15px;
}
form p {
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: normal;
  position: relative;
}
form label {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.42857143;
  position: relative;
}
form input,
form textarea,
form select {
  margin-bottom: 9px;
}
form input[type="submit"] {
  margin: 0;
}
blockquote {
  padding: 60px 30px 15px; 
  margin: 35px 0;
  position: relative;
  text-align: center;
}
blockquote:before {
  content: "";
  position: absolute;
  width: 53px;
  height: 53px;
  background-image: url(../images/icons/block-quote-orange.png);
  background-size: 53px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-repeat: no-repeat;
}
.news-info blockquote,
.news-info blockquote p {
  padding-bottom: 30px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.5px;
  line-height: 34px;
}
.news-info blockquote p {
  padding-bottom: 0;
}
.news-info blockquote cite,
.news-info blockquote cite a {
  color: #0633f8; /*white*/
}
.wp-block-pullquote blockquote cite,
.news-info blockquote cite a {
  color: #444;
}
blockquote cite {
  display: block;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  padding: 15px 0 0;
  color: #0633f8;
  font-family: 'Poppins', sans-serif;
}
blockquote cite a {
  color: #0633f8;
}
pre {
  padding: 9.5px;
  margin: 0 0 10px;
  background-color: #f5f5f5;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.checkbox-wrap {
  color: #666666;
  font-size: 16px;
  letter-spacing: 0.2px;
}
.checkbox-wrap .wpcf7-list-item-label {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0;
}
.checkbox-icon-wrap .checkbox-icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 19px;
  height: 19px;
  margin-right: 10px;
  background: #ffffff;
  border: 1px solid #e8e8f4;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.checkbox-icon-wrap input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin-bottom: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}
.checkbox-icon-wrap input[type="checkbox"]:checked + .checkbox-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  font: normal normal normal 10px/1.42857143 FontAwesome;
  text-rendering: auto;
  content: "\f00c";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
.radio-icon-wrap .radio-icon {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-right: 1px;
  background: #f4f4f4;
  border: 1px solid #d3d3d3;
  position: relative;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.radio-icon-wrap input[type="radio"] {
  display: none;
}
.radio-icon-wrap input[type="radio"]:checked + .radio-icon:before {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 6px;
  height: 6px;
  content: "";
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  z-index: 1;
}
.wpcf7-list-item label {
  display: inline-block;
  position: relative;
}
.wpcf7-list-item-label {
  display: block;
  overflow: hidden;
  padding-top: 2px;
}
.sahub-file-selector label {
  display: block;
  height: 55px;
  padding: 15px 50px 15px 20px;
  margin-bottom: 9px;
  background: transparent;
  word-break: break-all;
  color: #666666;
  border: 1px solid #e8e8f4;
  position: relative;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.sahub-file-selector input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 0;
}
.sahub-file-selector span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sahub-file-selector .sahub-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
/* Sahub Table */
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid #eeeeee;
}
table th {
  vertical-align: middle;
  padding: 8px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
table td {
  vertical-align: top;
  padding: 8px;
  color: #777777;
  line-height: 1.42857;
  letter-spacing: 0.2px;
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.calendar_wrap table td a {
  color: #777777;
}
.calendar_wrap table.table-condensed {
  border: none;
}
.calendar_wrap table tr #toevent-date {
  background: #111111;
  color: #ffffff;
}
dd {
  color: #666;
}
table.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  text-align: unset;
  border: none;
}
.table thead tr {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.table thead th {
  vertical-align: middle;
  padding: 19px 45px 20px;
  font-weight: 400;
  font-size: 20px;
  border: none;
  text-align: unset;
}
.table td {
  padding: 20px 45px;
  color: #666666;
  font-size: 18px;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #dcdced;
  letter-spacing: 0.1px;
}
address {
  font-style: italic;
}
.wpcf7-list-item label {
  display: inline-block;
  position: relative;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
.aligncenter {
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.wp-caption {
  margin-bottom: 30px;
}
.wp-caption .wp-caption-text {
  font-size: 15px;
  font-style: italic;
  padding-top: 10px;
}
.textwidget .wp-caption .wp-caption-text {
  font-weight: 400;
}
.post-password-form label {
  padding-bottom: 0;
  display: block;
  overflow: hidden;
  clear: both;
  margin: 0;
}
.post-password-form label input {
  margin-top: 5px;
}
.page-links {
  font-size: 12px;
  line-height: 24px;
}
.page-links a,
.page-links > span {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  display: inline-block;
  height: 24px;
  margin-right: 3px;
  text-align: center;
  width: 24px;
}
.page-links a {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #ffffff;
}
.page-links a:hover {
  background-color: transparent;
  border-color: #d1d1d1;
  color: #2b3344;
}
.page-links a span {
  font-size: 12px;
}
.page-links > .page-links-title {
  width: auto;
  height: auto;
  padding-right: 5px;
  margin: 0;
  font-size: 14px;
  border: 0;
}
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.sahub-responsive-table {
  display: block;
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
/* Sahub Nice Select */
.nice-select {
  width: 100%;
  height: 55px;
  padding: 16px 40px 10px 20px;
  margin-bottom: 46px;
  background-color: #ffffff;
  color: #777777;
  font-size: 16px;
  line-height: 1.42857143;
  letter-spacing: -0.05px;
  outline: none;
  white-space: normal;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.nice-select:hover,
.nice-select:focus,
.nice-select:active {
  border-color: #eeeeee;
}
.nice-select.open {
  border-color: #dadada;
}
.nice-select:after {
  right: 20px;
  width: 6px;
  height: 6px;
  border-width: 1px;
  border-color: #777777;
}
.nice-select .current {
  display: block;
  overflow: hidden;
  clear: both;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nice-select .list {
  width: 100%;
  max-height: 200px;
  overflow: auto;
  color: #444444;
  font-size: 16px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  z-index: 2;
}
.nice-select .option {
  min-height: 10px;
  padding: 13px 19px;
  line-height: 1.42857;
}
.nice-select .option:first-child {
  -webkit-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.nice-select .option:last-child {
  -webkit-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.nice-select .option.selected {
  font-weight: 500;
}
/* Sahub Social */
/* Sahub Default Social */
.sahub-social a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 10px 5px;
  color: #000d47;
  font-size: 15px;
}
.social-label {
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
  color: #666666;
  font-size: 17px;
}
/* Sahub Rounded Social */
.sahub-social.rounded a {
  width: 44px;
  height: 44px;
  margin: 0 13px 15px 0;
  text-align: center;
  color: #ffffff;
  background: #ff3600;
  line-height: 44px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.sahub-social.rounded a:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.sahub-social.rounded a.facebook {
  background: #3b5898;
}
.sahub-social.rounded a.twitter {
  background: #1da1f3;
}
.sahub-social.rounded a.linkedin {
  background: #0077b5;
}
.sahub-social.rounded a.dribbble {
  background: #d94b80;
}
/* Sahub Brand */
.sahub-brand {
  display: inline-block;
  vertical-align: middle;
  padding: 20px 0;
}
.sahub-brand .text-logo {
  font-size: 32px;
}
/* Sahub Navigation */
/* Sahub Default Navigation */
.admin-bar .sahub-transparent-header .sticky-wrapper,
.admin-bar .is-sticky .sahub-header {
  top: 32px !important;
}
.navigation-wrap {
  display: inline-block;
  vertical-align: middle;
  float: right;
}
.sahub-navigation ul {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  list-style: none;
}
.sahub-navigation ul li {
  display: inline-block;
  position: relative;
}
.sahub-navigation ul li a {
  display: inline-block;
  color: #666666;
  padding: 45px 30px 44px 0;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.sahub-navigation ul li:last-child a {
  padding-right: 29px;
}
.sahub-main-wrap.sahub-transparent-header.dark-transparent .is-sticky .sahub-navigation > ul > li > a {
  color: #ffffff;
}
.sahub-navigation .dropdown-nav > li.has-dropdown > a .menu-text:after,
.sahub-navigation > ul > li.has-dropdown > a .menu-text:after {
  display: inline-block;
  padding-left: 4px;
  font-family: FontAwesome;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
}
.sahub-navigation ul li.has-dropdown:hover > .dropdown-nav {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.sahub-navigation ul li.has-dropdown.sub:hover > .dropdown-nav {
  top: 0;
}
.sahub-navigation ul li.has-dropdown.sub .dropdown-nav {
  top: 20px;
  left: 100%;
}
ul.dropdown-nav {
  position: absolute;
  top: 110%;
  left: 0;
  min-width: 250px;
  padding: 0;
  margin-top: 1px;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.sahub-transparent-header .sahub-navigation ul.dropdown-nav {
  top: 82% !important;
}
.sahub-navigation ul li.has-dropdown .dropdown-nav .dropdown-nav,
.sahub-transparent-header .sahub-navigation ul li.has-dropdown .dropdown-nav .dropdown-nav  {
  top: 0 !important;
  left: 100%;
}
ul.dropdown-nav li {
  display: block;
}
ul.dropdown-nav li a {
  display: block;
  padding: 9px 20px 11px;
  border-bottom: 1px solid #eeeeee;
  font-size: 16px;
  text-transform: capitalize;
}
ul.dropdown-nav li:hover > a {
  padding-left: 25px;
}
ul.dropdown-nav li:last-child a {
  padding-right: 20px;
}
span.menu-subtitle {
  display: block;
  font-size: 14px;
  text-transform: none;
  padding: 3px 0 0;
  overflow: hidden;
}
.sahub-navigation > ul > li > a span.menu-subtitle {
  display: none;
}

/* Sahub Mean Menu */
.mean-container .mean-nav::-webkit-scrollbar {
  width: 5px;
}
.mean-container .mean-nav::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 0;
}
.mean-container .mean-nav::-webkit-scrollbar-thumb {
  border-radius: 30px;
  -webkit-box-shadow: none;
  background: #d5dbe9;
}
.mean-container .sahub-toggle {
  display: none;
}
.mean-container .mean-bar {
  float: right;
  width: 100%;
  min-height: 72px;
  padding: 0;
  background: none;
  position: absolute;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  z-index: unset;
}
.mean-container .mean-bar * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.mean-container .sahub-brand {
  padding: 20px 0 20px 15px;
  position: relative;
}
.container.mean-container,
.container-fluid.mean-container {
  padding: 0;
  position: relative;
}
.mean-container a.meanmenu-reveal {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 40px;
  padding: 7px 8px 4px 8px;
  text-indent: unset;
  position: absolute;
  top: 15px;
  background: #000000;
}
.mean-container a.meanmenu-reveal span {
  height: 2px;
  margin-top: 5px;
  background-color: white;
}
.mean-container .header-right {
  display: none;
}
a.meanmenu-reveal.meanclose span {
  position: relative;
  top: 6px;
  margin: 0;
}
.meanmenu-reveal.meanclose span {
  -webkit-transform: translateY(6px) rotateZ(-45deg);
  -ms-transform: translateY(6px) rotateZ(-45deg);
  transform: translateY(6px) rotateZ(-45deg);
}
.meanmenu-reveal.meanclose span:nth-child(3n) {
  -webkit-transform: translateY(4px) rotateZ(45deg);
  -ms-transform: translateY(4px) rotateZ(45deg);
  transform: translateY(4px) rotateZ(45deg);
}
.meanmenu-reveal.meanclose span:nth-child(2n) {
  display: none;
}
.mean-container .mean-nav {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 70vh;
  margin-top: 0;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  z-index: 1;
}
.mean-container .mean-nav ul li {
  float: none;
}
.mean-container .mean-nav ul li a {
  float: none;
  padding: 13px 60px 13px 25px;
  width: auto;
  font-size: 15px;
  text-transform: none;
  line-height: 22px;
  border-color: #e8e8f4;
}
.header-right.mean-container .mean-nav ul li a {
  font-weight: normal;
}
.mean-container .mean-nav ul li li li li a,
.mean-container .mean-nav ul li li a,
.mean-container .mean-nav ul li li li a {
  width: auto;
  padding: 13px 25px;
  border-color: #e8e8f4;
  border-bottom: none;
  opacity: 1;
  color: #666666;
}
.mean-container .mean-nav ul li a:hover {
  color: #ff3600;
}
.mean-container .mean-nav ul li.has-dropdown.sub a {
  padding-right: 60px;
}
.mean-container .mean-nav ul li li a:before {
  display: none;
}
.mean-container .mean-nav ul li a.mean-expand {
  height: 48px;
  width: 50px;
  background: transparent;
  border-color: #e8e8f4 !important;
  border-bottom: none !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(255, 255, 255, 0.2);
}
.mean-container ul.dropdown-nav {
  min-width: 10px;
  position: static;
  opacity: 1;
  visibility: visible;
  background: transparent;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
  box-shadow: none;
}
.sahub-transparent-header .mean-container a.meanmenu-reveal span {
  background: #ffffff;
}
/* Sahub Fullscreen Navigation */
.sahub-fullscreen-navigation {
  position: fixed;
  top: 0;
  right: 0;
  width: 330px;
  height: 100%;
  background: #ffffff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-transition: all 1000ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
  -ms-transition: all 1000ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
  transition: all 1000ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 5;
}
.fullscreen-navigation .navigation-wrap {
  display: block;
  padding: 80px 30px 80px 35px;
  width: 100%;
}
.fullscreen-navigation .sahub-navigation ul li {
  display: block;
}
.fullscreen-navigation .sahub-navigation ul li a {
  display: block;
  padding: 11px 40px 11px 0;
  border-bottom: 1px solid #e8e8f4;
}
.fullscreen-navigation .sahub-navigation > ul > li.has-dropdown > a .menu-text:after {
  display: none;
}
.fullscreen-navigation .sahub-navigation .dropdown-nav > li.has-dropdown > a .menu-text:after,
.fullscreen-navigation .sahub-navigation > ul > li.has-dropdown > a .menu-text:after {
  content: none;
}
.fullscreen-navigation ul.dropdown-nav {
  display: none;
  position: static;
  opacity: 1;
  visibility: visible;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.fullscreen-navigation ul.dropdown-nav li a {
  padding-left: 10px;
}
.fullscreen-navigation ul.dropdown-nav li.sub ul li a {
  padding-left: 20px;
}
.fullscreen-navigation .sahub-navigation ul li.has-dropdown.open > .navigation-arrow:before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(180deg);
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}
.navigation-arrow {
  display: inline-block;
  font-weight: normal;
  position: absolute;
  top: 0;
  right: 0;
  height: 43px;
  width: 40px;
  color: #666666;
  cursor: pointer;
  text-align: center;
  z-index: 1;
}
.navigation-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  content: "\f107";
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
.close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
}
.close-btn a {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
}
.close-btn a:hover:before,
.close-btn a:hover:after {
  width: 2px;
  height: 20px;
}
.close-btn a:before,
.close-btn a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 16px;
  content: "";
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  z-index: 2;
}
.close-btn a:after {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}
/* Sahub Navigation Overlay */
.sahub-navigation-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  -webkit-transition: all 1500ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
  -ms-transition: all 1500ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
  transition: all 1500ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 4;
}
/* Sahub Owl Carousel Slider */
.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: unset;
  -moz-user-select: unset;
  -ms-user-select: unset;
  user-select: unset;
}
.owl-carousel .owl-prev,
.owl-carousel .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
}
.owl-carousel .owl-dots {
  padding-top: 35px;
  text-align: center;
}
.owl-carousel button.owl-dot {
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  margin: 0 5px;
  background: #cecdd7;
  text-indent: -999px;
  cursor: pointer;
  outline: none;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  left: -62px;
  width: 13px;
  height: 25px;
  background-image: url(../images/icons/icon41@3x.png);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 31px auto;
  outline: none;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.owl-carousel .owl-nav button.owl-prev:hover {
  background-position: 100% 50%;
}
.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -62px;
  background-image: url(../images/icons/icon42@3x.png);
  background-position: 100% 50%;
}
.owl-carousel .owl-nav button.owl-next:hover {
  background-position: 0 50%;
}
.owl-drag .disabled {
  display: none;
}
.slider-no-current {
  display: none;
  padding-top: 46px;
}
.current-no:after {
  content: "/"
}
.owl-carousel.nav-style-two .owl-nav button.owl-prev,
.owl-carousel.nav-style-two .owl-nav button.owl-next {
  left: -92px;
  width: 42px;
  height: 42px;
  background: #ffffff;
  border: 2px solid #d5d5d5;
}
.owl-carousel.nav-style-two .owl-nav button.owl-next {
  left: auto;
  right: -92px;
}
.owl-carousel.nav-style-two .owl-nav button.owl-prev:hover,
.owl-carousel.nav-style-two .owl-nav button.owl-next:hover {
  color: #ffffff;
}
.owl-carousel.nav-style-two .owl-nav button.owl-prev:before,
.owl-carousel.nav-style-two .owl-nav button.owl-next:before {
  font: normal normal normal 16px/normal FontAwesome;
  letter-spacing: -0.2px;
  text-rendering: auto;
  content: "\f104";
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: grayscale;
}
.owl-carousel.nav-style-two .owl-nav button.owl-next:before {
  content: "\f105";
}
/* Sahub Tabs */
ul.nav-tabs {
  border-bottom: none;
}
.nav-tabs .nav-link {
  padding: 0;
  border: none;
  font-size: 20px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: transparent;
}
.tab-content.tab-animation > .tab-pane > div {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.tab-content.tab-animation > .tab-pane.show > div {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/* Sahub Overlay */
.sahub-overlay,
.sahub-parallax {
  position: relative;
}
.sahub-overlay > *,
.sahub-parallax > * {
  position: relative;
  z-index: 1;
}
.sahub-overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 29, 45, 0.8);
  content: "";
  z-index: 1;
}
/* Sahub Masonry */
.sahub-masonry {
  margin: 0 -13px;
}
.sahub-masonry[data-items="3"] {
  margin: 0 -24px;
}
.sahub-masonry[data-items="3"] .masonry-item {
  width: 33.333333%;
  padding: 0 24px 50px;
}
.sahub-masonry[data-items="4"] {
  margin: 0 -16px;
}
.sahub-masonry[data-items="4"] .masonry-item {
  width: 25%;
  padding: 0 16px 47px;
}
.masonry-item {
  float: left;
  width: 50%;
  padding: 0 13px 30px;
}
.masonry-item.one-third {
  width: 68.5%;
}
.masonry-item.one-fourth {
  width: 31.5%;
}
.masonry-item.one-fourth-two {
  width: 34%;
}
.masonry-item.one-third-two {
  width: 66%;
}
.masonry-item.one-half {
  width: 32.9%;
}
.masonry-item.one-half-two {
  width: 33.1%;
}
.masonry-item .sahub-image img {
  width: 100%;
}
.masonry-filters {
  padding-bottom: 55px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.1px;
}
.masonry-filters ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.masonry-filters ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 21px;
}
.masonry-filters ul li a {
  display: inline-block;
  padding-bottom: 7px;
  position: relative;
}
.masonry-filters ul li a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  content: "";
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.masonry-filters ul li a.active:after {
  width: 100%;
}
/* Sahub Accordion */
.accordion .card {
  width:100%;
  display: inline-block;
  margin-bottom: 0;

}
.faq-count {
  display: inline-block;
  width:7%;
  float:left;
  font-family: 'Quicksand', sans-serif;
  font-size: 22px;
  line-height: 20px;
  font-weight:500;
  text-align: left;
  padding-top: 25px
}
.accordion-content {
  width: 92%;
  display: inline-block;
  border-bottom: 1px solid #ff3600;
  vertical-align: middle;
}
.accordion-content .btn-link {
  padding-top: 20px;
  font-size: 20px;
  font-weight: 500;
}
.card {
  border: none;
}
.card-header {
  padding: 0;
  background: transparent;
  border:none;
  margin-bottom: 6px;
}
.btn-link {
  width: 100%;
  padding: 16px 40px 16px 0;
  font-size: 20px;
  text-align: left;
  white-space: normal;
  position: relative;
}
.card.show .btn-link {
  padding-bottom: 6px;
}
.accordion-icon {
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  background-image: url(../images/icons/icon121@3x.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 26px auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.btn-link.collapsed .accordion-icon {
  background-image: url(../images/icons/icon120@3x.png);
}
.btn.active,
.btn:active,
.btn.focus,
.btn:focus,
.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.btn-link:hover,
.btn-link:focus {
  text-decoration: none;
}
.card-body {
  padding: 0px 0 25px;
  border:none;
}
.card-body p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #666666;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.2px;
}
/* Sahub Modal */
.modal-lg {
  max-width: 750px;
}
.modal-backdrop {
  background: rgba(31, 29, 45, 0.8);
}
.modal-backdrop.show {
  opacity: 1;
}
/* Sahub Video Modal */
.modal-video .modal-content {
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.modal-video .modal-body {
  padding: 0;
}
/* Sahub Tooltip */
.tooltip {
  font-weight: 600;
  font-size: 13px;
  line-height: 1.42857143;
  -webkit-transition: opacity ease .3s;
  transition: opacity ease .3s;
}
.tooltip.show {
  opacity: 1;
}
.tooltip.tooltip-md .tooltip-inner {
  max-width: 210px;
  text-align: left;
}
.tooltip.tooltip-md .arrow:before {
  border-width: 10px 10px 0;
}
.tooltip .arrow {
  width: 15px;
  height: 10px;
}
.tooltip .arrow:before {
  border-width: 8px 8px 0;
  border-top-color: #ffffff;
}
.tooltip-inner {
  max-width: 100px;
  padding: 10px 20px;
  background: #ffffff;
  color: #777777;
  border: 1px solid #e4ecfe;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
/* Sahub Animation Keyframes */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes pulse-front {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
  }
  25% {
    opacity: 1;
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.7, 1.7);
    -ms-transform: scale(1.7, 1.7);
    transform: scale(1.7, 1.7);
  }
}
@keyframes pulse-front {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
  }
  25% {
    opacity: 1;
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.7, 1.7);
    -ms-transform: scale(1.7, 1.7);
    transform: scale(1.7, 1.7);
  }
}
@-webkit-keyframes bgmovebottom {
  from {
    background-position: 50% 50%;
  }
  to {
    background-position: 50% 5000px;
  }
}
@keyframes bgmovebottom {
  from {
    background-position: 50% 50%;
  }
  to {
    background-position: 50% 5000px;
  }
}
@-webkit-keyframes bgmoveleft {
  from {
    background-position: 50% 50%;
  }
  to {
    background-position: -5000px 50%;
  }
}
@keyframes bgmoveleft {
  from {
    background-position: 50% 50%;
  }
  to {
    background-position: -5000px 50%;
  }
}
@-webkit-keyframes bgmoveright {
  from {
    background-position: 50% 50%;
  }
  to {
    background-position: 5000px 50%;
  }
}
@keyframes bgmoveright {
  from {
    background-position: 50% 50%;
  }
  to {
    background-position: 5000px 50%;
  }
}
/* Sahub Back Top */
.sahub-back-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  -webkit-transition: all ease .5s;
  -ms-transition: all ease .5s;
  transition: all ease .5s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  z-index: 2;
}
.sahub-back-top.active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.sahub-back-top a {
  display: block;
  width: 40px;
  height: 40px;
  padding: 6px;
  font-size: 18px;
  text-align: center;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff;
}
.sahub-back-top a:hover {
  color: #fff;
}
/* Sahub Preloader */
.sahub-preloader {
  display: table;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 4;
}
.loader-wrap {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.loader {
  display: inline-block;
  vertical-align: middle;
}
.woocommerce .fame-preloader .loader::before {
  content: none;
}
/* Sahub Pagination */
.pagination-wrap {
  width: 100%;
}
.pagination-wrap .malinky-ajax-pagination-loading {
  margin: 0;
  padding: 3px 0;
  text-align: center;
  font-size: 30px;
  color: #ff3600;
}
.wp-link-pages {
  font-size: 15px;
  line-height: 23px;
  width: 100%;
  display: inline-block;
  padding: 20px 0;
}
.wp-link-pages > span:first-child,
.wp-link-pages a:first-child {
  margin-left: 5px;
}
.wp-link-pages a:hover,
.wp-link-pages a:focus {
  background-color: transparent;
  border-color: #d1d1d1;
  color: #222222;
}
.wp-link-pages > .page-links-title {
  width: auto;
  height: auto;
  padding-right: 5px;
  margin: 0;
  font-size: 14px;
  border: 0;
}
/*Plugin*/
.wp-pagenavi {
  vertical-align: middle;
  padding-top: 39px;
  text-align: center;
}
.wp-pagenavi a.first,
.wp-pagenavi a.last {
  padding: 9px 10px 8px;
}
.wp-pagenavi > a,
.wp-pagenavi > span {
  display: inline-block;
  min-width: 45px;
  min-height: 45px;
  padding: 11px 0 12px;
  margin: 0 3px 10px;
  color: inherit;
  text-align: center;
  border: none;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.wp-pagenavi > span.current,
.wp-pagenavi > a:hover {
  background: #ff3600;
  color: #ffffff;
  border-color: transparent;
}
span.pages {
  width: auto;
  padding: 8px 15px;
}
.sahub-pagination {
  vertical-align: middle;
  padding-top: 39px;
  text-align: center;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers,
.sahub-pagination ul {
  padding: 0;
  margin: 0;
  font-size: 15px;
  letter-spacing: -0.1px;
  list-style: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers,
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  font-size: 15px;
  line-height: 1.42857143;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li,
.sahub-pagination ul li {
  display: inline-block;
  vertical-align: middle;
  color: #777777;
}
.sahub-pagination ul li.inactive {
  vertical-align: super;
  padding: 0 15px;
  color: #d7d7d7;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li span,
.woocommerce nav.woocommerce-pagination ul.page-numbers li a,
.sahub-pagination ul li span,
.sahub-pagination ul li a,
.wp-link-pages a span,
.wp-link-pages span span {
  display: inline-block;
  min-width: 40px;
  padding: 9px 0 8px;
  margin: 0 3px 10px;
  color: inherit;
  text-align: center;
  border: 1px solid #dddddd;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li span.current,
.woocommerce nav.woocommerce-pagination ul.page-numbers li a:hover,
.sahub-pagination ul li a:hover,
.sahub-pagination ul li a.current,
.sahub-pagination ul li span.current,
.wp-link-pages a:hover span,
.wp-link-pages span.current span {
  background: #ff3600;
  color: #ffffff;
  border-color: transparent;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li.prev,
.woocommerce nav.woocommerce-pagination ul.page-numbers li.next,
.sahub-pagination ul li.prev,
.sahub-pagination ul li.next {
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.8px;
}
/* Sahub Swiper Slider */
.swiper-container {
  clear: both;
  height: 750px;
  min-height: 750px;
  text-align: center;
}
.swiper-container .caption-wrap {
  padding: 76px 0 0;
}
.swiper-container .caption-title {
  padding-bottom: 0;
  color: #fff;
}
.swiper-container .caption-subtitle {
  padding-bottom: 19px;
  color: #0633f8;
}
.swiper-container .sahub-btn {
  margin: 0 4px 10px 3px;
}
.swiper-slide {
  background-color: #eff1fe;
  width: 100%;
  background-position: center center;
  background-repeat: repeat;
}
.swiper-slide .sahub-icon {
  animation-delay: 1s;
}
.swiper-pagination {
  bottom: 55px;
  padding: 0 25px;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom {
  bottom: 55px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}
.swiper-pagination .swiper-pagination-bullet {
  vertical-align: middle;
  width: 7px;
  height: 7px;
  background: #ffffff;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 25px;
  background: #ff3600;
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  left: 60px;
  width: 68px;
  height: 68px;
  margin: 0;
  background-color: #ffffff;
  background-image: url(../images/icons/icon26@3x.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 18px auto;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.swiper-container .swiper-button-prev:hover {
  background-image: url(../images/icons/icon27@3x.png);
}
.swiper-container .swiper-button-next {
  left: auto;
  right: 60px;
  background-image: url(../images/icons/icon28@3x.png);
}
.swiper-container .swiper-button-next:hover {
  background-image: url(../images/icons/icon29@3x.png);
}
.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 10px 0;
  background: #ffffff;
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-slide .sahub-icon {
  max-width: 765px;
  margin: 0 auto;
}
.caption-wrap h1 {
  font-size: 50px;
  line-height: 65px;
}
.caption-wrap h4 {
  font-size: 17px;
}
.caption-wrap *:nth-child(2n) {
  animation-delay: 1s;
}
.caption-wrap *:nth-child(3n) {
  animation-delay: 2s;
}
.caption-title {
  letter-spacing: -0.3px;
}
.caption-subtitle {
  padding-bottom: 29px;
  letter-spacing: -0.1px;
}
.caption-wrap p {
  color: #dcdcdc;
  font-size: 18px;
  padding: 10px 0 0;
}
.caption-wrap.center-align {
  text-align: center;
  margin: 0 auto;
}
.caption-wrap.right-align {
  text-align: right;
  margin: 0 0 0 auto;
}
.caption-wrap.left-align {
  text-align: left;
  margin: 0 auto 0 0;
}
/* 4. Sahub Main Wrap */
.fullscreen-navigation-open .sahub-fullscreen-navigation,
.fullscreen-navigation-open .sahub-navigation-overlay {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
/* 5. Sahub Header */
/* Sahub Sticky Header */
.sahub-sticky {
  -webkit-transition: background ease .3s, box-shadow ease .3s;
  -ms-transition: background ease .3s, box-shadow ease .3s;
  transition: background ease .3s, box-shadow ease .3s;
}
.is-sticky .sahub-header {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
/* Sahub Default Header */
.sahub-header {
  padding: 0 50px;
  border-bottom: 1px solid #e8e8f4;
  position: relative;
  z-index: 4;
}
.sahub-header [class*="col-"] {
  position: static;
}
.header-right {
  text-align: right;
}
.header-right.header-left {
  text-align: left;
}
.header-right.header-center {
  text-align: center;
}
.header-right .header-btns {
  float:right;
}
.header-right .header-btns .sahub-btn {
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 500;
}
.header-btns {
  display: inline-block;
  vertical-align: middle;
  padding: 32px 0;
  float: none;
}
.header-btns .sahub-btn {
  padding: 14px 25px;
  line-height: 21px;
  margin-left: 6px;
  border-radius: 100px;
  font-size: 19px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.banner-caption .header-btns .sahub-btn {
  line-height: 33px;
}
.header-btns .sahub-btn i {
  background: #ffffff;
  padding: 8px;
  border-radius: 100px;
  color: #ff3600;
  margin-right: 15px;
  font-size: 19px;
  float: left;
}
.header-btns .sahub-btn.normal-btn.simple-link {
  background: transparent;
  color: #777777;
  font-size: 20px;
  text-transform: none;
  text-decoration: underline;
  font-weight: 400;
  border: none;
}
.header-btns .sahub-btn.normal-btn.simple-link:hover {
  border: none;
  background: transparent;
}
.header-btns .sahub-btn:hover {
  background: #ffffff;
  color: #ff3600;
  border-color: #ff3600;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.header-btns .sahub-btn:hover i {
  background: #ff3600;
  color: #ffffff;
}
.header-btns .sahub-btn:nth-child(2) {
  min-width: 110px;
}
.header-btns .sahub-btn span {
  position: absolute;
  top: -9px;
  right: -5px;
  width: 21px;
  height: 21px;
  font-weight: 500;
  font-size: 13px;
  color: #ffffff;
  text-align: center;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  z-index: 1;
}
.sahub-widget .header-btns .sahub-btn {
  margin-bottom: 15px;
  width: 100%;
}
.sahub-widget .header-btns {
  padding: 8px 0 10px;
  width: 100%;
}
.sahub-widget center.text-center {
  padding-bottom: 18px;
  font-size: 16px;
  font-weight: 400;
}
.widget-posts-info .news-date {
  text-transform: capitalize;
}
.sahub-toggle {
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
  padding: 16px 14px;
  margin-left: 15px;
  background: #fcfcfc;
  border: 1px solid #dcdced;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.sahub-toggle:hover .toggle-separator {
  margin-left: 0;
}
.sahub-toggle:hover .toggle-separator:before,
.sahub-toggle:hover .toggle-separator:after {
  left: 0;
}
.sahub-toggle .toggle-separator {
  display: block;
  width: 13px;
  height: 2px;
  margin-top: 3px;
  position: relative;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.sahub-toggle .toggle-separator:before,
.sahub-toggle .toggle-separator:after {
  position: absolute;
  top: -4px;
  left: 0;
  width: 13px;
  height: 2px;
  content: "";
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 1;
}
.sahub-toggle .toggle-separator:after {
  top: 4px;
}
/* Sahub Transparent Header */
.norml-header .trans-logo,
.have-trans.trans-header .text-logo,
.have-trans.trans-header .default-logo {
  display: none;
}
.sahub-transparent-header .is-sticky .norml-header .trans-logo {
  display: block;
}
.sahub-transparent-header .is-sticky .norml-header .default-logo {
  display: none;
}
.dhave-trans.trans-header .default-logo {
  display: block;
}
.error404 .have-trans.trans-header img.trans-logo {
  display: none;
}
.error404 .have-trans.trans-header .default-logo {
  display: block;
}
.error404 .is-sticky .have-trans.trans-header img.trans-logo {
  display: block;
}
.error404 .is-sticky .have-trans.trans-header .default-logo {
  display: none;
}
.sahub-full-page .have-trans.trans-header .default-logo {
  display: block;
}
.sahub-full-page .have-trans.trans-header .trans-logo {
  display: none;
}
.sahub-transparent-header .sticky-wrapper,
.sahub-transparent-header .sahub-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.sahub-transparent-header .is-sticky .sahub-header {
  background: rgba(0, 0, 0, 0.85);
  border-bottom-color: rgba(0, 0, 0, 0.85);
}
.sahub-transparent-header .sahub-header {
  border-bottom: none;
}
.sahub-transparent-header.light-transparent .sahub-navigation > ul > li > a {
  color: #ffffff;
}
.sahub-transparent-header .header-btns .sahub-btn {
  color: #ffffff;
}
.sahub-transparent-header .header-btns .sahub-btn:hover {
  color: #ff3600;
}
.banner-caption .header-btns .sahub-btn.normal-btn.simple-link {
  box-shadow: none;
}
.banner-caption .header-btns .sahub-btn.normal-btn {
  box-shadow: 15px 0 60px rgb(0, 27, 143, 0.25);
}
/* 6. Sahub Mid Wrap */
.sahub-mid-wrap.woo-mid-wrap
.sahub-mid-wrap.search-mid-wrap {
  padding: 120px 0 !important;
}
.sahub-mid-wrap {
  padding: 120px 0;
}
.mid-spacer-two {
  padding: 120px 0 104px;
}
.mid-spacer-three {
  padding: 113px 0 91px;
}
.mid-spacer-four {
  padding: 147px 0 105px;
}
.mid-spacer-five {
  padding: 111px 0 67px;
}
.mid-spacer-six {
  padding: 123px 0 104px;
}
.sahub-unit-fix {
  word-wrap: break-word;
}
form.post-password-form input[type="submit"] {
  padding: 12px 15px;
  margin: 0 0 20px;
}
.sahub-primary {
  float: left;
  width: 66.5%;
  padding: 0 15px;
}
.sahub-secondary {
  float: left;
  width: 33.5%;
  padding: 0 15px;
}
.right-sidebar .sahub-secondary {
  padding-left: 25px;
}
.left-sidebar .sahub-secondary {
  padding-right: 25px;
}
.sahub-secondary.sahub-floating-sidebar {
  display: table;
}
.secondary-wrap {
  padding-left: 8px;
}
.left-sidebar .sahub-primary {
  float: right;
}
.left-sidebar .sahub-primary {
  -ms-flex-order: 2;
  order: 2;
}
.left-sidebar .sahub-secondary {
  -ms-flex-order: 1;
  order: 1;
}
.left-sidebar .secondary-wrap {
  padding: 0 8px 0 0;
}
/* 7. Sahub Home V1 Page */
/* Sahub Banner */
.sahub-banner {
  padding: 100px 0 50px;
  background-color: #e4e9ff;
}
.sahub-banner .sahub-image {
  padding-left: 55px;
}
.sahub-banner .sahub-image img {
  max-width: none;
}
.banner-caption {
  padding: 56px 60px 0 0;
}
.banner-caption h1 {
  font-size: 60px;
  line-height: 70px;
}
.banner-caption p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #666666;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: normal;
}
.banner-caption form p {
  padding-bottom: 0;
}
.banner-title {
  padding-bottom: 24px;
  letter-spacing: -0.2px;
}
.banner-caption form:before,
.banner-caption form:after {
  display: table;
  content: "";
}
.banner-caption form:after {
  clear: both;
}
.banner-caption form {
  padding-top: 31px;
}
.banner-caption input[type="email"] {
  float: left;
  width: 300px;
  font-size: 17px;
}
.banner-caption input[type="submit"] {
  margin-left: 10px;
}
.banner-caption .sahub-social.rounded a {
  width: 39px;
  height: 39px;
  margin: 0;
  border: 2px solid #dee2e9;
  line-height: normal;
}
.banner-caption .sahub-social.rounded a:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.banner-label {
  padding: 4px 0 20px;
  color: #888888;
  font-size: 16px;
}
.banner-label a {
  display: inline-block;
  color: #8c85e0;
  position: relative;
}
.banner-label a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 1;
}
.banner-label a:hover:after {
  width: 0;
  left: auto;
  right: 0;
}
/* Sahub Client */
.sahub-client {
  text-align: center;
}
.client-title-wrap {
  padding-bottom: 37px;
}
.client-title-wrap h5 {
  font-size: 14px;
}
.client-subtitle {
  padding-bottom: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.sahub-client.style-one .col-lg-4 .client-item  {
  padding: 10px 15px;

  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
/* Sahub Tools */
.sahub-tools {
  text-align: center;
}
.owl-carousel .owl-item .tool-item img {
  max-width: 75px;
}
.tool-item {
  padding: 30px 25px 28px;
  margin: 15px 13px;
  background: #ffffff;
  border: 1px solid #f6f8f9;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
.tool-item > * {
  position: relative;
  z-index: 1;
}
.tool-item:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(247, 249, 251, 1);
  content: "";
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: transform 1000ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
  -ms-transition: transform 1000ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
  transition: transform 1000ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
  z-index: 0;
}
.tool-item.sahub-hover:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.tool-item .sahub-icon {
  padding-bottom: 16px;
}
.tool-item h4 {
  font-size: 22px;
}
.sahub-tools .tool-item p {
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 0;
  color: #666666;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.1px;

}
.tool-title {
  padding-bottom: 3px;
  font-weight: 400;
}
/* Sahub Features */
.feature-item {
  padding-bottom: 126px;
}
.feature-item:last-child {
  padding-bottom: 0;
}
.feature-info {
  padding-bottom: 10px;
}
.feature-info p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #666666;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.2px;
}
.feature-info .section-title-wrap {
  padding-bottom: 25px;
  text-align: left;
}
.section-title-wrap {
  max-width: 610px;
  padding-bottom: 30px;
  margin: 0 auto;
  text-align: center;
}
.section-title-wrap .sahub-icon {
  padding-bottom: 15px;
}
.section-title-wrap .sahub-btn-wrap {
  padding-top: 20px;
}
.section-title-wrap h2 {
  font-size: 44px;
  line-height: 46px;
  font-weight: 500;
  color: #000d47;
  padding-bottom: 22px;
  letter-spacing: 0.1px;
}
.section-title-wrap ul {
  padding-left: 0px;
  padding-top: 10px;
  margin-bottom: 6px;
}
.section-title-wrap p,
.section-title-wrap li,
.sahub-main-wrap .section-title-wrap p  {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #555;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.2px;
}
.section-title-wrap li {
  position: relative;
  list-style: none;
  padding-left: 30px;
}
.section-title-wrap li:before {
  position: absolute;
  top: 1px;
  left: 0;
  color: #0633f8;
  font: normal normal normal 20px/1.42857143 FontAwesome;
  text-rendering: auto;
  content: "\f00c";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
}
.section-title-wrap h5 {
  font-size: 16px;
}
.section-title-two {
  max-width: none;
  text-align: left;
}
.section-title {
  padding-bottom: 13px;
  letter-spacing: -1px;
}
.section-subtitle {
  padding-bottom: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.no-max-width {
  max-width: none;
}
/* Sahub Compare */
.sahub-compare {
  padding: 68px 15px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #ffffff;
}
.compare-item {
  padding-right: 40px;
}
.compare-item .sahub-icon {
  overflow: hidden;
  position: relative;
}
.compare-item .sahub-icon > * {
  position: relative;
  z-index: 1;
}
.compare-item .sahub-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.04);
  content: "";
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
}
.compare-item.sahub-hover .sahub-icon:before {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.compare-item.compare-spacer {
  padding: 0 0 0 40px;
}
.compare-item .sahub-icon {
  display: inline-block;
  width: 90px;
  height: 90px;
  margin-bottom: 22px;
  text-align: center;
  font-size: 50px;
  color: #ff3600;
  background: #ffffff;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.compare-item h3 {
  font-size: 22px;
}
.compare-item p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.2px;
}
.compare-item.sahub-hover .sahub-btn.sahub-white-btn {
  color: #ffffff;
}
.compare-title {
  font-weight: 500;
}
.compare-label {
  font-size: 22px;
  position: relative;
}
.compare-label:before,
.compare-label:after {
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
  width: 2px;
  height: 19px;
  margin: 0 auto;
  background: #ffffff;
  content: "";
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 1;
}
.compare-label:after {
  top: auto;
  bottom: -30px;
}
.compare-label.active:before,
.compare-label.active:after {
  height: 25px;
}
/* Sahub News */
.news-items-wrap .sahub-pagination {
  width: 100%;
  display: inline-block;
}
.news-item {
  margin-bottom: 60px;
}
.sahub-related-posts .news-item {
  margin-bottom: 25px;
}
.sahub-news-detail .news,
.news-item .sahub-image {
  text-align: center;
}
.news-item .sahub-image img {
  position: relative;
  -webkit-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.news-item .news-info {
  padding: 15px 30px 30px;
  padding-left: 0;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #dde3ff;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;

  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  position: relative;
}
.news-cat .news-author img {
  width: 44px;
  height:44px;
  border-radius:50%;
  background-color: #b2b6c7;
  margin-right: 3px;
  margin-bottom: 8px;
}
.sahub-news-detail .news-info .news-meta-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}
.sahub-news-detail .news-info  {
  padding-top: 30px;
}
.news-title-wrap {
  display: inline-block;
  width: 100%;
  padding-bottom: 0px;
  padding-top: 6px;
}
.news-date-wrap {
  display: inline-block;
  float: right;
  position: absolute;
  right: 0;
  margin-right: 25px
}
.news-date-wrap .news-date {
  float: right;
  text-align: center;
  padding-top: 0;
  background-color: #0633f8;
  padding:8px;
  border-radius: 6px;
}
.sahub-news-detail .news-date-wrap {
  position: absolute;
  right: 0;
  top: 0px;
  margin-right: 0;
}
.sahub-news-detail .news-info {
  padding-left:0px;
  padding-right:0px;
  border: none;
}
.sahub-news-detail  .news-date-wrap .news-date {
  background-color: transparent;
  padding-top: 0;
  padding-right: 0;
}
.news-bottom-wrap .sahub-btn-wrap {
  float: left;
  padding-top: 0;
}
.news-bottom-wrap {
  display: inline-block;
  width:100%;
  padding-top: 5px;
}
.news-bottom-metas > span {
  padding-right: 15px;
  margin-right: 15px;
  font-size: 15px;
  position: relative;
  float: left;
}
.news-bottom-metas > span:last-child  {
  padding-right: 0px;
  margin-right: 0px;
}
.news-bottom-metas span.news-comments {
  padding-top: 4px;
}
.news-bottom-metas span.blog-link.share {
  padding: 0;
  margin: 0;
}
.news-bottom-metas span.news-comments a {
  color: #777777;
}
.news-bottom-metas span.news-comments img {
  margin-right: 7px;
}
.news-bottom-metas span.news-comments a:hover {
  color: #ff3600;
}
.news-bottom-metas > span i {
  font-size: 17px;
}
.news-bottom-metas .share-icon i {
  padding-top: 5px;
}
.news-bottom-metas > span:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2px;
  background: #777777;
  right: -3px;
  position: absolute;
  top: 50%;
}
.news-bottom-metas > span:last-child:before {
  content: none;
  color:red;
}
span.link-title {
  padding-bottom: 0;
  float: left;
  line-height: 27px;
  padding-left: 8px;
  font-size: 15px;
  color: #000d47;
  font-weight: 600;
}
.meta-tags.news-cat span {
  font-weight: 600;
  color: #000d47;
}
.link-inner i {
  float: left;
}
.news-bottom-wrap .sahub-link:before {
  content: none;
}
.news-bottom-wrap .sahub-btn-wrap a {
  color: #0633f8;
}
.news-bottom-wrap .sahub-btn-wrap .sahub-link i {
  margin-right: 10px;
  background: #0633f8;
  color: #ffffff;
  padding: 6px;
  border-radius: 100px;
}
.news-bottom-metas {
  display: inline-block;
  width: auto;
  float: right;
}
.news-item.sticky .news-info {
  border: 1px solid #0633f8;
  padding: 25px 30px;
}
.sahub-main-wrap p,
.news-info p,
blockquote {
  font-size: 17px;
  color: #444444;
  line-height: 1.7;
}
.news-item .news-info p {
  width:100%;
}
.news-date {
  font-size: 15px;
  color: #232323;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  padding: 7px 0 5px;
  font-weight: 600;
}
.news-info .sahub-btn.sahub-border-btn {
  border-width: 2px;
}
.news-info h3 {
  font-size: 26px;
  padding-bottom: 8px;
  letter-spacing: 0.1px;
  font-weight: 500;
  padding-top: 5px;
  font-family: 'Poppins', sans-serif;
}
.news-info h3 a {
  color: #000d47;
}
.news-info h3 a:hover,
.news-info h3 a:focus {
  color: #ff3600;
}
h3.news-title {
  word-break: break-word;
}
.sahub-related-posts .news-info h3 {
  font-size: 22px;
  line-height: 28px;
}
.sahub-related-posts .news-date {
  padding: 10px 0 0;
}
.news-cat {
  padding: 0 0 6px;
  display: inline-block;
}
.news-cat a {
  text-transform: capitalize;
  letter-spacing: 0.9px;
  font-weight: 600;
  font-size: 16px;
  color: #ff3600;
  font-family: 'Quicksand', sans-serif;
}
.news-list-wrap .news-cat a,
.sahub-news-detail .news-cat a,
.sahub-related-posts .news-cat a,
.meta-tags.news-cat a, .blog-item-date {
  padding: 6px 15px;
  padding-left: 3px;
  font-size: 16px;
  color: #ff3600;
  text-transform: capitalize;
  margin-right: 8px;
  font-weight: 600;
  letter-spacing: 0.9px;
  padding-right: 0;
  font-family: 'Quicksand', sans-serif;
}
.news-list-wrap .news-cat a,
.sahub-news-detail .news-cat a,
.meta-tags.news-cat a {
  margin-bottom: 6px;
}
.blog-item-date span.news-main-date{
  margin-right: 6px;

}
.news-cat .news-category a {
  padding-right: 1px;
  margin-right: 0;
}
.news-cat .news-category a:after {
  content: ',';
  display: inline-block;
  position: relative;
}
.news-bottom-metas span img {
  float: left;
}
.meta-tags.news-cat a:after {
  content: none;
}
.news-cat a:last-child:after {
  content: none;
}
.news-cat a:hover {
  color: #ff3600;
}
.news-cat span {
  margin-right: 3px;
  font-weight: 600;
}
.news-cat span:after {
  content: '.';
  color: #ff3600;
  display: inline-block;
  vertical-align: middle;
  margin-top: -10px;
  padding-left: 3px;
}
.news-cat span:last-child:after {
  content: none;
}
.news-main-date {
  margin-right: 6px;
}
.news-list-wrap .news-cat .news-author a {
  margin-right: 3px;
  padding-right: 7px;
  font-weight: 600;
}
.news-cat a,
.news-list-wrap .news-cat a {
  font-weight: 600 !important;
}
.news-bottom-wrap.single-bottom-wrap {
  padding-top: 30px;
  border-top: 1px solid #dde3ff;
  padding-bottom: 27px;
  margin-top: 25px;
  margin-bottom: 20px;
}
.sahub-post-single .meta-tags.news-cat a {
  padding-left: 3px;
  padding-right: 0px;
  margin-bottom: 8px;
  border: 1px solid #000d47;
  border-radius: 25px;
  padding: 8px 10px;
  margin-right: 6px;
  color: #000d47;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
}
.sahub-post-single .meta-tags.news-cat span:after {
  content: none;
}
.sahub-post-single .meta-tags.news-cat a:hover {
  color: #ff3600;
  border-color: #ff3600 ;
}
.news-item .news-bottom-metas .share-links {
  position: absolute;
  top: 0;
  bottom: 0px;
  left: -12px;
  right: -1px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 1;
  width: 120px;
  padding-top: 12px;
}
.news-item .share-links a {
  padding: 0 5px;
}
.news-item .blog-link.share.sahub-hover .share-links {
  top: 100%;
  top: -40px;
  opacity: 1;
  visibility: visible;
}
/*Single Share*/
.sahub-post-single .news-bottom-metas .share-links a {
  padding-right: 10px;
}
.sahub-post-single  span.link-title {
  float:none;
  padding-right: 15px;
}
/*Single*/
.sahub-mid-wrap.sahub-post-single {
  padding-top: 140px;
}
.sahub-related-posts {
  padding-top: 60px;
}
h3.related-post-title {
  padding-bottom: 22px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  color: #000d47;
}
p.logged-in-as {
  font-size: 16px;
  color: #666;
  padding: 0 0 15px;
}
.sahub-news-meta {
  display: inline-block;
  width: 100%;
}
span.meta-label {
  font-size: 15px;
  text-transform: uppercase;
  color: #1f1d2d;
}
.sahub-news-meta,
.news-details {
  padding: 35px 0 0;
}
.tagcloud a,
span.meta-tag a {
  color: #fff;
  background-color: #b2b6c7;
  display: inline-block;
  font-size: 12px;
  padding: 10px 15px;
  margin: 4px;
  margin-right: 0;
  margin-bottom: 6px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 25px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
}
.tagcloud a {
  font-size: 12px !important;
}
.tagcloud a:hover,
span.meta-tag a:hover {
  color: #fff;
  background: #000d47;
}
span.meta-tag {
  display: inline-block;
}
.sahub-author-info {
  padding: 45px 35px 40px 30px;
  margin-top: 14%;
  margin-bottom: 55px;
  position: relative;
  text-align: center;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  display: inline-block;
  width: 100%;
  float: left;
  background-color: #f4f6ff;
}
.author-content p {
  font-size: 16px;
  color: #444444;
  line-height: 26px;
  margin-bottom: 12px;
}
.author-content h3 {
  font-weight: 500;
  font-size: 20px;
  padding-bottom: 8px;
  color: #000d47;
}
.author-content h3 a {
  color: #000d47;
}
.author-content h3 a:hover {
  color: #ff3600;
}
.author-avatar img {
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  background: #fff;
  background-color: #000d47;
}
.author-avatar {
  display: inline-block;
  margin-right: 20px;
  position: absolute;
  top: -70px;
  right: 0;
  left: 0;
}
.author-content {
  display: inline-block;
  padding-top:25px;
}
.single-post .sahub-primary {
  padding-right: 25px;
}
.sahub-post-single .news-details {
  padding-top: 15px;
  margin-top: 1px;
}
/* Sahub Blog */
.sahub-blog .owl-nav {
  position: absolute;
  top: -76px;
  right: 0;
  z-index: 1;
}
.sahub-blog .owl-carousel .owl-nav button.owl-prev,
.sahub-blog .owl-carousel .owl-nav button.owl-next {
  position: static;
  margin-left: 8px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.blog-item {
  padding: 37px 35px 40px;
  margin: 15px 14px;
  background: #ffffff;
  border: 1px solid #f6f8f9;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
.blog-item.sahub-hover .sahub-btn {
  color: #ffffff;
}
.blog-item .sahub-image {
  padding-bottom: 20px;
}
.blog-item h3 {
  font-size: 20px;
  line-height: 28px;
}
.blog-item .slider-blog-info  h3  {
  font-size: 22px;
}
.blog-item p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #616161;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0.2px;
}
.blog-item .sahub-btn-wrap {
  padding-top: 15px;
}
.blog-title {
  font-weight: 400;
}
.blog-date {
  padding: 15px 0 10px;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  font-weight: 400;
}
.blog-date span {
  display: inline-block;
  padding: 2px 8px 3px 9px;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.8px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.blog-date span:last-child {
  margin-right: 8px;
}
.blog-date span a {
  color: #ffffff;
  line-height: 18px;
}
/*Slider Style*/
.item.slider-type .blog-item {
  padding: 0;
}
.item.slider-type .blog-item .sahub-image {
  padding-bottom: 0;
}
.item.slider-type .blog-date {
  padding-top: 0;
  padding-bottom: 6px;
}
.slider-blog-info {
  display: inline-block;
  padding: 35px;
}
.item.slider-type .blog-item .sahub-link i {
  color:#fff;
  background-color: #0633f8;
  border-radius: 50px;
  padding:8px;
  margin-right: 10px;
}
.item.slider-type .blog-item .sahub-link  {
  color: #0633f8;
}
.slider-blog-info .blog-date span {
  background-color: transparent;
  padding-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: #ff3600;
  text-transform: capitalize;
  font-weight: 600 !important;
  letter-spacing: 0.9px;
  padding-right:2px;
  font-family: 'Quicksand', sans-serif;
}
.slider-blog-info .blog-date span.span-reading-time span{
  padding: 0;
}
.slider-blog-info .blog-date span  a {
  color: #ff3600;
}
.slider-blog-info .blog-date {
  text-transform: capitalize;
}
.slider-blog-info .blog-date > span:after {
  content: '.';
  display: inline-block;
  vertical-align: middle;
  padding-left: 7px;
  margin-top: -10px;
}
.slider-blog-info .blog-date  > span:last-child:after {
  content: none;
}
.blog-item .slider-blog-info .sahub-btn-wrap {
  padding-top: 12px;
}
.nav-style-two .blog-item.sahub-hover,
.nav-style-two .blog-item {
  border: none;
}
.nav-style-two .blog-item.sahub-hover{
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 0 25px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.09);
}
/* Sahub Testimonials */
.sahub-testimonials {
  text-align: center;
  overflow: hidden;
}
.sahub-testimonials:hover .quote-icon {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.testimonial-wrap {
  max-width: 800px;
  margin: 0 auto;
}
.sahub-customers .testimonial-wrap {
  max-width: 100%;
  margin: 0 auto;
}
.sahub-icon.quote-image {
  max-width: 40px;
}
.testimonial-item p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #000d47;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.2px;
  font-weight: 300;
}
span.testi-job {
  font-size: 17px;
  color: #ff3600;
  font-weight: 400;
}
.testimonial-item h4 {
  font-size: 24px;
  color: #000d47;
}
.sahub-image.logo-img {
  margin: 20px 0 0;
}
.testi-meta-single .mate-image .sahub-image img {
  max-width: 400px;
}
.testi-meta-single {
  margin-bottom: 35px;
}
.testimonial-global-wrap {
  padding: 90px 0;
}
.testimonial-item .sahub-image {
  padding: 23px 0 20px;
}
.testimonial-item .sahub-image img {
  max-width: 60px;
  border-radius: 100px;
}
.testimonials-style-two .testimonial-item .sahub-image img {
  max-width: 80px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.testimonials-style-two .testimonial-item .sahub-image.logo-img img,
.testimonial-item .sahub-image.logo-img img {
  width: auto;
  border-radius: 0;
  max-width: none;
}
.author-name {
  padding: 13px 0 0;
  color: #666666;
  font-weight: 400;
}
.quote-icon {
  display: inline-block;
  width: 117px;
  height: 117px;
  margin-top: -60px;
  background: #ffffff;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.sahub-testimonials.testimonials-style-one .quote-icon {
  height: auto;
  margin-top: 0;
  background: transparent;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin-bottom: 20px;
}
.sahub-testimonials.testimonials-style-one:hover .quote-icon {
  box-shadow: none;
}
.sahub-testimonials.testimonials-style-one .owl-carousel .owl-dots {
  padding-top: 15px;
  text-align: right;
  float: right;
}
.sahub-testimonials.testimonials-style-one .sahub-link-wrap.simple-link {
  float: left;
}
.sahub-testimonials.testimonials-style-one .owl-stage-outer {
  display: inline-block;
  width: 100%;
  padding-bottom: 27px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dde3ff;
}
.quote-icon img {
  margin-top: 34px;
}
/* Sahub Apps */
.apps-categories h3 {
  font-size: 23px;
}
.categories-title {
  padding-bottom: 20px;
}
.app-item .sahub-image {
  position: relative;
  -webkit-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.app-item .sahub-label-wrap {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  margin-left: 10px;
  line-height: normal;
}
.app-item .sahub-label-wrap span {
  display: inline-block;
  float: left;
  padding: 2px 10px;
  margin: 2px;
  color: #ffffff;
  background-color: #ff3600;
  font-size: 11px;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.sahub-label-wrap a {
  color: #fff;
}
.sahub-label-wrap a:hover,
.sahub-label-wrap a:focus {
  color: #ffffff;
}
.apps-info {
  padding: 22px 25px 6px;
  background: #fdfdff;
  border-bottom: 1px solid #d8e1f5;
  border-left: 1px solid #d8e1f5;
  border-right: 1px solid #d8e1f5;
  -webkit-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.apps-info p {
  font-size: 16px;
  color: #666;
  line-height: 26px;
}
.apps-info h4 {
  font-size: 20px;
  padding-bottom: 11px;
}
/* Sahub Skills */
.sahub-skills {
  text-align: center;
}
.skills-wrap {
  max-width: 813px;
  padding: 57px 45px 50px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #f6f8f9;
  position: relative;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.skills-wrap:before {
  position: absolute;
  bottom: -143px;
  left: -178px;
  width: 193px;
  height: 387px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  z-index: -1;
}
.skills-wrap:after {
  position: absolute;
  bottom: -140px;
  right: -182px;
  width: 206px;
  height: 354px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  z-index: -1;
}
.skills-wrap .section-title-wrap {
  padding-bottom: 24px;
}
.skill-item .sahub-icon {
  padding-bottom: 20px;
}
.skill-item h2 {
  font-size: 45px;
  line-height: 40px;
}
.skill-item p {
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 0;
  color: #232323;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.2px;
  font-weight: 600;
}
.skill-title {
  padding-bottom: 0;
  font-weight: 300;
  letter-spacing: -0.1px;
}
/* Sahub Callout */
.sahub-callout {
  background-position: 50% 50%;
  background-repeat: repeat;
  background-size: 22px auto;
  color: #ffffff;
}
.callout-wrap {
  max-width: 610px;
  margin: 0 auto;
  text-align: center;
}
.callout-wrap .section-title-wrap {
  padding-bottom: 25px;
}
.callout-wrap .section-title-wrap p {
  color: #666666;
}
.callout-wrap form p {
  display: inline-block;
  vertical-align: middle;
}
.callout-wrap form .mc4wp-form-fields p {
  width: 100%;
}
.callout-wrap input[type="email"] {
  border-radius: 100px;
  height: 64px;
}
.callout-wrap .mc4wp-form-fields {
  position: relative;
}
.callout-wrap input[type="submit"],
.started-info input[type="submit"] {
  position: absolute;
  left: auto;
  right: -1px;
  height: 64px;
  border-radius: 100px;
}
.callout-wrap form input {
  margin-bottom: 0;
}
.callout-wrap input[type="email"] {
  width: 100%;
  font-size: 17px;
}
.callout-wrap ::-webkit-input-placeholder {
  color: #b3b1c0;
}
.callout-wrap ::-moz-placeholder {
  color: #b3b1c0;
}
.callout-wrap :-ms-input-placeholder {
  color: #b3b1c0;
}
.callout-wrap :-moz-placeholder {
  color: #b3b1c0;
}
.callout-wrap input[type="submit"] {
  margin-left: 10px;
}
.callout-label {
  padding-top: 28px;
  color: #b3b1c0;
  font-size: 16px;
  letter-spacing: 0.2px;
}
.callout-label a {
  display: inline-block;
  position: relative;
}
.callout-label a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 1;
}
.callout-label a:hover:before {
  width: 0;
  left: auto;
  right: 0;
}
.sahub-callout .sahub-icon {
  display: inline-block;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.sahub-callout .sahub-icon:hover {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
.sahub-callout .sahub-btn {
  min-width: 200px;
  padding: 17px 20px 16px;
  font-size: 14px;
}
.sahub-callout .sahub-btn-wrap {
  padding-top: 0;
}
/* 8. Sahub Home V2 Page */
/* Sahub Banner, Banner Style Two */
.sahub-banner.banner-style-two {
  padding: 0;
  height: 950px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  position: relative;
}
.sahub-banner.banner-style-two:before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 14, 22, 0.6);
  content: "";
  z-index: 0;
}
.sahub-banner.banner-style-two.banner-style-four:before {
  background: none;
}
.banner-style-four span.sahub-free-trail-txt {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 50px;
  position: relative;
}
.banner-style-four span.sahub-free-trail-txt span {
  display: block;
}
.banner-style-four span.sahub-free-trail-txt:before {
  content: "";
  display: inline-block;
  background-image: url(../images/icons/banner-arrow-icon.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 52px auto;
  width: 52px;
  position: absolute;
  height: 76px;
  top: -10px;
  left: 20%;
}
.banner-style-two > * {
  position: relative;
  z-index: 1;
}
.banner-style-two .banner-caption {
  max-width: 635px;
  padding: 100px 0 0;
}
.banner-style-three .banner-caption p,
.banner-style-two .banner-caption p,
.banner-style-two .banner-label,
.banner-style-two .banner-label a,
.banner-style-two .social-label {
  color: #ffffff;
}
.banner-style-two .banner-label a:after {
  background: #ffffff;
}
.banner-style-two .banner-caption input[type="email"] {
  border: none;
}
.banner-style-two .sahub-social.rounded a {
  background: #ffffff;
  border-color: #ffffff;
}
/* Banner Style Four */
.sahub-banner.banner-style-two.banner-style-four {
  color: #000d47;
}
.banner-style-four.banner-style-two .banner-caption p {
  color: #232323;
  font-size: 18px;
  line-height: 33px;
}
.banner-style-two.banner-style-four .banner-caption {
  max-width: 480px;
}
.banner-category span {
  padding: 7px 20px;
  background: #f8e1e0;
  border-radius: 5px;
  font-size: 13px;
  color: #ff3600;
  text-transform: uppercase;
  margin-right: 6px;
  font-weight: 600;
  letter-spacing: 1.4px;
}
.banner-category {
  margin-bottom: 30px;
}
.banner-style-two .mc4wp-form-fields {
  position: relative;
}
.banner-style-two .banner-caption input[type="submit"] {
  margin-left: 0;
  padding: 13px 30px 13px;
  position: absolute;
  left: 210px;
}

/* Sahub Features, Features Style Two */
.features-style-two .row {
  margin: 0 -14px;
}
.features-style-two [class*="col-"] {
  padding: 0 14px;
}
.features-style-two .feature-item {
  padding: 40px;
  margin-bottom: 30px;
  text-align: center;
  border: 1px solid #f6f8f9;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.features-style-two .feature-item.sahub-hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 40px 0 60px rgb(0, 25, 135, 0.15);
}
.features-style-two .feature-item .sahub-icon {
  padding-bottom: 31px;
}
.features-style-two .feature-item h3 {
  font-size: 23px;
  padding-top: 4px;
}
.features-style-two .feature-item p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #666666;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.2px;
}
.feature-title {
  font-weight: 500;
}
.feature-icons {
  padding-top: 20px;
}
.feature-icons img {
  margin: 0 10px;
}
.feature-icons a {
  display: inline-block;
}
/* Features Styles Three */
.features-style-two.features-style-list .feature-item .sahub-icon {
  padding-bottom: 0;
  display: inline-block;
  padding-right: 10px;
  color: #ff3600;
}
.feature-icons-lists ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.feature-icons-lists {
  padding-top: 20px;
  border-top: 1px solid #d1daff;
  margin-top: 12px;
}
.feature-icons-lists ul li {
  padding-bottom: 10px;
  font-size: 16px;
  color: #444444;
  font-weight: 400;
}
.feature-icons-lists ul li:last-child {
  padding-bottom: 0;
}
.features-style-two .feature-item h3.features-list-title {
  font-size: 20px;
}
.sahub-features.features-style-list .sahub-icon {
  margin-bottom: 12px;
}
.sahub-features.features-style-list li .sahub-icon {
  margin-bottom: 0;
}
/* Sahub Services */
.sahub-services {
  padding-top: 114px;
}
.sahub-services .section-title-wrap {
  padding-bottom: 44px;
}
.services-wrap ul.nav-tabs {
  margin-bottom: -73px;
}
.services-wrap .tab-content {
  padding-bottom: 61px;
}
.services-wrap.tab-style-one .tab-content {
  margin-top: 50px;
}
.services-wrap .tab-content .sahub-image {
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.services-wrap .nav-link .sahub-icon {
  display: inline-block;
  float: left;
  width: 67px;
  height: 67px;
  background: #ffdbd1;
  position: relative;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  margin-right: 20px;
  text-align: center;
  color: #ff3600;
}
.services-wrap .nav-link .sahub-icon i {
  font-size: 30px;
}
.services-wrap .nav-tabs .nav-item {
  width: 50%;
  float: left;
  padding: 15px 10px 35px;
}
.services-wrap .nav-link.active .sahub-icon {
  -webkit-box-shadow: 10px 0 25px rgb(164, 35, 0, 0.30);
  -ms-box-shadow: 10px 0 25px rgb(164, 35, 0, 0.30);
  box-shadow: 10px 0 25px rgb(164, 35, 0, 0.30);
  background: #ff3600;
  color: #ffffff;
}
.services-wrap .tab-link-text {
  font-size: 18px;
  color: #444444;
  line-height: 24px;
  display: inline-block;
  float: left;
  width: 65%;
}
.services-wrap .nav-tabs .nav-link {
  line-height: 20px;
}
.services-wrap .tab-link-text i {
  padding-left: 7px;
}
.services-wrap .tab-content>.tab-pane .sahub-image img {
  max-width: 112%;
}
span.text-wrap {
  display: inline-block;
  width: auto;
  float: left;
}
.service-title {
  display: block;
  padding-bottom: 16px;
  font-size: 24px;
  color: #000d47;
  font-weight: 400;
}
.services-wrap.tab-style-one .service-title {
  padding-bottom: 12px;
}
.circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 1;
}
.circle:after {
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  background: #ffffff;
  content: "";
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  z-index: 1;
}
.circle-inner {
  position: absolute;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.circle-inner:first-child {
  left: 0;
}
.circle-inner:last-child {
  left: 50%;
}
.circle-inner span {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 999px;
  -ms-border-radius: 999px;
  border-radius: 999px;
  -webkit-transition: transform 0.25s linear;
  -ms-transition: transform 0.25s linear;
  transition: transform 0.25s linear;
  z-index: 1;
}
.circle-inner:first-child span {
  left: 100%;
  -webkit-border-top-left-radius: 0;
  -ms-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -ms-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.circle-inner:last-child span {
  left: -100%;
  -webkit-border-top-right-radius: 0;
  -ms-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -ms-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-delay: 0.25s;
  -ms-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.process-done .circle-inner:first-child span,
.contact-item.sahub-hover .circle-inner:first-child span {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: transform 0.5s ease-out;
  -ms-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  -webkit-transition-delay: 0.25s;
  -ms-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.process-done .circle-inner:last-child span,
.contact-item.sahub-hover .circle-inner:last-child span {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: transform 0.25s linear;
  -ms-transition: transform 0.25s linear;
  transition: transform 0.25s linear;
}
/* tab style two */
.services-wrap.tab-style-one .section-title-wrap {
  margin-left: 0;
  padding-bottom: 38px;
}
.services-wrap.tab-style-two .nav-tabs .nav-item {
  width: 100%;
}
.services-wrap.tab-style-two .tab-content>.tab-pane .sahub-image img {
  max-width: 100%;
}
.services-wrap.tab-style-two ul.nav-tabs {
  position: relative;
  padding-left: 29px;
  border-left: 1px solid #343248;
}
.sahub-tab-line {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 2px;
  height: 45px;
  min-height: 100px;
  background: #ff3600;
}
.tab-vertical .sahub-tab-links li.sahub-tab-line {
  width: 2px;
  height: 100px;
  left: auto;
  right: -2px;
}
/* Sahub Testimonials, Testimonials Style Two */
.sahub-testimonials.testimonials-style-two {
  text-align: left;
}
.testimonials-style-two .sahub-image {
  float: left;
  padding: 25px 42px 0 50px;
}
.testimonials-style-two .testimonial-wrap {
  max-width: 100%;
}
.testimonial-info {
  overflow: hidden;
  padding: 0 135px 0 105px;
  position: relative;
}
.testimonial-info:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 129px;
  content: "";
  background: #dcdced;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.testimonial-info .author-name {
  padding-top: 7px;
}
.testimonial-info p {
  font-size: 20px;
  position: relative;
}
.testimonial-info p:before,
.testimonial-info p:after {
  position: absolute;
  top: 13px;
  left: -55px;
  width: 33px;
  height: 27px;
  background-image: url(../images/icons/icon39-new@3x.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 33px auto;
  content: "";
  z-index: 1;
}
.testimonial-info p:after {
  top: 50%;
  left: auto;
  right: -47px;
  background-image: url(../images/icons/icon40-new@3x.png);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.testimonials-style-two .testimonial-item h4 {
  font-size: 18px;
}
.testimonials-style-two .testimonial-item h4 span {
  font-weight: 500;
  font-size: 22px;
  padding-right: 10px;
}
/* Sahub World Wide */
.map-wrap {
  display: inline-block;
  position: relative;
}
.location-item {
  position: absolute;
  top: 110px;
  left: 85px;
  width: 6px;
  height: 6px;
  cursor: pointer;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 1;
}
.location-item:nth-child(2n) {
  top: 155px;
  left: 125px;
}
.location-item:nth-child(3n) {
  top: 135px;
  left: 315px;
}
.location-item:nth-child(4n) {
  top: 90px;
  left: 440px;
}
.location-item:nth-child(5n) {
  top: 250px;
  left: 190px;
}
.location-item:nth-child(6n) {
  top: auto;
  bottom: 70px;
  left: auto;
  right: 70px;
}
.location-item.sahub-hover .location-tooltip {
  opacity: 1;
  visibility: visible;
}
.location-item.sahub-hover {
  width: 12px;
  height: 12px;
}
.location-item.sahub-hover:before {
  width: 16px;
  height: 16px;
}
.location-item:before {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 10px;
  height: 10px;
  border: 3px solid rgba(121, 110, 255, 0.3);
  content: "";
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation: 1s pulse-front 0s ease-out infinite;
  -ms-animation: 1s pulse-front 0s ease-out infinite;
  animation: 1s pulse-front 0s ease-out infinite;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 0;
}
.location-tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  min-width: 193px;
  padding: 25px 20px 17px 33px;
  margin-bottom: 16px;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  z-index: 1;
}
.location-tooltip:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #ffffff transparent transparent transparent;
  content: "";
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  z-index: 1;
}
.location-tooltip h4 {
  padding-bottom: 0;
  font-size: 20px;
  line-height: 22px;
}
.location-tooltip p {
  padding-bottom: 0;
  font-size: 16px;
}
.location-title {
  font-weight: 400;
}
.sahub-world-wide {
  padding: 0 15px;
}
.world-wrap {
  padding-top: 10px;
}
.world-item {
  margin-bottom: 40px;
}
.world-item .sahub-image img {
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.world-item.sahub-hover .sahub-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);
}
/* Sahub Awards */
.award-item {
  overflow: hidden;
  padding: 40px 22px;
  margin: 14px;
  border: 1px solid #f6f8f9;
  position: relative;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.award-item > * {
  position: relative;
  z-index: 1;
}
.award-item.sahub-hover {
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.award-item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #f4f6ff;
  content: "";
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 1000ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
  -ms-transition: all 1000ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
  transition: all 1000ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
  z-index: 1;
}
.award-item.sahub-hover:before {
  bottom: 0;
  top: auto;
  height: 100%;
}
.award-item .sahub-image {
  float: left;
  padding: 13px 23px 0 0;
}
.award-info {
  overflow: hidden;
  padding: 4px 0 6px 30px;
  border-left: 1px solid #dcdced;
}
.award-info h5 {
  font-size: 14px;
}
.award-info p {
  padding-bottom: 0;
  margin-bottom: 0;
  color: #666666;
  font-size: 17px;
  line-height: 23px;
  letter-spacing: 0.2px;
}
.award-year {
  padding-bottom: 9px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* Sahub Integration */
.sahub-integration {
  padding: 115px 0 68px;
  background-image: url(../images/backgrounds/background3.png);
  background-position: 50% 50%;
  background-repeat: repeat;
  background-size: 22px auto;
  color: #ffffff;
}
.sahub-integration .section-title-wrap {
  padding-bottom: 47px;
}
.sahub-integration .section-title-wrap p {
  color: #b3b1c0;
}
.integration-wrap {
  max-width: 1015px;
  margin: 0 auto;
}
.integration-image {
  padding-bottom: 73px;
  text-align: center;
}
.sahub-image.img-hover img {
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.sahub-image.img-hover img:hover {
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
}
.integration-item {
  padding-bottom: 47px;
  display: inline-block;
  width: 100%;
}
.integration-item .sahub-icon {
  float: left;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.integration-item.sahub-hover .sahub-icon {
  padding-top: 10px;
}
.integration-item.no-animation.sahub-hover .sahub-icon {
  padding-top: 0;
}
.integration-spacer {
  padding-left: 32px;
}
.integration-info {
  overflow: hidden;
  padding-left: 30px;
}
.integration-info h3 {
  font-size: 23px;
}
.integration-info p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #444444;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.2px;
}
.integration-title {
  padding-bottom: 10px;
  font-weight: 400;
}
.integration-title a {
  color: #ffffff;
}
.sahub-link-wrap {
  padding-top: 9px;
}
.sahub-link {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 26px;
  letter-spacing: 0.5px;
  position: relative;
}
.integration-info a.sahub-link i {
  background: #ff3600;
  padding: 8px;
  border-radius: 100%;
  color: #ffffff;
  margin-right: 7px;
}
.vt-nav-links a:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  content: "";
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 1;
}
.vt-nav-links a:hover:before,
.sahub-link:hover:before,
.integration-item.sahub-hover .sahub-link:before,
.history-item.sahub-hover .sahub-link:before,
.technology-item.sahub-hover .sahub-link:before,
.security-item.sahub-hover .sahub-link:before,
.story-item.sahub-hover .sahub-link:before {
  width: 100%;
  left: auto;
  right: 0;
}
a.sahub-link.simple-link {
  font-size: 17px;
  text-transform: none;
  font-weight: 400;
}
.news-details a.sahub-link.simple-link  {
  font-size: 16px;
}
a.sahub-link.simple-link:before {
  width: 100%;
  height: 1px;
}
a.sahub-link.simple-link:hover {
  color: #0633f8;
}
a.sahub-link.simple-link:hover:before {
  background: #0633f8;
}
a.sahub-link.simple-link:hover:after {
  width: 100%;
}
a.sahub-link.simple-link:after {
  content: "";
  background: #0633f8;
  display: inline-block;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -3px;
  left: 0;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
/* Sahub Support */
.sahub-support {
  padding: 113px 0 48px;
  text-align: center;
}
.sahub-support h2 {
  line-height: 45px;
}
.support-main-title {
  padding-bottom: 48px;
  font-weight: 400;
  letter-spacing: -0.1px;
}
.support-item {
  overflow: hidden;
  padding: 26px 30px 30px;
  margin-bottom: 72px;
  border: 1px solid #f6f8f9;
  position: relative;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.support-item > * {
  position: relative;
  z-index: 1;
}
.support-item:before {
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.025);
  content: "";
  -webkit-border-radius: 100% 100% 0 0;
  -ms-border-radius: 100% 100% 0 0;
  border-radius: 100% 100% 0 0;
  -webkit-transition: all 1000ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
  -ms-transition: all 1000ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
  transition: all 1000ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
  z-index: 0;
}
.support-item.sahub-hover:before {
  bottom: -58%;
}
.support-item .sahub-icon {
  padding-bottom: 5px;
}
.support-item h3 {
  font-size: 22px;
  padding-top: 6px;
}
.support-item .sahub-btn {
  min-width: 210px;
  padding: 16px 20px;
}
.support-item.sahub-hover .sahub-btn {
  color: #ffffff;
}
.support-title {
  padding-bottom: 17px;
  font-weight: 400;
}
/* Sahub Footer, Footer Style Two */
footer.sahub-footer.footer-style-two {
  background-image: url(../images/backgrounds/footer-bg.jpg);
  background-position: 50% 50%;
  background-repeat: repeat-x;
  background-size: cover;
}
.sahub-footer.footer-style-two .footer-wrap {
  padding: 86px 0 37px;
}
.footer-style-two .footer-contact {
  padding: 6px 0 18px;
}
.footer-style-two .footer-contact ul li {
  padding-bottom: 15px;
  color: #e8e8e8;
   font-weight: 600;
}
.footer-style-two .footer-wrap ul li a {
  color: #e8e8e8;
  font-size: 16px;
  font-weight: 600;
}
.footer-style-two .footer-widget-title {
  padding-bottom: 19px;
  color: #ffffff;
}
.footer-style-two .sahub-social a {
  color: #e8e8e8;
}
.footer-style-two .sahub-social a:hover,
footer.sahub-footer.footer-style-two a:hover {
  color: #ff3600;
}
footer.sahub-footer.footer-style-two p,
footer.sahub-footer.footer-style-two a,
footer.sahub-footer.footer-style-two ul {
  color: #efefef;
}
footer.sahub-footer p {
  line-height: 28px;
}
footer.sahub-footer .sahub-image.default-logo {
  display: inline-block;
}
footer.sahub-footer .sahub-image.transparent-logo {
  display: none;
}
footer.sahub-footer.footer-style-two .sahub-image.default-logo {
  display: none;
}
footer.sahub-footer.footer-style-two .sahub-image.transparent-logo {
  display: inline-block;
}
.footer-style-two .sahub-copyright {
  padding: 0 0 50px;
  color: #e8e8e8;
  border-top: none;
  text-align: left;
  font-size: 16px;
}
.footer-style-two .sahub-copyright a {
  color: inherit;
}
.footer-style-two .sahub-copyright .fa {
  font-size: 14px;
}
.footer-logos {
  padding: 33px 0 31px;
  position: relative;
}
.footer-logos:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e8e8f4;
  content: "";
  z-index: 1;
}
.footer-logos-wrap {
  max-width: 1080px;
}
.widget-demo {
  padding: 36px 36px 31px;
  margin: -190px 0 0 15px;
  background: #ffffff;
  border: 1px solid #f6f8f9;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.widget-demo input[type="text"],
.widget-demo input[type="email"] {
  background: #fcfcfc;
}
.widget-demo textarea {
  height: 105px;
  background: #fcfcfc;
}
.widget-demo input[type="submit"] {
  min-width: 100%;
  margin-top: 7px;
}
.widget-demo .footer-widget-title {
  padding-bottom: 71px;
}
.first-widget-item {
  padding-right: 30px;
}
.footer-wrap ul li .fa-heart {
  color: #ff3600;
}
.copyright-links .sahub-icon {
  display: inline-block;
  margin-right: 18px;
}
.copyright-links .sahub-icon img {
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.copyright-links .sahub-icon:hover img {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
/* 9. Sahub 404 Page */
/* sahub Error Wrap */
.sahub-error-wrap {
  min-height: 100vh;
  padding: 284px 0 250px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
}
.sahub-error-wrap > * {
  position: relative;
  z-index: 1;
}
.sahub-error-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/backgrounds/background16.png);
  background-position: 50% 50%;
  background-repeat: repeat-x;
  background-size: cover;
  content: "";
  -webkit-animation: bgmoveright 200s linear infinite;
  -ms-animation: bgmoveright 200s linear infinite;
  animation: bgmoveright 200s linear infinite;
  z-index: 1;
}
.error-wrap {
  max-width: 670px;
  margin: 0 auto;
}
.error-wrap h1 {
  font-size: 250px;
  line-height: 244px;
}
.error-wrap h2 {
  font-size: 50px;
  line-height: 58px;
  font-weight: 600;
}
.error-wrap p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #666666;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.2px;
}
.error-wrap .sahub-btn-wrap {
  padding-top: 44px;
}
.error-wrap .sahub-btn {
  min-width: 160px;
  padding: 17px 15px 16px;
  font-size: 14px;
}
.error-title {
  font-weight: 100;
  background: -webkit-linear-gradient(#0633f8, #ff3600);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.error-subtitle {
  padding-bottom: 21px;
  font-weight: 400;
}
/* 10. Sahub Aboutus Page */
/* Sahub About */
.sahub-about {
  padding: 94px 0 108px;
  border-bottom: 1px solid #dcdced;
}
.sahub-about .sahub-image {
  padding-left: 25px;
}
.sahub-about .sahub-image img {
  max-width: none;
}
.about-info {
  padding-right: 20px;
}
.about-info h2 {
  font-size: 50px;
  line-height: 60px;
}
.about-info p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #666666;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.2px;
}
.about-info .sahub-btn-wrap {
  padding-top: 23px;
}
.about-info .sahub-btn {
  min-width: 170px;
  padding: 17px 15px 16px;
  font-size: 14px;
}
.about-title {
  letter-spacing: -0.2px;
}
/* Sahub Values */
.sahub-values {
  padding: 92px 0 70px;
  text-align: center;
}
.sahub-values .section-title-wrap {
  padding-bottom: 44px;
}
.value-item {
  overflow: hidden;
  padding: 46px 30px 38px;
  margin-bottom: 30px;
  border: none;
  position: relative;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.value-item .sahub-icon {
  padding-bottom: 25px;
}
.value-item h3 {
  font-size: 24px;
  letter-spacing: 0.5px;
}
.value-item p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #616161;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.2px;
}
.value-title {
  font-weight: 500;
}
/* Value Style Two */
.value-item.value-style-two a.read-more {
  position: absolute;
  bottom: 0;
  background: #e4e9ff;
  padding: 10px;
  left: 0;
  right: 0;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 100px 100px 0 0;
  color: #0633f8;
}
.value-item.value-style-two {
  padding-bottom: 75px;
}
.value-item.value-style-two a.read-more i {
  vertical-align: middle;
  line-height: 35px;
}
.value-item.value-style-two.sahub-hover a.read-more {
  background: #0633f8;
  color: #ffffff;
}
.value-item.value-style-two.sahub-hover:after {
  display: none;
}
.value-item.value-style-two.sahub-hover {
  box-shadow: 5px 5px 30px rgb(0, 25, 135, 0.15);
}
/* Sahub History */
.sahub-history .owl-carousel .owl-nav {
  position: absolute;
  top: -80px;
  right: 0;
  z-index: 1;
}
.sahub-history .owl-carousel .owl-nav button.owl-prev,
.sahub-history .owl-carousel .owl-nav button.owl-next {
  position: static;
  margin-left: 9px;
}
.history-item h4 {
  font-size: 22px;
  font-weight: 600;
}
.history-item p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #616161;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.2px;
}
.history-item.sahub-hover .history-year span,
.history-item.sahub-hover .history-info {
  opacity: 1;
}
.history-year {
  padding-bottom: 31px;
  margin-bottom: 24px;
  font-weight: 400;
  letter-spacing: -0.1px;
  position: relative;
}
.history-year span {
  opacity: 0.8;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.history-year:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-width: 2px;
  border-style: solid;
  content: "";
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  z-index: 1;
}
.history-year:after {
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: url(../images/icons/icon57@3x.png);
  background-position: 50% 50%;
  background-repeat: repeat-x;
  background-size: 6px auto;
  content: "";
  z-index: 0;
}
.history-title {
  padding-bottom: 6px;
  font-weight: 400;
  letter-spacing: -0.1px;
}
.history-info {
  padding-right: 30px;
  opacity: 0.8;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.history-info .sahub-link-wrap {
  padding-top: 4px;
}
/* 11. Sahub Advantages Page */
/* Sahub Page Title */
.sahub-page-title {
  padding: 145px 0 140px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
  background-color: #0633f8;
}
.sahub-transparent-header .sahub-page-title {
  padding: 210px 0 120px;
}
.sahub-page-title:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: repeat-x;
  background-size: cover;
  -webkit-animation: bgmoveright 200s linear infinite;
  -ms-animation: bgmoveright 200s linear infinite;
  animation: bgmoveright 200s linear infinite;
  content: "";
  z-index: 0;
}
.page-title-wrap {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.page-title-wrap h1 {
  font-size: 50px;
  line-height: 60px;
  color: #ffffff;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.page-title-wrap p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.2px;
}
.page-title-wrap .sahub-btn-wrap {
  padding-top: 24px;
}
.page-title-wrap .sahub-btn {
  min-width: 220px;
}
.page-title-wrap .sahub-btn i {
  font-size: 16px;
}
.page-title-wrap .breadcrumb {
  background: transparent;
  display: inline-block;
}
.page-title-wrap .breadcrumb li {
  display: inline-block;
  width: auto;
}
.page-title-wrap .breadcrumb li a,
.page-title-wrap .breadcrumb li span {
  font-size: 18px;
  color: #ffffff;
  position: relative;
  padding-left: 8px;
  padding-right: 13px;
  font-weight: 500;
}
.page-title-wrap .breadcrumb li a:hover,
.page-title-wrap .breadcrumb li a:hover span {
  color: rgba(255,255,255, 0.7);
}
.page-title-wrap .breadcrumb li a:after {
  content: "";
  display: block;
  background: #ffffff;
  width: 3px;
  height: 3px;
  border-radius: 100px;
  position: absolute;
  margin: 0 5px;
  top: 50%;
  right: 0;
}
.page-title-wrap .breadcrumb li.trail-end a:after {
  content: none;
}
/* Sahub Advantages */
.sahub-advantages {
  padding: 116px 0 117px;
}
.advantage-item {
  padding-bottom: 72px;
}
.advantage-item:last-child {
  padding-bottom: 0;
}
.advantage-spacer-one {
  padding-bottom: 110px;
}
.advantage-spacer-two {
  padding-bottom: 40px;
}
.advantage-item .row {
  margin: 0;
}
.advantage-item [class*="col-"] {
  padding: 0;
}
.advantage-item .sahub-image {
  padding-left: 110px;
}
.advantage-item .advantage-image-space {
  padding-left: 20px;
}
.advantage-item .sahub-image.image-spacer-two {
  padding-left: 48px;
}
.advantage-info p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #666666;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.2px;
}
.advantage-title {
  padding-bottom: 16px;
}
.advantage-info .check-list {
  padding-top: 16px;
}
.check-list {
  padding: 0;
  margin: 0;
  color: #232323;
  font-size: 17px;
  list-style: none;
  letter-spacing: 0.2px;
}
.check-list li {
  padding: 0 0 13px 37px;
  position: relative;
}
.check-list li:last-child {
  padding-bottom: 0;
}
.check-list li:before {
  position: absolute;
  top: 1px;
  left: 0;
  font: normal normal normal 20px/1.42857143 FontAwesome;
  text-rendering: auto;
  content: "\f00c";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
}
.check-list.false li:before {
  content: "\f00d";
  color: #e7364f;
  top: -1px;
}
.check-list li a {
  color: inherit;
}
/* 12. Sahub All Apps Page */
/* Sahub Apps */
.sahub-apps {
  padding: 76px 0;
}
.app-info h2 {
  font-size: 36px;
}
.app-info p {
  padding-bottom: 15px;
  margin-bottom: 0;
  color: #666666;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.2px;
}
.app-info .sahub-icon {
  padding-bottom: 17px;
}
.app-info .sahub-btn-wrap {
  padding-top: 14px;
}
.app-info .sahub-btn {
  min-width: 170px;
  margin: 0 7px 10px 0;
}
.app-info .sahub-border-btn {
  padding: 13px 15px;
  min-width: 160px;
}
.app-title {
  padding-bottom: 13px;
  letter-spacing: -0.1px;
}
.app-image .sahub-image {
  margin-right: -15px;
}
/* Sahub Apps, Apps Gray Background */
.apps-gray-background {
  padding: 80px 0;
  background: #fafafa;
}
.apps-gray-background .app-image .sahub-image {
  padding-left: 20px;
  margin: 0;
}
/* Sahub Webapp */
.sahub-webapp {
  padding: 100px 0 88px;
  text-align: center;
}
.sahub-webapp .app-info {
  max-width: 600px;
  padding-bottom: 46px;
  margin: 0 auto;
}
.sahub-webapp .app-info .sahub-icon {
  padding-bottom: 19px;
}
.sahub-webapp .app-title {
  padding-bottom: 8px;
}
/* Sahub Extension */
.sahub-extension {
  padding: 93px 0 99px;
  color: #ffffff;
  text-align: center;
}
.sahub-extension .section-title-wrap {
  padding-bottom: 14px;
}
.sahub-extension .section-title-wrap p {
  color: #b3b1c0;
}
/* 13. Sahub Alternatives Page */
/* Sahub Alternatives */
.sahub-alternatives {
  padding-top: 120px;
  text-align: center;
}
.alternative-item {
  padding: 30px 30px 28px;
  margin-bottom: 30px;
  background: #fcfcfc;
  border: 1px solid #dcdced;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  box-shadow: 40px 0px 60px rgba(0, 25, 135, 0.15);
}
.alternative-item.sahub-hover {
  background: #ffffff;
  border-color: transparent;
  transform: translateY(-10px);
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.alternative-item .sahub-icon {
  padding-bottom: 15px;
}
.alternative-item h3 {
  font-size: 26px;
}
.alternative-item p {
  padding-bottom: 10px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.2px;
}
.alternative-title {
  font-weight: 600;
  font-family: 'Quicksand', sans-serif;
}
/* 14. Sahub App Integration Page */
/* Sahub App Integration */
.app-integration-item {
  padding: 100px 0;
}
.app-integration-item:nth-child(2n) {
  background: #fafafa;
}
.app-integration-info {
  padding-left: 65px;
}
[class*="order-"] .app-integration-info {
  padding: 0 60px 0 0;
}
.app-integration-info h2 {
  font-size: 36px;
}
.app-integration-info p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #666666;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.2px;
}
.app-integration-info .sahub-btn-wrap {
  padding-top: 24px;
}
.app-integration-info .sahub-btn {
  padding: 12px 15px 13px;
}
.app-integration-title {
  padding-bottom: 14px;
  letter-spacing: -0.1px;
}
.integration-tools {
  padding: 35px 0 13px;
  text-align: center;
  position: relative;
}
.integration-tools:after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #dcdced;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  z-index: 1;
}
.integration-tools .row {
  margin: 0;
}
.integration-tools [class*="col-"] {
  padding: 0;
}
[class*="col-"]:last-child > .integration-tool-item,
[class*="col-"]:nth-last-child(-n+2) > .integration-tool-item {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.integration-tool-item {
  padding: 0 10px 9px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dcdced;
}
.integration-tool-item .sahub-icon {
  padding-bottom: 9px;
}
.integration-tool-item h3 {
  font-size: 22px;
}
.integration-tool-title {
  font-weight: 400;
  letter-spacing: -0.1px;
}
/* Sahub Build */
.sahub-build {
  padding: 150px 0 100px;
  text-align: center;
}
.build-info .section-title-wrap {
  padding: 47px 0 0;
}
/* 15. Sahub Brand Kit Page */
/* Sahub Page Title, Page Title Two */
.sahub-page-title.page-title-two {
  padding: 102px 0 111px;
}
/* Sahub Brand Kits */
.sahub-brand-kits {
  padding: 120px 0;
}
.brand-logo {
  width: 100px;
  height: 100px;
  padding: 15px;
  margin: 0 auto;
  background: #fcfcfc;
  border: 1px solid #dcdced;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.logo-label {
  padding-top: 14px;
  font-size: 25px;
}
.brand-kits-wrap {
  padding-top: 69px;
}
.brand-kits-wrap .sahub-btn {
  padding: 14px 36px;
}
.brand-kits-wrap .sahub-btn-wrap {
  padding-top: 49px;
}
.brand-kit-item {
  text-align: center;
  padding: 64px 30px 12px;
  margin-bottom: 30px;
  color: #666666;
  border: 1px solid #f6f8f9;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.brand-kit-item a {
  color: inherit;
}
.brand-kit-item.dark {
  background: #1f1e2f;
  color: #ffffff;
}
.brand-kit-item.dark .kit-formate {
  background-image: url(../images/icons/icon89@3x.png);
}
.brand-kit-item.sahub-hover {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
.brand-kit-item.sahub-hover .kit-download-title a:before {
  background-position: 0 100%;
}
.kit-download-wrap {
  padding-top: 19px;
}
.kit-download-title {
  padding-bottom: 14px;
  font-weight: 400;
}
.kit-download-title a {
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  position: relative;
}
.kit-download-title a:before {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 15px;
  margin-right: 6px;
  background-image: url(../images/icons/icon87@3x.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 10px auto;
  content: "";
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 1;
}
.kit-formate {
  display: inline-block;
  vertical-align: top;
  width: 29px;
  height: 38px;
  margin: 0 11px 25px;
  background-image: url(../images/icons/icon88@3x.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 29px auto;
  text-align: right;
  position: relative;
}
.formate-title {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 0 3px 2px;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 12px;
  word-break: break-all;
  z-index: 1;
}
/* Sahub Brand Styles */
.sahub-brand-styles {
  padding: 112px 0 72px;
  border-top: 1px solid #dcdced;
}
.sahub-brand-styles .section-title-wrap {
  max-width: 100%;
  padding-bottom: 26px;
  text-align: left;
}
.brand-color-item {
  float: left;
  width: 130px;
  margin: 0 48px 36px 0;
  text-align: center;
}
.brand-color-item:before,
.brand-color-item:after {
  display: table;
  content: "";
}
.brand-color-item:after {
  clear: both;
}
.brand-color-item.sahub-hover .color-type {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.brand-color-item h5 {
  font-size: 18px;
  line-height: 28px;
}
.brand-color-item h6 {
  font-size: 16px;
  line-height: 28px;
}
.color-type {
  overflow: hidden;
  height: 100px;
  margin-bottom: 6px;
  cursor: pointer;
  position: relative;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.copy-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px;
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 13px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1;
}
.color-type:hover .copy-text {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.color-title {
  padding-bottom: 3px;
  color: #666666;
  font-weight: 400;
}
.color-code {
  padding-bottom: 3px;
  color: #999999;
  font-weight: 400;
}
.brand-font-item {
  padding: 30px 25px 25px;
  margin-bottom: 30px;
  background: #fcfcfc;
  border: 1px solid #dcdced;
  opacity: 0.55;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.brand-font-item.sahub-hover {
  opacity: 1;
}
.brand-font-item h2 {
  font-size: 50px;
  line-height: 40px;
  color: #1f1d2d;
}
.brand-font-item h4 {
  font-size: 25px;
  color: #1f1d2d;
  line-height: 23px;
}
.brand-font-item .row {
  margin: 0 -5px;
}
.brand-font-item [class*="col-"] {
  padding: 0 5px;
}
.font-item-style-two .font-transform {
  color: #666666;
}
.brand-font {
  padding-bottom: 0;
}
.brand-font span {
  display: block;
  color: #666666;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.3px;
}
.font-type {
  height: 54px;
  color: #666666;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.font-type span {
  display: block;
}
.font-transform {
  padding-bottom: 0;
  text-align: right;
}
.font-transform span {
  display: block;
  color: #999999;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
/* Sahub Brand Types */
.sahub-brand-types {
  padding: 112px 0 80px;
  border-top: 1px solid #dcdced;
}
.sahub-brand-types .row {
  margin: 0 -25px;
}
.sahub-brand-types [class*="col-"] {
  padding: 0 25px;
}
.brand-type-item {
  text-align: center;
  height: 190px;
  padding: 30px;
  margin-bottom: 40px;
  background: #fcfcfc;
  border: 1px solid #dcdced;
  position: relative;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.brand-type-item.sahub-hover {
  background: transparent;
  border-color: transparent;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.brand-type-item .fa {
  position: absolute;
  top: 36px;
  right: 57px;
  color: #e9292a;
  font-size: 20px;
  letter-spacing: -0.1px;
  z-index: 1;
}
/* 16. Sahub Careers Page */
/* Sahub Careers */
.sahub-careers {
  padding: 120px 0;
}
.careers-image {
  text-align: center;
}
.careers-wrap .table td a {
  color: #666666;
}
.careers-wrap .table td a:hover {
  color: #ff3600;
}
.careers-wrap .sahub-btn-wrap {
  padding-top: 44px;
  text-align: center;
}
.careers-wrap .sahub-btn {
  padding: 16px 20px;
}
/* Sahub Effort */
.sahub-effort {
  padding: 115px 0 131px;
}
.effort-info .section-title-wrap {
  padding-bottom: 0;
}
.effort-info .section-title-wrap p {
  padding-bottom: 16px;
  line-height: 28px;
}
.effort-info .section-title {
  padding-bottom: 16px;
}
.effort-info .sahub-btn-wrap {
  padding-top: 13px;
}
/* Sahub Effort, Effort Gray Background */
.sahub-effort.effort-gray-background {
  padding: 45px 0 50px;
  background: #fafafa;
}
/* Sahub Benefits */
.sahub-benefits {
  padding: 113px 0 90px;
  border-top: 1px solid #dcdced;
}
.sahub-benefits .section-title-wrap {
  padding-bottom: 44px;
}
.sahub-benefits .row {
  margin: 0 -13px;
}
.sahub-benefits [class*="col-"] {
  padding: 0 13px;
}
.benefit-item {
  overflow: hidden;
  padding: 37px 45px 32px;
  margin-bottom: 29px;
  background: #fcfcfc;
  border: 1px solid #dcdced;
  position: relative;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.benefit-item:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.025);
  content: "";
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 0;
}
.benefit-item.sahub-hover:after {
  -webkit-transform: skew(50deg) translateX(100%);
  -ms-transform: skew(50deg) translateX(100%);
  transform: skew(50deg) translateX(100%);
}
.benefit-item .sahub-icon {
  padding-bottom: 7px;
  position: relative;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 1;
}
.benefit-item h3 {
  font-size: 22px;
}
.benefit-item p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #666666;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.2px;
}
.benefit-title {
  font-weight: 400;
}
/* Sahub Process */
.sahub-process {
  padding: 113px 0 105px;
  background: #fafafa;
}
.sahub-process .section-title-wrap {
  padding-bottom: 55px;
}
.process-item-wrap {
  display: inline-block;
  text-align: center;
}
.process-wrap {
  text-align: center;
}
.process-wrap:before,
.process-wrap:after {
  display: table;
  content: "";
}
.process-wrap:after {
  clear: both;
}
.process-wrap .row {
  margin: 0;
}
.process-item {
  display: inline-block;
  vertical-align: top;
  padding-right: 130px;
  position: relative;
}
.process-item:before {
  position: absolute;
  top: 60px;
  left: 20px;
  width: 100%;
  height: 1px;
  background: #dcdced;
  content: "";
  z-index: 0;
}
.process-item:after {
  position: absolute;
  top: 60px;
  left: 20px;
  width: 0;
  height: 1px;
  content: "";
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  transition-delay: 0.6s;
  z-index: 1;
}
.process-item.process-done:after {
  width: 100%;
}
.process-item.process-done .sahub-icon {
  border-color: transparent !important;
}
.process-wrap .process-item:last-child {
  padding-right: 0;
}
.process-wrap .process-item:last-child:before,
.process-wrap .process-item:last-child:after {
  display: none;
}
.process-item .sahub-icon {
  width: 120px;
  height: 120px;
  overflow: hidden;
  margin: 0 auto 11px;
  background: #ffffff;
  border: 1px solid #dcdced;
  text-align: center;
  position: relative;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  z-index: 2;
}
.process-item .sahub-icon img {
  position: relative;
  z-index: 1;
}
span.sahub-icon-inner {
  position: relative;
  z-index: 1;
}
.process-info {
  max-width: 132px;
}
.process-item h5 {
  font-size: 16px;
}
.process-title {
  color: #666666;
  font-weight: 400;
  letter-spacing: 0.2px;
}
/* Sahub What We */
.sahub-what-we {
  padding: 120px 0 70px;
  text-align: center;
}
.sahub-what-we .section-title-wrap {
  padding-bottom: 44px;
}
.what-we-image {
  padding-bottom: 79px;
}
.what-we-item {
  padding: 23px 30px 24px;
  margin-bottom: 49px;
  background: #fcfcfc;
  border: 1px solid #dcdced;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.what-we-item.sahub-hover {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
.what-we-wrap .row {
  margin: 0 -28px;
}
.what-we-wrap [class*="col-"] {
  padding: 0 28px;
}
.what-we-item .sahub-icon {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}
.what-we-item h3 {
  font-size: 22px;
}
.what-we-title {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 0;
  font-weight: 400;
}
/* 17. Sahub Careers Single Page */
.career-meta {
  padding-bottom: 18px;
  margin-bottom: 45px;
  border-bottom: 1px solid #dcdced;
}
.career-meta h4 {
  font-size: 18px;
}
.career-meta-title {
  font-weight: 400;
  letter-spacing: 0.1px;
}
.career-meta-title span {
  color: #666666;
  font-weight: 500;
}
.career-detail-item {
  padding-bottom: 21px;
}
.career-detail-item h4 {
  font-size: 20px;
}
.career-detail-item p {
  padding-bottom: 25px;
  margin-bottom: 0;
  color: #666666;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.2px;
}
.career-detail-item .check-list {
  padding-bottom: 28px;
}
.career-detail-title {
  padding-bottom: 19px;
  font-weight: 400;
  letter-spacing: 0.1px;
}
.career-detail-title.title-spacer {
  padding-bottom: 15px;
}
.career-detail-form {
  max-width: 660px;
  padding-top: 26px;
}
.career-detail-form input[type="submit"] {
  min-width: 170px;
  margin-top: 11px;
}
.career-detail-form textarea,
.career-detail-form textarea.form-control {
  height: 165px;
}
.sahub-sidebar {
  padding: 5px 0 0 29px;
}
.sidebar-btn .sahub-btn {
  min-width: 100%;
  padding: 16px 20px;
  margin-bottom: 10px;
}
.sidebar-btn .sahub-btn.big-border-btn {
  padding: 15px 20px;
}
.sahub-share {
  padding: 22px 20px 14px;
  margin-top: 21px;
  background: #fcfcfc;
  border: 1px solid #e8e8f4;
  text-align: center;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.sahub-share .social-label {
  display: block;
  padding: 0 0 11px;
  font-size: 16px;
  letter-spacing: 0.2px;
}
/* 18. Sahub Change Log Page */
.log-sidebar {
  padding: 0 15px;
  -ms-flex: 0 0 28.2%;
  flex: 0 0 28.2%;
  max-width: 28.2%;
}
.log-details {
  padding: 24px 15px 0 57px;
  -ms-flex: 0 0 71.8%;
  flex: 0 0 71.8%;
  max-width: 71.8%;
}
.log-sidebar .nav-tabs .nav-item {
  width: 100%;
  margin-bottom: 0;
}
.log-sidebar .nav-tabs .nav-link {
  padding: 14px 60px 14px 30px;
  background-image: url(../images/icons/changelog-arrow-orange.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 42px auto;
  font-size: 18px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.log-sidebar .nav-tabs .nav-link.active {
  color: #ff3600;
}
.log-sidebar .nav-tabs {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  padding: 20px 0;
}
.log-item {
  padding-bottom: 36px;
}
.log-item:last-child {
  padding-bottom: 0;
}
.log-item h4 {
  font-size: 20px;
}
.log-item p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #666666;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.2px;
}
.log-item .bullet-list {
  padding-top: 18px;
}
.log-title {
  padding-bottom: 16px;
  margin-bottom: 23px;
  font-weight: 400;
  border-bottom: 1px solid #dcdced;
}
.bullet-list {
  padding: 0;
  margin: 0;
  color: #444444;
  font-size: 16px;
  letter-spacing: 0.2px;
  list-style: none;
}
.bullet-list li {
  padding: 0 0 13px 25px;
  position: relative;
}
.bullet-list li:before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #0633f8;
  border-radius: 100px;
  z-index: 1;
}
/* 19. Sahub Contact Us Page */
/* Sahub Contact */
.sahub-contact {
  padding: 111px 0 101px;
}
.contact-form {
  padding-right: 76px;
}
.contact-form .section-title-wrap {
  padding-bottom: 17px;
}
.contact-form form input,
.contact-form form textarea,
.contact-form form select {
  margin-bottom: 19px;
}
.contact-form textarea,
.contact-form textarea.form-control {
  height: 245px;
}
.contact-form input[type="submit"] {
  min-width: 170px;
  margin-top: 6px;
}
.contact-wrap {
  padding-left: 54px;
}
.contact-item {
  padding-bottom: 50px;
}
.contact-item:last-child {
  padding-bottom: 0;
}
.contact-item p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #666666;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.2px;
}
.contact-item .sahub-icon {
  width: 82px;
  height: 82px;
  margin-bottom: 13px;
  text-align: center;
  border: 1px solid #dfdfee;
  position: relative;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.contact-item.sahub-hover .sahub-icon {
  border-color: transparent;
}
.contact-item .sahub-icon i,
.contact-item .sahub-icon img {
  position: relative;
  z-index: 1;
}
.contact-item.sahub-hover .sahub-icon {
  border-color: transparent !important;
}
.contact-item .sahub-icon i {
  font-size: 40px;
  color: #ff3600;
}
.contact-item .sahub-btn-wrap {
  padding-top: 14px;
}
/* Sahub Office */
.sahub-office {
  padding: 114px 0 90px;
  background: #fafafa;
}
.sahub-office .section-title-wrap {
  padding-bottom: 65px;
}
.sahub-office .row {
  margin: 0 -13px;
}
.sahub-office [class*="col-"] {
  padding: 0 13px;
}
.office-item {
  margin-bottom: 30px;
  border: 1px solid #f6f8f9;
  text-align: center;
  position: relative;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.office-item.sahub-hover .office-info {
  background: rgba(31, 29, 45, 0.8);
  color: #ffffff;
}
.office-item.sahub-hover .office-info a,
.office-item.sahub-hover .office-info ul {
  color: #ffffff;
}
.office-item.sahub-hover .office-info .sahub-icon {
  background-position: 100% 50%;
}
.office-item > .sahub-image > img {
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.office-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  background: #ffffff;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  z-index: 1;
}
.office-info .sahub-icon {
  width: 237px;
  height: 115px;
  min-height: 130px;
  margin: 0 auto 32px;
  background-image: url(../images/icons/icon107@3x.png);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 484px auto;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.office-info .sahub-icon.japan {
  width: 177px;
  height: 130px;
  background-image: url(../images/icons/icon108@3x.png);
  background-size: 364px auto;
}
.office-info .sahub-icon.australia {
  width: 245px;
  height: 107px;
  background-image: url(../images/icons/icon109@3x.png);
  background-size: 501px auto;
}
.office-info .sahub-icon.united-states {
  width: 150px;
  height: 124px;
  background-image: url(../images/icons/icon110@3x.png);
  background-size: 310px auto;
}
.office-info .sahub-icon.india {
  width: 241px;
  height: 125px;
  background-image: url(../images/icons/icon111@3x.png);
  background-size: 492px auto;
}
.office-info .sahub-icon.rome {
  width: 180px;
  height: 117px;
  background-image: url(../images/icons/icon112@3x.png);
  background-size: 369px auto;
}
.office-info h3 {
  font-size: 24px;
  font-weight: 400;
}
.office-item.sahub-hover h3.office-place {
  color: #ffffff;
}
.office-info ul {
  padding: 0;
  margin: 0;
  color: #666666;
  font-size: 17px;
  list-style: none;
  letter-spacing: 0.2px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.office-info ul li {
  padding-bottom: 1px;
}
.office-info ul li a {
  color: inherit;
}
.office-place {
  font-weight: 400;
}
/* Sahub Client, Client Style Two */
.sahub-client.client-style-two {
  text-align: left;
}
.client-style-two .client-item {
  padding-bottom: 0;
}
.client-label {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 25px;
}
.client-wrap {
  padding-left: 53px;
}
/* 20. Sahub Core Values Page */
/* Sahub Core Values */
.core-value-item {
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.core-value-item .sahub-image {
  position: relative;
}
.core-value-item .sahub-image img {
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.core-value-item .sahub-image .border-image {
  border: 1px solid #dcdced;
}
.sahub-stretched-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.core-value-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 31px 60px 52px;
  z-index: 0;
}
.core-value-info .sahub-icon {
  padding-bottom: 28px;
}
.core-value-info .sahub-icon img {
  max-width: 75px;
}
.core-value-info h2 {
  font-size: 35px;
  line-height: 40px;
}
.core-value-count {
  color: #f6f6f6;
  font-weight: 900;
  font-size: 100px;
  line-height: 100px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.core-value-item.sahub-hover .core-value-count {
  color: #d7d7d7;
}
.core-value-title {
  padding-bottom: 0;
}
.one-fourth .core-value-info {
  padding: 20px 50px 37px;
}
.one-fourth .core-value-info .sahub-icon {
  padding-bottom: 10px;
}
.one-fourth-two .core-value-info {
  padding: 40px 50px 39px;
}
.one-fourth-two .core-value-info .sahub-icon {
  padding-bottom: 17px;
}
.one-half .core-value-info {
  padding: 10px 50px 29px;
}
.one-half .core-value-info .sahub-icon {
  padding-bottom: 23px;
}
.one-half-two .core-value-info {
  padding: 20px 60px 30px;
}
.core-value-item.zoom-image {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.zoom-image .sahub-image img {
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.zoom-image.sahub-hover .sahub-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/* Sahub Customers */
.sahub-customers {
  background-position: 50% 50%;
  background-repeat: repeat;
  background-size: 27px auto;
}
.sahub-customers .section-title-wrap {
  padding-bottom: 20px;
}
.customer-item {
  padding: 55px 55px 50px;
  margin: 15px;
  background: #ffffff;
  border: 1px solid #dcdced;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.customer-item .sahub-icon {
  padding-bottom: 31px;
}
.customer-item p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #666666;
  font-size: 19px;
  line-height: 30px;
  letter-spacing: 0.2px;
}
.customer-info {
  padding-top: 20px;
}
.customer-info .sahub-image {
  float: left;
}
.customer-info .sahub-image img {
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.customer-inner-info {
  overflow: hidden;
  padding: 10px 0 0 27px;
}
.customer-inner-info h4 {
  font-size: 17px;
}
.customer-inner-info h5 {
  font-size: 15px;
}
.customer-name {
  padding-bottom: 1px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
.customer-designation {
  font-weight: 400;
  letter-spacing: 0.4px;
}
/* Sahub Trusted */
.sahub-trusted {
  padding: 108px 0 90px;
  border-top: 1px solid #dcdced;
}
.trusted-item-wrap {
  padding-bottom: 39px;
}
.trusted-item-wrap:last-child {
  padding-bottom: 0;
}
.trusted-item-wrap > .row {
  margin: 0 -26px;
}
.trusted-item-wrap > .row > [class*="col-"] {
  padding: 0 26px;
}
.sahub-trusted h2 {
  font-size: 32px;
}
.trusted-title {
  padding-bottom: 27px;
  letter-spacing: -0.1px;
}
.trusted-item {
  padding: 39px 30px 43px;
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #dcdced;
  text-align: center;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.trusted-item.sahub-hover {
  background: #f4f6ff;
}
.trusted-item .sahub-image {
  padding-bottom: 15px;
}
.trusted-item p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #666666;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.2px;
}
/* 22. Sahub Customers Single Page */
/* Sahub Customer Detail */
.sahub-customer-detail {
  padding: 100px 0 104px;
}
.customer-detail-wrap {
  max-width: 910px;
  margin: 0 auto;
}
.customer-detail-wrap p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #666666;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.2px;
}
.customer-meta {
  padding-bottom: 37px;
}
.customer-meta h3 {
  font-size: 22px;
}
.customer-meta p {
  padding-bottom: 0;
  margin-bottom: 0;
  color: #666666;
  font-size: 18px;
  letter-spacing: 0.2px;
}
.customer-detail-title {
  padding-bottom: 4px;
  font-weight: 400;
}
/* Sahub Features, Features Style Three */
.features-style-three .section-title-wrap {
  padding-bottom: 45px;
}
.features-style-three .feature-item {
  padding-bottom: 37px;
}
 /* Customer Info */
 .sahub-customer-info {
  padding: 114px 0 104px;
 }
 .sahub-customer-info p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #666666;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.2px;
 }
 .customer-info-item {
  padding-right: 50px;
 }
 .customer-info-item.customer-spacer-one {
  padding: 0 0 0 28px;
 }
 .customer-info-item.customer-spacer-two {
  padding-right: 10px;
 }
 .customer-info-title {
  padding-bottom: 16px;
  letter-spacing: -0.1px;
 }
 .sahub-quotes:before,
 .sahub-quotes:after {
  display: table;
  content: "";
 }
 .sahub-quotes:after {
  clear: both;
 }
 .sahub-quotes .sahub-image {
  float: left;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
 }
 .sahub-quotes .sahub-image img {
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
 }
 .sahub-quotes.sahub-hover .sahub-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
 }
 .quote-info {
  overflow: hidden;
  min-height: 290px;
  padding: 63px 60px 30px;
  background: #f4f6ff;
  border-top: 1px solid #dcdced;
  border-right: 1px solid #dcdced;
  border-bottom: 1px solid #dcdced;
  -webkit-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
 }
 .quote-info .sahub-icon {
  padding-bottom: 24px;
 }
 .quote-info p {
  font-size: 20px;
  font-style: italic;
  line-height: 32px;
 }
 .quote-info h4 {
  font-size: 18px;
 }
 .quote-name {
  padding: 9px 0 0;
  color: #666666;
  font-weight: 400;
 }
 .quote-name span a {
  color: inherit;
 }
 /* 23. Sahub Designing And Development Pages */
 /* Sahub Technology */
 .sahub-technology {
  padding: 110px 0 87px;
 }
 .technology-image {
  text-align: center;
 }
 .technology-wrap {
  padding-top: 102px;
 }
 .technology-item {
  padding: 0 20px 30px 0;
 }
 .technology-item h3 {
  font-size: 22px;
 }
 .technology-item p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #666666;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.2px;
 }
 .technology-title {
  font-weight: 400;
 }
 /* Sahub Promo */
.sahub-promo {
  padding: 120px 0;
}
.promo-item + .promo-item {
  padding-top: 62px;
}
.promo-item .sahub-image img {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
[class*="order-"] .promo-info {
  padding: 0 100px 0 0;
}
.promo-info.promo-info-two {
  padding-right: 60px;
  text-align: right;
}
.promo-info {
  padding-left: 60px;
}
.promo-info h2 {
  font-size: 36px;
  line-height: 45px;
}
.promo-info h5 {
  font-size: 14px;
}
.promo-info p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #666666;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.2px;
}
.promo-info .sahub-btn-wrap {
  padding-top: 24px;
}
.promo-title {
  padding-bottom: 13px;
  letter-spacing: -0.1px;
}
.promo-subtitle {
  padding-bottom: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* Sahub Features, features style four */
.features-style-four .section-title-wrap {
  padding-bottom: 44px;
}
.features-style-four .feature-item {
  padding: 42px 46px 28px;
  margin-bottom: 30px;
  background: #fcfcfc;
  border: 1px solid #dcdced;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.features-style-four .feature-item .sahub-icon {
  width: 51px;
  height: 51px;
  margin-bottom: 20px;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  line-height: 51px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  color: #ffffff;
}
.feature-item .sahub-icon.center {
  margin-left: auto;
  margin-right: auto;
}
.feature-item .sahub-icon.right {
  margin-left: auto;
}
.features-style-four .feature-item.sahub-hover .sahub-icon {
  color: #ffffff;
}
.features-style-four .feature-item h3 {
  font-size: 22px;
}
.features-style-four .feature-item p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #666666;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.2px;
}
/* 24. Sahub E-Book Page */
/* Sahub Full Page */
.has-full-page,
.has-full-page body {
  height: 100%;
}
.sahub-full-page {
  min-height: 100vh;
}
.sahub-full-page > .row {
  height: 100%;
  margin: 0;
}
.sahub-full-page .full-page-primary {
  min-height: 100vh;
  -ms-flex: 0 0 64.5%;
  flex: 0 0 64.5%;
  max-width: 64.5%;
}
.sahub-full-page .full-page-secondary {
  min-height: 100vh;
  -ms-flex: 0 0 35.5%;
  flex: 0 0 35.5%;
  max-width: 35.5%;
}
.full-page-wrap {
  height: 100%;
}
.full-page-wrap .sahub-header {
  padding: 34px 60px 66px;
  border-bottom: none;
}
.full-page-wrap .sahub-technology {
  padding: 53px 0 0;
}
.full-page-wrap .technology-wrap {
  padding-top: 75px;
}
.full-page-wrap .technology-item p {
  line-height: 28px;
}
.full-page-wrap .sahub-link-wrap {
  padding-top: 4px;
}
.full-page-wrap .sahub-copyright {
  padding: 20px 0 10px;
}
.full-page-wrap .sahub-country {
  padding-top: 3px;
}
.full-page-inner {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 50px 30px;
}
.full-page-info h2 {
  font-size: 40px;
}
.full-page-info h5 {
  font-size: 14px;
}
.full-page-info p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #666666;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.2px;
}
.full-page-title {
  padding-bottom: 3px;
  letter-spacing: -0.2px;
}
.full-page-subtitle {
  padding-bottom: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.sahub-ebook {
  height: 100%;
  padding: 80px 120px;
  background-image: url(../images/backgrounds/background9.png);
  background-position: 50% 50%;
  background-repeat: repeat;
  background-size: 30px auto;
  color: #ffffff;
  text-align: center;
}
.ebook-info .sahub-icon {
  padding-bottom: 41px;
}
.ebook-info .section-title-wrap {
  padding-bottom: 36px;
}
.ebook-info .section-title-wrap p {
  color: #b3b1c0;
}
.ebook-info input[type="submit"] {
  min-width: 170px;
  margin-top: 11px;
}
.sahub-ebook .section-title-wrap h2 {
  color: #ffffff;
}
/* 25. Sahub Faq Page */
/* Sahub Questions */
.sahub-questions {
  padding: 108px 0 120px;
}
.questions-search {
  max-width: 740px;
  margin: 0 auto;
  text-align: center;
}
.questions-search:before,
.questions-search:after {
  display: table;
  content: "";
}
.questions-search:after {
  clear: both;
}
.questions-search h2 {
  font-size: 30px;
  line-height: 40px;
}
.questions-search input[type="text"] {
  float: left;
  width: 570px;
  font-size: 17px;
}
.questions-search input[type="submit"] {
  margin-left: 10px;
}
.questions-title {
  padding-bottom: 30px;
  font-weight: 400;
}
.questions-wrap {
  padding-top: 86px;
}
.questions-wrap .row {
  margin: 0;
}
.questions-wrap [class*="col-"] {
  padding: 0;
}
.questions-wrap .questions-title {
  padding-bottom: 13px;
}
.questions-wrap .check-list li {
  padding-bottom: 9px;
}
.questions-wrap .check-list li:before {
  top: 4px;
  font-size: 15px;
}
.questions-labels {
  padding-left: 80px;
}
.questions-labels .questions-title {
  padding-bottom: 28px;
}
/* Sahub Faq */
.sahub-faq {
  padding: 114px 0 102px;
  background-image: url(../images/backgrounds/background10.png);
  background-position: 50% 50%;
  background-repeat: repeat;
  background-size: 22px auto;
  text-align: center;
}
.sahub-faq .section-title-wrap {
  padding-bottom: 64px;
  color: #ffffff;
}
.sahub-faq .section-title-wrap p {
  color: #ffffff;
}
.faq-item {
  padding: 41px 30px 45px;
  margin-bottom: 30px;
  background: #ffffff;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.faq-item .sahub-icon {
  padding-bottom: 21px;
}
.faq-item h4 {
  font-size: 22px;
}
.faq-item p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #666666;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0.2px;
}
.faq-title {
  padding-bottom: 8px;
  font-weight: 400;
}
.faq-link {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-top: 10px;
  font-size: 16px;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  line-height: 36px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.faq-link:hover,
.faq-link:focus,
.faq-item.sahub-hover .faq-link {
  color: #ffffff;
}
/* 26. Sahub Features Page */
.feature-item-wrap {
  padding-bottom: 61px;
}
.feature-item-wrap:last-child {
  padding-bottom: 0;
}
.feature-item-wrap .section-title-wrap {
  padding-bottom: 25px;
}
.feature-item-wrap .feature-item .sahub-icon {
  background: #ffffff;
  border-width: 2px;
  border-style: solid;
}
/* 27. Sahub Get Started Guide Page */
/* Sahub Guide */
.sahub-guide {
  padding: 93px 0 40px;
  border-bottom: 1px solid #dcdced;
}
.sahub-guide.guide-spacer-one {
  padding-top: 114px;
}
.sahub-guide.guide-spacer-two {
  padding-bottom: 60px;
  border-bottom: none;
}
.sahub-guide .section-title-wrap {
  padding-bottom: 26px;
}
.guide-item {
  padding-bottom: 45px;
}
.guide-item.sahub-hover .video-btn {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}
.guide-item.sahub-hover .sahub-video-btn {
  background: rgba(30, 28, 31, 0.4);
}
.guide-item.sahub-hover .video-time {
  bottom: 15px;
}
.guide-item .sahub-image {
  position: relative;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.guide-item .sahub-image img {
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.sahub-video-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 28, 31, 0.2);
  text-align: center;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 1;
}
.video-btn {
  display: inline-block;
  vertical-align: middle;
  width: 61px;
  height: 61px;
  background: #ffffff;
  font-size: 17px;
  position: relative;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.video-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
.video-time {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 2px 6px 3px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.2px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 1;
}
.guide-info {
  padding-top: 19px;
}
.guide-info h3 {
  font-size: 22px;
}
.guide-info p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #666666;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.2px;
}
.guide-title {
  padding-bottom: 5px;
  font-weight: 400;
}
/* 28. Sahub Integration Single Page */
.sahub-logo-link {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  z-index: 1;
}
.sahub-logo-link .logo-link {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 10px 0 10px;
  font-weight: 300;
  font-size: 35px;
  color: #f36000;
}
.sahub-logo-link .sahub-icon {
  display: inline-block;
  vertical-align: middle;
  width: 84px;
  height: 84px;
  background: #ffffff;
  border: 1px solid #f6f8f9;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.sahub-integration-single .promo-item + .promo-item {
  padding-top: 88px;
}
.sahub-integration-single .promo-item .row {
  margin: 0;
}
.sahub-integration-single .promo-item [class*="col-"] {
  padding: 0;
}
.sahub-integration-single .promo-item .sahub-image img {
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.sahub-integration-single .promo-info {
  padding: 0 0 36px 38px;
}
.sahub-integration-single [class*="order-"] .promo-info {
  padding: 0;
}
/* 29. Sahub IT Page */
/* Sahub It Sector */
.sahub-it-sector .row {
  margin: 0;
}
.sahub-it-sector [class*="col-"] {
  padding: 0;
}
.sahub-background {
  height: 100%;
  min-height: 640px;
  background-image: url(../images/backgrounds/background11.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.it-info {
  padding: 80px 185px;
}
.it-info h2 {
  font-size: 36px;
  line-height: 45px;
}
.it-info h5 {
  font-size: 14px;
}
.it-info p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #f5f5f5;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.2px;
}
.it-info .check-list {
  padding-top: 20px;
  font-size: 19px;
}
.it-info .check-list li {
  padding: 0 0 11px 33px;
}
.it-info .check-list li:before {
  font-size: 17px;
}
.it-title {
  padding-bottom: 13px;
  letter-spacing: -0.1px;
}
.it-subtitle {
  padding-bottom: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.sahub-features.no-border {
  border-top: none;
}
/* 30. Sahub No Openings Page */
/* Sahub Vacant */
.sahub-vacant {
  padding: 120px 0 104px;
  text-align: center;
}
.vacant-wrap {
  max-width: 630px;
  margin: 0 auto;
}
.vacant-wrap .sahub-icon {
  padding-bottom: 37px;
}
.vacant-wrap h2 {
  font-size: 50px;
}
.vacant-wrap p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #666666;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: normal;
}
.vacant-title {
  padding-bottom: 8px;
  letter-spacing: -0.2px;
}
/* 31. Sahub Partners Page */
/* Sahub Profit */
.sahub-profit {
  padding: 85px 0 105px;
}
.sahub-profit .section-title-wrap {
  padding: 0 20px 0 0;
}
.profit-item {
  padding: 32px 38px 28px;
  margin: 15px 0;
  border: 1px solid #dcdced;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.profit-item.hvr-float-shadow:before {
  height: 15px;
}
.hvr-float-shadow:before {
  background: -webkit-radial-gradient(center,ellipse,rgba(0,0,0,.1) 0,rgba(0,0,0,0) 80%);
  background: radial-gradient(ellipse at center,rgba(0,0,0,.1) 0,rgba(0,0,0,0) 80%);
}
.profit-item.hvr-float-shadow:hover:before {
  opacity: 0.5;
}
.profit-item .sahub-icon {
  padding-bottom: 15px;
}
.profit-item h3 {
  font-size: 22px;
}
.profit-item p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #666666;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.2px;
}
.profit-title {
  font-weight: 400;
}
/* Sahub Investors */
.sahub-investors {
  padding: 113px 0 70px;
  background: #f9f9f9;
}
.sahub-investors .section-title-wrap {
  padding-bottom: 45px;
}
.sahub-investors .row {
  margin: 0 -22px;
}
.sahub-investors [class*="col-"] {
  padding: 0 22px;
}
.investor-item {
  margin-bottom: 50px;
  background: #ffffff;
  border: 1px solid #f6f8f9;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.investor-item.sahub-hover {
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.investor-item.sahub-hover [data-hover] {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.investor-item .sahub-image {
  text-align: center;
}
[data-hover] {
  display: inline-block;
  position: relative;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
[data-hover]:before {
  position: absolute;
  top: 100%;
  left: 0;
  content: attr(data-hover);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
}
.investor-info {
  padding: 4px 30px 30px;
}
.investor-info h4 {
  font-size: 20px;
}
.investor-info h5 {
  font-size: 14px;
}
.investor-info p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #666666;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.2px;
}
.investor-title {
  overflow: hidden;
  padding-bottom: 0;
  margin-bottom: 10px;
  font-weight: 400;
}
.investor-subtitle {
  padding-bottom: 7px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* Sahub Profit Form */
.sahub-profit-form {
  padding: 113px 0 120px;
  border-top: 1px solid #dcdced;
  text-align: center;
}
.sahub-profit-form .section-title-wrap {
  padding-bottom: 35px;
}
.profit-form-wrap {
  max-width: 660px;
  margin: 0 auto;
}
.profit-form-wrap textarea,
.profit-form-wrap textarea.form-control {
  height: 165px;
}
.profit-form-wrap input[type="submit"] {
  margin-top: 11px;
  min-width: 170px;
}
/* 31. Sahub Pricings Pages */
.sahub-filters {
  position: absolute;
  bottom: -32px;
  left: 0;
  right: 0;
  width: 500px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #e8e8f4;
  text-align: center;
  -webkit-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  z-index: 1;
}
.sahub-filters .nav-tabs {
  position: relative;
}
.sahub-filters .nav-tabs .nav-link {
  padding: 22px 45px 21px;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.sahub-filters .nav-tabs .nav-link.active {
  color: #ffffff;
}
.sahub-filters .nav-tabs > li {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.nav-tabs > li.active:nth-child(2n) ~ .active-bg {
  left: 47%;
}
.sahub-filters .nav-tabs .active-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 53%;
  height: 100%;
  border: 4px solid #ffffff;
  content: "";
  -webkit-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 1;
}
.sahub-filters .nav-tabs:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  color: #ffffff;
  border: 4px solid #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 58px;
  letter-spacing: 0.5px;
  content: "or";
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  z-index: 3;
}
/* Sahub Pricings */
.sahub-pricings {
  padding: 120px 0 109px;
}
.pricings-wrap {
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.gray-background {
  background: #fcfcfc;
}
.price-item {
  margin: 0 0 -1px -1px;
  border: 1px solid #dcdced;
  position: relative;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 0;
}
.price-item.hvr-float {
  display: block;
}
.price-item.style-four {
  border: 1px solid #bab2ee;
  box-shadow: 3px 0 14px rgb(6, 51, 248, 0.08);
  border-radius: 3px;
}
.price-item.style-four.advance-pricing {
   border: 1px solid #0633f8;
}
.price-item.sahub-hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  z-index: 1;
}
.price-item.style-four.sahub-hover {
  box-shadow: 10px 25px 50px rgb(0, 25, 135, 0.15);
}
.price-inner {
  padding: 33px 50px 44px;
  text-align: center;
}
.price-inner h2 {
  font-size: 50px;
  line-height: 55px;
}
.price-inner h3 {
  font-size: 30px;
}
.price-inner h5 {
  font-size: 16px;
  line-height: 24px;
}
.price-inner p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #666666;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.2px;
}
.price-inner .sahub-icon {
  padding-bottom: 22px;
}
.price-title {
  padding-bottom: 5px;
  font-weight: 400;
}
.price {
  padding: 20px 0 13px;
  font-weight: 300;
  letter-spacing: -0.3px;
}
.price-label {
  color: #999999;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.price-users {
  padding: 24px 0 10px;
}
select.select-style-two {
  width: 130px;
  height: 43px;
  padding: 9px 35px 9px 22px;
  background-image: url(../images/icons/icon130@3x.png);
  background-size: 33px auto;
  color: #616161;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  border-color: #dcdced;
  letter-spacing: 0.5px;
}
.price-trail {
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding-top: 7px;
}
.price-trail a {
  display: inline-block;
  color: inherit;
}
.price-info {
  min-height: 519px;
  padding: 50px 60px 20px;
  border-top: 1px solid #dcdced;
  border-bottom: 1px solid #dcdced;
}
.price-info .check-list li {
  padding: 0 0 19px 24px;
}
.price-info .check-list li:before {
  top: 2px;
  font-size: 15px;
}
.price-link {
  padding: 24px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.price-link a {
  display: inline-block;
}
.price-link.sahub-btn-wrap a.sahub-btn {
  color: #ffffff;
  font-weight: 600;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.price-link.sahub-btn-wrap a.sahub-btn i {
  padding: 7px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.price-link.sahub-btn-wrap a.sahub-btn:hover {
  background: transparent;
  border-color: #ff3600;
  color: #ff3600;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.price-link.sahub-btn-wrap a.sahub-btn:hover i {
  color: #ffffff;
  background: #ff3600;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.price-meta {
  padding-top: 60px;
  text-align: center;
}
.price-meta p {
  padding: 13px 0 0;
  margin-bottom: 0;
  color: #666666;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0.2px;
}
.compare-plan {
  display: inline-block;
  position: relative;
}
.compare-link {
  margin: 0 auto;
  padding: 11px 20px;
  cursor: pointer;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.compare-link.open {
  border-radius: 3px 3px 0 0;
}
.compare-link .fa {
  padding-left: 5px;
  font-size: 14px;
}
.plan-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #ffffff;
  text-align: left;
  border: 1px solid #dcdced;
  border-top: none;
  -webkit-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.05);
  z-index: 1;
}
.plan-dropdown a {
  display: block;
  padding: 10px 15px;
  color: #666666;
  border-bottom: 1px solid #dcdced;
}
.plan-dropdown a:last-child {
  border-bottom: none;
}
/* Plan Style Four */
.price-item.style-four h3.price-title {
  text-align: center;
  padding: 15px 0;
  padding-top: 0;
  font-family: 'Quicksand', sans-serif;
  color: #ff3600;
  font-size: 23px;
  text-transform: capitalize;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-align: left;
  float:left;
}
.price-item.style-four .price-title-area {
  display: inline-block;
  width: 100%;
  padding: 35px 40px 20px;
}
.price-item.style-four .sahub-icon {
  padding-bottom: 5px;
  float: right;
}
.price-item.style-four p.price-detail {
  display: inline-block;
  width: 100%;
  font-weight: 400;
  color: #444444;
  padding-top: 10px;
}
.price-item.style-four  .price-inner h2 {
  padding-top: 0px;
  padding-bottom: 25px;
  font-size: 80px;
  line-height: 55px;
  color: #000d47;
  font-weight: 400;
  font-family: 'Quicksand', sans-serif;
}
.price-item.style-four .price-inner h2 sup {
  font-size: 20px;
  top: -2.40em;
  font-weight: 500;
}
.price-item.style-four .price-label {
  color: #444444;
}
.price-item.style-four .price-info {
  border-top:1px dashed #dcdced;
}
.price-item.style-four .price-link.sahub-btn-wrap {
  padding: 10px 0px;
}
.price-item.style-four .price-inner {
  padding-bottom: 25px;
  padding-top: 0;
}
.price-item.style-four .price-info {
  min-height: auto;
  border-bottom: none;
  padding: 35px 40px 20px;
}
.price-item.style-four .price-info .check-list li:before {
  content: "";
  background: #0633f8;
  width: 7px;
  height: 7px;
  border-radius: 100px;
  top: 10px;
}
.price-item.style-four .price-info .check-list li {
  font-size: 16px;
  color: #444444;
}
.price-item.style-four  .sahub-btn-wrap .sahub-btn {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2px;
  padding: 12px 15px 13px;
  margin-left:0;
}
.price-item.style-four h4.advanced-title {
  color: #fff;
  background-color: #0633f8;
  width:100%;
  display: inline-block;
  padding: 15px 10px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 26px;
  letter-spacing: 0.7px;
  font-family: 'Quicksand', sans-serif;
  position: absolute;
  top: -56px;
  border:1px solid #0633f8;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  font-weight: 700;
}

/* Sahub Compare Plans */
.sahub-compare-plans {
  padding: 114px 0 56px;
}
.sahub-compare-plans .section-title-wrap {
  padding-bottom: 65px;
}
.plans-wrap {
  text-align: center;
}
.plans-wrap .table {
  margin-bottom: 0;
}
.plans-wrap .table thead tr {
  background: #fcfcfc;
  border: 1px solid #dcdced;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.plans-wrap .table thead th {
  padding: 20px 28px 19px;
  color: #666666;
  font-weight: 300;
  font-size: 18px;
}
.plans-wrap .table thead tr th:first-child {
  font-weight: 400;
  font-size: 20px;
  text-align: left;
}
.plans-wrap .table tbody tr:first-child td {
  padding-top: 34px;
}
.plans-wrap .table tbody tr:last-child td {
  padding-bottom: 34px;
}
.plans-wrap .table tbody tr td:first-child {
  text-align: left;
}
.plans-wrap .table td {
  padding: 20px 28px 21px;
  font-size: 17px;
  border-bottom: none;
  letter-spacing: 0.2px;
}
.plans-wrap .table td i {
  font-size: 20px;
}
.plans-wrap .table td .sahub-btn {
  padding: 11px 10px;
  min-width: 130px;
  font-size: 15px;
  font-weight: 600;
}
/* Sahub Questions, Questions Style Two */
.sahub-questions.questions-style-two {
  padding: 113px 0 120px;
  border-top: 1px solid #dcdced;
}
.questions-style-two .section-title-wrap {
  padding-bottom: 61px;
}
.question-items-wrap {
  padding: 0 15px;
}
.question-item {
  padding: 0 20px 28px 0;
}
.question-item .sahub-icon {
  float: left;
}
.question-info {
  overflow: hidden;
  padding-left: 13px;
}
.question-info h4 {
  font-size: 22px;
  font-weight: 400;
}
.question-info p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #616161;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0.2px;
}
.question-title {
  padding-bottom: 11px;
  font-weight: 400;
}
.question-meta {
  padding-top: 33px;
  margin-top: 37px;
  border-top: 1px solid #dcdced;
  text-align: center;
}
.question-meta h3 {
  font-size: 22px;
}
.question-meta .sahub-btn {
  min-width: 180px;
}
.question-meta-title {
  padding-bottom: 21px;
  font-weight: 400;
}
/* Sahub Pricings, Pricings Style Two */
.sahub-pricings.pricings-style-two {
  padding-bottom: 114px;
}
.pricings-style-two .price-meta {
  padding-top: 30px;
}
.pricings-style-two .price-meta .sahub-btn {
  padding: 16px 15px;
}
.pricings-style-two .price-item {
  padding: 0;
  margin: 0 0 30px;
  text-align: left;
  border: 1px solid #dcdced;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.price-info-wrap {
  padding: 44px 60px 41px;
}
.price-info-wrap ul {
  padding: 0;
  margin: 0;
  color: #666666;
  font-size: 18px;
  letter-spacing: 0.2px;
  list-style: none;
}
.price-info-wrap ul li {
  padding-bottom: 11px;
}
.price-info-wrap ul li i {
  padding-left: 4px;
  font-size: 14px;
}
.price-info-wrap ul li a {
  color: inherit;
}
.price-info-wrap h3 {
  font-size: 30px;
  font-weight: 600;
}
.price-info-wrap .price-title {
  padding-bottom: 13px;
}
.price-item-wrap {
  padding: 47px 60px 41px;
  border-top: 1px solid #dcdced;
}
.price-item-wrap p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #616161;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.2px;
}
.price-item-wrap .price-users {
  padding: 0 0 30px;
}
.price-item-wrap .price {
  padding: 0;
}
.price-item-wrap h2 {
  font-size: 50px;
  line-height: 50px;
}
.price sub {
  bottom: 2px;
  left: -8px;
  color: #616161;
  font-size: 16px;
  letter-spacing: 0.2px;
}
.price-item-wrap .sahub-btn-wrap {
  padding: 13px 0 10px;
}
.price-item-wrap .sahub-btn {
  min-width: 130px;
  padding: 11px;
}
.plan-purchase {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.plan-purchase a {
  display: inline-block;
}
.price-meta .sahub-btn {
  min-width: 190px;
}
/* Sahub Pricings, Pricings Style Three */
.sahub-pricings.pricings-style-three {
  padding-bottom: 114px;
}
.pricings-style-three .pricings-wrap {
  border-left: none;
  border-right: none;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.pricings-style-three .price-inner {
  padding: 60px 45px 58px 65px;
  text-align: left;
}
.pricings-style-three .price-inner .sahub-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0;
  z-index: 1;
}
.price-item.border-left-none:not(.sahub-hover) {
  border-left-color: transparent;
}
.price-item.border-right-none:not(.sahub-hover) {
  border-right-color: transparent;
}
.pricings-style-three .price-users {
  position: relative;
  padding: 0;
  margin-bottom: 22px;
}
.pricings-style-three .price {
  padding: 6px 0 20px;
}
.pricings-style-three .sahub-btn-wrap a.sahub-btn {
  margin-left: 0;
}
.price-item select.select-style-two {
  padding: 9px 25px 9px 22px;
}
.price-users select.select-style-two:focus {
  outline: none;
}
.price-users select.select-style-two {
  width: 200px;
  background: transparent;
}
.price-item select {
   -moz-appearance: none;
  -webkit-appearance: none;
}
.pricings-style-three .sahub-btn-wrap {
  padding: 24px 0 11px;
}
.pricings-style-three .sahub-btn {
  min-width: 130px;
  padding: 11px;
}
.pricings-style-three .price-info {
  min-height: 10px;
  padding: 42px 65px 44px;
  border-bottom: none;
}
.pricings-style-three .price-link {
  padding: 15px 0 0;
  text-align: left;
}
.pricings-style-three .price-info p {
  padding-bottom: 18px;
  margin-bottom: 0;
  color: #666666;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.2px;
}
.pricings-style-three .price-info p a {
  font-size: 16px;
  text-transform: uppercase;
}
.pricings-style-three .price-meta {
  padding-top: 30px;
}
/* Sahub Questions, Questions Style Three */
.sahub-questions.questions-style-three {
  padding-top: 114px;
}
.questions-style-three .section-title-wrap {
  padding-bottom: 43px;
}
.question-wrap {
  max-width: 860px;
  margin: 0 auto;
}
.question-wrap .question-meta {
  padding-top: 53px;
  margin-top: 0;
  border-top: none;
}
/* Sahub Best Price */
.sahub-best-price {
  padding: 113px 0 50px;
  text-align: center;
}
.sahub-best-price .section-title-wrap {
  padding-bottom: 45px;
}
.team-price {
  max-width: 375px;
  padding: 45px 30px 43px;
  margin: 0 auto;
  background: #fcfcfc;
  border: 1px solid #dcdced;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.team-price h2 {
  font-size: 50px;
  line-height: 48px;
}
.team-price .price {
  padding: 0;
  font-weight: 400;
}
.team-price .price sub {
  font-size: 18px;
}
.team-price p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #999999;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.2px;
}
.team-price .sahub-btn-wrap {
  padding-top: 14px;
}
.team-price .sahub-btn {
  min-width: 190px;
  padding: 16px 15px;
}
.team-label {
  padding-top: 22px;
}
.team-label p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #666666;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0.2px;
}
.plan-includes {
  max-width: 1010px;
  padding: 55px 50px 11px;
  margin: 44px auto 46px;
  border-top: 1px solid #dcdced;
  border-bottom: 1px solid #dcdced;
}
.plan-includes .check-list {
  text-align: left;
  padding-bottom: 25px;
}
.plan-includes .check-list li {
  padding: 0 0 19px 24px;
}
.plan-includes .check-list li:before {
  top: 4px;
  font-size: 15px;
}
.plan-includes .check-list li i {
  padding-left: 4px;
  font-size: 14px;
}
.plan-includes h3 {
  font-size: 25px;
}
.includes-title {
  padding-bottom: 32px;
  font-weight: 400;
}
.plan-label {
  padding-bottom: 0;
  color: #999999;
  font-size: 14px;
  text-transform: uppercase;
}
.plan-label span {
  display: inline-block;
  padding: 0 6px;
}
.plan-label a {
  display: inline-block;
  color: inherit;
  position: relative;
}
.plan-label a:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background: #c3bfff;
  content: "";
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 1;
}
.plan-label a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
/* Sahub Questions, No Border */
.sahub-questions.no-border {
  padding-top: 62px;
  border-top: none;
}
/* 32. Sahub Product Management Page */
/* Sahub Video */
.sahub-video {
  padding: 166px 0 158px;
  background-image: url(../images/backgrounds/background12.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #ffffff;
}
.sahub-video.sahub-overlay:before {
  background: rgba(31, 29, 45, 0.6);
}
.video-wrap a {
  display: inline-block;
}
.video-wrap .video-btn {
  width: 67px;
  height: 67px;
  color: #ffffff;
}
.video-wrap a:hover .video-btn {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.video-label {
  display: block;
  padding-top: 20px;
  font-size: 20px;
  color: #ffffff;
}
/* 33. Sahub Our Products Page */
/* Sahub Product */
.sahub-product {
  padding: 115px 0 39px;
  border-bottom: 1px solid #dcdced;
}
.sahub-product.product-spacer-one {
  padding: 66px 0 70px;
}
.sahub-product.product-spacer-two {
  padding: 89px 0 113px;
  border-bottom: none;
}
.product-info-wrap {
  padding: 0 50px 93px;
}
.product-info {
  padding-right: 35px;
}
.product-info .sahub-image {
  padding-bottom: 13px;
}
.product-info p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #666666;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.2px;
}
.product-info .sahub-btn {
  min-width: 180px;
}
.product-image {
  padding-left: 32px;
}
.product-item {
  padding: 0 20px 25px 0;
}
.product-item .sahub-icon {
  display: inline-block;
  margin-bottom: 21px;
  width: 51px;
  height: 51px;
  text-align: center;
  font-size: 20px;
  line-height: 52px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.product-item h3 {
  font-size: 22px;
}
.product-item p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #666666;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.2px;
}
.product-item .bullet-list {
  padding-top: 7px;
  line-height: 28px;
}
.product-item .bullet-list li {
  padding-bottom: 10px;
}
.product-title {
  padding-bottom: 8px;
  font-weight: 400;
}
.product-meta {
  text-align: center;
}
.product-meta h4 {
  font-size: 20px;
}
.product-meta-title {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 0;
  font-weight: 400;
}
.product-device {
  display: inline-block;
  vertical-align: middle;
  padding-left: 2px;
  font-size: 25px;
}
.product-device a {
  display: inline-block;
  margin-left: 10px;
}
.product-device a.windows-icon {
  font-size: 20px;
}
/* 34. Sahub Products Single Page */
/* Sahub Doc */
.sahub-doc {
  padding: 118px 0 95px;
  border-bottom: 1px solid #dcdced;
}
.sahub-doc .row {
  margin: 0;
}
.sahub-doc [class*="col-"] {
  padding: 0;
}
.doc-image img {
  max-width: none;
  border: 1px solid #f6f8f9;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.doc-wrap {
  padding: 13px 0 0 89px;
}
.doc-item {
  padding-bottom: 8px;
}
.doc-item.sahub-hover .sahub-icon {
  color: #ffffff;
  box-shadow: 10px 0 25px rgb(164, 35, 0, 0.30);
}
.doc-item .sahub-icon {
  float: left;
  width: 51px;
  height: 51px;
  margin-top: 7px;
  text-align: center;
  font-size: 20px;
  line-height: 51px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.doc-info {
  overflow: hidden;
  padding-left: 22px;
}
.doc-info h3 {
  font-size: 22px;
  letter-spacing: -1px;
}
.doc-info p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #444444;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.2px;
}
.doc-title {
  font-weight: 400;
}
/* Sahub Pricings, Pricings Spacer Two */
.sahub-pricings.pricings-spacer-two {
  padding: 113px 0;
}
.pricings-spacer-two .section-title-wrap {
  padding-bottom: 55px;
}
.plus-includes {
  padding: 4px 0 34px;
}
.plus-includes h3 {
  font-size: 22px;
}
.plus-includes .bullet-list li {
  padding-bottom: 9px;
}
.plus-includes-title {
  padding-bottom: 20px;
  font-weight: 400;
}
/* 35. Sahub Referal Page */
/* Sahub Page Title, Page Title Three */
.sahub-page-title.page-title-three {
  padding: 103px 0 110px;
}
/* Sahub Affiliates */
.sahub-affiliates {
  padding: 120px 0;
}
.affiliate-item {
  text-align: center;
  width: 100%;
  margin: 0 0 -1px -1px;
  border: 1px solid #dcdced;
  position: relative;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 0;
}
.affiliate-item.sahub-hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  z-index: 1;
}
.affiliate-item .sahub-icon {
  padding: 24px 30px 27px;
  border-bottom: 1px solid #dcdced;
}
.affiliate-info {
  padding: 56px 30px 40px;
}
.affiliate-info h2 {
  font-size: 26px;
  line-height: 30px;
  background: #ffffff;
  padding: 20px 20px;
  border-radius: 10px;
  color: #ff3600;
  margin-bottom: 20px;
  border: 1px solid #ff3600;
}
.affiliate-info h2 a {
  color: inherit;
}
.affiliate-info h2 a:hover {
  color: #ff3600;
}
.affiliate-info h3 {
  font-size: 24px;
}
.affiliate-info p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #999999;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
}
.affiliate-title {
  padding-bottom: 28px;
  font-weight: 300;
  letter-spacing: -0.3px;
}
.affiliate-subtitle {
  padding-bottom: 7px;
  font-weight: 400;
}
.affiliate-inner-info {
  padding-top: 30px;
}
.affiliate-inner-info h4 {
  font-size: 20px;
}
.affiliate-inner-info p {
  padding-bottom: 19px;
}
.affiliate-inner-info .inner-title {
  padding-bottom: 0;
  font-weight: 400;
}
/* 36. Sahub Request a Demo Page */
/* Sahub Watch */
.sahub-watch {
  padding: 113px 0 120px;
}
.sahub-watch .section-title-wrap {
  padding-bottom: 65px;
}
.sahub-watch .section-title-wrap h2 {
  font-size: 45px;
  line-height: 52px;
}
.sahub-watch .section-title {
  padding-bottom: 11px;
}
.watch-form {
  padding-right: 70px;
}
.watch-form input[type="submit"] {
  min-width: 170px;
}
p.watch-form-label {
  padding: 7px 0 26px;
  margin-bottom: 0;
  color: #666666;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.2px;
}
.watch-form-label a {
  display: inline-block;
  position: relative;
}
.watch-form-label a:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 1;
}
.watch-form-label a:hover:after {
  width: 0;
  left: auto;
  right: 0;
}
.watch-image {
  display: inline-block;
  position: relative;
}
.watch-image:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  content: "";
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  z-index: 0;
}
.sahub-video-wrap .watch-image img {
  max-width: none;
  border: 1px solid #f6f8f9;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.watch-image .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 93px;
  height: 93px;
  color: #ffffff;
  font-size: 24px;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-box-shadow: 0 0 40px rgba(0, 1, 1, 0.4);
  -ms-box-shadow: 0 0 40px rgba(0, 1, 1, 0.4);
  box-shadow: 0 0 40px rgba(0, 1, 1, 0.4);
  z-index: 2;
}
.watch-wrap {
  padding-top: 91px;
}
.watch-wrap h3 {
  font-size: 30px;
}
.watch-title {
  padding-bottom: 27px;
  font-weight: 400;
  text-align: center;
}
.watch-inner-wrap {
  max-width: 963px;
  margin: 0 auto;
  padding: 35px 30px 40px 55px;
  background: #fcfcfc;
  border: 1px solid #dcdced;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
/* 37. Sahub Roadmap Page */
.number-list {
  padding: 0;
  margin: 0;
  color: #232323;
  font-size: 20px;
  letter-spacing: 0.2px;
  list-style: none;
  counter-reset: my-counter;
}
.number-list li {
  padding: 0 0 22px 30px;
  position: relative;
}
.number-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: my-counter;
  content: counter(my-counter) ".";
  z-index: 1;
}
.roadmap-item {
  padding-bottom: 41px;
}
.roadmap-item h2 {
  font-size: 36px;
}
.roadmap-item .check-list {
  font-size: 20px;
}
.roadmap-item .check-list li {
  padding: 0 0 22px 26px;
}
.roadmap-item .check-list li:before {
  top: 3px;
  font-size: 16px;
}
.roadmap-title {
  letter-spacing: -0.1px;
}
.roadmap-info {
  padding: 13px 0 0 40px;
}
.roadmap-updates {
  padding: 0;
  margin: 0;
  color: #666666;
  font-size: 20px;
  list-style: none;
  letter-spacing: 0.2px;
}
.roadmap-updates li {
  margin-bottom: 22px;
  background-image: url(../images/icons/icon139@3x.png);
  background-position: 0 22px;
  background-repeat: repeat-x;
  background-size: 7px auto;
}
.roadmap-updates li:before,
.roadmap-updates li:after {
  display: table;
  content: "";
}
.roadmap-updates li:after {
  clear: both;
}
.update-title {
  float: left;
}
.update-title {
  display: inline-block;
  padding-right: 6px;
  background: #ffffff;
  position: relative;
  z-index: 1;
}
.roadmap-updates li .fa {
  padding-right: 5px;
  font-size: 16px;
}
.dot-lines {
  display: inline-block;
  font-weight: 100;
  letter-spacing: 1.5px;
}
.update-time {
  float: right;
  min-width: 185px;
  padding: 7px 0 0 5px;
  background: #ffffff;
  color: #999999;
  font-size: 14px;
}
/* 38. Sahub Security Page */
/* Sahub Security */
.sahub-security {
  padding: 120px 0 67px;
}
.security-item {
  padding: 52px 50px 55px 52px;
  margin-bottom: 53px;
  border: 1px solid #f6f8f9;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.security-item .sahub-icon {
  float: left;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.security-item.sahub-hover .sahub-icon {
  padding-top: 8px;
}
.security-info {
  overflow: hidden;
  padding-left: 40px;
}
.security-info h3 {
  font-size: 22px;
}
.security-info p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #666666;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.2px;
}
.security-title {
  font-weight: 400;
}
/* 39. Sahub Services Page */
/* Sahub Experts */
.sahub-experts {
  padding: 120px 0;
}
.sahub-experts .section-title-wrap {
  padding-bottom: 5px;
}
.expert-image {
  display: inline-block;
  position: relative;
}
.expert-image:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 29, 45, 0.02);
  content: "";
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 0;
}
.sahub-video-wrap .expert-image img {
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.expert-image .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 67px;
  height: 67px;
  color: #ffffff;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}
.expert-image.sahub-hover:after {
  background: rgba(31, 29, 45, 0.15);
}
.expert-image.sahub-hover .video-btn {
  -webkit-transform: translateY(-60%) translateX(-50%);
  -ms-transform: translateY(-60%) translateX(-50%);
  transform: translateY(-60%) translateX(-50%);
}
.expert-info {
  padding-right: 60px;
}
.expert-info .section-title {
  padding-bottom: 17px;
}
.expert-info .sahub-btn {
  min-width: 160px;
}
/* Sahub Tools, Tools Style Two */
.sahub-tools.tools-style-two {
  text-align: left;
}
.tools-style-two .section-title-wrap {
  padding-bottom: 44px;
}
.tools-style-two .tool-item {
  padding: 47px 45px;
  margin: 0 0 30px;
  border: none;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.tools-style-two .tool-item:after,
.tools-style-two .tool-item:before {
  display: none;
}
.tools-style-two .tool-item.sahub-hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.tools-style-two .tool-item h3 {
  font-size: 22px;
}
.tools-style-two .tool-item p {
  line-height: 25px;
}
.tools-style-two .tool-item .sahub-icon {
  padding-bottom: 23px;
}
.tools-style-two .tool-title {
  padding-bottom: 10px;
}
.tool-icons {
  padding-top: 19px;
}
.tool-icons img {
  margin-right: 28px;
  max-width: 30px;
}
.tools-style-two .sahub-btn-wrap {
  padding-top: 30px;
  text-align: center;
}
.tools-style-two .sahub-btn {
  min-width: 170px;
}
/* Sahub Testimonials, Testimonials Style Five */
.sahub-testimonials.testimonials-style-five {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonials-style-five.sahub-overlay:before {
  background: rgba(31, 29, 45, 0.5);
}
.testimonials-style-five .testimonial-wrap {
  max-width: 753px;
  padding: 31px 100px 48px;
  background: #ffffff;
  border-top-width: 9px;
  border-top-style: solid;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.testimonials-style-five .testimonial-item .sahub-image {
  padding: 0 0 6px;
}
.testimonials-style-five .testimonial-item p {
  font-size: 20px;
  line-height: 30px;
}
.testimonials-style-five .owl-carousel .owl-nav button.owl-prev {
  left: -222px;
  background-image: url(../images/icons/icon144@3x.png);
}
.testimonials-style-five .owl-carousel .owl-nav button.owl-next {
  right: -222px;
  background-image: url(../images/icons/icon145@3x.png);
}
.sahub-testimonials.testimonials-style-one {
  text-align: left;
}
.sahub-testimonials.testimonials-style-one .testimonial-wrap {
  margin: 0;
}
/* Sahub Business */
.sahub-business {
  padding: 105px 0 114px;
  border-bottom: 1px solid #dcdced;
}
.business-info {
  padding-left: 58px;
}
.business-info .section-title-wrap {
  padding-bottom: 0;
}
.business-info .section-title-wrap p {
  padding-bottom: 14px;
}
.business-info .section-title {
  padding-bottom: 18px;
}
.business-info .sahub-btn-wrap {
  padding-top: 17px;
}
.business-info .sahub-btn {
  min-width: 160px;
}
/* 40. Sahub Signin, Signup Pages */
/* Sahub Login */
.sahub-login {
  padding: 150px 0 120px;
}
.login-wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 100px 50px 92px;
  background: #fcfcfc;
  border: 1px solid #dcdced;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.login-inner-wrap {
  max-width: 560px;
  margin: 0 auto;
}
.login-inner-wrap input[type="submit"] {
  min-width: 100%;
  margin-top: 11px;
}
.login-inner-wrap form input,
.login-inner-wrap form textarea,
.login-inner-wrap form select {
  margin-bottom: 14px;
}
p.forgot-link a,
.forgot-password {
  display: inline-block;
  color: #666666;
  font-size: 16px;
  letter-spacing: 0.2px;
}
.login-meta {
  padding: 1px 0 13px;
}
.sahub-logout-admin,
.login-meta-wrap {
  text-align: center;
}
.sahub-register-error p {
  color: #666666;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.2px;
}
.sahub-logout-admin a {
  display: inline-block;
  padding: 0 10px;
}
.sahub-logout-admin a,
.login-inner-wrap p label,
.login-meta-wrap p {
  padding-bottom: 16px;
  margin-bottom: 0;
  color: #666666;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.2px;
}
.login-meta-wrap p a {
  display: inline-block;
  position: relative;
}
.login-meta-wrap p a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 1;
}
.login-meta-wrap p a:hover:after {
  width: 0;
}
.login-meta-wrap .sahub-social.rounded a {
  width: 47px;
  height: 47px;
  margin: 0 3px 8px;
  border: 2px solid #dee2e9;
  line-height: 44px;
}
.login-meta-wrap .social-label {
  display: block;
  padding: 0 0 14px;
  font-size: 16px;
}
.meta-divide {
  display: block;
  padding: 10px 0 27px;
  color: #666666;
  font-size: 16px;
  letter-spacing: 0.2px;
}
/* 41. Sahub Sitemap Page */
.sitemap-item {
  padding-bottom: 37px;
}
.sitemap-item:last-child {
  padding-bottom: 0;
}
.sitemap-item h3 {
  font-size: 25px;
}
.sitemap-item .bullet-list {
  padding-bottom: 20px;
  font-size: 20px;
}
.sitemap-item .bullet-list li {
  padding: 0 0 11px 26px;
  list-style: none;
}
.sitemap-item .bullet-list li ul li:last-child {
  padding-bottom: 0;
}
.sitemap-item .bullet-list li ul {
  padding-left: 0;
  padding-top: 10px;
}
.sitemap-item .bullet-list li:before {
  top: 6px;
  color: #666666;
  font-size: 15px;
}
.sitemap-item .bullet-list li a {
  color: inherit;
}
.sitemap-title {
  padding-bottom: 28px;
  margin-bottom: 32px;
  font-weight: 400;
  border-bottom: 1px solid #dcdced;
  letter-spacing: -0.1px;
}
.sitemap-item .bullet-list span.sahub-image {
  display: none;
}
.sitemap-item .bullet-list span.sahub-image-wraper span.menu-text {
  width: 100%;
}
/* 42. Sahub Solutions Page */
/* Sahub Main Banner */
.sahub-main-banner {
  position: relative;
}
.sahub-main-banner .sticky-wrapper {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.sahub-banner.banner-style-three {
  height: 800px;
  padding: 50px 0;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}
.banner-style-three.sahub-overlay:before {
  background: rgba(31, 29, 45, 0.7);
}
.banner-style-three .banner-caption {
  max-width: 550px;
  padding: 0 0 89px;
}
.banner-caption h5 {
  font-size: 15px;
}
.banner-style-three .banner-caption h1 {
  font-size: 50px;
  line-height: 70px;
}
.banner-style-three .banner-title {
  padding-bottom: 10px;
  font-weight: 400;
}
.banner-subtitle {
  padding-bottom: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.is-sticky .solution-filter ul {
  border-bottom: none;
}
.solution-filter ul {
  padding: 0;
  margin: 0;
  color: #ffffff;
  border-bottom: 1px solid rgba(220, 220, 237, 0.5);
  font-weight: 500;
  font-size: 20px;
  list-style: none;
  letter-spacing: -0.1px;
}
.solution-filter ul li {
  display: inline-block;
  padding: 15px 17px 15px 23px;
  position: relative;
}
.solution-filter ul li:last-child {
  padding-right: 0;
}
.solution-filter ul li a {
  color: inherit;
}
.solution-filter ul li a.mPS2id-highlight:after {
  content: "";
  display: block;
  position: absolute;
  background: #ff3600;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -1px;
}
/* Sahub Solutions */
.sahub-solutions {
  padding: 109px 0 90px;
}
.solutions-wrap {
  padding-right: 30px;
}
.solutions-secondary {
  padding-left: 35px;
}
.solution-item {
  padding-bottom: 39px;
}
.solution-item:last-child {
  padding-bottom: 0;
}
.solution-item h2 {
  font-size: 36px;
}
.solution-item p {
  padding-bottom: 23px;
  margin-bottom: 0;
  color: #666666;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.2px;
}
.solutions-title {
  padding-bottom: 14px;
  letter-spacing: -0.1px;
}
.solutions-inner {
  padding: 14px 50px 3px 0;
}
.solutions-inner .sahub-icon {
  float: left;
  width: 51px;
  height: 51px;
  margin-top: 6px;
  text-align: center;
  font-size: 20px;
  line-height: 51px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.solutions-inner-info {
  overflow: hidden;
  padding-left: 28px;
}
.solutions-inner-info h3 {
  font-size: 22px;
}
.solutions-inner-info p {
  font-size: 17px;
  line-height: 25px;
}
.solutions-inner-title {
  font-weight: 400;
}
.stats-item {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dcdced;
}
.stats-item h3 {
  font-size: 24px;
  line-height: 28px;
}
.stats-item p {
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.stats-title {
  padding-bottom: 0;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.solutions-brand-wrap {
  padding-top: 10px;
}
.solutions-brand {
  padding: 0 15px 17px 0;
  margin-bottom: 29px;
  border-bottom: 1px solid #dcdced;
}
.solutions-brand:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.solutions-brand p {
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 23px;
}
.solutions-brand .sahub-image {
  padding-bottom: 15px;
}
.growth-chart .sahub-image {
  padding-bottom: 17px;
  margin-bottom: 22px;
  border-bottom: 1px solid #dcdced;
}
.growth-chart h3 {
  font-size: 22px;
  line-height: 26px;
}
.growth-chart p {
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
}
.growth-chart p a {
  color: inherit;
}
.chart-title {
  padding-bottom: 0;
  font-weight: 400;
}
.map-image {
  direction: rtl;
  padding-top: 20px;
}
.map-image img {
  max-width: none;
}
/* Sahub Customers, Customers Style Three */
.sahub-customers.customers-style-three {
  color: #ffffff;
  text-align: center;
}
.customers-style-three .section-title-wrap {
  padding-bottom: 40px;
}
.customers-style-three .owl-carousel .owl-nav button.owl-prev {
  background-image: url(../images/icons/icon146@3x.png);
}
.customers-style-three .owl-carousel .owl-nav button.owl-next {
  background-image: url(../images/icons/icon147@3x.png);
}
.customers-style-three .customer-item {
  overflow: hidden;
  padding: 31px 35px 36px;
  margin: 0;
  border-top-width: 9px;
  border-top-style: solid;
  border-left: none;
  border-right: none;
  border-bottom: none;
  position: relative;
}
.customers-style-three .customer-item:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9px;
  content: "";
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1;
}
.customers-style-three .customer-item.sahub-hover:after {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.customers-style-three .customer-item .sahub-image {
  padding-bottom: 5px;
}
.customers-style-three .customer-item p {
  font-size: 18px;
  line-height: 28px;
}
.customers-style-three .customer-info {
  padding-top: 25px;
}
.customers-style-three .customer-info h4 {
  font-size: 18px;
}
.customers-style-three .customer-info h5 {
  font-size: 16px;
}
.customers-style-three .customer-name {
  padding-bottom: 0;
  text-transform: none;
  letter-spacing: normal;
}
.customers-style-three .customer-designation {
  letter-spacing: normal;
}
/* 43. Sahub Success Stories Page */
/* Sahub Testimonials, Testimonials Style Six */
.testimonials-style-six .testimonial-wrap {
  max-width: 1045px;
}
.testimonials-style-six .sahub-image {
  padding: 17px 0 23px;
  width: 25%;
  display: inline-block;
  float:left;
  padding-left: 50px;
}
.sahub-image.feature-image img,
.testimonials-style-six .sahub-image img {
  width: 52px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  padding-top:
}
.testimonials-style-six .testimonial-item p {
  font-size: 20px;
  max-width: 770px;
  margin: 0 auto;
}
.testimonials-style-six .author-name {
  padding-top: 5px;
}
.testimonials-style-six .owl-carousel .owl-dots {
  padding-top: 25px;
}
.testimonials-style-six .testimonial-item {
  padding:35px 0px 20px;
  background-color: #0633f8;
  color:#fff;
  text-align: left;
  overflow: hidden;
}
.testimonials-style-six .testimonial-item p {
  color:#fff;
  font-size: 18px;
  font-weight: 400 ;
  line-height: 28px;
  text-align: left;
}
.testimonials-style-six .testimonial-item.test-content p{
  padding: 50px 50px 40px;
}
.testimonials-style-six .testimonial-item .testi-sixth  {
  width:100%;
  display: inline-block;
  border-top:1px solid rgba(255,255,255, 0.3);
  padding-top: 20px;
  position: relative;
}
.author-area {
  display: inline-block;
}
.testimonials-style-six .testimonial-item .testi-sixth .author-name {
  padding-left: 30px;
  padding-right: 50px;
}
.testimonials-style-six  span.testi-job {
  padding-left: 30px;
}
.testimonials-style-six .author-name span,
.testimonials-style-six .author-name span a{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.testimonials-style-six .testimonial-item .testi-sixth .testi-job {
  color: #ffffff;
}
.testimonials-style-six .testimonial-item p:before,
.testimonials-style-six .testimonial-item .testi-sixth:after {
  background-image: url(../images/backgrounds/testimonial-quote.png);
  content: "";
  position: absolute;
  width: 43px;
  height: 38px;
  background-size: 43px;
  top: 40px;
  bottom: auto;
  left: 50px;
  right: auto;
  background-repeat: no-repeat;
}
.testimonials-style-six .testimonial-item .testi-sixth:after {
  right:0;
  left:auto;
  top: auto;
  bottom:-35px;
  width: 105px;
  height: 70px;
  background-size: 105px;
  background-image: url(../images/backgrounds/test-big-quote.png);
}
.single-testi-social {
  position: absolute;
  right: -33px;
  top: -58px;
  background-color: #fff;
  width: 116px;
  height: 116px;
  border-radius: 50%;
}
.single-testi-social .sahub-social  {
  position: relative;
  top: 6px;
  left: 10px;
}
.single-testi-social .sahub-social a {
  display: inline-block;
  margin: 68px 8px 10px 33px;
  color: #ff3600;
  font-size: 24px;
  position: relative;
}

/* Sahub Story */
.story-item {
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.story-item .sahub-image {
  text-align: center;
}
.story-item .sahub-image img {
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.story-item.sahub-hover .story-info {
  background: rgba(0, 0, 0, 0.02);
}
.story-info {
  padding: 24px 30px 30px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.story-info h4 {
  font-size: 20px;
}
.story-info h5 {
  font-size: 14px;
}
.story-info p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #666666;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.2px;
}
.story-author {
  padding-bottom: 6px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.story-title {
  font-weight: 400;
}
/* 44. Sahub Support Page */
/* Sahub Support, Support Spacer Two */
.sahub-support.support-spacer-two {
  padding: 104px 0 20px;
}
/* Sahub Contact, Contact Style Two */
.sahub-contact.contact-style-two {
  padding: 20px 0 80px;
}
.contact-style-two .contact-form {
  padding-right: 70px;
}
.contact-style-two form input,
.contact-style-two form textarea,
.contact-style-two form select {
  margin-bottom: 9px;
}
.contact-style-two form textarea {
  height: 95px;
}
p.contact-form-label {
  padding: 7px 0 20px;
  margin-bottom: 0;
  color: #666666;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.2px;
}
.contact-form-label a {
  display: inline-block;
  position: relative;
}
.contact-form-label a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 1;
}
.contact-form-label a:hover:after {
  width: 0;
  left: auto;
  right: 0;
}
/* 45. Sahub Team Page */
/* Sahub Team */
.mate-item  {
  padding: 30px 20px 20px;
  background-color: #ffd7cc;
  border:1px solid #ff3600;
  border-radius: 3px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.mate-item:hover {
  background-color: rgba(6,51,248, 0.7);
  border:1px solid #0633f8;
}
.mate-item .sahub-image {
  overflow: hidden;
  position: relative;
  width:170px;
  height:170px;
  margin:0 auto;
  z-index: 2;

  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.elementor-widget-vt-saashub_team .mate-info h3 {
  font-size: 20px important;
  font-weight: 500 !important;
}
.mate-item.sahub-hover .sahub-image:after {
  opacity: 1;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.mate-item .empty-circle{
  width: 171px;
  height: 171px;
  border-radius: 50%;
  background-color: rgba(255,255,255, 0.3);
  position: absolute;
  display: inline-block;
  right: 35px;
  top: 9px;
  left: auto;
}
.mate-item .empty-circle.bottom {
  bottom: 135px;
  top: auto;
  left: 36px;
  right: auto;
}
.three-column .mate-item .empty-circle.bottom {
  bottom: 115px;
  left: 85px;
}
.three-column .mate-item .empty-circle {
  right: 85px;
}
.two-column .mate-item .empty-circle.bottom {
  bottom: 90px;
  left: 170px;
}
.two-column .mate-item .empty-circle {
  right: 175px;
}
.mate-info {
  margin-top: 40px;
  text-align: left;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
 width: 100%;
  border-radius: 5px;
  position: relative;
}
.mate-name-place {
  display: inline-block;
  width:70%;
}
.team-total-social {
  position: absolute;
  display: inline-block;
  width:30%;
  text-align: right;
  top:0;
  right:0;
}
.mate-item .mate-info .social-share {
  position:  relative;
   -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;

}
.mate-item .mate-info .social-share  a {
  background-color: #fff;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  border-radius: 50px;
  color: #ff3600;
  text-align: center;
}
.team-total-social  .sahub-social a {
  margin-bottom: 5px;
}
.team-total-social .sahub-social {
  position: absolute;
  width: 5px;
  right: 0;
  left:0;
  top:0;
  bottom:0;
  margin: 0 auto;
  z-index: 3;
  opacity:0;
  visibility: hidden;
  -webkit-transition: all ease .5s;
  -ms-transition: all ease .5s;
  transition: all ease .5s;
}
.team-total-social .sahub-social a {
  color:#fff;
}
.team-total-social:hover .sahub-social {
  opacity:1;
  top: -80px;
  visibility: visible;
}
.team-meta-single {
  padding-top: 90px;
}
.elementor-widget-vt-saashub_team .designation a {
  font-size: 15px;
  font-weight:500 !important;
  font-family: 'Quicksand', sans-serif !important;
}
.mate-name-place span.designation a {
  font-size: 15px;
}
.mate-info h3 {
  font-size: 20px;
  color:#000d47;
  padding-bottom: 0;
}
.mate-item.sahub-hover .mate-info h3 a,
.mate-item.sahub-hover .designation a {
  color: #fff;
}
/*Team Single*/
.mate-image {
  background-image: url(../images/icons/team-bg.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-align: center;
}
.mate-single-info h3 {
  font-size: 30px;
  padding: 0;
}
.mate-single-info .mate-single-role a {
  color: #ff3600;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
}
.mate-contact-item {
  position: absolute;
  top: 0;
  right: 0;
}
.mate-contact-item a {
  width: 47px;
  height: 47px;
  margin: 3px;
  display: inline-block;
  line-height: 47px;
  font-size: 20px;
  color: #0633f8;
  background: #f9f9f9;
  text-align: center;
  border: 1px solid #ececec;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.mate-meta-wrap {
  padding: 0px 0 25px;
  position: relative;
}
.mate-single-info .mate-excerpt {
  color: #666666;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.2px;
}
.single-mate-social {
  padding-top: 20px;
}
/* 46. Sahub Workshops Page */
/* Sahub Page Title, Page Title Four */
.sahub-page-title.page-title-four {
  padding: 156px 0 164px;
}
.workshop-filter {
  padding-top: 10px;
}
.workshop-filter .nav-tabs {
  display: block;
}
.workshop-filter .nav-tabs .nav-item {
  display: inline-block;
  padding: 0 31px 0 22px;
  margin-bottom: 0;
  position: relative;
}
.workshop-filter .nav-tabs .nav-item:after {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  content: "|";
  z-index: 1;
  color: #fff;
}
.workshop-filter .nav-tabs .nav-item:last-child:after {
  display: none;
}
.workshop-filter .nav-tabs .nav-link {
  font-size: 18px;
  line-height: 22px;
  position: relative;
  color: #ffffff;
}
 .workshop-filter .nav-tabs .nav-link.active {
  color: #fff;
 }
.workshop-filter .nav-tabs .nav-link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 1;
}
.workshop-filter .nav-tabs .nav-link.active:after {
  width: 100%;
}
/* Sahub Workshops */
.sahub-workshops .section-title-wrap {
  padding-bottom: 47px;
}
.workshops-form {
  max-width: 1070px;
  margin: 0 auto;
}
.workshops-form form input,
.workshops-form form textarea,
.workshops-form form select {
  margin-bottom: 19px;
}
.workshops-form form textarea {
  height: 165px;
}
.workshops-form input[type="submit"] {
  min-width: 170px;
  padding: 16px 20px 15px;
  margin: 11px 0 0;
  border-width: 2px;
}
.workshops-form input[type="submit"]:hover,
.workshops-form input[type="submit"]:focus {
  color: #ff3600;
  border-color: #ff3600;
  background: transparent;
}
.onsite-meta {
  max-width: 800px;
  margin: 0 auto;
}
.onsite-meta .row {
  margin: 0 -20px;
}
.onsite-meta [class*="col-"] {
  padding: 0 20px;
}
.onsite-meta-item {
  padding: 33px 22px 30px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  background: #fcfcfc;
  border: 1px solid #e8e8f4;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.onsite-meta-item .sahub-icon {
  float: left;
}
.onsite-meta-info {
  overflow: hidden;
  padding: 2px 0 0 18px;
}
.onsite-meta-info h4 {
  font-size: 18px;
}
.onsite-meta-info p {
  padding-bottom: 6px;
  margin-bottom: 0;
  color: #666666;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.2px;
}
.onsite-meta-title {
  padding-bottom: 0;
  font-weight: 400;
}
.onsite-meta-title sub {
  bottom: 0;
  font-weight: 300;
  font-size: 13px;
}
.onsite-wrap {
  max-width: 1040px;
  padding-top: 58px;
  margin: 0 auto;
}
.onsite-item {
  padding: 23px 90px 21px 86px;
  position: relative;
}
.onsite-item p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #666666;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.2px;
}
.onsite-item:before {
  position: absolute;
  top: 0;
  left: 50px;
  width: 2px;
  height: 100%;
  background-image: url(../images/icons/icon153@3x.png);
  background-position: 50% 50%;
  background-repeat: repeat-y;
  background-size: 2px auto;
  content: "";
  -webkit-animation: bgmovebottom 200s linear infinite;
  -ms-animation: bgmovebottom 200s linear infinite;
  animation: bgmovebottom 200s linear infinite;
  z-index: 1;
}
.onsite-item:after {
  position: absolute;
  bottom: 0;
  left: 50px;
  right: 48px;
  height: 2px;
  background-image: url(../images/icons/icon154@3x.png);
  background-position: 50% 50%;
  background-repeat: repeat-x;
  background-size: 6px auto;
  content: "";
  -webkit-animation: bgmoveright 200s linear infinite;
  -ms-animation: bgmoveright 200s linear infinite;
  animation: bgmoveright 200s linear infinite;
  z-index: 1;
}
.onsite-item h4 {
  font-size: 20px;
}
.onsite-counter {
  position: absolute;
  top: 23px;
  left: 0;
  width: 25px;
  padding-bottom: 0;
  font-weight: 400;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 1;
}
.onsite-counter:after {
  position: absolute;
  top: 8px;
  right: -33px;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-width: 2px;
  border-style: solid;
  content: "";
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 1;
}
.onsite-item-title {
  padding-bottom: 5px;
  font-weight: 400;
}
.onsite-item:nth-child(2n) {
  padding: 34px 86px 26px 90px;
}
.onsite-item:nth-child(2n):after {
  -webkit-animation: bgmoveleft 200s linear infinite;
  -ms-animation: bgmoveleft 200s linear infinite;
  animation: bgmoveleft 200s linear infinite;
}
.onsite-item:nth-child(2n):before {
  left: auto;
  right: 46px;
}
.onsite-item:nth-child(2n) .onsite-counter {
  top: 34px;
  left: auto;
  right: 0;
}
.onsite-item:nth-child(2n) .onsite-counter:after {
  right: auto;
  left: -29px;
}
.onsite-item:nth-child(2n) .onsite-info {
  text-align: right;
}
.onsite-item.onsite-spacer-one {
  padding: 27px 90px 30px 86px;
}
.onsite-item.onsite-spacer-one .onsite-counter {
  top: 27px;
}
.onsite-item:last-child:after {
  display: none;
}
.onsite-link {
  padding-top: 65px;
  text-align: center;
}
.onsite-link .sahub-btn {
  min-width: 170px;
  padding: 17px 20px 16px;
  font-size: 14px;
}
/* Sahub Started, Started Style Two */
.sahub-started {
  padding: 0 15px;
}
.started-style-two .sahub-image {
  padding-left: 40px;
}
.started-style-two .sahub-image img {
  max-width: none;
}
.started-wrap {
  padding: 0 25px 25px 0;
}
.started-wrap .section-title-wrap {
  padding-bottom: 26px;
}
.started-wrap .section-title-wrap p {
  color: #b3b1c0;
}
.started-wrap .section-title {
  padding-bottom: 2px;
}
.started-info form {
  padding-bottom: 17px;
}
.started-info form:before,
.started-info form:after {
  display: table;
  content: "";
}
.started-info form:after {
  clear: both;
}
.started-info input[type="email"] {
  float: left;
  width: 100%;
  height: 64px;
  border: none;
  font-size: 17px;
}
.started-info .mc4wp-form-fields p {
  width: 100%;
  display: inline-block;
}
.started-info ::-webkit-input-placeholder {
  color: #b3b1c0;
}
.started-info ::-moz-placeholder {
  color: #b3b1c0;
}
.started-info :-ms-input-placeholder {
  color: #b3b1c0;
}
.started-info :-moz-placeholder {
  color: #b3b1c0;
}
.started-info input[type="submit"] {
  margin-left: 11px;
}
.started-info input[type="submit"]:hover {
  background: #ff3600;
}
.started-info p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #b3b1c0;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.2px;
}
.started-info p a {
  text-transform: uppercase;
  color: #0633f8;
}
.started-info p a:hover {
  color: #ff3600;
}
.started-info form p {
  padding-bottom: 0;
}
/* 47. Sahub Content Cross Check Page */
.entry-content p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #666666;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.2px;
}
.entry-content img {
  height: auto;
}
.entry-content .wpcf7-list-item-label {
  display: inline-block;
  vertical-align: middle;
}
.entry-content .comment-author {
  margin: 0;
}
.entry-content .comment-respond {
  padding-top: 10px;
}
.entry-content .avatar {
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.entry-content dt {
  margin-bottom: 5px;
}
dl dt {
  padding-bottom: 4px;
}
.entry-content dd {
  margin-bottom: 15px;
}
.entry-content .comment-metadata {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 18px;
}
.entry-content .comment-metadata a:hover,
.entry-content .comment-metadata a:focus,
.entry-content .pingback .comment-edit-link:hover,
.entry-content .pingback .comment-edit-link:focus {
  color: #4c4c4c;
}
.entry-content .comment-list .comment-reply-link {
  display: inline-block;
  padding: 8px 15px;
  background: #222222;
  color: #ffffff;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.entry-content .comment-list .comment-reply-link:hover,
.entry-content .comment-list .comment-reply-link:focus {
  background: #e8e8e8;
  color: #777777;
}
.entry-content .comment-meta .comment-author .avatar {
  height: 42px;
  width: 42px;
}
.entry-content .comment-author .avatar {
  height: 42px;
  position: relative;
  top: 0.25em;
  width: 42px;
}
.entry-content .comment-author .avatar {
  float: left;
  height: 28px;
  margin-right: 0.875em;
  position: relative;
  width: 28px;
}
.entry-content .comment-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.entry-content .comment-list article,
.entry-content .comment-list .pingback,
.entry-content .comment-list .trackback {
  border-top: 1px solid #e5e5e5;
  padding: 1.75em 0;
}
.entry-content .comment-list .children {
  list-style: none;
  margin: 0;
}
.entry-content .comment-list .children > li {
  padding-left: 0.875em;
}
.entry-content .comment-author {
  color: #1a1a1a;
  margin-bottom: 0;
}
.entry-content .comment-author .avatar {
  float: left;
  height: 28px;
  margin-right: 0.875em;
  position: relative;
  width: 28px;
}
.entry-content .bypostauthor > article .fn:after {
  content: "\f304";
  left: 3px;
  position: relative;
  top: 5px;
}
.entry-content .comment-metadata,
.entry-content .pingback .edit-link {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
}
.entry-content .comment-metadata {
  margin-bottom: 15px;
  font-size: 15px;
}
.entry-content .comment-metadata a,
.entry-content .pingback .comment-edit-link {
  color: #686868;
}
.entry-content .comment-metadata a:hover,
.entry-content .comment-metadata a:focus,
.entry-content .pingback .comment-edit-link:hover,
.entry-content .pingback .comment-edit-link:focus {
  color: #686868;
}
.entry-content .comment-metadata .edit-link,
.entry-content .pingback .edit-link {
  display: inline-block;
}
.entry-content .comment-metadata .edit-link:before,
.entry-content .pingback .edit-link:before {
  content: "\002f";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.538461538em;
}
.entry-content .comment-content ul,
.entry-content .comment-content ol {
  margin: 0 0 1.5em 1.25em;
}
.entry-content .comment-content li > ul,
.entry-content .comment-content li > ol {
  margin-bottom: 0;
}
.entry-content .comment-reply-link {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: #007acc;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  margin-top: 2.1538461538em;
  padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}
.entry-content .comment-reply-link:hover,
.entry-content .comment-reply-link:focus {
  border-color: currentColor;
  color: #007acc;
  outline: 0;
}
.entry-content .comment-list .comment-form {
  padding-bottom: 1.75em;
}
.entry-content .comment-notes,
.entry-content .comment-awaiting-moderation,
.entry-content .logged-in-as,
.entry-content .form-allowed-tags {
  color: #686868;
  font-size: 15px;
  padding-bottom: 20px;
}
.entry-content .no-comments {
  border-top: 1px solid #d1d1d1;
  font-weight: 700;
  margin: 0;
  padding-top: 1.75em;
}
/* 48. Sahub Footer */
/* Sahub Default Footer */
.footer-wrap {
  padding: 90px 0 36px;
}
.footer-wrap ul {
  padding: 0;
  margin: 0;
  color: #232323;
  font-size: 17px;
  list-style: none;
}
.footer-wrap ul li {
  padding-bottom: 11px;
}
.footer-wrap ul li a {
  color: inherit;
  position: relative;
}
.footer-wrap ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 1;
}
.footer-wrap ul li a:hover:after {
  width: 100%;
  left: auto;
  right: 0;
}
.footer-wrap ul li a img {
  margin: 0 0 3px 5px;
}
.footer-wrap h3 {
  font-size: 24px;
  line-height: 26px;
}
.footer-widget {
  padding-bottom: 30px;
}
.footer-widget-title {
  padding-bottom: 27px;
  font-weight: 400;
  letter-spacing: 0.7px;
}
.footer-widget .sahub-image {
  padding-bottom: 15px;
}
.footer-contact {
  padding: 0px 0 10px;
}
.footer-contact ul li img {
  margin-right: 10px;
}
.widget-spacer-one {
  padding-left: 30px;
}
.widget-spacer-two {
  padding-left: 70px;
}
.widget-spacer-three {
  padding-left: 70px;
}
.sahub-copyright {
  padding: 34px 0 31px;
  border-top: 1px solid #e8e8f4;
  text-align: center;
}
.sahub-copyright ul {
  padding: 0;
  margin: 0;
  color: #232323;
  font-size: 17px;
  list-style: none;
}
.sahub-copyright ul li {
  display: inline-block;
  padding-bottom: 10px;
}
.copyright-alt.sahub-copyright ul li {
  padding: 0;
}
.sahub-copyright ul li:after {
  display: inline-block;
  margin: 0 8px 0 12px;
  content: "|";
}
.sahub-copyright ul li:last-child:after {
  display: none;
}
.sahub-copyright ul li .fa {
  font-size: 13px;
}
.sahub-copyright ul li a {
  color: inherit;
}
.sahub-country {
  padding-top: 7px;
}
.sahub-country a {
  display: inline-block;
  margin: 0 5px 10px;
}
/* Sahub Sticky Footer */
.sahub-sticky-footer .main-wrap-inner {
  background: #ffffff;
  position: relative;
  z-index: 1;
}
.sahub-sticky-footer .sahub-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.sahub-footer div.wpcf7 .ajax-loader {
  position: absolute;
  right: 3px;
  top: 10px;
  background-color: #fff;
  border-radius: 100%;
}
span.wpcf7-not-valid-tip {
  display: none !important;
}
input.wpcf7-not-valid {
  border-color: red !important;

  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
textarea.wpcf7-not-valid {
  border-color: red !important;

  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
#review_form label.error,
.sahub-comments-area label.error {
  display: none !important;
}
#review_form textarea.error,
.comments-form textarea.error,
input[type="text"].error,
input[type="email"].error {
  border-color: red;
}
/*Widgets*/
.searchform input[type="text"] {
  border-color: #e5e7f4;
  margin: 0;
}
.searchform input[type="submit"] {
  min-width: 42px;
  min-height: 42px;
  padding: 0;
  border: none;
  margin: 11px;
  border-radius: 100%;
}
.searchform input[type="text"] {
  height: 65px;
}
.searchform span {
  position: absolute;
  top: 0;
  right: 0;
}
.searchform span:after {
  font-family: FontAwesome;
  content: "\f178";
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.searchform input[type="submit"]:hover {
  color: #ffffff;
  background: #ff3600;
}
.sahub-widget a.sahub-btn.normal-btn {
  line-height: 32px;
}
/*mc4wp-form*/
.sahub-secondary .sahub-widget .mc4wp-form {
  background: #f6f6f6;
  padding: 38px 35px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.sahub-secondary .sahub-widget .mc4wp-form input[type="submit"] {
  margin: 0;
  width: 100%;
  transform: none;
}
.sahub-secondary .sahub-widget .sahub-social a {
  width: 48px;
  height: 48px;
  margin: 0 10px 10px 0;
  text-align: center;
  color: #666666;
  background: #e9e9e9;
  line-height: 48px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.sahub-secondary .sahub-widget .sahub-social a:hover {
  color: #ffffff;
  background: #ff3600;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item img {
  height: auto;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
  margin: 0;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
  margin: 0;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
  margin: 0;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
  margin: 0;
}
.gallery-columns-5 .gallery-item figcaption,
.gallery-columns-6 .gallery-item figcaption,
.gallery-columns-7 .gallery-item figcaption,
.gallery-columns-8 .gallery-item figcaption,
.gallery-columns-9 .gallery-item figcaption {
  display: none;
}
.gallery-caption {
  display: block;
}
.gallery-item .wp-caption-text {
  padding-top: 8px;
}
/*Comments*/
.sahub-comments-area {
  display: inline-block;
  width: 100%;
}
p.vt-no-comments,
.comment-area p {
  font-size: 16px;
  color: #444444;
  line-height: 28px;
}
.vt-comment-navigation {
  padding-top: 40px;
  padding-bottom: 25px;
}
p.vt-no-comments {
  padding: 20px 0;
}
.sahub-comments-area label.error {
  display: none !important;
}
.comments-form textarea.error,
.comments-form input[type="text"].error,
.comments-form input[type="email"].error,
.sahub-form input[type="text"].error:focus {
  border-color: red;
}
p.comment-form-cookies-consent {
  margin: 0 0 20px;
}
.comment-form-cookies-consent label {
  padding: 0 0 0 5px;
  color: #666;
}
p.comment-form-cookies-consent input[type=checkbox] {
  margin: 0;
  position: relative;
  top: 3px;
}
.comments .comment-respond {
  margin: 25px 0 40px;
  display: inline-block;
  width: 100%;
}
.vt-nav-links {
  display: inline-block;
  width: 100%;
}
.vt-nav-links a {
  position: relative;
  font-size: 18px;
}
.comment-reply-title,
.sahub-comments-area .comments-title {
  font-size: 24px;
  padding-bottom: 27px;
  font-weight: 500;
  color: #000d47;
}
.sahub-comments-area .comments-title {
  padding-bottom: 27px;
}
.navigation.vt-comment-navigation .comments-title {
  padding-bottom: 20px;
}
.sahub-comments-area .comment-reply-link {
  font-size: 17px;
  color: #0633f8;
  font-weight: 600;
}
.sahub-comments-area .comment-reply-link i {
  padding-left: 4px;
  font-size: 16px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.sahub-comments-area .comment-reply-link:hover {
  color: #ff3600;
}
.sahub-comments-area .comment-reply-link:hover i {
  padding-left: 7px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.sahub-comments-area ol.comments {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sahub-comments-area ol.comments li .comment-item {
  padding-bottom: 35px;
  margin-bottom: 20px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.sahub-comments-area .comments li .comment-awaiting-moderation {
  margin-bottom: 10px;
  display: inline-block;
}
.sahub-comments-area .comments li .children {
  display: block;
  overflow: hidden;
  clear: both;
  padding: 0;
  list-style: none;
}
.sahub-comments-area .pingback .comment-main-area {
  padding: 0;
}
.sahub-comments-area .comments li .children li {
  padding-left: 35px;
}
.sahub-comments-area .comment-image {
  float: left;
}
.comments-section {
  padding-top: 60px;
}
.sahub-comment-form {
  padding-top: 25px;
}
.sahub-comments-area .comment-image img {
  max-width: 90px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.sahub-comments-area .comment-main-area {
  overflow: hidden;
  padding: 0 0 0 30px;
  position: relative;
}
.sahub-comments-area .trackback .comment-main-area {
  padding: 0;
}
.sahub-comments-area .comments-reply {
  position: absolute;
  right: 0;
  top: 0;
  color: #0633f8;
}
.sahub-comments-area .comment-reply-link i {
  background: #0633f8;
  padding: 7px;
  border-radius: 100px;
  margin-right: 10px;
  color: #ffffff;
}
.sahub-comments-area .comment-wrapper p {
  font-size: 16px;
  line-height: 28px;
}
.sahub-comments-area .sahub-comments-meta {
  padding-bottom: 8px;
}
.sahub-comments-area .sahub-comments-meta h4 {
  display: inline-block;
  padding-bottom: 0;
  font-size: 20px;
  color: #000d47;
  font-weight: 400;
}
.sahub-comments-area .sahub-comments-meta h4 a {
  letter-spacing: -0.2px;
}
.comments-form input[type="text"],
.comments-form input[type="email"],
.comments-form textarea {
  margin-bottom: 20px;
}
.comments-form textarea {
  height: 120px;
}
.comments-form input[type="submit"] {
  min-width: 150px;
}
.sahub-blog-detail .comment-reply-title {
  padding-bottom: 30px;
  font-weight: 500;
  letter-spacing: -0.2px;
}
#cancel-comment-reply-link {
  float: right;
  font-size: 20px;
  padding: 4px 0 0;
}
/*Widgets*/
.sahub-widget {
  padding-bottom: 46px;
}
.sahub-widget .news-date {
  color: #ff3600;
  font-size: 14px;
  font-weight: 500;
}
.sahub-secondary .sahub-widget:last-child {
  padding: 0;
}
.sahub-widget img {
  height: auto;
}
[class*="elementor-widget-wp-widget-"] ul,
.sahub-widget ul {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.1px;
  list-style: none;
}
.sahub-widget p {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.1px;
  line-height: 26px;
  color: #777777;
}
.sahub-secondary .sahub-widget br {
  display: none;
}
p:empty {
  display: none;
}
[class*="elementor-widget-wp-widget-"] ul li,
.sahub-widget ul li {
  position: relative;
  color: #777777;
}
[class*="elementor-widget-wp-widget-"] ul ul li,
.sahub-widget ul ul li {
  padding-left: 15px;
}
.woocommerce .fame-widget ul li a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
[class*="elementor-widget-wp-widget-"] ul li a,
.sahub-widget ul li a {
  display: inline-block;
  padding: 10px;
  color: #444444;
}
.woocommerce .fame-widget ul li a:hover,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:hover,
[class*="elementor-widget-wp-widget-"] ul li a:hover,
.sahub-widget ul li a:hover {
  color: #ff3600;
}
span.post-count {
  font-size: 16px;
  color: #444444;
}
.widget_rss li,
li.recentcomments {
  padding: 9px 0;
  border-bottom: 1px solid #f2f2f2;
}
.rssSummary {
  font-size: 15px;
}
.widget_recent_comments ul li span.comment-author-link a {
  padding-left: 25px;
}
.sahub-widget.widget_recent_comments ul li a {
  padding-left: 0;
  padding-right: 0;
}
.sahub-widget.widget_rss ul li a,
.sahub-widget ul li.recentcomments a {
  border: none;
  display: unset;
  color:#000;
}
.sahub-widget .widget-title {
  padding-bottom: 25px;
  font-size: 24px;
  color: #000751;
  line-height: 30px;
  letter-spacing: 0.8px;
  font-weight: 600;
}
.sahub-secondary .sahub-widget .widget-title {
  margin-bottom: 28px;
  font-size: 21px;
  color: #000751;
  line-height: 30px;
  letter-spacing: 0.1px;
  font-weight: 500;
  padding-bottom: 10px;
  position: relative;
}
.sahub-secondary .sahub-widget .widget-title::before {
  content: "";
  width: 55px;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #ff3600;
}
.sahub-widget ul li {
  position: relative;
}
.sahub-widget > ul > li:first-child {
  padding-top: 0;
}
.sahub-widget ul li:before,
.sahub-widget.woocommerce.widget_product_categories ul li:before {
  content: "";
  background-image: url(../images/icons/list-before-icon.png);
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: 13px;
  background-repeat: no-repeat;
  top: 14px;
  position: absolute;
}
.sahub-secondary .news-item .news-info {
  border:none;
  box-shadow: none;
}
.sahub-widget .nice-select ul li:before,
.sahub-widget.woocommerce ul li:before {
  content: none;
}
.sahub-widget ul li a {
  padding-left: 25px;
}
.sahub-widget > ul > li:first-child a {
  padding-top: 0;
}
.sahub-widget > ul > li:first-child:before,
.sahub-widget.woocommerce.widget_product_categories > ul > li:first-child:before {
  top: 4px;
}
.sahub-widget > ul > li:last-child a {
  padding-bottom: 0;
}
.widget_shopping_cart .widget_shopping_cart_content {
  border: 1px solid #eeeeee;
  padding: 30px 30px 5px;
  border-radius: 5px;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
  border-top: none;
  padding: 15px 0 0;
}
.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
  margin-right: 5px;
  margin-bottom: 10px;
  width: 100%;
}
/*Experience*/
.exp-list {
  padding: 0;
  margin: 0;
  color: #777777;
  text-align: left;
  font-size: 15px;
  list-style: none;
}
.exp-list li {
  padding: 0 0 13px 28px;
  position: relative;
}
.exp-list li:before {
  position: absolute;
  left: 0;
  font: normal normal normal 15px/1.42857 linea-arrows-10;
  text-rendering: auto;
  content: "\e007";
  color: #0633f8;
  top: 3px;
  z-index: 1;
}
.exp-list li:before {
}
ul.exp-list li {
  font-size: 20px;
  color: #2b3344;
  padding: 0 0 15px 32px;
}
ul.exp-list li span {
  color: #777777;
  font-size: 15px;
  display: block;
}

/* Pros & Cons */
.commission-wrap {
  border: 1px solid #dcdced;
  background: #fcfcfc;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.commission-wrap .row {
  margin: 0;
}
.commission-wrap [class*="col-"] {
  padding: 0;
}
.commission-wrap [class*="col-"]:last-child .commission-item {
  border-right: none;
}
.commission-item {
  border-right: 1px solid #dcdced;
}
.commission-item h4 {
  font-size: 20px;
  text-align: center;
}
.commission-title {
  padding: 14px 40px 13px;
  border-bottom: 1px solid #dcdced;
}
.commission-info {
  padding: 25px 40px 30px;
}
/*Client Details*/
.client-info {
  padding: 35px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.client-info .sahub-image {
  text-align: center;
  background: #fcfcfc;
  padding: 45px 20px;
  margin: 0 0 30px;
  border: 1px solid #dcdced;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.client-info-item {
  padding: 0 0 50px;
}
.client-info-item:last-child {
  padding: 0;
}
.client-info-item ul {
  font-size: 18px;
  color: #777777;
  padding: 0;
  margin: 0;
  list-style: none;
  word-break: break-word;
}
.client-info-item ul li {
  border-bottom: 1px solid #dcdced;
  padding: 15px 0;
}
.client-info-item ul li span {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.client-info-item ul li span.info-title {
  color: #1f1d2d;
}
.client-info-item:last-child ul li:last-child {
  border-bottom: none;
}
.client-info-item a.sahub-btn {
  width: 100%;
}
.client-info-item ul li span i {
  color: #ffb400;
  font-size: 16px;
  padding: 0 2px 0 0;
}
.client-info-item ul li span i:last-child {
  padding: 0 7px 0 0;
}
/*Post Widgets*/
.widget-posts-info .news-info {
  padding: 0 0 20px 25px;
  border-width: 0 0 1px 0;
  border-radius: 0;
  background: transparent;
  float: left;
  display: inline-block;
  width: 75%;
}
.widget-posts-info .news-info h3 {
  font-size: 20px;
  line-height: 1.3;
  padding-bottom: 0;
  font-weight: 500;
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
}
.widget-posts-info .news-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #dde0ff;
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
}
.widget-posts-info .news-item:last-child {
  margin-bottom: 0px;
}
.widget-posts .sahub-image img {
  max-width: 90px;
}
.widget-posts .sahub-image {
  float: left;
  width: 25%;
  display: inline-block;
}
.widget-posts-info .news-date {
  padding-bottom: 4px;
  padding-top: 10px;
}
.widget-posts-info{
  padding-top: 8px;
}
.widget-posts-info .news-date {
  text-transform: uppercase;
}
/* Advertisiment */
.advertisiment-info {
  position: relative;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.10);
  display: inline-block;
}
.advertisiment-info .sahub-image {
  position: relative;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
h4.ad-title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  font-size: 22px;
  height: 100%;
  padding: 0;
  font-weight: normal;
}
.advertisiment-info .sahub-image:before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
h4.ad-title a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
}
h4.ad-title a span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 4;
}
/* Categories */
.categories-item {
  padding: 25px 50px;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  background: #fff;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.categories-item .sahub-icon {
  float: left;
}
.categories-info {
  overflow: hidden;
  padding: 2px 0 0 18px;
}
.categories-info h4 {
  font-size: 22px;
  padding: 0;
}
/*Ajax Filter*/
.la-timer,
.la-timer > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.la-timer {
  display: block;
  font-size: 0;
  color: #fff;
}
.la-timer.la-dark {
  color: #ff3600;
}
.la-timer > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.la-timer {
  width: 32px;
  height: 32px;
}
.la-timer > div {
  width: 32px;
  height: 32px;
  background: transparent;
  border-width: 2px;
  border-radius: 100%;
}
.la-timer > div:before,
.la-timer > div:after {
  position: absolute;
  top: 14px;
  left: 14px;
  display: block;
  width: 2px;
  margin-top: -1px;
  margin-left: -1px;
  content: "";
  background: currentColor;
  border-radius: 2px;
  -webkit-transform-origin: 1px 1px 0;
  -moz-transform-origin: 1px 1px 0;
  -ms-transform-origin: 1px 1px 0;
  -o-transform-origin: 1px 1px 0;
  transform-origin: 1px 1px 0;
  -webkit-animation: timer-loader 1250ms infinite linear;
  -moz-animation: timer-loader 1250ms infinite linear;
  -o-animation: timer-loader 1250ms infinite linear;
  animation: timer-loader 1250ms infinite linear;
  -webkit-animation-delay: -625ms;
  -moz-animation-delay: -625ms;
  -o-animation-delay: -625ms;
  animation-delay: -625ms;
}
.la-timer > div:before {
  height: 12px;
}
.la-timer > div:after {
  height: 8px;
  -webkit-animation-duration: 15s;
  -moz-animation-duration: 15s;
  -o-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-delay: -7.5s;
  -moz-animation-delay: -7.5s;
  -o-animation-delay: -7.5s;
  animation-delay: -7.5s;
}
.la-timer.la-sm {
  width: 16px;
  height: 16px;
}
.la-timer.la-sm > div {
  width: 16px;
  height: 16px;
  border-width: 1px;
}
.la-timer.la-sm > div:before,
.la-timer.la-sm > div:after {
  top: 7px;
  left: 7px;
  width: 1px;
  margin-top: -.5px;
  margin-left: -.5px;
  border-radius: 1px;
  -webkit-transform-origin: .5px .5px 0;
  -moz-transform-origin: .5px .5px 0;
  -ms-transform-origin: .5px .5px 0;
  -o-transform-origin: .5px .5px 0;
  transform-origin: .5px .5px 0;
}
.la-timer.la-sm > div:before {
  height: 6px;
}
.la-timer.la-sm > div:after {
  height: 4px;
}
.la-timer.la-2x {
  width: 64px;
  height: 64px;
}
.la-timer.la-2x > div {
  width: 64px;
  height: 64px;
  border-width: 4px;
}
.la-timer.la-2x > div:before,
.la-timer.la-2x > div:after {
  top: 28px;
  left: 28px;
  width: 4px;
  margin-top: -2px;
  margin-left: -2px;
  border-radius: 4px;
  -webkit-transform-origin: 2px 2px 0;
  -moz-transform-origin: 2px 2px 0;
  -ms-transform-origin: 2px 2px 0;
  -o-transform-origin: 2px 2px 0;
  transform-origin: 2px 2px 0;
}
.la-timer.la-2x > div:before {
  height: 24px;
}
.la-timer.la-2x > div:after {
  height: 16px;
}
.la-timer.la-3x {
  width: 96px;
  height: 96px;
}
.la-timer.la-3x > div {
  width: 96px;
  height: 96px;
  border-width: 6px;
}
.la-timer.la-3x > div:before,
.la-timer.la-3x > div:after {
  top: 42px;
  left: 42px;
  width: 6px;
  margin-top: -3px;
  margin-left: -3px;
  border-radius: 6px;
  -webkit-transform-origin: 3px 3px 0;
  -moz-transform-origin: 3px 3px 0;
  -ms-transform-origin: 3px 3px 0;
  -o-transform-origin: 3px 3px 0;
  transform-origin: 3px 3px 0;
}
.la-timer.la-3x > div:before {
  height: 36px;
}
.la-timer.la-3x > div:after {
  height: 24px;
}
/*Animation*/
@-webkit-keyframes timer-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes timer-loader {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes timer-loader {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes timer-loader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.products-loading .la-timer.la-3x {
  position: absolute;
  margin-top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.products-loading{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255,255,255,.95);
  z-index: 9;
}
.sahub-apps-section {
  display: inline-block;
  width: 100%;
}
.sahub-apps-section .sahub-pagination {
  display: inline-block;
  width: 100%;
}
.not-found {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.not-found .widget_search {
  margin: 20px auto 0;
  max-width: 500px;
}
.widget_archive label.screen-reader-text {
  display: none;
}

/*Woocommerce*/
.sahub-widget.woocommerce ul.product_list_widget li dl {
  display: inline-block;
  padding: 0;
  border: none;
}
.sahub-widget.woocommerce ul.product_list_widget li dl .variation-size {
  padding-bottom: 0;
  margin-bottom: 0;
}
.sahub-widget.woocommerce ul.product_list_widget li dl .variation-size p {
  padding: 0;
  font-size: 16px;
  line-height: 1.42857143;
}
.sahub-widget.woocommerce ul.cart_list li span.quantity {
  display: block;
  padding: 0;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  min-width: 200px;
}
.woocommerce .woocommerce-result-count {
  padding: 20px 0 0;
}
.woocommerce-tabs .comment-reply-title {
  border: none;
}
.woocommerce .quantity .qty {
  height: 35px;
}
#calc_shipping_state_field span {
  width: 100%;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
}
.woocommerce form .form-row span,
.woocommerce form .form-row {
  width: 100%;
}
.woocommerce form .form-row {
  margin-bottom: 15px;
}
.woocommerce-privacy-policy-text {
  padding: 0 0 10px;
}
.select2-container--default .select2-selection--single {
  border-color: #c3cbdf;
  height: 42px;
  padding: 6px 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px;
}
.woocommerce button[type="submit"] {
  color: inherit;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
  background: #f7f7f7 none repeat scroll 0 0;
  border-top: 1px solid #dcdced;
  border-left: 1px solid #dcdced;
  border-right: 1px solid #dcdced;
  text-align: center;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
  color: #666;
  display: block;
  padding: 15px 0;
  line-height: 21px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul .is-active a {
  color: #ff3600;
  background: #fcfcfc;
}
.woocommerce form .form-row label.inline {
  margin: 10px 0 0 30px;
}
.woocommerce .woocommerce-form-login .form-row {
  margin: 0 0 20px;
}
.woocommerce-form-register .woocommerce-privacy-policy-text {
  padding: 10px 0 15px;
}
.woocommerce ul.products {
  margin: 0 -15px;
}
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  clear: none;
  margin: 0;
  padding: 0 15px 50px;
  width: 33.333%;
  text-align: center;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #ff3600;
}
p.comment-form-comment {
  padding: 0;
  margin: 0;
}
form.woocommerce-ordering .nice-select {
  font-size: 16px;
}
.woocommerce .products .star-rating {
  margin: 0 auto .5em;
}
.woo-content-side h1.page-title {
  display: none;
}
.woocommerce .star-rating:before {
  letter-spacing: 2px;
  color: #dadada;
  content: "\53\53\53\53\53";
}
.woocommerce .star-rating span:before {
  letter-spacing: 2px;
}
.woocommerce ul.products li.product .star-rating {
  font-size: 12px;
  display: inline-block;
}
.woocommerce .star-rating {
  height: 17px;
  width: 71px;
  font-size: 12px;
}
.woocommerce .star-rating span {
  color: #ff3600;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-size: 24px;
  padding: 5px 0;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
  font-size: 22px;
  color: #0633f8;
  padding: 0;
  margin: 0;
  font-weight: 400;
}
.woocommerce ul.products li.product .button {
  margin-top: 10px;
}
.comment-text p {
  padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  padding: 3px;
  width: 60px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 75px;
}
.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
}
.woocommerce div.product form.cart .variations td.label {
  padding: 0;
  line-height: normal;
  text-align: left;
  vertical-align: middle;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  min-width: 190px;
  height: 52px;
  border: 1px solid #dedede;
  color: #777;
  font-size: 14px;
  padding: 6px 11px 5px;
  margin-right: 10px;
}
.woocommerce-message {
  border-top-color: #ff3600;
}
.woocommerce-message::before {
  color: #ff3600;
}
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td {
  border-bottom: none;
  font-weight: 400;
}
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-dropdown {
  border-color: #e8e8f4;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination {
  padding: 0;
}
.woocommerce ul#shipping_method li label {
  font-size: 16px;
}
.shipping-calculator-form .nice-select {
  margin: 0;
}
.woocommerce-cart-form {
  padding: 0 0 30px;
}
.woocommerce-info::before {
  color: #ff3600;
}
.woocommerce-info {
  border-top-color: #ff3600;
  font-size: 16px;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  border: none;
}
.woocommerce ul.cart_list li a img,
.woocommerce ul.product_list_widget li a img {
  float: left;
  width: 71px;
  margin: 0 19px 0 0;
  border: 1px solid #eeeeee;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  padding: 0 0 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #ececec;
}
.woocommerce ul.cart_list li:last-child,
.woocommerce ul.product_list_widget li:last-child {
  margin-bottom: 0;
}
p.woocommerce-mini-cart__empty-message {
  padding: 0;
}
h2.woocommerce-Reviews-title,
.woocommerce-Tabs-panel > h2 {
  display: none;
}
.comment-form-rating select#rating {
  display: none;
}
.woocommerce #review_form #respond .form-submit input {
  margin: 10px 0 0;
}
p.comment-form-cookies-consent input[type=checkbox] {
  margin: 0 5px 0 0;
}
.woocommerce-checkout span.select2-selection.select2-selection--single:after {
  top: 42%;
}
.woocommerce table.shop_table th {
  text-align: left;
  font-size: 20px;
  font-weight: 400;
}
.woocommerce .woocommerce-form-login.login .woocommerce-form-login__rememberme {
  width: 100%;
  padding: 0 0 10px;
}
p.lost_password a {
  color: #777;
  font-size: 15px;
}
.woocommerce .woocommerce-form-login.login label {
  padding: 0;
}
p.form-row.form-row-first {
  padding-top: 15px;
}
#review_form span.comment-reply-title {
  display: inline-block;
}
.woocommerce span.onsale {
  background-color: #ff3600;
  height: 3.5em;
  width: 3.5em;
  padding: 2px 0 0;
  z-index: 2;
}
.woocommerce ul.products li.product a img {
  width: auto;
  margin: 0 auto;
  border: 1px solid #dcdced;
  margin-bottom: 10px;
}
.woocommerce div.product div.images img {
  width: auto;
  margin: 0 auto;
  border: 1px solid #dcdced;
}
.woocommerce .quantity .qty {
  height: 47px;
  border: 1px solid #dcdced;
  outline: none;
  padding: 0;
  border-radius: 3px;
}
.entry-summary .product_meta {
  font-size: 17px;
  color: #777777;
}
.entry-summary .product_meta > span {
  display: block;
  padding: 0 0 10px;
}
.comment-form-rating label {
  color: #777777;
}
p.comment-form-comment label.error {
  margin: 10px 0 0px;
}
.woocommerce table.shop_attributes th {
  text-transform: capitalize;
  font-size: 17px;
  border-left: 1px solid #eeeeee;
  font-weight: 400;
}
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-message.woocommerce-message--info {
  padding-top: 24px;
}
.woocommerce-notices-wrapper .woocommerce-message::before,
.woocommerce-message.woocommerce-message--info::before  {
  padding-top: 7px;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button,
.woocommerce-message.woocommerce-message--info .button {
  margin-top: -15px;
}
.woocommerce-account .woocommerce form .show-password-input::after,
.woocommerce-account.woocommerce-page form .show-password-input::after {
  float: right;
  margin-top: 5px;
}
.woocommerce-Tabs-panel--description p {
  font-size: 16px;
}
p.woocommerce-noreviews {
  font-size: 16px;
}
.related.products li.product h2.woocommerce-loop-product__title {
  font-size: 20px;
}
.woocommerce-tabs.wc-tabs-wrapper {
  padding: 20px 0;
}
.woocommerce div.product form.cart div.quantity {
  margin: 0 7px 0 0;
}
.entry-summary p.price del {
  padding-right: 5px;
}
.woocommerce div.product form.cart .variations td {
  position: relative;
}
.woocommerce div.product form.cart .variations td.label label {
  text-transform: capitalize;
  font-size: 17px;
}
.woocommerce div.product form.cart .reset_variations {
  position: absolute;
  bottom: -5px;
  left: 0;
}
h3#ship-to-different-address label {
  font-size: 18px;
}
h3#order_review_heading {
  padding-top: 30px;
}
.woocommerce .checkout .col2-set {
  width: 100%;
  margin: 0 -15px;
}
.woocommerce nav.woocommerce-pagination {
  padding: 30px 0 0;
}
.woocommerce div.product div.images .flex-control-thumbs {
  width: 100%;
  margin-top: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 20%;
  margin-right: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  border: 1px solid #dcdced;
}
.entry-summary table td label {
  font-size: 17px;
  padding: 0;
}
.woocommerce div.product form.cart .entry-summary .group_table td {
  vertical-align: middle;
}
.woocommerce-product-gallery__image a {
  display: block;
  padding: 1px
}
.single_variation_wrap span.price {
  padding-bottom: 15px;
  display: block;
}
.woocommerce div.product form.cart .woocommerce-variation-description p {
  margin: 0;
  font-size: 16px;
}
.woocommerce table.shop_attributes td p {
  font-size: 16px;
}
.woocommerce table.shop_attributes td {
  font-style: normal;
}
.woocommerce div.product form.cart .group_table td {
  border: 1px solid #eeeeee;
  vertical-align: middle;
}
.woocommerce div.product form.cart table.group_table {
  border-width: 1px;
}
.woocommerce div.product form.cart table.group_table td {
  padding-left: 8px;
}
.woocommerce .woocommerce-ordering {
  margin: 0 0 40px;
}
form.woocommerce-product-search button[type="submit"],
.woocommerce button.button.alt.disabled,
.woocommerce #respond input#submit,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce button[type="submit"].button,
.woocommerce div.product form.cart .reset_variations,
.woocommerce-account .addresses .title .edit,
.woocommerce a.button,
.woocommerce ul.products li.product a.added_to_cart,
.woocommerce ul.products li.product .button {
  display: inline-block;
  min-width: 100px;
  padding: 12px 15px 14px;
  color: #ffffff;
  background-color: #ff3600;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 21px;
  text-align: center;
 font-family: 'Poppins', sans-serif;
  border: 1px solid transparent;
  position: relative;
  outline: none;
  cursor: pointer;
  box-shadow: none;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.woocommerce div.product form.cart .reset_variations,
.woocommerce-account .addresses .title .edit {
  min-width: auto;
  padding: 5px 10px;
  font-size: 12px;
}
.woocommerce button.button.alt.disabled,
.woocommerce #respond input#submit,
.woocommerce button[type="submit"].button {
  margin-top: 15px;
  min-width: 150px;
  padding: 14px 25px 15px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  width: 100%;
  padding: 15px;
  border-radius: 100px;
}
.woocommerce .woocommerce-cart-form button[type="submit"].button {
  margin-top: 0;
}
form.woocommerce-product-search button[type="submit"]:hover,
form.woocommerce-product-search button[type="submit"]:focus,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt.disabled:focus,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce button[type="submit"].button:hover,
.woocommerce button[type="submit"].button:focus,
.woocommerce div.product form.cart .reset_variations:hover,
.woocommerce div.product form.cart .reset_variations:focus,
.woocommerce-account .addresses .title .edit:hover,
.woocommerce-account .addresses .title .edit:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce ul.products li.product a.added_to_cart:hover,
.woocommerce ul.products li.product a.added_to_cart:focus,
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus {
  color: #ffffff;
  background-color: #0633f8;
}
.woocommerce ul.products li.product a.button.add_to_cart_button.added {
  display: none;
}
.cart_item td.product-name {
  font-size: 16px;
}
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
  top: auto;
  right: 10px;
}
.woocommerce ul.products li.product .button.loading {
  padding-right: 30px;
}
.woocommerce ul.products li.product a.added_to_cart {
  margin-top: 1rem;
}
.woocommerce .edit-account em {
  font-size: 14px;
  padding: 10px 0 0;
  display: inline-block;
}
.woocommerce div.product form.cart .reset_variations {
  position: absolute;
  bottom: -20px;
  right: 8px;
  left: auto;
}
.edit-account fieldset legend {
  padding: 20px 0 0;
  display: inline-block;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 1px solid #dcdced;
  padding: 40px;
}
.woocommerce form .form-row textarea {
  height: 140px;
  border-radius: 10px;
}
.woocommerce .select2-container--default .select2-selection--single {
  vertical-align: middle;
  width: 100%;
  height: 55px;
  padding: 11px 15px;
  font-size: 15px;
  line-height: 1.42857143;
  border: 1px solid #e8e8f4;
  outline: none;
  -webkit-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-radius: 40px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.woocommerce.widget_product_categories span.select2-selection.select2-selection--single:after {
  margin-top: -2px;
}
.woocommerce-widget-layered-nav-dropdown .select2-container--default .select2-selection--multiple {
  height: 50px;
  border: 1px solid #ececec !important;
  padding: 7px 15px 0;
}
.woocommerce span.select2-selection.select2-selection--single:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  margin-top: -9px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  right: 22px;
  height: 6px;
  width: 6px;
  border-color: #888888;
  border-width: 1px;
}
.woocommerce-cart span.select2-selection.select2-selection--single:after {
  top: 33px;
  margin-top: -9px;
}
.woocommerce-cart .woocommerce .cart-collaterals span.select2-selection.select2-selection--single:after {
  margin-top: 0;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.woocommerce-checkout span.select2-selection.select2-selection--single:after {
  top: 33px;
}
.select2-results__option,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #666;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px 15px;
}
.woocommerce table.shop_table {
  border-collapse: collapse;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  padding: 15px 25px;
}
.woocommerce-checkout-review-order table.shop_table td,
.woocommerce-checkout-review-order table.shop_table th {
  font-size: 16px;
}
.woocommerce-checkout-review-order table.shop_table th {
  font-size: 20px;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  padding: 20px;
  margin-top: 50px;
}
.woocommerce-checkout .woocommerce #payment {
  background-color: #f4f6ff;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  color: #fff;
  padding: 15px;
  line-height: 1.2;
}
.cart_totals p {
  font-size: 16px;
}
.cart_totals  .order-total .woocommerce-Price-amount.amount {
  font-size: 22px;
}
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot th,
.woocommerce table.shop_table tfoot th {
  font-weight:400;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 80px;
}
.woocommerce-checkout-payment p {
  font-size: 14px;
}
ul.wc_payment_methods label {
  padding: 0;
}
.woocommerce div.product .entry-summary form.cart .button {
  margin-top: 0;
}
.woocommerce p.stars a {
  color: #ff3600;
}
.woocommerce #reviews #comment {
  height: 140px;
}
.woocommerce #review_form #respond textarea {
  border-radius: 10px;
}
.woocommerce-product-details__short-description p {
  padding: 10px 0 0;
}
.woocommerce-variation.single_variation {
  padding: 10px 0 30px;
}
.woocommerce .woocommerce-variation.single_variation span.price {
  padding: 20px 0 0;
}
.related.products h2 {
  font-size: 26px;
  padding: 0 0 20px;
}
h1.product_title.entry-title {
  font-size: 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  padding: 0;
  background: none;
  border-radius: 0;
  margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 15px 0;
  margin-right: 30px;
  position: relative;
  color: #1f1d2d;
  text-transform: uppercase;
  font-weight: 400;
}
#review_form form .comment-form-comment label {
  font-size: 16px;
  font-weight: 600;
}
.pswp__caption__center {
  text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #ff3600;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 2px;
  background: #ff3600;
  content: "";
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before {
  width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  content: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: 1px solid #dcdced;
}
.woocommerce-form-register.register p {
  font-size: 16px;
}
.woocommerce-error::before {
  color: #ff0000;
}
.woocommerce-error {
  border-top-color: #ff0000;
}
.woocommerce ul.products li.product .price ins {
  font-weight:400;
}
span.woocommerce-Price-currencySymbol {
  padding-right: 2px;
}
.woocommerce ul.products li.product span.price del {
  padding-right: 6px;
}
table#wp-calendar {
  margin-bottom: 0;
}
table#wp-calendar caption {
  padding-bottom: 0;
  text-align: center;
}
.wp-calendar-nav {
  display: inline-block;
  width: 100%;
  padding: 10px 10px 6px;
  border: 1px solid #eeeeee;
  margin: 7px 0 0;
}
.wp-calendar-nav a {
  color: #777777;
}
.wp-calendar-nav a:hover {
  color: #ff3600;
}
.wp-calendar-nav-prev {
  float: left;
}
.wp-calendar-nav-next {
  float: right;
}
.sahub-comments-area.sahub-form.comments-area .comment-area > ol,
.sahub-comments-area.sahub-form.comments-area .comment-area > ul {
  padding-bottom: 20px;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  padding: 18px;
}
/* Simple Link */
.sahub-link-wrap.simple-link .sahub-link i {
  background: #0633f8;
  color: #ffffff;
  padding: 8px;
  border-radius: 100px;
  margin-right: 10px;
}
.sahub-link-wrap.simple-link .sahub-link {
  color: #0633f8;
  font-weight: 500;
}
.sahub-link-wrap.simple-link .sahub-link:before {
  content: none;
}
.sahub-link-wrap.simple-link .sahub-link span.link-text,
.sahub-btn-wrap .sahub-link span.link-text {
  position: relative;
}
.sahub-link-wrap.simple-link .sahub-link span.link-text:after,
.sahub-btn-wrap .sahub-link span.link-text:after {
  content: "";
  background: #0633f8;
  display: inline-block;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -3px;
  left: 0;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.sahub-link-wrap.simple-link .sahub-link:hover span.link-text:after,
.sahub-btn-wrap .sahub-link:hover span.link-text:after {
  width: 100%;
}
/* Freelance Item */
.sahub-it-sector.sahub-freelance .it-info {
  padding: 40px;
  color: #ffffff;
}
.sahub-it-sector.sahub-freelance .it-info p {
  color: #f5f5f5;
}
.sahub-it-sector.sahub-freelance .sahub-background:after {
  content: "";
  background: transparent;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0 100% 100% 0;
  position: absolute;
  left: -40px;
  background-size: cover;
  background-position: center;
}
.sahub-it-sector.sahub-freelance .order-lg-2 .sahub-background:after {
  border-radius: 100% 0 0 100%;
  left: auto;
  right: -40px;
}
.sahub-it-sector.sahub-freelance {
  overflow: hidden;
  background-color: #0633f8;
  background-image: url(../images/backgrounds/freelance-pattern.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.sahub-it-sector .sahub-icon {
  padding-bottom: 15px;
}
.sahub-it-sector .it-info h2 {
  padding-bottom: 22px;
}
.sahub-btn-wrap .sahub-btn {
  padding: 15px 25px 16px;
  line-height: 21px;
  margin-left: 6px;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  text-transform: none;
}
.sahub-btn-wrap .sahub-btn i {
  background: #ffffff;
  padding: 8px;
  border-radius: 100px;
  color: #ff3600;
  margin-right: 15px;
  font-size: 19px;
}
.sahub-it-sector.sahub-freelance .sahub-background {
  min-height: 560px;
}
.modal-content .mate-about a.sahub-btn {
  padding: 10px 20px 14px;
}
.modal-content .mate-about a.sahub-btn:hover {
  background: #fff;
  border-color: #ff3600;
  color: #ff3600;
}
/* Workflow */
.sahub-ripple,
.sahub-ripple:before,
.sahub-ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 110px;
  width: 110px;
  -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-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 #ff811b;
  -moz-box-shadow: 0 0 0 0 #ff811b;
  -ms-box-shadow: 0 0 0 0 #ff811b;
  -o-box-shadow: 0 0 0 0 #ff811b;
  box-shadow: 0 0 0 0 #ff811b;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.workflow-done .sahub-ripple {
  -webkit-animation: ripple 3s infinite;
  -moz-animation: ripple 3s infinite;
  -ms-animation: ripple 3s infinite;
  -o-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

@-webkit-keyframes ripple {
  30% {box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);}
  100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}
@keyframes ripple {
  30% {box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);}
  100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}
.workflow-item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 25%;
  text-align: center;
}
.workflow-item .sahub-icon {
  width: 110px;
  height: 110px;
  margin: 0 auto 16px;
  background: #ff811b;
  text-align: center;
  position: relative;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  z-index: 2;
}
.workflow-item .sahub-icon img {
  position: relative;
  z-index: 1;
}
.workflow-info {
  max-width: 160px;
  display: inline-block;
  width: 100%;
}
.workflow-item h5 {
  font-size: 20px;
  font-weight: 400;
  color: #000d47;
  text-align: center;
  padding-bottom: 15px;
}
.workflow-title {
  color: #666666;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.workflow-item:nth-child(2n) {
  top: 50px;
}
.workflow-item:nth-child(odd):after {
  content: "";
  display: inline-block;
  background-image: url(../images/icons/workflow-after1.png);
  background-size: 100%;
  background-position: center;
  position: absolute;
  width: 130px;
  height: 45px;
  background-repeat: no-repeat;
  right: -61px;
  top: 50%;
}
.workflow-item:nth-child(2n):after {
  content: "";
  display: inline-block;
  background-image: url(../images/icons/workflow-after2.png);
  background-size: 100%;
  background-position: center;
  position: absolute;
  width: 130px;
  height: 45px;
  background-repeat: no-repeat;
  right: -63px;
  top: 50%;
  transform: translateY(-50px);
}
.workflow-item:last-child:after {
  display: none;
}
.workflow-item:last-child {
  padding-right: 0;
}
.workflow-item:first-child {
  padding-left: 0;
}
.workflow-wrap {
  padding-bottom: 110px;
}
.workflow-item h3.workflow-number {
  color: #ff3600;
  font-size: 46px;
  position: absolute;
  bottom: -58px;
  left: 0;
  right: 0;
  font-weight: 600;
  font-family: 'Quicksand', sans-serif;
}
.sahub-team .modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0,-25%);
  transform: translate(0,-25%);
}
.sahub-team .modal.showing .modal-dialog {
  -webkit-transform: translate(0,20%);
  transform: translate(0,20%);
}
.sahub-team .modal.show .modal-dialog {
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}
.rss-date {
  display: inline-block;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #777;
  font-size: 15px;
}
img.size-thumbnail {
  margin-bottom: 15px;
}
.sahub-page-wrap img.size-thumbnail {
    margin-bottom: 35px;
}
.gallery-item img.size-thumbnail {
  margin-bottom: 0;
}
.comment-form-cookies-consent label {
  padding: 1px 0 0;
  line-height: 26px;
}
.wp-block-cover, .wp-block-cover-image {
  height: auto;
}
[class^="wp-block-"] figcaption.blocks-gallery-caption  {
  line-height: 1.5;
  margin-bottom: 0;
  padding: 0.5em 0;
  text-align: center;
}

.news-details ul > li,
.news-details ul.children li {
  padding-bottom: 2px;
}

.news-details ul > li span.post-count {
  padding-left: 2px;
}
.widget_rss cite {
  padding-top: 5px;
  display: inline-block;
}
.product_list_widget .product-title {
  padding-bottom: 2px;
  display: inline-block;
}
.comment-area p  img {
  padding-bottom: 5px;
  padding-top: 4px;
}
.sahub-page-wrap p img.size-full.alignright {
  margin-top: 20px;
}
.news-details > ol {
  padding-bottom: 6px;
}
.sahub-comments-area.sahub-form.comments-area .comment-area > ol {
  margin-bottom: 6px;
}
