/* 
  Template    : Roofking - Roofing Services Multipurpose Responsive Website Template
  Author      : ZRTHEMES
  Version     : 2.0
  Author URI  : https://www.templatemonster.com/authors/zrthemes/
 */

/**************************************
 * Generale Style
 *************************************/

body {
  background: #ffffff;
  color: #333;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 26px;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 0;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  color: #333;
  line-height: 1.5;
}

a {
  color: #f15731;
  text-decoration: none !important;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

img {
  max-width: 100%;
  transition: all 0.2s;
}

img:hover {
  transform: scale(1.1);
}

a:hover {
  color: #f15731;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

a:hover,
a:focus {
  color: #f15731;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0;
  font-size: 15px;
  color: #555;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.2px;
  font-family: "Source Sans Pro", sans-serif;
}

.z-index {
  z-index: 9;
}

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

.form-control:focus {
  box-shadow: none;
  outline: 0 none;
  border-bottom: 1px solid #f15731;
}

.btn:focus {
  outline: none !important;
  box-shadow: none;
}

button:focus {
  outline: 0 none;
  box-shadow: none;
}

.button:focus {
  outline: none;
  box-shadow: none;
}

.button {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 9px 35px;
  text-align: center;
  font-size: 15px;
  text-transform: capitalize;
  letter-spacing: 0px;
  font-weight: 400;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #ffffff !important;
  background: #f15731;
  cursor: pointer;
  margin-top: 25px;
  overflow: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.button:hover {
  color: #fff;
}

.button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
  background-color: #f15731;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #f15731;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.button:hover:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.button:hover:after {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.button-large:focus {
  outline: none;
  box-shadow: none;
}

.button-large {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 14px 59px;
  text-align: center;
  font-size: 32px;
  text-transform: capitalize;
  letter-spacing: 0px;
  font-weight: 400;
  border: 2px solid #ffffff;
  border-radius: 2px;
  color: #ffffff;
  background: none;
  cursor: pointer;
  margin-top: 50px;
  overflow: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.button-large:hover {
  color: #fff;
}

.button-large:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
  background-color: #f15731;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.button-large:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #f15731;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.button-large:hover:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.button-large:hover:after {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

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

.bg-none {
  background: none !important;
}

.theme-color {
  background-color: #f7db2f;
}

.color-text {
  color: #f15731;
}

dl,
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.mr-15 {
  margin-right: 15px;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

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

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

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

h5 {
  color: #f15731;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
  letter-spacing: 0.7px;
  font-family: "Raleway", sans-serif;
}

.section-padding {
  padding: 60px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
}

.section-title h5 {
  max-width: 600px;
  color: #f15731;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-family: "Rajdhani", sans-serif;
  margin: 0 auto;
}

.section-title h2 {
  font-weight: 600;
  font-size: 38px;
  line-height: 1.3;
  color: #333;
  letter-spacing: 0.3px;
}

.display-table {
  width: 100%;
  height: 100%;
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.mr-0 {
  margin: 0;
}

.mr-top-50 {
  margin-top: 50px;
}

.back-to-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 15px;
  color: #ffffff;
  background: #f15731;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.back-to-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #222222;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.back-to-top:hover:before,
.back-to-top:focus:before {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover,
.back-to-top:focus {
  color: #ffffff;
}

.back-to-top.active {
  top: 90%;
  -webkit-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
}

.back-to-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.back-to-top:hover i:first-child,
.back-to-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.back-to-top:hover i:last-child,
.back-to-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.back-to-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
}

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

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

/* [ Start Overlay ] */

[data-overlay-dark],
[data-overlay-light] {
  position: relative;
}

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

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

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

[data-overlay-light]:before {
  background: #fff;
}

[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,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
  color: #fff;
}

.bg-b {
  background-color: #000000;
}

[data-overlay-dark] p,
.bg-dark p,
.bg-color p {
  color: #dad6d6;
}

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

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

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

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

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

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

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

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

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

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

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

/* [ End Overlay ] */

/* owl theme */

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  margin: 5px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 5px;
  transition: 0.3s;
  border: 2px solid transparent;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #f15731 !important;
  width: 7px;
  height: 7px;
  transition: 0.3s;
  -webkit-box-shadow: 0 1px 5px #f15731;
  box-shadow: 0 1px 5px #f15731;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: transparent;
  border: 2px solid #f15731;
  transition: 0.3s;
}

/**************************************
 ** Preloader Area CSS
 **************************************/
.preloader {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 99999999;
  height: 100%;
  width: 100%;
  background-color: #f7f7f7;
}

.preloader .preloader-wapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
}

.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 3px solid;
  border-color: #ffe028 #ffe028 transparent transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after,
.loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent transparent #ff3d00 #ff3d00;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotationBack 0.5s linear infinite;
  transform-origin: center center;
}
.loader::before {
  width: 32px;
  height: 32px;
  border-color: #ffe028 #ffe028 transparent transparent;
  animation: rotation 1.5s linear infinite;
}

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

.spinner-loader {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

.spinner-loader div {
  position: absolute;
  border: 4px solid #f15731;
  opacity: 1;
  border-radius: 0;
  -webkit-animation: spinner-loader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: spinner-loader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  border-radius: 50%;
}

.spinner-loader div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
  border-radius: 50%;
}

@-webkit-keyframes spinner-loader {
  0% {
    top: 35px;
    left: 35px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: -1px;
    left: -1px;
    width: 70px;
    height: 70px;
    opacity: 0;
  }
}

@keyframes spinner-loader {
  0% {
    top: 35px;
    left: 35px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: -1px;
    left: -1px;
    width: 70px;
    height: 70px;
    opacity: 0;
  }
}

/**************************************
 * Navber Area Style
 *************************************/
.zrthemes-theme-menu-header-navber-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 9999;
  background: transparent;
}

.zrthemes-theme-menu-header-navber-area .nav-top-bar {
  background: #f15731;
  padding-top: 10px;
  padding-bottom: 10px;
}

.zrthemes-theme-menu-header-navber-area .nav-top-bar .call-to-action p {
  margin: 0 13px 0 0;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
}
.zrthemes-theme-menu-header-navber-area
  .nav-top-bar
  .call-to-action
  p:last-child {
  margin-right: 0;
}

.zrthemes-theme-menu-header-navber-area .nav-top-bar .call-to-action p i {
  margin-right: 3px;
  font-size: 16px;
}

.zrthemes-theme-menu-header-navber-area .nav-top-bar .call-to-action p a {
  color: #ffffff;
}

.zrthemes-theme-menu-header-navber-area .nav-top-bar .call-to-action p a:hover,
.zrthemes-theme-menu-header-navber-area .nav-top-bar .call-to-action p a:focus {
  color: #ffc107;
}

.zrthemes-theme-menu-header-navber-area .nav-top-bar .top-social {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.zrthemes-theme-menu-header-navber-area .nav-top-bar .top-social li {
  display: inline-block;
}

.zrthemes-theme-menu-header-navber-area .nav-top-bar .top-social li a {
  color: #ffffff;
  font-size: 15px;
  margin-left: 5px;
}

.zrthemes-theme-menu-header-navber-area .nav-top-bar .top-social li a:hover,
.zrthemes-theme-menu-header-navber-area .nav-top-bar .top-social li a:focus {
  color: #f15731;
}

.zrthemes-theme-menu-header-navber-area .nav-top-bar .opening-hours {
  float: right;
}

.zrthemes-theme-menu-header-navber-area .nav-top-bar .opening-hours p {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 0;
}

.zrthemes-theme-menu-header-navber-area .nav-top-bar .opening-hours p i {
  margin-right: 3px;
  font-size: 16px;
}

.zrthemes-theme-menu-header-navber-area .nav-top-bar.template-color-bg {
  background: #f15731;
  border-bottom: none;
}

.zrthemes-theme-menu-header-navber-area
  .nav-top-bar.template-color-bg
  .call-to-action
  p
  a {
  color: #ffffff;
}

.zrthemes-theme-menu-header-navber-area
  .nav-top-bar.template-color-bg
  .top-social
  li
  a {
  color: #ffffff;
}

.call-to-action {
  float: right;
}

.navbar-b {
  transition: all 0.5s ease-in-out;
  padding-top: 12px;
  padding-bottom: 12px;
  height: 80px;
  background: #f15731;
}

.navbar-b.navbar-reduce {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

.navbar-b.navbar-trans .nav-item,
.navbar-b.navbar-reduce .nav-item {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
}

.navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding: 5px 10px;
  font-family: "Source Sans Pro", sans-serif;
}

.navbar-b.navbar-trans .nav-link:hover,
.navbar-b.navbar-reduce .nav-link:hover {
  color: #000000;
}

.navbar-b.navbar-trans .nav-link .book-now a,
.navbar-b.navbar-reduce .nav-link .book-now a {
  color: #fff;
}

.navbar-b.navbar-trans .nav-link::hover {
  color: #fff;
}

.navbar-b.navbar-trans .show > .nav-link,
.navbar-b.navbar-trans .active > .nav-link,
.navbar-b.navbar-trans .nav-link.show,
.navbar-b.navbar-trans .nav-link.active {
  /* color: #f15731; */
  color: #fff;
}

.navbar-b.navbar-reduce {
  transition: all 0.5s ease-in-out;
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-animation: 500ms ease-in-out 0s normal fadeInDown;
  animation: 500ms ease-in-out 0s normal fadeInDown;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.navbar-b.navbar-reduce .nav-link {
  color: #505050;
}

.navbar-b.navbar-reduce .book-now .nav-link {
  color: #fff !important;
}

.navbar-b.navbar-reduce .nav-link:hover {
  color: #f15731;
}

.navbar-b.navbar-reduce .show > .nav-link,
.navbar-b.navbar-reduce .active > .nav-link,
.navbar-b.navbar-reduce .nav-link.show,
.navbar-b.navbar-reduce .nav-link.active {
  color: #505050;
}

.navbar-b.navbar-reduce .navbar-brand {
  color: #333;
}

.navbar-b.navbar-reduce .navbar-toggler span {
  background-color: #fff;
}

.navbar-b .navbar-brand {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  z-index: 90;
  padding: 0;
}

.navbar-b .navbar-brand img {
  max-width: 200px;
}

.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu,
.navbar-b .dropdown.show .dropdown-menu,
.navbar-b .dropdown-btn.show .dropdown-menu {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  visibility: visible !important;
}

.navbar-b .dropdown-menu {
  margin: 1.12rem 0 0;
  border-radius: 0;
}

.navbar-b .dropdown-menu .dropdown-item {
  padding: 0.7rem 1.7rem;
  transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item:hover {
  background-color: #f15731;
  color: #fff;
  transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item.active {
  background-color: #f15731;
}

/* .navbar-toggler {
  position: absolute;
  right: 13px;
  top: 28px;
} */

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

#navbarDefault {
  /*eight: auto !important;
	overflow-y:hidden !important;*/
}

.navbar-toggler span {
  display: block;
  background-color: #1b1b1b;
  height: 4px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
  z-index: 9999;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}

.navbar-b .black-logo {
  display: none;
}

.navbar-b.navbar-reduce .navbar-brand .white-logo {
  display: none;
}

.navbar-b.navbar-reduce .navbar-brand .black-logo {
  display: block;
}

.book-now a {
  background: #f15731;
  border-radius: 30px;
  padding-right: 15px !important;
  color: #fff !important;
}

.book-now a:hover {
  background: #171717;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

/**************************************
 * Home Section Style
 *************************************/

.home-area {
  position: relative;
  z-index: 1;
  text-align: center;
  background: url(../images/slider-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 70vh;
  padding-top: 150px;
  padding-bottom: 40px;
}

.home-area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  z-index: -1;
  background: #000 !important;
}

.hero-equal-height {
  position: relative;
  min-height: 70vh;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.features {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(../images/section-bg.jpg);
  z-index: 1;
  text-align: center;
  position: relative;
}

.features::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.9;
  z-index: -1;
}

.features p {
  margin-bottom: 20px;
}

.features img {
  border-radius: 10px;
}
.features ul {
  list-style: disc;
  margin-left: 18px;
  margin-top: 20px;
}

.features span {
  font-size: 12px;
  font-weight: 100;
  margin-right: 10px;
  background: black;
  padding: 10px;
  min-width: 105px;
  border-radius: 4px;
  opacity: 0.9;
}

.features span img {
  max-width: 40px;
  border-radius: 8px;
  margin-right: 5px;
}

.header-offer {
  background: rgb(241 87 49);
  max-width: 380px;
  text-align: center;
  border-radius: 2px;
  position: absolute;
  bottom: -69px;
  z-index: 1;
  padding: 20px;
  left: 15px;
}

.header-offer h2 {
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.04px;
}

.header-offer h3 {
  color: #fff;
  font-weight: 200;
  font-size: 22px;
  font-family: "Rajdhani", sans-serif;
}

.header-offer p {
  color: #fff;
  font-size: 12px;
}

.header-offer span {
  font-size: 11px;
  position: absolute;
}

.header-offer .button {
}

.home-area .home-content {
  margin-bottom: 50px;
}

.home-area .home-content h1 {
  font-size: 80px;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Raleway", sans-serif;
}

.home-area .home-content p {
  font-size: 15px;
  color: #ffffff;
}

.button.home-btn-1 {
  background: #f15731;
  margin-right: 15px;
  border: 2px solid #ffffff;
  color: #fff;
}

.home-app-button-box .img-app-btn-1 {
  margin-right: 15px;
}

/**************************************
 * Slider Home Style
 *************************************/

.slider {
  position: relative;
}

.slider.fixed-slider {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.slider .swiper-slide-active {
  z-index: 3;
}

.slider .parallax-slider {
  position: relative;
}

.slider .parallax-slider .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 750px;
  max-height: 750px;
  height: 70vh;
  padding-bottom: 50px;
}

.slider .parallax-slider .swiper-slide .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}

.slider .parallax-slider .swiper-slide-active .caption h1 {
  opacity: 1;
  animation: fadeInLeft 0.8s;
  -webkit-animation-delay: 1s;
  animation-delay: 0.3s;
}

.slider .parallax-slider .caption {
  text-align: left;
}

.slider .parallax-slider .caption h2 {
  text-transform: uppercase;
  font-weight: 100;
  font-size: 1.5rem;
}

.slider .parallax-slider .caption h1 {
  font-size: 3rem;
  font-weight: 600;
  color: #ffffff;
  opacity: 1;
  visibility: visible;
  font-family: "Raleway", sans-serif;
  text-shadow: 7px 5px 10px rgb(0 0 0 / 29%);
  letter-spacing: 0.3px;
}

.slider .parallax-slider .caption p {
  color: #fff;
  font-weight: 500;
  margin-top: 10px;
  opacity: 1;
  text-transform: uppercase;
}

.slider .parallax-slider .swiper-slide-active .caption p {
  color: #fff;
  font-weight: 500;
  margin-top: 10px;
  opacity: 1;
  animation: fadeInRight 0.8s;
}

.slider .parallax-slider .caption h3 {
  font-weight: 600;
  font-family: "Rajdhani", sans-serif;
}

.home-slider-btn {
  font-size: 16px;
  font-weight: 300;
  text-transform: capitalize;
  letter-spacing: 1px;
  position: relative;
  opacity: 1;
  animation: fadeInUp 1s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.home-slider-btn .button:focus {
  outline: none;
  box-shadow: none;
}

.home-slider-btn .button {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 9px 35px;
  text-align: center;
  font-size: 15px;
  text-transform: capitalize;
  letter-spacing: 0px;
  font-weight: 400;
  border: 0;
  border-radius: 2px;
  color: #ffffff;
  background: #f15731;
  cursor: pointer;
  margin-top: 25px;
  overflow: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.home-slider-btn .button:hover {
  color: #fff;
}

.home-slider-btn .button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
  background-color: #171717;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.home-slider-btn .button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #171717;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.home-slider-btn .button:hover:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.home-slider-btn .button:hover:after {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.default-button:focus {
  outline: none;
  box-shadow: none;
}

.default-button {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 9px 35px;
  text-align: center;
  font-size: 15px;
  text-transform: capitalize;
  letter-spacing: 0px;
  font-weight: 400;
  border: 0;
  border-radius: 2px;
  color: #ffffff;
  background: #f15731;
  cursor: pointer;
  margin-top: 25px;
  overflow: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.default-button:hover {
  color: #fff;
}

.default-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
  background-color: #171717;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.default-button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #171717;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.default-button:hover:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.default-button:hover:after {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.default-button-dark:focus {
  outline: none;
  box-shadow: none;
  color: #fff;
}

.default-button-dark {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 9px 35px;
  text-align: center;
  font-size: 15px;
  text-transform: capitalize;
  letter-spacing: 0px;
  font-weight: 400;
  border: 0;
  border-radius: 30px;
  color: #ffffff;
  background: #171717;
  cursor: pointer;
  margin-top: 25px;
  overflow: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.default-button-dark:hover {
  color: #fff;
}

.default-button-dark:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
  background-color: #f15731;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.default-button-dark:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #171717;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.default-button-dark:hover:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.default-button-dark:hover:after {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.slider .control-text {
  position: absolute;
  bottom: 0;
  z-index: 8;
  width: 100%;
  height: auto;
  align-items: center;
  /*display: flex;
	justify-content: space-between;*/
}

.slider .control-text .swiper-nav-ctrl {
  color: #eee;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-left: 50px;
  margin-right: 50px;
  position: static;
  width: auto;
  height: auto;
  display: inline-block;
  background: transparent;
  padding: 6px 10px;
  border-radius: 3px;
}

.slider .control-text .swiper-nav-ctrl:after {
  font-size: 25px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  display: block;
  text-align: center;
  background: rgb(0, 0, 0, 0.3);
}

.slider .swiper-pagination-bullets {
  bottom: 20px;
}

.slider .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.4;
}

.slider .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
  border: 2px solid #f15731;
}

.header-chef-image {
  position: absolute;
  bottom: 0;
  z-index: 90;
  right: 0;
}

.header-chef-image img {
  width: 100%;
  max-width: 600px;
}

/**************************************
 * Services Section Style
 *************************************/
.zrthemes-theme-single-service-card {
  margin-bottom: 10px;
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
  box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
  overflow: hidden;
  padding: 25px;
  transition: transform 3s;
  transform-style: preserve-3d;
  transition: color 0.5s;
}

.zrthemes-theme-single-service-card:hover:before {
  transform: scaleX(1);
}
.zrthemes-theme-single-service-card:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgb(241 87 49 / 98%);
  transform-origin: 0 0;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.5, 1.6, 0.4, 0.7);
  z-index: -1;
}
/* .zrthemes-theme-single-service-card:hover {
	background: rgb(237 208 34 / 96%);
	transition: transform 3s;
	transform-style: preserve-3d;
	transition: all .3s ease-in-out;
} */

.zrthemes-theme-single-service-card:hover img {
  transform: rotateY(180deg);
}

.zrthemes-theme-single-service-card img {
  max-width: 50px;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  margin-bottom: 20px;
}

.zrthemes-theme-single-service {
  margin-bottom: 20px;
}

.repair-main-banner .video-btn {
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 50%;
  display: block;
  color: #fff;
  background: transparent;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.iq-video.video-btn i {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  font-size: 83px;
  background: linear-gradient(-48deg, #ffffff -30%, #f15731 60%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.repair-main-banner .video-btn {
  border-radius: 50%;
  display: block;
  -webkit-animation: ripple-white 1s linear infinite;
  animation: ripple-white 1s linear infinite;
  -webkit-transition: 0.5s;
}

@-webkit-keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4),
      0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4),
      0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4);
  }

  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4),
      0 0 0 20px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4),
      0 0 0 20px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}

@keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4),
      0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4),
      0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4);
  }

  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4),
      0 0 0 20px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4),
      0 0 0 20px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}

.animation-bounce {
  -webkit-animation: bounce 3s infinite ease-in-out;
  -o-animation: bounce 3s infinite ease-in-out;
  -ms-animation: bounce 3s infinite ease-in-out;
  -moz-animation: bounce 3s infinite ease-in-out;
  animation: bounce 3s infinite ease-in-out;
}

@-webkit-keyframes bounce {
  0% {
    transform: translateY(-5px);
  }

  50% {
    transform: translateY(15px);
  }

  100% {
    transform: translateY(-5px);
  }
}

@keyframes bounce {
  0% {
    transform: translateY(-5px);
  }

  50% {
    transform: translateY(15px);
  }

  100% {
    transform: translateY(-5px);
  }
}

.bg-grey {
  background: #f5f5f5;
}

/**************************************
 * Single Page Style
 *************************************/
.single-page {
  background: #000;
  padding: 150px 0 90px;
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(../images/banner_interno/banner_interno_ts_painting.jpg);
  z-index: 1;
  text-align: center;
  position: relative;
  background-position-y: 75px;
}
.single-page::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  z-index: -1;
}
.breadcrumb {
  justify-content: start;
  background-color: transparent;
}
.breadcrumb .breadcrumb-item a {
  color: #fff;
}

