/*========== Template
  * Project: Prodrive
  * Version: 1.0
  * Author: CreativeLayers
  * Author URI: http://themeforest.net/user/CreativeLayers
==========*/

/*========== Import ==========*/
@import url("font-awesome.css");
@import url("ionicons.css");
@import url("owl.carousel.css");
@import url("shortcodes.css");
@import url("pe-icon-7-stroke.css");
@import url("waves.min.css");
@import url("animate.css");
@import url('https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800');

/*==========
  1.  Reset
  2.  Style Patterns
  3.  Header
  4.  Page Title
  5.  Menu Left
  6.  TP Banner
  7.  Footer
  8.  Mobile Menu
  9.  Main Post
  10. Main Single
  11. Navigation
  12. Preload
==========*/

/*========== Reset ==========*/
html {
	overflow-y:scroll;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}
body {
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
	font-family: system-ui;
	font-size:100%;
	font-weight:inherit;
	font-style:inherit;
	vertical-align:baseline;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	background:transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	-webkit-hyphens:none;
	-moz-hyphens:none;
	-ms-hyphens:none;
	hyphens:none;
	quotes:none;
}
figure {
	margin:0;
}
:focus {
	outline:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img {
	border:0;
	-ms-interpolation-mode:bicubic;
	vertical-align:middle;
}
legend {
	white-space:normal;
}
button,
input,
select,
textarea {
	font-size:100%;
	margin:0;
	max-width:100%;
	vertical-align:baseline;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
button,
input {
	line-height:normal;
}
input,
textarea {
	background-image:-webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0));
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	line-height:1;
	cursor:pointer;
	-webkit-appearance:button;
	border:none;
}
input[type="checkbox"],
input[type="radio"] {
	padding:0;
}
input[type="search"] {
	-webkit-appearance:textfield;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance:none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border:0;
	padding:0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display:inline-block;
	border-radius: 4px;
	border: 1px solid #1e1e1e;
	padding:0px 30px 0 30px;
	height:50px;
	line-height:50px;
	font-size:18px;
	color:#ffffff;
	background:#1e1e1e;
	font-family:"Dosis", sans-serif;
	position:relative;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="email"] {
	position:relative;
	display:block;
	font-family:'Dosis';
	width:100%;
	padding:8px 15px 8px 16px;
	color:#969696;
	border:1px solid #d7d2bd;
	height:50px;
	border-radius: 4px;
	background-color:transparent;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
textarea {
	height: 140px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	border:1px solid #1e1e1e;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {
	color:#969696;
	opacity:1;
}
input:-ms-input-placeholder {
	color:#969696;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color:#969696;
	opacity:1;
}
select,
textarea,
input[type="text"],
input[type="submit"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	text-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
	color:#1e1e1e;
	background: #fff;
	border: 2px solid #014383;
	font-size: 19px;
    font-weight: 500;
}
.book-car{
    	color:#fff !important;
    	background: #009b99 !important;
}
blockquote {
	position: relative;
	padding: 20px 55px 13px 97px;
	border: 1px solid #ebe9dc;
	border-radius: 4px;
	margin-bottom: 22px;
}
blockquote > span {
	position: absolute;
	top: 42px;
    left: 12px;
    line-height: 50px;
    font-style: italic;
    font-size: 120px;
	color: #1e1e1e;
}
blockquote p {
	font-style: italic;
	color: #1e1e1e;
	line-height: 24px;
	margin-bottom: 7px;
}
blockquote .author span {
	font-style: italic;
}
select::-ms-expand {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter:alpha(opacity=0);
	opacity:0;
}
h1, h2, h3, h4, h5, h6 {
	font-family:'Dosis', sans-serif;
	font-weight: 400;
	line-height: 30px;
	color: #1e1e1e;
}
h1 {font-size:40px;}
h2 {font-size:32px;}
h3 {font-size:25px;}
h4 {font-size:20px;}
h5 {font-size:18px;}

/*========== Style Patterns ==========*/
*,
*:before,
*:after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
*,
*:before,
*:after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
body {
	font-family:'Dosis', sans-serif;
	font-size:16px;
	line-height:30px;
	font-weight:400;
	background-color:#fff;
	color:#969696;
	overflow:hidden;
	position:relative;
}
a {
	text-decoration:none;
	color:#1e1e1e;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
a:hover,
a:focus {
	color:#f28b00;
	text-decoration:none;
	outline:0;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
ul, ol {
	padding:0;
}
img {
	max-width:100%;
	height:auto;
}
b, strong {
	font-weight:900;
}
button,
button:hover {
	border:none;
}
button:focus {
	outline:none;
}

.animated {
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}


.container {
	width:1170px;
	max-width: 100%;
}
.clearfix {
	clear:both;
}
.left {
	text-align:left;
}
.center {
	text-align:center;
}
#logo {
	display: inline-block;
}
.box-right {
	float: right;
}
.box-right .login a {
	color: #ffffff;
}
.box-right .login a:hover {
	color: #bf9c60;
}
/*========== Header ==========*/
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	border-top: 6px solid #d7d2bd;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
#header.header-01.ver-1 {
	position: relative;
	background: #1e1e1e;
	padding: 25px 48px 25px 70px;
}
#logo {
	display: inline-block;
}
.box-right {
	float: right;
}
.box-right .login a {
	color: #ffffff;
}
/*========== Page Title ==========*/
.top-title {
	background: url('../images/template/page-title.jpg') no-repeat top center;
	height: 394px;
	position: relative;
}
.top-title.ver-1 {
	background: url('../images/template/services-single.jpg') no-repeat top center;
	height: 394px;
	position: relative;
}
.top-title .top-page {
	position: absolute;
	bottom: 45px;
	left: -2px;
	width: 100%;
}
.top-title .top-page .top-page-heading h1 {
	color: #fff;
	font-weight: 400;
	margin-bottom: 25px;
}
.top-title .top-page .top-page-heading p {
	color: #fff;
	font-size: 18px;
}
.top-title .breadcrumbs {
	position: absolute;
	right: 2px;
	bottom: 107px;
	width: 100%;
}
.top-title .breadcrumbs ul {
	text-align: right;
}
.top-title .breadcrumbs ul li {
	display: inline-block;
}
.top-title .breadcrumbs li {
	color: #c5c5c5;
	font-size: 18px;
}

.top-title .breadcrumbs li a {
	color: #969696;
	font-size: 18px;
}

.top-title .breadcrumbs li a:hover {
	color: #bf9c60;
}
.header-01 .navigation{
	display: inline-block;
    width: 40%;
	padding-top:23px;
}
.header-01 .onclick{
	position: relative;
    height: 30px;
	width:40px;
	float:left;
	top:10px;
    cursor: pointer;
}
.header-01 .logo-pro{
	position: absolute;
    top: 25px;
    left: 50%;
	-webkit-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%);
}
.main-menu {
	position: relative;
}
.main-menu .logo-pro-menu {
	text-align: center;
}
.main-menu .menu > li{
	display:block;
	padding:0;
	margin-bottom: 15px;
}
.main-menu .menu > li > span {
	color:#969696;
	font-size: 40px;
	display: block;
	position: relative;
	line-height: 1;
	padding-left: 21px;
	cursor: pointer;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.main-menu .menu > li > span:before {
	content: '';
	position: absolute;
	height: 30px;
	width: 1px;
	top: 6px;
	left: -1px;
	opacity: 0;
	background-color: #fff;
}
.main-menu .menu > li > span:hover:before,
.main-menu .menu > li > span.active:before {
	left: 0;
	opacity: 1;
}
.main-menu .menu li > span:hover,
.main-menu .menu li > span.active {
	color: #fff;
}
.header-01 .box-right .search{
	border-right: 1px solid #fff;
    padding-right: 28px;
}
.form-search #submit i{
	font-size:48px;
	position: absolute;
	color: #2d2d2d;
    top: 50%;
    left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.header-01 .box-right .login{
	border:0;
}
.fix_headerbk{
	background: #1e1e1e;
}
.mht{
	margin-top:130px;
}
.header-02{
	padding-top:27px;
	text-align:right;
}
.header-02 .box-right .login{
	margin-right: 24px;
}
.header-02 #logo{
	float:left;
	display: inline-block;
	padding-top:5px;
}
.header-02 .navigation{
	display:inline-block;
	vertical-align:middle;
	text-align:right;
	padding-right:14px;
}
.navigation .menu > li > a{
	font-size: 20px;
    line-height: 45px;
    color: #fff;
	-webkit-transition: all 0.3 ease-in-out;
       -moz-transition: all 0.3 ease-in-out;
        -ms-transition: all 0.3 ease-in-out;
         -o-transition: all 0.3 ease-in-out;
            transition: all 0.3 ease-in-out;
}
.box-right .login,.box-right .search{
	display:inline-block;
	vertical-align:middle;
}
.box-right .login,.box-right .search i{
	vertical-align:middle;
}
.box-right .login{
	border: 1px solid #fff;
    padding: 7px 26px 7px 26px;
	border-radius:3px;
	-webkit-transition: all 0.3 ease-in-out;
       -moz-transition: all 0.3 ease-in-out;
        -ms-transition: all 0.3 ease-in-out;
         -o-transition: all 0.3 ease-in-out;
            transition: all 0.3 ease-in-out;
}

