/* -----------------------------------------------------------------------------------

 02. Preloader style
 03. Owl-Theme Custom style
 04. Section style
 05. Navbar style
 06. Section style
 07. Header style
 08. Slider style
 09. Parallax Header style
 10. Kenburns SlideShow style
 11. Video Background style
 12. Banner Header style
 14. Team style
 15. Team Single style
 16. Services style
 17. Services 2 style
 18. Services 3 style
 19. Services Box style
 20. Services Sidebar style
 21. Services Single style
 22. Pricing style
 23. Pricing Table style
 24. Process style
 25. Image Gallery style
 26. Video Gallery style
 27. Video Popup style
 28. Accordion Box (for Faqs) style
 29. Clients style
 30. Testimonials style
 31. Help style
 32. Booking style
 33. Blog style
 34. Blog 2 style
 35. Post style
 36. Contact style
 37. 404 style
 38. Button style
 39. Footer style
 40. toTop Button style
 41. Responsive (Media Query)
 42. Overlay Effect Bg image

----------------------------------------------------------------------------------- */

img {
  width: 100%;
  height: auto;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

/* text field */
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
  outline: none;
}

input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
  max-width: 100%;
  margin-bottom: 15px;
  padding: 15px;
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  width: 100%;
  line-height: 1.5em;
  font-size: 16px;
  font-weight: 400;
  color: #999;
  background-image: none;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1.75em;
  -webkit-transition: background-color .15s ease-out;
  transition: background-color .15s ease-out;
  background: #101010;
  border: none;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
  color: #999;
  border: none;
}

select {
  padding: 10px;
  border-radius: 5px;
}

textarea:focus,
textarea:active,
textarea::placeholder {
  color: #999;
}

table,
th,
tr,
td {
  border: 0 solid #999;
}

th,
tr,
td {
  padding: 10px;
}

input[type="radio"],
input[type="checkbox"] {
  display: inline;
}

/* submit and alert success  */
input[type="submit"] {
  display: inline-block;
  height: auto;
  padding: 14px 28px;
  border: 2px solid #b51817;
  border-radius: 0;
  background-color: #b51817;
  -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
  transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
  color: white;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
}

input[type="submit"]:hover {
  border: 2px solid white;
  background-color: white;
  color: #101010;
}

.alert-success {
  background: transparent;
  color: white;
  border: 2px solid #A61522;
  border-radius: 0;
}

/* placeholder */
::-webkit-input-placeholder {
  color: #999;
  font-size: 16px;
  font-weight: 400;
}

:-moz-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999;
}

/* Important */
.o-hidden {
  overflow: hidden;
}

.position-re {
  position: relative;
}

.full-width {
  width: 100%;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-red {
  background: #A61522;
}

.bg-navy {
  background: #101010;
}

.bg-gray {
  background-color: #F4F5F7;
}

.bg-white {
  background-color: white;
}

.pattern {
  background-repeat: repeat;
  background-size: auto;
}

.bold {
  font-weight: 700;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 9;
}

.v-bottom {
  position: absolute;
  width: 100%;
  bottom: 5%;
  left: 0;
  -webkit-transform: translate(0, -5%);
  transform: translate(0, -5%);
  z-index: 9;
}

:root {
  scroll-behavior: auto;
}

.position-relative {
  position: relative !important;
}

.bp-bottom {
  background-position: bottom;
}

.bp-top {
  background-position: top;
}

.bp-center {
  background-position: center;
}

hr {
  margin-top: 5px;
  margin-bottom: 15px;
  border: 0;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

/* list */
.list {
  position: relative;
  display: block;
}

.list li {
  position: relative;
  display: flex;
  align-items: center;
}

.list li + li {
  margin-top: 10px;
}

.list-icon {
  display: grid;
}

.list-icon span {
  font-size: 14px;
  color: #A61522;
  background-color: transparent;
  text-align: center;
}

.list-text {
  margin-left: 15px;
}

.list-text p, .list-text .list-item {
  font-weight: 700;
  font-size: 16px;
  margin: 0;
  color: white;
}


/* image grayscale */
.img-grayscale img {
  -webkit-filter: grayscale(90%);
  -webkit-transition: .4s ease-in-out;
  -moz-filter: grayscale(90%);
  -moz-transition: .4s ease-in-out;
  -o-filter: grayscale(90%);
  -o-transition: .4s ease-in-out
}

.img-grayscale:hover img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0)
}

/* ======= Preloader style ======= */
.preloader-bg,
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #101010;
  z-index: 10000009;
}

#preloader {
  display: table;
  table-layout: fixed;
}

#preloader-status {
  display: table-cell;
  vertical-align: middle;
}

.preloader-position {
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.loader {
  position: relative;
  width: 65px;
  height: 65px;
  left: 50%;
  top: auto;
  margin-left: -22px;
  margin-top: 2px;
  -webkit-animation: rotate 1s infinite linear;
  -moz-animation: rotate 1s infinite linear;
  -ms-animation: rotate 1s infinite linear;
  -o-animation: rotate 1s infinite linear;
  animation: rotate 1s infinite linear;
  border: 2px solid rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.loader span {
  position: absolute;
  width: 65px;
  height: 65px;
  top: -2px;
  left: -2px;
  border: 2px solid transparent;
  border-top: 2px solid #A61522;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ======= Owl-Theme Custom style ======= */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
  line-height: .7;
  display: block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 0 3px;
  border-radius: 50%;
  background: #ececec;
  border: 1px solid #ececec;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #A61522;
  border: 2px solid #A61522;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  outline: none;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  background: transparent;
}

/* owl-nav next and prev */
.owl-nav {
  position: absolute;
  bottom: 5%;
  right: 12%;
}

.owl-prev {
  float: left;
}

.owl-next {
  float: right;
}

/* owl-theme owl-nav */
.owl-theme .owl-nav {
  position: absolute !important;
  top: 45% !important;
  bottom: auto !important;
  width: 100%
}

.owl-theme .owl-nav {
  position: relative;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.owl-theme .owl-prev,
.owl-theme .owl-prev {
  left: 10px !important
}

.owl-theme .owl-next {
  right: 10px !important
}

.owl-theme .owl-prev > span,
.owl-theme .owl-next > span {
  position: absolute;
  line-height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.owl-theme .owl-nav [class*=owl-] {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #A61522;
  border-radius: 0;
  color: white;
  font-size: 12px;
  margin-right: 30px;
  margin-left: 30px;
  cursor: pointer;
  border: 2px solid #A61522;
  transition: all .2s ease-in-out;
  transform: scale(1.0);
  border-radius: 5px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: white;
  border: 2px solid white;
  color: #06182d;
}

.owl-theme .owl-nav {
  top: 35% !important;
}

.owl-theme .owl-nav [class*=owl-] {
  opacity: 0;
}

.owl-theme:hover .owl-nav [class*=owl-] {
  opacity: 1;
}

/* ======= Section style ======= */
.section-title {
  font-size: 48px;
  color: white;
  position: relative;
  margin-bottom: 15px;
  line-height: 1.25em;
  font-weight: 700;
}

.section-title span {
  color: #A61522;
}

.section-title.white {
  color: white;
}

.section-title.black {
  color: #101010;
}

.section-title2 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  position: relative;
  margin-bottom: 15px;
  display: inline-block;
}

.section-title2::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 8px;
  background-color: #A61522;
  z-index: -1;
}

.section-title3 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  color: white;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  z-index: 1;
}

.section-title3.white {
  color: white;
}

.section-title3::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 8px;
  background-color: #A61522;
  z-index: -1;
}

.section-title3.white::before {
  background-color: #A61522;
}

/* ======= Cursor & Drag style  ======= */
.cursor {
  position: fixed;
  top: -40px;
  left: -40px;
  pointer-events: none;
  z-index: 9999;
  mix-blend-mode: difference;
}

.cursor:before {
  content: "";
  width: 75px;
  height: 75px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: white;
  border: 2px solid white;
  transition: all ease .15s;
  transform: scale(0.15);
}

.cursor.light:before {
  transform: scale(1);
  background: transparent;
}

.cursor.drag {
  mix-blend-mode: unset;
}

.cursor.drag:before {
  transform: scale(1);
  background: #A61522;
  border-color: transparent;
}

.cursor.drag:before {
  content: "\e658";
  font-family: "Themify";
  font-size: 20px;
  color: white;
}

