/**
 * @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 DotCom
 * @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
 10. Search
 12. Bottom
 13. Footer
 15. Error page
 16. FAQ
 17. recent project
 18. news
 19. portfolio
 =====*/
/* 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 40px 0 40px;
  border-radius: 0;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  background: #3082d6;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  border: 0;
  border-radius: 36px;
  outline: none;
}
.sppb-btn:hover {
  background: #131533;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
}
.sppb-btn.sppb-btn-link {
  color: #3082d6;
  display: inline-block;
  font-size: 16px;
  text-transform: none;
  background: transparent;
  padding: 0;
}
.sppb-btn.sppb-btn-link:hover {
  text-decoration: none;
  color: #3082d6;
  box-shadow: none;
}
.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 {
  background: #131533;
  color: #fff;
}
.sppb-btn.sppb-btn-info:hover {
  background-color: #3082d6;
  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;
}
.sppb-btn.sppb-btn-dark {
  background: #131533;
}
.sppb-btn.sppb-btn-dark:hover {
  background: #3082d6;
}
.body-innerwrapper {
  overflow-x: hidden;
}
.layout-boxed .body-innerwrapper {
  max-width: 1140px;
  margin: 0 auto;
  background: none !important;
}
#sp-main-body {
  padding: 50px 0;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
/* Section Title */
.section-title .sppb-addon-title {
  font-size: 36px;
  font-weight: 500;
  color: #1d1d1d;
  line-height: 36px;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 22px;
}
.section-title .sppb-addon-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 8px;
  width: 100%;
  right: 0;
  max-width: 275px;
  margin: 0 auto;
  background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 3px, rgba(118, 116, 132, 0.15) 3px, rgba(118, 116, 132, 0.15) 6px);
}
.section-title.white .sppb-addon-title {
  color: #fff;
}
.section-title.white .sppb-addon-title:after {
  background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0), rgba(255, 224, 244, 0) 3px, rgba(255, 244, 244, .8) 3px, rgba(255, 244, 244, .8) 6px);
}
.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: #3082d6;
  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;
}
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: #fff;
  line-height: 42px;
}
.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 0px;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0 35px 0 0;
  white-space: nowrap;
  font-size: 13px;
  line-height: 40px;
}
.sp-contact-info li span {
  margin-right: 5px;
  color: #fff;
}
.sp-contact-info li i {
  margin: 0 3px;
}
.sp-contact-info li:last-child {
  margin-right: 0;
}
.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 .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;
}
.ts-topbar-classic .logo-item {
  margin-top: -5px;
}
/* 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-sticky.ts-header-transparent {
  top: 0;
  background: #3082d6;
}
.header-search .nav-search-icon {
  cursor: pointer;
  position: absolute;
  font-size: 18px;
  line-height: 80px;
  text-align: right;
  background: transparent;
  right: 15px;
  color: #fff;
}
.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: #232323;
  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: -78px;
  right: 0px;
  font-size: 30px;
  cursor: pointer;
  padding: 38.5px 25px;
  width: 0px;
  height: 78px;
  line-height: 0px;
  text-align: center;
  padding-right: 40px;
}
.ts-nav-search {
  position: absolute;
  top: 0;
  right: 0;
}
.ts-nav-search .tw-search {
  background: #3894ea;
  padding: 13.5px 25px;
  text-align: right;
}
.tp-caption.slide_title, .tp-caption.slide_title_medium, .tp-caption.slide_title_small {
  font-weight: 400;
}
.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 #3082d6 !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: #3082d6;
  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: 212px 0 95px;
  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: 400;
  font-size: 42px;
}
.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: #3082d6;
}
.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: 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;
}
#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: #3082d6;
}
#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;
}
#sp-left .recent-news, #sp-right .recent-news {
  background: #f7f7f7;
  padding: 20px 10px 20px 20px;
  margin-bottom: 30px;
}
#sp-left .recent-news .sp-module-title, #sp-right .recent-news .sp-module-title {
  padding-left: 15px;
}
.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: #3082d6;
}
.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: #3082d6;
}
.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;
}
/* Testimonial
 ================================================== */
