/*
  Theme Name: Alstar
  Theme URL: https://bootstrapmade.com/alstar-free-parallax-bootstrap-template/
  Author: BootstrapMade.com
  Author URL: https://bootstrapmade.com
*/

/* ================================
Imports
================================= */
@import url('font-awesome.min.css');
@import url('simpletextrotator.css');
@import url('overwrite.css');
@import url('animate.css');

/* ================================
General
================================= */

body{
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.6em;
}

h1 {
	font-size: 36px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
	color: #3a3a3a;
	font-weight: 700;
	margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
}


.lead{
	font-weight: 400;
}

button {
	display: inline-block;
	margin-bottom: 0;
	margin-bottom: 10px;
	padding: 6px 12px;
	border: 1px solid transparent;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.428571429;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
button.navbar-toggle {
	background: #2b2b2b;
	border: none;
	color: #fff;
}

.btn-theme,.btn-theme:hover,.btn-theme:focus{
	color: #fff;
}
.btn-theme:hover{
	background: transparent !important;
	border-color: #999;
	color: #999;
}


/* ================================
margin, padding
================================= */
.mar-top0 {
	margin-top: 0;
}
.mar-top10 {
	margin-top: 10px;
}
.mar-top20 {
	margin-top: 20px;
}
.mar-top30 {
	margin-top: 30px;
}
.mar-top40 {
	margin-top: 40px;
}


/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index:1000;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  outline: none;
}

/* ================================
Navbar
================================= */

nav.navbar{
	position: fixed;
	top: -112px;
	margin-bottom: 0px;
	padding: 10px 0px 10px 0px;
	width: 100%;
	border-radius: 0px;
	transition: all 0.2s;
}

.navbar-nav{
	float: right;
}

nav.navbar.fixed-to-top{
	top: 0px;
}

.navbar-default{
	border: none;
	border-bottom: none;
	opacity: 1;
	display: none;
	z-index: 9999;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
	color: #3A3A3A;
	cursor: pointer;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	outline: 0;
}

/* brand / logo */
.navbar-default .navbar-brand{
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 2em;
}

/* ================================
Home sections
================================= */

.home-section {
	width: 100%;
	padding: 150px 0px 150px 0px;
}

/* --- heading --- */
.section-heading {
	margin-bottom: 50px;
}

.section-heading h2 {
	font-size: 38px;
	text-transform: uppercase;
}

.section-heading .heading-line {
	margin:0 auto;
	display: block;
	height: 1px;
	width: 80px;
	background: #333;
	margin-top: 10px;
	margin-bottom: 20px;
}


/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #f8f8f8;
}

.bg-dark {
	background: #575757;
}


/* --- section content general color --- */

.color-light h1,.color-light h2,.color-light h3,.color-light h4,.color-light h5,.color-light h6 {
	color: #fff;
}


.color-light p {
	color: #eee;
}
#intro {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
}

#intro .item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .carousel-content {
  text-align: center;
}

#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#intro p {
	width: 70%;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
	margin: 0 auto 30px auto;
	color: #fff;
	font-size: 24px;
	line-height: 1.5em;
  }
  
  /* Media Query for Small Screens */
  @media (max-width: 768px) {
	#intro p {
	  width: 70%; /* Expands width for better fit on smaller screens */
	  font-size: 20px; /* Slightly smaller font size */
	  line-height: 1.6em; /* Increased line spacing for readability */
	}
  }
  
  @media (max-width: 480px) {
	#intro p {
	  width: 70%; /* Full width on very small screens */
	  font-size: 18px; /* Smaller font for compact devices */
	  line-height: 1.6em; /* More spacing for clarity */
	}
  }
  
@media (max-width: 768px ) {
  #intro h2 {
    font-size: 36px;
  }
}

#intro .carousel-inner .item {
  transition-property: opacity;
  background-position: center top;
}

