body {
  font-family: Arial, "Helvetica Neue", sans-serif;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.Modern-Slider .NextArrow,
.Modern-Slider .PrevArrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 44px;
  height: 54px;
  padding: 0;
  border: 0;
  color: #fff;
  background: rgba(0, 0, 0, .35);
  font-family: Arial, sans-serif;
  font-size: 28px;
  line-height: 54px;
  text-align: center;
  transform: translateY(-50%);
  cursor: pointer;
}
.Modern-Slider .NextArrow { right: 30px; }
.Modern-Slider .PrevArrow { left: 30px; }
.Modern-Slider .NextArrow:before,
.Modern-Slider .PrevArrow:before { content: none; }
ul.slick-dots { display: none !important; }
p {
	margin-bottom: 0px;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
a {
	text-decoration: none!important;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1,h2,h3,h4 {
	margin: 0px;
}

a.filled-button {
	background-color: #f77212;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
}

a.filled-button:hover {
	background-color: #fff;
	color: #f77212;
}

a.border-button {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 28px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
}

a.border-button:hover {
	background-color: #fff;
	color: #f77212;
}

.section-heading {
	text-align: center;
	margin-bottom: 40px;
}

.section-heading h2 {
	font-size: 36px;
	font-weight: 600;
	color: #1e1e1e;
}

.section-heading em {
	font-style: normal;
	color: #f77212;
}

.section-heading span {
	display: block;
	margin-top: 15px;
	text-transform: uppercase;
	font-size: 15px;
	color: #666;
	letter-spacing: 1px;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Sub Header Style */

.sub-header {
	background-color: #f77212;
	height: 46px;
	line-height: 46px;
}

.sub-header ul li {
	display: inline-block;
}

.sub-header ul.left-info li {
	border-left: 1px solid rgba(250,250,250,0.3);
	padding: 0px 20px;
}

.sub-header ul.left-info li:last-child {
	border-right: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.left-info li i {
	margin-right: 10px;
	font-size: 18px;
}

.sub-header ul.left-info li a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.sub-header ul.right-icons {
	float: right;
}

.sub-header ul.right-icons li {
	margin-right: -4px;
	width: 46px;
	display: inline-block;
	text-align: center;
	border-right: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.right-icons li:first-child {
	border-left: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.right-icons li a {
	color: #fff;
	transition: all 0.3s;
}

.sub-header ul.right-icons li a:hover {
	opacity: 0.75;
}



/* Header Style */
header {
	position: absolute;
	z-index: 99999;
	width: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0.60) 0%, rgba(0,0,0,0.25) 65%, rgba(0,0,0,0) 100%) !important;
	height: 90px;
	-webkit-transition: background 0.3s ease-in-out 0s;
    transition: background 0.3s ease-in-out 0s;
}

/* Scroll: solid white header */
.background-header {
	top: 0;
	position: fixed !important;
	background: rgba(255,255,255,0.97) !important;
	box-shadow: 0px 2px 12px rgba(0,0,0,0.12);
}
.background-header .navbar-nav a.nav-link {
	color: #1e1e1e !important;
}
.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.active {
	color: #f77212 !important;
	border-bottom: 3px solid #f77212;
}
header .navbar {
	padding: 0px 0px;
}
.navbar .navbar-brand {
	float: 	left;
	margin-top: 0px;
	outline: none;
}
.navbar .navbar-brand h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.navbar .navbar-brand h2 em {
	font-style: normal;
	font-size: 16px;
}
#navbarResponsive {
	z-index: 999;
}
.navbar-collapse {
	text-align: center;
}
.navbar .navbar-nav .nav-item {
	margin: 0px 10px;
}
.navbar .navbar-nav a.nav-link {
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.5px;
	color: #fff;
	transition: all 0.5s;
	margin-top: 5px;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
	color: #f77212;
	border-bottom: 3px solid #f77212;
}
.navbar .navbar-toggler-icon {
	background-image: none;
}
.navbar .navbar-toggler {
	border-color: #fff;
	background-color: #fff;	
	height: 36px;
	outline: none;
	border-radius: 0px;
	position: absolute;
	right: 30px;
	top: 20px;
}
.navbar .navbar-toggler-icon:after {
	content: '\f0c9';
	color: #f77212;
	font-size: 18px;
	line-height: 26px;
	font-family: 'FontAwesome';
}


.car{
    margin-bottom: 50px;
}


/* Banner Style */

.img-fill{
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center
}
.img-fill:before {
	content: '';
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	bottom:0;
	right: 0;
	/*background-color: rgba(0,0,0,.6)*/
}

.img-fill img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
}

.img-fill .carousel-caption
{
	text-align: left;
	top: 30%;
	margin: 0;
}

.img-fill .carousel-caption h1{
	font-weight: 600;
	color: #f77212;
	letter-spacing: 1.5px;
}

.img-fill .carousel-caption h3{
	padding: 0;
	margin-top: 20px;
	letter-spacing: 1px;
	color: #fff;
}

.img-fill .slider-btn{
	margin-top: 30px;
}

.img-fill .slider-btn .sliderbtn{
	padding: 10px 30px!important;
	border-radius: 10px;
	background-color: #f77212;
	color: #fff;
	box-shadow: 2px 2px 5px #fff;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.slick-slider {
  margin: 0;
  padding: 0!important;
}

.slick-slide {
  float: left;
  padding: 0;
}

.item a {
	margin: 0px!important;
	padding: 0px !important;
}

.Modern-Slider .item .img-fill img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.main-banner,
.Modern-Slider,
.Modern-Slider .item,
.Modern-Slider .item .img-fill {
	aspect-ratio: 1400 / 559;
	min-height: 118px;
}

.Modern-Slider:not(.slick-initialized) .item:not(:first-child) {
	display: none;
}

/* .Modern-Slider .item-1 .img-fill {
	background-image: url(/images/optimized-assets/div1.jpg);
}

.Modern-Slider .item-2 .img-fill {
	background-image: url(/images/optimized-assets/div2.jpg);
}

.Modern-Slider .item-3 .img-fill {
	background-image: url(/images/optimized-assets/32.webp);
} */

.Modern-Slider .item h4 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color:#FFF;
  overflow:hidden;
  animation:fadeOutLeft 1s both;
}

.Modern-Slider .item p {
	max-width: 570px;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 40px;
}

.Modern-Slider .item a {
  margin: 0 5px;
}

.Modern-Slider .buttons {
  position: relative;
}

.Modern-Slider {background:#000;}


/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-initialized .slick-slide{display:block}

/* Request Form */




/* Services */

.show-more
{
	text-align: center!important;
}

.services {
	margin-top: 40px;
}

.service-item img {
	width: 100%;
	overflow: hidden;
	padding: 0!important;
}

.tour-package-grid {
	margin-right: -8px;
	margin-left: -8px;
	row-gap: 12px;
}

.tour-package-grid > [class*="col-"] {
	display: flex;
	padding-right: 8px;
	padding-left: 8px;
}

.tour-package-card {
	width: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e7e2dc;
	border-radius: 8px;
	box-shadow: 0 12px 28px rgb(40 32 26 / 0.08);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.tour-package-card:hover {
	transform: translateY(-4px);
	border-color: #f77212;
	box-shadow: 0 18px 36px rgb(40 32 26 / 0.14);
}

.tour-card-image {
	position: relative;
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #f7f7f7;
}

.tour-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.tour-package-card:hover .tour-card-image img {
	transform: scale(1.04);
}

.tour-card-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 6px 11px;
	background: #fff;
	color: #b5451b;
	border-radius: 6px;
	font-size: 12px;
	font-weight: 700;
	box-shadow: 0 8px 20px rgb(0 0 0 / 0.16);
}

.tour-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 14px 15px 16px;
}

.tour-card-kicker {
	margin-bottom: 5px;
	color: #2f7d54;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
}

.tour-card-body h3 {
	min-height: 48px;
	margin-bottom: 7px;
	color: #1e1e1e;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.45;
}

.tour-card-body h3 a {
	color: inherit;
}

.tour-card-body h3 a:hover {
	color: #f77212;
}

.tour-card-route {
	min-height: 54px;
	margin-bottom: 12px;
	color: #5f5f5f;
	font-size: 13px;
	line-height: 1.55;
}

.tour-card-cta {
	margin-top: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 9px 16px;
	background: #f77212;
	color: #fff;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	transition: background 0.25s ease, color 0.25s ease;
}

.tour-card-cta:hover {
	background: #261c06;
	color: #fff;
}


/* Fun Facts */

.fun-facts {
	margin-top: 50px;
	background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)) ,url(/images/optimized-assets/32.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 100px 0px;
	color: #fff;
	position: relative;
}

