#sp-top-bar {
    background: #f2f2f2;
    color: #888;
}
#sp-top-bar a {
    color: #888;
}

#sp-top-bar a:focus, #sp-top-bar a:hover {
    color: #555;
    outline: none;
}

.sp-megamenu-parent > li > a, 
.sp-megamenu-parent > li > span {
    text-transform: uppercase;
    letter-spacing: 2px;
  	font-weight: 900;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-size: 13px;
    letter-spacing: 1px;
}

.hero-booking-form {
    background: rgba(255,255,255,0.8);
    padding: 40px 40px 10px;
    max-width: 500px;
    width: 100%;
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: 9;
}

.bookingForm .rsform-block {
  position: relative;
}

.bookingForm label.formControlLabel {
    display: none;
}

.bookingForm input.rsform-input-box,
.bookingForm input.rsform-calendar-box,
.bookingForm .rsform-block-vehicletype select {
    width: 100%;
    box-sizing: border-box;
    height: 46px;
    border: none;
    box-shadow: none;
    background: #ffffff;
    padding: 5px 10px 5px 45px;
    border-radius: 0;
    position: relative;
}

.bookingForm .rsform-block-vehicletype select {
    padding: 0 10px;
    text-indent: 35px;
    -webkit-appearance: none;
    appearance: none;
}
.bookingForm input.rsform-input-box:focus {
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.2);
    outline: none;
}

.bookingForm .rsform-block:after {
    position: absolute;
    left: 0;
    top: 0;
    font-family: fontawesome;
    width: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    color: #000;
}

.bookingForm .rsform-block-fullname:after {
    content: '\f007';
}
.bookingForm .rsform-block-email:after {
    content: '\f0e0';
}

.bookingForm .rsform-block-phone:after {
    content: '\f098';
}
.bookingForm .rsform-block-city:after {
    content: '\f041';
}
.bookingForm .rsform-block-vehicletype:after {
    content: '\f1b9';
}

.bookingForm .rsform-block-date:after {
    content: '\f073';
}
 
.bookingForm .rsform-block-date input#btn1_0 {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background: none;
    border: none;
}

.bookingForm .rsform-block-date input#btn1_0:hover,
.bookingForm .rsform-block-date input#btn1_0:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.bookingForm span.formValidation {
    position: absolute;
    bottom: -20px;
    margin: 0;
    display: block;
}

.bookingForm .formResponsive .formError {
  margin: 0;
}

.bookingForm .rsform-block button#Submit {
    background: #333;
    border: none;
    border-radius: 0;
    font-size: 12px;
    padding: 12px 32px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 10px;
}

