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

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

img {
  width: 100%; }

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

a {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #c8102e; }

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

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

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

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

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

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

.little-h {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c8102e; }
  @media (max-width: 991px) {
    .little-h {
      font-size: 18px;
      line-height: 20px; } }

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

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

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

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

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

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

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

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

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

/******navbar start*******/
/******navbar start*******/
.top-bar {
  z-index: 1000;
  background-color: #2b3a4f; }
  .top-bar p, .top-bar a {
    padding: 10px 0 7px 0;
    margin-bottom: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0px; }
    @media (max-width: 1050px) {
      .top-bar p, .top-bar a {
        font-size: 14px;
        line-height: 16px;
        padding: 8px 0 2px 0; } }
  .top-bar a:hover {
    color: #c8102e; }
  .top-bar .top-text {
    display: inline-block; }

.attr-phone {
  z-index: 111;
  margin: 0;
  color: #fff;
  position: absolute;
  top: 4px;
  right: 20px;
  display: inline-block;
  line-height: 10px; }
  @media (max-width: 1050px) {
    .attr-phone {
      position: relative;
      right: 0;
      left: 0;
      margin: 0 auto;
      text-align: center;
      width: 100%; } }
  @media (max-width: 991px) {
    .attr-phone {
      margin-bottom: 4px; } }
  .attr-phone .svg-inline--fa {
    font-size: 14px;
    line-height: 4px;
    margin-right: 7px;
    background-color: #c8102e;
    padding: 7px;
    border-radius: 50%;
    vertical-align: sub;
    animation: pulse 1.2s infinite; }
  .attr-phone a {
    display: inline-block;
    line-height: 40px;
    padding: 0;
    font-size: 18px; }
    @media (max-width: 1050px) {
      .attr-phone a {
        line-height: 20px; } }
  .attr-phone a:hover .svg-inline--fa {
    color: #fff; }
  .attr-phone .svg-inline--fa:hover {
    color: #fff !important; }

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6); }
  70% {
    -moz-box-shadow: 0 0 0 11px rgba(21, 97, 183, 0);
    box-shadow: 0 0 0 11px rgba(21, 97, 183, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(21, 97, 183, 0);
    box-shadow: 0 0 0 0 rgba(21, 97, 183, 0); } }
@media (min-width: 991px) {
  nav.navbar.bootsnav.no-background {
    background-color: transparent;
    border: none; } }
@media (max-width: 991px) {
  .row-color {
    background-color: #2b3a4f !important; } }

@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: 73px;
  margin-top: 0px; }
  @media (max-width: 1025px) {
    .navbar-brand img {
      height: 77px;
      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: 500;
    font-family: "Oswald", sans-serif;
    font-size: 24px; }

  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    font-family: "Oswald", sans-serif;
    color: #fff;
    font-size: 15px;
    padding: 5px 0; }

  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 20px -15px; }

  nav.navbar.bootsnav .btn {
    margin-left: 0px !important; } }
@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: rgba(255, 255, 255, 0.97);
    border: solid 1px #ccc;
    border-top: 5px solid #c8102e;
    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: #c8102e;
    margin: 14px 0 12px 0;
    letter-spacing: 0px; } }
  @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: "Oswald", 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: #c8102e; }

  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: "Open Sans", sans-serif;
    font-size: 16px; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #c8102e; } }
nav.navbar.bootsnav .btn {
  margin-top: 17px;
  text-transform: none;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0px;
  padding: 9px 15px;
  margin-right: 15px;
  font-weight: 400;
  font-family: "Inter", 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: #c8102e !important;
  background-color: transparent !important;
  border: 2px solid #c8102e; }

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

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

nav.no-background.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 155px;
  margin-top: -30px; }

@media (max-width: 1100px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 70px;
    margin-top: 0;
    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; }

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

.hero-cta {
  display: flex;
  gap: 15px;
  margin-top: 34px;
  flex-wrap: wrap; }

