/********** Template CSS **********/
:root {
    --primary: #F77D0A;
    --secondary: #60497b;
    --light: #F4F5F8;
    --dark: #1C1E32;
}
/* body{
    font-family: ;
} */
.fa-phone {
    transform: scaleX(-1);
}


.px-lg-5 .text-body {
    color: #000000 !important;
}

.bg-dark {
    background-color: #ffffff !important;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 0.8rem;
    line-height: 1;
    background-color: var(--dark);
    border: 1px solid transparent
}
.navbar>p{
    font-size: 0.5rem !important;
}
.nav-bar::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: var(--dark);
}

.nav-bar::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: #ffffff;
}

.navbar-dark .navbar-nav .nav-link {
    padding: 30px 8px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--light);
    outline: none;

}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}


@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        font-size: 15px;
        padding: 10px 15px;
    }
}


.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(28 30 50 / 2%);;
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h4 {
        font-size: 18px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.page-header {
    height: 200px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(28, 30, 50, .9), rgba(28, 30, 50, .9)), url(../img/bacground/anout\ bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    
}

@media (max-width: 991.98px) {
    .page-header {
        height: 300px;
    }
}

.service-item {
    height: 620px;
    background: var(--light);
    transition: .5s;
    background-size: cover;
background-position: center;


}


.service-item:hover,
.service-item.active {
    transform: scale(1.01);
    transition: transform 0.3s ease-in-out;
}

.service-item h1,
.service-item h4 {
    transition: .5s;
}

.service-item:hover h1,
.service-item.active h1 {
    color: var(--dark) !important;
}

.service-item:hover h4,
.service-item.active h4 {
    color: var(--light);
}

.rent-item {
    padding: 30px;
    text-align: center;
    background: var(--light);
    transition: .5s;
}

.rent-item:hover,
.rent-item.active {
    background: var(--secondary);
}

.rent-item h4 {
    transition: .5s;
}

.rent-item:hover h4,
.rent-item.active h4 {
    color: var(--light);
}

.team-item {
    padding: 30px 30px 0 30px;
    text-align: center;
    background: var(--light);
    transition: .5s;
}

.team-item:hover,
.owl-item.center .team-item {
    background: var(--secondary);
}

.team-item h4 {
    transition: .5s;
}

.owl-item.center .team-item h4,
.owl-item.center .rent-item h4 {
    color: var(--light);
}

.team-item .team-social {
    top: 0;
    left: 0;
    opacity: 0;
    transition: .5s;
    background: var(--light);
}

.owl-item.center .team-item .team-social,
.owl-item.center .rent-item {
    background: var(--secondary);
}

.team-item:hover .team-social {
    opacity: 1;
    background: var(--secondary);
}

.team-carousel .owl-nav,
.related-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 60px;
    top: calc(50% - 30px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next,
.related-carousel .owl-nav .owl-prev,
.related-carousel .owl-nav .owl-next {
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    font-size: 22px;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover,
.related-carousel .owl-nav .owl-prev:hover,
.related-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.vendor-carousel .owl-dots,
.testimonial-carousel .owl-dots {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vendor-carousel .owl-dot,
.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: var(--secondary);
    transition: .5s;
}

.vendor-carousel .owl-dot.active,
.testimonial-carousel .owl-dot.active {
    width: 40px;
    height: 40px;
    background: var(--primary);
}

.testimonial-carousel .owl-item img {
    width: 80px;
    height: 80px;
}

.testimonial-carousel .owl-item .testimonial-item {
    height: 350px;
    transition: .5s;
    background: var(--light);
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--secondary);
}

.testimonial-carousel .owl-item .testimonial-item h1,
.testimonial-carousel .owl-item .testimonial-item h4 {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item h1 {
    color: var(--dark) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item h4 {
    color: var(--light);
}

.bg-banner {
    background: linear-gradient(rgba(28, 30, 50, .9), rgba(28, 30, 50, .9)), url(../img/bg-banner.jpg);
    background-attachment: fixed;
}

/* why us */
/* h1,
h2,
h3,
h4,
h5,
h6 {}
a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
} */

/* a,
a:active,
a:focus {
    color: #333;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
img {
max-width: 100%;
height: auto;
}
span, a, a:hover {
display: inline-block;
text-decoration: none;
color: inherit;
} */
.section-head {
margin-bottom: 60px;
}
.section-head h4 {
position: relative;
padding:0;
color:var(--primary);
line-height: 1;
letter-spacing:0.3px;
font-size: 34px;
font-weight: 700;  
text-align:center;
text-transform:none;
margin-bottom:30px;
}
.section-head h4:before {
content: '';
width: 60px;
height: 3px;
background: var(--primary);
position: absolute;
left: 0px;
bottom: -10px;
right:0;  
margin:0 auto;
}
.section-head h4 span {
font-weight: 700;
padding-bottom: 5px;
color:#2f2f2f
}
p.service_text{
color:#cccccc !important;
font-size:16px;
line-height:28px;
text-align:center;    
}
.section-head p, p.awesome_line{
color:#818181;
font-size:16px;
line-height:28px;
text-align:center;  
}

.extra-text {
font-size:34px;
font-weight: 700;
color:#2f2f2f;
margin-bottom: 25px;
position:relative;
text-transform: none;
}
.extra-text::before {
content: '';
width: 60px;
height: 3px;
background: var(--primary);
position: absolute;
left: 0px;
bottom: -10px;
right: 0;
margin: 0 auto;
}
.extra-text span {
font-weight: 700;
color:var(--primary);
}
.item {
background: #fff;
text-align: center;
padding: 30px 25px;
-webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
border-radius: 20px;
border:5px solid rgba(0, 0, 0, 0.07);
margin-bottom: 30px;
-webkit-transition: all .5s ease 0;
transition: all .5s ease 0;
transition: all 0.5s ease 0s;
}
.item:hover{
background:var(--secondary);
box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
-webkit-transition: all .5s ease 0;
transition: all .5s ease 0;
transition: all 0.5s ease 0s;
}
.item:hover .item, .item:hover span.icon{
/* background:#fff; */
/* border-radius:px; */
-webkit-transition: all .5s ease 0;
transition: all .5s ease 0;
transition: all 0.5s ease 0s;
}
.item:hover h6, .item:hover p{
color:#fff;
-webkit-transition: all .5s ease 0;
transition: all .5s ease 0;
transition: all 0.5s ease 0s;
}
.item .icon {
font-size: 75px;
margin-bottom:25px;
/* color:  var(--primary);    */
width: 200px;
height: 200px;
line-height: 120px;
/* border-radius: 50%; */
}
.item .feature_box_col_one{
/* background:rgba(247, 198, 5, 0.20); */
color: var(--primary);
}
.item .feature_box_col_two{
/* background:rgba(255, 77, 28, 0.15); */
color: var(--primary);
}
.item .feature_box_col_three{
/* background:rgba(0, 147, 38, 0.15); */
color: var(--primary);
}
.item .feature_box_col_four{
background:rgba(0, 108, 255, 0.15);
color: var(--primary);
}
.item .feature_box_col_five{
background:rgba(146, 39, 255, 0.15);
color: var(--primary);
}
.item .feature_box_col_six{
background:rgba(23, 39, 246, 0.15);
color: var(--primary);
}
.item p{
font-size:15px;
line-height:26px;
}
.item h6 {
margin-bottom:20px;
color:#2f2f2f;
}
.mission p {
margin-bottom: 10px;
font-size: 15px;
line-height: 28px;
font-weight: 500;
}
.mission i {
display: inline-block;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
background:  var(--primary);
border-radius: 50%;
color: #fff;
font-size: 25px;
}
.mission .small-text {
margin-left: 10px;
font-size: 13px;
color: #666;
}
.skills {
padding-top:0px;
}
.skills .prog-item {
margin-bottom: 25px;
}
.skills .prog-item:last-child {
margin-bottom: 0;
}
.skills .prog-item p {
font-weight: 500;
font-size: 15px;
margin-bottom: 10px;
}
.skills .prog-item .skills-progress {
width: 100%;
height: 10px;
background: #e0e0e0;
border-radius:20px;
position: relative;
}
.skills .prog-item .skills-progress span {
position: absolute;
left: 0;
top: 0;
height: 100%;
background:  var(--primary);
width: 10%;
border-radius: 10px;
-webkit-transition: all 1s;
transition: all 1s;
}
.skills .prog-item .skills-progress span:after {
content: attr(data-value);
position: absolute;
top: -5px;
right: 0;
font-size: 10px;
font-weight:600;    
color: #fff;
background:rgba(0, 0, 0, 0.9);
padding: 3px 7px;
border-radius: 30px;
}



/* why us new about  css */
.why-choose-us {
    width: 100vw; /* Full screen width */
    background: #d1d1d1; /* Light background */
    padding: 50px 0;
}

.why-choose-us .features {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 items per row */
    gap: 15px; /* Space between items */
    justify-content: center;
    max-width: 1200px;
    width: 100%;
    
}

.feature-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #007bff; /* Primary color background */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    transition: 0.3s;
}

.icon-circle i {
    color: white;
    font-size: 32px;
}

.feature-item p {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

/* Hover effect */
.icon-circle:hover {
    background: #0056b3; /* Darker shade on hover */
    transform: scale(1.1);
}
/* Responsive Media Queries */
@media (max-width: 768px) {
    .features {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .features {
        grid-template-columns: repeat(1, 1fr);
    }
}


.about-us {
    /* width: 100vw;  */
    /* Full width */
    background: #f8f9fa; /* Light background */
    /* padding: 50px 0; */
    text-align: center;
}

.heading-panel h1 {
    /* font-size: 28px; */
    font-weight: bold;
    /* margin-bottom: 20px; */
}

.services-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.icons-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    /* background: var(--primary);  */
    background: #60497b; 
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    transition: 0.3s;
}

.icons-circle i {
    color: white;
    font-size: 32px;
}

/* Hover Effect */
.icons-circle:hover {
    background: var(--primary);
    transform: scale(1.1);
}

/* Responsive Grid */
@media (max-width: 992px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .col-md-4 {
        width: 100%;
    }
}


/* service caorsouell */

@property --card-rotate-x {
	syntax: "<angle>";
	initial-value: 0deg;
	inherits: false;
}

@property --card-rotate-y {
	syntax: "<angle>";
	initial-value: 0deg;
	inherits: false;
}

:root {
	/* --card-transition: 0.3s ease;
	--slider-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	--card-tilt-max: 25deg; */
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.service-new {
	min-height: 100vh;
	display: grid;
	place-items: center;
	background-color: var(--dark);
	/* background: repeating-linear-gradient(
		30deg,
		#161a1d,
		#161a1d 2px,
		#20252a 2px,
		#20252a 4px
	); */
	font-family: "Segoe UI", system-ui, sans-serif;
}

.slider-container {
	position: relative;
	width: 100%;
	max-width: 1200px;
	padding: 60px 0;
}

.slider-wrapper {
	overflow: hidden;
	margin: 0 80px;
	padding: 30px 0;
}

.slider {
	display: flex;
	transition: transform var(--slider-transition);
}

.slide-group {
	flex: 0 0 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	padding: 0 1rem;
}

.card {
	position: relative;
	background: rgba(255, 255, 255, 0.238);
	border-radius: 8px;
	padding: 20px;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	transform: perspective(1000px) rotateX(var(--card-rotate-x))
		rotateY(var(--card-rotate-y));
	transition: all var(--card-transition);
	transform-style: preserve-3d;
	will-change: transform;
	opacity: 1;
}
.card:hover {
	background: rgb(255, 255, 255);
}

.slide-group:hover .card:not(:hover) {
	opacity: 0.5;
}

.card img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 8px;
	margin-bottom: 15px;
}

.card h3 {
	color: var(--primary);
	font-size: 1.5rem;
	margin-bottom: 10px;
	font-weight: 600;
}

.card p {
	color: #e0e0e0;
	font-size: 1.1rem;
	line-height: 1.4;
}

.nav-btn {
	position: absolute;
	top: calc(50% - 25px);
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0);
	border: none;
	width: 30px;
	height: 30px;
	border-radius: 5px;
	cursor: pointer;
	display: grid;
	place-items: center;
	color: white;
	font-size: 0.5rem; 
	transition: all 0.3s ease;
}

.nav-btn:hover {
	transform: translateY(-50%) scale(1.5);
}

.prev-btn {
	left: 40px;
}
.next-btn {
	right: 40px;
}

.slider-dots {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 30px;
}

.dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.3);
	cursor: pointer;
	transition: all 0.3s ease;
}

.dot.active {
	background: white;
	transform: scale(1.5);
}

#bokeh-background {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.bokeh {
	position: absolute;
	border-radius: 50%;
	opacity: 0.25;
	filter: blur(10px);
	box-shadow: 0 0 30px 15px rgba(255, 69, 0, 0.15);
	animation: float 15s infinite;
}

