/**
 * @package Helix Ultimate Framework
 * @author JoomShaper https://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2018 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
 */
/**
 * @package Ybusinessn
 * @author Tripples http://www.themewinter.com
 * @copyright Copyright (c) 2013 - 2018 Tripples
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
 */
/* Table of Content
 ==================================================
 01. Global styles
 03. Typography
 01. Page Builder Common
 04. Top bar
 05. Header
 06. Slideshow
 07. Features
 08. Practice area
 09. Login Form
 10. Search
 11. Blog
 12. Bottom
 13. Footer
 14. Comingsoon
 15. Error page
 16. Mixed CSS
 =====*/
/* Global styles
 ================================================== */
body {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 28px;
}
body.helix-ultimate-preloader {
  overflow: hidden;
}
body.helix-ultimate-preloader:before {
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
  background: rgba(255, 255, 255, .9);
}
body.helix-ultimate-preloader:after {
  content: "\f110";
  font-family: "FontAwesome";
  font-size: 36px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  width: 48px;
  height: 48px;
  line-break: 48px;
  text-align: center;
  color: #007bff;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  z-index: 99999;
}
a {
  transition: color 400ms, background-color 400ms;
}
a, a:hover, a:focus, a:active {
  text-decoration: none;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
/* Typography */
h2 {
  line-height: 1.2;
}
.title-light h2 {
  color: #fff !important;
}
/* Global Styles */
.sppb-btn {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  padding: 0 30px 0 35px;
  border-radius: 0;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  background: #4ba6fa;
  height: 45px;
  line-height: 45px;
  position: relative;
  cursor: pointer;
  border: 0;
}
.sppb-btn:hover {
  background: #1f1f1f;
}
.sppb-btn.sppb-btn-link {
  color: #fa6742;
  display: inline-block;
  font-size: 16px;
  text-transform: none;
}
.sppb-btn.sppb-btn-link:hover {
  text-decoration: none;
  color: #fa6742;
}
.sppb-btn.sppb-btn-default:hover {
  background: #2e2c2d;
  border-color: transparent;
}
.sppb-btn.sppb-btn-primary:hover {
  background: #2e2c2d;
  border-color: #2e2c2d;
}
.sppb-btn.sppb-btn-custom:hover {
  background: #2e2c2d;
  border-color: #2e2c2d;
  color: #fff;
}
.sppb-btn.sppb-btn-info:hover {
  background-color: #2e2c2d;
  border-color: transparent;
}
.sppb-btn.sppb-btn-success {
  background-color: #fff;
  border-color: transparent;
  color: #04367d;
}
.sppb-btn.sppb-btn-success:hover {
  background: #2e2c2d;
  border-color: transparent;
  color: #fff;
}
.sppb-btn.sppb-btn-success:hover:after {
  background: #fff;
}
.sppb-btn.sppb-btn-success:after {
  background: #04367d;
  transition: all 0.3s;
}
.sppb-btn.get-quote-btn {
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  padding: 0 43px 0 35px !important;
  position: relative;
  box-shadow: none;
  border-radius: 0;
}
.sppb-btn.get-quote-btn:after {
  right: 15px;
}
.body-innerwrapper {
  overflow-x: hidden;
}
.layout-boxed .body-innerwrapper {
  max-width: 1140px;
  margin: 0 auto;
  background: none !important;
}
#sp-main-body {
  padding: 80px 0;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
/* Section Title */
.section-title .sppb-title-heading {
  text-transform: uppercase;
}
.section-title .sppb-title-heading span {
  display: block;
  font-size: 14px;
  color: #04367d;
  margin-bottom: 14px;
  line-height: normal;
  margin-bottom: 32px;
}
.sppb-addon-header .sppb-addon-title span {
  font-size: 14px;
  font-weight: 400;
  display: block;
  line-height: normal;
  padding-bottom: 7px;
}
.sppb-addon-header.column-title.sppb-text-left .sppb-addon-title {
  color: #fff;
}
.sppb-addon-header.column-title.sppb-text-left .sppb-addon-title span {
  font-size: 14px;
  color: #4ba6fa;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0px;
  font-weight: 400;
}
.sppb-addon-header.sppb-text-left .sppb-addon-title span {
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.column-title-small .sppb-container {
  padding: 0 !important;
  text-transform: uppercase;
}
.bottom-border {
  display: block;
  margin-bottom: 52px;
  position: relative;
  line-height: 0;
}
.bottom-border:before, .bottom-border:after {
  left: 0;
  content: "";
  position: absolute;
  bottom: -25px;
  height: 3px;
  background: #fa6742;
  width: 50px;
}
.bottom-border:before {
  width: 3px;
  left: 6px;
  background: white;
  z-index: 1;
}
.border-bottom {
  border-bottom: 1px solid #fff !important;
}
.sppb-addon-header.sppb-text-center .animated-border {
  margin-left: auto;
  margin-right: auto;
}
@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}
@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}
/* List Style */
.unstyled {
  list-style: none;
  padding: 0 !important;
  margin: 0;
}
.check-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.check-list li {
  position: relative;
  margin-bottom: 13px;
}
.check-list li:before {
  content: "\f00c";
  font-family: fontAwesome;
  margin-right: 15px;
  color: #04367d;
}
#sp-top-bar {
  padding: 10px 0;
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  #sp-top-bar {
    border-bottom: 1px solid #f2f2f2;
  }
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 1.25rem;
}
.ts-topbar .container {
  border-bottom: 2px solid #4ba6fa;
  padding-bottom: 10px;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
}
ul.social-icons > li {
  display: inline-block;
  margin: 5px 9px;
}
ul.social-icons > li a {
  color: #999;
}
.top-contact-info .sppb-icon-container {
  width: 40px;
  height: 40px;
  line-height: 45px;
}
.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li > a:before {
  display: none;
}
.sp-module-content .latestnews > li > a > span {
  display: block;
  margin-top: 5px;
  font-size: 85%;
}
.sp-contact-info {
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 90%;
  white-space: nowrap;
  font-size: 14px;
}
.sp-contact-info li span {
  margin-right: 5px;
}
.sp-contact-info li i {
  margin: 0 3px;
}
.contact-info-col .sppb-media-body {
  margin-left: 35px;
}
.ts-top-menu {
  position: relative;
}
.ts-top-menu .ts-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ts-top-menu .ts-menu li {
  display: inline-block;
  padding-right: 35px;
  margin-right: 0px;
  line-height: 10px;
}
.ts-top-menu .ts-menu li:last-child {
  padding-right: 0px;
}
/* Header
 ===================================== */
#sp-header {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
#sp-header .logo {
  display: inline-flex;
  margin: 0;
  align-items: center;
}
#sp-header .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header.header-sticky {
  position: fixed;
  z-index: 9999;
}
/* Header Sticky */
.header-sticky {
  position: fixed !important;
  max-width: 100% !important;
  z-index: 9999;
  left: 0 !important;
  top: 0;
  right: 0;
  transition: all 0.3s;
  background: #fff;
  box-shadow: 0px 14px 20px -10px rgba(0, 0, 0, 0.06);
  padding: 0 70px;
}
@media (min-width: 992px) {
  .header-sticky {
    padding: 0 55px;
  }
}
/* Header 2 */
.header-light .nav-search-icon {
  background: transparent !important;
}
.header-light .nav-search-form {
  top: 120%;
}
.header-light .nav-search-form span.search-close {
  background: transparent !important;
  color: #000 !important;
  top: -70px;
}
/* Header 3 */
.ts-header-info #sp-header-right .sp-module-content .sppb-addon-feature .sppb-media-body .sppb-feature-box-title {
  color: #fff;
}
.ts-header-info #sp-header-right .sp-module-content .sppb-addon-feature .sppb-media-body .sppb-addon-text p {
  color: #fff;
}
.ts-header-info #sp-header-right .sp-module-content .sppb-addon-feature .sppb-icon .sppb-icon-container {
  color: #fff;
}
.ts-nav-classic {
  border-bottom: none !important;
}
.ts-nav-classic .nav-search-icon {
  background: #394e71 !important;
}
.ts-nav-classic .nav-search-form {
  top: 120%;
}
.ts-nav-classic .nav-search-form span.search-close {
  background: #394e71 !important;
}
.tw-nav-search {
  background: red;
  padding: 0 26px;
  right: 0;
}
.header-search .nav-search-icon {
  cursor: pointer;
  position: absolute;
  font-size: 16px;
  line-height: 56px;
  text-align: right;
  background: #3894ea;
  padding: 0 24px;
  right: 0;
}
.header-search .nav-search-form {
  background: #1f1f1f;
  display: none;
  padding: 15px 20px;
  position: absolute;
  right: 0px;
  top: 100%;
  width: 350px;
  z-index: 10;
  margin-top: 0;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.header-search .nav-search-form input#mod-search-searchword {
  background: none;
  border: 0;
  color: #fff;
  width: 100%;
  height: 40px;
  padding: 0 12px;
  font-size: 15px;
  font-style: italic;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}
.header-search .nav-search-form span.search-close {
  color: #fff;
  position: absolute;
  top: -55px;
  right: 0px;
  font-size: 30px;
  cursor: pointer;
  padding: 27.5px 25px;
  width: 0px;
  height: 15px;
  line-height: 0px;
  text-align: center;
  padding-right: 40px;
  background: #3894ea;
}
.ts-nav-search {
  position: absolute;
  top: 0;
  right: 0;
}
.ts-nav-search .tw-search {
  background: #3894ea;
  padding: 13.5px 25px;
  text-align: right;
}
/* Slider
 ===================================== */
