.font1 {
	font-family: "ArticulatCF";
}

.font2 {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
}

body {
	/* font-family: "Plus Jakarta Sans", sans-serif; */
	/*overflow-x: hidden;*/
	background: #fff !important;

}
  #chtl-open-chat-icon, #chtl-close-chat-icon {
    transition: scale 0.2s ease 0s;
    scale: 1;
    margin-bottom: 70px;
    margin-right: 30px;
}
.header-two-main-wrapper{
    padding:10px 0px;
}
.mobile-break {
	display: none;
}

.side-box-icon {
	display: none !important;
}

.text_color {
	color: #f4ecff;
}

.background-color {
	background: linear-gradient(135deg, #EEEEEE 0%, #FFFFFF 100%) !important;
}

.vektor_btn .get-btn {
	min-width: 120px !important;
	padding: 20px 30px 20px 30px !important;
	margin-right: 50px;
}

.dash_subtitle {
	width: 100px;
	display: inline-block;
	height: 2px;
	background: #fff;
	margin-right: 20px;
	margin-bottom: 3px;
}

.stickey-wrapper {
	background-color: #fff;
}

.brands_logo .barnds img {
	margin-top: 10px !important;
	width: 120px;
	border-radius: 6px;
	min-width: 124px;
}

.vektor_btn .get-btn {
	min-width: 120px !important;
	padding: 20px 30px 20px 30px !important;
	margin-right: 56px;
}

.footer-logo {
	margin-top: -40px;
}

.footer_para {
	margin-top: -60px !important;
}

/* Force hide when class is added */
.vektor_btn .get-btn.hide-on-scroll {
	display: none !important;
}

.quick_link {
	margin-left: 10px !important;
}

.newsletter-form {
	margin-top: 20px;
	display: flex;
	align-items: center;
	padding-bottom: 8px;
}

.newsletter_title {
	font-size: 48px;
	font-weight: normal;
	line-height: 50px !important;
	color: #fff;
	margin: 0px 0px 20px;
}

.newsletter-form input {
	margin-top: -5px;
}

.subscribe-btn {
	background-color: #5aabe4;
	color: #fff;
	border: 1px solid #5aabe4;
	padding: 12px 35px;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	transition: 0.3s ease, transform 0.2s ease;
	margin-left: 10px;
	margin-top: -25px !important;
}

.footer_hr {
	border-color: #eee !important;
	width: 30%;
	border-width: 2px;
	margin-top: -10px;
}

.bg-footer {
	background-color: #0A1A2F !important;
	color: #ffffff;
}

.footer-title h3 {
	text-transform: capitalize !important;
	font-size: 22px !important;
}

.footer-widget ul li a {
	color: #d3d3d3 !important;
}

.footer_text {
	color: #d3d3d3 !important;
}

.footer-social-link ul {
	margin-top: 15px !important;
}

.footer-widget-area {
	padding: 70px 0px 20px !important;
}

.contact-list-inline_list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.contact-list-inline_list li {
	margin-bottom: 10px;
	color: #ffffff;
	line-height: 1.6;
	display: flex;
	align-items: flex-start;
}

.contact-list-inline_list li i {
	margin-top: 5px;
	margin-right: 10px;
	font-size: 16px;
	color: #fff;
	min-width: 20px;
}


/*  aboutus page  */
.aboutmain {
	padding: 70px 0px !important;
}

.team-details-area {
	background: #fff;
}

.mob_title {
	display: none !important;
}

.vision_text {
	margin-right: 20px !important;
}

.home-three-title p {
	line-height: 30px;
}

.home-one-counter-card {
	transition: transform 0.3s ease;
	background: linear-gradient(136.83deg, rgba(69, 137, 209, 0.1) 2.01%, rgba(69, 137, 209, 0) 48.82%);
	padding: 15px;
	box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.08);
	border-radius: 20px;
	border: 1px solid #eee;
}

.home-one-counter-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

.counter-number {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 5px;
	text-align: left;
}

.counter-text {
	margin: 0;
	color: #000000 !important;
	font-weight: 400 !important;
	text-align: left;
	font-size: 16px !important;
	line-height: 20px;
}

.about-us {
	height: 700px;
}

.home-one-counter-card .counter-img {
	display: none;
}

.home-one-counter-card .counter-number {
	font-size: 36px;
	font-weight: 700;
	color: #111;
	margin-bottom: 10px;
}