.ts-testimonial .testimonial-single .sppb-addon-testimonial-review span.fa {
  position: absolute;
  top: 70px;
  right: 40px;
  opacity: 0.2;
  transform: rotate(180deg);
}
.ts-testimonial .testimonial-single .sppb-addon-testimonial-footer {
  margin-top: 0;
}
.ts-testimonial .testimonial-single .sppb-addon-testimonial-footer .sppb-addon-testimonial-avatar {
  float: left;
  margin-right: 25px;
}
.ts-testimonial .testimonial-single .sppb-addon-testimonial-footer .sppb-addon-testimonial-client {
  margin: 20px 0px;
}
.ts-testimonial .testimonial-single .sppb-addon-testimonial-footer .sppb-addon-testimonial-client strong {
  font-size: 24px;
  font-weight: 500;
}
.ts-testimonial .testimonial-single .sppb-addon-testimonial-footer .sppb-addon-testimonial-client strong .sppb-addon-testimonial-client-url {
  font-size: 14px;
}
.ts-testimonial .testimonial-single .sppb-addon-testimonial-review {
  padding-left: 125px;
}
.ts-testimonial .border-top {
  border-top: 3px solid #3082d6 !important;
}
/* Blog
 ================================================== */
.blog .articles-more .list-group .list-group-item {
  display: none;
}
.article-list .article {
  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-body {
  border: 1px solid #f1f1f1;
  padding: 10px 10px 10px 20px;
  margin-bottom: 30px;
}
.article-list .article .article-body .article-header h2 {
  line-height: 30px;
}
.article-list .article .article-body .article-header h2 a {
  font-size: 24px;
  font-weight: 500;
  margin: 25px 0 10px;
  color: #1c1c1c;
}
.article-list .article .article-body .article-header h2 a:hover, .article-list .article .article-body .article-header h2 a:active, .article-list .article .article-body .article-header h2 a:focus {
  color: #3082d6;
}
.article-list .article .readmore {
  font-size: 0.875rem;
  text-align: right;
  margin-right: 10px;
}
.article-list .article .readmore a {
  color: #797979;
  font-weight: 500;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .readmore a:focus {
  color: #3082d6;
}
.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: #3082d6;
}
.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 {
  font-size: 14px;
  line-height: 1.6;
  border-bottom: 1px solid #04040a;
  color: #757575;
}
#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;
  border: 1px solid #4e4e4e;
  transition: all 0.3s;
}
#sp-bottom .sppb-addon-social-media a i.fa-facebook {
  background: #3b5999;
}
#sp-bottom .sppb-addon-social-media a i.fa-twitter {
  background: #55acee;
}
#sp-bottom .sppb-addon-social-media a i.fa-google-plus {
  background: #dd4b39;
}
#sp-bottom .sppb-addon-social-media a i.fa-linkedin {
  background: #0077b5;
}
#sp-bottom .sppb-addon-social-media a i.fa-instagram {
  background: #bd081c;
}
#sp-bottom .sppb-addon-social-media a i:hover.fa-facebook {
  color: #3b5999;
  background: transparent;
}
#sp-bottom .sppb-addon-social-media a i:hover.fa-twitter {
  color: #55acee;
  background: transparent;
}
#sp-bottom .sppb-addon-social-media a i:hover.fa-google-plus {
  color: #dd4b39;
  background: transparent;
}
#sp-bottom .sppb-addon-social-media a i:hover.fa-linkedin {
  color: #0077b5;
  background: transparent;
}
#sp-bottom .sppb-addon-social-media a i:hover.fa-instagram {
  color: #bd081c;
  background: transparent;
}
#sp-bottom .sp-module {
  margin-bottom: 30px;
}
#sp-bottom .sp-module .sp-module-title {
  font-weight: 500;
  font-size: 24px;
  margin: 25px 0 50px;
}
#sp-bottom .bottom-menu {
  padding-left: 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;
}
#sp-bottom .ts-newsletter .acysubbuttons {
  position: absolute;
  content: "\f1d9";
  font-family: "FontAwesome";
  color: #fff;
  top: -10px;
  font-size: 16px;
  padding: 10px 15px;
  height: 50px;
  width: 49px;
  right: 35px;
}
#sp-bottom .ts-newsletter .acysubbuttons .btn {
  padding: 13px 33px;
  border-radius: 0;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  color: #fff;
  height: 50px;
  text-indent: -999px;
  outline: none;
  border: none;
  background: url('../images/newsletter-icon.png') no-repeat center center;
  background-size: 17px;
}
#sp-bottom .ts-newsletter .acysubbuttons input[type="text"]:not(.form-control) {
  display: none;
}
.ts-copyright {
  border-top: 1px solid #30314c;
}
.ts-copyright span {
  color: #9999a1;
}
.ts-copyright .ts-menu {
  margin-bottom: 0;
  text-align: right;
}
.ts-copyright .ts-menu li {
  display: inline-block;
}
.ts-copyright .ts-menu li a {
  color: #9999a1;
  margin: 0 10px;
}
.ts-copyright .ts-menu li:last-child a {
  margin-right: 0;
}
/* Partners
 ================================================== */
