/****************** Tag selectors ******************/
*{
  font-family: "Poppins", sans-serif;
}


hr {
  background-color: black;
  font-family: "Open Sans", sans-serif;
  height: 1px;
  border-width: 1px;
  width: 50%; /* flexible*/
  border-style: none;
  border-top: 1px;
}


.heading{
 /* Default font size */
  color: black;
  font-weight: bold;
  text-align: center;
}

/* Media query for devices with a max width of 768px */
@media screen and (max-width: 768px) {
  .heading{
    font-size:1.50rem!important; /* Adjusted font size for smaller screens */
  }
}

/* Media query for devices with a max width of 480px */
@media screen and (max-width: 480px) {
  .heading {
    font-size:1.25rem!important; /* Further adjusted font size for even smaller screens */
  }
}

h1 {
  color: black;
  font-family: "Open Sans", sans-serif;
  white-space: pre-wrap;
}


h3 {
  color: black;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  white-space: pre-wrap;
}


/* This hover for Logo only */

a {
  font-family: "Open Sans", sans-serif;
}
.thewalls_logo_hover {
  text-decoration: none;
  transition: transform 0.3s ease;
}

.thewalls_logo_hover:hover {
  transform: scale(1.1);
}
/* This hover for Navbar only */
.navbar_hover {
  text-decoration: none;
  position: relative;
}
.logo a{
  text-decoration: none;
  color: white;
}


.navbar_hover::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #caf0f8;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  
}


a:hover::before {
  transform: scaleX(0.90);
}

.hover_contactus_btn {
  text-decoration: none;
}

.hover_contactus_btn:hover {
  transform: translateY(-0.25em);
  
}


/****************** Class selectors ******************/

.color1 {
  background: #393e46;
  background: radial-gradient(circle, #e3fdfd 0%, #393e46 100%);
}
.hr1 {
  font-family: "Open Sans", sans-serif;
  background-color: aquamarine;
}

.midle-conainer {
  font-family: "Open Sans", sans-serif; /*Center Div for application-form*/
  padding-left: 25%;
  padding-right: 25%;
  /*position:relative;*/
  height: auto;
}
.inside-middle-conainer {
  color: white;
  font-family: "Open Sans", sans-serif;
  margin-top: 1rem;
  margin-bottom: 10px;
}
.inside-middle-conainer span{
  color: red;
  font-family:"Open Sans", sans-serif;
}
.inside-middle-conainer label{
  color: black;
  font-family:"Open Sans", sans-serif;
}


/*  icon_fotter */
.icon_fotter {
  color: #ccc;
  transition: color 0.5ss;
  text-decoration: none;
  margin: 0 10px;
}
/* This hover for icon_fotter */
.icon_fotter:hover {
  color: white;
}
.container-fluid {
  padding: 60px 50px;
}

/****************** ID selectors ******************/

#myBtn {
  display: none;
  position: fixed;
  bottom: 150px;
  right: 16px;
  z-index: 99;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}
#myBtn svg:hover{
  fill: red; 
}



  



/******************  ******************/

.carousel-control.right,
.carousel-control.left {
  background-image: none;
  color: #f4511e;
}

.carousel-indicators li {
  border-color: #f4511e;
}

.carousel-indicators li.active {
  background-color: #f4511e;
}

.item h4 {
  font-size: 19px;
  line-height: 1.375em;
  font-weight: 400;
  font-style: italic;
  margin: 70px 0;
}

.item span {
  font-style: normal;
}

/* If the screen size is 1200px wide or more, set the font-size to  */
@media (min-width: 1200px) {
  .responsive-font-card {
    font-size: 2rem;
  }
}
/* If the screen size is smaller than 1200px, set the font-size to  */
@media (max-width: 1199.98px) {
  .responsive-font-card {
    font-size: 1rem;
  }
}

/* Google Review  */

/**/

/* Customizing carousel caption */
.carousel-caption {
  color: #fff;
  font-size: 18px;
  padding: 10px;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* Centering carousel content */
.carousel-item img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}

