html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-family: "Inter", sans-serif;
  position: relative;
  font-size: 18px;
  line-height: 25px;
}

img {
  width: 100%;
}

@media (max-width: 991px) {
  .mobile-hidden {
    display: none;
  }
}

a {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #a92323;
}

a:active,
a:focus,
a:hover {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333;
}

section {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 991px) {
  section {
    padding: 50px 0;
  }
}

.btn {
  color: #fff;
  background-color: #a92323;
  border: 2px solid #a92323;
  text-transform: uppercase;
  padding: 15px 35px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 3px;
  transition: all 0.5s ease-in-out;
  border-radius: 5px;
  margin: 15px 0;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 991px) {
  .btn {
    padding: 12px 25px;
    letter-spacing: 2px;
    font-size: 18px;
  }
}

.btn:hover, .btn:focus, .btn:active {
  border-radius: 55px;
  color: #fff;
}

.title-h {
  font-size: 60px;
  font-weight: 500;
  line-height: 64px;
  font-family: "Oswald", sans-serif;
  color: #222;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .title-h {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0.5px;
  }
}

.inner-h {
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-family: "Oswald", sans-serif;
  color: #333;
}
@media (max-width: 991px) {
  .inner-h {
    font-size: 30px;
    line-height: 32px;
  }
}

.title-p {
  font-size: 23px;
  font-weight: 400;
  line-height: 32px;
  padding-bottom: 20px;
  color: #444;
  letter-spacing: 0px;
  margin-top: 25px;
}
@media (max-width: 991px) {
  .title-p {
    font-size: 20px;
    line-height: 26px;
  }
}

.sep {
  content: "";
  height: 3px;
  width: 210px;
  background-color: #a92323;
  margin: 20px auto;
}

.sep-left {
  content: "";
  height: 3px;
  width: 210px;
  background-color: #a92323;
  margin: 20px 0;
}

.back-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.mobile-view {
  display: none !important;
}
@media (max-width: 991px) {
  .mobile-view {
    display: block !important;
  }
}

.desktop-view {
  display: block !important;
}
@media (max-width: 991px) {
  .desktop-view {
    display: none !important;
  }
}

.padd-top {
  height: 40px;
}
@media (max-width: 991px) {
  .padd-top {
    height: 5px;
  }
}

/******navbar start*******/
.top-bar {
  z-index: 1000;
  background-color: #111;
}
.top-bar p, .top-bar a {
  padding: 5px 0 8px 0;
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0px;
  font-family: "Inter", sans-serif;
}
@media (max-width: 1050px) {
  .top-bar p, .top-bar a {
    font-size: 16px;
    line-height: 18px;
    padding: 4px 0 3px 0;
  }
}
.top-bar a:hover {
  color: #a92323;
}
.top-bar .top-text {
  display: inline-block;
}
@media (max-width: 991px) {
  .top-bar .top-text {
    text-align: center;
    display: block;
  }
}

.attr-phone {
  z-index: 111;
  margin: 0;
  color: #fff;
  position: absolute;
  top: 3px;
  right: 15px;
  display: inline-block;
  line-height: 10px;
}
@media (max-width: 991px) {
  .attr-phone {
    display: none;
  }
}
.attr-phone .svg-inline--fa {
  font-size: 14px;
  line-height: 4px;
  margin-right: 7px;
  background-color: #333;
  padding: 9px;
  border-radius: 50%;
  vertical-align: sub;
  animation: pulse 1.2s infinite;
  display: inline-block;
}
.attr-phone span {
  margin-top: -5px;
  font-family: "Oswald", sans-serif;
}
.attr-phone a {
  display: inline-block;
  line-height: 33px;
  padding: 0;
  font-size: 23px;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 1050px) {
  .attr-phone a {
    line-height: 20px;
  }
}
.attr-phone a:hover .svg-inline--fa {
  color: #fff;
}
.attr-phone .svg-inline--fa:hover {
  color: #fff !important;
}

@media (max-width: 991px) {
  .row-color {
    background-color: #333 !important;
  }
}