.ts-partner #clients-carousel {
  padding: 0px 60px;
}
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: 20px;
  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;
}
/*------------------------
 top bar
 -----------------------*/
.ts-topbar ul.social-icons > li a {
  line-height: 40px;
}
.ts-topbar-transparent, .ts-header-transparent {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  z-index: 99;
}
.ts-topbar-default {
  background-color: rgba(33, 37, 55, .70);
}
/*------------------------
 header nav
 -----------------------*/
.ts-header-transparent {
  top: 40px;
  background: rgba(48, 130, 214, .75);
}
.ts-header-transparent .ts-logo .logo {
  padding: 15px 0;
}
/*--------- header v2 ----*/
.ts-header .logo {
  padding: 15px 0;
}
/*---------- header classic ----------------*/
.ts-header-classic {
  top: 80px;
  background: transparent;
}
.ts-header-classic .container-inner {
  background-color: #fff;
  padding-left: 15px;
}
.ts-header-classic .container-inner .header-search .nav-search-icon {
  color: #fff;
  background: #3082d6;
  width: 70px;
  text-align: center;
  line-height: 78px;
}
.ts-header-classic .container-inner .header-search .nav-search-form {
  right: 15px;
}
.ts-header-classic .container-inner .header-search .nav-search-form span.search-close {
  width: 70px;
  color: #1d1d1d;
  text-align: center;
}
.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), .sppb-form-control: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: #f7f7f7 !important;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0;
  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, .sppb-form-control:not(.form-control):focus, select:not(.form-control):focus {
  border-color: transparent;
  outline: 0;
}
/* Site Search */
.search-right, .search-left {
  position: relative;
  padding: 0;
  margin-bottom: 30px;
}
.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: 0px;
  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 #3082d6 !important;
}
.search-right .search-close, .search-left .search-close {
  display: none;
}
.ts-services {
  position: relative;
  transition: all 0.5s ease;
}
.ts-services .sppb-addon-title, .ts-services .sppb-addon-text p, .ts-services .sppb-icon-container i {
  transition: all 0.5s ease;
}
.ts-services:hover {
  background: #3082d6 !important;
}
.ts-services:hover .sppb-addon-title, .ts-services:hover .sppb-addon-text p, .ts-services:hover .sppb-icon-container i {
  color: #fff !important;
}
.ts-single-project .project-details p {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
}
.ts-single-project .project-details p span {
  font-size: 18px;
  font-weight: 500;
  color: #1d1d1d;
  display: block;
  font-family: 'Roboto', sans-serif;
}
.ts-single-project .single-project-intro {
  padding-bottom: 5px;
}
.ts-single-project .single-project-intro h3 {
  padding: 0 !important;
}
.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-social a {
  display: inline-block;
}
.portfolio-social 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;
  transition: all 0.3s;
}
.portfolio-social a i.fa-facebook {
  background: #3b5999;
}
.portfolio-social a i.fa-twitter {
  background: #55acee;
}
.portfolio-social a i.fa-linkedin {
  background: #0077b5;
}
.portfolio-social a i.fa-instagram {
  background: #bd081c;
}
.ts-testimonial-classic {
  position: relative;
}
.ts-testimonial-classic .sppb-carousel-inner .sppb-item .sppb-addon-testimonial-pro-footer {
  position: absolute;
  bottom: 0px;
  left: 70px;
  right: 0;
  margin: auto;
}
.ts-testimonial-classic .sppb-carousel-inner .sppb-item .sppb-addon-testimonial-pro-footer strong {
  font-size: 18px;
  color: #1c1c1c;
  display: inline-block;
  line-height: 18px;
  position: relative;
  top: 10px;
}
.ts-testimonial-classic .sppb-carousel-inner .sppb-item .sppb-addon-testimonial-pro-footer strong span {
  font-size: 14px;
  font-weight: 400;
  color: #797979;
  display: block;
  line-height: 24px;
}
.ts-testimonial-classic .sppb-carousel-inner .sppb-item .sppb-testimonial-message {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 75px;
}
.ts-testimonial-classic .sppb-carousel-inner .sppb-item .sppb-testimonial-message span.icon:before {
  position: absolute;
  content: "\f10d";
  font-family: "FontAwesome";
  font-size: 60px;
  top: 0px;
  left: 30px;
  color: #999;
  opacity: 0.2;
}
.ts-testimonial-classic .sppb-carousel-indicators {
  display: block;
}
.ts-testimonial-classic .sppb-carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 0 2px;
  border-color: #cbcbcb;
  background-color: #cbcbcb;
}
.ts-testimonial-classic .sppb-carousel-indicators li.active {
  border-color: #3082d6;
  background-color: #3082d6;
}
/* Team
 ===================================== */
