a,
a:hover,
a:focus {
  text-decoration: none;
}
.section-padding {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.section-padding .t3-module {
  margin-bottom: 0;
}
.btn-primary {
  background: #ff7700;
}
.btn-dark {
  background: #3a5371;
}
.btn-primary,
.btn-dark {
  color: #fff;
  border-radius: 3px;
  padding: 12px 30px;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
  font-weight: 700;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.btn-primary:hover,
.btn-dark:hover {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}
.down-arrow-transparent {
  background: url(../../../templates/ts_saifway/images/down-arrow-transparent.png) no-repeat center -1px transparent;
  display: block;
  height: 22px;
  width: 100%;
  margin: 0;
  z-index: 200;
  position: absolute;
  border: 0;
  left: 0;
  right: 0;
  bottom: 0%;
}
.down-arrow-white {
  background: url(../../../templates/ts_saifway/images/down-arrow-white.png) no-repeat top center;
  z-index: 100;
  margin-top: 0;
  min-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.down-arrow-color {
  background: url(../../../templates/ts_saifway/images/down-arrow-color.png) no-repeat top center;
  z-index: 100;
  margin-top: 0;
  min-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.gap-80 {
  clear: both;
  height: 80px;
}
.gap-60 {
  clear: both;
  height: 80px;
}
.gap-40 {
  clear: both;
  height: 40px;
}
.gap-30 {
  clear: both;
  height: 30px;
}
.gap-20 {
  clear: both;
  height: 20px;
}
.ts-divider {
  position: relative;
  margin: 20px 0 30px;
}
.ts-divider:after {
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(to right, #ffffff 0, #e0e0e0 30%, #e0e0e0 70%, #ffffff 100%);
  background: -ms-linear-gradient(left, #ffffff 0, #e0e0e0 30%, #e0e0e0 70%, #ffffff 100%);
  background: -o-linear-gradient(left, #ffffff 0, #e0e0e0 30%, #e0e0e0 70%, #ffffff 100%);
  background: -webkit-linear-gradient(left, #ffffff 0, #e0e0e0 30%, #e0e0e0 70%, #ffffff 100%);
  background: -moz-linear-gradient(left, #ffffff 0, #e0e0e0 30%, #e0e0e0 70%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(30%, #e0e0e0), color-stop(70%, #e0e0e0), color-stop(100%, #ffffff));
}
.solid-row {
  background: #f0f0f0;
}
.title-border .module-title {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  letter-spacing: 1px;
}
.title-border .module-title:before {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0px;
  width: 120px;
  height: 2px;
  background: #999999;
  left: 50%;
  margin-left: -60px;
}
.title-border .module-title .title-head {
  font-size: 28px;
  display: block;
  font-weight: 700;
}
.intro-title .module-title {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 0;
}
.intro-title .module-title .title-head {
  font-size: 24px;
  display: block;
  font-weight: 700;
}
.list-round-arrow {
  list-style: none;
  margin: 0;
  padding: 0 0 0 15px;
}
.list-round-arrow li {
  line-height: 24px;
}
.list-round-arrow li:before {
  font-family: FontAwesome;
  content: "\f05d";
  margin-right: 10px;
  color: #3a5371;
}
.list-arrow li {
  line-height: 24px;
}
.list-arrow li:hover {
  color: #ffa04d;
}
.list-arrow li:hover a {
  color: #ffa04d;
}
.list-arrow li:before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 10px;
}
.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sprocket-strips .sprocket-strips-item {
  box-shadow: none;
}
.sprocket-strips .sprocket-strips-nav {
  text-align: center;
  display: inline-block;
}
.sprocket-strips .sprocket-strips-nav .sprocket-strips-pagination {
  display: inline-block;
}
.sprocket-strips .sprocket-strips-nav .sprocket-strips-pagination li {
  padding: 5px !important;
}
.sprocket-strips .sprocket-strips-nav .sprocket-strips-pagination li.active {
  background: #ff7700;
}
.dropcap {
  font-size: 48px;
  line-height: 60px;
  padding: 0 7px;
  display: inline-block;
  float: left;
  font-weight: 700;
  margin: 5px 15px 5px 0;
  position: relative;
  text-transform: uppercase;
}
.dropcap.primary {
  background: #ff7700;
  color: #fff;
}
.dropcap.secondary {
  background: #3a5371;
  color: #fff;
}
.owl-carousel.owl-theme .owl-controls .owl-nav [class*=owl-] {
  padding: 5px 15px;
  font-size: 20px;
  background: #ff7700;
}
.owl-carousel.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #b35300;
}
.ts-service-wrapper .ts-service-icon {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.ts-service-wrapper:hover .ts-service-icon {
  border: 5px solid rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

body,
p {
  font-family: 'Roboto', sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
  line-height: 24px;
  font-weight: 400;
}
body {
  color: #555555;
}
h1,
h2,
h3,
h4 {
  font-family: "montserrat", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
  color: #090909;
  font-weight: 700;
}
h1 {
  font-size: 13px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 13px;
  text-transform: uppercase;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}

.ts-topbar {
  background: #ff7700;
  padding: 10px 0;
}
.ts-topbar .t3-module {
  margin: 0;
}
.ts-topbar ul.nav {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.ts-topbar ul.nav li {
  display: inline-block;
}
.ts-topbar ul.nav li a {
  background: none !important;
  color: #fff;
  position: relative;
  padding: 0 12px;
  font-size: 14px;
  border-radius: 0;
  line-height: 14px;
  border-right: 1px solid #999;
}
.ts-topbar ul.nav li a:hover {
  color: #ff7700;
}
.ts-topbar ul.nav li:last-child a {
  border-right: 0;
  padding-right: 0;
}
.top-social.sp_social ul li a {
  font-size: 18px;
  color: #fff;
  margin-right: 15px;
  width: auto !important;
  height: auto !important;
}
.top-social.sp_social ul li a:hover {
  color: #ff7700;
}

.logo {
  /*background: #f7f7f7;*/
  position: relative;
  min-height: 125px;
  padding: 30px 0 25px 0;
}
.logo:before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  left: -650px;
  width: 650px;
  /*background: #f7f7f7;*/
}
.logo:after {
  content: '';
  position: absolute;
  left: 100%;
  z-index: 999;
  /*border-top: 125px solid #f7f7f7;
  border-left: 0px solid transparent;
  border-right: 100px solid transparent;
  bottom: 0;*/
}
@media screen and (min-width: 768px) {
  .logo {
    text-align: left;
  }
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text a {
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.header-right {
  float: right;
}

ul.top-info {
  list-style: none;
  margin: 45px 0 0 0;
  padding: 0;
}
ul.top-info li {
  position: relative;
  float: left;
  font-size: 14px;
  margin-left: 15px;
  font-weight: 400;
}
ul.top-info li .info-box span.info-icon {
  font-size: 36px;
  color: #ff7700;
  display: inline-block;
}
ul.top-info li .info-box .info-box-content {
  display: inline-block;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
ul.top-info li .info-box .info-box-content p.info-box-title {
  font-weight: 400;
  color: #090909;
  font-size: 14px;
  text-transform: uppercase;
}
ul.top-info li .info-box .info-box-content p {
  margin: 0 0 3px 0;
  line-height: normal;
  color: #777;
  font-size: 13px;
}
.head-search {
  margin-top: 20px;
}
.head-search:before,
.head-search:after {
  content: " ";
  display: table;
}
.head-search:after {
  clear: both;
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .search {
  position: relative;
  top: -4px;
}
.head-search .search:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  color: #999;
}
@media screen and (min-width: 768px) {
  .head-search .search {
    float: right;
  }
}
.head-search .form-control {
  width: 100%;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .head-search .form-control {
    width: 200px;
  }
}
.t3-header {
  padding-top: 0;
  padding-bottom: 0;
}

.ts-account {
  position: absolute;
  right: 15px;
}
#btl {
  padding: 0;
  top: 13px;
}
#btl .btl-panel > span {
  color: #fff !important;
  background: #222 !important;
  position: relative;
  border: 0 !important;
  border-radius: 2px !important;
  box-shadow: none !important;
  height: 36px !important;
  line-height: 36px !important;
  text-align: center;
  display: inline-block !important;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}
#btl .btl-panel > span:hover {
  background: #333333 !important;
  color: #fff !important;
}
#btl .btl-panel > span#btl-panel-registration {
  background: #3a5371 !important;
}
#btl .btl-panel > span#btl-panel-registration:hover {
  background: #333333 !important;
}
.btl-content-block {
  padding: 30px;
  border-radius: 0 !important;
}
.btl-content-block h3 {
  background: transparent !important;
  padding: 0px !important;
  text-transform: capitalize;
  font-weight: 700 !important;
}
.btl-content-block #btl-wrap-module {
  padding: 0;
}
.btl-content-block #register-link,
.btl-content-block .btl-field,
.btl-content-block .btl-error-detail,
.btl-content-block .btl-error,
.btl-content-block .btl-note {
  margin: 0 !important;
}
.btl-content-block .btl-field .btl-input > input {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
  height: 34px;
}
.btl-content-block input.btl-buttonsubmit,
.btl-content-block button.btl-buttonsubmit {
  font-size: 14px;
  background: #ff7700 !important;
  box-shadow: none;
  margin-top: 20px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3) !important;
  padding: 8px 20px;
  text-transform: uppercase;
  height: auto !important;
  line-height: normal !important;
  text-shadow: none !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btl-content-block input.btl-buttonsubmit:hover,
.btl-content-block button.btl-buttonsubmit:hover {
  background: #000 !important;
  color: #fff;
}
#btl .btl-panel > #btl-panel-profile {
  padding-right: 25px !important;
  border: 0 !important;
  box-shadow: none;
}
#btl .btl-panel > span {
  padding: 0 15px !important;
}
#btl-content-profile {
  padding: 0;
}
.navbar-fixed {
  z-index: 99999;
  position: fixed;
  opacity: .98;
  width: 100%;
  top: 0;
  -webkit-animation: fadeInDown 800ms;
  -moz-animation: fadeInDown 800ms;
  -ms-animation: fadeInDown 800ms;
  -o-animation: fadeInDown 800ms;
  animation: fadeInDown 800ms;
  -webkit-backface-visibility: hidden;
}

.ts-slideshow,
.ts-slider {
  position: relative;
}
.tp-caption.slide-title {
  text-transform: uppercase;
  letter-spacing: 8px;
}
.tp-caption a.slide-btn {
  color: #fff !important;
}
.tp-caption a.slide-btn.border {
  background: none;
  border: 2px solid #fff !important;
  color: #fff;
  border-radius: 3px;
  padding: 12px 30px;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
  font-weight: 700;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.tp-caption a.slide-btn.border:hover {
  background: #ff7700;
  border: 2px solid transparent !important;
}
.slider2 .layout-slideshow .sprocket-features-content {
  bottom: 30%;
  width: 45%;
  left: 12%;
  top: auto;
}
.slider2 .layout-slideshow .sprocket-features-desc {
  padding: 20px;
}
.slider2 .layout-slideshow .sprocket-features-desc h2.slider-title {
  font-size: 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
}
.slider2 .layout-slideshow .sprocket-features-desc h3.slider-sub-title {
  font-size: 20px;
  margin-top: 0;
  color: #fff;
  text-transform: capitalize;
}
.slider2 .layout-slideshow .sprocket-features-desc p {
  color: #fff;
}
.slider2 .layout-slideshow .sprocket-features-desc .btn-primary {
  padding: 10px 20px;
  margin-top: 10px;
}
.slider2 .layout-slideshow .sprocket-features-desc .roksprocket-ellipsis {
  display: none;
}
.slider2 .layout-slideshow .sprocket-features-desc .readmore:hover {
  color: #fff !important;
}
.slider2 .layout-slideshow .sprocket-features-arrows .arrow {
  background: #000;
  color: #fff;
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -55px;
  cursor: pointer;
  z-index: 10;
  text-align: center;
  font-size: 26px;
  width: 36px;
  height: 72px;
  line-height: 72px;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}
.slider2 .layout-slideshow .sprocket-features-arrows .arrow.next {
  right: 0;
}
.slider2 .layout-slideshow .sprocket-features-arrows .arrow.prev {
  left: 0;
}
.camera_caption {
  top: 50%;
  display: inline-block;
  width: auto !important;
  left: 12%;
  margin-top: -50px;
}
.camera_caption > div {
  background: rgba(0, 0, 0, 0.5) !important;
  padding: 20px !important;
  border-radius: 0 !important;
  font-family: "montserrat", "Tahoma", "Geneva", "Arial", sans-serif !important;
}
.camera_caption .camera_caption_title {
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.camera_caption .camera_caption_desc {
  font-size: 20px;
}

.ts-features {
  padding-top: 40px;
}
.ts-features .t3-module {
  margin-bottom: 0;
}

.intro-feature .ts-service-wrapper .ts-service-info h3 {
  text-transform: capitalize;
  font-weight: 400;
  line-height: 22px;
}
#je_contact input,
#je_contact textarea {
  background: #fff;
  background: rgba(255, 255, 255, 0.85) !important;
  margin-bottom: 20px !important;
  text-shadow: none;
  color: #959595;
  padding: 6px 20px;
  box-shadow: none;
  border: 0;
  background: none;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
#je_contact input {
  height: 46px !important;
  line-height: 46px !important;
}
#je_contact button[type="submit"],
.qcbutton a.je_button {
  padding: 12px 30px !important;
  height: 40px !important;
  line-height: 18px !important;
}
.ts-intro {
  position: relative;
  z-index: 100;
}
.ts-intro .t3-module {
  margin-bottom: 0;
}
.ts-intro .t3-module.minus-margin {
  margin-top: -110px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.ts-intro .ts-service-wrapper .ts-service-info h3 {
  font-size: 18px;
}
.ts-intro .ts-service-wrapper .ts-service-info .btn-primary {
  padding: 10px 25px;
}

.ts-product {
  background: url(../../../templates/ts_saifway/images/product-bg.jpg) no-repeat;
  background-size: cover;
  z-index: 100;
}
.ts-product .t3-module {
  margin-bottom: 0;
}
.product.title-border .module-title {
  color: #fff;
}
.product.title-border .module-title:before {
  background: #fff;
}
.product .sprocket-strips {
  background-color: rgba(255, 119, 0, 0.75);
  background: #333;
  padding: 20px;
  position: relative;
  margin-top: 25px;
}
.product .sprocket-strips ul.sprocket-strips-container li .sprocket-strips-item {
  box-shadow: none;
}
.product .sprocket-strips ul.sprocket-strips-container li .sprocket-strips-content {
  color: #999;
  padding: 15px 0;
}
.product .sprocket-strips ul.sprocket-strips-container li .sprocket-strips-content .sprocket-strips-title {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.product .sprocket-strips ul.sprocket-strips-container li .sprocket-strips-content .sprocket-strips-title a {
  color: #fff;
}
.product .sprocket-strips ul.sprocket-strips-container li .sprocket-strips-content .sprocket-strips-title a:hover {
  color: #ff7700;
}
.product .sprocket-strips ul.sprocket-strips-container li .sprocket-strips-content .strips-item-date,
.product .sprocket-strips ul.sprocket-strips-container li .sprocket-strips-content .strips-item-author {
  display: none;
}
.product .sprocket-strips ul.sprocket-strips-container li .sprocket-strips-content a.readon {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}
.product .sprocket-strips ul.sprocket-strips-container li .sprocket-strips-content a.readon:hover {
  color: #ff7700;
}
.product .sprocket-strips .sprocket-strips-nav {
  position: absolute;
  top: -34px;
  right: 0;
  width: auto;
  background-color: rgba(255, 119, 0, 0.75);
  background: #333;
}
.product .sprocket-strips .sprocket-strips-nav .sprocket-strips-arrows .arrow {
  border-radius: 0;
  background: none;
  color: #fff;
  box-shadow: none;
  opacity: 1;
  width: 20px;
  height: 24px;
  line-height: 24px;
  margin-right: 5px;
}
.sprocket-mosaic .sprocket-mosaic-header {
  text-align: center;
}
.sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter {
  margin: 20px 0 30px;
  display: block;
  text-align: center;
  float: none !important;
}
.sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter li {
  background: none;
  border: 0;
  color: #999;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #999;
  text-transform: capitalize;
  padding: 5px 10px;
  border-radius: 0;
  margin-right: 5px;
}
.sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter li:hover {
  color: #fff;
}
.sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter li.active {
  color: #ff7700;
  border-color: #ff7700;
}
.sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-order {
  display: none;
}
.sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item {
  border: 0;
}
.sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding {
  padding: 0;
  background: #333;
}
.sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-padding .sprocket-mosaic-bottom {
  display: none;
}
.sprocket-mosaic .sprocket-mosaic-image-container {
  overflow: visible;
  text-align: center;
}
.sprocket-mosaic .sprocket-mosaic-image-container .sprocket-mosaic-hover {
  opacity: 0;
  right: auto;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
  background-color: rgba(255, 119, 0, 0.75) !important;
}
.sprocket-mosaic .sprocket-mosaic-image-container a.sprocket-readmore {
  position: absolute;
  top: 0;
  color: #FFFFFF;
  display: block;
  font-size: 18px;
  height: 46px;
  line-height: 40px;
  text-align: center;
  width: 100%;
  z-index: 8;
  opacity: 0;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.sprocket-mosaic .sprocket-mosaic-image-container a.sprocket-readmore span {
  display: none;
}
.sprocket-mosaic .sprocket-mosaic-image-container a.sprocket-readmore i {
  border: 1px solid #fff;
  font-size: 16px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}
.sprocket-mosaic .sprocket-mosaic-image-container a.sprocket-readmore i:hover {
  color: #ff7700;
  background: #fff;
}
.sprocket-mosaic .sprocket-mosaic-image-container:hover .sprocket-mosaic-hover {
  opacity: 1;
}
.sprocket-mosaic .sprocket-mosaic-image-container:hover a.sprocket-readmore {
  opacity: 1;
  top: 50%;
  margin-top: -12px;
}
.sprocket-mosaic .sprocket-mosaic-content {
  padding: 20px;
  color: #999;
}
.sprocket-mosaic .sprocket-mosaic-content .sprocket-mosaic-title {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 0;
}
.sprocket-mosaic .sprocket-mosaic-content .sprocket-mosaic-title a {
  color: #fff;
}
.sprocket-mosaic .sprocket-mosaic-content .sprocket-mosaic-title a:hover {
  color: #ff7700;
}
.sprocket-mosaic .sprocket-mosaic-hovercontent {
  display: none;
}
.sprocket-mosaic .sprocket-mosaic-loadmore {
  padding: 0 !important;
  width: 54px !important;
  height: 54px;
  border: 1px solid #DADADA !important;
  color: #989898;
  background: none !important;
  text-align: center;
  margin-top: 40px !important;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  border-radius: 100% !important;
}
.sprocket-mosaic .sprocket-mosaic-loadmore:before {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 32px;
  line-height: 58px;
}
.sprocket-mosaic .sprocket-mosaic-loadmore.loader:before {
  content: " ";
  font-family: FontAwesome;
  font-size: 50px;
  line-height: 54px;
  margin-top: 10px;
  display: block;
}
.sprocket-mosaic .sprocket-mosaic-loadmore.loader span {
  background-position: center 0 !important;
}
.sprocket-mosaic .sprocket-mosaic-loadmore span.loadmore-text,
.sprocket-mosaic .sprocket-mosaic-loadmore span.loadmore-info {
  text-indent: -99999em;
}

.feature-tab ul.sprocket-tabs-nav {
  padding: 0 0 0 0 !important;
  margin-bottom: -20px;
}
.feature-tab ul.sprocket-tabs-nav li {
  margin-bottom: -3px;
}
.feature-tab ul.sprocket-tabs-nav li:first-child .sprocket-tabs-inner {
  margin-left: 0 !important;
}
.feature-tab ul.sprocket-tabs-nav li:hover .sprocket-tabs-inner {
  border-top: 5px solid #ff7700;
}
.feature-tab ul.sprocket-tabs-nav li.active {
  margin-bottom: -1px;
}
.feature-tab ul.sprocket-tabs-nav li.active .sprocket-tabs-inner {
  border-top: 5px solid #ff7700;
  margin-left: -1px;
  color: #ff7700;
}
.feature-tab ul.sprocket-tabs-nav li.active .sprocket-tabs-inner h4 {
  color: #ff7700;
}
.feature-tab ul.sprocket-tabs-nav li .sprocket-tabs-inner {
  border-radius: 0;
  min-width: 200px;
  padding: 20px 15px;
  border-right: 1px solid #ddd;
  border-top: 5px solid transparent;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: border-color 250ms;
  -moz-transition: border-color 250ms;
  -o-transition: border-color 250ms;
  transition: border-color 250ms;
}
.feature-tab ul.sprocket-tabs-nav li .sprocket-tabs-text i {
  font-size: 20px;
  margin-top: 0;
}
.feature-tab ul.sprocket-tabs-nav li .sprocket-tabs-text .tab-text-title {
  font-size: 15px;
  display: inline-block;
  font-weight: 400;
}
.feature-tab .sprocket-tabs-panels {
  border: 1px solid #ddd;
  border-top: 0;
  padding: 40px 20px 20px;
  min-height: 400px;
}
.feature-tab .sprocket-tabs-panels h3 {
  font-size: 22px;
}
.feature-tab .sprocket-tabs-panels .tab-icon i {
  font-size: 230px;
}

.ts-content-top {
  background: #f6f6f6;
}
.ts-content-top .ts-content-padding {
  padding: 50px;
}
.ts-content-top .ts-content-padding h3 {
  margin: 0 0 20px;
}
.ts-content-top .ts-content-padding.left {
  padding-left: 130px;
  padding-top: 75px;
}
.ts-content-top .ts-content-padding.right {
  padding: 40px 90px 30px 110px;
}
.ts-content-padding.left {
  background: #333;
  min-height: 600px;
  color: #fff;
  position: relative;
}
.ts-content-padding.left:before {
  content: "";
  position: absolute;
  background: #333;
  width: 100px;
  height: 100%;
  right: -50px;
  bottom: 0;
  top: 0;
  left: auto;
  transform: skewX(9deg);
  z-index: 0;
}
.ts-content-padding.left .moduletable {
  z-index: 1;
  position: relative;
}
.ts-content-padding.left .moduletable h3 {
  color: #fff;
}
.service-box {
  margin: 25px 0 15px;
}
.service-box i {
  font-size: 32px;
  margin-right: 10px;
  color: #ff7700;
  float: left;
}
.service-box .service-box-content h3 {
  margin: 0 0 25px;
  font-size: 14px;
}

.timeline.timeline-left,
.timeline-left {
  background-position: 14px top;
}
.timeline {
  margin: 0 !important;
  background-image: url(../../../templates/ts_saifway/images/timeline-border.png) !important;
}
.timeline .timeline-breaker {
  display: none;
}
.timeline .timeline-item {
  margin-top: 20px !important;
}
.timeline .timeline-item.even:after {
  color: #f7b731;
}
.timeline .timeline-item.odd:after {
  color: #90c940;
}
.timeline .timeline-item:before {
  left: 31px !important;
  color: #ddd;
}
.timeline .timeline-item:after {
  width: 28px;
}
.timeline .timeline-item .post-inner {
  margin-left: 50px;
  border-radius: 0;
  border: 1px solid #ddd;
}
.timeline .timeline-item .post-inner h4 {
  font-weight: 400;
}
.timeline .timeline-item .post-inner h4 a {
  color: #090909;
}
.timeline .timeline-item .post-inner img {
  max-width: 100%;
  width: 100px;
  height: 100px;
  float: right;
  margin-left: 10px;
}
.timeline .timeline-item .post-inner .item-intro p {
  line-height: 18px;
}
.timeline .timeline-item .item-time {
  background-color: #ff7700;
  left: -28px;
  position: absolute;
  font-size: 16px;
  height: auto;
  margin-top: 4px;
  border-radius: 0;
}
.timeline .timeline-more-ajax {
  left: 225px;
  position: relative;
  border: 0;
  border-radius: 0;
  background: #3a5371;
}
.timeline .timeline-more-ajax:hover {
  background: #333;
}
.timeline .powered-left {
  display: none;
}
.timeline_footer {
  background: none !important;
}

.ts-content-mid {
  padding: 40px 0;
  background: #ff7700;
  color: #fff;
}
.ts-content-mid .t3-module {
  margin-bottom: 0;
}
.ts-content-mid .module-title {
  color: #fff;
  margin-top: 10px;
}
.facts-wrapper .ts-facts {
  color: #fff;
  text-align: center;
  padding: 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.facts-wrapper .ts-facts:nth-child(2),
.facts-wrapper .ts-facts:nth-child(4) {
  border-right: 0;
}
.facts-wrapper .ts-facts:nth-child(3),
.facts-wrapper .ts-facts:nth-child(4) {
  border-bottom: 0;
}
.facts-wrapper .ts-facts .ts-facts-icon i {
  font-size: 28px;
}
.facts-wrapper .ts-facts .ts-facts-content .ts-facts-num {
  color: #fff;
  font-size: 32px;
  margin: 10px 0;
}
.facts-wrapper .ts-facts .ts-facts-content .ts-facts-title {
  font-size: 14px;
  color: #fff;
  margin: 0;
}
.sp-tweet {
  min-height: 150px;
  position: relative;
  z-index: 2;
  margin-top: 95px;
  border: 1px solid #70c2e9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sp-tweet .sp-tweet-item {
  padding: 20px 30px 0 170px;
  border-bottom: 0;
}
.sp-tweet .sp-tweet-item img.tweet-avatar {
  display: none !important;
}
.sp-tweet .sp-tweet-item:before {
  background: #70c2e9;
  color: #fff;
  font-family: FontAwesome;
  text-align: center;
  content: "\f099";
  font-size: 2em;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 148px;
  vertical-align: middle;
  padding-top: 62px;
}
a.followme {
  display: none !important;
}

.ts-content-bottom {
  background: url(../../../templates/ts_saifway/images/crossword.png);
  z-index: 100;
  padding-bottom: 40px;
}
.news-slide .sprocket-strips {
  padding: 20px;
  position: relative;
  margin-top: 0;
}
.news-slide .sprocket-strips ul.sprocket-strips-container li .sprocket-strips-item {
  box-shadow: none;
}
.news-slide .sprocket-strips ul.sprocket-strips-container li .sprocket-strips-content {
  padding: 15px 0 0;
  color: #555555;
}
.news-slide .sprocket-strips ul.sprocket-strips-container li .sprocket-strips-content .sprocket-strips-title {
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
}
.news-slide .sprocket-strips ul.sprocket-strips-container li .sprocket-strips-content .sprocket-strips-title a {
  color: #090909;
}
.news-slide .sprocket-strips ul.sprocket-strips-container li .sprocket-strips-content .sprocket-strips-title a:hover {
  color: #ff7700;
}
.news-slide .sprocket-strips ul.sprocket-strips-container li .sprocket-strips-content .strips-item-date,
.news-slide .sprocket-strips ul.sprocket-strips-container li .sprocket-strips-content .strips-item-author {
  font-size: 13px;
  color: #999;
}
.news-slide .sprocket-strips ul.sprocket-strips-container li .sprocket-strips-content .strips-item-author {
  margin-left: 8px;
}
.news-slide .sprocket-strips ul.sprocket-strips-container li .sprocket-strips-content a.readon {
  color: #ff7700;
}
.news-slide .sprocket-strips ul.sprocket-strips-container li .sprocket-strips-content a.readon:hover {
  color: #ff7700;
}
.news-slide .sprocket-strips .sprocket-strips-nav {
  text-align: center;
}
.news-slide .sprocket-strips .sprocket-strips-nav .sprocket-strips-arrows {
  display: inline-block;
}
.news-slide .sprocket-strips .sprocket-strips-nav .sprocket-strips-arrows .arrow {
  display: inline-block;
  border-radius: 0;
  background: none;
  box-shadow: none;
  opacity: 1;
  width: 20px;
  height: 24px;
  line-height: 24px;
  margin-right: 5px;
}
.news-slide .sprocket-strips .sprocket-strips-nav .sprocket-strips-pagination li {
  box-shadow: none;
  opacity: 1;
}
.news-slide .sprocket-strips .sprocket-strips-nav .sprocket-strips-pagination li.active {
  background: #ff7700;
}

.ts-testimonial {
  padding-bottom: 0;
}
.ts-testimonial .t3-module {
  margin-bottom: 0;
}
.sprocket-quotes-container {
  overflow: visible !important;
  margin-top: 25px !important;
}
.sprocket-quotes-item {
  padding: 30px 40px !important;
  background-color: #eeeeee !important;
  border-radius: 3px !important;
}
.sprocket-quotes-item:after {
  border-color: #eeeeee transparent !important;
}
.sprocket-quotes-item .sprocket-quotes-text {
  position: relative;
  top: 20px;
}
.sprocket-quotes-item .sprocket-quotes-text:before {
  content: '\f10d';
  font-family: FontAwesome;
  padding-right: 10px;
  color: #ff7700;
}
.sprocket-quotes-info {
  margin-top: 25px !important;
}
.sprocket-quotes-info .sprocket-quotes-author,
.sprocket-quotes-info .sprocket-quotes-subtext {
  display: inline-block;
}
.sprocket-quotes-info .sprocket-quotes-image {
  position: absolute;
  top: -50px;
  left: 50px;
  max-width: 80px;
  max-height: 80px;
  margin: 0;
  float: none;
  border: 5px solid #eeeeee;
}
.sprocket-quotes-nav {
  text-align: center;
  display: block;
}
.sprocket-quotes-nav .sprocket-quotes-pagination {
  display: inline-block;
}
.sprocket-quotes-nav .sprocket-quotes-pagination li {
  padding: 5px !important;
}
.sprocket-quotes-nav .sprocket-quotes-pagination li.active {
  background: #ff7700;
}

.ts-footer-top {
  position: relative;
  bottom: -50px;
}
.ts-footer-top .t3-footer-top {
  background: #ff7700;
  margin: 0;
  color: #fff;
}
.ts-footer-top .t3-footer-top .t3-module.module {
  margin: 0;
}
.ts-footer-top .t3-footer-top .footer-box {
  padding: 30px 35px 20px;
  min-height: 120px;
}
.ts-footer-top .t3-footer-top .footer-box i {
  float: left;
  font-size: 28px;
  margin-top: 0px;
  background: rgba(0, 0, 0, 0.3);
  display: inline-block;
  text-align: center;
  width: 54px;
  height: 48px;
  line-height: 48px;
  padding-left: 6px;
}
.ts-footer-top .t3-footer-top .footer-box .footer-box-content {
  margin-left: 80px;
}
.ts-footer-top .t3-footer-top .footer-box .footer-box-content h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.ts-footer-top .t3-footer-top .footer-box .footer-box-content p {
  margin: 0;
}
.ts-footer-top .t3-footer-top .footer-box.two {
  background: rgba(0, 0, 0, 0.07000000000000001);
}
.ts-footer-top .t3-footer-top .footer-box.three {
  background: rgba(0, 0, 0, 0.15);
}

.t3-footer {
  background: #222;
  color: #87888a;
}
.t3-footer:before,
.t3-footer:after {
  content: " ";
  display: table;
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footnav {
  padding: 120px 0 25px;
}
.t3-footnav:before,
.t3-footnav:after {
  content: " ";
  display: table;
}
.t3-footnav:after {
  clear: both;
}
.t3-footnav ul.list-arrow li {
  width: 50%;
  float: left;
}
.t3-footnav .contact-info-box {
  margin-top: 0;
  margin-bottom: 20px;
}
.t3-footnav .contact-info-box i {
  color: #fff;
  margin-top: 5px;
}
.t3-footnav .contact-info-box .contact-info-box-content {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.t3-footnav .t3-module .module-title {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footnav .t3-module ul > li {
  line-height: 36px;
}
.t3-footnav .t3-module ul > li > a {
  color: #87888a;
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus {
  color: #ffa04d;
}
.acymailing_fulldiv > form {
  margin: 0;
}
.acymailing_module_form .acymailing_introtext {
  padding-bottom: 10px !important;
}
.acymailing_form {
  margin: 0;
  position: relative;
}
.acymailing_form input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.acymailing_form > p {
  display: block;
}
.acymailing_form input[type="text"] {
  background: #282727;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.acymailing_form .acysubbuttons {
  position: absolute;
  right: 0;
  top: 0;
}
.acymailing_form .acysubbuttons .button.subbutton.btn.btn-primary {
  background: #ff7700 url(../../../templates/ts_saifway/images/newsletter-icon.png) no-repeat 20px 50% !important;
  text-indent: -9999em;
  border-radius: 0 !important;
  box-shadow: none;
  padding: 0px 32px;
  height: 45px;
  display: inline-block;
  margin: 0;
  text-transform: capitalize;
  font-size: 13px;
  border: 0 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}

.footer-social .module-title {
  font-size: 14px !important;
  margin-bottom: 5px !important;
}
.footer-social ul li {
  margin: 0 10px 0 0 !important;
}
.footer-social ul li a {
  width: auto !important;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  color: #fff !important;
}
.footer-social ul li a i {
  width: 28px;
  height: 28px;
  line-height: 28px;
  border: 2px solid #9a9b9d;
  text-align: center;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.footer-social ul li a i:hover {
  border: 2px solid transparent;
}
.footer-social ul li a i.fa-rss:hover {
  background: #faaa5e;
}
.footer-social ul li a i.fa-facebook:hover {
  background: #677fb5;
}
.footer-social ul li a i.fa-twitter:hover {
  background: #70c2e9;
}
.footer-social ul li a i.fa-google-plus:hover {
  background: #c53942;
}
.footer-social ul li a i.fa-pinterest:hover {
  background: #d8545d;
}
.footer-social ul li a i.fa-linkedin:hover {
  background: #3daccf;
}
.footer-social ul li a i.fa-dribbble:hover {
  background: #e299c2;
}

.t3-copyright {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
  color: #555555;
  background: #111;
  font-size: 12px;
  padding: 20px 0;
}
.t3-copyright:before,
.t3-copyright:after {
  content: " ";
  display: table;
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 5px;
}
.poweredby:before,
.poweredby:after {
  content: " ";
  display: table;
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 991px) {
  .poweredby {
    text-align: right;
  }
}
#back-to-top {
  right: 40px;
  top: auto;
  z-index: 10;
  -webkit-backface-visibility: hidden;
}
#back-to-top.affix {
  bottom: 13px;
}
#back-to-top .btn-primary {
  padding: 8px 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.footer-menu {
  text-align: right;
}
.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-menu ul li {
  display: inline-block;
}
.footer-menu ul li:last-child a:after {
  position: relative;
}
.footer-menu ul li a {
  background: none !important;
  color: #999999 !important;
  position: relative;
  padding: 0 12px;
  font-size: 12px;
}
.footer-menu ul li a:hover {
  color: #ff7700 !important;
}
.footer-menu ul li a:after {
  background: #999999;
  content: "";
  height: 16px;
  position: absolute;
  right: 0;
  top: 4px;
  width: 1px;
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -o-transform: rotate(25deg);
  transform: rotate(25deg);
}

.ts-page-title {
  text-align: center;
  position: relative;
  z-index: 0;
}
.ts-page-title .custom {
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 250px;
  padding: 85px 0;
}
.ts-page-title .custom h2 {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 3px;
}
.ts-page-title .breadcrumb {
  background: none;
  position: absolute;
  top: 115px;
  left: 50%;
  margin-left: -115px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  z-index: 1;
}
.ts-page-title .breadcrumb i {
  display: none;
}
.ts-page-title .breadcrumb > .active {
  display: none;
}
.view-category.layout-blog .ts-page-title .breadcrumb {
  margin-left: -45px;
}
.com_contact.view-contact .ts-page-title .breadcrumb {
  margin-left: -55px;
}

.page-content-title {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 32px;
  font-weight: 700;
  margin: 0 0 40px;
  padding-bottom: 20px;
  text-align: center;
  position: relative;
  letter-spacing: 1px;
}
.page-content-title:before {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0px;
  width: 120px;
  height: 2px;
  background: #999999;
  left: 50%;
  margin-left: -60px;
}
.page-content-title .title-head {
  font-size: 28px;
  display: block;
  font-weight: 900;
}
.page-content-title-classic {
  font-size: 18px;
  text-transform: uppercase;
}
.page-content-title-classic.first {
  margin-top: 0;
}

.ts-service-box .ts-service-icon i {
  font-size: 36px;
  float: left;
  color: #fff;
  background: #ff7700;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
}
.ts-service-box .ts-service-box-content {
  margin-left: 100px;
}
.ts-service-box .ts-service-box-content ul {
  margin: 0;
  padding: 0 0 0 15px;
}
.ts-service-box .ts-service-box-content h3 {
  font-size: 20px;
  text-transform: uppercase;
}

.about-text {
  display: block;
  min-height: 360px;
  position: relative;
  padding: 20px 50px;
}
.about-img {
  padding: 0;
}
.solid-row.last {
  position: relative;
  top: -5px;
  margin-bottom: 20px;
}
.about-us-intro {
  max-width: 750px;
  margin: 0 auto;
}

.insurance-item-content h3 {
  font-size: 20px;
  margin-top: 0;
}
.insurance-item-content h4 {
  font-weight: 400;
}

.camera_prevThumbs,
.camera_nextThumbs,
.camera_prev,
.camera_next,
.camera_commands,
.camera_thumbs_cont {
  background: rgba(0, 0, 0, 0.5);
}

.no-gap-bottom.module {
  margin-bottom: -60px;
}
.ts-service-wrapper {
  text-align: center;
}
.ts-service-wrapper .ts-service-image img {
  display: inline-block;
}
.ts-service-wrapper .ts-service-info h3 {
  font-size: 16px;
}
.ts-service-icon-wrapper {
  text-align: center;
}
.ts-service-icon-wrapper .ts-service-icon {
  font-size: 40px;
  background: #ff7700;
  color: #fff;
  width: 100px;
  height: 100px;
  line-height: 100px;
  display: inline-block;
  border-radius: 100%;
  margin: 25px 0 10px;
}
.ts-general-btn {
  text-align: center;
}
.ts-general-btn .btn-primary {
  display: inline-block;
  margin-top: 30px;
  font-weight: 700;
}

.partner .sprocket-strips .sprocket-strips-container li {
  margin-top: 20px;
  margin-bottom: -50px;
}
.partner .sprocket-strips .sprocket-strips-container li .sprocket-strips-item {
  border-right: 1px solid #eee;
  padding-right: 20px;
}
.partner .sprocket-strips .sprocket-strips-container li .sprocket-strips-item img {
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
  opacity: .6;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.partner .sprocket-strips .sprocket-strips-container li:last-child .sprocket-strips-item {
  border-right: 0;
}
.partner .sprocket-strips .sprocket-strips-container li:hover .sprocket-strips-item img {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}

.team-carousel .team-wrapper {
  position: relative;
  max-width: 260px;
  min-height: 260px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 20px;
}
.team-carousel .team-wrapper .team-img-wrapper {
  position: relative;
  text-align: center;
  display: inline-block;
}
.team-carousel .team-wrapper .team-img-wrapper .social-icons {
  top: 50%;
  position: relative;
}
.team-carousel .team-wrapper .team-img-wrapper .social-icons i {
  font-size: 30px;
  color: #fff;
  margin-left: 10px;
}
.team-carousel .team-wrapper .team-img-wrapper .team-img-wrapper-hover {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: rgba(255, 119, 0, 0.75);
  -webkit-transition: opacity 0.45s;
  -moz-transition: opacity 0.45s;
  -o-transition: opacity 0.45s;
  transition: opacity 0.45s;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.team-carousel .team-wrapper .team-img-wrapper .team-img-wrapper-hover:hover {
  opacity: 1;
}
.team-carousel .team-content .ts-name {
  font-size: 16px;
  margin-bottom: 5px;
  color: #ff7700;
}
.team-carousel .team-content .ts-designation {
  color: #717171;
  font-size: 15px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 5px;
}

.ts-testimonial-content {
  position: relative;
  padding: 30px 30px 15px 30px;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
  margin-bottom: 40px;
}
.ts-testimonial-content:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 45px;
  border-style: solid;
  border-width: 40px 0px 0 30px;
  border-color: #ddd transparent;
  display: block;
  width: 0;
  z-index: 1;
}
.ts-testimonial-content img {
  float: left;
  width: 80px;
  height: 80px;
  border-radius: 100%;
}
.ts-testimonial-text {
  padding-left: 110px;
}
.ts-testimonial-author {
  position: absolute;
  bottom: -60px;
  left: 90px;
}
.ts-testimonial-author h3.name {
  font-size: 14px;
  margin: 10px 0 0;
}
.ts-testimonial-author h4.desg {
  display: block;
  font-size: 13px;
  margin-top: 5px;
  color: #999;
  text-transform: capitalize;
}

.plan {
  list-style: none;
  margin: 20px 0;
  padding: 0 0 15px 0;
  text-align: center;
  background: #f6f6f6;
}
.plan.featured .plan-name {
  background: #ff7700;
}
.plan.featured .plan-name h2 {
  color: #fff;
}
.plan.featured .plan-name h2 small {
  color: #fff;
}
.plan.featured a.btn {
  background: #ff7700;
}
.plan.featured a.btn:hover {
  background: #000;
}
.plan-name {
  display: block;
  padding: 40px 0;
  position: relative;
  background: #ececec;
}
.plan-name h2 {
  margin: 0;
  padding: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
}
.plan-name h2 small {
  display: block;
  font-size: 16px;
  margin-top: 5px;
}
.plan-price {
  padding: 25px 0;
}
.plan-price h2 {
  font-size: 36px;
  position: relative;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
}
.plan-price h2 .currency {
  top: -0.3em;
  font-size: 70%;
  left: -0.2em;
  font-weight: 400;
}
.plan-price h2 sup {
  font-size: 55%;
  top: -0.9em;
}
.plan-price h2 strong {
  display: inline-block;
}
.plan-price h2 small {
  display: block;
  font-size: 18px;
  line-height: normal;
  font-style: italic;
  margin-top: 15px;
}
.plan-duration {
  margin-top: -40px;
  margin-bottom: 15px;
}
.plan li > ul {
  padding: 0 50px;
  margin-bottom: 0;
}
.plan li > ul li {
  border-top: 1px dotted #e5e5e5;
  padding: 20px 0;
}
.plan li > ul li:first-child {
  border-top: 0 !important;
}
.plan a.btn {
  display: block;
  margin: 17px auto;
  padding: 13px 20px 11px;
  max-width: 150px;
  font-size: 12px;
  font-weight: 700;
  background: #272d33;
}
.plan a.btn:hover {
  background: #000;
}

.table .btn-primary {
  padding: 5px 25px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 10px 20px;
}

.sprocket-lists {
  margin-top: 30px;
}
.sprocket-lists ul.sprocket-lists-container {
  border: 1px solid #e5e5e5;
}
.sprocket-lists ul.sprocket-lists-container li h4.sprocket-lists-title {
  font-size: 15px !important;
  text-transform: capitalize;
  background: none;
  font-weight: 400;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px !important;
  line-height: normal !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.sprocket-lists ul.sprocket-lists-container li .indicator {
  font-size: 16px;
  right: 20px;
  background: none;
}
.sprocket-lists ul.sprocket-lists-container li.active h4.sprocket-lists-title {
  color: #ff7700;
}
.sprocket-lists ul.sprocket-lists-container li.active span.indicator {
  opacity: 1;
}
.sprocket-lists ul.sprocket-lists-container li.active span.indicator span i {
  display: none;
}
.sprocket-lists ul.sprocket-lists-container li.active span.indicator span:before {
  content: "\f068";
  font-family: FontAwesome;
}
.sprocket-lists ul.sprocket-lists-container li.active .sprocket-lists-item {
  border: 0 !important;
  margin: 10px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.sprocket-lists ul.sprocket-lists-container li.active .sprocket-lists-item .sprocket-padding {
  padding: 10px 20px;
}
.sprocket-lists ul.sprocket-lists-container li.active .sprocket-lists-item .roksprocket-ellipsis {
  display: none;
}
.sprocket-lists ul.sprocket-lists-container li.active .sprocket-lists-item a.readon {
  display: table;
  margin-top: 8px;
}
.sprocket-lists ul.sprocket-lists-container li:last-child h4.sprocket-lists-title {
  border-bottom: 0;
}

.t3-mainbody {
  position: relative;
}
.article-content h4 {
  text-transform: uppercase;
}
.t3-mainbody {
  padding-top: 40px;
  padding-bottom: 40px;
}
.t3-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.t3-sidebar .t3-module {
  padding: 25px;
}
.t3-sidebar .t3-module:first-child {
  margin-top: 20px;
}
.t3-sidebar .module-title {
  font-size: 16px;
}
.t3-sidebar .btn {
  font-weight: 700;
  font-size: 12px;
  margin-top: 10px;
}
.t3-sidebar .ts-testimonial-text {
  padding-left: 0;
}
.t3-sidebar .ts-testimonial-content img {
  float: none;
}
.t3-sidebar .ts-testimonial-author h4.desg {
  margin-top: -5px;
}

.ts-main-bottom {
  background: #f6f6f6;
}

.map.t3-module {
  margin-bottom: 0;
}
.contact dl {
  margin: 0;
}
.contact h3 {
  font-size: 18px;
}
.contact #contact-form legend {
  font-size: 14px;
  color: #959595;
  border-bottom: 0;
}
.contact #contact-form .form-actions {
  padding: 0;
  margin: 0;
  background: none;
}
.contact-info-box {
  margin-top: 25px;
}
.contact-info-box i {
  float: left;
  font-size: 20px;
  color: #777777;
}
.contact-info-box .contact-info-box-content {
  padding-left: 40px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
}
.contact-info-box .contact-info-box-content h4 {
  font-size: 16px;
  font-weight: 400;
  color: #777;
}
.contact-info-box .contact-info-box-content p {
  margin-bottom: 0;
}
.contact-info-box:last-child .contact-info-box-content {
  border-bottom: 0;
}
.t3-sl {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}

.home3 .logo {
  background: none;
  min-height: auto;
  padding: 30px 0 0 0;
}
.home3 .logo:before,
.home3 .logo:after {
  position: relative;
  background: none;
}
.home3 .logo:after {
  border: 0;
}
.home3 .header-right {
  padding-right: 0;
}
.home3 .t3-mainnav {
  background: none;
  box-shadow: none;
  border-bottom: 0;
  position: relative;
}
.home3 .t3-mainnav .container {
  background: #ff7700;
  box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.2);
  bottom: -30px;
  z-index: 1000;
  border-radius: 3px;
}
.home3 .t3-mainnav .t3-megamenu .navbar-nav.level0 > li:first-child {
  padding-left: 15px;
}
.service-bg-row {
  background: #ff7700;
}
.service-bg-box {
  position: relative;
  padding: 50px;
  min-height: 350px;
  color: #fff;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-bg-box h3,
.service-bg-box p {
  color: #fff;
}
.service-bg-box h3 {
  font-size: 18px;
  font-weight: 700;
}
.service-bg-box .service-bg-icon i {
  font-size: 48px;
  margin-bottom: 50px;
}
.service-bg-box.one {
  background: rgba(0, 0, 0, 0.15);
}
.service-bg-box.two {
  background: rgba(0, 0, 0, 0.2);
}
.service-bg-box.three {
  background: rgba(0, 0, 0, 0.26);
}