/*------------------------------------------
Project Name : Car Rental
Desgined By  : eCreative solutions
Developed By : sharjeel;
Date        :  01/February/18;

Table Of Index
------------------
1. Base css
2. Typography css
3. Header css
4. Banner css
5. Booking Form css
6. About Us css
7. Counter css
8. Services css
9. Support Team css
10. Testimonials css
11. Blog css
12. contact form css
13. Footer css
14. Media Quries css
------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Roboto:300,400,500,700');
html, body {
	min-height: 100%;
}
body {
	background: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	overflow-x: hidden;
}
/*---------------------------------------
   Typorgraphy              
-----------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
}
h1, h2, h4 {
	font-weight: 500;
}
h1 {
	font-size: 50px;
}
h2 {
	color: #272727;
	font-size: 36px;
	line-height: 52px;
	margin: 0px;
}
h3 {
	font-size: 16px;
	line-height: 32px;
}
h4 {
	color: #454545;
	font-size: 18px;
	line-height: 26px;
}
h5 {
	letter-spacing: 0.5px;
}
p {
	color: #777;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
}
ul, ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
img {
	max-width: 100%;
}
/*---------------------------------------
   Buttons               
-----------------------------------------*/

.btn-success:focus {
	background-color: #000;
	color: #ffffff;
}
.section-btn {
	background: #ef9e36;
	border-radius: 0;
	color: white;
	font-size: 18px;
	font-weight: 700;
	padding: 12px 30px;
	margin-top: 22px;
	text-transform: uppercase;
	border: none;
}
.section-btn:focus, .section-btn:hover {
	background: #000;
	color: #fff;
}
/*---------------------------------------
   General               
-----------------------------------------*/

html {
	-webkit-font-smoothing: antialiased;
}
a {
	transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	-moz-transition: ease-in-out 0.3s;
	-ms-transition: ease-in-out 0.3s;
	color: #ed2024;
	text-decoration: none !important;
	font-size:14px;
}
a:hover, a:active, a:focus {
	color: #ed2024;
	/*text-shadow: 1px 1px 1px #fff;*/
	outline: none;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.parallax-section {
	background-attachment: fixed !important;
	background-size: cover !important;
}
.section-title {
	margin: 0;
	padding-bottom: 50px;
	text-align: center;
}
.section-title h3 {
	position: relative;
	font-size: 25px;
	margin-bottom: 50px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 42px;
}
.section-title h3:after {
	content: '';
	background: #ed2024;
	height: 2px;
	width: 60px;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -30px;
}
.section-title h3:before {
	content: '';
	background: #ed2024;
	height: 9px;
	width: 4px;
	position: absolute;
	bottom: -13px;
	left: 50%;
	margin-left: -2px
}
.section-title h3 span {
	color: #ed2024;
	font-weight: 400;
}
.section-title p {
	max-width: 800px;
	margin: auto;
}
.parallax-section {
	padding: 70px 0;
	position: relative;
}
#counter, #service, #contact, #address {
	text-align: center;
}
/*---------------------------------------
     Preloader section              
-----------------------------------------*/

/* Preloader */
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/487.gif);
}


/*.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	background: none repeat scroll 0 0 #ffffff;
}
.cssload-dots {
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	outline: 1px solid red;
	filter: url(#goo);
	-o-filter: url(#goo);
	-ms-filter: url(#goo);
	-webkit-filter: url(#goo);
	-moz-filter: url(#goo);
}
.cssload-dot {
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
}
.cssload-dot:before {
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 49px;
	background: rgb(15,229,143);
	position: absolute;
	left: 50%;
	transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	margin-left: -17.5px;
	margin-top: -17.5px;
}
.cssload-dot:nth-child(5):before {
	z-index: 100;
	width: 24.5px;
	height: 24.5px;
	margin-left: -21.75px;
	margin-top: -21.75px;
	animation: cssload-dot-colors 4.6s ease infinite;
	-o-animation: cssload-dot-colors 4.6s ease infinite;
	-ms-animation: cssload-dot-colors 4.6s ease infinite;
	-webkit-animation: cssload-dot-colors 4.6s ease infinite;
	-moz-animation: cssload-dot-colors 4.6s ease infinite;
}
.cssload-dot:nth-child(1) {
	animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
	-o-animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
	-ms-animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
	-webkit-animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
	-moz-animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
}
.cssload-dot:nth-child(1):before {
	background-color: rgb(255,50,112);
	animation: cssload-dot-move 4.6s 0s ease infinite;
	-o-animation: cssload-dot-move 4.6s 0s ease infinite;
	-ms-animation: cssload-dot-move 4.6s 0s ease infinite;
	-webkit-animation: cssload-dot-move 4.6s 0s ease infinite;
	-moz-animation: cssload-dot-move 4.6s 0s ease infinite;
}
.cssload-dot:nth-child(2) {
	animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
	-o-animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
	-ms-animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
	-webkit-animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
	-moz-animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
}
.cssload-dot:nth-child(2):before {
	background-color: rgb(32,139,241);
	animation: cssload-dot-move 4.6s 1.15s ease infinite;
	-o-animation: cssload-dot-move 4.6s 1.15s ease infinite;
	-ms-animation: cssload-dot-move 4.6s 1.15s ease infinite;
	-webkit-animation: cssload-dot-move 4.6s 1.15s ease infinite;
	-moz-animation: cssload-dot-move 4.6s 1.15s ease infinite;
}
.cssload-dot:nth-child(3) {
	animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
	-o-animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
	-ms-animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
	-webkit-animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
	-moz-animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
}
.cssload-dot:nth-child(3):before {
	background-color: rgb(175,225,2);
	animation: cssload-dot-move 4.6s 2.3s ease infinite;
	-o-animation: cssload-dot-move 4.6s 2.3s ease infinite;
	-ms-animation: cssload-dot-move 4.6s 2.3s ease infinite;
	-webkit-animation: cssload-dot-move 4.6s 2.3s ease infinite;
	-moz-animation: cssload-dot-move 4.6s 2.3s ease infinite;
}
.cssload-dot:nth-child(4) {
	animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
	-o-animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
	-ms-animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
	-webkit-animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
	-moz-animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
}
.cssload-dot:nth-child(4):before {
	background-color: rgb(251,211,1);
	animation: cssload-dot-move 4.6s 3.45s ease infinite;
	-o-animation: cssload-dot-move 4.6s 3.45s ease infinite;
	-ms-animation: cssload-dot-move 4.6s 3.45s ease infinite;
	-webkit-animation: cssload-dot-move 4.6s 3.45s ease infinite;
	-moz-animation: cssload-dot-move 4.6s 3.45s ease infinite;
}
 @keyframes cssload-dot-move {
 0% {
 transform: translateY(0);
}
 18%, 22% {
 transform: translateY(-68px);
}
 40%, 100% {
 transform: translateY(0);
}
}
 @-o-keyframes cssload-dot-move {
 0% {
 -o-transform: translateY(0);
}
 18%, 22% {
 -o-transform: translateY(-68px);
}
 40%, 100% {
 -o-transform: translateY(0);
}
}
 @-ms-keyframes cssload-dot-move {
 0% {
 -ms-transform: translateY(0);
}
 18%, 22% {
 -ms-transform: translateY(-68px);
}
 40%, 100% {
 -ms-transform: translateY(0);
}
}
 @-webkit-keyframes cssload-dot-move {
 0% {
 -webkit-transform: translateY(0);
}
 18%, 22% {
 -webkit-transform: translateY(-68px);
}
 40%, 100% {
 -webkit-transform: translateY(0);
}
}
 @-moz-keyframes cssload-dot-move {
 0% {
 -moz-transform: translateY(0);
}
 18%, 22% {
 -moz-transform: translateY(-68px);
}
 40%, 100% {
 -moz-transform: translateY(0);
}
}
 @keyframes cssload-dot-colors {
 0% {
 background-color: rgb(15,229,143);
}
 25% {
 background-color: rgb(255,50,112);
}
 50% {
 background-color: rgb(32,139,241);
}
 75% {
 background-color: rgb(175,225,2);
}
 100% {
 background-color: rgb(251,211,1);
}
}
 @-o-keyframes cssload-dot-colors {
 0% {
 background-color: rgb(15,229,143);
}
 25% {
 background-color: rgb(255,50,112);
}
 50% {
 background-color: rgb(32,139,241);
}
 75% {
 background-color: rgb(175,225,2);
}
 100% {
 background-color: rgb(251,211,1);
}
}
 @-ms-keyframes cssload-dot-colors {
 0% {
 background-color: rgb(15,229,143);
}
 25% {
 background-color: rgb(255,50,112);
}
 50% {
 background-color: rgb(32,139,241);
}
 75% {
 background-color: rgb(175,225,2);
}
 100% {
 background-color: rgb(251,211,1);
}
}
 @-webkit-keyframes cssload-dot-colors {
 0% {
 background-color: rgb(15,229,143);
}
 25% {
 background-color: rgb(255,50,112);
}
 50% {
 background-color: rgb(32,139,241);
}
 75% {
 background-color: rgb(175,225,2);
}
 100% {
 background-color: rgb(251,211,1);
}
}
 @-moz-keyframes cssload-dot-colors {
 0% {
 background-color: rgb(15,229,143);
}
 25% {
 background-color: rgb(255,50,112);
}
 50% {
 background-color: rgb(32,139,241);
}
 75% {
 background-color: rgb(175,225,2);
}
 100% {
 background-color: rgb(251,211,1);
}
}
 @keyframes cssload-dot-rotate-1 {
 0% {
 transform: rotate(-105deg);
}
 100% {
 transform: rotate(270deg);
}
}
 @-o-keyframes cssload-dot-rotate-1 {
 0% {
 -o-transform: rotate(-105deg);
}
 100% {
 -o-transform: rotate(270deg);
}
}
 @-ms-keyframes cssload-dot-rotate-1 {
 0% {
 -ms-transform: rotate(-105deg);
}
 100% {
 -ms-transform: rotate(270deg);
}
}
 @-webkit-keyframes cssload-dot-rotate-1 {
 0% {
 -webkit-transform: rotate(-105deg);
}
 100% {
 -webkit-transform: rotate(270deg);
}
}
 @-moz-keyframes cssload-dot-rotate-1 {
 0% {
 -moz-transform: rotate(-105deg);
}
 100% {
 -moz-transform: rotate(270deg);
}
}
 @keyframes cssload-dot-rotate-2 {
 0% {
 transform: rotate(165deg);
}
 100% {
 transform: rotate(540deg);
}
}
 @-o-keyframes cssload-dot-rotate-2 {
 0% {
 -o-transform: rotate(165deg);
}
 100% {
 -o-transform: rotate(540deg);
}
}
 @-ms-keyframes cssload-dot-rotate-2 {
 0% {
 -ms-transform: rotate(165deg);
}
 100% {
 -ms-transform: rotate(540deg);
}
}
 @-webkit-keyframes cssload-dot-rotate-2 {
 0% {
 -webkit-transform: rotate(165deg);
}
 100% {
 -webkit-transform: rotate(540deg);
}
}
 @-moz-keyframes cssload-dot-rotate-2 {
 0% {
 -moz-transform: rotate(165deg);
}
 100% {
 -moz-transform: rotate(540deg);
}
}
 @keyframes cssload-dot-rotate-3 {
 0% {
 transform: rotate(435deg);
}
 100% {
 transform: rotate(810deg);
}
}
 @-o-keyframes cssload-dot-rotate-3 {
 0% {
 -o-transform: rotate(435deg);
}
 100% {
 -o-transform: rotate(810deg);
}
}
 @-ms-keyframes cssload-dot-rotate-3 {
 0% {
 -ms-transform: rotate(435deg);
}
 100% {
 -ms-transform: rotate(810deg);
}
}
 @-webkit-keyframes cssload-dot-rotate-3 {
 0% {
 -webkit-transform: rotate(435deg);
}
 100% {
 -webkit-transform: rotate(810deg);
}
}
 @-moz-keyframes cssload-dot-rotate-3 {
 0% {
 -moz-transform: rotate(435deg);
}
 100% {
 -moz-transform: rotate(810deg);
}
}
 @keyframes cssload-dot-rotate-4 {
 0% {
 transform: rotate(705deg);
}
 100% {
 transform: rotate(1080deg);
}
}
 @-o-keyframes cssload-dot-rotate-4 {
 0% {
 -o-transform: rotate(705deg);
}
 100% {
 -o-transform: rotate(1080deg);
}
}
 @-ms-keyframes cssload-dot-rotate-4 {
 0% {
 -ms-transform: rotate(705deg);
}
 100% {
 -ms-transform: rotate(1080deg);
}
}
 @-webkit-keyframes cssload-dot-rotate-4 {
 0% {
 -webkit-transform: rotate(705deg);
}
 100% {
 -webkit-transform: rotate(1080deg);
}
}
 @-moz-keyframes cssload-dot-rotate-4 {
 0% {
 -moz-transform: rotate(705deg);
}
 100% {
 -moz-transform: rotate(1080deg);
}
}*/
/*---------------------------------------
     Navigation section              
-----------------------------------------*/
.count-box.counted {
    font-size: 60px;
    color: var(--theme-color1);
    font-weight: 700;
    line-height: 1em;
    margin-right: 20px;
    text-transform: uppercase;
}
.sticky-wrapper {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000
}
.navbar {
	border-radius: 0;
}
.custom-navbar {
	border: none;
	margin-bottom: 0;
	padding: 6px 0;
	width: 100%;
}
.is-sticky .custom-navbar {
	background:#ececec !important;
	-moz-box-shadow: 0 10px 33px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 10px 33px rgba(0,0,0,.1);
	box-shadow: 0 10px 33px rgba(0,0,0,.1);
}
.custom-navbar .navbar-brand {
    color: #ed2024;
    font-weight: bold;
    font-size: 32px;
    line-height: 35px;
}
/*.custom-navbar .navbar-brand span {*/
/*	color: #f9c200;*/
/*}*/
.custom-navbar .navbar-brand span {
    color: #333;
}