.tp-caption.slide_title, .tp-caption.slide_title_medium, .tp-caption.slide_title_small {
  font-weight: 700;
}
.tp-caption.slide_title_small {
  font-weight: 400;
}
.tp-caption.slide_title, .tp-caption.slide_title_small, .slide_title, .small_text, .tp-caption.slide_small_text_right, .slide_small_text_right {
  text-shadow: none !important;
}
.tp-caption a.slider-btn {
  padding: 10px 30px !important;
  font-size: 16px !important;
  color: #fff;
  border: 2px solid transparent;
  line-height: 24px !important;
}
.tp-caption a.slider-btn:hover {
  color: #fff;
  background: #2e2c2d;
}
.tp-caption a.slider-btn.btn-border {
  background: none;
  border: 2px solid #fff;
}
.tp-caption a.slider-btn.btn-border:hover {
  background: #1f1f1f;
  color: #fff;
  border: 2px solid transparent;
}
.rev_slider_wrapper .tp-bullets {
  bottom: 40px !important;
}
.rev_slider_wrapper .tp-bullets.preview3 .bullet {
  background: #fff !important;
  border: 5px solid rgba(0, 0, 0, 1) !important;
}
.rev_slider_wrapper .tp-bullets.preview3 .bullet.selected {
  border: 5px solid #4ba6fa !important;
}
/* Box Slider */
.sppb-carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-20%);
  left: 0;
  bottom: 0;
  width: 40px;
  opacity: 0.8;
  font-size: 24px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.sppb-carousel-indicators {
  display: none;
}
.box-carousel.sppb-carousel-pro .sppb-carousel-item-inner [class*="sppb-col-"] {
  width: 100%;
  flex: 100%;
  max-width: 100%;
}
.box-carousel.sppb-carousel-pro .sppb-carousel-item-inner {
  left: 10%;
  padding: 0;
}
.box-carousel.sppb-carousel-pro .sppb-carousel-item-inner [class*="sppb-col-"] {
  width: 100%;
  flex: 100%;
  max-width: 100%;
}
.box-carousel.sppb-carousel-pro .sppb-carousel-item-inner .sppb-carousel-pro-text {
  background: #fff;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  max-width: 650px;
  padding: 30px;
}
.box-carousel.sppb-carousel-pro .sppb-carousel-item-inner .sppb-carousel-pro-text h2 {
  font-size: 36px;
  margin: 8px 0 10px;
  color: #fff;
}
.box-carousel.sppb-carousel-pro .sppb-carousel-item-inner .sppb-carousel-pro-text h2 span {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  color: #fff;
  display: block;
}
.box-carousel.sppb-carousel-pro .sppb-carousel-arrow i {
  width: 40px;
  height: 100px;
  line-height: 100px;
  background: rgba(0, 0, 0, 0.3);
  margin-top: 0;
  position: absolute;
}
.box-carousel.sppb-carousel-pro .sppb-carousel-arrow i:hover {
  background: #4ba6fa;
  color: #fff;
}
.box-carousel.sppb-carousel-pro .sppb-carousel-arrow.right {
  right: 20px;
}
.box-carousel.sppb-carousel-pro .sppb-carousel-arrow.left {
  left: -20px;
}
.main-slider {
  border-top: 1px solid #79bdfc;
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 93px 0;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-size: cover !important;
  background-attachment: fixed;
  text-align: left;
}
.sp-page-title .sp-page-title-heading, .sp-page-title .sp-page-title-sub-heading {
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: center;
}
.sp-page-title .sp-page-title-heading {
  color: #fff;
  font-weight: 700;
}
.sp-page-title .sp-page-title-sub-heading {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 10px 0 0 0;
  justify-content: center;
}
.sp-page-title .breadcrumb > .active {
  color: #4ba6fa;
}
.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li:before, .sp-page-title .breadcrumb > li > a {
  color: #fff;
}
/* Breadcrumb */
.breadcrumb-item + .breadcrumb-item:before {
  content: "-";
}
#sp-left .sp-module:first-child, #sp-right .sp-module:first-child {
  margin-top: 0;
  padding-top: 0;
}
#sp-left .sp-module ul, #sp-right .sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
  display: block;
}
#sp-left .sp-module ul > li:last-child, #sp-right .sp-module ul > li:last-child {
  border-bottom: none;
}
#sp-left .sp-module .categories-module ul, #sp-right .sp-module .categories-module ul {
  margin: 0 10px;
}
#sp-left .sp-module .latestnews.recent-news > div, #sp-right .sp-module .latestnews.recent-news > div {
  overflow: hidden;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dadada;
}
#sp-left .sp-module .latestnews.recent-news > div:last-child, #sp-right .sp-module .latestnews.recent-news > div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
#sp-left .sp-module .latestnews.recent-news > div > a, #sp-right .sp-module .latestnews.recent-news > div > a {
  display: block;
  font-weight: 400;
}
#sp-left .sp-module .latestnews.recent-news > div div, #sp-right .sp-module .latestnews.recent-news > div div {
  float: left;
  margin-right: 20px;
}
#sp-left .sp-module .latestnews.recent-news > div div > img, #sp-right .sp-module .latestnews.recent-news > div div > img {
  width: 88px;
  height: 70px;
  border-radius: 3px;
}
#sp-left .sp-module .latestnews.recent-news > div h4 a, #sp-right .sp-module .latestnews.recent-news > div h4 a {
  font-size: 15px;
  color: #757575;
  font-weight: 400;
  line-height: 1.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  float: left;
  width: 60%;
}
#sp-left .sp-module .latestnews.recent-news > div h4 a:hover, #sp-right .sp-module .latestnews.recent-news > div h4 a:hover {
  color: #04367d;
}
#sp-left .sp-module .latestnews.recent-news > div h4:after, #sp-right .sp-module .latestnews.recent-news > div h4:after {
  content: "";
  clear: both;
  display: block;
}
.ts-recent-projects .sprocket-mosaic-header .sprocket-mosaic-filter {
  position: absolute !important;
  top: -75px !important;
}
.recent-complete-project .sprocket-mosaic-header .sprocket-mosaic-filter {
  position: relative !important;
  top: 0px !important;
}
.sprocket-mosaic {
  margin: 0 10px;
}
.sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter {
  position: relative;
  top: 0px;
  right: 0;
}
.sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter ul li {
  background: none;
  font-size: 14px;
  border: 0;
  border-radius: 50px;
  padding: 5px 20px;
  margin-right: 5px;
  text-transform: capitalize;
}
.sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter ul li:last-child {
  margin-right: 0;
}
.sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter ul li.active {
  color: #4ba6fa;
}
.sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-order {
  display: none;
}
.sprocket-mosaic .sprocket-mosaic-container {
  margin-top: 45px;
}
.sprocket-mosaic .sprocket-mosaic-container li .sprocket-mosaic-item {
  margin: 0 0 -10px 0;
  border: 0;
  height: 100%;
}
.sprocket-mosaic .sprocket-mosaic-container li .sprocket-mosaic-item .sprocket-padding {
  padding: 15px;
  margin: -1px;
}
.sprocket-mosaic .sprocket-mosaic-container li .sprocket-mosaic-item .sprocket-padding .sprocket-readmore span {
  display: none;
}
.sprocket-mosaic .sprocket-mosaic-container li .sprocket-mosaic-item .sprocket-padding .sprocket-mosaic-tags {
  display: none;
}
.sprocket-mosaic .sprocket-mosaic-container li .sprocket-mosaic-item .sprocket-padding .sprocket-mosaic-title {
  font-size: 18px;
  padding-top: 20px;
}
.sprocket-mosaic .sprocket-mosaic-container li .sprocket-mosaic-item .sprocket-padding .sprocket-mosaic-title a {
  color: #1a1a1a;
}
.sprocket-mosaic .sprocket-mosaic-container li .sprocket-mosaic-item .sprocket-padding .sprocket-mosaic-title a:hover {
  color: #4ba6fa;
}
.sprocket-mosaic .sprocket-mosaic-container li .sprocket-mosaic-item .sprocket-padding .sprocket-mosaic-image-container a {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: block;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}
.sprocket-mosaic .sprocket-mosaic-container li .sprocket-mosaic-item .sprocket-padding .sprocket-mosaic-image-container a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(75, 166, 250, .7);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  border-radius: 5px;
  visibility: hidden;
}
.sprocket-mosaic .sprocket-mosaic-container li .sprocket-mosaic-item .sprocket-padding .sprocket-mosaic-image-container .sprocket-mosaic-image {
  height: 100%;
  width: 100%;
  border-radius: 5px;
}
.sprocket-mosaic .sprocket-mosaic-container li .sprocket-mosaic-item .sprocket-padding .sprocket-mosaic-image-container .sprocket-mosaic-hovercontent {
  display: none;
}
.sprocket-mosaic .sprocket-mosaic-container li .sprocket-mosaic-item .sprocket-padding .sprocket-mosaic-image-container .sprocket-mosaic-item-info {
  display: table-cell;
  vertical-align: middle;
  opacity: 0;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.8);
}
.sprocket-mosaic .sprocket-mosaic-container li .sprocket-mosaic-item .sprocket-padding .sprocket-mosaic-image-container .sprocket-mosaic-item-info .sprocket-mosaic-item-info-content {
  position: absolute;
  left: 50%;
  margin-left: -85px;
  top: 50%;
  margin-top: -50px;
  text-align: center;
  line-height: normal;
}
.sprocket-mosaic .sprocket-mosaic-container li .sprocket-mosaic-item .sprocket-padding .sprocket-mosaic-image-container .sprocket-mosaic-btns > a {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  font-size: 14px;
  line-height: 46px;
  text-align: center;
  margin: 0 12px 15px;
  color: #fff;
  -webkit-transform: translateY(-65px);
  -moz-transform: translateY(-65px);
  -o-transform: translateY(-65px);
  -ms-transform: translateY(-65px);
  transform: translateY(-65px);
}
.sprocket-mosaic .sprocket-mosaic-container li .sprocket-mosaic-item .sprocket-padding .sprocket-mosaic-image-container .sprocket-mosaic-btns > a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sprocket-mosaic .sprocket-mosaic-container li .sprocket-mosaic-item .sprocket-padding .sprocket-mosaic-image-container .sprocket-mosaic-btns > a:hover:after {
  background: #fff;
}
.sprocket-mosaic .sprocket-mosaic-container li .sprocket-mosaic-item .sprocket-padding .sprocket-mosaic-image-container .sprocket-mosaic-btns .sprocket-readmore > span {
  display: none;
}
.sprocket-mosaic .sprocket-mosaic-container li .sprocket-mosaic-item .sprocket-padding .sprocket-mosaic-image-container .sprocket-mosaic-title {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0;
  -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
  -o-transform: translateY(25px);
  -ms-transform: translateY(25px);
  transform: translateY(25px);
}
.sprocket-mosaic .sprocket-mosaic-container li .sprocket-mosaic-item .sprocket-padding .sprocket-mosaic-image-container .sprocket-mosaic-title a {
  color: #fff;
}
.sprocket-mosaic .sprocket-mosaic-container li .sprocket-mosaic-item .sprocket-padding .sprocket-mosaic-image-container .sprocket-mosaic-tags {
  background: none;
  font-style: normal;
  margin-top: 0;
  padding: 0;
  font-size: 14px;
  color: #999;
  -webkit-transform: translateY(55px);
  -moz-transform: translateY(55px);
  -o-transform: translateY(55px);
  -ms-transform: translateY(55px);
  transform: translateY(55px);
}
.sprocket-mosaic .sprocket-mosaic-container li .sprocket-mosaic-item .sprocket-padding .sprocket-mosaic-image-container .sprocket-mosaic-tags li {
  background: none;
}
.sprocket-mosaic .sprocket-mosaic-container li .sprocket-mosaic-item .sprocket-padding:hover .sprocket-mosaic-image-container a:after {
  opacity: 1;
  visibility: visible;
}
.sprocket-mosaic .sprocket-mosaic-container li .sprocket-mosaic-item:hover .sprocket-padding .sprocket-mosaic-image-container .sprocket-mosaic-item-info {
  opacity: 1;
}
.sprocket-mosaic .sprocket-mosaic-container li .sprocket-mosaic-item:hover .sprocket-padding .sprocket-mosaic-image-container .sprocket-mosaic-title {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.sprocket-mosaic .sprocket-mosaic-container li .sprocket-mosaic-item:hover .sprocket-padding .sprocket-mosaic-image-container .sprocket-mosaic-tags {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.sprocket-mosaic .sprocket-mosaic-container li .sprocket-mosaic-item:hover .sprocket-padding .sprocket-mosaic-image-container .sprocket-mosaic-btns > a {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.sprocket-mosaic a.sprocket-readmore {
  position: absolute;
  left: 0;
  top: 125px;
  right: 0;
  margin: auto;
  text-align: center;
  transform: translateY(-50%);
  color: #fff;
  font-size: 20px;
  opacity: 0;
  transition: all 0.3s ease;
}
.sprocket-mosaic .sprocket-mosaic-item:hover a.sprocket-readmore {
  opacity: 1;
}
.sprocket-mosaic .sprocket-mosaic-loadmore {
  padding: 0 !important;
  height: 54px;
  border: 1px solid #dadada !important;
  color: #989898;
  background: none !important;
  text-align: center;
  margin-top: 80px !important;
  border-radius: 50px !important;
}
.sprocket-mosaic .sprocket-mosaic-loadmore:before {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 32px;
  line-height: 58px;
}
.sprocket-mosaic .sprocket-mosaic-loadmore.loader:before {
  content: " ";
  font-family: FontAwesome;
  font-size: 50px;
  line-height: 54px;
  margin-top: 10px;
  display: block;
}
.sprocket-mosaic .sprocket-mosaic-loadmore.loader span {
  background-position: center 0 !important;
}
.sprocket-mosaic .sprocket-mosaic-loadmore span.loadmore-text, .sprocket-mosaic .sprocket-mosaic-loadmore span.loadmore-info {
  text-indent: -99999em;
}
/* Fun Facts
 ================================================== */
.ts-fun-fact .col-md-3:last-of-type {
  padding-right: 20px;
}
.facts-icon {
  position: absolute;
  left: 55px;
  top: 10px;
}
.facts-number {
  position: relative;
  top: 0;
  right: -100px;
  font-weight: 700;
  padding-left: 15px;
}
/* Blog
 ================================================== */
.article-list .article {
  padding: 30px;
  border-radius: 3px;
  padding-top: 0;
}
.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
  margin: 0px;
  overflow: hidden;
}
.article-list .article .article-header h1, .article-list .article .article-header h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 25px 0 10px;
}
.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
  color: #1c1c1c;
}
.article-list .article .article-header h1 a:hover, .article-list .article .article-header h2 a:hover, .article-list .article .article-header h1 a:active, .article-list .article .article-header h2 a:active, .article-list .article .article-header h1 a:focus, .article-list .article .article-header h2 a:focus {
  color: #4ba6fa;
}
.article-list .article .readmore {
  font-size: 0.875rem;
  text-align: right;
  margin-right: 10px;
}
.article-list .article .readmore a {
  color: #757575;
  font-weight: 500;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .readmore a:focus {
  color: #04367d;
}
.article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.article-info > span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.article-info > span + span::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  content: "|";
}
.article-info > span a {
  color: #797979;
}
.article-info > span a:hover {
  color: #04367d;
}
.articles-more {
  margin: 25px 0;
}
.tags {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0 0;
  display: block;
}
.tags > li {
  display: inline-block;
}
.tags > li a {
  display: block;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  border-radius: 6.25rem;
}
.tags > li a:hover {
  color: #fff;
}
.pager {
  list-style: none;
  padding: 2rem 0 0 0;
  margin: 2rem 0 0 0;
  border-top: 1px solid #f5f5f5;
}
.pager::after {
  display: block;
  clear: both;
  content: "";
}
.pager > li {
  display: inline-block;
}
.pager > li.previous {
  float: left;
}
.pager > li.next {
  float: right;
}
.pager > li a {
  display: inline-block;
  font-size: 0.785rem;
  padding: 1rem 2.5rem;
  border-radius: 100px;
}
#article-comments {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #f5f5f5;
}
.article-ratings {
  display: flex;
  align-items: center;
}
.article-ratings .rating-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 1rem;
  display: inline-block;
  margin-left: 5px;
}
.article-ratings .rating-symbol span.rating-star {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.article-ratings .rating-symbol span.rating-star.active:before {
  content: "\f005";
  color: #f6bc00;
}
.article-ratings .rating-symbol span.rating-star:before {
  content: "\f006";
  padding-right: 5px;
}
.article-ratings .rating-symbol span.rating-star:hover:before, .article-ratings .rating-symbol span.rating-star:hover ~ span.rating-star:before {
  content: "\f005";
  color: #e7b000;
  cursor: pointer;
}
.article-ratings .ratings-count {
  font-size: 0.785rem;
  color: #999;
}
.article-ratings .fa-spinner {
  margin-right: 5px;
}
.pagination-wrapper {
  text-align: center;
}
.pagination-wrapper ul.pagination {
  margin: 0;
  padding: 10px 0;
  background-color: #fff;
  margin-left: 30px;
}
.pagination-wrapper ul.pagination li.page-item [title~="Start"] {
  margin-right: 50px;
}
.pagination-wrapper ul.pagination li.page-item [title~="End"] {
  margin-left: 50px;
}
.pagination-wrapper ul.pagination li.page-item > a.page-link {
  border: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #000;
  padding: 0;
  margin: 0 5px;
  border-radius: 3px;
}
.pagination-wrapper ul.pagination li.page-item > a.page-link[title*=Start] {
  display: none;
}
.pagination-wrapper ul.pagination li.page-item > a.page-link[title*=End] {
  display: none;
}
.pagination-wrapper .pagination > li.page-item.disabled:first-child > a.page-link {
  margin-right: 50px;
}
.pagination-wrapper .pagination > li.page-item.disabled:last-child > a.page-link {
  margin-left: 50px;
}
.pagination-wrapper .pagination > .page-item.active > a.page-link {
  color: #fff;
}
.pagination-wrapper .pagination > .page-item.active > a.page-link:hover {
  color: #fff;
}
.pagination-counter {
  display: none;
}
/* Bottom
 ================================================== */
#sp-bottom {
  padding: 60px 0 30px;
  font-size: 14px;
  line-height: 1.6;
  color: #757575;
  /*.ts-newsletter{
   .acymailing_fulldiv{
   &:after{
   position: absolute;
   content: "\f1d9";
   font-family: "FontAwesome";
   color: #fff;
   top: 79px;
   font-size: 16px;
   padding: 10px 15px;
   height: 44px;
   width: 47px;
   background: $link_color;
   right: 35px;
   }
   input[type="text"]:not(.form-control){
   background-color: #272727;
   }
   }
   }*/
}
#sp-bottom .sppb-addon-social-media a {
  display: inline-block;
}
#sp-bottom .sppb-addon-social-media a i {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  font-size: 14px;
  color: #fff;
  background: transparent;
  border: 1px solid #4e4e4e;
  transition: all 0.3s;
}
#sp-bottom .sppb-addon-social-media a i:hover.fa-facebook {
  color: #3b5999;
}
#sp-bottom .sppb-addon-social-media a i:hover.fa-twitter {
  color: #55acee;
}
#sp-bottom .sppb-addon-social-media a i:hover.fa-google-plus {
  color: #dd4b39;
}
#sp-bottom .sppb-addon-social-media a i:hover.fa-linkedin {
  color: #0077b5;
}
#sp-bottom .sppb-addon-social-media a i:hover.fa-instagram {
  color: #bd081c;
}
#sp-bottom .sp-module {
  margin-bottom: 30px;
}
#sp-bottom .sp-module .sp-module-title {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 30px;
}
#sp-bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-bottom ul > li {
  display: block;
  margin-bottom: 15px;
}
#sp-bottom ul > li:last-child {
  margin-bottom: 0;
}
#sp-bottom ul > li > a {
  display: block;
}
#sp-bottom .sp-module-title {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}
.bottom-gallery .sppb-addon-gallery .sppb-gallery li a .sppb-img-responsive {
  width: 75px !important;
  height: 75px !important;
}
.ts-about-video .sppb-col-md-6 {
  padding: 0;
}
/* Partners
 ================================================== */
