@charset "UTF-8";
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: #ed1c24;
}

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: #ed1c24;
  border: 2px solid #ed1c24;
  font-family: "Oswald", sans-serif;
  padding: 17px 50px 17px 50px;
  font-size: 17px;
  border-radius: 2px;
  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 #ed1c24;
  background-color: #ed1c24;
  border-radius: 40px;
}

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

.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: #ed1c24;
  border-color: #ed1c24;
}

.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: 20px;
    line-height: 26px;
  }
}

.title-top {
  color: #ed1c24;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .title-top {
    font-size: 16px;
    letter-spacing: 1px;
  }
}

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

.wt-small-separator {
  font-family: "Rajdhani", sans-serif;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 0px;
  position: relative;
  display: inline-block;
  font-weight: 600;
  color: #ed1c24;
  text-transform: uppercase;
}

.wt-small-separator div {
  display: inline-block;
}

.wt-small-separator div.sep-leaf-right {
  position: relative;
  margin-left: 50px;
}

.wt-small-separator div.sep-leaf-left {
  position: relative;
  margin-right: 50px;
}

.wt-small-separator div.sep-leaf-right:before,
.wt-small-separator div.sep-leaf-left:before {
  position: absolute;
  content: "";
  background-color: #ed1c24;
  width: 30px;
  height: 3px;
  bottom: 4px;
}

.wt-small-separator div.sep-leaf-right:before {
  right: 0px;
}

.wt-small-separator div.sep-leaf-left:before {
  left: 0px;
}

/*****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: #ed1c24;
}

@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: 50px 12px 10px 12px;
    font-weight: 600;
    font-size: 13px;
  }
}
@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #222;
  }
  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #ed1c24;
  }
  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: #ed1c24;
  }
}
@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: 23px;
  }
  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: 21px;
    padding: 3px 0;
    font-weight: 500;
  }
  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: #ed1c24;
  border: 2px solid #ed1c24;
}
@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 #ed1c24;
  color: #ed1c24;
}

nav.navbar.bootsnav ul.nav > li > .mobile-a {
  width: 240px;
  background: #ed1c24;
  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;
}

nav.navbar.bootsnav.no-full .navbar-collapse {
  height: auto !important;
  max-height: none !important;
}

/*****navbar end******/
/*****hero start*********/
.hero {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 0px;
  overflow: hidden;
}
@media (max-width: 1050px) {
  .hero {
    min-height: 100vh;
  }
}
@media (max-width: 520px) {
  .hero {
    min-height: 93vh;
  }
}
.hero .back {
  background: rgba(13, 13, 13, 0.4);
}

.hero .video-overlay {
  position: absolute;
  width: 100%;
  min-height: 100%;
  z-index: -1;
}

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

.hero .video-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}

.hero-title {
  margin-top: 40vh;
  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: 100px;
  line-height: 105px;
  font-weight: 900;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .hero-title h1 {
    letter-spacing: 1px;
    font-size: 65px;
    line-height: 68px;
  }
}
@media (max-width: 400px) {
  .hero-title .btn {
    margin-top: 0;
    padding: 10px 20px;
  }
}
.hero-title .btn:hover {
  border: 2px solid #ed1c24;
}

.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: 500px) {
  .hero-arrow {
    top: 77vh;
  }
}

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

