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

body {
  font-family: "Open Sans", sans-serif;
  position: relative;
  font-size: 17px;
  line-height: 25px;
}

img {
  width: 100%;
}

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

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: 500px) {
  section {
    padding: 60px 0;
  }
}

.btn {
  color: #fff;
  background-color: #ad0002;
  border: 2px solid #ad0002;
  font-family: "Oswald", sans-serif;
  padding: 17px 50px 17px 50px;
  font-size: 17px;
  border-radius: 6px;
  font-weight: 600;
  letter-spacing: 3px;
  margin-top: 15px;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .btn {
    font-size: 16px;
    letter-spacing: 1px;
    padding: 14px 30px;
  }
}

.btn:hover {
  color: #fff;
  border: 2px solid #ad0002;
  background-color: #ad0002;
  border-radius: 40px;
}

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

.btn:active:hover, .btn:active:focus, .btn:active.focus, .btn-.active:hover, .btn.active:focus, .btn.active.focus, .open > .btn.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #ad0002;
  border-color: #ad0002;
}

.title-h {
  font-size: 60px;
  line-height: 65px;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: "Oswald", sans-serif;
  color: #333;
}
@media (max-width: 991px) {
  .title-h {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 1px;
  }
}

.title-p {
  font-size: 24px;
  font-weight: 300;
  line-height: 31px;
  padding-bottom: 25px;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .title-p {
    font-size: 18px;
    line-height: 26px;
  }
}

.sep {
  content: "";
  height: 3px;
  width: 160px;
  background: #ad0002;
  margin: 25px 0;
}

.sep-middle {
  content: "";
  height: 3px;
  width: 160px;
  background: #ad0002;
  margin: 25px auto;
}

.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;
}

@media (max-width: 992px) {
  .display-desctop {
    display: none;
  }
}

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

/*****navbar start******/
.top-bar {
  background-color: #111;
}
.top-bar p, .top-bar a {
  padding-top: 5px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
  line-height: 23px;
}
@media (max-width: 768px) {
  .top-bar p, .top-bar a {
    font-size: 15px;
    line-height: 16px;
  }
}
.top-bar a:hover {
  color: #ad0002;
}

@media (min-width: 992px) {
  nav.navbar.bootsnav.no-background {
    background: rgba(13, 13, 13, 0.2);
    border: none;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 25px;
    background-color: transparent;
  }
  .navbar-toggle .svg-inline--fa {
    color: #333;
  }
  .attr-nav {
    display: none;
  }
}
nav.navbar.bootsnav {
  background: rgb(255, 255, 255);
  border-bottom: none;
}
@media (max-width: 991px) {
  nav.navbar.bootsnav {
    background: rgb(255, 255, 255);
  }
}

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

.navbar-brand {
  padding: 6px 15px 0 5px;
  height: auto;
}
@media (max-width: 991px) {
  .navbar-brand {
    padding: 3px 5px 2px 5px;
  }
}

.navbar-brand img {
  width: auto;
  height: 75px;
}
@media (max-width: 991px) {
  .navbar-brand img {
    height: 65px;
  }
}

.caret {
  margin-left: 4px;
}
@media (max-width: 991px) {
  .caret {
    display: inline-block;
  }
}

@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: rgba(26, 26, 26, 0.97);
    border: solid 1px rgba(0, 0, 0, 0.4);
    border-top: 5px solid rgba(0, 0, 0, 0.4);
  }
  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 35px 18px 40px 0px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Rajdhani", sans-serif;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 32px 10px 10px 10px;
    font-weight: 600;
    font-size: 14px;
  }
}
@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #222;
  }
  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #ad0002;
  }
  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: 8px 15px;
    border-bottom: solid 1px #333;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    font-family: "Rajdhani", sans-serif;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #fff;
    background: #ad0002;
  }
}
@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;
    font-weight: 600;
    font-family: "Rajdhani", sans-serif;
    color: #333 !important;
    text-transform: uppercase;
    font-size: 21px;
  }
  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    margin-bottom: 10px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    font-family: "Rajdhani", sans-serif;
    color: #333;
    font-size: 19px;
    padding: 3px 0;
  }
  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 10px -15px;
  }
}
nav.navbar.bootsnav .btn {
  margin-left: 0px !important;
}

