

/* Global full-width setup */
html, body {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden; /* Prevent horizontal scroll */
	/* scroll-behavior: smooth; Remove to prevent conflicts with JS */
}

/* Scroll offset for smooth navigation */
#home, #about, #services, #contact {
	scroll-margin-top: 70px; /* Offset for fixed navbar if needed */
}

.allcontain{
	/* Full width layout - removed max-width constraint */
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

/* Override Bootstrap container width constraints for full-width layout */
.container {
	max-width: none !important;
	width: 100% !important;
	padding-left: 20px;
	padding-right: 20px;
}

/* Maintain proper spacing on very large screens */
@media screen and (min-width: 1920px) {
	.container {
		padding-left: 40px;
		padding-right: 40px;
	}
	
	/* Adjust content spacing for ultra-wide screens */
	.carousel-caption {
		width: 70%;
		max-width: 1000px;
		padding: 60px;
	}
	
	.carousel-caption > h2 {
		font-size: 4.5rem;
	}
	
	.hero-subtitle {
		font-size: 1.6rem;
	}
	
	.carousel-caption p {
		font-size: 1.3rem;
	}
	
	.hero-features span {
		padding: 15px 25px;
		font-size: 1.1rem;
	}
	
	.hero-cta-button {
		padding: 18px 40px;
		font-size: 1.2rem;
	}
	
	.grid .col-lg-4 {
		padding-left: 25px;
		padding-right: 25px;
	}
}

/* Grid system adjustments for full-width */
.grid {
	width: 100%;
	max-width: none;
}

/* Ensure services grid uses full width */
.grid .row {
	margin-left: -15px;
	margin-right: -15px;
}

/* Carousel full-width adjustments */
.carousel-inner .item img {
    width: 100%;
    height: auto;
    min-height: 100vh; /* Increased minimum height */
    object-fit: cover;
}

/* Ensure carousel takes full width */
#carousel-up, .carousel {
	width: 100%;
	max-width: none;
	margin: 0; /* Remove any default margins */
	padding: 0; /* Remove any default padding */
}

/* Remove spacing around carousel */
.carousel-inner {
	margin: 0;
	padding: 0;
}

.carousel-inner > .item {
	margin: 0;
	padding: 0;
}

/* Additional responsive fixes for full-width layout */
.feturedimage, .latestcars {
	width: 100%;
}

/* Content sections full-width */
.feturedsection {
	width: 100%;
	text-align: center;
}

/* Bottom menu full-width */
.bottommenu {
	width: 100%;
}

/* Final full-width optimizations */
.row {
	width: 100%;
}

/* Ensure no horizontal scrolling */
* {
	box-sizing: border-box;
}

/* Services section optimizations */
.txthover {
	width: 100%;
}

/* FAQ and contact sections */
#faq, #contact, #detailed-services {
	width: 100%;
}
.header{
	background-color: #191919;
	
}
.header .container{
	padding: 0px;
}

.socialicon{
list-style-type: none;
display: inline-block;
margin: 0px;
padding-left: 11.2%;
 
}
.socialicon>li{
float: left;
padding-top: 2px;

}
.socialicon>li>a{
padding-right: 10px;
color: #fff;
text-decoration: none;
}
.socialicon>li>a:hover{
	color: #C59E47;

}
 
.givusacall{
	list-style-type: none;
	display: inline-block;
	letter-spacing: 1px;
	font-family: 'BebasNeue Regular';
	font-size: 12.7px;	
	color: #E7E7E7;
	margin-bottom: 0px;
	padding-left: 26.1%;
}
.givusacall>li{
		float: right;
}
 .logreg{
 	list-style-type: none;
 	display: inline-block;
 	
	font-family: 'BebasNeue Regular';
	font-size: 9pt;
	color: #E7E7E7;
	margin-bottom: 0px;
	padding-left: 23%;
}
.logreg>li{
float: left;

}
.logreg>li>a{
	text-decoration: none;
	color: #E7E7E7;
	padding-right: 6px;
}
.logreg>li>a:hover{
	color:#C59E47;
}
.logreg .register{
	border-left: 1px solid #E7E7E7;
	padding-left: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
}
@media screen and (max-width: 825px) {
.socialicon{
padding-left: 5%;
}
.givusacall{
	padding-left: 15%;
}
}
@media screen and (max-width: 555px){
	.givusacall{
	padding-left: 10%;
}
.logreg{
		padding-left: 13%;
}
}
@media screen and (max-width: 440px){
	.givusacall{
	padding-left: 3%;
	font-size: 11px;
}
.logreg{
		padding-left: 8%;
		font-size: 11px;
}
.socialicon>li{
	font-size: 11px;
}
.socialicon{
	padding-left: 0px;
}
}

/*----------------------End Header --------------------*/
 
.logo{
	position: absolute;
	float: left;
	z-index: 999;
	width:124px;
	height: 124px;
	padding-top: 9px;

}

.logo-text {
    position: absolute;
    float: left;
    z-index: 999;
    font-family: "BebasNeue Regular", sans-serif;
    font-size: 28px;
    color: #020243;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    padding-left: 20px;
    width: 350px;
    text-align: center;
    display: flex;
    align-items: center;
    height: 26px;
    letter-spacing: 1px;
}

.logo-text span {
    margin-right: 5px;
}

.logo-text span.highlight {
    color: #C59E47;
    margin: 0 3px;
}

.logo-text::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 30px;
    background-color: #C59E47;
    margin-right: 10px;
    border-radius: 2px;
}
.topnav{
	background: none;
}
.topnavbar .container{
	margin-left: 0px !important;
}
.toggle-costume{
	float: left;
}

