/*
Theme Name: Roomello
Theme URI: https://wordpress.org/themes/roomello/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Roomello brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 2.6
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: roomello
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*Main Style Sheet
This is Custom Styling Css file used for Project Name
***************************************************************************************************
font-family: 'Gilroy Medium', sans-serif;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-weight: 500;
font-weight: 600;
***************************************************************************************************
****COLORS*****
A 	: 	#e0b639
B 	: 	#16C26C
C 	:	#fff
D 	: 	#4a494a
***************************************************************************************************
Responsive media tags: 
Style.css >> (max-width): 1199 | 991 | 767 | 639 | 480 | 359
Bootstrap.css >> (min-width): 481 | 768 | 992 | 1200
*/
.booking-iframe .booking_engine__cover{
	display:none !important;
}
.airbnb-embed-frame ._xlzko7 {
     width: 100% !important;
}
.country-list{
	display:block !important;
}
.country-list.hide{
	display:none !important;
}
.intro-loading {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 999999;
}

.intro-loading .inner-loading {
  width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
@media(max-width:900px){
	.intro-loading .inner-loading {
		width:300px;
	}
}
#logo1,
#logo2,
#logo3,
#logo4,
#logo5,
#logo6,
#logo7,
#logo8,
#logo9,
#logo10,
#logo11,
#logo12 {
  opacity: 0;
  animation: type 0.3s ease-out forwards;
  animation-direction: alternate;
  animation-iteration-count: 1;
  animation-play-state: running;
  -webkit-animation: type 0.3s ease-out forwards;
  -webkit-animation-direction: alternate;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-play-state: running;
}

#logo1 {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

#logo2 {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}

#logo3 {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}

#logo4 {
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
}

#logo5 {
  animation-delay: 2.2s;
  -webkit-animation-delay: 2.2s;
}

#logo6 {
  animation-delay: 2.6s;
  -webkit-animation-delay: 2.6s;
}

#logo7 {
  animation-delay: 3.2s;
  -webkit-animation-delay: 3.2s;
}

#logo8 {
  animation-delay: 3.6s;
  -webkit-animation-delay: 3.6s;
}

#logo9 {
  animation-delay: 4s;
  -webkit-animation-delay: 4s;
}

#logo10 {
  animation-delay: 4.4s;
  -webkit-animation-delay: 4.4s;
}

#logo11 {
  animation-delay: 4.8s;
  -webkit-animation-delay: 4.8s;
}

#logo12 {
  animation-delay: 5.2s;
  -webkit-animation-delay: 5.2s;
}