.line {
  fill: none;
  stroke: white;
  stroke-width: 3;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* ======= Header style ======= */
.header {
  height: 100vh;
  overflow: hidden;
}

.header .caption .o-hidden {
  display: inline-block;
}

.header .caption h6 {
  font-size: 16px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 15px;
  display: inline-block;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.header .caption h6:before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  height: 8px;
  background-color: #A61522;
  z-index: -1;
}

.header .caption h1 {
  font-size: 60px;
  font-weight: 700;
  color: white;
  position: relative;
  line-height: 1.25em;
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

.header .caption h1 span {
  position: relative;
  color: #A61522;
  display: inline-block;
}

.header .caption[data-overlay-dark] p {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 30px;
  color: white;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.header .caption .button-1,
.header .caption .button-2,
.header .caption .button-3 {
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
  margin-right: 15px;
  margin-bottom: 15px;
  font-size: 16px;
}

/* ======= Slider style ======= */
.slider-fade .owl-item {
  height: 100vh;
  position: relative;
}

.slider-fade .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.slider-fade .item .caption {
  z-index: 9;
}

/* owl-theme owl-dots */
.slider-fade .owl-theme .owl-dots {
  position: absolute;
  bottom: 7vh;
  width: 100%;
}

.slider-fade .owl-theme .owl-dots .owl-dot span {
  border: 1px solid white;
}

.slider-fade .owl-theme .owl-dots .owl-dot.active span,
.slider-fade .owl-theme .owl-dots .owl-dot:hover span {
  background: #A61522;
  border: 2px solid #A61522;
}

/* owl-theme owl-nav */
.slider-fade .owl-theme .owl-nav {
  position: absolute !important;
  top: 45% !important;
  bottom: auto !important;
  width: 100%
}

.slider-fade .owl-theme .owl-nav {
  position: relative;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slider-fade .owl-theme .owl-prev,
.slider-fade .owl-theme .owl-prev {
  left: 10px !important
}

.slider-fade .owl-theme .owl-next {
  right: 10px !important
}

.slider-fade .owl-theme .owl-prev > span,
.slider-fade .owl-theme .owl-next > span {
  position: absolute;
  line-height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.slider-fade .owl-theme .owl-nav [class*=owl-] {
  width: 45px;
  height: 45px;
  line-height: 37px;
  background: #A61522;
  border-radius: 5px;
  color: white;
  font-size: 12px;
  margin-right: 30px;
  margin-left: 30px;
  cursor: pointer;
  border: 2px solid #A61522;
  transition: all .2s ease-in-out;
  transform: scale(1.0);
}

.slider-fade .owl-theme .owl-nav [class*=owl-]:hover {
  background: white;
  border: 2px solid white;
  color: #101010;
}

.slider-fade .owl-theme .owl-nav {
  top: 40% !important;
}

.slider-fade .owl-theme .owl-nav [class*=owl-] {
  opacity: 0;
}

.slider-fade .owl-theme:hover .owl-nav [class*=owl-] {
  opacity: 1;
}

/* ======= Parallax Header style ======= */
.parallax-header {
  background-position: center;
  height: 100vh;
}

.parallax-header h6 {
  font-size: 16px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 15px;
  display: inline-block;
}

.parallax-header h6:before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  height: 8px;
  background-color: #A61522;
  z-index: -1;
}

.parallax-header h1 {
  font-size: 60px;
  font-weight: 700;
  color: white;
  position: relative;
  line-height: 1.25em;
}

.parallax-header h1 span {
  position: relative;
  color: #A61522;
  display: inline-block;
}

.parallax-header[data-overlay-dark] p {
  font-size: 16px;
  font-weight: 400;
  color: white;
}

.parallax-header .button-1,
.parallax-header .button-2,
.parallax-header .button-3 {
  font-size: 16px;
}

/* ===== Kenburns SlideShow style ===== */
.kenburns-section {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100vh;
}

.kenburns-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background: #101010;
}

.kenburns-inner {
  position: relative;
  z-index: 15;
}

.kenburns-inner .caption {
  position: relative;
}

.kenburns-inner .caption h6 {
  font-size: 16px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 15px;
  display: inline-block;
}

.kenburns-inner .caption h6:before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  height: 8px;
  background-color: #A61522;
  z-index: -1;
}

.kenburns-inner .caption h1 {
  font-size: 60px;
  font-weight: 700;
  color: white;
  position: relative;
  line-height: 1.25em;
  margin-bottom: 0;
}

.kenburns-inner .caption h1 span {
  position: relative;
  color: #A61522;
  display: inline-block;
}

.kenburns-inner .caption[data-overlay-dark] p {
  font-size: 16px;
  font-weight: 400;
  color: white;
}

#kenburnsSliderContainer .vegas-overlay {
  outline: none;
}

.banner-header {
  height: 35vh;
  background-position: center;
}

.banner-header.full-height {
  min-height: 100vh;
}

.banner-header p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  color: #101010;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.banner-header .post-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #101010;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.banner-header .post-wrapper a {
  color: white;
  font-size: 14px;
}

.banner-header .post-wrapper .divider {
  width: 20px;
  height: 1px;
  margin-right: 15px;
  margin-left: 15px;
  background-color: #A61522;
}

/* ======= About-Box style ======= */
.about-box {
  position: relative;
}

.about-box .item {
  background-color: #0d0c0f;
  color: #fff;
  position: relative;
  transition: .7s;
  border: none;
  height: 100%;
}

.about-box .item .wrap {
  transition: .7s;
  padding: 30px;
}

.about-box .item .wrap .con {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}

.about-box .item .wrap .con h4,
.about-box .item .wrap .con .title {
  font-size: 24px;
  color: white;
  font-weight: 700;
  line-height: 1.5em;
  margin: 0 0 15px;
}

.about-box .item .wrap .con p {
  color: white;
  margin-bottom: 0;
}

.about-box .item .wrap .con ul {
  padding-left: 0;
  margin: 15px 0;
}

.about-box .item .wrap .con ul li {
  margin: 0;
  color: white;
  font-size: 16px;
  line-height: 1;
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}

.about-box .item .wrap .con ul li::before {
  content: "\e64c";
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 12px;
  font-family: "themify";
  color: #A61522;
}

.about-box .item .wrap .con .icon-2 a {
  color: white;
  font-size: 20px;
  opacity: 0;
  transition: .7s;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}

.about-box .item:hover {
  background-color: #b51817;
}

/*.about-box .item:hover .wrap .con {*/
/*  transform: translateY(-25px);*/
/*}*/

.about-box .item:hover .wrap .con .icon-2 a {
  color: white;
  opacity: 1;
}

.about-box .item:hover .wrap .con ul li::before,
.about-box .item:hover .wrap .con ul li {
  color: white;
}

/* ======= Team style ======= */
.team {
  position: relative;
}

.team:before {
  top: auto;
  bottom: 0;
  height: 45%;
  background: white;
}

.team:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 55%;
  width: 100%;
  background: #101010;
  z-index: 1;
}

.team .container {
  position: relative;
  z-index: 2;
}

.team .item {
  border-radius: 5px;
}

.team .item .team-img {
  -webkit-transition: all .5s;
  transition: all .5s;
  overflow: hidden;
  border-radius: 5px;
}

.team .item .team-img:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.team .item .team-img img {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.team .item .con {
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
  bottom: 50px;
  z-index: 2;
  background-color: white;
  padding: 25px 20px;
  opacity: 1;
  visibility: visible;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  width: auto;
}

.team .item:hover .con {
  background: #A61522;
}

.team .item:hover .con h5 {
  transform: translateX(10px);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}

.team .item .con .arrow {
  position: relative;
  display: block;
  top: 0;
  transform: translateY(-66%);
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: hidden;
  opacity: 0;
}

.team .item:hover .con .arrow {
  visibility: visible;
  transform: translateY(0%);
  opacity: 1;
}

.team .item .con .arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: white;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 5px;
}

.team .item .con .arrow a:hover {
  background: white;
  color: #A61522;
}

.team .item .con h5 {
  font-size: 20px;
  color: #101010;
  font-weight: 700;
  line-height: 1.25em;
}

.team .item .con h5 span {
  font-size: 16px;
  color: #777;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
}

.team .item:hover .con h5,
.team .item:hover .con h5 span {
  color: white;
}

/* ======= Team-Single style ======= */
.team-single h6 {
  font-size: 24px;
  color: white;
}

/* img */
.team-single .team-img img:hover {
  transform: scale(0.99);
}

.team-single .team-img {
  position: relative;
}

.team-single .team-img .img img {
  position: relative;
  z-index: 2;
}

/* team-single list */
.team-single .list {
  position: relative;
  display: block;
}

.team-single .list li {
  position: relative;
  display: flex;
  align-items: center;
}

.team-single .list li + li {
  margin-top: 10px;
}

.team-single .list-icon {
  align-items: center;
}

.team-single .list-icon span {
  font-size: 14px;
  color: #A61522;
  background-color: transparent;
}

.team-single .list-text {
  margin-left: 15px;
}

.team-single .list-text p {
  font-size: 16px;
  margin: 0;
  color: white;
}

/* team-single details */
.team-single .wrapper {
  position: relative;
}