#navbarontop{
	padding-right: 20px;
	padding-top: 22px; /* Better vertical alignment with logo */
	height: 70px; /* Match logo height */
	display: flex;
	align-items: center;
}
@font-face {
  font-family: "BebasNeue Regular";
    src: url(../source/fonts/BebasNeue-Regular.otf) format("truetype");
}
  #navbarontop > li > a {
	font-family: 'BebasNeue Regular';
	font-size: 17px;
	color: #313943;
	padding-top: 10px; /* Better vertical alignment */
	padding-bottom: 10px;
	margin-bottom: 0; /* Remove extra margin */
	padding-left: 10px;
	padding-right: 10px!important;
	margin-left: 15px;
	border-bottom: 2px solid rgba(0,0,0,.0);
	display: flex;
	align-items: center;
	height: 100%;
}
  #navbarontop > li >a:hover{
  	background-color: none!important;
  	background: none!important;
  	border-bottom: 2px solid #C59E47;
  }
 

 #navbarontop>button{
	background: none;
	background-color: none;
	border: 2px solid #C59E47;
	font-family: 'BebasNeue Regular';
	margin-left: 15px;
	font-size: 16.99px;
	color: #313943;
	padding-left: 19px;
	padding-right: 19px;
	padding-top: 8px; /* Better vertical alignment */
	padding-bottom: 8px;
	height: 40px; /* Fixed height for better alignment */
	display: flex;
	align-items: center;
}
 #navbarontop>button:hover{
 	background-color: #C59E47;
 	color: #fff;
 }
 .dropdowncostume{
 	margin-left: 0px;
 }
 .navbar-default .toggle-costume:hover,
.navbar-default .toggle-costume:focus {
  background-color: #000;
}
.navbar-default .toggle-costume.icon-bar {
  background-color: #fff;
}
.navbar-default .toggle-costume:hover .icon-bar {
  background-color: #fff;
}
#navbarontop .open > a,
#navbarontop .open > a:hover,
#navbarontop .open > a:focus {
	background-color: none!important;
  border-color: #C59E47;
}
#navbarontop a:focus {
  outline: none;
  border-bottom: 2px solid #C59E47; 
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	font-family: 'BebasNeue Regular';
	font-size: 13pt;
	color: #000;
	background-color: rgba(255,255,255,.5);
	text-align: center;

}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{
	background-color: #fff;
}
.dropdown.open .dropdown-menu {
    max-height: 200px;
    opacity: 1;
}

 /*----------------- Navbar On Top Media screen -------------*/
@media screen and (min-width: 320px) and (max-width: 480px){
.dropdowncostume{
	padding-left: 0px;
	margin-left: 0px;
}
.topnavbar .container{
	/* Maintain boxed layout on mobile */
	max-width: 100% !important;
	width: 95% !important;
	margin: 0 auto !important;
	padding-left: 10px;
	padding-right: 10px;
}
.logo{
	position: absolute;
	top:0px;
	padding-top: 9px;
	-webkit-transform: scale(0.5); /* Saf3.1+, Chrome */
    -moz-transform: scale(0.5); /* FF3.5+ */
    -ms-transform: scale(0.5); /* IE9 */
    -o-transform: scale(0.5); /* Opera 10.5+ */
     transform: scale(0.5);
}
.toggle-costume{
	float: right;
}
#navbarontop{
	 padding-left: 0px;
	padding-top: 26px; 
	height: 250px;
}
#navbarontop>li>a{
	margin-left: 0px;
	padding-left: 50px;
	font-size: 13pt;
	margin-bottom: 10px;

}
 #navbarontop>button{
 	margin-left:50px;
 
 }
.navbar-default .navbar-nav .open .dropdowncostume > li > a {
	text-align: left;
	margin-left: 40px;
}
#upmenu{
	margin-bottom: 15px;
}
}
@media screen and (min-width: 481px) and (max-width: 767px){
.topnavbar .container{
	/* Maintain boxed layout on tablets */
	max-width: 100% !important;
	width: 95% !important;
	margin: 0 auto !important;
	padding-left: 15px;
	padding-right: 15px;
}
.toggle-costume{
float: right;
}
 #navbarontop>button{
 	margin-left:50px;
 
 }
.logo{
	position: absolute;
	top:10px;
	padding-top: 9px;
	-webkit-transform: scale(0.7); /* Saf3.1+, Chrome */
    -moz-transform: scale(0.7); /* FF3.5+ */
    -ms-transform: scale(0.7); /* IE9 */
    -o-transform: scale(0.7); /* Opera 10.5+ */
     transform: scale(0.7);
}
#navbarontop{
	 padding-left: 0px;
	padding-top: 40px; 
	height: 250px;
}
#navbarontop>li>a{
	margin-left: 0px;
	padding-left: 50px;
	font-size: 13pt;
	margin-bottom: 10px;

}
.navbar-default .navbar-nav .open .dropdowncostume > li > a {
	text-align: left;
	margin-left: 40px;
}
#upmenu{
	margin-bottom: 15px;
}
}
@media screen and (min-width: 768px) and (max-width: 1199px){
	.topnavbar .container {
		/* Maintain boxed layout on larger tablets */
		max-width: 1000px !important;
		width: 90% !important;
		margin: 0 auto !important;
		padding-left: 20px;
		padding-right: 20px;
	}
	#navbarontop{
		padding-left: 25%;
	}
	#navbarontop > li > a {
    padding-bottom: 6px;
    margin-bottom: 22px;
 	padding-left: 0px;
    padding-right: 0px!important;
    margin-left: 20px;

  }
}



/* ------------------------ End Navbar On Top -----------------*/
/*------------------------- Start Enhanced Hero Carousel --------------------*/

/* Hero Section Container */
.hero-container {
	position: relative;
	min-height: 100vh;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/* Remove default margin/padding from carousel wrapper */
.allcontain .carousel {
	margin: 0;
	padding: 0;
}

@font-face{
	font-family: "OpenSans Semibold";
	src: url(../source/fonts/OpenSans-Semibold.ttf) format("truetype");
}
/* Enhanced Carousel Image Styling */
.carousel-inner .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(2, 2, 67, 0.8) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(197, 158, 71, 0.3) 100%);
    z-index: 1;
}

.carousel-inner .item img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}

/* Modern Hero Card Design */
.carousel-caption {
	z-index: 999;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 20px;
	padding: 40px;
	width: 85%;
	max-width: 800px;
	box-shadow: 
		0 20px 40px rgba(0, 0, 0, 0.3),
		0 10px 20px rgba(0, 0, 0, 0.2),
		inset 0 1px 0 rgba(255, 255, 255, 0.2);
	text-align: center;
	animation: slideInUp 1s ease-out;
}
/* Keyframe Animation for Hero Card */
@keyframes slideInUp {
	from {
		opacity: 0;
		transform: translate(-50%, -30%) scale(0.9);
	}
	to {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
	}
}

