.t3-wrapper {
  overflow-x: hidden !important;
}
a:hover {
  text-decoration: none;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
.ts-content-padding {
  padding: 50px;
}
.ts-padding {
  padding: 60px 0;
}
.ts-padding .t3-module {
  margin-bottom: 0;
}
img.pull-left {
  margin-right: 20px;
  margin-bottom: 20px;
}
.t3-navhelper {
  margin-bottom: 0;
}
p.lead {
  margin-bottom: 10px;
}
.mrbm-80 {
  margin-bottom: -80px;
}
.intro-link {
  margin-top: 5px;
  display: inline-block;
  color: #333;
  font-weight: 500;
}
.intro-link:hover {
  color: #ffc527;
}

.btn-primary,
.sppb-btn-primary {
  background: #ffc527;
}
.btn-primary,
.btn.cancel,
.sppb-btn-primary,
.btn-dark,
.sppb-btn-default,
.sppb-btn-success,
.sppb-btn-info,
.sppb-btn-warning,
.sppb-btn-danger {
  border: 0;
  border-radius: 0;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}
.btn.cancel:hover,
.btn-primary:hover,
.sppb-btn-primary:hover {
  background: #272d33;
  color: #fff;
}
.sppb-btn-default {
  color: #333;
  background: #fff;
}
.sppb-btn-default:hover {
  background: #e6e6e6;
}
.btn-dark {
  background: #272d33;
}
.btn-dark:hover {
  background: #1a1a1a;
  color: #fff;
}
.btn-all {
  display: block;
  max-width: 180px;
  margin: 0 auto;
}

#sp-page-builder .sppb-section-title .sppb-title-heading {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 20px;
}

.title-border.sppb-addon .sppb-addon-title {
  position: relative;
  padding-bottom: 20px;
}
.title-border.sppb-addon .sppb-addon-title:after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0px;
  width: 150px;
  height: 1px;
  background: #dadada;
  left: 50%;
  margin-left: -80px;
}
.title-border.sppb-addon .sppb-addon-title:before {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0px;
  width: 50px;
  height: 2px;
  background: #ffc527;
  left: 50%;
  margin-left: -30px;
  z-index: 1;
}
.title-border.border-left .sppb-addon-title:after,
.title-border.border-left .sppb-addon-title:before {
  left: 0;
  margin-left: 0;
}
.title-border .sppb-section-title .sppb-title-heading {
  position: relative;
  padding-bottom: 20px;
}
.title-border .sppb-section-title .sppb-title-heading:after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0px;
  width: 150px;
  height: 1px;
  background: #dadada;
  left: 50%;
  margin-left: -80px;
}
.title-border .sppb-section-title .sppb-title-heading:before {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0px;
  width: 50px;
  height: 2px;
  background: #ffc527;
  left: 50%;
  margin-left: -30px;
  z-index: 1;
}
.title-border.border-left .sppb-container {
  padding-left: 0;
}
.title-border.border-left .sppb-section-title .sppb-title-heading:before {
  height: 1px;
}
.title-border.border-left .sppb-section-title .sppb-title-heading:after,
.title-border.border-left .sppb-section-title .sppb-title-heading:before {
  left: 0;
  margin-left: 0;
}

.title-normal {
  font-weight: 300;
  line-height: normal;
}
.title-normal .module-title {
  text-transform: uppercase;
  font-weight: 300;
  line-height: normal;
}
.title-normal .module-title .sub-title {
  font-weight: 700;
}

.module-title {
  font-size: 24px;
}

