/* REMOVE THIS, USE YOUR OWN  */



.dummy_page {
  height: 200px;
  width: 100%;
  background-color: #f0f0f0;
  text-align: center;
  box-sizing: border-box;
  padding: 60px 0px;
}
/* STYLES SPECIFIC TO FOOTER  */
.footer {
  width: 100%;
  position: relative;
  height: auto;
  background-color: black;
}
.footerin {
  width: 100%;
  position: relative;
  height: auto;
  background-color: white;
}
.footer .col {
  width: 190px;
  height: auto;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 20px 20px 20px;
}
.footer .col h1 {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 12px;
  line-height: 17px;
  padding: 20px 0px 5px 0px;
  color: rgba(255,255,255,0.2);
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.250em;
}
.footer .col ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer .col ul li {
  color: #999999;
  font-size: 14px;
  font-family: inherit;
  font-weight: bold;
  padding: 5px 0px 5px 0px;
  cursor: pointer;
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
}
.social ul li {
  display: inline-block;
  padding-right: 5px !important;
}

.footer .col ul li:hover {
  color: #ffffff;
  transition: .1s;
  -webkit-transition: .1s;
  -moz-transition: .1s;
}
.clearfix {
  clear: both;
}
@media only screen and (min-width: 1280px) {
  .contain {
    width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1139px) {
  .contain .social {
    width: 1000px;
    display: block;
  }
  .social h1 {
    margin: 0px;
  }
}
@media only screen and (max-width: 950px) {
  .footer .col {
    width: 33%;
  }
  .footer .col h1 {
    font-size: 14px;
  }
  .footer .col ul li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 500px) {
    .footer .col {
      width: 50%;
    }
    .footer .col h1 {
      font-size: 14px;
    }
    .footer .col ul li {
      font-size: 13px;
    }
}
@media only screen and (max-width: 340px) {
  .footer .col {
    width: 100%;
  }
}

.valign p {
  vertical-align: middle;
}


#example1 {
  border: 1px solid;
  padding: 20px;
  
  background: white;
  
}

#example2 {
  border: 1px solid;
  padding: 20px;
  box-shadow: 15px 10px 18px gray;
  background: rgb(255, 241, 163);
  
}

#aboutbox {
  border: 0px solid;
  padding: 30px;
  /*box-shadow: 15px 10px 18px gray;*/
  background: white;
  width: 100%;
  height: 10%;
  
}

#aboutusboxv2 {
  
    border: 0px solid;
   /* padding: 30px;
    box-shadow: 15px 10px 18px gray;*/
    background: #fcf2e6;
    width: 100%;
    height: 10%;
    
  
}

#servicesboxv2 {
  border: 0px solid;
  /* padding: 30px;
   box-shadow: 15px 10px 18px gray;*/
   background: #f6f6f6;
   width: 100%;
   height: 10%;
}

#servicesboxv3 {
  border: 0px solid;
  /* padding: 30px;
   box-shadow: 15px 10px 18px gray;*/
   background: #565656;
   width: 100%;
   height: 10%;
}

#aboutusboxv2contactone {
  border: 0px solid;
  /* padding: 30px;
   box-shadow: 15px 10px 18px gray;*/
   background: gray;
   width: 100%;
   height: 10%;
}

#aboutusboxv2whyusone {
  background-image: url(images/whyusthree.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border: 0px solid;
 /* padding: 30px;
  box-shadow: 15px 10px 18px gray;
  background: #fcf2e6;*/
  width: 100%;
  height: 100%;
  
  

}

#cauroselbox {
  border: 0px solid;
  /*box-shadow: 15px 10px 18px gray;*/
  background: white;
  width: 100%;
  height: 10%;
  min-height: 300px;
}
@media (max-width: 768px) {
  #cauroselbox img {
    width: 100%;
    height: 700px;
    object-fit: cover;
  }
}

#whychoosebox {
  border: 0px solid;
  padding: 30px;
  box-shadow: 15px 10px 18px gray;
  background: #EEEEEE;
  border-radius: 50%; /* Use 50% for a perfect circle*/
}