.hero-cta .btn-red {
  padding: 16px 30px;
  font-size: 16px;
  box-shadow: 0 8px 22px rgba(200, 16, 46, 0.4); }

.hero-cta .btn-ghost {
  padding: 14px 28px;
  font-size: 16px; }

.hero-stats {
  display: flex;
  gap: 34px;
  margin-top: 46px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  padding-top: 24px; }

.hero-stats .num {
  font-family: 'Oswald';
  font-weight: 700;
  font-size: 30px;
  color: #fff; }

.hero-stats .lbl {
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #9fabc6; }

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

.home-slider {
  position: relative; }
  .home-slider .back {
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2; }
  .home-slider .btn, .home-slider .btn2 {
    min-width: 240px; }
    @media (max-width: 768px) {
      .home-slider .btn, .home-slider .btn2 {
        letter-spacing: 2px; } }

.service-card {
  width: calc(33% - 15px);
  vertical-align: top;
  display: inline-block;
  margin: 7px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding-bottom: 60px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1); }
  @media (max-width: 991px) {
    .service-card {
      width: calc(100% - 0px);
      margin: 7px 0;
      padding-bottom: 40px; } }
  .service-card .inner-h {
    font-weight: 600;
    font-size: 25px;
    text-transform: uppercase;
    color: #2b3a4f;
    margin-bottom: 10px; }
  .service-card p {
    font-size: 16px;
    line-height: 1.48; }
  .service-card .service-tekst {
    padding: 0 20px; }
  .service-card a {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 2px;
    text-decoration: underline; }

.service-image {
  height: 320px;
  overflow: hidden; }
  @media (max-width: 768px) {
    .service-image {
      height: 250px; } }

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }

/***************hero end******/
.why {
  background: #2b3a4f;
  color: #fff; }
  .why .title-p {
    color: #eef1f6; }

.why .lead {
  font-size: 17.5px;
  line-height: 1.62;
  color: #c4cde0; }

.feat {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 5px;
  padding: 20px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  height: 100%;
  margin-bottom: 14px; }

.feat .ck {
  color: #c8102e;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.3; }

.feat span.txt {
  font-weight: 500;
  font-size: 16.5px; }

.why .title-h {
  color: #fff; }

/********* services start *********/
.svc-ico {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px; }

.svc-ico svg {
  width: 48px;
  height: 48px;
  stroke: #c8102e;
  stroke-width: 1; }

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

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

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

.gallery-section .projects {
  width: 1200px;
  margin: 80px auto; }
.gallery-section .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px; }
.gallery-section .subtitle {
  color: #b24530;
  letter-spacing: 3px;
  font-size: 13px; }
.gallery-section h2 {
  font-size: 52px;
  margin-top: 10px; }
.gallery-section .filters {
  display: flex;
  gap: 30px;
  list-style: none; }
.gallery-section .filters li {
  cursor: pointer;
  font-weight: 600;
  color: #777;
  transition: .3s; }
.gallery-section .filters li.active {
  color: #b24530;
  border-bottom: 2px solid #b24530; }
.gallery-section .gallery {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 20px; }
  @media (max-width: 1150px) {
    .gallery-section .gallery {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 600px) {
    .gallery-section .gallery {
      grid-template-columns: 1fr; } }
.gallery-section .big {
  grid-row: span 2; }
  @media (max-width: 1150px) {
    .gallery-section .big {
      grid-row: span 1; } }
.gallery-section .card {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  transition: .4s; }
.gallery-section .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }
  @media (max-width: 1150px) {
    .gallery-section .card img {
      height: 400px; } }
  @media (max-width: 600px) {
    .gallery-section .card img {
      height: 260px; } }
.gallery-section .big img {
  height: 620px; }
  @media (max-width: 1150px) {
    .gallery-section .big img {
      height: 400px; } }
  @media (max-width: 600px) {
    .gallery-section .big img {
      height: 260px; } }
.gallery-section .card:not(.big) img {
  height: 300px; }
  @media (max-width: 1150px) {
    .gallery-section .card:not(.big) img {
      height: 400px; } }
  @media (max-width: 600px) {
    .gallery-section .card:not(.big) img {
      height: 260px; } }
.gallery-section .card span {
  position: absolute;
  left: 20px;
  bottom: 10px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6); }
.gallery-section .hide {
  display: none; }

/* ===== Services ===== */
.svc-card {
  position: relative;
  background: #fff;
  border: 1px solid #e9e3d7;
  border-radius: 5px;
  padding: 40px 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.03), 0 12px 14px rgba(0, 0, 0, 0.06), 0 10px 20px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 24px;
  height: calc(100% - 24px);
  min-height: 360px; }
  .svc-card img {
    height: 90px;
    width: auto;
    margin-bottom: 10px; }
  .svc-card h4 {
    text-align: right;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    position: absolute;
    bottom: 20px;
    right: 30px; }

.svc-card h3 {
  font-family: 'Oswald';
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  color: #2b3a4f;
  color: #2b3a4f; }

.svc-card p {
  font-size: 15.5px;
  line-height: 1.55;
  color: #54596b;
  margin-top: 9px; }

.svc-card:hover {
  box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.06), 0 -12px 24px rgba(0, 0, 0, 0.06), 0 -30px 60px rgba(0, 0, 0, 0.08); }

/* ===== Builder + Commercial split ===== */
.split {
  min-height: 570px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  padding: 50px 30px 20px 30px;
  color: #fff;
  margin-bottom: 26px; }
  @media (max-width: 991px) {
    .split {
      padding: 40px 15px 30px 15px; } }

.split.navy {
  background: #2b3a4f; }
  .split.navy .inner-h {
    color: #fff; }

.split.red {
  background: #c8102e; }

.split.navy p {
  font-size: 16px;
  line-height: 1.48;
  color: #dee3ed; }

.split.red p {
  font-size: 16px;
  line-height: 1.48;
  color: #ffe2e6; }

.chip {
  display: inline-block;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 13px;
  font-weight: 400;
  padding: 9px 17px;
  border-radius: 30px;
  margin: 8px 4px; }

.split.red .inner-h {
  color: #fff; }
.split.red .little-h {
  color: #2b3a4f; }
.split.red .btn {
  border: 2px solid #2b3a4f;
  background-color: #2b3a4f; }

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

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta {
      background-attachment: scroll !important;
      background-size: auto 100%; } } }
/******** cta end ********/
.service-area {
  background-color: #2b3a4f; }
  .service-area .title-h {
    color: #fff; }
  .service-area .title-p {
    color: #dee3ed; }
  .service-area span {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.16);
    padding: 14px 26px;
    border-radius: 40px;
    font-weight: 400;
    font-size: 17px;
    color: #fff;
    letter-spacing: 0.5px; }
    @media (max-width: 991px) {
      .service-area span {
        font-size: 15px;
        letter-spacing: 0px;
        padding: 12px 22px; } }

/*********** testimonials start *********/
.review-box-home {
  background-color: #fff;
  padding: 30px 25px 0 35px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  margin: 20px 15px 20px 2px;
  min-height: 470px; }
  @media (max-width: 700px) {
    .review-box-home {
      padding: 20px 15px;
      margin: 2px;
      box-shadow: none;
      border: 1px solid #eee; } }
  .review-box-home .test-img {
    width: 60px !important; }

.testimonial .description {
  margin: 20px 0px;
  font-size: 19px;
  color: #111;
  line-height: 29px;
  font-weight: 300;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  /* number of lines to show */
  -webkit-box-orient: vertical; }
  @media only screen and (max-width: 991px) {
    .testimonial .description {
      padding: 5px 0;
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 0; } }

.testimonial .title {
  display: block;
  font-size: 19px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #c8102e;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0px;
  margin: 20px 20px 15px 0;
  position: relative;
  text-align: right; }
  @media only screen and (max-width: 991px) {
    .testimonial .title {
      margin-bottom: 10px; } }

.review-title {
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  margin-top: 20px; }
  @media (max-width: 700px) {
    .review-title {
      margin-top: 20px; } }

.review-box-home .svg-inline--fa {
  color: gold;
  margin-top: 20px; }

.testimonials .owl-nav {
  position: absolute;
  top: -80px;
  right: 10px; }
  @media (max-width: 768px) {
    .testimonials .owl-nav {
      left: 5px;
      right: 5px; } }
.testimonials .owl-theme .owl-controls .owl-nav [class*=owl-] {
  margin: 3px;
  padding: 11px 17px 9px 17px;
  background-color: #c8102e;
  display: inline-block;
  cursor: pointer;
  opacity: 1;
  text-align: center; }
  @media (max-width: 768px) {
    .testimonials .owl-theme .owl-controls .owl-nav [class*=owl-] {
      width: 14px; } }
  .testimonials .owl-theme .owl-controls .owl-nav [class*=owl-] .svg-inline--fa {
    font-size: 20px; }
.testimonials .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background-color: #2b3a4f; }
.testimonials .owl-theme .owl-dots .owl-dot.active span, .testimonials .owl-theme .owl-dots .owl-dot:hover span {
  background: #c8102e; }

@media (max-width: 991px) {
  .testi-left {
    text-align: center; } }

.testimonial-bottom {
  padding: 180px 0 90px 20px;
  margin-top: -150px; }
  @media (max-width: 991px) {
    .testimonial-bottom {
      padding: 160px 0 90px 0px; } }
  .testimonial-bottom .svg-inline--fa {
    font-size: 18px;
    color: gold;
    margin-right: 2px; }

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

.footer-copyright {
  padding: 10px 0 10px 0; }
  .footer-copyright p, .footer-copyright a {
    color: #dee3ed;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .footer-copyright p, .footer-copyright a {
        letter-spacing: 0; } }

.tc-header {
  min-height: 40vh;
  position: relative;
  overflow: hidden; }
  .tc-header .back {
    background-color: rgba(13, 13, 13, 0.55); }
  .tc-header h1 {
    margin-top: 20vh;
    color: #fff;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5); }
  .tc-header a {
    font-weight: 600; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px; }
  .breadcrumb a:hover {
    color: #fff; }

.breadcrumb > .active {
  color: #eee;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5); }

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

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

.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: 220px;
      margin: 5px 0px;
      width: calc(100% - 0px); } }

.youtube-video {
  width: 100%;
  height: 400px;
  border: 0;
  border-radius: 4px;
  margin-top: 15px; }

.youtube-video2 {
  width: 100%;
  height: 240px;
  border: 0;
  border-radius: 4px;
  margin-top: 15px; }

.reviews-page .review-box-home {
  background-color: #fff;
  padding: 30px 25px 30px 35px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  margin: 20px 0px 20px 0px;
  min-height: auto; }
  @media screen and (max-width: 700px) {
    .reviews-page .review-box-home {
      padding: 30px 15px 30px 20px; } }

.pagination {
  margin-top: 50px; }

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

.contact-ul {
  list-style: none;
  padding-left: 0; }
  .contact-ul li {
    margin-top: 10px;
    vertical-align: middle; }
  .contact-ul a {
    color: #333;
    display: block; }
  .contact-ul a:hover {
    color: #c8102e; }
  .contact-ul .svg-inline--fa {
    display: block;
    padding: 12px;
    background-color: #eef1f6;
    margin-top: 15px;
    margin-bottom: 8px;
    color: #c8102e; }

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

select {
  width: 100%;
  height: 55px;
  padding: 15px 12px;
  border: 1px solid #eef1f6;
  background-color: #eef1f6;
  margin-bottom: 15px;
  outline: none;
  border-radius: 2px;
  color: #333;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase; }

::-webkit-input-placeholder {
  /* Edge */
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #444; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #444; }

::placeholder {
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #444; }

.team-box {
  width: calc(33% - 20px);
  display: inline-block;
  vertical-align: top;
  background-color: #eef1f6;
  position: relative;
  box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin: 10px 7px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media screen and (max-width: 1100px) {
    .team-box {
      width: calc(49% - 20px); } }
  @media screen and (max-width: 768px) {
    .team-box {
      margin: 10px 0;
      width: calc(100% - 0px); } }

.team-box:hover {
  box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.2); }

.team-img {
  height: 390px;
  border-radius: 2px; }

.team-tekst {
  padding: 25px 15px 20px 20px;
  min-height: 160px; }
  @media screen and (max-width: 768px) {
    .team-tekst {
      min-height: auto; } }
  .team-tekst p {
    color: #c8102e; }
  .team-tekst .svg-inline--fa {
    margin-right: 8px; }
  .team-tekst h3 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 500;
    margin: 0 0 10px 0; }
    @media screen and (max-width: 768px) {
      .team-tekst h3 {
        min-height: auto; } }
  .team-tekst .btn {
    padding: 12px 25px;
    font-size: 16px; }

.team-icon {
  list-style: none;
  padding-left: 0px;
  margin: 20px 0; }
  .team-icon li {
    display: inline-block; }

.team-icon .svg-inline--fa {
  margin-right: 3px;
  background-color: #c8102e;
  color: #fff;
  font-size: 15px;
  width: 20px;
  height: 20px;
  padding: 8px;
  border: 2px solid #c8102e;
  border-radius: 50%;
  margin-top: 0px; }
  @media (max-width: 991px) {
    .team-icon .svg-inline--fa {
      margin-right: 6px;
      margin-left: 0; } }

.team-icon .svg-inline--fa:hover {
  background-color: transparent;
  border: 2px solid #c8102e;
  color: #c8102e; }

.blog-page .service-card {
  width: calc(49% - 15px);
  vertical-align: top;
  display: inline-block;
  margin: 7px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding-bottom: 60px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1); }
  @media (max-width: 991px) {
    .blog-page .service-card {
      width: calc(100% - 0px);
      margin: 7px 0;
      padding-bottom: 40px; } }
  .blog-page .service-card .little-h {
    letter-spacing: 1px;
    font-size: 18px; }
  .blog-page .service-card .inner-h {
    font-weight: 600;
    font-size: 25px;
    line-height: 29px;
    min-height: 90px;
    text-transform: capitalize;
    color: #2b3a4f;
    margin-bottom: 10px; }
    @media (max-width: 991px) {
      .blog-page .service-card .inner-h {
        min-height: auto; } }
  .blog-page .service-card p {
    font-size: 16px;
    line-height: 1.48; }
  .blog-page .service-card .service-tekst {
    padding: 20px 20px 0 20px; }
  .blog-page .service-card a {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 2px;
    text-decoration: underline; }
.blog-page .service-image {
  height: 320px;
  overflow: hidden; }
  @media (max-width: 768px) {
    .blog-page .service-image {
      height: 250px; } }
.blog-page .service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }

.service-card:hover {
  box-shadow: 0 -5px 25px 10px rgba(0, 0, 0, 0.1); }

.blog-img {
  height: 500px;
  margin: 20px 0; }
  @media (max-width: 768px) {
    .blog-img {
      height: 250px; } }

.blog-row iframe {
  width: 100%;
  height: 500px;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    .blog-row iframe {
      height: 250px; } }

.panel-default > .panel-heading {
  color: #333;
  background-color: #eef1f6;
  border-color: #eef1f6;
  padding: 20px 15px; }

.panel-default {
  border-color: #eef1f6; }
  .panel-default .svg-inline--fa {
    color: #c8102e;
    font-size: 13px;
    margin-right: 10px; }

.panel-title a {
  display: block; }
