body{
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
#header-top{
    background-color:#ea5122;
    page-break-after: 3px;
    position: relative;
}
#header-bottom{
    background-color: #ffffff;
    page-break-after: 3px;
}
.contact-details ul li {
    display: inline-block;
}
.contact-details span {
    font-weight: bold;
}
i.fas.fa-phone.fa-rotate-90 {
    color: #000;
}
i.fas.fa-envelope, i.fas.fa-phone.fa-rotate-90 {
    margin-right: 10px;
    background-color: #e0d8d8;
    padding: 10px;
    border-radius: 50%;
}
.contact-details {
    float: right;
	padding: 30px 0px;
}

.top-text{
    font-size: 18px;
    padding: 5px;
}
.social-media {
    float: right;
}

.social-media ul{
	list-style: none;
	margin: 0px;
	padding: 18px 0px 15px 0px;
}

.social-media ul li{
	display: inline-block;
	padding: 0px 5px;
	background-color: #ffffff;
    border-radius: 4px;
}
.social-media ul li a i.fab.fa-facebook-f{
	font-size: 16px;
	padding-top: 3px;
	color: #3b5998;
}
.social-media ul li a i.fab.fa-twitter{
	font-size: 16px;
	padding-top: 3px;
	color: #1da1f2;
}
.social-media ul li a i.fab.fa-youtube{
	font-size: 16px;
	padding-top: 3px;
	color: #DD4B39;
}
.social-media ul li a i.fab.fa-linkedin-in{
	font-size: 16px;
	padding-top: 3px;
	color: #0e76a8;
}
.social-media ul li a:hover{
	color: #323232;
}
bg-custom-1 {
  background-color: #85144b;
}
.total-stock-top {
    float: right;
    padding: 30px 0px;
}
.japantime span {
    font-size: 15px;
}
.total-stock-top span {
    color: #212529;
    float: left;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 0 5px;
    padding: 1px;
}
.bg-custom-2 {
background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
}
.bg-dark {
    background-color: #222222!important;
}
.navbar-dark .navbar-nav .nav-link {
    color: #ea5122;
}
.navbar-dark .navbar-nav .active>.nav-link{
	color: #000;
    background: #ea5122;
	transform: rotate(0deg) skew(-15deg);
}
span.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: #000 #000000;
    padding: 10px;
    border-radius: 50%;
}
.nav-bg {
    background-color: #222222;
}
.about-heading {
    background-color: #020201;
	border-top: 5px solid #ffaf00;
	color: #ffffff;
	text-align: center;
	font-size: 25px;
    font-weight: bold;
    padding: 10px 0;
	margin-top: 10px;
}
.about-heading span{
	color: #ea5122;
}
.about-rotate p{
	text-align: center;
	font-weight: bold;
    background-color: #ffaf00;
    margin-bottom: 0px;
    padding: 10px 0px;
}
.about-text p {
    font-size: 20px;
    text-align: justify;
}
.about-text p span{
	color: #000;
	font-weight: bold;
}
.about-rotate{
	    transform: rotate(0deg) skew(-15deg);
}
.about-rotate H6 {
    position: relative;
    top: -47px;
    left: 70px;
    text-align: center;
    background-color: #faaf00;
    font-size: 15px;
    font-weight: bold;
    width: 115px;
    padding: 10px;
}
/*---------------*/
/***** Julia *****/
/*---------------*/
.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	height: auto;
	background: #5f5a5a;
	text-align: center;
	cursor: pointer;
	border: 2px solid #ffaf00;
    border-radius: 5px;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
}

.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%;
}


figure.effect-julia img {
	max-width: none;
	height: auto;
	width: 100%;
	-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 h4 {
	position: relative;
	padding: 0.5em 0;
}
.content h3 img {
    padding-right: 15px;
}
.content h3 {
    text-align: center;
    background-color: #ffaf00;
	font-size: 20px;
    font-weight: bold
}
figure.effect-julia p {
	display: inline-block;
	margin: 0 0 0.25em;
	padding: 0.4em 1em;
	background: #ffaf00;
	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);
}
.px-0{
	overflow: hidden;
}
.message-heading{
	background-color: #faaf00;
	font-size: 20px;
	padding: 10px 0px;
    font-weight: bold;
}
.message-heading span{
	color: #000;
    font-size: 20px;
    font-weight: bold;
}
.message-text {
    padding: 45px 0;
}
.message-text h5 {
    color: #ffaf00;
    font-weight: bold;
    font-size: 25px;
}
.message-perag{
	padding-right: 10px !important;
    font-size: 19px;
    text-align: justify;
	color: #ffffff;
}
.message-bg{
	background-image: url(../img/img2.png);
  background-color: #cccccc;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.arrow1-img img {
    position: relative;
    left: 181px;
    top: -10px;

}
.mar-top{
	margin-top: 40px;
}
.arrow2-img img {
    position: relative;
    left: 181px;
    top: -10px;
}
.galley-mr-top {
    margin-top: 20px;
}
.video-galley-mr-top{
	margin-top: 0px;
}
.view-button h6 {
    background-color: #ffaf00;
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
	width: 115px;
	transform: rotate(0deg) skew(-15deg);
}