.custom-navbar .nav li a {
    font-size: 14px;
    font-weight: bold;
    color:black;
    line-height: 40px;
    letter-spacing: 0.3px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
.custom-navbar .nav li a:hover {
	background: transparent;
	    color: #ed2024;
}
.custom-navbar .nav li .calltxt {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	display: block;
	margin-top: 15px;
	border: 1px dashed #fff;
	padding: 7px 20px;
	-webkit-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
}
.is-sticky .custom-navbar .nav li a {
	color: black;
}
.is-sticky .custom-navbar .nav li a:hover {
	color: #ed2024;
}
.is-sticky .custom-navbar .navbar-brand {
    color: #ed2024;
    line-height: 20px;
}
.is-sticky .custom-navbar .navbar-brand span {
	color: #333;
}
.is-sticky .custom-navbar .nav li .calltxt {
	background: #f9c200;
	border-color: #f9c200;
	margin-top: 10px;
	color: #fff;
}
.custom-navbar .navbar-nav > li > a:hover, .custom-navbar .navbar-nav > li > a:focus {
	background-color: transparent;
}
.custom-navbar .nav li.active > a {
	background-color: transparent;
	color: #f9c200;
}
.custom-navbar .navbar-toggle {
	border: none;
	padding-top: 37px;
}
.custom-navbar .navbar-toggle {
	background-color: #fbfbfb;;
}
.custom-navbar .navbar-toggle .icon-bar {
    background: #ed2024;
    border-color: transparent;
}
.navbar-collapse.in {
	overflow: visible;
	max-height: none;
	background: #fff;
	padding: 0 30px;
}
.navbar-collapse.in .nav li.active a {
	color: #000;
}
.is-sticky .custom-navbar .nav li a {
	line-height: 40px;
}
 @media(min-width:768px) {
.custom-navbar {
	border-bottom: 0;
}
.custom-navbar.top-nav-collapse {
	background: rgba(0,0,0,0.7);
	padding: 6px 0;
}
}
/*---------------------------------------
    Home section              
-----------------------------------------*/

#home {
	background: url(../images/home-bg.jpg) no-repeat bottom;
	background-size: cover;
	color: #ffffff;
	position: relative;
	text-align: center;
	min-height: 800px;
}
#home h3 {
	color: #f0f0f0;
}
#home .overlay {
	background: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.slide-text {
	margin-top: 170px;
}
.slide-text h1 {
	margin-top: 0;
}
.slide-text h3 {
	font-size: 30px;
}
.slide-text p {
	color: #fff;
	line-height: 24px;
	max-width: 770px;
	margin: 20px auto;
}
#js-rotating {
	border: 1px solid #fff;
	padding: 10px 20px;
	display: inline-block;
}
/*Banner Form*/
.bformBox {
	background: #f9c200;
	padding: 40px;
	margin-top: -120px;
	position: relative;
	z-index: 100;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.bformBox.nomr {
	margin-top: 0;
}
.bformBox h3 {
	color: #fff;
	margin: 0 0 30px 0;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
}
.bformBox .formrow {
	margin-bottom: 20px;
}
.bformBox .formrow .form-control {
	height: auto;
	border-radius: 0;
	padding: 10px 15px;
	font-size: 22px;
	border-color: #ddd;
	box-shadow: none;
	color: #999;
	border: none;
	background: #fff;
}
.bformBox .formrow textarea.form-control {
	height: 100px;
}
.bformBox .formrow .bootstrap-select {
	padding: 0;
	background: none;
}
.bformBox .formrow .dropdown-toggle {
	padding: 10px 15px;
	border-radius: 0;
	font-size: 22px;
	color: #999;
	border: none;
	z-index: 1;
}
.bformBox .formrow .dropdown-toggle:hover, .bformBox .formrow .dropdown-toggle:active, .bformBox .formrow .dropdown-toggle:focus {
	background: #fff;
}
.bformBox .input-group-addon {
	background: #eee;
	color: #444;
	font-size: 16px;
	border-color: #eee;
	padding: 6px 20px;
}
.formrow .dropdown-menu .form-control {
	border: 1px solid #ddd;
	font-size: 16px;
	margin-bottom: 10px;
}
.formbtn {
	text-align: center;
	margin-top: 10px;
}
.formbtn .btn {
	background: #333;
	font-size: 18px;
	color: #fff;
	padding: 12px 30px;
	text-transform: uppercase;
	border-radius: 0;
	font-weight: 700;
}
.formbtn .btn:hover {
	background: rgba(0,0,0,0.5);
}
/*---------------------------------------
   Cars List section              
-----------------------------------------*/
.vehiclesList ul li h3 {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	color: #f9c200;
	margin: 30px 0 0 0;
}
.vehiclesList ul li .subtitle {
	color: #888;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 20px;
}
.vehiclesList ul li .subtitle:after {
	position: absolute;
	width: 40px;
	height: 5px;
	background: #f9c200;
	content: '';
	left: 0;
	bottom: 0;
}
.vehiclesList ul li .btn {
	display: block;
	background: #333;
	margin-top: 20px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0;
	padding: 15px 30px;
	font-size: 18px;
}
.vehiclesList ul li .btn:hover {
	background: #f9c200;
}
.carPrice strong {
	font-size: 48px;
	line-height: 48px;
}
.carPrice span {
	font-size: 14px;
	vertical-align: top;
	color: #999;
	display: inline-block;
	margin-top: 5px;
}
.carinfo {
	background: #f9c200;
	padding: 20px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}
.carinfo ul li {
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding: 10px 0
}
.carinfo ul li:last-child {
	border-bottom: 0;
}
.carinfo ul li strong {
	float: right;
}
/*---------------------------------------
   Counter section              
-----------------------------------------*/

#counter {
	background: url(../images/counter-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 60px 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:#f9c200;
}
 100% {
background-color:#f9c200;
}
}

/* Standard syntax */
@keyframes bannerbg {
 0% {
background-color:#0562da;
}
 25% {
background-color:#fec107;
}
 50% {
background-color:#c90157;
}
 75% {
background-color:#f9c200;
}
 100% {
background-color:#f9c200;
}
}
#counter .counter-number {
	display: block;
	color: #fff;
	font-size: 60px;
	line-height: 60px;
}
#counter span {
	color: #999;
	font-weight: 400;
	text-transform: uppercase;
}
.counter-icon {
	font-size: 60px;
	margin-bottom: 5px;
	color: #f9c200;
}
/*********************************************
		Revolution slider options
**********************************************/
.tp-banner-container {
	position: relative;
z-index:;
	padding: 0;
	width: 100%;
}
.tp-banner {
	position: relative;
	width: 100%;
}
.tp-banner ul {
	padding: 0;
	margin: 0;
}
.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;
}
.tp-arr-allwrapper:hover .tp-arr-iwrapper {
	color: #fff;
}
.tp-leftarrow .tp-arr-allwrapper {
}
.tp-rightarrow .tp-arr-allwrapper {
}
.tp-arr-iwrapper {
	color: #fff;
	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: 50px;
	font-weight: 700;
	padding: 15px 0;
	text-transform: none !important;
	font-family: 'Roboto', sans-serif;
}
.slidertext1 span {
	color: #f9c200;
}
.slidertext2 {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	padding: 15px 0;
	text-transform: none;
	font-family: 'Roboto', sans-serif;
}
.sliderpara {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 15px 0;
	text-transform: none !important;
}
.sliderbtn a {
	color: #fff !important;
}
.sliderbtn a:hover {
	color: #000 !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);
}
}
/*---------------------------------------
    About section              
-----------------------------------------*/