.box-right .view_search{
	display:block;
}
.box-right .view_search i{
	font-size:33px;
	color:#fff;
}
.box-right .form-search {
	position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
	display:none;
	background-color: #1e1e1e;
	padding: 15px 150px;
}
.box-right .form-search.active{
	-webkit-animation: fadeInUp 0.4s both;
	-moz-animation: fadeInUp 0.4s both;
	-o-animation: fadeInUp 0.4s both;
	animation: fadeInUp 0.4s both;
	display:block;
	top: 0px;
}
.box-right .form-search input {
	width: 100%;
	color: #969696;
	padding-left: 0px;
}
.box-right .form-search .action-text{
	border:0;
	display:inline-block;
	width: calc(100% - 100px);
}
.close-fixed{
	position: absolute;
    top: 50%;
	-webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
}
.box-right .form-search #submit{
	background: transparent;
	width: 40px;
   	float: left;
    height: 47px;
	margin-right:20px;
}
.box-right .form-search .close_x {
	float: right;
	cursor: pointer;
}
.navigation .menu li a:hover{
	color:#d7d2bd;
}
.box-right .search{
	line-height:45px;
}
.header-02 .box-right {
	float: right;
}
.box-right .login a {
	color: #ffffff;
}
#header.header-03{
	padding-top:27px;
	background-color:#f5f5f5;
	border-top:0;
}
.header-03 .logo-pro{
	text-align:center;
}
.header-03 .navigation{
	float:left;
	position:relative;
	top:5px;
}
.header-03 .onclick{
	position:relative;
	text-indent:65px;
	cursor: pointer;
	width:40px;
	height:30px;
	display:inline-block;
	vertical-align:middle;
	float:left;
	color:#1e1e1e;
	top:3px;
}
.header-03 .info-contact{
	display:inline-block;
	vertical-align:middle;
	margin-left:83px;
	float:left;
}
.header-03 .info-contact li{
	display:inline-block;
	vertical-align:middle;
	color:#969696;
    border-left: 1px solid #c5c5c5;
    padding: 0 23px;
	position:relative;
}
.header-03 .info-contact li.vehicle{
	cursor: pointer;
	width:100px;
}
.header-03 .info-contact .vehicle.active{
	text-indent: -9999px;
}
.header-03 .info-contact .vehicle.active:before{
	content:"\f404";
	font-family: 'ionicons';
	position: absolute;
	font-size:50px;
	color:#1e1e1e;
	text-indent:0;
	left: 50%;
    transform: translateX(-50%);
}
.header-03 .info-contact li:last-child{
	margin-left:-4px;
}
.header-03 .onclick span,.header-01 .onclick span{
	width:40px;
	height:1px;
	background:#fff;
	position: absolute;
    top:15px;
	left:0;
}
.header-03 .onclick:before,.header-03 .onclick:after,.header-01 .onclick:before,.header-01 .onclick:after{
	content:"";
	height:1px;
	background:#fff;
	position:absolute;
	left:0;
}
.header-03 .onclick:before,.header-01 .onclick:before{
	width:40px;
	top:4px;
}
.header-03 .onclick:before{
	background:#1e1e1e;
}
.header-03 .onclick:after,.header-01 .onclick:after{
	width:35px;
	bottom:4px;
}
.header-03 .onclick:after{
	background:#1e1e1e;
}
.header-03 .onclick span{
	background:#1e1e1e;
}
.main-menu .close_x{
    cursor: pointer;
	color:#fff;
}
.header-03 .navigation,.header-01 .navigation{
	position: fixed;
    background-color: rgba(0,0,0,0.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.header-03 .navigation.active,.header-01 .navigation.active{
	z-index: 9999999;
    visibility: visible;
    opacity: 1
}
.header-03 .main-menu,.header-01 .main-menu{
	position: fixed;
	padding-top:30px;
    height: 100%;
    background: #1e1e1e;
	left: 0;
    top: 0;
    padding-left:74px;
    padding-bottom: 50px;
	z-index:100;
	opacity:0;
	visibility: hidden;
	-webkit-animation:fadeInLeft 0.4s both;
	-moz-animation:fadeInLeft 0.4s both;
	-o-animation:fadeInLeft 0.4s both;
	animation:fadeInLeft 0.4s both;
    overflow-y: scroll;
	width: 720px;
	max-width: 100%;
	-webkit-transition: all 0.3 ease-in-out;
       -moz-transition: all 0.3 ease-in-out;
        -ms-transition: all 0.3 ease-in-out;
         -o-transition: all 0.3 ease-in-out;
            transition: all 0.3 ease-in-out;
}
.header-03 .main-menu > ul > li,.header-01 .main-menu > ul > li{
	margin-bottom:20px;
}
.header-03 .main-menu .menu,.header-01 .main-menu .menu{
	margin-top:110px;
}
.main-menu.active{
	opacity:1;
	visibility: visible;
	margin-left: 0px;
	-webkit-animation:fadeInLeft 0.4s both;
	-moz-animation:fadeInLeft 0.4s both;
	-o-animation:fadeInLeft 0.4s both;
	animation:fadeInLeft 0.4s both;
}
#main-menu::-webkit-scrollbar {
	width: 4px;
	background-color: #1e1e1e;
}
#main-menu::-webkit-scrollbar-thumb {
	background-color: rgba(215,210,189,0.9);
	cursor: pointer;
	border-radius: 4px;
}
.main-menu .has-dropdown{
	position:relative;
}
.main-menu > ul > li{
	display:block;
	padding:0;
	line-height:40px;
}
.main-menu > ul > li > a{
	color:#1e1e1e;
}
.main-menu .button {
	margin-top: 100px;
	margin-bottom: 53px;
	box-shadow: none !important;
}
.main-menu .button a {
	display: inline-block;
	position: relative;
	line-height: 50px;
	height: 50px;
	color: #d7d2bd;
	font-size: 16px;
	border: 1px solid #d7d2bd;
	border-radius: 4px;
	padding: 0 60px 0 32px;
}
.main-menu .button a:hover {
	background-color: #d7d2bd;
	color: #1e1e1e;
}
.main-menu .button a:before {
	content: "\f3d6";
	position: absolute;
	font-family: 'ionicons';
	top: 0;
	right: 30px;
	font-size: 26px;
}
.main-menu .button a.quote {
	margin-right: 30px;
}
.header-03 .box-right{
	text-align:right;
	float:right;
	position:relative;
	top:-3px;
}
.header-03 .box-right .login,.header-03 .box-right .quocte-booking{
	display:inline-block;
	vertical-align:middle;
}
.header-03 .box-right .login{margin-right:6px;border:0;}
.header-03 .box-right .login a{
	color:#969696;
}
.header-03 .box-right .login a:hover {
	color: #bf9c60;
}
.header-03 .box-right .quocte-booking li{
	display:inline-block;
	vertical-align: baseline;
}
.header-03 .box-right .quocte-booking li:first-child a{
	border:1px solid #bf9c60;
	color:#bf9c60;
	border-radius:3px;
	margin-right: 21px;
	padding: 13px 46px 13px 46px;
}
.header-03 .box-right .quocte-booking li:last-child a{
	border:1px solid #1e1e1e;
	border-radius:3px;
	background:#1e1e1e;
	padding: 13px 36px 13px 36px;
	color:#d7d2bd;
}
.header-03 .box-right .quocte-booking li a:hover {
	background-color: #bf9c60;
	color: #fff;
	border-color: #bf9c60;
}

.header-01 .menu .has-dropdown .menu-dropdown,.header-03 .menu .has-dropdown .menu-dropdown{
	opacity: 1;
    visibility: visible;
	display:none;
	position:relative;
	padding-left: 21px;
	padding-top:18px;
}
.menu-dropdown li{
	line-height: 32px;
}
.menu-dropdown li a {
	color: #969696;
	font-size: 16px;
	display: block;
}
.menu-dropdown li a:hover {
	color: #fff
}
#header.header-04{
	line-height: 35px;
	border-top:0;
}
.header-04 .main-menu .menu > li{
	margin-bottom:0;
}
.header-04 .top-header,.header-05 .top-header{
	background-color:#014383;
}
.header-04 .navigation .menu > li > a{
	font-weight: 500;
    font-size: 18px;
	line-height:70px;
    text-transform: uppercase;
}
.header-04 .top-header .right-content{
	padding-right:35px;
}
.header-04 .bottom-header{
	/* background:rgba(30,30,30,0.9); */
	background: #212324;
	position:absolute;
	z-index:9;
	width:100%;
}
.header-04 .login a{
	color:#969696;
}
.header-04 .login a:hover {
	color: #bf9c60;
}
.header-04 .logo-pro{
	float:left;
	padding: 5px 0px;
}
.header-04 .navigation{
	display:inline-block;
	vertical-align:middle;
}
.header-04 .box-right{
	line-height:68px;
}
.header-04 .box-right .search{
	line-height: inherit;
}
.header-04 .box-right .form-search{
	line-height:1;
}
.header-04 .box-right .view_search i{
	font-size:26px;
}
.header-04 .top-header .left-content ul li,.header-05 .top-header .left-content ul li{
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 48px;
    color: #ffffff;
    padding-right: 46px;
    /* padding-top: 5px; */
    /* padding-bottom: 5px; */
}
.header-04 .top-header .left-content ul li:last-child,.header-05 .top-header .left-content ul li:last-child{padding-right:0;}
.header-04 .top-header .left-content ul li img,.header-05 .top-header .left-content ul li img{
	padding-right:10px;
	vertical-align: middle;
	position: relative;
    top: -2px;
	filter: brightness(10.5);
}
.right-content ul li img{
	filter: brightness(10.5);
}
.header-04 .top-header .right-content,.header-05 .top-header .right-content{
	text-align:right;
}
.header-04 .top-header .right-content .login,.header-04 .top-header .right-content .tr-w{
	display:inline-block;
	vertical-align:middle;
}
.tr-drop{
	font-family: Dosis;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #969696;
	padding-left: 15px;
    margin-left: 12px;
	border-left: 1px solid #383838;
	position:relative;
}
.tr-drop:after{
	content: "";
    border: solid 4px transparent;
    border-top: solid 4px #969696;
	position:absolute;
	top:65%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
    transform:translateY(-50%);
	right:-18px;
}
.tr-w img{
	position: relative;
    top: -1px;
	padding-right: 9px;
}
/*========== Menu Left ==========*/
.top-menuleft:not(.no_bo){
	position:relative;
	min-height:12px;
	padding-right:73px;
}
.top-menuleft.no_bo{
	display:inline-block;
	vertical-align:middle;
}
.top-menuleft.no_bo .x_language{
	border:0;
	margin-top: 0px;
}
.header-01 .top-menuleft .x_close,.header-03 .top-menuleft .x_close{
	float:left;
	position:relative;
	top:-2px;
}



