/**
 * @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 Barrister
 * @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;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 65px 0 35px;
  border-radius: 0;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  background: #04367d;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
}
.sppb-btn:after {
  position: absolute;
  content: "";
  right: 35px;
  top: calc(50% - 1px);
  width: 18px;
  height: 1px;
  background: #fff;
}
.sppb-btn:hover {
  background: #1f1f1f;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
}
.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;
}
/* Section Title */
.sppb-addon-header .sppb-addon-title {
  color: #2f2c2c;
  font-weight: 700;
  font-size: 60px;
}
.sppb-addon-header .sppb-addon-title span {
  color: #04367d;
  font-size: 14px;
  display: block;
  margin-bottom: 14px;
  line-height: normal;
  margin-bottom: 32px;
}
.sppb-addon-header.column-title.sppb-text-left .sppb-addon-title span {
  display: inline-block;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 7px;
}
.sppb-addon-header.sppb-text-left .sppb-addon-title span {
  margin-bottom: 30px;
}
.column-title.border-bottom {
  position: relative;
  border-bottom: 1px solid transparent !important;
}
.column-title.border-bottom h3 {
  color: #fff !important;
}
.column-title.border-bottom:after {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  background: #fff;
  width: 50px;
  height: 2px;
}
.column-title.border-bottom-primary {
  position: relative;
  border-bottom: 1px solid transparent !important;
}
.column-title.border-bottom-primary h3 {
  color: #1a1a1a !important;
}
.column-title.border-bottom-primary:after {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  background: #04367d;
  width: 50px;
  height: 2px;
}
.column-title-small .sppb-container {
  padding: 0 !important;
  text-transform: uppercase;
}
.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;
}
.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 #f0f0f0 !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;
}
/* Text Color */
.slider-orange-color {
  color: #fa6742 !important;
}
.slider-black-color {
  color: #2e2c2d;
}
.text-secondary {
  color: #fa6742 !important;
}
#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;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
}
ul.social-icons > li {
  display: inline-block;
  margin: 5px 7px;
}
.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;
}
/* Header
 ===================================== */
#sp-menu-button .sppb-text-left {
  text-align: right;
}
#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;
}
#sp-header-main:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #f0f0f0;
  left: 0;
  top: 100px;
}
/* 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;
  }
}
/* Slider
 ===================================== */
.tp-caption.slide_title, .tp-caption.slide_title_small, .slide_title, .slide_small_text, .slide_small_text_dark, .tp-caption.slide_title_dark, .tp-caption.slide_small_text_right, .slide_small_text_right {
  text-shadow: none !important;
}
.tp-caption a.slider-btn {
  position: relative;
  background: #04367d;
  padding: 17px 65px 17px 35px !important;
  font-size: 14px !important;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tp-caption a.slider-btn:after {
  position: absolute;
  content: "";
  right: 35px;
  top: calc(50% - 1px);
  width: 18px;
  height: 1px;
  background: #fff;
}
.tp-caption a.slider-btn:hover {
  background: #1f1f1f;
  color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
}
.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;
}
.tparrows.tp-rightarrow, .tparrows.tp-leftarrow {
  z-index: 9999;
  visibility: visible;
}
.tparrows.tp-leftarrow {
  left: 0 !important;
}
.tparrows.tp-rightarrow {
  right: 0 !important;
}
/*
 .tp-leftarrow{
 left:90px !important;
 }*/
/** Carousel Pro **/
.sppb-carousel-arrow i {
  color: #fff;
  font-size: 20px;
  text-shadow: none;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.sppb-carousel-arrow.left .fa-chevron-left {
  left: 0;
  margin-left: 0;
  border-radius: 0;
}
.sppb-carousel-arrow.right .fa-chevron-right {
  right: 0;
  margin-right: 0;
  border-radius: 0;
}
.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;
  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;
  text-transform: uppercase;
}
.box-carousel.sppb-carousel-pro .sppb-carousel-item-inner .sppb-carousel-pro-text h2 span {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  color: #666;
  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: -60px;
  position: absolute;
}
.box-carousel.sppb-carousel-pro .sppb-carousel-arrow i:hover {
  background: #04367d;
  color: #fff;
}
.box-carousel.sppb-carousel-pro .sppb-carousel-arrow.right {
  right: -10px;
}
.box-carousel.sppb-carousel-pro .sppb-carousel-arrow.left {
  left: -10px;
}
.sppb-carousel-pro .sppb-carousel-pro-text {
  padding: 30px;
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 165px 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;
}
.sp-page-title .sp-page-title-heading {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.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: flex-start;
}
.sp-page-title .breadcrumb > .active {
  color: #04367d;
  text-transform: uppercase;
}
.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;
}
.body-innerwrapper {
  overflow-x: hidden;
}
.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
}
#sp-main-body {
  padding: 100px 0;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