.ts-team {
  position: relative;
  border-bottom: 2px solid #fff;
}
.ts-team .person-details .sppb-addon-content {
  transition: all 0.5s ease-in-out;
}
.ts-team .person-details .sppb-addon-content .ts-person-content {
  padding: 12px 10px 2px;
  border: 1px solid #e1e1e1;
  border-top: none;
}
.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 li {
  display: inline-block;
}
.ts-team .person-details .sppb-addon-content .ts-person-content .sppb-person-social li a i {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  background: #3082d6;
  padding: 12px 0;
  color: #fff;
  font-size: 16px;
}
.ts-team .person-details .sppb-addon-content .ts-person-content .sppb-person-social li a i.fa-facebook {
  background: #4969a8;
}
.ts-team .person-details .sppb-addon-content .ts-person-content .sppb-person-social li a i.fa-twitter {
  background: #2aa3ef;
}
.ts-team .person-details .sppb-addon-content .ts-person-content .sppb-person-social li a i.fa-linkedin {
  background: #1178b3;
}
.ts-team .person-details .sppb-addon-content .ts-person-content .sppb-person-social li a:hover i {
  background: #3082d6;
}
.ts-team .person-details .sppb-addon-content .sppb-person-image {
  position: relative;
  margin-bottom: 0px;
}
.ts-team .person-details .sppb-addon-content .sppb-person-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  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 .sppb-person-name {
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
.ts-team .person-details .sppb-addon-content:hover {
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
}
.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 .ts-person-content {
  border-color: #fff;
}
.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: #3082d6;
}
.ts-team.team-classic .ts-person-content {
  background: #fff;
  border: none !important;
}
.ts-pricing-table .sppb-pricing-duration {
  display: block;
  margin: 16px 0 20px;
}
.ts-pricing-table .sppb-pricing-duration span {
  color: #1d1d1d;
  background: #ebebeb;
  font-size: 12px;
  padding: 4px 15px;
  text-transform: uppercase;
  border-radius: 36px;
  display: inline-block;
  font-weight: 500;
}
.ts-pricing-table .single-price {
  transition: all 0.5s ease;
  border: 1px solid #e5e5e5;
}
.ts-pricing-table .single-price:hover {
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
  border-color: transparent;
}
.ts-pricing-table .single-price:hover .sppb-btn {
  background: #3082d6;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
}
.ts-latest-news .sppb-addon-article {
  background: #fff;
  padding: 30px 30px 0 30px;
}
.ts-latest-news .sppb-addon-article .sppb-article-meta span {
  letter-spacing: 1.4px;
  color: #3082d6;
  font-size: 14px;
}
.ts-latest-news .sppb-addon-article .sppb-article-introtext h3 {
  margin-bottom: 14px;
}
.ts-latest-news .sppb-addon-article .sppb-article-introtext h3 a {
  color: #1d1d1d;
}
.ts-latest-news .sppb-addon-article .sppb-article-introtext p {
  margin-bottom: 30px;
  color: #797979;
}
.ts-latest-news .sppb-addon-article .article-img {
  margin: 0px -30px 0 -30px;
  display: block;
}
.ts-latest-news .sppb-addon-article:hover .sppb-article-introtext h3 a {
  color: #3082d6;
}
/*----------------
 footer
 ---------------------*/