/* Enhanced Typography */
.carousel-caption > h2 {
	font-family: 'OpenSans Semibold';
	font-size: 3.5rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
	line-height: 1.2;
	text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.5);
	position: relative;
	letter-spacing: -0.5px;
}

.carousel-caption > h2::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 4px;
	background: linear-gradient(90deg, #C59E47 0%, #f4d76b 100%);
	border-radius: 2px;
	box-shadow: 0 2px 10px rgba(197, 158, 71, 0.5);
}

/* Enhanced Subtitle Styling */
.hero-subtitle {
	font-family: 'OpenSans Regular';
	font-size: 1.3rem;
	color: #f4d76b;
	margin-bottom: 25px;
	font-style: italic;
	font-weight: 300;
	text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
	letter-spacing: 0.5px;
}

/* Enhanced Paragraph Styling */
.carousel-caption p {
	color: rgba(255, 255, 255, 0.95);
	text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
	font-size: 1.1rem;
	line-height: 1.7;
	margin-bottom: 30px;
	font-weight: 300;
	letter-spacing: 0.3px;
}

/* Enhanced Hero Features Badges */
.hero-features {
	display: flex;
	justify-content: center;
	margin: 30px 0;
	flex-wrap: wrap;
	gap: 12px;
}

.hero-features span {
	background: linear-gradient(135deg, rgba(197, 158, 71, 0.9) 0%, rgba(244, 215, 107, 0.8) 100%);
	padding: 12px 20px;
	border-radius: 25px;
	color: #fff;
	font-weight: 600;
	font-size: 0.95rem;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	transition: all 0.3s ease;
	transform: translateY(0);
	letter-spacing: 0.3px;
}

.hero-features span:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(197, 158, 71, 0.4);
	background: linear-gradient(135deg, rgba(197, 158, 71, 1) 0%, rgba(244, 215, 107, 0.9) 100%);
}

.hero-features span i {
	color: #fff;
	margin-right: 8px;
	font-size: 1rem;
	filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
}

/* Enhanced CTA Button */
.hero-cta-button {
	display: inline-block;
	background: linear-gradient(135deg, #C59E47 0%, #f4d76b 100%);
	color: #fff;
	padding: 16px 35px;
	border-radius: 50px;
	font-weight: 700;
	font-size: 1.1rem;
	margin-top: 25px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	border: 2px solid transparent;
	box-shadow: 
		0 10px 25px rgba(197, 158, 71, 0.3),
		0 5px 10px rgba(0, 0, 0, 0.2);
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.hero-cta-button::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, 0.9) 100%);
	transition: left 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: -1;
}

.hero-cta-button:hover {
	color: #C59E47;
	text-decoration: none;
	transform: translateY(-3px);
	box-shadow: 
		0 15px 35px rgba(197, 158, 71, 0.4),
		0 8px 15px rgba(0, 0, 0, 0.3);
}

.hero-cta-button:hover::before {
	left: 0;
}

.hero-cta-button:active {
	transform: translateY(-1px);
}

/* Responsive Design for All Devices */

/* Extra Large Screens (1400px and above) */
@media screen and (min-width: 1400px) {
	.carousel-caption {
		max-width: 900px;
		padding: 50px;
	}
	
	.carousel-caption > h2 {
		font-size: 4rem;
	}
	
	.hero-subtitle {
		font-size: 1.5rem;
	}
	
	.carousel-caption p {
		font-size: 1.2rem;
	}
}

/* Large Screens (1200px - 1399px) */
@media screen and (min-width: 1200px) and (max-width: 1399px) {
	.carousel-caption {
		max-width: 800px;
		padding: 45px;
	}
	
	.carousel-caption > h2 {
		font-size: 3.5rem;
	}
}

/* Medium Large Screens (992px - 1199px) */
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.carousel-caption {
		width: 90%;
		max-width: 750px;
		padding: 40px;
	}
	
	.carousel-caption > h2 {
		font-size: 3rem;
	}
	
	.hero-subtitle {
		font-size: 1.2rem;
	}
	
	.carousel-caption p {
		font-size: 1rem;
	}
}

/* Medium Screens (768px - 991px) */
@media screen and (min-width: 768px) and (max-width: 991px) {
	.carousel-caption {
		width: 95%;
		max-width: 650px;
		padding: 35px;
		top: 45%;
	}
	
	.carousel-caption > h2 {
		font-size: 2.5rem;
		margin-bottom: 15px;
	}
	
	.hero-subtitle {
		font-size: 1.1rem;
		margin-bottom: 20px;
	}
	
	.carousel-caption p {
		font-size: 0.95rem;
		margin-bottom: 25px;
	}
	
	.hero-features {
		margin: 25px 0;
	}
	
	.hero-features span {
		padding: 10px 16px;
		font-size: 0.9rem;
	}
	
	.hero-cta-button {
		padding: 14px 30px;
		font-size: 1rem;
	}
}

/* Small Screens (576px - 767px) */
@media screen and (min-width: 576px) and (max-width: 767px) {
	.carousel-inner .item img {
		height: 90vh;
	}
	
	.carousel-caption {
		width: 98%;
		max-width: 500px;
		padding: 30px 25px;
		top: 40%;
		border-radius: 15px;
	}
	
	.carousel-caption > h2 {
		font-size: 2rem;
		margin-bottom: 12px;
		line-height: 1.1;
	}
	
	.carousel-caption > h2::after {
		width: 60px;
		height: 3px;
		bottom: -8px;
	}
	
	.hero-subtitle {
		font-size: 1rem;
		margin-bottom: 18px;
	}
	
	.carousel-caption p {
		font-size: 0.9rem;
		margin-bottom: 20px;
		line-height: 1.5;
	}
	
	.hero-features {
		margin: 20px 0;
		gap: 8px;
	}
	
	.hero-features span {
		padding: 8px 14px;
		font-size: 0.85rem;
		border-radius: 20px;
	}
	
	.hero-cta-button {
		padding: 12px 25px;
		font-size: 0.95rem;
		margin-top: 20px;
		border-radius: 40px;
	}
}