.bokeh::before,
.bokeh::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	width: 200%;
	height: 200%;
	top: -50%;
	left: -50%;
	background: inherit;
	filter: blur(30px);
	z-index: -1;
}

.bokeh::before {
	transform: rotate(45deg);
}

@keyframes float {
	0% {
		transform: translateY(0) scale(1);
	}
	50% {
		transform: translateY(-100px) scale(1.5);
	}
	100% {
		transform: translateY(0) scale(1);
	}
}


/* Responsive Design */
@media (max-width: 1024px) {
	.slide-group {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.slide-group {
		grid-template-columns: 1fr;
	}
	.slider-wrapper {
		margin: 0 40px;
	}
	.prev-btn, .next-btn {
		width: 25px;
		height: 25px;
	}
}

@media (max-width: 480px) {
	.slider-wrapper {
		margin: 0 20px;
	}
	.card h3 {
		font-size: 1.2rem;
	}
	.card p {
		font-size: 1rem;
	}
	.nav-btn {
		font-size: 1rem;
	}
}




/* service gallery  */
.container-g {
    max-width: 1400px;
    margin: 2rem auto;
    padding: 0 1rem;
  }

  h1 {
    /* font-size: 3.5rem;
    margin-bottom: 2rem;
    color: #f35525;
    text-align: center;
    font-weight: 800;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 0.8s ease forwards; */
  }

  .gallery {
    columns: 3;
    column-gap: 1.5rem;
    width: 100%;
  }

  @media (max-width: 768px) {
    .gallery {
      columns: 2;
    }
  }

  @media (max-width: 480px) {
    .gallery {
      columns: 1;
    }
  }

  .gallery-item {
    break-inside: avoid;
    margin-bottom: 1.5rem;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.8s ease forwards;
    animation-delay: calc(var(--delay) * 0.2s);
  }

  .gallery-item:hover .overlay {
    opacity: 1;
    transform: translateY(0);
  }

  .gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
  }

  .gallery-item:hover img {
    transform: scale(1.05);
  }

  .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(243, 85, 37, 0.9), transparent);
    padding: 2rem 1.5rem;
    color: white;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
  }

  .overlay h2 {
    color: white;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
  }

  .overlay p {
    color: white;
    font-size: 0.9rem;
    line-height: 1.4;
    opacity: 0.9;
  }

  .photo-credit {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: white;
    font-size: 0.8rem;
    opacity: 0.8;
    text-decoration: none;
  }

  .photo-credit:hover {
    color: white;
    opacity: 1;
  }

  @keyframes fadeUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .scroll-indicator {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    background: #f35525;
    z-index: 1000;
    transition: width 0.3s ease;
  }



   /* for call */

   
