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

body {
  font-family: "Open Sans", sans-serif;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  background-color: #fff;
}

img {
  width: 100%;
}

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

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

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

.btn {
  text-align: center;
  display: inline-block;
  background-color: transparent;
  border: 2px solid #aa080b;
  color: #aa080b;
  padding: 17px 30px;
  font-size: 17px;
  border-radius: 2px;
  font-weight: 400;
  margin: 15px 0;
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .btn {
    font-size: 15px;
    padding: 15px 25px;
    letter-spacing: 2px;
  }
}

.btn:hover {
  color: #fff;
  background-color: #aa080b;
}

.btn:focus {
  color: #fff !important;
  background-color: #790608;
  border-color: #790608;
}

.btn-white {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.btn-white:hover {
  background-color: #aa080b;
  border: 2px solid #aa080b;
  color: #fff;
}

.title-h {
  font-family: "Outfit", sans-serif;
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 15px;
  color: #333;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 10px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .title-h {
    font-size: 33px !important;
    line-height: 37px !important;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 20px;
  }
}
.title-p {
  font-size: 20px;
  line-height: 29px;
  padding-bottom: 10px;
  font-weight: 400;
  color: #444;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .title-p {
    font-size: 20px !important;
    line-height: 28px;
  }
}

.inner-h {
  font-family: "Outfit", sans-serif;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #333;
}
@media (max-width: 991px) {
  .inner-h {
    font-size: 22px !important;
    line-height: 29px !important;
  }
}

.sep {
  content: "";
  height: 2px;
  width: 140px;
  margin: 15px 0;
  background: #aa080b;
}

.sep-middle {
  content: "";
  height: 2px;
  width: 140px;
  background: #aa080b;
  margin: 15px auto;
}

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

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

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

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

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

/******navbar start*******/
.top-bar {
  z-index: 1000;
  background-color: #111;
}
.top-bar p, .top-bar a {
  padding-top: 6px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .top-bar p, .top-bar a {
    font-size: 13px;
    line-height: 15px;
  }
}
.top-bar a:hover {
  color: #aa080b;
}
.top-bar .top-text {
  display: inline-block;
}

@media (min-width: 991px) {
  nav.navbar.bootsnav.no-background {
    background-color: transparent;
    border: none;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 14px;
    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: 66px;
  }
}

.navbar-brand {
  padding: 0px 10px 2px 5px;
}
@media (max-width: 1155px) {
  .navbar-brand {
    padding: 0px 0px 2px 0px;
  }
}

.navbar-brand img {
  width: auto;
  height: 95px;
  margin-top: -10px;
}
@media (max-width: 1025px) {
  .navbar-brand img {
    height: 57px;
    margin-top: 0;
  }
}

.caret {
  margin-left: 4px;
}

@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: 400;
    font-family: "Outfit", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 22px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    font-family: "Outfit", 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 #aa080b;
    margin-top: 0px;
    width: 220px;
  }
  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 16px 12px 10px 8px;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    color: #aa080b;
    font-family: "Outfit", sans-serif;
    margin: 14px 0 12px 0;
  }
}
@media (min-width: 991px) and (max-width: 1010px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 26px 7px 10px 7px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 15px 7px 10px 7px;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "Outfit", sans-serif;
    letter-spacing: 0px;
  }
}
@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #333;
  }
  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #aa080b;
  }
  nav.no-background.bootsnav ul.nav > li > a {
    color: #fff;
  }
  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 #ccc;
    color: #333;
    font-weight: 400;
    font-family: "Outfit", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #aa080b;
  }
}
nav.navbar.bootsnav .btn {
  margin-top: 17px;
  text-transform: none;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 9px 15px;
  margin-right: 15px;
  margin-left: 13px;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
}
@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: #fff !important;
  background-color: #aa080b !important;
  border: 2px solid #aa080b;
}

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

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

nav.no-background.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 105px;
}