#about {
	/*padding: 70px 0;*/
}
.about-desc h2 {
	font-size: 36px;
	text-align: center;
	color: #272727;
	font-weight: 500;
	margin-bottom: 30px;
}
#about .about-desc h4 {
	margin-top: 0px;
	padding-bottom: 8px;
}
#about .about-desc h3 {
	font-size: 24px;
}
#about .about-desc p {
}
#about .about-desc a {
	color: #fff;
}
#about .about-desc a:hover {
	color: #f9c200;
}
.circleList {
	list-style: none;
}
.circleList li {
	text-align: center;
	margin-bottom: 0;
}
.circleList li .cricle {
	color: #555;
	font-size: 36px;
	text-align: center;
	margin: 0 auto;
	background: #eee;
	padding: 15px 11px;
}
.circleList li .title {
	font-size: 14px;
	margin-top: 10px;
	font-weight: 600;
	margin-bottom: 30px;
	color: #f9c200;
}
#about .team-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
}
#about .team-wrapper h2 {
	color: #353535;
	font-size: 26px;
	line-height: 32px;
}
#about .team-wrapper strong {
	color: #f9c200;
	font-weight: 600;
}
#about .team-wrapper img {
	border-radius: 2px;
	width: 100%;
}
#about .team-wrapper .team-desc {
	background: rgba(250,250,250,0.5);
	position: absolute;
	cursor: crosshair;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	padding: 20em 4em 0 0;
	transition: all 0.4s ease-in-out;
	text-align: right;
}
#about .team-wrapper:hover .team-desc {
	opacity: 1;
	transform: scale(1.1);
}
ul.orderlist {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0
}
ul.orderlist li {
	color: #333;
	font-size: 16px;
	position: relative;
	padding: 10px 0;
	padding-left: 45px;
	line-height: 30px;
	font-weight: 600;
}
ul.orderlist li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	vertical-align: middle;
	color: #000;
	/*background: #f9c200;*/
	padding: 4px 25px;
	line-height: 24px;
	font-weight: 400;
}
/*********************************************
			Services Start
**********************************************/
.servicesbox {
	padding: 100px 0;
}
.servicesbox h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 40px 0;
	position: relative;
}
.servicesbox h3:after {
	content: '';
	background: #f9c200;
	height: 2px;
	width: 60px;
	position: absolute;
	bottom: -20px;
	left: 0;
}
.servicesbox h3:before {
	content: '';
	background: #f9c200;
	height: 9px;
	width: 4px;
	position: absolute;
	bottom: -23px;
	left: 28px;
}
.servicesbox p {
	color: #fff;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: 26px;
	font-weight: 300;
	margin-top: 10px;
}
.servicesbox .readmore {
	display: inline-block;
	padding: 15px 30px;
	color: #fff;
	margin-top: 30px;
	text-transform: uppercase;
	font-weight: 600;
	background: #f9c200;
	border-radius: 0;
}
.servicesbox .readmore i {
	font-weight: 400;
	margin-left: 10px;
}
.servicesbox .readmore:hover {
	background: #fff;
	color: #333;
	text-decoration: none;
}
.dark h3 {
	color: #000;
}
.dark p {
	color: #000;
}
.bg1 {
	background: url(../images/service-bg-1.jpg) no-repeat left;
	background-size: cover;
}
/*---------------------------------------
   			How it works         
-----------------------------------------*/
.howitwrap {
	position: relative;
}
.howitwrap .section-title {
	text-align: left;
	padding-bottom: 15px;
}
.howitwrap .section-title h3:after {
	left: 0;
	margin-left: 0
}
.howitwrap .section-title h3:before {
	left: 26px;
	margin-left: 0
}
.howlist {
	list-style: none;
	margin-bottom: 20px;
}
.howlist li {
	margin-top: 30px;
}
.howlist li .howbox:after {
	display: table;
	clear: both;
	content: '';
}
.howlist li .iconcircle {
	margin-bottom: 15px;
	float: left;
	margin-right: 30px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #f9c200;
	text-align: center;
	line-height: 50px;
}
.howlist li .iconcircle i {
	font-size: 24px;
	color: #fff;
	margin-top: 22px;
	display: block;
}
.howlist li h4 {
	font-size: 18px;
	font-weight: 700;
	color: #444;
	margin-bottom: 5px;
}
.howlist li p {
	font-size: 16px;
	line-height: 24px;
	color: #555;
}
.fullimg {
	height: 650px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	width: 50%;
	float: left;
}
.stcontent {
	float: left;
	padding: 50px;
	width: 50%;
}
/*---------------------------------------
   Service section              
-----------------------------------------*/

#service .service-thumb {
	margin-bottom: 30px;
	/*background: #f1f1f1;*/
	padding: 30px;
	box-shadow: 0px 0px 3px #000;
	transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	-moz-transition: ease-in-out 0.3s;
	-ms-transition: ease-in-out 0.3s;
}
#service .service-thumb:hover {
	/*background: #333;*/
	box-shadow: 0px 0px 5px #ed2024;
}
#service .service-thumb h4 {
	color: #ed2024;
	font-size: 24px;
}
#service .thumb-icon {
	/*background: rgba(0, 0, 0, 0.3);*/
	color: #ed2024;
	border: 2px solid #ed2024; 
	width: 70px;
	height: 70px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 15px;
	margin-top: 10px;
	transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	-moz-transition: ease-in-out 0.3s;
	-ms-transition: ease-in-out 0.3s;
}
#service .service-thumb:hover .thumb-icon {
	background:white;
}
#service .service-thumb p {
	color: #000;
	margin-bottom: 0;
}
#service .fa {
	font-size: 24px;
	margin-top: 22px;
	color: #ed2024;
}
/*---------------------------------------
    Team section              
-----------------------------------------*/
#team {
	background: #fff;
}
#team .thumb-image {
	margin-bottom: 15px;
	overflow: hidden;
	border: 1px solid #f9c200;
	transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	-moz-transition: ease-in-out 0.3s;
	-ms-transition: ease-in-out 0.3s;
}
#team .team-thumb:hover .thumb-image {
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	border-color: #000;
}
#team .team-thumb h4 {
	margin: 0 0 5px 0;
	color: #000;
	font-size: 24px;
}
#team .team-thumb p {
	padding: 0 15px;
}
#team .team-thumb h5 {
	color: #777;
	margin: 0 0 10px 0;
	font-weight: 400;
}
#team .team-thumb img {
	width: 100%;
}
#team .contct {
	color: #555;
	padding: 6px 0;
	border-top: 1px solid #eee;
}
#team .contct i {
	color: #f9c200;
	margin-right: 7px;
}
/* Social */
.social {
	margin-top: 15px;
	margin-bottom: 20px;
}
.social li a {
	display: block;
	height: 36px;
	width: 36px;
	color: #fff !important;
	line-height: 36px;
	text-align: center;
	text-decoration: none !important;
	background: #f9c200
}
.social li a:hover {
	background: #333;
}
/*---------------------------------------
    Testimonials section              
-----------------------------------------*/
#testimonials {
	color: #fff;
	padding: 50px 0;
	background: #555 url(../images/background/testi-back.jpg) repeat center;
    /*background-size: 1%;*/
}
#testimonials h2 {
	color: #000;
}
#testimonials .section-title {
	padding-bottom: 30px;
}
.testimonialsList {
	list-style: none;
}
.testimonialsList li {
	text-align: center;
	margin: 0 0 15px 0;
}
.testimonialsList li .clientname {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	margin-top: 10px;
}
.testimonialsList li p {
	font-style: italic;
	line-height: 26px;
	color: #000;
	max-width: 770px;
	margin: 0 auto;
	font-size: 18px;
}
.testimonialsList li .clientinfo {
	font-weight: 400;
	color: #ed2024;
}
#testimonials .section-title p {
	font-size: 18px;
	color: #fff;
}
.testimonialsList li .rating {
	color:#ed2024;
	font-size: 24px;
	margin-bottom: 10px;
}
/*---------------------------------------
    Taglinewrap section              
-----------------------------------------*/
.taglinewrap {
	background: #f9c200 url(../images/tagline-bg.jpg) no-repeat;
	background-size: cover;
	text-align: center;
	padding: 60px 0;
}
.taglinewrap h2 {
	color: #fff;
	margin-bottom: 15px;
	font-size: 40px;
}
.taglinewrap p {
	color: #ccc;
	max-width: 800px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 26px;
}
.taglinewrap a {
	display: inline-block;
	background: #f9c200;
	padding: 15px 35px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 25px;
}
.taglinewrap a:hover {
	background: #fff;
	color: #000;
}
/* =======================
		Blog Grid
======================= */
#blog {
	padding: 0 0 50px 0;
}
.blogGrid {
	list-style: none;
}
.blogGrid li {
	margin-bottom: 30px;
}
.blogGrid li .postimg {
	position: relative;
	display: block;
	margin: 0;
	overflow: hidden;
}
.blogGrid li .postimg img {
	width: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.blogGrid li:hover .postimg img {
	-ms-transform: scale(1.2) rotate(5deg);
	-moz-transform: scale(1.2) rotate(5deg);
	-webkit-transform: scale(1.2) rotate(5deg);
	-o-transform: scale(1.2) rotate(5deg);
	transform: scale(1.2) rotate(5deg);
}
.postimg .date {
	font-weight: bold;
	font-size: 15px;
	color: #999;
	line-height: 20px;
}
.blogGrid li .post-header {
	margin-bottom: 15px;
	background: #333;
	padding: 25px;
}
.blogGrid li .post-header .date {
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.15);
	padding-bottom: 10px;
}
.blogGrid li .post-header .date i {
	margin-right: 5px;
}
.blogGrid li .post-header h4 a {
	color: #f9c200;
}
.blogGrid li .post-header h4 a:hover {
	text-decoration: underline;
	color: #fff;
}
.blogGrid li p {
	font-size: 14px;
}
.blogGrid .readmore {
	display: inline-block;
	margin-top: 25px;
	color: #fff;
	font-weight: 600;
	padding: 10px 20px;
	background: #f9c200;
}
.blogGrid .readmore i {
	margin-left: 7px;
}
.blogGrid .readmore:hover {
	text-decoration: none;
	background: #000
}
.postmeta {
	margin: 10px 0 0 0;
	line-height: 24px;
	color: #999;
}
.postmeta span, .postmeta a {
	color: #fff;
	display: inline-block;
	margin-right: 10px;
}
/*---------------------------------------
    Contact section              
-----------------------------------------*/
#contact {
	padding: 50px 0;
}
.contact {
	margin-bottom: 30px;
	border: 1px solid #eee;
	padding: 13px;
	text-align: left;
	background: #f9f9f9;
}
.contact > span {
    color: #ed2024;
    float: left;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    border: 1px solid #ed2024;
    background: #fff;
}

.inner-page .fa-home:before {
	content: "\f015";
}
.information {
	/*margin-top: 5px;*/
	padding-left: 57px;
}
.information > strong {
	color: #000;
	display: table;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.information > p {
	line-height: 22px;
	margin: 0;
	font-size:14px;

}
.contact-form {
	position: relative;
}
.contact-form h4 {
	text-align: left;
	color: #333;
	font-size: 36px;
	margin: 0 0 30px 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
}
.contact-form h4 span {
	color: #f9c200;
	font-weight: 400;
}
#contact .form-control {
	border-color: transparent;
	border-radius: 5px;
	box-shadow: none;
	font-size: 14px;
	margin-bottom: 30px;
	-webkit-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
   
}
#contact input {
	border: 2px solid #f0f0f0 !important;
	height: 40px;
}
#contact input:focus, #contact textarea:focus {
	border-color: #ed2024 !important;
}
#contact textarea {
	background: #fff;
	border: 2px solid #f0f0f0 !important;
}
#contact button#submit {
	background-color: #ed2024;
	border: none;
	color: #ffffff;
	padding: 10px 30px;
	border-radius: 0;
	height: auto;
	width: 100%;
	font-weight: 700;
	text-transform: uppercase;
}
#contact button#submit:hover {
	background: #555;
	color: #ffffff;
}
#map {
	width: 100%;
	height: 400px;
	border: none;
	display: block;
	pointer-events: none;
}
.frmap {
	margin-top: 10px;
}
/*---------------------------------------
    Address section              
-----------------------------------------*/