.bookingForm .yui-calcontainer {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.bookingForm .yui-calcontainer table {
    font-family: montserrat;
}

.bookingForm .yui-calcontainer table thead tr .calhead {
    background: #f0f5f9;
    padding: 10px;
    border-radius: 5px;
}

.bookingForm .yui-calendar a.calnav:hover {
    border: none;
    border-bottom: 1px dotted #1b70a7;
    background: none;
    color: #1b70a7;
    padding: 4px;
}

.bookingForm .yui-calendar .calnavleft {
    background: none;
    width: 40px;
    height: 36px;
    top: -10px;
    left: -6px;
}

.bookingForm .yui-calendar .calnavleft:before {
    content: '';
    position: absolute;
    left: 14px;
    top: 10px;
    width: 8px;
    height: 16px;
    border-top: 8px solid transparent;
    border-right: 8px solid #565656;
    border-bottom: 8px solid transparent;
}

.bookingForm .yui-calendar .calnavright {
    background: none;
    width: 40px;
    height: 36px;
    top: -10px;
    right: -6px;
}

.bookingForm .yui-calendar .calnavright:before {
    content: '';
    position: absolute;
    right: 14px;
    top: 10px;
    width: 8px;
    height: 16px;
    border-top: 8px solid transparent;
    border-left: 8px solid #565656;
    border-bottom: 8px solid transparent;
}

.bookingForm .yui-calcontainer table thead tr th {
    padding: 10px;
    font-size: 13px;
    font-weight: 600;
}

.bookingForm .yui-calcontainer table tbody tr td {
    padding: 8px;
    border: 1px solid transparent;
    font-size: 12px;
    font-weight: 600;
}

.bookingForm .yui-calcontainer td.calcell.previous {
    cursor: not-allowed;
}

.bookingForm .yui-calcontainer table tbody tr td a {
    color: #333;
}

.bookingForm .yui-calcontainer table tbody tr td.calcell.calcellhover {
    border: 1px solid #1b70a7;
    background: #1b70a7;
}

.bookingForm .yui-calcontainer table tbody tr td.calcell.selected {
    color: #fff;
    background-color: #1b70a7;
    border: 1px solid #1b70a7;
}

.bookingForm .yui-calcontainer table tbody tr td.calcell.selected a {
    color: #fff;
}

.bookingForm .yui-calcontainer .yui-cal-nav {
    width: 80%;
    left: 10%;
    margin: 0;
    border: 1px solid #9e9e9e;
    border-radius: 5px;
    padding: 5px 0;
}

.bookingForm .yui-calcontainer .yui-cal-nav .yui-cal-nav-m,
.bookingForm .yui-calcontainer .yui-cal-nav .yui-cal-nav-y{
    padding: 0 15px;
}

.bookingForm .yui-calcontainer .yui-cal-nav .yui-cal-nav-m .yui-cal-nav-mc,
.bookingForm .yui-calcontainer .yui-cal-nav .yui-cal-nav-y input {
    box-sizing: border-box;
    height: 40px;
    width: 100% !important;
    padding: 10px;
    border-radius: 5px !important;
    box-shadow: none !important;
    border: 1px solid #ced9e0;
}

.bookingForm .yui-calcontainer .yui-cal-nav .yui-cal-nav-b {
    padding: 15px 10px 10px;
}

.bookingForm .yui-calcontainer .yui-cal-nav .yui-cal-nav-b span.yui-cal-nav-btn button {
    padding: 6px 18px;
    margin: 5px;
    background: #16a3bd;
    border: 1px solid #16a3bd;
    text-shadow: none;
    color: #fff;
    box-shadow: none;
}

.bookingForm .yui-calcontainer .yui-cal-nav .yui-cal-nav-b span.yui-cal-nav-btn.yui-default button {
    background: #1b70a7;
    border: 1px solid #1b70a7;
}



.feature-points .sppb-row-container > .sppb-row {
    border: solid 1px #e1e7ec;
    border-radius: 6px;
}
.feature-points .sppb-row-container > .sppb-row > div:not(:last-child) {
    border-right: solid 1px #e1e7ec;
}

.feature-points .sppb-row .sppb-column-addons {
    padding: 30px;
    transition: all 0.3s;
}

.feature-points .sppb-row .sppb-column-addons:hover {
    box-shadow: 0px 20px 30px -8px rgba(178,188,191,0.2);
}

.greyme img {
    width: auto !important;
    filter: grayscale(100%);
    margin: 0 auto;
    opacity: 0.6;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
}
.greyme img:hover,
.greyme img:focus{
    filter: grayscale(0);
    opacity: 1;
}

.home-testimonials {
  padding: 0;  
}

.home-testimonials .sppb-item img {
    max-width: 80px;
    margin-bottom: 20px;
}

.home-testimonials .sppb-addon-testimonial-pro-footer {
    font-size: 18px;
    font-style: italic;
}

.home-testimonials a.left.sppb-carousel-control {
    left: 0;
    top: 50%;
    position: absolute;
    border: none;
    margin: 0;
    font-size: 40px;
    width: 40px;
    height: 40px;
}

.home-testimonials a.right.sppb-carousel-control {
    right: 0;
    top: 50%;
    position: absolute;
    border: none;
    margin: 0;
    font-size: 40px;
    width: 40px;
    height: 40px;
}

.home-testimonials a.sppb-carousel-control:hover {
    background: none;
    color: #000;
}

.home-testimonials .sppb-carousel {
    padding: 100px 72px 0;
}

.home-testimonials .sppb-carousel:before {
    content: '\f10d';
    position: absolute;
    left: calc(50% - 60px);
    top: 0;
    font-size: 96px;
    line-height: 1;
    font-family: fontawesome;
    color: #eaecea;
}

.our-process .sppb-addon-feature {
    padding: 30px 20px;
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    transition: all 0.2s linear 0s;
}

.our-process .sppb-addon-feature:hover {
    background: #f1f1f1;
}

.our-process .sppb-row>div .sppb-addon-feature:after {
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 220px;
    font-weight: 900;
    line-height: 1;
    z-index: -1;
    color: #f1f1f1;
}

.our-process .sppb-row>div:first-child .sppb-addon-feature:after {
    content: '1';
}

.our-process .sppb-row>div:nth-child(2) .sppb-addon-feature:after {
    content: '2';
}
.our-process .sppb-row>div:nth-child(3) .sppb-addon-feature:after {
    content: '3';
}
.our-process .sppb-row>div:last-child .sppb-addon-feature:after {
    content: '4';
}


.sp-simpleportfolio-carousel .owl-nav .owl-next,
.sp-simpleportfolio-carousel .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    background: #e7422c;
    top: calc(50% - 20px);
    position: absolute;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 40px;
}

