.img-mail{
  margin: 1% 0%;
}
.pro-igss{
  margin: 6% 3%
}
.space-10{
  padding: 2%;
}
rcb{
  font-size: 1.9em;
  color: #1863ab;
}
.kkr-img img{
  padding: 5% 16%;
}
.pro-img img{
  width: 3%;
}
.pro-img{
  display: flex;
  gap: 3%
}
.form-update{
  display: flex;
}
.content{
  padding: -1% 0%;
}
.case-study-img{
  display: flex;
  gap: 2%;
}
.case-study-img img{
  height: 30px;
}
.top-ul{
  column-count: 2;
  width: 200px;
}
.icon-box img{
  height: 50px;
  margin: 12% 0%;
}
.icon-box {
  height: 70px;
  width: 70px;
}
.animated h2{
  /*! margin: 23% 57%; */
  /*! position: absolute; */
  /*! color: inherit; */
  /*! font-size: 1.1em; */
  /*! color: #000; */
}

.why-bg-2 p{
  color: #000
}

.why-bg{
  background-color: #d2d1d1;
}

.dropmenu{
  width: 464px !important;;
}
.footer-mail{
  margin: 2% 0%;
}

.footer-nav {
  gap: 20px;
  list-style: none;
  display: flex;
}
.footer-list{
  column-count: 3;
}
.wgs-title{
  /*! text-align: center; */
}

p{
/*   justify-content: center; */
  text-align: justify;
}

.icon-box em img{
  margin: 8%;
}

.wgs-content p:hover img {
  color: #1e7dd8;
}

.heading {
  text-align: center;
  font-size: 1.7em;
  letter-spacing: 1px;
  padding: 40px;
  color: #161616;
}

.gallery-image {
padding: 20px;
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.gallery-image img {
height: 570px;
width: 560px;
transform: scale(1.0);
transition: transform 0.4s ease;
}

.img-box {
box-sizing: content-box;
margin: 10px;
height: 570px;
width: 560px;
overflow: hidden;
display: inline-block;
color: white;
position: relative;
background-color: white;
}
.caption {
  position: absolute;
  bottom: 5px;
  left: 20px;
  opacity: 0.0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  }
  
  .transparent-box {
  height: 570px;
  width: 560px;
  background-color:rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease;
  }
  
  .img-box:hover img { 
  transform: scale(1.1);
  }
  
  .img-box:hover .transparent-box {
  background-color:rgba(0, 0, 0, 0.5);
  }
  
  .img-box:hover .caption {
  transform: translateY(-20px);
  opacity: 1.0;
  }
  
  .img-box:hover {
  cursor: pointer;
  }
  
  .caption > p:nth-child(2) {
  font-size: 0.8em;
  }
  

  .heading-custom {
    text-align: center;
    font-size: 2.0em;
    letter-spacing: 1px;
    padding: 40px;
    color: white;
  }
  
  .gallery-custom {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .gallery-custom img {
    height: 260px;
    width: 400px;
    transform: scale(1.0);
    transition: transform 0.4s ease;
  }
  
  .img-box-custom {
    box-sizing: content-box;
    /*! margin: 10px; */
    height: 260px;
    width: 400px;
    overflow: hidden;
    display: inline-block;
    color: white;
    position: relative;
    background-color: white;
  }
  
  .caption-custom {
    position: absolute;
    bottom: 5px;
    left: 20px;
    opacity: 0.0;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  
  .transparent-box-custom {
    height: 260px;
    width: 400px;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    transition: background-color 0.3s ease;
  }
  
  .img-box-custom:hover img {
    transform: scale(1.1);
  }
  
  .img-box-custom:hover .transparent-box-custom {
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  .img-box-custom:hover .caption-custom {
    transform: translateY(-20px);
    opacity: 1.0;
  }
  
  .img-box-custom:hover {
    cursor: pointer;
  }
  
  .caption-custom > p:nth-child(2) {
    font-size: 0.8em;
  }
  

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal content */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 100%; /* Could be more or less, depending on screen size */
  max-width: 544px; /* Set maximum width */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* Box shadow */
  border-radius: 8px;
  text-align: center;
}

.modal-close {
  position: absolute;
  top: -10px;
  right: 6px;
  color: #aaa;
  font-size: 24px;
  cursor: pointer;
}

.modal-close:hover {
  color: black;
}




form {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #f9f9f9;
}
form div {
  margin-bottom: 15px;
}
label {
  font-weight: bold;
}
input[type="text"],
input[type="email"],
textarea,
select {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 5px;
}
input[type="file"] {
  margin-top: 10px;
}
input[type="submit"],
input[type="reset"] {
  background-color: #4CAF50;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 10px;
}
input[type="reset"] {
  background-color: #f44336;
}
input[type="submit"]:hover,
input[type="reset"]:hover {
  background-color: #45a049;
}
.btn-group:after {
  content: "";
  clear: both;
  display: table;
}

@media only screen and (min-width: 360px ) and (max-width: 760px ) {
  .banner-slider {
    height: 15rem;
  }
}