.top-menuleft .x_language{
	float:right;
	min-width: 80px;
    border: 1px solid #d7d2bd;
    border-radius: 4px;
    line-height: 26px;
    height: 26px;
    margin-top: 7px;
    vertical-align: middle;
    padding: 5px 0px 5px 10px;
	position:relative;
}
.top-menuleft .x_language:after{
	content: "";
    border: solid 5px transparent;
    border-top: solid 5px #d7d2bd;
    position: absolute;
    right:5px;
    top: 45%;
    -webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.top-menuleft .x_language #languages{
	border: 0;
    color: #d7d2bd;
    padding: 0 10px;
    max-width:50px;
    line-height: 1;
    height: 14px;
    font-size: 13px;
}
.top-menuleft .x_language #languages option{
	background:#1c1c1c;
}
.top-menuleft .x_language img{
	float:left;
	margin-top:2px;
}
.top-menuleft.no_bo{
	margin-left:18px;
}
.top-menuleft.no_bo .x_language #languages{
	font-size:15px;
	color:#969696;
}
.top-menuleft.no_bo .x_language:after{
	border-top: solid 5px #969696;
}
.header-01 .top-menuleft .x_logo,.header-03 .top-menuleft .x_logo{
	position: absolute;
    top:50%;
    left: 43%;
    margin-top: 8px;
	-webkit-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
#header.header-05{
	padding-left: 36px;
    padding-right: 33px;
	border-top:0;
}
.header-05 .navigation .menu > li > a{
	font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
}
.header-05 .top-header{
	line-height:50px;
}
.header-05 .top-header .login,.header-05 .top-header .tr-w,.header-05 .top-header .box-right{
	display:inline-block;
	vertical-align:middle;
}
.header-05 .top-header .login a{
	color:#969696;
}
.header-05 .top-header .login a:hover {
	color: #bf9c60;
}
.header-05 .tr-drop{
	border-left:0;
}
.header-05 .box-right{
	padding-left:18px;
}
.header-05 .view_search i{
	font-size:23px;
	vertical-align: text-bottom;
}
.header-05 .tr-w{
	margin-right: 20px;
}
.header-05 .bottom-header{
	position: absolute;
    width: 100%;
    z-index: 9;
	left:0;
    text-align: center;
}
.header-05 .main-menu > ul > li:not(.logo-pro_text):hover > a{
	background:#eeead7;
	border-radius:3px;
	color:#1e1e1e;
}
.header-05 .main-menu ul .logo-pro_text{
	background: #1e1e1e;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	padding-top: 29px;
    padding-bottom: 22px;
    padding-left: 30px;
    padding-right: 30px;
}
.header-05 .main-menu ul .logo-pro_text a{
	font-family: LOBSTER TWO;
    font-size: 45px;
    line-height: 45px;
    text-transform: capitalize;
}
/*========== TP Banner ==========*/
.tp-banner {
	position: relative;
	height: 100vh;
	overflow: hidden; 
	background-color: #1e1e1e;
}
.calendar,.time-open,.book-adress {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: calc(100% + 0px);
	z-index: 100000;
	opacity: 0;
	border-top: 6px solid #d7d2bd;
	visibility: hidden;
	background-color: rgba(30, 30, 30, 0.95);
}
.calendar.open,.time-open.open,.book-adress.open {
	opacity: 1;
	visibility: visible;
}
.calendar.open .logo-calendar,.time-open.open .logo-calendar{
	margin-bottom: 215px;
    margin-top: 20px;
}.book-adress.open .logo-calendar{
	margin-top: 20px;
    margin-bottom: 205px;
}
.calendar .close,.time-open .close,.book-adress .close{
	position: absolute;
	top: 70px;
	right: 70px;
	cursor: pointer;
}
.calendar .logo-pro-calendar,.time-open .logo-pro-calendar,.book-adress .logo-pro-calendar{
	padding-top: 20px;
	margin-bottom: 180px;
}
.calendar .title h2 {
	color: #d7d2bd;
	font-size: 30px;
	margin-bottom: 50px;
}
.time-open .title{
	max-width: 660px;
    margin: 0 auto;
	margin-bottom:56px;
}
.time-open .title h2{
	font-size:30px;
	line-height:48px;
	color:#d7d2bd;
	margin-bottom:13px;
}
.time-open .title p{
	font-size: 18px;
    line-height: 30px;
    color: #787878;
}
.form-address .search-address{
	position:relative;
}
.form-address .waves-effect{
	position: absolute;
    top: 18px;
    right: 20px;
    background: #161616;
}
.form-address .search-address{
	position:relative;
}
.form-address .waves-effect{
	position: absolute;
    top: 18px;
    right: 20px;
    background: #161616;
}
.form-address .list-address{
	margin-top:45px;
	display:none;
}
.form-address .list-address.active{
	display:block;
	-webkit-animation: fadeInUp 0.4s both;
	-moz-animation: fadeInUp 0.4s both;
	-o-animation: fadeInUp 0.4s both;
	animation: fadeInUp 0.4s both;
}
.form-address .list-address li a{
	font-size:20px;
	line-height:40px;
	color:#7d7d7d;
}
.form-address .list-address li:first-child{
	margin-bottom:24px;
}
.form-address .list-address li:first-child a{
	font-size:25px;
	color:#ebe9dc;
}
.form-address .list-address li a:hover{
	color:#fff;
	margin-left: 5px;
}
.search-address .ui-helper-hidden-accessible{
	display:none;
}
.ui-autocomplete{
	padding-top:45px;
	z-index:9999!important;
}
.ui-autocomplete li .ui-corner-all{
	font-size:20px;
	line-height:40px;
	color:#7d7d7d;
}
.ui-autocomplete li:first-child{
	margin-bottom:24px;
}
.ui-autocomplete li:first-child .ui-corner-all{
	font-size:25px;
	color:#ebe9dc;
}
.ui-autocomplete li .ui-corner-all:hover{
	color:#fff;
}
.form-address input{
	background: #161616;
    border-color: #161616;
    border-radius: 0;
    height: 85px;
    line-height: 85px;
    font-size: 23px;
    color: #565656;
    padding-left: 35px;
}
.calendar .calendar-item {
	display: inline-block;
	padding: 0 95px;
}
.calendar #calendarTemplate.calendar-item {
	position: relative;
}
.calendar #calendarTemplate.calendar-item:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 200px;
	top: 70px;
	right: 0;
	background-color: #7d7d7d;
}
/*========== Footer ==========*/
.footer-01,.footer-04{
	/* background: #1e1e1e; */
	background-image: url('../images/slider/home03.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	padding: 70px 0;
}
.footer-03{
	background-image: url('../images/parallax/footerprl.jpg');
	padding-top:77px;
}
.footer-03 .widget-services{
	margin-top:5px;
}
.footer-03 .widget-apps{
	margin-top:10px;
}
.footer-03 .footer-bottom{
	margin-top: 44px;
    background: transparent;
}
.widget-about ul.social-ft li {
	display: inline-block;
	padding-right: 30px;
}
.bottom-01,.bottom-04{
	padding: 30px 0 25px;
	background: #1e1e1e;
	border-top: 1px solid #393939;
}
.footer-bottom.has-parallax{
	border-top: 1px solid #393939;
	padding-top: 31px;
    padding-bottom: 25px;
	margin-top:49px;
}
.footer-bottom .title {
	float: left;
	font-size: 18px;
	width: 26%;
	color: #fffffe;
}
.has-boxed{
	background-color:#1e1e1e;
}
.footer-bottom ul li {
	display: inline-block;
	padding-right: 65px;
}
.footer-bottom ul li a {
	color: #969696;
}
.footer-bottom ul li a:hover {
	color: #fff;
}
.footer-04{
	padding: 77px 0 48px 0
}
.footer-04 .title-ft{
	font-weight: 400;
    text-transform: uppercase;
}
.copyright {
	text-align: center;
	background: #0e0e0e;
}
.copyright p {
	/* line-height: 70px; */
	color: #969696;
}
.cpr-01{
	border-bottom: 5px solid #d7d2bd;
}
.footer-02{
	background-color:#191919;
	padding-top: 58px;
}
.footer-02 .widget-footer{
	text-align:center;
}
.footer-02 .infomation-ft{
	margin-top:21px;
}
.content-newletter{
	color: #969696;
    line-height: 24px;
}
#subscribe-content{
	border:1px solid #969696;
	border-radius:3px;
	margin-top: 29px;
}
#subscribe-content .field-one-third{
	display:inline-block;
	width: calc(100% - 60px);
}
#subscribe-content .btn-submit{
	float:right;
}
#subscribe-content #subscribe-email{
	border:0;
	color: #fff;
}
#subscribe-content #subscribe-button{
	background: transparent;
    border:0;
	width:50px;
	display:inline-block;
	height:45px;
}
#subscribe-content #subscribe-button img{
	position: relative;
    right: 10px;
	display:block;
	max-width: initial;
}
.footer-bottom.center{
	padding-left:31px;
	padding-right:31px;
	border:0;
	background-color:#191919;
	padding-top: 27px;
    padding-bottom: 35px;
}
/*========== Mobile Menu ==========*/
.mobile-menu{
	position:relative;
	width:40px;
	height:25px;
}
.mobile-menu:before,.mobile-menu:after{
	content: "";
    position: absolute;
	background:#fff;
    height: 2px;
    width: 100%;
    left: 0;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.mobile-menu:before{
	top:0;
}
.mobile-menu:after{
	bottom:0;
}
.mobile-menu span{
	background:#fff;
	height:2px;
	position:absolute;
	left:0;
	width:70%;
	top:50%;
	-webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
}
.mobile-menu.active:before,.mobile-menu.active:after,.mobile-menu.active span{
	background:#bf9c60;
}
/*========== Main Post ==========*/
#main-post {
	padding: 80px 0 57px;
}
#main-post.ver-1 {
	padding: 58px 0 67px;
}
article.post {
	border: 1px solid #ebe9dc;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 30px;
	text-align: center;
}
article.post .featured-image {
	overflow: hidden;
}
article.post .featured-image img {
	-webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
article.post:hover .featured-image img {
	-webkit-transform: scale(1.1) rotate(-2deg);
	   -moz-transform: scale(1.1) rotate(-2deg);
	    -ms-transform: scale(1.1) rotate(-2deg);
	     -o-transform: scale(1.1) rotate(-2deg);
	        transform: scale(1.1) rotate(-2deg);
}
article.post .entry-content {
	padding: 30px 35px 19px;
}
article.post .entry-content .entry-post-title h4 {
	margin-bottom: 20px;
	font-weight: 400;
}
article.post .entry-content ul li {
	display: inline-block;
}
article.post .entry-content ul li.author {
	margin-right: 30px;
}
article.post .entry-content ul li a {
	position: relative;
}
article.post .entry-content ul li a img {
	margin-right: 10px;
}
/*= Tab Post =*/
.block-post {
	width: 100%;
}
ul.tab-post {
	text-align: center;
	padding: 0 15px;
	margin-bottom: 68px;
}
ul.tab-post li {
	display: inline-block;
	padding: 0 14px;
	font-size: 18px;
	color: #adaba5;
	cursor: pointer;
	line-height: 35px;
	border-radius: 5px;
	margin: 0 12px;
}
ul.tab-post li.active,
ul.tab-post li:hover {
	color: #d7d2bd;
	background: #1e1e1e;
}
/*= Post Grid =*/
.post-grid article.post {
	width: 33.33%;
	padding: 0 15px;
	border: none;
	float: left;
	position: relative;
}
.post-grid article.post .featured-image {
	-webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.post-grid article.post:hover .featured-image {
	opacity: 0;
}
.post-grid article.post .entry-content {
	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
	background: #fff;
	padding-top: 50px;
	height: 100%;
	border: 2px solid #ebe9dc;
	border-radius: 4px;
	visibility: hidden;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0) rotate(-180deg);
    -moz-transform: scale(0) rotate(-180deg);
    -o-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.post-grid article.post:hover .entry-content {
	opacity: 1;
	visibility: visible;
	    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}
.post-grid article.post .entry-content p {
	margin-top: 15px;
	color: #969696;
}
.post-grid article.post .entry-content .btn-readmore {
	margin-top: 15px;
}
.post-grid article.post .entry-content .btn-readmore a img {
	padding-left: 10px;
}
article.post.ver-1 .entry-content {
    padding: 26px 35px 22px;
}
article.post.ver-1 .entry-content .entry-post-title h4 {
	margin-bottom: 5px;
}
article.post.ver-1 .entry-content ul {
	margin-bottom: 9px;
}
article.post.ver-1 .entry-content p {
	line-height: 24px;
}
article.post.ver-1 .entry-content .btn-readmore {
	margin-top: 10px;
}
article.post.ver-1 .entry-content .btn-readmore a img {
	padding-left: 8px;
}
.pagination-area:not(.fix-mro) {
	margin-top: 34px;
	text-align: center;
}
.pagination-area.fix-mro{
	text-align:center;
	margin-top: 47px;
}
.pagination-area.ver-1 {
	margin-top: 49px;
}
.pagination-area.fix-fl{
	margin-top:50px;
}
.pagination-area.ver-2 {
	margin-top: 19px;
}
.pagination-area.ver-3 {
	margin-top: 25px;
}
.pagination-area.ver-4 {
	margin-top: 70px;
}
.pagination-area ul li {
	display: inline-block;
	padding: 0 11px;
}
.pagination-area ul li a {
	height: 40px;
	width: 40px;
	line-height: 39px;
	text-align: center;
	display: block;
	border: 1px solid transparent;
	border-radius: 50%;
}
.pagination-area ul li.prev a,
.pagination-area ul li.prevs a,
.pagination-area ul li.nexts a,
.pagination-area ul li.next a{
	border-color: #d7d2bd;
	line-height: 41px;
	height: 47px;
	width: 47px;
}
.pagination-area ul li.active a,
.pagination-area ul li a:hover {
	background: #d7d2bd;
	color: #fff;
}
.pagination-area ul li.prev a:hover,
.pagination-area ul li.prevs a:hover,
.pagination-area ul li.nexts a:hover,
.pagination-area ul li.next a:hover {
	background: transparent;
}
/*= Sidebar =*/
.sidebar .widget {
	margin-bottom: 30px;
	background: #f3f3f3;
	padding: 24px 32px 16px;
	border-radius: 4px;
}
.sidebar .widget:last-child {
	margin-bottom: 0px;
}
.sidebar .widget h3 {
	margin-bottom: 15px;
}
.widget.widget-search {
	padding: 0px;
}
.widget-search form .input-search {
	position: relative;
}
.widget-search form .input-search input {
	border: 1px solid transparent;
	height: 60px;
	padding: 0 60px 0 30px;
	border-radius: 4px;
}
.widget-search form .input-search input:focus {
	border-color: #969696;
}
.widget-search form .input-search button {
	background: transparent;
	position: absolute;
	top: 0;
	right: 0;
	height: 60px;
	line-height: 60px;
}
.widget-category ul li {
	line-height: 48px;
}
.widget-category ul li a:not(:hover) {
	color: #969696;
}
.widget-category ul li a:hover {
	color: #1e1e1e;
}
.widget-category ul li a img {
	padding-right: 18px;
}
.sidebar .widget-news {
	padding: 24px 34px 40px;
}
.sidebar .widget-news h3 {
	margin-bottom: 29px;
}
.widget-news ul li {
	overflow: hidden;
	margin-bottom: 20px;
}
.widget-news ul li:last-child {
	margin-bottom: 0px;
}
.widget-news ul li .news-image {
	border-radius: 4px;
	overflow: hidden;
	float: left;
	margin-right: 19px;
}
.widget-news ul li .news-content {
	margin-top: -4px;
}
.widget-news ul li .news-content h6 {
	line-height: 24px;
}
.widget-news ul li .news-content h6 a {
	color: #1e1e1e;
}
.widget-news ul li .news-content p.date {
	font-size: 14px;
	line-height: 24px;
	color: #969696;
}
.sidebar .widget-tags {
	padding: 24px 32px 27px;
}
.sidebar .widget-tags h3 {
	margin-bottom: 29px;
}
.widget-tags ul li {
	display: inline-block;
}
.widget-tags ul li a {
	display: block;
	padding: 0 13px;
	line-height: 35px;
	background: #fff;
	border-radius: 4px;
	margin-right: 7px;
	margin-bottom: 8px;
}
.widget-tags ul li a:hover {
	color: #fff;
	background: #1e1e1e;
}
/*========== Main Single ==========*/
#main-single {
	padding: 80px 0 72px;
}
article.post-single .featured-post {
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 22px;
}
article.post-single .post-title {
	margin-bottom: 13px;
}
article.post-single .post-title h4 {
	margin-bottom: 5px;
	letter-spacing: -0.1px;
}
article.post-single .post-title ul li {
	display: inline-block;
}
article.post-single .post-title ul li img {
	padding-right: 10px;
}
article.post-single .post-title ul li.author {
	margin-right: 25px;
}
article.post-single .post-content > p {
	margin-bottom: 22px;
	line-height: 24px;
}
/*= Direction =*/
.direction {
	padding: 19px 0 22px;
	border-top: 1px solid #ebe9dc;
	border-bottom: 1px solid #ebe9dc;
}
.direction .tags {
	margin-bottom: 14px;
}
.direction .tags span,
.direction .share span {
	color: #1e1e1e;
	padding-right: 9px;
}
.direction .tags a,
.direction .share a {
	color: #969696;
}
.direction .tags a:hover,
.direction .share a:hover {
	color: #1e1e1e;
}
.direction .share a {
	padding: 0 10px 0 3px;
	font-size: 14px;
}
/*========== Navigation Single ==========*/
.nav-single {
	padding: 26px 0 22px;
	border-bottom: 1px solid #ebe9dc;
}
.nav-single ul {
	overflow: hidden;
}
.nav-single ul li.prev {
	float: left;
	text-align: left;
	width: 50%;
	padding-right: 110px;
	position: relative;
}
.nav-single ul li.prev:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 70px;
	background-color: #ebe9dc;
	top: 0px;
	right: -1px;
}
.nav-single ul li.next {
	float: right;
	text-align: right;
	width: 50%;
	padding-left: 110px;
}
.nav-single ul li a {
	overflow: hidden;
	display: block;
	position: relative;
}
.nav-single ul li a .icon {
	position: absolute;
	top: 14px;
	left: 0;
	height: 47px;
	width: 47px;
	line-height: 43px;
	text-align: center;
	border: 1px solid #d7d2bd;
	border-radius: 50%;
}
.nav-single ul li a .text {
	overflow: hidden;
	padding-left: 66px;
}
.nav-single ul li.next a .icon {
	left: auto;
	right: 3px;
}
.nav-single ul li.next a .text {
	padding-right: 69px;
	padding-left: 0px;
}
.nav-single ul li a .text p {
	color: #969696;
}
.nav-single ul li a .text h4 {
	margin-bottom: 2px;
}
.nav-single ul li a .text p,
.nav-single ul li a .text h4 {
	line-height: 24px;
	font-weight: 400;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.nav-single ul li a:hover .text h4 {
	color: #bf9c60;
}
/*========== Comment Single ==========*/
#comment-area {
	margin-top: 31px;
}
#comment-area h4 {
	margin-bottom: 31px;
}
#comment-area ul.comment-list li.comment:not(:last-child) {
	margin-bottom: 34px;
}
#comment-area ul.comment-list li.comment .avatar {
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	margin-right: 13px;
	margin-top: 6px;
	float: left;
}
#comment-area ul.comment-list li.comment .comment-content {
	overflow: hidden;
}
#comment-area ul.comment-list li.comment .comment-content .name {
	color: #1e1e1e;
	line-height: 24px;
}
#comment-area ul.comment-list li.comment .comment-content span.date {
	color: #969696;
	font-size: 13px;
	padding-left: 7px;
}
#comment-area ul.comment-list li.comment .comment-content p {
	line-height: 24px;
}
#comment-area ul.comment-list li.comment .comment-content .reply {
	line-height: 24px;
	font-size: 14px;
}
#comment-area ul.comment-list li.comment .comment-content .reply a {
	color: #bf9c60;
}
#comment-area ul.comment-list li.comment .comment-content .reply a i {
	padding-right: 9px;
}
.form-comment-area {
	margin-top: 37px;
}
.form-comment-area h4 {
	margin-bottom: 27px;
}
.form-comment-area form .comment-form {
	margin-bottom: 18px;
	overflow: hidden;
}
.form-comment-area form .comment-form label {
	color: #1e1e1e;
	margin-bottom: 5px;
}
.form-comment-area form .comment-form .one-half {
	width: 50%;
	float: left;
}
.form-comment-area form .comment-form .comment-form-name {
	padding-right: 15px;
}
.form-comment-area form .comment-form .comment-form-email {
	padding-left: 15px;
}
.form-comment-area form .btn-submit {
	text-align: right;
	margin-top: 27px;
}
.form-comment-area form .btn-submit img {
	padding-left: 14px;
}
.form-comment-area form .btn-submit button:hover {
	color: #FFF;
	background: #bf9c60;
}
.scroll-top{
	background-image: url('../images/icon/go_top.png');
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 41px;
    text-align: center;
    position: fixed;
    bottom:19px;
    right:10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
footer {
	background: #1e1e1e;
	padding: 79px 0 48px;
}


.logo-ft{margin-bottom: 25px;}

.widget-footer ul {
margin-top: 15px;
}

.widget-footer ul li,
.widget-footer ul li a,
ul.social-ft li a {
	color: #e1e1e1;
}

ul.social-ft li a:hover {
	color: #fff;
}

.widget-footer ul li a:hover {
	color: #ffffff;
}
.widget-footer h3.title-ft {
	color: #009b99;
    margin-bottom: 25px;
    font-weight: 700;
}
.widget-about .logo-pro-ft {
	margin-bottom: 21px;
}

.widget-footer ul.social-ft {
	margin-top: 15px;
	padding-left: 0px;
}

ul.social-ft {
	margin-top: 15px;
	padding-left: 21px;
}
ul.social-ft li {
	display: inline-block;
	padding-right: 28px;
}
ul.social-ft li:last-child {
	padding-right: 0px;
}
.widget-apps {
	margin-top: 8px;
}
.widget-apps li.app-store {
	margin-bottom: 36px;
}
.widget-apps li a {
	display: block;
	border: 1px solid #d7d2bd;
	border-radius: 4px;
	padding: 14px 23px 10px;
	position: relative;
}
.widget-apps li a:hover {
	background: #0e0e0e;
	border: 1px solid #0e0e0e;
}
.widget-apps li a .image-app {
	float: left;
	margin-right: 32px;
	position: absolute;
	top: 14px;
	left: 23px;
}
.widget-apps li a .text {
	padding-left: 56px;
}
.widget-apps li a .text h5 {
	line-height: 18px;
	color: #ffffff;
	margin-bottom: 7px;
}
.widget-apps li a .text p {
	line-height: 24px;
}
.footer-bottom {
	padding: 32px 0 25px;
	background: #1e1e1e;
	border-top: 1px solid #393939;
}
.footer-bottom ul li {
	display: inline-block;
	padding-right: 61px;
}
.footer-bottom ul li:last-child {
	padding-right: 0px;
}
.footer-bottom ul li a:not(:hover) {
	color: #969696;
}
.copyright {
	padding: 22px 0;
	text-align: center;
	background: #0e0e0e;
}
.copyright p {
	color: #969696;
}

/*========== Preload ==========*/
#loading-overlay {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #fff;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
}