.breadcrumb .breadcrumb-item.active {
  color: #9c9c9c;
}
.exterior_painting {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(../images/banner_interno/exterior_painting.jpg);
}
.interior_painting_and_finish {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(../images/banner_interno/interior_painting_and_finish.jpg);
}
.drywall_repair_and_texture {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(../images/banner_interno/drywall_repair_and_texture.jpg);
}
.millwork_painting_finish {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(../images/banner_interno/millwork_painting_finish.jpg);
}
.wood_staining {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(../images/banner_interno/wood_staining.jpg);
}
.cabinet_painting {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(../images/banner_interno/cabinet_painting.jpg);
}
.fence_painting_and_staining {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(../images/banner_interno/fence_painting_and_staining.jpg);
}
.deck_coating_painting_and_staining {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(../images/banner_interno/deck_coating_painting_and_staining.jpg);
}
.siding_installation_and_repair {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(../images/banner_interno/siding_installation_and_repair.jpg);
}
.pressure_washing_and_gutter_cleaning {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(../images/banner_interno/pressure_washing_and_gutter_cleaning.jpg);
}

/**************************************
 * Reservation Section Style
 *************************************/

.zrthemes-theme-reservation-area {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(../images/home/banner_get_a_quote.jpg);
  z-index: 1;
  text-align: center;
  position: relative;
  padding: 70px 0;
}

.zrthemes-theme-reservation-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(255 104 44 / 65%);
  /*	opacity: .9;*/
  z-index: -1;
}

.zrthemes-theme-reservation-area h5 {
  max-width: 600px;
  margin: 0 auto;
  text-transform: none;
  color: #f15731;
}

.zrthemes-theme-reservation-area h2 {
  color: #ffffff;
  font-size: 50px;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: -5px;
  font-family: "Rajdhani", sans-serif;
}

.zrthemes-theme-reservation-area h1 {
  color: #f15731;
  font-size: 70px;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: -5px;
}

.reservation-btn {
  background-color: #f15731;
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: #fff;
  padding: 12px 20px;
  border-radius: 30px;
  margin-top: 20px;
}
.reservation-btn:hover {
  background-color: #f15731;
  color: #fff;
}
.mt-20 {
  margin-top: 20px;
}

/**************************************
 * Reservation Modal Style
 *************************************/
#reservationModal .modal-dialog {
  max-width: 650px;
}

#reservationModal .modal-dialog .modal-content {
  border: none;
  border-radius: 5px;
}

#reservationModal .modal-dialog .modal-content .modal-header {
  padding: 25px 25px 20px;
  display: block;
  background: #f15731;
  position: relative;
}

#reservationModal .modal-dialog .modal-content .modal-header .modal-title {
  margin-bottom: 0;
  line-height: 1;
  color: #ffffff;
  font-size: 22px;
}

#reservationModal .modal-dialog .modal-content .modal-header .close {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 1;
  color: #ffffff;
}