.ts-partner #clients-carousel {
  padding: 0px 60px;
}
/* Footer
 ================================================== */
#sp-footer .container-inner {
  padding: 20px 0;
}
#sp-footer ul.menu {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
#sp-footer ul.menu li {
  display: inline-block;
  margin: 0 10px;
}
#sp-footer ul.menu li a {
  display: block;
}
#sp-footer ul.menu li a:hover {
  background: none;
}
#sp-footer #sp-footer2 {
  text-align: right;
}
#sp-footer {
  color: #fff;
}
#sp-footer .sp-copyright a {
  color: #4ba6fa;
}
#sp-footer .sp-module ul > li > a {
  color: #fff;
}
#sp-footer .sp-module ul > li > a:hover {
  color: #7dbffb;
}
html.coming-soon {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
html.coming-soon body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 40%;
}
html.coming-soon .coming-soon-logo {
  display: inline-block;
  margin-bottom: 2rem;
}
html.coming-soon #coming-soon-countdown {
  margin-top: 4rem;
}
html.coming-soon #coming-soon-countdown .coming-soon-days, html.coming-soon #coming-soon-countdown .coming-soon-hours, html.coming-soon #coming-soon-countdown .coming-soon-minutes, html.coming-soon #coming-soon-countdown .coming-soon-seconds {
  margin: 0;
  float: left;
  width: 25%;
}
html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-number {
  width: 100%;
  font-size: 4.5rem;
  letter-spacing: -1px;
  line-height: 1;
}
html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-string {
  font-size: 1.5rem;
  letter-spacing: -1px;
  display: block;
  text-transform: uppercase;
}
html.coming-soon .coming-soon-position {
  margin-top: 2rem;
}
html.coming-soon .social-icons {
  margin-top: 4rem;
}
html.error-page {
  width: 100%;
  height: 100%;
}
html.error-page body {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 40%;
}
html.error-page .error-logo {
  display: inline-block;
  margin-bottom: 2rem;
}
html.error-page .error-code {
  margin: 0 0 1rem;
  font-size: 6rem;
  line-break: 1;
}
html.error-page .error-message {
  font-size: 1.5rem;
  margin-bottom: 3rem;
}
.page-header {
  padding-bottom: 15px;
}
.contact-form .form-actions {
  background: none;
  border: none;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
/* Back To Top
 ================================================== */
.sp-scroll-up {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #333;
  border-radius: 3px;
  z-index: 1000;
}
.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
  color: #fff;
  background: #444;
}
.control-group {
  margin-bottom: 1rem;
}
select.form-control:not([multiple]), select.inputbox:not([multiple]), select:not([multiple]) {
  height: calc(2.25rem + 2px);
}
input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-control) {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="text"]:not(.form-control):focus, input[type="email"]:not(.form-control):focus, input[type="url"]:not(.form-control):focus, input[type="date"]:not(.form-control):focus, input[type="password"]:not(.form-control):focus, input[type="search"]:not(.form-control):focus, input[type="tel"]:not(.form-control):focus, input[type="number"]:not(.form-control):focus, select:not(.form-control):focus {
  border-color: transparent;
  outline: 0;
}
.form-horizontal .control-label {
  float: left;
  width: auto;
  padding-top: 5px;
  padding-right: 5px;
  text-align: left;
}
.form-horizontal .controls {
  margin-left: 220px;
}
.card-block {
  padding: 20px;
}
.card-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
.card-block ul li {
  display: block;
}
.alert.alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
/* Modified SCSS */
.main-carousel.carousel-dark-bg .sppb-carousel-arrow {
  color: #fff;
}
.main-carousel .sppb-carousel-item-inner {
  z-index: 1;
}
@media (min-width: 1199px) {
  .main-carousel .sppb-carousel-item-inner {
    width: 1140px !important;
    padding: 0 15px !important;
    transform: translateX(-50%);
    left: 50% !important;
  }
}
.main-carousel .sppb-carousel-item-inner .sppb-row {
  align-items: center;
}
.main-carousel .sppb-carousel-inner .slider-black-color {
  color: #2e2c2d;
}
.main-carousel .sppb-carousel-inner .slider-orange-color {
  color: #fa6742;
}
.main-carousel .sppb-carousel-inner .slider-gray-color {
  color: #757575;
}
.main-carousel .sppb-carousel-inner .sppb-carousel-pro-content {
  color: #fff;
}
.main-carousel .sppb-carousel-arrow {
  position: absolute;
  top: 50%;
  font-size: 50px;
  color: #000;
  left: 18px;
  margin-top: -25px;
  transition: all 0.3s ease;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.main-carousel .sppb-carousel-arrow.right {
  left: auto;
  right: 0px;
}
.main-carousel .sppb-carousel-inner:after, .main-carousel .sppb-carousel-inner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .main-carousel .sppb-carousel-inner:after, .main-carousel .sppb-carousel-inner:before {
    display: none;
  }
}
.main-carousel:hover .sppb-carousel-arrow {
  opacity: 1;
  visibility: visible;
}
.main-carousel:hover .sppb-carousel-arrow.left {
  left: 30px;
}
.main-carousel:hover .sppb-carousel-arrow.right {
  right: 30px;
}
@media (max-width: 767px) {
  .main-carousel .sppb-btn {
    margin-bottom: 40px;
  }
}
/* Revolution Slider Arrow */
/* Owl Carousel */
.ts-carousel .sppb-carousel-control {
  top: calc(50% - 35px);
  width: 30px;
  height: 70px;
  line-height: 70px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 20px;
  transition: all 0.3s;
}
.ts-carousel .sppb-carousel-control:hover {
  background: #000;
}
/* Site Search */
.search-right, .search-left {
  position: relative;
  padding: 0;
}
.search-right .nav-search-form, .search-left .nav-search-form {
  display: block !important;
}
.search-right .nav-search-icon, .search-left .nav-search-icon {
  cursor: pointer;
  position: absolute;
  font-size: 16px;
  line-height: 55px;
  text-align: right;
  background: #3894ea;
  color: #fff;
  padding: 0 20px;
  right: 20px;
  z-index: 1;
  display: block !important;
}
.search-right .inputbox, .search-left .inputbox {
  height: 55px;
  background: none !important;
  font-style: italic;
  font-size: 14px !important;
  padding-left: 20px !important;
}
.search-right .inputbox:focus, .search-left .inputbox:focus {
  border: 1px solid #4ba6fa !important;
}
.search-right .search-close, .search-left .search-close {
  display: none;
}
/* Sub pages
 ========================================== */
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #1c1c1c !important;
}
/* About */
.section-title.about-title .sppb-addon-header .sppb-addon-title span {
  text-transform: uppercase !important;
}
/* Features
 ============================== */