@media (max-width: 1300px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 75px;
    width: auto;
  }
}
@media (max-width: 991px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 52px;
    width: auto;
  }
}
@media (max-width: 991px) {
  #navbar-menu > ul > li.dropdown.on > ul > li > a {
    color: #333;
    line-height: 34px;
    font-size: 19px;
  }
  #navbar-menu > ul > li.dropdown.on > ul {
    list-style: none;
    padding-left: 10px;
  }
}
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.navbar.bootsnav.no-full .navbar-collapse {
  height: auto !important;
  max-height: none !important;
}

@media (min-width: 991px) and (max-width: 1290px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 15px 5px 10px 5px;
    font-size: 13px;
    letter-spacing: 0px;
  }
}
/******navbar end**********/
/*****hero start*********/
.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hero {
    min-height: 68vh;
  }
}
.hero .hero-box {
  margin-top: 45vh;
}
@media (max-width: 991px) {
  .hero .hero-box {
    margin-top: 24vh;
  }
}
.hero .back {
  background-color: rgba(13, 13, 13, 0.5);
}
.hero h1 {
  color: #fff;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.6);
}
.hero h2 {
  font-size: 22px;
  color: #fff;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.6);
}
@media (max-width: 991px) {
  .hero h2 {
    font-size: 19px;
  }
}

.container2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  z-index: 5;
}
@media (max-width: 990px) {
  .container2 {
    display: none;
  }
}

.chevron {
  position: absolute;
  width: 4.5rem;
  height: 0.28rem;
  opacity: 0;
  transform: scale(0.3);
  animation: move-chevron 3s ease-out infinite;
}

.chevron:first-child {
  animation: move-chevron 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move-chevron 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skewY(30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skewY(-30deg);
}
@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5);
  }
}
/***************hero end******/
.services-home-box {
  margin: 10px 10px 25px 10px;
  background-color: #fff;
  box-shadow: 2px 1px 15px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  .services-home-box {
    margin: 10px 5px 25px 5px;
  }
}

.services-home-img {
  height: 350px;
}
@media screen and (max-width: 768px) {
  .services-home-img {
    height: 250px;
  }
}

.services-home-text {
  padding: 5px 10px 20px 10px;
}
.services-home-text .btn {
  padding: 13px 20px;
  background-color: #aa080b;
  color: #fff;
}
.services-home-text .btn:hover {
  background-color: #790608;
  border: 2px solid #790608;
}
.services-home-text h3 {
  font-weight: 700;
}

.cta-top {
  background-attachment: fixed;
  padding-bottom: 300px;
}
@media screen and (max-width: 991px) {
  .cta-top {
    padding-bottom: 170px;
  }
}
.cta-top h3, .cta-top p {
  color: #fff;
}
.cta-top .back {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#aa080b+0,790608+100 */
  background: radial-gradient(ellipse at center, rgb(170, 8, 11) 0%, rgb(121, 6, 8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.cta-top .btn {
  background-color: #aa080b;
  color: #fff;
  margin: 15px 5px;
}
@media (max-width: 600px) {
  .cta-top .btn {
    margin: 5px 0;
    min-width: 220px;
  }
}

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta-top {
      background-attachment: scroll !important;
      background-size: auto 100%;
    }
  }
}
.alumni {
  margin-top: -260px;
  padding-top: 0;
  padding-bottom: 120px;
}
@media screen and (max-width: 991px) {
  .alumni {
    padding-bottom: 80px;
    margin-top: -160px;
  }
}

.gallery-3 {
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: left;
  font-size: 16px;
  background: #222;
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 15px);
  margin: 8px 6px;
}
@media (max-width: 768px) {
  .gallery-3 {
    width: calc(100% - 0px);
    margin: 8px 0px;
  }
}

.gallery2 {
  width: calc(49.5% - 15px);
  margin: 8px 6px;
}
@media (max-width: 768px) {
  .gallery2 {
    width: calc(100% - 0px);
    margin: 8px 0px;
  }
}

.gallery-3 *,
.gallery-3:before,
.gallery-3:after {
  box-sizing: border-box;
  transition: all 0.4s ease;
}

.gallery-3 .gallery-3-img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  height: 450px;
}
@media (max-width: 768px) {
  .gallery-3 .gallery-3-img {
    height: 220px;
  }
}