/* Extra Small Screens (320px - 575px) */
@media screen and (max-width: 575px) {
	.carousel-inner .item img {
		height: 85vh;
	}
	
	.carousel-caption {
		width: 95%;
		max-width: 380px;
		padding: 25px 20px;
		top: 35%;
		border-radius: 12px;
		backdrop-filter: blur(15px);
		-webkit-backdrop-filter: blur(15px);
	}
	
	.carousel-caption > h2 {
		font-size: 1.75rem;
		margin-bottom: 10px;
		line-height: 1.1;
		letter-spacing: -0.3px;
	}
	
	.carousel-caption > h2::after {
		width: 50px;
		height: 3px;
		bottom: -6px;
	}
	
	.hero-subtitle {
		font-size: 0.95rem;
		margin-bottom: 15px;
	}
	
	.carousel-caption p {
		font-size: 0.85rem;
		margin-bottom: 18px;
		line-height: 1.4;
	}
	
	.hero-features {
		margin: 18px 0;
		justify-content: center;
		gap: 6px;
	}
	
	.hero-features span {
		padding: 6px 12px;
		font-size: 0.8rem;
		border-radius: 18px;
	}
	
	.hero-cta-button {
		padding: 10px 20px;
		font-size: 0.9rem;
		margin-top: 15px;
		border-radius: 35px;
		letter-spacing: 0.8px;
	}
}

/* Very Small Screens (320px and below) */
@media screen and (max-width: 320px) {
	.carousel-caption {
		width: 98%;
		padding: 20px 15px;
		top: 30%;
	}
	
	.carousel-caption > h2 {
		font-size: 1.5rem;
	}
	
	.hero-subtitle {
		font-size: 0.9rem;
	}
	
	.carousel-caption p {
		font-size: 0.8rem;
	}
	
	.hero-features span {
		padding: 5px 10px;
		font-size: 0.75rem;
	}
	
	.hero-cta-button {
		padding: 8px 16px;
		font-size: 0.85rem;
	}
}

/* Performance & Cross-browser Optimizations */
.carousel-caption * {
	will-change: transform;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Fallback for browsers without backdrop-filter support */
@supports not (backdrop-filter: blur(20px)) {
	.carousel-caption {
		background: linear-gradient(145deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);
	}
}

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
	.carousel-caption {
		animation: none;
	}
	
	.hero-features span,
	.hero-cta-button {
		transition: none;
	}
	
	.hero-features span:hover,
	.hero-cta-button:hover {
		transform: none;
	}
}

/* High contrast mode support */
@media (prefers-contrast: high) {
	.carousel-caption {
		background: rgba(0, 0, 0, 0.9);
		border: 2px solid #fff;
	}
	
	.carousel-caption > h2::after {
		background: #fff;
	}
}
 

/* -----------------------------Second Navbar ---------------------------------------*/
.downicon{
	padding-left: 40px;
}
/* Enhanced Second Navbar for Hero Section */
.midle-nav{
	background: linear-gradient(to right, rgba(2, 2, 67, 0.95), rgba(197, 158, 71, 0.95));
 	border: 0px;
	align-items: center;
 	position: absolute;
 	bottom: 0px;
 	width: 100%;
 	margin: 0px;
 	border-radius: 0px;
	box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.4);
	padding: 20px 0;
	/* Ensure full-width coverage */
	left: 0;
	right: 0;
	z-index: 1000;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}
#navbarmidle {
    text-align: center;
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.searchtxt {
    width: 100%; /* Use full width instead of max-width constraint */
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}

.searchtxt > h1 {
    font-family: "OpenSans Semibold";
    font-size: 24pt;
    color: #fff;
    margin: 10px auto;
    padding: 0;
    width: 100%; /* Use full width instead of max-width constraint */
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
}
.navbar-default .textcostume:hover,
.navbar-default .textcostume:focus {
  background-color: #fff;
}
.navbar-default .textcostume:hover .icon-bar {
  background-color: #000;
}
.navbar-default .textcostume:focus .icon-bar{
	background-color: #000;
}
.navbar-default .textcostume .icon-bar {
  background-color: #fff;
}
.navbar-default .textcostume {
  border-color: #fff;
}
.navbar-default .textcostume {
  border-color: #fff;
}
.navbarborder {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    float: none;
}