.team-single .wrapper .cont {
  width: 100%;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.team-single .wrapper .cont .coll {
  width: auto;
  max-width: auto;
}

.team-single .wrapper .cont .coll h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  white-space: normal;
  margin: 0;
  color: #101010;
  letter-spacing: 0;
}

.team-single .wrapper .cont .coll h5 {
  font-size: 16px;
  font-weight: 400;
  white-space: normal;
  margin: 0;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
  transition: color .3s;
  color: #101010;
  letter-spacing: 0;
}

/* team-single social */
.team-single .wrapper .cont .coll .social-icon {
  text-align: center;
  margin-bottom: 0;
}

.team-single .wrapper .cont .coll .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  border: 2px solid #A61522;
  color: white;
  border-radius: 0;
  margin-right: 5px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  background: transparent;
  border-radius: 5px;
}

.team-single .wrapper .cont .coll .social-icon a:hover {
  border: 2px solid #A61522;
  background: #A61522;
  color: white;
}

.team-single .wrapper .cont .coll p {
  color: #999;
}

/* team-single link */
.team-single .wrapper p a {
  background: linear-gradient(to bottom, #A61522 0%, #A61522 100%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 2px 2px;
  color: white;
  text-decoration: none;
  transition: background-size .2s;
}

.team-single .wrapper p a:hover {
  color: white;
}

/* team-single tabs */
.team-single .con .simpl-bord.nav-tabs {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #A61522;
}

.team-single .con .simpl-bord .nav-item {
  margin-right: 30px;
}

.team-single .con .simpl-bord .nav-item:last-of-type {
  margin-right: 0;
}

.team-single .con .simpl-bord .nav-link {
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent !important;
  font-weight: 700;
  cursor: pointer;
  color: white;
  font-size: 18px;
}

.team-single .con .simpl-bord .nav-link.active {
  font-weight: 700;
  color: #A61522;
  font-size: 18px;
}

.team-single .tab-content p {
  color: #999;
}

/* ======= Services 1 style ======= */
.services1 {
  overflow: hidden;
}

.services1 .item {
  margin-bottom: 10px;
}

.services1 .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
}

.services1 .wrap img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0) hue-rotate(0deg);
}

.services1 .wrap .wrapper-img {
  position: relative;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  overflow: hidden;
}

.services1 .wrap .wrapper-img img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0) hue-rotate(0deg);
  opacity: 1;
}

.services1 .wrap:hover .wrapper-img img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0) hue-rotate(0deg);
  opacity: 1;
  transform: scale(1.1);
}

.services1 .wrap:hover .wrapper-title {
  opacity: 1;
  transform: translateX(0);
}

.services1 .wrapper-title {
  position: absolute;
  opacity: 0;
  transform: translateX(-20px);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}

.services1 .wrapper-title h4 {
  font-size: 24px;
  margin-bottom: 0;
  color: white;
}

.services1 .wrapper-title h6 {
  font-size: 24px;
  line-height: 20px;
  font-weight: 700;
  color: white;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  z-index: 1;
}

.services1 .wrapper-title h6::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 8px;
  background-color: #A61522;
  z-index: -1;
}

.services1 .wrapper-title h4.fz-20,
.services1 .wrapper-title h6.fz-20 {
  font-size: 20px;
}

/* ======= Services 2 style  ======= */
.services2 {
  position: relative;
}

.services2 .item {
  position: relative;
  margin-bottom: 90px;
}

.services2 .item:last-child {
  margin-bottom: 15px;
}

.services2 .item figure {
  margin: 0;
  position: relative;
  width: 66.666667%;
  margin-left: auto;
}

.services2 .item.left figure {
  margin-left: 0;
  margin-right: auto;
}

.services2 .item figure img:hover {
  transform: scale(0.98);
}

.services2 .item .caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 50%;
  padding: 45px;
  transform: translate(0, -50%);
  overflow: hidden;
}

.services2 .item.left .caption {
  left: auto;
  right: 0;
  background: white;
  padding: 45px;
}

.services2 .item .caption h5,
.services2 .item .caption .third-title {
  font-size: 27px;
  line-height: 1.25em;
}

.services2 .item .caption p {
  margin-bottom: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
}

.services2 .item .numb {
  font-size: 120px;
  font-weight: 700;
  position: absolute;
  bottom: 30px;
  right: -10px;
  color: transparent;
  -webkit-text-stroke: 2px rgba(0, 0, 0, 0.3);
  opacity: .2;
}

.services2 .item .caption .btn-primary {
  width: auto;
  min-height: 5.2rem;
}

.services2 .item .caption .btn-primary:hover {
  background-color: #fff;
  color: #b51817;
}

/* ======= Services 3 style ======= */
.services3 {
  overflow: hidden;
  background-color: #eaeaea;
}

.services3 .card {
  position: relative;
  transition: .7s;
  border: none;
  padding-bottom: 30px;
  height: 100%;
  background: transparent;
}

.services3 .card .card-inner {
  transition: .7s;
  z-index: 10;
  text-align: center;
  padding: 60px 30px 30px;
  background: white;
  height: 100%;
}

.services3 .card .card-inner .card-box {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}

.services3 .card .card-inner .icon-size-1 {
  color: #A61522;
  font-size: 60px;
  transition: .7s;
}

.services3 .card .card-inner .icon-size-2 {
  color: #101010;
  font-size: 18px;
  opacity: 0;
  transition: .7s;
}

.services3 .card .card-inner .card-title {
  font-family: 'Barlow Condensed', sans-serif;
  position: relative;
  font-weight: 700;
  font-size: 25px;
  color: #101010;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  line-height: 1.5em;
  margin-bottom: 15px;
}

.services3 .card .card-inner .card-box .font-text {
  color: #777;
}

.services3 .card .card-inner.icon-size {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}

.services3 .card .card-inner .card-img {
  margin-bottom: 20px;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}

.services3 .card .card-inner:hover {
  background: #A61522;
}

.services3 .card .card-inner:hover .icon-size {
  color: white;
}

.services3 .card .card-inner:hover .card-title {
  color: white;
  transform: translateY(-5px);
}

.services3 .card .card-inner:hover .card-title:after {
  background: #A61522;
}

.services3 .card .card-inner:hover .font-text {
  color: white;
}

.services3 .card .card-inner:hover .icon-size-1 {
  transform: translateY(-15px);
}

.services3 .card .card-inner:hover .icon-size-2 {
  opacity: 1;
}

.services3 .card .card-inner:hover .card-box {
  transform: translateY(-25px);
}

.services3 .card .card-inner:hover .card-img {
  transform: translateY(-5px);
}

.services3 .card > a {
  text-decoration: none;
}

/* ======= Services Sidebar style ======= */
.sidebar .sidebar-widget {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.sidebar .sidebar-widget:last-child {
  margin-bottom: 0;
}

.sidebar .sidebar-widget .widget-inner {
  position: relative;
  display: block;
  padding: 45px;
  background-color: #f4f4f4;
  z-index: 9;

}

.sidebar-title {
  position: relative;
  margin-bottom: 20px;
  border-bottom: 2px solid #b51817;
  padding-bottom: 10px;
}

.sidebar-title h4,
.sidebar-title .text {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 30px;
  color: #101010;
  margin-bottom: 0;
}

.sidebar .services ul {
  position: relative;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.sidebar .services ul li {
  position: relative;
  line-height: 50px;
  color: #101010;
  margin-bottom: 5px;
}

.sidebar .services ul li:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  right: -20px;
  bottom: 0;
  background: #b51817;
  border-radius: 5px;
  opacity: 0;
  transition: all .3s ease;
}

.sidebar .services ul li:after {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -12px;
  height: 24px;
  border-left: 2px solid var(--thm-base);
  opacity: 0;
  transition: all .3s ease;
}

.sidebar .services ul li:last-child {
  margin-bottom: 0;
}

.sidebar .services ul li a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #101010;
  transition: all .3s ease;
  z-index: 1;
}

.sidebar .services ul li:hover a,
.sidebar .services ul li.active a {
  color: white;
}

.sidebar .services ul li:hover:before,
.sidebar .services ul li.active:before,
.sidebar .services ul li:hover:after,
.sidebar .services ul li.active:after {
  opacity: 1;
}

.sidebar .services ul li a:after {
  position: absolute;
  right: 0;
  top: 0;
  content: '\f105';
  font-family: 'FontAwesome';
  opacity: 1;
  font-size: 14px;
  font-weight: normal;
  z-index: 1;
  font-style: normal;
}

.sidebar .services ul li a:hover:before,
.sidebar .services ul li.active a:before {
  opacity: 1;
  transform: scaleX(1);
  transition: all .3s ease 0.1s;
}

/* ======= Services Single style ======= */
.services-single h5 span {
  color: #A61522;
}

/* services-single list */
.services-single .list {
  position: relative;
  display: block;
}

.services-single .list li {
  position: relative;
  display: flex;
  align-items: center;
}