.gallery-3:before,
.gallery-3:after {
  position: absolute;
  top: 20px;
  right: 20px;
  content: "";
  background-color: #fff;
  z-index: 1;
  opacity: 0;
}

.gallery-3:before {
  width: 0;
  height: 1px;
}

.gallery-3:after {
  height: 0;
  width: 1px;
}

.gallery-3 .gallery-3-text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px 20px;
}

.gallery-3 h3 {
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 200 !important;
  margin: 0;
  margin-bottom: 13px;
  font-weight: normal;
  opacity: 0;
  font-size: 25px;
}

.gallery-3 h4 {
  margin: 0;
  font-size: 1.1em;
  font-weight: normal;
  opacity: 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.gallery-3 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.gallery-3:hover .gallery-3-img,
.gallery-3.hover .gallery-3-img {
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  opacity: 0.5;
}

.featured-index:hover .featured-index-img,
.featured-index.hover .featured-index-img {
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  opacity: 0.5;
}

.gallery-3:hover:before,
.gallery-3.hover:before,
.gallery-3:hover:after,
.gallery-3.hover:after {
  opacity: 1;
  transition-delay: 0.25s;
}

.gallery-3:hover:before,
.gallery-3.hover:before {
  width: 40px;
}

.gallery-3:hover:after,
.gallery-3.hover:after {
  height: 40px;
}

.gallery-3:hover h3,
.gallery-3.hover h3,
.gallery-3:hover h4,
.gallery-3.hover h4 {
  opacity: 1;
}

.gallery-3:hover h3,
.gallery-3.hover h3 {
  transition-delay: 0.3s;
}

.gallery-3:hover h4,
.gallery-3.hover h4 {
  transition-delay: 0.35s;
}

.gallery-3 .btn {
  border: 2px solid #fff;
  color: #fff;
}

.item h5 {
  color: #fff;
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 1px;
  font-weight: 300;
}

/**************************/
.cta {
  position: relative;
  background-attachment: fixed;
  padding: 190px 0;
}
@media (max-width: 992px) {
  .cta {
    padding: 60px 0;
  }
}
.cta h3 {
  color: #fff;
  padding-top: 20px;
  margin-bottom: 10px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.cta .title-p {
  color: #fff;
  font-size: 26px;
  line-height: 34px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  padding-bottom: 5px;
}
@media (max-width: 991px) {
  .cta .title-p {
    font-size: 18px;
    line-height: 24px;
  }
}
.cta .back {
  background-color: rgba(13, 13, 13, 0.55);
}
.cta .btn {
  border: 2px solid #fff;
  background-color: transparent;
  margin-top: 20px;
  color: #fff;
}
.cta .btn:hover {
  border: 2px solid #aa080b;
  background-color: #aa080b;
}

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta {
      background-attachment: scroll !important;
      background-size: auto 100%;
    }
  }
}
/******** cta end ********/
/******about start***********/
.about-image {
  height: 700px;
}
@media (max-width: 991px) {
  .about-image {
    position: relative;
    right: 0;
    height: 250px;
    margin-top: 15px;
  }
}

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

/******about end************/
/*********** testimonials start *********/
.testimonials {
  padding: 100px 0 110px 0;
  position: relative;
}
@media (max-width: 768px) {
  .testimonials {
    padding: 60px 0;
  }
}
.testimonials .owl-theme .owl-controls {
  text-align: left;
}

#testimonial-slider {
  margin: 0px 0 0 0px;
}
@media (max-width: 1050px) {
  #testimonial-slider {
    margin: 50px 0 0 0px;
  }
}

.testimonial .description {
  padding: 10px 0px;
  margin-bottom: 0px;
  font-size: 19px;
  color: #111;
  line-height: 30px;
  font-weight: 300;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .testimonial .description {
    padding: 0px 0 20px 0;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
  }
}

.testimonial .title {
  display: block;
  font-size: 22px;
  font-weight: 300;
  color: #aa080b;
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 15px 0 15px 0;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .testimonial .title {
    margin-bottom: 10px;
  }
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #aa080b !important;
}

