html {
	scroll-behavior: smooth;
	scroll-padding-top: 84px;
}

nav > div > div {
	height: 84px;
}

.logo img {
	height: 50px;
}

.hero {
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1563986768609-322da13575f3?ixlib=rb-4.0.3');
	background-size: cover;
	background-position: center;
}

.service-card {
	transition: all 0.3s ease;
}

.service-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.floating-btn {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 50;
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7);
	}
	70% {
		transform: scale(1.05);
		box-shadow: 0 0 0 10px rgba(59, 130, 246, 0);
	}
	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);
	}
}

.testimonial-slide {
	display: none;
	animation: fade 0.5s ease-in-out;
}

@keyframes fade {
	from {opacity: 0.4}
	to {opacity: 1}
}

.active-slide {
	display: block;
}




.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}
.flex-column {
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}
.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}
.gap-3 {
	gap: 1rem !important;
}
.text-white {
	color: #fff !important;
}
.mt-4, .my-4 {
	margin-top: 1.5rem !important;
}
.mb-5, .my-5 {
	margin-bottom: 3rem !important;
}
.pb-2, .py-2 {
	padding-bottom: .5rem !important;
}
@media (min-width: 1200px) {
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
}



/*** 
=============================================
    Footer area style
=============================================
***/
.footer-area {
    position: relative;
    display: block;
    background: #ffffff;
    z-index: 1;
}
.footer-area .container-box{
    position: relative;
    display: block;
    padding-top: 110px;
    background-color: #171717;    
}
.footer-top{
    position: relative;
    display: block;
}
.footer-top .footer-logo {
    position: relative;
    display: block;
    margin-bottom: 52px;
}
.footer-top .footer-logo a{
    position: relative;
    display: inline-block;
}
.footer-top .footer-logo a img {
    height: 64px;
}

.footer-top .footer-menu{
    position: relative;
    display: block;
}
.footer-top .footer-menu ul{
    overflow: hidden;
}
.footer-top .footer-menu ul li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin: 0 23px;
}
.footer-top .footer-menu ul li:first-child{
    margin-left: 0;
}
.footer-top .footer-menu ul li:last-child{
    margin-right: 0;
}
.footer-top .footer-menu ul li a{
    color: rgba(255, 255, 255, 0.50);
    transition: all 500ms ease;
}
.footer-top .footer-menu ul li a:hover{
    color: #ffffff;
}
.footer-top .info-icon {
	margin-right: 10px;
	color: #febd10;
	width: 16px;
	text-align: center;
}
:where(.footer-top .info-text) a {
	color: #fff;
	transition: color 500ms;
}

.footer-bottom {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    padding: 73px 0;
}
.footer-bottom .outer-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.copyright-text {
    position: relative;
    display: block;
}
.copyright-text p{
    color: rgba(255, 255, 255, 0.40);
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
}
.copyright-text p a {
    color: rgba(255, 255, 255, 0.40);
    font-weight: 500;
    transition: all 500ms ease;
}
.copyright-text p a:hover{
    color: rgba(255, 255, 255);    
}

.footer-social-link{
    position: relative;
    display: block;
}
.footer-social-link ul{
    overflow: hidden;
}
.footer-social-link ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 40px;
}
.footer-social-link ul li:last-child{
    margin-right: 0;
}
.footer-social-link ul li a{
    position: relative;
    display: inline-block;
    color: #888888;
    font-size: 16px;
    line-height: 28px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}




/* @@@@@@@@@@@@@  maps Section Start Here  @@@@@@@@@@@@@@ */
.maps-section .map-area {
  height: 166px;
}
@media (min-width: 576px) {
  .maps-section .map-area {
    height: 500px;
  }
}
.maps-section .map-area iframe {
  display: block;
  width: 100%;
  height: 100%;
}




@media only screen and (max-width: 767px) {
	.footer-bottom .outer-box {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.footer-social-link {
		margin-top: 15px;
	}
}