#address {
	color: #333;
	text-align: left;
	margin-top: 10px;
}
#address .fa {
	font-size: 42px;
	color: #f9c200;
	float: left;
	width: 50px;
	height: 70px;
	margin-right: 15px;
}
#address h4 {
	color: #444;
	margin: 0;
}
#address p {
	color: #888;
	margin-bottom: 0
}
.address-office, .address-phone, .address-email {
	margin-bottom: 30px;
	clear: both;
	border: 1px solid #ddd;
	background: #fff;
	padding: 20px;
	min-height: 120px;
}
/*---------------------------------------
   Newsletter
-----------------------------------------*/
.newsletter {
	background: #f9c200;
	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: '\f2b7';
	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: #333;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 16px 30px 17px 30px;
	cursor: pointer;
	border: none;
	color: #fff;
	border-radius: 0;
}
/*---------------------------------------
   Clients
-----------------------------------------*/
.our-clients {
	padding: 50px 0;
	background: #f7f7f7;
}
.our-clients .owl-controls {
	display: none !important;
}
/*---------------------------------------
   Footer section              
-----------------------------------------*/
   .safety {
    margin-top: 26px;
}


footer {
	/*background: #f9c200 url(../images/footer-bg.jpg) no-repeat center;*/
	background-size: cover;
	padding: 40px 0;
	background-color: #000;
	text-align: center;
}
.socialLinks {
	margin-bottom: 20px;
}
.socialLinks a {
	font-size: 18px;
	color: #fff;
	display: inline-block;
	margin: 0 5px;
	width: 36px;
	height: 36px;
	background: #ed2024
}
.socialLinks a:hover {
	color: #ed2024;
	background: #fff;
}
.socialLinks a i {
	display: block;
	margin-top: 9px;
}
footer .footer-copyright p {
	color: #fff;
	margin-bottom: 0;
}
.scrollup {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	background-color: #000;
	padding: 5px;
	opacity: 0.5;
	border-radius: 50%;
}
.scrollup i {
	color: #fff;
	display: block;
	line-height: 30px;
	text-align: center;
}
.scrollup:hover {
	opacity: 1;
	text-decoration: none;
}
.successpage {
	width: 100%;
	text-align: center;
	position: fixed;
	left: 0;
	top: 50%;
	margin-top: -170px;
}
.successpage .btn {
	background: #f9c200;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 20px;
	border-radius: 0;
	margin-top: 25px;
}
.successpage .btn:hover {
	background: #444;
}
.successpage h1 {
	color: #56b50f;
	font-size: 48px;
}
.successpage h2 {
	font-weight: 300;
	color: #444;
}
.successpage p {
	max-width: 770px;
	margin: 10px auto;
}
/* =======================
		Blog Listing
======================= */
.blogWraper {
	margin-bottom: 40px;
}
.blogList {
	list-style: none;
}
.blogList li {
	background: #fff;
	padding: 20px;
	margin-bottom: 30px;
	border: 1px solid #e4e4e4;
}
.blogList li:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	border-color: #f9c200;
}
.blogList li .postimg {
	position: relative;
}
.blogList li .postimg .date {
	width: 60px;
	height: 60px;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	padding: 7px 10px 0 10px;
	text-align: center;
	line-height: 20px;
	background: #f9c200;
	letter-spacing: 0.4px;
	outline: 3px solid #f9c200;
	border: 1px solid #fff;
	position: absolute;
	left: 14px;
	top: 14px;
	z-index: 12;
}
.post-header {
	margin-bottom: 15px;
}
.post-header h4 a {
	font-size: 24px;
	color: #333;
	font-weight: 600;
}
.post-header h4 a:hover {
	color: #f9c200;
}
.postmeta {
	margin: 10px 0;
	font-size: 14px;
}
.postmeta span, .postmeta a {
	color: #f9c200;
}
.blogList li p {
	font-size: 14px;
	line-height: 24px;
	color: #777;
}
.blogList li .readmore {
	background: #f9c200;
	display: inline-block;
	margin-top: 5px;
	color: #fff;
	font-weight: 600;
	font-size: 13px;
	padding: 10px 25px;
}
.blogList li .readmore i{
	margin-left:5px;
}
.blogList li .readmore:hover {
	text-decoration: none;
	background: #333;
}
/*Pagination*/
.pagiWrap .showreslt {
	font-size: 14px;
	font-weight: 600;
	margin-top: 10px;
}
.pagiWrap .pagination {
	text-align: right;
	margin: 0;
}
.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
	border-radius: 0;
}
/*Side bar*/
.sidebar {
	background: #f9f9f9;
	border: 1px solid #eee;
	padding: 20px;
	margin-bottom: 30px;
}
.sidebar .widget {
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
.sidebar .widget-title {
	font-size: 18px;
	font-weight: 600;
	color: #666;
	margin-bottom: 20px;
}
/*Sidebar Search*/
.search {
	position: relative;
	margin-bottom: 15px;
}
.search .form-control {
	border-radius: 0;
	height: auto;
	padding: 10px 12px;
	border-color: #ddd;
}
.search .btn {
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0;
	background: none;
	font-size: 20px;
}
/*categories*/
.categories li {
	margin-bottom: 15px;
	position: relative;
	padding-left: 17px;
}
.categories li a {
	margin-top: 0;
	color: #888;
	font-size: 14px;
	font-weight: 600;
}
.categories li a:hover {
	color: #000;
}
.categories li:before {
	content: "\f0da ";
	font-family: 'FontAwesome';
	position: absolute;
	left: 0px;
	color: #f9c200;
	font-size: 12px;
}
/*Archives*/
.archive li {
	line-height: 45px;
}
.archive li a {
	margin-top: 0;
	color: #888;
	font-size: 14px;
	font-weight: 600;
}
.archive li span {
	float: left;
	height: 30px;
	width: 30px;
	text-align: center;
	background: #f5f5f5;
	border: 1px solid #fff;
	outline: 3px solid #f5f5f5;
	margin-right: 20px;
	line-height: 26px;
	font-size: 12px;
	color: #777777;
	margin-top: 10px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.archive li a:hover span {
	background: #f9c200;
	color: #fff;
}
/*Popular Posts*/
.papu-post {
}
.papu-post .media-left {
	margin-right: 0px;
}
.papu-post .media-left img {
	width: 100%;
}
.papu-post .media-left a {
	width: 80px;
	margin-top: 0;
	margin-right: 5px;
	display: inline-block;
}
.papu-post span {
	color: #f9c200;
	letter-spacing: 0px;
	font-size: 11px;
}
.papu-post li {
	border-bottom: 1px solid #ececec;
	padding: 20px 0;
	margin: 0px;
}
.papu-post .media-heading {
	display: inline-block;
	width: 100%;
	color: #777777;
	margin-top: 0px;
	font-size: 14px;
	line-height: 20px;
}
.papu-post li:last-child {
	border-bottom: 0;
}
/*Tags*/
.tags:after {
	display: table;
	clear: both;
	content: '';
}
.tags li {
	display: inline-block;
	float: left;
}
.tags a {
	font-size: 13px;
	color: #969595;
	border: 1px solid #dadada;
	padding: 7px 10px;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
	background: #fff;
}
.tags a:hover {
	border: 1px solid #f9c200;
	background: #f9c200;
	color: #fff;
	text-decoration: none;
}
/*Photo Streen*/
.photo-steam {
	margin: 0 -5px;
}
.photo-steam:after {
	display: table;
	clear: both;
	content: '';
}
.photo-steam li {
	float: left;
	width: 25%;
	padding: 0 5px;
	margin-bottom: 10px;
}
.blogdetailbox .date {
	margin-top: 15px;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}
.blogdetailbox p {
	font-size: 14px;
}
/*Comments*/
blockquote {
	display: block;
	font-size: 16px;
	line-height: 24px;
	margin: 20px 0;
	padding: 20px 20px 20px 60px;
	position: relative;
	border: 3px solid #f9c200;
	box-shadow: 0 0 12px rgba(0,0,0,0.2);
}
blockquote p {
	font-style: italic;
	display: inline-block;
	color: #000;
}
blockquote:before {
	color: #ddd;
	content: "\f10d";
	font-family: 'FontAwesome';
	font-size: 22px;
	font-style: normal;
	left: 24px;
	position: absolute;
	top: 20px;
	transform: scale(-1);
}
blockquote:after {
	color: #ddd;
	content: "\f10e";
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 22px;
	font-style: normal;
	margin: 0 0 0 8px;
	position: relative;
	top: 3px;
}
.comments h4 {
	color: #222222;
	font-size: 24px;
	font-weight: 600;
}
.comments .media-body h4 span {
	font-size: 12px;
	color: #777777;
	margin-left: 20px;
	display: inline-block;
	width: 100%;
}
.comments {
	margin-top: 30px;
}
.comments .media-list {
	margin-bottom: 30px;
}
.comments .media-list li {
	padding: 20px;
	border: 1px solid #e9e9e9;
	position: relative;
	background: #fff;
}
.comments .media-left {
	margin-right: 20px;
}
.comments .media-left a {
	width: 100px;
	display: inline-block;
}
.comments .media p {
	margin-top: 5px;
	color: #333;
	line-height: 20px;
	font-size: 14px;
}
.comments .media h6 span {
	font-size: 13px;
	color: #999;
	margin: 0;
	margin-top: 10px;
	text-transform: none;
	display: inline-block;
	width: 100%;
}
.comments .media {
	margin-top: 30px;
}
.comments .media h6 {
	font-weight: 600;
	color: #00b1f1;
	font-size: 16px;
	text-transform: none;
}
.margin-left80 {
	margin-left: 80px;
}
.comments .btn.raply {
	padding: 10px 12px;
	font-size: 12px;
	color: #333;
	background: #f5f5f5;
	border: none;
	border-radius: 0;
	position: absolute;
	top: 15px;
	right: 0;
}
.comments .btn.raply:hover {
	background: #00b1f1;
	color: #fff;
}
.comments .media a img {
	margin-bottom: 10px;
}
.commnetsfrm {
	background: #fff;
	padding: 25px;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.comments form label {
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 20px;
	display: inline-block;
	width: 100%;
	font-size: 12px;
}
.comments form .form-control {
	display: inline-block;
	width: 100%;
	height: 40px;
	margin-top: 5px;
	border-radius: 0px;
	box-shadow: none;
	background: none;
	border: 1px solid #e8e8e8;
}
.comments form textarea.form-control {
	display: inline-block;
	width: 100%;
	height: 150px;
}
.commnetsfrm .btn {
	background: #f9c200;
	color: #fff;
	font-weight: 700;
	margin-top: 20px;
	font-size: 18px;
	padding: 10px 25px;
	cursor: pointer;
	border-radius: 0px;
}
.innercms {
	padding: 50px 0;
}
.pageTitle {
	background: url(../images/home-bg.jpg) no-repeat top;
	background-size: cover;
	text-align: center;
	padding: 120px 0 50px 0;
}
.pageTitle h1 {
	color: #fff;
	margin: 0;
}
.pagiWrap {
	margin-top: 40px;
	text-align: right;
}
.pagiwrap .page-link {
	margin: 0 5px;
	border-radius: 0px !important;
	color: #000;
}
.page-item:last-child .page-link, .page-item:first-child .page-link {
padding:.5rem 1.5rem;
}
.page-item.active .page-link {
	background: #f9c200;
	border-color: #f9c200;
}


/*---------------------------------------
   Mobile Responsive styles              
-----------------------------------------*/
@media (max-width: 1024px) {
.custom-navbar .nav li a {
	padding: 10px 15px;
}
.custom-navbar .navbar-brand {
	font-size: 24px;
	line-height: 24px;
}
.navbar-right {
	margin-top: 10px;
}
.stcontent, .fullimg {
	float: none;
	width: auto;
}
.fullimg {
	height: 350px;
	margin: 30px 30px 0 30px;
}
}
@media (max-width: 990px) {
h1 {
	font-size: 52px;
}
.is-sticky .navbar-brand {
	display: none;
}
.custom-navbar .nav li a {
	padding: 10px 15px;
}
.custom-navbar .nav li .calltxt {
	margin-top: 0;
	padding: 7px 15px
}
.is-sticky .custom-navbar .nav li .calltxt {
	margin-top: 0;
}
.navbar-header {
	float: none;
	text-align: center;
	padding-bottom: 20px;
}
.navbar-brand {
	/*float: none;*/
	display: inline-block;
}
.custom-navbar {
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding-bottom: 20px;
}
.is-sticky .custom-navbar {
    padding-bottom: 5px !important;
}
.is-sticky .custom-navbar .nav li a {
	padding: 10px 15px;
}
.pageTitle {
	padding-top: 170px;
}
.image-popup{display:block; margin:30px 0;}
.servicesbox {
	padding: 60px 30px;
}
.servicesbox h3 {
	font-size: 30px;
}
#counter .counter-number {
	font-size: 48px;
}
#service .service-thumb-first, #service .service-thumb-second {
	margin-bottom: 32px;
}
ul.orderlist li {
	float: none;
	width: auto;
}
#team .team-thumb {
	margin-bottom: 30px;
}
.postimg {
	margin-top: 30px;
	margin-bottom: 30px
}
.newsletter, #blog, #work {
	/*padding: 50px 15px;*/
}
.taglinewrap {
	padding: 50px 15px;
}
}
 @media (max-width: 880px) {
.portfolio-grid li .itemtitle p {
	font-size: 14px;
	line-height: 22px;
}
.portfolio-grid li .itemtitle {
	padding: 10px;
}
}
 @media (max-width: 768px) {
h1 {
	font-size: 48px;
}
#counter .counter-item {
	margin-top: 28px;
	margin-bottom: 28px;
}
}
 @media (max-width: 767px) {
.navbar-header {
	text-align: left;
	background-color: #fbfbfb;
}
.custom-navbar {
	border-bottom: 0;
	padding-bottom: 0;
}
.sticky-wrapper, .navbar-collapse.in {
	z-index: 100000;
}
.is-sticky .navbar-collapse.in {
	background: #fff;
}
.is-sticky .navbar-brand {
	display: block;
}
.custom-navbar .navbar-brand {
	line-height: 15px;
}
.custom-navbar .nav li .calltxt {
	border-left: 0;
}
.slide-text{margin-top:80px;}
#home {
	min-height: 500px;
}
.bformBox {
	margin-top: 15px;
}
.vehiclesList ul li h3, .vehiclesList ul li .subtitle, .vehiclesList ul li .carPrice {
	text-align: center;
}
.vehiclesList ul li .subtitle:after {
	left: 50%;
	margin-left: -20px;
}
.pageTitle {
	padding-top: 90px;
}
.margin-left80 {
	margin-left: 0;
}
#about .about-desc {
	margin-bottom: 32px;
}
#address .address-phone {
	margin-top: 22px;
	margin-bottom: 22px;
}
#team .team-thumb {
	margin-bottom: 30px;
}
.is-sticky .custom-navbar .nav li a {
	/*line-height: 30px;*/
}
#service .service-thumb {
}
#counter .counter-number {
	font-size: 48px;
}
.parallax-section, #about, #packages {
	padding: 50px 15px;
}
.videowraper, .howitwrap {
	padding: 50px 15px;
}
.howlist li .iconcircle {
	margin-bottom: 50px;
}
}
 @media (max-width: 580px) {
h1 {
	font-size: 29px
}
h2 {
	font-size: 24px;
	line-height: 42px;
}
h3 {
	font-size: 12px;
	letter-spacing: 0px;
}
}
 @media (max-width: 350px) {
#about .team-wrapper .team-desc {
	padding-top: 14em;
}
}