.index-gallery .gallery-index-box {
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 15px);
  margin: 8px 6px;
}
@media (max-width: 768px) {
  .index-gallery .gallery-index-box {
    width: calc(100% - 0px);
    margin: 8px 0px;
  }
}
.index-gallery .gallery-index-img {
  height: 550px;
}
@media (max-width: 768px) {
  .index-gallery .gallery-index-img {
    height: 220px;
  }
}
.index-gallery .gallery-index-box2 {
  display: inline-block;
  vertical-align: top;
  width: calc(49.5% - 15px);
  margin: 8px 6px;
}
@media (max-width: 768px) {
  .index-gallery .gallery-index-box2 {
    width: calc(100% - 0px);
    margin: 8px 0px;
  }
}
.index-gallery .gallery-index-img2 {
  height: 700px;
}
@media (max-width: 768px) {
  .index-gallery .gallery-index-img2 {
    height: 220px;
  }
}

.padd-test {
  padding-left: 30px;
}
@media screen and (max-width: 991px) {
  .padd-test {
    padding-left: 15px;
  }
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #aa080b;
}

.card {
  background: #fff;
  box-shadow: -2px 2px 15px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s;
}

.card a {
  color: inherit;
  text-decoration: none;
}

.card-image-large .aaa {
  height: 620px;
  overflow: hidden;
  background-color: #000;
  transition: height 0.3s;
}
@media screen and (max-width: 768px) {
  .card-image-large .aaa {
    height: 250px;
  }
}

.card-image-small .aaa {
  height: 620px;
  overflow: hidden;
  background-color: #000;
  transition: height 0.3s;
}
@media screen and (max-width: 768px) {
  .card-image-small .aaa {
    margin-top: 0;
    height: 250px;
  }
}