.services-single .list li + li {
  margin-top: 10px;
}

.services-single .list-icon {
  align-items: center;
}

.services-single .list-icon span {
  font-size: 14px;
  color: #A61522;
  background-color: transparent;
}

.services-single .list-text {
  margin-left: 15px;
}

.services-single .list-text p {
  font-size: 16px;
  margin: 0;
  color: white;
}

/* ======= Pricing style ======= */
.pricing {
  position: relative;
}

.pricing .item {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.pricing .item .cont {
  position: relative;
  margin: 0;
  padding: 60px 30px;
  background: white;
  border-radius: 5px;
}

.pricing .item .cont h1 {
  font-size: 60px;
  line-height: 1.25em;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #101010;
  display: inline-flex;
}

.pricing .item .cont .price-price {
  position: relative;
}

.pricing .item .cont sup {
  position: absolute;
  font-size: 16px;
  top: 20px;
}

.pricing .item .cont h1 span {
  font-size: 14px;
  padding-left: 10px;
  font-weight: 400;
  color: #777;
}

.pricing .item .cont h5,
.pricing .item .cont .cont-title {
  font-size: 24px;
  margin-bottom: 0;
  color: #101010;
  line-height: 1.25em;
  font-weight: 700;
}

.pricing .item .price-features {
  margin-bottom: 20px;
  border-top: 2px solid #f6f6f6;
  padding: 20px 0 0;
}

.pricing .item .price-features p {
  margin-bottom: 10px;
  color: #777;
}

.pricing .item .price-features p .icon {
  margin-right: 10px;
  color: #A61522;
  font-size: 14px;
}

.pricing .item .cont .numb {
  font-size: 70px;
  font-weight: 900;
  text-transform: uppercase;
  position: absolute;
  bottom: 10px;
  right: -5px;
  color: transparent;
  -webkit-text-stroke: 2px rgba(0, 0, 0, 0.3);
  opacity: .2;
}

/* ======= Pricing Table style ======= */
.pricing-table-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
}

.pricing-table {
  min-width: 320px;
  width: 100%;
  border: 2px solid rgba(255, 255, 255, 0.05);
}

.pricing-table thead tr td,
.pricing-table tbody tr td,
.pricing-table thead tr th,
.pricing-table tbody tr th {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  border: none;
}

.pricing-table thead tr td:nth-child(1),
.pricing-table tbody tr td:nth-child(1),
.pricing-table thead tr th:nth-child(1),
.pricing-table tbody tr th:nth-child(1) {
  width: 49%;
  padding-left: 38px;
  padding-right: 25px;
}

.pricing-table thead tr td:nth-child(2),
.pricing-table tbody tr td:nth-child(2),
.pricing-table thead tr th:nth-child(2),
.pricing-table tbody tr th:nth-child(2) {
  width: 30%;
}

.pricing-table thead tr td:nth-child(3),
.pricing-table tbody tr td:nth-child(3),
.pricing-table thead tr th:nth-child(3),
.pricing-table tbody tr th:nth-child(3) {
  width: 21%;
  padding-left: 38px;
  padding-right: 38px;
}

.pricing-table thead tr {
  background-color: #A61522;
  border: 2px solid #A61522;
}

.pricing-table thead tr th {
  font-weight: 700;
  text-align: left;
  padding-top: 25px;
  padding-bottom: 25px;
  color: white;
  font-size: 18px;
}

.pricing-table thead tr th:last-child {
  background-color: #A61522;
}

.pricing-table tbody tr:not(:last-child) {
  border-bottom: 2px solid rgba(255, 255, 255, 0.05);
}

.pricing-table tbody tr td {
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #999;
}

.pricing-table tbody tr td:last-child {
  color: #999;
}

/* ======= Image Gallery style ======= */
.gallery-masonry-wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}

.gallery-items .col-md-4:nth-child(2) {
  margin-top: 0;
}

.gallery-filter {
  width: 100%;
  padding-bottom: 30px;
  padding-left: 0;
  position: relative;
}

.gallery-filter li {
  font-size: 18px;
  font-weight: 700;
  margin-right: 15px;
  display: inline-block;
  cursor: pointer;
  color: white;
}

.gallery-filter li:last-child {
  margin-right: 0;
}