#sp-bottom .latestnews > div {
  display: block;
  clear: both;
  min-height: 70px;
  position: relative;
  padding: 15px 0 1px;
  margin-bottom: 10px;
  border-top: 1px solid #514e55;
}
#sp-bottom .latestnews > div:first-of-type {
  border-top: none;
  padding-top: 0;
}
#sp-bottom .latestnews .article-list-img {
  float: left;
  margin-right: 15px;
  position: relative;
}
#sp-bottom .latestnews .article-list-img img {
  width: 78px;
  height: 70px;
  border-radius: 4px;
}
#sp-bottom .latestnews h4 {
  font-size: 15px;
  font-weight: 400;
  position: relative;
  min-height: 70px;
}
#sp-bottom .latestnews h4 a {
  line-height: 22px;
}
.ts-newsletter-widget .acymailing_form {
  position: relative;
}
.ts-newsletter-widget .fieldacyemail {
  position: relative;
}
.ts-newsletter-widget .fieldacyemail .inputbox {
  width: 100% !important;
  height: 50px;
  border-radius: 36px;
  padding: 0 20px;
  background: transparent !important;
  border: 1px solid #3e4058;
  color: #9999a1;
  outline: none;
}
/* News Details
 ============================================= */
.article-details h3 {
  padding: 20px 0;
}
.article-details .article-header {
  color: #2f2c2c;
}
.article-details .article-header h1 {
  font-size: 24px;
  margin: 15px 0;
  font-weight: 500;
}
.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 ul li {
  display: inline-block;
}
.article-details .article-social-share ul li a span {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  font-size: 14px;
  color: #fff;
  transition: all 0.3s;
}
.article-details .article-social-share ul li a span.fa-facebook {
  background: #3b5999;
}
.article-details .article-social-share ul li a span.fa-twitter {
  background: #55acee;
}
.article-details .article-social-share ul li a span.fa-google-plus {
  background: #bd081c;
}
.article-details .article-social-share ul li a span.fa-linkedin-square {
  background: #0077b5;
}
.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 .article-info {
  margin-bottom: 20px;
}
.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: -85px;
  width: 100%;
  padding-right: 50px;
}
.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;
  background: #f7f7f7;
}
#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;
  padding: 10px 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;
}
#sp-left .sp-module .latestnews.recent-news > div div, #sp-right .sp-module .latestnews.recent-news > div div {
  margin-right: 12px;
}
#sp-left .recent-news, #sp-right .recent-news {
  margin-bottom: 0;
}
/* 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: 20px;
}
.clients-carousel.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 15px;
}
.ts-accordion .sppb-panel-modern {
  background: none;
  border: none;
  border-bottom: 1px solid #e5e5e5;
}
.ts-accordion .sppb-panel-modern .sppb-panel-heading {
  background: none;
}
.ts-accordion .sppb-panel-modern .sppb-panel-heading span.sppb-panel-title {
  font-size: 18px;
  color: #1d1d1d;
  font-weight: 500;
}
.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);
  background: #3082d6;
  width: 15px;
  height: 15px;
  font-size: 10px !important;
  padding-left: 3px;
  line-height: 14px;
  border-radius: 50%;
  border-color: transparent;
  color: #fff;
}
.sppb-panel-modern > .sppb-panel-heading.active .sppb-toggle-direction i:before {
  content: "\f068";
}
.sppb-panel-modern > .sppb-panel-heading .sppb-toggle-direction {
  color: #273a59;
  width: 15px;
  height: 15px;
  font-size: 10px !important;
  padding-left: 3px;
  line-height: 14px;
  margin-top: -6px;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  background: #f7f7f7;
}
.sppb-panel-modern > .sppb-panel-heading .sppb-toggle-direction i:before {
  content: "\f067";
}
.sppb-panel-modern .sppb-panel-body {
  border: none;
  padding-bottom: 10px;
}
/* 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: #3082d6;
  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 .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;
}
.ts-feature-box .sppb-col-md-4 .sppb-column {
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.05);
}
.ts-feature-box .border-top {
  border-top: 3px solid #3082d6 !important;
}
.ts-standard-features {
  position: relative;
}
.ts-standard-features:after {
  position: absolute;
  right: 0;
  bottom: -30px;
  content: '';
  border-style: solid;
  border-width: 0 30px 30px 0;
  border-color: transparent #f7f7f7 transparent transparent;
}
.ts-standard-features.standard-features-2:after {
  right: auto;
  left: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #e9e9e9 transparent transparent transparent;
}
.ts-standard-features.standard-features-2 .sppb-btn {
  padding: 0 20px 0 20px;
  height: 36px;
  line-height: 38px;
}
/*-------------------------
 recnt-project
 -----------------------------*/