.cta-color {
  padding: 80px 0;
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#aa080b+0,790608+100 */
  background: radial-gradient(ellipse at center, rgb(170, 8, 11) 0%, rgb(121, 6, 8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.cta-color h3 {
  font-family: "Outfit", sans-serif;
  font-size: 40px;
  margin: 0 0 20px 0;
}
.cta-color img {
  margin-top: 20px;
  width: auto;
  height: 90px;
}
@media only screen and (max-width: 990px) {
  .cta-color img {
    width: 100%;
    height: auto;
  }
}

/*****tc- footer start******/
.tc-footer {
  padding-top: 120px;
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 991px) {
  .tc-footer {
    text-align: center;
  }
}
.tc-footer .back {
  background-color: rgba(26, 26, 26, 0.9);
}
.tc-footer a {
  color: #fff;
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .tc-footer a {
    line-height: 26px;
    font-size: 18px;
  }
}
.tc-footer a:hover {
  color: #aa080b;
}
.tc-footer ul {
  list-style: none;
  padding-left: 0px;
  margin-top: 30px;
}
.tc-footer .footer-right {
  text-align: right;
}
@media (max-width: 991px) {
  .tc-footer .footer-right {
    text-align: center;
  }
}
.tc-footer img {
  width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .tc-footer img {
    margin-bottom: 30px;
  }
}

.footer-copyright {
  margin-top: 10px;
  padding: 0;
  color: #333;
  font-size: 13px;
}
@media (max-width: 991px) {
  .footer-copyright {
    padding: 0px 15px 20px 15px;
    margin-top: 50px;
  }
}
.footer-copyright .svg-inline--fa {
  display: inline-block;
  background-color: #aa080b;
  border: 1px solid #aa080b;
  color: #fff;
  width: 24px;
  height: 19px;
  padding: 8px;
  margin: 0 5px;
  border-radius: 3px;
}
.footer-copyright .svg-inline--fa:hover {
  background-color: #790608;
  border: 1px solid #790608;
  color: #fff;
}
.footer-copyright hr {
  margin-top: 10px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ccc;
}
.footer-copyright a, .footer-copyright p {
  font-size: 13px;
  font-weight: 200;
  line-height: 30px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
}
@media (max-width: 991px) {
  .footer-copyright a, .footer-copyright p {
    line-height: 20px;
    font-size: 14px;
  }
}

/*****tc-footer end******/
input, textarea {
  width: 100%;
  margin-bottom: 15px;
  outline: none;
  box-shadow: none;
  border-radius: 4px;
  padding: 12px 15px;
  background: rgba(255, 230, 230, 0.1);
  border: 1px solid rgba(204, 0, 0, 0.1);
}

select {
  width: 100%;
  margin-bottom: 15px;
  outline: none;
  box-shadow: none;
  border-radius: 4px;
  padding: 12px 15px;
  min-height: 55px;
  background: rgba(255, 230, 230, 0.1);
  border: 1px solid rgba(204, 0, 0, 0.1);
  text-transform: uppercase;
  font-size: 13px;
  color: #333;
  height: 49px;
}

::-moz-placeholder {
  text-transform: uppercase;
  font-size: 13px;
  color: #333;
}

::placeholder {
  text-transform: uppercase;
  font-size: 13px;
  color: #333;
}

.inner-div {
  height: 100px;
}

.inner-navbar {
  border-bottom: 1px solid #eee !important;
}
@media (min-width: 991px) {
  .inner-navbar ul.nav > li > a {
    color: #333 !important;
  }
}

.reviews-box {
  position: relative;
  padding: 60px 50px;
  box-shadow: 0px 5px 24px 0px rgba(217, 217, 217, 0.75);
  margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
  .reviews-box {
    padding: 20px 15px;
    margin-bottom: 15px;
  }
}
.reviews-box h4 {
  text-align: right;
  margin: 25px 25px 0 0;
  color: #aa080b;
}
@media screen and (max-width: 500px) {
  .reviews-box h4 {
    margin: 15px 5px 0 0;
  }
}
.reviews-box img {
  position: absolute;
  top: 30px;
  left: 20px;
  font-size: 120px;
  opacity: 0.2;
  height: 110px;
  width: auto;
  color: #aa080b;
}
@media screen and (max-width: 500px) {
  .reviews-box img {
    top: 10px;
    left: 10px;
    height: 80px;
  }
}

.pagination > li > a, .pagination > li > span {
  color: #aa080b;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  color: #aa080b;
}

.blog-box {
  position: relative;
  margin: 15px 0;
  box-shadow: 2px 4px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}
.blog-box .blog-img {
  height: 300px;
}
@media (max-width: 550px) {
  .blog-box .blog-img {
    height: 250px;
  }
}
.blog-box .blog-text {
  padding: 25px 20px 5px 20px;
}
.blog-box h3 {
  font-family: "Outfit", sans-serif;
  font-size: 26px;
  line-height: 31px;
  min-height: 105px;
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .blog-box h3 {
    min-height: auto;
  }
}
.blog-box a {
  color: #aa080b;
  text-transform: uppercase;
}

.blog-box:hover a {
  font-weight: 700;
  letter-spacing: 1px;
}

.blog-box:hover {
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
}

.pagination {
  margin-top: 50px;
}

.blog-ul {
  padding-left: 0;
  list-style: none;
}
.blog-ul li {
  display: inline-block;
}
.blog-ul .svg-inline--fa {
  height: 40px;
  width: 40px;
  padding: 12px;
  border-radius: 50%;
  background-color: rgba(81, 112, 255, 0.15);
  color: #aa080b;
  margin: 20px 4px 5px 4px;
  transition: all 0.3s ease-in-out;
}
.blog-ul .svg-inline--fa:hover {
  padding: 10px;
}

.blog-detail-img {
  height: 450px;
  margin: 0 0 30px 0;
}
@media (max-width: 768px) {
  .blog-detail-img {
    height: 230px;
  }
}

.sidebar {
  background-color: #f9f9f9;
  padding: 5px 20px 20px 20px;
}
.sidebar .sidebar-img {
  height: 85px;
}
.sidebar .padd-right {
  padding-left: 0;
}
.sidebar .sidebar-box {
  position: relative;
  margin-top: 15px;
}
.sidebar .sidebar-box h4 {
  font-family: "Outfit", sans-serif;
  margin-bottom: 0;
  margin-top: 5px;
}
.sidebar .sidebar-box:hover h4 {
  color: #aa080b;
}

/********** TEAM PAGE START ********/
.team-box {
  background-color: #fff;
  overflow: hidden;
  display: inline-block;
  margin: 12px 12px;
  width: calc(33% - 30px);
}
@media (max-width: 1100px) {
  .team-box {
    width: calc(49% - 15px);
  }
}
@media (max-width: 550px) {
  .team-box {
    width: calc(99% - 15px);
  }
}

.team-img {
  height: 350px;
  background-position: top;
  transition: all 0.3s ease-in-out;
}

.team-box:hover .team-img { /* IE 9 */ /* Safari 3-8 */
  transform: scale(1.1);
}

.team-info {
  padding: 15px 5px 25px 5px;
}

.team-job-desc {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  color: #222;
  text-transform: uppercase;
  font-size: 26px;
  margin-top: 0;
}

.team-name {
  color: #666;
  font-weight: 300;
  font-size: 15px;
  opacity: 0.7;
}

.team-info .btn {
  padding: 8px 20px;
  font-size: 16px;
  margin-top: 10px;
}

.team-link {
  display: block;
  margin: 2px 0;
  letter-spacing: 1px;
  font-weight: 300;
}

.inline-box-open {
  overflow: auto;
  background: #FDFDF6;
  padding: 40px;
  width: 70%;
  max-width: 100%;
  border-radius: 6px;
  margin-left: 15%;
}

@media screen and (max-width: 768px) {
  .inline-box-open {
    background: #FDFDF6;
    padding: 10px;
    width: 96%;
    max-width: 100%;
    border-radius: 6px;
    margin-left: 2%;
  }
}
.staff-bio .svg-inline--fa {
  width: 20px;
  height: 20px;
  padding: 9px;
  border: 1px solid #aa080b;
  border-radius: 50%;
  margin: 10px 6px 2px 0px;
  color: #aa080b;
}

.staff-bio .svg-inline--fa:hover {
  background-color: #aa080b;
  color: #fff;
}

/********* TEAM PAGE END *******/
.example-image {
  background-size: cover;
  background-position: center;
  height: 250px;
  margin: 5px 5px;
  width: calc(25% - 15px);
  display: inline-block;
}
@media screen and (max-width: 999px) {
  .example-image {
    height: 250px;
    margin: 5px 5px;
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 500px) {
  .example-image {
    height: 250px;
    margin: 5px 0px;
    width: calc(100% - 0px);
  }
}

.inner-header {
  height: 150px;
}

.video-img {
  width: 100%;
  height: 500px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .video-img {
    height: 260px;
  }
}

.play-img {
  width: 190px;
  margin-top: 175px;
}
@media (max-width: 768px) {
  .play-img {
    margin-top: 60px;
    width: 140px;
  }
}

.video-iframe iframe {
  width: 100%;
  height: 300px;
  margin: 40px 0 0px 0;
  background-color: #eee;
}
@media (max-width: 500px) {
  .video-iframe iframe {
    height: 210px;
    margin: 20px 0 0px 0;
  }
}

.contact-page .svg-inline--fa {
  margin-right: 10px;
}

#accordion .panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 10px;
  overflow: hidden;
  position: relative;
}

#accordion .panel-heading {
  padding: 0;
  border: none;
  border-radius: 0;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
}

#accordion .panel-title a {
  display: block;
  padding: 18px 70px 18px 30px;
  margin: 0;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  border-radius: 0;
  background: rgba(255, 230, 230, 0.1);
  position: relative;
}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
  content: "-";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 55px;
  height: 100%;
  text-align: center;
  line-height: 50px;
  border-left: 2px solid #aa080b;
  position: absolute;
  top: 0;
  right: 0;
}

