.t3-header {
  padding-top: 0;
  padding-bottom: 0;
}
.logo {
  text-align: center;
}
@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;
}
.head-search {
  margin-top: 21px;
}
.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: "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 {
  padding-left: 30px;
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .head-search .form-control {
    width: 150px !important;
  }
  .head-search .form-control:focus {
    width: 200px !important;
  }
}
.t3-sl {
  padding-bottom: 42px;
  padding-top: 42px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 63px;
    padding-top: 63px;
  }
}
.t3-mainbody {
  padding-top: 21px;
  padding-bottom: 21px;
}
.t3-content {
  padding-top: 21px;
  padding-bottom: 21px;
}
.t3-sidebar {
  padding-top: 21px;
  padding-bottom: 21px;
}
.t3-footer {
  border-top: 0;
  background: #191f23 url(../../templates/industrx/images/footer-bg-image.png) no-repeat top center;
  background-size: cover;
  color: #b0b0b0;
}
.t3-footer:before,
.t3-footer:after {
  display: table;
  content: " ";
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footnav {
  padding: 21px 0;
}
.t3-footnav:before,
.t3-footnav:after {
  display: table;
  content: " ";
}
.t3-footnav:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footnav {
    padding: 42px 0;
  }
}
.t3-footnav .t3-module {
  color: #b0b0b0;
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
.t3-footnav .t3-module .module-title {
  color: #6f6f6f;
  font-size: 24px;
  margin-bottom: 21px;
}
.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: 24px;
}
.t3-footnav .t3-module ul > li > a {
  color: #b0b0b0;
}
.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: #ffffff;
}
.t3-copyright {
  background-color: #13171a;
  border-top: 1px solid #283138;
  padding: 21px 0 21px;
}
.t3-copyright:before,
.t3-copyright:after {
  display: table;
  content: " ";
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 5px;
}
.copyright {
  margin-bottom: 0;
}
.poweredby:before,
.poweredby:after {
  display: table;
  content: " ";
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 991px) {
  .poweredby {
    text-align: right;
  }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}
#back-to-top {
  position: fixed;
  right: 21px;
  top: auto;
  z-index: 999;
  display: none;
  bottom: -60px;
}
@media (min-width: 768px) {
  #back-to-top {
    display: block;
  }
}
#back-to-top .btn {
  color: #ffffff;
  border: 2px solid #ff5e14;
  background-color: #ff5e14;
  height: 40px;
  width: 40px;
  line-height: 1;
  padding: 0;
  text-align: center;
  filter: alpha(opacity=80);
  opacity: 0.8;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#back-to-top .btn:hover,