@keyframes type {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes type {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.globe-svg {
  max-width: 100%;
  width: 100%;
}
.globe-svg .continents {
  fill: #ffffff;
}

body {
  margin: 0;
  background-color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
  overflow-x: hidden;
}
body.scroll-off {
  overflow-y: hidden;
}

.main-heading {
  position: relative;
}

.main-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 1px;
  background-color: rgba(60, 73, 102, 0.8);
}

.main-heading.white::after {
  background-color: #ffffff;
}

.main-heading.center::after {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

a {
  color: #4a494a;
}

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

.text-primary {
  color: #3b2a82 !important;
}

.text-secondary {
  color: #a5009f !important;
}

.bg-secondary {
  background-color: #3b2a82 !important;
}

.bg-primary {
  background-color: #3b2a82 !important;
}

.border-primary {
  border-color: #3b2a82 !important;
}

.btn {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.btn-outline-primary {
  border-color: #ff3067;
  color: #ff3067;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background-color: #ff3067;
  color: #ffffff;
  border-color: #ff3067;
}

.btn-primary {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3b2a82+41,a5009f+72,a5009f+72 */
  background: rgb(59, 42, 130); /* Old browsers */
  background: -moz-linear-gradient(
    45deg,
    rgba(59, 42, 130, 1) 41%,
    rgba(165, 0, 159, 1) 72%,
    rgba(165, 0, 159, 1) 72%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    45deg,
    rgba(59, 42, 130, 1) 41%,
    rgba(165, 0, 159, 1) 72%,
    rgba(165, 0, 159, 1) 72%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    45deg,
    rgba(59, 42, 130, 1) 41%,
    rgba(165, 0, 159, 1) 72%,
    rgba(165, 0, 159, 1) 72%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b2a82', endColorstr='#a5009f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  border: 0;
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}

.btn-secondary {
  background-color: #3b2a82;
  border: 0;
}

.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #AA039C;
  border-color: #AA039C;
  color: #fff;
}

.btn-white {
  background-color: #ffffff;
  color: #e0b639;
  border-color: #ffffff;
}

.btn-white:hover,
.btn-white:focus {
  background-color: #e0b639;
  border-color: #e0b639;
  color: #ffffff;
}

button:focus {
  outline: none;
}

.form-control {
  border-color: #000000;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  background-color: transparent;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: transparent !important;
  opacity: 1;
}

.form-control:focus {
  color: #000000;
  border-color: #ff3067;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(224 182 57 / 25%);
}
.check-points {
  list-style: none;
  padding: 0;
  margin: 0;
}
.check-points li {
  position: relative;
  padding-left: 34px;
  font-size: 1.5rem;
  margin-bottom: 16px;
  color: #3b2a82;
}
.check-points li:after {
  content: "\f00c";
  color: #16c26c;
  position: absolute;
  left: 0;
  top: 5px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.main-nav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #000000;
  padding-top: 80px;
  padding-bottom: 15px;
  transform: scaleX(0);
  transform-origin: center left;
  transition: transform 0.75s cubic-bezier(0.48, 0, 0.12, 1) 0.3s;
}
.main-nav.has-open {
  visibility: visible;
  z-index: 99;
  transform: scaleX(1);
}
.main-nav.has-open.end {
  transition-delay: 1s;
  transform: scaleX(0);
}

.main-nav .border-left,
.main-nav .border-right {
  border-left: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-right: 1px solid rgba(255, 255, 255, 0.3) !important;
}
.main-menu {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  overflow-y: auto;
}
.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-menu li {
  margin: 0 0 20px;
  opacity: 0;
  transition: all 0.75s cubic-bezier(0.48, 0, 0.12, 1) 1s;
  transform: scaleX(0);
}
.main-nav.has-open .main-menu li {
  opacity: 1;
  transform: scaleX(1);
}
.main-nav.has-open.end .main-menu li {
  transition-delay: 0s;
  opacity: 0;
  transform: scaleX(0);
}

.main-menu li a {
  color: #fff;
  font-size: 2.7rem;
  position: relative;
  padding: 5px 0;
}

.header {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.header .consultation{
	display:none;
}
.header .logo{
	display:block;
	width:250px;
	margin:auto;
}
.header .cls-text{fill:#fff;}
.header.is-fixed .cls-text{fill:#3b2a82;}
.header.is-fixed .consultation{
	display:inline-block;
}
.header .google-review-dark{
	display:none;
}
.header.is-fixed .google-review-dark{
	display:inline-block;
}
.header.is-fixed .google-review-white{
	display:none;
}
@media(max-width:768px){
	.header .google-review-white,
	.header .google-review-dark{
		display:none !important;
	}
	.header .logo{
		width:100%;
	}
	.header.is-fixed .buttons-col{
		display:flex;
		flex:0 0 100%;
		max-width:100%;
		justify-content:space-between;
	}
	.header a span{
		display:none;
	}
	.most-popular-dest .h1{
		font-size:24px;
	}
	.most-popular-dest h2{
		font-size:20px;
	}
}
.header.is-fixed {
	top:0;
	padding:6px 0;
  	position: fixed;
	background-color:#fff;
}

.header.is-fixed .logo img {
  width: 120px;
}


.header.is-fixed .google-review-logo {
  display: none;
}

.header .socials a {
  color: #ffffff;
}

.header.is-fixed .socials a {
  color: #4a494a;
}

.header .humberger {
  display: inline-block;
  width: auto;
  align-items: center;
  webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: opacity 750ms ease, width 250ms ease, width 250ms ease,
    top 250ms ease, -webkit-transform 750ms ease;
  transition: opacity 750ms ease, width 250ms ease, width 250ms ease,
    top 250ms ease, -webkit-transform 750ms ease;
  will-change: transform;
  -moz-transition: opacity 750ms ease, width 250ms ease, width 250ms ease,
    top 250ms ease, -webkit-transform 750ms ease;
  -ms-transition: opacity 750ms ease, width 250ms ease, width 250ms ease,
    top 250ms ease, -webkit-transform 750ms ease;
  -o-transition: opacity 750ms ease, width 250ms ease, width 250ms ease,
    top 250ms ease, -webkit-transform 750ms ease;
  cursor: pointer;
}
.header .logo-emblem {
  filter: grayscale(1) invert(1) brightness(100);
  -webkit-filter: grayscale(1) invert(1) brightness(100);
}

.header.is-fixed .logo-emblem {
  filter: none;
  -webkit-filter: none;
  width: 50px;
}

.header.is-fixed .humberger {
  background-color: #ffffff;
  padding: 1px 10px 5px;
  border: 2px solid #494a56;
}

.header .menu-toggle-icon,
.header .btn-close {
  width: 55px;
  display: inline-block;
  position: relative;
  background: #fff;
  border: 0;
  vertical-align: middle;
  background-color: transparent;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.header .menu-toggle-icon {
  width: 60px;
}
.header .btn-close {
  width: 0px;
  display: none;
}
.header .humberger.open .btn-close {
  display: inline-block;
}
.header .humberger.open .btn-close,
.header.is-fixed .humberger.open .btn-close {
  width: 55px;
  padding: 0;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.header.is-fixed .menu-toggle-icon {
  width: 45px;
  padding: 0;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.humberger.open .menu-toggle-icon {
  width: 0;
  display: none;
}
.header.is-fixed .humberger.open .menu-toggle-icon {
  width: 0;
  display: none;
}
.header .btn-close .top,
.header .btn-close .middle,
.header .btn-close .bottom,
.header .menu-toggle-icon .top,
.header .menu-toggle-icon .middle,
.header .menu-toggle-icon .bottom {
  width: 100%;
  height: 3px;
  display: block;
  background: #e0b639;
  transition: all 0.3s ease;
}
.header .menu-toggle-icon .middle {
  margin: 8px 0;
}
.header .btn-close .middle {
  margin: 8px 0;
}
.btn-close .top {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: 0 0 0 0px !important;
}
.btn-close span.middle {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin: -2px 0 0 0 !important;
}
.btn-close .bottom {
  display: none;
}

.header.header.is-fixed .btn-white {
  border-color: #e0b639;
  color: #e0b639;
}

.header.header.is-fixed .btn-white:hover {
  color: #ffffff;
}
.google-review-logo {
  display: inline-block;
}
.intro,
.page-banner {
  position: relative;
  height: 100vh;
  width: 100%;
  z-index: 1;
}
.hero-title {
  font-weight: 600;
}
.intro::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
}

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

.intro .intro-box,
.page-banner .page-inner-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 1;
}

.page-banner.half {
  height: 550px;
}

.banner-image {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}

.bg-light {
  background-color: #f6f6f6 !important;
}

.bg-overlay {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-overlay:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-overlay.overlay-3::before {
  background-color: rgba(0, 0, 0, 0.3);
}

.owl-slider .slide-item {
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.owl-slider .slide-item .bg-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: -1;
}

.owl-slider .slide-item .bg-cover:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.owl-slider .slide-item .content {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  width: 80%;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 3;
}

.owl-slider .owl-item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.1);
}

.owl-slider .owl-nav button.owl-next,
.owl-slider .owl-nav button.owl-prev,
.welcome-slider .owl-nav button.owl-next,
.welcome-slider .owl-nav button.owl-prev,
.google-reviews-slider .owl-nav button.owl-next,
.google-reviews-slider .owl-nav button.owl-prev {
  top: 45%;
  position: absolute;
  z-index: 11;
  color: #fff;
  background: transparent;
  font-size: 24px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.owl-slider .owl-nav button.owl-next {
  right: 50px;
}

.owl-slider .owl-nav button.owl-prev {
  left: 50px;
}

.animation-bottom-left {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.animation-top-right {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.animation-reverse {
  animation-direction: reverse;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

.animation-scale {
  -webkit-animation-name: scale-12;
  animation-name: scale-12;
}

@-webkit-keyframes scale-12 {
  0% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes scale-12 {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.owl-slider .owl-item.active .slide-item .bg-cover {
  -webkit-animation-name: scale-12;
  animation-name: scale-12;
  animation-direction: reverse;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  animation-duration: 15s;
}
@media(max-width:768px){
	.intro{
		height:auto;
	}
	.owl-slider .slide-item {
		height:236px;
	}
	.owl-slider .owl-dots{
		display:none;
	}
	.owl-slider .slide-item .content{
		top:60%;
	}
	.owl-slider .slide-item .content .hero-title{
		font-size:1.5rem;
	}
}
.destinations-slider .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 34px;
}
.destinations-slider .owl-nav button.owl-prev {
  margin-left: -50px;
}
.destinations-slider .owl-nav button.owl-next {
  margin-right: -50px;
}
@media(max-width:900px){
	.destinations-slider .owl-nav button.owl-prev {
	  margin-left: 0;
	}
	.destinations-slider .owl-nav button.owl-next {
	  margin-right: 0;
	}
}
.welcome-slider {
  right: -90px;
}

.welcome-slider.right-0 {
  right: 0;
}

.welcome-slider .owl-nav button.owl-next {
  right: -50px;
  color: #4a494a;
}

.welcome-slider .owl-nav button.owl-prev {
  left: -50px;
  color: #4a494a;
}

.welcome-content {
  padding: 120px 150px;
}

.emblem {
  position: relative;
}

.emblem::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 320px;
  height: 320px;
  background-image: url(assets/images/logo-dark.png);
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.2;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background-position: center center;
}

/*Google Reviews Slider*/

.google-reviews-slider .google-icon img {
  width: 40px;
  margin: auto;
  float: right;
}

.google-reviews-slider .owl-item .stars {
  width: 150px;
  margin: auto;
}

.google-reviews-slider .item .content {
  overflow-y: auto;
}

.google-reviews-slider .owl-nav button.owl-next {
  right: -50px;
}

.google-reviews-slider .owl-nav button.owl-prev {
  left: -50px;
}

/*End Google Reviews Slider*/

.service-item {
  position: relative;
}

.service-item img {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-item .service-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.get-in-touch {
  position: relative;
	z-index:1;
}
.get-in-touch .form-control{
	border-color:#dbdbdb;
}
.btn-submit{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fc2f69+0,a7019e+100 */
background: rgb(252,47,105); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(252,47,105,1) 0%, rgba(167,1,158,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(252,47,105,1) 0%,rgba(167,1,158,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(252,47,105,1) 0%,rgba(167,1,158,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc2f69', endColorstr='#a7019e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border:0;
}
.form-right-box{
	background-position:right center;
	background-repeat:no-repeat;
	background-size: contain;
}
@media(max-width:786px){
	.form-right-box{
		background-size:cover;
	}
}
/*FAQs SECTION*/

.faq-accordion {
  position: relative;
}

.faq-accordion .card {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background-color: transparent;
  border: 0;
}

.faq-accordion .card-header {
  border-bottom: 0;
  background-color: transparent;
  position: relative;
  padding: 0;
}

.faq-accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: 10px;
}

.faq-accordion .card-header::after,
.faq-accordion .card-body::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 4px;
  left: 0;
  top: 0;
  background-color: #f9f5b7;
}

.faq-accordion .card-body::before {
  background-color: #8c8c8c;
}

.faq-accordion .card-body {
  margin-top: -10px;
  background-color: transparent;
  position: relative;
  padding-left: 58px;

  position: relative;
}

.faq-accordion .card-header h4 {
  font-size: 1.28rem;
  position: relative;
  padding-left: 58px;
  cursor: pointer;
}

.faq-accordion .card-header h4 span {
  display: block;
  border: 1px solid #ffffff;
  width: 100%;
  padding: 12px 40px 12px 8px;
}

.faq-accordion .card-header h4::before,
.faq-accordion .card-body::after {
  content: "Q.";
  position: absolute;
  left: 3px;
  top: 0;
  height: 100%;
  width: 50px;
  border: 1px solid #fff;
  text-align: center;
  display: block;
  line-height: 45px;
}

.faq-accordion .card-body::after {
  content: "A.";
  border: 0;
  color: #8c8c8c;
  top: 16px;
}

.faq-accordion .card-header h4:after {
  content: "\f054";
  font-size: 14px;
  position: absolute;
  right: 14px;
  top: 8px;
  line-height: 2;
  transition: all 0.3s ease;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #ffffff;
  text-align: center;
}

.faq-accordion .card-header h4.collapsed:after {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.faq-accordion .card-body a {
  color: #fff;
  text-decoration: underline;
}
/*END FAQs SECTION*/

.team {
  background-color: #f6f6f6;
}

.team-title {
  position: relative;
}

.team-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -38px;
  width: 50px;
  height: 40px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #000000;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.team-item {
  position: relative;
  z-index: 1;
}

.team-item::after {
  content: "";
  width: 85%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ffffff;
  z-index: -1;
}

.team-item.right::after {
  right: auto;
  left: 0;
}

.service-title {
  font-size: 30px;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: auto;
}

.footer-menu li {
  margin-bottom: 10px;
}

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

.address {
  line-height: 1;
}

.socials a {
  color: #000000;
  font-size: 17px;
}

.socials a i {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  text-align: center;
  line-height: 38px;
  border: 1px solid #333033;
  color: #333033;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.socials a:hover,
.socials a:hover i,
.footer-menu li a:hover {
  color: #e0b639;
}

.how-it-work-item::before {
  position: absolute;
  top: 50%;
  right: -20px;
  width: 15%;
  height: 2px;
  border: 2px dashed #e8eaeb;
  content: "";
}
.how-it-work-item::after {
  font-family: "Font Awesome 5 Free";
  font-size: 40px;
  font-weight: 900;
  color: #000;
  content: "\f0da";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  right: -6%;
  margin-top: -22px;
  width: 20px;
  height: 40px;
  z-index: 1;
}
.how-it-work-item:last-child::before,
.how-it-work-item:last-child::after {
  display: none;
}
.how-it-work-content {
  background: #fff;
  border-radius: 5px;
  padding: 30px 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #000;
  text-align: center;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.how-it-work-icon {
  width: 90px;
  margin-bottom: 8px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.how-it-work-heading {
  font-size: 20px;
  display: block;
  line-height: 1.2;
}
.how-it-work .tab-pane {
  background: #fff;
  border: 1px solid #e0dcdc;
  color: #2b4962;
  font-size: 24px;
  font-weight: bold;
  padding: 20px 60px;
  text-align: center;
  border-radius: 5px;
  margin-top: 50px;
  position: relative;
}
.how-it-work .tab-pane:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 20px;
  background: url(assets/images/before_hiw-arrow.png) center center no-repeat;
  position: absolute;
  top: -20px;
  left: 150px;
}
.how-it-work .tab-pane.one:before {
  display: block;
  left: 10%;
}
.how-it-work .tab-pane.two:before {
  display: block;
  left: 35%;
}
.how-it-work .tab-pane.three:before {
  display: block;
  left: 60%;
}
.how-it-work .tab-pane.four:before {
  display: block;
  left: 88%;
}
.how-it-work-item:hover .how-it-work-content,
.how-it-work-item.active .how-it-work-content {
  background: #000;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}

.how-it-work-item .how-it-work-icon {
  filter: invert(1) grayscale(1) contrast(100);
  -webkit-filter: invert(1) grayscale(1) contrast(100);
}
.how-it-work-item:hover .how-it-work-icon,
.how-it-work-item.active .how-it-work-icon {
  filter: none;
  -webkit-filter: none;
}
.footer-logo {
  filter: invert(1) grayscale(1) contrast(100);
  -webkit-filter: invert(1) grayscale(1) contrast(100);
}

.rental-income {
  margin: 100px 0;
}
.rental-income .box {
  min-height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.rental-income .box::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
/*********************************************RESPONSIVE*****************************************/

@media (max-width: 1450px) {
  .main-menu {
    top: 60%;
  }
}

@media (max-width: 1299px) {
  
}

@media (max-width: 1099px) {
  .service-item img {
    height: 550px;
  }
  .how-it-work-item {
    padding-bottom: 50px;
  }
  .how-it-work-item::before {
    top: auto;
    bottom: 40px;
    right: 44%;
    transform: rotate(90deg);
  }
  .how-it-work-item::after {
    top: auto;
    bottom: -12px;
    right: 48%;
    margin-top: -22px;
    transform: rotate(90deg);
  }
}

@media (max-width: 991px) {
  .header .logo-emblem {
    width: 50px;
  }
  .faq-accordion .card-header h4 span {
    padding: 12px 45px 12px 8px;
  }
  .google-reviews-slider .owl-nav button.owl-next {
    right: -32px;
  }
  .google-reviews-slider .owl-nav button.owl-prev {
    left: -32px;
  }
}

/***********FOR ALL MOBILE***********/

@media (max-width: 767px) {
  .check-points li {
    font-size: 0.95rem;
    padding-left: 18px;
    margin-bottom: 6px;
  }
  .check-points li:after {
    top: 9px;
  }
  .tyre-type-item h3 {
    font-size: 1.5rem;
  }
  .main-menu {
    top: 50%;
  }
  .main-menu li a {
    font-size: 1.5rem;
  }
  .display-4 {
    font-size: 2rem;
  }
  .h1,
  h1 {
    font-size: 1.8rem;
  }
  .header {
    position: absolute;
    top: 10px;
  }
  .header.is-fixed .col-logo {
    display: none;
  }
  .header.is-fixed .col-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .header .logo-emblem {
    width: 40px;
  }
  .header.is-fixed .logo-emblem {
    width: 40px;
  }
  .google-review-logo {
    display: none !important;
  }
  .header .logo img {
    width: 158px;
  }
  
  
  .owl-slider .slide-item .content {
    width: 100%;
  }
  .google-reviews-slider .item .content {
    padding: 0 20px;
  }
  .google-reviews-slider .owl-nav button.owl-next {
    right: -10px;
  }
  .google-reviews-slider .owl-nav button.owl-prev {
    left: -10px;
  }
  .service-item img {
    height: 850px;
  }
  .how-we-outperform img {
    width: 80px;
  }
  .how-we-outperform .h4,
  .how-we-outperform h4 {
    font-size: 1.28rem;
  }
  .socials a i {
    width: 30px;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
  }
  .page-banner.half {
    height: 350px;
  }
  .team-item::after {
    width: 100%;
  }
  .team-item {
    padding: 10px;
  }
  .owl-slider .owl-nav {
    display: none;
  }
  .owl-slider .owl-nav button.owl-next {
    right: 0;
  }
  .owl-slider .owl-nav button.owl-prev {
    left: 0;
  }
}