.li-search {
    margin: 0 10px;
}
.navbarborder>li>a{
	font-family: "OpenSans Regular";
	font-size: 14pt;
	color: #fff !important;
	background-color: rgba(255, 255, 255, 0.1);
	padding: 12px 20px;
	border: 2px solid #fff!important;
	border-radius: 30px;
	transition: all 0.3s ease;
	font-weight: bold;
	letter-spacing: 1px;
}
.navbarborder>li>a:hover{
	color: #020243 !important;
	background-color: #fff!important;
	transform: translateY(-3px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.navbarborder>li:last-child{
 	padding-right: 0px;
 	margin-right: 0px;
	margin-left: 30px;
	padding-right: 0px;
}
.searchform{
	padding-right: 64px;
	background: none;
	background-color: none;
	border: 1px solid #fff;
	border-radius: 0px;
	box-shadow: 0px;
	box-shadow: inset 0px;
	height: 44px;
	margin: 0px;
}
.searchform:focus {
  border-color: #fff;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, .6);
}
.searchformmargin{
	margin: 0px;
	border: 0px;
	padding: 0px;
	margin-right: 9px;
}
.searchform::-webkit-input-placeholder {
    color: #fff;
    font-family: "OpenSans Regular";
    font-size:13pt;
    box-shadow: 0px;
 

}
.searchform::-moz-placeholder {
    /* FF 19+ */
    color: #fff;
    font-family: "OpenSans Regular";
    font-size: 13pt;
    box-shadow: 0px;
 

}
.priceslider{
	font-family: "OpenSans Regular";
	background-color: none;
	background: none;
	border: none;
	color: #fff;
}
.slidertxt{
	font-family: "OpenSans Regular";
	color: #fff;
}
.searchnav{
	margin-right: 7.3%;
}
.searchbutton{
	border: 0px;
	background: none;
	background-color: none;
	font-size: 13pt;
	color: #fff;
	padding-top: 20px;
}
.btn-costume{
	border-radius: 0px;
}

 

@media only screen and (min-width: 1366px){
	.li-category{
		width: 205px;
	}
	.li-minyear{
		width: 156px;
	}
	.li-maxyear{
		width: 156px;
	}
	.li-slideprice{
		margin-left: 36px;
		width: 249px;
	}
	.li-search{
		margin-left: 40px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1365px){
	.midle-nav{
		position: relative;
		background: rgb(248,199,45);
		top:0px;
 
 
}
 
.searchtxt>h1{
	font-size: 18pt;
 
 
	padding-left: 0px;

}
.navbarborder>li{
	padding-right: 9px;
 
}
.searchform{
	padding-right: 10px;
	height: 44px;
	margin: 0px;
	margin-right: 9px;
}
.searchformmargin{
	margin-bottom: 20px;
 
 
}
.searchbutton{
	margin-right: 0px;
	margin-left: 0px;
}

}
@media screen and (min-width: 1065px) and (max-width: 1140px){
	#navbarmidle{
		padding-left: 10px;
		padding-right: 0px;
	}
}
 
@media screen and (min-width:768px)and (max-width: 1064px){
 #navbarmidle{
 	width: 100%; /* Use full width instead of max-width constraint */
 	margin-right: auto;
 	margin-left: auto;

 padding-right: 0px;
padding-left: 0px;
 }
.navbarborder{
	width: 100%; /* Use full width instead of fixed width */
}	
	 #amount{
	 	width: 100px;
	 	font-size: 10px;
	 }
	  #slider-range{
	 	width: 130px!important;
	 }
	 .li-slideprice>p{
	 	font-size: 10px;
	 	width: 132px;
	 }
	 .li-slideprice{
	 	width: 135px;
	 }
.navbarborder>li>a{
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
}
.downicon{
		padding-left: 5px;
		margin-left: 5px;
	}
.searchform{
	width: 40px;
}
.searchform::-webkit-input-placeholder {
    font-size:11pt;
}
.searchform::-moz-placeholder {
    font-size: 11pt;
}
.navbar-form .searchform{
	width: 133px;
}
.navbarborder>li:last-child{
	margin-left: 0px;
}
}
@media screen and (max-width: 767px){
#navbarmidle{
	padding-left: 20px;
	background: rgb(248,199,45);
}
.navbarborder>li:last-child {
	margin-left: 0px;
}
.navbarborder>li{
	margin-right: 0px;
}	
	.li-category{
		width: 100%;
	}
	.li-minyear{
		width: 100%;
	}
	.li-maxyear{
		width: 100%;
	}
	#amount{
	 	width: 50%;
	 	font-size: 14px;
	 }
	  #slider-range{
	 	width: 98%!important;
	 }
	 .li-slideprice>p{
	 	font-size: 14px;
	 	width: 100%;
	 }
	 .li-slideprice{
	 	width: 100%;
	 	margin-left: 0px;
	 }
.midle-nav{
		position:relative;
		top:0px;
		background: rgba(248,199,45,.9)
	}
	.navbarborder{
		margin-left: 0px;
		margin-right: 0px;
	}
	.navbarborder>li{
		padding-left: 0px;
		padding-bottom: 20px;
		padding-right: 0px;
	}
	.navbarborder>li>a{
		font-weight: bold;
	}

 .textcostume>h1{
 	position: absolute;
 	left: -200px;
 	top:-20px;
 	font-family: "OpenSans Semibold";
	font-size: 22pt;
	color: #fff;

 }
 .searchtxt>h1{
 	font-size: 0pt;
}
.searchbutton{
display: block;
margin-right: auto;
margin-left: auto;
}
.searchform::-webkit-input-placeholder {
font-weight: bold;
}
.searchform::-moz-placeholder {
    /* FF 19+ */
font-weight: bold;
 

}
.searchformmargin{
	margin-bottom: 20px;
	border: 0px;
	padding: 0px;
	margin-right: 0px;
}

}

 
/*   ---------------------------   fetured cars   ---------------------------------    */
@font-face{
	font-family: "OpenSans-Light";
	src: url(../source/fonts/OpenSans-Light.ttf) format("truetype");
}
.feturedsection>h1{
	font-family: "OpenSans-Light";
	font-size: 41px;
	padding-top: 46px;
	padding-bottom: 50px;
	color: #020243;
}

.carstxt{
	padding-left: 45px;
	padding-right: 88px;
}
.bdots{
	padding-right: 40px;
} 
.row{
	padding: 0px;
	margin: 0px;

}


@media screen and (min-width: 320px) and (max-width: 480px){
	.feturedsection>h1{
	font-size: 15pt;
	padding-top: 20px;
	padding-bottom: 20px;
 
}
.bdots{
	padding-right: 15px;
} 
.carstxt{
	padding-left: 20px;
	padding-right: 15px;
}
}
@media screen and (min-width: 480px) and (max-width: 640px){
	.feturedsection>h1{
	font-size: 20pt;
}
.bdots{
	padding-right: 20px;
}
.carstxt{
	padding-left: 20px;
	padding-right: 20px;
} 
}