#sp-left .sp-module:first-child, #sp-right .sp-module:first-child {
  margin-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 dashed #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: 75px;
  height: 60px;
  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;
}
#sp-left .sp-module .tagscloud, #sp-right .sp-module .tagscloud {
  margin: -2px 0;
}
#sp-left .sp-module .tagscloud .tag-name, #sp-right .sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}
#sp-left .sp-module .tagscloud .tag-name span, #sp-right .sp-module .tagscloud .tag-name span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search-module .nav-search-icon.tw-search {
  display: none;
}
.search .btn-toolbar {
  margin-bottom: 20px;
}
.search .btn-toolbar span.icon-search {
  margin: 0;
}
.search .btn-toolbar button {
  color: #fff;
}
.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .phrases .ordering-box {
  margin-bottom: 15px;
}
.search .only label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .search-results dt.result-title {
  margin-top: 40px;
}
.search .search-results dt, .search .search-results dd {
  margin: 5px 0;
}
.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}
.form-search .finder label {
  display: block;
}
.form-search .finder .input-medium {
  width: 60%;
  border-radius: 4px;
}
.finder .word input {
  display: inline-block;
}
.finder .search-results.list-striped li {
  padding: 20px 0;
}
.article-list .article {
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
}
.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: -30px -30px 20px -30px;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #f5f5f5;
  overflow: hidden;
}
.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
  border-radius: 3px 3px 0 0;
}
.article-list .article .article-header h1, .article-list .article .article-header h2 {
  font-size: 30px;
  font-weight: 600;
  margin: 25px 0 10px;
}
.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: #04367d;
}
.article-list .article .readmore {
  font-size: 0.875rem;
}
.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;
}
.article-details .article-header {
  position: relative;
}
.article-details .article-header h1, .article-details .article-header h2 {
  font-size: 2.25rem;
}
.article-details .link-edit-article {
  position: absolute;
  right: 0;
  top: 10px;
}
.article-details .article-full-image {
  text-align: center;
  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;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 1rem;
}
.article-details .article-author-information {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #f5f5f5;
}
.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;
}
.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 {
  margin-top: 15px;
}
.article-social-share {
  float: right;
}
.article-social-share .social-share-icon ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.article-social-share .social-share-icon ul li {
  display: inline-block;
}
.article-social-share .social-share-icon ul li:not(:last-child) {
  margin-right: 10px;
}
.article-social-share .social-share-icon ul li a {
  border: 1px solid #ededed;
  font-size: 1rem;
  border-radius: 50%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 34px;
  display: inline-block;
}
.article-social-share .social-share-icon ul li a:hover, .article-social-share .social-share-icon ul li a:focus {
  color: #fff;
}
.newsfeed-category .category {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsfeed-category .category li {
  padding: 5px 0;
}
.newsfeed-category #filter-search {
  margin: 10px 0;
}
.category-module, .categories-module, .archive-module, .latestnews, .newsflash-horiz, .mostread, .form-links, .list-striped {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-module li, .categories-module li, .archive-module li, .latestnews li, .newsflash-horiz li, .mostread li, .form-links li, .list-striped li {
  padding: 2px 0;
}
.category-module li h4, .categories-module li h4, .archive-module li h4, .latestnews li h4, .newsflash-horiz li h4, .mostread li h4, .form-links li h4, .list-striped li h4 {
  margin: 5px 0;
}
.article-footer-top {
  display: table;
  clear: both;
  width: 100%;
}
.article-footer-top .post_rating {
  float: left;
}
.contentpane:not(.com-sppagebuilder) {
  padding: 20px;
}
#sp-bottom {
  padding: 60px 0 30px;
  font-size: 14px;
  line-height: 1.6;
  color: #757575;
}
#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;
  text-transform: uppercase;
}
#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;
  color: #fff;
  transition: all 0.3s;
}
#sp-bottom .sppb-addon-social-media a i.fa-facebook {
  color: #3b5999;
}
#sp-bottom .sppb-addon-social-media a i.fa-twitter {
  color: #55acee;
}
#sp-bottom .sppb-addon-social-media a i.fa-google-plus {
  color: #dd4b39;
}
#sp-bottom .sppb-addon-social-media a i.fa-linkedin-square {
  color: #0077b5;
}
#sp-bottom .sppb-addon-social-media a i.fa-pinterest {
  color: #bd081c;
}
#sp-bottom .sppb-addon-social-media a i:hover {
  color: #fff;
}
#sp-footer .container-inner {
  padding: 30px 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: #fff;
}
#sp-footer .sp-module ul > li > a {
  color: #fff;
}
#sp-footer .sp-module ul > li > a:hover {
  color: #064bae;
}
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;
}
.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}
.profile > div:not(:last-child) {
  margin-bottom: 30px;
}
.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
.page-header {
  padding-bottom: 15px;
}
table.category {
  width: 100%;
}
table.category thead > tr, table.category tbody > tr {
  border: 1px solid #f2f2f2;
}
table.category thead > tr th, table.category tbody > tr th, table.category thead > tr td, table.category tbody > tr td {
  padding: 10px;
}
.contact-form .form-actions {
  background: none;
  border: none;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.sp-preloader {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.sp-preloader > div {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  position: absolute;
  animation: spSpin 0.75s linear infinite;
}
.sp-preloader > div:after {
  content: '';
  position: absolute;
  width: 49px;
  height: 49px;
  top: 1px;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}
.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;
}
.chzn-select, .chzn-select-deselect {
  width: 100%;
}
.chzn-container.chzn-container-single .chzn-single {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  height: calc(2.25rem + 2px);
  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;
  box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-single div {
  width: 30px;
  background: none;
}
.chzn-container.chzn-container-single .chzn-single div > b {
  background: none;
  position: relative;
}
.chzn-container.chzn-container-single .chzn-single div > b:after {
  content: "\f0dc";
  font-family: FontAwesome;
  font-size: 0.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.chzn-container.chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single {
  border-radius: 0.25rem 0.25rem 0 0;
}
.chzn-container.chzn-container-single .chzn-search {
  padding: 0.625rem;
}
.chzn-container.chzn-container-single .chzn-search input[type="text"] {
  display: block;
  width: 100%;
  padding: 0.5rem 1.429rem 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25;
  height: calc(2rem + 2px);
  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;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-search input[type="text"]:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}
.chzn-container.chzn-container-single .chzn-search:after {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, .2);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.chzn-container.chzn-container-single .chzn-drop {
  border-color: rgba(0, 0, 0, .15);
  border-radius: 0 0 0.25rem 0.25rem;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-results li.highlighted {
  background-image: none !important;
}
.chzn-container.chzn-container-multi .chzn-choices {
  display: block;
  width: 100%;
  padding: 0 0.75rem;
  min-height: calc(2.25rem + 2px);
  line-height: 1.25;
  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;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.25;
  height: calc(2rem + 2px);
  background-color: #fff;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice {
  margin: 5.5px 5px 0 0;
  padding: 5px 20px 5px 5px;
  background-image: none;
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, .1);
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
  background: none;
  top: 5px;
  color: rgba(0, 0, 0, .2);
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
  color: rgba(0, 0, 0, .5);
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:after {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 0.875rem;
  position: absolute;
  top: 0;
  right: 0;
}
.chzn-container.chzn-container-multi.chzn-with-drop.chzn-container-active .chzn-choices {
  border-radius: 0.25rem;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop {
  margin-top: -4px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results:not(:empty) {
  padding: 0.75rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
  border-top: 0;
  border-radius: 0 0 0.25rem 0.25rem;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results li.no-results {
  background: none;
}
.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 */
.tparrows.preview2 {
  background: rgba(0, 0, 0, .5);
}
.tp-leftarrow.preview2:after {
  content: '\e875';
  font-family: "iconfont";
  color: #fff;
}
.tp-rightarrow.preview2:after {
  content: "\e876";
  font-family: "iconfont";
  color: #fff;
}
@media (max-width: 991px) {
  .slider-btn-1 {
    margin-left: -25px !important;
  }
}
@media (max-width: 767px) {
  .slider-btn-1 {
    margin-left: -25px !important;
  }
}
@media (max-width: 991px) {
  .rev_slider .sppb-btn {
    font-size: 12px !important;
  }
}
@media (max-width: 767px) {
  .rev_slider .sppb-btn {
    font-size: 12px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
/* 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;
}
/* 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%;
}
/* Fun Facts */
.sppb-addon-animated-number {
  font-weight: 700;
}
.animated-pattern {
  position: relative;
  z-index: 2;
}
.animated-pattern:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/funfacts/arrow_left.png);
  background-repeat: no-repeat;
  background-position: left center;
  z-index: -1;
}
.animated-pattern:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/funfacts/arrow_right.png);
  background-repeat: no-repeat;
  background-position: right center;
  z-index: -1;
}
@media (max-width: 767px) {
  .animated-pattern:after, .animated-pattern:before {
    display: none;
  }
}
.facts-area .sppb-animated-number-title {
  text-transform: uppercase;
  display: inline-block;
  margin-top: 15px !important;
}
/* Service */
.tw-services .sppb-addon-article {
  margin-bottom: 60px;
}
.tw-services .sppb-addon-article img {
  margin: 0 auto 30px;
  height: 110px;
}
.tw-services .sppb-addon-article h3 a {
  color: #2f2c2c;
  font-weight: 700;
}
.tw-services .sppb-addon-article .sppb-article-introtext {
  padding: 0 50px;
  margin-top: 15px;
}
.tw-services .sppb-addon-article .sppb-readmore {
  font-weight: 700;
  position: relative;
  font-size: 16px;
}
.tw-services .sppb-addon-article .sppb-readmore:after {
  content: "\f105";
  margin-left: 10px;
  position: relative;
  top: 1px;
  font-family: fontAwesome;
  font-weight: 300;
}
.tw-services .sppb-addon-article:hover h3 a {
  color: #fa6742;
}
.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;
}
/* Case Study
 =============================================*/
.tw-case-study .sppb-addon-article {
  transition: all 0.3s ease;
  background: #fff;
}
.tw-case-study .sppb-addon-article h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  padding: 20px 15px 0;
}
.tw-case-study .sppb-addon-article h3 a {
  color: #2f2c2c;
}
.tw-case-study .sppb-addon-article .sppb-article-introtext {
  margin-bottom: -20px;
  color: #b4b4b4;
}
.tw-case-study .sppb-addon-article:hover {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.06);
}
.tw-case-study .sppb-addon-article:hover h3 a {
  color: #fa6742;
}
.tw-case-study .sppb-btn {
  margin-top: 30px;
}
.ts-case {
  background-position: 50% 60% !important;
}
.ts-case .ts-single-case .sppb-addon-single-image {
  max-width: 410px;
}
.ts-case .ts-single-case .sppb-addon-single-image .sppb-addon-title {
  text-align: center;
}
.ts-case .ts-single-case .sppb-addon-single-image.case-img-right {
  margin-left: auto;
}
/* Work Process
 ====================================*/
.ts-work-process {
  background-image: url('../images/work_process_arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: inherit;
  background-position: 50% 50%;
}
@media (max-width: 991px) {
  .ts-work-process {
    background-image: none;
  }
}
@media (max-width: 767px) {
  .ts-work-process {
    background-image: none;
  }
}
/* Work Process Classic */
.tw-work-process .sppb-row {
  counter-reset: work-count;
}
.work-process-classic [id*="sppb-addon"]:not(:last-child) {
  width: 225px;
  height: 225px;
  line-height: 225px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.work-process-classic [class*="sppb-col"] {
  position: relative;
  z-index: 1;
  counter-increment: work-count;
}
.work-process-classic [class*="sppb-col"]:after {
  position: absolute;
  top: 15px;
  right: 25px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  background: #fa6742;
  content: counter(work-count);
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
/* Testimonial
 ===============================================*/
/* Testimonial Classic */
.testimonial-classic .sppb-carousel-inner .sppb-item > div {
  float: left;
  width: 70%;
  text-align: left;
}
.testimonial-classic .sppb-carousel-inner .sppb-item > div:not(:last-child) {
  width: 30%;
  display: flex;
  align-items: center;
}
.testimonial-classic .sppb-carousel-inner .sppb-item > div:not(:first-child) {
  border-left: 1px solid #656a75;
  padding-left: 40px;
  position: relative;
  max-width: 530px;
  margin-bottom: 0;
}
.testimonial-classic .sppb-carousel-inner .sppb-item > div:not(:first-child) > span {
  position: absolute;
  right: 0;
  font-size: 60px;
  top: 75px;
  color: #565d6b;
}
.testimonial-classic .sppb-carousel-inner .sppb-item > div:not(:first-child) > p {
  line-height: 32px;
}
.testimonial-classic .sppb-carousel span {
  font-size: 50px;
  color: #fcccc0;
}
.testimonial-classic .sppb-testimonial-message {
  font-size: 18px;
  font-style: italic;
  padding: 10px 0;
  line-height: 28px;
}
.testimonial-classic .sppb-addon-testimonial-pro-footer {
  margin-bottom: 20px;
}
.testimonial-classic .sppb-addon-testimonial-pro-footer strong {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}
.testimonial-classic .sppb-addon-testimonial-pro-footer strong span {
  display: block;
  font-size: 16px;
  color: #797979;
  font-weight: 400;
  text-transform: capitalize;
}
.testimonial-classic .sppb-addon-testimonial-pro-footer img {
  float: left;
  margin-right: 20px;
}
.testimonial-classic .sppb-carousel-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonial-classic .sppb-carousel-indicators li {
  width: 7px;
  height: 7px;
  background: #9a9da3;
  border: none !important;
  display: inline-block;
  margin: 4px;
}
.testimonial-classic .sppb-carousel-indicators li.active {
  width: 11px;
  height: 11px;
  background: #04367d;
  margin: 4px;
}
/* Testimonial Standard */
.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;
}
/* Tab */
.pricing-tab .sppb-nav.sppb-nav-pills {
  width: 350px;
  margin: 0 auto 80px;
  border: 1px solid #e9e9e9;
  border-radius: 50px;
  display: flex;
}
.pricing-tab .sppb-nav.sppb-nav-pills > li {
  width: 50%;
  text-align: center;
}
.pricing-tab .sppb-nav.sppb-nav-pills > li > a {
  border-radius: 25px;
  position: relative;
  padding: 14px 0;
  display: block;
  color: #2f2c2c;
  font-weight: 700;
  border-radius: 50px;
}
.pricing-tab .sppb-nav.sppb-nav-pills > li.active a {
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
  background: #fa6742 !important;
  color: #fff !important;
}
.pricing-tab .sppb-nav.sppb-nav-pills > li a {
  font-size: 16px;
}
.pricing-tab .sppb-tab-content > .active {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.pricing-tab .sppb-tab-content > .active div {
  width: 100%;
}
.pricing-tab .sppb-tab-content > .active div[id*="sppb-addon"] {
  background-position: top 50px center;
  background-size: 35% !important;
  padding-top: 135px;
  padding-bottom: 40px !important;
  border-radius: 10px;
  transition: all 0.3s;
}
.pricing-tab .sppb-tab-content > .active div[id*="sppb-addon"] .sppb-pricing-title, .pricing-tab .sppb-tab-content > .active div[id*="sppb-addon"] .sppb-pricing-price {
  transition: all 0.3s;
}
.pricing-tab .sppb-tab-content > .active div[id*="sppb-addon"] .sppb-addon-pricing-table {
  margin-top: 135px;
}
.pricing-tab .sppb-tab-content > .active div[id*="sppb-addon"] .sppb-addon-pricing-table .sppb-pricing-price {
  font-weight: 700;
  color: #2f2c2c;
}
.pricing-tab .sppb-tab-content > .active div[id*="sppb-addon"] .sppb-addon-pricing-table .sppb-pricing-price small {
  font-size: 14px;
  color: #757575;
}
.pricing-tab .sppb-tab-content > .active div[id*="sppb-addon"] .sppb-addon-pricing-table .sppb-pricing-price .sppb-pricing-price-symbol {
  position: relative;
  top: -5px;
  left: -2px;
}
.pricing-tab .sppb-tab-content > .active div[id*="sppb-addon"]:nth-child(2) {
  padding-bottom: 70px !important;
  position: relative;
}
.pricing-tab .sppb-tab-content > .active div[id*="sppb-addon"]:hover {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1) !important;
}
.pricing-tab .sppb-tab-content > .active div[id*="sppb-addon"]:hover .sppb-pricing-title {
  color: #fa6742 !important;
}
.pricing-tab .sppb-tab-content > .active div[id*="sppb-addon"]:hover .sppb-pricing-price:not(small) {
  color: #fa6742;
}
.pricing-tab .sppb-tab-content > .active div[id*="sppb-addon"]:hover .sppb-btn {
  border-color: #fa6742;
  background: #fa6742;
  color: #fff;
}
@media (max-width: 767px) {
  .pricing-tab .sppb-tab-content > .active div[id*="sppb-addon"] {
    margin-bottom: 40px !important;
    background-size: 115px !important;
    padding-top: 140px;
  }
}
@media (max-width: 767px) {
  .pricing-tab .sppb-tab-content > .active {
    flex-wrap: wrap;
  }
}
/* Team
 ===================================== */
/* Team Classic */
.team-classic .attorneys-single .sppb-addon-content {
  position: relative;
  overflow: hidden;
}
.team-classic .attorneys-single .sppb-addon-content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.team-classic .attorneys-single .ts-person-content {
  position: absolute;
  bottom: -145px;
  z-index: 1;
  padding: 25px 30px;
  overflow: hidden;
  transition: all 0.3s;
}
.team-classic .attorneys-single .ts-person-content .sppb-person-name {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.team-classic .attorneys-single .ts-person-content .sppb-person-introtext {
  color: #fff;
  line-height: 24px;
  margin-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.team-classic .attorneys-single .ts-person-content .sppb-person-social li a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.team-classic .attorneys-single .ts-person-content .sppb-person-information {
  background: #04367d;
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: -10px;
  padding-bottom: 1px;
  margin-top: -20px;
  padding-top: 15px;
  transition: all 0.3s;
}
.team-classic .attorneys-single:hover .ts-person-content {
  bottom: 0;
}
.team-classic .attorneys-single:hover .ts-person-content .sppb-person-introtext {
  opacity: 1;
  visibility: visible;
}
.team-classic .attorneys-single:hover .ts-person-content .sppb-person-information {
  background: none;
}
.team-classic .attorneys-single:hover .sppb-addon-content:after {
  opacity: 1;
  visibility: visible;
}
.team-classic .sppb-addon-persion .sppb-person-image, .team-classic .sppb-addon-person .sppb-person-image {
  margin-bottom: 0;
}
/* Latest News */
.ts-news .sppb-article-meta span {
  font-size: 16px;
  color: #04367d;
  margin-top: 25px;
  margin-bottom: 8px;
}
.ts-news .sppb-article-introtext {
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 95px;
}
.ts-news .sppb-article-introtext h3 {
  text-transform: uppercase;
  line-height: 36px;
}
.ts-news .sppb-article-introtext h3 a {
  color: #1a1a1a;
}
.ts-news-right .sppb-addon-article {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 6px;
  margin-bottom: 33px;
  margin-top: 5px;
}
.ts-news-right .sppb-addon-article .article-img {
  float: left;
  margin-right: 35px;
  width: 175px;
}
.ts-news-right .sppb-article-meta span {
  margin-top: 0;
}
.ts-news-right .sppb-article-introtext {
  max-height: 90px;
}
.ts-news-right .sppb-article-introtext h3 {
  line-height: 30px;
}
.ts-news-right .sppb-article-introtext h3 a {
  font-size: 16px;
  line-height: 30px;
}
.ts-news-right [class*=sppb-col-]:last-child .sppb-addon-article {
  margin-bottom: 0;
  border: none;
}
/* Footer */
.tw-footer-info-box {
  position: relative;
  z-index: 1;
}
.tw-footer-info-box .sppb-social-items-wrap {
  text-align: left;
  margin-top: 20px;
}
.tw-footer-info-box .sppb-social-items-wrap ul li {
  display: inline-block !important;
  margin: 0 !important;
  margin-right: 5px !important;
}
.tw-footer-info-box .sppb-social-items-wrap ul li a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  margin-right: 5px;
}
.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;
}
.list-half ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list-half ul li {
  width: 50%;
  margin-bottom: 18px !important;
}
.list-half ul li a {
  font-size: 16px;
}
.list-half ul li a:hover {
  color: #fa6742 !important;
}
.acysubbuttons {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  margin-bottom: 0;
}
/* Footer News */
.bottom-list {
  display: flex;
  flex-wrap: wrap;
}
.bottom-list li {
  width: 50%;
}
.bottom-list li a {
  font-size: 16px;
}
.bottom-recent-news .sppb-article-meta span {
  font-size: 16px;
  margin-bottom: 0;
}
.bottom-recent-news .sppb-article-introtext {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-height: 75px;
}
.bottom-recent-news .sppb-article-introtext h3 a {
  color: #fff !important;
  font-size: 16px;
  font-weight: 400;
}
.bottom-recent-news .sppb-addon-article {
  margin-bottom: 0px !important;
}
/* News Listing
 ============================================= */
.article-details h3 {
  padding: 20px 0;
}
.article-details .article-header {
  color: #2f2c2c;
}
.article-details .article-header h1 {
  font-size: 30px;
  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 a.facebook:hover {
  background: #3b5998;
}
.article-details .article-social-share a.twitter:hover {
  background: #00aced;
}
.article-details .article-social-share a.gplus:hover {
  background: #dd4b39;
}
.article-details .article-social-share a.linkedin:hover {
  background: #007bb6;
}
.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: 1rem;
}
#sp-right .sp-module, #sp-left .sp-module {
  padding: 40px;
  background: #f7f9f8;
  border-radius: 0;
  border: none;
  margin-bottom: 30px !important;
  margin-top: 0;
}
#sp-right .sp-module.search-module, #sp-left .sp-module.search-module {
  padding: 0 !important;
}
#sp-right .sp-module.search-module input, #sp-left .sp-module.search-module input {
  background: transparent !important;
  border-radius: 0 !important;
  padding: 16px 25px;
  position: relative;
  z-index: 2;
  border: none;
}
#sp-right .sp-module.search-module .search, #sp-left .sp-module.search-module .search {
  position: relative;
}
#sp-right .sp-module.search-module .search:after, #sp-left .sp-module.search-module .search:after {
  content: "\e933";
  top: 50%;
  position: absolute;
  right: 15px;
  font-family: 'iconfont' !important;
  font-size: 20px;
  transform: translateY(-50%);
}
#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;
  text-transform: uppercase;
  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 dashed #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;
}
.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: #04367d;
  border-color: #04367d;
  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: -35px;
  top: 5px;
}
.clients-carousel.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -35px;
}
/* Timeline
 ======================================= */
