.t3-module {
  background: transparent;
  color: inherit;
}
.t3-module .module-inner {
  padding: 0;
}
.module-title {
  background: transparent;
  color: #2a2a2a;
  font-size: 30px;
  margin: 0 0 55px 0;
  padding: 0;
  font-weight: 500;
  test-transform: capitalize;
  line-height: 1.1;
  position: relative;
}
.module-title:before {
  content: "";
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ededed;
}
.module-title:after {
  content: "";
  position: absolute;
  top: 48px;
  left: 0;
  width: 60px;
  height: 1px;
  background: #da3038;
}
.module-ct {
  background: transparent;
  color: inherit;
  padding: 0;
}
.module-ct:before,
.module-ct:after {
  display: table;
  content: " ";
}
.module-ct:after {
  clear: both;
}
.module-ct > ul,
.module-ct .custom > ul,
.module-ct > ol,
.module-ct .custom > ol {
  margin-left: 20px;
  padding-left: 0;
}
.module-ct > ul.unstyled,
.module-ct .custom > ul.unstyled,
.module-ct > ol.unstyled,
.module-ct .custom > ol.unstyled {
  padding-left: 0;
}
.module-ct > ul.nav,
.module-ct .custom > ul.nav,
.module-ct > ol.nav,
.module-ct .custom > ol.nav {
  padding-left: 0;
  margin-left: 0;
}
.module_menu .nav > li > a,
.module_menu .nav > li > .separator {
  padding: 6px 5px;
  display: block;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
}
#login-form ul.unstyled {
  margin-top: 22px;
  padding-left: 20px;
}
#login-form #form-login-remember label {
  font-weight: normal;
}
.banneritem a {
  font-weight: bold;
}
.bannerfooter {
  border-top: 1px solid #ededed;
  font-size: 14px;
  padding-top: 11px;
  text-align: right;
}
.categories-module,
ul.categories-module,
.category-module,
ul.category-module {
  margin: 0;
}
.categories-module li,
ul.categories-module li,
.category-module li,
ul.category-module li {
  list-style: none;
  padding: 11px 0;
  border-top: 1px solid #ededed;
}
.categories-module li:first-child,
ul.categories-module li:first-child,
.category-module li:first-child,
ul.category-module li:first-child {
  border-top: 0;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #ededed;
}
.feed .newsfeed .feed-link,
.feed ul.newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed h5.feed-link {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.latestusers,
ul.latestusers {
  margin-left: 0;
}
.latestusers li,
ul.latestusers li {
  background: #ededed;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
}
.stats-module dt,
.stats-module dd {
  display: inline-block;
  margin: 0;
}
.stats-module dt {
  font-weight: bold;
  width: 35%;
}
.stats-module dd {
  width: 60%;
}
.tagspopular ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.tagspopular ul > li {
  color: #4b464c;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.tagspopular ul > li > a {
  background: #ededed;
  border-radius: 3px;
  color: #4b464c;
  display: block;
  padding: 2px 5px;
}
.tagspopular ul > li > a:hover,
.tagspopular ul > li > a:focus,
.tagspopular ul > li > a:active {
  background: #040404;
  color: #ffffff;
  text-decoration: none;
}
.tagssimilar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tagssimilar ul > li {
  border-bottom: 1px solid #ededed;
  padding: 8px 0;
}
.tagssimilar ul > li > a {
  color: #4b464c;
}
.tagssimilar ul > li > a:hover,
.tagssimilar ul > li > a:focus,
.tagssimilar ul > li > a:active {
  color: #040404;
}
.breadcrumb {
  text-align: center;
  background: none;
  z-index: 2;
  position: relative;
}
.breadcrumb li + li::before {
  font-size: 13px;
}
.breadcrumb li {
  padding: 5px 2px;
  background: #191d20;
}
.breadcrumb li:first-child {
  padding-left: 14px;
}
.breadcrumb li:last-child {
  padding-right: 14px;
}
.breadcrumb li a {
  color: #848484;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  text-transform: initial;
}
.breadcrumb li a:hover {
  color: #da3038;
}
.breadcrumb li span {
  color: #848484;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 400;
}
.too-breadcrumb-title {
  text-align: center;
  z-index: 2;
  position: relative;
  margin-left: 5px;
  margin-top: 7px;
  
}
.too-breadcrumb-title h2 {
  color: #ffffff;
  line-height: 45px;
}
@media screen and (max-width: 767px) {
  .too-breadcrumb-title {
    float: none;
  }
}
.module-ct > ol.breadcrumb {
  padding: 6px 12px;
  margin-left: 0;
}
@media (max-width: 767px) {
  .too-welcome h2 {
    line-height: 38px;
  }
}
.too-welcome h4 {
  text-transform: initial;
}
@media (max-width: 767px) {
  .too-welcome h4 {
    line-height: 30px;
  }
}
.too-welcome img {
  margin-top: 32px;
  margin-bottom: 25px;
}
.too-welcome .intro-padding {
  margin-top: 18px;
}
.too-welcome .intro-contact {
  position: relative;
  margin-top: 15px;
  float: right;
  
}
@media screen and (max-width: 767px) {
  .too-welcome .intro-contact {
    float: none;
  }
}
.too-welcome .intro-contact i {
  float: left;
  font-size: 34px;
  color: #342f35;
  margin-right: 10px;
  margin-top: 6px;
}
.too-welcome .intro-contact div {
  margin-left: 25px;
  padding-left: 10px;
}
.too-welcome .intro-contact div p {
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #da3038;
}
.too-welcome .intro-contact div span {
  color: #342f35;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 19px;
  margin-top: 20px;
}
.too-welcome .too-features {
  margin: 97px 0 0 20px;
}
@media (max-width: 991px) {
  .too-welcome .too-features {
    margin-top: 60px;
    margin-left: 0;
  }
}
.too-welcome .too-features .col-md-6 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.too-welcome .too-features .features-box {
  overflow: hidden;
  position: relative;
  background: #f5f5f5;
  padding: 34px 34px;
}
.too-welcome .too-features .features-box em {
  font-size: 35px;
  display: block;
  margin-bottom: 18px;
  vertical-align: top;
  color: #da3038;
}
.too-welcome .too-features .features-box h4 {
  text-transform: capitalize !important;
  font-weight: 400 !important;
  font-size: 18px !important;
}
.too-welcome .too-features .features-box p {
  margin-bottom: -8px !important;
}
.too-welcome .too-features .column-1 {
  background: #ededed;
}
.too-welcome .too-features .column-2 {
  background: #4b464c;
}
.too-welcome .too-features .column-2 h4 {
  color: #ffffff !important;
}
.too-welcome .too-features .column-3 {
  background: #342f35;
}
@media (max-width: 767px) {
  .too-welcome .too-features .column-3 {
    margin-bottom: 20px;
  }
}
.too-welcome .too-features .column-3 h4 {
  color: #ffffff !important;
}
.too-welcome .too-features .column-4 {
  background: #1d181e;
}
.too-welcome .too-features .column-4 h4 {
  color: #ffffff !important;
}
.too-welcome .too-features .features-bottom {
  margin-bottom: 20px;
}
.service-section .module-title:before {
  background: #e0e0e0;
}
.service-padding {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .service-padding {
    padding-bottom: 0;
  }
}
.service {
  box-shadow: 0 15px 16px 0 rgba(0, 0, 0, 0.03), 0 0 82px 0 rgba(0, 0, 0, 0.02);
}
@media (max-width: 767px) {
  .service {
    margin-bottom: 30px;
  }
}
.service .item {
  padding: 4px;
  border: 1px solid #fff;
  background: #ffffff;
}
.service .item .item-img {
  position: relative;
  overflow: hidden;
}
.service .item .item-img img {
  width: 100%;
}
.service .item .img-overlay {
  width: 100%;
  height: 100%;
  padding: 10px;
  opacity: 0;
  top: -100%;
  left: 0px;
  background: rgba(29, 24, 30, 0.8);
  position: absolute;
  display: block;
  transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
}
.service .item .img-overlay .inner {
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  display: table;
  vertical-align: middle;
  text-align: center;
}
.service .item .img-overlay .inner .link-button {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  color: #ffffff;
}
.service .item:hover .img-overlay {
  top: 0;
  opacity: 1;
}
.service .item-content {
  padding: 29px 20px 15px;
}
.service .item-content h4 {
  margin-top: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service .item-content h4:hover,
.service .item-content h4:focus {
  color: #da3038 !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .service .item-content h4 {
    line-height: 26px;
  }
}
.service .item-content p {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 980px) {
  .tablet-margin {
    margin-bottom: 30px;
  }
}
.gp-number {
  padding: 40px;
  background: #342f35;
  border-radius: 3px;
  box-shadow: 0 15px 16px 0 rgba(0, 0, 0, 0.02), 0 0 82px 0 rgba(0, 0, 0, 0.01);
  transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
}
@media (max-width: 767px) {
  .gp-number {
    margin-bottom: 30px;
  }
}
.gp-number em,
.gp-number i {
  font-size: 35px !important;
  position: absolute;
  z-index: 0;
  color: #da3038;
  right: 40px;
  top: 20px;
}
.gp-number .too-counter {
  color: #ffffff;
  font-size: 37px !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.gp-number h4 {
  color: #6f6f6f !important;
  text-transform: capitalize !important;
  font-size: 16px;
  font-weight: 400 !important;
  margin-bottom: -10px;
}
.latest-projects {
  position: relative;
}
.latest-projects .module-title:before {
  background: #e0e0e0;
}
.latest-projects .sprocket-strips-item {
  box-shadow: none;
  border-radius: 0;
}
.latest-projects .sprocket-strips-item .too-animate-content span {
  background-color: transparent !important;
}
.latest-projects .sprocket-strips-item .too-animate-content span:hover {
  background-color: transparent !important;
}
.latest-projects .sprocket-strips-item .too-animate-content span i {
  opacity: 1 !important;
  font-size: 17px;
  border-radius: 2px;
  width: 40px;
  height: 40px;
  line-height: 37px;
  background-color: #da3038;
  border: 1px solid #da3038;
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.latest-projects .sprocket-strips-item .too-animate-content span i:hover {
  border: 1px solid #da3038;
  background-color: #ffffff;
  color: #da3038 !important;
  opacity: 1;
}
.latest-projects .sprocket-strips-content {
  z-index: 100;
  background: #ffffff;
  position: relative;
  padding: 24px 16px 6px;
}
.latest-projects .sprocket-strips-content h4.sprocket-strips-title {
  margin: 0 0 12px;
  font-weight: 400 !important;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.latest-projects .sprocket-strips-content h4.sprocket-strips-title a {
  text-transform: initial;
  font-weight: 400;
  letter-spacing: 0 !important;
  color: #342f35 !important;
  text-decoration: none;
  font-size: 20px;
}
.latest-projects .sprocket-strips-content h4.sprocket-strips-title a:hover {
  color: #da3038;
}
.latest-projects .sprocket-strips-content .sprocket-strips-text {
  color: #848484;
  margin-bottom: 5px;
}
.latest-projects .sprocket-strips-content a.readon {
  margin-bottom: 0;
}
.latest-projects .sprocket-strips-content .strips-hits {
  float: right;
  margin-top: -80px;
  color: #afafaf;
}
.latest-projects .sprocket-strips-container > li {
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.035);
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.035);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.035);
  padding: 4px;
  border: 1px solid #fff;
  background: #ffffff;
  margin-top: 0 !important;
  margin-bottom: 20px !important;
  
}
@media screen and (max-width: 767px) {
  .latest-projects .sprocket-strips-container > li {
    margin-bottom: 20px;
  }
  .latest-projects .sprocket-strips-container > li:last-child {
    margin-bottom: 0;
  }
}
.sprocket-strips-nav {
  position: absolute;
  top: -75px !important;
  right: -2px !important;
  width: auto;
}
.sprocket-strips-nav .sprocket-strips-arrows .arrow {
  cursor: pointer;
  background: transparent;
  width: 0;
  height: 1px;
  line-height: 0;
  font-size: 32px;
  font-weight: 400;
  color: #656565;
  opacity: 1;
  top: auto;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  border-radius: 1%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  box-shadow: none;
  margin-left: 10px;
  margin-right: 10px;
}
.sprocket-strips-nav .sprocket-strips-arrows .arrow:hover {
  color: #da3038;
}
.what-we-do .our-features {
  margin-top: -7px;
}
.what-we-do .feature-block {
  text-transform: capitalize;
  font-weight: 300;
  font-family: 'Hind', Arial, serif;
  font-size: 16px;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: #4b464c;
}
.what-we-do .feature-block:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.what-we-do .feature-block:hover {
  color: #4b464c;
}
.what-we-do .feature-block i {
  color: #da3038;
  font-size: 16px;
  padding-right: 10px;
}
.too-reports .too-brochure {
  padding: 11px 40px;
  border: 1px solid #ededed;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.too-reports .too-brochure:hover {
  background: #ededed;
}
.too-reports .too-brochure .font-icon {
  margin-right: 20px;
  margin-top: 15px;
  color: #da3038;
  font-size: 18px;
  float: left;
  overflow: hidden;
}
@media (max-width: 991px) {
  .too-reports .too-brochure .font-icon {
    margin-right: 10px;
  }
}
.too-reports .too-brochure .brochure-block h4 {
  font-size: 17px;
  text-transform: capitalize !important;
  display: block;
  margin-bottom: 3px;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .too-reports .too-brochure .brochure-block h4 {
    float: none;
  }
}
@media (max-width: 767px) {
  .too-reports .too-brochure .brochure-block h4 {
    float: left;
  }
}
.too-reports .too-brochure .brochure-block span {
  color: #848484;
  display: block;
  font-family: 'Hind', Arial, serif;
  font-size: 16px;
  font-weight: 300;
  text-transform: initial;
}
.too-reports .brochure-margin {
  margin-top: 20px;
  margin-bottom: 8px;
}
.choose-us {
  background: #342f35;
  border-top: 4px solid #da3038;
  margin-left: 5px;
}
.choose-us ul {
  padding-left: 0;
  margin-bottom: 0;
}
.choose-us ul li {
  display: block;
  position: relative;
  padding: 23px;
  border-bottom: 1px dashed #1d181e;
}
.choose-us ul li:last-child {
  border-bottom: 0;
}
.choose-us ul li .icon-holder {
  display: table-cell;
}
.choose-us ul li .icon-holder i {
  font-size: 32px;
  color: #ffffff;
  display: block;
  font-weight: 500;
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 45px;
}
.choose-us ul li .text-holder {
  display: table-cell;
  vertical-align: middle;
  padding-left: 12px;
}
.choose-us ul li .text-holder h4 {
  font-weight: 300 !important;
  color: #ededed !important;
}
.choose-us ul li .text-holder p {
  margin-bottom: 0;
}
.too-home5 {
  background-attachment: normal;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 593px;
  
  
  
}
@media (max-width: 991px) {
  .too-home5 {
    height: 730px;
  }
}
@media (max-width: 767px) {
  .too-home5 {
    background-position: 75% 75%;
    height: 1280px;
  }
}
@media (min-width: 320px) and (max-width: 359px) {
  .too-home5 {
    height: 1440px;
  }
}
.too-home5 .module-title {
  margin-top: 80px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .too-home5 .module-title {
    margin-top: 60px;
  }
}
.too-home5 .module-title:before {
  background: #342f35;
}
.too-home5-overlay {
  background-color: rgba(29, 24, 30, 0.9);
  height: 593px;
  
  
  
}
@media (max-width: 991px) {
  .too-home5-overlay {
    height: 730px;
  }
}
@media (max-width: 767px) {
  .too-home5-overlay {
    background-position: 75% 75%;
    height: 1280px;
  }
}
@media (min-width: 320px) and (max-width: 359px) {
  .too-home5-overlay {
    height: 1440px;
  }
}
.sprocket-lists ul.sprocket-lists-container {
  margin-top: 30px;
}
.sprocket-lists ul.sprocket-lists-container li {
  margin-bottom: 10px;
  padding: 15px 20px;
  background: #342f35;
}
.sprocket-lists ul.sprocket-lists-container li h4.sprocket-lists-title {
  text-transform: initial;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  color: #848484 !important;
  background: 0;
  border: 0;
  padding: 0 10px ;
  margin: -1px -1px -1px -1px !important;
}
.sprocket-lists ul.sprocket-lists-container li h4.sprocket-lists-title:last-child {
  margin-bottom: 0;
}
.sprocket-lists ul.sprocket-lists-container li h4.sprocket-lists-title .indicator {
  background: #da3038;
  color: #ffffff;
  font-size: 18px;
  opacity: 1;
  border-radius: 0;
  width: 25px;
  height: 25px;
  line-height: 26px;
  margin-top: -12px;
  text-align: center;
}
@media (max-width: 767px) {
  .sprocket-lists ul.sprocket-lists-container li h4.sprocket-lists-title {
    font-size: 16px !important;
    font-weight: 400;
  }
}
.sprocket-lists ul.sprocket-lists-container li.active h4.sprocket-lists-title {
  color: #342f35 !important;
  border: none;
  font-weight: 400 !important;
}
.sprocket-lists ul.sprocket-lists-container li .sprocket-padding {
  padding-left: 10px;
  padding-bottom: 0;
}
.sprocket-lists .sprocket-lists-nav {
  padding: 0;
}
.sprocket-lists li.active {
  background: #ffffff !important;
}
.sprocket-lists li.active .indicator {
  display: none;
}
.sprocket-quotes-container > li {
  margin-top: 0 !important;
}
.sprocket-quotes-container > li .too-quotes {
  margin: auto 10px;
}
.sprocket-quotes-container > li .too-quotes .too-quotes-text {
  margin-top: 0;
  padding: 20px 30px;
  font-family: 'Poppins', sans-serif;
  font-style: italic;
  font-size: 15px;
  line-height: 32px;
  color: #848484;
  position: relative;
  background: #342f35;
  border-radius: 3px;
}
.sprocket-quotes-container > li .too-quotes .too-quotes-text:after {
  top: 100%;
  right: 52px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #342f35;
  border-width: 25px 25px 25px 0;
}
.sprocket-quotes-container > li .too-quotes .too-quotes-text p {
  margin-bottom: 0;
}
.sprocket-quotes-container > li .too-quotes .too-quotes-people {
  margin-top: 35px;
  float: right;
  text-align: left;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .sprocket-quotes-container > li .too-quotes .too-quotes-people {
    float: none;
    text-align: left;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .sprocket-quotes-container > li .too-quotes .too-quotes-people {
    float: right;
    text-align: right;
    padding-right: 20px;
  }
}
.sprocket-quotes-container > li .too-quotes .too-quotes-people .sprocket-quotes-image {
  border-radius: 50px;
  float: left;
  overflow: hidden;
  border: 0;
  margin: 0 10px 0 auto;
  width: 100px;
  padding: 0;
}
@media (max-width: 991px) {
  .sprocket-quotes-container > li .too-quotes .too-quotes-people .sprocket-quotes-image {
    width: 62px;
    margin-right: 10px;
  }
}
.sprocket-quotes-container > li .too-quotes .too-quotes-people .sprocket-quotes-author {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  text-transform: initial;
  margin-top: 5px;
  margin-bottom: -2px;
  float: left;
  display: block;
}
@media (max-width: 991px) {
  .sprocket-quotes-container > li .too-quotes .too-quotes-people .sprocket-quotes-author {
    float: none;
  }
}
@media (max-width: 767px) {
  .sprocket-quotes-container > li .too-quotes .too-quotes-people .sprocket-quotes-author {
    float: left;
  }
}
.sprocket-quotes-container > li .too-quotes .too-quotes-people .sprocket-quotes-subtext {
  font-family: 'Hind', Arial, serif;
  font-weight: 300;
  text-transform: capitalize;
  font-style: normal;
  font-size: 16px;
  color: #da3038;
}
.sprocket-quotes-nav {
  padding-bottom: 0;
}
.sprocket-quotes-nav .sprocket-quotes-pagination {
  text-align: center !important;
  padding-top: 20px;
}
.sprocket-quotes-nav .sprocket-quotes-pagination li {
  background: #848484 !important;
  border-radius: 50%;
  height: 10px;
  margin: 0 2px;
  outline: 0 none;
  text-indent: -9999px;
  width: 10px;
}
.sprocket-quotes-nav .sprocket-quotes-pagination li.active {
  background: #da3038 !important;
}
.latest-news ul li.clearList {
  display: none !important;
  float: none !important;
  clear: both !important;
}
.latest-news ul li {
  width: 30%;
  margin: -10px 20px 0;
  float: left;
  background: #ffffff;
  list-style: none;
  
  
}
.latest-news ul li:first-child {
  margin-left: 0 !important;
}
.latest-news ul li:last-child {
  margin-right: 0 !important;
}
@media (max-width: 991px) {
  .latest-news ul li {
    margin: -10px 10px 0 !important;
  }
}
@media (max-width: 767px) {
  .latest-news ul li {
    width: 100%;
    margin: 0 0 20px !important;
  }
}
.latest-news ul .moduleItemImage {
  position: relative;
}
.latest-news ul .too-module-meta {
  background-color: rgba(29, 24, 30, 0.5);
  border-bottom: 3px solid #da3038;
  width: 100%;
  padding: 10px 10px 7px 20px;
  font-size: 16px;
  text-transform: capitalize !important;
  color: #ffffff;
  bottom: 0;
  position: absolute;
}
.latest-news ul .too-module-meta i {
  color: #da3038;
  font-size: 12px;
  padding-right: 3px;
}
.latest-news ul .too-module-meta .moduleItemDate {
  color: #ffffff;
  margin-right: 5px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}
.latest-news ul .too-module-meta .moduleItemDate .date-month {
  font-size: 14px;
  text-transform: capitalize;
  color: #ffffff;
}
.latest-news ul .too-module-meta .moduleItemDate .date-day {
  font-size: 14px;
  text-transform: capitalize;
  color: #ffffff;
}
.latest-news ul .too-module-meta .moduleItemAuthor,
.latest-news ul .too-module-meta .moduleItemAuthor a {
  font-size: 14px !important;
  font-weight: 300;
  text-transform: capitalize !important;
  color: #ffffff;
}
.latest-news ul .too-module-meta .moduleItemAuthor:hover,
.latest-news ul .too-module-meta .moduleItemAuthor a:hover {
  color: #da3038;
}
.latest-news ul .too-module-meta a.moduleItemCategory {
  font-size: 14px !important;
  font-weight: 300;
  text-transform: capitalize !important;
  color: #ffffff;
  margin-right: 5px;
  padding: 0 !important;
}
.latest-news ul .too-module-meta a.moduleItemCategory:hover {
  color: #da3038;
}
.latest-news ul .moduleItemContent {
  position: relative;
  word-wrap: break-word;
  padding: 26px 20px 20px;
  background: #ededed;
}
.latest-news ul .moduleItemContent:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 98%;
  left: 5%;
  right: 5%;
  height: 20px;
  width: 90%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.2) 0%, transparent 80%);
  transition-duration: 0.3s;
  transition-property: transform, opacity;
  z-index: 9;
}
.latest-news ul .moduleItemContent:hover:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: translateY(5px);
}
.latest-news ul a.moduleItemTitle {
  font-family: 'Poppins', sans-serif;
  font-size: 21px !important;
  font-weight: 400;
  text-transform: initial !important;
  text-decoration: none;
  color: #342f35;
  letter-spacing: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.latest-news ul a.moduleItemTitle:hover {
  color: #da3038;
}
.latest-news ul .moduleItemIntrotext {
  padding-bottom: 10px !important;
  padding-top: 12px !important;
}
.latest-news ul a.moduleItemComments {
  color: #959595;
  font-size: 13px;
}
.latest-news ul a.moduleItemComments:hover {
  color: #da3038;
}
.our-clients .module-title:before {
  background: #e0e0e0;
}
@media (max-width: 767px) {
  .sprocket-strips-p .sprocket-strips-p-container {
    margin-top: 12px !important;
  }
}
.sprocket-strips-p .sprocket-strips-p-container .sprocket-strips-p-block {
  margin-top: 0;
  margin-bottom: 0;
}
.sprocket-strips-p .sprocket-strips-p-container .sprocket-strips-p-block .sprocket-strips-p-item {
  border: 2px solid #f7f7f7;
  border-radius: 3px;
}
.sprocket-strips-p .sprocket-strips-p-container .sprocket-strips-p-block .sprocket-strips-p-item img {
  margin: 0 auto;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.sprocket-strips-p .sprocket-strips-p-container .sprocket-strips-p-block .sprocket-strips-p-item img:hover {
  opacity: 0.5;
  cursor: pointer;
}
.sprocket-strips-p .sprocket-strips-p-container .sprocket-strips-p-block .sprocket-strips-p-item .sprocket-strips-p-content {
  display: none;
}
.sprocket-strips-p-nav,
.sprocket-strips-s-nav,
.sprocket-strips-c-nav {
  position: absolute;
  top: -75px !important;
  right: -2px !important;
  width: auto;
}
.sprocket-strips-p-nav .sprocket-strips-p-arrows .arrow,
.sprocket-strips-s-nav .sprocket-strips-p-arrows .arrow,
.sprocket-strips-c-nav .sprocket-strips-p-arrows .arrow,
.sprocket-strips-p-nav .sprocket-strips-s-arrows .arrow,
.sprocket-strips-s-nav .sprocket-strips-s-arrows .arrow,
.sprocket-strips-c-nav .sprocket-strips-s-arrows .arrow,
.sprocket-strips-p-nav .sprocket-strips-c-arrows .arrow,
.sprocket-strips-s-nav .sprocket-strips-c-arrows .arrow,
.sprocket-strips-c-nav .sprocket-strips-c-arrows .arrow {
  cursor: pointer;
  background: transparent;
  width: 0;
  height: 1px;
  line-height: 0;
  font-size: 32px;
  font-weight: 400;
  color: #656565;
  opacity: 1;
  top: auto;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  border-radius: 1%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  box-shadow: none;
  margin-left: 10px;
  margin-right: 10px;
}
.sprocket-strips-p-nav .sprocket-strips-p-arrows .arrow:hover,
.sprocket-strips-s-nav .sprocket-strips-p-arrows .arrow:hover,
.sprocket-strips-c-nav .sprocket-strips-p-arrows .arrow:hover,
.sprocket-strips-p-nav .sprocket-strips-s-arrows .arrow:hover,
.sprocket-strips-s-nav .sprocket-strips-s-arrows .arrow:hover,
.sprocket-strips-c-nav .sprocket-strips-s-arrows .arrow:hover,
.sprocket-strips-p-nav .sprocket-strips-c-arrows .arrow:hover,
.sprocket-strips-s-nav .sprocket-strips-c-arrows .arrow:hover,
.sprocket-strips-c-nav .sprocket-strips-c-arrows .arrow:hover {
  color: #da3038;
}
.too-newsletter .module-title {
  color: #ffffff;
  margin-top: 6px;
  margin-bottom: 0;
  float: right;
}
.too-newsletter .module-title:before {
  display: none;
}
.too-newsletter .module-title:after {
  display: none;
}
@media (max-width: 991px) {
  .too-newsletter .module-title {
    float: none;
    margin-bottom: 30px;
  }
}
.too-newsletter .acymailing_module_form td {
  padding-bottom: 0;
  
}
@media (max-width: 767px) {
  .too-newsletter .acymailing_module_form td {
    display: block !important;
    margin-bottom: 20px;
  }
}
.too-newsletter .acymailing_module_form .acymailing_form {
  margin-bottom: 0;
  float: left;
}
.too-newsletter .acymailing_module_form .acymailing_form .inputbox {
  border-radius: 0px;
  border: none;
  background: #342f35;
  font-size: 16px;
  height: 48px;
  font-weight: 400;
  color: #848484;
  width: 255px !important;
  box-shadow: none;
  padding-left: 25px;
  margin-right: 15px;
  
}
@media (max-width: 767px) {
  .too-newsletter .acymailing_module_form .acymailing_form .inputbox {
    width: 100% !important;
  }
}
.too-newsletter .acymailing_module_form .acymailing_form .acysubbuttons {
  
}
@media (max-width: 767px) {
  .too-newsletter .acymailing_module_form .acymailing_form .acysubbuttons {
    text-align: left;
  }
}
.about-intro .about-img1 {
  margin-bottom: 15px !important;
}
.about-intro .about-img2 {
  padding-right: 9px;
}
.about-intro .about-img3 {
  padding-left: 9px;
}
@media (max-width: 991px) {
  .about-intro h2 {
    margin-top: 30px;
  }
}
.about-intro h4 {
  text-transform: initial;
  margin-bottom: 10px;
}
.about-intro .about-text {
  margin-top: 20px;
}
.about-intro .about-box {
  background: #342f35;
  position: relative;
  padding: 46px 25px 10px;
  border-radius: 2px;
  margin-top: 45px;
}
.about-intro .about-box i {
  position: absolute;
  top: -30px;
  left: 95px;
  background: #4b464c;
  text-align: center;
  width: 75px;
  height: 75px;
  line-height: 75px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 25px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  box-shadow: 0 15px 16px 0 rgba(0, 0, 0, 0.03), 0 0 82px 0 rgba(0, 0, 0, 0.02);
}
@media (max-width: 991px) {
  .about-intro .about-box i {
    left: 140px;
  }
}
@media (max-width: 767px) {
  .about-intro .about-box i {
    left: 125px;
  }
}
.about-intro .about-box:hover i {
  -webkit-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.about-intro .about-content {
  text-align: center;
  margin-top: 20px;
}
.about-intro .about-content h4 {
  color: #ffffff !important;
  text-transform: capitalize !important;
  font-size: 17px;
  font-weight: 400 !important;
  margin-bottom: 13px;
}
.t3-sl-border {
  border-top: 1px solid #ededed;
}
@media (max-width: 767px) {
  .t3-sl-border .features-padding {
    margin-bottom: 10px;
  }
}
.t3-sl-border .features-padding i {
  font-size: 20px;
  width: 45px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  border: 3px solid #da3038;
  border-radius: 50px;
  color: #da3038;
  float: left;
  top: -15px;
}
.t3-sl-border .features-padding .tab-text {
  margin-left: 62px;
}
.t3-sl-border .features-padding .tab-text p {
  margin-bottom: 0 !important;
}
.too-parallax {
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 425px;
  
  
}
@media (max-width: 991px) {
  .too-parallax {
    height: 580px;
  }
}
@media (max-width: 767px) {
  .too-parallax {
    background-position: 75% 75%;
    height: 880px;
  }
}
@media (min-width: 320px) and (max-width: 359px) {
  .too-parallax {
    height: 910px;
  }
}
.too-parallax-overlay {
  background-color: rgba(29, 24, 30, 0.9);
  height: 425px;
  
  
  
}
@media (max-width: 991px) {
  .too-parallax-overlay {
    height: 580px;
  }
}
@media (max-width: 767px) {
  .too-parallax-overlay {
    background-position: 75% 75%;
    height: 880px;
  }
}
@media (min-width: 320px) and (max-width: 359px) {
  .too-parallax-overlay {
    height: 910px;
  }
}
.too-parallax-overlay .parallax-content {
  padding: 80px 0 0;
}
@media (max-width: 991px) {
  .too-parallax-overlay .parallax-content {
    padding: 80px 0 0;
  }
}
@media (max-width: 767px) {
  .too-parallax-overlay .parallax-content {
    padding: 60px 0 0;
  }
}
.too-parallax-overlay .parallax-content .parallax-center {
  text-align: center;
  margin-bottom: 35px;
}
.too-parallax-overlay .parallax-content h2 {
  color: #ffffff;
  padding-bottom: 5px;
}
.too-parallax-overlay .parallax-content p {
  margin-bottom: 0 !important;
}
.our-team .module-title:before {
  background: #e0e0e0;
}
.our-team .sprocket-strips-s .sprocket-strips-s-content {
  padding: 24px 20px 60px;
  background: #342f35;
  margin: 0 !important;
  border-bottom: 3px solid #1d181e;
}
@media (min-width: 768px) and (max-width: 991px) {
  .our-team .sprocket-strips-s .sprocket-strips-s-content {
    padding-bottom: 90px;
  }
}
.our-team .sprocket-strips-s .sprocket-strips-s-content h4.sprocket-strips-s-title {
  margin-bottom: 4px;
  color: #ffffff !important;
}
.our-team .sprocket-strips-s .sprocket-strips-s-content .sprocket-strips-s-text {
  line-height: 26px;
}
.our-team .sprocket-strips-s .sprocket-strips-s-content .sprocket-strips-s-text span {
  color: #da3038;
  padding-bottom: 14px;
  font-size: 18px;
}
.our-team .sprocket-strips-s .sprocket-strips-s-content .sprocket-strips-s-text p {
  padding-top: 7px;
  padding-bottom: 7px;
}
.our-team .sprocket-strips-s .sprocket-strips-s-content .social-icons {
  margin-left: -40px;
}
.our-team .sprocket-strips-s .sprocket-strips-s-content .social-icons li {
  display: inline;
  float: left;
}
.our-team .sprocket-strips-s .sprocket-strips-s-content .social-icons li i {
  width: 40px;
  height: 40px;
  z-index: 20;
  text-align: center;
  line-height: 40px;
  margin-right: 5px;
  color: #848484;
  background: #1d181e;
  font-size: 14px;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.our-team .sprocket-strips-s .sprocket-strips-s-content .social-icons li i:hover {
  background: #da3038;
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .our-team .sprocket-strips-s .sprocket-strips-s-content .social-icons li i {
    margin-bottom: 4px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 13px;
  }
}
.roksprocket-ellipsis {
  display: none;
}
.service-gray {
  position: relative;
}
.service-gray .item {
  padding: 4px;
  border: 1px solid #ededed;
  background: #ededed;
}
.service-gray .item .item-img {
  position: relative;
  overflow: hidden;
}
.service-gray .item .item-img img {
  width: 100%;
}
.service-gray .item .img-overlay {
  opacity: 0;
  top: -100%;
  background: rgba(29, 24, 30, 0.8);
  position: absolute;
  display: block;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 10px;
  transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
}
.service-gray .item .img-overlay .inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  text-align: center;
}
.service-gray .item .img-overlay .inner .link-button {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
}
.service-gray .item:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 99%;
  left: 5%;
  right: 5%;
  height: 18px;
  width: 90%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, transparent 80%);
  transition-duration: 0.3s;
  transition-property: transform, opacity;
  z-index: 9;
}
.service-gray .item:hover:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: translateY(5px);
}
.service-gray .item:hover .img-overlay {
  top: 0;
  opacity: 1;
}
.service-gray .item-content {
  padding: 29px 20px 15px;
}
.service-gray .item-content h4 {
  margin-top: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-gray .item-content h4:hover,
.service-gray .item-content h4:focus {
  color: #da3038 !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-gray .item-content h4 {
    line-height: 26px;
  }
}
.service-gray .item-content p {
  margin-bottom: 0;
}
.single-service-page .service-link-widget .tabs-left .active a {
  border-left: 3px solid #da3038 !important;
  background: #342f35;
  color: #da3038;
}
.single-service-page .service-link-widget .tabs-left .active a i {
  font-weight: 700;
  color: #ffffff;
}
.single-service-page .service-link-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-service-page .service-link-widget ul li {
  margin-bottom: 0;
}
.single-service-page .service-link-widget ul li a {
  padding: 15px 15px 15px 18px;
  width: 300px;
  background: #ededed;
  border-radius: 1px !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: #4b464c;
}
.single-service-page .service-link-widget ul li a i {
  float: right;
  color: #848484;
  line-height: 25px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-service-page .service-link-widget ul li a {
    width: auto;
  }
}
@media (max-width: 767px) {
  .single-service-page .service-link-widget ul li a {
    width: auto;
  }
}
.tab-content {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .tab-content {
    margin-left: 0;
    margin-top: 20px;
  }
}
.tab-content h3 {
  font-size: 26px;
  position: relative;
  margin: 35px 0 50px 0;
}
.tab-content h3:before {
  content: "";
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ededed;
}
.tab-content h3:after {
  content: "";
  position: absolute;
  top: 48px;
  left: 0;
  width: 60px;
  height: 1px;
  background: #da3038;
}
.tab-content .vis-mission .panel {
  border-color: #ededed;
  padding: 13px 23px 0 23px;
  margin-bottom: 20px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.tab-content .vis-mission .panel .panel-body {
  padding: 20px 0;
}
.tab-content .vis-mission .panel .panel-heading {
  background-color: transparent;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ededed;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.tab-content .vis-mission .panel .panel-heading h4 {
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0;
}
.tab-content .about-1 {
  padding-right: 30px !important;
}
.tab-content .feature-detail {
  background: #342f35;
  border-top: 4px solid #da3038;
  margin-left: -15px;
}
.tab-content .feature-detail .feature {
  padding: 15px 25px;
  border-bottom: 1px dashed #1d181e;
}
.tab-content .feature-detail .feature:last-child {
  border-bottom: 0;
}
.tab-content .feature-detail .feature h4 {
  color: #ededed !important;
}
.download-btn .module-inner {
  margin-top: -1470px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .download-btn .module-inner {
    margin-top: -2150px;
  }
}
@media (max-width: 767px) {
  .download-btn .module-inner {
    margin-top: 0;
  }
}
.download-btn .module-title {
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0 0 50px 0;
  letter-spacing: 0;
}
.download-btn .module-title:before {
  top: 38px;
  width: 80%;
}
@media (max-width: 767px) {
  .download-btn .module-title:before {
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  .download-btn .module-title:before {
    width: 120%;
  }
}
.download-btn .module-title:after {
  top: 38px;
}
.download-btn .download {
  background-color: #ededed;
  padding: 24px;
  position: relative;
  height: 74px;
  width: 80%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 767px) {
  .download-btn .download {
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  .download-btn .download {
    width: 120%;
  }
}
.download-btn .download .download-desc {
  position: absolute;
  top: 0;
}
.download-btn .download .download-desc em {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #da3038;
  color: #ffffff;
}
.download-btn .download .download-desc h4 {
  font-size: 14px;
  margin-bottom: 0;
}
.download-btn .download .download-icon {
  float: right;
}
.download-btn .download .download-icon i {
  color: #ffffff;
  font-size: 24px;
  line-height: 24px;
  border-left: 2px solid #ffffff;
  padding-left: 24px;
}
.download-btn .download:hover {
  background-color: #342f35;
}
.download-btn .download:hover .download-desc h4 {
  color: #ffffff !important;
}
.download-btn .download:hover .download-icon {
  float: right;
}
.download-btn .download:hover .download-icon i {
  color: #ffffff;
  font-size: 24px;
  line-height: 24px;
  border-left: 2px solid #da3038;
  padding-left: 24px;
}
.download.download-pdf {
  margin-bottom: 20px;
}
.too-projects-column .module-title {
  text-align: center;
}
.too-projects-column .module-title:before {
  content: "";
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  width: 190px;
  height: 1px;
  background: #ededed;
  margin: 0 auto;
}
.too-projects-column .module-title:after {
  content: "";
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  width: 60px;
  height: 1px;
  background: #da3038;
  margin: 0 auto;
}
.too-projects-column .sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-order {
  display: none;
}
.too-projects-column .sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter {
  float: none !important;
  margin-bottom: 44px;
  text-align: center;
}
.too-projects-column .sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter ul li {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  background: #f7f7f7;
  border: 2px solid #ededed;
  color: #848484;
  border-radius: 1px;
  padding: 10px 26px;
  margin: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.too-projects-column .sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter ul li:hover {
  background: #da3038 !important;
  border: 2px solid #da3038;
  color: #ededed;
}
.too-projects-column .sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter ul li.active {
  background: #342f35 !important;
  border: 2px solid #342f35;
  color: #ededed;
}
.too-projects-column .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item {
  border: none;
  margin: 0px;
}
.too-projects-column .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-mosaic-tags {
  display: none;
}
.too-projects-column .sprocket-mosaic .sprocket-mosaic-container .sprocket-mosaic-item .sprocket-mosaic-title {
  text-transform: initial;
}
.too-projects-column .sprocket-mosaic .sprocket-mosaic-loadmore {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  background: #f7f7f7;
  border: 2px solid #ededed;
  color: #848484;
  border-radius: 1px;
  padding: 10px 26px;
  margin-top: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.too-projects-column .sprocket-mosaic .sprocket-mosaic-loadmore:hover {
  background: #342f35 !important;
  border: 2px solid #342f35;
  color: #ededed;
}
.too-projects-column .sprocket-mosaic .sprocket-mosaic-loadmore .loadmore-text {
  text-transform: capitalize;
  font-size: 14px;
}
.too-project h3 {
  color: #2a2a2a;
  font-size: 26px;
  margin: 15px 0 55px 0 !important;
  padding: 0 !important;
  font-weight: 500;
  line-height: 1.1;
  position: relative;
}
.too-project h3:before {
  content: "";
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ededed;
}
.too-project h3:after {
  content: "";
  position: absolute;
  top: 48px;
  left: 0;
  width: 60px;
  height: 1px;
  background: #da3038;
}
.too-project .project-padding {
  margin-top: 61px;
  padding: 15px 30px;
  background: #342f35;
  border-top: 4px solid #da3038;
}
.too-project .project-padding ul {
  list-style: none;
  padding: 0;
  margin-top: 10px;
}
.too-project .project-padding ul li {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  text-transform: capitalize;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px dashed #4b464c;
  color: #ededed;
}
.too-project .project-padding ul li span {
  font-weight: 400;
  color: #848484;
  margin-right: 5px;
}
.too-project .project-padding ul li:first-child {
  padding: 0;
  margin: 0;
  border: none;
}
.too-ItemImage {
  position: relative;
}
.too-ItemImage .too-module-meta {
  background-color: rgba(29, 24, 30, 0.5);
  border-bottom: 3px solid #da3038;
  width: 100%;
  padding: 10px 10px 7px 20px;
  font-size: 16px;
  text-transform: capitalize !important;
  color: #ffffff;
  bottom: 0;
  position: absolute;
}
.too-ItemImage .too-module-meta i {
  color: #da3038;
  font-size: 12px;
  padding-right: 3px;
}
.too-ItemImage .too-module-meta .catItemDateCreated,
.too-ItemImage .too-module-meta .genericItemDateCreated,
.too-ItemImage .too-module-meta .userItemDateCreated,
.too-ItemImage .too-module-meta .tagItemDateCreated,
.too-ItemImage .too-module-meta .latestItemDateCreated {
  color: #ffffff;
  margin-right: 5px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}
.too-ItemImage .too-module-meta .catItemDateCreated .date,
.too-ItemImage .too-module-meta .genericItemDateCreated .date,
.too-ItemImage .too-module-meta .userItemDateCreated .date,
.too-ItemImage .too-module-meta .tagItemDateCreated .date,
.too-ItemImage .too-module-meta .latestItemDateCreated .date {
  font-size: 14px;
  text-transform: capitalize;
  color: #ffffff;
}
.too-ItemImage .too-module-meta .catItemDateCreated .month-year,
.too-ItemImage .too-module-meta .genericItemDateCreated .month-year,
.too-ItemImage .too-module-meta .userItemDateCreated .month-year,
.too-ItemImage .too-module-meta .tagItemDateCreated .month-year,
.too-ItemImage .too-module-meta .latestItemDateCreated .month-year {
  font-size: 14px;
  text-transform: capitalize;
  color: #ffffff;
}
.too-ItemImage .too-module-meta .category-name {
  display: inline-block;
}
.too-ItemImage .too-module-meta .category-name a {
  font-size: 14px !important;
  font-weight: 300;
  text-transform: capitalize !important;
  color: #ffffff;
  margin-right: 5px;
  padding: 0 !important;
}
.too-ItemImage .too-module-meta .category-name a:hover {
  color: #da3038;
}
.too-ItemImage {
  position: relative;
}
.too-ItemImage .too-module-meta {
  background-color: rgba(29, 24, 30, 0.5);
  border-bottom: 3px solid #da3038;
  width: 100%;
  padding: 10px 10px 7px 20px;
  font-size: 16px;
  text-transform: capitalize !important;
  color: #ffffff;
  bottom: 0;
  position: absolute;
}
.too-ItemImage .too-module-meta i {
  color: #da3038;
  font-size: 12px;
  padding-right: 3px;
}
.too-ItemImage .too-module-meta .itemDateCreated {
  color: #ffffff;
  margin-right: 5px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}
.too-ItemImage .too-module-meta .itemDateCreated .date-month {
  font-size: 14px;
  text-transform: capitalize;
  color: #ffffff;
}
.too-ItemImage .too-module-meta .itemDateCreated .date-day {
  font-size: 14px;
  text-transform: capitalize;
  color: #ffffff;
}
.too-ItemImage .too-module-meta .category-name {
  display: inline-block;
}
.too-ItemImage .too-module-meta .category-name a {
  font-size: 14px !important;
  font-weight: 300;
  text-transform: capitalize !important;
  color: #ffffff;
  margin-right: 5px;
  padding: 0 !important;
}
.too-ItemImage .too-module-meta .category-name a:hover {
  color: #da3038;
}
.k2SearchBlockForm {
  display: flex;
  height: 40px;
}
.k2SearchBlockForm .inputbox {
  border-radius: 0px;
  box-shadow: none !important;
  height: 40px;
  border: none;
  border-bottom: 2px solid #ededed;
  color: #848484;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  width: 90%;
}
.k2SearchBlockForm .inputbox:focus {
  box-shadow: none;
  border-bottom: 2px solid #848484;
}
.k2SearchBlockForm .k2button {
  border-radius: 0px;
  border: 0px;
  background: none;
  padding: 6px 6px;
  color: #848484 !important;
  font-size: 18px;
}
.k2SearchBlockForm .k2button:hover {
  color: #1d181e !important;
}
.too-k2-sidebar ul {
  margin-bottom: 0px;
}
.too-k2-sidebar ul li {
  list-style: outside none none;
  position: relative;
  padding: 10px 0 10px 0 !important;
  border-bottom: 1px solid #ededed !important;
  border-radius: 1px !important;
  color: #4b464c !important;
  font-size: 13px !important;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.too-k2-sidebar ul li:last-child {
  margin-bottom: 0;
  border-bottom: none !important;
}
.too-k2-sidebar ul li:first-child {
  padding-top: 0 !important;
}
.too-k2-sidebar ul li a {
  font-family: 'Hind', Arial, serif;
  color: #848484 !important;
}
.too-k2-sidebar ul li a:before {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #848484;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  margin-right: 15px;
  transition: all 0.5s ease 0s;
  width: 8px;
}
.too-k2-sidebar ul li a .catTitle {
  font-size: 16px !important;
  font-weight: 300 !important;
}
.too-k2-sidebar ul li a:hover {
  color: #da3038 !important;
  cursor: pointer;
}
.too-k2-sidebar ul li a:hover:before {
  border: 1px solid #da3038;
}
.popular-post div.k2ItemsBlock ul li {
  padding-top: 5px;
  padding-bottom: 13px;
  border-bottom: 1px solid #ededed;
}
.popular-post div.k2ItemsBlock ul li:first-child {
  padding-top: 0;
}
.popular-post div.k2ItemsBlock ul li.lastItem {
  padding-bottom: 0;
  border-bottom: none;
}
.j2store-product-filters {
  margin-bottom: 40px;
}
#productFilters {
  margin: 0 0 15px 12px;
}
@media (max-width: 768px) {
  #productFilters {
    margin: 15px 0 27px ;
  }
}
#productFilters input {
  margin-right: 4px;
}
@media (max-width: 767px) {
  #productFilters input {
    margin-right: 0;
  }
}
#productFilters .j2store-product-search-input {
  box-shadow: none;
  border-radius: 0;
  border-color: #ededed;
}
@media (max-width: 767px) {
  #productFilters .j2store-product-search-input {
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
#productFilters .btn {
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
  padding: 8px 28px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  margin-top: -2px;
}
@media (max-width: 767px) {
  #productFilters .btn {
    width: 49%;
  }
}
#productFilters .btn-inverse {
  background: #342f35;
}
#productFilters select#j2store_sortby {
  border-radius: 0px 0px 0px 0px;
  height: 38px;
  box-shadow: none;
  border-color: #ededed;
  color: #848484;
}
@media (max-width: 767px) {
  #productFilters select#j2store_sortby {
    margin-top: 10px;
    width: 100%;
  }
}
.price-filters {
  margin-top: 15px;
}
.price-filters .ui-widget {
  width: 93% !important;
}
.price-filters #j2store-slider-range {
  display: inline-block;
  margin-top: 10px;
}
.price-filters #j2store-slider-range .ui-slider-range {
  background: #da3038 !important;
}
.price-filters #j2store-slider-range .ui-slider-handle {
  background: #ffffff !important;
  top: -0.4em;
  border: 2px solid #da3038;
  margin-left: -3px;
}
.price-filters .price-input-box {
  margin-top: 15px;
}
.price-filters .price-input-box .btn {
  font-family: 'Hind', Arial, serif;
  text-transform: capitalize;
  padding: 9px 28px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  background: #342f35;
}
.price-filters .price-input-box .pull-right {
  font-family: 'Poppins', sans-serif;
}
.category-filters ul li.j2product-categories {
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #ededed;
  border-radius: 1px !important;
}
.category-filters ul li.j2product-categories:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.category-filters ul li.j2product-categories:first-child {
  padding-top: 0;
}
.category-filters ul li.j2product-categories a {
  padding: 0;
  font-family: 'Hind', Arial, serif;
  font-size: 16px;
  font-weight: 300;
  text-transform: capitalize;
  letter-spacing: 0;
  color: #848484;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-filters ul li.j2product-categories a:before {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #848484;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  margin-right: 12px;
  transition: all 0.5s ease 0s;
  width: 8px;
}
.category-filters ul li.j2product-categories a:hover {
  color: #da3038;
  cursor: pointer;
  background: none;
}
.category-filters ul li.j2product-categories a:hover:before {
  border: 1px solid #da3038;
}
#j2store-brand-filter-container .j2store-product-brand-label {
  display: block;
  font-size: 14px;
  padding: 8px 15px 8px 0;
  color: #2a2a2a;
  font-weight: normal;
}
.j2store-sidebar-filters-container .module-title {
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0 0 50px 0;
}
.j2store-sidebar-filters-container .module-title:before {
  top: 38px;
}
.j2store-sidebar-filters-container .module-title:after {
  top: 38px;
}
.j2store-sidebar-filters-container h3 {
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
}
.j2store-single-product {
  margin-top: 20px;
}
.j2store-single-product .j2store-product-border {
  border: 1px solid #ededed;
}
.j2store-single-product .too-j2store-content {
  border-top: 1px solid #e0e0e0;
  padding: 17px 0 7px 25px;
  background: #ededed;
}
.j2store-single-product .too-j2store-content .product-title {
  margin-bottom: 7px;
}
.j2store-single-product .too-j2store-content .product-title a {
  font-size: 16px;
  color: #2a2a2a;
  text-transform: capitalize;
  font-weight: 400;
}
.j2store-single-product .too-j2store-content .product-title a:hover {
  color: #da3038;
}
.j2store-single-product .too-j2store-content .product-price-container .base-price {
  float: none;
  display: inline;
  
  
}
@media (max-width: 991px) {
  .j2store-single-product .too-j2store-content .product-price-container .base-price {
    display: block;
  }
}
@media (max-width: 991px) {
  .j2store-single-product .too-j2store-content .product-price-container .base-price {
    display: inline;
  }
}
.j2store-single-product .too-j2store-content .product-price-container .strike {
  text-decoration: line-through;
  margin-right: 10px;
  color: #848484;
  font-size: 16px;
  font-weight: 500;
}
.j2store-single-product .too-j2store-content .product-price-container .sale-price {
  color: #da3038;
  display: inline;
  font-size: 16px;
  font-weight: 500;
}
.j2store-single-product .too-j2store-content .discount-percentage {
  position: absolute;
  display: block;
  right: 20px;
  top: 26px;
  z-index: 50;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  background: #ededed;
  color: #342f35;
  line-height: 16px;
  overflow: hidden;
  backface-visibility: hidden;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  padding-top: 15px;
}
.j2store-single-product .too-j2store-content .discount-percentage p {
  margin: 13px 0px !important;
}
.j2store-single-product .too-j2store-content .too-j2store-quickview {
  margin-top: 15px !important;
  margin-bottom: 15px;
}
.j2store-single-product .too-j2store-content .too-j2store-quickview a i {
  margin-right: 5px;
  font-size: 15px;
  vertical-align: top;
}
.j2store-single-product .too-addtocart-form {
  
  
}
@media (max-width: 991px) {
  .j2store-single-product .too-addtocart-form .btn {
    padding: 8px 10px;
  }
}
@media (max-width: 767px) {
  .j2store-single-product .too-addtocart-form .btn {
    padding: 17px 41px 17px;
  }
}
.j2store-single-product .too-addtocart-form .j2store-add-to-cart .product-qty {
  display: block !important;
}
.j2store-single-product .too-addtocart-form .j2store-add-to-cart .j2store-cart-button {
  margin-top: 10px;
  margin-left: 0;
  margin-bottom: 0;
}
.j2store-product-back-btn {
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
  padding: 12px 28px;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0;
  background: #ededed !important;
  border-radius: 50px;
  color: #848484 !important;
}
.j2store-product-back-btn:hover {
  background: #342f35 !important;
  color: #ffffff !important;
}
.j2store-product-back-btn i {
  margin-right: 5px;
  font-size: 12px;
}
.j2store-single-product .j2store-view-back-button {
  margin-bottom: 35px;
}
.j2store-single-product .simple-product .j2store-mainimage {
  text-align: center;
  border: 1px solid #ededed;
}
.j2store-single-product .j2store-product-additional-images {
  margin-top: 20px;
}
.j2store-single-product .j2store-product-additional-images .additional-image-list {
  margin-bottom: 20px;
}
.j2store-single-product .j2store-product-additional-images .additional-image-list li {
  border: 1px solid #ededed;
  display: inline-block;
  border-radius: 2px;
  margin-right: 3px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.j2store-single-product .j2store-product-additional-images .additional-image-list li:hover {
  border-color: #da3038;
}
.j2store-single-product .product-title {
  color: #342f35 !important;
  text-transform: capitalize !important;
  font-size: 24px;
  margin-top: 0px;
  font-weight: 400 !important;
}
.j2store-single-product .price-sku-brand-container {
  border-top: none;
  border-bottom: none;
  margin-top: 15px;
}
.j2store-single-product .price-sku-brand-container .col-sm-6 {
  padding-left: 0;
}
.j2store-single-product .price-sku-brand-container .strike {
  text-decoration: line-through;
  margin-right: 15px;
  color: #a8a8a8 !important;
  font-size: 18px;
  font-weight: 400;
  float: left;
}
.j2store-single-product .price-sku-brand-container .sale-price {
  color: #4b464c;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 20px;
}
.j2store-single-product .price-sku-brand-container .sale-price .zero-price {
  font-size: 18px;
  font-weight: 400;
}
.j2store-single-product .price-sku-brand-container .sku-text,
.j2store-single-product .price-sku-brand-container .manufacturer-brand-text {
  font-weight: 500;
  color: #342f35;
}
.j2store-single-product .price-sku-brand-container .discount-percentage {
  font-weight: 400;
  font-size: 17px;
  color: #da3038;
}
.j2store-single-product .product-sdesc {
  margin-top: -25px;
}
.j2store-single-product .j2store-add-to-cart {
  margin-left: 0px;
  margin-top: 15px;
  display: block;
}
.j2store-single-product .j2store-add-to-cart .product-qty {
  display: inline;
}
.j2store-single-product .j2store-add-to-cart .product-qty .input-mini {
  border: 1px solid #ededed;
  width: 70px !important;
  box-shadow: none;
  height: 55px;
}
.j2store-single-product .j2store-add-to-cart .j2store-cart-button {
  margin: 5px;
}
.j2store-single-product #j2store_app_shareButton {
  margin-top: 15px;
}
.j2store-single-product #j2store_app_shareButton a {
  background: #f7f7f7;
  border: 1px solid #ededed;
  border-radius: 50%;
  display: inline-block;
  height: 32px;
  line-height: 28px;
  margin-right: 6px;
  text-align: center;
  width: 32px;
}
.j2store-single-product #j2store_app_shareButton a img {
  opacity: 0.5;
  transition: all 0.4s ease 0s;
}
.j2store-single-product #j2store_app_shareButton a:hover {
  opacity: 1;
  border: 1px solid #da3038;
}
.j2store-single-product .j2store-addtocart-form {
  margin-bottom: 0;
  margin-top: 0;
}
.j2store-single-product .j2store-addtocart-form .options .col-sm-6 {
  padding: 0px;
}
.j2store-single-product .j2store-addtocart-form .options .option {
  width: 49%;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 20px;
}
.j2store-single-product .j2store-addtocart-form .options .option .required {
  display: inline;
  float: left;
  color: #da3038;
}
.j2store-single-product .j2store-addtocart-form .options .option b {
  display: block;
  text-transform: uppercase;
}
.j2store-single-product .j2store-addtocart-form .options .option select {
  border-radius: 0px;
  width: 100%;
  border: 3px solid #ededed;
  box-shadow: none;
  height: 50px;
}
.j2store-single-product .nav-tabs {
  border-bottom: none;
  margin-bottom: 20px;
  margin-top: 20px;
  border-bottom: 1px solid #ededed;
}
.j2store-single-product .nav-tabs li a {
  outline: none;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Hind', Arial, serif;
  text-transform: capitalize;
  letter-spacing: 0;
  border: 1px solid #ededed;
  border-radius: 0;
  background: #f7f7f7;
  margin-right: 2px;
  padding: 15px 30px 13px;
  color: #2a2a2a;
}
.j2store-single-product .nav-tabs li a:hover {
  background: transparent;
  color: #da3038;
}
.j2store-single-product .nav-tabs > li.active > a,
.j2store-single-product .nav-tabs > li.active > a:hover,
.j2store-single-product .nav-tabs > li.active > a:focus {
  background: transparent;
  border: 1px solid #ededed;
  color: #da3038;
}
.j2store-single-product .tab-content {
  background: transparent;
  border: 1px solid #ededed;
  border-top: none;
  padding: 3.4em 1.75em 1.4em;
  border-radius: 3px;
  margin: -20px 0 0 !important;
}
.j2store-single-product .tab-content .product-sdesc td,
.j2store-single-product .tab-content .product-sdesc th {
  border: none;
  text-transform: capitalize;
}
.j2store-single-product .tab-content #j2store-comments h4 {
  border-bottom: none;
  padding: 0px 24px;
  color: #2a2a2a;
  font-weight: normal;
}
.j2store-single-product .tab-content #j2store-comments .rss {
  background: url("../../templates/too_fac3heat/images/system/feed.png") no-repeat !important;
}
.j2store-single-product .tab-content #j2store-comments .refresh {
  background: url("../../templates/too_fac3heat/images/system/refresh.png") no-repeat !important;
  padding: 0px 0px 0px 16px;
}
.j2store-single-product .tab-content #j2store-comments .comments-list {
  margin-left: 0px;
}
.j2store-single-product .tab-content #j2store-comments .comments-list .rbox {
  border: none;
  padding: 17px 40px;
}
.j2store-single-product .tab-content #j2store-comments .comments-list .rbox .comment-box,
.j2store-single-product .tab-content #j2store-comments .comments-list .rbox .comment-body {
  color: #999999;
  margin-top: 10px;
  font-size: 14px;
  line-height: 28px;
}
.j2store-single-product .tab-content #j2store-comments .comments-list .comments-inline-edit {
  padding: 20px;
}
.j2store-single-product .tab-content #j2store-comments #comments-form input {
  width: 100%;
  height: 40px;
  border-radius: 3px;
  border-color: #f7f7f7;
}
.j2store-single-product .tab-content #j2store-comments #comments-form textarea {
  max-width: 100% !important;
  width: 100% !important;
  border-radius: 3px;
  border-color: #f7f7f7;
}
.j2store-single-product .tab-content #j2store-comments #comments-form .grippie {
  max-width: 100% !important;
  width: 100% !important;
}
.j2store-single-product .tab-content #j2store-comments #comments-form label {
  font-family: 'Hind', Arial, serif !important;
}
.j2store-single-product .tab-content #j2store-comments .checkbox {
  width: auto !important;
}
.j2store-single-product .tab-content #j2store-comments #comments-form-buttons .btn {
  background-image: none !important;
}
.j2store-single-product .tab-content #j2store-comments #comments-form-buttons .btn div {
  background-image: none !important;
}
.j2store-single-product .tab-content #j2store-comments #comments-form-buttons .btn div a {
  padding: 10px 20px;
  background: #da3038;
  border: 2px solid #da3038;
  color: #ffffff;
  height: auto !important;
  line-height: inherit;
  display: inline-block;
  border-radius: 3px;
  font-family: 'Hind', Arial, serif !important;
}
.j2store-single-product .tab-content #j2store-comments #comments-form-buttons .btn div a:hover {
  background: #040404;
  border: 2px solid #040404;
}
#j2store-pagination .pagination > li > a {
  color: #848484;
  padding: 15px 20px;
  text-transform: initial;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  border: 1px solid #ededed;
}
#j2store-pagination .pagination > .active > a {
  background: #f7f7f7;
  border: 1px solid #ededed;
}
#j2store-pagination .pagination > li:first-child > a {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
#j2store-pagination .pagination > li:last-child > a {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.j2store-cart h3 {
  font-size: 20px;
}
.table-bordered {
  border: none !important;
}
.table-bordered thead > tr > th {
  border: 1px solid #ededed !important;
  padding: 14px;
  font-weight: 500;
  color: #342f35;
}
.table-bordered tbody > tr > th {
  border: 1px solid #ededed !important;
}
.table-bordered tbody > tr > td {
  border: 1px solid #ededed !important;
  padding: 24px 14px 18px;
}
.table-bordered tbody > tr > td .cart-product-name {
  color: #da3038;
  font-weight: 600;
}
.table-bordered tbody > tr > td .cart-item-value {
  font-weight: 600;
}
.table-bordered tbody > tr > td .product-qty input[type="number"] {
  width: 60px !important;
  padding: 12px 5px !important;
  border: 1px solid #ededed !important;
  border-radius: 0;
  box-shadow: none;
}
.table-bordered tbody > tr > td .remove-icon {
  margin-bottom: 0 !important;
  color: #ffffff;
  font-size: 16px !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  margin-left: 10px;
}
.cart-footer th {
  text-align: left !important;
  font-weight: 600;
  padding: 15px 22px !important;
}
.cart-footer td {
  padding: 15px 22px !important;
  font-weight: 600;
}
table.j2store-cart-table td.cart-line-subtotal {
  font-weight: 600 !important;
  text-align: left !important;
  border: 1px solid #ededed !important;
}
#j2store-checkout #j2store-checkout-content h1 {
  font-size: 28px;
  margin-bottom: 20px;
}
#j2store-checkout #j2store-checkout-content .checkout-heading {
  border: 1px solid #ededed;
  padding: 12px;
  color: #848484;
  font-size: 16px;
  font-weight: 500;
}
#j2store-checkout #j2store-checkout-content .checkout-heading a {
  font-family: 'Hind', Arial, serif;
  font-size: 16px;
  font-weight: 400;
}
#j2store-checkout #j2store-checkout-content .checkout-content {
  padding: 30px 20px 20px;
  border: 1px solid #ededed;
  border-top: none;
  margin-top: -15px;
  margin-bottom: 15px;
}
#j2store-checkout #j2store-checkout-content .checkout-content h2 {
  font-size: 22px;
  color: #4b464c;
}
#j2store-checkout #j2store-checkout-content .checkout-content h3 {
  font-size: 20px;
  color: #4b464c;
}
#j2store-checkout #j2store-checkout-content .checkout-content b {
  font-weight: 500;
}
#j2store-checkout #j2store-checkout-content .checkout-content #onCheckoutPayment_wrapper {
  margin-top: -15px;
}
#j2store-checkout #j2store-checkout-content .checkout-content label {
  font-weight: 500;
}
#j2store-checkout #j2store-checkout-content .checkout-content .customer-note {
  margin-top: 20px;
  margin-bottom: 10px;
}
#j2store-checkout #j2store-checkout-content .checkout-content .payment-plugin-image-label {
  margin-right: 10px;
}
#j2store-checkout #j2store-checkout-content .checkout-content #checkbox_tos {
  margin-bottom: 20px;
}
#j2store-checkout #j2store-checkout-content .checkout-content .buttons {
  margin-bottom: 20px;
}
#j2store-checkout #j2store-checkout-content .checkout-content .cart-footer th {
  border: 1px solid #ededed !important;
}
#j2store-checkout #j2store-checkout-content .checkout-content .cart-footer td {
  border: 1px solid #ededed !important;
}
#j2store-checkout #j2store-checkout-content .checkout-content .note {
  margin-top: -20px;
  margin-bottom: 20px;
  color: #da3038;
}
#j2store-checkout #j2store-checkout-content .checkout-content #sagepay_form td {
  border-top: none;
}
#j2store-checkout #j2store-checkout-content .checkout-content #sagepay_form td .required {
  margin-top: 5px;
}
.j2store-order .nav-tabs {
  border-bottom: none;
  margin-top: 20px;
  border-bottom: 1px solid #ededed;
}
.j2store-order .nav-tabs li a {
  outline: none;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Hind', Arial, serif;
  text-transform: capitalize;
  letter-spacing: 0;
  border: 1px solid #ededed;
  border-radius: 0;
  background: #f7f7f7;
  margin-right: 2px;
  padding: 15px 30px 13px;
  color: #2a2a2a;
}
.j2store-order .nav-tabs li a:hover {
  background: transparent;
  color: #da3038;
}
.j2store-order .nav-tabs > li.active > a,
.j2store-order .nav-tabs > li.active > a:hover,
.j2store-order .nav-tabs > li.active > a:focus {
  background: transparent;
  border: 1px solid #ededed;
  color: #da3038;
}
.j2store-order .tab-content {
  background: transparent;
  border: 1px solid #ededed;
  border-top: none;
  padding: 30px 20px 0;
  border-radius: 3px;
}
.j2store-order .tab-content .active {
  display: inline-block;
  width: 100%;
}
.j2store-order .tab-content hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
}
.j2store-order .tab-content .j2store-myprofile-address-list {
  padding-left: 0;
}
.j2store-order .tab-content .j2store-myprofile-address-list .well {
  box-shadow: none !important;
  border: 1px solid #ededed !important;
  border-radius: 0 !important;
  background: #f7f7f7 !important;
}
.j2store-minicart-button {
  margin-top: 30px;
}
.j2store-cart-item-box {
  min-width: 300px;
}
.contact-us h4 {
  margin-top: -5px;
  line-height: 30px;
  text-transform: initial;
}
.contact-us .contact-address {
  background: #ededed;
  padding: 40px 15px 30px;
  margin-top: 20px;
}
.contact-us .contact-address .col-margin {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.contact-us .contact-address .too-bottom {
  padding-bottom: 40px;
}
.contact-us .contact-address .myicon-col h5 {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 5px;
  color: #342f35;
}
.contact-us .contact-address .myicon-col i {
  float: left;
  margin-right: 17px;
  margin-top: -7px;
  font-size: 25px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #342f35;
  text-align: center;
  line-height: 55px;
  background-color: #ffffff;
  border-bottom: 2px solid #e0e0e0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 55px;
  height: 55px;
}
.contact-us .contact-address .myicon-col .col-content {
  overflow: hidden;
  font-family: 'Hind', Arial, serif !important;
}
.contact-us .contact-address .myicon-col .col-content a {
  font-family: 'Hind', Arial, serif !important;
  color: #848484;
}
.contact-us .contact-address .myicon-col .social-media i,
.contact-us .contact-address .myicon-col .social-media em {
  color: #4b464c;
  margin-right: 5px;
  margin-top: 7px;
  text-align: center;
  width: 35px;
  height: 35px;
  font-size: 14px;
  background: #ffffff;
  border-radius: 50%;
  border-bottom: 1px solid #d4d4d4;
  line-height: 35px;
  -webkit-backface-visibility: hidden;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.contact-us .contact-address .myicon-col .social-media i:hover,
.contact-us .contact-address .myicon-col .social-media em:hover {
  background: #da3038;
  border-bottom: 1px solid #da3038;
  color: #ffffff;
}
@media (max-width: 767px) {
  .contact-us .contact-address .media-padding {
    padding-top: 40px;
  }
}
.contact-us .too-contact .sp_quickcontact input,
.contact-us .too-contact .sp_quickcontact textarea {
  width: 100% !important;
  background: transparent;
  border: 1px solid #ededed;
  border-radius: 1px;
  color: #848484;
  height: 50px;
  margin-bottom: 18px;
  box-shadow: none !important;
}
.contact-us .too-contact .sp_quickcontact input:focus,
.contact-us .too-contact .sp_quickcontact textarea:focus {
  box-shadow: none !important;
}
.contact-us .too-contact .sp_quickcontact textarea#message {
  height: 120px;
}
.contact-us .too-contact .sp_quickcontact input.button {
  width: auto !important;
  z-index: 2;
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 1px;
  padding: 12px 35px;
  border: none;
  background-color: #da3038;
  color: #ffffff !important;
  height: auto !important;
  line-height: 26px !important;
}
.contact-us .too-contact .sp_quickcontact input.button:hover,
.contact-us .too-contact .sp_quickcontact input.button:focus {
  background-color: #1d181e;
  color: #ffffff;
}
@media (max-width: 991px) {
  .contact-us .contact-margin {
    margin-top: 60px;
  }
}
.animation too-animate {
  display: block;
  overflow: hidden;
  position: relative;
}
.animation too-animate img {
  width: 100%;
}
.animation too-animate .too-animate-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(29, 24, 30, 0.6);
  z-index: 15;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.animation too-animate .too-animate-overlay .too-animate-content {
  text-align: center;
  vertical-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  width: 100%;
}
.animation too-animate .too-animate-overlay .too-animate-content h4 {
  color: #ffffff !important;
  margin-bottom: 15px;
  margin-top: 0;
}
.animation:hover too-animate .too-animate-overlay {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.animation too-animate1 {
  display: block;
  overflow: hidden;
  position: relative;
}
.animation too-animate1 img {
  width: 100%;
}
.animation too-animate1 .too-animate-overlay {
  top: -100%;
  background: rgba(29, 24, 30, 0.7);
  position: absolute;
  display: block;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 10px;
  transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
}
.animation too-animate1 .too-animate-overlay .too-animate-content {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
}
.animation too-animate1 .too-animate-overlay .too-animate-content .link-button {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
}
.animation:hover too-animate1 .too-animate-overlay {
  top: 0;
}