/*************************/
.features {
  padding: 60px 0;
  z-index: 1;
}
.features .title-h {
  margin-bottom: 8px;
}
.features .features-box {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  box-shadow: -2px -3px 25px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .features .features-box {
    margin-top: 15px;
  }
}
.features .features-img {
  height: 550px;
}
@media (max-width: 500px) {
  .features .features-img {
    height: 320px;
    background-position: top;
  }
}
.features .features-text {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  text-align: center;
}
.features .features-text h2 {
  color: #fff;
  margin-bottom: 0;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
.features .btn {
  padding: 10px 20px;
  min-width: 240px;
  font-family: "Rajdhani", sans-serif;
  letter-spacing: 1px;
  font-size: 20px;
}

/********* services end *********/
.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(26, 26, 26, 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******/
.tc-testimonial {
  background: #fff;
  padding: 100px 0 120px 0;
}
@media (max-width: 991px) {
  .tc-testimonial {
    padding: 60px 0 60px 0;
  }
}

.testimonial-bg {
  padding: 0px 0px;
  position: relative;
  margin: 5px;
}
@media (max-width: 991px) {
  .testimonial-bg {
    padding: 0px 5px 20px 5px;
  }
}

.tc-testimonial .testimonial {
  padding: 40px 20px 20px 30px;
  border: 1px solid #eee;
  margin: 5px;
  min-height: 350px;
}
@media (max-width: 991px) {
  .tc-testimonial .testimonial {
    padding: 0;
    min-height: auto;
    padding: 20px 20px;
  }
}

.testimonial .description {
  font-size: 20px;
  font-weight: 300;
  color: #444;
  line-height: 32px;
  padding-bottom: 20px;
  margin-bottom: 35px;
  position: relative;
}
@media (max-width: 991px) {
  .testimonial .description {
    font-size: 17px;
    line-height: 23px;
  }
}

.testimonial .title {
  font-size: 25px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 20px 0;
  font-family: "Oswald", sans-serif;
}

.testimonial h3 {
  text-align: right;
  font-size: 16px;
  color: #ed1c24;
}

.tc-testimonial .owl-nav {
  background: #fff;
  position: absolute;
  right: 0%;
  left: 0;
  margin-top: 30px;
}

.tc-testimonial .owl-prev, .tc-testimonial .owl-next {
  width: 40px;
  height: 50px;
  line-height: 50px;
  padding: 7px;
  border-radius: 0%;
  background: rgba(230, 242, 255, 0.7) !important;
  color: #ed1c24 !important;
  opacity: 1;
  padding: 0;
}

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

.tc-testimonial .owl-dots .owl-dot.active span, .tc-testimonial .owl-dots .owl-dot:hover span {
  background: #ed1c24;
}

/*****tc-testimonial end******/
/******* settlements 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: #ed1c24;
  border-radius: 50%;
  text-align: center;
  padding: 5px;
  margin-top: 15px;
}
.intro .svg-inline--fa {
  color: #fff;
  width: 25px;
  height: 25px;
  padding: 17px;
  background: #ed1c24;
  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: 30px;
}
@media (max-width: 991px) {
  .product-home {
    margin-top: 0;
  }
}

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

.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: #ed1c24;
}

.product-home .product-box {
  display: inline-block;
  vertical-align: top;
  width: calc(20% - 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************/
.video-img {
  width: 100%;
  height: 520px;
  position: relative;
  background-size: cover;
  background-position: center;
  border: 10px solid #fff;
  overflow: hidden;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .video-img {
    border: 5px solid #fff;
    height: 240px;
  }
}
.play-img {
  width: 190px;
  margin-top: 150px;
}

@media (max-width: 768px) {
  .play-img {
    margin-top: 70px;
    width: 110px;
  }
}
.play-img {
  animation: shadow-pulse 1.5s infinite;
}

@keyframes shadow-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.07);
  }
  100% {
    transform: scale(1);
  }
}
/******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(13, 13, 13, 0.88);
}

.tc-footer img {
  margin-bottom: 20px;
}
@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: #eee;
  letter-spacing: 1px;
}

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

.tc-footer p {
  color: #eee;
  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: 20px;
  width: 20px;
  border: 2px solid #ed1c24;
  padding: 8px;
  border-radius: 50%;
  color: #ed1c24;
}

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

@media (max-width: 991px) {
  .tc-footer li {
    display: inline-block;
    padding: 10px 7px;
  }
}
/*****footer end******/
.row-btn .btn {
  margin: 5px;
  background-color: #333;
  border: 2px solid #333;
}

/********REVIEW PAGE***********/
.reviews-page {
  padding: 70px 0;
}

.reviews-box {
  overflow: hidden;
  padding: 30px 10px 20px 30px;
  border: 1px solid #f2f2f2;
  box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.15);
  margin: 20px 0;
}