.sppb-addon-content .features-text {
  padding-left: 43px;
  margin-left: 12px;
  border-left: 2px solid #fa6742;
  padding-right: 10px;
}
.features-box {
  transition: all 0.3s linear;
}
.features-box:hover {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1) !important;
}
.features-box .sppb-addon-text p {
  margin-bottom: 0;
}
/* Feature Box Classic */
.features-box-classic {
  position: relative;
  z-index: 1;
}
.features-box-classic .sppb-img-container img {
  height: 120px;
}
.features-box-classic:after {
  position: absolute;
  content: "";
  right: -15px;
  top: 50%;
  width: 1px;
  height: 50%;
  background: #eee;
  margin-top: -25%;
}
.ts-features [class*="sppb-col"]:last-child .features-box-classic:after {
  display: none;
}
/* Acymailing */
.footer-newsletter-area.border-bottom {
  position: relative;
  border: none !important;
}
.footer-newsletter-area.border-bottom:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 90%;
  background: #303030;
  left: calc(50% - 45%);
  height: 1px;
}
.ts-newsletter input[type="text"]:not(.form-control) {
  padding: 12px 18px;
  border-radius: 0;
}
.ts-newsletter .btn {
  padding: 0 15px;
  border-radius: 0;
  font-weight: 700;
  font-size: 14px;
  height: 45px;
  text-transform: uppercase;
}
/* Intro */
.intro-bg-pattern {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.intro-bg-pattern:after {
  position: absolute;
  content: "";
  top: -125px;
  left: 0;
  background: url('../images/intro/intro-pattern.png');
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 100%;
}
/* Service */
.service-area .sppb-addon-article {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.service-area .sppb-addon-article:hover .sppb-article-introtext {
  bottom: -25px;
}
.service-area .sppb-addon-article:hover .sppb-article-introtext p {
  opacity: 1;
  visibility: visible;
}
.service-area .sppb-addon-article:hover:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
  width: 100%;
}
.service-area .sppb-addon-article:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  background: rgba(4, 54, 125, .75);
  background: -moz-linear-gradient(-45deg, rgba(4, 54, 125, .75) 0%, rgba(0, 0, 0, .75) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(4, 54, 125, .75) 0%, rgba(0, 0, 0, .75) 100%);
  background: linear-gradient(135deg, rgba(4, 54, 125, .75) 0%, rgba(0, 0, 0, .75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#04367d', endColorstr='#000000', GradientType=1);
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
}
.service-area .sppb-article-introtext {
  position: absolute;
  bottom: -110px;
  padding: 30px;
  transition: all 0.3s linear;
  z-index: 1;
}
.service-area .sppb-article-introtext h3 a {
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
}
.service-area .sppb-article-introtext p {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.intro-service .sppb-addon-title {
  color: #fff;
}
.intro-service .sppb-addon-title span {
  margin-bottom: 20px;
  color: #fff !important;
}
.intro-service .sppb-addon-content p {
  margin-bottom: 0;
}
/* Project Single
 ====================================*/
.ts-single-project .project-details p {
  position: relative;
  display: inline-block;
}
.ts-single-project .project-details p span {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  display: block;
}
.ts-single-project .single-project-intro {
  padding-bottom: 5px;
}
.related-projects .sppb-addon-article .sppb-article-introtext h3 a {
  font-size: 18px;
  color: #1c1c1c;
}
.related-projects .sppb-addon-article .article-img .sppb-img-responsive {
  border-radius: 3px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}
/* Portfolio 1
 ====================================*/
.ts-portfolio .sprocket-mosaic .sprocket-mosaic-filter {
  float: none;
  text-align: center;
}
.ts-portfolio .sprocket-mosaic .sprocket-mosaic-filter ul li {
  background: #fff;
  width: 100px;
  height: 40px;
  padding: 0;
  line-height: 40px;
  text-transform: capitalize;
}
.ts-portfolio .sprocket-mosaic .sprocket-mosaic-filter ul li.active {
  color: #fff;
  background: #4ba6fa;
}
.ts-portfolio .sprocket-mosaic .sprocket-mosaic-container li .sprocket-mosaic-item .sprocket-padding .sprocket-mosaic-image-container {
  box-shadow: none;
}
.ts-portfolio .sprocket-mosaic .sprocket-mosaic-container li .sprocket-mosaic-item .sprocket-padding .sprocket-mosaic-image-container .sprocket-mosaic-image {
  border-radius: 0;
}
.ts-portfolio-classic .sprocket-mosaic a.sprocket-readmore {
  top: 175px;
}
/* Testimonial
 ===============================================*/
.ts-faq .sppb-col-md-6 {
  padding: 0px;
}
.ts-testimonial {
  position: relative;
}
.ts-testimonial .sppb-carousel-inner .sppb-item .sppb-addon-testimonial-pro-footer {
  position: absolute;
  bottom: -70px;
  left: 70px;
}
.ts-testimonial .sppb-carousel-inner .sppb-item .sppb-addon-testimonial-pro-footer strong {
  font-size: 18px;
  color: #1c1c1c;
  display: inline-block;
  line-height: 18px;
}
.ts-testimonial .sppb-carousel-inner .sppb-item .sppb-addon-testimonial-pro-footer strong span {
  font-size: 14px;
  font-weight: 400;
  color: #797979;
  display: block;
}
.ts-testimonial .sppb-carousel-inner .sppb-item .sppb-testimonial-message {
  margin-bottom: 75px;
  margin-top: 25px;
  padding-bottom: 35px;
}
.ts-testimonial .sppb-carousel-inner .sppb-item .sppb-testimonial-message span.icon:before {
  position: absolute;
  content: "\f10d";
  font-family: "FontAwesome";
  font-size: 60px;
  top: -20px;
  left: 30px;
  color: #999;
  opacity: 0.2;
}
.ts-testimonial .sppb-carousel-indicators {
  display: block;
}
.ts-testimonial .sppb-carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 0 2px;
  border-color: #cbcbcb;
  background-color: #cbcbcb;
}
.ts-testimonial .sppb-carousel-indicators li.active {
  border-color: #4ba6fa;
  background-color: #4ba6fa;
}
/* Choose Us
 ===============================================*/
.ts-choose-us .border-top {
  border-top: 1px solid #fff !important;
  border-bottom: 1px solid #fff !important;
}
.ts-choose-us .sppb-col-md-6 {
  padding: 0;
}
.ts-choose-us .choose-us-contact .sppb-ajaxt-contact-form input[type="text"]:not(.form-control), .ts-choose-us .choose-us-contact .sppb-ajaxt-contact-form input[type="email"]:not(.form-control), .ts-choose-us .choose-us-contact .sppb-ajaxt-contact-form input[type="url"]:not(.form-control), .ts-choose-us .choose-us-contact .sppb-ajaxt-contact-form input[type="date"]:not(.form-control), .ts-choose-us .choose-us-contact .sppb-ajaxt-contact-form input[type="password"]:not(.form-control), .ts-choose-us .choose-us-contact .sppb-ajaxt-contact-form input[type="search"]:not(.form-control), .ts-choose-us .choose-us-contact .sppb-ajaxt-contact-form input[type="tel"]:not(.form-control), .ts-choose-us .choose-us-contact .sppb-ajaxt-contact-form input[type="number"]:not(.form-control), .ts-choose-us .choose-us-contact .sppb-ajaxt-contact-form select:not(.form-control), .ts-choose-us .choose-us-contact .sppb-ajaxt-contact-form .sppb-form-control, .ts-choose-us .choose-us-contact .sppb-ajaxt-contact-form .sppb-form-group .sppb-form-control {
  background-color: #192538;
  border-radius: 0;
  border: 1px solid #324461;
}
.ts-choose-us .choose-us-contact .sppb-ajaxt-contact-form .sppb-btn {
  margin-top: 8px;
}
/*  Testimonial Standard  */
.ts-testimonial-standard {
  position: relative;
}
.ts-testimonial-standard .section-title .sppb-addon-title {
  color: #fff;
}
.ts-testimonial-standard .testimonial-standard .sppb-addon-testimonial-pro-footer {
  margin-bottom: 40px;
}
.ts-testimonial-standard .testimonial-standard .sppb-addon-testimonial-pro-footer strong {
  font-size: 18px;
  display: inline-block;
}
.ts-testimonial-standard .testimonial-standard .sppb-addon-testimonial-pro-footer strong span {
  font-size: 14px;
  font-weight: 400;
  display: block;
  text-align: left;
}
.ts-testimonial-standard .testimonial-standard .sppb-addon-testimonial-pro-footer img {
  margin-top: -40px;
  margin-right: 15px;
}
.ts-testimonial-standard .testimonial-standard .sppb-carousel-indicators li {
  width: 7px;
  height: 7px;
  background: #cbcbcb;
  margin: 0;
}
.ts-testimonial-standard .testimonial-standard .sppb-carousel-indicators li.active {
  width: 7px;
  height: 7px;
  background: #4ba6fa;
}
.testimonial-standard .sppb-addon-testimonial-client {
  text-align: left;
  margin-left: 10px;
}
.testimonial-standard .sppb-addon-testimonial-client strong {
  font-size: 20px;
  text-transform: uppercase;
  color: #1a1a1a;
}
.testimonial-standard .sppb-addon-testimonial-client span {
  font-size: 16px;
}
.testimonial-standard .sppb-addon-testimonial-footer {
  display: inline-flex;
  align-items: center;
  margin-bottom: 35px;
}
.testimonial-standard .sppb-addon-testimonial-review {
  position: relative;
}
.testimonial-standard .sppb-addon-testimonial-review > span {
  position: absolute;
  top: -5px;
  right: 105px;
  z-index: -1;
}
.testimonial-standard .sppb-addon-testimonial-review > span.fa-quote-left:before {
  content: "\e937";
  font-family: 'iconfont' !important;
}
.testimonial-standard .sppb-addon-testimonial-review > p {
  padding: 0 45px;
}
.ts-testimonial.testimonial-standard .sppb-addon-testimonial-footer {
  margin-bottom: 25px;
  display: block;
  text-align: center;
}
.ts-testimonial.testimonial-standard .sppb-addon-testimonial-footer img {
  display: block;
  margin: 0 auto;
}
.ts-testimonial.testimonial-standard .sppb-addon-testimonial-client {
  text-align: center;
  margin-top: 12px;
}
.ts-testimonial.testimonial-standard .sppb-addon-testimonial-review > p {
  padding: 0 20px;
}
.ts-testimonial.testimonial-standard .sppb-addon-testimonial-review > span {
  right: 50px;
}
/*  Testimonial Classic  */
.testimonial-classic .sppb-carousel-inner .sppb-item .sppb-addon-testimonial-pro-footer {
  left: 0 !important;
  right: 0;
  bottom: -90px !important;
}
.testimonial-classic .sppb-carousel-inner .sppb-item .sppb-addon-testimonial-pro-footer strong {
  color: #fff !important;
}
.testimonial-classic .sppb-carousel-inner .sppb-item .sppb-addon-testimonial-pro-footer strong span {
  margin-top: 10px;
}
.testimonial-classic .sppb-carousel-inner .sppb-item .sppb-addon-testimonial-pro-footer img {
  margin-bottom: 40px;
}
/* Team
 ===================================== */
.ts-team {
  position: relative;
  border-bottom: 2px solid #fff;
}
.ts-team .person-details .sppb-addon-content .ts-person-content .sppb-person-information {
  background: none;
}
.ts-team .person-details .sppb-addon-content .ts-person-content .sppb-person-social {
  position: absolute;
  top: 38%;
  right: 0;
  left: 0;
  margin: auto;
  transform: translateY(-50%) scale(0);
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.ts-team .person-details .sppb-addon-content .ts-person-content .sppb-person-social a i {
  color: #fff;
  font-size: 20px;
  padding-right: 20px;
}
.ts-team .person-details .sppb-addon-content .sppb-person-image {
  position: relative;
}
.ts-team .person-details .sppb-addon-content .sppb-person-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(96, 147, 202, .7);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.ts-team .person-details .sppb-addon-content .sppb-person-image .sppb-img-responsive {
  width: 100%;
}
.ts-team .person-details .sppb-addon-content:hover .sppb-person-social {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) scale(1);
}
.ts-team .person-details .sppb-addon-content:hover .sppb-person-image:after {
  opacity: 1;
  visibility: visible;
}
.ts-team .person-details .sppb-addon-content:hover .sppb-person-name {
  color: #4ba6fa;
}
/* Team Standard */
.ts-team-standard.ts-team .person-details .sppb-addon-content .sppb-person-image:after {
  border-radius: 100%;
}
/* Pricing Table
 ===============================================*/
.ts-pricing .sppb-addon-pricing-table .sppb-pricing-header .sppb-pricing-price-container .sppb-pricing-price span {
  font-size: 20px;
  font-style: italic;
}
.ts-pricing .sppb-addon-pricing-table .sppb-pricing-footer .sppb-btn-custom {
  background-color: #273a59 !important;
}
.ts-pricing .sppb-addon-pricing-table .sppb-pricing-footer .sppb-btn-custom:hover {
  background-color: #fff !important;
  color: #273a59 !important;
}
.ts-pricing .sppb-addon-pricing-table .sppb-pricing-footer .sppb-btn-info {
  background-color: #fff !important;
  color: #273a59 !important;
}
.ts-pricing .sppb-addon-pricing-table .sppb-pricing-footer .sppb-btn-info:hover {
  background-color: #273a59 !important;
  color: #fff !important;
}
.pricing-standard .sppb-addon-pricing-table .sppb-pricing-price.after span {
  font-size: 20px;
  font-style: italic;
}
/* Latest News
 ===============================================*/
.ts-media-news {
  position: relative;
}
.ts-media-news .latest-news .sppb-addon-content .sppb-addon-article .sppb-article-meta {
  position: relative;
  margin: -37px 0px 20px;
  background: rgba(0, 0, 0, .5);
}
.ts-media-news .latest-news .sppb-addon-content .sppb-addon-article .sppb-article-meta span {
  color: #fff;
  margin: 5px 25px;
}
.ts-media-news .latest-news .sppb-addon-content .sppb-addon-article .sppb-article-introtext {
  max-height: 135px;
  overflow: hidden;
}
.ts-media-news .latest-news .sppb-addon-content .sppb-addon-article .sppb-article-introtext h3 a {
  font-size: 18px;
  color: #1c1c1c;
}
.ts-media-news .latest-news .sppb-addon-content .sppb-addon-article:hover .sppb-article-introtext h3 a {
  color: #4ba6fa;
}
.footer-contact-info .sppb-img-container, .footer-contact-info .sppb-icon {
  float: left;
}
.footer-contact-info .sppb-addon-text {
  padding-left: 40px;
}
.footer-contact-info .sppb-addon-text h3 {
  margin-bottom: 0;
}
.footer-contact-info:after {
  content: "";
  display: block;
  clear: both;
}
.acysubbuttons {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  margin-bottom: 0;
}
/* Bottom
 ======================================== */
/*  bottom 2  */
#sp-bottom2 .sp-column .sp-module-content .latestnews .article-list-img {
  display: none;
}
#sp-bottom2 .sp-column .sp-module-content .latestnews h4 a {
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #fff;
}
#sp-bottom2 .sp-column .sp-module-content .latestnews h4 a:hover {
  color: #4ba6fa;
}
.bottom-border-top {
  border-top: 2px solid #4ba6fa;
}
.bottom-recent-news .sppb-article-meta span {
  font-size: 16px;
  margin-bottom: 0;
  color: #4ba6fa;
}
.bottom-recent-news .sppb-article-introtext {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-height: 35px;
}
.bottom-recent-news .sppb-article-introtext h3 a {
  color: #fff !important;
  font-size: 14px;
  font-weight: 400;
}
.bottom-recent-news .sppb-addon-article {
  margin-bottom: 0px !important;
}
/* News Details
 ============================================= */