.gallery-filter li.active {
  color: #A61522;
  content: "";
  left: 0;
  bottom: -4px;
  border-bottom: 2px solid #A61522;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}

.gallery-filter li:hover {
  color: #A61522;
}

.gallery-masonry-wrapper .gallery-masonry-item-img-link {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.gallery-masonry-wrapper .gallery-masonry-item-img-link:hover .gallery-masonry-item-img {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
}

.gallery-masonry-wrapper .gallery-masonry-item-img-link:hover .gallery-masonry-item-img:after {
  opacity: 0.3;
}

/* gallery 2 style */
.gallery-item {
  position: relative;
  padding-top: 20px;
}

.gallery-box {
  overflow: hidden;
  position: relative;
}

.gallery-box .gallery-img {
  position: relative;
  overflow: hidden;
}

.gallery-box .gallery-img:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0;
  transition: all .27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.gallery-box .gallery-img > img {
  transition: all .3s cubic-bezier(0.3, 0.1, 0.58, 1);
  border-radius: 0;
}

.gallery-box .gallery-detail {
  opacity: 0;
  color: #101010;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  overflow: hidden;
  transition: all .27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.gallery-box .gallery-detail h4 {
  font-size: 18px;
}

.gallery-box .gallery-detail p {
  color: Rgba(0, 0, 0, 0.4);
  font-size: 16px;
}

.gallery-box .gallery-detail i {
  color: #101010;
  padding: 8px;
}

.gallery-box .gallery-detail i:hover {
  color: #101010;
}

.gallery-box:hover .gallery-detail {
  top: 50%;
  transform: translate(0, -50%);
  opacity: 1;
}

.gallery-box:hover .gallery-img:after {
  background: rgba(0, 0, 0, 0.4);
}

.gallery-box:hover .gallery-img > img {
  transform: scale(1.05);
}

/* magnific popup custom */
.mfp-figure button {
  border: 0 solid transparent;
}

button.mfp-close,
button.mfp-arrow {
  border: 0 solid transparent;
  background: transparent;
}

/* ======= Video Gallery style ======= */
.vid-icon {
  position: relative;
  overflow: hidden;
}

.vid-icon:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.video-gallery-button {
  position: relative;
  margin: auto;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  z-index: 4;
  margin-right: 20px;
  float: left;
}

.video-gallery-polygon {
  z-index: 2;
  padding-right: 5px;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #A61522;
  border-radius: 50%;
  color: white;
  padding: 12px 11px 12px 13px;
  line-height: 0;
  box-shadow: 0 0 0 5px rgb(255 255 255 / 10%);
}

.video-gallery-polygon:hover {
  background: white;
  color: #A61522;
}

.video-gallery-polygon {
  font-size: 20px;
}

/* ======= Video Popup style ======= */
.play-button {
  position: relative;
  margin: auto;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  z-index: 4;
}

.play-button svg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.polygon {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 90px;
  font-size: 30px;
  z-index: 2;
}

.play-button svg.circle-fill {
  z-index: 1;
  stroke-dasharray: 322;
  stroke-dashoffset: 322;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.play-button:hover svg.circle-fill {
  stroke-dashoffset: 38.5;
}

.play-button svg.circle-track {
  z-index: 0;
}

.video-wrapper {
  min-height: 500px;
}

.video-wrapper .vid {
  position: relative;
  z-index: 8;
}

.video-wrapper .vid .vid-butn:hover .icon {
  color: #A61522;
}

.video-wrapper .vid .vid-butn:hover .icon:before {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.video-wrapper .vid .vid-butn .icon {
  color: #A61522;
  width: 100px;
  height: 100px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  line-height: 100px;
  text-align: center;
  font-size: 40px;
  position: relative;
  transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
  transform-style: preserve-3d;
}

.video-wrapper .vid .vid-butn .icon:after {
  content: '';
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  left: 5px;
  border: 2px solid white;
  border-radius: 50%;
  z-index: -1;
}

.video-wrapper .vid .vid-butn .icon:before {
  content: '';
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  left: 5px;
  background: transparent;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all .5s cubic-bezier(1, 0, 0, 1);
  -o-transition: all .5s cubic-bezier(1, 0, 0, 1);
  transition: all .5s cubic-bezier(1, 0, 0, 1);
}

.video-wrapper .vid .vid-butn .icon:hover {
  border: 2px solid #A61522;
  transform: translate3d(0, -6px, 0.01px);
}

/* ======= Clients style ======= */
.clients {
  background: white;
}

.clients .owl-carousel {
  margin: 20px 0;
}

.clients .clients-logo {
  opacity: 1;
  line-height: 0;
}

.clients .clients-logo:hover {
  opacity: 1;
}

.clients img {
  -webkit-filter: none;
  filter: none;
}

.clients img:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all .5s;
  transition: all .5s;
}

/* ======= Testimonials style ======= */
.testimonials {
  position: relative;
}

.testimonials:last-child {
  margin-bottom: 0;
}

.testimonials figure {
  margin: 0;
  position: relative;
  width: 66.666667%;
  margin-left: auto;
  overflow: hidden;
  border-radius: 5px;
}

.testimonials.left figure {
  margin-left: 0;
  margin-right: auto;
  border-radius: 5px;
}

.testimonials figure img:hover {
  -webkit-transform: scale(1.02, 1.02);
  transform: scale(1.02);
}

.testimonials figure img {
  transform: scale(1);
  transition: transform 500ms ease;
}

.testimonials .caption {
  background: white;
  position: absolute;
  left: 0;
  top: 50%;
  width: 50%;
  padding: 5% 4% 5% 0%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.testimonials.left .caption {
  left: auto;
  right: 0;
  background: white;
  padding: 60px 40px;
  border-radius: 10px;
}

.testimonials.left .caption h5 {
  color: #101010;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.25em;
}

.testimonials .item-box {
  margin-bottom: 0;
  position: relative;
}

.testimonials .item-box .quote {
  position: absolute;
  right: 0;
  bottom: -5px;
  opacity: .1;
  color: red;
  font-size: 55px;
}

.testimonials .item-box p {
  font-size: 16px;
  color: #777;
  margin-bottom: 20px;
  border-bottom: 2px solid #f6f6f6;
  padding-bottom: 20px;
}

.testimonials .item-box .info {
  text-align: left;
}

.testimonials .item-box .info .author-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  float: left;
  overflow: hidden;
  border: 2px solid #A61522;
  padding: 2px;
}

.testimonials .item-box .info .author-img img {
  border-radius: 100%;
}

.testimonials .item-box .info .cont {
  margin-left: 65px;
}

.testimonials .item-box .info h6 {
  color: #101010;
  font-size: 16px;
  margin-bottom: 0;
  padding-top: 5px;
  line-height: 1em;
}

.testimonials .item-box .info span {
  font-size: 16px;
  color: #777;
}

/* ======= Appointment style ======= */
.appointment h4, .appointment .title {
  font-size: 32px;
  margin-bottom: 15px;
  color: #101010;
  line-height: 1.25em;
}

.appointment h5, .appointment .subtitle {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  color: #A61522;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  z-index: 1;
}

.appointment .subtitle, .appointment .title {
  font-weight: 700;
}

.appointment h5::before, .appointment .subtitle::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 8px;
  background-color: #A61522;
  z-index: -1;
}

.appointment [data-overlay-dark] span {
  color: #A61522;
}

.appointment [data-overlay-dark] p {
  color: white;
}

/* help style */
.help {
  display: flex;
  align-items: center;
}

.help .icon {
  position: relative;
  top: 3px;
}

.help .icon span {
  font-size: 40px;
}

.help .icon.color-1 span {
  font-size: 45px;
  color: #A61522;
}

.help .text {
  margin-left: 15px;
}

.help .text p {
  font-size: 16px;
  margin: 0;
}

.help .text a {
  font-size: 24px;
  font-weight: 700;
}

.help .text a.color-1 {
  color: white;
}

/* ======= Booking style ======= */
.booking-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 5%;
  z-index: 5;
}

.booking2-wrapper {
  position: relative;
  margin-bottom: 40px;
}

.booking-inner {
  position: relative;
  border-radius: 0;
}

.form1 {
  display: block;
  padding: 0;
  position: relative;
}

.form1 label {
  display: none;
}

.form1 .col1 {
  float: left;
  width: 20%;
}

.form1 .col2 {
  float: left;
  width: 14%;
}

.form1 .col3 {
  float: left;
  width: 18%;
}

.form1 .c1 {
  border-right: 2px solid #A61522;
  height: 52.5px;
  margin-bottom: 15px;
}

.form1 .c2 {
  border-right: 1px solid #f1eeeb;
  height: 52.5px;
  margin-bottom: 15px;
}

.form1 .c3 {
  border-right: 1px solid #f1eeeb;
  height: 52.5px;
  margin-bottom: 15px;
}

.form1 .c4 {
  border-right: 1px solid #f1eeeb;
  height: 52.5px;
  margin-bottom: 15px;
}

.form1 .c5 {
  border-right: 1px solid #f1eeeb;
  height: 52.5px;
  margin-bottom: 15px;
}

.ui-datepicker .ui-datepicker-header {
  background: #d00f27;
  border: #d00f27;
  color: white;
}

.ui-datepicker {
  font-size: 14px;
  color: #101010;
  background: white;
  z-index: 100 !important;
  border: 2px solid transparent;
  border-radius: 0;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 0 solid rgba(255, 255, 255, 0.05);
  background: #d00f27;
  color: white;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 0 solid #101010;
  background: #101010;
  font-weight: normal;
  color: white;
}

.ui-datepicker .ui-datepicker-prev:after {
  font-size: 14px;
  content: "\f104";
  font-family: "FontAwesome";
  color: white;
}

.ui-datepicker .ui-datepicker-next:before {
  font-size: 14px;
  content: "\f105";
  font-family: "FontAwesome";
  color: white;
  float: right;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background: transparent;
  border: 1px solid transparent;
}

.btn-form1-submit {
  display: block;
  padding: 0;
  border: none;
  margin: 0;
  width: 100%;
  background: #A61522;
  color: white;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  line-height: 57px;
  position: relative;
  cursor: pointer;
  transition: all .3s ease-out;
  border: 2px solid #A61522;
  border-radius: 5px;
}

.btn-form1-submit:hover {
  background: white;
  border: 2px solid white;
  color: #101010;
}

.btn-form1-submit:focus {
  outline: none;
}

.btn-form1-submit:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  background: inherit;
}

.input1_inner {
  position: relative;
}

.input1_inner:after {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  pointer-events: none;
  content: "\f073";
  font-family: "FontAwesome";
  font-size: 14px;
  color: #999;
  line-height: 1;
}

.input1_inner input {
  display: block;
  width: 100%;
  font-size: 16px;
  color: white;
  padding: 15px 50px 15px 15px;
  background: #101010;
  border: none;
  box-shadow: none;
  border-radius: 5px;
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.input1_inner input::placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8) !important;
}

.input1_inner input:focus {
  outline: none;
  box-shadow: none;
  background: #101010;
  color: #999 !important;
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.input2_inner {
  position: relative;
  margin-bottom: 20px;
}

.input2_inner input {
  display: block;
  width: 100%;
  font-size: 16px;
  color: white;
  padding: 15px;
  background: #101010;
  border: none;
  box-shadow: none;
  border-radius: 0;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
}

.input2_inner input::placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8) !important;
}

textarea:focus,
.input2_inner input:focus {
  outline: none;
  box-shadow: none;
  background: #101010;
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.select1_wrapper {
  margin-bottom: 0;
}

.select1_inner {
  position: relative;
}

.select1_inner:after {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  pointer-events: none;
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 12px;
  color: #999;
  font-weight: normal;
  line-height: 15px;
}

.select2 {
  width: 100%;
  margin-bottom: 15px;
  background: #101010;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
}

.select2 *:focus {
  outline: none !important;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 500px;
}

.select2-container--default .select2-selection--single {
  background: none;
  border-radius: 0;
  border: none;
  height: auto;
}

.selection {
  display: inline-flex;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  padding: 12.25px 49px 12.25px 15px;
  color: rgba(255, 255, 255, 0.8);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-dropdown {
  background: none;
  border-radius: 0;
  z-index: 100;
  min-width: 0;
  border: none;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: 0 solid #101010;
}

.select2-container--open .select2-dropdown--below {
  border-top: 0 solid #101010;
}

.select2-results__option {
  padding: 10px 30px;
  background: white;
  font-size: 16px;
  line-height: 20px;
  color: #101010;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  text-align: center;
}

.select2-results__option:first-child {
  border-top: none;
}

.small .select2-results__option {
  padding-left: 0;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #b51817;
  color: white;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #b51817;
  color: white;
}

/* booking form */
.booking-box {
  position: relative;
  background: #101010;
  padding: 60px 45px;
  margin-bottom: -60px;
  border-radius: 5px;
}

.booking-box .head-box h6 {
  color: #A61522;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 7px;
  letter-spacing: 5px;
}

.booking-box .head-box h1 {
  font-size: 60px;
  line-height: 1.25em;
  font-weight: 400;
  color: #101010;
  position: relative;
  letter-spacing: 5px;
  margin-bottom: 30px;
}

.booking-box .head-box h1 span {
  color: #101010;
}

/* ======= Blog 1 style  ======= */
.blog1 {
  overflow: hidden;
}

/* Desktop navs style */
.blog1 .owl-carousel .owl-nav button.owl-prev,
.blog1 .owl-carousel .owl-nav button.owl-next {
  opacity: 1;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transition: all .5s ease-in-out;
  font-size: 15px;
  z-index: 1;
  display: block;
  position: absolute;
}

.blog1 .owl-carousel .owl-nav button.owl-prev:hover,
.blog1 .owl-carousel .owl-nav button.owl-next:hover {
  color: #A61522;
}

.blog1 .item {
  position: relative;
  margin-bottom: 15px;
}

.blog1 .item .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
}

.blog1 .item .wrap .wrapper-img {
  position: relative;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  overflow: hidden;
}

.blog1 .item .wrap .wrapper-img img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
  filter: brightness(100%) contrast(100%) saturate(0) blur(0) hue-rotate(0deg);
  opacity: 1;
}

