@charset "UTF-8";
html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-family: "Manrope", 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: #933640;
}

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

p {
  color: #333;
}

section {
  padding: 80px 0;
  position: relative;
}

.btn {
  color: #933640;
  background-color: transparent;
  border: 2px solid #933640;
  text-transform: uppercase;
  font-family: "Manrope", sans-serif;
  padding: 17px 35px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.5s ease-in-out;
  border-radius: 0;
}
@media (max-width: 500px) {
  .btn {
    padding: 14px 35px;
    font-size: 16px;
  }
}

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

.title-h {
  font-size: 65px;
  line-height: 70px;
  font-weight: 400;
  letter-spacing: 0px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-family: "Playfair Display", serif;
}
@media (max-width: 991px) {
  .title-h {
    font-size: 40px;
    line-height: 42px;
  }
}

.little-h {
  font-family: "Manrope", sans-serif;
  text-transform: uppercase;
  color: #933640;
  letter-spacing: 5px;
  font-size: 20px;
  font-weight: 800;
}
@media (max-width: 991px) {
  .little-h {
    letter-spacing: 3px;
    font-size: 18px;
  }
}

.title-p {
  font-size: 23px;
  font-weight: 300;
  line-height: 33px;
  padding-bottom: 30px;
  color: #333;
}
@media (max-width: 991px) {
  .title-p {
    font-size: 20px;
    line-height: 26px;
  }
}

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

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

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

.inner-h {
  font-family: "Playfair Display", serif;
  font-size: 31px;
}

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

.desctop-view {
  display: 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: 10px 0 8px 0;
  margin-bottom: 0px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 1px;
}
@media (max-width: 1050px) {
  .top-bar p, .top-bar a {
    font-size: 14px;
    line-height: 15px;
    padding: 4px 0 3px 0;
  }
}
.top-bar a:hover {
  color: #933640;
}
.top-bar .top-text {
  display: inline-block;
}
@media (max-width: 991px) {
  .top-bar .top-text {
    text-align: center;
    display: block;
  }
}

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

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

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

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

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

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

.caret {
  margin-left: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 991px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 55px;
    width: auto;
    margin-top: 0;
  }
}
/******navbar end**********/
.hero-video {
  position: relative;
  height: 87vh;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 991px) {
  .hero-video {
    height: 88vh;
  }
}
.hero-video .back {
  background-color: rgba(26, 26, 26, 0.8);
  height: 100%;
  z-index: 2;
}

.hero-video .container-fluid,
.hero-video .row,
.hero-video .col-md-12 {
  height: 100%;
}

.hero-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.hero-video .hero-text {
  position: absolute;
  left: 50%;
  top: 33vh; /* razmak od dna */
  transform: translateX(-50%);
  z-index: 3;
  text-align: center;
  color: #fff;
  width: 100%;
}
@media (max-width: 768px) {
  .hero-video .hero-text {
    top: 22vh;
  }
}
.hero-video .hero-text {
  /* po želji */
}

.padd {
  padding: 0 10%;
}
@media (max-width: 768px) {
  .padd {
    padding: 0 15px;
  }
}

/* malo kozmetike za dugmad */
.hero-video .btn {
  background-color: #933640;
  margin: 15px 5px;
  color: #fff;
  min-width: 290px;
}
@media (max-width: 768px) {
  .hero-video .btn {
    margin: 4px 5px;
  }
}

.hero-video .btn:hover {
  background-color: transparent;
  margin: 15px 5px;
  color: #fff;
  border: 2px solid #fff;
}

.hero-video .hero-snippet {
  font-size: 23px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .hero-video .hero-snippet {
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 0;
    margin-top: 5px;
  }
}

@media (max-width: 768px) {
  .hero-video h1 {
    margin-bottom: 10px;
  }
}

.divider {
  content: "";
  height: 100px;
  width: 1px;
  background: #933640;
  margin: 25px auto;
  animation: slideInDown 1s ease-out forwards;
}
@media (max-width: 768px) {
  .divider {
    height: 50px;
  }
}

.divider-left {
  content: "";
  height: 100px;
  width: 1px;
  background: #933640;
  margin: 25px 0;
  animation: slideInDown 1s ease-out forwards;
}
@media (max-width: 768px) {
  .divider-left {
    height: 50px;
  }
}