.loader:before,
.loader:after {
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 60px;
    content: "";
    -webkit-animation: preloader-wave 1.6s linear infinite;
        animation: preloader-wave 1.6s linear infinite; 
    border-radius: 50%;
    background: #bf9c60;
}

.loader:after {
    -webkit-animation-delay: -.8s;
       animation-delay: -.8s;
}

@-webkit-keyframes preloader-wave {
    0% {
        -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
        opacity: .5;
    }
    100% {
        -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes preloader-wave {
    0% {
        -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
        opacity: .5;
    }
    100% {
        -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
        opacity: 0;
    }
}



.right-content ul li{
	margin-top: 7px;
    font-size: 22px;
    letter-spacing: 2px;
	color:#fff;
}

.right-content p{
	font-size: 20px;
}
.right-content img{
	margin-bottom: 4px;
}
@media only screen and (max-width: 570px){
	.right-content ul li{
		margin: 3px 0;
    font-size: 17px;
    letter-spacing: 2px;
	font-weight: 600;
	}
}
@media only screen and (max-width: 570px){
	.header-04 .top-header .right-content {
		padding-right: 0px;
	}
}

@media only screen and (max-width: 570px){
	.header-04 .top-header .left-content ul li{
		/* margin-top: 7px; */
		font-size: 14px;
		letter-spacing: 2px;
		font-weight: 600;
	}
}

/* vijay css */

#logo h2 {
    color: white;
    margin-top: 26px;
}

.dom{
	display:flex;
}

.route-wrapper p {
    margin-left: 50px;
    line-height: 25px;
    color: #000000;
    font-weight: 600;
    font-size: 16px;
}
.trip-details {
    padding: 10px 20px;
	border: 1px solid #009b99;
}

.moo {
    display: flex;
    width: 100%;
}
.moo h5 {
    margin-right: 50px !important;
    margin-left: 29px;
}

.route-wrapper img {
    width: 21px;
}

.moo .fa {
    font-size: 35px;
    color: #009b99;
}

.sec-title-h2 {
    text-align: center;
	color: #fff;
	background: #01b6b3;
    padding: 15px 0;
}
.sec-title {
    color: #04b6b3;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 10px;
}
.form-group{
	color: #fff !important;
	font-size: 22px;
}
.form-field {
    color: white;
    font-size:22px;
}
.quote-sys-wrapper {
    background: #003970;
    padding: 10px 20px;
    border: 1px solid #0000;
}
.sec{
        color: #04b6b3;
    font-weight: 600;
    font-size: 27px;
}

/* return checkbox */

.checkbox-wrapper-10 .tgl {
	display: none;
  }
  
  .checkbox-wrapper-10 .tgl,
	.checkbox-wrapper-10 .tgl:after,
	.checkbox-wrapper-10 .tgl:before,
	.checkbox-wrapper-10 .tgl *,
	.checkbox-wrapper-10 .tgl *:after,
	.checkbox-wrapper-10 .tgl *:before,
	.checkbox-wrapper-10 .tgl + .tgl-btn {
	box-sizing: border-box;
  }
  
  .checkbox-wrapper-10 .tgl::-moz-selection,
	.checkbox-wrapper-10 .tgl:after::-moz-selection,
	.checkbox-wrapper-10 .tgl:before::-moz-selection,
	.checkbox-wrapper-10 .tgl *::-moz-selection,
	.checkbox-wrapper-10 .tgl *:after::-moz-selection,
	.checkbox-wrapper-10 .tgl *:before::-moz-selection,
	.checkbox-wrapper-10 .tgl + .tgl-btn::-moz-selection,
	.checkbox-wrapper-10 .tgl::selection,
	.checkbox-wrapper-10 .tgl:after::selection,
	.checkbox-wrapper-10 .tgl:before::selection,
	.checkbox-wrapper-10 .tgl *::selection,
	.checkbox-wrapper-10 .tgl *:after::selection,
	.checkbox-wrapper-10 .tgl *:before::selection,
	.checkbox-wrapper-10 .tgl + .tgl-btn::selection {
	background: none;
  }
  
  .checkbox-wrapper-10 .tgl + .tgl-btn {
	outline: 0;
	display: block;
	width: 6em;
	height: 2em;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  
  .checkbox-wrapper-10 .tgl + .tgl-btn:after,
	.checkbox-wrapper-10 .tgl + .tgl-btn:before {
	position: relative;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
  }
  
  .checkbox-wrapper-10 .tgl + .tgl-btn:after {
	left: 0;
  }
  
  .checkbox-wrapper-10 .tgl + .tgl-btn:before {
	display: none;
  }
  
  .checkbox-wrapper-10 .tgl:checked + .tgl-btn:after {
	left: 50%;
  }
  
  .checkbox-wrapper-10 .tgl-flip + .tgl-btn {
	padding: 2px;
	transition: all 0.2s ease;
	font-family: sans-serif;
	perspective: 100px;
  }
  
  .checkbox-wrapper-10 .tgl-flip + .tgl-btn:after,
	.checkbox-wrapper-10 .tgl-flip + .tgl-btn:before {
	display: inline-block;
	transition: all 0.4s ease;
	width: 100%;
	text-align: center;
	position: absolute;
	line-height: 2em;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 4px;
  }
  
  .checkbox-wrapper-10 .tgl-flip + .tgl-btn:after {
	content: attr(data-tg-on);
	background: #02C66F;
	transform: rotateY(-180deg);
  }
  
  .checkbox-wrapper-10 .tgl-flip + .tgl-btn:before {
	background: #FF3A19;
	content: attr(data-tg-off);
  }
  
  .checkbox-wrapper-10 .tgl-flip + .tgl-btn:active:before {
	transform: rotateY(-20deg);
  }
  
  .checkbox-wrapper-10 .tgl-flip:checked + .tgl-btn:before {
	transform: rotateY(180deg);
  }
  
  .checkbox-wrapper-10 .tgl-flip:checked + .tgl-btn:after {
	transform: rotateY(0);
	left: 0;
	background: #00b37d;
  }
  
  .checkbox-wrapper-10 .tgl-flip:checked + .tgl-btn:active:after {
	transform: rotateY(20deg);
  }

  select.form-control:not([size]):not([multiple]){
	height: calc(3rem + 2px) !important;
  }

  .form-control{
	border: 2px solid rgb(4 182 179) !important;
  }

  #accept_tc{
	margin-top: 9px;
    margin-left: 0px;
  }
  #term{
	color: #03bab7;
  }

  .btn-custom strong {
    color: #d7a540;
}
.btn-custom {
    border: 2px solid #e5ba69;
}
.btn-custom:hover{
    border: 2px solid #e5ba69;
}
.selected {
    box-shadow: 0px 0px 9.8px 0.2px rgb(2 33 87) !important;
}