#back-to-top .btn:active,
#back-to-top .btn:focus {
  outline: none;
  filter: alpha(opacity=100);
  opacity: 1;
}
#back-to-top.affix {
  bottom: 42px;
}
#back-to-top a {
  outline: none;
}
#back-to-top i {
  font-size: 48px;
  line-height: 22px;
}
.btn-primary.off-canvas-toggle,
.btn-primary.off-canvas-toggle:active:hover,
.btn-primary.off-canvas-toggle.active:hover,
.open > .dropdown-toggle.btn-primary.off-canvas-toggle:hover,
.btn-primary.off-canvas-toggle:active:focus,
.btn-primary.off-canvas-toggle.active:focus,
.open > .dropdown-toggle.btn-primary.off-canvas-toggle:focus,
.btn-primary.off-canvas-toggle:active.focus,
.btn-primary.off-canvas-toggle.active.focus,
.open > .dropdown-toggle.btn-primary.off-canvas-toggle.focus {
  background-color: transparent;
  border-radius: 0px;
}
.readmore .btn-default:hover {
  color: #ffffff;
  background: #ea4a00;
}
body.boxed .btn-primary.off-canvas-toggle,
body.boxed .btn-primary.off-canvas-toggle:active:hover,
body.boxed .btn-primary.off-canvas-toggle.active:hover,
body.boxed .open > .dropdown-toggle.btn-primary.off-canvas-toggle:hover,
body.boxed .btn-primary.off-canvas-toggle:active:focus,
body.boxed .btn-primary.off-canvas-toggle.active:focus,
body.boxed .open > .dropdown-toggle.btn-primary.off-canvas-toggle:focus,
.btn-primary.off-canvas-toggle:active.focus,
.btn-primary.off-canvas-toggle.active.focus,
.open > .dropdown-toggle.btn-primary.off-canvas-toggle.focus {
  background-color: #ff5e14;
  border-radius: 0px;
  width: 50px;
}
.text-secondary {
  color: #152332;
}
.btn,
.btn-primary,
button,
.btn,
button,
.n2-ss-button-container a.btn-primary {
  background-color: #ff5e14;
  transition: all 0.2s linear 0s;
}
body {
  color: #6f6f6f;
  background-color: #ffffff;
}
.btn-primary,
.btn,
button,
.n2-ss-button-container a.btn-primary {
  border-color: #ff5e14 !important;
}
.n2-ss-button-container a.btn-primary {
  background: #ff5e14 !important;
  transition: all 0.2s linear 0s;
}
.logo-text,
.logo-text a {
  color: #ffffff;
}
.module_menu .nav > li > a,
.module_menu .nav > li > .separator,
.module_menu .nav > li > span,
.module_menu .dropdown-menu > a {
  color: #6f6f6f;
}
.module_menu .nav > li > a:hover,
.module_menu .nav > li > .separator:hover,
.module_menu .nav > li > span:hover,
.module_menu .nav > li.active > a,
.module_menu .nav > li.active > .separator,
.module_menu .nav > li.active > span,
.module_menu .dropdown-menu > .active > a {
  color: #ff5e14;
  background-color: transparent;
  border-bottom: 1px solid #eeeeee;
}
.module_menu .nav > li > a,
.module_menu .nav > li > .separator,
.module_menu .nav > li > span {
  border-bottom: 1px solid #eeeeee;
}
.t3-sidebar .module-title {
  font-size: 20.5324px;
}
blockquote {
  background: #f7f7f7;
  border-left: 4px solid #ff5e14;
}
.module_menu .nav > li:hover::before {
  color: #ff5e14;
  left: 5px;
  transition: all 0.2s  linear 0s;
}
.text-black,
.text-black a {
  color: #6f6f6f;
}
.bg-white,
.wt-services-box-wrapper {
  background-color: #ffffff;
}
.btn-secondary {
  color: #ffffff;
  background-color: #152332;
  border-color: #0d1620;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: #0d1620;
  transition: all 0.2s  linear 0s;
}
.bg-secondary {
  background-color: #152332;
  color: #ffffff;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.inputbox:focus,
#t3-footer .chronoforms input:focus,
#t3-footer .chronoforms textarea:focus,
.chzn-container-active.chzn-with-drop .chzn-single {
  box-shadow: 0 0px 0px #ff5e14, 0 0 8px #ff5e14;
  border-color: #eeeeee;
  transition: all 0.2s  linear 0s;
}
::selection {
  background: #ff5e14;
  color: #ffffff;
}
::-moz-selection {
  background: #ff5e14;
  color: #ffffff;
}
.first-word-industrx {
  color: #ff5e14;
}
h3.border-centered {
  line-height: 1.2;
  text-align: center;
  font-size: 24px;
  color: #232323;
}
h3.border-centered span::after {
  border-bottom: 4px solid #ff5e14;
}
h3.module-title.big-centered {
  font-size: 38px;
  text-align: center;
}
.wrap.topbar {
  background-color: #152332;
  border-bottom: 1px solid #060a0e;
}
.topbar i {
  transition: all 0.2s linear 0s;
  outline: none;
}
.topbar ul.menu li a,
.topbar li a,
.topbar,
.topbar p,
.topbar a,
.bottomright ul.menu li a,
.bottomright li a,
.topbar .social-top i {
  color: #ffffff;
  transition: all 0.2s linear 0s;
  outline: none;
}
.topbar ul.menu li a:hover,
.topbar li a:hover,
.topbar a:hover,
.bottomright ul.menu li a:hover,
.bottomright li a:hover,
.topbar i:hover {
  transition: all 0.2s linear 0s;
  outline: none;
  color: #ff5e14;
}
.search-icon::after {
  color: #6f6f6f;
}
.wrap.topbar-2 {
  background-color: #ff5e14;
  color: #ffffff;
}
.topbar-2,
.topbar-2 a,
.topbar-2 ul.menu li a,
.topbar-2 li a,
.topbar-2 ul.menu li > .separator,
.topbar-2 ul.menu li > span,
.topbar-2 i {
  color: #ffffff;
  transition: all 0.3s linear 0s;
  outline: none;
}
.topbar-2 ul.menu li a {
  border-right: 1px solid #ff7333;
}
.topbar-2 ul.menu li a:hover,
.topbar-2 li a:hover,
.topbar-2 ul.menu li > .separator:hover,
.topbar-2 ul.menu li > span:hover,
.topbar-2 .nav li:hover,
.topbar-2 .nav li a:hover,
.topbar-2 .btn-group .dropdown-toggle:hover,
.btn-group .dropdown-toggle:focus {
  color: #ffffff;
  transition: all 0.3s linear 0s;
  outline: none;
  background-color: #ff7a3d;
}
.topbar-2 i:hover {
  color: #e3e2e2;
}
.topbar-2 ul.dropdown-menu li a {
  color: #000000;
}
.topbar-2 ul.dropdown-menu li a:hover {
  background-color: #ffffff;
  color: #262626;
}
div.mod-languages.industrx li a,
.topbar-2 ul.dropdown-menu li a {
  border-bottom: 1px solid #f2f2f2;
}
.topbar-2 .btn-group .dropdown-toggle:focus {
  color: #ffffff;
}
.topbar-2 .nav .open a,
.topbar-2 .nav .open a:hover {
  border-color: #eeeeee;
}
.topbar-2 .nav .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
#t3-header {
  background-color: #ffffff;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav li > .separator,
.navbar-default .navbar-nav li > span {
  color: #020d26;
  transition: all 0.2s  linear 0s;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav li > .separator:hover,
.navbar-default .navbar-nav li > span:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav li > .separator:focus,
.navbar-default .navbar-nav li > span:focus {
  color: #ff5e14;
  transition: all 0.2s  linear 0s;
  background-color: transparent;
}
#t3-mainnav .dropdown li a,
#t3-mainnav .dropdown li span,
#t3-mainnav .dropdown li.separator,
.t3-mainnav .t3-navbar-collapse .dropdown-menu > li > a,
.t3-mainnav .t3-navbar-collapse .dropdown-menu > li span,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li span {
  color: #000000;
  border-bottom: 1px solid #f2f2f2;
}
.t3-megamenu .dropdown-menu .mega-nav,
#t3-mainnav ul.dropdown-menu {
  background-color: #ffffff;
}
.navbar-collapse {
  border-top: 1px solid #f2f2f2;
}
#t3-mainnav .dropdown li a:hover,
#t3-mainnav .dropdown li span:hover,
#t3-mainnav .dropdown li.separator:hover,
.t3-mainnav .t3-navbar-collapse .dropdown-menu > li > a:hover,
.t3-mainnav .t3-navbar-collapse .dropdown-menu > li span:hover,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a:hover,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li span:hover {
  color: #262626;
  background-color: #ffffff;
}
.t3-megamenu .dropdown.mega > .mega-dropdown-menu::before {
  border: 1px solid #ff5e14;
  background-color: #ff5e14;
}
.navbar-default .navbar-nav > li:hover .caret {
  border-top-color: #ff5e14;
  border-bottom-color: #ff5e14;
}
.scroll-progress-bar {
  background-color: #ff5e14;
}
.t3-megamenu .dropdown.mega > .mega-dropdown-menu::after {
  border-bottom: 5px solid #ff5e14;
}
.services-subslider i {
  color: #ff5e14;
}
.wrap.subslider_bg {
  background-color: #f7f7f7;
}
.iconservices-col:hover span.hvr-ripple-out {
  color: #ffffff;
  background-color: #ff5e14 !important;
  border-color: #ff5e14;
}
.iconservices-col:hover span.hvr-ripple-out i {
  color: #ffffff;
}
.services-subslider h4,
.services-subslider h4 a {
  color: #232323;
}
.services-subslider h4:hover,
.services-subslider h4 a:hover {
  color: #c63f00;
}
.jt-cs.industrx .jt-inner-bg {
  background-color: #ffffff;
}
.jt-cs.industrx .slide .jt-title,
.jt-cs.bt-subslider div.readmore .bt-date {
  color: #152332;
}
.jt-cs.industrx .slide .jt-category,
.jt-cs.bt-subslider div.readmore a {
  color: #ff5e14;
}
.jt-cs.bt-subslider div.readmore:hover,
.jt-cs.bt-subslider div.readmore a:hover {
  color: #152332;
}
.jt-cs.bt-subslider div.readmore i,
.jt-cs.bt-subslider div.readmore .fa {
  color: #ffffff;
  background-color: #ff5e14;
  transition: all 0.2s  linear 0s;
}
.jt-cs.bt-subslider div.readmore i:hover,
.jt-cs.bt-subslider div.readmore .fa:hover {
  color: #ffffff;
  background-color: #152332;
  transition: all 0.2s  linear 0s;
}
.jt-cs.industrx .owl-carousel .owl-nav button.owl-next,
.jt-cs.industrx .owl-carousel .owl-nav button.owl-prev,
.jt-cs.industrx .owl-carousel button.owl-dot {
  color: #152332;
}
.jt-cs.industrx .owl-dots .active span {
  background: #152332;
}
.jt-cs.industrx .owl-dots span {
  border: 2px solid #152332;
}
.industrx .bt_handles li.current a {
  background-color: #ff5e14 !important;
}
.jt-cs.industrx .bt_handles li a {
  background-image: none !important;
  background-color: #152332;
}
.jt-cs.industrx .hover-icons a.icon-url.industrx {
  background-color: #ff5e14;
}
.jt-cs.industrx .hover-icons a.icon-lightbox.industrx {
  background-color: #152332;
}
.jt-cs.industrx.jt-projects a.icon-url.industrx {
  background-color: #ff5e14;
}
.jt-cs.industrx.jt-projects a.icon-lightbox.industrx {
  background-color: #152332;
}
.jt-cs.industrx.jt-projects .jt-inner-overlay {
  background-image: -webkit-linear-gradient(-45deg, #152332 50%, transparent 50%);
}
.jt-cs.industrx.jt-projects .jt-inner-overlay-2 {
  background-image: -webkit-linear-gradient(-45deg, transparent 50%, #ff5e14 50%);
}
.jt-cs.industrx.latestnews .jtcs-author_date {
  color: #ff5e14;
}
.zt-module-testimonial.industrx .ztTestimonial .tw-fb a,
.zt-module-testimonial.industrx a {
  color: #ff5e14;
}
.zt-module-testimonial.industrx .ztTestimonial a:hover {
  color: #c63f00;
  text-decoration: none;
}
.wrap.coloredmodule-1 .jt-testimonial-wrap.ourclient .testimonial_block-text {
  color: #ffffff;
}
.wrap.coloredmodule-1 .jt-testimonial-wrap.ourclient .testimonial_block-text .fa {
  color: #ff5e14;
}
.jt-testimonial-wrap.industrx.meet-team .testimonial_block:hover {
  border-bottom: 3px solid #ff5e14;
}
.jt-testimonial-wrap.industrx.meet-team .testimonial_block-text {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.jt-cs.jt-projects a.prev:hover {
  background: #152332 url(../../templates/industrx/images/re-left.png) no-repeat !important;
}
.jt-cs.jt-projects a.next:hover {
  background: #152332 url(../../templates/industrx/images/re-right.png) no-repeat !important;
}
.jt-cs.industrx.latestnews .jt-imagewrap::after,
.jt-cs.industrx.blog .jt-imagewrap::after {
  background: #000000;
}
.jt-cs.industrx.latestnews .jt-extra i,
.jt-cs.industrx.latestnews .jt-extra .fa,
.jt-cs.industrx.latestnews .jt-extra .bt-date,
.jt-cs.industrx.latestnews .bt-author a {
  color: #ff5e14;
}
.jt-cs.industrx.latestnews .jt-extra {
  border-top: 1px solid #eeeeee;
}
.jt-cs.industrx .bt-author,
.jt-cs.industrx .bt-author a,
.jt-cs.industrx .bt-date {
  color: #6f6f6f;
}
.jt-cs.industrx .owl-dots span {
  background-color: #152332;
}
.jt-cs.industrx .owl-dots .active span {
  background: #ff5e14 !important;
}
.jt-cs.industrx .owl-carousel .owl-nav .owl-prev,
.jt-cs.industrx .owl-carousel .owl-nav .owl-next {
  border: 1px solid #ff5e14;
}
.t3-footnav .module_menu .nav > li > a,
.t3-footnav .module_menu .nav > li > .separator,
.t3-footnav .module_menu .nav > li > span {
  color: #b0b0b0;
}
.t3-footnav .module_menu .nav > li > a:hover,
.t3-footnav .module_menu .nav > li > .separator:hover,
.t3-footnav .module_menu .nav > li > span:hover {
  color: #ffffff;
}
.jt-cs.industrx .owl-carousel .owl-nav .owl-prev .fa,
.jt-cs.industrx .owl-carousel .owl-nav .owl-next .fa {
  color: #ff5e14;
}
.t3-footer .footerlogo_social_icon .fa,
.t3-footer .footerlogo_social_icon .fas,
.t3-footer .footerlogo_social_icon .fa-brands,
.t3-footer .footerlogo_social_icon .fa-solid,
.t3-footer .footerlogo_social_icon .fa-regular {
  background: #2e3941;
  color: #b0b0b0;
}
.t3-footer .footerlogo_social_icon .fa:hover,
.t3-footer .footerlogo_social_icon .fas:hover,
.t3-footer .footerlogo_social_icon .fa-brands:hover,
.t3-footer .footerlogo_social_icon .fa-solid:hover,
.t3-footer .footerlogo_social_icon .fa-regular:hover {
  color: #ff5e14;
  transition: all 0.3s linear 0s;
}
.t3-footnav .t3-module .module-title .first-word-industrx {
  color: #ffffff;
  border-bottom: 1px solid #ff5e14;
  padding-bottom: 11px;
}
.t3-footnav .t3-module .module-title {
  color: #ff5e14;
  border-bottom: 1px solid #242c32;
  padding-bottom: 10px;
}
.t3-footnav .t3-module .jt-cs.industrx .slide .jt-title,
.t3-footnav .t3-module .jt-cs.bt-subslider div.readmore .bt-date {
  color: #ff5e14;
  font-size: 14px;
}
.t3-footnav .t3-module .jt-cs.industrx .bt-row-separate {
  border-bottom: 0;
  margin: 0;
}
.t3-copyright ul.menu li a:hover,
.t3-copyright li a:hover,
.t3-copyright li span:hover,
.t3-copyright li.separator:hover {
  color: #ff5e14;
}
.t3-copyright ul.menu li a,
.t3-copyright li a,
.t3-copyright li span,
.t3-copyright li.separator {
  color: #b0b0b0;
}
.aboutimage-1 {
  border: 10px solid #ff5e14;
}
.since-year strong {
  color: #ff5e14;
}
.since-year span {
  color: #152332;
}
.aboutimage-2 {
  border: 10px solid #152332;
}
.counters h4 {
  color: #ffffff;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
  color: #ff5e14;
}
.services-subslider span.hvr-ripple-out {
  background: #ffffff;
}
.ourstory-text .fa {
  color: #ff5e14;
}
.zt-module-testimonial.industrx .zt-testimonial {
  background-color: #ffffff;
}
legend {
  border-bottom: 1px solid #eeeeee;
  color: #232323;
}
.coloredmodule-1-overlay {
  background-color: #152332;
}
.coloredmodule-1-overlay::after {
  background-color: #000000;
}
.coloredmodule-1 h3.border-centered {
  color: #ffffff;
}
.home .t3-sl-1,
.home .t3-sl-3,
.home .t3-sl-5 {
  background-color: #f7f7f7;
}
.coloredmodule-2-overlay::before {
  background-color: #ff5e14;
}
.colormodule-2-text h1 {
  color: #ffffff;
}
.coloredmodule-2 .module-title {
  color: #ffffff;
}
.colormodule-2-text p.colormodule-2-phone {
  font-size: 38px;
}
.bt-middlespot td.middlespot,
.bt-middlespot td.middlespot a {
  color: #ffffff;
  transition: all 0.2s  linear 0s;
}
.bt-middlespot td.middlespot {
  background: #152332;
}
.bt-middlespot td.middlespot-icon {
  background-color: #ff5e14;
  color: #ffffff;
}
.bt-middlespot td.middlespot:hover {
  transition: all 0.2s  linear 0s;
  color: #ffffff;
  background-color: #0a1119;
}
.bt-middlespot td.middlespot:hover a {
  color: #ffffff;
  transition: all 0.2s  linear 0s;
}
.wrap.coloredmodule-3 {
  background-color: #f7f7f7;
}
.coloredmodule-3-overlay::after {
  background: #152332;
}
.coloredmodule-3-bg::before,
.ztTestimonial.industrx ol.carousel-indicators li.active {
  background-color: #ff5e14;
}
.coloredmodule-3,
.coloredmodule-3 h3.module-title {
  color: #ffffff;
}
.ztTestimonial.industrx .name,
.zt-module-testimonial.industrx a {
  color: #ff5e14;
}
.ztTestimonial.industrx img.avatar {
  -webkit-box-shadow: 12px 12px 0px 0px #ff5e14;
  -moz-box-shadow: 12px 12px 0px 0px #ff5e14;
  box-shadow: 12px 12px 0px 0px #ff5e14;
}
.zt-module-testimonial.industrx-team .carousel-inner {
  background: #ffffff;
}
.wrap.coloredmodule-4::before {
  background-color: #060a0e;
}
.ztTestimonial.industrx-team .name,
.zt-module-testimonial.industrx-team a {
  color: #ff5e14;
}
.zt-module-testimonial.industrx-team a:hover,
.ztTestimonial.industrx-team .tw-fb a:hover {
  color: #c63f00;
  text-decoration: none;
}
.ztTestimonial.industrx-team .position {
  color: #152332;
}
.ztTestimonial.industrx-team ol.carousel-indicators li.active {
  background-color: #152332 !important;
}
.ztTestimonial.industrx-team p.content-testimonial,
.ztTestimonial.industrx-team .email,
.ztTestimonial.industrx-team .website,
.ztTestimonial.industrx-team .tw-fb a {
  color: #000000;
}
.qf3form .qf3txt input,
.qf3form .qf3txt input,
.qf3 .qfselect select,
.qf3form.example2 .qf3txt input,
.qf3form.example2 select,
.qf3form.example2 textarea,
.qf3form.example2 .qf3txt input,
.qf3form.example2 select,
.qf3form.example2 textarea {
  border-color: #eeeeee !important;
  color: #152332 !important;
}
input.btnqf3 {
  background-color: #ff5e14 !important;
  color: #ffffff !important;
}
.bfFormDiv .bfQuickMode .bfSubmitButton:hover {
  transition: all 0.2s  linear 0s;
  background-color: #c63f00;
}
.bottomspot-2-module .bfFormDiv {
  background: #ffffff;
}
.wrap.bottomspot-3 {
  background-color: #ff5e14;
  border-top: 5px solid #e3e2e2;
}
.wrap.bottomspot-3 .subbutton {
  background-color: #152332;
  border: 1px solid #152332 !important;
}
.wrap.bottomspot-3 .subbutton:hover {
  background-color: #0d1620;
  border: 1px solid #0d1620;
  transition: all 0.2s  linear 0s;
}
.bottomspot-3 .acym_module_form .wrap-acym-wtcorp input#acym__user__edit__email {
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.55);
}
.wrap-acym-wtcorp input#acym__user__edit__email .inputbox {
  color: #ffffff !important;
}
.bottomspot-3 .acym_introtext span,
.bottomspot-3 .acym_introtext {
  color: #ffffff;
}
#slider-module-wrapper .btn-primary {
  color: #ffffff !important;
  font-size: 17px !important;
  padding: 6px 15px!important;
  font-family: 'Play Regular' !important;
  line-height: 1.4 !important;
  float: right;
}
.counter-style::after {
  background-color: #ff5e14;
}
.zt-module-testimonial.industrx.team .zt-information ul.zt-member-social-links li a {
  color: #152332;
}
.zt-module-testimonial.industrx.team .zt-testimonial:hover {
  border-bottom: 3px solid #ff5e14;
}
.jt-testimonial-wrap.industrx.happycustomer .testimonial_block-text {
  border: 1px solid #eeeeee;
  background-color: #f7f7f7;
}
.jt-testimonial-wrap.industrx.happycustomer .testimonial_block-text::before {
  border-style: solid;
  border-color: transparent;
  border-bottom: 0;
  border-width: 30px 0 0 30px;
  border-top-color: #eeeeee;
}
.jt-testimonial-wrap.industrx.happycustomer .testimonial_block-text::after {
  border-color: transparent;
  border-bottom: 0;
  border-width: 30px 0 0 30px;
  border-top-color: #f7f7f7;
}
.contact-form.industrx .well {
  border-color: #eeeeee;
}
.contact.industrx .msc-info {
  border: 1px solid #eeeeee;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox,
.contact.industrx textarea {
  border-color: #eeeeee;
  color: #152332;
  background-color: #ffffff;
  box-shadow: none;
  border-radius: 0px;
}
.wrap.t3-breadcrumbs {
  background: url(../../templates/industrx/images/breadcrumb-bg.jpg) no-repeat;
}
.wrap.t3-breadcrumbs::after {
  background: #0d1620;
}
.gm-style .gm-style-iw-c {
  color: #152332;
}
.yendif-video-share.videos.industrx .more_btn-inner,
a.more-link {
  background: #ffffff;
  color: #152332;
}
.yendif-video-share.videos.industrx .more_btn-inner:hover,
a.more-link:hover {
  color: #ff5e14;
}
.yendif-video-share.videos.industrx .more_btn-inner .fa {
  color: #152332 !important;
  transition: all 0.2s  linear 0s;
}
.yendif-video-share.videos.industrx .thumbnail,
.yendif-video-share.category.industrx .thumbnail,
.related-industrx .thumbnail,
.yendif-video-share.categories.industrx .thumbnail,
.yendif-video-share.my-videos.industrx .thumbnail {
  background-color: #ffffff;
}
.yendif-video-share.industrx a,
.yendif-video-share.industrx h4 {
  color: #232323;
}
.yendif-video-share.industrx a:hover,
.yendif-video-share.industrx h4:hover {
  color: #ff5e14;
}
.yendif-video-share.industrx h4 {
  font-size: 17px;
}
.yendif-video-share.industrx .btn-primary {
  background: #ff5e14;
  transition: all 0.2s linear 0s;
  border-color: #fa4f00;
  color: #ffffff;
}
.yendif-video-share.industrx .btn-primary a:hover,
.yendif-video-share.industrx .btn-primary:hover {
  color: #ffffff;
  background: #c63f00;
  border: 1px solid #ea4a00;
}
.yendif-video-share.industrx .yendif-video-share-svg-icon-play {
  fill: #ff5e14;
  border: 1px solid #ff5e14;
}
.yendif-video-share.mod-yendifvideoshare-playlist.industrx .yendif-video-share-playlist,
.yendif-video-share.mod-yendifvideoshare-playlist.industrx .yendif-video-share-playlist-item,
.yendif-video-share.mod-yendifvideoshare-playlist.industrx .yendif-video-share-playlist-item.active {
  background-color: #152332;
}
.yendif-video-share.industrx .btn-success {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #ff5e14;
  transition: all 0.2s linear 0s;
  border-color: #fa4f00;
  color: #ffffff;
}
.sp-simpleportfolio.industrx .sp-simpleportfolio-filter > ul > li.active > a {
  background: #ff5e14;
}
.sp-simpleportfolio.industrx .sp-simpleportfolio-filter > ul > li > a {
  background: #152332;
}
.sp-simpleportfolio.industrx .sp-simpleportfolio-meta > div {
  border-bottom: 1px solid #eeeeee;
}
div.itemComments {
  background: #f7f7f7;
  border: 1px solid #eeeeee;
}
div.itemCommentsForm form input#submitCommentButton {
  background: #ff5e14;
  transition: all 0.2s linear 0s;
}
div.itemCommentsForm form input#submitCommentButton:hover {
  background: #c63f00;
  transition: all 0.2s linear 0s;
}
div.toolbar-ratingsblock-cont {
  background: #f7f7f7;
}
div.itemCategory a,
div.catItemCategory a,
div.k2Pagination ul li.active a {
  background: #ff5e14;
  transition: all 0.2s linear 0s;
}
div.itemCategory a:hover,
div.catItemCategory a:hover {
  background: #c63f00;
  transition: all 0.2s linear 0s;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  border-color: #eeeeee;
}
div.itemCommentsForm p.itemCommentsFormNotes {
  border-top: 2px solid #eeeeee;
}
div.catItemReadMore a {
  color: #ff5e14;
}
.k2AccountPage div.k2AccountPageUpdate button {
  background: #ff5e14;
  color: #ffffff;
  border: 1px solid #fa4f00;
}
.registration a.btn.cancel {
  background: #0c141c;
  border-color: #0c141c;
  color: #ffffff;
  margin-left: 10px;
  border-radius: 3px;
}
.registration a.btn.cancel:hover {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
.registration .form-actions {
  background-color: #f7f7f7;
}
.navbar-toggle {
  background-color: #ff5e14;
}
.navbar-toggle .fa {
  color: #ffffff;
}
@media (max-width: 767px) {
  h3.border-centered {
    font-size: 24px;
  }
  #t3-mainnav .dropdown-menu span:hover,
  #t3-mainnav .dropdown li a:hover,
  #t3-mainnav .dropdown-menu > li > a:hover {
    color: #ff5e14;
  }
}