#example3 {
  border: 0px solid;
  box-shadow: 5px 5px 10px gray;
  background: white;
  height: 220px;
  width: 220px;
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s, color 0.3s;
}

#example3:hover {
  background-color: #ed1c24;
}

#example3 img {
  transition: filter 0.3s;
}

#example3:hover img {
  filter: invert(1);
}

#example3 font {
  transition: color 0.3s;
}

#example3:hover font {
  color: white;
}


@media (max-width: 767px) {
  #example3 {
    height: 260px;
    width: 290px;
  }
}


#capabilitiesboxvtwo {
  border: 0px solid;
  padding: 20px;
  /*box-shadow: 15px 10px 18px gray;*/
  background: #dbd9d9;
 height: 280px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
  
}
#capabilitiesboxvtwo img {
  max-width: 100%;
  max-height: 50%;
}

#serviceweoffer {
  border: 1px solid;
  padding: 20px;
  width: 100%; /* Adjust width as needed */
  height: 200px;
  text-align: center;
  display: flex;
  /* justify-content: center;
   align-items: center; */
  margin: 5px;
}

#contactbox {
  border: 0px solid;
  padding: 30px;
  /*box-shadow: 15px 10px 18px gray;*/
  background: #EEEEEE;
  width: 100%;
  height: 10%;
  
}

#contactbox1 {
  border: 0px solid;
  padding: 30px;
  /*box-shadow: 15px 10px 18px gray;*/
  background: #ed1c24;
  width: 100%;
  height: 10%;
}

#contactbox2 {
  border: 0px solid;
  padding: 30px;
 
  /*box-shadow: 15px 10px 18px gray;*/
  background: #bb161c;
  width: 100%;
  height: 10%;
}

#contactboxwhyusone {
  border: 0px solid;
  padding: 30px;
 /* box-shadow: 15px 10px 0px rgb(0, 0, 0); */
  background: white; 
  background-color: rgba(255, 255, 255, 0.895); 
  backdrop-filter: blur(3px); 
  width: 100%;
  height: 30%;
}

#contactboxfooterone {
  border: 0px solid;
  padding: 30px;
  /*box-shadow: 15px 10px 0px rgb(0, 0, 0); */
  background: black; 
 /* background-color: rgba(255, 255, 255, 0.732);
  backdrop-filter: blur(3px); */
  width: 100%;
  height: 10%;
}

#testbox {
  border: 0px solid;
  padding: 30px;
  /*box-shadow: 15px 10px 18px gray;*/
  background: #EEEEEE;
  background-image: url('images/la.jpg');
  width: 100%;
  height: 10%;
  
}


#testcaurosel {
  border: 0px solid;
    padding: 10px;
   
  /*  background: #e91c24; */
  background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 500px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}


#cauroselinnerbox {
  
  background-color: rgba(104, 104, 104, 0.522); /* 0.5 is 50% transparancy, 0.75 is 75% */
  backdrop-filter: blur(3px);
  border: 0px solid;
  padding: 30px;
}

#cauroselinnerbox2 {
 
    border: 1px solid red;
    padding: 20px;
    background: #e91c24;
    width: 80%; /* Adjust width as needed */
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
    
  
}

#testboxinner {
  background-color: rgba(255, 255, 255, 0.5);
  border: 0px solid;
  padding: 30px;
}

#testtiles {
 
    border: 1px solid;
    padding: 10px;
   
  /*  background: #e91c24; */
  background-color: rgba(255, 255, 255, 0.5);
    width: 100%; /* Adjust width as needed */
    height: 200px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.no-padding-col-fortesttiles {
  padding: 0; /* Remove padding */
}


.card {
 /* border: 8px solid #dbd9d9; */
  background-color: #dbd9d9;
  overflow: hidden; 

}

.card:hover img {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out; /* Smooth transition */
  overflow: hidden;
  
}

.card img {
  width: 100%;
  height: 200px; 
  object-fit: cover;
  transition: transform 0.3s ease-in-out; 
 
}

.card-body {
  height: 160px;
  justify-content: center;
  align-items: center;
  display: flex;
}