/* Faq
 ==================================== */
.accordion-standard .sppb-panel-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #1a1a1a;
}
.accordion-standard .sppb-panel-modern {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ebebeb;
}
.accordion-standard .sppb-panel-modern > .sppb-panel-heading {
  background: none;
  padding-bottom: 20px;
  padding-top: 10px;
  transition: all 0.3s;
}
.accordion-standard .sppb-panel-modern > .sppb-panel-heading.active {
  padding-bottom: 0px;
  transition: all 0.3s;
}
.accordion-standard .sppb-panel-modern > .sppb-panel-heading.active .sppb-toggle-direction {
  transform: rotate(0deg);
}
.accordion-standard .sppb-panel-modern > .sppb-panel-heading.active .sppb-toggle-direction i:before {
  content: "\f068";
}
.accordion-standard .sppb-panel-modern > .sppb-panel-heading .sppb-toggle-direction {
  color: #000;
}
.accordion-standard .sppb-panel-modern > .sppb-panel-heading .sppb-toggle-direction i:before {
  content: "\f067";
}
.accordion-standard .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: 20px 30px;
}
.contact-info:hover .sppb-addon-title {
  color: #04367d !important;
}
.contact-info:hover .sppb-addon-text p {
  color: #1a1a1a;
  transition: all 0.3s;
}
/* Sub Pages
 ================================= */
