body {
	font-size: 16px;
	color: #333;
	font-family: 'Barlow Condensed', sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
	font-family: inherit;
	font-weight: 400;
	line-height: 1.5;
	color: inherit;
}
ul, ol {
	padding: 0;
	margin: 0;
}
a, img {
	-ms-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
button:focus, .btn:focus {
	outline: 0;
}
a:hover, a:focus {
	outline: medium none;
	text-decoration: none;
}
.container {
	max-width: 1236px;
}
header .container-fluid {
	padding-left: 100px;
	padding-right: 100px;
}
header {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 10px 0;
  background: #0c1137;
}
header:after {
    content: "";
    width: 283px;
    background-color: #0a1237;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.logo {
    width: 242px;
}
.logo img {
    width: 100%;
    height:auto;
}
.primary_menu {
	float: right;
}
.primary_menu li {
	display: inline-block;
	padding: 0 25px;
}
.primary_menu li a {
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 60px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
}
.primary_menu li a:after {
    content: "";
    background: #e8a93f;
    width: 0;
    height: 2px;
    position: absolute;
    display: block;
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.primary_menu li a:hover:after {
    width: 100%;
}
.primary_menu li a.active:after{ width:100%;}
.primary_menu li a:hover {
	color: #e8a93f;
}

.menu-item-has-children:after {
    content: "\f107";
    font-family: 'FontAwesome';
    color: #fff;
}
.menu-item-has-children:hover:after {
    color: #e8a93f;
}
.primary_menu li.current-menu-item a{ color:#e8a93f;}
.primary_menu li.current-menu-item a:after {
    width: 100%;
}















.menu-item-has-children {
  padding: 20px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
   
  position: relative;
  font-size: 18px;
  perspective: 1000px;
  z-index: 100;
}
.menu-item-has-children:hover {
 
  cursor: pointer;
}
.menu-item-has-children:hover .sub-menu li {
  display: block;
  display: block;
}
.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
 	min-width:340px;
  width: 100%;
  perspective: 1000px;
  z-index: -1;
 
}
.sub-menu li {
  display: none;
  color: #fff;
  background-color: #fff;
  padding:5px 20px;
	line-height: 0px;
  font-size: 15px;
	
  opacity: 0;
	border: 1px solid #dedede;
	
}
.primary_menu li .sub-menu li a {
  line-height: 40px;
  transition: none;
  font-size: 15px;
  letter-spacing: 0px;
  color: #172b68;
  letter-spacing: 1px;
}
.primary_menu li .sub-menu li  a:hover{}
.primary_menu li .sub-menu li:hover {
  background-color: #e8a93f;
	color:#fff;
}
.current-menu-item::after {
    color: #e8a93f;
}
.primary_menu li .sub-menu li:hover a{ color:#fff;}
.sub-menu li a:after{ display: none;}
.sub-menu li:hover a{ color:#fff;}
.dropdown:hover .dropdown_menu--animated {
  display: block;
}
.dropdown_menu--animated {
  display: none;
}
.dropdown_menu--animated li {
  display: block;
  opacity: 1;
}

.sub-menu .menu-item-34 {
  transform-origin: top center;
  animation: rotateX 300ms 60ms ease-in-out forwards;
}
.sub-menu .menu-item-29 {
  transform-origin: top center;
  animation: rotateX 300ms 120ms ease-in-out forwards;
}
.sub-menu .menu-item-31 {
  transform-origin: top center;
  animation: rotateX 300ms 180ms ease-in-out forwards;
}
.sub-menu .menu-item-27 {
  transform-origin: top center;
  animation: rotateX 300ms 240ms ease-in-out forwards;
}
.sub-menu .menu-item-30 {
  transform-origin: top center;
  animation: rotateX 300ms 300ms ease-in-out forwards;
}
 
.sub-menu .menu-item-35 {
  transform-origin: top center;
  animation: rotateX 300ms 360ms ease-in-out forwards;
}
.sub-menu .menu-item-28 {
  transform-origin: top center;
  animation: rotateX 300ms 420ms ease-in-out forwards;
}
.sub-menu .menu-item-33 {
  transform-origin: top center;
  animation: rotateX 300ms 480ms ease-in-out forwards;
}
 
@-moz-keyframes rotateMenu {
  0% {
    transform: rotateX(-90deg);
  }
  70% {
    transform: rotateX(20deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@-webkit-keyframes rotateMenu {
  0% {
    transform: rotateX(-90deg);
  }
  70% {
    transform: rotateX(20deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@-o-keyframes rotateMenu {
  0% {
    transform: rotateX(-90deg);
  }
  70% {
    transform: rotateX(20deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@keyframes rotateMenu {
  0% {
    transform: rotateX(-90deg);
  }
  70% {
    transform: rotateX(20deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
 
@-moz-keyframes rotateX {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  50% {
    transform: rotateX(-20deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
@-webkit-keyframes rotateX {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  50% {
    transform: rotateX(-20deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
@-o-keyframes rotateX {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  50% {
    transform: rotateX(-20deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
@keyframes rotateX {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  50% {
    transform: rotateX(-20deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
 
/* CSS Document */





















.primary_menu li a.active {
	color: #e8a93f;
}
.right-bar {
    display: flex;
    justify-content: end;
    align-items: center;
}
.phone {
    margin-right: 66px;
}
.phone i {
	color: #0a1237;
	font-weight: bold;
	font-size: 18px;
	margin-right: 8px;
}
.phone a {
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 30px;
	color: #e8a93f;
	font-weight: 700;
}

.right-bar .btn_theme {
    padding: 10px 37px;
    font-size: 15px;
    background: #e8a93f;
}
.right-bar .dark_hover:before {
    background: #0a1237;
    border: 1px solid #fff;
}
 

.slider-section{ position: relative; display: inline-block; width: 100%;}
.slider_section .slide__img:after {
    content: "";
    background: #0a1237;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.4;
}
 .slider, .slide {
    height: 84vh;
}
.slider_section {position: relative; display:inline-block; width:100%;}
.slide {
  position: relative;
}
.slide .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.slider_section .slick-prev, .slider_section .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 44px;
    height:44px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slider_section .slick-prev {
    background: url(../img/next-pre-btn.png) no-repeat center;
    left: 20px;
    z-index: 99;
    background-position: -3px 0;
}
.slider_section .slick-next {
    background: url(../img/next-pre-btn.png) no-repeat center;
    right: 20px;
    z-index: 99;
    background-position: -52px 0;
}
.slide .slide__img img {
  max-width: 100%;
	width: 100%;
  height: auto;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  transition: all 1s ease;
}
.slide .slide__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slide .slide__content--headings {
  text-align: center;
  color: #fff;
}
.slide .slide__content--headings h2 span{ display:block; text-transform: uppercase; color: #e8a93f;}
.slide .slide__content--headings h2 {
  font-size: 60px;
letter-spacing: 6px;
line-height: 72px;
color: #fff;
font-weight: 700;
 
text-align: center;
}

.slide__content--headings p {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 72px;
    color: #fcfcfc;
    font-weight: 700;
    text-transform: uppercase;
}
.slide .slide__content--headings .animated {
  transition: all 0.5s ease;
}
.slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
  opacity: 1;
}
.simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}
.stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 0.25;
  width: 50px;
  height: 3px;
  padding: 0;
}
.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
  opacity: 1;
}
.stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}
/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
.zoomInImage {
  -webkit-animation-name: zoomInImage;
          animation-name: zoomInImage;
}
@-webkit-keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
          animation-name: zoomOutImage;
}


.about_section { position: relative; display: block; width: 100%; padding: 50px 0;}
.theme_title h2 span{
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 50px;
	color: #e8a93f;
	font-weight: 700;
	display: block;

}

.theme_title h2 {
	font-size: 36px;
letter-spacing: 4px;
line-height: 50px;
color: #172b68;
font-weight: 700;
margin-bottom: 20px;
text-transform: uppercase;
}
.theme_title p{	
max-width: 864px;
font-size: 18px;
letter-spacing: 2px;
margin: 0 auto;
line-height: 30px;
font-weight: 400;
text-align: center;
margin-bottom: 15px;
}
.wc_box { text-align: center; margin-top: 30px;}
.wc_content h4{
	
	font-size: 18px;
letter-spacing: 2px;
line-height: 72px;
color: #e8a93f;
font-weight: 500;
}
.wc_content p{
	
	font-size: 16px;
letter-spacing: 2px;
line-height: 24px;
color: #192026;
font-weight: 400;
}

.service_section {
	position: relative;
	display: inline-block; width: 100%;
	padding: 70px 0;
}
 


.main_service_box {
    max-width: 500px;
}
.service_box_icon {
    width: 58px;
    height: 58px;
    border-radius: 29px;
    background-color: #e8a93f;
    text-align: center;
    line-height: 58px;
	margin-bottom: 25px;
}

.main_service_box h2{
	font-size: 30px;
letter-spacing: 3px;
line-height: 30px;
color: #e8a93f;
font-weight: 700;
	text-transform: uppercase;	
	margin: 20px 0;
}

.main_service_box p {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 30px;
}
.btn_theme {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    background-color: #172b68;
    display: inline-block;
    text-align: center;
    padding: 8px 60px;
    text-transform: uppercase;
	-webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
	 overflow: hidden
}
.btn_theme:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.btn_theme:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 0;
}
.dark_hover:before {
    background: #e8a93f;
}
.btn_theme:hover:before, .btn_theme:focus:before {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}

.btn_theme:hover:after, .btn_theme:focus:after {
  left: 120%;
  -webkit-transition: all 1s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.btn_theme:hover{ color:#fff;}

.right-con {
	
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.banefit_section { position: relative; display: inline-block; width: 100%; padding: 50px 0;}
.banefit_sec { text-align: center;}
.banefit_sec_con h4 span{
	
	color: #0c1137;
	font-size: 14px;
	display: block;
}
.banefit_sec_con h4  {
	letter-spacing: 1px;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 15px;
line-height: 30px;
color: #0c1137;
font-weight: bold;
}
.banefit_section .col-sm-3{ border-right:1px dashed #d1d2d4;}
.banefit_section .col-sm-3:last-child{ border-right:0px;}

.luxurious_car_section { padding:50px 0; background:#0c1137;}
.title_text h2 span{color: #e8a93f;}
.title_text h2{
	
	font-size: 36px;
letter-spacing: 4px;
line-height: 50px;
color: #fff;
font-weight: 700;
}

.title_text p{
	
	font-size: 16px;
letter-spacing: 2px;
line-height: 36px;
color: #ffffff;
font-weight: 400;
	margin-top: 20px;
}
.fleet_sec { text-align: center; margin-top: 40px;}
.fleep_icon {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fleet_sec:hover .fleep_icon{
	-webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}


.fleet_con h4{
	
	font-size: 24px;
letter-spacing: 2px;
line-height: 50px;
color: #ffffff;
font-weight:500;
	margin-top: 20px;
}

.testimonilas_section { padding:40px 0;}
.testimonia_inner_slide { max-width:920px; margin: 0 auto; padding: 0 80px;}
.slick-prev:before, .slick-next:before { display:none;}
.testimonia_inner p:after{}
.testimonia_inner p{ text-align: center;font-size: 18px;
letter-spacing: 2px;
line-height: 30px;
color: #192026;
font-weight: 400;}

.testimonia_inner p:before {
    content: "\f10d";
    font-family: 'FontAwesome';
    font-size: 28px;
    display: block;
    color: #e09900;
    margin-bottom: 15px;
}
.auther_name {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 50px;
    color: #e8a93f;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
 
.testimonia_inner_slide .slick-prev, .testimonia_inner_slide .slick-next {
    width: 33px;
    height: 33px;
}
.testimonia_inner_slide .slick-prev {
    background: url(../img/next-pre-btn.png) no-repeat center;
    left: 0;
    z-index: 99;
    background-position: -1px 0;
    background-size: 69px;
}
.testimonia_inner_slide .slick-next {
    background: url(../img/next-pre-btn.png) no-repeat center;
    right: 0;
    z-index: 99;
    background-position: -35px 0;
    background-size: 69px;
}

.wrapper { padding: 40px 0;}

.sub_header {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 40px 0;
  background: #e8a93f;
   
}
/*.sub_header:after {
  content: "";
  background: #0a1237;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0.8;
}
.sub_header .container {
  position: relative;
  z-index: 9;
}
.sub_heading_title {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}*/
.sub_heading_title { text-align:center;}
.sub_heading_title h2 {
  font-size: 41px;
  letter-spacing: 4px;
  line-height: 50px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  position: relative;
  margin-bottom: 25px;
}
/*.sub_heading_title h2:after {
  content: "";
  width: 110px;
  height: 3px;
  background: #e8a93f;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 10px;
}
*/
.sub_heading_title p {
  font-size: 17px;
  letter-spacing: 1px;
  margin: 0 auto;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
.sub_header ul.breadcrumb {
    background: transparent !important;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.breadcrumb li:first-child {
    padding-left: 0;
}
.breadcrumb li {
    padding: 0 17px;
    display: inline-block;
    position: relative;
	text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
	text-transform: uppercase;
}
.breadcrumb li a{
	color:#fff;
}
.breadcrumb li:after {
    vertical-align: middle;
    position: absolute;
    top: 0;
    content: "//";
    height: 12px;
    font-size: 16px;
    color: #fff;
    right: -9px;
}

.breadcrumb li:last-child{padding-right:0;} 
.breadcrumb li:last-child:after{ display:none;}

.service_inner_text h2 {
  font-size: 30px;
  letter-spacing: 4px;
  line-height: 50px;
  text-transform: uppercase;
  color: #172b68;
  font-weight: 700;
  margin-bottom: 11px;
}
.service_inner_text p {
  font-size: 16px;
  letter-spacing: 2px;
  margin: 0 auto;
  line-height: 32px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 15px;
}
.service_inner_text img { width:100%;}


.book_now_section { position: relative; display: block; width: 100%; padding:50px 0; background-color: #e8a93f;}
.book_now_inner_text h2 {
  font-size: 37px;
  letter-spacing: 4px;
  line-height: 50px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin-bottom: 11px;
}
.book_now_inner_text p {
  font-size: 16px;
  letter-spacing: 2px;
  margin: 0 auto;
  line-height: 32px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 20px;
}
.book_now_inner_text {
  max-width: 830px;
  margin: 0 auto;
  text-align: center;
}
.book_now_inner_text .dark_hover:before {
  background: #e8a93f;
  border: 1px solid #fff;
}

.form-control {
    width: 100%;
    display: block;
	height: auto;
    margin: 0 auto;
    font-size: 16px;
    padding: 15px 10px;
    color: #333;
    background-clip: padding-box;
    box-shadow: none !important;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-clip: border-box;
     
    
    font-weight: 400;
	background: #f8f8f8;
     
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
    outline: 0 none;
}
.contact_form .form-check input {
    margin-top: 7px;
}
.contact_form .form-check {
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    width: 100%;
	padding: 0;
}

.contact_form label {
    font-size: 22px;
    letter-spacing:1px;
    margin: 0 auto;
    line-height: 30px;
    color: #172b68;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-family: "Barlow Condensed", Sans-serif;
}
.contact_form .form-group {
    margin-bottom: 1.2rem;
}
.contact_form .form-check span {
    width: 50%;
    padding: 0;
    margin: 0 0 15px 0;
}
.form-group.select_vihicle .form-check span {
    margin-bottom: 6px;
}
.contact_form .form-check label {
    font-size: 18px;
    letter-spacing: 0;
    margin: 0 auto;
    color: #333;
    font-weight: 500;
    margin-bottom: 8px;
    line-height: normal;
}
.form-control:focus {
	background: #f8f8f8;
	box-shadow: none;
	border-color:#e8a93f;
}

.contact_form textarea {
    height: 200px;
}

.contact_form  .form-check {
    margin-top: 10px;
}
 

.contact_form .form-check  input[type=checkbox]:after, .contact_form .form-check  input[type=checkbox]:after, input[type=checkbox]:after {
	content:"";
	display:block;
	width:18px;
	height:18px;
	margin-top:-2px;
	margin-right:5px;
	border:2px solid #666;
	border-radius:2px;
	-webkit-transition:240ms;
	-o-transition:240ms;
	transition:240ms;
	background:#fff
}
.contact_form .form-check  input[type=checkbox]:checked:after, .checkbox-inline input[type=checkbox]:checked:after, input[type=checkbox]:checked:after {
	background-color:#172b68;
	border-color:#172b68
}
.contact_form .form-check  input[type=checkbox]:checked:before {
	content:"";
	position:absolute;
	top:0;
	left:6px;
	display:table;
	width:6px;
	height:12px;
	border:2px solid #fff;
	border-top-width:0;
	border-left-width:0;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg)
}
 
.contact_form .form-check  input[type=checkbox]:after {
	content:"";
	display:block;
	width:18px;
	height:18px;
	margin-top:-2px;
	margin-right:5px;
	border:2px solid #666;
	border-radius:2px;
	-webkit-transition:240ms;
	-o-transition:240ms;
	transition:240ms
}
.contact_form .form-check input[type=checkbox]:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -9px;
    margin-right: 5px;
    border: 1px solid rgb(0 0 0 / 34%);
    border-radius: 2px;
    -webkit-transition: 240ms;
    -o-transition: 240ms;
    transition: 240ms;
    background: #f8f8f8;
}
.contact_form .form-check input[type=checkbox]:checked:before {
	content:"";
	position:absolute;
	top:4px;
	left:11px;
	display:table;
	width:6px;
	height:12px;
	border:2px solid #fff;
	border-top-width:0;
	border-left-width:0;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg)
}
 
.contact_form .form-check  input[type=checkbox] {
	position:relative;
	margin-right:26px;
	 
}
.contact_form .form-check  input[type=checkbox]:checked:before {
	content:"";
	position:absolute;
    top: -2px;
    left: 12px;
	display:table;
	width:6px;
	height:12px;
	border:2px solid #fff;
	border-top-width:0;
	border-left-width:0;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg)
}
.contact_form .form-check  input[type=checkbox] {
	position:relative;
	margin-right:20px
}


.contact_img {   margin: 0 auto; border: 5px solid #172b68; border-radius: 20px; overflow: hidden;}
.contact_img img { width:100%;}


.contact_info_sec { position:relative; width: 100%; padding: 40px 0; background: #0c1137;}
.contact_info_sec .theme_title p{ text-align:left; max-width:100%;}

.contact_information {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 50px 30px;
    background: #fff;
	margin-top: 68px;
	
    
    
}
.wt_icon_box { position:relative; display: inline-block; width: 100%; margin-bottom:40px;}
.wt_icon {
    width: 60px;
    height: 60px;
    background: #172b68;
    text-align: center;
    border-radius: 100%;
    font-size: 24px;
    line-height: 60px;
    color: #fff;
    float: left;
    margin-right: 10px;
}
.wt_icon_box_text {
    overflow: hidden;
	padding-left: 10px;
}
.wt_icon_box_text h4 {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 0;
    color: #0c1137;
    text-transform: uppercase;
}

.wt_icon_box_text  a { color:#333; font-size: 18px; font-weight: 400;}

.map { width:100%; position: relative; display:inline-block;  text-align: center; }


.wine_tour_text { padding:0 0 40px 0;}

.wine_tour_work_sec {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 40px 0;
    background: #f8f8f8;
}

.wine_tour_work_sec p {
    max-width: 100%;
}
.wine_tour_img {
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    width: 100%;
}
.wine_tour_img img {
    width: 100%;
}
.tour_box {
    background: #fff;
    padding: 30px;
    margin-top: 30px;
    text-align: center;
    min-height: 292px;
}
.tour_box_icon i { font-size:50px; color:#e8a93f;}

.tour_box_des h4 {
    font-size: 24px;
    margin: 10px 0;
    text-transform: uppercase;
    color: #172b68;
	font-weight: 500;
}
.tour_box_des p {
    font-size: 17px;
    margin: 0 auto;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
    text-align: center;
}

.contact_form label span.menetory {
    color: red;
    position: absolute;
    margin-left: 5px;
    font-size: 17px;
    top: -3px;
}
span.passenger {
    font-size: 16px;
    margin-left: 10px;
}
.tour_service_sec {
    position: relative;
    width: 100%;
    padding: 40px 0;
    background: #fff;
    overflow: hidden;
}
.tour_service_sec .col-sm-6{padding:0; margin: 0;}


 
.service_tour_con {
  padding:0 20px;
    margin: 0 auto;
}
.service_tour_con p { text-align:left;}


.service_tour_img img{ width: 100%;}

.service_box {
    position: relative;
    display: inline-block;
    width: 100%;
	overflow: hidden;

}
.service_img:after {
    content: "";
    background: #0c1137;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.4;
	transition: all .4s ease-out;
}

.service_img img { width:100%;}

.service_des {
    position: absolute;
    bottom:-117px;
    z-index: 9;
    padding: 22px;
    transition: all .4s ease-out;
}
.service_box:hover .service_des{ bottom:0px;}
.service_box:hover .service_img:after {opacity:0.7;}
.service_des h3 {
    font-size: 35px;
    letter-spacing: 2px;
    line-height: 48px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.service_des h3 span {
    display: block;
    font-size: 24px;
}
.service_des p {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    padding-left: 31px;
    position: relative;
}
.service_des p:before {
    content: "";
    background: #e8a93f;
    width: 23px;
    height: 3px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 10px;
}
.service_des a {
    width: 30px;
    height: 30px;
    border: 2px solid #e8a93f;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    color: #e8a93f;
}
footer {padding: 40px 0 0 0; background:#0c1137; position: relative; display: inline-block; width: 100%;}
.abn-icon {
    width: 25px;
    height: 20px;
    background: url(../img/abn-icon.png) no-repeat;
    background-size: contain;
    display: inline-block;
}
.footer_title {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 60px;
    color: #ffffff;
    font-weight:600;
	text-transform: uppercase;
}

.foote_location ul li {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
}
.wt_icon img {
    width: 35px;
    margin-top: -10px;
}
.foote_location ul li a{

    font-size: 16px;
    letter-spacing: 2px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
}
.foote_location ul li i {
    font-size: 18px;
    margin-right: 15px;
	font-family:FontAwesome !important;
	font-weight:normal;
 
}
.footer_social {
    margin-top: 15px;
    display: inline-block;
	position: relative;
    width: 100%;
}
.footer_social ul li {
    display: inline-block;
    margin: 0 5px;
}
.footer_social ul li a {
    width: 30px;
    height: 30px;
  
    display: block;
    text-align: center;
    line-height: 30px;
    color: #0c1137;
    -webkit-border-radius:100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow:hidden;
        background: #fff;
    margin: 0;
    padding: 0;
}
.footer_social ul li a:hover{ background:#e8a93f; color:#fff;} 
.footer_social ul li a i{font-family:FontAwesome !important; font-weight:normal;}
.footer_social ul li a.dark_hover:before {
    background: #ffffff;
}
.footer_social ul li a.btn_theme{background-color: #e8a93f;}
.footer_menu li {
    display: block;
    margin-bottom: 10px;
	position: relative;
}
    
.footer_menu li a {
    font-size: 16px;
letter-spacing: 2px;
line-height:29px;
color: #ffffff;
	position:relative;
font-weight: 500;
	text-transform: uppercase;
}
.footer_menu li a:hover { color: #e8a93f;}
.footer_menu li a:after {
    content: "";
    background: #e8a93f;
    width: 0;
    height: 2px;
    position: absolute;
    display: block;
	-ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.footer_menu li a:hover:after{ width:100%;}
.menu-width {
    max-width: 193px;
    margin: 0 auto;
}

.footer_subscribe p {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
}

.footer_subscribe form input {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #333333;
    font-weight: 400;
    outline: none;
    border: none;
    padding: 5px;
    width: calc(100% - 49px);
    float: left;
}
.footer_subscribe .btn {
    
    border: none;
    outline: none;
    border-radius: 0;
    color: #FFFFFF;
    padding: 8px 17px;
    float: left;
    margin-top: -1px;
    height: 41px;
}
.bottom_footer {  text-align: center;}
.bottom_footer p , .bottom_footer a { margin:0; font-size: 12px;
letter-spacing: 1px;
line-height: 30px;
color: #ffffff;
font-weight: 400;}

.copyright {
    border-top: 1px solid #cdcfd1;
    margin-top: 37px;
    padding: 10px 0;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333 !important;
  opacity:7 !important;
  
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #333 !important;
   opacity:7 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #333 !important;
   opacity:7 !important;
}
.contact_form .form-check .vihicle span {
    width: 100%;
}