.blog1 .item .wrap .wrapper-title {
  position: absolute;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  bottom: 0;
  padding: 20px 20px 0;
}

.blog1 .item .wrap .wrapper-title .small-title {
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  color: white;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  z-index: 1;
}

.blog1 .item .wrap .wrapper-title .small-title::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 8px;
  background-color: #A61522;
  z-index: -1;
}

.blog1 .item .wrap .wrapper-title .title {
  color: white;
  font-size: 21px;
  margin-bottom: 15px;
  line-height: 1.25em;
}

.blog1 .item .wrap .wrapper-title .icon {
  font-size: 14px;
  color: white;
  opacity: 0;
  transition: .7s;
  width: 50px;
  height: 50px;
  line-height: 47px;
  border: 2px solid #A61522;
  border-radius: 100%;
  background: transparent;
}

.blog1 .item .wrap .wrapper-title .icon:hover {
  color: white;
  border: 2px solid #A61522;
  background: #A61522;
}

.blog1 .item .wrap:hover .wrapper-img img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0) hue-rotate(0deg);
  opacity: 1;
  transform: scale(1.1);
}

.blog1 .item .wrap:hover .wrapper-title {
  transform: translateY(-50px);
}

.blog1 .item .wrap:hover .wrapper-title .icon {
  opacity: 1;
}

/* ======= Post style ======= */
.post {
  position: relative;
}

.post h4 {
  font-size: 30px;
  margin-bottom: 15px;
  color: white;
}

.post h4 span {
  color: #A61522;
}

.post .form-box {
  background: #101010;
}

.post .form-box h5 {
  font-size: 24px;
  color: white;
}

.post .section {
  padding-top: 60px;
  margin-bottom: 60px;
}

.post .section h6 {
  font-size: 16px;
  color: white;
}

.post .section h6 span {
  font-size: 14px;
  color: #999;
  font-weight: 400;
  letter-spacing: 0;
  display: block;
  text-transform: none;
}

.post .section .wrap {
  display: flex;
  margin-bottom: 60px;
}

.post .section .wrap .user {
  margin-right: 20px;
  flex: 0 0 auto;
}

.post .section .wrap .user img {
  border-radius: 100%;
  width: 90px;
  border: 2px solid #A61522;
  padding: 4px;
}

.post .section .wrap .cont {
}

.post .section .wrap .cont .repay {
  font-size: 14px;
  color: white;
  margin: 0;
  font-weight: 400;
}

.post .section .wrap .cont a.repay:hover {
  color: #A61522;
}

/* ======= Contact style ======= */
.contact p {
  color: #999;
  margin-top: 10px;
  margin-bottom: 10px;
}

.contact p b {
  color: #101010;
  font-weight: 700;
}

.contact h5,
.contact .contact-title {
  color: white;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.5em;
  margin: 0 0 15px;
}

.contact .con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #999;
  text-decoration: none;
}

.contact .con .icon {
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 2px solid #A61522;
  text-align: center;
  background: transparent;
  font-size: 20px;
  color: white;
}

.contact .con .icon .img {
  border-radius: 0;
  border: 2px solid #A61522;
}

.contact .con .icon img {
  background: transparent;
  padding: 13px;
}

.contact .con .text {
  color: #999;
  line-height: 1.5em;
}

/* contact form */
.contact .form-box {
  background: #101010;
}

/* opening-hours list */
.opening-hours ul {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  width: 320px;
}

.opening-hours ul li .tit,
.opening-hours ul li .dots,
.opening-hours ul li span {
  display: table-cell;
  white-space: nowrap;
}

.opening-hours ul li {
  margin-bottom: 15px;
  font-size: 16px;
}

.opening-hours ul li:last-of-type {
  margin-bottom: 0;
}

.opening-hours ul li span {
  white-space: nowrap;
  padding-left: 10px;
  color: #999;
}

.opening-hours ul li .tit {
  padding-right: 10px;
  color: #999;
}

.opening-hours ul li .dots {
  height: 4px;
  width: 100%;
  border-bottom: 2px dashed #1b1b1b;
  position: relative;
  top: -7px;
}

.google-map {
  width: 100%;
  /*-webkit-filter: grayscale(100%);*/
  /*filter: grayscale(100%);*/
  /*height: calc(100% + 30px);*/
  overflow: hidden;
}

.google-map iframe {
  display: block;
}

/* ======= Services Box style ======= */
.services-box {
  position: relative;
  margin-bottom: 60px;
  margin-top: -120px;
}

.services-box .container {
  position: relative;
  z-index: 2;
}

.services-box .item {
  background: white;
  padding: 40px 40px 60px;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  line-height: 1;
  text-align: left;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 50px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 50px 1px rgba(0, 0, 0, 0.05);
  transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  border-radius: 15px;
}

.services-box .item.active {
  background: #A61522;
  -webkit-box-shadow: 0 10px 50px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 50px 1px rgba(0, 0, 0, 0.05);
}

.services-box .item:hover {
  background: #A61522;
  -webkit-box-shadow: 0 10px 50px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 50px 1px rgba(0, 0, 0, 0.3);
  transform: translate3d(0, -15px, 0.01px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

.services-box .item h5 {
  font-size: 24px;
  color: #101010;
}

.services-box .item.active h5 {
  color: #fff
}

.services-box .item:hover h5 {
  color: white;
  -webkit-transition: .5s;
  transition: .5s;
}

.services-box .item p {
  color: #777;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.services-box .item.active p {
  color: white;
}

.services-box .item:hover p {
  color: white;
}

.services-box .item span {
  font-size: 70px;
  color: #A61522;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
  -webkit-transition: .5s;
  transition: .5s;
}

.services-box .item.active span {
  color: white;
}

.services-box .item:hover span {
  color: white;
}

.services-box .item .numb {
  font-size: 120px;
  position: absolute;
  bottom: -25px;
  right: -10px;
  color: rgba(0, 0, 0, 0.3);
  opacity: .2;
}

.services-box .item.active .numb {
  color: rgba(255, 255, 255, 0.5);
}

.services-box .item:hover .numb {
  color: rgba(255, 255, 255, 0.5);
}

/* ======= 404 style ======= */
.not-found h1 {
  font-size: 200px;
  line-height: 180px;
  color: transparent;
  -webkit-text-stroke: 2px #A61522;
  opacity: .7;
}

.not-found h3 {
  color: white;
  font-size: 27px;
  line-height: 1.25em;
}

.not-found p {
  color: #999;
}

.search-form {
  position: relative;
  max-width: 520px;
  margin: 20px auto 0;
}

.search-form form {
  position: relative;
}

.search-form .form-group {
  position: relative;
  margin: 0;
}

.search-form .form-group input[type="text"],
.search-form .form-group input[type="search"],
.search-form .form-group input[type="email"] {
  position: relative;
  width: 100%;
  line-height: 30px;
  padding: 10px 100px 10px 20px;
  height: 60px;
  display: block;
  font-size: 16px;
  background: transparent;
  color: #101010;
  border-radius: 0;
  border: 2px solid #A61522;
  transition: all 300ms ease;
  border-radius: 5px;
}

.search-form .form-group input[type="text"]:focus,
.search-form .form-group input[type="email"]:focus,
.search-form .form-group input[type="search"]:focus {
  border-color: #A61522;
}

.search-form .form-group input::-webkit-input-placeholder {
  color: #999;
}

.search-form .form-group input[type="search"]:focus {
  color: white;
}

.search-form .form-group .search-button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 90px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  background: none;
  color: #101010;
  background: white;
  border-radius: 5px;
}

.search-form .form-group .search-button span {
  vertical-align: middle;
  outline: none;
}

.search-form .form-group .search-button:hover {
  background: white;
  color: #101010;
}

/* ======= Button style ======= */
/* button 1 */
.button-1 {
  display: inline-block;
  height: auto;
  padding: 10px 22px;
  border: 2px solid #A61522;
  border-radius: 0px;
  background-color: #A61522;
  color: white;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
  transform-style: preserve-3d;
  border-radius: 5px;
}

.button-1 span {
  font-size: 10px;
  margin-left: 5px;
  color: white;
}

.button-1:hover {
  border: 2px solid white;
  background-color: white;
  color: #101010;
  transform: translate3d(0, -6px, 0.01px);
}

.button-1:hover span {
  color: #101010;
}

/* button 2 */
.button-2 {
  display: inline-block;
  height: auto;
  padding: 10px 22px;
  border: 2px solid #A61522;
  border-radius: 0;
  background-color: #A61522;
  color: white;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
  transform-style: preserve-3d;
  border-radius: 5px;
}

.button-2 span {
  font-size: 10px;
  margin-left: 5px;
  color: white;
}

.button-2:hover {
  border: 2px solid #101010;
  background-color: #101010;
  color: white;
  transform: translate3d(0, -6px, 0.01px);
}

.button-2:hover span {
  color: white;
}

/* button 3 */
.button-3 {
  display: inline-block;
  height: auto;
  padding: 10px 22px;
  border: 2px solid #A61522;
  border-radius: 0;
  background-color: #A61522;
  color: white;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
  transform-style: preserve-3d;
  border-radius: 5px;
}

.button-3 span {
  font-size: 10px;
  margin-left: 5px;
  color: white;
}

.button-3:hover {
  border: 2px solid white;
  background-color: white;
  color: #101010;
  transform: translate3d(0, -6px, 0.01px);
}

.button-3:hover span {
  color: #101010;
}

/* newsletter */
.widget-newsletter {
  position: relative;
}

.widget-newsletter input {
  height: 60px;
  width: 100%;
  border: none;
  background: transparent;
  font-size: 16px;
  color: white;
  outline: none;
  padding: 0 90px 0 20px;
  border: 2px solid #A61522;
  border-radius: 5px;
}

.widget-newsletter button {
  height: 50px;
  border: none;
  background: white;
  font-size: 14px;
  font-weight: 700;
  color: #101010;
  outline: none;
  padding: 0 25px;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 5px;
}

.widget-newsletter input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.widget-newsletter button:hover {
  background: white;
  color: #101010;
}

/* ======= toTop Button style ======= */
.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: 'themify';
  content: '\e627';
  text-align: center;
  line-height: 45px;
  font-size: 14px;
  font-weight: normal;
  left: 0;
  top: 0;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #b51817;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap::after {
  color: #b51817;
}