.tj-offers {
    /* float: left; */
    width: 100%;
    padding: 55px 45px 25px 45px;
    border-bottom: 1px solid #ececec;
    text-align: center;
}
/*.tj-offers{*/
  /*float:left;*/
/*  width:100%;*/
/*  padding:55px 45px 25px 45px;*/
/*  border-bottom:1px solid #ececec;*/
/*}*/
.tj-offers .offer-box{
  float:left;
  width:100%;
  padding-right:5px;
  margin-bottom:30px;
}
.offer-box .offer-info{
  overflow:hidden;
}

.tj-offers .offer-box{
  float:left;
  width:100%;
  padding-right:5px;
  margin-bottom:30px;
}
.offer-box img{
  float:left;
  margin-right:15px;
}
/*.offer-box .offer-info{*/
/*  overflow:hidden;*/
/*}*/
.offer-box .offer-info{
  overflow:hidden;
      display: flex;
}
.offer-box h4{
  font-family:'Montserrat',sans-serif;
  font-size:18px;
  line-height:22px;
  color:#444444;
  font-weight:600;
  margin:22px 0 10px;
}
.offer-box p{
  line-height:24px;
  font-size:15px;
  color:#777777;
  font-weight:400;
  margin:0;
}

.tj-welcome{
	float:left;
	width:100%;
	background-color:#fff;
	padding:40px 0;
}
.tj-welcome .welcome-banner{
	float:left;
	width:100%;
}


.about-info .facts-list{
	list-style:none;
	margin:0;
	padding:50px 0 0;
}
.about-info .facts-list li{
	display:inline-block;
	margin-right:95px;
}
.about-info .facts-list li:last-child{
	margin-right:0
}
.about-info .facts-list li .fact-count{
	font-family:'Montserrat',sans-serif;
	font-weight:600;
	font-size:40px;
	color:#444;
}
.about-info .facts-list li .fact-count i{
	font-size:18px;
	margin-left:0;
}
.about-info .facts-list li span{
	display:block;
	font-size:15px;
	line-height:26px;
	color:#777777;
	font-weight:400;
}

.about-info a {
    text-decoration: underline;
    display: block;
    font-family: 'Montserrat',sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    color: #ed2024;
}



.about-info .tj-heading-style h3
   {
   	font-size: 25px;
    font-family: 'Montserrat',sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    color: #ed2024;
    position: relative;
    /*padding-bottom: 120px*/
    margin: 0;
  }

@media (max-width: 767px){
.about-info .facts-list li {
    width: 100%;
    display: block;
    margin-right: 0;
    text-align: center;
    border: 1px solid #e0e0e0;
    padding: 25px 0;
    border-radius: 5px;
    margin-bottom: 30px;
}
}



.fleet-carousel{
	width:100%;
	float:left;
	padding:130px 0 140px;
	background:url("../images/fleet-carousel-bg.jpg") no-repeat center center;
	background-size:cover;
	position:relative;
	overflow:hidden;
}
.fleet-carousel .tj-heading-style{
	text-align:center;
	position:relative;
	z-index:999;
	margin-bottom:100px;
}
.fleet-carousel .tj-heading-style h3{
	font-size:40px;
	font-family:'Montserrat',sans-serif;
	font-weight:600;
	text-transform:capitalize;
	color:#fff;
	position:relative;
	margin:0;
}
.fleet-carousel .tj-heading-style h3:after{
	content:'';
	background:url("../images/deal-hstyle-bg.png") no-repeat;
	display:block;
	height: 22px;
	width: 43px;
	margin: 10px auto;
}
.fleet-carousel .carousel-outer{
	margin-left:-150px;
	margin-right:-150px;
}
.fleet-carousel:after{
	position:absolute;
	content:'';
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(19,32,43,0.9);
}
.fleet-carousel .cab-carousel{
	width:100%;
	float:left;
}
.cab-carousel .fleet-item{
	position:relative;
	z-index:999;
	width:100%;
	float:left;
}
.fleet-item img{
	width:100%;
	height:auto;
}
.fleet-item .fleet-inner{
	width:100%;
	float:left;
	text-align:center;
	margin-top:40px;
	visibility:hidden;
	opacity:0;
}
.cab-carousel .center .fleet-inner {
	visibility:visible;
	opacity:1;
}
.fleet-inner h4{
	font-family:'Montserrat',sans-serif;
	font-size:18px;
	font-weight:500;
	color:#fff;
	text-transform:capitalize;
	margin:0 0 15px;
}
.fleet-inner ul{
	list-style:none;
	margin:0;
	padding:0;
}
.fleet-inner ul li{
	display:inline-block;
	color:#d7d7d7;
	position:relative;
	padding-right:25px;
}
.fleet-inner ul li:after{
	position:absolute;
	content:"|";
	right:6px;
}
.fleet-inner ul li:last-child:after{
	content:'';
	display:none;
}
.fleet-inner ul li i{
	padding-right:7px;
}
.fleet-inner .price{
	font-family:'Montserrat',sans-serif;
	font-weight:600;
	display:block;
	color:#fff;
	font-size:26px;
	display:block;
	padding:15px 0;
}
.fleet-inner .price span{
	font-size:14px;
}
.fleet-inner a{
	display:block;
	width:150px;
	text-align:center;
	padding:12px 0;
	margin:0 auto 0;
	color:#fff;
}

.fleet-carousel .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    padding: 0;
	border:1px solid #a3a3a3;
	background-color:transparent;
	position:relative;
}
.cab-carousel .owl-prev:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f104';
    font-weight: 600;
    color: #a3a3a3;
    font-size: 16px;
}
.cab-carousel .owl-next:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f105';
    font-weight: 600;
    color: #a3a3a3;
    font-size: 16px;
}
.cab-carousel .owl-nav .owl-prev {
    position: absolute;
    top:-90px;
    right:220px;
}
.cab-carousel .owl-nav .owl-next {
    position: absolute;
    top:-90px;
    left:220px;
}
.fleet-carousel .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover{
	color:#fff;
	background-color:#a3a3a3;
}
.cab-carousel .owl-nav .owl-prev:hover:before{
	color:#fff;
}
.cab-carousel .owl-nav .owl-next:hover:after{
	color:#fff;
}