.fun-facts .container {
	position: relative;
	z-index: 2;
}

.fun-facts:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
}

.fun-facts span {
	text-transform: uppercase;
	font-size: 15px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
}

.fun-facts h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 35px;
}

.fun-facts em {
	font-style: normal;
	color: #f77212;
}

.fun-facts p {
	color: #fff;
	margin-bottom: 40px;
}


/* More Info */

.more-info {
	margin-top: 40px;
}

.more-info .left-image img {
	width: 100%;
	overflow: hidden;
}

.more-info .more-info-content {
	background-color: #f7f7f7;
}

.more-info .right-content {
	padding: 45px 45px 45px 30px;
}

.more-info .right-content span {
	text-transform: uppercase;
	font-size: 15px;
	color: #666;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
}
.more-info .right-content h1 {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 10px;
}
.more-info .right-content h2 {
	font-size: 23px;
	font-weight: 600;
	margin-bottom: 10px;
}
.more-info .right-content h3 {
	font-size: 20px;
	font-weight: 600;
	
}

.more-info .right-content em {
	font-style: normal;
	color: #f77212;
}

.right-content p{
	text-align: justify;
}

.more-info .right-content p {
	margin-bottom: 10px;
}


/* Testimonials Style */

.testimonials {
	margin-top: 40px;
	background-color: #f7f7f7;
	padding: 40px 0px;
}
.testimonial-item .inner-content {
	text-align: center;
	background-color: #fff;	
	padding: 30px;
	border-radius: 5px;
}
.testimonial-item p {
	font-size: 14px;
	font-weight: 400;
}
.testimonial-item h4 {
	font-size: 19px;
	font-weight: 700;
	color: #1e1e1e;
	letter-spacing: 0.5px;
	margin-bottom: 0px;
}
.testimonial-item span {
	display: inline-block;
	margin-top: 8px;
	font-weight: 600;
	font-size: 14px;
	color: #f77212;
}
.testimonial-item img {
	max-width: 60px;
	border-radius: 50%;
	margin: 20px auto 10px auto;
}