#reservationModal .modal-dialog .modal-content .modal-body {
  padding: 25px;
}

#reservationModal .modal-dialog .modal-content .modal-body .modalForm {
  overflow: hidden;
}

#reservationModal
  .modal-dialog
  .modal-content
  .modal-body
  .modalForm
  .form-control {
  padding: 4px 10px 0;
}

#reservationModal .modal-dialog .modal-content .modal-body .modalForm .btn {
  text-align: center;
  font-size: 15px;
  letter-spacing: 1px;
  border-radius: 1px;
  padding: 12px 30px 8px;
  margin-top: 4px;
  float: right;
  background: #000;
  border-radius: 25px;
}

/**************************************
 * Gallery Section Style
 *************************************/

.gallery-area {
  position: relative;
}

.gallery-area .gallery-list {
  text-align: center;
}

.gallery-area .gallery-list .nav {
  display: inline-block;
  margin: 0;
  position: relative;
}

.gallery-area .gallery-list .nav li {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 5px;
  padding: 9px 25px;
  background-color: #fff;
  cursor: pointer;
  border-radius: 30px;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
  box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.gallery-area .gallery-list .nav li:hover,
.gallery-area .gallery-list .nav li.filter-active {
  color: #fff;
  background-color: #f15731;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.gallery-area .gallery-container {
  display: inline-block;
  width: 100%;
}

.gallery-area .gallery-grid-item {
  overflow: hidden;
}

.gallery-grid-item img {
  width: 100%;
}

.gallery-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  margin-top: 30px;
}

.gallery-item .gallery-img-overlay {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.gallery-item .gallery-img-overlay:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  z-index: -1;
  border-radius: 3px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  background: black;
  opacity: 0.4;
}

.gallery-item:hover .gallery-img-overlay:after {
  height: 100%;
}

.gallery-item .gallery-img-overlay .gallery-content .info {
  position: absolute;
  left: 5%;
  top: 4%;
  overflow: hidden;
}