.progress-wrap svg.progress-circle path {
  stroke: #b51817;
}

/* Breadcrumb style */
.breadcrumb-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.breadcrumb-container .breadcrumb-list {
  padding-top: 1.2rem;
}

.breadcrumb-container .breadcrumb-list .breadcrumb-item {
  font-size: 16px;
  font-weight: 500;
  line-height: 23.04px;
  color: white;
  padding: 0 15px 0 8px;
  position: relative;
}

.breadcrumb-container .breadcrumb-list .breadcrumb-item.parent {
  margin-right: 8px;
}

.breadcrumb-container .breadcrumb-list .breadcrumb-item:first-of-type {
  padding-left: 0;
}

.breadcrumb-container .breadcrumb-list .breadcrumb-item:last-of-type {
  padding-left: 0;
  padding-right: 0;
  color: #b51817;
}

.breadcrumb-container .breadcrumb-list .breadcrumb-item:last-of-type span {
  color: #b51817;
}

.breadcrumb-container .breadcrumb-list .breadcrumb-item:last-of-type::before {
  content: none;
}

.breadcrumb-container .breadcrumb-list .breadcrumb-item::before {
  position: absolute;
  right: 0;
  top: 0;
  content: '\f105';
  font-family: 'FontAwesome';
  opacity: 1;
  font-size: 16px;
  font-weight: 500;
  z-index: 1;
  font-style: normal;
}

.breadcrumb-container .breadcrumb-list .breadcrumb-item a {
  text-decoration: underline;
}

.breadcrumb-container .breadcrumb-list .breadcrumb-item a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .breadcrumb-container .breadcrumb-list .breadcrumb-item:not(.parent) {
    display: none;
  }

  .breadcrumb-container .breadcrumb-list .breadcrumb-item.parent {
    margin-right: 0;
    margin-left: 8px;
    padding-left: 15px;
    padding-right: 0;
  }

  .breadcrumb-container .breadcrumb-list .breadcrumb-item.parent::before {
    content: '\f104';
    right: auto;
    left: 0;
  }
}

/* ======= Overlay Effect Bg image ======= */
[data-overlay-dark] {
  position: relative;
}

[data-overlay-dark] .container {
  position: relative;
  z-index: 2;
}

[data-overlay-dark]:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

[data-overlay-dark]:before {
  background: #000;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
[data-overlay-dark] .title,
[data-overlay-dark] .subtitle {
  color: white;
}

[data-overlay-dark] p {
  color: #999;
}

[data-overlay-dark="0"]:before {
  opacity: 0;
}

[data-overlay-dark="1"]:before {
  opacity: 0.1;
}

[data-overlay-dark="2"]:before {
  opacity: 0.2;
}

[data-overlay-dark="3"]:before {
  opacity: 0.3;
}

[data-overlay-dark="4"]:before {
  opacity: 0.4;
}

[data-overlay-dark="5"]:before {
  opacity: 0.5;
}

[data-overlay-dark="6"]:before {
  opacity: 0.6;
}

[data-overlay-dark="7"]:before {
  opacity: 0.7;
}

[data-overlay-dark="8"]:before {
  opacity: 0.8;
}

[data-overlay-dark="9"]:before {
  opacity: 0.9;
}

[data-overlay-dark="10"]:before {
  opacity: 1;
}

.custom-filter {
  width: 100%;
  padding-bottom: 30px;
  padding-left: 0;
  position: relative;
}

.custom-filter li {
  font-size: 18px;
  font-weight: 700;
  margin-right: 15px;
  display: inline-block;
  cursor: pointer;
  color: white;
}

.custom-filter li:last-child {
  margin-right: 0;
}

.custom-filter li .bef-link--selected {
  color: #A61522;
  content: "";
  left: 0;
  bottom: -4px;
  border-bottom: 2px solid #A61522;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}

.custom-filter li:hover {
  color: #A61522;
}

.realisation-node-teaser .gallery-box {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.realisation-node-teaser .gallery-box .wrapper-title {
  position: absolute;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  bottom: 0;
  padding: 20px 20px 0;
}

.realisation-node-teaser .gallery-box .wrapper-title h6,
.realisation-node-teaser .gallery-box .wrapper-title .title {
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  color: white;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  z-index: 1;
}

.realisation-node-teaser .gallery-box .wrapper-title h6::before,
.realisation-node-teaser .gallery-box .wrapper-title .title::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 8px;
  background-color: #A61522;
  z-index: -1;
}

.realisation-node-teaser .gallery-box .wrapper-title h4,
.realisation-node-teaser .gallery-box .wrapper-title .label {
  color: white;
  font-size: 21px;
  margin-bottom: 15px;
  line-height: 1.25em;
  font-weight: 700;
  margin: 0 0 15px;
}

.realisation-node-teaser .gallery-box .gallery-img img {
  width: 356px;
  height: 237.33px;
}

#edit-field-expertise-target-id--2 {
  text-align: -webkit-center;
}

#edit-field-expertise-target-id--2 .custom-filter li > .custom-filter {
  width: auto !important;
}

#edit-field-expertise-target-id--2 > ul > li:first-child {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.maximize-heights {
  height: 100%;
}

.title-subtitle {
  position: relative;
}

.title-subtitle.text-left .second-title {
  left: 12px;
  right: initial;
}

.title-subtitle .title {
  font-size: 48px;
  font-weight: 700;
  color: white;
  position: relative;
  line-height: 1.25em;
  padding-top: 0;
}

.title-subtitle .title.small-size {
  font-size: 30px;
}

.title-subtitle .title.f-oswald {
  font-size: 60px;
}

.title-subtitle .title .green-text {
  position: relative;
  color: #b51817;
  display: inline-block;
}