/* -----------------------Featured Cars--------------------------------------------------------*/
.img1colon{
	max-width:46.3%;
}
.img1colon>img{
 
	width: 100%;
  
}
.costumrow{
	border-top: 1px solid #BABABA;
	border-bottom: 1px solid #BABABA;	
}
.txt1colon{
	width: 53.7%;
}
.featurecontant{
	width:85%;
	height: auto;
	border: 1px solid #C59E47;
	margin-top: 7%;
 
	margin-right: auto;
	margin-left: auto;
 
}
.featurecontant>h1{
	font-family: "OpenSans Regular";
	font-size: 19.8px;
	text-align: center;
	color: #5B5B5B;
	margin-top:14%;
	margin-bottom: 8px;

}
.featurecontant>p{
	font-family: "OpenSans Regular";
	font-size: 11.44px;
	text-align: center;
	color: #5B5B5B;
}
.featurecontant>h2{
	font-family: "OpenSans Regular";
	font-size: 12.41pt;
	color: #020243;
	text-align: center;
	letter-spacing: 8px;
	margin-top: 36%;
	margin-bottom: 19px;
}
.featurecontant>button{
	background: #020243;
	border: 1px solid #020243;
	font-family: "OpenSans Regular";
	font-size: 19px;
	color:#fff;
	letter-spacing: 5px;
	width: 68%;
	margin-left: 17%;
	margin-bottom: 26px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.featurecontant>button:hover{
	-moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .2s ease-in;
	border: 1px solid #020243;
	background: none;
	color: #020243;
} 
 

.img2colon{
	padding: 0px!important;
	margin: 0px!important;
	max-width:46.3%;

}
.img2colon>img{
	width: 100%;
}
#readmore{
	overflow-y: auto;
	position: absolute;
	background-color: #fff;
	top:0px;
	margin-top: 30px;
	height: 0px;
 	max-width: 290px;
}
#readmore>h1{
	text-align: center;
	font-family: "OpenSans Regular";
	color: #5B5B5B;
	font-size: 19.8px;
}
#readmore>p{
	font-family: "OpenSans Regular";
	font-size: 11.44px;
	text-align: center;
	color: #5B5B5B;
	margin-right: 20px;
	margin-left: 20px;
}
#readmore>button{
	background: none;
	border: 1px solid #020243; 
	font-family: "OpenSans Regular";
	font-size: 19px;
	color:#020243;
	letter-spacing: 5px;
	width: 70%;
	margin-left: 17%;
	margin-bottom: 26px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#readmore>button:hover{
	background: #020243;
	color: #fff;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in; 
} 
#readmore2{
	overflow-y: auto;
	position: absolute;
	background-color: #fff;
	top:0px;
	margin-top: 30px;
	height: 0px;
 	max-width: 290px;
}
#readmore2>h1{
	text-align: center;
	font-family: "OpenSans Regular";
	color: #5B5B5B;
	font-size: 19.8px;
}
#readmore2>p{
	font-family: "OpenSans Regular";
	font-size: 11.44px;
	text-align: center;
	color: #5B5B5B;
	margin-right: 20px;
	margin-left: 20px;
}
#readmore2>button{
	background: none;
	border: 1px solid #020243; 
	font-family: "OpenSans Regular";
	font-size: 19px;
	color:#020243;
	letter-spacing: 5px;
	width: 68%;
	margin-left: 17%;
	margin-bottom: 26px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#readmore2>button:hover{
	background: #020243;
	color: #fff;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in; 
}

@media screen and (max-width: 1198px){
.featurecontant{
width: 85%;
margin-right:auto;
margin-left: auto;

}
 
 
.costumrow{
	border-top: 0px solid #BABABA;
	border-bottom: 0px solid #BABABA;
}
.colborder1{
border-top: 1px solid #BABABA;
border-left: 1px solid #BABABA;
border-right:1px solid #BABABA; 
border-bottom: 1px solid #BABABA;
}
.colborder2{
border-left: 1px solid #BABABA;
border-right:1px solid #BABABA; 
border-bottom: 1px solid #BABABA;
}
.costumcol{
display: block;
max-width: none; /* Remove width constraint for full-width */
margin-right: auto;
margin-left: auto;
}
}
@media screen and (max-width: 651px){
.colborder1{
 border-top: 0px solid #BABABA;
 border-left:0px solid #BABABA;
 border-right:0px solid #BABABA; 
 border-bottom: 0px;
}
.img1colon>img{
	width: 312px;
	margin-left: 3px;
}
.img2colon>img{
	width: 312px;
	margin-left: 3px;
}
.colborder2{
border:0px solid #BABABA;
}
.txt1colon{
 width: 310px;
 margin-left: 3px;
}
.featurecontant{
 
width: 100%;
}
.costumcol{
display: block;
max-width: none; /* Remove width constraint for full-width */
margin-right: auto;
margin-left: auto;
}
#readmore{
 	max-width: 99%;
}
#readmore2{
 	max-width: 99%;
}
}

/*  ------------------------------------  *Latest cars *   -----------------------------------   */
.carimages{
	 max-width: 100%;
}
.latestcars>h1{
	font-family: "OpenSans-Light";
	font-size: 41px;
	letter-spacing: 10px;
	padding-top: 66px;
	padding-bottom: 70px;
	color: #020243;
}
.sortby{
	font-family: "OpenSans Regular";
	font-size: 16px;
	color: #262626;
}
.latestlist{
	color: #6D6D6D;
	font-family: "OpenSans Regular";
	font-size: 14px;
	color: #262626;
 
}
.latest-navleft{
	width: 100%; /* Use full width instead of fixed width */
	margin-left: auto!important;
	margin-right: auto!important;
	border: 0px;
	float: none!important;

}
.latest-navleft>li:last-child{
	padding-left: 216px;
}
.latest-navleft>li>a{
	color: #6D6D6D;
	font-family: "OpenSans Regular";
	font-size: 14.8px;
	border: 0px;
	padding-top: 0px;
 
}
.latest-navleft > li > a:hover,
.latest-navleft > li > a:focus {
  text-decoration: none;
  background-color: #fff;
  outline: none;
}
.latest-navleft>li>button{
	background: none;
	background-color: none;
	border: 0px;
	font-size: 15pt;
	color: #F8C72D;
}
.latest-navleft>li>button:hover{
	color: #3F86D2;
}