#intro .carousel-inner .item,
#intro .carousel-inner .active.left,
#intro .carousel-inner .active.right {
  opacity: 0;
}

#intro .carousel-inner .active,
#intro .carousel-inner .next.left,
#intro .carousel-inner .prev.right {
  opacity: 1;
  transition: 0.9s;
}

#intro .carousel-inner .next,
#intro .carousel-inner .prev,
#intro .carousel-inner .active.left,
#intro .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
  color: #fff;
  position: absolute;
  top: calc(50% - 15px);
}

#intro .carousel-control-prev {
  left: 20px;
}

#intro .carousel-control-next {
  right: 20px;
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
}

#intro .carousel-indicators {
  cursor: pointer;
}

#intro .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 3px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #00c1c1;
}

#intro .btn-get-started:hover {
  background: #00c1c1;
  color: #fff;
  text-decoration: none;
}

/* ================================
About
================================= */

#about .about-img {
  height: 350px;
  overflow: hidden;
}

#about .about-img img {
  margin-left: -15px;
  margin-top: 20px;
  max-width: 100%;
}

@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }
  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

#about .content h2 {
  color: #333;
  font-weight: 300;
  font-size: 24px;
  text-align: left;
}

#about .content h3 {
  color: #777;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
  text-align: left;
}

#about .content p {
  line-height: 26px;
  text-align: left;
}

#about .content p:last-child {
  margin-bottom: 0;
}

/* ================================
Team
================================= */
.box-team img {
	margin-bottom: 30px;
}



/* ================================
Services
================================= */
.service.carousel h4,.service.carousel p {
	text-align: left;
}


.service .carousel-control{
	background: none;
}

.service .screenshot{
	overflow: hidden;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}

.service .screenshot img{
	margin-right: auto;
	margin-left: auto;
	padding-left: 4px;
	width: 400px;
}

.service .carousel-indicators {
	position: relative;
	bottom: 0;
	left: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
	padding-bottom: 8px;
	width: 100%;
	background: #ffffff;
}

.service .carousel-indicators .active {
	width: 45px;
	height: 5px;
	border: none;
	border-radius: 0px;
}

.service .carousel-indicators li {
	display: inline-block;
	margin: 1px;
	width: 45px;
	height: 5px;
	border: none;
	border-radius: 0px;
	background: #eeeeee;
	text-indent: -999px;
	cursor: pointer;
}


/* ================================
Works
================================= */
.og-grid {
	list-style: none;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.og-grid li {
	display: inline-block;
	margin: 10px 5px 0 5px;
	vertical-align: top;
	height: 250px;
}

.og-grid li > a,
.og-grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
}

.og-grid li.og-expanded > a::after {
	top: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: none;
	border-width: 15px;
	left: 50%;
	margin: -20px 0 0 -15px;
}

.og-expander {
	position: absolute;
	background: #FFF;
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	height: 0;
	overflow: hidden;
}

.og-expander-inner {
	padding: 50px 0;
	height: 100%;
}

.og-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.og-close::before,
.og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #888;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.og-close:hover::before,
.og-close:hover::after {
	background: #333;
}

.og-fullimg,
.og-details {
	width: 50%;
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.og-details {
	padding: 0 40px 0 0;
}

.og-fullimg {
	text-align: center;
}

.og-fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
}

.og-details h4 {
	font-weight: 300;
	margin-bottom: 10px;
}

.og-details p {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.6em;
	color: #555;
}

.og-details a {
	font-weight: 700;
	display: inline-block;
	margin: 30px 0 0;
	outline: none;
}


.og-details a:hover {
	border-color: #999;
	color: #999;
}

.og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}

@-webkit-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@-moz-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@media screen and (max-width: 830px) {

	.og-expander h3 { font-size: 32px; }
	.og-expander p { font-size: 13px; }
	.og-expander a { font-size: 12px; }

}

@media screen and (max-width: 650px) {

	.og-fullimg { display: none; }
	.og-details { float: none; width: 100%; }

}