@keyframes slideInDown {
  from {
    transform: translatey(-60px);
    opacity: 0;
  }
  to {
    transform: translatey(0);
    opacity: 1;
  }
}
.divider2 {
  content: "";
  height: 80px;
  width: 1px;
  background: #933640;
  margin: 15px auto;
  animation: slideInUp 1s ease-out forwards;
}
@media (max-width: 768px) {
  .divider2 {
    height: 30px;
  }
}

.divider2-left {
  content: "";
  height: 80px;
  width: 1px;
  background: #933640;
  margin: 15px 0;
  animation: slideInUp 1s ease-out forwards;
}
@media (max-width: 768px) {
  .divider2-left {
    height: 30px;
  }
}

@keyframes slideInUp {
  from {
    transform: translatey(60px);
    opacity: 0;
  }
  to {
    transform: translatey(0);
    opacity: 1;
  }
}
.white-box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 20px);
  margin: 7px 7px;
  padding: 50px;
  background-color: #fff;
}

.features .back {
  background-color: rgba(242, 242, 242, 0.94);
}

.services-box {
  margin: 30px 0;
  background-color: #fff;
  padding: 50px;
  border-radius: 5px 5px 0 0;
  box-shadow: 6px 10px 20px 8px rgba(0, 0, 0, 0.05);
  min-height: 390px;
}
@media (max-width: 1400px) {
  .services-box {
    margin: 15px 0;
    padding: 20px 20px;
  }
}
@media (max-width: 991px) {
  .services-box {
    margin: 15px 0;
    padding: 30px 20px;
    min-height: auto;
  }
}
.services-box .inner-h {
  min-height: 100px;
}
@media (max-width: 991px) {
  .services-box .inner-h {
    min-height: auto;
    margin-bottom: 20px;
  }
}

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

.services-row .little-h, .boxes-box .little-h {
  letter-spacing: 1px;
  font-size: 17px;
}

.problem ul {
  list-style: none;
  padding-left: 0;
}
.problem li {
  padding: 40px 20px 40px 50px;
  background-color: #933640;
  margin-top: 20px;
  font-family: "Arsenal", sans-serif;
  font-size: 24px;
  color: #fff;
}
@media (max-width: 768px) {
  .problem li {
    padding: 20px 20px 20px 40px;
    margin-top: 10px;
    font-size: 20px;
  }
}
.problem .svg-inline--fa {
  font-size: 15px;
  margin-right: 8px;
  margin-left: -24px;
}

.problem-padd {
  height: 70px;
}
@media (max-width: 768px) {
  .problem-padd {
    height: 0;
  }
}

.boxes-box {
  position: relative;
  box-shadow: 4px -4px 30px 2px rgba(0, 0, 0, 0.1);
  padding: 80px 20px 50px 20px;
  margin: 30px 0;
  min-height: 330px;
}
@media (max-width: 992px) {
  .boxes-box {
    padding: 50px 20px 50px 20px;
    min-height: auto;
    margin: 20px 0;
  }
}
.boxes-box h3 {
  min-height: 60px;
  font-size: 36px;
}
@media (max-width: 992px) {
  .boxes-box h3 {
    min-height: auto;
    margin-bottom: 20px;
  }
}