.latest-navleft>li>a:hover{
	background: none;
	background-color: none;
	border: 0px;
	 
}
@media screen and (min-width: 1366px){
.latest-navleft{
	width: 100%; /* Use full width instead of fixed width */

}	
}
@media screen and (max-width: 767px){
.latestcars>h1{
	font-size: 18px;
	letter-spacing: 5px;
	padding-top: 20px;
	margin-top: 0px;
	padding-bottom: 40px;
}	
.latest-navleft{
	padding-bottom: 0px;
	padding-bottom: 0px;
	height: 186px;
}
.latest-navleft>li{
	float: none;

}
.latestcars{
	padding-bottom: 0px!important;
}
 
 
 
 .li-sortby{
 	padding-bottom: 20px;
 }
 .sortby{
font-weight: bold;
}

.latestcars{
	text-align: center;
	padding-bottom: 20px;
}
#hideonmobile{
	visibility: hidden;
}
.latest-navleft{
	width: 260px;

}
}
@media screen and (min-width: 768px) and (max-width: 1067px){
.sortby{
	font-family: "OpenSans Regular";
	font-size: 14px;
	color: #262626;
}
.latestlist{
	font-size: 12px;
 
}
.latest-navleft>li>a{
padding-left: 0px;
	}
.latest-navleft{
	width: 100%; /* Use full width instead of fixed width */

}
}

/*-----------------------------------Image Car Thumbnail --------------------------*/

.txthover .txtcontent{
	position: relative;
	top: auto;
	left: auto;
	background: rgba(12,12,12,.7);
	width: 100%;
	height: auto;
	opacity: 1;
	padding-bottom: 15px;
}
 .stars{
 	font-size: 7px;
	padding-top: 57px;
	padding-bottom: 12px;
	text-align: center;
	border-bottom: 2px solid #F6F6FB;
	margin-left:58px;
	margin-right: 58px;
	color: #F6F6FB;

}
.simpletxt{
	text-align: center;
	border-top: 1px solid #F6F6FB;
	border-bottom: 1px solid #F6F6FB;
	margin-top: 2px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 20px 10px;
}
.simpletxt>h3{
	font-family: "OpenSans Semibold";
	font-size: 18px;
	color:#E7E7E7;
	margin: 0 0 10px 0;
}
.simpletxt>p{
	font-family: "OpenSans Regular";
	font-size: 14px;
	color: #E7E7E7;
	padding-top: 7px;
	line-height: 1.5;
}
.simpletxt>h4{
	font-family: "OpenSans Regular";
	font-size:11.3px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	padding-bottom: 25px;

}

.simpletxt>button{
	background: #C59E47;
	border: 1px solid #fff;
	font-family:"OpenSans Regular";
	color: #fff;
	margin: 15px 0 5px 0;
	padding: 8px 20px;
	border-radius: 3px;
	transition: all 0.3s ease;
}

.simpletxt>button:hover {
	background: #fff;
	color: #C59E47;
}
.wishtxt{
	padding-bottom: 42px;
}
.wishtxt .paragraph1{
	font-family: "OpenSans Regular";
	font-size:11.32px;
	color: #fff;
	float: left;


}
.wishtxt .paragraph2{
	font-family: "OpenSans Regular";
	font-size: 11.32px;
	color: #fff;
	float: right;
}
.stars2{
 	font-size: 7px;
	padding-top: 10px;
	margin-top: 2px;
	text-align: center;
	border-top: 2px solid #F6F6FB;
	margin-left:58px;
	margin-right: 58px;
	color: #F6F6FB;

}
.txthover {
	margin-bottom: 30px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	border-radius: 5px;
	overflow: hidden;
}

.txthover>img{
	width:100%;
	height: 200px;
	object-fit: cover;
}
.txthover:hover .txtcontent{
	opacity: 1;
	transition: opacity 0.3s ease;
}
@media screen and (min-width: 320px) and (max-width: 766px){
 .stars{
	padding-top: 20px;
}
}
@media screen and (min-width: 1200px)and (max-width: 1280px){
.stars{
	padding-top: 37px;
}
}
/*  -----------------     End Latest Cars Images    ------------------------ */
/* ------------------ Newsletter Section -----------------------------------*/
.newslettercontent{
	position: relative;
	width: 100%;
	height: auto;
}
.leftside{
	position: relative;
}
.leftside>img{
	position: relative;
	width:51.5%;
	margin-top: 7%;
	margin-left: 8.1%;
	margin-bottom: 7%;
	z-index: 99;
}
@font-face{
  font-family: "OpenSans Bold";
  src: url(../source/fonts/OpenSans-Bold.ttf) format("truetype");
}
.leftside>h1{
	font-family: "OpenSans Bold";
	top:39%;
	left: 13.2%;
	position: absolute;
	font-size: 27px;
	letter-spacing: 8px;
	z-index: 100;
	margin: 0px;
}
.leftside>p{
	position: absolute;
	font-family: "OpenSans Regular";
	top:47.5%;
	left: 13.2%;
	font-size: 20px;
	z-index: 100;
	width: 35%;
}
.rightside{
	position: absolute;
	top:0;
	left: 50%;
	z-index: 1;
}
.rightside>img{
	position: relative;
	width: 100%;
	padding-top: 4px;
	z-index: 1;
}
.rightside>input{
	position: absolute;
	top:34%;
	left:25%;
	font-family: "OpenSans-Light";
	font-size: 26.8px;
	color:#fff;
	background: none;
	background-color: none;
	border-top: none;
	border-left: none;
	border-right:none;
	border-bottom: 1px solid #fff;	
	border-radius: 0;
	width: 53%;
	padding: 0px;
	z-index: 99;
}
#subemail:focus{
	border-bottom: 1px solid #C7D7E5;
	 box-shadow: inset 0 0px;

	}
#subemail::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#fff;
 	line-height: 35px;
}
#subemail:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#fff;
   opacity:  1;
   line-height: 35px;
}
#subemail::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#fff;
   opacity:  1;
   line-height: 35px;
}
#subemail:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#fff;
   line-height: 35px;
}