.blog-details #sp-main-body, .news-right #sp-main-body, .news-left #sp-main-body {
  background: #f6f6f6;
}
.article-details h3 {
  padding: 20px 0;
}
.article-details .article-header {
  color: #2f2c2c;
}
.article-details .article-header h1 {
  font-size: 24px;
  margin: 25px 0;
}
.article-details .article-info span {
  color: #797979;
  font-size: 16px;
}
.article-details .article-info span a {
  color: #2f2c2c;
}
.article-details .article-info span a:hover {
  color: #04367d;
}
.article-details .article-ratings {
  color: #797979;
}
.article-details .article-social-share {
  display: none;
}
.article-details blockquote {
  background: #f5f5f5;
  padding: 60px 30px 30px 45px;
  position: relative;
  z-index: 2;
  margin-top: 40px;
  margin-bottom: 30px;
}
.article-details blockquote p {
  font-size: 18px;
  color: #2f2c2c;
  line-height: 1.6;
  padding-top: 8px;
  padding-bottom: 20px;
}
.article-details blockquote cite {
  position: absolute;
  right: 25px;
  bottom: 25px;
  font-style: normal;
  color: #04367d;
  font-weight: 700;
  font-size: 16px;
}
.article-details blockquote:after {
  position: absolute;
  top: 0;
  left: 40px;
  content: "\e937";
  font-family: iconfont;
  font-size: 60px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.article-details ul.list-round {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  border-bottom: 1px solid #ddd;
}
.article-details ul.list-round li {
  padding-bottom: 15px;
}
.article-details ul.list-round li:before {
  font-family: fontAwesome;
  content: "\f111";
  font-size: 8px;
  color: #222;
  vertical-align: middle;
  margin-right: 15px;
  margin-top: -3px;
  display: inline-block;
}
.article-details.blog-details {
  padding-left: 25px;
}
.article-details.blog-details .article-info {
  margin-bottom: 40px;
}
.article-details .article-header {
  position: relative;
}
.article-details .link-edit-article {
  position: absolute;
  right: 0;
  top: 10px;
}
.article-details .article-full-image {
  margin-bottom: 2rem;
}
.article-details .article-full-image img {
  display: inline-block;
}
.article-details .article-featured-video, .article-details .article-featured-audio, .article-details .article-feature-gallery {
  margin-bottom: 2rem;
}
.article-details .article-ratings-social-share {
  padding: 1rem 0;
  margin-bottom: 1rem;
  position: absolute;
  bottom: 20px;
}
.article-details .article-author-information {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #f5f5f5;
}
/* SP-left right */
#sp-right .sp-module, #sp-left .sp-module {
  padding: 30px 20px;
  border-radius: 0;
  border: none;
  margin-top: 0;
  padding-bottom: 0;
}
#sp-right .sp-module.news-categories, #sp-left .sp-module.news-categories {
  padding-bottom: 40px;
}
#sp-right .sp-module .sp-module-title, #sp-left .sp-module .sp-module-title {
  font-weight: 700;
  color: #1a1a1a;
  position: relative;
  z-index: 2;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 20px;
  margin-bottom: 30px;
}
#sp-right .sp-module .sp-module-content .categories-module li, #sp-left .sp-module .sp-module-content .categories-module li {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 16px 0;
  position: relative;
}
#sp-right .sp-module .sp-module-content .categories-module li a, #sp-left .sp-module .sp-module-content .categories-module li a {
  color: #797979;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: 400;
}
#sp-right .sp-module .sp-module-content .categories-module li a:hover, #sp-left .sp-module .sp-module-content .categories-module li a:hover {
  color: #04367d;
}
#sp-right .sp-module .sp-module-content .categories-module li:last-child, #sp-left .sp-module .sp-module-content .categories-module li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
#sp-right .sp-module .sp-module-content .categories-module li:first-child, #sp-left .sp-module .sp-module-content .categories-module li:first-child {
  padding-top: 0;
}
#sp-right .sp-module.sidebar-ad, #sp-left .sp-module.sidebar-ad {
  padding: 0 !important;
}
#sp-right .sp-module.sidebar-ad img, #sp-left .sp-module.sidebar-ad img {
  width: 100%;
}
#sp-right .sp-module .tagspopular ul li, #sp-left .sp-module .tagspopular ul li {
  float: left;
  margin: 3px;
}
#sp-right .sp-module .tagspopular ul li a, #sp-left .sp-module .tagspopular ul li a {
  border: 1px solid #ddd;
  color: #797979;
  display: inline-block;
  font-size: 14px;
  padding: 5px 16px;
  margin: 0 3px 10px 0;
  border-radius: 25px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#sp-right .sp-module .tagspopular ul li a:hover, #sp-left .sp-module .tagspopular ul li a:hover {
  background: #04367d;
  color: #fff;
  border: 1px solid transparent;
}
#sp-right .sp-module .tagspopular:after, #sp-left .sp-module .tagspopular:after {
  display: block;
  content: "";
  clear: both;
}
#sp-right .sp-module .latestnews li, #sp-left .sp-module .latestnews li {
  margin-bottom: 15px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 15px;
}
#sp-right .sp-module .latestnews li a, #sp-left .sp-module .latestnews li a {
  font-size: 16px;
  color: #797979;
  font-weight: 400;
  line-height: 1.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#sp-right .sp-module .latestnews li a:hover, #sp-left .sp-module .latestnews li a:hover {
  color: #fa6742;
}
#sp-right .sp-module .latestnews li:last-child, #sp-left .sp-module .latestnews li:last-child {
  margin: 0;
  padding: 0;
}
#sp-right label, #sp-left label {
  display: none;
}
/* Project */
.blog.news-left .article-list .article {
  padding-left: 0;
}
.blog.news-right .article-list .article {
  padding-right: 0;
}
.blog.news-right .article-list .article .readmore {
  margin-right: 10px;
}
.blog .article-list .readmore a {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 30px;
  border-radius: 0px;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  position: relative;
  z-index: 99;
  background: #4ba6fa;
  border-color: #4ba6fa;
  color: #fff;
  font-weight: 700;
}
.blog .article-list .readmore a:hover {
  background: #2e2c2d;
  border-color: #2e2c2d;
  color: #fff;
}
/* Clients
 ==============================*/