.boxes .back {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#933640+0,222222+100 */
  background: linear-gradient(45deg, rgba(242, 242, 242, 0.88) 0%, rgba(242, 242, 242, 0.88) 50%, rgba(242, 242, 242, 0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/**********cta start*********/
.cta {
  padding: 200px 0;
  background-attachment: fixed;
}
@media (max-width: 991px) {
  .cta {
    padding: 80px 0;
  }
}
.cta .back {
  background: rgba(26, 26, 26, 0.8);
}
.cta h3 {
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7), 0px 2px 5px rgba(0, 0, 0, 0.4), 0px 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
}
.cta p {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 1px;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .cta p {
    font-size: 24px;
    line-height: 26px;
  }
}
.cta .btn {
  margin-top: 20px;
  background-color: #933640;
  color: #fff;
}
.cta .btn:hover {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta {
      background-attachment: scroll !important;
      background-size: auto 100%;
    }
  }
}
/*************cta end*********/
/*****tc- footer start******/
.tc-footer {
  position: relative;
  padding-top: 130px;
}
.tc-footer .back {
  background: rgba(26, 26, 26, 0.95);
}
.tc-footer li a {
  color: #eee;
  font-size: 19px;
  font-weight: 400;
  line-height: 35px;
  font-family: "Playfair Display", serif;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .tc-footer li a {
    line-height: 29px;
    display: block;
  }
}
.tc-footer li {
  display: inline-block;
  margin: 0 20px;
}
@media (max-width: 991px) {
  .tc-footer li {
    margin: 0px 5px;
  }
}
.tc-footer a:hover {
  color: #933640;
}
.tc-footer ul {
  list-style: none;
  padding-left: 0px;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .tc-footer ul {
    margin-top: 10px;
  }
}
.tc-footer img {
  width: 95%;
}
@media (max-width: 991px) {
  .tc-footer img {
    width: 80%;
    margin: 20px 0;
  }
}

.footer-copyright {
  padding: 20px 0 25px 0;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .footer-copyright {
    padding: 30px 15px 20px 15px;
    text-align: center;
  }
}
.footer-copyright p, .footer-copyright a {
  color: #ccc;
  font-size: 15px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .footer-copyright p, .footer-copyright a {
    line-height: 20px;
  }
}
.footer-copyright .svg-inline--fa {
  background-color: #933640;
  border: 2px solid #933640;
  color: #fff;
  margin: 0 5px;
  height: 20px;
  width: 20px;
  padding: 8px;
  border-radius: 3px;
}
.footer-copyright .svg-inline--fa:hover {
  color: #933640;
  background-color: transparent;
}

/*****tc-footer end******/
.tc-header {
  height: 125px;
  background-color: rgba(26, 26, 26, 0.9);
}

.reviews-page .boxes-box h4 {
  text-align: right;
  margin-top: 30px;
  margin-right: 20px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
}

.reviews-page .boxes-box span {
  margin-left: 5px;
}

.reviews-page .boxes-box .back {
  background: linear-gradient(45deg, rgba(242, 242, 242, 0.95) 0%, rgba(242, 242, 242, 0.95) 50%, rgba(242, 242, 242, 0.9) 100%);
}

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

.pagination a.active {
  background: #eee;
}

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

input, textarea {
  width: 100%;
  padding: 17px 15px;
  border: 1px solid #eee;
  margin-bottom: 15px;
  outline: none;
  border-radius: 4px;
  background-color: #fff;
}

select {
  width: 100%;
  padding: 15px 15px;
  border: 1px solid #eee;
  margin-bottom: 15px;
  outline: none;
  border-radius: 4px;
  background-color: #fff;
  height: 58px;
  color: #777;
}

.contact-page .svg-inline--fa {
  font-size: 30px;
  color: #933640;
  margin-bottom: 40px;
}
.contact-page .little-h {
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 500;
}
.contact-page img {
  height: 80px;
  width: auto;
}

.about-image {
  height: 700px;
  background-position: top center;
}
@media (max-width: 768px) {
  .about-image {
    height: 300px;
  }
}

.blog-box-img {
  position: relative;
  height: 420px;
  overflow: hidden;
  transform: rotate(0deg);
}
@media (max-width: 750px) {
  .blog-box-img {
    height: 250px;
  }
}

.blog-box-img img {
  width: 100%;
  height: 420px;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  border-radius: 2px 2px 0 0;
  transition: 0.3s ease-in-out;
  transform: rotate(0deg);
}
@media (max-width: 750px) {
  .blog-box-img img {
    height: 250px;
  }
}

.blog-box-img .blog-img {
  height: 420px;
  z-index: -1;
  transition: 0.3s ease-in-out;
  border-radius: 8px 8px 0 0;
  transform: rotate(0deg);
}
@media (max-width: 750px) {
  .blog-box-img .blog-img {
    height: 250px;
  }
}

.blog-content {
  background: #fff;
  padding: 5px 20px 20px 20px;
}
@media (max-width: 991px) {
  .blog-content {
    padding: 2px 10px 20px 10px;
  }
}
.blog-content h3 {
  font-family: "Playfair Display", serif;
  font-size: 27px;
  line-height: 35px;
  font-weight: 500;
  color: #333;
  letter-spacing: 0px;
  margin-bottom: 20px;
}
.blog-content a {
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.blog-box:hover img {
  transform: scale(1.15) rotate(0deg);
}

.blog-box:hover .btn {
  background-color: #933640;
}

.blog-box {
  box-shadow: 2px -2px 15px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
  width: calc(33% - 25px);
  margin: 15px 10px;
  vertical-align: top;
  display: inline-block;
  position: relative;
  border-radius: 8px 8px 0 0;
}
@media (max-width: 1150px) {
  .blog-box {
    width: calc(49% - 25px);
  }
}
@media (max-width: 750px) {
  .blog-box {
    width: calc(100% - 0px);
    margin: 8px 0px;
  }
}

.blog-box .link {
  cursor: pointer;
}

.blog-page .blog-box {
  box-shadow: 2px -2px 15px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
  width: calc(49% - 25px);
  margin: 15px 10px;
  vertical-align: top;
  display: inline-block;
  position: relative;
  border-radius: 8px 8px 0 0;
}
@media (max-width: 1150px) {
  .blog-page .blog-box {
    width: calc(49% - 25px);
  }
}
@media (max-width: 750px) {
  .blog-page .blog-box {
    width: calc(100% - 0px);
    margin: 8px 0px;
  }
}

.blog-detail-img {
  height: 550px;
}
@media (max-width: 750px) {
  .blog-detail-img {
    height: 250px;
  }
}

.services-page-box {
  transition: all 0.3s ease-in-out;
  width: calc(33% - 20px);
  margin: 15px 7px;
  vertical-align: top;
  display: inline-block;
  position: relative;
  box-shadow: 3px 3px 25px 5px rgba(0, 0, 0, 0.15);
  padding: 50px 30px;
}
@media (max-width: 991px) {
  .services-page-box {
    width: calc(100% - 0px);
    margin: 10px 0px;
    padding: 40px 15px;
  }
}
.services-page-box h2 {
  font-family: "Playfair Display", serif;
  font-size: 27px;
  line-height: 35px;
  margin-bottom: 20px;
}
.services-page-box img {
  height: 90px;
  width: auto;
}

.service-link {
  display: block;
  text-transform: uppercase;
  margin-top: 20px;
  font-weight: 600;
  letter-spacing: 3px;
}

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

#accordion {
  padding-right: 0px;
  padding-left: 0px;
  z-index: 1;
}

#accordion .panel {
  border: none;
  box-shadow: none;
}