/* ================================
Contact
================================= */

.validation {
  color: red;
  display:none;
  margin: 0;
  font-weight:400;
  font-size:13px;
}

#sendmessage {
  color: green;
  border:1px solid green;
  display:none;
  text-align:center;
  padding:15px;
  font-weight:600;
  margin-bottom:15px;
}

#errormessage {
  color: red;
  display:none;
  border:1px solid red;
  text-align:center;
  padding:15px;
  font-weight:600;
  margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

/* ================================
Clients
================================= */
ul.clients {
	list-style: none;
}
ul.clients li {
	display: inline;
}


/* ================================
Bottom widget
================================= */
#bottom-widget {
  overflow: hidden;
}
ul.social-network {
	margin: 0;
	margin-left:0;
	padding-left: 0;
	list-style: none;
}
ul.social-network li {
	display: inline;
	margin: 5px 5px;
}


ul.social-network li a:hover span .fa-circle {
	color: #2b2b2b;
}

ul.social-network li a i{
  transition: 0.3s
}
/* ================================
Footer
================================= */
footer {
	background: #00c1c1;
	color: #fff;
	padding: 50px 0 30px;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #fff;
	text-decoration: underline;
}

/* ================================
more media queries
================================= */

@media (max-width:768px) {

	header{
		padding-bottom: 50px;
		min-height: 1000px;
		height: 100%;
	}

	.navbar-nav {
		float: left;
		text-align: left;
	}

	.box-team, .box-team img {
		text-align: center;
	}
	.box-team img {
		float: none;
		margin:0 auto;
	}
	.box-team {
		margin-bottom: 30px;
	}

	.og-fullimg { display: none; }
	.og-details { float: none; width: 100%; padding: 0 40px; }

}

@media (max-width:992px) {

	.service.carousel .item h4, .service.carousel .item p{
		text-align: center;
	}

	.service p{
			margin-bottom: 60px;
	}
	.og-expander {
		background: transparent;

	}
	.og-details {
		padding: 0 20px;
	}

}

@media (max-width:480px){

	header .carousel-iphone, .detail .screenshot{
		width: 280px;
	}

	header .carousel, .detail .screenshot img{
		padding-top: 85px;
		width: 245px;
	}

	.service .screenshot img{
		margin-top: -12px;
		padding-top: 0px;
	}

	header{
		padding-top: 30px;
		padding-bottom: 0px;
	}

	header h1{
		font-size: 70px;
	}
}
/* General styles for the logo */
.logo {
	display: flex;               /* Use flexbox to center the logo */
	justify-content: center;     /* Center horizontally */
	align-items: center;         /* Center vertically */
	padding: 10px;               /* Add some padding around the logo */
  }
  
  /* Style for the logo image */
  .logo img {
	max-width: 100%;             /* Make the logo responsive by allowing it to scale down */
	height: auto;                /* Maintain the aspect ratio */
	width: auto;                 /* Ensures the logo doesn't stretch */
	max-height: 70px;            /* Limit the logo's height */
  }
  
  /* Responsive Design: Adjust the logo size for smaller screens */
  @media (max-width: 768px) {
	.logo img {
	  max-height: 60px;          /* Adjust logo size for medium screens */
	}
  }
  
  @media (max-width: 480px) {
	.logo img {
	  max-height: 50px;          /* Adjust logo size for small screens */
	}
  }
  /* General Styles for the Section */
.home-section {
  padding: 60px 0;
}

.bg-white {
  background-color: #fff;
}

.bg-blue-50 {
  background-color: #ebf8ff;
}

.bg-green-50 {
  background-color: #f0fdf4;
}

.bg-indigo-600 {
  background-color: #4c51bf;
}

.text-indigo-600 {
  color: #4c51bf;
}

.text-gray-700 {
  color: #4a5568;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-center {
  text-align: center;
}