nav.navbar.bootsnav .btn {
  padding: 12px 15px 12px 15px !important;
  text-transform: uppercase;
  color: #fff;
  font-size: 17px;
  margin: 18px 15px 0 15px;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Rajdhani", sans-serif;
  background-color: #ad0002;
  border: 2px solid #ad0002;
}
@media (max-width: 1165px) {
  nav.navbar.bootsnav .btn {
    padding: 8px 7px;
    font-size: 14px;
    font-weight: 500;
  }
}
@media (max-width: 1010px) {
  nav.navbar.bootsnav .btn {
    padding: 8px 6px;
  }
}
@media (max-width: 768px) {
  nav.navbar.bootsnav .btn {
    margin-right: 0px;
  }
}

nav.navbar.bootsnav .btn:hover {
  background-color: transparent;
  border: 2px solid #ad0002;
  color: #ad0002;
}

nav.navbar.bootsnav ul.nav > li > .mobile-a {
  width: 240px;
  background: #ad0002;
  color: #fff !important;
  display: none;
}
@media (max-width: 992px) {
  nav.navbar.bootsnav ul.nav > li > .mobile-a {
    display: block;
  }
}

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-fixed.bootsnav {
  border-bottom: 1px solid #f7f7f7;
}

/*****navbar end******/
/*****hero start*********/
.hero {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 0px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .hero {
    min-height: 80%;
  }
}
.hero .back {
  background: rgba(13, 13, 13, 0.4);
}
.hero img {
  height: 170px;
  width: auto;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .hero img {
    height: auto;
    width: 80%;
    margin-bottom: 10px;
  }
}

.hero .video-overlay {
  position: absolute;
  width: 100%;
  min-height: 100%;
  z-index: -1;
}
@media (max-width: 768px) {
  .hero .video-overlay {
    min-height: 80%;
  }
}

.hero video {
  display: block;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  z-index: 1;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  background-color: #111;
}
@media (max-width: 768px) {
  .hero video {
    min-height: 80%;
  }
}

.hero .video-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .hero .video-overlay:after {
    min-height: 80%;
  }
}