.home-one-counter-card .counter-number span {
	font-size: inherit;
	color: #0392d0;
}

.banner_img {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background: rgba(0, 0, 0, 0.719);
}

.banner_img .bread-content {
	padding: 60px 0px !important;
}

.valuebox {
	height: 150px;
	padding-left: 20px !important;
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.valuebox:hover {
	transform: translateY(-15px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.value_heading {
	font-size: 24px !important;
}

.value_para {
	font-size: 16px !important;
	color: #6c757d !important;
}

.value-icon i {
	font-size: 30px;
	color: var(--primary-color);
}

.who_we_serve {
	margin-top: 0px !important;
	padding-top: 50px;
}

.who_serve_content {
	margin: auto 0px !important;
}

.work-process-card {
	/*text-align: center;*/

	transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.work-process-card:hover {
	transform: translateY(-10px);
	/*box-shadow: 0 8px 20px rgba(0,0,0,0.1);*/
	border-radius: 10px;
}

.work-process-card i {
	font-size: 35px;
	color: var(--primary-color);
}

.work-process-card:hover i {
	background-color: var(--primary-color);
	color: #fff;
}

.testimonial-slider {
	background: linear-gradient(135deg, #EEEEEE 0%, #FFFFFF 100%) !important;
	width: 60%;
	margin: 30px auto 0px;
	position: relative;
	overflow: hidden;
}

.testimonial_headings {
	padding-left: 75px !important;
}

.testimonial {
	border-width: 3px 0 3px 0;
	border-style: solid;
	border-color: #000000;
	border-radius: 0px 80px 0px 80px;
	padding: 40px 30px 0px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	transform: translateX(50px) scale(0.95);
	transition: all 0.8s ease-in-out;
}

.testimonial.active {
	opacity: 1;
	transform: translateX(0);
	position: relative;
}

.testimonial img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-bottom: 15px;
	border: 3px solid #00A9B2;
	margin: 0px auto;
}

.testimonial h3 {
	margin: 10px 0 0;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}

.testimonial h4 {
	margin: 5px 0 20px;
	font-size: 14px;
	font-weight: normal;
	color: #303030;
}

.testimonial p {
	font-size: 16px;
	line-height: 1.6;
	color: #000000;
}

.case_study_content {
	border-bottom: none;
	padding-bottom: 0px;
	margin-top: 36px;

}

.case_study_content h6 {
	font-size: 28px !important;
}

.cta_box {
	border-top: 3px solid #fff;
	margin: 0px auto;
	background-color: #2b2b2bb8;
	padding: 0px 35px;
}

/* Ticker wrapper */
.our-scrolling-ticker {
	width: 100%;
	overflow: hidden;
	position: relative;
}

/* Inner box */
.scrolling-ticker-box {
	width: 100%;
	overflow: hidden;
	position: relative;
}

/* Logos container */
.scrolling-content {
	display: flex;
	align-items: center;
	gap: 60px;
	/* space between each logo */
	animation: scroll-left 10s linear infinite;
	white-space: nowrap;
	padding-bottom: 60px;
}

/* Each logo */
.scrolling-content span {
	flex: 0 0 auto;
}

.scrolling-content img {
	width: auto;
	display: block;
}

/* Animation */
@keyframes scroll-left {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

.our-solution .section-title p {
	color: #000000;
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 12px;
}

.our-solution .section-title p i {
	color: #ffffff;
	margin-right: 8px;
	font-size: 14px;
}

.solution-card {
	background-color: #FFF;
	border-radius: 16px;
	padding: 30px;
	text-align: center;
	box-shadow: 0 6px 40px rgba(0, 0, 0, 0.06);
	transition: all 0.3s ease;
	height: 100%;
	border: 1px solid #e6f2f1;
}

.solution-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.solution-card .icon-circle {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: var(--primary-color) !important;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 15px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.solution-card .icon-circle i {
	/* width: 38px;
  height: 38px; */
	color: white;
	font-size: 30px;
	filter: brightness(0) invert(1);
	/* white icons */
}

.solution-card h4 {
	margin-top: 8px;
	margin-bottom: 12px;
	font-size: 28px !important;
	color: #000 !important;
	font-weight: 600;
}

.solution-card p {
	font-size: 16px !important;
	line-height: 1.6;
	margin: 0;
}

.mob_img {
	display: none !important;
}

.desk_img {
	display: block;

}

.slick-slide img {
	display: block;
	box-shadow: 1px 12px 20px rgba(0, 0, 0, 0.15);
	transition: all 0.4s ease;
	border: 3px solid white;
}

.slick-slide img:hover {
	transform: translateY(-8px) scale(1.02);
	/*box-shadow: 0 20px 48px rgba(0, 123, 255, 0.2);*/
}

.timeline-item {
	text-align: center;
	/*padding: 20px;*/
}

.slick-prev:before {
	right: 0px !important;
}

.timeline-item img {
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	margin-bottom: 35px;
}

.timeline-line {
	position: relative;
	height: 4px;
	background: #038081;
	margin: 20px auto;
	width: 120%;
}

.timeline-dot {
	position: absolute;
	top: -14px;
	left: 40%;
	transform: translateX(-45%);
	width: 28px;
	height: 28px;
	background: #4da4df !important;
	border: 7px solid #fff;
	border-radius: 50%;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
	transition: all 0.4s ease !important;
	/* smooth transition */
}

/* Change dot on card hover */
.timeline-card:hover .timeline-dot {
	background: #007BFF !important;
	/* blue */
	transform: translateX(-45%) scale(1.2) !important;
	/* zoom */
}

/*----home page------*/
.hero-single {
    transition: opacity 1s ease-in-out, transform 1s ease-in-out; 
}
.slider_row .team-title {
	padding: 70px 0px !important;
}

.hero-single {
	margin-left: 0px;
}

.about-us-area {
	padding-bottom: 70px !important;
}

.homeabout .about-content {
	padding-right: 50px;
}

.homeabout .about-content .title {
	font-size: 48px;
	line-height: 58px;
}

.about-list-wrap ul li {
	font-family: "Poppins", sans-serif;
}

.get_in_touch p {
	font-size: 19px;
	line-height: 33px;
}

.rental_list .rental_content {
	padding: 5px;
}

.rental_content h3 a {
	letter-spacing: 0.3px;
}

.rental-overly-card {
	text-align: left;
	padding: 0px 0px 0px 20px;
}

.rental_list .service-title h3 a {
	font-size: 28px;
}
.core-capabilities-section {
  color: #fff; 
  padding: 110px 0; 
}
.listrow {
  display: flex;
  justify-content: space-between;
  margin-top: 20px !important;
}

.listrow .col-lg-4 {
  flex: 1; 
  padding: 0 25px; 
}
.core-capabilities-list {
  list-style-type: none; 
  padding-left: 0;
  margin: 0;
}

.core-capabilities-list li {
  font-size: 18px;
  margin-bottom: 25px;
  position: relative;
  padding: 15px; 
  text-align: center;
  border:1px solid #fff;
   border-bottom: 2px solid #fff; 
   border-radius:11px !important;
    transition: transform 0.3s ease, color 0.3s ease;
}
.core-capabilities-list li:hover {
  transform: translateY(-10px); 
  	box-shadow: 0px 0px 40px rgba(255, 255, 255, 0.15) !important;
}
.core-capabilities-list li a{
      font-size: 17px;
      color: #ffffff;
}
.core-capabilities-list li::after {
 content: ""; 
 position: absolute;
 bottom: 0; 
 left: 0; 
 width: 100%; 
}

.rental_list .rental_content {
	padding: 5px;
	min-height: 100px;
}

.blog_home_list .author-deatils {
	min-height: 200px !important;
}

.future-btn-mob {
	display: none;
}


@media (max-width=576px) {
	.timeline-line {
		width: 111%;
		left: -5%;
	}

	.timeline-dot {
		left: 50%;
		transform: translateX(-50%);
	}
}

.timeline_row {
	padding: 40px 0px 70px 0px !important;
}

.timeline-item img {
	height: 300px !important;
}

.timeline-card {
	background: white !important;
	border-radius: 16px !important;
	padding: 30px 20px !important;
	box-shadow: 0 8px 2px rgba(0, 0, 0, 0.1) !important;
	max-width: 350px !important;
	margin-left: 50px;
	text-align: center !important;
	width: 100% !important;
	transition: all 0.4s ease !important;
	border: 2px solid rgba(0, 0, 0, 0.36) !important;
	margin-top: 20px !important;
}

.timeline-card img {
	transition: transform 0.4s ease !important;
}

.timeline-card img:hover {
	transform: translateY(-8px) scale(1.02) !important;
}

.timeline-year {
	color: #6DA7D6 !important;
	font-size: 24px;
	font-weight: 700;
	color: #E65100;
	margin-bottom: 16px;
	text-shadow: none;
	letter-spacing: -0.5px;
}

.timeline-title {
	font-size: 1.4rem;
	font-weight: 700;
	color: #000;
	margin-bottom: 16px;
	line-height: 1.3;
}

.timeline-text {
	font-size: 18px;
	color: #000;
	line-height: 1.6;
	margin-bottom: 0;
}

/* Slick arrows */

.slick-prev:before,
.slick-next:before {
	margin-top: 28px;
	top: -218% !important;
	padding-top: 10px !important;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 40px;
	border-radius: 50px;
	height: 40px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: black;
	border: none;
	outline: none;
	background: #038081;
}

.slick-dots {
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 16px;
	/* spacing between dots */
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
}

.slick-dots li {
	width: 14px;
	height: 14px;
	position: relative;
}

.slick-dots li button {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #D9D9D9;
	/* light gray inactive */
	border: none;
	padding: 0;
	cursor: pointer;
	font-size: 0;
	/* hide numbers */
	transition: all 0.3s ease;
}

.slick-dots li.slick-active button {
	background: #007BFF;
	/* solid blue center */
	box-shadow: 0 0 0 6px rgba(0, 123, 255, 0.4);
	/* outer light-blue ring */
}

li.slick-active button:before {
	opacity: 2.75 !important;
	color: white !important;
	;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 10px !important;
}

.slick-dots {
	display: none;
}


/* contact page */
.contact-item-content .contact-us {
	font-size: 20px;
}

.contact-item-icon {
	padding: 12px 20px;
}

.detailbox {
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.12);

}

.contact-item-content h6 {
	font-size: 16px;
}

.contact-social-link {
	margin-top: 30px;
	text-align: center;
}

.contact-social-link ul {
	display: flex;
}

.contact-social-link ul li {
	font-size: 22px;
	border: 1px solid black;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	padding: 8px 0px;
	margin-right: 10px;
	color: var(--text-color);
}

.contact-social-link ul li:hover {
	background-color: #4da4df;
}

.contact-social-link ul li:hover a {
	color: #ffffff !important;
	transition: all 0.4s ease-in-out;
}

/* -----service_list----- */
.service-page-area {
	margin: 0px 0px 70px !important;
}

.service_list {
	margin: 70px 0px 0px 20% !important;
	text-align: center !important;
}

.service_list h2 {
	margin: 0px;
}

.service-single:hover .service-overly-card .service-thumb-icon {
	background-color: transparent;
	padding: 0px !important;
	text-align: start;
	font-size: 30px;
}

.service-title h3 a {
	font-size: 21px !important;
}

.service-single {
	border-radius: 10px;
}

.serive-contet {
	background: linear-gradient(135deg, #EEEEEE 0%, #FFFFFF 100%);
	border: 1px solid #e1e1e1;
	border-radius: 0px 0px 10px 10px;
}


/*------------service details-------------*/

.Recruitment_icon .icon:hover {
	background: linear-gradient(135deg, #5aace4, #357ab7) !important;
}

.Recruitment_icon .icon:hover i {
	background-color: transparent;
}

.service-card_detail {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 15px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	border-left: 5px solid #5aace4;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-icon_detail {
	background: linear-gradient(135deg, #5aace4, #357ab7) !important;
	border-radius: 10px;
	text-align: center;
	padding: 5px;
	height: 50px;
	width: 50px;
	font-size: 28px;
	color: #fff;
	flex-shrink: 0;
}

.service-title_detail {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	color: #333;
}

.service-card_detail:hover {
	transform: translateX(10px);
	/* Hover effect */
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.service-card_detail.row {
	display: flex;
	flex-wrap: wrap;
}

.service-card_detail .col-md-4 {
	flex: 1 1 33%;
	max-width: 33%;
	padding: 15px;
}

.why_choose_content {
	padding-left: 3%;
}

.advantage-block {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	padding: 15px;
	margin-bottom: 15px;
	border-radius: 8px;
	background: #fff;
	transition: all 0.3s ease;
	border-bottom: 2px solid #e2e2e2;
	border-radius: 10px;
}

.advantage-block:hover {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	transform: translateY(-5px);
}

.advantage-symbol {
	background: linear-gradient(135deg, #5aace4, #357ab7) !important;
	color: #fff;
	width: 55px;
	height: 55px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-size: 22px;
}

.advantage-details p {
	margin-top: -15px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.feature-card {
	background: #fff;
	border-radius: 12px;
	padding: 25px 20px;
	text-align: center;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border-top: 4px solid #5aace4;
	height: 100%;
}

.feature-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.feature-icon {
	width: 60px;
	height: 60px;
	margin: 0 auto 15px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #5aace4, #357ab7);
	color: #fff;
	font-size: 24px;
}

.feature-card p {
	margin-bottom: 20px;
	min-height: 70px;
	/* keeps all cards equal height */
}

.appointment-content h3 {
	font-size: 26px;
}

/*-------rental listing----------*/

.rental_area {
	background: linear-gradient(to top right, #f3f3f3 30%, #ffffff 70%);
	border-radius: 12px;
	border: 1px solid #e2e2e2;
}

.rental_title {
	font-size: 24px;
}

.rental_btn {
	border: 1px solid #4da4df !important;
}
  .rentalhr{
      color:#242424;
      padding: 0px;
  }
.custom-listing-section {
	background-color: #fff;
	padding: 70px 0px;
}

.custom-listing-card {
	background: #fff;
	height: 320px;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
	display: flex;
	flex-direction: column;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-listing-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.custom-listing-image {
	height: 220px;
	overflow: hidden;
}

.custom-listing-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.custom-listing-card:hover img {
	transform: scale(1.1);
}

.custom-listing-content {
	padding: 20px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.custom-listing-title {
	font-size: 20px;
	margin-bottom: 10px;
	color: #4da4df;
	font-weight: 600;
}

.custom-listing-desc {
	line-height: 1.6;
	flex-grow: 1;
	margin-bottom: 25px;
}

.custom-listing-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.custom-listing-price {
	font-size: 16px;
	font-weight: bold;
	color: #4CAF50;
}

.custom-listing-btn {
	padding: 8px 16px;
	background: #4CAF50;
	color: #fff;
	border-radius: 6px;
	text-decoration: none;
	font-size: 14px;
	transition: background 0.3s ease;
}

.custom-listing-btn:hover {
	background: #388E3C;
}

.why_rental {
	padding: 70px 0px;
}

.building-smarter-image img {
	border-radius: 20px;
}

.what_we_do_box p {
	padding: 15px;
	line-height: 33px;
	font-size: 16px;
	margin-bottom: 0px;
}

.whatwedo_hr {
	margin: 20px 0px;
}

.why_icon {
	background: linear-gradient(135deg, #5aace4, #357ab7) !important;
	border-radius: 10px;
	text-align: center;
	padding: 5px;
	height: 50px;
	width: 50px;
	font-size: 28px;
	color: #fff;
	flex-shrink: 0;
	float: left;
	margin: 20px 20px 0px 0px;
}

.why_icon i {
	font-size: 30px;
}


/*Header CSSS*/
.header_menu .main-menu {
	justify-content: flex-start;
	margin-right: 41px;
}

.header_menu .main-menu {
	justify-content: flex-start !important;
	margin-right: 40px;
}

/*Header Css End*/

.pb-0 {
	padding-bottom: 0 !important;
}

h2 {
	margin-bottom: 50px;
}

.work-process-card .icon {
	width: 85px;
	height: 85px;
}

.copyuright-area p a {
	font-weight: 500;
	text-decoration: underline;
}

.who_is_img {
	height: 400px;
}

.team-details-img img {
	width: 600px;
	height: 500px;
}

.testimonial-dots {
	text-align: center;
	margin-top: 15px;
}

.testimonial-dots .dot {
	height: 18px;
	width: 18px;
	margin: 0 6px;
	display: inline-block;
	border-radius: 50%;
	background: #d3d6da;
	/* light gray */
	cursor: pointer;
	transition: all 0.3s ease;
}

.testimonial-dots .dot.active {
	background: #007bff;
	/* Bootstrap blue or any blue you want */
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	/* subtle shadow */
	border: 5px solid #fff;
	/* white ring around active dot */
	height: 20px;
	width: 20px;
}


/*---------Mobile responsive-------------*/
@media screen and (max-width: 767px) {
	.mobile-break {
		display: inline;
	}

	.breadcumb-title {
		font-size: 40px !important;
		line-height: 38px !important;
	}

	.newsletter_title {
		font-size: 25px !important;
		line-height: 30px !important;
	}

	.newsletter-form {
		margin-top: 0px;
	}

	.footer-menu-wrap {
		display: none;
	}

	.footer-menu-area {
		border: none;
	}

	.footer-widget-area {
		padding: 0px 20px;
	}

	.vektor_btn .get-btn {
		display: none !important;
	}

	.team-details-img img {
		width: 100% !important;
		height: 558px;
	}

	/* contactpage */
	.contact-item .box1,
	.box2 {
		display: none;
	}

	.contact-area-page {
		padding: 0px 15px !important;
	}

	.row .contact-margin-top {
		margin: 0px !important;
		padding: 0px;
	}

	input::placeholder {
		font-size: 13px;
	}

	.contact-margin-top {
		margin-top: 20px !important;
		margin-bottom: 0px !important;
	}

	.appoinment-form-wrap {
		padding: 0px !important;
	}

	.contact-social-link ul li {
		border-radius: 50%;
		height: 45px !important;
		width: 45px !important;
	}

	/* about us */

	.mob_title {
		display: block;
	}

	.value_2 {
		margin-top: -40px !important;
	}

	.home-three-title {
		text-align: justify !important;
	}

	.valuebox {
		height: auto;
	}

	.breadcumb-wrapper-area {
		margin-top: -40px !important;
	}

	.home-one-counter-card {
		padding: 10px;
		border-radius: 12px;
		margin-bottom: 20px;
		/* stack cards with spacing */
	}

	.counter-number {
		font-size: 24px !important;
		margin-bottom: 4px;
	}

	.counter-text {
		font-size: 16px !important;
		line-height: 1.4;
	}

	.home-one-counter-card .counter-number {
		font-size: 28px !important;
		margin-bottom: 8px;
	}

	.home-three-about-area {
		padding: 0 0 0px 0 !important;
	}

	.aboutmain {
		padding: 0px 20px !important;
	}

	.process-section-area {
		padding: 20px 20px !important;
	}

	.process-section-area {
		padding: 60px 20px !important;
	}

	.about-company-area {
		padding: 60px 20px !important;
	}

	.client_row {
		padding: 0px 20px !important;
	}

	.timeline_row {
		padding: 0px 0px 50px 0px !important;
	}

	.creative-team-area {
		padding: 40px 20px !important;
	}

	.who_we_serve {
		padding-top: 50px !important;
	}

	.team-details-area {
		padding: 0px 20px !important;
	}

	.process-section-area .font2 {
		margin-right: 0px;
	}

	.contact-area-page {
		padding: 60px 20px !important;
	}

	.who_we_serve .creative-team-thumb img {
		margin-top: 20px;
	}

	.slick-prev,
	.slick-next {
		display: none !important;
	}

	.slick-dots {
		display: block;
	}

	.work-process-area {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.scrolling-content {
		gap: 30px;
		animation-duration: 10s;
	}

	.scrolling-content img {
		max-height: 40px;
	}

	.testimonial-slider {
		width: 80% !important;
	}

	.work-process-card {
		text-align: left;
	}

	.home-one-counter-card {
		height: auto !important;
		text-align: center;
		padding-bottom: 20px;
		margin-bottom: 20px !important;
	}

	.desk_title {
		padding: 0px 20px !important;
	}

	.title {
		text-align: left;
	}

	.mob_img {
		display: block !important;
		margin-top: 20px;
		margin-bottom: 0px;
	}

	.desk_img {
		display: none !important;
	}

	.services-cta .text-right {
		text-align: center !important;
		display: inline-flex;
	}

	.con--001 {
		padding: 0px;
	}

	.slick-dotted.slick-slider {
		margin-bottom: 30px;
		margin-top: -20px;
	}

	.timeline-line {
		width: 100%;
	}

	.timeline-dot {
		left: 50%;
	}

	.timeline-card {
		margin-left: 0px;
	}

	.slick-list.draggable {
		margin-right: 25px !important;
	}

	.slick-prev:before,
	.slick-next:before {
		top: -340% !important;
	}

	.section-padding {
		padding: 50px 20px 50px 20px !important;
	}

	.fixed {
		display: none;
	}

	.about-company-area {
		padding: 0 0 0px 0 !important;
	}

	.slick-dots {
		position: absolute;
		bottom: -47px !important;
	}

	.testimonial_headings {
		padding-left: 10px !important;
	}

	.case_study_content {
		margin-top: 0px;
	}

	/* -----service_list----- */
	.service-page-area {
		margin: 0px 15px 40px !important;
	}

	.service_list h2 {
		margin: 0px;
		padding: 0px;
		text-align: left;
	}

	.service_list p {
		text-align: justify;
	}

	.service_list {
		margin: 40px 0px 0px 6% !important;
		text-align: center !important;
	}

	/*----------service details---------*/

	.work-process-card .work-process-count {
		display: none !important;
	}

	.service_introduction p {
		text-align: justify;
	}

	.recruitment_service {
		padding-top: 0px !important;
	}

	.feature-box {
		margin-bottom: 20px !important;
	}

	/*-------------rental listing------------*/
	.custom-listing-section {
		padding: 10px 15px;
	}

	.custom-listing-card {
		height: auto !important;
		margin: 0px 0px 20px 0px !important;
	}

	.service_list {
		padding: 30px 15px;
		margin: 30px 5px 0px 5px !important;
	}

	.service_list p {
		padding-right: 10px;
	}

	.service_list h6 {
		text-align: left !important;
	}

	.why_rental {
		padding: 0px 0px;
	}

	.why_rental h6 {
		text-align: left !important;
	}

	.what_we_do_box p {
		padding: 5px;
	}

	.lastlist {
		margin-bottom: 30px;
	}

	.why_rental h2 {
		font-size: 34px;
	}

	.why_icon {
		float: none;
	}

	/*----home------*/
     .hero-single .hreo-btn .button-two{
         display: none !important;
     }
	.hero-area-wrapper .hero-slider {
		margin-top: -30px;
		background-size: cover !important;
		background-position: center center !important;
	}

	.hero-area-wrapper .hero-single {
		padding: 40px 20px !important;
		text-align: left;
	}

	.hero-area-wrapper .hero-single .text {
		margin-right: 0 !important;
		font-size: 16px;
		line-height: 1.5;
	}
     .hero-area-wrapper .hero-single .sub-title{
         font-size:14px;
     }
	.hero-area-wrapper .hero-single h1.title {
		font-size: 26px;
		line-height: 1.3;
	}
    .hero-area-wrapper .hero-single p{
        margin-top:-15px;
        font-size: 14px;
    }
	.hero-area-wrapper .hero-single .hreo-btn a {
		display: inline-block;
		margin: 6px 6px;
		padding: 8px 14px;
		font-size: 13px;
	}

	.homeabout .about-content {
		padding: 0px;
	}

	.homeabout .about-content p,
	.about-list-wrap {
		text-align: justify;
	}

	.about-us-area {
		padding: 30px 20px;
	}

	.future-btn,
	.about-btn {
		display: none;
	}

	.future-btn-mob {
		display: block;
		margin-top: 20px;
		width: 80%;
	}

	.rental_sec {
		padding: 30px 0px;
	}

	.home-one-project-area {
		padding: 30px 0px 0px;
	}

	.recent-post-thumb-wrap h5 a {
		font-size: 18px;
		margin: 0px;
		padding: 0px;
	}

	.home-one-project-item .project-content-area,
	.home-one-project-area .project-2 .project-content-area {
		width: 100%;
		margin: 10px 0px !important;
		position: relative;
		z-index: 1;
		left: 0;
		right: 0;
		padding: 20px !important;
		overflow: visible;
		background-color: white;
		border-radius: 15px;
	}

	.home-one-project-item .project-content-area h3 a,
	.home-one-project-area .project-2 .project-content-area h3 a,
	.home-one-project-item .project-content-area small {
		opacity: unset;
		color: #000;
	}

	.blog_home_list .author-deatils {
		min-height: 30px !important;
	}

	.blog_home_list .author-deatils h5 a {
		font-size: 18px;
	}
     .core-capabilities-section {
    padding: 40px 0; 
  }

  .core-capabilities-list li {
    font-size: 16px; 
  }

  .listrow {
    flex-direction: column;
  }

  .listrow .col-lg-6 {
    padding: 10px; 
  }
 .entry-post-content p , li{
     text-align: justify;
 }
 .entry-post-content h3{
     font-size:30px !important;
     line-height: 33px !important;
 }
 .blogtitle{
     font-size:26px !important;
 }
}