.text-white {
  color: white;
}

.font-bold {
  font-weight: bold;
}

/* Button Styling */
#combined-button {
  background-color: #4c51bf;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#combined-button:hover {
  background-color: #2b3d92;  /* Darker shade on hover */
}

#combined-button span {
  padding: 6px 12px;
}

#about-link, #about-us-link {
  cursor: pointer;
}

#about-link.active, #about-us-link.active {
  font-weight: bold;
  text-decoration: underline;
  color: #2b3d92;
}

/* Section Heading Styling */
.section-heading h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 600;
  color: #333;
}

.about {
  font-size: 1.875rem;
  font-weight: 700;
  color: #4c51bf;
  margin-bottom: 1.5rem;
}

/* Content Styling */
#content, #about-us-content {
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

.p_about, .p_aboutus {
  font-size: 1.3rem;
  line-height: 1.75;
  color: #4a5568;
}

.cofo p {
  margin-bottom: 0;
  color: #1b05e7;
}

/* Image Styling */
.about-img img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Parallax Section Styling */
#parallax1 {
  background: url('img/parallax-background.jpg') center center/cover no-repeat;
  height: 300px;
  position: relative;
  color: white;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.color-light {
  text-align: center;
  z-index: 1;
}

.color-light h2 {
  font-size: 2.5rem;
  font-weight: bold;
}

.color-light p {
  font-size: 1.25rem;
  margin-top: 10px;
  font-weight: 500;
}

/* Parallax Scroll */
[data-stellar-background-ratio="0.5"] {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .about-img {
    text-align: center;
    margin-top: 20px;
  }

  .section-heading h2 {
    font-size: 1.5rem;
  }

  .about {
    font-size: 1.5rem;
  }

  .p_about, .p_aboutus {
    font-size: 0.9rem;
  }

  #parallax1 {
    height: 250px;
  }
}