.gallery-item .gallery-img-overlay .gallery-content .info h6 {
  margin-top: 5px;
  padding: 5px 20px;
  color: #fff;
  background: #f15731;
  border-radius: 2px;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.gallery-item .gallery-img-overlay .gallery-content .icon {
  position: absolute;
  top: 5%;
  right: 5%;
  width: 163px;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  border: 1px solid #f15731;
  text-align: center;
  font-size: 12px;
  text-transform: UPPERCASE;
  font-weight: 500;
  color: #fff;
  background: #f15731;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
  visibility: hidden;
}

.gallery-item:hover .gallery-img-overlay .gallery-content .icon {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.gallery-item:hover .gallery-img-overlay .gallery-content .info h6 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.gallery-more-btn {
  margin-top: 30px;
}

.contact-area .button,
.blog-area .button,
.gallery-area .button {
  border-color: #f15731;
  color: #f15731;
}

.contact-area .button:hover,
.blog-area .button:hover,
.gallery-area .button:hover {
  color: #ffffff;
}

/**************************************
 * Testimonial Section Style
 *************************************/

.testimonial-area {
  text-align: center;
  position: relative;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 1;
}

.testimonial-area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7;
  z-index: -1;
  /*background: #000;*/
}

.testimonial-area .section-title h2 {
  /*color: #fff;*/
}

.single-testimonial {
  position: relative;
  background-color: transparent;
  padding: 15px;
}

.rating-box ul li {
  display: inline-block;
}

.rating-box ul li i {
  color: #ffce39;
  font-size: 18px;
}

.testimonial-content {
  margin-top: 10px;
  margin-bottom: 20px;
  position: relative;
}

.testimonial-content .fa-quote-left {
  position: absolute;
  left: 0;
  font-size: 20px;
  top: -66px;
  color: #f15731;
}
.testimonial-content .fa-quote-right {
  position: absolute;
  right: 0;
  font-size: 20px;
  bottom: -66px;
  color: #f15731;
}

.testimonial-content p {
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 300;
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  color: #333;
  border-radius: 4px;
  height: 280px;
  overflow: overlay;
}

.single-testimonial .testimonial-bio .avatar img {
  border-radius: 50%;
  border: 3px solid #fff;
  width: 100px;
  margin: 0 auto;
  padding: 3px;
}

.single-testimonial .testimonial-bio .bio-info {
  text-align: center;
  margin-top: 10px;
}

.single-testimonial .testimonial-bio .bio-info .name {
  font-size: 22px;
  font-weight: 800;
  line-height: 27px;
}

.single-testimonial .testimonial-bio .bio-info span {
  font-size: 15px;
  /*color: #fff;*/
}

.testimonial-area .owl-theme .owl-nav.disabled + .owl-dots {
  position: unset;
  right: 0;
  top: 50%;
  transform: none;
  margin-top: 20px;
}

.testimonial-area .owl-theme .owl-dots .owl-dot span {
  background-color: #ddd;
}

.slider-bg-grey .owl-theme .owl-dots .owl-dot span {
  background-color: #cacaca;
}

/**************************************
 * Team Section Style
 *************************************/

.team-area {
}

.team-area .section-title {
  margin-bottom: 35px;
}

.single-team-box {
  margin-top: 30px;
  border-radius: 3px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.team-image {
  position: relative;
  z-index: 1;
  border: 5px solid #f1573182;
  padding: 9px;
}

.single-team-box .team-image img {
  width: 100%;
  height: auto;
}

.team-social-box {
  display: block;
}

.team-social-box {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: transparent;
}

.single-team-box .team-image .team-social-box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-team-box:hover .team-image .team-social-box:after {
  height: 100%;
}

.single-team-box .team-social-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: auto;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.single-team-box .team-social-icon a {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: inherit;
  font-size: 15px;
  margin: 12px 5px;
  vertical-align: middle;
  background: #ffffff;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.4s;
}

.single-team-box:hover .team-social-icon a {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.single-team-box .team-social-icon a:after {
  top: 0px;
  left: 0px;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  background: inherit;
  border-radius: inherit;
}

.single-team-box .team-social-icon a:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.single-team-box .team-social-icon a:hover i:before {
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.team-info {
  padding: 20px 15px 25px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.team-info h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

.team-info span {
  color: #f15731;
  font-size: 12px;
  font-weight: 400;
  display: block;
}

.social-color-1:hover:after {
  background-color: #3b5998 !important;
}

.social-color-2:hover:after {
  background-color: #00acee !important;
}

.social-color-3:hover:after {
  background-color: #0e76a8 !important;
}

.social-color-1 {
  color: #3b5998 !important;
  background-color: transparent;
}

.social-color-2 {
  color: #00acee !important;
  background-color: transparent;
}

.social-color-3 {
  color: #0e76a8 !important;
  background-color: transparent;
}

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

.team-members {
  transform: rotate(-45deg);
}
.team-members li > div {
  float: left;
  width: 20%;
}

.team-members li:nth-child(2) > div:first-child {
  margin-left: 20%;
}

.team-members li:last-child > div:first-child {
  margin-left: 40%;
}

.member-details > div {
  background-color: #ddd;
  margin: 5px;
}
.member-details img {
  transform: rotate(45deg) translate(0, 15px) scale(1.7);
  display: block;
  width: 100%;
  height: 100%;
}

/* hover content - style */
.member-details > div {
  position: relative;
  overflow: hidden;
}

.member-info {
  position: absolute;
  top: 19%;
  transform: rotate(45deg) translate(10px, 15px);
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
}

.member-info h3,
.member-info p {
  margin: 0;
  color: #fff;
  position: relative;
  opacity: 0;
  visibility: hidden;
}

.member-info h3 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  top: -100px;
}

.member-info p {
  font-weight: 300;
  font-size: 12px;
  bottom: -150px;
}

.member-details > div:after {
  content: "";
  background-image: linear-gradient(
    45deg,
    rgb(192 1 19) 50%,
    rgb(192 1 19) 50%
  );
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

/* hover content - onhover */
.member-details *,
.member-details > div:after {
  cursor: pointer;
  transition: all 0.4s ease;
}

.member-details:hover *,
.member-details:hover > div:after {
  opacity: 1;
  visibility: visible;
}

.member-details:hover .member-info h3 {
  top: 0;
}

.member-details:hover .member-info p {
  bottom: 0;
}

/* Team overview */
.team-overview {
  padding-right: 15px;
}
.team-overview h2 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}

.team-overview > a {
  margin-bottom: 30px;
  display: block;
}

/* For centering elements - optional - Can use table,tablecell instead */
.flex-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

/* RESPONSIVE */
@media only screen and (max-width: 992px) {
  .sm-no-flex {
    display: block;
  }
  .sm-no-float {
    float: none !important;
  }
  .sm-text-center {
    text-align: center;
  }
  .team h2,
  .team h5 {
    text-align: center !important;
  }
  .features img {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1200px) {
  .navbar-b.navbar-trans .nav-link,
  .navbar-b.navbar-reduce .nav-link {
    font-size: 15px;
  }
}

@media only screen and (max-width: 550px) {
  .team-members li {
    text-align: center;
  }
  .team-members li > div {
    float: none;
    display: inline-block;
    width: 30%;
    margin: 0 !important;
  }
  .team-members {
    transform: rotate(0);
  }
  .member-details img {
    transform: rotate(0) translate(0, 0);
  }
  .team-overview {
    padding: 15px;
  }

  .header-offer {
    right: 15px;
  }
}

@media only screen and (max-width: 399px) {
  .team-members li > div {
    width: 48%;
  }
}

/**************************************
 * Blog Section Style
 *************************************/

.blog-area .section-title {
  text-align: center;
  margin-bottom: 35px;
}

.blog-area .single-blog {
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  margin-top: 30px;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
  box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
  overflow: hidden;
}

.blog-area .blog-img {
  position: relative;
  overflow: hidden;
}

.blog-area .single-blog img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
}

.blog-area .single-blog:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: rotate(3deg) scale(1.1, 1.1);
  -ms-transform: rotate(3deg) scale(1.1, 1.1);
  transform: rotate(3deg) scale(1.1, 1.1);
}

.blog-area .single-blog .blog-content {
  padding: 30px 25px;
}

.single-blog .blog-content .blog-text p {
  color: #555;
}

.blog-area .single-blog .blog-content h3 a {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin-bottom: 10px;
  display: block;
}

.blog-area .single-blog .blog-content h3 a:hover {
  color: #f15731;
  text-decoration: underline !important;
}

.blog-area .card {
  background: #ffffff;
  border-radius: 3px;
  margin-top: 30px;
  -webkit-box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
  box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
  border: unset;
  transition: all 0.3s ease-in-out;
}

.blog-area .card:hover {
  background: rgb(237 208 34 / 96%);
  transition: transform 3s;
  transform-style: preserve-3d;
  transition: all 0.3s ease-in-out;
}

.blog-area .card:hover .card-title {
  text-decoration: underline;
}

.blog-bottom-text-link {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.blog-bottom-text-link .date {
  position: absolute;
  top: 0px;
  background: rgb(241 87 49);
  padding: 10px;
  color: #ffffff;
}

.blog-bottom-text-link span {
  font-size: 15px;
  color: #5a5a5a;
  font-weight: 500;
}

.single-blog .blog-content .blog-bottom-text-link a {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  background: #f15731;
  display: block;
  padding: 0px 10px;
}

.single-blog .blog-content .blog-bottom-text-link a:hover {
  color: #f15731;
  text-decoration: underline !important;
}

.blog-more-btn {
  margin-top: 30px;
}

.card-img {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.card-title {
  margin-bottom: 0.3rem;
  font-size: 22px;
  font-weight: 800;
  line-height: 27px;
}

.cat {
  display: inline-block;
  margin-bottom: 1rem;
}

.fa-users {
  margin-left: 1rem;
}

.card-footer {
  font-size: 0.8rem;
}

.blog-btn {
  background-color: rgba(207, 9, 44, 0.95);
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: #fff;
  padding: 12px 20px;
  border-radius: 2px;
  margin-top: 20px;
}

.blog-btn:hover {
  background-color: #c5092a;
  color: #fff;
  padding: 12px 20px;
  border-radius: 2px;
}

/**************************************
 * Press Section Style
 *************************************/
.theme-single-press {
  margin-bottom: 15px;
}

.theme-single-press-content {
  text-align: center;
  border: 1px solid #d8d8d882;
  border-radius: 10px;
  overflow: hidden;
  background: #fbfbfb;
}

.theme-single-press-content:hover {
  border-color: #c5092a;
}

.theme-single-press-content img {
}

.theme-single-press-content h3 {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 30px;
}

/**************************************
 * Contact Section Style
 *************************************/

.contact-area {
  position: relative;
  z-index: 1;
}

.contact-box h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #f15731;
}

.contact-box p {
  margin-bottom: 0;
  margin-top: 7px;
  position: relative;
  padding-left: 25px;
  color: #555;
}

.contact-box p i {
  position: absolute;
  left: 0;
  top: 3px;
  color: #f15731;
}

.contact-box p a {
  color: #555;
}

.contact-box p a:hover {
  color: #f15731;
}

.contact-box p.opening-hours {
  overflow: hidden;
  padding: 0;
  text-align: left;
}

.contact-box p.opening-hours span {
  float: right;
  margin-right: 25px;
}

.contact-widget {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  background: white;
}

.newsletter-form .form-control {
  width: 100%;
  padding: 10px 20px;
  border: 0;
  height: auto;
  background-color: transparent;
  font-weight: 500;
  border-radius: 5px;
  border: 1px solid #b6b6b7;
  border-bottom: 3px solid #f15731;
}

.contact-box form .button {
  display: block;
  font-size: 16px;
  width: 100%;
  padding: 3px 0;
  margin-top: 10px;
  height: 42px;
  border-radius: 3px;
}

.contact-box form .button i {
  font-size: 25px;
  padding-left: 10px;
  vertical-align: middle;
}

.form-container-box {
  border-radius: 5px;
}

.contact-area .form input,
.contact-area .form textarea {
  width: 100%;
  padding: 10px 20px;
  border: 0;
  min-height: 55px;
  background-color: transparent;
  font-weight: 500;
  border-radius: 30px;
  border: 1px solid #f15731;
}

.contact-area .form textarea {
  max-height: 120px;
  max-width: 100%;
}

#contact-form .button {
  margin: 0;
}

.form-group {
  margin-bottom: 25px;
}

button,
input,
textarea {
  color: #505050;
}

button,
input,
textarea:focus {
  border: none;
  outline: none;
}

.contact-area .form-message.success {
  background: #03b103;
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
}

.contact-area .form-message.error {
  background: #ff4d15;
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
}

/**************************************
 * Footer Section Style
 *************************************/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-section {
  position: relative;
  background: url(../images/section-bg.jpg) center center;
  background-size: cover;
  border-radius: 0px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.footer-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: 0;
  background: rgb(0 0 0 / 96%);
}

.footer-section .contact-info {
  margin-bottom: 10px;
}

.footer-section .contact-info i {
  margin-right: 10px;
  color: #f15731;
}

.footer-section .contact-info p a {
  color: #ffffff;
}

.footer-section .contact-info h6 {
  color: #ffffff;
}

.footer-section .contact-info h6 {
  color: #ffffff;
}
.footer-section .contact-info p {
  margin-bottom: 0;
  color: #ffffff;
}

.footer-cta {
  border-bottom: 1px solid #373636;
}

.single-cta i {
  color: #f15731;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  color: #f15731;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 2px;
}

.cta-text span {
  color: #757575;
  font-size: 15px;
}

.footer-content {
  position: relative;
  z-index: 2;
  padding: 60px 0;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  margin-bottom: 17px;
  color: white;
}

.footer-logo img {
  max-width: 200px;
}

.footer-logo h1 {
  color: white;
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #ffffff;
  line-height: 28px;
}

.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: var(--font-default);
  margin-bottom: 20px;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.footer-social-icon i {
  height: 40px;
  text-align: center;
  line-height: 41px;
  border-radius: 50%;
}

.footer-social-icon i:hover {
  color: #f15731;
}

.footer-widget-heading h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  margin-top: 10px;
}

.footer-widget ul li {
  /*display: inline-block;
  float: left;*/
  /*  width: 50%;*/
  margin-bottom: 12px;
}

.footer-widget ul li a:hover {
  color: #f15731;
  margin-left: 10px;
}

.footer-widget ul li a {
  color: #ffffff;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.2px;
  font-family: "Source Sans Pro", sans-serif;
}

.footer-widget ul li a i {
  margin-right: 10px;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  outline: none;
}

.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000;
  outline: none;
}

.subscribe-form button {
  position: absolute;
  right: 0;
  background: #f15731;
  padding: 16px 20px;
  border: honeydew;
  top: 0px;
}

.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}