.hero-title {
  margin-top: 30vh;
  color: #333;
}
@media (max-width: 1050px) {
  .hero-title {
    margin-top: 30vh;
    margin-bottom: 50px;
    padding-left: 0px;
    text-align: center;
  }
}
.hero-title h2 {
  font-size: 25px;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 400px) {
  .hero-title h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
.hero-title h1 {
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  font-size: 80px;
  line-height: 85px;
  font-weight: 900;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .hero-title h1 {
    letter-spacing: 1px;
    font-size: 42px;
    line-height: 45px;
  }
}
.hero-title .btn {
  margin: 15px 5px;
}
@media (max-width: 400px) {
  .hero-title .btn {
    margin-top: 0;
    padding: 12px 23px;
    margin: 5px 2px;
  }
}
.hero-title .btn:hover {
  border: 2px solid #ad0002;
}

.hero-bottom {
  padding: 50px 0 30px 0;
}
@media (max-width: 400px) {
  .hero-bottom {
    padding: 30px 0 10px 0;
  }
}
.hero-bottom .back {
  background-color: rgba(13, 13, 13, 0.95);
}
.hero-bottom .title-h {
  color: #fff;
}
@media (max-width: 400px) {
  .hero-bottom .title-h {
    font-size: 26px;
    line-height: 30px;
  }
}
.hero-bottom a:hover {
  color: #eee;
}

.hero-arrow {
  height: 100vh;
  position: absolute;
  z-index: 10;
  left: calc(50% - 30px);
  top: 90vh;
}
@media (max-width: 768px) {
  .hero-arrow {
    display: none;
  }
}

.arrow {
  width: 60px;
  height: 82px;
  position: sticky; /* don't forget set container to relative */
  left: calc(50% - 30px);
  margin-left: 0px;
  bottom: 10vh;
  z-index: 999;
}

/* set arrow styles */
.arrow path {
  stroke: #fff;
  stroke-width: 4px;
  fill: transparent;
  animation: down 2s infinite;
}

/* arrow keyframe animation */
@keyframes down {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* arrow animation delay */
.arrow path.a1 {
  animation-delay: -1s;
}

.arrow path.a2 {
  animation-delay: -0.5s;
}

.arrow path.a3 {
  animation-delay: 0s;
}

/*************************/
.services {
  padding: 60px 0;
  z-index: 1;
}
.services .title-h {
  margin-bottom: 8px;
}
.services .services-box {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  box-shadow: -2px -3px 25px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .services .services-box {
    margin-top: 15px;
  }
}
.services .services-img {
  height: 400px;
}
@media (max-width: 500px) {
  .services .services-img {
    height: 220px;
    background-position: top;
  }
}
.services .services-text {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  border-radius: 5px;
  padding: 10px 5px 15px 5px;
  text-align: center;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.15);
  cursor: pointer;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.services .services-text h4 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  margin-bottom: 0;
  font-size: 25px;
  margin: 0;
  letter-spacing: 1px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
.services .btn {
  padding: 10px 20px;
  min-width: 240px;
  font-family: "Rajdhani", sans-serif;
  letter-spacing: 1px;
  font-size: 20px;
}

.services-row .col-md-3 {
  padding-left: 9px;
  padding-right: 9px;
}
@media (max-width: 768px) {
  .services-row .col-md-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.services-box:hover .services-text {
  background-color: rgba(0, 0, 0, 0.75);
  cursor: pointer;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  transition: all 0.3s ease-in-out;
}

.about .back {
  background-color: rgba(242, 242, 242, 0.93);
}
.about .about-small-img {
  height: 230px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.about-box {
  margin-top: 15px;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  padding: 20px;
}
@media (max-width: 768px) {
  .about-box {
    padding: 15px;
  }
}
.about-box .about-img {
  height: 180px;
}
.about-box h3 {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
}
.about-box a {
  font-weight: 700;
}

.about-box:hover {
  box-shadow: 2px -2px 15px rgba(0, 0, 0, 0.15);
}

.page-padd {
  padding: 0 100px;
}
@media (max-width: 991px) {
  .page-padd {
    padding: 0 0px;
  }
}

/********* services end *********/
.services-bottom {
  height: 270px;
  background-color: #111;
  margin-top: -270px;
}

.featured-box {
  overflow: hidden;
  border-radius: 7px;
  margin-top: 30px;
}

.featured figure {
  position: relative;
  overflow: hidden;
  height: 600px;
  width: 100%;
  height: auto;
  text-align: left;
  cursor: pointer;
}

figure.effect-julia .features-img {
  max-width: none;
  height: 600px;
  transition: opacity 1s, transform 1s;
  backface-visibility: hidden;
}
@media only screen and (max-width: 991px) {
  figure.effect-julia .features-img {
    height: 350px;
  }
}

.featured figure figcaption::before,
.featured figure figcaption::after {
  pointer-events: none;
}

.featured figure figcaption {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
  padding: 20px;
  cursor: pointer;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.featured figure figcaption h3 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
  margin-top: 0;
  font-size: 30px;
}
.featured figure figcaption h4 {
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
  font-size: 16px;
  line-height: 21px;
}
.featured figure figcaption .btn {
  padding: 10px 25px;
  margin-top: 5px;
}

figure.effect-julia {
  background: #222;
}

figure.effect-julia:hover .features-img {
  transform: scale3d(1.1, 1.1, 1);
}

.featured-box figcaption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: 0;
}

/****************************************/
.cta {
  background-color: #333;
  padding: 200px 0;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .cta {
    padding: 80px 0;
  }
}
.cta h3, .cta h4, .cta p {
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
.cta .back {
  background-color: rgba(0, 0, 0, 0.55);
}
.cta .title-p {
  padding-bottom: 0px;
}

/******about end************/
@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta {
      background-attachment: scroll !important;
      background-size: auto 100%;
    }
  }
}
/*****tc-testimonial start******/
.reviews {
  background: #fff;
  padding: 80px 0 120px 0;
}
@media (max-width: 768px) {
  .reviews {
    padding: 60px 0;
  }
}

.reviews-bg {
  border: 3px solid #ad0002;
  padding: 80px 60px 30px 60px;
  text-align: center;
  position: relative;
}
@media (max-width: 991px) {
  .reviews-bg {
    padding: 40px 10px 20px 10px;
  }
}

.icon .svg-inline--fa {
  width: 55px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  font-size: 40px;
  color: #ad0002;
  position: absolute;
  top: -40px;
  left: 4%;
  padding: 0 12px;
  background: #fff;
}

.review-index {
  padding: 0 15px;
}

.review-index .description {
  font-size: 20px;
  font-weight: 400;
  color: #222;
  line-height: 29px;
  padding-bottom: 40px;
  margin-bottom: 35px;
  position: relative;
}
@media (max-width: 991px) {
  .review-index .description {
    font-size: 16px;
    line-height: 20px;
  }
}

.review-index .description:before {
  content: "";
  width: 75%;
  border-top: 1px solid #ad0002;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.6;
}

.review-index .title {
  font-size: 23px;
  font-weight: 700;
  color: #333;
  text-transform: capitalize;
  margin: 0;
  font-family: "Oswald", sans-serif;
}

.review-index .post {
  display: inline-block;
  font-size: 16px;
  color: #999;
}

.reviews .owl-nav {
  background: #fff;
  position: absolute;
  right: 3%;
  padding-right: 10px;
  margin-top: 5px;
}

.reviews .owl-prev {
  width: 20px;
  height: 30px;
  line-height: 20px;
  border-radius: 50%;
  background: #fff !important;
  color: #ad0002 !important;
  opacity: 1;
  color: #ccc;
}

.reviews .owl-next {
  width: 20px;
  height: 30px;
  line-height: 20px;
  border-radius: 50%;
  background: #fff !important;
  color: #ad0002 !important;
  opacity: 1;
  padding: 0;
}

.reviews .owl-next .svg-inline--fa, .reviews .owl-prev .svg-inline--fa {
  font-size: 24px;
}

.reviews .owl-dots .owl-dot.active span, .reviews .owl-dots .owl-dot:hover span {
  background: #ad0002;
}

/*****tc-testimonial end******/
/*******intro start*******/
.intro {
  z-index: 8;
  padding: 80px 0;
  position: relative;
}
.intro .intro-text {
  padding: 60px 80px 60px 0;
}
@media (max-width: 991px) {
  .intro .intro-text {
    padding: 60px 0px 60px 0;
  }
}
.intro h3 {
  color: #fff;
}
.intro h4 {
  color: #fff;
  font-size: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
.intro p {
  color: #ddd;
}
@media (max-width: 600px) {
  .intro p {
    font-size: 15px;
    line-height: 19px;
  }
}
.intro ul {
  list-style: none;
  padding-left: 0;
}
.intro li {
  color: #fff;
  margin: 14px 0;
}
.intro .intro-icon {
  height: 70px;
  width: auto;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 5px;
  margin-right: 10px;
  margin-top: 30px;
}
.intro .icon-sec {
  width: 75px;
  height: 75px;
  background: #ad0002;
  border-radius: 50%;
  text-align: center;
  padding: 5px;
  margin-top: 15px;
}
.intro .svg-inline--fa {
  color: #fff;
  width: 25px;
  height: 25px;
  padding: 17px;
  background: #ad0002;
  border-radius: 50%;
  border: 2px dotted #fff;
}
.intro .intro-row {
  margin-top: 20px;
}
@media (max-width: 600px) {
  .intro .intro-row {
    margin-top: 10px;
  }
}

.intro .back {
  background: rgba(0, 0, 0, 0.7);
  width: 50%;
}
@media (max-width: 991px) {
  .intro .back {
    width: 100%;
  }
}

.flex-container {
  display: flex;
  flex-wrap: nowrap;
}

.flex-container > .coach-flex {
  width: 110px;
  margin: 5px 25px 5px 0;
  flex: 1;
}

.flex-2 {
  flex: 7;
}

/*****intro end******/
/************product-home start***********/
.product-home {
  padding: 0 0 60px 0;
}
@media (max-width: 991px) {
  .product-home {
    margin-top: 0;
  }
}

.product-home .owl-theme .owl-controls {
  text-align: center;
  margin-top: 35px;
}

.product-home .owl-theme .owl-dots .owl-dot.active span, .clients .owl-theme .owl-dots .owl-dot:hover span {
  background: #ccc;
}

.product-home .owl-theme .owl-dots .owl-dot span {
  background: #ad0002;
}

.product-home .product-box {
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 15px);
  padding: 20px;
  margin: 5px 4px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .product-home .product-box {
    padding: 0px;
    width: calc(50% - 5px);
    margin: 5px 0px;
  }
}

.product-home-img {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  position: relative;
  min-height: 100px;
}
@media (max-width: 991px) {
  .product-home-img {
    min-height: 90px;
  }
}

@media (max-width: 991px) {
  .product-home {
    text-align: center;
    padding-top: 15px;
  }
}
/*************product-home end************/
/******footer start****/
.tc-footer {
  position: relative;
  padding: 90px 0 25px 0;
}
@media (max-width: 991px) {
  .tc-footer {
    padding: 50px 0 25px 0;
  }
}
.tc-footer .back {
  background-color: rgba(242, 242, 242, 0.93);
}

.tc-footer img {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .tc-footer img {
    margin-left: 0;
    margin-bottom: 10px;
  }
}

.tc-footer ul {
  list-style: none;
  margin: 10px 0 10px 0;
  padding: 0;
}

.footer-navbar {
  margin-top: 5px !important;
}

.tc-footer .footer-navbar li {
  display: inline-block;
  padding: 5px 20px;
}

.tc-footer .footer-icon li {
  display: inline-block;
  padding: 5px 3px;
}

.tc-footer a {
  font-weight: 500;
  font-family: "Rajdhani", sans-serif;
  color: #333;
  letter-spacing: 1px;
}

.tc-footer a:hover {
  color: #ad0002;
}

.tc-footer p {
  color: #333;
  margin-top: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
}

.tc-footer .svg-inline--fa {
  font-size: 26px;
  height: 17px;
  width: 17px;
  border: 2px solid #ad0002;
  padding: 8px;
  border-radius: 50%;
  color: #ad0002;
}

.tc-footer .svg-inline--fa:hover {
  color: #fff;
  background-color: #ad0002;
}

@media (max-width: 991px) {
  .tc-footer li {
    display: inline-block;
    padding: 10px 7px;
  }
}
.tc-footer hr {
  border-top: 1px solid #ccc;
}

/*****footer end******/
.row-btn .btn {
  margin: 5px;
  background-color: #333;
  border: 2px solid #333;
}

.tc-header {
  min-height: 50vh;
  position: relative;
  overflow: hidden;
}

.tc-header .back {
  background: rgba(26, 26, 26, 0.5);
}

.inner-h {
  color: #333;
  font-weight: 500;
  font-size: 33px;
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #fff;
  border-color: rgba(173, 0, 2, 0.15);
  padding: 18px 15px;
}
.panel-default > .panel-heading .svg-inline--fa {
  color: #ad0002;
}

.panel-default {
  border-color: rgba(173, 0, 2, 0.15);
}

.panel-title {
  font-weight: 600;
}

.panel-title a {
  display: block;
}

input, textarea {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid rgba(173, 0, 2, 0.15);
  background-color: #fff;
  margin-bottom: 15px;
  outline: none;
  border-radius: 0;
}

select {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid rgba(173, 0, 2, 0.15);
  background-color: #fff;
  margin-bottom: 15px;
  outline: none;
  border-radius: 0;
  height: 58px;
}

input[type=file] {
  border: none;
  outline: none;
}

.contacts-page ul {
  list-style: none;
  padding: 30px 0;
}
.contacts-page li {
  margin-bottom: 40px;
}
.contacts-page .contact-icon {
  width: 55px;
  height: 55px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 50%;
  margin-top: -15px;
}
.contacts-page a {
  line-height: 22px;
  font-size: 16px;
  color: #333;
  display: block;
  font-weight: 400;
}
.contacts-page a:hover {
  color: #ad0002;
}
.contacts-page .small-md {
  margin-bottom: 0;
  color: #ad0002;
}
.contacts-page .svg-inline--fa {
  color: #ad0002;
  font-size: 22px;
}
.contacts-page .btn {
  margin-top: 15px;
}

.unit-body {
  margin-top: -5px;
}

.reviews-page .reviews-box {
  border: 1px solid #f5f5f5;
  padding: 30px;
  position: relative;
  margin-top: 40px;
}
@media only screen and (max-width: 990px) {
  .reviews-page .reviews-box {
    padding: 30px 15px;
    margin-top: 30px;
  }
}
.reviews-page .reviews-box .inner-h {
  margin-bottom: 20px;
}
.reviews-page .reviews-box .review-img {
  background-color: #fff;
  padding: 11px;
  position: absolute;
  top: -22px;
  left: 40px;
}
@media only screen and (max-width: 990px) {
  .reviews-page .reviews-box .review-img {
    right: 20px;
  }
}
.reviews-page .reviews-box img {
  width: auto;
  height: 23px;
  opacity: 0.7;
}
@media only screen and (max-width: 990px) {
  .reviews-page .reviews-box img {
    height: 20px;
  }
}
.reviews-page .reviews-box h4 {
  color: #ad0002;
  margin: 30px 0px 10px 0;
  text-align: right;
  margin-right: 20px;
  font-family: "Oswald", sans-serif;
}
@media only screen and (max-width: 990px) {
  .reviews-page .reviews-box h4 {
    margin-right: 0;
  }
}

.pagination {
  margin-top: 70px;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 3px 12px 3px 12px;
  margin-left: -1px;
  line-height: 2;
  color: #ad0002;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.example-image {
  background-size: cover;
  background-position: center;
  height: 250px;
  margin: 5px 5px;
  width: calc(33% - 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);
  }
}

.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: 155px;
}
@media (max-width: 768px) {
  .play-img {
    margin-top: 60px;
    width: 140px;
  }
}

