body {
  margin: 0;
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #f5f7f9;
}
a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
img {
  max-width: 100%;
}
.tcpm-overlay {
  background-color: rgba(126, 42, 10, .25);
  position: absolute;
  width: 100%;
  height: 100%!important;
  left: 0;
  top: 0;
}
/* tcpm-header */
.tcpm-header {
  margin: 0;
  position: relative;
  background-color: #fff;
}
.tcpm-header-top {
  margin: 0;
  position: relative;
  background-color: #fff;
}
.tcpm-logo {
  margin: 0;
  padding: 10px 0;
  float: left;
}
.tcpm-logo img {
  max-height: 80px;
}
.tcpm-top-links {
  padding: 20px;
  float: right;
  position: relative;
  background-color: #fff;
}
.tcpm-phone-link {
  display: inline-block;
  position: relative;
}
.tcpm-phone-link i {
  color: #5C201B;
  padding: 0;
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
  font-size: 36px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tcpm-phone-numbers {
  display: inline-block;
  vertical-align: middle;
}
.tcpm-phone-link a {
  color: #5C201B;
  padding: 0;
  display: block;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
}
.tcpm-phone-link a:hover {
  color: #BC4639;
}
.tcpm-request-link {
  margin: 0;
  display: inline-block;
  position: relative;
}
.tcpm-request-link a {
  background-color: #5C201B;
  color: #fff;
  padding: 10px 20px;
  margin: 8px 0 8px 15px ;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
}
.tcpm-request-link a:hover {
  background-color: #BC4639;
  color: #fff;
}
.tcpm-header-bottom {
  margin: 0;
  position: relative;
  background-color: #BC4639;
}
.tcpm-navbar {
  margin: 0;
  position: relative;
}
.tcpm-navbar > .container {
  padding: 0;
}
.tcpm-navbar-toggle {
  margin: 0 auto;
  display: none;
  padding: 15px 0;
  text-align: center;
}
.tcpm-navbar-toggle > i {
  font-size: 24px;
  vertical-align: middle;
  color: #fff;
}
.tcpm-navbar-toggle > i > span {
  margin-left: 10px;
  font-family: 'Quicksand', sans-serif;
  text-transform: uppercase;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
}
.tcpm-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.tcpm-nav > li {
  position: relative;
  display: block;
  float: left;
}
.tcpm-nav > li > a {
  position: relative;
  display: block;
  padding: 20px 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  vertical-align: middle;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.tcpm-nav > li > a:hover,
.tcpm-nav > li > a:focus {
  text-decoration: none;
  color: #4285F4;
}
.tcpm-nav > li > a > i {
  margin-left: 5px;
}
.tcpm-nav > .tcpm-dropdown {
  position: relative;
}
.tcpm-nav > .tcpm-dropdown > .tcpm-dropdown-menu {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  background-color: #fff;
  margin: 0;
  padding-left: 0;
  list-style: none;
  min-width: 250px;
  width: 100%;
  z-index: 1;
}
.tcpm-dropdown-menu > li {
  position: relative;
  display: block;
}
.tcpm-dropdown-menu > li > a {
  position: relative;
  display: block;
  padding: 10px 20px;
  color: #BC4639;
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.tcpm-dropdown-menu > li > a:hover,
.tcpm-dropdown-menu > li > a:focus {
  text-decoration: none;
  background-color: #4285F4;
  color: #fff;
}
@media (min-width: 1200px) {
  .tcpm-navbar-nav {
    display:block !important;
  }
}
@media (max-width: 1199.98px) {
  .tcpm-navbar-toggle {
    display: block;
  }
  .tcpm-navbar-nav {
    display: none;
    max-height: 300px;
    overflow-y: scroll;
  }
  .tcpm-nav > li {
    width: 100%;
    border-bottom: 1px solid #eee;
  }
  .tcpm-nav > li:last-child {
    border-bottom: none;
  }
  .tcpm-nav > li > a {
    background-color: #f5f7f9;
    color: #333;
    padding: 10px 20px;
  }
  .tcpm-nav > li > a > i {
    float: right;
  }
  .tcpm-nav > .tcpm-dropdown > .tcpm-dropdown-menu {
    position: relative;
    width: 100%;
    display: none;
    z-index: 1;
  }
  .tcpm-dropdown-menu > li > a {
    padding: 10px 20px 10px 40px;
  }
}
@media (max-width: 991.98px) {
  .tcpm-logo {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .tcpm-top-links {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 450px) {
  .tcpm-logo {
    padding: 15px 0;
  }
  .tcpm-phone-link {
    border-right: none;
    padding-right: 0;
    padding-bottom: 8px;
    display: block;
  }
  .tcpm-request-link a {
    margin: 10px 0 0;
    display: block;
  }
}
/* tcpm-slider */
.tcpm-slider {
  position: relative;
  background-color: #f5f7f9;
}
.tcpm-slider > .container-fluid {
  padding: 0;
}
.tcpm-slider img {
  width: 100%;
  object-fit: cover;
  max-height: 500px;
}
.carousel-control-next,
.carousel-control-next:focus,
.carousel-control-prev,
.carousel-control-prev:focus {
  color: #5C201B;
  opacity: 1;
}
.carousel-control-next:hover,
.carousel-control-prev:hover {
  color: #BC4639;
}
.carousel-control-prev i,
.carousel-control-next i {
  font-size: 42px;
  border-radius: 50%;
}
.carousel-indicators li {
  width: 15px;
  height: 15px;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 50%;
  cursor: pointer;
}
.carousel-indicators li:hover {
  background-color: #5C201B;
}
.carousel-indicators li.active {
  background-color: #BC4639;
}
/* tcpm-main */
.tcpm-main {
  margin: 0;
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #fff;
  position: relative;
}
.tcpm-article {
  margin: 0;
  position: relative;
  background-color: #fff;
}
.tcpm-article span {
  color: #222;
}
.tcpm-article > h1.homepage-heading {
  padding: 0;
}
.tcpm-article > h1.homepage-heading:before {
  content: none;
}
.tcpm-article > h1 {
  color: #5C201B;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.5;
  position: relative;
  margin-bottom: 25px;
  padding: 0 0 10px;
}
.tcpm-article > h1:before {
  content: '';
  width: 100px;
  height: 4px;
  background-color: #5C201B;
  position: absolute;
  left: 0;
  bottom: 0;
}
.tcpm-article > h2 {
  color: #5C201B;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 25px;
  padding: 0;
}
.tcpm-article > h3 {
  color: #5C201B;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 25px;
  padding: 0;
}
.tcpm-article > img,
.tcpm-article > p > img,
.tcpm-article > a > img,
.tcpm-article > p > a > img {
  margin-bottom: 25px;
}
.tcpm-article a {
  color: #5C201B;
  text-decoration: none;
  font-weight: 500;
}
.tcpm-article a:hover {
  color: #5C201B;
}
.tcpm-article > p {
  color: #333;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  letter-spacing: .5px;
}
.tcpm-article > ul {
  padding-left: 40px;
  margin-bottom: 25px;
  list-style-type: disc;
}
.tcpm-article > ul > li {
  position: relative;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  line-height: 2;
  letter-spacing: .5px;
}
.tcpm-aside {
  margin: 0;
  position: relative;
  background-color: #fff;
}
.tcpm-aside-contact {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #BC4639;
  word-wrap: break-word;
}
.tcpm-aside-request {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #5C201B;
  text-align: center;
  word-wrap: break-word;
}
.tcpm-aside-request a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.tcpm-aside-contact h2 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 10px;
  color: #fff;
}
.tcpm-aside-contact p {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.tcpm-aside-contact p:last-child {
  margin-bottom: 0;
}
.tcpm-aside-contact a {
  color: #5C201B;
}
.tcpm-aside-list {
  margin-bottom: 20px;
  background-color: #f5f7f9;
}
.tcpm-aside-group {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.tcpm-aside-group > li {
  position: relative;
  display: block;
  border-bottom: 1px solid #eee;
}
.tcpm-aside-group > li:before {
  position: absolute;
  top: 10px;
  left: 20px;
  content: '\f0da';
  font-family: 'Font Awesome 5 Free';
  font-size: 16px;
  font-weight: 900;
  color: #5C201B;
}
.tcpm-aside-group > li:last-child {
  border-bottom: none;
}
.tcpm-aside-group > li > a {
  color: #333;
  margin: 0;
  margin-left: 20px;
  padding: 10px 20px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}
.tcpm-aside-group > li > a:hover {
  color: #5C201B;
}
@media (max-width: 767.98px) {
  .tcpm-article > h1 {
    font-size: 26px;
  }
  .tcpm-article > h2 {
    font-size: 24px;
  }
  .tcpm-article > h3 {
    font-size: 22px;
  }
  .tcpm-article > p {
    font-size: 15px;
  }
  .tcpm-article > ul > li {
    font-size: 15px;
  }
  .tcpm-aside {
    display: none;
  }
}
/* tcpm-services */
.tcpm-services {
  margin: 0;
  padding: 50px 0;
  position: relative;
  background-color: #f5f7f9;
  background-image: url(../images/thumbnails/moving-goods.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  text-align: center;
}

.tcpm-services h1,
.tcpm-services h2 {
  margin: 0 0 30px;
  padding-bottom: 15px;
  position: relative;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  color: #5C201B
}
.tcpm-services h1::before,
.tcpm-services h2::before {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  height: 3px;
  background-color: #4285F4;
}
.tcpm-services-list {
  margin-left: 0;
  margin-right: 0;
}
.tcpm-service {
  padding: 0;
  background-color: transparent;
}
.tcpm-service > img {
  display: block;
  margin: 0 auto;
}
.tcpm-service > a {
  color: #fff;
  padding: 15px;
  background-color: #4285F4;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  display: block;
  letter-spacing: 1px;
  margin: 0;
}
.tcpm-service > a:hover {
  color: #fff;
  background-color: #5C201B;
}
/* tcpm-locations */
.tcpm-locations {
  margin: 0;
  padding: 50px 0;
  position: relative;
  background-color: #fff;
  text-align: center;
}
.tcpm-locations h1,
.tcpm-locations h2 {
  margin: 0 0 30px;
  padding-bottom: 15px;
  position: relative;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  color: #5C201B;
}
.tcpm-locations h1::before,
.tcpm-locations h2::before {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  height: 3px;
  background-color: #BC4639;
}
.tcpm-locations-list {
  border-top: 5px solid #fff;
  border-left: 5px solid #fff;
  margin-right: 0;
  margin-left: 0;
}
.tcpm-location {
  padding: 40px;
  background-color: #BC4639;
  border-bottom: 5px solid #fff;
  border-right: 5px solid #fff;
}
.tcpm-location > a {
  color: #5C201B;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  display: block;
  letter-spacing: 1px;
  margin: 0;
}
.tcpm-location > a:hover {
  color: #5C201B;
}
/* tcpm-clients */
.tcpm-clients {
  margin: 0;
  padding: 50px 0;
  position: relative;
  background-color: #fff;
  text-align: center;
}
.tcpm-clients h1,
.tcpm-clients h2 {
  margin: 0 0 30px;
  padding-bottom: 15px;
  position: relative;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  color: #5C201B;
}
.tcpm-clients h1::before,
.tcpm-clients h2::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  height: 3px;
  background-color: #4285F4;
}
.tcpm-clients-list {
  border-left: 5px solid #fff;
  border-top: 5px solid #fff;
  margin-left: 0;
  margin-right: 0;
}
.tcpm-client {
  padding: 50px;
  background-color: #3399ff;
  border-bottom: 5px solid #fff;
  border-right: 5px solid #fff;
}
.tcpm-client > img {
  color: #3399ff;
  margin: 0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.tcpm-client > img:hover {
  opacity: .8;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
/* tcpm-offices */
.tcpm-offices {
  margin: 0;
  padding: 50px 0;
  position: relative;
  background-color: #fff;
}
.tcpm-offices h1,
.tcpm-offices h2 {
  margin: 0 0 35px;
  padding-bottom: 15px;
  position: relative;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #5C201B;
}
.tcpm-offices h1::before,
.tcpm-offices h2::before {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  height: 3px;
  background-color: #4285F4;
}
.tcpm-office-list {
  margin-right: 0;
  margin-left: 0;
}
.tcpm-office {
  padding: 25px 50px;
  border-bottom: 2px solid #eee;
  background-color: #BC4639;
}
.tcpm-office > h1,
.tcpm-office > h2,
.tcpm-office > h3 {
  color: #333;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
  margin-bottom: 25px;
  text-transform: capitalize;
  padding: 0;
}
.tcpm-office > h1::before,
.tcpm-office > h2::before,
.tcpm-office > h3::before {
  content: none;
}
.tcpm-office > h1::after,
.tcpm-office > h2::after,
.tcpm-office > h3::after {
  content: none;
}
.tcpm-office a {
  color: #4285F4;
  text-decoration: none;
  font-weight: 500;
  word-wrap: break-word;
}
.tcpm-office a:hover {
  color: #5C201B;
}
.tcpm-office > p {
  color: #333;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  letter-spacing: .5px;
}
/* tcpm-homepage */
.tcpm-homepage {
  padding: 0;
}
.tcpm-homepage-col {
  padding: 50px 20px;
}
.tcpm-homepage-btns {
  padding: 10px 0 0;
  position: relative;
}
.tcpm-homepage-btns a {
  display: inline-block;
  color: #fff;
  padding: 10px 25px;
  font-weight: 400;
  border-radius: 25px;
  margin: 0 10px;
}
.tcpm-homepage-btns .more-btn {
  background-color: #4285F4;
}
.tcpm-homepage-btns .request-btn {
  background-color: #5C201B;
}
.tcpm-homepage-btns a:hover {
  color: #fff;
  background-color: #333;
}
/* tcpm-forms */
.tcpm-forms {
  margin: 0;
  padding: 50px 0 0;
  position: relative;
  background-color: #fff;
  background-image: url(../images/thumbnails/moving-goods.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.tcpm-forms h1,
.tcpm-forms h2 {
  margin: 0 0 30px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #5C201B;
}
.tcpm-forms h1::before,
.tcpm-forms h2::before {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  height: 3px;
  background-color: #4285F4;
}
.tcpm-form {
  padding: 25px 50px;
  margin-bottom: 50px;
  background-color: #eee;
  border-style: solid;
  border-width: 5px 0;
  border-color: #5C201B;
}
.tcpm-form > h1,
.tcpm-form > h2,
.tcpm-form > h3 {
  color: #333;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
  margin-bottom: 25px;
  text-transform: capitalize;
  padding: 0;
}
.tcpm-form > h1::before,
.tcpm-form > h2::before,
.tcpm-form > h3::before {
  content: none;
}
.tcpm-form > h1::after,
.tcpm-form > h2::after,
.tcpm-form > h3::after {
  content: none;
}
.tcpm-form button {
  background-color: #5C201B;
  color: #fff;
}
.tcpm-form button:hover {
  background-color: #BC4639;
  color: #333;
}
/* tcpm-page-header */
.tcpm-page-header {
  margin: 0;
  position: relative;
  background-color: #f5f7f9;
}
.tcpm-page-thumbnail {
  margin: 0;
  width: 100%;
  display: block;
}
.tcpm-page-thumbnail > img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
}
.tcpm-page-map {
  margin: 0;
  width: 100%;
  display: block;
}
.tcpm-page-map > iframe {
  margin: 0;
  width: 100%;
  height: 500px;
  border: none;
}
.tcpm-page-breadcrumb {
  margin-top: 0;
  width: 100%;

}
.tcpm-page-breadcrumb .breadcrumb {
  border-radius: 0;
  background-color: #f5f7f9;
  margin-bottom: 0;

}
.tcpm-page-breadcrumb .breadcrumb-item {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #333;
}
.tcpm-page-breadcrumb a {
  font-weight: 700;
  color: #5C201B;
  text-decoration: none;
}
/*tcpm-whatsapp*/
.tcpm-whatsapp {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  border-radius: 50px;
  background-color: #fff;
  text-align: center;
  font-size: 0px;
  z-index: 1000;
}
/* tcpm-footer */
.tcpm-footer {
  margin: 0;
  position: relative;
  background-color: #f5f7f9;
}
.tcpm-footer-sidebars {
  margin: 0;
  padding: 40px 0;
  position: relative;
  background-color: #4d4d4d;
}
.tcpm-footer-sidebar {
  position: relative;
  padding: 15px;
}
.tcpm-footer-text {
  text-align: center;
}
.tcpm-footer-text img {
  margin:0 auto 30px;
  max-height: 80px;
}
.tcpm-footer-text p {
  color: #ffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1px;
}
.tcpm-footer-menu {
  display: block;
  float: left;
}
.tcpm-footer-links {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  border-left: .5px dashed #eee;
}
.tcpm-footer-links > li {
  position: relative;
  display: list-item;
  color: #ffff;
  padding: 5px 0 5px 23px;
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 1px;
  cursor: pointer;
}
.tcpm-footer-links > li > a {
  color: #ffff;
  text-decoration: none;
}
.tcpm-footer-links > li:hover,
.tcpm-footer-links > li > a:hover {
  color: #BC4639;
}
.tcpm-footer-bottom {
  margin: 0;
  padding: 15px 0;
  position: relative;
  background-color: #1a1a1a;
}
.tcpm-copyright {
  margin: 0;
  padding: 7px 0;
  color: #ffff;
  float: left;
  letter-spacing: 1px;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 400;
  vertical-align: middle;
}
.tcpm-social {
  float: right;
  margin: 0;
}
.tcpm-social-links {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.tcpm-social-links > li {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  padding: 4px;
  cursor: pointer;
  min-width: 36px;
  text-align: center;
  border-radius: 50%;
}
.tcpm-social-links > li:last-child {
  margin-right: 0;
}
.tcpm-social-links > li.tcpm-facebook {
  background-color: #29487d;
}
.tcpm-social-links > li.tcpm-youtube {
  background-color: #ff0000;
}
.tcpm-social-links > li.tcpm-twitter {
  background-color: #1da1f2;
}
.tcpm-social-links > li.tcpm-google {
  background-color: #dd4e41;
}
.tcpm-social-links > li:hover {
  background-color: #BC4639;
}
.tcpm-social-links > li > a {
  color: #fff;
  vertical-align: middle;
}
.tcpm-social-links > li > a > i {
  font-size: 18px;
}
@media (max-width: 991.98px) {
  .tcpm-footer-bottom {
    text-align: center;
  }
  .tcpm-copyright {
    float: none;
    margin-bottom: 10px;
  }
  .tcpm-social {
    float: none;
  }