/* About */
.about-img {
  position: relative;
  z-index: 1;
}
.about-img img {
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.2);
}
.about-img-top {
  position: absolute;
  top: 105px;
  left: 0px;
}
.hire-us .sppb-container-inner [class*=sppb-col-] {
  padding: 0;
}
.hire-us .sppb-addon-raw-html .sppb-addon-content p {
  line-height: 30px;
  padding: 0 100px;
}
.hire-us .sppb-addon-single-image-container img {
  min-height: 365px;
}
/* Tab */
.sppb-nav-tabs {
  position: relative;
  border-bottom: none;
  margin-bottom: 90px;
}
.sppb-nav-tabs li {
  width: 20%;
}
.sppb-nav-tabs li a {
  margin: 0 auto;
  border: 1px solid #e5e5e5;
  background: none;
  border-radius: 16px;
  height: 32px;
  padding-top: 0;
  line-height: 30px;
  position: relative;
  background: #fff;
  width: 70px;
  text-align: center;
  transition: all 0.3s;
}
.sppb-nav-tabs li a:hover {
  border-color: #04367d;
  box-shadow: 0px 10px 15px 0px rgba(4, 54, 125, 0.1);
  font-weight: 700;
  color: #04367d;
  background-color: #fff;
}
.sppb-nav-tabs > li.active > a, .sppb-nav-tabs > li.active a:focus, .sppb-nav-tabs > li.active a:hover {
  border-color: #04367d;
  box-shadow: 0px 10px 15px 0px rgba(4, 54, 125, 0.1);
  font-weight: 700;
  color: #04367d;
}
.sppb-nav-tabs:after {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  z-index: -1;
}
.sppb-nav-tabs li a {
  font-size: 16px;
  font-weight: 400;
  color: #838383;
  font-family: 'Roboto Condensed', sans-serif;
}
.tabs-tab .sppb-media-body {
  padding-left: 60px;
}
.tabs-tab .sppb-text-left .sppb-addon-text > p {
  padding-right: 135px;
}
.tabs-tab .sppb-text-right {
  text-align: left;
}
.tabs-tab .sppb-text-right .sppb-addon-text > p {
  padding-right: 135px;
}
/* Case Result
 ================================= */