.title-subtitle .second-title {
  color: white;
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* Start responsive styles */
/* Desktop Media */
@media (max-width: 1200px) {
  .booking2-wrapper {
    margin-bottom: 30px;
  }

  .pricing-table thead tr td:nth-child(3),
  .pricing-table tbody tr td:nth-child(3),
  .pricing-table thead tr th:nth-child(3),
  .pricing-table tbody tr th:nth-child(3) {
    width: 21%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 992px) {
  .navbar .dropdown-menu .dropdown-menu {
    left: calc(100% + 5px);
    top: -10px;
    right: auto;
    min-width: 190px;
    transform: translateY(0);
  }
}

  /* Tablet Media */
  @media screen and (max-width: 991px) {
    .booking2-wrapper {
      margin-bottom: 40px;
    }

    .form1 .col1 {
      width: 50%;
      border-bottom: 1px solid #101010;
    }

    .form1 .c2 {
      border-right: none;
    }

    .form1 .col2 {
      width: 25%;
    }

    .form1 .col3 {
      width: 25%;
    }

    .pricing-table thead tr td,
    .pricing-table tbody tr td,
    .pricing-table thead tr th,
    .pricing-table tbody tr th {
      font-size: 14px;
      line-height: 19px;
    }

    .pricing-table thead tr td:nth-child(1),
    .pricing-table tbody tr td:nth-child(1),
    .pricing-table thead tr th:nth-child(1),
    .pricing-table tbody tr th:nth-child(1) {
      width: 45%;
      padding-left: 20px;
      padding-right: 20px;
    }

    .pricing-table thead tr td:nth-child(2),
    .pricing-table tbody tr td:nth-child(2),
    .pricing-table thead tr th:nth-child(2),
    .pricing-table tbody tr th:nth-child(2) {
      width: 30%;
    }

    .pricing-table thead tr td:nth-child(3),
    .pricing-table tbody tr td:nth-child(3),
    .pricing-table thead tr th:nth-child(3),
    .pricing-table tbody tr th:nth-child(3) {
      width: 25%;
      padding-left: 20px;
      padding-right: 20px;
    }

    .booking-box {
      margin-bottom: 90px;
      padding: 35px 20px;
    }

    .services2 .item figure {
      width: auto;
      margin: 0;
    }

    .services2 .item.left .caption,
    .services2 .item .caption {
      position: relative;
      left: 0;
      top: 0;
      width: auto;
      padding: 30px 20px;
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }

    .services2 .item .numb {
      display: none;
    }

    .bg-fixed {
      background-attachment: scroll !important;
    }

    .header {
      background-attachment: scroll !important;
      background-position: 50% 0 !important;
    }

    .header .caption h1 {
      font-size: 36px;
    }

    .parallax-header h6 {
      font-size: 14px;
    }

    .parallax-header h1 {
      font-size: 36px;
    }

    .section-title {
      font-size: 32px;
    }

    .section-title2 {
      font-size: 14px;
    }

    .section-title3 {
      font-size: 14px;
    }

    .process .item .title {
      font-size: 20px;
    }

    .services1 .wrapper-title h4 {
      font-size: 20px;
    }

    .services2 .item .caption h5,
    .services2 .item .caption .third-title {
      font-size: 24px;
    }

    .appointment h5, .appointment .subtitle {
      font-size: 14px;
    }

    .video-fullscreen-wrap .second-title {
      font-size: 14px;
    }

    .video-fullscreen-wrap h1,
    .video-fullscreen-wrap .f-oswald {
      font-size: 36px;
    }

    .footer .widget .widget-title {
      font-size: 20px;
    }

    .sidebar .sidebar-widget .widget-inner {
      margin-top: 30px;
    }

    .not-found h1 {
      font-size: 150px;
      line-height: 150px;
    }

    .footer-bottom .footer-social {
      float: left;
    }

    .testimonials figure {
      width: auto;
      margin: 0;
    }

    .testimonials figure img {
      display: none;
    }

    .testimonials.left .caption {
      padding: 30px;
    }

    .testimonials .caption {
      position: relative;
      left: 0;
      top: 0;
      width: auto;
      padding: 30px;
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }

    .title-subtitle .second-title {
      font-size: 14px;
    }

    .title-subtitle h1,
    .title-subtitle .title.f-oswald,
    .title-subtitle .title {
      font-size: 36px;
    }

    .title-subtitle h1.small-size,
    .title-subtitle .title.f-oswald.small-size,
    .title-subtitle .title.small-size {
      font-size: 25px;
    }
  }

  /* Mobile media */
  @media screen and (max-width: 768px) {
    .breadcrumb-container .breadcrumb-list {
      width: calc(50% - 10px);
    }

    .breadcrumb-container .breadcrumb-list .breadcrumb-item {
      display: none;
    }

    .breadcrumb-container .breadcrumb-list .breadcrumb-item.parent {
      color: white;
      display: list-item;
      padding-left: 13px;
      font-size: 18px;
      margin-right: 0;
    }

    .breadcrumb-container .breadcrumb-list .breadcrumb-item.parent span {
      color: white;
      text-decoration: underline;
    }

    .breadcrumb-container .breadcrumb-list .breadcrumb-item.parent:hover span {
      text-decoration: none;
    }

    .breadcrumb-container .breadcrumb-list .breadcrumb-item.parent::before {
      transform: rotate(180deg);
      left: 0;
      content: '\f105';
      z-index: 1;
      color: white;
      right: initial;
      font-size: 18px;
    }

    .form1 .col1 {
      width: 100%;
      border-right: 0;
      border-bottom: 1px solid #101010;
    }

    .form1 .col2 {
      width: 100%;
      border-right: 0;
      border-bottom: 1px solid #101010;
    }

    .form1 .col3 {
      width: 100%;
      border-right: 0;
    }

    .btn-form1-submit:after {
      background: none;
    }

    .booking-wrapper {
      position: relative;
      bottom: auto;
      padding: 30px 0 0;
    }

    .gallery-masonry-wrapper {
      margin-left: auto;
      margin-right: auto;
    }

    .gallery-items .col-md-6:nth-child(2) {
      margin-top: 0;
    }

    .pricing-table thead tr td:nth-child(1),
    .pricing-table tbody tr td:nth-child(1),
    .pricing-table thead tr th:nth-child(1),
    .pricing-table tbody tr th:nth-child(1) {
      width: 38%;
      padding-left: 15px;
      padding-right: 15px;
    }

    .pricing-table thead tr td:nth-child(2),
    .pricing-table tbody tr td:nth-child(2),
    .pricing-table thead tr th:nth-child(2),
    .pricing-table tbody tr th:nth-child(2) {
      width: 23%;
    }

    .pricing-table thead tr td:nth-child(3),
    .pricing-table tbody tr td:nth-child(3),
    .pricing-table thead tr th:nth-child(3),
    .pricing-table tbody tr th:nth-child(3) {
      width: 34%;
      padding-left: 15px;
      padding-right: 15px;
    }

    .kenburns-inner .caption h6 {
      font-size: 14px;
    }

    .kenburns-inner .caption h1 {
      font-size: 36px;
    }

    .kenburns-inner .caption {
      text-align: center;
    }

    .footer-contact-links-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }

    .footer-contact-links-divider {
      width: auto;
      min-height: 1px;
      margin: 20px 0;
    }

    .owl-theme .owl-dots .owl-dot,
    .owl-theme .owl-nav {
      display: none;
    }

    .slider-fade .owl-theme .owl-nav {
      display: none;
    }

    .blog1 {
      padding-bottom: 86px;
    }

    .blog1 .owl-carousel .owl-nav {
      display: flex;
      justify-content: center;
      top: initial !important;
    }

    .blog1 .owl-carousel .owl-nav button.owl-prev,
    .blog1 .owl-carousel .owl-nav button.owl-next {
      position: relative;
    }

    .pagination-wrap {
      padding: 0;
      margin: 0;
      text-align: center;
    }

  }
  @media all and (max-width: 575px) {
    .gallery-filter li {
      margin-right: 10px;
      font-size: 16px;
    }

    .gallery-filter li:last-child {
      margin-right: 0;
    }

    .gallery-items .single-item {
      padding-bottom: 30px;
    }
  }

  @media only screen and (max-width: 400px) {
    .gallery-masonry-wrapper {
      margin-left: auto;
      margin-right: auto;
    }
  }
  /* Start responsive styles */
  /* Start Cutsom style for page with content /services/reprogrammation/conversion-e85-flexfuel-toulon on demand : https://redmine.dev.skeal.fr/issues/131 */
  .path-node.page-node-type-service-detail .dialog-off-canvas-main-canvas #block-asracing-theme-content .paragraph.paragraph--type--bloc-texte.paragraph--view-mode--default.services-single.section-padding.bloc_texte {
    padding: 0;
  }

  .path-node.page-node-type-service-detail .dialog-off-canvas-main-canvas #block-asracing-theme-content .pricing.section-padding {
    padding: 0 0 30px;
  }

  .path-node.page-node-type-service-detail .dialog-off-canvas-main-canvas #block-asracing-theme-content .paragraph.paragraph--type--service-detail.paragraph--view-mode--default.services-single.section-padding {
    padding: 60px 0 30px;
  }

  .path-node.page-node-type-service-detail .dialog-off-canvas-main-canvas #block-asracing-theme-content .paragraph.paragraph--type--service-2.paragraph--view-mode--default.services3.section-padding {
    padding: 0;
  }

/* End Cutsom style for page with content /services/reprogrammation/conversion-e85-flexfuel-toulon on demand : https://redmine.dev.skeal.fr/issues/131 */
