@charset "utf-8";
/* CSS Document */

/*********************************************
		base css
*********************************************/
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900');

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Open Sans', sans-serif;
}

a {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
}



h2 {
  font-size: 32px;
  color: #333;
  margin-bottom: 20px;
}

p {
  font-size: 15px;
  line-height: 24px;
  color: #333;
}





/*********************************************
		Topbar css
*********************************************/
.topbar-wrap {
  line-height: 14px;
  background-color: #cc4452;
}


.topbar-wrap .phone-number {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}

.header-top-info {
  padding: 5px;
}

.topbar-wrap .phone-number a {
  color: #fff;
}

.topbar-wrap .phone {
  display: inline-block;
  margin-right: 10px;
}

.topbar-wrap .phone i {
  padding-right: 10px;
  color: #fff;
}

.top-menu {
  text-align: right;
  margin-bottom: 0;
}

.top-menu li {
  display: inline-block;
  position: relative;
}

.top-menu li a {
  font-size: 15px;
  color: #fff;
  padding: 12px 20px;
  border-left: solid 1px rgba(255, 255, 255, .1);
  display: block;
  text-decoration: none;
}

.topbar-wrap .fa-sign-in {
  padding-right: 10px;
  font-size: 16px;
}

.top-menu li:last-child a {
  border-right: solid 1px rgba(255, 255, 255, .1);
}

.topbar-wrap .login-button {
  font-size: 16px;
}


/*********************************************
		Header start
*********************************************/
.header {
  background: #f7f7f7;
}

.logo {
  padding: 10px 0px 5px 0px;
}

.navbar-nav li {
  padding: 0 18px;
}

.navbar-nav li:last-child {
  padding-right: 0;
}

.navbar {
  float: right;
  margin-top: 7px;
}

@media only screen and (max-width: 767px) {
.header-booking-form-wrapper-n {
    width: 100%;
    margin-left: 0%;
}
  .navbar {
    margin-top: 0;
  }
}

.mr-auto,
.mx-auto {
  margin-right: inherit !important;
}

.navbar-brand {
  display: none;
}

.navbar-default .navbar-nav>li:last-child {
  float: right;
  padding: 0;
  margin-top: 0;
  margin-left: 16px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  color: #000;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #cc4452;
}

.header .col-md-9 {
  padding-left: 0;
}

.navbar-collapse {
  padding-right: 0;
}

.sticky-wrapper .custom-navbar {
  width: 100%;
  z-index: 10000;
  -webkit-box-shadow: 0 2px 4px rgba(3, 3, 3, .11);
  -moz-box-shadow: 0 2px 4px rgba(3, 3, 3, .11);
  box-shadow: 0 2px 4px rgba(3, 3, 3, .11);
}


/*********************************************
	 slider Start
*********************************************/
.slider-wrap {
  background: url(../images/banner.jpg) no-repeat top;
  background-size: cover;
  padding: 160px 0;
}

.head-lable {
  background-color: #484848b0;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .head-lable {
    background-color: #484848b0;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
  }
}
.sliderTxt h1 {
  font-size: 45px;
  color: #fff;
  font-weight: 600;
  padding: 0;
  margin: 0;
  text-align: center
}

.sliderTxt h1:before {
  display: none;
}

.sliderTxt p {
  font-size: 18px;
  text-align: center;
  line-height: 24px;
  margin: 0 auto;
  color: #fff;
  padding: 10px 0;
  font-weight: 400;
  max-width: 780px;
}

.form-wrap {
  width: 820px;
  margin: 0 auto;
  margin-top: 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: solid 12px rgba(255, 255, 255, .27);
}

.input-group .form-control {
  border: none;
  font-size: 14px;
  border-radius: 0px !important;
  height: 60px;
  position: relative;
  padding-left: 34px;
}

.input-group .dropdown {
  height: 60px;
  width: 100%;
  border: none;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
}

.input-btn {
  text-align: right;
}

.sbutn {
  background: #4361ff;
  border: none;
  cursor: pointer;
  padding: 18px 68px;
  text-transform: uppercase;
  font-size: 17px;
  color: #fff;
  border-radius: 0px 5px 5px 0;
  font-weight: bold;
}

.sbutn:hover {
  background: #333;
}

.slider-wrap .input-group {
  border-right: 1px solid #ccc;
  width: 100%;
}

.form-wrap .col-lg-3 {
  padding: 0;
}

.formWrp {
  padding: 60px 0;
}

.map-wrap iframe {
  margin-bottom: -5px;
}

.input_icon {
  position: absolute;
  top: 19px;
  color: #bbb;
  left: 12px;
  z-index: 99;
  font-size: 16px;
}

/*********************************************
	Slider Video wrap start
*********************************************/
.videoWrp {
  background: none;
  position: relative;
  padding: 0;
  height: 450px;
}

.hero-wrapper {
  height: 400px;
  min-width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
}

.video {
  position: relative;
}

.hero-wrapper:before {
  content: '';
  position: absolute;
  top: -60px;
  z-index: -1;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.5); */
}

.hero-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  top: 0;
  /* background-position: center center;
  background-size: cover; */

  background-position: center top;
  background-size: 100% auto;
}

@media only screen and (max-width: 767px) {
  .hero-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    top: 0;
    background-position: center center;
    background-size: cover;
  }
}

.hero-image #bgvid {
  display: block;
  min-height: 100%;
  min-width: 100%;
  max-width: inherit;
}

.videohover {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.videoWrp .sliderTxt {
  padding-top: 210px;
}

.video .sliderTxt,
.video .sliderTxt p,
.video .sliderTxt h1 {
  text-align: left;
}

.video .sliderTxt p {
  max-width: inherit;
  /* padding: 0; */
}

.video h3 {
  color: #fff;
}

.video .formwrap {
  max-width: 400px;
  background-color: #1c1c1c;
  width: 350px;
  border-radius: 10px;
  /* padding: 30px; */
  /* border: 1px solid #fff; */
  box-shadow: 0 12px 28px #64666b;
  position: absolute;
  bottom: -80px;
  right:
    0;
  z-index: 1000;
}

.videoFormWrp {
  position: relative;
}

.video .btn {
  width: 100%;
  background: #cc4452;
  color: #ffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  padding: 12px 0;
}

.video .form-control {
  border-radius: 0;
  border: none;
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  height: 44px;
}

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

.videoFormWrp h3 {
  text-align: center;
}




.searchbar {
  background: url(../images/search-bg.jpg) no-repeat;
  background-size: cover;
  padding: 50px 0;
}

.searchbar .sbutn {
  background: #333;
}

.searchbar .sbutn:hover {
  background: #ffed00;
  color: #333;
}






/*********************************************
	Custom slider options start
*********************************************/
.tp-banner-container {
  position: relative;
  z-index: 1;
  padding: 0;
  width: 100%;
}

.tp-banner {
  position: relative;
  width: 100%;
}

.tp-caption {
  line-height: normal !important
}

.tp-caption a {
  color: inherit !important;
}

.tp-bullets.simplebullets.round .bullet {
  border: 3px #fff solid;
  border-radius: 50%;
  background-image: none !important;
}

.tparrows {
  width: auto !important;
  height: auto !important;
  background-image: none !important;
}

.tp-arr-allwrapper {
  margin: 0 10px;
  width: 50px;
  height: 60px;
  background: rgba(255, 255, 255, 0.5);
}

.tp-arr-allwrapper:hover .tp-arr-iwrapper {
  color: #fff;
}

.tp-leftarrow .tp-arr-allwrapper {}

.tp-rightarrow .tp-arr-allwrapper {}

.tp-arr-iwrapper {
  color: #000;
  text-align: center;
  font-size: 30px;
  font-family: FontAwesome;
  line-height: 60px;
}

.tp-leftarrow .tp-arr-iwrapper {}

.tp-leftarrow .tp-arr-iwrapper:before {
  content: "\f104";
}

.tp-rightarrow .tp-arr-iwrapper:before {
  content: "\f105";
}

.tp-rightarrow .tp-arr-iwrapper {}

.slide-h1 {
  margin: 5px 0 !important;
  padding: 0 0 10px !important;
  padding-bottom: 5px !important;
  color: #444;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 57px;
}

.slide-h2 {
  margin: 5px 0 !important;
  padding: 0 0 10px !important;
  padding-bottom: 5px !important;
  color: #555;
  font-weight: bold;
  font-size: 55px;
  line-height: 100%;
}

.big-font {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 60px;
}

.large-desc {
  font-size: 16px;
}

.slide-h3 {
  color: #fff;
  font-size: 31px;
  line-height: 100%;
}

.slide-h3 span {
  text-transform: uppercase;
  font-weight: bold;
}

.slide-head {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 30px;
}

.slide-desc {
  font-size: 22px;
  line-height: 150%;
}

.main-title {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 70px;
}

.icon-cont {
  padding: 15px 40px;
  border-radius: 10px;
  text-align: center;
}

.icon-cont:after {
  position: absolute;
  bottom: -10px;
  left: 40%;
  z-index: 5;
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  content: "";
}

.icon-cont i {
  margin-bottom: 10px;
  color: #fff;
  font-size: 50px;
}

.icon-cont span {
  display: block;
  padding: 0 0 5px;
  color: #fff;
  text-align: center;
  font-size: 18px;
}

a.wit-btn {
  background: #fff;
  color: #333 !important;
  text-transform: uppercase;
}

.wit-line {
  width: 5%;
  height: 1px;
  background: #fff;
}

.vert-line {
  min-height: 270px;
  width: 1px;
  background: #fff;
}

.subTxt {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  color: #333;
}

.large-title {
  color: #222;
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase !important;
}

.large-light-title {
  color: #787878 !important;
  font-size: 70px;
  font-weight: lighter;
  text-transform: uppercase;
  letter-spacing: 2px
}

.large-text {
  font-size: 20px;
  color: #000;
  font-weight: lighter;
}

.larger-text {
  font-size: 24px;
  font-weight: lighter;
  text-transform: uppercase;
}

.witTxt {
  color: #fff !important;
}

.light-font {
  font-weight: lighter !important;
  font-size: 50px;
}

.black-bg {
  background: rgba(0, 0, 0, .63);
  color: #a8a8a8;
  text-transform: none;
}

.lft-list {
  padding: 10px;
  font-size: 18px;
  color: #fff;
}

.wit-border {
  border: 1px #fff solid;
  padding: 15px 60px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.rounded-bord {
  margin-right: 15px;
  border: 1px #fff solid;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 13px;
  border-radius: 50%;
}

#vertical-ticker {
  height: 120px;
  overflow: hidden;
}

#vertical-ticker li {
  padding: 15px 20px;
  display: block;
  text-align: center;
}

.to-bottom i.fa {
  font-size: 30px;
  border: 2px #a8a8a8 solid;
  padding: 20px 22px;
  border-radius: 50%;
  -webkit-animation: bounce 2s infinite linear;
  animation: bounce 2s infinite linear;
}

.slidertext1 {
  color: #fff;
  font-size: 36px;
  font-weight: normal;
  text-transform: none !important;
  text-align: left;
  z-index: 10000;
  text-shadow: 0 0 1px rgba(24, 24, 24, .75);
  font-family: 'Poppins', sans-serif;
  margin-left: 60px;
}

.slidertext2 {
  color: #fff;
  font-size: 72px !important;
  font-weight: 700;
  text-transform: uppercase !important;
  text-align: left;
  z-index: 10000;
  text-shadow: 0 0 1px rgba(24, 24, 24, .75);
  font-family: 'Poppins', sans-serif;
  margin-left: 60px;
}

.slidertext3 {
  color: #fff;
  font-size: 18px !important;
  font-weight: 600;
  text-transform: none !important;
  z-index: 10000;
  margin-left: 60px;
  text-align: center;
}

.slidertext3 span {
  display: block;
  font-size: 18px !important;
}

.slidertext4 a {
  color: #000 !important;
  font-size: 18px !important;
  font-weight: 700;
  padding: 16px 42px !important;
  border-radius: 36px;
  text-transform: uppercase !important;
  text-align: left;
  background: #fff;
  z-index: 10000;
}

.slidertext4 a:hover {
  background: #cc4452;
  color: #fff !important;
}

.tp-bannertimer {
  display: none;
}

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

  50% {
    transform: translateY(-30%);
  }

  100% {
    transform: translateY(0);
  }
}

/* Mozilla Firefox 15 below */
@-moz-keyframes bounce {
  0% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(-30%);
  }

  100% {
    transform: translateY(0);
  }
}

/* Opera 12.0 */
@-o-keyframes bounce {
  0% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(-30%);
  }

  100% {
    transform: translateY(0);
  }
}

/* W3, Opera 12+, Firefox 16+ */
@keyframes bounce {
  0% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(-30%);
  }

  100% {
    transform: translateY(0);
  }
}

/*********************************************
	Custom slider options end
*********************************************/



/*********************************************
	About-wrap start
*********************************************/
.get-bestoffer {
  padding: 60px 0 0 0;
}


.offer-icon {
  font-size: 18px;
  background: #cc4452;
  color: #fff;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
}

.feature-wrap .col-lg-4 {
  padding-left: 4px;
}

.tabs {
  background: #fff;
}

.offer-details h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
}

.carWrp {
  margin-top: 40px;
}

.get-bestoffer .offerTxt {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  padding: 0 120px;
}