/* Media query for smaller screens */
@media (max-width: 767px) {
  /* Hide the second slide when the screen is smaller */
  .carousel-item:nth-child(2) {
    display: none;
  }
  /* Show the second image in the carousel */
  .carousel-inner .col {
    flex-basis: 100%;
    max-width: 100%;
  }
}

/* carousel for home page */
.carousel-item {
  padding: 15px;
  cursor: -webkit-grabbing;
}
.carousel-item img {
  border-radius: 30px;
  height: auto;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.21);
  transition: 0.25s linear;
  filter: brightness(80%);
  filter: contrast(70%);
}
.carousel-item:hover img {
  transform: translatey(-1%);
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  border-radius: 10px;
  margin: 2px;
  position: relative;
  top: 30px;
}
.carousel-indicators li.active {
  background: #000;
}

@media only screen and (max-width: 650px) {
  .carousel-item img {
    height: auto;
  }
}

.carousel-caption p {
  font-family: "Open Sans", sans-serif;
}
.carousel-caption span {
  color: #e3fdfd;
}

/* If the screen size less than  994 hide the mini nav */

@media screen and (max-width: 994px) {
  #mini-nav {
    display: none;
  }
}



/* Horizntal line */
.custom-hr {
  border-top: 2px solid black;
  opacity: 0.5;
  transition: opacity 0.3s ease;
  width: auto;
}
.custom-hr:hover {
  opacity: 1;
}


 /* Add custom styles for image hover effects */
 /* Home Page */
 /*zoom hover images*/
 .zoom-images {
  --f: 1.15; /* the scale factor */
  width: 750px;
  
  clip-path: inset(0);
  transition: .4s;
}
.zoom-images:hover {
  clip-path: inset(calc((1 - 1/var(--f)) * 50%));
  scale: var(--f)

}

/* hover for input group text for contact form */ 
.input-group-text svg:hover {
  fill:white;
	transition: all 0.5s ease;

}




/* icon and icon hover for contact us page*/ 
.icon{
  border: 2px solid black;
  background: transparent none repeat scroll 0 0;
	border-radius: 50%;
	line-height: 72px;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.w-20 a:hover{
  color: black;
  text-decoration: none;
  pointer-events: visibleFill;
  -webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.icon svg:hover{
  fill:white;
}
.icon:hover{
  background-color: black;
  color: white;
  pointer-events: visibleFill;
}



.image-container img {
  width: 100%;
  height: 60vh; /* Set the height to 50% of the viewport height */
  object-fit:cover;
}
/* Centered text */
.centered {
  
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);

}

/*About US*/

.featurette-heading {
  letter-spacing: -.05rem;
}

/* rtl:end:remove */





/* RESPONSIVE CSS
-------------------------------------------------- */

/* Our Wokr Page */
/*carousel*/



.owl-carousel .item {
  position: relative;
  padding-top: 100%; /* 1:1 aspect ratio (square) */
  overflow: hidden;
}

.owl-carousel .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Maintain aspect ratio and fill container */
  
}


/**********************************************/
/* Style for the modal container */


.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  overflow: hidden;
}

/* Style for the modal content */
.modal img {
  display: block;
  margin: 0 auto;
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Style for the close image */
.close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 30px;
  color:white;
  cursor: pointer;
}

.w3-round{
  border-radius: 5px;
}



/* Media query for devices with a max width of 550px for font size */
@media screen and (max-width: 550px) {
  .cus-font {
    font-size:0.90rem!important; /* Further adjusted font size for even smaller screens */
  }
}
/*Loading screen CSS  */
.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black; /* Background color or image for the loading screen */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loading-screen img {
  width: 200px; /* Adjust the width and height as needed */
  height: 200px;
}
.loading-screen p {
  margin-top: 50px; /* Add some space between the image and text */
  font-size: 50px; /* Customize the text font size */
  background-color: white;
}

.content {
  display: none; /* Hide the main content initially */
}

 