@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 24px;
    background-color: transparent;
  }
  .navbar-toggle .svg-inline--fa {
    color: #333;
  }
}
nav.navbar.bootsnav {
  background: #fff;
  border-bottom: solid 1px #eee;
}
@media (max-width: 991px) {
  nav.navbar.bootsnav {
    background: #fff !important;
    border-bottom: solid 1px none;
  }
}

.navbar {
  min-height: 73px;
}
@media (max-width: 991px) {
  .navbar {
    min-height: auto;
  }
}

.navbar-brand {
  padding: 2px 10px 2px 10px;
  height: auto;
}
@media (max-width: 1190px) {
  .navbar-brand {
    padding: 4px 0px 0px 10px;
  }
}

.navbar-brand img {
  width: auto;
  height: 73px;
  margin-top: 0px;
}
@media (max-width: 1190px) {
  .navbar-brand img {
    height: 73px;
    margin-top: 0;
  }
}

.caret {
  margin-left: 4px;
}

nav.navbar.bootsnav.no-background {
  background-color: transparent;
}

@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none;
  }
  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none;
    color: #333 !important;
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    font-family: "Oswald", sans-serif;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    font-family: "Oswald", sans-serif;
    color: #fff;
    font-size: 15px;
    padding: 5px 0;
  }
  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 20px -15px;
  }
  nav.navbar.bootsnav .btn {
    margin-left: 0px !important;
  }
}
@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: rgba(255, 255, 255, 0.97);
    border: solid 1px #ccc;
    border-top: 5px solid #333;
    margin-top: 0px;
    width: 260px;
  }
  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 15px 4px 16px 12px;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    margin: 14px 0 12px 0;
  }
}
@media (min-width: 991px) and (max-width: 1190px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 10px 4px 10px 10px;
    font-size: 15px;
    text-decoration: none;
  }
}
@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #333;
  }
  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #a92323;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0);
  }
  nav.no-background.bootsnav ul.nav > li > a {
    color: #fff;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.35);
  }
  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none;
  }
  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 9px 10px;
    border-bottom: solid 1px #ecf1f8;
    color: #333;
    font-weight: 400;
    font-size: 16px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    background-color: rgba(248, 243, 237, 0.5);
  }
}
nav.navbar.bootsnav .btn {
  margin-top: 14px;
  text-transform: none;
  font-size: 16px;
  letter-spacing: 0px;
  padding: 11px 20px;
  margin-right: 15px;
  margin-left: 8px;
  font-weight: 400;
  box-shadow: none;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1050px) {
  nav.navbar.bootsnav .btn {
    padding: 9px 8px;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .btn {
    display: none;
  }
}

nav.navbar-fixed.bootsnav .btn {
  color: #333 !important;
  background-color: transparent !important;
  border: 2px solid #333;
}

nav.no-background.bootsnav .btn {
  color: #fff !important;
  background-color: transparent !important;
  border: 2px solid #fff;
}

nav.bootsnav .btn:hover {
  color: #fff !important;
  background-color: #333 !important;
  border-color: #333;
}

@media (max-width: 991px) {
  #navbar-menu > ul > li.dropdown.on > ul > li > a {
    color: #333;
    line-height: 34px;
    font-weight: 400;
    font-size: 19px;
  }
  #navbar-menu > ul > li.dropdown.on > ul {
    list-style: none;
    padding-left: 10px;
  }
}
nav.navbar.bootsnav.no-full .navbar-collapse {
  height: auto !important;
  max-height: none !important;
}

nav.no-background.bootsnav .logo1 {
  display: inline-block !important;
}

nav.navbar-fixed.bootsnav .logo1 {
  display: none;
}

nav.no-background.bootsnav .logo2 {
  display: none !important;
}

nav.navbar-fixed.bootsnav .logo2 {
  display: inline-block;
}

@media (max-width: 992px) {
  nav.no-background.bootsnav .logo1 {
    display: none !important;
  }
  nav.no-background.bootsnav .logo2 {
    display: inline-block !important;
  }
}
nav.no-background.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 120px;
  margin-top: 2px;
}