/* Call Back Style */

.callback-form {
	margin-top: 100px;
}

.callback-form .contact-form {
	background-color: #f77212;
	padding: 60px;
	border-radius: 5px;
	text-align: center;
}

.callback-form .contact-form input {
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0px 15px;
	color: #6a6a6a;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 35px;
}

.callback-form .contact-form input:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.callback-form .contact-form textarea {
	border-radius: 20px;
	height: 120px;
	max-height: 200px;
	min-height: 120px;
	display: inline-block;
	padding: 15px;
	color: #6a6a6a;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 35px;
}

.callback-form .contact-form textarea:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.callback-form .contact-form ::-webkit-input-placeholder { /* Edge */
  color: #aaa;
}
.callback-form .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaa;
}
.callback-form .contact-form ::placeholder {
  color: #aaa;
}

.callback-form .contact-form button.border-button {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 28px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

.callback-form .contact-form button.border-button:hover {
	background-color: #fff;
	color: #f77212;
}



/* Partners Style */



/* Footer Style */

footer {
	background-color: #232323;
	padding: 50px 0px;
	color: #fff;
}

footer h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.25px;
	margin-bottom: 35px;
}
footer p {
	color: #fff;
	text-align: justify;
	margin-right: 20px;
}

footer ul.social-icons {
	margin-top: 25px;
}

footer ul.social-icons li {
	display: inline-block;
	margin-right: 5px;
}

footer ul.social-icons li:last-child {
	margin-right: 0px;
}

footer ul.social-icons li a {
	width: 34px;
	height: 34px;
	display: inline-block;
	line-height: 34px;
	text-align: center;
	background-color: #fff;
	color: #232323;
	border-radius: 50%;
	transition: all 0.3s;
}