.subscribe-form button:hover {
  background: #2e2e2e;
}

.copyright-area {
  background: var(--color-primary);
  padding: 25px 0;
  background: #020202;
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}

.copyright-text p a {
  color: var(--color-primary);
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color: var(--color-primary);
}

.footer-menu li a {
  font-size: 14px;
  color: #fff;
}

.footer-menu li a:hover {
  color: #f15731;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.hidden {
  display: none;
}

@media only screen and (max-width: 991px) {
  .section-title h2 {
    font-size: 30px;
  }
  .zrthemes-theme-menu-header-navber-area .nav-top-bar {
    display: none;
  }
  .navbar-b.navbar-trans .nav-link,
  .navbar-b.navbar-reduce .nav-link {
    color: #000;
  }
  .navbar-b {
    height: auto;
  }
  #navbarDefault {
    min-height: 310px;
    width: 100%;
    overflow: scroll;
  }
  .home-area {
    padding-top: 130px;
  }
  .home-area .home-content h1 {
    font-size: 65px;
  }
  .slider .parallax-slider .caption h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .slider .parallax-slider .caption h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .slider .control-text .swiper-nav-ctrl {
    margin-left: 10px;
    margin-right: 10px;
  }
  .about-content h2 {
    font-size: 30px;
  }
  .menu-day-product-content .menu-day-tab-list li {
    padding: 10px 15px;
    margin: 15px 0;
    border: 0;
  }
  .menu-day-product-content .menu-day-tab-list li a {
    font-size: 16px;
  }
  .zrthemes-theme-reservation-area h2 {
    font-size: 35px;
    margin-bottom: 0;
  }
  .gallery-area .gallery-list .nav li {
    margin: 10px 10px;
  }
  .theme-single-press-content {
    /*padding: 15px 0;*/
    margin-bottom: 15px;
  }
  .theme-single-press-content h3 {
    padding-bottom: 15px;
  }
  .contact-box {
    margin-bottom: 30px;
  }
  .form-container-box {
    padding: 25px 15px;
    margin-top: 30px;
  }
  .footer-area {
    text-align: center;
  }
  .footer-area .footer-link ul {
    margin-top: 10px;
    text-align: center;
    list-style-type: none;
  }
  #navbarDefault {
    /*height: auto !important;
		overflow-y:hidden !important;*/
  }
  .header-chef-image img {
    max-width: 200px;
  }
  .book-now a {
    display: inline-block;
  }
  .zrthemes-theme-reservation-area .text-right {
    text-align: left !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-area .home-content h1 {
    font-size: 80px;
  }
  .home-area {
    padding-top: 170px;
    padding-bottom: 40px;
  }
  .about-image {
    text-align: center;
    margin-top: 30px;
  }
  .tab .tabs li {
    margin: 0 20px;
  }
  .theme-single-press-content {
    margin-bottom: 30px;
  }
  .theme-single-press-content h3 {
    padding-bottom: 15px;
  }
  .contact-box {
    margin-bottom: 30px;
  }
  .header-chef-image img {
    max-width: 200px;
  }
  .navbar-nav {
  }
  .book-now a {
    display: inline-block;
  }
  .zrthemes-theme-reservation-area .text-right {
    text-align: left !important;
  }
}
@media screen and (max-width: 320px) and (min-width: 0px) {
  .section-title h2 {
    font-size: 30px;
  }
  .navbar-nav {
    margin-top: 15px;
  }
  .navbar-b .nav-item {
    margin-bottom: 10px;
  }
  .navbar-b .nav-item:last-child {
    margin-bottom: 0px;
  }
  #navbarDefault {
    width: 100%;
  }
  .home-area .home-content {
    margin-bottom: 30px;
    text-align: center;
  }
  .home-area {
    padding-top: 130px;
  }
  .home-area .home-content h1 {
    font-size: 40px;
  }
  /* slider */
  .slider .parallax-slider .caption h1 {
    font-size: 40px;
  }
  .slider .control-text .swiper-nav-ctrl {
    display: none;
  }
  .about-content h2 {
    font-size: 30px;
  }
  .zrthemes-theme-reservation-area h2 {
    font-size: 35px;
    margin-bottom: 0;
  }
  .gallery-area .gallery-list .nav li {
    margin: 10px 10px;
  }
  .theme-single-press-content h3 {
    padding-bottom: 15px;
  }
  .contact-box {
    margin-bottom: 30px;
  }
  .form-container-box {
    padding: 25px 15px;
    margin-top: 30px;
  }
  .footer-area {
    text-align: center;
  }
  .footer-area .footer-link ul {
    margin-top: 10px;
    text-align: center;
    list-style-type: none;
  }
}

div#fixed-contact {
  display: none;
}
p.titiel_menu {
  display: none;
}

@media (min-width: 991px) {
  p.titiel_menu {
    display: block;
    position: absolute;
    color: #fff;
    left: 50px;
    top: 5px;
  }
}

/*nuevo footer desing*/
@media only screen and (max-width: 767px) {
  #footer {
    /*padding-bottom: 60px;*/
  }
  a#ui-to-top {
    margin-bottom: 180px;
  }
  div#fixed-contact {
    display: block;
  }
  div.new-footer {
    background-color: rgb(0 0 0 / 82%);
    position: fixed;
    display: block;
    bottom: 0;
    width: 100%;
    border-top: 3px solid #00dc8f;
    z-index: 99;
    height: 60px;
    border-top: 3px solid #f15731;
    border-left: 3px solid #f15731;
    border-right: 3px solid #f15731;
    border-radius: 30px 30px 0 0;
  }
  div#fixed-contact .phone-btn a {
    /*backface-visibility: hidden;*/
    background-color: #07db50 !important;
  }
  ul.link_footer > li {
    margin-right: 30px;
  }
  ul.list.list-marked-none.link_footer {
    margin-top: -10px;
  }
  div#fixed-contact .columns.phone-btn {
    left: 30%;
  }
  .columns.phone-btn span {
    text-align: left;
    left: 12px;
  }
  div#fixed-contact .columns {
    display: inline-block;
    width: auto;
    text-align: center;
    float: none;
    /*        position: absolute;*/
    transform: translate(-50%, -50%);
    top: 35%;
    padding: 0;
  }
  div#fixed-contact .email-btn a {
    display: block;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    top: -20px;
    position: relative;
    border: 4px solid #f15731;
    background-clip: padding-box;
    background-color: #000 !important;
  }
  div#fixed-contact .email-btn a i {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    font-size: 23px;
    color: #fff;
  }
  div#fixed-contact .phone-btn a {
    display: block;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    top: -20px;
    position: relative;
    border: 4px solid #f15731;
    background-clip: padding-box;
    background-color: #000 !important;
  }
  div#fixed-contact .phone-btn a i {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    font-size: 34px;
    color: #fff;
  }
  div#fixed-contact .quote-btn a {
    display: block;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    top: -20px;
    position: relative;
    border: 4px solid #f15731;
    background-clip: padding-box;
    background-color: #000 !important;
  }
  div#fixed-contact .quote-btn a i {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    font-size: 24px;
    color: #fff;
  }
  .quote-btn span,
  .email-btn span {
    left: -20px;
  }
  div#fixed-contact a i {
    display: block;
    color: #fff;
  }
  .columns {
    left: 20%;
    position: relative;
  }
  div#fixed-contact a div.pnl-email {
    background-color: #3f51b5;
  }
  .pnl-email > i {
    line-height: 50px;
  }

  div#fixed-contact a div.pnl-email,
  div#fixed-contact a div.pnl-freequote {
    border-radius: 100%;
    border: 1px solid white;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0px auto;
  }
  div#fixed-contact a div.pnl-freequote {
    background-color: #03a9f4;
  }
  .pnl-freequote > i {
    line-height: 50px;
  }
  div#fixed-contact .columns.quote-btn {
    left: calc(-5% + 120px);
  }
  div#fixed-contact .columns:not(.phone-btn) {
    width: 30%;
  }
  div#fixed-contact a span {
    font-size: 16px;
    color: #fff;
    padding-top: 3px;
    display: block;
    font-family: inherit;
  }
  i.fa.fa-file-text {
    font-size: 21px;
  }
  div#fixed-contact .columns.email-btn {
    left: calc(55% - 120px);
  }
  i.fa.fa-envelope {
    font-size: 17px;
  }
  i#icon-new-footer {
    font-size: 20px;
  }
  ul.link_footer > li {
    /*width: 130px;*/
  }
  .columns span {
    position: relative;
    bottom: 15px;
    color: #fff;
    width: 115px;
    font-size: 15px;
    text-align: center;
  }
  button#back-to-top-btn {
    margin-bottom: 75px;
  }
  i.icon.la.la-envelope-o.new {
    font-size: 23px;
  }
  i.icon.la.la-file-o {
    font-size: 27px;
  }
  div#fixed-contact {
    z-index: 9999;
  }
  p.situacion {
    z-index: 99;
  }
  ul#filters li {
    width: 100%;
  }
}