@media (max-width: 480px) {
  #combined-button {
    flex-direction: column;
    align-items: center;
  }

  .color-light h2 {
    font-size: 2rem;
  }

  .color-light p {
    font-size: 1rem;
  }

  #parallax1 {
    height: 200px;
  }
}
/* Button Container */
#combined-button {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #61d8e8; /* Indigo-600 */
	color: white;
	padding: 8px 16px;
	border-radius: 8px;
	transition: background-color 0.3s ease;
	margin-left: 230px;
	
  }
  
  /* Hover Effect for Button */
  #combined-button:hover {
	background-color: rgb(227, 190, 190); /* Indigo-800 */
  }
  
  /* Links inside the button */
  #combined-button span {
	cursor: pointer;
	font-size: 1.5rem;
	padding: 8px 16px;
	transition: color 0.3s ease, font-weight 0.3s ease;
  }
  
  /* Separator */
  #combined-button .mx-2 {
	font-weight: 400;
	color: #c7d2fe; /* Soft Indigo */
  }
  
  /* Active Link Styling */
  .active-link {
	font-weight: bold;
	color: #020202; /* Light Cyan */
	text-decoration: underline;
  }
  
  /* Default Link Styling */
  #combined-button span:not(.active-link):hover {
	color: #060606; /* Soft Blue */
  }
  
  /* Content Sections */
  #content, #about-us-content {
	background-color: #f0f9ff; /* Light Blue-50 */
	border: 1px solid #93c5fd; /* Blue-200 */
	padding: 24px;
	border-radius: 12px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	margin-top: 16px;
	font-size: 1.5rem;
	line-height: 1.6;
  }
  
  /* About Us Header */
  #about-us-content h3 {
	font-size: 1.5rem;
	font-weight: 600;
	color: #059669; /* Green-600 */
  }
  
  /* Paragraphs */
  .p_about, .p_aboutus {
	color: #334155; /* Gray-700 */
  }
  
  /* Smooth Transitions */
  .hidden {
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease;
  }
  
  
  @media (max-width: 640px) {
  /* Stack buttons vertically on small screens */
  #combined-button {
    flex-direction: row;
    align-items: stretch; /* Stretch to full width */
    margin-left: 100px;
	margin-bottom: -20px;
  }

  /* Separator hidden on small screens */
  #combined-button .mx-2 {
    display: none;
  }

  /* Adjust spans for full-width buttons */
  #combined-button span {
    text-align: center;
    padding: 12px;
    font-size: 1.125rem; /* Slightly larger for readability */
  }

  /* Content area adjustments */
  #content, #about-us-content {
    padding: 16px;
    font-size: 0.9rem; /* Slightly smaller text */
    margin-top: 12px;
  }

  /* Header adjustments */
  h2 {
    font-size: 1.5rem;
    text-align: center;
  }
}
.electrical {
	margin: 40px auto;
	padding: 30px;
	background-color: #f3f4f6; /* Light Gray */
	border-radius: 12px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
	max-width: 1200px;
  }
  
  /* Title Styling */
  .m_3 {
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	color: black; /* Indigo */
	margin-bottom: 40px;
  }
  
  
  
  /* Content Layout */
  .content-middle-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 50px;
  }
  
  .col_1_of_middle {
	flex: 1;
	padding: 20px;
  }
  
  .col_1_of_middle img {
	width: 100%;
	height: auto;
	border-radius: 12px;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  }
  
  /* Paragraph Styling */
  p {
	font-size: 1.5rem;
	line-height: 1.8;
	color: #374151; /* Dark Gray */
	margin-bottom: 20px;
	text-align: justify;
	
  }
  
  /* Heading Styling */
  h2 {
	font-size: 2rem;
	font-weight: 600;
	color: #1f2937; /* Dark Gray */
	margin-bottom: 15px;
  }
  
  /* Clearfix */
  .clear {
	clear: both;
  }
  
  /* Media Query for Smaller Screens */
  @media (max-width: 768px) {
	.content-middle-bottom {
	  flex-direction: column;
	  gap: 20px;
	}
  
	.m_3 {
	  font-size: 2rem;
	}
  
	h2 {
	  font-size: 1rem;
	  text-align: center;
	}
  
	p {
	  font-size: 1rem;
	  text-align: justify;
	  color: #374151; /* Dark Gray */
	}
  
	.left_line, .right_line {
	  width: 30px;
	  height: 3px;
	}
  
	.col_1_of_middle img {
	  margin: 0 auto;
	}
  }
  
  /* Media Query for Very Small Screens */
  @media (max-width: 480px) {
	p {
	  font-size: 0.9rem;
	}
  
	h2 {
	  font-size: 1.6rem;
	}
  }
  /* General Styles */
.contact_section {
	background-color: #d6efee; /* Dark background color for contrast */
	padding: 50px 0;
	font-family: 'Arial', sans-serif;
  }
  
  .contact_section h2 {
	color: white;
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 30px;
  }
  
  .contact_section .heading_container {
	margin-bottom: 40px;
  }
  
  .contact_bg {
	background-color: #f7f7f7;
	padding: 40px 20px;
	border-radius: 8px;
  }
  
  .contact_form input, .contact_form button {
	width: 100%;
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 5px;
	border: 1px solid #ccc;
	font-size: 16px;
  }
  
  .contact_form input {
	background-color: #fff;
  }
  
  .contact_form input:focus {
	outline: none;
	border-color: #53f1e6; /* WhatsApp green */
	box-shadow: 0 0 5px rgba(37, 211, 102, 0.5);
  }
  
  .contact_form button {
	background-color:#25c4d3; /* WhatsApp green */
	color: white;
	font-weight: bold;
	border: none;
	cursor: pointer;
  }
  
  .contact_form button:hover {
	background-color: #128c7e; /* WhatsApp hover color */
  }
  
  .contact_form .message_input {
	min-height: 120px; /* Give more space for messages */
	resize: vertical; /* Allow user to resize textarea */
  }
  
  .contact_form button:focus {
	outline: none;
  }
  
  .img-box {
	text-align: center;
  }
  
  .img-box img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
  }
  
  /* Responsive Styles */
  @media screen and (max-width: 768px) {
	.contact_section h2 {
	  font-size: 30px;
	}
  
	.contact_section .container {
	  padding: 0 10px;
	}
  
	.contact_bg {
	  padding: 30px 15px;
	}
  
	.contact_form input, .contact_form button {
	  font-size: 14px;
	  padding: 12px;
	}
  
	.img-box img {
	  width: 90%;
	}
  }
  
  @media screen and (max-width: 576px) {
	.contact_section h2 {
	  font-size: 24px;
	}
  
	.contact_form input, .contact_form button {
	  padding: 10px;
	  font-size: 14px;
	}
  
	.contact_bg {
	  padding: 20px 10px;
	}
  
	.col-md-6 {
	  width: 100%;
	  margin-bottom: 20px;
	}
  
	.img-box img {
	  width: 100%;
	}
  }
  /* Footer Section */