.video-bg-img{
	background-image: url(../img/video-section-bg.png);
	height: 658px;;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.video-1 iframe.videoframe {
    float: right;
	padding-top: 50px;
}
.video-2 iframe.videoframe {
    float: left;
	padding-top: 50px;
}
.video-3 iframe.videoframe {
    float: right;
}
.video-4 iframe.videoframe {
    float: left;
}
.video-heading{
	background-color: #020201;
	color: #ffffff;
	font-size: 20px;
	padding: 10px 0px;
    font-weight: bold;
}
.video-heading span{
	color: #FFAF00;
    font-size: 20px;
    font-weight: bold;
}
/*== Footer Area CSS Start ==*/
#footer-area a {
	color: #000;
}

.footer-widget-area {
	background-color: #333333;
	padding: 30px 0;
}

.footer-widget-area h2,
.footer-widget-area {
	color: #fff;
}

.singlefooter-widget h2 {
	border-bottom: 1px dashed #ffd000;
	display: inline-block;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 30px;
	padding-bottom: 15px;
	position: relative;
	text-transform: uppercase;
}

.single-footer-widget h2 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 15px;
	text-transform: capitalize;
}

.footer-menu ul li {
	border-bottom: solid 1px #808080;
	padding: 7px 0px;
	list-style: none;
}

.single-footer-widget p {
	font-size: 13px;
	line-height: 2;
}

.footer-menu ul li a {
	color: #D7D7D7 !important;
	text-decoration: none;
}
.footer-menu ul li a:hover {
	color: #ffaf00 !important;

}
.fa-map-marker {
    color: #ffaf00;
}
.fa-fax{
	color: #ffaf00;
}
i.fas.fa-phone-square{
	color: #ffaf00;
}
.fa-envelope-open{
	color: #ffaf00;
}
.single-footer-widget .footer-menu ul li {
    border-bottom: solid 1px #808080;
    padding: 7px 0px;
    list-style: none;
    margin-left: -46px;
}
.footer-menu li span {
    color: #fff;
}
.footer-menu ul {
	width: 83%;
}

.single-footer-widget img {
	margin-bottom: 20px;
}

.newsletter-area {
	margin-top: 20px;
}

.newsletter-area form {
	position: relative;
}

.newsletter-area input {
	background-color: transparent;
	border: 1px solid #ffd000;
	border-radius: 2px;
	color: #fff;
	height: 55px;
	padding: 10px;
	padding-right: 70px;
	width: 100%;
}

.newsletter-area .newsletter-btn {
	background-color: #ffd000;
	border: 0 none;
	color: #fff;
	cursor: pointer;
	font-size: 17px;
	height: 100%;
	position: absolute;
	right: 1px;
	top: 0;
	width: 50px;
}

.recent-post li {
	background-color: #000;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 1.3px;
	margin-bottom: 15px;
	padding: 20px;
	position: relative;
}

.recent-post li:last-child {
	margin-bottom: 0;
}

.recent-post li i {
	background-color: #fff;
	color: #000;
	float: right;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	padding-left: 2px;
	position: absolute;
	right: 20px;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 35px;
}

.recent-post li:hover i {
	background-color: #ffd000;
}

.recent-post li {
	background-color: #000;
	font-weight: 600;
	letter-spacing: 1.3px;
	margin-bottom: 15px;
	padding: 15px;
	position: relative;
}

.recent-post li:last-child {
	margin-bottom: 0;
}

.recent-post li i {
	background-color: #fff;
	color: #000;
	float: right;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	padding-left: 2px;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 30px;
}
.recent-post li:hover i {
	background-color: #ffd000;
}
.get-touch {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	line-height: 2.5;
	margin-top: 20px;
}

ul.get-touch span {
	color: #fccf3a;
}

.rental-car-slider span {
	color: #eb0010;
}

.get-touch i.fa {
	margin-right: 5px;
}

.map-show {
	background-color: #ffd000;
	color: #000 !important;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	margin-top: 20px;
	padding: 10px 25px;
	text-transform: uppercase;
}