#accordion .panel-heading {
  padding: 0;
  border-radius: 0;
  border: none;
  background-color: rgba(222, 230, 237, 0.2);
}

#accordion .panel-title {
  padding: 0;
}

#accordion .panel-title a {
  display: block;
  font-size: 24px;
  font-weight: 400;
  font-family: "Arsenal", sans-serif;
  background: #933640;
  color: #fff;
  padding: 40px 20px 40px 40px;
  position: relative;
  transition: all 0.3s ease 0s;
}
@media (max-width: 990px) {
  #accordion .panel-title a {
    font-size: 20px;
    padding: 19px 30px 19px 15px;
  }
}

#accordion .panel-title a.collapsed {
  background-color: #933640;
  color: #fff;
  margin-bottom: 10px;
  transition: all 0.3s ease 0s;
}

#accordion .panel-title a.collapsed:before {
  border-left-color: #f8f8f8;
}

#accordion .panel-title a:after {
  font: var(--fa-font-solid);
  content: "\f106";
  font-weight: 900;
  position: absolute;
  top: 40%;
  right: 15px;
  font-size: 20px;
  color: #fff;
}
@media (max-width: 990px) {
  #accordion .panel-title a:after {
    font-size: 15px;
    right: 10px;
  }
}

#accordion .panel-title a.collapsed:after {
  content: "\f107";
  color: #fff;
}

#accordion .panel-collapse {
  position: relative;
}

#accordion .panel-body {
  color: #333;
  background: #fff;
  border-top: none;
  border: 1px solid #fff;
  z-index: 1;
}

@media (max-width: 768px) {
  .panel-group {
    margin-bottom: 10px;
  }
}

.fit-box {
  padding: 50px;
  border: 1px solid #933640;
}
@media (max-width: 768px) {
  .fit-box {
    padding: 30px 20px;
  }
}

.receive-row ul {
  list-style: none;
  padding-left: 0;
}
.receive-row li {
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 20px);
  padding: 30px 30px 15px 30px;
  background-color: #fff;
  margin: 8px 7px;
  font-family: "Playfair Display", serif;
  font-size: 23px;
  line-height: 33px;
  min-height: 140px;
  box-shadow: 6px 10px 20px 8px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .receive-row li {
    width: calc(100% - 0px);
    padding: 30px 15px;
    min-height: auto;
    margin: 8px 0px;
  }
}

.timeline {
  list-style: none;
  padding: 10px 0;
  position: relative;
  font-weight: 300;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 1px;
  background: #933640;
  left: 50%;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
  width: 50%;
  float: left;
  clear: left;
}