.car_Wrp01 .row {
  display: block;
}

.car_Wrp01 .col-lg-4 {
  display: inline-block;
}

.feature-wrap {
  background: #f2f6f7;
  /* padding: 60px 0; */
}

.feature-wrap .short-description-1 {
  background: #fff none repeat scroll 0 0;
  padding: 30px 20px 15px;
  position: relative;
  overflow: hidden;
}

.feature-wrap h3 a {
  font-size: 20px;
  text-decoration: none;
  color: #000;
}

.feature-wrap .tabs .col-lg-3 {
  padding-right: 0;
}

.feature-wrap .tabs .col-lg-9 {
  padding-left: 0;
}

#tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

#tab-button li {
  border-bottom: 1px solid #fff;
}

#tab-button li a {
  display: block;
  /* padding: 18px 12px; */
  padding: 14.5px 10px;
  background: #eee;
  color: #000;
  font-size: 16px;
  text-decoration: none;
  border-left: 5px solid #32434d;
}

#tab-button li a span {
  /* font-weight: bold; */
}

.tabsInfo {
  padding: 20px 20px 20px 0;
}

#tab-button li a:hover,
#tab-button .is-active a {
  border-left: 5px solid #cc4452;
  border-bottom-color: transparent;
  color: #cc4452;
  background: #fff;
}

.bookNow {
  text-align: right;
}

.bookNow a {
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  background: #cc4452;
  color: #fff;
  padding: 12px 28px;
  font-weight: bold;
  display: inline-block;
}

.bookNow a:hover {
  background: #000;
}

.bookNow i {
  padding-right: 10px;
  font-size: 18px;
}

.tab-contents {
  border: 1px solid #ddd;
  border-left: none;
}

.tabsInfo h3 {
  color: #cc4452;
  font-size: 20px;
  font-weight: bold;
}

.tabsInfo h3 span {
  font-size: 18px;
  color: #333;
  font-weight: normal;
}

.carInfo li:first-child {
  border-top: 1px solid #dadada;
}

.carInfo li {
  font-size: 14px;
  color: #000;
  /* font-weight: bold; */
  position: relative;
  border-bottom: 1px solid #dadada;
  padding-top: 3px;
  padding-bottom: 5px;
}

.carInfo li span {
  position: absolute;
  top: 7px;
  right: 0;
  font-weight: normal;
}

.carInfo li:before {
  border-top: 1px solid #dadada;
}

.carInfo i {
  float: left;
  margin-right: 10px;
}

.tab-button-outer {
  display: none;
}

.tab-contents {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }

  .tab-select-outer {
    display: none;
  }

  .tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
  }
}






/**********************************************
			Video Css
**********************************************/
.video-wrap {
  background: url(../images/video-bg.jpg) no-repeat top;
  background-size: cover;
  padding: 70px 0;
}

.video-wrap p {
  font-size: 24px;
  color: #fff;
  line-height: 36px;
  text-align: center;
  padding: 0 100px;
}

.playbtn {
  text-align: center;
  margin-top: 80px;
  position: relative;
}

.playbtn:before {
  content: "";
  background: #fff;
  width: 600px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -300px;
}

.playbtn a {
  box-sizing: content-box;
  display: inline-block;
  width: 32px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  position: relative;
}

.playbtn a:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.playbtn a span {
  display: inline-block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fb5c22;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

.playbtn a:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }

}

/*********************************************
		Services start
*********************************************/
.service-wrap {
  padding: 60px 0;
  background: url(../images/service-bg.jpg) no-repeat;
  background-size: cover;
}

.service-wrap h3 {
  margin-top: 0;
  min-height: 52px;
}

.service-wrap h3 a {
  font-size: 22px;
  text-decoration: none;
  color: #000;
}

.service-wrap h3 a:hover {
  color: #fdc236;
}

.service-wrap h1 {
  margin-bottom: 30px;
  margin-top: 0;
}

.service-wrap h1:before {
  background: url(../images/underline.png) no-repeat;
}

.service-details {
  background: #fff;
  padding: 15px 15px 25px 15px;
}

.service-details h3 {
  margin-top: 10px;
}

.readmore a {
  position: relative;
  vertical-align: middle;
  z-index: 1000;
  background: #fdc236;
  color: #fff !important;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.07);
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 12px 30px;
  display: inline-block;
}

.readmore a:hover {
  color: #fff !important;
  background: #000;
}

.single-service {
  border: 1px solid #eee;
  padding: 25px;
  background: #fff;
  min-height: 244px;
}

.service-icon {
  font-size: 44px;
  background: #fff;
  border: 1px solid #eee;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  margin-top: -46px;
  float: left;
  margin-right: 15px;
}

.service-wrap p {
  margin-top: 8px;
}

.serviceList li {
  margin-top: 60px;
}

/*********************************************
		Porfolio wrap
*********************************************/
.porfolio-wrap {
  padding: 60px 0;
}

.porfolio-wrap h1 {
  margin-bottom: 30px;
  margin-top: 0;
}

.portfolio-service li {
  margin-top: 30px;
}

.project-image {
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-align: center;
}

.porfolio-wrap h3 a {
  text-decoration: none;
  color: #fff;
  font-size: 24px;
}

.portfolio-tags {
  color: #fff;
}