.reviews-page blockquote {
  font-size: 16px;
  quotes: "“" "”";
  border-left: 2px solid #ccc;
  padding: 10px 20px 5px 55px;
  margin: 0 0 10px;
}
@media screen and (max-width: 991px) {
  .reviews-page blockquote {
    border-left: none !important;
    padding: 20px 20px 5px 15px;
  }
}

.reviews-page blockquote:before, blockquote:after {
  color: #ed1c24;
  opacity: 0.4;
  content: open-quote;
  font-size: 45px;
  line-height: 0em;
  margin-right: 0.1em;
  vertical-align: -0.4em;
}

.reviews-page blockquote:before {
  content: open-quote;
  margin: 15px 0 0 -20px;
}

.reviews-page blockquote:after {
  float: right;
  content: close-quote;
  margin-top: 15px;
}

.reviews-page .name {
  margin-right: 20px;
  margin-top: 35px;
}

.reviews-page .company-name {
  font-weight: 400;
  color: #ed1c24;
  opacity: 0.7;
  font-size: 18px;
  font-style: italic;
  font-family: "Oswald", sans-serif;
  margin-top: 20px;
}

.reviews-page h4 {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  margin-top: 40px;
}

/********REVIEW PAGE***********/
.tc-header {
  min-height: 40vh;
  position: relative;
  overflow: hidden;
}

.tc-header .back {
  background: rgba(15, 30, 62, 0.5);
}

.pagination {
  margin-top: 50px;
}

.pagination > li > a, .pagination > li > span {
  padding: 8px 14px;
  color: #ed1c24;
  border-radius: 0 !important;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #000;
  background-color: #fff;
}

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

input, textarea {
  width: 100%;
  padding: 15px 15px;
  border: 1px solid #f2f2f2;
  margin-bottom: 15px;
  outline: none;
  border-radius: 0;
  background-color: #f7f7f7;
}

select {
  width: 100%;
  padding: 11px 9px;
  border: 1px solid #f2f2f2;
  background-color: #f7f7f7;
  margin-bottom: 15px;
  outline: none;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 15px;
  color: #333;
  height: 58px;
}

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

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

@media screen and (max-width: 768px) {
  ::-moz-placeholder {
    font-size: 14px;
    text-transform: capitalize;
  }
  ::placeholder {
    font-size: 14px;
    text-transform: capitalize;
  }
  select {
    font-size: 14px;
    height: 58px;
    text-transform: capitalize;
  }
}
.contact-top h3 a {
  color: #333;
  font-family: "Rajdhani", sans-serif;
  font-size: 24px;
  font-weight: 600;
}
.contact-top h3 a:hover {
  color: #ed1c24;
}

#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: 20px;
  font-weight: 600;
  color: #333;
  font-family: "Rajdhani", sans-serif;
  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 #ed1c24;
  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 #ed1c24;
  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;
  }
}
/********** 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: 450px;
  background-position: top;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 550px) {
  .team-img {
    height: 300px;
  }
}

.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: "Oswald", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 26px;
  margin-top: 0;
}

.team-name {
  color: #888;
  font-weight: 400;
  font-size: 17px;
  opacity: 0.7;
}

.team-info .btn {
  padding: 8px 20px;
  font-size: 14px;
  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: 21px;
  height: 21px;
  padding: 9px;
  border: 1px solid #ed1c24;
  border-radius: 50%;
  margin: 10px 6px 2px 0px;
  color: #ed1c24;
}

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

/********* TEAM PAGE END *******/
.about-image {
  height: 450px;
}
@media (max-width: 700px) {
  .about-image {
    height: 220px;
  }
}

.inner-h {
  font-family: "Oswald", sans-serif;
}

.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: #ed1c24;
}
.blog-ul .svg-inline--fa:hover {
  background-color: #ed1c24;
  color: #fff;
}

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

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

.services-page form {
  background-color: #333;
  padding: 15px;
}

.services-ul li span {
  font-weight: 700;
}/*# sourceMappingURL=style.css.map */