.sp-simpleportfolio-carousel .owl-nav .owl-prev {
    left: 0;
}

.sp-simpleportfolio-carousel .owl-nav .owl-next {
    right: 0;
}

.sp-carousel .sp-simpleportfolio-overlay-wrapper {
    position: relative;
}


.sp-simpleportfolio .sp-custom .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
    opacity: 1;
    background: transparent;
    box-shadow: 0px 0px 1px 1px #ddd inset;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    transition: all 0.25s linear 0s;
    -webkit-transition: all 0.25s linear 0s;
    -moz-transition: all 0.25s linear 0s;
}

.sp-simpleportfolio-overlay a.btn-view {
    background: #b28638;
    padding: 6px 12px;
    color: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    transition: all 0.25s linear 0s;
    -webkit-transition: all 0.25s linear 0s;
    -moz-transition: all 0.25s linear 0s;
}

.sp-simpleportfolio-overlay a.btn-view span.click-icon {
    display: none;
}

.sp-simpleportfolio-overlay a.btn-view span.tags {
    margin: 0;    
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    transition: all 0.25s linear 0s;
    -webkit-transition: all 0.25s linear 0s;
    -moz-transition: all 0.25s linear 0s;
}

.sp-simpleportfolio .sp-custom:hover .sp-simpleportfolio-overlay {
    background: rgb(0 0 0 / 42%);
    align-items: center;
    justify-content: center;
}