.fleet-carousel .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover{
	color:#fff;
	background-color:#a3a3a3;
}
.cab-carousel .owl-nav .owl-prev:hover:before{
	color:#fff;
}
.cab-carousel .owl-nav .owl-next:hover:after{
	color:#fff;
}


.cab-services{
	float:left;
	width:100%;
	padding:130px 0 80px;
}
.cab-services .tj-heading-style{
	text-align:center;
	margin:0 auto 70px;
	width:550px;
}
.cab-services .tj-heading-style p{
	line-height:24px;
	color:#777777;
	font-size:15px;
	font-weight:400;
	margin:0;
}
.cab-services  .cab-service-box {
	width:100%;
	float:left;
	position:relative;
	text-align:center;
	border:1px solid #ececec;
	margin-bottom:60px;
}
.cab-services .cab-service-box:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f105';
    position: absolute;
    bottom: -14px;
    left:0;
    font-weight: 600;
    text-align: center;
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 30px;
	opacity:0;
	visibility:hidden;
    border-radius: 50%;
}
.cab-services .cab-service-box:hover{
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
	-o-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
	-ms-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	
}
.cab-services .cab-service-box:hover .service-thumb{
	background-color:transparent;
}
.cab-services .cab-service-box:hover:after{
	opacity:1;
	visibility:visible;
	left:45%;
}
.cab-service-box .service-thumb{
	background-color:#f9f9f9;
	padding:30px 0;
	height:125px;
	overflow:hidden;
}
.cab-service-box .service-thumb:hover img,
.news-outer figure:hover img{
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}
.cab-service-box .service-desc{
	width:100%;
	float:left;
	padding:35px 60px;
}
.cab-service-box .service-desc h4{
	font-weight:500;
	font-size:22px;
	line-height:25px;
	font-family:'Montserrat',sans-serif;
	color:#444444;
}
.cab-service-box .service-desc p{
	line-height:24px;
	font-size:15px;
	font-weight:400;
	color:#777777;
}


.tj-team .member-box figure:hover .member-overlay,
.tj-team .member-box figure img,
.tj-nav-holder .navbar-default .navbar-nav > li:hover > ul,
.news-box figure:hover:after,.tj-book-services .service-box:hover,
.tj-book-services .service-box,.news-outer figure:hover:after,.cab-services .cab-service-box:hover,.cab-services .cab-service-box:hover:after,.cab-services .cab-service-box,.tj-cab-filter .isotope,.tj-cab-filter .isotope .isotope-item,
.partner-item img:hover,.cab-service-box .service-thumb:hover img,.cab-service-box .service-thumb img,.news-box figure:hover img,.news-outer figure:hover img,.news-box figure img,.news-outer figure img,.tj-btn:hover:after,.tj-btn,.deal-box .deal-thumb:hover:after,
.fleet-grid-box .fleet-thumb:hover img,.fleet-grid-box .fleet-thumb img,.fleet-list-box .fleet-thumb img,.fleet-list-box .fleet-thumb:hover img,.cab-services .cab-service-box:after,.tj-header .sticky,.tj-header .tj-nav-row,.cab-box figure:hover img,.cab-box figure img,.gallery .slick-prev,.gallery .slick-next,.gallery-carousel .gallery:hover .slick-prev,.gallery-carousel .gallery:hover .slick-next,.cab-col-outer .fleet-grid-box .tj-btn2:before,.cab-col-outer .fleet-grid-box .tj-btn2:after,.tj-nav-holder .navbar-nav li ul li:hover ul,.tj-nav-holder .navbar-default .navbar-nav > li > a:hover,.cab-box .cab-desc a:after,.cab-box .cab-desc a:hover:after,.blog-outer .blog-thumb:hover img,.blog-outer .blog-thumb img,.blog-text .tj-btn2:hover:after,.blog-text .tj-btn2:hover:before{
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}




.tj-reviews{
	width:100%;
	float:left;
	/*background-image: url("images/background/testi-back.jpg");*/
	background-color:#f9f9f9;
	/*padding:110px 0;*/
	padding-bottom: 65px;
}
.reviews-slider{
	width:100%;
	float:left;
	margin-top:60px;
}
.reviews-slider .review-item{
	width:100%;
	float:left;
	position:relative;
	background-color:#fff;
	padding:0 70px 45px 70px;
	margin-top:35px;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05); 
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05); 
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05); 
	-o-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05); 
	-ms-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05); 
	
}
.reviews-slider .img-box{
	width:100%;
	float:left;
	text-align:center;
	position:relative;
	top:-35px;
	z-index:9999;
}
.tj-reviews .reviews-slider .img-box img{
	width:auto;
	display:inline-block;
	border-radius:50%;
}
.reviews-slider .review-info{
	width:100%;
	float:left;
	text-align:center;
}
.reviews-slider .review-info strong{
	font-size:22px;
	font-family:'Montserrat',sans-serif;
	font-weight:normal;
	display:block;
	color:#444444;
	text-transform:capitalize;
	margin-bottom:5px;
}
.reviews-slider .review-info .review-quote{
	position:relative;
	width:100%;
	float:left;
	margin-top:20px;
}
.reviews-slider .review-info p{
	font-size:15px;
	line-height:24px;
	font-style:italic;
	color:#777777;
	margin:0;
}
.review-info .icomoon{
	color:#cecece;
}
.review-quote p:before {
    content: '"';
	position:relative;
	left:-3px;
}
.review-quote p:after {
    content: '"';
	right:-3px;
	position:relative;
}
.reviews-slider .owl-controls{
	margin: 0;
	position: absolute;
	z-index: 11;
	right: 0;
	top: -135px;
}
.reviews-slider .owl-prev:before {
    content: '\f104';
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    color: #f9f9f9;
	
}
.reviews-slider .owl-next:after {
    content: '\f105';
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    color: #f9f9f9;
}
.tj-reviews .owl-theme .owl-controls .owl-nav [class*="owl-"]{
	width: 45px;
	background-color:#ed2024;
    height: 40px;
    line-height: 40px;
	border-radius:4px;
	padding:0;
}

.tj-team{
	width:100%;
	float:left;
	padding:130px 0 140px;
}
.tj-team .member-box{
	margin-top:65px;
	width:100%;
	float:left;
}
.tj-team .member-box figure{
	position:relative;
	float:left;
}
.tj-team .member-box figure img{
	border-radius:50%;
}
.tj-team .member-box .member-overlay{
	position:absolute;
	top:0;
	left:-100%;
	width:100%;
	height:100%;
	border-radius:50%;
	background-color:rgba(0,0,0,0.5);
	opacity:0;
	visibility:hidden;
}
.tj-team .member-box ul{
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
	width:100%;
	position:absolute;
	top:50%;
}
.tj-team .member-box ul li{
	display:inline-block;
}
.tj-team .member-box ul li a{
	display:block;
	padding:0 10px;
	color:#fff;
	font-size:14px;
	line-height:26px;
}
.tj-team .member-box figure:hover .member-overlay{
	left:0;
	opacity:1;
	visibility:visible;
}
.tj-team .member-info{
	text-align:center;
	width:100%;
	float:left;
	margin-top:20px;
}
.tj-team .member-info .name{
	font-family:'Montserrat',sans-serif;
	font-size:18px;
	line-height:22px;
	font-weight:500;
	color:#444444;
	text-transform:capitalize;
	display:block;
}
.tj-team .member-info span{
	display:block;
	font-style:italic;
	font-size:15px;
	line-height:28px;
	color:#777777;
}


/* 01. Inner Banner */
.tj-inner-banner1 {
    float: left;
    width: 100%;
    background: url('../images/background/about_about_us.jpg') top center no-repeat;
    background-size: cover;
    text-align: center;
	position:relative;
}
.tj-inner-banner1:after{
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(24,39,52,0.5);
}
.tj-inner-banner1 h2{
	font-family:'Montserrat', sans-serif;
	font-size:40px;
	font-weight:600;
	color:#fff;
	text-transform:capitalize;
	margin:0;
	position: relative;
	z-index: 999;
}
.tj-inner-banner1 ul {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #ed2024;
    text-transform: capitalize;
    margin: 0;
    z-index: 999;
    position: relative;
}
.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    padding-right: 13px;
    font-weight: 400;
    text-transform: capitalize;
}
.page-breadcrumb li:after {
    position: absolute;
    content: "\f105";
    right: -6px;
    top: 1px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #ffffff;
}
.page-breadcrumb li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}
.page-breadcrumb li:last-child::after {
  display: none;
}
.tj-inner-banner1 {
	font-family:'Montserrat', sans-serif;
	font-size:40px;
	font-weight:600;
	color:#fff;
	padding:150px 0 150px;
}

/* 02. Inner Banner */
.tj-inner-banner2 {
    float: left;
    width: 100%;
    background: url('../images/background/SERVICES.jpg') top center no-repeat;
    background-size: cover;
    text-align: center;
	position:relative;
}
.tj-inner-banner2:after{
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(24,39,52,0.5);
}
.tj-inner-banner2 h2{
	font-family:'Montserrat', sans-serif;
	font-size:40px;
	font-weight:600;
	color:#fff;
	padding:150px 0 150px;
	text-transform:capitalize;
	margin:0;
	position: relative;
	z-index: 999;
}/*******End**********/
/* 03. Inner Banner */
.tj-inner-banner3 {
    float: left;
    width: 100%;
    background: url('../images/background/car-lounge.jpg') top center no-repeat;
    background-size: cover;
    text-align: center;
	position:relative;
}
.tj-inner-banner3:after{
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(24,39,52,0.5);
}
.tj-inner-banner3 h2{
	font-family:'Montserrat', sans-serif;
	font-size:40px;
	font-weight:600;
	color:#fff;
	padding:150px 0 150px;
	text-transform:capitalize;
	margin:0;
	position: relative;
	z-index: 999;
}/*******End**********/
/* 04. Inner Banner */
.tj-inner-banner4 {
    float: left;
    width: 100%;
    background: url('../images/background/schemes-banner.jpg') top center no-repeat;
    background-size: cover;
    text-align: center;
	position:relative;
}
.tj-inner-banner4:after{
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(24,39,52,0.5);
}
.tj-inner-banner4 h2{
	font-family:'Montserrat', sans-serif;
	font-size:40px;
	font-weight:600;
	color:#fff;
	padding:150px 0 150px;
	text-transform:capitalize;
	margin:0;
	position: relative;
	z-index: 999;
}/*******End**********/
/* 05. Inner Banner */
.tj-inner-banner5 {
    float: left;
    width: 100%;
    background: url('../images/background/bookings.jpg') top center no-repeat;
    background-size: cover;
    text-align: center;
	position:relative;
}
.tj-inner-banner5:after{
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(24,39,52,0.5);
}
.tj-inner-banner5 h2{
	font-family:'Montserrat', sans-serif;
	font-size:40px;
	font-weight:600;
	color:#fff;
	padding:150px 0 150px;
	text-transform:capitalize;
	margin:0;
	position: relative;
	z-index: 999;
}/*******End**********/
/* 06. Inner Banner */
.tj-inner-banner6 {
    float: left;
    width: 100%;
    background: url('../images/background/Contact_Us_Banner.png') top center no-repeat;
    background-size: cover;
    text-align: center;
	position:relative;
}
.tj-inner-banner6:after{
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(24,39,52,0.5);
}
.tj-inner-banner6 h2{
	font-family:'Montserrat', sans-serif;
	font-size:40px;
	font-weight:600;
	color:#fff;
	text-transform:capitalize;
	margin:0;
	position: relative;
	z-index: 999;
}
.tj-inner-banner6 ul {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #ed2024;
    text-transform: capitalize;
    margin: 0;
    z-index: 999;
    position: relative;
}
.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    padding-right: 13px;
    font-weight: 400;
    text-transform: capitalize;
}
.page-breadcrumb li:after {
    position: absolute;
    content: "\f105";
    right: -6px;
    top: 1px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #ffffff;
}
.page-breadcrumb li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}
.page-breadcrumb li:last-child::after {
  display: none;
}
.tj-inner-banner6 {
	font-family:'Montserrat', sans-serif;
	font-size:40px;
	font-weight:600;
	color:#fff;
	padding:150px 0 150px;
}
	
	
}/*******End**********/
/* 07. Inner Banner */
.tj-inner-banner7 {
    float: left;
    width: 100%;
    background: url('../images/background/schemes-banner.jpg') top center no-repeat;
    background-size: cover;
    text-align: center;
	position:relative;
}
.tj-inner-banner7:after{
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(24,39,52,0.5);
}
.tj-inner-banner7 h2{
	font-family:'Montserrat', sans-serif;
	font-size:40px;
	font-weight:600;
	color:#fff;
	padding:150px 0 150px;
	text-transform:capitalize;
	margin:0;
	position: relative;
	z-index: 999;
}/*******End**********/







