@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
}
a{
    text-decoration: none;
    color: black;
    font-size: 16px;
}
p{
     font-size: 16px;
}
.top-header
{
     background:white;
 top: 0px;
 width: 100%;
 z-index: 999;
 box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

/*...............start hesder css...............*/




.top-header .formsearch .inputtext input{
   width: 100%; 
   border: 1px solid lightgray;
   min-height: 40px;
   padding: 0px 10px;
   overflow-x: hidden;
}

input[type="text"]:focus {
    border: 1px solid lightgray !important;
    outline: none !important;
  box-shadow: none !important;
}
.top-header .form-search .submit-button{
    width: 20%;
}
.submitbutton .btn{
    border-radius: 0px;
    min-height: 40px;
    background: red;
    color: white;
}
.nav-menu li{
    display: inline-block;
    list-style: none;
    padding-left: 10px;
    border-left:1px solid black;
}
.nav-menu li a{
    transition: color 0.3s ease; 
    color:black;
}
.nav-menu li a:hover{
    color:red;
}
.menu-bars{
     margin-top: 15px;
}
.homebanner{
    margin-top: 100px;
}
.homebanner .carousel-item img{
    max-height: 310px;
}
.homebanner h3{
    font-size: 16px;
}
/*...............start hesder end...............*/
.boxshadow{
   box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.boxshadow:hover{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.top-searches h3{
    font-size:16px;
}
#carouselExampleDark1 .carousel-item img{
    height: 100%;
}

#carouselExampleDark1 .carousel-caption{
    top:50%;
}



@media screen and (max-width: 780px) {
 .menu-bars{
     display: none;
 }
}

/*footer start*/
.site-footer {
  background: #f8f9fa;
  border-top: 1px solid #ddd;
  color: #444;
  font-family: Arial, sans-serif;
  padding: 40px 20px 20px;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-about {
  text-align: center;
  margin-bottom: 30px;
}
.footer-about h2 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #222;
}
.footer-about p {
  font-size: 14px;
  color: #666;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (min-width: 768px) {
  .footer-grid { grid-template-columns: repeat(4, 1fr); }
}

.footer-col h3 {
  font-size: 16px;
  margin-bottom: 12px;
  color: #111;
}
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-col ul li {
  margin: 6px 0;
}
.footer-col a {
  text-decoration: none;
  color: #444;
  font-size: 14px;
}
.footer-col a:hover {
  color: #007bff;
}

.footer-bottom {
  border-top: 1px solid #ddd;
  margin-top: 30px;
  padding-top: 15px;
  text-align: center;
  font-size: 13px;
  color: #666;
}
.footer-bottom a {
  color: #444;
  text-decoration: none;
}
.footer-bottom a:hover {
  color: #007bff;
}

.social-icons {
  margin-top: 12px;
}
.social-icons a {
  display: inline-block;
  margin: 0 6px;
  font-size: 16px;
  color: #666;
  transition: color 0.3s ease;
}
.social-icons a:hover {
  color: #007bff;
}

/*end footer*/

.formsearch input, select{
    height: 40px;
    border:1px solid #ccc;
    width:100%;
    padding-left:10px;
}
.search_btn{
    background-color: red;
    color:white;
    height: 40px;
    border:1px solid red;
    width:100%;
}
.fixed-message-icons{
    position: fixed;
    max-width: 100px;
    right: 1px;
    top:60%;
    z-index: 999999;
}
.fixed-message-icons i{
    font-size:25px;
}
.fixed-message-icons .phone-icon{
    background-color: red;
    color: white;
    padding: 12px 12px;
    border-radius: 100%;
    margin-bottom: 5px;
}
.fixed-message-icons  .whatsapp-icon{
    background-color: green;
    color: white;
     padding: 12px 12px;
    border-radius: 100%;
}
.title-bar h2{
   position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}


.title-bar h2 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
}
.title-bar h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #111;
}
.title-bar h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: #333;
}



#carouselExampleDark11 .carousel-caption {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    left: 0px !important;
    position: absolute;
    right: 15%;
    bottom: 0px !important;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    top:0pc;
    padding-top:20%;
}


.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    background-color: white;
}
.company_crousal h4{
    font-size: 16px;
}
.company_crousal img{
    max-height: 91px;
}