.sp-simpleportfolio .sp-custom:hover .sp-simpleportfolio-overlay a.btn-view {
    height: 60px;
    width: 60px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.sp-simpleportfolio .sp-custom:hover .sp-simpleportfolio-overlay a.btn-view span.tags {
    display: none;
    transition: all 0.25s linear 0s;
    -webkit-transition: all 0.25s linear 0s;
    -moz-transition: all 0.25s linear 0s;
}

.sp-custom:hover .sp-simpleportfolio-overlay a.btn-view span.click-icon {
    display: block;
    text-align: center;
    line-height: 48px;
    font-size: 20px;
}

.sp-simpleportfolio .sp-custom .sp-simpleportfolio-info {
  padding: 12px 0;
  background: none !important;
}

.sp-simpleportfolio .sp-custom h3.sp-simpleportfolio-title {
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
}

.sp-custom h3.sp-simpleportfolio-title a {
    color: #000 !important;
}

.sppb-btn.rent-btn {
    background: #000 !important;
}

.sppb-btn.rent-btn:hover {
    background: #444 !important;
}

span.head-strong {
    font-weight: 800;
    font-size: 36px;
}

.sppb-addon-image-content.aligment-overlay {
    position: relative;
    height: 380px;
}

.aligment-overlay .image-overlay-container {
    height: 100%;
}
.aligment-overlay .image-overlay-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.sppb-overlay-content-holder {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;   
    background: -webkit-linear-gradient(45deg, rgb(178 134 56 / 80%) 0%, rgb(0 0 0 / 82%) 100%);
    background: linear-gradient(45deg, rgb(178 134 56 / 80%) 0%, rgb(0 0 0 / 82%) 100%);
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    cursor: pointer;
}

.inner-overlay-content {
    padding: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.sppb-overlay-content-holder h3.sppb-image-content-title {
    color: #fff;
    font-size: 26px;
    line-height: 1.2;
    margin: 0 0 10px;
}

.sppb-overlay-content-holder p.sppb-image-content-text {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    margin: 0;
}

.sppb-addon-image-content.aligment-overlay:hover .sppb-overlay-content-holder {
    opacity: 0;
}

.inner-booking-form {
    padding: 40px 40px 15px;
    background: rgba(255,255,255,0.8);
}

.services-booking-form {
    padding: 30px 40px 5px;
    background: #b28638;
}

h1.sppb-addon-title span.special {
    color: #B28638;
    font-size: 30px;
    font-weight: 500;
    margin: 35px 0 0;
    display: block;
    letter-spacing: 0;
}

body.ltr.offcanvs-position-left .offcanvas-menu {
  right: -300px !important;
  left: auto !important;
}

body.ltr.offcanvs-position-left.offcanvas-active .offcanvas-menu,
body.ltr.offcanvs-position-left .body-wrapper {
  right: 0 !important;
  left: auto !important;
}
body.ltr.offcanvs-position-left.offcanvas-active .body-wrapper {
  right: 300px !important;
  left: auto !important;
}

.sliderninja.services-slider, .sliderninja.services-slider .imgslide {
  height: 600px;
}

.sliderninja.services-slider .owl-prev,
.sliderninja.services-slider .owl-next {
    background: #b28638;
}

#sp-bottom .sp-module ul > li {
    margin-bottom: 10px;
}

ul.services-list {
    padding: 0;
    margin: 30px 0 0;
    list-style: none;
}

ul.services-list li {
    margin-bottom: 8px;
}

ul.services-list li a {
    background: #b28638;
    padding: 0 15px 0 55px;
    height: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    max-width: 360px;
}

ul.services-list li a:hover,
ul.services-list li a:focus {
  background: #222;
}

ul.services-list li a:before {
    content: '\f1b9';
    font-family: fontawesome;
    position: absolute;
    left: 0;
    width: 40px;
    line-height: 40px;
    top: 0;
    text-align: center;
    background: #000;
}

.sp-simpleportfolio .sp-simpleportfolio-description {
    float: none;
    width: 100%;
}

.aside-info {
    padding: 25px;
    background: #f1f1f1;
}

.sp-simpleportfolio-description h3 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 25px;
}

.sp-simpleportfolio-description .aside-info h3 {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin: -25px -25px 25px;
    padding: 14px 20px;
    background: #bdb6a9;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sp-simpleportfolio-description ul {
    list-style-type: square;
}

.sp-simpleportfolio-description ul li {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 14px;
}

.sp-simpleportfolio-description .aside-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sp-simpleportfolio-description .aside-info ul li {
    font-size: 14px;
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 0 0 15px;
}

.aside-info ul li:last-child {
  margin: 0;
  border: none;
  padding: 0;
}