.footer-bottom-area {
	background-color:#ea5122;
}
.copy-right{
	margin: 5px 0px 5px 0px;
    font-size: 15px;
    font-weight: bold;
}
body.loader-active {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	overflow: hidden;
}

.preloader {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: 9999;
}

.preloader-spinner {
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
}

.loader-content {
	width: 150px;
}
.single-footer-widget hr {
    border-top: 1px solid #ffffff;
}
.foter-social-icons i.fab.fa-facebook-f {
    background-color: #ffffff;
	color: #3b5998;
    padding: 8px;
    border-radius: 5px;
}
.foter-social-icons i.fab.fa-twitter {
    background-color: #ffffff;
	color: #1da1f2;
    padding: 8px;
    border-radius: 5px;
}
.foter-social-icons i.fab.fa-youtube {
    background-color: #ffffff;
	color: #DD4B39;
    padding: 8px;
    border-radius: 5px;
}
.foter-social-icons i.fab.fa-linkedin-in {
    background-color: #ffffff;
	color: #0e76a8;
    padding: 8px;
    border-radius: 5px;
}
.footer-menu p {
    text-align: justify;
	font-size: 15px;
}
.footer-map {
    margin-top: 20px;
    margin-left: -15px;
}
.single-footer-widget span {
    color: #ffaf00;
}
.copy-right a{
	text-decoration: none;
}
/*== Footer CSS End ==*/
.login-container{
    margin-top: 5%;
    margin-bottom: 5%;
}
.login-form-1{
    padding: 5%;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.login-form-1 h3{
    text-align: center;
    color: #333;
}
.login-form-2{
    padding: 5%;
    background: #0062cc;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.login-form-2 h3{
    text-align: center;
    color: #fff;
}
.login-container form{
    padding: 10%;
}
.btnSubmit
{
    width: 25%;
    border-radius: 1rem;
    padding: 1.5%;
    border: none;
    cursor: pointer;
	color: #fff;
	background-color: #020201;
}
.login-form-1 .btnSubmit{
    font-weight: 600;
    color: #fff;
    background-color: #0062cc;
}
.login-form-2 .btnSubmit{
    font-weight: 600;
    color: #0062cc;
    background-color: #fff;
}
.login-form-2 .ForgetPwd{
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.login-form-1 .ForgetPwd{
    color: #0062cc;
    font-weight: 600;
    text-decoration: none;
}

/*== Media CSS End ==*/
@media (max-width: 1366px) {
.arrow1-img img{
	display: none;
}
.contact-details {
    float: right;
	padding: 10px 0px;
}
.bg-dark {
    background-color: #222222!important;
}
.arrow2-img img{
	display: none;
}
.top-text {
    font-size: 17px;
    padding: 5px;
}	
}

.contact-details {
    float: right;
	padding: 10px 0px;
}
.bg-dark {
    background-color: #222222!important;
}
.arrow2-img img{
	display: none;
}
.top-text {
    font-size: 17px;
    padding: 18px 0px;
}

@media (max-width: 768px) {
.arrow1-img img{
	display: none;
}
.arrow2-img img{
	display: none;
}	
}
@media (max-width: 414px) {
.logo {
    height: 130px;
    position: absolute;
    top: 20px;
    left: 85px;
}
.top-text {
    font-size: 18px;
    padding: 5px;
    margin-top: 80px;
	text-align: center;
}
.social-media {
    text-align: center !important;
	float: none;
}
.arrow1-img img{
	display: none;
}
.arrow2-img img{
	display: none;
}
.video-bg-img {
    background-image: url(../img/video-section-bg.png);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.video-1 iframe.videoframe {
    float: right;
    padding-top: 50px;
    width: 100%;
}
.video-2 iframe.videoframe {
    float: right;
    padding-top: 50px;
    width: 100%;
}
	.video-3 iframe.videoframe {
    float: right;
    padding-top: 50px;
    width: 100%;
}
.video-4 iframe.videoframe {
    float: right;
    padding-top: 50px;
    width: 100%;
}
.main-gallery img {
    width: 100%;
}
}
@media (max-width: 320px) {
.logo {
    height: 130px;
    position: absolute;
    top: 0;
    left: 6px;
}
}
@media (min-width: 1600px) {
.logo {
    width: 100px !important;
}
}

.navbar-expand-sm .navbar-nav {
	-ms-flex-direction: row;
	flex-direction: row;
	padding-left: 88px;
}
.logo{
	width: 24%;
	position: absolute;
	z-index: 99;
}