#accordion .panel-title a.collapsed:before {
  content: "+";
}

#accordion .panel-title a .icon {
  display: inline-block;
  width: 55px;
  height: 100%;
  border-right: 2px solid #aa080b;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

#accordion .panel-body {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-top: none;
  background: #fff;
  font-size: 15px;
  color: #333;
  line-height: 27px;
}

@media screen and (max-width: 991px) {
  #accordion .panel-title a {
    padding: 15px 65px 15px 20px;
  }
  #accordion .panel-body {
    padding: 10px 10px;
  }
}
.services-page .services-home-box {
  position: relative;
  width: calc(33.3% - 15px);
  margin: 10px 5px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1200px) {
  .services-page .services-home-box {
    width: calc(49% - 15px);
  }
}
@media screen and (max-width: 700px) {
  .services-page .services-home-box {
    width: calc(100% - 0px);
    margin: 10px 0px;
  }
}
.services-page .services-home-box:hover .btn {
  background-color: #790608;
  border: 2px solid #790608;
}

.location .hero-box {
  margin-top: 35vh;
}
@media (max-width: 991px) {
  .location .hero-box {
    margin-top: 20vh;
  }
}
.location .hero-box-right {
  margin-top: 20vh;
}
@media (max-width: 991px) {
  .location .hero-box-right {
    margin-top: 5px;
    margin-bottom: 20px;
  }
}
.location .hero-box-right form {
  background-color: #222;
  padding: 15px 30px 15px 30px;
}
@media (max-width: 768px) {
  .location .hero-box-right form {
    padding: 15px 15px;
  }
}
.location .hero-box-right input, .location .hero-box-right textarea {
  padding: 9px 10px;
  background-color: rgba(255, 255, 255, 0.9);
}
.location .hero-box-right .inner-h {
  color: #fff;
}
.location .hero-box-right .btn {
  padding: 12px 35px;
  background-color: #aa080b;
  color: #fff;
}

