@media (min-width: 992px) {
  .container {
    padding: 0;
  }
}
.too-topbar {
  background: #ededed;
  padding-top: 13px;
  padding-bottom: 13px;
}
@media (max-width: 767px) {
  .too-topbar .topbar-1 {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .too-topbar .topbar-1 {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .too-topbar .topbar-2 {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .too-topbar .topbar-2 {
    text-align: right;
  }
}
.too-topbar .welcome {
  padding-left: 10px;
  display: inline-block;
  font-family: 'Hind', Arial, serif;
  font-weight: 300;
  color: #848484;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .too-topbar .welcome {
    padding-bottom: 5px;
    padding-left: 0;
  }
}
.too-topbar .welcome i,
.too-topbar .welcome em {
  display: inline-block;
  font-size: 18px;
  font-weight: 100;
  margin-right: 7px;
  position: relative;
  text-align: center;
  color: #da3038;
}
.too-topbar .social-media {
  font-family: 'Hind', Arial, serif;
  font-size: 16px;
}
.too-topbar .social-media i,
.too-topbar .social-media em {
  color: #848484;
  padding: 0 7px;
  text-align: center;
  font-size: 15px;
  -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-topbar .social-media i:hover,
.too-topbar .social-media em:hover {
  color: #da3038;
}
.t3-header {
  padding-top: 36px;
  padding-bottom: 36px;
}
.t3-header .header-contact {
  overflow: hidden;
  float: right;
}
@media (max-width: 991px) {
  .t3-header .header-contact {
    float: none;
    text-align: center;
    margin-top: 20px;
  }
}
.t3-header .header-contact ul li {
  display: inline-block;
  float: left;
  padding: 4px 25px 2px 0;
  position: relative;
}
@media (max-width: 767px) {
  .t3-header .header-contact ul li {
    padding-top: 15px;
    text-align: center;
  }
}
.t3-header .header-contact ul li:last-child {
  padding-right: 0 !important;
}
.t3-header .header-contact ul li .icon-holder {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #ededed;
  border-radius: 5%;
}
.t3-header .header-contact ul li .icon-holder i {
  color: #da3038;
  display: block;
  font-size: 20px;
  font-weight: 500;
  height: 45px;
  line-height: 45px;
  text-align: center;
  transition: all 500ms ease 0s;
  width: 45px;
}
.t3-header .header-contact ul li .text-holder {
  display: table-cell;
  vertical-align: middle;
  padding-left: 12px;
  text-align: left;
}
.t3-header .header-contact ul li .text-holder h6 {
  color: #342f35;
  font-size: 14px;
  text-transform: capitalize;
  margin: 0 0 10px;
}
.t3-header .header-contact ul li .text-holder p {
  margin: 0;
  line-height: 16px;
}
@media (min-width: 768px) and (max-width: 980px) {
  .t3-header .header-contact ul li .get-quote {
    margin-top: 15px;
    text-align: center;
    margin-left: 250px;
  }
}
.logo {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .logo {
    text-align: left;
  }
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text a {
  text-decoration: none;
  font-size: 32px;
  font-weight: bold;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 16px;
  margin-top: 5px;
}
.t3-mainnav .container {
  position: relative;
}
.head-search {
  height: 68px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  z-index: 1000;
  box-shadow: none !important;
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .search {
  position: relative;
  box-shadow: none !important;
}
.head-search .search .fa-search {
  color: #ffffff;
  font-size: 15px;
  content: "\f002";
  display: block;
  font-family: "FontAwesome";
  position: absolute;
  left: 22px;
  top: 27px;
}
@media (max-width: 991px) {
  .head-search .search .fa-search {
    top: 20px;
  }
}
.head-search .form-control {
  border: 0;
  background: transparent;
  color: #848484;
  height: 71px;
  line-height: 66px;
  position: relative;
  margin: 0;
  padding: 0 20px 0 40px;
  width: 55px;
  -webkit-transition: width 0.25s;
  -o-transition: width 0.25s;
  transition: width 0.25s;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .head-search .form-control {
    height: 59px;
  }
}
.head-search .form-control:hover,
.head-search .form-control:active,
.head-search .form-control:focus {
  color: #848484;
  box-shadow: none !important;
  border: 0 !important;
}
.head-search .form-control:active,
.head-search .form-control:focus {
  width: 215px;
}
.t3-sl {
  padding-bottom: 60px;
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
.t3-sl-2 {
  background: #ededed;
}
.t3-sl-4 {
  background: #1b1b20;
  padding-bottom: 70px;
  padding-top: 70px;
}
.t3-mainbody {
  padding-top: 22px;
  padding-bottom: 22px;
}
.t3-content {
  padding-top: 22px;
  padding-bottom: 22px;
}
.t3-sidebar {
  padding-top: 22px;
  padding-bottom: 22px;
}
.t3-sidebar .t3-module {
  margin-top: 11px;
  margin-bottom: 40px;
}
.t3-sidebar .t3-module .module-title {
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0 0 50px 0;
  letter-spacing: 0;
}
.t3-sidebar .t3-module .module-title:before {
  top: 38px;
}
.t3-sidebar .t3-module .module-title:after {
  top: 38px;
}
.t3-footer {
  color: #848484;
  position: relative;
  background: url(../../templates/too_fac3heat/images/bg-footer.jpg) no-repeat scroll left bottom / cover;
}
.t3-footer:before {
  content: '' !important;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(27, 27, 32, 0.9);
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footnav {
  padding: 70px 0;
}
.t3-footnav:before,
.t3-footnav:after {
  display: table;
  content: " ";
}
.t3-footnav:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footnav {
    padding: 70px 0;
  }
}
.t3-footnav .t3-module {
  color: #848484;
  
}
@media (max-width: 767px) {
  .t3-footnav .t3-module {
    padding-bottom: 15px;
  }
}
.t3-footnav .t3-module .module-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 50px;
}
.t3-footnav .t3-module .module-title:before {
  display: none;
}
.t3-footnav .t3-module .module-title:after {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  width: 60px;
  height: 1px;
  background: #da3038;
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footnav .t3-module ul > li {
  line-height: 24px;
}
.t3-footnav .t3-module ul > li > a {
  color: #848484;
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus {
  color: #848484;
}
.footer-contact-info .logo_footer {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .footer-contact-info .logo_footer img {
    width: 175px;
  }
}
@media (max-width: 767px) {
  .footer-contact-info .logo_footer img {
    width: auto;
  }
}
.footer-contact-info .social-media {
  display: inline-block;
}
@media (max-width: 767px) {
  .footer-contact-info .social-media {
    margin-top: -5px;
    margin-bottom: 10px;
  }
}
.footer-contact-info .social-media .follow-us {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  margin-left: 3px;
}
.footer-contact-info .social-media i,
.footer-contact-info .social-media em {
  color: #ffffff;
  margin-right: 5px;
  margin-top: 10px;
  text-align: center;
  width: 40px;
  height: 40px;
  background: #342f35;
  border-radius: 50%;
  line-height: 40px;
  -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;
}
.footer-contact-info .social-media i:hover,
.footer-contact-info .social-media em:hover {
  background: #da3038;
  color: #ffffff;
}
.footer-address div {
  margin-bottom: 5px;
}
.footer-address .city {
  margin-left: 35px;
}
.footer-address span {
  font-weight: 500;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  color: #da3038;
}
.footer-address i,
.footer-address em {
  color: #ffffff;
  font-size: 22px;
  margin-right: 14px;
}
.footer-links .links {
  display: inline-block;
  vertical-align: top;
  margin-right: 11px;
}
.footer-links .links:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
.footer-links .links li {
  display: block;
}
.footer-links .links li a {
  font-size: 16px;
  font-family: 'Hind', Arial, serif;
  line-height: 22px;
  color: #848484;
  display: block;
  margin-bottom: 15px;
  transition: all 0.5s ease;
  text-transform: initial;
  font-weight: 300;
}
.footer-links .links li a:hover {
  color: #da3038 !important;
}
.footer-hours {
  background: #1b1b20;
  border: 1px dashed #da3038;
  padding: 20px 25px;
  margin-top: 5px;
}
.footer-hours div {
  margin-bottom: 10px;
}
.footer-hours span {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #ffffff;
}
.t3-copyright {
  background: #1b1b20;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  padding: 35px 0 32px;
  line-height: 1.7;
}
.t3-copyright:before,
.t3-copyright:after {
  display: table;
  content: " ";
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 5px;
}
.t3-copyright .copyright i {
  color: #da3038;
}
.t3-copyright .copyright a {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: initial;
  letter-spacing: 0;
  color: #da3038;
}
.t3-copyright .copyright a:hover {
  color: #ffffff;
}
.t3-copyright .footer-info {
  text-align: right;
}
@media (max-width: 991px) {
  .t3-copyright .footer-info {
    text-align: left;
  }
}
.t3-copyright .footer-info .nav li {
  display: inline-block;
  text-align: right;
}
.t3-copyright .footer-info .nav li a {
  padding: 0px 15px;
  color: #848484;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-transform: initial;
  letter-spacing: 0;
}
.t3-copyright .footer-info .nav li a:hover,
.t3-copyright .footer-info .nav li a:focus {
  background: transparent !important;
  color: #da3038;
}
@media (max-width: 991px) {
  .t3-copyright .footer-info .nav li a {
    padding: 0px 5px;
  }
}
.poweredby:before,
.poweredby:after {
  display: table;
  content: " ";
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 991px) {
  .poweredby {
    text-align: right;
  }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}

#back-to-top {
  position: fixed;
  right: 20px;
  top: auto;
  z-index: 999;
  display: none;
}
@media (min-width: 768px) {
  #back-to-top {
    display: block;
  }
}
#back-to-top .btn {
  background: #1d181e !important;
  border: 3px solid #da3038;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  padding: 0;
  text-align: center;
  line-height: 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#back-to-top .btn:hover {
  background: #ffffff !important;
  border: 3px solid #da3038;
}
#back-to-top .btn::after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 105%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
#back-to-top.affix {
  bottom: 50px;
}
#back-to-top a {
  outline: none;
}
#back-to-top i {
  font-size: 18px;
  color: #da3038;
}
#back-to-top i:hover,
#back-to-top i:focus {
  color: #1d181e !important;
}
.btn.jmodedit {
  background: #000 !important;
  padding-right: 10px;
  padding-left: 10px;
}
.icon-edit:before {
  content: 'edit';
  color: #fff;
}