.video-row iframe {
  height: 370px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .video-row iframe {
    height: 220px;
    margin-top: 15px;
  }
}

.before-after, .gallery-page {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .before-after, .gallery-page {
    padding-bottom: 60px;
  }
}
.before-after .b-a-content img, .gallery-page .b-a-content img {
  height: 363px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 668px) {
  .before-after .b-a-content img, .gallery-page .b-a-content img {
    height: 230px;
  }
}
.before-after .owl-nav, .gallery-page .owl-nav {
  position: absolute;
  top: 27%;
  left: -3.5%;
  right: -3.5%;
  width: 107%;
  z-index: -1;
}
@media (max-width: 991px) {
  .before-after .owl-nav, .gallery-page .owl-nav {
    top: 18%;
    left: -4.5%;
    right: -4.5%;
    width: 109%;
  }
}
.before-after .owl-theme .owl-controls .owl-nav [class*=owl-], .gallery-page .owl-theme .owl-controls .owl-nav [class*=owl-] {
  margin: 3px;
  padding: 4px 2px;
  display: inline-block;
  cursor: pointer;
  width: 18px;
  background: transparent;
  opacity: 1;
}
@media (max-width: 768px) {
  .before-after .owl-theme .owl-controls .owl-nav [class*=owl-], .gallery-page .owl-theme .owl-controls .owl-nav [class*=owl-] {
    width: 14px;
  }
}
.before-after .owl-theme .owl-controls .owl-nav [class*=owl-]:hover, .gallery-page .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  opacity: 0.7;
}
.before-after .owl-prev, .gallery-page .owl-prev {
  float: left;
}
.before-after .owl-next, .gallery-page .owl-next {
  float: right;
}