/* social media icon in footer */


  
  .social-btn {
	cursor: pointer;
	height: 50px;
	width: 50px;
	font-family: 'Titillium Web', sans-serif;
	color: #333;
	border-radius: 10px;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	background: white;
	margin: 5px;
	transition: 0.3s;
	justify-content: center;
	padding-left: 5px;
  }
  
  .social-btn svg {
	height: 24px;
	width: 24px;
  }
  
  .social-btn span {
	width: 0px;
	overflow: hidden;
	transition: 0.3s;
	text-align: center;
	margin-left: 5px;
  }
  
  .social-btn:hover {
	width: 150px;
	border-radius: 5px;
  }
  
  .social-btn:hover span {
	padding: 2px;
	width: 80px;
  }
  .fa-whatsapp{
	color:#02C66F;
	font-size: 25px;
  }
  .fa-facebook{
	color: #5050ff;
	font-size: 25px;
  }
  .fa-instagram{
	color: #ff04d2;
	font-size: 25px;
  }
  .fa-twitter{
	color: #2ea2d1;
	font-size: 25px;
  }
  .fa-suitcase {
    color: #e0dbc8;
}
  

.btn-select a {
    background: black;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
}

/* booking form checkboxes */

.checkbox-wrapper-33 {
--s-xsmall: 0.625em;
    --s-small: 1.2em;
    --border-width: 1px;
    --c-primary: #03b6b3;
    --c-primary-20-percent-opacity: #03b6b3;
    --c-primary-10-percent-opacity: #03b6b3;
    --t-base: 0.4s;
    --t-fast: 0.2s;
    --e-in: ease-in;
    --e-out: cubic-bezier(.11,.29,.18,.98);
  }
  
  .checkbox-wrapper-33 .visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
  }
  
  .checkbox-wrapper-33 .checkbox {
	display: flex;
	align-items: center;
	justify-content: flex-start;
  }
  
  .checkbox-wrapper-33 .checkbox + .checkbox {
	margin-top: var(--s-small);
  }
  
  .checkbox-wrapper-33 .checkbox__symbol {
	display: inline-block;
	display: flex;
	margin-right: calc(var(--s-small) * 0.7);
    border: var(--border-width) solid #03aea6;
	position: relative;
	/* border-radius: 0.1em; */
	width: 1.5em;
	height: 1.5em;
	transition: box-shadow var(--t-base) var(--e-out), background-color var(--t-base);
	box-shadow: 0 0 0 0 var(--c-primary-10-percent-opacity);
  }
  
  .checkbox-wrapper-33 .checkbox__symbol:after {
	content: "";
	position: absolute;
	top: 0.5em;
	left: 0.5em;
	width: 0.25em;
	height: 0.25em;
	background-color: var(--c-primary-20-percent-opacity);
	opacity: 0;
	border-radius: 3em;
	transform: scale(1);
	transform-origin: 50% 50%;
  }
  
  .checkbox-wrapper-33 .checkbox .icon-checkbox {
	width: 1em;
	height: 1em;
	margin: auto;
	fill: none;
	stroke-width: 3;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
	color: #03bab7;
	display: inline-block;
  }
  
  .checkbox-wrapper-33 .checkbox .icon-checkbox path {
	transition: stroke-dashoffset var(--t-fast) var(--e-in);
	stroke-dasharray: 30px, 31px;
	stroke-dashoffset: 31px;
  }
  
  .checkbox-wrapper-33 .checkbox__textwrapper {
	margin: 0;
	font-size: 17px;
    color: #fff;
  }
  
  .checkbox-wrapper-33 .checkbox__trigger:checked + .checkbox__symbol:after {
	-webkit-animation: ripple-33 1.5s var(--e-out);
	animation: ripple-33 1.5s var(--e-out);
  }
  
  .checkbox-wrapper-33 .checkbox__trigger:checked + .checkbox__symbol .icon-checkbox path {
	transition: stroke-dashoffset var(--t-base) var(--e-out);
	stroke-dashoffset: 0px;
  }
  
  .checkbox-wrapper-33 .checkbox__trigger:focus + .checkbox__symbol {
	box-shadow: 0 0 0 0.25em var(--c-primary-20-percent-opacity);
  }
  
  @-webkit-keyframes ripple-33 {
	from {
	  transform: scale(0);
	  opacity: 1;
	}
  
	to {
	  opacity: 0;
	  transform: scale(20);
	}
  }
  
  @keyframes ripple-33 {
	from {
	  transform: scale(0);
	  opacity: 1;
	}
  
	to {
	  opacity: 0;
	  transform: scale(20);
	}
  }

  .table-bordered td, .table-bordered th {
	width: 50% !important;
	font-size: 21px;
	font-weight: 500;
    color: #444444;
	border: 1px solid #d2d2d2 !important;
  }

  .preview-page {
    padding: 22px 0px;
}