.ts-client img {
  display: block !important;
  margin: 0 auto 40px;
}
/* Clients Carousel */
.clients-carousel.owl-carousel .partner-logo {
  display: table;
  margin: 0 auto;
}
.clients-carousel.owl-carousel .partner-logo a {
  display: table-cell;
  vertical-align: middle;
}
.clients-carousel.owl-carousel .owl-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.clients-carousel.owl-carousel .owl-dots button {
  width: 7px;
  height: 7px;
  background: #cdcbca;
  display: inline-block;
  border-radius: 50%;
  margin: 4px;
}
.clients-carousel.owl-carousel .owl-dots button.active {
  width: 11px;
  height: 11px;
  background: #362f2d;
}
.clients-carousel.owl-carousel .owl-nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.clients-carousel.owl-carousel .owl-nav button {
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #04367d;
  color: #fff;
  left: 15px;
  top: -10px;
}
.clients-carousel.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 15px;
}
/* Faq
 ==================================== */
.ts-accordion .sppb-panel-modern {
  background: none;
  color: #fff;
  border: none;
  border-bottom: 1px solid #445773;
}
.ts-accordion .sppb-panel-modern .sppb-panel-heading {
  background: none;
  color: #fff;
}
.ts-accordion .sppb-panel-modern .sppb-panel-heading.active {
  color: #4ba6fa;
}
.ts-accordion .sppb-panel-modern .sppb-panel-heading span.sppb-panel-title {
  font-size: 18px;
}
.ts-accordion .sppb-panel-body {
  border: none;
  padding: 0px 15px;
  padding-left: 0px;
}
.sppb-panel-modern {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ebebeb;
}
.sppb-panel-modern > .sppb-panel-heading {
  background: none;
  padding-bottom: 20px;
  padding-top: 10px;
  padding-left: 0px;
  transition: all 0.3s;
}
.sppb-panel-modern > .sppb-panel-heading.active {
  padding-bottom: 10px;
  transition: all 0.3s;
}
.sppb-panel-modern > .sppb-panel-heading.active .sppb-toggle-direction {
  transform: rotate(0deg);
  color: #fff;
  background: #4ba6fa;
  width: 15px;
  height: 15px;
  font-size: 10px !important;
  padding-left: 4px;
  line-height: 16px;
}
.sppb-panel-modern > .sppb-panel-heading.active .sppb-toggle-direction i:before {
  content: "\f068";
}
.sppb-panel-modern > .sppb-panel-heading .sppb-toggle-direction {
  color: #253a5b;
  background: #fff;
  width: 15px;
  height: 15px;
  font-size: 10px !important;
  padding-left: 4px;
  line-height: 16px;
  margin-top: -8px;
}
.sppb-panel-modern > .sppb-panel-heading .sppb-toggle-direction i:before {
  content: "\f067";
}
.sppb-panel-modern .sppb-panel-body {
  border: none;
  padding-bottom: 10px;
}
/* Contact Us
 ================================= */
.ts-contact-us input[type="text"]:not(.form-control), .ts-contact-us input[type="email"]:not(.form-control), .ts-contact-us input[type="url"]:not(.form-control), .ts-contact-us input[type="date"]:not(.form-control), .ts-contact-us input[type="password"]:not(.form-control), .ts-contact-us input[type="search"]:not(.form-control), .ts-contact-us input[type="tel"]:not(.form-control), .ts-contact-us input[type="number"]:not(.form-control), .ts-contact-us input select:not(.form-control) {
  border-radius: 0;
  padding: 17px 30px;
}
.ts-contact-us input[type="text"]:not(.form-control):focus, .ts-contact-us input[type="email"]:not(.form-control):focus, .ts-contact-us input[type="url"]:not(.form-control):focus, .ts-contact-us input[type="date"]:not(.form-control):focus, .ts-contact-us input[type="password"]:not(.form-control):focus, .ts-contact-us input[type="search"]:not(.form-control):focus, .ts-contact-us input[type="tel"]:not(.form-control):focus, .ts-contact-us input[type="number"]:not(.form-control):focus, .ts-contact-us input select:not(.form-control):focus {
  border-color: rgba(0, 0, 0, .15);
}
.ts-contact-us textarea:focus {
  border-color: rgba(0, 0, 0, .15);
}
.ts-contact-us .sppb-form-control .sppb-form-control, .ts-contact-us .sppb-form-group .sppb-form-control {
  border-radius: 0;
  padding: 10px 20px !important;
}
.contact-info:hover .sppb-addon-title {
  color: #04367d !important;
}
.contact-info:hover .sppb-addon-text p {
  color: #1a1a1a;
  transition: all 0.3s;
}
/* Border
 ================================= */
.section-border-bottom .sppb-row-container {
  position: relative;
}
.section-border-bottom .sppb-row-container:after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #e3e3e3;
  width: 100%;
  bottom: -10px;
}
/* Progress Bar 
 ==============================================*/