.rightside>button{
	position: absolute;
	top:45%;
	left:25%;
	z-index: 99;
	background: none;
	border: 1px solid #fff;
	font-family: "OpenSans-Light";
	font-size: 31.5px;
	color: #fff;
	letter-spacing: 11px;
	padding-left: 26.7px;
	padding-right: 26.7px;
	width: 53%;
	height: 12%;
}
 .rightside>button:hover{
 	background:#fff;
 	color: #000;
 	-moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .2s ease-in;

 }

 @media screen and (max-width: 676px){
.newslettercontent{
	margin-bottom: 90%;
}
.rightside>button{
	left:0%;
	top:48%;
	font-size: 31.5px;
	margin-left: 10%;
	width: 80%;
}
 .leftside>img{
 		transform:rotate(90deg);
 		width: 100%;
 		margin-left: 0%;
 		margin-top:30%;
 	}
.leftside>h1{
	font-size: 13px;
	letter-spacing: 4px;
	text-align: center;
	top:14%;
	left: 26%;
}
.leftside>p{
	font-size: 12px;
	top:25%;
	left: 23%;
	width: 55%!important;
}
.rightside{
left:0;
top:90%;
}
.rightside>input{
width: 80%;
margin-left: 10%;
left: 0%;
}
}
 @media screen and (max-width: 460px){
 	.rightside>button{
 		font-size: 26px;
 	}
 }
@media screen and (max-width:1200px){
	.leftside>h1{
		font-size: 16px;
		top:25%;
	}
	.leftside>p{
		font-size: 14px;
		top:38%;
		width: 30%;
	}
	.rightside>input{
		font-size: 20px;
	}
	.rightside>button{
	 	font-size: 27px;
		letter-spacing: 3px;
	}
}
/*-------------------------------------End Newsletter Section ----------------*/	
/*-------------------------------------Bottom Menu -----------------------------------------------*/
 .bottommenu{
	position: relative;
	top: 60px;
	background-color: #f9f9f9;
	padding: 50px 0 0 0;
	box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.05);
}
 .bottomlogo{
	text-align: center;
	margin-bottom: 30px;
}
.dotlogo{
	font-size: 14px;
	color: #C59E47;
	padding-right: 20px;
	padding-left: 20px;
}
 .bottommenu>ul{
	padding-left: 0;
	padding-top: 20px;
	text-align: center;
	margin-bottom: 30px;
}
.bottommenu>ul>li{
	display: inline-block;
	margin: 0 15px;
}
.bottommenu>ul>li>a{
	font-family: "OpenSans Regular";
	font-size: 16px;
	letter-spacing: 2px;
	color: #020243;
	transition: all 0.3s ease;
	padding: 10px 0;
	position: relative;
}
  .bottommenu>ul>li>a:hover{
	background-color: transparent;
	background: transparent;
	border: none;
	color: #C59E47;
}
.bottommenu>ul>li>a:hover::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #C59E47;
	bottom: 0;
	left: 0;
	transform: scaleX(1);
}
  .bottomlinks{
  	border: 0px;
  }
  .bottomlinks>li>a{
  border: 0px;
  }
  .bottomlinks > li > a:hover,
.bottomlinks > li > a:focus {
  background-color: transparent;
  outline: none;
}
  .bottommenu>p{
	text-align: center;
	font-family: "OpenSans Regular";
	font-size: 15px;
	color: #020243;
	margin: 20px 0;
}
 .bottommenu>img{
 	padding-left:50%; 
 	margin-left: -20px;
 	margin-bottom: 35px;
 	margin-top: 54px;
 }
.bottomsocial{
	display: inline;
	padding-left: 50%;
	margin-left: -64px;
	font-size: 20px;
	color: #C59E47;

}
.bottomsocial>a{
	color: #C59E47;
	padding-right: 20px;
}
.bottomsocial>a:hover{
	color: #191919;
}
.bottomsocial>a>i{
	margin-bottom: 20px;
}
@media screen and (min-width:320px) and (max-width:359px){
	.bottommenu{
		top:30px;
	}
  	.bottommenu>p{
  		font-size: 12px;
  		padding-top: 20px;
  	}
  	.bottommenu>ul{
  		padding-left: 0px;
  	}
  	.bottomlinks>{
  		padding-left: 20px;

  	}
  	.bottomlinks>li{
  	float: none;
  text-align: center;
  		 
  	}
  	.bottommenu>img{
  		margin-bottom: 15px;
  		margin-top: 15px;
  	}
  	 .dotlogo{
 
 	padding-right: 15px;
 	padding-left: 15px;
 }
  }
 @media screen and (min-width:360px) and (max-width:480px){
  	.bottommenu>p{
  		font-size: 12px;
  		padding-top: 20px;
  	}
  	.bottommenu>ul{
  		padding-left: 20px;
  	}
  	.bottomlinks>{
  		padding-left: 20px;

  	}
  	.bottomlinks>li{
  	float: none;
  	text-align: center;
  		 
  	}
  	.bottommenu>img{
  		margin-bottom: 15px;
  		margin-top: 15px;
  	}
  	 .dotlogo{
 
 	padding-right: 15px;
 	padding-left: 15px;
 }
  }
 @media screen and (min-width: 481px) and (max-width: 1200px){
 .bottommenu>ul{
 	padding-left: 30px;
 	float: none;
 }
  	.dotlogo{
 
 	padding-right: 30px;
 	padding-left: 30px;
 }	
   	.bottomlinks>li{
  	float: none;
  	text-align: center;
  		 
  	}
  .bottommenu{
  	top:0px;
  }
 }
 



@font-face{
	font-family: "Roboto Light";
	src: url(../source/fonts/Roboto-Light.ttf) format("truetype");

}
.footer{
background-color: #191919;
color: #fff;
font-family: "Roboto Light";
font-size: 12px;

width: 100%;
height: 30px;
 
}
.copyright{
	float: left;
	padding-left: 10%;
	padding-top: 5px;
}
.atisda{
	float: right;
	padding-right: 10%;
	padding-top: 5px;
}
.copyright>a{
	color: #fff;
	border: 0px;
}
.copyright>a:hover{
 text-decoration: none;
}
.atisda>a{
	color: #d99735;
	border: 0px;
	transition: all 0.3s ease;
}
.atisda>a:hover{
	text-decoration: none;
	color: #fff;
}
 
@media screen and (max-width:600px){
	.footer{
		margin-top: 15px;
	}
	.copyright{
		float: none;
	text-align: center;
	padding: 0;
	padding-top: 5px;
	margin-bottom: 7px;
}
.atisda{
	float: none;
	text-align: center;
	padding: 0;
}
	 
	.footer>a:hover{
		color: #F97906;
	}
	.footer{
 
		height: 55px;
 
}
}
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}