/* button-price design */
.btn-price-amount {
    border: 2px solid #04b6b3;
    cursor: default;
}
.btn-price-amount:hover{
    border: 2px solid #d7a540;
}
/* submit-edit-buttons */
.next-sub {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 50px;
	border-radius: 50px;
	border: 0;
	outline: 0;
	font-size: 18px;
	background: #023509;
	color: #fff;
	margin: auto;
	letter-spacing: 2px;
	border: 2px solid #d7a540;
  }
  .next-sub:hover{
	border: 2px solid #d7a540;
  }
  
  svg {
	margin: 0 0 0 10px;
  }
  
  .next-sub:hover svg {
	margin: 0 0 0 25px;
	transition: 0.3s;
  }
  
  .next-sub:not(:hover) svg {
	transition: 0.3s;
  }
  
  .next-sub:active {
	transform: scale(0.9, 0.9);
	transition: 200ms;
  }
  
  .next-sub:not(:active) {
	transition: 200ms;
  }

  /* previous */

  .edit-sub {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 50px;
	border-radius: 50px;
	border: 0;
	outline: 0;
	font-size: 18px;
	background: #a1210b;
	color: #fff;
	margin: auto;
	letter-spacing: 2px;
	border: 2px solid #d7a540;
  }
  .edit-sub:hover{
	border: 2px solid #d7a540;
  }
  
  svg {
	margin: 0 0 0 10px;
  }
  
  .edit-sub:hover svg {
	margin: 0 25px 0 0;
	transition: 0.3s;
  }
  
  .edit-sub:not(:hover) svg {
	transition: 0.3s;
  }
  
  .edit-sub:active {
	transform: scale(0.9, 0.9);
	transition: 200ms;
  }
  
  .edit-sub:not(:active) {
	transition: 200ms;
  }
/* ---------end------- */

  .image-car-selected {
    background: #d4ab66;
    border-radius: 10px;
}

.ttt {
    height: 234px;
}

/* text-selected color */

::-moz-selection { 
	background: #009b99;
	color: #000;
  }
  
  ::selection {
	background: #009b99;
	color: #000;
  }

 .easy-autocomplete-container ul{
    position: absolute;
    background: white;
    color: black;
    list-style: none;
    width: 85%;
    /*padding: 0px 5px;*/
    z-index: 999;
  }
  /* form mobilelview */

  @media only screen and (max-width: 990px) {
	.section-break {
		margin-top: 140px;
	}
  }
  /* @media only screen and (max-width: 1200px) {
	.section-break {
		margin-top: 0px;
	}
  } */
  
  .form-check-label{
      font-size: 20px!important;
  }
  .terms{
          padding-bottom: 17px;
  }
  .cont{
      font-size: 20px;
      color:#fff;
  }
 
.parallax_one{
	background-image:linear-gradient(rgba(
    0,0,0,.5), rgba(0,0,0,.7)),url('../images/breed.jpg');
	background-size: cover;
    background-repeat: repeat;
    background-position: center;
    height: 21rem;
}
.terms-para{
    padding:40px 0;
}

.layout-theme{
	background: #f3f3f3;
}




.easy-autocomplete {
    width: auto;
}

.register_now {
    border-bottom: none !important;
}