.b-a {
  margin: 0 5px;
}
.b-a .title-p {
  margin-bottom: 10px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .b-a .title-p {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
  }
}

.b-a .b-a-content {
  padding: 0;
  margin-bottom: 10px;
  position: relative;
}

.b-a .inner-h {
  margin: -5px 0 40px 0;
  text-transform: uppercase;
  color: #ad0002;
  font-size: 29px;
  font-weight: 600;
  letter-spacing: 1px;
}

.gallery-page:nth-child(even) {
  background: #f9f9f9;
}

.gallery-page:nth-child(odd) {
  background: #fff;
}

.blog-page .blog-box {
  background-color: #fff;
  position: relative;
  box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .blog-page .blog-box {
    margin-bottom: 15px;
  }
}
.blog-page .blog-img {
  height: 260px;
}
.blog-page .blog-tekst {
  padding: 5px 15px 20px 20px;
  min-height: 250px;
}
@media screen and (max-width: 768px) {
  .blog-page .blog-tekst {
    min-height: auto;
  }
}
.blog-page .blog-tekst p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}
.blog-page .blog-tekst .svg-inline--fa {
  margin-right: 8px;
}
.blog-page .blog-tekst h3 {
  font-size: 28px;
  line-height: 34px;
}
@media screen and (max-width: 768px) {
  .blog-page .blog-tekst h3 {
    min-height: auto;
  }
}
.blog-page .blog-tekst a {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

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

.blog-ul {
  list-style: none;
  padding-left: 0;
}
.blog-ul li {
  display: inline-block;
  margin: 3px;
  margin-bottom: 30px;
}
.blog-ul .svg-inline--fa {
  height: 45px;
  width: 45px;
  background-color: #ebf3fa;
  padding: 14px;
  border-radius: 50%;
  color: #ad0002;
}
.blog-ul .svg-inline--fa:hover {
  background-color: #ad0002;
  color: #fff;
}

.about-image {
  height: 420px;
}
@media screen and (max-width: 558px) {
  .about-image {
    height: 220px;
  }
}

.team-page .team-box {
  background-color: #fff;
  position: relative;
  box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .team-page .team-box {
    margin-bottom: 15px;
  }
}
.team-page .blog-img {
  height: 360px;
}
.team-page .blog-tekst {
  padding: 25px 15px 20px 20px;
  min-height: 230px;
}
@media screen and (max-width: 768px) {
  .team-page .blog-tekst {
    min-height: auto;
  }
}
.team-page .blog-tekst p {
  color: #ad0002;
}
.team-page .blog-tekst .svg-inline--fa {
  margin-right: 8px;
}
.team-page .blog-tekst h3 {
  font-size: 28px;
  line-height: 34px;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .team-page .blog-tekst h3 {
    min-height: auto;
  }
}
.team-page .blog-tekst .btn {
  padding: 12px 25px;
  font-size: 16px;
}

.team-box:hover {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}/*# sourceMappingURL=style.css.map */