footer {
	background-color: #00c1c1; /* Dark background for footer */
	color: #fff; /* White text color */
	padding: 40px 0; /* Space around the content */
	font-family: Arial, sans-serif; /* Font style for the footer text */
  }
  
  /* Logo in Footer */
  footer .footer-grid1 {
	text-align: left;
	margin-bottom: 20px;
  }
  
  footer .footer-grid1 img {
	max-width: 80px; /* Adjust logo size */
	display: block;
	margin-left: 10px;
	
	
  }
  
  /* Footer Credits Section */
  footer .credits {
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
  }
  
  footer .credits a {
	color: blue; /* Green color for the link */
	text-decoration: none;
  }
  
  footer .credits a:hover {
	text-decoration: underline;
	color: #fff; /* Change link color on hover */
  }
  
  /* Copyright Section */
  footer p {
	text-align: left;
	font-size: 14px;
	margin-top: 10px;
  }
  
  /* Responsive Styling */
  @media (max-width: 768px) {
	footer {
	  padding: 20px 0;
	}
  
	footer .footer-grid1 img {
	  max-width: 120px; /* Adjust logo size on smaller screens */
	}
  
	footer p, footer .credits {
	  font-size: 12px; /* Smaller font size for mobile */
	}
  }
  
  @media (max-width: 480px) {
	footer .footer-grid1 img {
	  max-width: 100px; /* Adjust logo size even more on very small screens */
	}
  
	footer p, footer .credits {
	  font-size: 12px; /* Ensure text is still readable */
	}
  }
  .btn-get-started {
    display: inline-block;
    padding: 12px 30px;
    font-size: 16px;
    color: #fff;
    background-color:  #00c1c1;
    border: none;
    border-radius: 30px;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-decoration: none;
}

.btn-get-started:hover {
    background-color: #0056b3;
    transform: translateY(-5px);
}

.animated.fadeInUp {
    animation: fadeInUp 0.8s ease-in-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.whatsapp-icon {
	position: fixed;
	bottom: 20px; /* Distance from the bottom */
	right: 20px;  /* Distance from the right */
	z-index: 1000; /* Ensures it stays on top of other elements */
}

.whatsapp-icon img {
	width: 60px;
	height: 60px;
	border-radius: 50%; /* Makes it circular */
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	margin-bottom: 80%;
	margin-right: -10px;
}

/* Hover Effects */
.whatsapp-icon img:hover {
	transform: scale(1.1);
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
	.whatsapp-icon img {
		width: 50px;
		height: 50px;
		margin-bottom: 140%;
	margin-right: -10px;
	}
}

@media (max-width: 480px) {
	.whatsapp-icon img {
		width: 40px;
		height: 40px;
		margin-bottom: 140%;
	margin-right: -10px;
	}
}