footer ul.social-icons li a:hover {
	background-color: #f77212;
}

footer ul.menu-list li {
	margin-bottom: 13px;
}

footer ul.menu-list li:last-child {
	margin-bottom: 0px;
}

footer ul.menu-list li a {
	font-size: 14px;
	color: #fff;
	transition: all 0.3s;
}

footer ul.menu-list li a:hover {
	color: #f77212;
}

footer .contact-form input {
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0px 15px;
	color: #aaa!important;
	background-color: #343434;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 15px;
}

footer .contact-form input:focus {
	outline: none;
	box-shadow: none;
	border: none;
	background-color: #343434;
}

footer .contact-form textarea {
	border-radius: 20px;
	height: 120px;
	max-height: 200px;
	min-height: 120px;
	display: inline-block;
	padding: 15px;
	color: #aaa!important;
	background-color: #343434;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 15px;
}

footer .contact-form textarea:focus {
	outline: none;
	box-shadow: none;
	border: none;
	background-color: #343434;
}

footer .contact-form ::-webkit-input-placeholder { /* Edge */
  color: #aaa;
}
footer .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaa;
}
footer .contact-form ::placeholder {
  color: #aaa;
}

footer .contact-form button.filled-button {
	background-color: transparent;
	color: #fff;
	background-color: #f77212;
	border: none;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

footer .contact-form button.filled-button:hover {
	background-color: #fff;
	color: #f77212;
}



/* Sub-footer Style */

.sub-footer {
	background-color: #343434;
	text-align: center;
	padding: 25px 0px;
}

.sub-footer p {
	color: #fff;
	font-weight: 300;
	letter-spacing: 0.5px;
}

.sub-footer a {
	color: #fff;
}

.site-footer {
	padding: 24px 0 14px;
	background: #201912;
	border-top: 4px solid #f77212;
}

.site-footer .footer-main-row {
	align-items: stretch;
	row-gap: 14px;
}

.site-footer .footer-item {
	margin-bottom: 0;
	padding: 0 14px;
	border-right: 1px solid rgb(255 255 255 / 0.1);
}

.site-footer .footer-contact {
	border-right: 0;
}

.site-footer .footer-item > strong {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 8px;
	color: #fff;
	border-bottom: 1px solid rgb(247 114 18 / 0.35);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
}

.site-footer p {
	margin-right: 0;
	margin-bottom: 7px;
	color: #e9e3dc;
	font-size: 13px;
	line-height: 1.55;
}

.site-footer .footer-about p {
	max-width: 390px;
	line-height: 1.65;
}

.site-footer .menu-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 6px;
}

.site-footer ul.menu-list li {
	margin-bottom: 0;
}

.site-footer ul.menu-list li a {
	display: inline-flex;
	color: #e9e3dc;
	font-size: 13px;
	line-height: 1.35;
}

.site-footer ul.menu-list li a:before {
	content: "";
	width: 6px;
	height: 6px;
	margin: 7px 8px 0 0;
	background: #f77212;
	border-radius: 50%;
	flex: 0 0 auto;
}

.site-footer ul.menu-list li a:hover {
	color: #f77212;
}

.footer-paypal-box {
	margin-bottom: 8px;
	padding: 10px;
	background: #fff;
	border-radius: 8px;
	text-align: center;
	max-width: 210px;
}

.footer-paypal-box strong {
	color: #261c06;
	font-size: 13px;
}

.footer-paypal-box input[type="image"] {
	max-width: 185px;
	height: auto;
	margin-top: 4px;
}

.footer-review-img {
	display: block;
	max-width: 210px;
	height: auto;
	margin-top: 8px;
	border-radius: 4px;
}