/*ESTILOS AÑADIDOS*/

li.nav-item.book-now a {
  background-color: #000;
}
.zrthemes-theme-single-service-card:hover h5 {
  color: #fff;
}
.zrthemes-theme-single-service-card:hover p {
  color: #000;
}
i.icon_reviews {
  background-color: #000;
  color: #fff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 100%;
  font-size: 28px;
  border: 5px solid #f15731;
}
.service_content {
  position: relative;
  left: 40px;
}
h4.card-title-new {
  height: 50px;
}
img.logo-reviews {
  border-radius: 15px;
  margin-bottom: 15px;
}

a.btn_new {
  background-color: #000 !important;
}
a.btn_new:hover {
  background-color: #f15731 !important;
}
.new-content {
  text-align: right;
}
.option-btn-form {
  margin-top: 15px;
}
.modal-header .close {
  font-size: 35px;
  margin-top: -15px;
}
img.img_ssl {
  border-radius: 100%;
  width: 115px;
}
@media (min-width: 992px) {
  .navbar-b .navbar-brand img {
    max-width: 275px;
  }

  .navbar-b.navbar-trans .show > .nav-link,
  .navbar-b.navbar-trans .active > .nav-link,
  .navbar-b.navbar-trans .nav-link.show,
  .navbar-b.navbar-trans .nav-link.active {
    color: #f15731;
  }

  .navbar-toggler:not(.collapsed) span:nth-child(1) {
    right: 12px;
    left: initial;
  }
}
.navbar-b {
  background-color: #fff;
  height: 110px;
}
.navbar-b.navbar-reduce {
  background-color: #f15731;
}
.navbar-b.navbar-reduce .nav-link {
  color: #fff;
}
.navbar-b.navbar-reduce .nav-link.active {
  color: #000;
}
.content_logo_mobile {
  display: none;
}
h5.text_get {
  color: #fff;
}
a.reservation-btn {
  background-color: #000 !important;
}
img.img_services {
  width: 100%;
  max-width: 100%;
}
.single-partner {
  padding: 10px;
}
button.button {
  background-color: #000;
  color: #fff !important;
}
img.img_services:hover {
  transform: none;
}
.blog-left-side > div {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 35px 30px 35px;
  border-radius: 8px;
  box-shadow: 0 0 30px rgb(0 0 0 / 7%);
}
.blog-left-side .widget h2 {
  bottom: -1px;
  display: block;
  line-height: 22px;
  margin-bottom: 20px;
  padding-bottom: 14px;
  position: relative;
  text-transform: capitalize;
}
.blog-left-side .widget h2::after {
  content: "";
  display: block;
  background: #f15731;
  bottom: 0;
  height: 2px;
  left: 0px;
  /* position: absolute; */
  width: 26%;
  top: 30px;
  margin-top: 10px;
}
.blog-left-side .widget ul {
  list-style: none;
}
.blog-left-side .widget > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.blog-left-side > .widget > ul > li {
  margin: 0 0 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.blog-left-side .widget a {
  color: #454545;
}
ul.list_contact_aside i {
  color: #f15731;
  padding-right: 5px;
}
.blog-left-side .widget ul.list_areas li::before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 18px;
  left: 0;
  position: absolute;
}
ul.list_areas li {
  display: inline-block;
}
.content_details_services,
.blog-left-side.widget {
  margin-top: 30px;
}
a.reservation-btn.btn_new {
  background-color: #f15731 !important;
}
a.reservation-btn.btn_new:hover {
  background-color: #000 !important;
}
/*submenu*/
.submenu {
  /* display: none; */
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  /* margin-top: 15px; */
  /* left: 25px; */
  padding: 0 10px;
  z-index: 9999;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

@media (min-width: 992px) {
  .submenu {
    display: none;
  }
}

.submenu.show {
  display: block;
}

@media (min-width: 992px) {
  .nav-item:hover .submenu {
    display: block;
    max-height: initial;
    width: 300px;
  }
}

.submenu li {
  list-style: none;
  padding: 5px 0;
}

.submenu li a {
  color: #333;
  text-decoration: none;
}

.submenu li a:hover {
  color: #000;
}
li.nav-item.nav-sub a.link_sub {
  padding: 0.5rem 1rem;
  display: block;
  position: relative;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding-right: 0;
  padding-left: 25px;
  font-family: "Source Sans Pro", sans-serif;
}
.about-left {
  position: relative;
  display: flex;
  justify-content: center;
}
.about-img::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 80%;
  border: 10px solid #f15731;
  left: 0px;
  top: 50px;
  z-index: -1;
}
.about-experience {
  background: #000;
  position: absolute;
  left: 50px;
  bottom: 0;
  padding: 20px;
}
.about-experience h1 {
  font-weight: 700;
  font-size: 45px;
  color: #fff;
}
.about-experience .about-experience-text {
  color: #fff;
}
.about-shape {
  position: absolute;
  right: 0px;
  bottom: -40px;
  padding: 20px;
  z-index: -1;
}
.team-home {
  margin-top: 60px;
}
.btn_welcome_content {
  margin-top: 25px;
}
.navbar-b.navbar-reduce li.nav-sub a {
  color: #fff;
}
.navbar-b.navbar-reduce li.nav-sub a.active {
  color: #000;
}
.navbar-b.navbar-reduce ul.submenu li a {
  color: #000 !important;
}
.navbar-b.navbar-reduce ul.navbar-nav li a.nav-link:hover {
  color: #000;
}
a.link_mobile_one {
  display: none !important;
}
a.link_desktop {
  display: block;
}
a.navbar-brand.js-scroll {
  background-color: #fff;
  padding: 5px;
  position: relative;
  /* top: -25px; */
}
a.navbar-brand.js-scroll img.white-logo {
  width: 150px;
  position: relative;
}
img.white-logo:hover {
  transform: none;
}
img.black-logo {
  background-color: transparent;
}
.navbar-b.navbar-reduce a.navbar-brand.js-scroll {
  background-color: transparent;
  position: relative;
  /* top: 2px; */
}

/*img aboutus*/
.contact-card {
  display: flex;
  width: 100%;
  max-width: 400px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-image: url(../images/home/banner_aboutus_info.jpg);
  margin: auto;
  position: relative;
  z-index: 9;
}

@media (min-width: 576px) {
  .contact-card {
    left: 55px;
  }
}