.timeline > li:before, .timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before, .timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: calc(100% - 25px);
  width: -webkit-calc(100% - 25px);
  float: left;
  border: 1px solid #933640;
  background: #ffffff;
  position: relative;
  padding: 40px;
  margin-top: 100px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .timeline > li > .timeline-panel {
    margin-top: 0;
    padding: 20px;
  }
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #933640;
  border-right: 0 solid #933640;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline > li > .timeline-badge {
  color: #933640;
  width: 4px;
  height: 4px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 120px;
  right: 1px;
  z-index: 100;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge > a {
  color: #933640 !important;
}

.timeline-badge a:hover {
  color: #933640 !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body > p, .timeline-body > ul {
  padding: 10px 15px;
  margin-bottom: 0;
}

.timeline > li.timeline-inverted {
  float: right;
  clear: right;
}

.timeline > li:nth-child(2) {
  margin-top: 160px;
}

.timeline > li.timeline-inverted > .timeline-badge {
  left: -9px;
}

.no-float {
  float: none !important;
}

@media (max-width: 767px) {
  ul.timeline:before {
    left: 10px;
  }
  ul.timeline > li {
    margin-bottom: 0px;
    position: relative;
    width: 100%;
    float: left;
    clear: left;
  }
  ul.timeline > li > .timeline-panel {
    width: calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
  }
  ul.timeline > li > .timeline-badge {
    left: 1px;
    margin-left: 0;
    top: 16px;
  }
  ul.timeline > li > .timeline-panel {
    float: right;
  }
  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
  .timeline > li.timeline-inverted {
    float: left;
    clear: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-badge {
    left: 1px;
  }
}
.services-black .title-p, .services-black .title-h {
  color: #fff;
}
.services-black .btn {
  background-color: #933640;
  color: #fff;
}
.services-black .btn:hover {
  background-color: transparent;
  color: #933640;
}

.scope ul {
  padding-left: 0;
  list-style: none;
}
.scope li {
  padding: 15px 0 5px 20px;
  margin-top: 20px;
  font-size: 20px;
}
.scope .svg-inline--fa {
  color: #933640;
  margin-right: 10px;
  margin-right: 13px;
  margin-left: -27px;
  font-size: 21px;
}
.scope .btn {
  background-color: #933640;
  color: #fff;
}
.scope .btn:hover {
  background-color: transparent;
  color: #933640;
}

.detail-btn .btn {
  background-color: #933640;
  color: #fff;
}
.detail-btn .btn:hover {
  background-color: transparent;
  color: #933640;
}

.who-we-help img {
  height: 120px;
  width: auto;
}

.who-we-help .btn {
  margin: 15px 5px;
  min-width: 250px;
  background-color: #933640;
  color: #fff;
}
@media (max-width: 867px) {
  .who-we-help .btn {
    margin: 4px 5px;
  }
}
.who-we-help .btn:hover {
  background-color: transparent;
  color: #933640;
}

.index-fit .btn, .btn-color .btn {
  background-color: #933640;
  color: #fff;
}
.index-fit .btn:hover, .btn-color .btn:hover {
  background-color: transparent;
  color: #933640;
}

.changes li {
  margin-top: 25px;
}
@media (max-width: 867px) {
  .changes .fit-box {
    padding: 30px 20px 20px 10px;
  }
}

.fit-padd {
  height: 30px;
}
@media (max-width: 867px) {
  .fit-padd {
    height: 0;
  }
}

.who-we-help .services-page-box {
  width: calc(25% - 20px);
  margin: 15px 7px;
  vertical-align: top;
  display: inline-block;
  position: relative;
  box-shadow: 3px 3px 25px 5px rgba(0, 0, 0, 0.15);
  padding: 50px 30px;
  min-height: 300px;
}
@media (max-width: 1199px) {
  .who-we-help .services-page-box {
    width: calc(33% - 20px);
    margin: 15px 7px;
    padding: 40px 20px;
  }
}
@media (max-width: 991px) {
  .who-we-help .services-page-box {
    width: calc(49% - 20px);
    margin: 10px 7px;
    padding: 40px 15px;
  }
}
@media (max-width: 768px) {
  .who-we-help .services-page-box {
    width: calc(100% - 0px);
    margin: 10px 0px;
    padding: 40px 15px;
    min-height: auto;
  }
}
.who-we-help .services-page-box h2 {
  font-family: "Playfair Display", serif;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 0px;
}
.who-we-help .services-page-box img {
  height: 90px;
  width: auto;
}/*# sourceMappingURL=style.css.map */