.sp-simpleportfolio .sp-simpleportfolio-description > h2 {
    font-size: 36px;
    font-weight: 800;
    line-height: 38px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.sp-simpleportfolio .sp-simpleportfolio-description > h2 span.detail-tags {
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 700;
    background: #b28638;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    margin: 0 0 0 10px;
}

.sp-preloader {
    background-image: url(../../../images/logo2x.png);
    background-repeat: no-repeat;
    background-position: center 38%;
}

ul.cities {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.cities li {
    position: relative;
    padding: 10px 12px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

ul.cities li:hover {
  cursor: pointer;
  background: #000;
  color: #fff;
}

ul.cities li:before {
    content: '\f1b9';
    font-family: fontawesome;
    font-size: 14px;
    margin-right: 15px;
    color: #b28638;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a span.menu-toggler {
    width: 34px;
    text-align: center;
    font-size: 18px;
}

.sp-simpleportfolio-description .btn-block {
    padding: 10px 20px;
}

.sp-simpleportfolio-description .btn-block a {
    background: #000;
    color: #fff;
    padding: 12px 0px;
    display: block;
    width: 160px;
    text-align: center;
}

.sp-simpleportfolio-description .btn-block a:hover,
.sp-simpleportfolio-description .btn-block a:focus {
  background: #444;
  color: #fff;
  outline: 0;
  box-shadow: none;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-img {
  float: none !important;
}

.sppb-btn.call-us-btn {
    padding: 5px 0;
    color: #333;
    font-size: 28px;
    text-decoration: none !important;
}

.sppb-btn.call-us-btn .fa {
    transform: rotate(100deg);
}

.fixed-call {
    position: fixed;
    left: 15px;
    bottom: 15px;
  	z-index: 99;
}

.fixed-call a {
    display: block;
  	-webkit-animation: bounced 1.2s infinite linear alternate;
    animation: bounced 1.2s infinite linear alternate;
    transform-origin: center;
    animation-fill-mode: linear;
}

.sp-simpleportfolio-view-item .sp-simpleportfolio-img {
  	margin: 0 auto;
}

@-webkit-keyframes bounced {
    0% { -webkit-transform: translate(0px, 4px); }
    100% { -webkit-transform: translate(0px, -4px); }
}

@keyframes bounced {
    0% { -webkit-transform: translate(0px, 4px); }
    100% { -webkit-transform: translate(0px, -4px); }
}

@media (min-width: 992px) {
  .cta-btn .sppb-column-addons div {
      text-align: right;
  }
}

@media (max-width: 991px) {
  #sp-top-bar #sp-top1 {
    display: none;
  }
  #sp-top-bar .sp-column.text-center.text-lg-right {
    text-align: right !important;
  }

  #sp-logo .sp-column {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  #sp-logo .sp-column a#offcanvas-toggler {
    float: none;
    margin: 0;
    width: 40px;
    text-align: center;
  }

  .close-offcanvas {
    width: 32px;
    height: 32px;
    line-height: 34px;
  }

  .offcanvas-menu .offcanvas-inner {
    padding: 80px 25px 20px;
  }

  .offcanvas-menu .offcanvas-inner .sp-module ul > li a, 
  .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0;
  }
  
  .sppb-addon.cta-bottom {
    text-align: center;
    margin-bottom: 10px;
}
}

@media (max-width: 767px) {
  #sp-top-bar {
    display: none;
  }
  .feature-points .sppb-row-container > .sppb-row > div:not(:last-child) {
    border-bottom: solid 1px #e1e7ec;
    border-right: none;
  }

  .feature-points .sppb-row .sppb-column-addons {
    padding: 30px
  }

  .sppb-addon.sppb-addon-module.hero-booking-form {
    position: relative;
    max-width: 80%;
    margin: -200px auto 0;
    left: 0;
    top: 0;
    box-shadow: 0 0 46px -3px rgb(63 84 82 / 28%);
  }

  #sp-footer #sp-footer2 {
    text-align: left;
  }
}

@media (max-width: 650px) {
  .sppb-addon.sppb-addon-module.hero-booking-form {
    max-width: 90%;
    margin: -150px auto 0;
  }

  .sp-preloader {
    background-size: 280px auto;
  }
}