.ts-progress-bar .sppb-progress-bar {
  background: #04367d;
}
.ts-progress-bar .sppb-progress-label {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 12px;
}
.ts-progress-bar .sppb-progress-label span {
  font-size: 16px;
  font-weight: 400;
}
/* Quote Form */
.get-quote-form input[type="text"]:not(.form-control), .get-quote-form input[type="email"]:not(.form-control), .get-quote-form input[type="url"]:not(.form-control), .get-quote-form input[type="date"]:not(.form-control), .get-quote-form input[type="password"]:not(.form-control), .get-quote-form input[type="search"]:not(.form-control), .get-quote-form input[type="tel"]:not(.form-control), .get-quote-form input[type="number"]:not(.form-control) {
  padding: 15px 25px;
  border-radius: 0;
  border-color: #e0e0e0;
}
.get-quote-form input[type="text"]:not(.form-control):focus, .get-quote-form input[type="email"]:not(.form-control):focus, .get-quote-form input[type="url"]:not(.form-control):focus, .get-quote-form input[type="date"]:not(.form-control):focus, .get-quote-form input[type="password"]:not(.form-control):focus, .get-quote-form input[type="search"]:not(.form-control):focus, .get-quote-form input[type="tel"]:not(.form-control):focus, .get-quote-form input[type="number"]:not(.form-control):focus {
  border-color: #e0e0e0;
}
.get-quote-form .sppb-form-control .sppb-form-control, .get-quote-form .sppb-form-group .sppb-form-control {
  border-radius: 0;
  border-color: #e0e0e0;
}
.get-quote-form .sppb-btn {
  box-shadow: none;
}
.get-quote-form .sppb-btn:after {
  right: 90px;
}
/******************** Start Page Builder Addons ***********************/
/**********************************************************************/
/* Pricing Table */
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-price {
  font-weight: 700;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-price .sppb-pricing-price-symbol {
  font-size: 26px;
}
#sp-main-body.main-body-no-container {
  padding: 0;
}
#sp-main-body.main-body-no-container .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
#sp-main-body.main-body-no-container .container .sppb-row-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
#sp-main-body.main-body-no-container .container .article-details h3 {
  padding: 0;
}
/* Call To action */
.ts-cta-area .cta-title .sppb-addon-title {
  color: #fff;
}
.ts-cta-area .cta-btn {
  margin-right: 60px;
}
.cta-btn .sppb-text-left {
  text-align: center;
}
.cta-content .sppb-icon {
  margin-right: 35px;
}
.cta-content .sppb-media-body .sppb-addon-title {
  margin-top: 10px;
}
.cta-classic .sppb-addon-content {
  margin-right: 35px;
}
.cta-classic .sppb-addon-content h3 {
  font-size: 36px;
  font-weight: 300;
  line-height: 54px;
  color: #fff;
}
.cta-classic .sppb-addon-content h3 strong {
  color: #04367d;
  font-weight: 700;
  text-transform: uppercase;
}
/* Video Popup */
.ts-video-popup .video-popup {
  position: relative;
}
.ts-video-popup .video-popup .sppb-modal-selector {
  display: block;
}
.ts-video-popup .video-popup i {
  position: absolute;
  left: calc(50% - 37px);
  top: calc(50% - 37px);
  font-size: 22px;
  color: #fff;
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  background: #4ba6fa;
  border-radius: 50%;
  padding-left: 5px;
  animation: videoPulse 2s infinite;
}
@keyframes videoPulse {
  0% {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, .3);
  }
  50% {
    box-shadow: 0 0 0 25px rgba(255, 255, 255, .3);
  }
  100% {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, .3);
  }
}
/* Social Icons */
.social-icons .bottom-social a {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 1px solid #ddd;
  font-size: 22px;
  color: #000;
}
.social-icons .bottom-social a:hover {
  background: #1a1c1d;
  color: #fff;
}
.social-icons .bottom-social .social-media-text-wrap {
  display: flex;
  justify-content: space-between;
}
.com-media.contentpane {
  padding: 10px !important;
}
.com-media .well {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.com-media .well .row {
  margin: 0;
  padding: 0;
}
.com-media .well .row > div:first-child {
  width: calc(100% - 200px);
}
.com-media .well .row > div:last-child {
  width: 200px;
  float: right;
  text-align: right;
  padding-top: 30px;
}
.com-media .well .row #folderlist {
  display: inline-block;
}
.com-media .well .row #upbutton {
  display: none;
}
.com-media.view-imagesList {
  padding: 0px 0px 10px 0 !important;
}
.com-media.view-imagesList:before {
  content: " ";
  display: table;
}
.com-media.view-imagesList:after {
  display: block;
  clear: both;
  content: "";
}
.com-media.view-imagesList ul.manager {
  list-style: none;
  padding: 0;
  margin: 0;
}
.com-media.view-imagesList ul.manager > li.thumbnail {
  width: 110px;
  float: left;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child {
  height: 60px;
  margin-bottom: 10px;
  text-align: center;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span {
  display: inline-block;
  width: 60px;
  height: 40px;
  margin: 0 auto;
  margin-top: 25px;
  position: relative;
  background-color: #92ceff;
  border-radius: 0 5px 5px 5px;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span:before {
  content: '';
  width: 50%;
  height: 12px;
  border-radius: 0 20px 0 0;
  background-color: #92ceff;
  position: absolute;
  top: -12px;
  left: 0px;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child img {
  display: inline-block;
}
#sp-menu {
  display: flex;
}
@media (min-width: 992px) {
  #sp-menu {
    position: relative !important;
  }
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0px;
  z-index: 99;
  display: block;
  float: right;
  position: inherit;
}
.sp-megamenu-parent > li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sp-megamenu-parent > li.menu-justify {
  position: static;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  display: inline-block;
  padding: 0 15px;
  line-height: 55px;
  margin: 0;
  font-weight: 400 !important;
}
.sp-megamenu-parent > li .sp-menu-badge {
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  font-size: 10px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  background: #d60000;
  color: #fff;
  border-radius: 3px;
}
.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group > li > a {
  display: block;
  margin-bottom: 10px;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner > .row:not(:first-child) {
  margin-top: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1;
  display: block;
  padding: 8px 0;
  padding-left: 0px !important;
  cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a.sp-group-title, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge).sp-group-title {
  text-transform: uppercase;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  font-weight: 400 !important;
  text-align: left;
}
.sp-megamenu-parent .sp-dropdown .sp-module {
  padding: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-module .sp-module-title {
  font-size: 14px;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews {
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li:not(:last-child) {
  margin: 0 0 15px;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li a {
  font-size: 14px;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li a span {
  opacity: 0.8;
}
.sp-megamenu-parent .sp-dropdown-mega > .row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega > .row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .item-header > a {
  font-size: 16px !important;
  color: #fff !important;
  padding-bottom: 3px;
  font-weight: 400;
}
.sp-megamenu-parent .sp-has-child:hover > .sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-animation-fade .sp-has-child:hover > .sp-dropdown {
  animation: spFadeIn 600ms;
}
.sp-megamenu-parent.menu-animation-fade-up .sp-has-child:hover > .sp-dropdown {
  animation: spFadeInUp 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-fade-down .sp-has-child:hover > .sp-dropdown {
  animation: spFadeInDown 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-zoom .sp-has-child:hover > .sp-dropdown {
  animation: spZoomIn 300ms;
}
.sp-megamenu-parent.menu-animation-rotate .sp-has-child:hover > .sp-dropdown {
  animation: spRotateIn 300ms;
}
.sp-megamenu-parent.menu-animation-pulse .sp-has-child:hover > .sp-dropdown {
  animation: spPulse 300ms;
}
body.ltr .sp-megamenu-parent > li.sp-has-child > a:after, body.ltr .sp-megamenu-parent > li.sp-has-child > span:after {
  font-family: "FontAwesome";
  content: "\f107";
  float: right;
  margin-left: 7px;
}
body.ltr .sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-right {
  margin-left: 5px;
}
body.ltr .sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-left {
  margin-right: 5px;
}
body.ltr .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a:after {
  font-family: "FontAwesome";
  content: "\f105";
  float: right;
  margin-left: 7px;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
  left: 0;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: auto;
  right: 0;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  left: 100%;
}
@media (min-width: 576px) {
  .sp-menu-full.container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .sp-menu-full.container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .sp-menu-full.container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .sp-menu-full.container {
    width: 1140px;
  }
}
.ts-main-nav .sp-megamenu-parent {
  float: left;
}
.ts-main-nav .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: 0 !important;
  padding: 0;
}
.header-light .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: -300px !important;
  width: 1170px;
  max-width: 1170px;
  text-align: left;
}
.header-light #offcanvas-toggler .fa-bars:before {
  color: #4ba6fa;
}
/*Menu Active Hover*/
.sp-megamenu-parent > li > a {
  position: relative;
  z-index: 1;
}
.sp-megamenu-parent > li > a:before {
  display: none;
}
/* Header 2
 ===================================== */
.boxed-header .sp-megamenu-parent > li > a {
  font-weight: 400 !important;
}
.boxed-header .sp-megamenu-parent > li > a:before {
  display: none;
}
.boxed-header .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  margin-top: 10px;
}
.boxed-header #sp-menu {
  position: relative;
  display: block;
  text-align: right;
}
.boxed-header #offcanvas-toggler.offcanvas-toggler-right {
  right: -35px !important;
  z-index: 2;
}
.boxed-header #offcanvas-toggler .fa-bars:before {
  color: #000;
}
.ts-main-nav {
  border-bottom: 1px solid #408dd5;
}
#offcanvas-toggler {
  display: block;
  height: 100px;
  line-height: 55px;
  font-size: 20px;
}
#offcanvas-toggler > span:hover {
  color: #fff;
}
#offcanvas-toggler .fa-bars:before {
  content: "\f038";
  color: #fff;
}
.offcanvas-init {
  overflow-x: hidden;
  position: relative;
}
.offcanvas-active .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.offcanvas-overlay {
  background: rgba(0, 0, 0, .5);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.body-wrapper {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  backface-visibility: hidden;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  z-index: 1;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 22px;
}
.close-offcanvas span:before {
  content: "\e870";
  font-family: 'iconfont';
  color: #fff;
}
.offcanvas-menu {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  overflow: inherit;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 10000;
}
.offcanvas-menu .offcanvas-inner {
  padding: 30px;
  margin-top: 50px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  padding: 0;
  margin: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 1rem;
  font-weight: bold;
}
.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
  margin-bottom: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  display: block;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  display: block;
  font-size: 1rem;
  padding: 0.125rem 0;
  position: relative;
  text-transform: capitalize !important;
  color: #fff;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus {
  color: #fff !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: FontAwesome;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler:after, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler:after {
  content: "\f055";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > a > .menu-toggler:after, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > .menu-separator > .menu-toggler:after {
  content: "\f056";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
  font-size: 0.875rem;
}
body.ltr {
  position: relative;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-right {
  position: absolute;
  right: 0;
  margin-left: 20px;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-left {
  float: left;
  margin-right: 20px;
}
body.ltr.offcanvs-position-left .body-wrapper {
  left: 0;
}
body.ltr.offcanvs-position-left .offcanvas-menu {
  left: -300px;
}
body.ltr.offcanvs-position-left.offcanvas-active .offcanvas-menu {
  left: 0;
}
body.ltr.offcanvs-position-left.offcanvas-active .body-wrapper {
  left: 300px;
}
body.ltr.offcanvs-position-right .body-wrapper {
  right: 0;
}
body.ltr.offcanvs-position-right .offcanvas-menu {
  right: -300px;
}
body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu {
  right: 0;
}
body.ltr.offcanvs-position-right.offcanvas-active .body-wrapper {
  right: 300px;
}
body.ltr .close-offcanvas {
  right: 15px;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  right: 0;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  margin-left: 10px;
}
@keyframes spFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes spFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spFadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spZoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 1;
  }
}
@keyframes spRotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
@keyframes spPulse {
  from {
    opacity: 0;
    transform: scale3d(1, 1, 1);
  }
  50% {
    opacity: 0.5;
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes spSpin {
  to {
    transform: rotate(360deg);
  }
}
/* Responsive styles
 ================================================== */
/* Large Devices, Wide Screens */
@media (min-width: 1200px) {
  /* Carousel Slider */
  .box-carousel.sppb-carousel-pro .sppb-carousel-inner > .sppb-item {
    min-height: 550px;
  }
  .box-carousel.sppb-carousel-pro .sppb-carousel-inner > .sppb-item.sppb-item-has-bg > img {
    min-height: 550px;
  }
}
/* Medium Devices, Desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .ts-top-menu .ts-menu li {
    padding-right: 25px;
  }
  #sp-header-right .sp-module-content .sppb-section .sppb-col-md-6 {
    padding: 0;
  }
  #sp-header-right .sp-module-content .sppb-section .sppb-col-md-6 .top-contact-info .sppb-media-body .sppb-addon-text p {
    font-size: 11px;
  }
  .ts-cta-area .cta-title {
    text-align: left;
  }
  .ts-services .sppb-section .sppb-addon-feature .sppb-addon-content .sppb-media-body .sppb-feature-box-title {
    font-size: 16px !important;
  }
  .ts-faq .ts-testimonial .sppb-carousel-inner .sppb-item .sppb-addon-testimonial-pro-footer {
    left: 40px;
    bottom: -35px;
  }
  .ts-faq .ts-testimonial .sppb-carousel-inner .sppb-item .sppb-testimonial-message {
    margin-bottom: 50px;
  }
  .ts-media-news .latest-news .sppb-addon-content .sppb-addon-article .sppb-article-meta span {
    margin: 5px 16px;
  }
  .facts-icon {
    border: none;
    margin-left: 0;
  }
}
/* Small Devices, Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  /* Header 2 */
  /* Home 6 */
  /*  */
  /* Carousel Slider */
  #offcanvas-toggler .fa-bars:before {
    color: #000;
  }
  #sp-header-main {
    padding-bottom: 30px !important;
  }
  #sp-topbar .col-lg-3, #sp-topbar .col-lg-9 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ts-cta-area .sppb-column-addons #sppb-addon-1535365422944 .sppb-text-right {
    text-align: center !important;
  }
  .ts-cta-area .cta-btn {
    margin-right: 0px;
    margin-top: 10px;
  }
  .ts-video-popup img {
    width: 100%;
  }
  .ts-fun-fact {
    text-align: center;
  }
  .ts-fun-fact .facts-number {
    position: relative;
    top: 0;
    left: -5px;
    text-align: center;
    border-left: none !important;
  }
  .ts-fun-fact .facts-icon {
    position: relative;
    left: 0;
    padding-bottom: 10px;
  }
  .ts-faq .ts-testimonial .sppb-carousel-inner .sppb-item .sppb-addon-testimonial-pro-footer {
    left: 0;
    right: 0;
  }
  .ts-media-news .latest-news .sppb-addon-content .sppb-addon-article .sppb-article-meta span {
    margin: 5px 3px;
  }
  .ts-media-news .latest-news .sppb-addon-content .sppb-addon-article .sppb-article-introtext h3 {
    font-size: 18px;
  }
  .sppb-addon-social-media.bottom-social {
    text-align: center;
  }
  .article-details {
    padding-left: 0px;
  }
  .article-details .article-header h1 {
    font-size: 20px;
  }
  .article-details .article-ratings-social-share {
    position: relative;
    bottom: 0;
  }
  .article-details .article-info {
    margin-bottom: 0 !important;
  }
  .article-details .article-info span.hits {
    display: none;
  }
  #sp-right .sp-module, #sp-left .sp-module {
    padding: 20px 0px;
  }
  #sp-right .sp-module.news-categories, #sp-left .sp-module.news-categories {
    padding-bottom: 0;
  }
  .blog.news-right .article-list .article {
    padding-left: 0;
  }
  .blog.news-right .article-list .article .readmore {
    margin-right: 0;
  }
  .blog .pagination {
    margin-left: 0px !important;
  }
  #offcanvas-toggler {
    height: 90px;
    line-height: 90px;
    padding-top: 0;
    position: absolute;
    top: -90px;
    right: 0;
  }
  .boxed-header #offcanvas-toggler.offcanvas-toggler-right {
    top: -20px;
    right: 0px !important;
  }
  #sp-bottom .bottom-subscribe .ts-newsletter .acymailing_fulldiv:after {
    right: 60px;
  }
  #sp-bottom .sp-module {
    margin-top: 0px;
  }
  #sp-ts-nav {
    height: 0px;
  }
  .header-absolute.header-boxed.header-full {
    top: 385px;
  }
  #sp-header-right {
    display: none;
  }
  .tw-search {
    display: none;
  }
  .box-carousel.sppb-carousel-pro .sppb-carousel-inner > .sppb-item {
    min-height: 600px;
  }
  .box-carousel.sppb-carousel-pro .sppb-carousel-inner > .sppb-item.sppb-item-has-bg > img {
    min-height: 600px;
  }
  .box-carousel.sppb-carousel-pro .sppb-carousel-inner > .sppb-item .sppb-carousel-item-inner .sppb-carousel-pro-text .sppb-carousel-pro-content {
    font-size: 15px !important;
    line-height: 26px !important;
    margin-bottom: 15px !important;
  }
  .box-carousel.sppb-carousel-pro .sppb-carousel-inner > .sppb-item .sppb-carousel-item-inner .sppb-carousel-pro-text .sppb-btn {
    font-size: 15px !important;
    padding: 15px 35px !important;
    height: 100%;
    line-height: 100%;
  }
  .box-carousel.sppb-carousel-pro .sppb-carousel-inner > .sppb-item .sppb-carousel-item-inner .sppb-carousel-pro-text .sppb-btn:after {
    position: relative;
    background: none;
    top: 0;
    right: 0;
  }
}
/* Small Devices Potrait */
@media (max-width: 767px) {
  /* Site navigation */
  /* Header 2 */
  /* Carousel Slider */
  #offcanvas-toggler {
    height: 90px;
    line-height: 90px;
    padding-top: 0;
    position: absolute;
    top: -90px;
    right: 30px;
  }
  #offcanvas-toggler .fa-bars:before {
    color: #000;
  }
  #offcanvas-toggler.offcanvas-toggler-right {
    right: 25px !important;
  }
  .ts-top-menu .sp-module-content {
    text-align: center;
  }
  #sp-top1 .text-right {
    text-align: center !important;
  }
  #sp-logo {
    display: inline-block;
    width: auto;
  }
  #sp-header-main .site-search {
    display: none;
  }
  #sp-header-main:after {
    background: none;
  }
  #sp-header-main {
    padding-bottom: 30px !important;
  }
  .ts-cta-area .sppb-column-addons #sppb-addon-1535365422944 .sppb-text-right {
    text-align: center !important;
  }
  .ts-cta-area .cta-btn {
    margin-right: 0px;
    margin-top: 10px;
  }
  .sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter {
    margin-bottom: 0px;
    position: relative !important;
    top: 0 !important;
  }
  .sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter ul li {
    padding: 5px 7px;
  }
  .ts-media-news .latest-news .sppb-addon-content .sppb-addon-article .sppb-article-meta span {
    margin: 5px 18px;
  }
  .ts-media-news .latest-news .sppb-addon-content .sppb-addon-article .sppb-article-introtext h3 a {
    font-size: 16px;
  }
  .ts-fun-fact {
    text-align: center;
  }
  .ts-fun-fact .facts-number {
    position: relative;
    top: 0;
    left: -5px;
    text-align: center;
    border-left: none !important;
  }
  .ts-fun-fact .facts-icon {
    position: relative;
    left: 0;
    padding-bottom: 10px;
  }
  .facts-icon {
    border: none;
  }
  .site-navigation #offcanvas-toggler {
    height: 70px;
    line-height: 70px;
    padding-top: 0;
    position: absolute;
    top: 0;
    right: 45px;
  }
  .site-navigation .row {
    padding: 0 30px;
  }
  .site-navigation .site-logo img {
    margin: 0 auto;
  }
  .article-details {
    padding-left: 0px;
  }
  .article-details .article-header h1 {
    font-size: 20px;
  }
  .article-details .article-ratings-social-share {
    position: relative;
    bottom: 0;
  }
  .article-details .article-info {
    margin-bottom: 0 !important;
  }
  .article-details .article-info span.hits {
    display: none;
  }
  #sp-right .sp-module, #sp-left .sp-module {
    padding: 20px 0px;
  }
  #sp-right .sp-module.news-categories, #sp-left .sp-module.news-categories {
    padding-bottom: 0;
  }
  .blog.news-right .article-list .article {
    padding-left: 0;
  }
  .blog.news-right .article-list .article .readmore {
    margin-right: 0;
  }
  .blog .pagination {
    margin-left: 0px !important;
  }
  #sp-bottom .sp-module {
    margin-bottom: 0px;
  }
  #sp-ts-nav {
    height: 0px;
  }
  #sp-header-right {
    display: none;
  }
  .boxed-header #offcanvas-toggler.offcanvas-toggler-right {
    top: -20px;
    right: 20px !important;
  }
  .tw-search {
    display: none;
  }
  .search-right .nav-search-icon, .search-left .nav-search-icon {
    right: 0;
  }
  .sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter ul li {
    margin-bottom: 10px;
    line-height: 33px;
    font-size: 13px;
  }
  .sppb-carousel-pro .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner {
    padding: 20px 30px;
  }
  .box-carousel.sppb-carousel-pro .sppb-carousel-inner > .sppb-item {
    min-height: 400px;
  }
  .box-carousel.sppb-carousel-pro .sppb-carousel-inner > .sppb-item.sppb-item-has-bg > img {
    min-height: 400px;
  }
  .box-carousel.sppb-carousel-pro .sppb-carousel-item-inner {
    left: 0;
  }
  .box-carousel.sppb-carousel-pro .sppb-carousel-item-inner .sppb-carousel-pro-text {
    max-width: 400px;
  }
  .box-carousel.sppb-carousel-pro .sppb-carousel-item-inner .sppb-carousel-pro-text h2 {
    font-size: 24px !important;
    margin: 8px 0 10px !important;
    line-height: 30px !important;
  }
  .box-carousel.sppb-carousel-pro .sppb-carousel-item-inner .sppb-carousel-pro-text h2 span {
    font-size: 16px !important;
  }
  .box-carousel.sppb-carousel-pro .sppb-carousel-item-inner .sppb-carousel-pro-text .sppb-carousel-pro-content {
    font-size: 14px !important;
    line-height: 24px !important;
    margin-bottom: 15px !important;
  }
  .box-carousel.sppb-carousel-pro .sppb-carousel-item-inner .sppb-carousel-pro-text .sppb-btn {
    font-size: 14px !important;
    padding: 13px 30px !important;
    height: 100%;
    line-height: 100%;
  }
  .box-carousel.sppb-carousel-pro .sppb-carousel-item-inner .sppb-carousel-pro-text .sppb-btn:after {
    position: relative;
    background: none;
    top: 0;
    right: 0;
  }
  .box-carousel.sppb-carousel-pro .sppb-carousel-indicators {
    display: none;
  }
  .box-carousel .sppb-carousel-arrow {
    opacity: 0;
  }
  .box-carousel:hover .sppb-carousel-arrow {
    opacity: 1;
  }
}
/* Extra Small Devices, Phones */
@media (max-width: 479px) {
  .cta-content .sppb-media > .pull-left {
    float: none !important;
    text-align: center;
  }
  .cta-content .sppb-icon {
    margin-right: 0;
  }
  .intro-service .sppb-addon-title {
    line-height: normal !important;
  }
  .ts-news .sppb-article-introtext {
    max-height: 150px;
  }
  .ts-media-news .latest-news .sppb-addon-content .sppb-addon-article .sppb-article-meta span {
    margin: 5px 13px;
  }
  .article-details {
    padding-left: 0px;
  }
  .article-details .article-header h1 {
    font-size: 20px;
  }
  .article-details .article-ratings-social-share {
    position: relative;
    bottom: 0;
  }
  .article-details .article-info {
    margin-bottom: 0 !important;
  }
  .article-details .article-info span.hits {
    display: none;
  }
  #sp-right .sp-module, #sp-left .sp-module {
    padding: 20px 0px;
  }
  #sp-right .sp-module.news-categories, #sp-left .sp-module.news-categories {
    padding-bottom: 0;
  }
  .blog.news-right .article-list .article {
    padding-left: 0;
  }
  .blog.news-right .article-list .article .readmore {
    margin-right: 0;
  }
  .tp-caption.slide_title {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .tp-caption.slide_small_text, .slide_small_text, .tp-caption.small_text, .small_text {
    font-size: 11px !important;
    line-height: 24px !important;
    margin-top: 30px !important;
  }
  .tp-caption a.slider-btn {
    padding: 13px 25px !important;
    font-size: 12px !important;
    position: relative;
    top: 60px;
  }
  .tp-caption a.slider-btn.btn-border {
    margin-left: 50px !important;
  }
  .tp-caption.slide_small_text_right, .slide_small_text_right {
    right: 30px !important;
    left: auto !important;
  }
}
/* Custom, iPhone Retina */
@media (max-width: 320px) and (max-width: 478px) {
  .tp-caption.slide_title {
    font-size: 11px !important;
    line-height: 20px !important;
  }
  .tp-caption.slide_small_text, .slide_small_text, .tp-caption.small_text, .small_text {
    font-size: 6px !important;
    line-height: 18px !important;
    margin-top: 15px !important;
  }
  .tp-caption a.slider-btn {
    padding: 13px 25px !important;
    font-size: 12px !important;
    position: relative;
    top: 60px;
  }
  .tp-caption a.slider-btn.btn-border {
    margin-left: 50px !important;
  }
}