.tj-breadcrumb{
	float:left;
	width:100%;
	background:#f7f7f7;
}
.tj-breadcrumb .breadcrumb-list{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
.breadcrumb-list li+li:before {
    content: '\f105';
	font-family: 'Font Awesome 5 Free';
	margin-right:5px;
	margin-left:5px;
	font-weight:600;
}
.tj-breadcrumb .breadcrumb-list li{
	display:inline-block;
	font-size:14px;
	line-height:22px;
	padding:15px 0;
	font-family:'Montserrat', sans-serif;
	font-weight:400;
}
.tj-breadcrumb .breadcrumb-list li a{
	color:#676767;
}
/* End Inner Banner CSS Styles */



.pluto-text,
.pluto-text {
    margin: 5px 0 0;
    padding: 0px;
    font-size: 14px;
    color: #808285;
    text-align: left;
    padding-bottom: 50px;
}

.pluto-text img {
    width: 100%;
}

.pluto-text h1 {
    font-family: 'robotothin';
    letter-spacing: -2px;
    margin: 32px 0 10px !important;
    font-size: 35px;
    color: #ed2024;
}

.pluto-text h3 {
    margin: 10px 0 10px;
    color: #000000;
    /*font-family: "robotothin";*/
}
h3 {
    font-size: 21px;
    margin: 26px 0 0px;
}



.pluto-text p {
    margin: 12px 0px 15px;
    text-align: justify;
}

.text-name {
    margin: 25px 0 15px;
    font-size: 22px;
    text-align: left;
}

.pluto-text h4 {
    font-size: 21px;
    margin-top: 0px;
    /*font-family: "robotothin";*/
}

.pluto-images1 {
    margin-right: 10px;
}

.pluto-text ul {
    list-style: initial;
}

.pluto-text ul li {
    margin-left: 15px;
}

.pluto-text img {
    height: 250px;
    width: 100%;
}

.pluto-images1 {
    margin-right: 10px;
}

.car-image img {
    width: 100%;
    margin-bottom:0px;
}

.car-image1 img {
    width: 100%;
    margin: 0 7px 20px;
}

.car-image p {
    margin: 0px;
    text-align: center;
    color: #808285;
}


/*CAR LOUNGE START HERE*/

.table1 {
    margin-top: 20px;
    color: #b49f6b;
    width: 100%;
}

.table1 td {
    padding: 10px;
    text-align: center;
}

.border-lounge {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin: 5px;
}

.car-image img {
    width: 100%;
    /*margin-bottom: 20px;*/
}

.car-image1 img {
    width: 100%;
    margin: 0 7px 20px;
}

.car-image p {
    margin: 0px;
    text-align: center;
    color: #808285;
}


/*.img-responsive {
	margin-top:85px;
}*/

thead {
    background-color: #b49e6c;
    color: #FFF;
}

.form-horizontal .control-label {
    text-align: left;
    font-family: 'robotothin';
}

.car-longue {
    width: 100%;
}

.car-margin {
    margin-left: 8px;
}

.safety {
    margin-top: 26px;
}

.plan-wrapper {
    margin-bottom: 15px;
}

.comp-logo img {
    width: 100%;
    height: auto !important;
}


.comp-logo img {
    width: 100%;
    height: auto !important;
}


.comp-logo img {
    height: auto;
}

.comp-logo {
    margin: 0px 0;
}

.comp-logo ul li {
    display: inline-block;
    margin-left: 21px;
}


.border-right {
    border-right: 1px solid #808285;
    width: 1px;
    height: 20px;
    position: absolute;
    float: right;
    right: -5px;
    top: 3px;
    width: 100%;
}


.city-name {
    margin: 28px 0;
}

.city-name p {
    font-size: 14px;
    color: #b49f6b;
    text-align: center;
}

.plan-wrapper {
    margin-bottom: 15px;
}
.plan-wrapper p {
    margin: 0 0 4px;
}


.plan-text {
    display: inline-block;
    float: left;
    width: 30%;
}

.company-text {
    margin: 10px 0;
    padding: 0px;
    font-size: 14px;
    color: #808285;
    text-align: justify;
}

.company-text p {
    padding: 10px 0;
}


.logo-table {
    margin: 15px 0;
    width: 100%;
    float: left;
}

.logo-table .col-sm-3,
.logo-table .col-xs-6 {
    border: 1px solid #efefef;
    min-height: 70px;
}


.center {
    position: absolute;
    top: 50%;
    left: 50%;
    -mz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.buttons{padding-left: 40px;
    padding-right: 40px;
    line-height: 1;
    font-weight: 900;margin-bottom:10px;
}


/********payment************/


/*
.tj-payment,.tj-user-bfrm{
	float:left;
	width:100%;
	padding:140px 0;
}*/
.tj-payment .tab-content{
	width:100%;
	float:left;
	padding:65px 55px;
	/*background-color:#f9f9f9;*/
}

.tj-tabs .nav-tabs {
    border-bottom: none;
}.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}.tj-payment .tab-content {
    width: 100%;
    float: left;
    padding: 65px 55px;
    background-color: #f9f9f9;
}.tab-content > .active {
    display: block;
}.payment-frm .payment-field {
    width: 100%;
    float: left;
}.payment-frm .payment-field label {
    font-family: 'Montserrat',sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #444444;
    font-weight: 500;
    margin-bottom: 22px;
    display: block;
}.payment-frm .payment-field input[type="radio"] {
    margin-right: 6px;
    border-radius: 0;
}.payment-frm .payment-field p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #777777;
    margin-bottom: 20px;
}.payment-frm .payment-field {
    width: 100%;
    float: left;
}.payment-frm .payment-field label {
    font-family: 'Montserrat',sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #444444;
    font-weight: 500;
    margin-bottom: 22px;
    display: block;
}.payment-frm .payment-field input[type="radio"] {
    margin-right: 6px;
    border-radius: 0;
}.booking-summary {
    width: 100%;
    float: left;
    background-color: #f9f9f9;
}.booking-summary h3 {
    text-align: center;
    background-color: #233545;
    color: #fff;
    font-family: 'Montserrat',sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin: 0;
    padding: 20px 0;
}.booking-summary .booking-info {
    list-style: none;
    margin: 0;
    padding: 35px 40px 15px 40px;
}.booking-summary .booking-info li {
    width: 235px;
    font-size: 14px;
    line-height: 32px;
    color: #777777;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    overflow: hidden;
}.booking-summary .booking-info li span {
    float: left;
    height: 33px;
    margin-right: 5px;
}.booking-summary .journey-info {
    float: left;
    width: 330px;
    padding: 0 40px 0 40px;
}.booking-summary .journey-info h4 {
    font-size: 16px;
    line-height: 22px;
    color: #444444;
    font-family: 'Montserrat',sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 10px;
    float: left;
}.booking-summary .journey-info .far {
    float: right;
    line-height: 22px;
}.booking-summary .service-info {
    list-style: none;
    margin: 0;
    float: left;
    padding-bottom: 25px;
}.booking-summary .service-info li {
    width: 235px;
    font-size: 14px;
    line-height: 32px;
    color: #777777;
    text-transform: capitalize;
    font-weight: 400;
    display: block;
}.booking-summary .fare-box {
    width: 245px;
    text-align: center;
    background-color: #fff;
    margin: 0 40px 35px 40px;
    padding: 18px 0;
    float: left;
}.booking-summary .fare-box strong {
    font-size: 18px;
    line-height: 32px;
    text-transform: capitalize;
    color: #444;
}.booking-summary .fare-box strong span{color: #ed2024;}
.booking-summary .fare-box span {
    display: block;
    color: #777777;
    font-size: 13px;
    line-height: 32px;
    font-weight: 400;
}.payment-frm .back-btn, .cb-frm .back-btn {
    display: inline-block;
    border: 0;
    background-color: #777777;
    color: #fff;
    width: 170px;
    text-align: center;
    padding: 15px 0;
    margin-top: 30px;
}.payment-frm .book-btn, .cb-frm .book-btn {
    display: inline-block;
    border: 0;
    color: #fff;
    width: 170px;
    text-align: center;
    padding: 15px 0;
    margin: 30px 0 0 10px;
}.payment-frm .book-btn{background-color:#ed2024}




/* Support Section Styles */
.cont_fix{padding: 0px !important;}
.col12_fix{margin: 5px 0px 5px 0px !important; padding-top: 15px; padding-bottom:15px; overflow: hidden;}
.col12_fix p{color: #cccccc; margin:5px 0px 0px 0px; line-height: 140%;}
.row_fix{padding: 0px !important; margin: 0px !important;  background: #627482; color: #fff; }
.col-sm-3_fix{padding: 2px 10px 2px 10px;}
.col-sm-12-inner{min-height: 195px; border: 1px solid #687A88; background: #576776 !important; margin: 5px 0px 5px 0px !important; padding-top: 15px; padding-bottom:15px;}
.col-sm-12-inner-as{background: #fff !important;}
.col-sm-12-inner p{color: #fff; line-height: 140%; margin: 0; font-size:14px;}
.col-sm-12-inner .p-as{line-height: 110%; padding: 2px 0px 0px 0px;}
.supp-tab-gr{color: #B9D952; font-size:14px; font-weight: bold;}
.supp-tab-as{color: #000; font-size: 18px; font-weight: bold;}
.span-as{font-size: 14px; color: #cccccc;}
.img-fix{padding-right:20px !important;}
.btn-fix{width: 100%; text-transform: capitalize;}
.r-fix{padding: 0px !important; margin: 20px 0px 20px 0px!important;}
.row-v{padding: 0px !important; margin: 0px !important; color: black; }
.col-sm-12-v{margin: -20px 0px 0px 0px !important; padding-top: 15px; padding-bottom:0px; overflow: hidden;}
.tab-cont-p{text-align: center; , Source Sans Pro, Open Sans, arial, san-serif; font-size: 28px;
    font-weight: 600; text-transform: none; color: #EE5315;}
.tab-cont-p-sub{text-align: left; , Open Sans, arial, san-serif; font-size: 16px;
    font-weight: 300; text-transform:  none; color: #333333; line-height: 1.6em;}
.tabthumb{float: right; padding: 0 !important; margin: -21px -10px 0px 0px; }

.techhr{
    border-color: #c4c4c4;
    border-image: none;
    border-right: 0 none;
    border-style: dotted none none;
    border-width: 1px 0 0;
    margin-bottom: 5px;
    margin-top: 5px;
}

/* Video Container */
.video-container {
    position: relative;
    /* padding-bottom: 56.25%;*/
    padding-bottom:0%;
    padding-top: 30px;
    min-height: 200px;
    height: auto;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Tabs Section */
.vtabs {
    width: 100%;
    margin: 0px auto;
	margin-top:0px;
	float:left;
	background: #FFFFFF;
}

@media only screen and (max-width: 1024px) {
            
    #tabInfo {
        display: none;
    }
    .tabthumb{
        display: none;
    }
}

ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-size: 15px;
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
	color:#808285;
	text-align:left;

}

.resp-tabs-container {
    padding: 0px;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 20px;
}

.resp-tab-active {
    padding: 0 !important;
}

.resp-tab-active {
    border-bottom: none;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
}

h2.resp-accordion {
    border: 1px solid #dfdfe0;
    border-top: 0px solid #dfdfe0;
    margin: 0px;
    padding: 8px 15px;
    font-size: 14px;
	text-align:left;
	/*font-family: 'robotoregular';*/
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 8px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 100%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 10px !important;
    margin: 0;
    cursor: pointer;
    float: left;
	width:25%;
	font-size:14px;
	/*font-family: 'robotoregular';*/
	color:#fff;
	text-align:center;
	border-right:1px solid #fcfcfc;
	/*<!--background:#bdbec0;-->*/
	border-radius:6px 6px 0 0;
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
}
.resp-vtabs .resp-tabs-list li:hover {
	/*color:#fff;*/
}

.resp-tabs-list h5{
	color:#b49f6b;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	/*padding:15px;*/
	/*font-size: */
}
/*background: url('../images/icon-next.png');*/

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    float: left;
    width: 100%;
   /* min-height: 400px;*/
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.node2all{border-top: none !important;}

.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    margin-left: 0px !important;
    color: #77787b;
    padding: 10px !important;
	text-align:center;
	background:#FFFFFF;
}
.node2all{border-top: none !important;}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #fff;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #E4E3E3 none repeat scroll 0% 0%  !important;
	text-align:left;
    font-size: 14px;
	color:#000;
	/*font-family: 'robotoregular';*/
}
.resp-easy-accordion  h2.resp-accordion {
        display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #dfdfe0;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #dfdfe0 !important;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #dfdfe0 !important;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #dfdfe0;
		padding: 20px 10px;
		overflow: hidden;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed {
        display:none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #dfdfe0 !important;
    }


}


.lounge-image img {
    padding-right:0px;
}


.car-longue {
    width: 100%;
}



.tj-footer2{
	float:left;
	width:100%;
	background-color:#374b5d;
	padding:200px 0 35px;
}

.tj-footer2 .fsocial-links {
    list-style: none;
    margin: 0;
    padding: 0;
}
.tj-footer2 .fsocial-links li {
    display: inline-block;
}
.tj-footer2 .fsocial-links li a {
	display: block;
    margin-right: 9px;
    color: #d1d1d1;
    width: 40px;
    height: 40px;
    line-height: 37px;
    border: 1px solid #767676;
    text-align: center;
}
.tj-footer2 .fsocial-links li a:hover {
    color: #fff;
}

.tj-footer2 .payment-icons{
	list-style: none;
	margin: 0;
	padding: 0;
}
.tj-footer2  .payment-icons li {
    display: inline-block;
    font-size: 25px;
    line-height: 30px;
    padding-right: 14px;
    color: #c1c1c1;
}
.tj-footer2  .copyright_text p{
    color: #9eaab5;
    margin: 0;
    line-height: 26px;
	font-size:14px;
}



/* 06. Footer */
/*.tj-footer{*/
/*	background:#233545;*/
/*	width:100%;*/
/*	float:left;*/
/*	padding:75px 0 50px;*/
/*}*/
.tj-footer {
    background: #233545;
    width: 100%;
    float: left;
    padding: 45px 0 0px;
}
/* 05. Widgets */

.widget{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.widget h3{
	margin:0 0 20px;
	font-family:'Montserrat',sans-serif;
	font-weight:600;
	font-size:20px;
	line-height:26px;
	color:#fff;
	text-transform:capitalize;
}
.about-widget p{
	font-size:15px;
	line-height:24px;
	font-family:'Open Sans',sans-serif;
	font-weight:400;
	color:#d6dee5;;
	margin-bottom:20px;
	    margin-top: 20px;
}
.about-widget .fsocial-links{
	list-style:none;
	margin:0;
	padding:0;
}
.about-widget .fsocial-links li{
	display:inline-block;
}
.about-widget .fsocial-links li a{
	display:block;
	margin-right:9px;
	color:#d1d1d1;
	width:40px;
	height:40px;
	line-height:37px;
	border: 1px solid #767676;
	text-align:center;	
}
.about-widget .fsocial-links li a:hover{
	color:#fff;
	border-color:#ed2024;
}
.links-widget .flinks-list{
	list-style:none;
	margin:0;
	padding:0;
}
.links-widget .flinks-list li{
	color:#d6dee5;;
}
.links-widget .flinks-list li a{
	display:inline-block;
	color:#d6dee5;;
	padding:5px 0 5px 15px;
}
.links-widget .flinks-list li a:hover{color: #ed2024;}
/*.contact-info .contact-box{*/
/*	list-style:none;*/
/*	margin:0;*/
/*	padding:0;*/
/*}*/
.contact-info .contact-box {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
.contact-info .contact-box li{
	margin-bottom:20px;
	color:#7a8793;
}

.contact-info .contact-box li i{
	margin-right:10px;
	width:20px;
	height:22px;
	/*float:left;*/
	line-height:20px;
}
.contact-info .contact-box li a{
	color:#d6dee5;;
}

.contact-info .contact-box li a:hover{
	color:#ed2024;
}

.tj-tweets ul {
    list-style: none;
    margin: 0;
    padding: 0;
	float:left;
	width:100%;
}
.tj-tweets ul li {
    display: block;
    margin-bottom: 15px;
    color: #7a8793;
	font-size:15px;
	line-height:23px;
}
.tj-tweets ul li i{
	margin-right:13px;
	float:left;
	line-height:23px;
}
.tj-tweets ul li .tweet_text{
	overflow:hidden;
}
.tj-tweets ul li .date {
    margin-top: 10px;
	font-style:italic;
}
/* End Widgets CSS Styles */

.tj-copyright{
	float:left;
	width:100%;
	background:#1f303f;
	padding:20px 0;
}
.tj-copyright p{
	color:#7a8793;
	margin:0;
	float:left;
	line-height:26px;
}
.tj-copyright .payment-icons{
	list-style:none;
	margin:0;
	padding:0;
	float:right;
}
.tj-copyright .payment-icons li{
	display:inline-block;
	font-size: 25px;
	line-height:30px;
	padding-right: 14px;
	color:#c1c1c1;
}





        .carousel-control.left
      {
        background: none;


      }
      .carousel-control.right
      {
        background: none;

       
      }

      .carousel-control
      {
        position: absolute;
        top: 50%;
        bottom: 0;
        /*left: -60px;*/
        width: 15%;
        font-size: auto;
        color: #fff;
        text-align: center;
        opacity: 1;
        text-shadow: none;
      }
      .carousel-control:hover
      {
        color: #000;
      }
      .carousel-indicators
      {
        /*bottom: -50px;*/
      }
      .carousel-indicators li
      {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000\9;
        background-color: rgba(0,0,0,0);
        border: 1px solid #000;
        border-radius: 50%;
      }
      .carousel-indicators .active
      {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff;
      }
      .carousel-caption
      {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
        background: rgba(0,0,0,0.4);
      }
      
       @media(max-width:768px) {
#number {
	display:none;
}


/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/*** 

====================================================================
		Work Section
====================================================================

***/
.work-section {
  position: relative;
  /*padding: 120px 0 70px;*/
}

.work-block {
  position: relative;
  margin-bottom: 50px;
  margin-top: 50px;
  z-index: 1;
  text-align: center;
}

.work-block .content-box {
  position: relative;
  background: var(--bg-theme-color3);
  padding: 85px 30px 30px;
  margin-bottom: 40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.work-block .content-box:after {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: -20px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid var(--border-theme-color3);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.work-block .inner-box:hover .content-box {
  background: var(--bg-theme-color1);
}

.work-block .inner-box:hover .content-box:after {
  border-top: 20px solid var(--border-theme-color3);
}

.work-block .inner-box .icon {
  position: absolute;
  left: 50%;
  top: -50px;
  margin-left: -50px;
  height: 100px;
  width: 100px;
  background: #ffffff;
  color: var(--theme-color2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 54px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.work-block .inner-box:hover .icon {
  background: var(--bg-theme-color2);
  color: #ffffff;
}

.work-block .inner-box .icon:after {
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.work-block .inner-box:hover .icon:after {
  border-top: 10px solid var(--border-theme-color2);
}

.work-block h4 {
  position: relative;
  color: var(--theme-color1);
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

.work-block h4 a {
  color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.work-block .inner-box:hover h4 a {
  color: #ffffff;
}

.work-block .text {
  font-weight: 400;
  margin-bottom: 0;
}

.work-block .inner-box:hover .text {
  color: #8fa1ae;
}

.work-block .process-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 600;
  background: var(--bg-theme-color1);
  letter-spacing: 0.05em;
  overflow: hidden;
  text-transform: uppercase;
}

.work-block .process-btn .count {
  position: relative;
  padding: 15px 10px;
  width: 55px;
}

.work-block .process-btn .count span {
  position: relative;
  color: #ffffff;
  z-index: 1;
}

.work-block .process-btn .count:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--bg-theme-color2);
  content: "";
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.work-block .inner-box:hover .process-btn .count:after {
  left: 100%;
  width: 500%;
}

.work-block .process-btn .btn-title {
  display: inline-block;
  padding: 15px 35px;
  position: relative;
  z-index: 2;
}

button.btn.btn-theme {
    /* position: absolute; */
    right: 48px;
    top: 0px;
    display: block;
    height: 50px;
    width: 55px;
    min-width: auto;
        background-color: #f6f6f6;
    color: #555;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
    padding: 0;
    border-bottom-left-radius: 5px;
    border-radius: 7px;
}
/*section.tj-welcome .col-md-4 {*/
/*    padding-top: 15px;*/
/*    padding-bottom: 15px;*/
/*}*/