.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;
}
/* Practice Area
 ================================== */
.ts-practice-area .sppb-addon-single-image-container img {
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.2);
}
.ts-practice-area .sppb-addon-content p {
  line-height: 30px;
}
.ts-practice-area .sppb-addon-content .check-list {
  margin-bottom: 50px;
}
.sppb-animated-number-title {
  text-transform: uppercase;
  margin-top: 15px !important;
}
.sidebar .menu {
  background: #f7f7f7;
  padding: 30px 40px;
  margin: 0;
  list-style: none;
}
.sidebar .menu li a {
  color: #797979;
  display: inline-block;
  position: relative;
  padding: 10px 0;
}
.sidebar .menu li.current a {
  color: #04367d;
}
.sidebar .menu li.current a:before {
  content: "";
  position: absolute;
  left: -40px;
  top: calc(50% - 20px);
  width: 3px;
  height: 40px;
  background: #04367d;
}
.sidebar .menu li:last-child a {
  padding-top: 10px;
  padding-bottom: 0;
}
/* Attorney
 ================================= */
.attorney-bio .sppb-addon-raw-html .sppb-addon-content ul {
  margin: 0;
  padding-left: 17px;
  color: #000;
}
.attorney-bio .sppb-addon-raw-html .sppb-addon-content ul li p {
  margin-bottom: 3px;
}
.attorneys-profile {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
.attorneys-profile li {
  display: inline-flex;
  width: 100%;
  padding-bottom: 10px;
}
.attorneys-profile li span {
  width: 100%;
  color: #1a1a1a;
  text-transform: uppercase;
  font-weight: 700;
}
.attorneys-profile li span + span {
  text-align: right;
  text-transform: capitalize;
  font-weight: 400;
}
.attorneys-profile li span + span i.fa-linkedin {
  color: #2270ff;
}
.attorneys-profile li span + span i.fa-twitter {
  color: #14e1ff;
}
.attorneys-profile li:last-child {
  padding-bottom: 0;
}
.attorneys-profile .profile-social a {
  display: inline-block;
}
.attorneys-profile .profile-social a i {
  padding-left: 25px;
}
/* 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;
}
/*Module Variations
 ==================================*/
.module-variation {
  padding: 25px;
}
.variation-dark-bg {
  background: #2e2c2d;
}
.variation-dark-bg .sp-module-title {
  color: #fff;
}
.variation-dark-bg .animated-border:after {
  border-left-color: #2e2c2d;
  border-right-color: #2e2c2d;
}
.variation-dark-bg .sp-module-content p {
  color: #fff;
}
.variation-gray-bg {
  background: #f7f9f8;
}
.variation-gray-bg .sp-module-title {
  color: #2f2c2c;
}
.variation-gray-bg .animated-border:after {
  border-left-color: #f7f9f8;
  border-right-color: #f7f9f8;
}
.variation-gray-bg .sp-module-content p {
  color: #757575;
}
.variation-border {
  border: 5px dashed #f7f9f8;
}
.variation-border .sp-module-title {
  color: #2f2c2c;
}
.variation-border .sp-module-content p {
  color: #757575;
}
.variation-color {
  background: #fa6742;
}
.variation-color .sp-module-title {
  color: #fff;
}
.variation-color .animated-border {
  background: #fff;
}
.variation-color .animated-border:after {
  border-left-color: #fa6742;
  border-right-color: #fa6742;
}
.variation-color .sp-module-content p {
  color: #fff;
}
/* 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 */
.cta-button .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 */
.video-popup {
  position: relative;
}
.video-popup .text > 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: #04367d;
  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;
}
/* K2 Extention
 ==========================================*/
