.innr-banner{
  margin-top: 50px;
}
.innr-banner picture{
/* display: none; */
}

.inn-sec{
  padding-bottom: 100px;
}

 .abt-left {
        position: sticky;
        top: 10rem;
        height: 200px;
      }

      .abt-left img{
      margin-bottom: 30px;
      }
      
    .abt-right{
  
    }

    .abt-right p{
      text-align: justify;
     margin-bottom: 2rem;
    }

   

    .g-card{
      transition: all 0.2s;
      overflow: hidden;
      border: 2px solid #8b8787;
    }

  
    
    .g-card iframe{
      width: 100%;
      min-height: 300px;
    }
    .g-card:hover{
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .g-card a{
   text-decoration: none;
    }
    .card-img{
   position: relative;
   overflow: hidden;
   border: 2px solid #8b8787;
    }

    .card-img img{
      transition: all 0.2s;
      filter: brightness(0.5);
       }

       .card-img h3{
        position: absolute;
        width: max-content;
        left: 10px;
        background: rgb(6, 6, 6, 0.5);
        bottom: 10px;
        color: #ffffff;
        text-align: center;
        padding: 5px 10px;
        font-size: 1.5rem;
        font-weight: 600;

       }
    .card-img .view-ico{
      position: absolute;
      width: 60px;
      height: 60px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      color: #ffffff;
      /* background-color: #ffffff; */
      font-size: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      border: 5px solid #FFF;
  }
      
  .g-tilte{
    padding: 15px 10px;
    color: #fff;
    background-color: #f8f8f8;
    text-align: left;
  }
  .g-card h2 {
    font-size: 16px;
    font-weight: 200;
    color: #000;
}
      

    .date{
      color: #f56100;
    }

    .card-img:hover img{
      transform: scale(1.2);
    }

    .card-img .view-ico .fa-play{
      font-size: 25px;
    }

    
    .slt-yrs{
      font-size: 20px;
      font-weight: 300;
    }
.steps-form select{
  border-radius: 0;
  border: 2px solid #000000;
  font-size: 18px;
  color: #000000;
  height: 50px;
}

.form-control:focus {
  border-color: #0056ff;
  outline: 0;
  box-shadow: none;
}
.dwn-arrow{
  position: relative;
}


.dwn-arrow {
  /* Reset. */
  border: unset;
  border: 1px solid rgba(0, 0, 0, 0.1);

  /* Arrow */
  appearance: none;
  background-image: url("../images/down-arrow.png");
  background-repeat: no-repeat;
  background-position: right 0.7rem top 50%;
  background-size: 1rem auto;
}

/*--------conctatus----*/

.map iframe{
  min-height: 500px !important;
}
.c-card{
color: #ffffff;
text-align: center;
padding: 20px;
min-height: 250px;
}
.bg-blue{
background-color: #06057a;
}

.bg-green{
  background-color: #128308;
  }

  .bg-orange{
    background-color: #f56100;
    }
.c-card img{
  width: 50px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.c-card h3{
 font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  position: relative;
  }

  .c-card h3::after {
    content: "";
    display: block;
    border-bottom: 4px solid;
    width: 100px;
    margin: 0 auto;
    margin-top: 15px;
}

  .c-card a{
 text-decoration: none;
 color: #ffffff;
     }
  