@media (max-width: 991px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 55px;
    width: auto;
    margin-top: 0;
  }
}
/******navbar end**********/
/*****hero start*********/
.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hero {
    min-height: 80vh;
  }
}
.hero .hero-box {
  margin-top: 34vh;
}
@media (max-width: 991px) {
  .hero .hero-box {
    margin-top: 24vh;
  }
}
.hero .back {
  background-color: rgba(26, 26, 26, 0.55);
}
.hero h1 {
  color: #fff;
  margin-top: 0px;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.6);
}
@media (max-width: 991px) {
  .hero h1 {
    font-size: 35px;
    line-height: 39px;
  }
}
.hero h2 {
  color: #fff;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
  margin-top: 20px;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 991px) {
  .hero h2 {
    font-size: 20px;
    line-height: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.hero .btn {
  margin: 15px 5px;
  letter-spacing: 2px;
  padding: 15px 25px;
}
@media (max-width: 768px) {
  .hero .btn {
    margin: 5px 5px;
  }
}

.page {
  padding: 0 10%;
}
@media (max-width: 1400px) {
  .page {
    padding: 0 5%;
  }
}
@media (max-width: 768px) {
  .page {
    padding: 0 0%;
  }
}

.under-hero {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 991px) {
  .under-hero {
    position: relative;
  }
}
.under-hero .back {
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
  .under-hero .back {
    background-color: rgba(0, 0, 0, 0.88);
  }
}
.under-hero .icon-box {
  display: flex;
  padding: 10px 25px;
  margin: 20px 0;
}
@media (max-width: 1200px) {
  .under-hero .icon-box {
    padding: 25px 15px;
  }
}
@media (max-width: 991px) {
  .under-hero .icon-box {
    padding: 25px 5px;
  }
}
@media (max-width: 768px) {
  .under-hero .icon-box {
    padding: 15px 5px;
  }
}
.under-hero .box-border {
  border-right: 1px solid #444;
}
@media (max-width: 991px) {
  .under-hero .box-border {
    border-right: none;
    border-bottom: 1px solid #333;
  }
}
.under-hero .icon, .under-hero .text {
  display: inline;
}
.under-hero .icon h4, .under-hero .text h4 {
  color: #ccc;
  font-weight: 600;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .under-hero .icon h4, .under-hero .text h4 {
    letter-spacing: 0;
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    font-weight: 400;
  }
}
.under-hero .icon {
  width: 90px;
}
@media (max-width: 1200px) {
  .under-hero .icon {
    width: 70px;
  }
}
@media (max-width: 991px) {
  .under-hero .icon {
    width: 60px;
  }
}
@media (max-width: 768px) {
  .under-hero .icon {
    width: 90px;
  }
}
.under-hero .text {
  flex: 1;
}
.under-hero img {
  width: 65px;
  margin-top: 10px;
  vertical-align: center;
}
@media (max-width: 1200px) {
  .under-hero img {
    width: 60px;
  }
}
@media (max-width: 991px) {
  .under-hero img {
    width: 50px;
  }
}
@media (max-width: 768px) {
  .under-hero img {
    width: 60px;
    margin-top: 0px;
  }
}

@media (max-width: 768px) {
  .border-new {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
}

/***************hero end******/
.home-why .why-h4 {
  font-size: 28px;
  margin: 25px 0 25px 0;
  font-family: "Oswald", sans-serif;
}
.home-why .svg-inline--fa {
  color: #a92323;
  margin-right: 15px;
}

/********* services start *********/
.steps {
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .steps {
    padding: 70px 0;
  }
}
.steps .step-h {
  color: #a92323;
  font-size: 28px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}

.services-left-text {
  overflow: hidden;
  padding: 0;
  margin-top: 50px;
}

.services-left-text .services-imge {
  margin-left: 50%;
}

@media screen and (max-width: 991px) {
  .services-left-text .services-imge {
    margin-left: 0;
    background-image: none;
  }
}
.services-left-text .services-img2 {
  display: none;
}

@media screen and (max-width: 991px) {
  .services-left-text .services-img2 {
    height: 220px;
    display: block;
  }
}
.services-left-text .services-texte {
  padding: 80px 80px;
  margin-right: 50%;
  background-color: #eee;
  margin-left: -100%;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .services-left-text .services-texte {
    margin-right: 0;
    margin-left: 0;
    padding: 20px 15px;
    width: 100%;
  }
}

.services-left-text .title-small {
  color: #333;
}

.services-texte ul {
  list-style: none;
  padding-left: 0;
}
.services-texte li {
  margin-bottom: 5px;
}
.services-texte a {
  color: #333;
}
.services-texte a:hover {
  color: #a92323;
}
.services-texte .svg-inline--fa {
  width: 20px;
  margin-right: 11px;
  color: #a92323;
}
.services-texte h5 {
  font-size: 23px;
  margin-top: 25px;
}

/*************************/
.features {
  padding: 60px 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .features {
    padding: 50px 0 30px 0;
  }
}
.features .title-h {
  margin-bottom: 8px;
}
.features .features-box {
  width: calc(25% - 16px);
  margin: 0 5px;
  display: inline-block;
  vertical-align: top;
  border-radius: 4px;
  position: relative;
  box-shadow: -2px -3px 25px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1300px) {
  .features .features-box {
    width: calc(50% - 16px);
    margin: 10px 5px;
  }
}
@media (max-width: 768px) {
  .features .features-box {
    margin-top: 15px;
    width: calc(100% - 0px);
    margin: 10px 0px;
  }
}
.features .features-img {
  height: 550px;
  border-radius: 4px;
}
@media (max-width: 500px) {
  .features .features-img {
    height: 320px;
    background-position: top;
  }
}
.features .features-text {
  position: absolute;
  bottom: -5px;
  left: 30px;
  right: 30px;
  text-align: center;
}
@media (max-width: 1351px) {
  .features .features-text {
    left: 10px;
    right: 10px;
  }
}
.features .features-text h3, .features .features-text h4 {
  color: #fff;
  margin-bottom: 0;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
.features .features-text h3 {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
}
@media (max-width: 1351px) {
  .features .features-text h3 {
    font-size: 33px;
  }
}
.features .features-text h4 {
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
}
.features .back {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 10%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.gallery-link {
  display: block;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  margin-top: 15px;
}

.features-box:hover .gallery-link {
  color: #fff;
  letter-spacing: 3px;
}

.title-bottom {
  margin-top: 50px;
  color: #fff;
}

.features-bottom {
  z-index: 0;
  position: relative;
  height: 480px;
  margin-top: -450px;
}
@media (max-width: 768px) {
  .features-bottom {
    height: 380px;
    margin-top: -380px;
  }
}
.features-bottom .back {
  background: #222;
  z-index: 0;
}

.features-bottom2 {
  z-index: 0;
  position: relative;
  height: 350px;
  margin-top: -350px;
}
@media (max-width: 768px) {
  .features-bottom2 {
    height: 240px;
    margin-top: -240px;
  }
}
.features-bottom2 .back {
  background: #2c2d32;
  z-index: 0;
}

.features-box-page {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  box-shadow: -2px -3px 25px rgba(0, 0, 0, 0.15);
  width: calc(33% - 30px);
  margin: 10px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1000px) {
  .features-box-page {
    width: calc(49% - 30px);
  }
}
@media (max-width: 600px) {
  .features-box-page {
    width: calc(100% - 0px);
    margin: 10px 0;
  }
}

/********* services end *********/
.div-service {
  width: calc(33% - 20px);
  vertical-align: top;
  display: inline-block;
  margin: 5px;
  padding: 30px 30px 10px 30px;
  background-color: #333;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 25px;
  line-height: 30px;
  min-height: 110px;
}
@media (max-width: 1000px) {
  .div-service {
    width: calc(49% - 20px);
  }
}
@media (max-width: 550px) {
  .div-service {
    width: calc(100% - 0px);
    min-height: auto;
    padding: 20px;
    margin: 5px 0;
  }
}

.row-btn .btn {
  margin: 15px 5px;
  width: 230px;
}
@media (max-width: 991px) {
  .row-btn .btn {
    margin: 5px 5px;
    width: 230px;
  }
}

.services .back {
  background-color: rgba(242, 242, 242, 0.8);
}

/******* cta start *********/
.cta {
  position: relative;
  background-attachment: fixed;
  padding: 140px 0;
}
@media (max-width: 991px) {
  .cta {
    padding: 80px 0;
  }
}
.cta h3 {
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
.cta p {
  color: #fff;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
@media (max-width: 991px) {
  .cta p {
    font-size: 20px;
    line-height: 24px;
  }
}
.cta .back {
  background-color: rgba(13, 13, 13, 0.45);
}
.cta .btn {
  margin: 10px 5px;
  min-width: 220px;
}
@media (max-width: 991px) {
  .cta .btn {
    margin: 6px 5px;
    min-width: 220px;
  }
}

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta {
      background-attachment: scroll !important;
      background-size: auto 100%;
    }
  }
}
/******** cta end ********/
/******* testimonials start **********/
.tc-testimonial {
  padding: 110px 0;
}
@media (max-width: 768px) {
  .tc-testimonial {
    padding: 50px 0;
  }
}
.tc-testimonial .back {
  background-color: rgba(255, 255, 255, 0.7);
}
.tc-testimonial .title-h {
  margin: 30px 0 40px 0;
}
@media (max-width: 991px) {
  .tc-testimonial .title-h {
    margin: 30px 0 20px 0;
  }
}

.testimonial {
  margin: 0 0px;
}

.testimonial .description {
  padding: 30px 10px 20px 10px;
  margin-bottom: 0px;
  font-size: 24px;
  color: #333;
  line-height: 34px;
  position: relative;
}
@media (max-width: 768px) {
  .testimonial .description {
    padding: 0px 0px 0px 0px;
    font-size: 17px;
    line-height: 24px;
  }
}

.testimonial .title {
  display: inline-block;
  font-size: 21px;
  font-weight: 600;
  color: #333;
  letter-spacing: 1px;
  margin-top: 20px;
  font-family: "Oswald", sans-serif;
}

.reviews-img1 {
  height: 600px;
  border-radius: 4px;
  box-shadow: 1px -1px 15px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 768px) {
  .reviews-img1 {
    height: 250px;
    margin-top: 15px;
  }
}

.reviews-img2 {
  height: 500px;
  margin-top: 50px;
  border-radius: 4px;
  box-shadow: 1px -1px 15px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 768px) {
  .reviews-img2 {
    height: 250px;
    margin-top: 15px;
  }
}

.home-projects .features-img {
  height: 550px;
  border-radius: 4px;
}
@media (max-width: 1650px) {
  .home-projects .features-img {
    height: 420px;
    background-position: top;
  }
}
@media (max-width: 550px) {
  .home-projects .features-img {
    height: 350px;
    background-position: top;
  }
}

/*****tc-testimonial end******/
/*****tc- footer start******/
.tc-footer {
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .tc-footer {
    padding-top: 60px;
    text-align: center;
  }
}
.tc-footer a, .tc-footer p {
  color: #ccc;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 33px;
}
@media (max-width: 991px) {
  .tc-footer a, .tc-footer p {
    line-height: 28px;
    font-size: 18px;
  }
}
.tc-footer a:hover {
  color: #a92323;
}
.tc-footer ul {
  list-style: none;
  padding-left: 0px;
}
.tc-footer .footer-social {
  display: inline-block;
}
.tc-footer .footer-logo {
  margin: 10px auto;
  width: 80%;
}
@media (max-width: 991px) {
  .tc-footer .footer-logo {
    width: 95%;
  }
}
.tc-footer .svg-inline--fa {
  margin-right: 3px;
  background-color: #a92323;
  color: #fff;
  font-size: 15px;
  width: 20px;
  height: 20px;
  padding: 8px;
  border: 2px solid #a92323;
  border-radius: 50%;
  margin-top: 0px;
}
@media (max-width: 991px) {
  .tc-footer .svg-inline--fa {
    margin-right: 6px;
    margin-left: 0;
  }
}
.tc-footer .svg-inline--fa:hover {
  background-color: transparent;
  border: 2px solid #a92323;
  color: #a92323;
}
.tc-footer .back {
  background: rgba(26, 26, 26, 0.92);
}

.footer-copyright {
  padding: 10px 0 10px 0;
}
.footer-copyright p, .footer-copyright a {
  color: #ccc;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .footer-copyright p, .footer-copyright a {
    letter-spacing: 0;
  }
}/*# sourceMappingURL=style.css.map */