.sppb-article-introtext .pa-title {
  color: #fff;
}
@media (min-width: 992px) {
  .itemBody {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px !important;
  }
  .itemBody div + div {
    width: 50%;
    margin-left: 30px;
  }
}
@media (min-width: 992px) {
  .itemFullText h3 {
    padding-top: 5px !important;
  }
}
.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;
  }
}
.nav-search-form {
  display: block !important;
}
.nav-search-form .inputbox.search-query {
  width: 100%;
  border-radius: 0;
}
.nav-search-form .inputbox.search-query:focus {
  border-color: #fff;
}
.nav-search-form .search-close {
  display: none;
}
.site-search {
  position: relative;
}
.site-search .tw-search {
  position: absolute;
  z-index: 2;
  display: inline-block;
  right: 0;
  top: 5px;
}
.site-search .nav-search-form {
  position: absolute;
  top: 0;
}
.site-search .nav-search-form .inputbox.search-query {
  border: none;
  border-bottom: 1px solid #f0f0f0;
  font-style: italic;
  padding-left: 0;
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  z-index: 99;
  display: block;
  float: right;
  position: relative;
}
.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: 75px;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
}
.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;
  text-transform: uppercase;
  font-size: 14px;
  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;
  text-transform: uppercase;
}
.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;
  line-height: 1;
  display: block;
  padding: 8px 0;
  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: 500 !important;
}
.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: 20px !important;
  color: #2e2c2d !important;
  padding-bottom: 3px;
  text-transform: capitalize !important;
}
.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 .site-navigation .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: -300px;
}
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.sp-menu-right {
  left: 0;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: -50px;
  right: 0;
  width: 1240px;
  max-width: 1240px;
  /*
   @media (min-width: 1199px) {
   right:-160px;
   }
   @media (min-width: 992px) {
   right: -150px;
   }*/
}
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;
  }
}
/*Menu Active Hover*/
@media (min-width: 992px) {
  .sp-megamenu-parent > li > a {
    position: relative;
    z-index: 1;
  }
  .sp-megamenu-parent > li > a:before {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 3px;
    background: #fa6742;
    bottom: 0;
    transition: all 0.3s;
  }
  .sp-megamenu-parent > li.active > a:before {
    content: "";
    position: absolute;
    left: 0;
    width: 98%;
    height: 3px;
    background: #fa6742;
    bottom: 0;
  }
  .sp-megamenu-parent > li:hover > a:before {
    content: "";
    position: absolute;
    left: 0;
    width: 98%;
    height: 3px;
    background: #fa6742;
    bottom: 0;
  }
}
/*Home 2*/
.site-logo {
  padding-top: 18px;
  padding-bottom: 0;
}
.site-navigation .sp-megamenu-parent > li > a, .site-navigation .sp-megamenu-parent > li > span {
  line-height: 61px;
  padding: 14px 15px;
}
.site-navigation .site-search {
  padding: 25px 0;
}
.site-navigation .site-search .tw-search {
  top: 32px;
}
.site-navigation #sp-menu.header-sticky {
  margin-left: 0;
  margin-right: 15px;
  position: fixed !important;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 0 25px;
  max-width: 100% !important;
  left: 0 !important;
  padding: 0 70px;
}
@media (max-width: 991px) {
  .site-navigation #sp-menu.header-sticky {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .site-navigation #sp-menu.header-sticky {
    padding: 0 30px;
  }
}
#offcanvas-toggler {
  display: block;
  height: 100px;
  line-height: 100px;
  font-size: 20px;
}
#offcanvas-toggler > span:hover {
  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: #2e2c2d;
}
.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;
}
.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 #offcanvas-toggler.offcanvas-toggler-right {
  float: right;
  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: 700px;
  }
  .box-carousel.sppb-carousel-pro .sppb-carousel-inner > .sppb-item.sppb-item-has-bg > img {
    min-height: 700px;
  }
}
/* Medium Devices, Desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  /* Top Bar */
  /* Menu */
  /* Slider */
  /* News Right */
  .site-navigation.header-sticky {
    padding: 0 95px;
  }
  .sppb-btn.get-quote-btn {
    min-width: 150px;
    padding: 0 35px 0 35px !important;
  }
  .sppb-btn.get-quote-btn :after {
    position: relative;
    background: none;
  }
  .site-navigation .sp-megamenu-parent > li > a, .site-navigation .sp-megamenu-parent > li > span {
    padding-right: 0;
  }
  .site-navigation .sp-megamenu-parent > li > a, .site-navigation .sp-megamenu-parent > li > span, .site-navigation .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-size: 12px !important;
  }
  .site-navigation .row {
    padding: 0 15px;
  }
  .site-navigation #sp-menu.header-sticky {
    margin-left: 0;
  }
  .sp-contact-info li {
    margin: 0 5px;
  }
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    padding: 0 10px;
  }
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-size: 16px !important;
  }
  .sppb-btn {
    font-size: 10px !important;
  }
  .main-carousel .sppb-item.sppb-item-has-bg > img {
    min-height: 800px;
  }
  .ts-team.team-classic .attorneys-single .ts-person-content {
    bottom: -195px;
  }
  .ts-team.team-classic .attorneys-single:hover .ts-person-content {
    bottom: 0;
  }
  #sp-left .sp-module .latestnews.recent-news > div div, #sp-right .sp-module .latestnews.recent-news > div div {
    margin-right: 8px;
  }
}
/* Small Devices, Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  /* Header */
  /* Site navigation */
  /* Carousel Slider */
  /* Call to Action */
  /* Case Study */
  /* Timeline */
  /* Footer */
  /* Home 2 */
  /* Home 6 */
  /*  */
  /* Practice Area */
  /* Unite slider */
  .sppb-btn.get-quote-btn {
    min-width: 150px;
    padding: 0 35px 0 35px !important;
  }
  .sppb-btn.get-quote-btn :after {
    position: relative;
    background: none;
  }
  #offcanvas-toggler {
    height: 90px;
    line-height: 90px;
    padding-top: 0;
    position: absolute;
    top: -90px;
    right: 0;
  }
  #sp-header-main .site-search {
    display: none;
  }
  .site-navigation #offcanvas-toggler {
    height: 70px;
    line-height: 70px;
    padding-top: 0;
    position: absolute;
    top: 30px;
    right: 45px;
  }
  .site-navigation .row {
    padding: 0 30px;
  }
  .site-navigation .site-logo img {
    margin: 0 auto;
  }
  .site-navigation .site-search {
    margin-bottom: 45px;
    padding-top: 0;
  }
  .site-navigation .site-search .tw-search {
    top: 0 !important;
  }
  .header-sticky {
    padding: 0 20px;
    position: relative !important;
  }
  .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;
  }
  .call-to-action .sppb-text-right {
    text-align: center;
  }
  .sppb-addon-content .features-text {
    margin-left: 5px;
  }
  .tw-services .sppb-addon-article .sppb-article-introtext {
    padding: 0;
  }
  .tw-case-study .sppb-addon-article h3 {
    padding: 15px 7px 0;
    font-size: 15px;
  }
  .tw-case-study .sppb-addon-article .sppb-article-introtext {
    font-size: 14px;
  }
  .tw-case-study .sppb-addon-article .sppb-article-introtext p {
    margin: 0;
  }
  .sppb-addon-timeline.ts-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel {
    width: 310px !important;
  }
  #sp-footer .sp-column {
    text-align: center !important;
  }
  #sp-top-bar.header-boxed-top {
    margin-bottom: 30px;
  }
  #sp-header.header-boxed {
    top: 75px;
  }
  .header-absolute.header-boxed.header-full {
    top: 385px;
  }
  #sp-header-right {
    display: none;
  }
  .site-search .nav-search-form {
    width: 100%;
  }
  #sp-menu .sppb-btn {
    display: none;
  }
  #sp-menu-button .page-content {
    display: none;
  }
  #sp-menu .sp-column {
    width: 100%;
  }
  .site-search {
    margin-top: 5px;
    z-index: 1;
  }
  .site-search .tw-search {
    top: 10px;
  }
  .cta-button .sppb-text-left {
    text-align: center;
  }
  .feature-box .border-right {
    border: none !important;
  }
  .service-area .sppb-article-introtext {
    bottom: -240px;
  }
  .service-area .sppb-article-introtext h3 {
    font-size: 18px;
  }
  .service-area .sppb-addon-article:hover .sppb-article-introtext p {
    font-size: 12px;
  }
  .team-classic .attorneys-single .sppb-addon-content {
    max-width: 255px;
    margin: 0 auto;
  }
  .ts-news-right .sppb-article-introtext {
    padding-bottom: 20px;
  }
  .tabs-tab .sppb-media-body {
    padding-left: 0;
    float: right;
    margin-top: 30px;
  }
  .tabs-tab .sppb-text-right .pull-right {
    float: left !important;
  }
  .case-result .sppb-addon-single-image.sppb-text-center {
    text-align: left;
  }
  .ts-practice-area .sppb-addon-single-image-container img {
    margin-bottom: 40px;
  }
  .ts-practice-area {
    margin-top: 30px !important;
  }
  .site-navigation #offcanvas-toggler {
    height: auto;
    line-height: 0;
    padding-top: 0;
  }
  .site-navigation .row {
    padding: 0 30px;
  }
  .site-navigation .site-logo img {
    margin: 0 auto;
  }
  .site-navigation .site-search {
    margin-bottom: 46px;
  }
  .tparrows.tp-rightarrow, .tparrows.tp-leftarrow {
    z-index: 9999;
    visibility: visible;
  }
  .tparrows.tp-leftarrow {
    left: 0 !important;
  }
  .tparrows.tp-rightarrow {
    right: 0 !important;
  }
}
/* Small Devices Potrait */
@media (max-width: 767px) {
  /* Site navigation */
  /* Slider */
  /* Call to Action */
  /* Testimonial */
  /* Case Study */
  /* Pricing */
  /* Work Process */
  /* Timeline */
  /* Footer */
  /* Home 2 */
  /*  */
  /* Practice Area */
  /* News Right */
  /* Unite slider */
  /* Carousel Slider */
  /* Tab */
  #offcanvas-toggler {
    height: 90px;
    line-height: 90px;
    padding-top: 0;
    position: absolute;
    top: -90px;
    right: 30px;
  }
  #sp-logo {
    display: inline-block;
    width: auto;
  }
  #sp-header-main:after {
    background: none;
  }
  #sp-header-main .site-search {
    display: 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;
  }
  .site-navigation .site-search {
    margin-bottom: 45px;
    padding-top: 0;
  }
  .site-navigation .site-search .tw-search {
    top: 0 !important;
  }
  .header-sticky {
    padding: 0 20px;
    position: relative !important;
  }
  .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .call-to-action .sppb-text-right {
    text-align: center;
  }
  .sppb-addon-content .features-text {
    margin-left: 5px;
  }
  .tw-services .sppb-addon-article .sppb-article-introtext {
    padding: 0;
  }
  .testimonial-static .sppb-addon-testimonial-footer .sppb-addon-testimonial-client {
    margin-left: 0px;
  }
  .tw-case-study .sppb-addon-article {
    max-width: 350px;
    margin: 0 auto 40px;
  }
  .pricing-tab .sppb-nav.sppb-nav-pills {
    width: 280px;
  }
  .work-process-classic [class*="sppb-col"]:after {
    display: none;
  }
  .sppb-addon-timeline.ts-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel {
    width: 230px !important;
  }
  .sppb-addon-timeline.ts-timeline .sppb-addon-timeline-wrapper:before {
    display: none;
  }
  .sppb-addon-timeline.ts-timeline .sppb-addon-timeline-wrapper .timeline-badge:before {
    display: none;
  }
  #sp-footer .sp-column {
    text-align: center !important;
  }
  #sp-top-bar.header-boxed-top {
    margin-bottom: 30px;
  }
  #sp-header.header-boxed {
    top: 85px;
  }
  #sp-header-right {
    display: none;
  }
  .site-search .nav-search-form {
    width: 100%;
  }
  #sp-menu .sppb-btn {
    display: none;
  }
  #sp-menu-button .page-content {
    display: none;
  }
  #sp-menu .sp-column {
    width: 100%;
  }
  .site-search {
    margin-top: 5px;
    z-index: 1;
  }
  .site-search .tw-search {
    top: 10px;
  }
  .cta-button .sppb-text-left {
    text-align: center;
  }
  .feature-box .border-right {
    border: none !important;
  }
  .service-area .sppb-addon-article {
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .service-area .sppb-article-introtext {
    bottom: -110px;
  }
  .service-area .sppb-article-introtext h3 {
    font-size: 30px;
  }
  .service-area .sppb-addon-article:hover .sppb-article-introtext p {
    font-size: 16px;
  }
  .team-classic .attorneys-single .sppb-addon-content {
    max-width: 255px;
    margin: 0 auto;
  }
  .ts-news-right .sppb-article-introtext {
    padding-bottom: 20px;
  }
  .ts-news .sppb-article-introtext {
    max-height: 130px;
  }
  .testimonial-classic .sppb-carousel-inner .sppb-item > div {
    float: none;
    width: 100%;
  }
  .testimonial-classic .sppb-carousel-inner .sppb-item > div:not(:last-child) {
    width: 100%;
  }
  .testimonial-classic .sppb-carousel-inner .sppb-item > div:not(:last-child) {
    justify-content: center;
  }
  .testimonial-classic .sppb-carousel-inner .sppb-item > div:not(:first-child) {
    border: none;
    text-align: center;
    padding-left: 0;
  }
  .about-img-top {
    position: static;
  }
  .tabs-tab .sppb-media-body {
    padding-left: 1px;
    padding-top: 30px;
  }
  .tabs-tab .sppb-text-left .sppb-addon-text > p {
    padding-right: 0;
  }
  .hire-us .sppb-addon-raw-html .sppb-addon-content p {
    padding: 0;
  }
  .about-img {
    margin-top: 30px;
  }
  .ts-practice-area .sppb-addon-single-image-container img {
    margin-bottom: 30px;
  }
  .ts-practice-area {
    margin-top: 20px !important;
  }
  #sp-left .sp-module .latestnews.recent-news > div h4 a, #sp-right .sp-module .latestnews.recent-news > div h4 a {
    width: 100%;
    margin-top: 15px;
  }
  .tp-caption.slide_small_text, .slide_small_text {
    font-size: 11px !important;
    line-height: 30px !important;
  }
  .tp-caption.small_text, .small_text {
    margin-top: 30px !important;
  }
  .tp-caption a.slider-btn {
    padding: 13px 25px !important;
    font-size: 12px !important;
  }
  .tp-caption a.slider-btn.btn-border {
    margin-left: 70px !important;
  }
  .tp-caption a.slider-btn:after {
    background: none;
    position: relative;
  }
  .tp-caption.unite-content-right, .tp-caption.unite-content-right {
    right: 13% !important;
    left: auto !important;
  }
  .tparrows.tp-rightarrow, .tparrows.tp-leftarrow {
    z-index: 9999;
    visibility: visible;
  }
  .tparrows.tp-leftarrow {
    left: 0 !important;
  }
  .tparrows.tp-rightarrow {
    right: 0 !important;
  }
  .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;
  }
  .sppb-tab.tabs-tab .pull-left, .sppb-tab.tabs-tab .pull-right {
    float: none !important;
  }
}
/* Extra Small Devices, Phones */
@media (max-width: 479px) {
  /* Timeline */
  /* Home 2 */
  /* Home 6 */
  .timeline-movement.even:before {
    display: none;
  }
  .timeline-movement.even:after {
    display: none;
  }
  p.timeline-date {
    text-align: center !important;
  }
  .sppb-addon-timeline.ts-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel.left-part {
    margin: 0 auto !important;
  }
  .sppb-addon-timeline.ts-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel {
    margin: 0 auto !important;
    margin-top: 30px !important;
  }
  #sp-top-bar.header-boxed-top {
    margin-bottom: 50px;
  }
  #sp-header.header-boxed {
    top: 120px;
  }
  .header-absolute.header-boxed.header-full {
    top: 380px;
  }
}
/* Custom, iPhone Retina */
@media (max-width: 320px) and (max-width: 478px) {
  .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;
  }
}