.footer-contact p {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.footer-contact p i {
	width: 18px;
	margin-top: 6px;
	color: #f77212;
	text-align: center;
	flex: 0 0 18px;
}

.footer-contact p span {
	display: inline-flex;
	flex-direction: column;
}

.site-footer ul.social-icons {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 10px;
}

.site-footer ul.social-icons li {
	margin-right: 0;
}

.site-footer ul.social-icons li a {
	width: 32px;
	height: 32px;
	line-height: 32px;
	background: #34302a;
	color: #fff;
}

.site-footer ul.social-icons li a:hover {
	background: #f77212;
	color: #fff;
}

.footer-members {
	display: block;
	margin-top: 12px;
	padding-top: 10px;
	border-top: 1px solid rgb(255 255 255 / 0.12);
}

.footer-members > strong {
	display: block;
	margin-bottom: 8px;
	color: #fff;
	font-size: 15px;
	white-space: nowrap;
}

.imagesBlock {
	display: flex;
	flex-wrap: nowrap;
	gap: 6px;
	align-items: center;
}

.showImage {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 37px;
	height: 37px;
	padding: 5px;
	background: #fff;
	border-radius: 6px;
}

.showImage img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	margin: 0;
}

.site-sub-footer {
	padding: 10px 0;
	background: #15130f;
}

.site-sub-footer p,
.site-sub-footer a {
	font-size: 13px;
	line-height: 1.5;
}

.sub-footer-row {
	align-items: center;
}

@media (max-width: 991px) {
	.site-footer .footer-item {
		border-right: 0;
	}

	.footer-members {
		grid-template-columns: 1fr;
		gap: 8px;
	}
}

@media (max-width: 575px) {
	.site-footer {
		padding-top: 20px;
	}

	.showImage {
		width: 44px;
		height: 44px;
	}

	.site-sub-footer .text-left,
	.site-sub-footer .text-right {
		text-align: center !important;
	}
}




/* team */

.team {
	background-color: #f7f7f7;
	margin-top: 140px;
	margin-bottom: -140px;
	padding: 120px 0px;
}


/* Single Service */

.dropdown-item.active, 
.dropdown-item:active {
	background-color: #f77212;
}

/* Contact Information */




/* Responsive Style */
@media (max-width: 768px) {
	.sub-header {
		display: none;
	}
	/* Mobile: header relative so banner starts below it, not behind it */
	header {
		position: relative !important;
		background: #1c1c1c !important;
		height: 62px;
	}
	.background-header {
		position: fixed !important;
		background: rgba(255,255,255,0.97) !important;
		height: 62px;
	}
	/* Logo smaller on mobile */
	.navbar .navbar-brand img {
		width: 60px !important;
		height: auto !important;
	}
	/* main-banner no top offset needed on mobile */
	.main-banner.header-text {
		margin-top: 0 !important;
	}
	.services .service-item {
		margin-bottom: 30px;
	}
	.more-info .right-content  {
		padding: 30px;
	}
	footer {
		padding: 80px 0px 20px 0px;
	}
	footer .footer-item {
		border-bottom: 1px solid #343434;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	footer .last-item {
		border-bottom: none;
	}
}

@media (max-width: 992px) {
	.navbar .navbar-brand {
		position: absolute;
		left: 15px;
		top: 8px;
	}
	.navbar .navbar-brand img {
		width: 80px !important;
		height: auto !important;
	}
	.navbar .navbar-brand {
		width: auto;
	}
	.navbar:after {
		display: none;
	}
	/* Hamburger button — visible on dark header */
	.navbar .navbar-toggler {
		border-color: rgba(255,255,255,0.8);
		background-color: rgba(255,255,255,0.15);
		right: 15px;
		top: 17px;
	}
	.navbar .navbar-toggler-icon:after {
		color: #fff;
	}
	/* Scrolled state: toggler on white bg */
	.background-header .navbar-toggler {
		border-color: #f77212;
		background-color: transparent;
	}
	.background-header .navbar-toggler-icon:after {
		color: #f77212;
	}
	/* Dropdown menu */
	#navbarResponsive {
	    z-index: 99999;
	    position: absolute;
	    top: 70px;
	    left: 0;
	    width: 100%;
	    text-align: center;
	    background-color: rgba(255,255,255,0.98);
	    box-shadow: 0px 10px 20px rgba(0,0,0,0.15);
	}
	.navbar .navbar-nav .nav-item {
		border-bottom: 1px solid #eee;
	}
	.navbar .navbar-nav .nav-item:last-child {
		border-bottom: none;
	}
	.navbar .navbar-nav a.nav-link {
		padding: 15px 0px;
		color: #1e1e1e!important;
	}
	.navbar .navbar-nav .nav-link:hover,
	.navbar .navbar-nav .active>.nav-link,
	.navbar .navbar-nav .nav-link.active,
	.navbar .navbar-nav .nav-link.show,
	.navbar .navbar-nav .show>.nav-link {
		color: #f77212!important;
		border-bottom: none!important;
	}
}

