
html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
		.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;
		}
		.img-custom-2 {
			display: inline-block;
			height: auto;
			max-width: 100%;
			padding: 4px;
			line-height: 1.428571429;
			background-color: transparent;
			-webkit-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
		}
		.sec-1-bg {
			width: 100%;
			height: 500px;
			background: linear-gradient(45deg, #00224cad, #404040c7), url(../images/career.jpg);
			background-size: cover;
			background-repeat: no-repeat;
			background-position: top;
			position: relative;
			overflow: hidden;
		}

		.sec-1-title-1 {
			text-align: center;
			font-size: 41px;
			color: rgb(255, 255, 255);
			text-transform: uppercase;
			font-weight: bolder;
			font-family: system-ui;
		}

		.sec-1-title-2 {
			text-align: center;
			font-size: 28px;
			color: #fff;
			line-height: 40px;
			font-family: acumin-pro-condensed, sans-serif;
			font-weight: 800;
		}

		.sec-1-title-3 {
			text-align: center;
			font-size: 24px;
			color: #fff;
		}

		.img-custom-2 {
			display: inline-block;
			height: auto;
			max-width: 100%;
			padding: 4px;
			line-height: 1.428571429;
			background-color: transparent;
			-webkit-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
		}

		.sec-2 {
			padding: 20px 0px;
			margin: 0px auto;
			position: relative;
			top: -130px;
			background-color: rgb(122 31 30);
			outline: none;
			width: 75%;
			max-width: 100%;
			box-shadow: 0 3px 5px rgb(0 0 0 / 10%), 0 0px 48px rgb(0 0 0 / 10%);
			border-radius: 10px;
		}

		.sec-2-title-1 {
			text-align: center;
			font-size: 20px;
			color: rgb(246 220 20);
			font-family: system-ui;
			font-weight: 800 !important;
			font-style: italic !important;
			line-height: 25px;
		}

		.sec-2-title-2 {
			text-align: center;
			font-size: 18px;
			color: rgb(246 220 20);
		}

		.sec-2-btn-1 {
			color: rgb(255, 255, 255);
			background: #404040;
			font-size: 18px;
			padding: 11px 26px;
			border: none;
			font-weight: 800 !important;
		}

		active:focus, :focus, :hover, a {
  text-decoration: none;
  outline: 0 !important;
  outline-offset: 0 !important;
}
.form-control {
  border: 1px solid #dedede;
  padding: 6px 20px;
  height: 50px;
  background: 0 0;
  color: #212529;
  font-size: 14px;
  border-radius: 0;
}
.form-control, .form-control:focus {
  box-shadow: none;
}
.btn {
  border: 2px solid #d41b1b !important;
  color: #000000;
  background-color: #ffffff;
  border-radius: 26px;
}
body, p {
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 1;
}


.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;
}

  /* 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;
}
}