/* section grid images */





	/* Common style */
	.grid figure {
		position: relative;
		float: left;
		overflow: hidden;
		margin: 0px;
		width: 100%;
		height: auto;
		background: #3085a3;
		text-align: center;
		cursor: pointer;
	}

	.grid figure img {
		position: relative;
		display: block;
		/* min-height: 100%;
		max-width: 100%; */
		width: 100%;
		opacity: 0.8;
	}

	.grid figure figcaption {
		padding: 2em;
		color: #fff;
		text-transform: uppercase;
		font-size: 1.25em;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	.grid figure figcaption::before,
	.grid figure figcaption::after {
		pointer-events: none;
	}

	.grid figure figcaption,
	.grid figure figcaption>a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	/* Anchor will cover the whole item by default */
	/* For some effects it will show as a button */
	.grid figure figcaption>a {
		z-index: 1000;
		text-indent: 200%;
		white-space: nowrap;
		font-size: 0;
		opacity: 0;
	}

	.grid figure h2 {
		word-spacing: -0.15em;
		font-weight: 300;
	}

	.grid figure h2 span {
		font-weight: 800;
	}

	.grid figure h2,
	.grid figure p {
		margin: 0;
	}

	.grid figure p {
		letter-spacing: 1px;
		font-size: 68.5%;
	}


	/* Individual effects */

	/*---------------*/
	/***** Julia *****/
	/*---------------*/

	figure.effect-julia {
		background: #2f3238;
	}

	figure.effect-julia img {
		max-width: none;
		height: 400px;
		-webkit-transition: opacity 1s, -webkit-transform 1s;
		transition: opacity 1s, transform 1s;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	figure.effect-julia figcaption {
		text-align: left;
	}

	figure.effect-julia h2 {
		position: relative;
		padding: 0.5em 0;
	}

	figure.effect-julia p {
		display: inline-block;
		margin: 0 0 0.25em;
		padding: 0.4em 1em;
		background: rgba(255, 255, 255, 0.9);
		color: #2f3238;
		text-transform: none;
		font-weight: 500;
		font-size: 75%;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		-webkit-transform: translate3d(-360px, 0, 0);
		transform: translate3d(-360px, 0, 0);
	}

	figure.effect-julia p:first-child {
		-webkit-transition-delay: 0.15s;
		transition-delay: 0.15s;
	}

	figure.effect-julia p:nth-of-type(2) {
		-webkit-transition-delay: 0.1s;
		transition-delay: 0.1s;
	}

	figure.effect-julia p:nth-of-type(3) {
		-webkit-transition-delay: 0.05s;
		transition-delay: 0.05s;
	}

	figure.effect-julia:hover p:first-child {
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
	}

	figure.effect-julia:hover p:nth-of-type(2) {
		-webkit-transition-delay: 0.05s;
		transition-delay: 0.05s;
	}

	figure.effect-julia:hover p:nth-of-type(3) {
		-webkit-transition-delay: 0.1s;
		transition-delay: 0.1s;
	}

	figure.effect-julia:hover img {
		opacity: 0.4;
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}

	figure.effect-julia:hover p {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}



	/*-----------------*/
	/***** Goliath *****/
	/*-----------------*/

	figure.effect-goliath {
		background: #df4e4e;
	}

	figure.effect-goliath img,
	figure.effect-goliath h2 {
		-webkit-transition: -webkit-transform 0.35s;
		transition: transform 0.35s;
	}

	figure.effect-goliath img {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	figure.effect-goliath h2,
	figure.effect-goliath p {
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 30px;
	}

	figure.effect-goliath p {
		text-transform: none;
		font-size: 90%;
		opacity: 0;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		-webkit-transform: translate3d(0, 50px, 0);
		transform: translate3d(0, 50px, 0);
	}

	figure.effect-goliath:hover img {
		-webkit-transform: translate3d(0, -80px, 0);
		transform: translate3d(0, -80px, 0);
	}

	figure.effect-goliath:hover h2 {
		-webkit-transform: translate3d(0, -100px, 0);
		transform: translate3d(0, -100px, 0);
	}

	figure.effect-goliath:hover p {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	/*-----------------*/
	/***** Hera *****/
	/*-----------------*/

	figure.effect-hera {
		background: #303fa9;
	}

	figure.effect-hera h2 {
		font-size: 158.75%;
	}

	figure.effect-hera h2,
	figure.effect-hera p {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		-webkit-transform: translate3d(-50%, -50%, 0);
		transform: translate3d(-50%, -50%, 0);
		-webkit-transform-origin: 50%;
		transform-origin: 50%;
	}

	figure.effect-hera figcaption::before {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 200px;
		height: 200px;
		border: 2px solid #fff;
		content: '';
		opacity: 0;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		-webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
		transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
		-webkit-transform-origin: 50%;
		transform-origin: 50%;
	}

	figure.effect-hera p {
		width: 100px;
		text-transform: none;
		font-size: 121%;
		line-height: 2;
	}

	figure.effect-hera p a {
		color: #fff;
	}

	figure.effect-hera p a:hover,
	figure.effect-hera p a:focus {
		opacity: 0.6;
	}

	figure.effect-hera p a i {
		opacity: 0;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
	}

	figure.effect-hera p a:first-child i {
		-webkit-transform: translate3d(-60px, -60px, 0);
		transform: translate3d(-60px, -60px, 0);
	}

	figure.effect-hera p a:nth-child(2) i {
		-webkit-transform: translate3d(60px, -60px, 0);
		transform: translate3d(60px, -60px, 0);
	}

	figure.effect-hera p a:nth-child(3) i {
		-webkit-transform: translate3d(-60px, 60px, 0);
		transform: translate3d(-60px, 60px, 0);
	}

	figure.effect-hera p a:nth-child(4) i {
		-webkit-transform: translate3d(60px, 60px, 0);
		transform: translate3d(60px, 60px, 0);
	}

	figure.effect-hera:hover figcaption::before {
		opacity: 1;
		-webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
		transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
	}

	figure.effect-hera:hover h2 {
		opacity: 0;
		-webkit-transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
		transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
	}

	figure.effect-hera:hover p i:empty {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		/* just because it's stronger than nth-child */
		opacity: 1;
	}

	/*-----------------*/
	/***** Winston *****/
	/*-----------------*/

	figure.effect-winston {
		background: #162633;
		text-align: left;
	}

	figure.effect-winston img {
		-webkit-transition: opacity 0.45s;
		transition: opacity 0.45s;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	figure.effect-winston figcaption::before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../img/triangle.svg) no-repeat center center;
		background-size: 100% 100%;
		content: '';
		-webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
		transition: opacity 0.45s, transform 0.45s;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		-webkit-transform-origin: 0 100%;
		transform-origin: 0 100%;
	}

	figure.effect-winston h2 {
		-webkit-transition: -webkit-transform 0.35s;
		transition: transform 0.35s;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}

	figure.effect-winston p {
		position: absolute;
		right: 0;
		bottom: 0;
		padding: 0 1.5em 7% 0;
	}

	figure.effect-winston a {
		margin: 0 10px;
		color: #5d504f;
		font-size: 170%;
	}

	figure.effect-winston a:hover,
	figure.effect-winston a:focus {
		color: #cc6055;
	}

	figure.effect-winston p a i {
		opacity: 0;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		-webkit-transform: translate3d(0, 50px, 0);
		transform: translate3d(0, 50px, 0);
	}

	figure.effect-winston:hover img {
		opacity: 0.6;
	}

	figure.effect-winston:hover h2 {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	figure.effect-winston:hover figcaption::before {
		opacity: 0.7;
		-webkit-transform: rotate3d(0, 0, 1, 20deg);
		transform: rotate3d(0, 0, 1, 20deg);
	}

	figure.effect-winston:hover p i {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	figure.effect-winston:hover p a:nth-child(3) i {
		-webkit-transition-delay: 0.05s;
		transition-delay: 0.05s;
	}

	figure.effect-winston:hover p a:nth-child(2) i {
		-webkit-transition-delay: 0.1s;
		transition-delay: 0.1s;
	}

	figure.effect-winston:hover p a:first-child i {
		-webkit-transition-delay: 0.15s;
		transition-delay: 0.15s;
	}

	/*-----------------*/
	/***** Selena *****/
	/*-----------------*/

	figure.effect-selena {
		background: #fff;
	}

	figure.effect-selena img {
		opacity: 0.95;
		-webkit-transition: -webkit-transform 0.35s;
		transition: transform 0.35s;
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	figure.effect-selena:hover img {
		-webkit-transform: scale3d(0.95, 0.95, 1);
		transform: scale3d(0.95, 0.95, 1);
	}

	figure.effect-selena h2 {
		-webkit-transition: -webkit-transform 0.35s;
		transition: transform 0.35s;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}

	figure.effect-selena p {
		opacity: 0;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		-webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
		-webkit-transform-origin: 50% 0%;
		transform-origin: 50% 0%;
	}

	figure.effect-selena:hover h2 {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	figure.effect-selena:hover p {
		opacity: 1;
		-webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0);
		transform: perspective(1000px) rotate3d(1, 0, 0, 0);
	}

	/*-----------------*/
	/***** Terry *****/
	/*-----------------*/

	figure.effect-terry {
		background: #34495e;
	}

	figure.effect-terry figcaption {
		padding: 1em;
	}

	figure.effect-terry figcaption::before,
	figure.effect-terry figcaption::after {
		position: absolute;
		width: 200%;
		height: 200%;
		border-style: solid;
		border-color: #101010;
		content: '';
		-webkit-transition: -webkit-transform 0.35s;
		transition: transform 0.35s;
	}

	figure.effect-terry figcaption::before {
		right: 0;
		bottom: 0;
		border-width: 0 70px 60px 0;
		-webkit-transform: translate3d(70px, 60px, 0);
		transform: translate3d(70px, 60px, 0);
	}

	figure.effect-terry figcaption::after {
		top: 0;
		left: 0;
		border-width: 15px 0 0 15px;
		-webkit-transform: translate3d(-15px, -15px, 0);
		transform: translate3d(-15px, -15px, 0);
	}

	figure.effect-terry img,
	figure.effect-terry p a {
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
	}

	figure.effect-terry img {
		opacity: 0.85;
	}

	figure.effect-terry h2 {
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 0.4em 10px;
		width: 50%;
		-webkit-transition: -webkit-transform 0.35s;
		transition: transform 0.35s;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	@media screen and (max-width: 920px) {
		figure.effect-terry h2 {
			padding: 0.75em 10px;
			font-size: 120%;
		}
	}

	figure.effect-terry p {
		float: right;
		clear: both;
		text-align: left;
		text-transform: none;
		font-size: 111%;
	}

	figure.effect-terry p a {
		display: block;
		margin-bottom: 1em;
		color: #fff;
		opacity: 0;
		-webkit-transform: translate3d(90px, 0, 0);
		transform: translate3d(90px, 0, 0);
	}

	figure.effect-terry p a:hover,
	figure.effect-terry p a:focus {
		color: #f3cf3f;
	}

	figure.effect-terry:hover figcaption::before,
	figure.effect-terry:hover figcaption::after {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	figure.effect-terry:hover img {
		opacity: 0.6;

	}

	figure.effect-terry:hover h2,
	figure.effect-terry:hover p a {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	figure.effect-terry:hover p a {
		opacity: 1;
	}

	figure.effect-terry:hover p a:first-child {
		-webkit-transition-delay: 0.025s;
		transition-delay: 0.025s;
	}

	figure.effect-terry:hover p a:nth-child(2) {
		-webkit-transition-delay: 0.05s;
		transition-delay: 0.05s;
	}

	figure.effect-terry:hover p a:nth-child(3) {
		-webkit-transition-delay: 0.075s;
		transition-delay: 0.075s;
	}

	figure.effect-terry:hover p a:nth-child(4) {
		-webkit-transition-delay: 0.1s;
		transition-delay: 0.1s;
	}

	/*-----------------*/
	/***** Phoebe *****/
	/*-----------------*/

	figure.effect-phoebe {
		background: #675983;
	}

	figure.effect-phoebe img {
		opacity: 0.85;
		-webkit-transition: opacity 0.35s;
		transition: opacity 0.35s;
	}

	figure.effect-phoebe:hover img {
		opacity: 0.6;
	}

	figure.effect-phoebe figcaption::before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../img/triangle2.svg) no-repeat center center;
		background-size: 100% 100%;
		content: '';
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		-webkit-transform: scale3d(5, 2.5, 1);
		transform: scale3d(5, 2.5, 1);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	figure.effect-phoebe:hover figcaption::before {
		opacity: 0.6;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	figure.effect-phoebe h2 {
		margin-top: 1em;
		-webkit-transition: transform 0.35s;
		transition: transform 0.35s;
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0);
	}

	figure.effect-phoebe:hover h2 {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	figure.effect-phoebe p a {
		color: #fff;
		font-size: 140%;
		opacity: 0;
		position: relative;
		display: inline-block;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
	}

	figure.effect-phoebe p a:first-child {
		-webkit-transform: translate3d(-60px, -60px, 0);
		transform: translate3d(-60px, -60px, 0);
	}

	figure.effect-phoebe p a:nth-child(2) {
		-webkit-transform: translate3d(0, 60px, 0);
		transform: translate3d(0, 60px, 0);
	}

	figure.effect-phoebe p a:nth-child(3) {
		-webkit-transform: translate3d(60px, -60px, 0);
		transform: translate3d(60px, -60px, 0);
	}

	figure.effect-phoebe:hover p a {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	/*-----------------*/
	/***** Apollo *****/
	/*-----------------*/

	figure.effect-apollo {
		background: #3498db;
	}

	figure.effect-apollo img {
		opacity: 0.95;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		-webkit-transform: scale3d(1.05, 1.05, 1);
		transform: scale3d(1.05, 1.05, 1);
	}

	figure.effect-apollo figcaption::before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.5);
		content: '';
		-webkit-transition: -webkit-transform 0.6s;
		transition: transform 0.6s;
		-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
		transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	}

	figure.effect-apollo p {
		position: absolute;
		right: 0;
		bottom: 0;
		margin: 3em;
		padding: 0 1em;
		max-width: 150px;
		border-right: 4px solid #fff;
		text-align: right;
		opacity: 0;
		-webkit-transition: opacity 0.35s;
		transition: opacity 0.35s;
	}

	figure.effect-apollo h2 {
		text-align: left;
	}

	figure.effect-apollo:hover img {
		opacity: 0.6;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	figure.effect-apollo:hover figcaption::before {
		-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
		transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	}

	figure.effect-apollo:hover p {
		opacity: 1;
		-webkit-transition-delay: 0.1s;
		transition-delay: 0.1s;
	}

	/*-----------------*/
	/***** Kira *****/
	/*-----------------*/

	figure.effect-kira {
		background: #fff;
		text-align: left;
	}

	figure.effect-kira img {
		-webkit-transition: opacity 0.35s;
		transition: opacity 0.35s;
	}

	figure.effect-kira figcaption {
		z-index: 1;
	}

	figure.effect-kira p {
		padding: 2.25em 0.5em;
		font-weight: 600;
		font-size: 100%;
		line-height: 1.5;
		opacity: 0;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	figure.effect-kira p a {
		margin: 0 0.5em;
		color: #101010;
	}

	figure.effect-kira p a:hover,
	figure.effect-kira p a:focus {
		opacity: 0.6;
	}

	figure.effect-kira figcaption::before {
		position: absolute;
		top: 0;
		right: 2em;
		left: 2em;
		z-index: -1;
		height: 3.5em;
		background: #fff;
		content: '';
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		-webkit-transform: translate3d(0, 4em, 0) scale3d(1, 0.023, 1);
		transform: translate3d(0, 4em, 0) scale3d(1, 0.023, 1);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
	}

	figure.effect-kira:hover img {
		opacity: 0.5;
	}

	figure.effect-kira:hover p {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	figure.effect-kira:hover figcaption::before {
		opacity: 0.7;
		-webkit-transform: translate3d(0, 5em, 0) scale3d(1, 1, 1);
		transform: translate3d(0, 5em, 0) scale3d(1, 1, 1);
	}

	/*-----------------*/
	/***** Steve *****/
	/*-----------------*/

	figure.effect-steve {
		z-index: auto;
		overflow: visible;
		background: #000;
	}

	figure.effect-steve:before,
	figure.effect-steve h2:before {
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100%;
		background: #000;
		content: '';
		-webkit-transition: opacity 0.35s;
		transition: opacity 0.35s;
	}

	figure.effect-steve:before {
		box-shadow: 0 3px 30px rgba(0, 0, 0, 0.8);
		opacity: 0;
	}

	figure.effect-steve figcaption {
		z-index: 1;
	}

	figure.effect-steve img {
		opacity: 1;
		-webkit-transition: -webkit-transform 0.35s;
		transition: transform 0.35s;
		-webkit-transform: perspective(1000px) translate3d(0, 0, 0);
		transform: perspective(1000px) translate3d(0, 0, 0);
	}

	figure.effect-steve h2,
	figure.effect-steve p {
		background: #fff;
		color: #2d434e;
	}

	figure.effect-steve h2 {
		position: relative;
		margin-top: 2em;
		padding: 0.25em;
	}

	figure.effect-steve h2:before {
		box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
	}

	figure.effect-steve p {
		margin-top: 1em;
		padding: 0.5em;
		font-weight: 800;
		opacity: 0;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		-webkit-transform: scale3d(0.9, 0.9, 1);
		transform: scale3d(0.9, 0.9, 1);
	}

	figure.effect-steve:hover:before {
		opacity: 1;
	}

	figure.effect-steve:hover img {
		-webkit-transform: perspective(1000px) translate3d(0, 0, 21px);
		transform: perspective(1000px) translate3d(0, 0, 21px);
	}

	figure.effect-steve:hover h2:before {
		opacity: 0;
	}

	figure.effect-steve:hover p {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	/*-----------------*/
	/***** Moses *****/
	/*-----------------*/

	figure.effect-moses {
		background: -webkit-linear-gradient(-45deg, #EC65B7 0%, #05E0D8 100%);
		background: linear-gradient(-45deg, #EC65B7 0%, #05E0D8 100%);
	}

	figure.effect-moses img {
		opacity: 0.85;
		-webkit-transition: opacity 0.35s;
		transition: opacity 0.35s;
	}

	figure.effect-moses h2,
	figure.effect-moses p {
		padding: 20px;
		width: 50%;
		height: 50%;
		border: 2px solid #fff;
	}

	figure.effect-moses h2 {
		padding: 20px;
		width: 50%;
		height: 50%;
		text-align: left;
		-webkit-transition: -webkit-transform 0.35s;
		transition: transform 0.35s;
		-webkit-transform: translate3d(10px, 10px, 0);
		transform: translate3d(10px, 10px, 0);
	}

	figure.effect-moses p {
		float: right;
		padding: 20px;
		text-align: right;
		opacity: 0;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		-webkit-transform: translate3d(-50%, -50%, 0);
		transform: translate3d(-50%, -50%, 0);
	}

	figure.effect-moses:hover h2 {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	figure.effect-moses:hover p {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	figure.effect-moses:hover img {
		opacity: 0.6;
	}

	/*---------------*/
	/***** Jazz *****/
	/*---------------*/

	figure.effect-jazz {
		background: -webkit-linear-gradient(-45deg, #f3cf3f 0%, #f33f58 100%);
		background: linear-gradient(-45deg, #f3cf3f 0%, #f33f58 100%);
	}

	figure.effect-jazz img {
		opacity: 0.9;
	}

	figure.effect-jazz figcaption::after,
	figure.effect-jazz img,
	figure.effect-jazz p {
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
	}

	figure.effect-jazz figcaption::after {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		content: '';
		opacity: 0;
		-webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
		transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	figure.effect-jazz h2,
	figure.effect-jazz p {
		opacity: 1;
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
	}

	figure.effect-jazz h2 {
		padding-top: 26%;
		-webkit-transition: -webkit-transform 0.35s;
		transition: transform 0.35s;
	}

	figure.effect-jazz p {
		padding: 0.5em 2em;
		text-transform: none;
		font-size: 0.85em;
		opacity: 0;
	}

	figure.effect-jazz:hover img {
		opacity: 0.7;
		-webkit-transform: scale3d(1.05, 1.05, 1);
		transform: scale3d(1.05, 1.05, 1);
	}

	figure.effect-jazz:hover figcaption::after {
		opacity: 1;
		-webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
		transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
	}

	figure.effect-jazz:hover h2,
	figure.effect-jazz:hover p {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	/*---------------*/
	/***** Ming *****/
	/*---------------*/

	figure.effect-ming {
		background: #030c17;
	}

	figure.effect-ming img {
		opacity: 0.9;
		-webkit-transition: opacity 0.35s;
		transition: opacity 0.35s;
	}

	figure.effect-ming figcaption::before {
		position: absolute;
		top: 30px;
		right: 30px;
		bottom: 30px;
		left: 30px;
		border: 2px solid #fff;
		box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
		content: '';
		opacity: 0;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		-webkit-transform: scale3d(1.4, 1.4, 1);
		transform: scale3d(1.4, 1.4, 1);
	}

	figure.effect-ming h2 {
		color: #fff;
		margin: 20% 0 10px 0;
		-webkit-transition: -webkit-transform 0.35s;
		transition: transform 0.35s;
	}

	figure.effect-ming p {
		padding: 1em;
		opacity: 0;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}

	figure.effect-ming:hover h2 {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	figure.effect-ming:hover figcaption::before,
	figure.effect-ming:hover p {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	figure.effect-ming:hover figcaption {
		background-color: rgba(58, 52, 42, 0);
	}

	figure.effect-ming:hover img {
		opacity: 0.4;
	}

	/*---------------*/
	/***** Lexi *****/
	/*---------------*/

	figure.effect-lexi {
		background: -webkit-linear-gradient(-45deg, #000 0%, #fff 100%);
		background: linear-gradient(-45deg, #000 0%, #fff 100%);
	}

	figure.effect-lexi img {
		margin: -10px 0 0 -10px;
		max-width: none;
		width: -webkit-calc(100% + 10px);
		width: calc(100% + 10px);
		opacity: 0.9;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		-webkit-transform: translate3d(10px, 10px, 0);
		transform: translate3d(10px, 10px, 0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	figure.effect-lexi figcaption::before,
	figure.effect-lexi p {
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
	}

	figure.effect-lexi figcaption::before {
		position: absolute;
		right: -100px;
		bottom: -100px;
		width: 300px;
		height: 300px;
		border: 2px solid #fff;
		border-radius: 50%;
		box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.2);
		content: '';
		opacity: 0;
		-webkit-transform: scale3d(0.5, 0.5, 1);
		transform: scale3d(0.5, 0.5, 1);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	figure.effect-lexi:hover img {
		opacity: 0.6;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	figure.effect-lexi h2 {
		text-align: left;
		-webkit-transition: -webkit-transform 0.35s;
		transition: transform 0.35s;
		-webkit-transform: translate3d(5px, 5px, 0);
		transform: translate3d(5px, 5px, 0);
	}

	figure.effect-lexi p {
		position: absolute;
		right: 0;
		bottom: 0;
		padding: 0 1.5em 1.5em 0;
		width: 140px;
		text-align: right;
		opacity: 0;
		-webkit-transform: translate3d(20px, 20px, 0);
		transform: translate3d(20px, 20px, 0);
	}

	figure.effect-lexi:hover figcaption::before {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	figure.effect-lexi:hover h2,
	figure.effect-lexi:hover p {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	/*---------------*/
	/***** Duke *****/
	/*---------------*/

	figure.effect-duke {
		background: -webkit-linear-gradient(-45deg, #34495e 0%, #cc6055 100%);
		background: linear-gradient(-45deg, #34495e 0%, #cc6055 100%);
	}

	figure.effect-duke img,
	figure.effect-duke p {
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
	}

	figure.effect-duke:hover img {
		opacity: 0.1;
		-webkit-transform: scale3d(2, 2, 1);
		transform: scale3d(2, 2, 1);
	}

	figure.effect-duke h2 {
		-webkit-transition: -webkit-transform 0.35s;
		transition: transform 0.35s;
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
	}

	figure.effect-duke p {
		position: absolute;
		bottom: 0;
		left: 0;
		margin: 20px;
		padding: 30px;
		border: 2px solid #fff;
		text-transform: none;
		font-size: 90%;
		opacity: 0;
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
		-webkit-transform-origin: 50% -100%;
		transform-origin: 50% -100%;
	}

	figure.effect-duke:hover h2,
	figure.effect-duke:hover p {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	/* Media queries */
	@media screen and (max-width: 50em) {
		.content {
			padding: 0 10px;
			text-align: center;
		}

		.grid figure {
			display: inline-block;
			float: none;
			margin: 10px auto;
			width: 100%;
		}
	}

	.font-weight-bold .fa {
		font-size: 65px;
	}

	/* service section- */
.rounded-xs{
	padding: 20px 15px;
}


.flipper-container{
  position:relative;
  /*margin:35px auto;*/
  perspective:1000;
  height:233px;
      background: #003970;
      /*box-shadow: 1px -1px 20px #aaa;*/
      border-radius: 8px;
}
.flip{
  height:100%;
  width:100%;
  transform-style:preserve-3d;
  transition:all 1s;
  
}
.flipper-container:hover .flip{
  transform:rotateY(180deg);
  /*box-shadow: 1px -1px 20px #aaa;*/
 
}
.face{
  position:absolute;
  height:100%;
  width:100%;
  backface-visibility:hidden;
}
.face.back {
  display: block;
  transform: rotateY(180deg);
  box-sizing: border-box;
  color: #fff;
  text-align: center;
      background-color: #003970;
       border-radius: 8px;
}
.back h2 {
     padding: 60px 0px;
    font-family: Pacifico;
    letter-spacing: 1px;
    font-size: 21px;
        color: #fff;
}


/*-------breadcrumbs---------*/

.breadcrumbs-overlay {
    position: relative;
    z-index: 1;
}

.rs-breadcrumbs {
    padding: 244px 0 35px;
}
.bg7 {
    /* background-image: url(../images/bg-bg3.jpg); */
    background-image: url(../images/foot-1.jpg);
    background-size: cover;
    background-position: center;
    background-position: center top;
}

.rs-breadcrumbs .page-title {
    /* margin: 80px 0 100px; */
    font-size: 36px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.con{
        display: flex;
    justify-content: center;
    font-size: 35px;
    font-weight: 600;
        margin-bottom: 74px;
}
.contents-para{
    padding:70px 0;
}
.subt{
    font-size:20px;
    padding: 5px 12px;

}
.title_h3{
       padding-bottom: 30px;
    font-size: 36px;
    letter-spacing: 4px;
    font-weight: 500;
}

.foot-para {
    padding-bottom: 41px;
    padding-right: 0;
    padding-left: 0;
}
.foot-img{
    text-align:center;
}
.terms-para h3 {
    font-size: 30px;
}

.terms-para p {
    padding: 8px 0;
    font-size: 20px;
}
.easy-autocomplete {
    width: 100% !important;
}
  @media only screen and (max-width: 990px){
      .con{
          display:block;
      }
      
      .title_h3{
          font-size: larger;
      }
      .easy-autocomplete{
          width:95% !important;
      }
      
  }
  
  .fllx{
      display:flex;
  }
  
    input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

input[type="time"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.drive-flx{
    display:flex;
}  