/* Mobile logo override — must come after 992px block */
@media (max-width: 768px) {
	.navbar .navbar-brand img {
		width: 60px !important;
		height: auto !important;
	}
	.navbar .navbar-brand {
		left: 12px !important;
		top: 10px !important;
	}
}

      .car{
        margin-top: 30px!important;
        text-align:center;
      }
	/* 
Generic Styling, for Desktops/Laptops 
*/
/* Zebra striping */
/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	
	/* Hide table headers (but not display: none;, for accessibility) */
	
	/*
	Label the data
	*/
	
}

/* Style the buttons inside the tab */

/* Change background color of buttons on hover */

/* Create an active/current tablink class */

/* Style the tab content */
img{
	width: 100%;
    max-width: 100%;
    height: auto;
}
.ssimg{
	bottom: 30px;
      }


/*-- global css --*/


.simple-text,
.overlay-sim-text-2{
   transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
}
.effect-image-1{
	position: relative;
	display: block;
}

.overlay-sim-text-2 p{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    padding: 20px 20px;
	font-size: 18px;
}

/*-- simple overlay css --*/

	/*-- left to right overlay --*/

	/*-- right to left overlay --*/

	/*-- right corner to left overlay --*/

	/*-- ovarlay text effect-1 --*/

	/*-- overlay text effect 2 --*/

	.overlay-sim-text-2{
		position: absolute;
	    left: 0px;
	    top: 0px;
	    width: 100%;
	    height: 100%;
	    background: rgba(121, 69, 22, 0.7);
	    opacity: 0;
	}

	.simple-text {
    	/*-- position: absolute; --*/
	    bottom: 0px;
	    left: 0px;
	    width: 100%;
	    background: #f77212;
	    color: Blue;
	}
	.simple-text p{
	    margin-bottom: 0px;
	    padding: 2px 8px;
		color: white;
		text-align: center;
	}

	.effect-image-1:hover .overlay-xs-1{
		opacity: 1;
		visibility: visible;
		display: block;	
	}


	/*-- overlay text effect 3 --*/

/*!-- ovarlay radious effect --*/
	

/*!-- ovarlay zoom in effect --*/

/*!-- ovarlay zoom out effect --*/

/*--overlay opacity effect --*/

/*-- overlay blur effect --*/

/*-- overlay grayscle effect --*/


@media (max-width: 767px){
	.effect-image-1{
		margin:30px 0px;
	}
}

.active {
  background-color: #ccc;
}
/*.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
*/
 /*.active:after {
 content: "\2212";
}*/

.active h2:after {
  content: "\2212";
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact {
  background: #F9F9F9;
  padding: 25px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,#contact input[type="email"]:hover,
#contact input[type="url"]:hover,#contact textarea:hover { -webkit-transition: border-color 0.3s ease-in-out;-moz-transition: border-color 0.3s ease-in-out;transition: border-color 0.3s ease-in-out;border: 1px solid #aaa;}
#contact textarea {height: 100px;max-width: 100%;resize: none;}
#contact button[type="submit"] {cursor: pointer;width: 100%;border: none;background: #f77212;color: #FFF; margin: 0 0 5px;padding: 10px;font-size: 15px;}
#contact button[type="submit"]:hover {background: #f77212;-webkit-transition: background 0.3s ease-in-out;-moz-transition: background 0.3s ease-in-out;transition: background-color 0.3s ease-in-out;}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}
.faq-question {width: 100%;text-align: left;padding: 15px;font-size: 16px;background: #ffffff;border: none;outline: none;cursor: pointer;font-weight: 600;border-bottom: 1px solid #ddd;transition: 0.3s;}
.faq-question:hover {background: #f1f1f1;}
.faq-answer {display: none;padding: 15px;background: #fff;border-bottom: 1px solid #ddd;}
.faq-answer p { margin: 0;color: #555;}