.project-image:before {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  right: 0;
  z-index: 3;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cc8809), to(transparent));
  background-image: -webkit-linear-gradient(transparent, #cc8809);
  background-image: -moz-linear-gradient(transparent, #cc8809), -moz-linear-gradient(transparent, #cc8809);
  background-image: -o-linear-gradient(transparent, #cc8809), -o-linear-gradient(transparent, #cc8809);
  background-image: linear-gradient(transparent, #cc8809), linear-gradient(transparent, #cc8809);
  -moz-background-size: 100%;
  background-size: 100%;
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.portfolio-service li:hover .builder {
  top: 62% !important;
}

.portfolio-overley {
  display: none;
}


.portfolio-overley {
  z-index: 1000;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}


.project-image:hover .portfolio-overley {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.porfolio-wrap .content {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -40px;
  width: 100%;
}

.porfolio-wrap .content h3 a {
  text-decoration: none;
  color: #fdc236;
}


/*---------------------------------------
   Counter section              
-----------------------------------------*/

#counter {
  text-align: center;
  background: url(../images/counter-bg.jpg) no-repeat top;
  background-size: cover;
  padding: 50px 0
}

.animatebg {
  background: #0562da;
  -webkit-animation: bannerbg 5s linear 2s infinite alternate;
  /* Safari 4.0 - 8.0 */
  animation: bannerbg 5s linear 2s infinite alternate;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes bannerbg {
  0% {
    background-color: #0562da;
  }

  25% {
    background-color: #fec107;
  }

  50% {
    background-color: #c90157;
  }

  75% {
    background-color: #e63d53;
  }

  100% {
    background-color: #e63d53;
  }
}

/* Standard syntax */
@keyframes bannerbg {
  0% {
    background-color: #0562da;
  }

  25% {
    background-color: #fec107;
  }

  50% {
    background-color: #c90157;
  }

  75% {
    background-color: #e63d53;
  }

  100% {
    background-color: #e63d53;
  }
}

#counter .counter-number {
  display: block;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
}

#counter span {
  color: #fff;
  font-weight: bold;
}

.counter-icon {
  font-size: 60px;
  margin-bottom: 15px;
  color: #fff;
}


/*********************************************
		Testimonials-wrap
*********************************************/
.testimonials-wrap {
  background: url(../images/testimonial-bg.jpg) no-repeat top;
  padding: 50px 0;
  background-size: cover;
  background-attachment: fixed;
}

.testimonials-wrap h1 {
  color: #fff;
}

.testimonials-wrap h1 span {
  color: #fff;
}

.testimonials-wrap h1:before {
  background: url(../images/underline-white.png) no-repeat;
}

.testimonials li {
  margin: 10px;
  margin-top: 20px;
}

.testi-info {
  background: rgba(65, 80, 165, 0.25);
  padding: 40px 30px 30px 50px;
  border: 1px solid #484848;
  position: relative;
}

.testi-info p {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  font-style: italic;
  color: #fff;
}

.testi-info p:before {
  content: "\f10d";
  font-family: 'FontAwesome';
  position: absolute;
  top: -5px;
  left: -29px;
  color: rgba(255, 255, 255, 0.32);
  font-size: 43px;
  font-style: normal;
}

.name {
  font-size: 18px;
  float: left;
  color: #fff;
  margin-top: 8px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
}

.name span {
  display: block;
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
}

.client-image img {
  border-radius: 100%;
  border: 2px solid #fff;
}

.client-image {
  float: left;
  margin-right: 15px;
}

.test .testi-info {
  background: #eee;
}

.test .client-image img {
  border: 2px solid #eee;
}

.test li {
  margin: 0;
  margin-top: 20px;
}

.testimonials-wrap .owl-dots,
.testimonials-wrap .owl-nav {
  display: none;
}


/*********************************************
		Our Team Wrap start
*********************************************/
.teamWrp {
  text-align: center;
}

.team_wrap {
  padding: 50px 0;
}

.team_wrap h1 {
  margin-bottom: 40px;
}

.team_wrap p {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 25px;
}

.team {
  display: inline-block;
  background-color: #fff;
  margin: 0px 0px 30px;
}

.team-info h5 {
  margin-bottom: 0;
}

.team-info {
  text-align: center;
  position: relative;
  padding: 16px 15px;
  background: #efefef;
}

.team-info h5>a {
  font-size: 16px;
  text-decoration: none;
  color: #000;
  display: block;
  margin: 0px 0px 5px;
  text-transform: uppercase;
}

.team-info span {
  font-size: 14px;
  color: #242424;
  display: block;
}

.team-info ul {
  border-top: 1px solid #cecece;
  padding: 8px 5px 5px 5px;
  background: #fdc236;
}

.team-info ul li {
  position: relative;
}

.team-info ul li a {
  color: #fff;
  font-size: 18px;
}

.team-info h5>a:hover {
  color: #222;
}

.team:hover .team-image img {
  transform: scale(1.2) rotate(-6deg);
  -webkit-transform: scale(1.2) rotate(-6deg);
  -moz-transform: scale(1.2) rotate(-6deg);
}

.team-image {
  position: relative;
  overflow: hidden;
}

.team .team-image img {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.expert-team {
  padding-top: 0;
}

.team-image ul {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  padding: 15px 0px;
  background: rgba(40, 66, 205, 0.82);
  transform: perspective(500px) rotateX(90deg);
  transition: all .5s;
  transform-origin: bottom;
  height: 100%;
  z-index: 1000;
}

.team-image ul li {
  display: inline-block;
  margin: 0px 2px;
  margin-top: 140px;
}

.team-image ul li a {
  background: #fafafa none repeat scroll 0 0;
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  color: #051429;
}

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

.team-image ul li a:hover {
  background: #222;
  color: #fff;
}

.team:hover .team-image ul {
  transform: perspective(500px) rotateX(0deg);
}

.team-image ul li:nth-child(1) a:hover {
  background: #3b5998 !important;
  color: #FFF;
}

.team-image ul li:nth-child(2) a:hover {
  background: #55acee !important;
  color: #FFF;
}

.team-image ul li:nth-child(3) a:hover {
  background: #007ab9 !important;
  color: #FFF;
}

.team-image ul li:nth-child(4) a:hover {
  background: #dc4e41 !important;
  color: #FFF;
}



.team .team-image:after {
  content: '';
  background: transparent;
  position: absolute;
  border: 1px solid #fff;
  /* z-index: -1; */
  display: block;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.team:hover .team-image:after {
  border: 1px solid #fff;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  background: transparent;
}

/*************************************************
		Blog css
*************************************************/
.blog-wrap {
  padding: 60px 0
}

.blog-meta ul {
  margin-bottom: 8px;
  list-style: none;
  overflow: hidden;
}

.blog-details {
  padding: 20px 30px;
  border: 1px solid #e8e8e8;
  min-height: 170px;
}

.blog-meta ul li {
  display: inline-block;
  padding-right: 6px;
  font-size: 14px;
  color: #000;
}

.blog-meta ul li a {
  text-decoration: none;
  color: #000;
}

.blog-meta ul li i {
  font-size: 16px;
  padding-right: 5px;
  color: #cc4452;
}

.blog-body h3 {
  line-height: 24px;
  margin-bottom: 12px;
}

.blog-body h3 a {
  text-decoration: none;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin: 0.72em 0 0.83em;
}

.blog-body h3 a:hover {
  color: #cc4452;
}

.blog-body p {
  color: #6a6a6a;
}

.blogImg:before,
.blogImg:after {
  bottom: 15px;
  content: "";
  left: 15px;
  position: absolute;
  right: 15px;
  top: 15px;
  -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
  z-index: 9;

}

.blogImg:before {
  border-bottom: 1px solid;
  border-top: 1px solid;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  border-color: #ffffff;
}

.blogImg {
  position: relative;
}

.blogWrp:hover .blogImg:before,
.blogWrp:hover .blogImg:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.blogWrp:hover {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
}

.blogImg:after {
  border-left: 1px solid;
  border-right: 1px solid;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  border-color: #ffffff;
  transform: scale(1, 0);
}

/*---------------------------------------
   Newsletter
-----------------------------------------*/
.newsletter {
  background: #cc4452;
  padding: 50px 0;
}

.newsletter h3 {
  margin: 0;
  font-size: 30px;
}

.newsletter h3,
.newsletter p {
  color: #fff;
  margin: 0;
}

.newsletter .input-group {
  max-width: 675px;
  margin: 0 auto;
}

.newsletter .input-group:before {
  content: '\f0e0';
  font-family: 'FontAwesome';
  position: absolute;
  left: 20px;
  top: 12px;
  color: #ccc;
  font-size: 24px;
  z-index: 100
}

.newsletter .form-control {
  height: auto;
  padding: 17px 15px 17px 60px;
  font-size: 16px;
  border-radius: 0;
}

.newsletter .btn {
  background: #1691ea;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 16px 30px 17px 30px;
  cursor: pointer;
  border: none;
  color: #fff;
  border-radius: 0;
}


/*=============================
  Contact CSS
===============================*/
.contact .contact-bottom {
  margin: 40px 0;
}

.contact .contact-info {
  text-align: left;
  position: relative;
  padding-left: 100px;
}

.contact .contact-info .icon {
  position: absolute;
  left: 0;
  top: 0;

}

.contact .contact-info .icon i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border: 1px solid #03369a;
  color: #03369a;
  font-size: 25px;
  border-radius: 100%;
  text-align: center;
}

.contact .contact-info h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 5px;
}

.contact .contact-info a {
  color: #777;
}

.contact .contact-info p {
  color: #777;
  font-size: 15px;
  margin: 0;
}

.contact .contact-map #map {
  height: 583px;
}

.contact .contact-head {
  overflow: hidden;
}

.contact .form-head .form-group:last-child {
  margin: 0;
}

.contact .form-head .form-group input {
  height: 50px;
  width: 100%;
  padding-left: 15px;
  box-shadow: none;
  text-shadow: none;
  border: none;
  border: 1px solid #676767;
  background: none;
  color: #666666;
  font-size: 15px;
}

.contact .form-head .form-group input:hover,
.contact .form-head .form-group textarea:hover {
  padding-left: 25px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.contact .form-head .form-group textarea {
  height: 192px;
  width: 100%;
  font-size: 15px;
  padding-left: 15px;
  padding-top: 18px;
  box-shadow: none;
  text-shadow: none;
  border: none;
  border: 1px solid #676767;
  color: #666666;
  background: none;
  resize: none;
}

.contact .form-head .form-group .button {
  margin-top: 20px;
}

.contact .form-head .form-group button {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact .form-head .form-group button:before {
  background: #252525;
}

.contact .container-fluid {
  padding: 0;
}

.contact .row {
  margin: 0;
}

.contact .form {
  padding: 60px;
  background: #3c3737;
}

.contact-head .row .col-lg-6 {
  padding: 0;
}

.contact .form-head .form-group button {
  color: #03369a;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact .button .btn {
  font-weight: bold;
  text-align: center;
  color: #03369a;
  display: inline-block;
  padding: 13px 32px;
  border-radius: 0px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 14px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  overflow: hidden;
  position: relative;
  background: #fff;
  border: none;
  box-shadow: none;
  -webkit-transition: all 0.4S ease;
  -moz-transition: all 0.4S ease;
  transition: all 0.4S ease;
}

.contact .button .btn:hover {
  background: #03369a;
  color: #fff;
}




/***********************************
	footer css
***********************************/
.footer-wrap {
  padding: 40px 0;
  background: #eee;
  text-align: center;
}

.copyright {
  color: #fff;
  margin-top: 10px;
  color: #1a1a1a;
  font-size: 14px;
}

.social-icons {
  list-style: none;
  margin-bottom: 0;
}

.social-icons li {
  display: inline-block;
  padding: 0 3px;
}

.social-icons li a {
  text-decoration: none;
  font-size: 16px;
  width: 30px;
  height: 30px;
  display: block;
  border: 1px solid#4267b2;
  text-align: center;
  line-height: 30px;
  color: #4267b2;
}

.social-icons li:nth-child(2) a {
  border: 1px solid#2caae0;
  color: #2caae0;
}

.social-icons li:nth-child(3) a {
  border: 1px solid#e04e42;
  color: #e04e42;
}

.social-icons li:nth-child(4) a {
  border: 1px solid#0173b1;
  color: #0173b1;
}

.social-icons li:nth-child(5) a {
  border: 1px solid#f63c27;
  color: #f63c27;
}

.social-icons li:nth-child(1) a:hover {
  background: #4267b2;
  color: #fff;
}

.social-icons li:nth-child(1) a:hover {
  background: #4267b2;
  color: #fff;
}

.social-icons li:nth-child(2) a:hover {
  background: #2caae0;
  color: #fff;
}

.social-icons li:nth-child(3) a:hover {
  background: #e04e42;
  color: #fff;
}

.social-icons li:nth-child(4) a:hover {
  background: #0173b1;
  color: #fff;
}

.social-icons li:nth-child(5) a:hover {
  background: #f63c27;
  color: #fff;
}

/***********************************
	page css
***********************************/
.scrollToTop {
  display: none;
}

.page-scroll {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.page-scroll a {
  font-size: 18px;
  color: #fff;
  background: #cc4452;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 39px;
  display: inline-block;
  border: 1px solid #fff;
}

/*****************************************
		media screen
*****************************************/

@media screen and (max-width: 1200px) {
  .navbar-default .navbar-nav>li>a {
    font-size: 14px;
  }

  .hoverForm {
    position: static;
    background: #7d7d7d;
  }

  .sliderForm {
    float: none;
    width: auto;
  }

  .formwrap {
    border: none;
    background: none;
  }

  .slideForm .formwrap {
    background: rgba(0, 0, 0, 0.51);
  }

  .header .col-md-3 {
    width: 20%;
  }

  .header .col-md-9 {
    width: 80%;
  }

  .navbar-default .navbar-nav>li {
    padding: 0px 6px;
  }

  .sticky {
    height: 81px;
  }

}


@media screen and (max-width: 990px) {
  .navbar-default .navbar-nav>li>a {
    padding: 18px 2px;
    font-size: 13px;
  }

  .header .col-sm-9 {
    padding-left: 0;
  }

  .quote-wrap h2 {
    text-align: center;
    margin-bottom: 20px;
  }

  .about-image {
    text-align: center;
    margin-top: 30px;
  }

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

  .team_wrap {
    text-align: center;
  }

  .social {
    margin-bottom: 20px;
  }

  .worker-image {
    text-align: center;
  }

  .contact-form .button {
    margin-bottom: 40px;
  }

  .slider-wrap .readmore {
    margin-bottom: 40px;
  }

  .quote-wrap .quote-btn a {
    display: inline-block;
    margin-top: 15px;
  }

  .about-wrap h1 {
    margin-top: 25px;
  }

  .banner-info {
    margin: 0 !important;
  }

  .videohover {
    top: 0;
  }

  .videoWrp {
    height: 400px;
  }

  .videoWrp .hero-wrapper {
    height: 400px;
  }

  .header .col-md-3 {
    width: 100%;
  }

  .header .col-md-9 {
    width: 100%;
  }

  .logo {
    text-align: center;
  }

  .navbar-default .navbar-nav>li {
    padding: 0px 7px;
  }

  .phone a {
    font-size: 22px;
  }

  .navbar-default .navbar-nav>li:last-child {
    margin-top: -13px;
  }

  .slider-wrap p {
    padding: 0;
  }

  .quote-wrap {
    text-align: center;
  }

  .quote-wrap h2:before {
    left: 50%;
    margin-left: -25px;
  }

  .quote-wrap h2 {
    margin-bottom: 42px;
  }

  .quote-wrap .quote-btn {
    margin-bottom: 10px;
  }

  .serviceList li {
    margin-top: 30px;
  }

  .sticky {
    height: auto;
  }

  .navbar-default .navbar-nav>li {
    margin-top: 0;
  }

  .form-wrap {
    width: 100%;
  }

  .form-wrap .input-group {
    margin-bottom: 10px;
  }

  .sbutn {
    border-radius: 0px 0px 0px 0px;
    width: 100%;
  }

  .form-wrap .input-group .form-control {
    border-radius: 0;
  }

  .top-menu,
  .topbar-wrap {
    text-align: center;
  }

  .top-menu {
    margin-top: 15px;
    border-top: 1px solid #3e55d2;
  }

  .navbar {
    float: none;
  }

  .navbar-brand {
    display: block;
  }

  .navbar {
    background: #eee;
    z-index: 10000;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 16px;
  }

  .navbar-expand-lg .navbar-nav .nav-link:hover {
    background: #cc4452;
    color: #fff;
  }

  .navbar-nav li {
    padding: 0;
  }

  .slider-wrap {
    padding: 100px 0 80px 0;
  }

  .offer-icon {
    margin-bottom: 10px;
  }

  .car_Wrp01 {
    text-align: right;
  }

  .offer-icon {
    display: inline-block;
  }

  .get-bestoffer .offerTxt {
    padding: 0;
  }

  .tab-contents {
    border: none;
  }

  .feature-wrap .tabs .col-lg-3 {
    padding-right: 15px;
  }

  .feature-wrap .tabs .col-lg-9 {
    padding-left: 15px;
  }

  .blogImg img {
    width: 100%;
  }

  .blog-details {
    min-height: inherit;
  }

  .blogWrp {
    margin: 15px 0;
  }

  .contact .contact-info {
    padding: 20px 0;
    text-align: center;
  }

  .contact .contact-info .icon {
    position: static;
    margin-bottom: 10px;
  }

  .videoWrp .sliderTxt {
    position: static;
  }

  .video .formwrap {
    position: static;
  }

  .video .formwrap {
    max-width: inherit;
  }

  .video .slider-wrap {
    padding: 0;
  }

  .hero-wrapper:before {
    top: 0;
  }

  .video .formwrap {
    width: 100%;
  }

  .videoWrp .sliderTxt {
    padding-top: 139px;
  }
}

@media screen and (max-width: 767px) {
  .top-text {
    text-align: center;
  }

  .topbar-links {
    text-align: center;
    margin-top: 5px;
  }

  .logo {
    text-align: center;
  }

  .portfolio-service {
    text-align: center;
  }

  .team_wrap {
    text-align: center;
  }

  .navigationwrape {
    float: none;
  }

  .navbar-default .navbar-nav>li>a {
    padding: 14px 16px;
  }

  .service-image {
    display: inline-block;
  }

  .about-service li {
    float: none;
    width: 100%;
  }

  .copyright {
    text-align: center;
  }

  .foot {
    text-align: center;
  }

  .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
  }

  .sliderTxt p {
    font-size: 18px;
    line-height: 20px;
  }

  .navbar-default {
    background: #f7f7f7;
    border: 1px solid #eee;
    border-top: none;
  }

  .icon-box {
    margin-top: 10px;
  }

  .slider-wrap h2 {
    font-size: 36px;
  }

  .slider-wrap p {
    font-size: 14px;
    line-height: 22px;
  }

  .slider-wrap .readmore a {
    font-size: 14px;
    padding: 12px 24px;
  }

  .staticSlide h2 {
    margin-top: 0;
  }

  .videoWrp {
    height: 345px;
  }

  .videoWrp .hero-wrapper {
    height: 345px;
  }

  .navbar-default .navbar-nav>li:last-child {
    float: left;
  }

  .navbar-collapse {
    overflow: hidden;
  }

  .navbar-collapse.in {
    overflow: hidden;
  }

  .navbar-default .navbar-nav>li>a {
    padding: 10px 16px;
  }

  .social-icons {
    text-align: center;
    margin-top: 15px;
  }

  .slider-wrap h2 span {
    font-size: 54px;
  }

  .navbar-default .navbar-nav>li>a:hover {
    background: #000;
    color: #fff;
  }

  .phone {
    margin-left: 15px;
  }

  .banner-info {
    padding: 40px 0;
  }

  .sticky {
    height: auto;
  }

  .videoWrp .sliderTxt {
    padding-top: 100px;
  }

  .slidertext2 {
    font-size: 42px !important;
  }

  .video .sliderTxt,
  .video .sliderTxt p,
  .video .sliderTxt h1 {
    text-align: center;
  }

  .video .sliderTxt h1 {
    font-size: 42px;
  }

  .slidertext3 {
    font-size: 13px !important;
  }

  .slidertext3 span {
    font-size: 13px !important;
  }

  .navbar-default .navbar-nav>li {
    margin-top: 0;
  }

  .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block !important;
  }

  .tab-select-outer select {
    display: none;
  }
}

@media screen and (max-width:600px) {
  .slidertext2 {
    font-size: 24px !important;
  }

  .slidertext3 {
    font-size: 10px !important;
  }

  .slidertext3 span {
    font-size: 10px !important;
  }

  .slidertext4 a {
    font-size: 10px !important;
  }
}


@media screen and (max-width: 480px) {
  .slider-wrap h2 span {
    font-size: 36px;
  }

  .portfolio-service {
    text-align: center;
  }

  .sliderTxt h1 {
    font-size: 24px;
  }

  .sliderTxt p {
    font-size: 14px;
  }

  .slider-wrap p {
    font-size: 12px;
    line-height: 18px;
  }

  .slider-wrap h2 {
    font-size: 24px;
  }

  .slidertext3 {
    font-size: 8px !important;
    margin-top: -15px;
  }

  .slidertext3 span {
    font-size: 8px !important;
  }

  .slidertext4 a {
    font-size: 8px !important;
  }

}

@media screen and (max-width: 424px) {
  .slider-wrap p {
    font-size: 14px;
    line-height: 14px;
    margin-top: 5px;
  }

  .slider-wrap h2 {
    font-size: 18px;
  }

}

.bg-black {
  background-color: #1c1c1c;
}

.footer-padding-top {
  padding-top: 60px;
}

.img-1 img {
  border-radius: 12px;
}

.default-padding-1 {
  padding-top: 100px;
  padding-bottom: 60px;
}

.default-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.first-sec-padding {
  padding-top: 60px;
  padding-bottom: 30px;
}

/*================================================
13 - SERVICE AREA CSS
==================================================*/

.service-area {
  background: #fbfbfd none repeat scroll 0 0;
}

.service-page-area {
  padding-bottom: 70px
}

.single-service {
  padding: 50px 30px;
  height: 310px;
  background: #fff none repeat scroll 0 0;
  border: 2px solid #fff;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  position: relative;
  box-shadow: 0px 3px 14px 0px rgba(0, 11, 40, 0.06);
  margin: 30px 5px 5px 5px;
}

.service-page-area .single-service {
  margin: 30px 0 0 0;
}

.service-number {
  font-size: 55px;
  position: absolute;
  top: 25px;
  right: 25px;
  width: 60px;
  height: 55px;
  font-weight: 500;
  line-height: 55px;
  color: rgba(35, 61, 92, 0.07);
  border-radius: 0 0 0 10px;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service-icon2 {
  width: 60px;
}

.service-text {
  margin-top: 25px;
}

.service-text h3 {
  font-size: 21px;
  color: #001238;
  letter-spacing: 1px;
  margin-bottom: 15px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: inline-block;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.service-text a {
  color: #001238
}

.service-text a:hover,
.service-text h3:hover {
  color: #cc4452
}

.service-slider2 .owl-dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: -40px
}

.service-slider2 .owl-dots .owl-dot {
  display: inline-block;
}

.service-slider2 .owl-dots .owl-dot span {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  background: #020202 none repeat scroll 0 0;
  border-radius: 0;
  display: block;
  height: 12px;
  margin: 5px 3px 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 7px;
}

.service-slider2 .owl-dots .owl-dot.active span,
.service-slider2 .owl-dots .owl-dot:hover span {
  background: #cc4452 none repeat scroll 0 0;
}

.owl-next,
.owl-prev {
  visibility: hidden;
}

.text-red {
  color: #cc4452;
}


/* Testimonial */
@media screen and (max-width: 991.98px) {
  .img-md-none {
    background-image: none !important;
  }
}

/* ----------------------------------------------------------------- */
.r-who-royal {
  background-color: #000;
  background-image: url("../images/who-bg.jpg");
  background-size: 50% 100%;
  background-position: right;
  background-repeat: no-repeat;
}

.r-who-royal .r-about-info-content,
.r-who-royal .r-who-royal {
  padding: 80px 0 80px;
}

.r-sec-head.r-sec-head-left {
  text-align: left;
}

@media (max-width: 1400px) {
  .r-sec-head {
    padding: 20px 0 20px;
  }
}

.r-sec-head {
  text-align: center;
  padding: 20px 0 20px;
  position: relative;
}

.r-who-royal .r-about-info-content .r-sec-head span,
.r-who-royal .r-who-royal .r-sec-head span {
  color: #fff;
}

.r-sec-head span {
  font-size: 14px;
  color: #333;
  letter-spacing: 3px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.r-who-royal .r-about-info-content .r-sec-head h2 {
  color: #cc4452;
}

.r-who-royal .r-about-info-content .r-sec-head h2,
.r-who-royal .r-who-royal .r-sec-head h2 {
  color: #cc4452;
}

@media (max-width: 1400px) {
  .r-sec-head h2 {
    font-size: 32px;
    padding-top: 10px;
  }
}

.r-sec-head h2 {
  font-size: 40px;
  color: #333;
  font-weight: 300;
  padding-top: 15px;
  position: relative;
  z-index: 1;
}

.r-who-royal .r-about-info-content ul,
.r-who-royal .r-who-royal ul {
  list-style: none;
  padding-bottom: 30px;
}

.r-who-royal .r-about-info-content ul li,
.r-who-royal .r-who-royal ul li {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 12px;
}

.pl-0 {
  padding-left: 0 !important;
}

@media (max-width: 1400px) {

  .r-who-royal .r-about-info-content .btn-primary,
  .r-who-royal .r-who-royal .btn-primary {
    font-size: 14px;
    padding: 12px 20px;
  }
}

.btn-primary {
  background: #cc4452;
}
.btn-primary:hover {
  background: #cc4452;
}

@media (max-width: 480px) {
  .r-sec-head span {
    font-size: 14px;
  }

  .r-sec-head h2 {
    font-size: 26px;
    padding-top: 5px;
    /* padding-left: 10px; */
    padding-right: 10px;
    line-height: 32px;
  }
}

@media (max-width: 991px) {

  .r-who-royal .r-about-info-content,
  .r-who-royal .r-who-royal {
    padding: 30px;
    background: rgba(0, 0, 0, 0.9);
  }
}

@media (max-width: 991px) {
  .r-who-royal {
    background-size: cover;
  }
}

/* Footer CSS */


.r-footer {
  padding: 135px 0 0;
  position: relative;
}

@media (max-width: 1400px) {
  .r-footer {
    padding: 50px 0 0;
  }
}

.r-footer .r-footer-block img {
  width: 100%;
  margin-bottom: 10px;
}

@media (max-width: 1400px) {
  .r-footer .r-footer-block img {
    margin-bottom: 10px;
  }
}

.r-footer .r-footer-block p {
  font-size: 13px;
  line-height: 20px;
  color: #ffff;
  line-height: 26px;
}

.r-footer .r-footer-block .r-newsletter {
  margin-top: 45px;
}

@media (max-width: 480px) {
  .r-footer-block {
    margin-bottom: 30px;
  }
}

@media (max-width: 1023px) {
  .r-footer-block {
    margin-bottom: 40px;
  }
}

.r-footer .r-footer-block .r-newsletter input {
  background: #f9f9f9;
  font-size: 15px;
  color: #999999;
  padding: 0 20px;
  line-height: 50px;
  border: none;
  float: left;
  width: 200px;
  height: 50px;
}

@media (max-width: 1400px) {
  .r-footer .r-footer-block .r-newsletter input {
    height: 45px;
    line-height: 45px;
  }
}

.r-footer .r-footer-block .r-newsletter button {
  background: #cc4452;
}

.r-footer .r-footer-block .r-newsletter button {
  float: left;
  background: #cc4452;
  height: 50px;
  border-radius: 0;
  color: #ffffff;
}

@media (max-width: 1400px) {
  .r-footer .r-footer-block .r-newsletter button {
    height: 45px;
  }
}

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
}

.r-footer .r-footer-block .r-newsletter::after {
  content: "";
  display: block;
  clear: both;
}

.r-footer .r-footer-block .r-footer-phone span {
  color: #cc4452;
}

.r-footer .r-footer-block .r-footer-phone span {
  color: #cc4452;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 15px;
  display: block;
}

@media (max-width: 1400px) {
  .r-footer .r-footer-block .r-footer-phone span {
    padding-bottom: 8px;
    font-size: 13px;
  }
}

.r-footer .r-footer-block .r-footer-phone h5 {
  font-size: 30px;
  color: #ffff;
  font-weight: 500;
  margin-bottom: 65px;
}

@media (max-width: 1400px) {
  .r-footer .r-footer-block .r-footer-phone h5 {
    font-size: 26px;
    margin-bottom: 50px;
  }
}

@media (max-width: 480px) {
  .r-footer .r-footer-block .r-footer-phone h5 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

.r-footer .r-footer-block .r-footer-nav h6 {
  font-size: 18px;
  color: #ffff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media (max-width: 1400px) {
  .r-footer .r-footer-block .r-footer-nav h6 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.r-footer .r-footer-block .r-footer-nav ul {
  padding: 0;
  margin: 0;
}

.r-footer .r-footer-block .r-footer-nav ul li {
  list-style: none;
  position: relative;
  padding-left: 18px;
  padding-bottom: 5px;
}

.r-footer .r-footer-block .r-footer-nav ul li::before {
  color: #cc4452;
}

.r-footer .r-footer-block .r-footer-nav ul li::before {
  content: "\f0da";
  font-family: 'FontAwesome';
  font-size: 16px;
  color: #cc4452;
  position: absolute;
  left: 0;
  top: 12px;
  line-height: 0px;
}


.r-footer .r-footer-block .r-footer-nav ul li a {
  color: #ffff;
  font-size: 15px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media (max-width: 1400px) {
  .r-footer .r-footer-block .r-footer-nav ul li a {
    font-size: 13px;
  }
}

.r-footer .r-footer-block .r-footer-nav ul li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}

.r-footer .r-footer-block .r-footer-map {
  margin-bottom: 70px;
}

@media (max-width: 1400px) {
  .r-footer .r-footer-block .r-footer-map {
    margin-bottom: 52px;
  }
}

.r-footer .r-footer-block .r-footer-map a {
  background: #cc4452;
}

.r-footer .r-footer-block .r-footer-map a {
  background: #cc4452;
  display: inline-block;
  padding: 20px 25px 20px 70px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

@media (max-width: 1400px) {
  .r-footer .r-footer-block .r-footer-map a {
    padding: 15px 25px 15px 65px;
  }
}

.r-footer .r-footer-block .r-footer-map a .icon {
  width: 40px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


.r-footer .r-footer-block img {
  width: 100%;
  margin-bottom: 15px;
}

@media (max-width: 1400px) {
  .r-footer .r-footer-block img {
    margin-bottom: 10px;
  }
}

.r-footer .r-footer-strip {
  padding: 40px 0;
  border-top: 1px solid #eeeeee;
  margin-top: 90px;
  color: #bababa;
  font-size: 15px;
}

@media (max-width: 1400px) {
  .r-footer .r-footer-strip {
    padding: 30px 0;
    font-size: 13px;
  }
}

.r-footer .r-footer-strip {
  padding: 40px 0;
  border-top: 1px solid #eeeeee;
  margin-top: 30px;
  color: #bababa;
  font-size: 15px;
}

@media (max-width: 1400px) {
  .r-footer .r-footer-strip {
    padding: 30px 0;
    font-size: 13px;
  }
}

.r-footer .r-footer-strip ul {
  padding: 0;
  margin: 0;
  text-align: right;
}

.r-footer .r-footer-strip ul li {
  list-style: none;
  display: inline-block;
}

.r-footer .r-footer-strip ul li a {
  color: #bababa;
  font-size: 15px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media (max-width: 1400px) {
  .r-footer .r-footer-strip ul li a {
    font-size: 13px;
  }
}

.r-footer .r-footer-strip ul li a i {
  margin: 2px;
}

.r-footer .r-footer-strip ul li span {
  margin-left: 2px;
}

.r-footer::after {
  content: "";
  width: 450px;
  height: 485px;
  background: url("../images/footer-car.png") no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: -1;
}

@media (max-width: 1400px) {
  .r-footer::after {
    width: 250px;
    height: 250px;
    bottom: 80px;
  }
}

.r-footer .r-footer-strip ul li+li {
  margin-left: 35px;
}

.r-footer .r-footer-strip ul li {
  list-style: none;
  display: inline-block;
}

@media (max-width: 480px) {
  .r-footer-block {
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .r-footer .r-footer-strip {
    padding: 15px 0;
  }
}

@media (max-width: 767px) {
  .r-footer .r-footer-strip {
    text-align: center;
  }
}

.color-red {
  color: #cc4452;
}
.bg-color-red {
  color: #cc4452;
}

.bg-primary {
  background-color: #cc4452 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.bg-black-dark {
  background-color: #000;

}

.color-red-footer {
  color: #cc4452;
}

.color-red-footer:hover {
  color: #ffff;
}

.fa-2x {
  font-size: 2em !important;
}

/* .pickup-icon {
  padding-right: 25px;
  background-image: url("../images/icons/maps-and-flags.png") no-repeat right;
  background-size: 20px;
} */

input.pickup-address {
  /* border-color: #28a745; */
  padding: 10px 25px;
  background-color: #f0f2f7;
  background-image: url('../images/icons/maps-and-flags-red.png');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: left center;
}

input.dropoff-address {
  /* border-color: #28a745; */
  padding: 10px 25px;
  background-color: #f0f2f7;
  background-image: url('../images/icons/maps-and-flags-red.png');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: left center;
}


select.journey-type {
  padding: 10px 25px;
  background-image: url('../images/icons/one-way-red.png');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: left center;
}

/* input.custom-input-date{
  padding: 10px;
  background-color: #f0f2f7;
} */
input.custom-input-date {
  padding: 10px 30px;
  background-color: #f0f2f7;
  background-image: url('../images/icons/calendar-red-2.png');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: left center;
}

select.time-hour1,
select.time-min1,
select.return-time-hour1,
select.return-time-min1,
select.ch-num-hours,
select.time-hour2,
select.time-min2 {
  padding: 10px 25px;
  background-image: url('../images/icons/clock-red.png');
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: left center;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #cc4452 !important;
  background: #f31111a8 !important;
  color: #ffffff !important;
}

@media only screen and (max-width: 992px) {
  .topbar-wrap {
    display: none;
  }

  .logo {
    display: none;
  }

  .mobile-logo {
    width: 220px;
  }

  .no-pd {
    padding: 0;
  }

  .feature-wrap {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .mobile-logo {
    width: 220px;
  }
}

@media only screen and (min-width: 768px) {
  #r-best-offer {
    display: none;
  }
}


/* mobile services */
.r-best-vehicles {
  background-color: #f2f6f7;
  padding: 0 0 130px;
}

.r-best-vehicles .r-best-vehicle-list-outer {
  margin-top: 40px;
}

.r-best-vehicles .r-best-vehicle-list .r-best-vehicle-single {
  background-color: #fff;
  margin-bottom: 30px;
}

.r-best-vehicles .r-best-vehicle-list .r-best-vehicle-single:hover {
  box-shadow: 0 0 40px #ccc;
  -webkit-box-shadow: 0 0 40px #ccc;
}

.r-best-vehicles .r-best-vehicle-list .r-best-vehicle-single .r-best-vehicle-content {
  padding: 25px 25px 0 25px;
}

.r-best-vehicles .r-best-vehicle-list .r-best-vehicle-single .r-best-vehicle-content .r-modal-name {
  font-size: 20px;
  color: #333333;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 15px;
}

.r-best-vehicles .r-best-vehicle-list .r-best-vehicle-single .r-best-vehicle-content .r-modal-name:hover {
  text-decoration: none;
  color: #cc4452;
}

.r-best-vehicles .r-best-vehicle-list .r-best-vehicle-single .r-best-vehicle-content .r-modal-name span {
  color: #cc4452;
  font-weight: 400;
}

.r-best-vehicles .r-best-vehicle-list .r-best-vehicle-single .r-best-vehicle-content .r-engine {
  float: right;
  font-size: 14px;
  color: #bbbbbb;
  margin-top: 10px;
}

.r-best-vehicles .r-best-vehicle-list .r-best-vehicle-single .r-best-vehicle-content .r-engine img {
  margin-right: 10px;
}

.r-best-vehicles .r-best-vehicle-list .r-best-vehicle-single .r-best-vehicle-content .r-average {
  background-color: #cc4452;
  padding: 7px 16px;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.r-best-vehicles .r-best-vehicle-list .r-best-vehicle-single .r-best-vehicle-content>ul {
  margin-bottom: 0;
  border-top: 1px solid #eeeeee;
  padding: 15px 25px;
  margin-top: 15px;
  margin-left: -25px;
  margin-right: -25px;
}

.r-best-vehicles .r-best-vehicle-list .r-best-vehicle-single .r-best-vehicle-content>ul li {
  float: left;
  list-style: none;
  margin-right: 12px;
}

.r-best-vehicles .r-best-vehicle-list .r-best-vehicle-single .r-best-vehicle-content>ul li i {
  font-size: 13px;
  color: #aaaaaa;
  display: inline-block;
  margin-right: 5px;
}

.r-best-vehicles .r-best-vehicle-list .r-best-vehicle-single .r-best-vehicle-content>ul li span {
  font-size: 12px;
  color: #aaaaaa;
}

.r-best-vehicles .r-best-vehicle-list .r-best-vehicle-single .r-best-vehicle-content>ul li:last-child {
  margin-right: 0;
}

.r-best-vehicles .r-best-vehicle-types {
  list-style: none;
}

.r-best-vehicles .r-best-leftbar .r-best-vehicle-types {
  max-width: 250px;
  background-color: #cc4452;
}

.r-best-vehicles .r-best-leftbar .r-best-vehicle-types li {
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.r-best-vehicles .r-best-leftbar .r-best-vehicle-types li span {
  position: relative;
  display: block;
  margin: 0 20px;
  cursor: pointer;
  padding: 20px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #cc4452;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.r-best-vehicles .r-best-leftbar .r-best-vehicle-types li span::before {
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 0;
  width: 0;
  background-color: #cc4452;
  position: relative;
  top: 5px;
}

.r-best-vehicles .r-best-leftbar .r-best-vehicle-types li::after {
  position: absolute;
  opacity: 0;
  right: -10px;
  top: 0;
  height: 100%;
  width: 10px;
  content: '';
  background-color: #cc4452;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.r-best-vehicles .r-best-leftbar .r-best-vehicle-types li.r-best-vehicle-acitve {
  background-color: #fff;
}

.r-best-vehicles .r-best-leftbar .r-best-vehicle-types li.r-best-vehicle-acitve::after {
  opacity: 1;
}

.r-best-vehicles .r-best-leftbar .r-best-vehicle-types li.r-best-vehicle-acitve span {
  background-color: #fff;
  color: #333;
  border: none;
}

.r-best-vehicles .r-best-leftbar .r-best-vehicle-types li.r-best-vehicle-acitve span::before {
  margin-right: 15px;
  width: 3px;
}

.r-best-vehicles .r-best-leftbar .r-best-vehicle-types li:hover {
  background-color: #fff;
}

.r-best-vehicles .r-best-leftbar .r-best-vehicle-types li:hover span {
  color: #333;
  border-color: #fff;
}

.r-best-vehicles-trans {
  background: none;
}

.r-best-vehicles-trans .r-best-offer-list .r-best-offer-single {
  background-color: #fafafa;
}

.r-best-vehicles-trans .r-best-offer-list .r-best-offer-single .r-best-offer-content {
  background-color: #fafafa;
}

.r-transition-fast,
.r-best-vehicles .r-best-vehicle-list .r-best-vehicle-single:hover,
.r-best-offer-list .r-best-offer-single .r-offer-img .r-offer-img-over,
.r-best-offer-list .r-best-offer-single .r-offer-rewst-this,
.iw-content .r-best-offer-single .r-offer-img .r-offer-img-over,
.iw-content .r-best-offer-single .r-offer-rewst-this {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.r-get-in-touch .r-get-form .clearfix .form-group,
.r-get-in-touch .r-get-form .r-header .r-header-strip .r-nav-section nav .form-group,
.r-header .r-header-strip .r-nav-section .r-get-in-touch .r-get-form nav .form-group,
.r-get-in-touch .r-get-form .r-slider-item .r-slider-top-content ul .form-group,
.r-slider-item .r-slider-top-content .r-get-in-touch .r-get-form ul .form-group,
.r-get-in-touch .r-get-form .r-newsletter-suscribe form .form-group,
.r-newsletter-suscribe .r-get-in-touch .r-get-form form .form-group,
.r-get-in-touch .r-get-form .r-new-member .r-discounted-car .r-discount-single ul.r-car-point .form-group,
.r-new-member .r-discounted-car .r-discount-single .r-get-in-touch .r-get-form ul.r-car-point .form-group,
.r-get-in-touch .r-get-form .r-best-vehicles .r-best-vehicle-list .r-best-vehicle-single .r-best-vehicle-content>ul .form-group,
.r-best-vehicles .r-best-vehicle-list .r-best-vehicle-single .r-get-in-touch .r-get-form .r-best-vehicle-content>ul .form-group,
.r-get-in-touch .r-get-form .r-best-offer-list .r-best-offer-single ul .form-group,
.r-best-offer-list .r-best-offer-single .r-get-in-touch .r-get-form ul .form-group,
.r-get-in-touch .r-get-form .r-car-tabs .r-car-info-content ul .form-group,
.r-car-tabs .r-car-info-content .r-get-in-touch .r-get-form ul .form-group,
.r-get-in-touch .r-get-form .iw-content .r-best-offer-single ul .form-group,
.iw-content .r-best-offer-single .r-get-in-touch .r-get-form ul .form-group {
  max-width: 49%;
  width: 100%;
  float: left;
}

.r-get-in-touch .r-get-form .clearfix .form-group:last-child,
.r-get-in-touch .r-get-form .r-header .r-header-strip .r-nav-section nav .form-group:last-child,
.r-header .r-header-strip .r-nav-section .r-get-in-touch .r-get-form nav .form-group:last-child,
.r-get-in-touch .r-get-form .r-slider-item .r-slider-top-content ul .form-group:last-child,
.r-slider-item .r-slider-top-content .r-get-in-touch .r-get-form ul .form-group:last-child,
.r-get-in-touch .r-get-form .r-newsletter-suscribe form .form-group:last-child,
.r-newsletter-suscribe .r-get-in-touch .r-get-form form .form-group:last-child,
.r-get-in-touch .r-get-form .r-new-member .r-discounted-car .r-discount-single ul.r-car-point .form-group:last-child,
.r-new-member .r-discounted-car .r-discount-single .r-get-in-touch .r-get-form ul.r-car-point .form-group:last-child,
.r-get-in-touch .r-get-form .r-best-vehicles .r-best-vehicle-list .r-best-vehicle-single .r-best-vehicle-content>ul .form-group:last-child,
.r-best-vehicles .r-best-vehicle-list .r-best-vehicle-single .r-get-in-touch .r-get-form .r-best-vehicle-content>ul .form-group:last-child,
.r-get-in-touch .r-get-form .r-best-offer-list .r-best-offer-single ul .form-group:last-child,
.r-best-offer-list .r-best-offer-single .r-get-in-touch .r-get-form ul .form-group:last-child,
.r-get-in-touch .r-get-form .r-car-tabs .r-car-info-content ul .form-group:last-child,
.r-car-tabs .r-car-info-content .r-get-in-touch .r-get-form ul .form-group:last-child,
.r-get-in-touch .r-get-form .iw-content .r-best-offer-single ul .form-group:last-child,
.iw-content .r-best-offer-single .r-get-in-touch .r-get-form ul .form-group:last-child {
  float: right;
}

.r-get-in-touch .r-get-form .form-group {
  margin-bottom: 0;
}

.r-get-in-touch .r-get-form .form-group input {
  float: left;
  color: #fff;
  width: 100%;
  font-family: "Poppins", sans-serif;
  line-height: 60px;
  padding: 0 25px;
  background: rgba(51, 51, 51, 0.9);
  border: none;
  margin-bottom: 10px;
}

.r-get-in-touch .r-get-form .form-group input:focus {
  border: none;
  outline: none;
}

.r-get-in-touch .r-get-form .form-group textarea {
  float: left;
  color: #fff;
  width: 100%;
  font-family: "Poppins", sans-serif;
  line-height: 20px;
  padding: 15px 25px;
  background: rgba(51, 51, 51, 0.9);
  border: none;
  margin-bottom: 10px;
  min-height: 170px;
}

.r-get-in-touch .r-get-form .form-group textarea:focus {
  border: none;
  outline: none;
}

.r-get-in-touch .r-get-form .text-center {
  margin: auto;
  max-width: 360px;
  padding-top: 40px;
  clear: both;
  width: 100%;
}

.r-get-in-touch .r-get-form .text-center button {
  width: 100%;
  cursor: pointer;
  line-height: 60px;
  font-size: 14px;
  font-weight: 700;
  padding: 0;
  background: #cc4452;
  border-radius: 0;
  color: #fff;
}

.btn-full,
.r-best-offer-list .r-best-offer-single .r-offer-rewst-this,
.iw-content .r-best-offer-single .r-offer-rewst-this {
  width: 100%;
  max-width: 360px;
  cursor: pointer;
  line-height: 60px;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  background: #cc4452;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
}

.btn-full:hover,
.r-best-offer-list .r-best-offer-single .r-offer-rewst-this:hover,
.iw-content .r-best-offer-single .r-offer-rewst-this:hover {
  background-color: #333;
  color: #fff;
}

.btn-full,
.r-best-offer-list .r-best-offer-single .r-offer-rewst-this,
.iw-content .r-best-offer-single .r-offer-rewst-this,
.r-best-offer-list .r-best-offer-single .r-offer-rewst-this {
  font-size: 14px;
  line-height: 50px;
}

@media (max-width: 767px) {
  .r-best-offer-list .r-best-offer-single .r-offer-rewst-this {
    max-width: 100%;
  }
}

.r-best-vehicles-trans .r-best-offer-list .r-best-offer-single {
  background-color: #fafafa;
}

.r-best-vehicles-trans .r-best-offer-list .r-best-offer-single .r-best-offer-content {
  background-color: #fafafa;
}

.r-best-offer-list .r-best-offer-single {
  background-color: #fff;
  text-align: center;
  position: relative;
  margin-bottom: 62px;
}

.r-best-offer-list .r-best-offer-single .r-offer-img {
  padding-top: 30px;
  position: relative;
}

.r-best-offer-list .r-best-offer-single .r-offer-img .r-offer-img-over {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  opacity: 0;
}

.r-best-offer-list .r-best-offer-single .r-offer-img .r-offer-img-over i {
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 35px;
  height: 35px;
  background-color: #cc4452;
  border-radius: 50%;
  color: #fff;
  line-height: 35px;
  font-size: 18px;
}

.r-best-offer-list .r-best-offer-single .r-offer-img .r-offer-img-over i:hover {
  background-color: #333;
}

.r-best-offer-list .r-best-offer-single .r-best-offer-content {
  text-align: center;
  padding-bottom: 25px;
  position: relative;
  z-index: 999;
  background: #fff;
}

.r-best-offer-list .r-best-offer-single .r-best-offer-content>a {
  font-size: 28px;
  color: #cc4452;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 0;
}

.r-best-offer-list .r-best-offer-single .r-best-offer-content>a:hover {
  text-decoration: none;
  color: #cc4452;
}

.r-best-offer-list .r-best-offer-single .r-best-offer-content>a:hover b {
  color: #cc4452;
}

.r-best-offer-list .r-best-offer-single .r-best-offer-content>a b {
  color: #333;
  font-weight: 700;
}

.r-best-offer-list .r-best-offer-single .r-best-offer-content>p {
  margin-bottom: 30px;
}

.r-best-offer-list .r-best-offer-single ul {
  padding-left: 0;
  list-style: none;
  text-align: left;
}

.r-best-offer-list .r-best-offer-single ul li {
  display: inline-block;
  color: #333;
  background-color: #f4f4f4;
  padding: 2px 12px;
}

.r-best-offer-list .r-best-offer-single ul li:hover {
  background-color: #cc4452;
  color: #fff;
}

.r-best-offer-list .r-best-offer-single ul li i {
  font-size: 12px;
  display: inline-block;
  margin-right: 5px;
}

.r-best-offer-list .r-best-offer-single ul li span {
  font-size: 11px;
}

.r-best-offer-list .r-best-offer-single .r-offer-rewst-this {
  top: calc(100% - 70px);
  left: 0;
  position: absolute;
}

.r-best-offer-list .r-best-offer-single:hover .r-offer-rewst-this {
  top: 100%;
}

.r-best-offer-list .r-best-offer-single:hover .r-offer-img .r-offer-img-over {
  opacity: 1;
}

@media (max-width: 1400px) {
  .r-best-vehicles {
    padding-bottom: 80px;
  }

  .r-best-offer-list .r-best-offer-single .r-best-offer-content>a {
    font-size: 24px;
  }

  .r-best-offer-list .r-best-offer-single .r-best-offer-content>p {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .r-best-vehicles .r-best-vehicle-list .r-best-vehicle-single .r-best-vehicle-content .r-modal-name {
    font-size: 18px;
  }

  .r-best-vehicles .r-best-vehicle-list .r-best-vehicle-single .r-best-vehicle-content .r-average {
    font-size: 14px;
  }

  .r-best-vehicles .r-best-vehicle-list .r-best-vehicle-single .r-best-vehicle-content>ul {
    padding: 10px 25px;
  }

  .r-best-vehicles .r-best-leftbar .r-best-vehicle-types li span {
    padding: 8px 0px;
    font-size: 13px;
  }

  .r-best-vehicles .r-best-leftbar .r-best-vehicle-types li::after {
    width: 5px;
    right: -5px;
  }

  .r-best-vehicles {
    padding: 0 0 80px;
  }
}

@media (max-width: 1200px) {
  .r-best-offer-list .r-best-offer-single ul li {
    margin-bottom: 5px;
  }

  .r-best-vehicles {
    padding: 0 0 30px;
  }

  .r-best-vehicles .r-best-vehicle-list .r-best-vehicle-single .r-best-vehicle-content .r-engine {
    float: none;
    display: block;
  }
}

@media (max-width: 767px) {
  .r-best-offer-list .r-best-offer-single .r-offer-rewst-this {
    top: 100%;
  }

  .r-best-vehicles .r-best-vehicle-list-outer {
    margin-top: 10px;
  }

  .r-best-vehicles .r-best-vehicle-list .r-best-vehicle-single .r-best-vehicle-content .r-engine {
    float: right;
    display: inline-block;
  }
}

.r-car-showcase-wrapper .r-best-offer-list .r-best-offer-single ul li {
  background-color: #fff;
}

.r-car-tabs .btn-full,
.r-car-tabs .r-best-offer-list .r-best-offer-single .r-offer-rewst-this,
.r-best-offer-list .r-best-offer-single .r-car-tabs .r-offer-rewst-this,
.r-car-tabs .iw-content .r-best-offer-single .r-offer-rewst-this,
.iw-content .r-best-offer-single .r-car-tabs .r-offer-rewst-this {
  max-width: 100%;
}

.r-similar-product {
  padding-top: 80px;
  margin-top: 100px;
  border-top: 2px solid #e7e7e7;
}

.r-similar-product .heading {
  font-size: 28px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 50px;
}

.r-best-offer-list .r-best-offer-single .r-best-offer-content {
  background: #fff;
  padding-top: 10px;
}

.r-best-offer-list .r-best-offer-single .r-offer-img {
  background: #fff;
}

.r-best-offer-list .r-best-offer-single .r-offer-rewst-this {
  max-width: 100%;
}

.r-best-offer-list .r-best-offer-single ul li {
  background: #fff;
}

.r-best-offer-list .owl-dots {
  text-align: center;
}

.r-best-offer-list .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  background: #eeeeee;
  display: inline-block;
  border-radius: 50%;
}

.r-best-offer-list .owl-dots .owl-dot.active {
  background: #cccccc;
}

.r-best-offer-list .owl-dots .owl-dot+.owl-dot {
  margin-left: 15px;
}


/* -------------------------------------------- */
.m-vehicle-top-label {
  width: 100%;
  max-width: 360px;
  cursor: pointer;
  line-height: 60px;
  font-size: 13px;
  font-weight: 600;
  padding: 0;
  background: #cc4452;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.m-vehicle-price-label {
  font-size: 24px;
}

/* ------------------------breadcromb-area------------------------- */
.gauto-breadcromb-area {
  background: url('../images/mercedes-amg-e-53.jpg') no-repeat fixed 0 0/cover;
  position: relative;
  z-index: 1;
}
.section_70 {
  padding: 60px 0;
}
.breadcromb-box {
  text-align: center;
}
.breadcromb-box p {
  font-size: 40px;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 15px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.breadcromb-box li {
  display: inline-block;
  margin: 0 2px;
  color: #fff !important;
  font-size: 16px;
}
.breadcromb-box li i {
  color: #cc4452;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-home:before {
  content: "\f015";
}
.gauto-breadcromb-area:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.72) none repeat scroll 0 0;
  z-index: -1;
}

.about-page-left span {
  font-size: 20px;
  color: #cc4452;
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
  text-transform: capitalize;
  font-family: "Rubik", sans-serif;
}
.about-page-left h1 {
  font-size: 36px;
  color: #001238;
  letter-spacing: 1px;
  margin-bottom: 15px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: inline-block;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 45px;
}
.about-page-call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-call-icon {
  font-size: 50px;
  margin-right: 30px;
  color: #cc4452;
}
.call-info p {
  text-transform: capitalize;
  color: #cc4452;
  font-size: 17px;
  margin-bottom: 5px;
}
.call-info h4 {
  color: #001238;
  font-size: 18px;
  /* letter-spacing: 2px; */
}

.about-page-left span {
  font-size: 20px;
  color: #cc4452;
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
  text-transform: capitalize;
  font-family: "Rubik", sans-serif;
}
.call-info h4 a {
  color: #001238;
}

.about-car-section-padding {
  padding-top: 0px;
  padding-bottom: 60px;
}

.gauto-promo-area {
  position: relative;
  background: url('../images/promo_bg.jpg') no-repeat fixed 0 0/cover;
  /* background-color: #000; */
  z-index: 1;
}
.promo-box-left {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 30px;
}
.promo-box-left:before {
  position: absolute;
  background: #fff none repeat scroll 0 0;
  content: "";
  top: 0;
  right: 43%;
  width: 70px;
  height: 100%;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
  z-index: -1;
}
.promo-box-left:after {
  position: absolute;
  background: #cc4452 none repeat scroll 0 0;
  content: "";
  top: 0;
  right: 55%;
  width: 2030px;
  height: 100%;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
  z-index: -1;
}
.promo-box-right {
  padding: 72px 0;
}
.promo-box-right h3 {
  font-size: 34px;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 15px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: inline-block;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 50px;
}
.gauto-btn, button.gauto-theme-btn {
  color: #ffff;
  background: #cc4452;
  border-width: 2px;
  border-style: solid;
  border-color: #cc4452;
  position: relative;
  margin: 1em;
  display: inline-block;
  padding: 8px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.gauto-btn:hover, button.gauto-theme-btn:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
  text-decoration: none;
}
@media (max-width: 767px){
.promo-box-left {
    display: none;
}
.promo-box-right {
  text-align: center;
}
.promo-box-right h3 {
  font-size: 28px;
  line-height: 40px;
}
.promo-box-right a.gauto-btn {
  margin-bottom: 0;
}
}

.main-cars-list .car-box {
  box-shadow: 0 0 30px rgb(0 0 0 / 10%);
  margin-bottom: 30px;
}

.car-box {
  margin-top: 10px;
  position: relative;
  text-align: center;
  background: #ffff;
  border-radius: 20px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
}

/* .car-box:hover {
  background-color: #f31111a8;
  color: #fff;
} */

.fadeup-animation {
  -webkit-animation-name: fadeup-animation;
  animation-name: fadeup-animation;
}

.h3-title {
  font-size: 20px;
  color: #000;
  font-weight: bold;
}

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

.h4-title span {
  font-size: 25px;
  color: #e64853;
}

.car-specification {
  margin: 10px 25px;
  padding-bottom: 10px;
  text-align: justify;
}

.carInfo2 li {
  font-size: 13px;
  color: #000;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
}

.car-hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid rgba(222, 51, 51, 0.685);
  width: 180px;
  margin: auto;
}

/*================================================
33 - CONTACT PAGE CSS
==================================================*/

.contact-left h3,
.contact-right h3 {
	font-size: 24px;
	color: #001238;
	letter-spacing: 1px;
	margin-bottom: 15px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: inline-block;
	text-transform: capitalize;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}

.contact-left form input {
	width: 100%;
	border: 2px solid #f0f0ff;
	padding: 5px 10px;
	height: 45px;
	color: #111;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	margin: 10px 15px 10px 0px;
}

.contact-left form textarea {
	border: 2px solid #f0f0ff;
	padding: 5px 10px;
	margin: 10px 0;
	color: #111;
	width: 100%;
	height: 135px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.contact-left form input:focus,
.contact-left form textarea:focus {
	border: 2px solid #cc4452 !important;
}

.single-contact-field button.gauto-theme-btn {
	width: auto;
	display: inline-block;
	margin-top: 20px
}

.contact-details p i {
	color: #cc4452;
	margin-right: 5px;
}

.single-contact-btn {
	display: inline-block;
	margin-right: 10px;
	margin-top: 25px;
}

.single-contact-btn h4,
.social-links-contact h4 {
	font-size: 16px;
	color: #001238;
	letter-spacing: 1px;
	margin-bottom: 15px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: block;
	text-transform: capitalize;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}

.single-contact-btn a {
	display: inline-block;
	padding: 10px 16px;
	text-transform: lowercase;
	letter-spacing: 1px;
	color: #fff;
	font-weight: 500;
	background: #cc4452 none repeat scroll 0 0;
	border-radius: 4px;
}

.single-contact-btn a:hover {
	background: #000 none repeat scroll 0 0
}

.social-links-contact {
	margin-top: 30px;
}

.social-links-contact ul li {
	display: inline-block;
	margin: 0 2px;
}

.social-links-contact ul li a {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #333;
	border-radius: 5px;
	border: 1px solid #ddd;
}

.social-links-contact ul li a:hover {
	background: #cc4452 none repeat scroll 0 0;
	color: #fff;
	border: 1px solid #cc4452;
}



/*================================================
19 - BLOG AREA CSS
==================================================*/

.single-blog {
	border: 3px solid #f0f0ff;
	margin-top: 30px
}

.blog-text {
	padding: 15px 20px;
}

.blog-text h3 {
	font-size: 18px;
	color: #001238;
	letter-spacing: 1px;
	margin-bottom: 15px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: inline-block;
	text-transform: capitalize;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}

.blog-text h3 a {
	color: #001238;
}

.blog-text h3 a:hover {
	color: #cc4452
}

.blog-meta-home {
	padding-top: 15px;
	border-top: 3px solid #f0f0ff;
}

.blog-image img {
	width: 100%
}

.blog-meta-home {
	padding-top: 15px;
	border-top: 3px solid #f0f0ff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.blog-meta-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.blog-meta-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}

.blog-meta-right p {
	margin-left: 15px;
}

.blog-meta-right p i {
	margin-right: 5px;
	color: #cc4452
}

.gauto-blog-page-area {
	padding-top: 40px
}

.blog-page-left .blog-text h3 {
	font-size: 24px
}

.blog-text ul {
	margin-bottom: 20px;
}

.blog-text ul li {
	display: inline-block;
	margin-right: 10px;
}

.blog-text ul li i {
	margin-right: 5px;
	color: #cc4452;
}

.blog-text ul li a {
	color: #111;
}

.blog-text a.gauto-btn {
	color: #cc4452
}

.blog-text a.gauto-btn:hover {
	color: #fff;
}

.blog-text a.gauto-btn {
	color: #ffff;
	margin: 20px 0 0 0;
}

.blog-page-right .sidebar-widget {
	margin-top: 30px;
	margin-bottom: 0
}

.blog-page-right .recent-text h4 {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 1px;
}

/*================================================
22 - SERVICE DETAILS CSS
==================================================*/

.sidebar-widget {
	margin-bottom: 30px
}

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

.service-menu {
	padding: 15px;
	background: #f4f4f5 none repeat scroll 0 0;
}

.service-menu li {
	margin-bottom: 5px;
}

.service-menu li:last-child {
	margin-bottom: 0
}

.service-menu li a {
	display: block;
	padding: 10px 20px;
	background: #fff none repeat scroll 0 0;
	color: #001238;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 600;
}

.service-menu li a span {
	margin-left: 5px
}

.service-menu li.active a,
.service-menu li a:hover {
  color: #f9f9f9;
  background: #cc4452;
	padding-left: 25px
}

.brochures {
	text-align: center;
	background: #020202 none repeat scroll 0 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	margin: 25px auto 0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.brochures:after {
	position: absolute;
	content: "";
	width: 62%;
	height: 100%;
	background: #cc4452 none repeat scroll 0 0;
	right: -36px;
	z-index: -1;
	-webkit-transform: skewX(40deg);
	transform: skewX(40deg);
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.brochures a {
	display: inline-block;
	text-transform: uppercase;
	padding: 15px;
	font-weight: 500;
	color: #fff;
	font-size: 14px;
	width: 47%;
}

.brochures a i {
	margin-right: 5px
}

.brochures:hover {
	background: #cc4452 none repeat scroll 0 0;
}

.brochures:hover:after {
	background: #020202 none repeat scroll 0 0;
}

.service-page-banner {
	background: url('../images/service-side-img-02.png') no-repeat scroll 0 0/cover;
	padding: 30px;
	text-align: center;
	color: #fff;
}

.service-page-banner>h3 {
	font-size: 28px !important;
	color: #fff !important;
	letter-spacing: 1px !important;
	margin-bottom: 15px !important;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: inline-block;
	text-transform: capitalize;
	font-family: "Poppins", sans-serif !important;
	font-weight: 600 !important;
	line-height: 40px !important;
}

.service-page-banner a {
	margin-bottom: 0;
	border-color: #fff;
	margin-top: 20px
}

.service-page-banner a:before,
.service-page-banner a:after {
	content: '';
	display: block;
	position: absolute;
	border-color: #fff;
	box-sizing: border-box;
	/* border-style: solid; */
	width: 1em;
	height: 1em;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.service-page-banner a:hover {
	color: #cc4452;
	background-color: #fff;
	border-color: #fff;
}

.service-page-banner a:hover:before,
.service-page-banner a:hover:after {
	border-color: #fff;
}

.service-details-right h3,
.sidebar-widget h3 {
	font-size: 20px;
	color: #333;
	/* letter-spacing: 1px;
	margin-bottom: 10px; */
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: inline-block;
	/* text-transform: capitalize; */
	font-family: "Poppins", sans-serif;
	/* font-weight: 500;
	line-height: 30px; */
}
.service-details-right p {
	margin: 0 0 10px
}

.pad-right-sm {
	padding-right: 7px
}

.pad-left-sm {
	padding-left: 7px
}

.service-details-image {
	margin-top: 10px
}

.service-details-list ul {
	width: 50%;
	float: left;
	margin-top: 20px;
}

.service-details-list li {
	margin: 5px 0;
}

.service-details-list li i {
	color: #cc4452;
	margin-right: 5px;
}

.service-accordion {
	margin-top: 20px
}

/* .service-accordion h3,
.sidebar-widget h3 {
	font-size: 20px
} */

/*================================================
26 - PRODUCT PAGE CSS
==================================================*/

.product_search {
	width: 100%;
	background: #f4f4f5 none repeat scroll 0 0 !important;
	padding: 0 !important;
	height: 50px;
	position: relative;
	border-radius: 5px 0 0 5px;
}

.product_search input {
	position: absolute;
	width: 100%;
	height: 100%;
	border: medium none;
	padding: 5px 15px;
	background: transparent;
}

.product_search button {
	position: absolute;
	right: 0;
	border: medium none;
	height: 100%;
	width: 20%;
	color: #fff;
	cursor: pointer;
	background: #001238 none repeat scroll 0 0;
	font-size: 15px;
	border-radius: 0 5px 5px 0px;
}

.product-page-left .sidebar-widget h3 {
	font-size: 18px
}

.top-products {
	padding: 15px;
	background: #f4f4f5 none repeat scroll 0 0;
}

.top-products li {
	border-bottom: 1px solid #ddd;
	padding: 10px;
	background: #fff none repeat scroll 0 0;
	overflow: hidden
}

.top-products li:last-child {
	border-bottom: 0px solid #ddd
}

.recent-img {
	margin-right: 15px;
	width: 80px;
	float: left;
}

.recent-text {
	vertical-align: middle;
	overflow: hidden;
}

.recent-text h4 {
	font-size: 17px;
	color: #001238;
	letter-spacing: 1px;
	margin-bottom: 10px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: inline-block;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}

.recent-text h4 a {
	color: #001238;
}

.recent-text p,
.product-title p {
	color: #cc4452;
	font-weight: 500;
}

.product-image img {
	width: 100%
}

.product-text {
	padding-top: 15px;
}

.product-text h3 {
	font-size: 18px;
	color: #001238;
	letter-spacing: 1px;
	margin: 5px 0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: block;
	text-transform: capitalize;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}

.product-text h3 a {
	color: #001238;
}

.product-text {
	padding-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.product-action a {
	width: 45px;
	height: 45px;
	text-align: center;
	border: 1px solid #ddd;
	line-height: 44px;
	font-size: 16px;
	color: #333;
	border-radius: 5px;
}

.product-action a:hover {
	background: #cc4452 none repeat scroll 0 0;
	color: #fff;
	border: 1px solid #cc4452
}

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




/*================================================
04 - PAGINATION CSS
==================================================*/

.pagination-box-row {
  text-align: right;
  padding: 20px 0px;
}

.pagination-box-row p {
	display: inline-block;
	font-size: 15px;
	color: #444;
	margin-right: 15px
}

.pagination {
	margin-top: 50px;
	text-align: center;
	float: none;
	display: inline-block;
}

.pagination li {
	display: inline-block;
	margin-right: 5px
}

.pagination li:last-child {
	margin-right: 0
}

.pagination li a {
	display: block;
	width: 35px;
	height: 35px;
	font-size: 15px;
	line-height: 35px;
	border-radius: 5px;
	color: #111;
	font-weight: 500;
}

.pagination li.active a,
.pagination li a:hover {
	background: #101010 none repeat scroll 0 0;
	color: #fff
}


/* ---------------service FAQs--------------------------- */
.single_faq_accordian {
	margin-top: 10px;
}

.faq_accordian_header>a {
	display: block;
	text-align: left;
	padding: 15px 15px 15px 95px;
	background: #020202 none repeat scroll 0 0;
	font-size: 15px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 500;
	border: 0px solid rgba(0, 0, 0, 0.08);
	border-radius: 0;
	text-decoration: none;
	position: relative;
	overflow: hidden;
}

.faq_accordian_header>a:hover,
.faq_accordian_header>a:focus {
	background: #020202 none repeat scroll 0 0;
	color: #fff;
	outline: medium none
}

.faq_accordian_header>a:after {
	position: absolute;
	content: "\f056";
	font-family: Fontawesome;
	left: 30px;
	color: #fff;
	font-size: 18px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.faq_accordian_header>a.collapsed:after {
	position: absolute;
	content: "\f055";
	font-family: Fontawesome;
	left: 30px;
	color: #fff;
	font-size: 18px;
}

.faq_accordian_header>a:before {
	position: absolute;
	content: "";
	top: 0;
	width: 13%;
	height: 101%;
	left: -26px;
	background: #cc4452;
	-webkit-transform: skew(-30deg);
	transform: skew(-30deg);
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.faq_accordian_header>a.collapsed:before {
	position: absolute;
	content: "";
	top: 0;
	width: 13%;
	height: 101%;
	left: -26px;
	background: #cc4452;
	-webkit-transform: skew(30deg);
	transform: skew(30deg);
}

.faq_accordian_body {
	padding: 10px;
}

/* --------------- FAQs Page --------------------------- */
.page_single_faq_accordian {
	margin-top: 10px;
}

.page_faq_accordian_header>a {
	display: block;
	text-align: left;
	padding: 15px 15px 15px 85px;
	background: #020202 none repeat scroll 0 0;
	font-size: 15px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 500;
	border: 0px solid rgba(0, 0, 0, 0.08);
	border-radius: 0;
	text-decoration: none;
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .page_faq_accordian_header>a {
    padding: 15px 15px 15px 55px;
  }
}

.page_faq_accordian_header>a:hover,
.page_faq_accordian_header>a:focus {
	background: #020202 none repeat scroll 0 0;
	color: #fff;
	outline: medium none
}

.page_faq_accordian_header>a:after {
	position: absolute;
	content: "\f056";
	font-family: Fontawesome;
	left: 30px;
	color: #fff;
	font-size: 18px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.page_faq_accordian_header>a.collapsed:after {
	position: absolute;
	content: "\f055";
	font-family: Fontawesome;
	left: 30px;
	color: #fff;
	font-size: 18px;
}

.page_faq_accordian_header>a:before {
	position: absolute;
	content: "";
	top: 0;
	width: 13%;
	height: 101%;
	left: -80px;
	background: #cc4452;
	-webkit-transform: skew(-30deg);
	transform: skew(-30deg);
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

@media only screen and (max-width: 767px) {
  .page_faq_accordian_header>a:before{
    left: -24px;
  }
}


.page_faq_accordian_body {
	padding: 10px;
}

.condition {
  display: flex;
  /* align-items: center; */
  margin: 10px 0px;
}

.icon-column {
  flex: 0 0 auto; /* Don't grow or shrink */
  margin-right: 10px; /* Adjust as needed for spacing */
}

.text-column {
  flex: 1; /* Grow to take up remaining space */
}
.text-column p {
  margin-bottom: 0px;
}


.text-wrap{
  word-wrap: break-word !important;
}


/*================================================
31 - NOTFOUND PAGE CSS
==================================================*/

.notfound-box {
	width: 50%;
	margin: 0 auto;
	text-align: center;
}

.notfound-box h2 {
	font-size: 130px;
	color: #001238;
	letter-spacing: 1px;
	margin-bottom: 10px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: inline-block;
	text-transform: capitalize;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	line-height: 130px;
}

.notfound-box h3 {
	font-size: 30px;
	color: #001238;
	letter-spacing: 1px;
	margin-bottom: 10px;
  padding-top: 15px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: block;
	text-transform: capitalize;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	line-height: 40px;
}

.notfound-box a.gauto-btn {
	margin: 30px 0 0 0;
	color: #ffff;
}

.notfound-box a.gauto-btn:hover {
	color: #fff
}

@media (max-width: 767px){
.notfound-box {
  width: 100%
}
.notfound-box h2 {
  font-size: 70px;
  line-height: 70px
}
.notfound-box h3 {
  font-size: 22px
}
}

@media (max-width: 767px){
.breadcromb-box p {
    font-size: 30px;
}
.h1, h1 {
  font-size: 2rem;
}
.service-details-right h3, .sidebar-widget h3 {
  padding-top: 10px;
  font-size: 20px;
  line-height: 30px;
}
.h4, h4 {
  font-size: 1rem;
}
}

.section_30 {
  padding: 30px 0;
}

/*================================================
18 - CALL AREA CSS
==================================================*/

.call-box {
	background: url('../images/call-bg.jpg')no-repeat scroll 0 0/cover;
	text-align: center;
	border-radius: 5px;
	position: relative;
	padding: 50px 0;
	z-index: 1;
}

.call-box-inner {
	width: 70%;
	margin: 0 auto;
}

.call-box:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	z-index: -1;
	border-radius: 5px
}

.call-box h2 {
	font-size: 40px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 15px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: inline-block;
	text-transform: capitalize;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	line-height: 50px;
}

.call-box h2 span {
	color: #ec3323
}

.call-box-inner p {
	color: #b6b6b6;
}

.call-number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.call-icon {
	font-size: 50px;
	margin-right: 30px;
	color: #fff;
}

.call-text {
	text-align: left;
}

.call-text p {
	text-transform: capitalize;
	color: #e04639;
	font-size: 17px;
	margin-bottom: 5px;
}

.call-text h4 {
	color: #eee;
	font-size: 20px;
	letter-spacing: 2px
}

.call-text h4 a {
	color: #eee
}


/* ----------------------Why Section ------------------------------- */
.why-box {
  /* width: 400px; */
  height: 100%;
  transition: all .3s;
  padding: 10px 5px;
  background: #fff;
  color: #f31111a8;
  border-radius: 5px;
  display: flex;
  cursor: pointer;
  box-shadow: 10px 10px 15px rgba(60, 40, 40, 0.15);

  position: relative;
}

.why-box:nth-child(odd) {
  color: #000;
}

.why-box:nth-child(even) {
  color: #000;
}

.why-box::before {
  content: '';
  position: absolute;
  top: 0%;
  left: 0%;
  width: 5px;
  height: 100%;
  background: #f31111a8;
  transition: all 0.4s;
}

.why-box:hover {
  box-shadow: 10px 10px 15px rgba(60, 40, 40, 0.25);
  transform: scale(1.04);
}

.why-box:hover .title-area span {
  color: #fff;
}

.why-box:hover::before {
  width: 100%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.content {
  position: relative;
  display: flex;
}

.icons {
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  transition: 0.5s ease-in-out;
}

.why-box:hover .icons {
  color: #fff;
}

.title-area h3 {
  font-weight: 400;
  font-size: 1rem;
  /* text-align: center; */
}

.title-area span {
  font-size: 13px;
  color: #696363;
}

.why-box:hover h3,
.why-box:hover p {
  color: #fff;
}

.pt-10 {
  padding-top: 10px;
}


.table-bordered thead th {
  background-color: #000;
  color: #ffff;
}

.table-bordered tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
table.table-bordered {
  border: 2px solid #000; 
}
.table-bordered td, .table-bordered th {
  border: 1px solid #000;
}

.shadow {
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}
.section-block {
  height: 1px;
  background-color: #F5F7FC;
}
.list-items-flush li {
  border-bottom: 1px solid rgba(128, 137, 150, 0.1);
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.list-items li {
  margin-bottom: 6px;
  color: #5d646d;
}
.font-size-15 {
  font-size: 15px !important;
}
.list-items-2 li span {
  display: inline-block;
  width: 100%;
  color: #000;
  font-weight: 600;
}

.pd-b-15 {
  padding-bottom: 15px;
}

/*================================================
32 - LOGIN PAGE CSS
==================================================*/

.gauto-login-area {
	background: #fbfbfd none repeat scroll 0 0;
}

.login-box {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0px 3px 14px 0px rgba(0, 11, 40, 0.06);
	margin: 0 auto;
	padding: 40px;
	text-align: center;
	width: 40%;
}


@media (max-width: 767px){
  .login-box {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0px 3px 14px 0px rgba(0, 11, 40, 0.06);
    margin: 0 auto;
    padding: 40px;
    text-align: center;
    width: 100%;
  }
  .user-register {
    text-align: left !important;
    font-size: 15px;
    }
  }

.login-page-heading {
	padding-bottom: 20px;
}

.login-page-heading i {
	font-size: 22px;
	margin-right: 5px;
	color: #ec3323;
}

.login-page-heading>h3 {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	color: #001238;
	font-size: 25px;
	text-transform: capitalize;
	margin-bottom: 5px;
	display: inline-block;
}

.login-page-box>form {
	margin-top: 30px;
}

.account-form-group {
	height: 45px;
	margin-bottom: 15px;
	position: relative;
}

.account-form-group>input {
	width: 100%;
	border: 2px solid #f0f0ff;
	padding: 5px 10px 5px 60px;
	height: 45px;
	color: #111;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.account-form-group i {
	border-right: 2px solid #f0f0ff;
	color: #b7b7b7;
	font-size: 16px;
	height: 100%;
	left: 0;
	line-height: 45px;
	margin-right: 5px;
	padding-right: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 48px;
	-webkit-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

.login-box button.gauto-theme-btn {
	margin: 20px 0 0 0;
	width: auto;
	display: inline-block;
}

.login-page-box button:hover {
	background: #212121 none repeat scroll 0 0
}

.login-sign-up {
	margin-top: 25px;
	padding-top: 10px;
	border-top: 1px solid #f0f0ff;
}

.login-sign-up>a {
	display: inline-block;
	font-weight: 600;
	text-transform: capitalize;
	color: #001238;
}

.login-sign-up>a:hover {
	color: #ec3323
}

.login-page-box .remember {
	margin-left: 0 !important;
}

.remember-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.login-meta p {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.remember-row .checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.remember-row .checkbox.signup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.lost-pass a {
	display: inline-block;
	font-weight: 600;
	text-transform: capitalize;
	color: #001238;
	margin-right: 15px;
}

.lost-pass a:hover {
	color: #ec3323;
}

.checkbox label {
	display: inline-block;
	font-weight: 600;
	text-transform: capitalize;
	color: #001238;
}

@-webkit-keyframes pull {
	0% {
		height: 0;
	}
	100% {
		height: 1.2rem;
	}
}

@keyframes pull {
	0% {
		height: 0;
	}
	100% {
		height: 1.2rem;
	}
}

@-webkit-keyframes pop {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	75% {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}

@keyframes pop {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	75% {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}

.checkbox-spin {
	display: none;
}

.checkbox-spin+label span {
	display: inline-block;
	width: 25px;
	height: 16px;
	margin: 0 10px -3px 0;
}

.checkbox-spin+label span:before,
.checkbox-spin+label span:after {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	content: "";
	position: absolute;
	z-index: 1;
	width: 16px;
	width: 16px;
	width: 16px;
	width: 1rem;
	height: 16px;
	height: 16px;
	height: 16px;
	height: 1rem;
	background: #fff none repeat scroll 0 0;
	border: 2px solid #dbdbdb;
}

.checkbox-spin+label span:after {
	z-index: 0;
	border: none;
}

.checkbox-spin:checked+label span:before {
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
	background: #ec3323;
	border: 1px solid #ec3323;
}

/*================================================
32 - SUCCESS PAGE CSS
==================================================*/
.shadow-md {
  -webkit-box-shadow: 0px 0px 50px -35px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 50px -35px rgba(0, 0, 0, 0.4);
}
.text-7 {
  font-size: 28px !important;
  font-size: 1.75rem !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.text-3 {
  font-size: 16px !important;
  font-size: 1rem !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.lh-1 {
  line-height: 1 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
hr:not([size]) {
  height: 1px;
}
.align-top {
  vertical-align: top !important;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.text-4 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
.hotels-amenities span, .car-features span {
  margin-right: 0.7rem;
  color: rgba(0, 0, 0, 0.4) !important;
}
.text-3 {
  font-size: 16px !important;
  font-size: 1rem !important;
}
.text-success {
  --bs-text-opacity: 1;
  color: rgba(40,167,69,1) !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.shadow-md {
  -webkit-box-shadow: 0px 0px 50px -35px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 50px -35px rgba(0, 0, 0, 0.4);
}

.alert-info {
  color: #000;
  background-color: #cffcde;
  border-color: #b6effb;
}
.alert-info2 {
  color: #fff;
  background-color: #cc4452;
  border-color: #b6effb;
}
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.fw-500 {
  font-weight: 500 !important;
}
.text-6 {
  font-size: 24px !important;
  font-size: 1.50rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(255,255,255,1) !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}

.position-relative {
  position: relative !important;
}
.location-brief-line {
  position: absolute;
  top: 7px;
  bottom: -31px;
  left: 1px;
  width: 5px;
  border-right: 2px solid #cc44528f;
}
.location-brief-pickup {
  background: #cc4452;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0px;
}
.location-brief-dropoff {
  background: #cc4452;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.text-5 {
  font-size: 21px !important;
  font-size: 1.3125rem !important;
}
.float-end {
  float: right !important;
}
.fw-500 {
  font-weight: 600 !important;
}


/* Hero Section CSS */
.heading-padding {
  padding-top: 340px;
}
@media only screen and (max-width: 992px) {
  .heading-padding {
    padding-top: 40px;
  }
}

.form-column {
  padding: 50px 0px;
}

.hero-content h1 {
  font-size: 38px;
  color: #fff;
  font-weight: 600;
  padding: 0;
  margin: 0;
  /* text-align: center; */
}

.hero-content p {
font-size: 16px;
/* text-align: center; */
line-height: 24px;
margin: 0 auto;
color: #fff;
padding: 10px 0;
font-weight: 400;
/* max-width: 780px; */
}



.newsletter_box {
  margin-top: 30px;
  padding: 15px;
  background: #f4f4f5 none repeat scroll 0 0;
}
.newsletter_box form {
  width: 100%;
  height: 40px;
  background: #222;
  position: relative;
  border-radius: 5px;
}
.newsletter_box form input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffff;
  height: 100%;
  border: medium none;
  padding: 5px 10px;
  color: #eee;
  border-radius: 5px;
}
.newsletter_box form button {
  position: absolute;
  border: medium none;
  background: transparent;
  right: 10px;
  height: 100%;
  color: #ec3323;
  cursor: pointer;
}

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

.border-right {
  border-right: 1px #ffff solid;
  margin-right: 10px;
}

/* Login button CSS */
.signUp:hover {
  color: #fff !important;
  background-color: #cc4452 !important;
}

.signUp {
  color: #cc4452 !important;
  margin-left: 25px;
  border: 1px solid #cc4452;
  padding: 2px 5px !important;
  background-color: transparent;
  transition: background-color .3s ease;
  border-radius: 3px;
  letter-spacing: -0.1px
}
.signUp {
  margin-right: 25px;
  margin-left: 0
}
/* .signUp {
  background-color: #cc4452;
  color: #fff
} */


.scroll-1 {
    margin: 4px, 4px;
    padding: 4px;
    height: 430px;
    overflow-x: hidden;
    overflow-y: auto;
      /* Standard scrollbar styles (mostly for Firefox) */
      scrollbar-width: thin; /* This will use the browser's definition of 'thin' */
      scrollbar-color: #cc4452 white; /* Styles the thumb and track */
}
/* Chrome, Edge, and Safari custom scrollbar styles */
.scroll-1::-webkit-scrollbar {
  width: 3px;  /* Reduced width of the scrollbar */
}

.scroll-1::-webkit-scrollbar-track {
  background: #f0e6f6; /* Lighter shade for the track */
  border-radius: 10px; /* Rounded corners for the track */
}

.scroll-1::-webkit-scrollbar-thumb {
  background-color: #cc4452; /* Color of the scroll thumb */
  border-radius: 10px; /* Roundness of the scroll thumb */
  border: 1px solid #cc4452; /* Smaller border for a thinner scrollbar */
}

.scroll-1::-webkit-scrollbar-thumb:hover {
  background-color: #c71585; /* Darker shade when hovering */
}

.scroll-1::-webkit-scrollbar-thumb:active {
  background-color: #8b0a50; /* Even darker shade when active */
}

.scroll-1::-webkit-scrollbar-button {
  display: none; /* Hides the default buttons on the scrollbar */
}


.scroll-2 {
    margin: 4px, 4px;
    padding: 4px;
    height: 430px;
    overflow-x: hidden;
    overflow-y: auto;
         /* Standard scrollbar styles (mostly for Firefox) */
         scrollbar-width: thin; /* This will use the browser's definition of 'thin' */
         scrollbar-color: #cc4452 white; /* Styles the thumb and track */
}
/* Chrome, Edge, and Safari custom scrollbar styles */
.scroll-2::-webkit-scrollbar {
  width: 3px;  /* Reduced width of the scrollbar */
}

.scroll-2::-webkit-scrollbar-track {
  background: #f0e6f6; /* Lighter shade for the track */
  border-radius: 10px; /* Rounded corners for the track */
}

.scroll-2::-webkit-scrollbar-thumb {
  background-color: #cc4452; /* Color of the scroll thumb */
  border-radius: 10px; /* Roundness of the scroll thumb */
  border: 1px solid #cc4452; /* Smaller border for a thinner scrollbar */
}

.scroll-2::-webkit-scrollbar-thumb:hover {
  background-color: #c71585; /* Darker shade when hovering */
}

.scroll-2::-webkit-scrollbar-thumb:active {
  background-color: #8b0a50; /* Even darker shade when active */
}

.scroll-2::-webkit-scrollbar-button {
  display: none; /* Hides the default buttons on the scrollbar */
}

.custom-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}


::placeholder {
  color: #333 !important; /* Change placeholder color to gray */
}


.single-review {
  /* padding: 50px 30px; */
  height: 330px !important;
  border-radius: 20px;
  background: #fff none repeat scroll 0 0;
  border: 12px solid #fff;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  position: relative;
  box-shadow: 0px 3px 14px 0px rgba(0, 11, 40, 0.06);
  /* margin: 30px 5px 5px 5px; */
}

.single-review-body {
  background: #e8e8e800 !important;
  border-radius: 10px !important;
}

/* Owl Carousel Navigation Buttons */
    .owl-prev {
      position: absolute;
      top: 50%;
      right: 100%;
      transform: translateY(-50%);
      font-size: 60px !important;
      color: #fff !important; /* Change color as needed */
      background-color: #cc4452 !important; /* Change background color as needed */
      border: 1px solid #fff !important; /* Change border color as needed */
      padding: 5px 10px;
      border-radius: 5px;
      transition: background-color 0.3s ease;
  }
  
  .owl-next {
      position: absolute;
      top: 50%;
      left: 100%;
      transform: translateY(-50%);
      font-size: 60px !important;
      color: #fff !important; /* Change color as needed */
      background-color: #cc4452 !important; /* Change background color as needed */
      border: 1px solid #fff !important; /* Change border color as needed */
      padding: 5px 10px;
      border-radius: 5px;
      transition: background-color 0.3s ease;
  }
  
  
@media only screen and (max-width: 768px) {
      .owl-prev {
      font-size: 25px !important;
      }
       .owl-next {
      font-size: 25px !important;
      }
      
/*      owl-carousel.owl-loaded {*/
/*    margin: 20px 0px !important;*/
/*}*/

/*     .owl-nav {*/
/*    display: none !important;*/
/*}*/

.mr-icon{
    margin-right:20px !important;
}
}

  .owl-prev:hover,
  .owl-next:hover {
      background-color: #cc4452; /* Change hover background color as needed */
  }
  
  .owl-next, .owl-prev {
      visibility: visible !important;
  }
  
