
		.overlay2 img {
			width: 104%;
		}

		.cd-hero-slider li:first-of-type {
			background-color: #ffffff;
		}

		#text-1 {
			background: #fff;
			padding: 32px 8px;
		}

		#div-3 {
			box-shadow: 0px 4px 60px #888888;
		}

		#pp {
			font-size: 20px;
			color: #000;
			font-weight: 500;
		}

		article-btn:hover {
			background: none;
			color: #000;
		}

		.navbar-fixed-top,
		.navbar-fixed-bottom {
			background: #000 !important;
		}

		#xyz{
            height: 10pc;
			width: 10pc;

         }
          #abc {
			transition: 1s;
		}

		#abc:hover {
			transform: scale(1.1);
			transition: 1s;
		}
       
        .container {
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 1rem;
}
.icon-box1 .icon {
  background: #fff;
  color: #000;
  height: 320px;
  box-shadow: 0 0 4px #0096d4;
}
:active:focus, :focus, :hover, a {
  text-decoration: none;
  outline: 0 !important;
  outline-offset: 0 !important;
}
body, p {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1;
}
h4 {
  font-size: 18px;
  line-height: 28px;
}
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
h1, h2, h3, h3.same-as-h4, h4, h5, h6, ul.navbar-nav > li > a {
  font-family: JaapokkiRegular;
}

.blog-date a, .btn.btn-primary.solid, .btn.btn-primary:hover, .featured-tab .nav-tabs > li > a:hover, .footer .widget-title, .footer ul li a, .footer-widget .latest-post-content h4 a, .footer-widget .post-meta, .footer-widget .post-meta a, .owl-controls .owl-next:hover, .owl-controls .owl-prev:hover, .parallax .btn, .plan a.btn:hover, .plan.featured .plan-price, .ts-carousel-controller .left:hover, .ts-carousel-controller .right:hover, .widget-tags ul > li a:hover {
  color: #fff;
}
h4.text-center
{
    font-weight: bold;
}
h1 {
  font-size: 36px;
  line-height: 48px;
    font-weight: bold;

}
h3.text-center
{
    font-weight: bold;
}
.btn:hover {
  border-color: red;
  color: #fff;
  background-color: red !important;
}
.btn.btn-primary {
  color: #323232;
  border-radius: 50px;
  padding: 10px 15px;
  background: 0 0;
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.3s;
}

  /* Phone icon - Left side */
.phone-icon-container {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    text-align: center;
    color: #25D366;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   
}

.phone-icon-container a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #25D366; /* Matching the site's yellow */
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}
.phone-icon-container h5{
   font-weight: 600;
    text-align: center;
}

.phone-icon-container a:hover {
    transform: scale(1.1);
}

.phone-icon-container i {
    font-size: 28px;
    color: white;
}

/* WhatsApp icon - Right side */
.whatsapp-icon-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
     color: #25D366;
         display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}
.whatsapp-icon-container h5{
   font-weight: 600;
    text-align: center;
}
.whatsapp-icon-container a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #25D366;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.whatsapp-icon-container a:hover {
    transform: scale(1.1);
}

.whatsapp-icon-container i {
    font-size: 28px;
    color: white;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .phone-icon-container a,
    .whatsapp-icon-container a {
        width: 40px;
        height: 40px;
    }

    .phone-icon-container i,
    .whatsapp-icon-container i {
        font-size: 24px;
    }

    .phone-icon-container {
        bottom: 15px;
        left: 2px;
    }

    .whatsapp-icon-container {
        bottom: 15px;
        right: 1px;
    }
	.touch-link{
display:inline-block;
padding:12px 18px;
margin:6px;
font-size:16px;
}
}