.list-round-arrow {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-round-arrow li:before {
  font-family: "Archivo Narrow"; /*FontAwesome*/
  content: "\f05d";
  margin-right: 10px;
}
.img-curve .sppb-addon-content > span {
  position: relative;
}
.img-curve .sppb-addon-content > span:before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 20px solid #fff;
  border-right: 20px solid rgba(0, 0, 0, 0);
  background: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.list-arrow {
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0 0 0 1px;
}
.list-arrow li {
  line-height: 30px;
}
.list-arrow li:before {
  font-family:"Archivo Narrow";/*FontAwesome*/
  content: "\f105";
  margin-right: 10px;
  color: #ffc527;
  font-size: 20px;
}
.list-arrow li a {
  color: #a2a2a2;
}

html {
  font-family: "Archivo Narrow";/*sans-serif*/
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body,
p {
  font-family: "Archivo Narrow"; /*'Roboto Slab', serif;*/
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
  color: #555555;
  line-height: 24px;
  font-weight: 400;
}
h1,
h2,
h3,
h4 {
  color: #333;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
}

#sp-page-builder .sppb-section-title {
  margin-bottom: 60px;
}
#sp-page-builder .page-content .sppb-section {
  margin: 0;
}
.sppb-media > .pull-right {
  margin-left: 20px;
}
.sppb-media > .pull-left {
  margin-right: 20px;
}
.bg-overlay {
  position: relative;
}
.bg-overlay:after {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bg-overlay .sppb-title-subheading {
  color: #fff;
}
.sppb-addon-animated-number.classic .sppb-animated-number,
.sppb-addon-animated-number.classic .sppb-animated-number-title {
  font-weight: 700;
  display: inline-block;
}
.sppb-addon-animated-number.classic .sppb-animated-number-title {
  margin-left: 10px;
  color: #ffc527;
}
.sppb-animated-number,
.sppb-animated-number-title {
  font-weight: 700;
}
.sppb-addon-clients .sppb-addon-content a {
  border: 1px solid #dadada;
  padding: 20px;
  display: block;
}
.sppb-addon-clients .sppb-addon-content a img {
  opacity: .7;
}
.sppb-addon-clients .sppb-addon-content a:hover img {
  opacity: 1;
}
.sppb-panel-default {
  border: 0;
  box-shadow: none;
}
.sppb-panel-default .sppb-panel-heading {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 0 0 15px 0;
  background-color: transparent;
  border-bottom: solid 1px #e9eaed;
  position: relative;
}
.sppb-panel-default .sppb-panel-heading .sppb-panel-title {
  color: #333;
  font-size: 16px;
}
.sppb-panel-default .sppb-panel-body {
  padding-top: 20px;
  padding-left: 0;
  border-top: 0;
  font-size: 14px;
  line-height: 24px;
}
.sppb-addon-accordion.classic .sppb-panel-default {
  box-shadow: none;
  border: 1px solid #e5e5e5;
  border-radius: 0 !important;
  margin-bottom: 7px;
}
.sppb-addon-accordion.classic .sppb-panel-default > .sppb-panel-heading {
  background: none;
  border-radius: 0;
  font-weight: 700;
  margin: 0 15px;
  padding: 10px 0;
  border-bottom: 0;
}
.sppb-addon-accordion.classic .sppb-panel-default > .sppb-panel-heading i {
  margin: 0;
  margin-right: 5px;
  border-right: 1px solid #e5e5e5;
  padding: 0;
  padding-right: 10px;
}
.sppb-addon-accordion.classic .sppb-panel-default > .sppb-panel-heading i.fa-chevron-right {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.sppb-addon-accordion.classic .sppb-panel-default > .sppb-panel-heading.active {
  border-bottom: 1px solid #e5e5e5;
}
.sppb-addon-accordion.classic .sppb-panel-default > .sppb-panel-heading.active .sppb-panel-title {
  color: #ffc527;
}
.sppb-addon-accordion.classic .sppb-panel-default .sppb-panel-collapse > .sppb-panel-body > a {
  margin-top: 5px;
  font-weight: 500;
}
.sppb-addon-accordion.classic .sppb-panel-default > .sppb-panel-heading + .sppb-panel-collapse > .sppb-panel-body {
  border-top: 0;
  padding: 15px;
}
.sppb-addon-articles .sppb-addon-article {
  margin: 0;
}
.sppb-addon-articles a.item-img {
  position: relative;
  display: block;
}
.sppb-addon-articles a.item-img:before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 20px solid #fff;
  border-right: 20px solid rgba(0, 0, 0, 0);
  background: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.sppb-addon-articles h3 {
  font-size: 16px;
}
.sppb-addon-articles h3 > a {
  color: #333333;
}
.sppb-addon-articles h3 > a:hover {
  color: #ffc527;
}
.sppb-addon-articles .sppb-article-meta > span {
  color: #9e9e9e;
}
.sppb-addon-articles .sppb-article-meta > span i {
  margin-right: 5px;
}
.sppb-addon-articles .btn-all {
  margin-top: 50px;
  margin-bottom: 20px;
}
.addon-article-sidebar .sppb-addon-article .item-img {
  width: 100px;
  float: left;
  margin-right: 20px;
  margin-bottom: 50px;
}
.addon-article-sidebar .sppb-addon-article h3 {
  font-size: 14px;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 5px;
}
.testimonial-bg.sppb-testimonial-pro {
  text-align: left;
}
.testimonial-bg.sppb-testimonial-pro .sppb-carousel-inner {
  width: 70%;
}
.testimonial-bg.sppb-testimonial-pro .sppb-addon-testimonial-pro-footer {
  justify-content: left;
}
.testimonial-bg.sppb-testimonial-pro .sppb-testimonial-message {
  font-size: 20px !important;
  font-weight: 700;
  line-height: 32px !important;
  max-width: 700px;
  margin: 0 0 25px 0;
  position: relative;
  padding-right: 20px;
}
.testimonial-bg.sppb-testimonial-pro .sppb-testimonial-message:after {
  position: absolute;
  content: '\f10e';
  font-family: "Archivo Narrow"; /*FontAwesome*/ 
  font-size: 30px;
  top: 0;
  right: 0;
  color: #ffc527;
}
.testimonial-bg.sppb-testimonial-pro .sppb-avatar-circle {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
.testimonial-bg.sppb-testimonial-pro .pro-client-name {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 22px;
  color: #ffc527;
  margin-top: 20px;
}
.testimonial-bg.sppb-testimonial-pro .pro-client-name > span {
  display: block;
  text-transform: uppercase;
  color: #9e9e9e;
  font-size: 12px;
}
.testimonial-bg.sppb-testimonial-pro .sppb-carousel-control {
  width: 30px;
  line-height: 30px;
  height: auto;
  border-radius: 0;
  margin-top: 25px;
  border: 2px solid #ffc527;
  color: #fff;
}
.testimonial-bg.sppb-testimonial-pro .sppb-carousel-control:hover {
  background: #333;
  border: 2px solid transparent;
}
.sppb-testimonial-message {
  max-width: 600px;
  margin: 0 auto 25px;
}
.sppb-quote-info .sppb-avatar {
  width: 100px;
  margin: 25px 0 20px;
}
.sppb-testimonial-pro .sppb-carousel-control {
  width: 30px;
  line-height: 30px;
  height: auto;
  border-radius: 0;
  margin-top: 25px;
}
.pro-client-name {
  font-size: 18px;
  line-height: 16px;
  color: #ffc527;
}
.pro-client-name > span {
  display: block;
  color: #9e9e9e;
  font-size: 13px;
}
.sppb-addon-persion.team-style1 {
  position: relative;
  overflow: hidden;
  color: #fff;
}
.sppb-addon-persion.team-style1 .sppb-person-image {
  margin: 0;
}
.sppb-addon-persion.team-style1 .sppb-person-information {
  position: absolute;
  top: 73%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  margin-top: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}
.sppb-addon-persion.team-style1 .sppb-person-information .sppb-person-name {
  color: #ffc527;
}
.sppb-addon-persion.team-style1 .sppb-person-information .sppb-person-designation {
  color: #fff;
  margin-bottom: 15px;
  font-weight: 700;
}
.sppb-addon-persion.team-style1 .sppb-person-information .sppb-person-introtext,
.sppb-addon-persion.team-style1 .sppb-person-information .sppb-person-social-icons {
  margin-top: 100px;
  opacity: 0;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}
.sppb-addon-persion.team-style1 .sppb-person-information .sppb-person-introtext {
  margin-bottom: 10px;
  color: #fff;
}
.sppb-addon-persion.team-style1 .sppb-person-social > li > a {
  color: #fff;
  font-size: 16px;
}
.sppb-addon-persion.team-style1:hover .sppb-person-information {
  top: 0;
  padding-top: 50px;
}
.sppb-addon-persion.team-style1:hover .sppb-person-information .sppb-person-introtext,
.sppb-addon-persion.team-style1:hover .sppb-person-information .sppb-person-social-icons {
  opacity: 1;
  margin-top: 0;
}
.sppb-addon-persion .sppb-person-information .sppb-person-name {
  color: #333333;
}
.sppb-addon-persion .sppb-person-information > span.sppb-person-designation {
  font-weight: 700;
}
.sppb-addon-persion .sppb-person-social > li > a {
  font-size: 14px;
  margin-top: 10px;
}
.sppb-item-has-bg .sppb-carousel-pro-text h2,
.sppb-item-has-bg .sppb-carousel-pro-text p {
  color: #fff;
}
.sppb-carousel-caption {
  max-width: 550px;
  padding-left: 30px;
}
.sppb-carousel-arrow i {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.sppb-carousel-arrow .fa-angle-left {
  left: 50%;
  margin-left: -20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.sppb-carousel-arrow .fa-angle-right {
  right: 50%;
  margin-right: -20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.sppb-carousel-arrow i {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 36px;
  height: 72px;
  line-height: 72px;
  font-size: 26px;
  text-shadow: none;
  margin-top: -25px;
}
.sppb-carousel-arrow i:hover {
  background: #ffc527;
  color: #fff;
}
.sppb-carousel-indicators li {
  width: 8px;
  height: 8px;
  border: 0;
  margin: 2px;
  background: rgba(0, 0, 0, 0.5);
}
.sppb-carousel-indicators li.active {
  width: 10px;
  height: 10px;
  background: #ffc527;
}
.page-carousel .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner {
  padding: 20px 100px;
}
.page-carousel .sppb-carousel-caption h2 {
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  padding: 3px 15px;
  font-size: 28px;
  margin-top: 28px;
}
.page-carousel.caption-none .sppb-carousel-caption {
  display: none !important;
}
.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%;
}
.box-carousel.sppb-carousel-pro .sppb-carousel-item-inner .sppb-carousel-pro-text {
  background: #fff;
  color: #555555;
  max-width: 550px;
  padding: 30px;
}
.box-carousel.sppb-carousel-pro .sppb-carousel-item-inner .sppb-carousel-pro-text h2 {
  color: #333333;
  font-size: 30px;
}
.box-carousel.sppb-carousel-pro .sppb-carousel-item-inner .sppb-carousel-pro-text p {
  color: #555555;
}
.full-carousel.sppb-carousel-pro .sppb-carousel-item-inner {
  left: 5%;
}
.sppb-media-heading {
  margin-bottom: 10px;
}
.feature-icon-squre.sppb-addon-feature .sppb-icon i {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 24px;
  background: #ffc527;
  color: #fff;
  position: relative;
}
.feature-icon-squre.sppb-addon-feature .sppb-icon i:after {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 10px solid #fff;
  border-right: 10px solid rgba(0, 0, 0, 0);
  background: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.feature-icon-squre.gray-bg .sppb-icon i:after {
  border-bottom: 10px solid #f2f2f2;
}
.testimonial-border.sppb-addon-testimonial .sppb-media {
  text-align: center;
}
.testimonial-border.sppb-addon-testimonial .sppb-media a.pull-left {
  float: none !important;
  text-align: center;
}
.testimonial-border.sppb-addon-testimonial .sppb-media a.pull-left .sppb-media-object {
  margin: 40px auto 20px;
}
.testimonial-border.sppb-addon-testimonial .sppb-media footer strong {
  font-size: 18px;
  color: #ffc527;
  display: block;
}
.testimonial-border.sppb-addon-testimonial .sppb-media blockquote {
  border: 1px solid #ffc527;
  padding: 20px;
  position: relative;
  line-height: 28px;
  color: #666;
}
.testimonial-border.sppb-addon-testimonial .sppb-media blockquote:after {
  border: 12px solid;
  border-color: #fff transparent transparent;
  bottom: -22px;
  position: absolute;
  content: "";
  display: block;
  height: 0;
  width: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
}
.testimonial-border.sppb-addon-testimonial .sppb-media blockquote:before {
  border: 12px solid;
  border-color: #e1e1e1 transparent transparent;
  border-top-color: #ffc527;
  bottom: -24px;
  position: absolute;
  content: "";
  display: block;
  height: 0;
  width: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
}
.sppb-addon-ajax-contact .sppb-ajaxt-contact-form input[type="text"],
.sppb-addon-ajax-contact .sppb-ajaxt-contact-form input[type="email"] {
  width: 100%;
  height: 46px !important;
  line-height: 46px !important;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  font-size: 14px;
  background: transparent;
}
.sppb-addon-ajax-contact .sppb-ajaxt-contact-form textarea {
  border-radius: 0;
  box-shadow: none;
  background: none;
  border: 1px solid #e5e5e5;
}
.quote-form {
  background: #f2f2f2;
  padding: 30px 50px 50px;
}
.quote-form form {
  margin-top: 40px;
}
.quote-img {
  margin-bottom: -110px;
}
.faq-form.sppb-addon-ajax-contact input {
  width: 49% !important;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}
.faq-form.sppb-addon-ajax-contact textarea {
  width: 99%;
}
.sppb-addon-pricing-table .sppb-pricing-box {
  padding: 0;
  background: #f9f9f9;
  border: 0;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header {
  background: #ffc527;
  color: #fff;
  position: relative;
  padding: 30px 20px;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header:after {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 20px solid #f9f9f9;
  border-right: 20px solid rgba(0, 0, 0, 0);
  background: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  text-transform: capitalize;
  margin-bottom: 15px;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header .sppb-pricing-price {
  font-size: 40px;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features ul {
  padding: 0 20px;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features ul li {
  padding: 20px 0;
  border-top: 1px dotted #e5e5e5;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features ul li:first-child {
  border-top: 0;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-footer {
  padding-bottom: 40px;
}
.sppb-addon-pricing-table .sppb-pricing-box.sppb-pricing-featured {
  color: #555555;
}
.sppb-addon-pricing-table .sppb-pricing-box.sppb-pricing-featured .sppb-pricing-header,
.sppb-addon-pricing-table .sppb-pricing-box.sppb-pricing-featured .sppb-btn-primary {
  background: #ff9700;
}
.sidebar ul.nav li a {
  color: #333;
  background: #f7f7f7;
  border-radius: 0;
  padding: 15px;
  margin-bottom: 3px;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}
.sidebar ul.nav li.current a,
.sidebar ul.nav li:hover a,
.sidebar ul.nav li:focus a {
  background: #ffc527;
  font-weight: 700;
  color: #fff;
}
.sppb-addon-cta .sppb-row {
  display: table;
  width: 100%;
}
.sppb-addon-cta .sppb-row > div {
  display: inline-block !important;
}
.action-bg-container .sppb-addon-cta {
  background: #ffc527;
  padding: 30px !important;
}
.action-bg-container .sppb-addon-cta .sppb-text-right {
  padding-right: 0;
}
.action-bg-container .sppb-addon-cta .sppb-text-right .sppb-btn-default {
  background-color: #fff;
}

.ts-topbar {
  padding: 0;
}
.ts-topbar .container {
  padding: 8px 20px 8px;
  background: #ffc527;
  position: relative;
}
.ts-topbar .container:before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 20px solid #fff;
  border-right: 20px solid rgba(0, 0, 0, 0);
  background: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.ts-topbar .t3-module {
  margin: 0;
}

ul.top-info {
  list-style: none;
  margin: 0 !important;
  padding: 0;
}
ul.top-info li {
  position: relative;
  line-height: 10px;
  display: inline-block;
  margin-left: 0;
  font-weight: 700;
  padding-right: 15px;
}
ul.top-info li .info-box span.info-icon {
  font-size: 18px;
  color: #fff;
  position: relative;
  top: 2px;
}
ul.top-info li .info-box span.info-icon i {
  margin-left: 5px;
}
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 {
  margin: 0;
  line-height: normal;
  color: #fff;
  font-weight: 700;
}

.top-social {
  text-align: right;
}
.top-social.sp_social ul li {
  margin: 0 !important;
}
.top-social.sp_social ul li a {
  height: 26px !important;
}
.top-social.sp_social ul li a i {
  width: 26px !important;
  height: 26px !important;
  line-height: 26px !important;
  color: #fff;
  border: 0 !important;
}
.top-social.sp_social ul li a i:hover {
  color: #333;
}

.t3-header {
  background: #fff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}
.ts-navbar {
  position: relative;
}
.ts-navbar .t3-navbar {
  padding-right: 120px;
}
.navbar-header {
  float: right;
  padding-right: 15px;
}

.logo {
  text-align: center;
  margin: 28px 0 0;
  padding-left: 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;
}

.navbar-fixed {
  z-index: 99999;
  position: fixed;
  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;
}

.navbar-nav li.nav-search > a {
  width: 60px;
  height: 60px;
  line-height: 40px !important;
  overflow: hidden;
  padding: 30px 10px !important;
  margin: 0;
}
.navbar-nav li.nav-search > a:after {
  background: none !important;
}
.nav-search {
  padding: 0 0 40px 15px !important;
  margin-left: 10px;
}
.nav-search:before {
  position: absolute;
  content: '';
  background: #ddd;
  left: 0;
  width: 1px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
}
.nav-search .form-search {
  position: relative;
}
.nav-search .form-search i {
  position: absolute;
  top: 10px;
  padding: 0 10px;
  display: none;
}
.nav-search .form-search label {
  display: none;
}
.nav-search .form-search .form-control {
  margin: 5px 0 0 0;
}
#searchForm .btn.btn-default {
  background: #ffc527;
  color: #fff;
  border-color: transparent !important;
  padding: 11px 32px;
}

.head-search {
  margin-top: 20px;
}
.head-search:before,
.head-search:after {
  display: table;
  content: " ";
}
.head-search:after {
  clear: both;
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .search {
  position: relative;
}
.head-search .search:before {
  font-family: "Archivo Narrow"; /*"FontAwesome"*/
  content: "\f002";
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  color: #555555;
}
@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: 150px;
  }
  .head-search .form-control:focus {
    width: 200px;
  }
}

.head-right {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -18px;
}
.head-right .btn-primary {
  padding: 8px 15px;
  font-size: 12px;
  border-radius: 2px;
  text-transform: capitalize;
}

.ts-slideshow .t3-module {
  margin-bottom: 0;
}
.tp-caption.title-bg-small {
  text-transform: uppercase;
  background: #ffc527 !important;
}
.tp-caption a.btn-primary {
  color: #fff !important;
}
.tp-caption a.slide-btn {
  background: none;
  padding: 10px 25px !important;
  border: 1px solid #ffc527;
  color: #ffc527 !important;
}
.tp-caption a.slide-btn:hover {
  background: #272d33;
  border: 1px solid transparent;
}
.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: 28px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
}
.slider2 .layout-slideshow .sprocket-features-desc p {
  color: #fff;
}
.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;
}

.call-to-text {
  min-height: 80px;
}
.call-to-text h3 {
  margin: 7px 0 0;
  line-height: normal;
  font-size: 22px;
  color: #fff;
  text-transform: capitalize;
}
.call-to-btn {
  background: #ffc527;
  min-height: 80px;
  position: relative;
  text-align: center;
}
.call-to-btn a {
  font-size: 18px;
  display: inline-block;
  margin-top: 8px;
  font-weight: 700;
  color: #272d33;
}
.call-to-btn a i {
  padding-right: 5px;
}
.call-to-btn:before {
  content: '';
  position: absolute;
  left: -30px;
  z-index: 0;
  border-left: 30px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 80px solid #ffc527;
  bottom: 0;
}
.call-to-btn:after {
  content: "";
  position: absolute;
  background: #ffc527;
  display: block;
  width: 300%;
  height: 100%;
  right: -300%;
  top: 0;
}

.img-box {
  position: relative;
  text-align: right;
  margin-top: 30px;
}
.img-box .img-box-small {
  position: absolute;
  left: -5px;
  height: 100px;
  width: 120px;
  top: -5px;
  bottom: 0;
  margin: auto;
  background: #ffc527;
  color: #fff;
  border: 8px solid #e9edeb;
  align-items: center;
  padding: 10px;
  line-height: normal;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.img-box figure {
  display: inline-block;
  border: 8px solid #e9edeb;
  margin-left: -10px;
  width: 31%;
}

.feature-tab {
  padding-left: 15px;
}
.feature-tab .tab-content {
  margin-top: 15px;
}
.feature-tab .sppb-nav-tabs {
  border-bottom: 0;
}
.feature-tab .sppb-nav-tabs > li > a {
  background: #272d33;
  color: #fff;
  text-shadow: none;
  font-weight: 700;
  border-radius: 0;
  text-transform: uppercase;
  line-height: 50px;
  margin: 0 1px 20px;
  padding: 0 20px;
  border: 0 !important;
}
.feature-tab .sppb-nav-tabs > li.active > a,
.feature-tab .sppb-nav-tabs > li > a:hover,
.feature-tab .sppb-nav-tabs > li.active > a:focus {
  background: #ffc527;
  color: #fff;
  position: relative;
}
.feature-tab .sppb-nav-tabs > li.active > a:after,
.feature-tab .sppb-nav-tabs > li > a:hover:after,
.feature-tab .sppb-nav-tabs > li.active > a:focus:after {
  position: absolute;
  content: " ";
  width: auto;
  height: auto;
  bottom: -20px;
  margin-left: -12px;
  left: 50%;
  border-width: 10px;
  border-style: solid;
  border-color: #ffc527 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.ts-service-box .ts-service-icon em {
  font-size: 24px;
  float: left;
  color: #fff;
  background: #ffc527;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.ts-service-box .ts-service-box-content {
  margin-left: 90px;
}
.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: 18px;
}

.service-center-img img {
  padding: 0 20px;
}

.projects .sppb-section-title {
  margin-bottom: 30px !important;
}
.projects .sp-simpleportfolio.layout-gallery-space .sp-simpleportfolio-filter {
  margin-left: 0;
}
.projects .sp-simpleportfolio .sp-simpleportfolio-filter {
  text-align: left;
  margin-left: 140px;
  margin-bottom: 40px;
}
.projects .sp-simpleportfolio .sp-simpleportfolio-filter > ul {
  border-bottom: 0;
}
.projects .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
  float: none;
  display: inline-block;
  min-height: 55px;
}
.projects .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
  color: #ffc527;
}
.projects .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
  color: #fff;
  padding: 15px 0;
  margin-right: 30px;
}
.projects .projects-btn {
  text-align: center;
  margin-top: 50px;
  text-transform: uppercase;
}
.projects .projects-btn .btn-primary:hover {
  background: #000;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul {
  border-bottom: 1px solid #dadada;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
  margin: 0;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:hover > a {
  border-bottom: 2px solid #ffc527;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
  background: none;
  color: #333;
  border-bottom: 2px solid #ffc527;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
  border-radius: 0;
  background: none;
  padding: 15px;
  font-weight: 700;
  margin-bottom: -1px;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-title {
  display: block !important;
  margin-bottom: 15px !important;
  font-size: 20px !important;
  letter-spacing: 0 !important;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-title a:hover {
  color: #ffc527 !important;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-tags {
  background: #ffc527;
  display: inline-block;
  padding: 1px 8px;
  font-weight: 700;
  color: #000;
  font-size: 10px;
  text-transform: uppercase;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
  text-align: left;
  padding: 30px;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay .sp-simpleportfolio-btns .btn-zoom {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 12px;
  background: #ffc527;
}
.sp-simpleportfolio .sp-simpleportfolio-description,
.sp-simpleportfolio .sp-simpleportfolio-meta {
  width: 100%;
  float: none;
}
.sp-simpleportfolio .sp-simpleportfolio-meta {
  padding-left: 0;
}
.sp-simpleportfolio .sp-simpleportfolio-meta > div {
  border-bottom: 0;
  padding-bottom: 0;
}
.sp-simpleportfolio .sp-simpleportfolio-meta h4 {
  margin-bottom: 5px;
}
.sp-simpleportfolio .sp-simpleportfolio-meta .sp-simpleportfolio-tags {
  text-transform: capitalize;
}
.sp-simpleportfolio .sp-simpleportfolio-description .project-title {
  margin-bottom: 25px;
}
.sp-simpleportfolio .sp-simpleportfolio-description .project-info {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sp-simpleportfolio .sp-simpleportfolio-description .project-info li {
  margin-bottom: 18px;
}
.sp-simpleportfolio .sp-simpleportfolio-description .project-info .field-label {
  font-weight: 700;
  color: #333;
  font-size: 16px;
}
.sp-simpleportfolio .sp-simpleportfolio-image {
  margin-bottom: 40px;
}
.sp-simpleportfolio > div.pagination {
  text-align: center;
  margin: 50px 0 0;
}

.ts-main-top .t3-module {
  margin-bottom: 0;
}
.service-img-icon.module .ts-service-wrapper {
  padding: 40px 0 0;
  text-align: center;
}
.service-img-icon.module .ts-service-wrapper .ts-service-image {
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 100%;
  text-align: center;
  background: #ffc527;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.service-img-icon.module .ts-service-wrapper .ts-service-image img {
  display: inline-block;
}
.service-img-icon.module .ts-service-wrapper:hover .ts-service-image {
  border: 5px solid #f3b200;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.service-img-icon.module .ts-service-wrapper .ts-service-info h3 {
  font-size: 18px;
}
.ts-general-btn {
  text-align: center;
}
.ts-general-btn .btn {
  display: inline-block;
  margin-top: 30px;
  text-transform: uppercase;
}
.service-img-block.module .ts-service-info h3 {
  margin-top: 0;
}
.service-bg-row {
  background: #fc5a0a;
}
.service-bg-box {
  position: relative;
  padding: 50px 40px;
  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.one {
  background: rgba(0, 0, 0, 0.26);
}
.service-bg-box.two {
  background: rgba(0, 0, 0, 0.2);
}
.service-bg-box.three {
  background: rgba(0, 0, 0, 0.15);
}
.service-bg-box.four {
  background: rgba(0, 0, 0, 0.09);
}

.ts-content-top {
  background: #f3f3f3;
}
.ts-content-top .right {
  padding: 0;
}
.ts-content-top .right .custom {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  color: #fff;
  height: 600px;
}
.ts-content-padding.left {
  padding-left: 100px;
}
.ts-content-padding.left h2 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
}
.ts-content-padding.left h3 {
  font-weight: 300;
  font-size: 36px;
  line-height: normal;
  margin-top: 10px;
}
.ts-content-padding.left .case-desc {
  font-size: 16px;
  margin-top: 25px;
}
.ts-content-padding.left .cap {
  font-size: 60px;
  line-height: 36px;
  float: left;
  padding-right: 10px;
  font-family: "Archivo Narrow"; /*'Roboto Slab', serif;*/
}
.content-list {
  margin: 20px 0;
  font-size: 16px;
  overflow: hidden;
}
.content-list h3 {
  font-size: 16px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.content-list h3:after {
  content: '';
  position: absolute;
  top: 50%;
  height: 1px;
  width: 100%;
  left: 100%;
  margin-top: -1px;
  border-bottom: 1px solid #cecece;
  z-index: 0;
  padding-left: 20px;
}

.ts-clients {
  padding: 40px 0;
}
.ts-clients .t3-module {
  margin-bottom: 0;
}
.clients.module .sprocket-strips-s .sprocket-strips-s-block .sprocket-strips-s-item {
  border: 1px solid #f3f3f3;
}
.clients.module .sprocket-strips-s .sprocket-strips-s-block img {
  margin-top: 15px;
  opacity: .6;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.clients.module .sprocket-strips-s .sprocket-strips-s-block:hover img {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.clients.module .sprocket-strips-s .sprocket-strips-s-nav {
  position: absolute;
  top: -50px;
}
.clients.module .sprocket-strips-s .sprocket-strips-s-arrows .arrow {
  font-size: 24px;
  background: none;
}
.clients.module .sprocket-strips-s .sprocket-strips-s-arrows .arrow:hover {
  color: #ffc527;
}
.clients.module .sprocket-strips-s .sprocket-strips-s-arrows .arrow:before,
.clients.module .sprocket-strips-s .sprocket-strips-s-arrows .arrow:after {
  position: relative;
  border: 0;
}

.page-clients .article-intro .pull-left.item-image {
  margin: 0;
  border: 1px solid #f3f3f3;
  padding: 10px 0;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}
.page-clients .article-intro .pull-left.item-image:hover {
  border: 1px solid #ffc527;
}
.page-clients .items-row .col-sm-2 {
  width: auto;
}

.ts-testimonials {
  background: #e9edeb;
}
.ts-testimonials .t3-module {
  margin-bottom: 0;
}
.testimonial-quotes.module .sprocket-quotes-item {
  padding: 30px 40px;
  border: 1px solid #d2d2d2;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: none;
}
.testimonial-quotes.module .sprocket-quotes-item:before {
  border-color: rgba(0, 0, 0, 0.1) transparent;
}
.testimonial-quotes.module .sprocket-quotes-item:after {
  border-color: #fff transparent;
}
.testimonial-quotes.module .sprocket-quotes-item .sprocket-quotes-text {
  position: relative;
}
.testimonial-quotes.module .sprocket-quotes-item .sprocket-quotes-text:before {
  content: '\f10d';
  font-family: "Archivo Narrow"; /*FontAwesome*/
  padding-right: 10px;
  color: #ffc527;
}
.testimonial-quotes.module .sprocket-quotes-info {
  margin-top: 25px;
  text-align: center;
}
.testimonial-quotes.module .sprocket-quotes-info .sprocket-quotes-image {
  margin: 15px auto;
  float: none;
  border: 3px solid rgba(0, 0, 0, 0.2);
}
.testimonial-quotes.module .sprocket-quotes-nav {
  text-align: center;
  display: block;
}
.testimonial-quotes.module .sprocket-quotes-nav .sprocket-quotes-pagination {
  display: inline-block;
}
.testimonial-quotes.module .sprocket-quotes-nav .sprocket-quotes-pagination li {
  padding: 7px !important;
}
.testimonial-quotes.module .sprocket-quotes-nav .sprocket-quotes-pagination li.active {
  background: #ffc527;
}

.ts-main-bottom {
  background: #ffc527;
  color: #fff;
  position: relative;
  z-index: 1;
}
.ts-main-bottom .t3-module {
  margin: 0;
}
.ts-main-bottom .t3-module.newsletter {
  background: #f5f5f5;
  position: relative;
  min-height: 110px;
  padding: 30px 0 0 40px;
}
.ts-main-bottom .t3-module.newsletter:before {
  content: '';
  position: absolute;
  left: -70px;
  z-index: 1;
  border-left: 70px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 110px solid #f5f5f5;
  bottom: 0;
}
.ts-main-bottom .t3-module.newsletter:after {
  content: "";
  position: absolute;
  background: #f5f5f5;
  display: block;
  width: 300%;
  height: 100%;
  right: -300%;
  top: 0;
}
.ts-main-bottom .t3-module.newsletter .acymailing_introtext {
  display: inline-block;
  color: #333;
}
.ts-main-bottom .t3-module.newsletter .acymailing_introtext h4 {
  margin: 0;
  font-size: 20px;
}
.ts-main-bottom .t3-module.bottom-call-to {
  min-height: 110px;
  position: relative;
  color: #fff;
  padding: 28px 0 0;
}
.ts-main-bottom .t3-module.bottom-call-to h3 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 5px;
}
.ts-main-bottom .t3-module.bottom-call-to h4 {
  color: #fff;
  font-size: 24px;
  margin: 0;
}
.acymailing_module .acymailing_form {
  top: -10px !important;
  position: relative;
  display: inline-block;
}
.acymailing_module .acymailing_form input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.acymailing_module .acymailing_form > p {
  display: block;
}
.acymailing_module .acymailing_form input[type="text"] {
  min-width: 450px;
  margin-left: 30px;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.acymailing_module .acymailing_form .acysubbuttons {
  position: absolute;
  right: 0;
  top: 0;
}
.acymailing_module .acymailing_form .acysubbuttons .button.subbutton.btn.btn-primary {
  background: #ffc527 url(../../../templates/ts_cornike/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;
}

.t3-footer {
  padding: 80px 0 0;
  background: #222;
  color: #a2a2a2;
}
.t3-footer:before,
.t3-footer:after {
  display: table;
  content: " ";
}
.t3-footer:after {
  clear: both;
}
.t3-footer .module-title {
  color: #fff;
}
.t3-footer p {
  color: #a2a2a2;
}
.t3-footer h4 {
  font-size: 14px;
  color: #ffc527;
  margin: 0;
}
.t3-footer .t3-footnav .t3-module {
  background: none;
}
.t3-footer .module-title {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.t3-footer .module-title:before {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0px;
  width: 50px;
  height: 1px;
  background: #ffc527;
  left: 0;
  z-index: 1;
}
.t3-footer .module-title:after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0px;
  width: 100px;
  height: 1px;
  background: #dadada;
  left: 0;
}

.t3-module.footer-about-us {
  margin-bottom: 0;
}
.t3-module.footer-about-us .footer-logo {
  margin-bottom: 25px;
}
.t3-module.footer-about-us .custom i {
  margin-right: 10px;
}
.t3-module.footer-about-us .custom i.fa-map-marker {
  margin-right: 15px;
}
.working-hours {
  padding-right: 10px;
}
.working-hours .text-right {
  float: right;
}

.footer-social {
  margin-top: 5px;
}
.footer-social.sp_social ul li,
.top-social.sp_social ul li {
  margin: 0 10px 0 0;
}
.footer-social.sp_social ul li a,
.top-social.sp_social ul li a {
  width: auto !important;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.footer-social.sp_social ul li a i,
.top-social.sp_social ul li a i {
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  text-align: center;
  font-size: 13px;
  color: #fff;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}
.footer-social.sp_social ul li a i:hover,
.top-social.sp_social ul li a i:hover {
  background: #ffc527;
  border: 2px solid transparent;
}

.t3-copyright {
  margin-top: 40px;
  background: #ffc527;
  padding: 35px 0;
  color: #333333;
}
/**whatsapp button**/ 

.whats{
    position: fixed;/**inherit**/
    width: 48px;
    height: 48px;
    bottom: 20px;
    left: 5%;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 45px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.my-whats{
    margin-top: 2px;
}

/**end whatsapp button**/

#back-to-top {
  right: 40px;
  top: auto;
  z-index: 10;
  -webkit-backface-visibility: hidden;
}
#back-to-top .btn-primary {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 3px;
  color: #ffc527;
  font-weight: 700;
  font-size: 18px;
  padding: 0;
}
#back-to-top.affix {
  bottom: 25px;
}

.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: #333333 !important;
  position: relative;
  padding: 0 10px;
}
.footer-menu ul li a:hover {
  color: #fff !important;
}

.ts-page-title {
  position: relative;
}
.ts-page-title .custom {
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
  padding: 80px 0;
}
.ts-page-title .custom .page-title-wrapper h2 {
  color: #fff;
  font-size: 36px;
  position: relative;
  padding-bottom: 25px;
}
.ts-page-title .custom .page-title-wrapper h2:before {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0px;
  width: 50px;
  height: 2px;
  background: #ffc527;
  left: 0;
  margin-left: 0;
  z-index: 1;
}
.ts-page-title .custom .page-title-wrapper h2:after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0px;
  width: 150px;
  height: 1px;
  background: #fff;
  left: 0;
  margin-left: 0;
}
.ts-page-title .custom .page-title-wrapper h3 {
  font-size: 18px;
  color: #fff;
}
.ts-page-title .t3-navhelper {
  position: relative;
  background: none;
  top: -150px;
  margin-bottom: -50px;
  color: #fff;
}
.ts-page-title .t3-navhelper .breadcrumb {
  background: none;
}
.ts-page-title .t3-navhelper .breadcrumb li.active {
  display: none;
}

.team-carousel {
  margin-top: 20px;
}
.team-carousel .item {
  margin: 0;
}
.team-carousel .team-wrapper {
  padding: 0;
}
.team-carousel .team-content {
  padding-right: 20px;
}
.team-carousel .team-content h3.ts-name {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 0;
  margin-top: 10px;
}
.team-carousel .team-content .ts-designation {
  font-size: 14px;
  color: #909090;
}
.team-carousel .team-content .team-social {
  height: 26px;
  overflow: visible;
}
.team-carousel .team-content .team-social-icons a {
  float: left;
}
.team-carousel .team-content .team-social-icons i {
  font-size: 14px;
  margin-right: 5px;
  width: 24px;
  height: 24px;
  border: 1px solid #e7e7e7;
  text-align: center;
  line-height: 23px;
  display: inline-block;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.team-carousel .team-content .team-social-icons i:hover {
  background: #000;
  color: #fff !important;
  border-color: transparent !important;
}
.team-carousel .team-content .team-social-icons i.fa-facebook {
  border-color: #677fb5;
  color: #677fb5;
}
.team-carousel .team-content .team-social-icons i.fa-twitter {
  border-color: #70c2e9;
  color: #70c2e9;
}
.team-carousel .team-content .team-social-icons i.fa-google-plus {
  border-color: #E61321;
  color: #E61321;
}
.team-carousel .team-content .team-social-icons i.fa-pinterest {
  border-color: #d8545d;
  color: #d8545d;
}
.team-carousel .team-content .team-social-icons i.fa-linkedin {
  border-color: #3daccf;
  color: #3daccf;
}
.team-carousel .owl-controls {
  position: absolute;
  top: -65px;
  right: 20px;
}
.team-carousel .owl-controls .owl-prev,
.team-carousel .owl-controls .owl-next {
  cursor: pointer;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 24px;
  opacity: 1;
  top: auto;
  text-shadow: none;
  display: inline-block;
  text-align: center;
}
.team-carousel .owl-controls .owl-prev:hover,
.team-carousel .owl-controls .owl-next:hover {
  color: #ffc527;
}
.team-carousel .owl-controls .owl-page,
.team-carousel .owl-controls .owl-buttons div {
  display: inline-block;
}

.team-items {
  margin-top: 20px;
}
.team-items .team-item {
  margin-bottom: 30px;
}
.team-items .team-item .team-item-info .team-item-name {
  margin-bottom: 0;
  font-size: 20px;
}
.team-items .team-item .team-item-info .team-item-desg {
  color: #999;
}

.service-items .title-normal {
  margin-bottom: 20px;
}
.service-items .title-normal img {
  width: 64px;
  display: inline-block;
}
.service-items h4 {
  margin-top: 0;
}

.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: uppercase;
  background: none;
  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: #ffc527;
}
.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: "Archivo Narrow"; /*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;
}

#je_contact .input:first-child,
#je_contact .input:second-child {
  float: left;
  width: 50%;
}
#je_contact button[type="submit"],
.qcbutton a.je_button {
  background: #ffc527 !important;
}
#je_contact input,
#je_contact textarea {
  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;
}

.plan {
  list-style: none;
  margin: 20px 0;
  padding: 0 0 15px 0;
  text-align: center;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.12);
}
.plan.featured .plan-price {
  background: #ffc527;
}
.plan.featured a.btn {
  background: #ffc527;
  box-shadow: 0 3px 0 #f3b200;
}
.plan.featured a.btn:hover {
  background: #000;
  box-shadow: 0 3px 0 #000000;
}
.plan-name {
  display: block;
  padding: 15px 0;
  position: relative;
}
.plan-name h2 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: normal;
}
.plan-name h2 small {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.plan-price {
  padding: 35px 0;
  background: #272d33;
  color: #fff;
}
.plan-price h2 {
  font-size: 58px;
  font-family: "Archivo Narrow"; /*times*/
  color: #fff;
  position: relative;
  display: inline-block;
}
.plan-price h2 .currency {
  top: -0.5em;
  font-size: 50%;
  left: -0.2em;
}
.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;
  color: #fff;
}
.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;
  max-width: 150px;
  background: #272d33;
  box-shadow: 0 3px 0 #111316;
}
.plan a.btn:hover {
  background: #000;
  box-shadow: 0 3px 0 #000000;
}

.sprocket-grids-b-content {
  padding: 45px;
}
.sprocket-grids-b-content .sprocket-grids-b-title {
  font-size: 18px;
  text-transform: uppercase;
}
.sprocket-grids-b-content .sprocket-grids-b-title a {
  color: #fff;
}
.sprocket-grids-b-content .sprocket-grids-b-title a:hover {
  color: #ffc527;
}

.career-list h3 {
  border-bottom: 3px solid #e5e5e5;
  padding-bottom: 15px;
  font-weight: 700;
}
.career-list .sprocket-lists ul.sprocket-lists-container h4.sprocket-lists-title {
  font-weight: 700;
}

ul.latestnews {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.latestnews li {
  border-bottom: 1px dashed #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
ul.latestnews li:last-child {
  border-bottom: 0;
}
ul.latestnews li .published {
  color: #999;
}
ul.latestnews li .item-title {
  color: #333333;
  font-weight: normal;
}
ul.latestnews li .item-title span {
  font-family: "Archivo Narrow"; /*'Roboto Slab', serif*/
}
ul.latestnews li .item-title:hover {
  color: #ffc527;
}
.t3-sl {
  padding-bottom: 0;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 0;
    padding-top: 60px;
  }
}
.t3-mainbody {
  padding-top: 40px;
  padding-bottom: 40px;
}
.t3-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-sidebar {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-sidebar .module-title {
  margin-bottom: 30px;
}
.t3-sidebar .title-border .module-title {
  position: relative;
  padding-bottom: 20px;
  font-size: 18px;
  margin-bottom: 40px;
}
.t3-sidebar .title-border .module-title:before {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0px;
  width: 50px;
  height: 2px;
  background: #ffc000;
  left: 0;
  z-index: 1;
}
.t3-sidebar .title-border .module-title:after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0px;
  width: 150px;
  height: 1px;
  background: #dadada;
  left: 0;
}
.t3-sidebar .list-arrow li {
  font-size: 15px;
}
.t3-sidebar ul.nav li.active > a,
.t3-sidebar ul.nav li:hover > a {
  color: #ffc527;
}
.t3-sidebar ul.nav li a {
  color: #555555;
  background: none !important;
}

.box.t3-wrapper {
  background: #000000 url(../../../templates/ts_cornike/images/boxed-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: right top;
  overflow: hidden;
}
.box .container,
.box .sppb-container {
  padding-left: 20px;
  padding-right: 20px;
}
.box .box-wrapper {
  width: 1170px;
  background: #fff;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.box .box-wrapper .logo {
  padding-left: 20px;
}
.box .box-wrapper .head-right {
  right: 20px;
}
.box .box-wrapper .navbar-fixed {
  width: auto;
}
.box .box-wrapper .t3-mainnav .container {
  padding-left: 0;
}
.box .box-wrapper .head-search {
  right: 0;
}
.box .box-wrapper .call-to-btn:after {
  width: 20px;
  right: -20px;
}
.box .box-wrapper #sp-page-builder .page-content .sppb-section.action-bg-container {
  margin-top: 30px;
}
.box .box-wrapper .ts-main-bottom .t3-module.newsletter:after {
  width: 20px;
  right: -20px;
}
.box .box-wrapper .ts-main-bottom .t3-module.newsletter:before {
  border: 0;
  left: 0;
}
.box .box-wrapper .ts-main-bottom .t3-module.newsletter {
  padding-bottom: 15px;
}
.box .box-wrapper .acymailing_module .acymailing_form {
  top: 0 !important;
}
.box .box-wrapper .acymailing_module .acymailing_form input[type="text"] {
  margin: 0;
}
.box .box-wrapper #back-to-top.affix {
  bottom: 35px;
}

.home2 .t3-header {
  padding-bottom: 0;
}
.home2 .t3-mainnav {
  background: none;
  box-shadow: none;
  border-bottom: 0;
}
.home2 .t3-mainnav .container {
  background: #1e2227;
  box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #222;
  bottom: -30px;
  z-index: 100;
  border-radius: 3px;
}
.home2 .t3-mainnav.navbar-fixed .container {
  bottom: 0;
}
.home2 .t3-mainnav .head-search {
  right: 0;
}
.home2 .t3-mainnav .head-search .search {
  border-radius: 0 3px 3px 0;
}
.home2.default2 .t3-header {
  padding-bottom: 20px;
}
.home2.default2 .t3-mainnav .container {
  bottom: 0;
}

.presets-page .t3-copyright,
.presets-page .footer-menu ul li a,
.presets-page .ts-main-bottom .t3-module.bottom-call-to h3,
.presets-page .call-to-btn a {
  color: #fff !important;
}