.contact-card .sidebar {
  writing-mode: vertical-lr;
  text-transform: uppercase;
  background-color: #f15731;
  color: white;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  letter-spacing: 10px;
  padding-top: 5px;
}
.contact-card .content {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 20px;
  gap: 15px;
}
.contact-info_new {
  text-align: left;
}
.contact-info_new h4 {
  font-size: 16px;
  color: #fff;
  margin: 0;
}
.contact-info_new a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding-top: 5px;
  text-decoration: underline;
}
.contact-info_new a:hover {
  color: #24a234;
}
.contact-info_new p {
  font-size: 14px;
}
.contact-info_new p {
  font-size: 1em;
  color: #333;
  margin: 5px 0;
}
.phone-number {
  font-weight: bold;
  color: #007bff;
  font-size: 1.1em;
}
.contact-info_new p,
.contact-info_new a {
  color: #fff;
}

@media (max-width: 480px) {
  .contact-card {
    max-width: 100%;
  }
  .contact-card .sidebar {
    font-size: 12px;
    padding: 0 8px;
  }
  .verified-badge {
    width: 50px;
  }
}
/*fin card*/

.theme-single-press-content img {
  filter: grayscale(100%);
}
.about-experience h1 span {
  font-size: 60px;
  position: relative;
  display: inline-block;
  top: 10px;
  color: #f15731;
}
.about-experience h1 {
  color: #f15731;
  font-size: 60px;
}
.blog-text p {
  height: 70px;
}
/*galleries*/
.fancybox-image {
  border: 5px solid #f15731;
  border-radius: 3px;
}
.fancybox__caption h6 {
  color: #fff !important;
  font-size: 26px !important;
  font-weight: 100 !important;
}
.fancybox__caption a {
  text-align: center;
  align-items: center;
  display: flow-root;
}
.fancybox__toolbar__column.is-middle {
  position: absolute !important;
  right: 50% !important;
  top: 75% !important;
  transform: translate(50%, -50%) !important;
}
.fancy_new {
  position: relative;
  overflow: hidden;
}
i,
span,
a {
  display: inline-block;
}
.fancy_new:hover span {
  content: "";
  position: absolute;
  top: 0 !important;
}
.fancy_new span {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  font-size: 22px;
  line-height: 15px;
  top: -100%;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 /0.6);
  transition: all 0.4s ease;
}
._isotope-item {
  margin-bottom: 15px;
}
a.fancy_new span i {
  font-size: 50px;
}
span.lb-caption h6 {
  color: rgb(255 255 255 / 65%);
  font-size: 18px;
}

@media (max-width: 767px) {
  a.link_mobile_one {
    display: block !important;
    padding: 0.5rem 1rem;
    display: block;
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding-right: 0;
    padding-left: 25px;
    font-family: "Source Sans Pro", sans-serif;
  }
  a.link_desktop {
    display: none !important;
  }
  .navbar-b {
    background-color: #f15731;
    height: 60px;
  }
  nav#mainNav {
    position: relative;
  }
  a.navbar-brand.js-scroll {
    display: none;
  }
  .navbar-toggler {
    position: relative;
    right: 13px;
    top: 0px;
    float: left;
  }
  .navbar-b.navbar-reduce {
    background-color: #f15731;
  }
  .position-fixed.bottom-0.w-100.d-lg-none.z-3 {
    z-index: 999999;
  }
  .navbar-b.navbar-reduce .navbar-toggler span {
    background-color: #fff;
  }
  .back-to-top.active {
    top: 80%;
  }
  .content_logo_mobile {
    position: relative;
    text-align: center;
    margin-top: 65px;
    display: block;
    padding: 5px;
  }
  #navbarDefault {
    background-color: #f15731;
    /* margin-top: 15px; */
    margin-left: -10px;
    margin-right: -10px;
  }
  img.logo_footer {
    text-align: center;
    margin: auto;
  }
  .content_img_about {
    width: 100%;
    height: 167px;
  }
  .theme-single-press-content img {
    width: 200px !important;
    text-align: center;
    margin: auto;
  }
  .about-left {
    margin-top: 50px;
  }
  .img_small img {
    width: 75px;
  }
  .content_text_img {
    top: -80%;
    left: 55px;
  }
  .info_about_img h3 {
    font-size: 15px;
    color: #ffffff;
  }
  .info_about_img {
    top: -85px;
    left: 25%;
  }
  .back-to-top.active {
    top: 80%;
    right: 10%;
  }
  .single-page {
    background-color: transparent;
    padding: 59px 0 10px;
    background-position-y: 62px;
  }
  .fancybox__toolbar__column.is-middle {
    position: absolute !important;
    transform: translate(50%, -50%) !important;
    text-align: center;
    margin: auto;
    display: contents;
  }
  .fancybox__toolbar.is-absolute,
  .is-compact .fancybox__toolbar {
    position: absolute;
    top: 70% !important;
    left: 0;
    right: 0;
  }
  .fancybox__footer {
    position: relative;
    top: 80%;
  }
  .is-compact .fancybox__footer .fancybox__caption {
    padding: 12px;
    text-align: center;
  }
  .form-container-box {
    padding: 0px 15px;
    margin-top: 0px;
  }
  div#navbarDefault {
    /* height: 85vh; */
    z-index: 999;
  }
  .navbar-b.navbar-trans .nav-link.active {
    color: #000;
  }
  .content_img_about {
    overflow: hidden !important;
  }
  .option-btn-form {
    margin-bottom: 35px;
  }
}

@media (max-width: 991px) {
  ul.submenu.show {
    /* display: block; */
    max-height: 500px;
  }
  .submenu {
    position: relative;
  }
}

.justify-content-around {
  justify-content: space-around;
}
.d-flex {
  display: flex;
}
.row-o {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row-o > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col-auto {
  flex: 0 0 auto !important;
  width: auto;
}
.position-relative {
  position: relative !important;
}
.position-fixed {
  position: fixed;
}
.z-999 {
  z-index: 9;
}
.w-100 {
  width: 100%;
}
.bottom-0 {
  bottom: 0;
}

#navbarDefault.show {
  background-color: #f15731;
}

.navbar-trans #navbarDefault {
  /* margin-top: -65px; */
  /* padding-top: 65px; */
  padding-bottom: 20px;
}

.gap-0 {
  gap: 0;
}

.gap-1 {
  gap: 0.75rem;
}

.gap-3 {
  gap: 1.75rem;
}

@media (min-width: 576px) {
  .gap-sm-0 {
    gap: 0;
  }
}

@media (min-width: 768px) {
  .gap-md-0 {
    gap: 0;
  }
  /* .navbar-trans .navbar-toggler {
    margin-top: -60px;
  } */
}

@media (min-width: 992px) {
  .navbar-trans #navbarDefault {
    margin: 0;
    padding: 0;
  }

  .gap-lg-3 {
    gap: 1.75rem;
  }
}

.navbar-reduce .color-white {
  color: #fff;
}

/* .navbar-toggler:not(.collapsed) > p {
  position: absolute;
  right: 45px;
} */

@media (min-width: 768px) and (max-width: 991px) {
  #navbarDefault.navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    display: initial !important;
    min-height: initial !important;
    max-height: 0px !important;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    padding: 10px 0;
    border-radius: 0 0 12px 12px;
  }
  
  .navbar-trans #navbarDefault{
    padding-top: 60px;
  }

  #navbarDefault.navbar-collapse.show {
    max-height: 700px !important;
    transition: all 0.5s ease-in-out;
  }

  a.navbar-brand.js-scroll img.white-logo {
    position: absolute;
    top: 50%;
    left: 0;
    background: #fff;
    transform: translateY(-25%);
    padding: 10px;
  }

  .navbar-b .black-logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 992px) {
  .zrthemes-theme-single-service-card h5 {
    height: 66px;
  }

  .zrthemes-theme-single-service-card p {
    height: 104px;
  }
}

@media (min-width: 1200px) {
  .zrthemes-theme-single-service-card h5 {
    height: 33px;
  }

  .zrthemes-theme-single-service-card p {
    height: 78px;
  }
}