.call-buton .cc-calto-action-ripple {
	z-index: 99999;
	position: fixed;
	right: 1rem;
	bottom: 18rem;
    padding-left: 10px;
	background: var(--primary);
	width: 4rem;
	height: 4rem;
	padding: 1rem;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	-webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
	animation: cc-calto-action-ripple 0.6s linear infinite;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none; }
	.call-buton .cc-calto-action-ripple i {
	  -webkit-transition: 0.3s ease;
	  transition: 0.3s ease;
	  font-size: 2.2rem;
     }
	.call-buton .cc-calto-action-ripple:hover i {
	  /* -webkit-transform: rotate(135deg);
	  transform: rotate(135deg); */
     }
  
  @-webkit-keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }
  
  @keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }

	span.num{
		position: absolute;
    color: #ec8b00;
    left: -30%;
    bottom: -50%;
	}
.whatsapp-buton .ww-calto-action-ripple {
	z-index: 99999;
	position: fixed;
	right: 1rem;
	bottom: 18rem;
    padding-left: 10px;
	background: green;
	width: 4rem;
	height: 4rem;
	padding: 1rem;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	-webkit-animation: ww-calto-action-ripple 0.6s linear infinite;
	animation: ww-calto-action-ripple 0.6s linear infinite;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none; }
	.whatsapp-buton .ww-calto-action-ripple i {
	  -webkit-transition: 0.3s ease;
	  transition: 0.3s ease;
	  font-size: 2.2rem;
     }
	.call-buton .cc-calto-action-ripple:hover i {
	  /* -webkit-transform: rotate(135deg);
	  transform: rotate(135deg); */
     }
  
  @-webkit-keyframes ww-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(0, 236, 4, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(0, 236, 4, 0.2), 0 0 0 10px rgba(0, 236, 31, 0.2);
	  box-shadow: 0 4px 10px rgba(39, 236, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(16, 236, 0, 0.2), 0 0 0 10px rgba(0, 236, 16, 0.2); }
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(0, 236, 28, 0.2), 0 0 0 5px rgba(0, 236, 12, 0.2), 0 0 0 10px rgba(51, 236, 0, 0.2), 0 0 0 20px rgba(35, 236, 0, 0);
	  box-shadow: 0 4px 10px rgba(63, 236, 0, 0.2), 0 0 0 5px rgba(35, 236, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(47, 236, 0, 0); } }
  
  @keyframes ww-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(16, 236, 0, 0.2), 0 0 0 0 rgba(31, 236, 0, 0.2), 0 0 0 5px rgba(83, 236, 0, 0.2), 0 0 0 10px rgba(83, 236, 0, 0.2);
	  box-shadow: 0 4px 10px rgba(0, 236, 43, 0.2), 0 0 0 0 rgba(75, 236, 0, 0.2), 0 0 0 5px rgba(20, 236, 0, 0.2), 0 0 0 10px rgba(0, 236, 12, 0.2); }
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(0, 236, 8, 0.2), 0 0 0 5px rgba(79, 236, 0, 0.2), 0 0 0 10px rgba(47, 236, 0, 0.2), 0 0 0 20px rgba(16, 236, 0, 0);
	  box-shadow: 0 4px 10px rgba(0, 236, 8, 0.2), 0 0 0 5px rgba(47, 236, 0, 0.2), 0 0 0 10px rgba(0, 236, 39, 0.2), 0 0 0 20px rgba(24, 236, 0, 0); } }

	span.num{
		position: absolute;
    color: #ec8b00;
    left: -30%;
    bottom: -50%;
	}



    /* service  */

    /* @import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap'); */
		html {
        /* scroll-behavior: smooth; */
        }
		
		
		.title {
            font-size: 4em;
            color: var(--secondary);
            display: block;
        }
        
        .sub-title {
            font-size: 0.8em;
            color: gray;
            display: block;
        }
        
        .btn1, .btn2 {
            padding: 10px 20px;
            border-radius: 3px;
            outline: none;
            transition: 0.5s;
        }
        
        .btn1 {
            background: transparent;
            border: 1px solid var(--secondary);
            color: var(--secondary);
        }
        
        .btn1:hover {
            background: var(--secondary);
            color: #fff;
        }
        
        .btn2 {
            background: #1e1e1e;
            border: 1px solid #1e1e1e;
            color: #fff;
        }
        
        .btn2:hover {
            background: transparent;
            color: #1e1e1e;
        }
        
        a {
            text-decoration: none;
        }
        
        .section2, .section3 {
            width: 90%;
            margin: 5% auto;
        }
        
        .section2 table, .section3 table {
            width: 100%;
        }
        
        .section2 table td, .section3 table td {
            width: 50%;
        }
        
        .section2 table td img, .section3 table td img {
            width: 80%;
            height: auto;
            margin: auto;
            display: block;
            box-shadow: 0px 6px 16px -6px rgba(1, 1, 1, 0.5);
        }
        
        .section3 table td img {
            float: right;
        }
        
        /* Tablets & Smaller Screens */
        @media (max-width: 1024px) {
            .title {
                font-size: 3em;
            }
        
            .sub-title {
                font-size: 0.7em;
            }
        
            .btn1, .btn2 {
                padding: 8px 16px;
            }
        
            .section2 table td img, .section3 table td img {
                width: 90%;
            }
        }
        
        /* Mobile Devices */
        @media (max-width: 720px) {
            .title {
                font-size: 2.5em;
            }
        
            .sub-title {
                font-size: 0.6em;
            }
        
            .section2 table td, .section3 table td {
                width: 100%;
                display: block;
                text-align: center;
            }
        
            .section3 table td img {
                float: none;
                margin-top: 4%;
            }
        
            .section2 table td img, .section3 table td img {
                width: 100%;
                height: auto;
            }
        
            .btn1, .btn2 {
                padding: 6px 12px;
            }
        }
        
        /* Extra Small Screens (300px and below) */
        @media (max-width: 300px) {
            .title {
                font-size: 1.5em;
            }
        
            .sub-title {
                font-size: 0.5em;
            }
        
            .section2, .section3 {
                font-size: 12px;
            }
        
            .section3 table td img {
                float: none;
                margin-top: 8%;
            }
        
            .btn1, .btn2 {
                padding: 5px 10px;
            }
        }
        
/* .footer{
  position:fixed;
  box-shadow:0px 6px 16px -6px rgba(1,1,1,0.5);
  background:#1e1e1e;
  padding:10px 20px;
  color:gray;
  font-size:13px;
  position:fixed;
  bottom:10px;
  right:0;
} */