.ts-recnt-project {
  position: relative;
}
.ts-recnt-project .article-list-img {
  position: relative;
}
.ts-recnt-project .article-list-img .link-icon {
  position: absolute;
  right: 0;
  top: 50%;
  left: 0;
  font-size: 20px;
  text-align: center;
  margin: auto;
  transform: translateY(-50%) scale(0);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  padding: 12px 0;
  color: #3082d6;
  transition: all 0.5s ease;
}
.ts-recnt-project .article-list-img .link-icon:hover {
  background: #3082d6;
  color: #fff;
}
.ts-recnt-project .article-list-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(48, 130, 214, .5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.ts-recnt-project .single-project-item {
  background: #fff;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.05);
}
.ts-recnt-project .single-project-item .soccer-news-title {
  font-size: 18px;
  padding: 15px;
  padding: 20px 30px !important;
  position: relative;
  margin-bottom: 30px;
}
.ts-recnt-project .single-project-item .soccer-news-title a {
  color: #1d1d1d;
}
.ts-recnt-project .single-project-item .soccer-news-title i {
  float: right;
  margin-top: 3px;
}
.ts-recnt-project .single-project-item:hover {
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.08);
}
.ts-recnt-project .single-project-item:hover .link-icon {
  transform: translateY(-50%) scale(1);
}
.ts-recnt-project .single-project-item:hover .soccer-news-title a {
  color: #3082d6;
}
.ts-recnt-project .single-project-item:hover .article-list-img:before {
  opacity: 1;
  visibility: visible;
}
/*------- ts-portfolio-classic----*/
.ts-portfolio-classic .single-project-item {
  margin-bottom: 30px;
}
.ts-map {
  z-index: -1 !important;
}
.ts-contact-info {
  position: relative !important;
  z-index: 99 !important;
}
#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;
}
.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;
}
@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:last-child > a {
  padding-right: 0;
}
.sp-megamenu-parent > li > a {
  font-size: 16px;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  display: inline-block;
  padding: 0 15px;
  line-height: 78px;
  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: -95px;
}
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 classic ----------------*/
.ts-header-classic .container-inner .sp-megamenu-parent {
  float: left;
}
.ts-header-classic .container-inner .sp-megamenu-parent > li > a {
  color: #1d1d1d;
}
.ts-header-classic .container-inner .sp-megamenu-parent > li > a:hover {
  color: #3082d6;
}
.ts-header-classic .container-inner .sp-megamenu-parent > li > a:hover:before {
  background: #3082d6 !important;
}
/*Menu Active Hover*/
.sp-megamenu-parent > li > a {
  position: relative;
  z-index: 1;
}
.sp-megamenu-parent > li > a:before {
  content: '';
  background: #fff !important;
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all ease 500ms;
}
.sp-megamenu-parent > li > a:hover:before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
/* 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: 60px;
  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-copyright .ts-menu li a {
    margin: 0 20px;
  }
}
/* Small Devices, Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  /* Carousel Slider */
  /*------------------- ts-header-transparent ------------*/
  /*-------------- about-video----------*/
  /*------------ ts-recnt-project---------*/
  /*------------- ts-about-image----------*/
  /*---------------- footer -------------*/
  /*------------------ copyright section -----------*/
  /*-------- features -----*/
  /*---------- ts-single-project----------*/
  .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;
  }
  .sp-column {
    position: relative;
  }
  #offcanvas-toggler {
    top: -66px;
  }
  .about-video .video-popup img {
    width: 100%;
  }
  .ts-recnt-project .article-list-img img {
    width: 100%;
  }
  .ts-recnt-project .single-project-item {
    margin-bottom: 30px;
  }
  .ts-recnt-project [class*='col-']:last-of-type .single-project-item {
    margin-bottom: 0px;
  }
  .ts-about-image .sppb-addon-single-image-container {
    display: block;
  }
  .ts-about-image .sppb-addon-single-image-container img {
    width: 100%;
  }
  .md-center {
    text-align: center !important;
  }
  #sp-bottom .bottom-menu {
    padding-left: 0;
  }
  #sp-bottom .sp-module {
    margin-bottom: 0;
  }
  #sp-bottom .sp-module .sp-module-title {
    margin-bottom: 35px;
  }
  .ts-copyright .ts-menu li a {
    color: #9999a1;
    margin: 0 15px;
  }
  .ts-standard-features.standard-features-2:after {
    display: none;
  }
  .ts-single-project .sppb-addon-single-image-container {
    display: block;
  }
  .ts-single-project .sppb-addon-single-image-container img {
    width: 100%;
  }
  #sp-main-body {
    padding: 60px 0;
  }
  .article-details .blog-details {
    padding-left: 0;
  }
  .article-details .article-ratings-social-share {
    position: relative;
    bottom: 0;
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
  #sp-right {
    margin-top: 20px;
  }
}
/* Small Devices Potrait */
@media (max-width: 767px) {
  /* Header */
  /* Carousel Slider */
  /*---------------- top bar transparent --------------*/
  /*------------------- ts-header-transparent ------------*/
  /*--------------- .ts-testimonial-----------*/
  /*---------------- footer -------------*/
  /*------------ ts-recnt-project---------*/
  /*---------- ts-standard-features------*/
  /*---------- page title -----*/
  #sp-header.header-sticky {
    position: relative !important;
  }
  .tw-search {
    display: none;
  }
  .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;
  }
  .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: 22px !important;
    line-height: 30px !important;
  }
  .main-slider .tp-caption.small_text {
    font-size: 11px !important;
    line-height: 20px !important;
    margin-top: 40px !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;
  }
  .ts-topbar-transparent .sp-contact-info, .ts-topbar .sp-contact-info, .ts-topbar-transparent .social-icons, .ts-topbar .social-icons {
    text-align: center;
    display: block;
  }
  .ts-header-transparent {
    top: 80px;
  }
  .sp-column {
    position: relative;
  }
  #offcanvas-toggler {
    top: -66px;
  }
  .xs-center {
    text-align: center !important;
  }
  .section-title .sppb-addon-title:after {
    max-width: 100px;
  }
  .sppb-btn {
    padding: 0 30px 0 30px;
  }
  .ts-testimonial .testimonial-single .sppb-addon-testimonial-review {
    padding-left: 0;
  }
  #sp-bottom .bottom-menu {
    padding-left: 0;
  }
  .xs-center .menu.ts-menu {
    padding: 0;
    text-align: center;
  }
  #sp-bottom .sp-module {
    margin-bottom: 0;
  }
  #sp-bottom .sp-module .sp-module-title {
    margin-bottom: 35px;
  }
  .ts-recnt-project .single-project-item {
    margin-bottom: 30px;
  }
  .ts-recnt-project [class*='col-']:last-of-type .single-project-item {
    margin-bottom: 0px;
  }
  .ts-standard-features.standard-features-2:after {
    display: none;
  }
  .ts-standard-features .sppb-addon-content .sppb-media .pull-left {
    float: none !important;
    margin-bottom: 15px;
  }
  .sp-page-title .sp-page-title-heading {
    font-size: 34px;
  }
  .article-list .article .article-body .article-header h2 a {
    line-height: 24px;
    font-size: 20px;
  }
  #sp-main-body {
    padding: 50px 0;
  }
  .article-details .blog-details {
    padding-left: 0;
  }
  .article-details .article-ratings-social-share {
    position: relative;
    display: block !important;
    bottom: 0;
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
  .article-details .article-ratings-social-share .article-social-share {
    margin-top: 30px;
  }
  .article-details .article-ratings-social-share .article-social-share ul {
    padding-left: 0;
  }
  #sp-right {
    margin-top: 20px;
  }
}