.cta-top.location h3, .cta-top.location p {
  color: #333;
}

.black-box {
  background-color: #222;
  padding: 50px;
  margin: 15px 5px;
  color: #fff;
}
@media (max-width: 768px) {
  .black-box {
    padding: 20px;
  }
}
.black-box .title-h {
  color: #fff;
}

.black-section {
  padding-top: 0px;
}

.under-hero .icon-box {
  display: flex;
  padding: 25px 5px;
}
@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;
  }
}
.under-hero .icon, .under-hero .text {
  display: inline;
}
.under-hero .icon h2, .under-hero .text h2 {
  margin-top: 5px;
  text-transform: uppercase;
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
}
@media (max-width: 991px) {
  .under-hero .icon h2, .under-hero .text h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .under-hero .icon h2, .under-hero .text h2 {
    font-size: 28px;
    line-height: 28px;
    margin-top: 10px;
  }
}
.under-hero .icon h4, .under-hero .text h4 {
  font-weight: 500;
}
@media (max-width: 991px) {
  .under-hero .icon h4, .under-hero .text h4 {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
  }
}
.under-hero .icon p, .under-hero .text p {
  color: #ccc;
  font-size: 15px;
  line-height: 20px;
}
.under-hero .icon {
  width: 80px;
}
@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: 80px;
  }
}
.under-hero .text {
  flex: 1;
  padding-left: 10px;
}
.under-hero img {
  width: 75px;
  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;
  }
}

.testimonials-location .testimonial {
  background-color: #fff;
  padding: 30px 20px 10px 20px;
  border-radius: 6px;
  min-height: 450px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .testimonials-location .testimonial {
    min-height: auto;
  }
}
.testimonials-location .testimonial p {
  font-size: 16px;
  line-height: 25px;
}
.testimonials-location .testimonial .title {
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 500;
  margin-right: 10px;
  text-transform: capitalize;
}
.testimonials-location .testimonial h3 {
  letter-spacing: 1px;
  font-size: 22px;
  line-height: 26px;
}

.financing-img {
  margin: 5px 0 25px 0;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

.financing-img:hover {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}

.location-q {
  position: absolute;
  top: 15px;
  right: 20px;
  opacity: 0.1;
  height: 60px;
  width: auto !important;
}/*# sourceMappingURL=style.css.map */