.header-logo img {
	max-width: 200px;
	object-fit: contain;
	animation: zoomOut 2s ease .5s infinite normal forwards;
	transition: .5s ease;
}

@keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.5;
		filter: drop-shadow(0 0 0.75rem #000);
		/* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
	}

	100% {
		opacity: 1;
	}
}
@keyframes zoomOut {
	0% {
	  transform: scale(1);
	}
	100% {
	  transform: scale(0.9);
	  filter: drop-shadow(0 4px 15px #565427);
	}
  }
.th-btn {
	padding: 20px 30px !important;
	width: auto;
}


.header-layout1 .header-top .container {
	padding-left: 50px;
}
.no-wrap {
	flex-wrap: nowrap;
}
.logo-bg {
	display: none;
}
.header-layout1 .header-logo {
	margin: 0px 0 0 0;
	padding: 10px 0px;
}
.main-menu > ul > li {
	margin: 0 10px !important;
}

.th-btn {
	padding: 20px 40px !important;
	width: auto;
}

.th-mobile-menu ul li a::before {
	display: none;
}
.mobile-logo img {
	max-width: 150px;
}
.th-menu-wrapper .mobile-logo {
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: left;
	background-color: #fff;
	border-bottom: 1px solid #00000017;
}
.ft-col .about-logo img {
	max-width: 180px;
}
.text-justify {
	text-align: justify;
}
.contact-info {
	width: calc(80% / 2 - 10px);
	margin: 0 10px 15px !important;
}
.contact-info_icon {
	width: 40px;
	min-width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 25px;
}
#in-contact .row {
	justify-content: center;
}
.phone-no a {
	display: block;
}
.phone-no {
	padding: 10px 0 0 0;
}
/* .contact-info:nth-last-child(-n+2) {
	margin: 10px 5px 0 !important;
} */
.contact-info-wrap .sec-title::before {
	display: none;
}
.service-grid {
	height: 100%;
}
.service-sec .service-grid_icon > img {
	max-width: 70px;
}
.justify-center {
	justify-content: center;
}
#contact-sec .appointment-content {
	max-width: 100%;
}
#contact-sec {
	margin-top: 80px;
}
.copyright-wrap {
	padding: 18px 0;
	background-size: 100% auto;
	background-color: #f5f5ae;
}
.copyright-wrap P, .copyright-text a, .footer-links a {
	color: #000 !important;
}
.footer-links p {
	margin: 0;
}
.header-top {
	background-color: #f5f5ae;
	--body-color: #f5f5ae;
}
.header-links li, .header-links span, .header-links p, .header-links a {
	color: #000;
}
.social-links .social-title, .social-links a {
	color: #000;
}
.th-btn::before, .th-btn::after {
	background-color: #f5f5ae !important;
}
.box-title {
	font-weight: 500;
}
#sl-3{
	position: relative;
}
/* .hero-style1 .sub-title {
	color: #f5f5ae;
} */
.hero-title {
	font-size: 57px;
	line-height: 70px;
}
.th-hero-wrapper:hover .slick-arrow {
	left: 40px;
}
#sl-3::before, #sl-2::before, #sl-1::before {
	content: "";
	background-image: url(./images/slider/8.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 1;
	
}
#sl-1::before{
	background-image: url(./images/slider/5.jpg);
}
#sl-2::before{
	background-image: url(./images/slider/2.jpg);
}
.shape-mockup.hero_wrap {
	display: none !important;
}
/* Responsive CSS Start */

@media(max-width:992px){
	@media(max-width:450px){
		.th-menu-toggle {
			width: 56px;
			height: 56px;
			padding: 0;
			font-size: 20px;
			border: none;
			background-color: var(--theme-color);
			color: var(--white-color);
			display: inline-block;
			border-radius: 0;
			position: absolute;
			top: 30px;
			right: 16px;
		}
	}
	
}
@media(max-width:767px){
	.th-menu-toggle {
		width: 56px;
		height: 56px;
		padding: 0;
		font-size: 20px;
		border: none;
		background-color: var(--theme-color);
		color: var(--white-color);
		display: inline-block;
		border-radius: 0;
		position: absolute;
		top: 5px;
		right: 16px;
	}
	.header-layout1 .header-logo img {
		max-height: 100%;
		max-width: 130px;
	}
	.header-layout1 .header-logo {
		padding: 0;
	}
	.contact-info {
		width: calc(100% / 1 - 0px);
		margin: 0 auto 10px !important;
	}
	.contact-info:nth-last-child(-n+2) {
		margin: 5px 0px !important;
	}
	.hero-title {
		font-size: 20px;
		line-height: 30px;
		max-width: 240px;
	}
	.header-top {
		display: none;
	}
	.footer-links {
		display: block;
		padding: 0 !important;
		text-align: center;
	}
	.hero-style1 {
		padding: 60px 0;
		text-align: left;
	}
	.sub-title {
		font-size: 14px;
	}
	#hero .btn-group{
		display: none;
	}
	.th-hero-slide {
		transition: opacity 100ms ease 0s !important;
	}
	}
	@media(max-width:1140px){
		.main-menu a {
			display: block;
			position: relative;
			font-family: var(--body-font);
			font-weight: 600;
			font-size: 14px;
			color: var(--title-color);
			text-transform: uppercase;
		}
		.th-btn {
			padding: 13px 5px !important;
			width: auto;
		}
		.th-btn {
			position: relative;
			z-index: 1;
			overflow: hidden;
			vertical-align: middle;
			display: inline-block;
			border: none;
			text-transform: uppercase;
			text-align: center;
			background-color: var(--theme-color);
			color: var(--white-color);
			font-family: var(--body-font);
			font-size: 10px;
			font-weight: 500;
			line-height: 1;
			padding: 21px 30px;
			border-radius: 0;
		}
	}
	@media(max-width:1500px){
		.th-btn {
			padding: 20px 11px !important;
			width: auto;
		}
		.header-button .th-btn {
			margin-left: 0px;
		}
	}