.overlay-sec {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: auto;
    margin-top: 15px;
    }

    .overlay-img-box {
        position: relative;
        width: 430px;
        overflow: hidden;
        
    }

    .overlay-img-box img{
        width: 100%;
    }

    .img-overlay {
      
        position: absolute;
        bottom: min(-35%,-200px);
        width: 100%;
        background-color: rgb(146, 141, 141, 0.6);
        color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        opacity: 1;
        transition: all 0.30s;
    }
    .overlay-img-box:hover .img-overlay{
      
        bottom: 5px;
    }

    .img-overlay>* {
        transition: transform 0.30s;
    }

    .img-overlay:hover {
        opacity: 1;
    }

    .img-overlay>button:hover {
        /* transform: translateY(0); */
        background-color: white;
        color: black;
    }

    .img-overlay>button {
        background-color: rgb(146, 141, 141, 0.6);
        padding: 10px;
        height: 35px;
        color: white;
        border: 1px solid white;
        margin: 2px 0;
    }

    .img-desc {
        text-align: center;
    }



    /*Our customized services part start*/

.container-sliding {
    width: 100%;
    height: 450px;
    margin: 10px auto;
    display: flex;
    margin-top: 50px;
  }
  .carousal-1 {
    height: 100%;
    width: 50%;
  
    position: relative;
    overflow: hidden;
  }
  .carousal-2 {
    height: 100%;
    width: 50%;
    margin-left: 30px;
  
    position: relative;
    overflow: hidden;
  }
  .slider_1 {
    height: 100%;
    display: flex;
    width: 300%;
    transition: all 0.4s;
  }
  .slider_2 {
    height: 100%;
    display: flex;
    width: 400%;
    transition: all 0.4s;
  }
  .slider_2 section {
    flex-basis: 100%;
    justify-content: center;
    align-items: center;
    margin: 0px 20px;
  }
  .controls span {
    font-size: 15px;
  }
  
  .heading-slider {
    font-size: 20px;
    padding: 5% 0%;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
  }
  .description-slider {
    font-size: 15px;
    color: darkslategray;
    font-weight: 300;
    padding-bottom: 3%;
  }
  .slider_2 section div {
    color: darkslategray;
    border: 1px solid black;
    font-size: 15px;
    padding: 15px 20px;
    width: 85px;
    align-items: center;
    justify-content: center;
    margin-top: 5%;
  }
  .container-sliding:hover{
      cursor: pointer;
  }
  
  .slider_2 section div:hover{
    cursor: pointer;
  }
  
  .controls {
    margin-left: 115px;
    height: 50px;
    width: 41.4%;
    margin-top: 0%;
    display: flex;
  }
  .slide1 {
    font-size: 20px;
    margin-right: 30px;
    font-weight: 700;
    margin-top: 10;
    text-align: center;
    padding: 15px 5px;
    cursor: pointer;
  }
  .slide1:hover {
    background-color: black;
    color: white;
  }
  .slide2 {
    font-size: 20px;
    margin-right: 30px;
    margin-top: 10;
    text-align: center;
    padding: 15px 5px;
    font-weight: 700;
  }
  .slide2:hover {
    background-color: black;
    color: white;
  }
  .slide3 {
    font-size: 20px;
    margin-right: 20px;
    margin-top: 10;
    text-align: center;
    padding: 15px 5px;
    font-weight: 700;
  }
  .slide3:hover {
    background-color: black;
    color: white;
  }
  .slide4 {
    font-size: 20px;
    margin-top: 10;
    text-align: center;
    padding: 15px 6px;
    font-weight: 700;
  }
  .slide4:hover {
    background-color: black;
    color: white;
  }
  
  .callout4 {
    width: 96%;
    margin: 30px 40px;
    justify-content: center;
    align-content: center;
  }
  .callout4 h2 {
    font-weight: 700;
    font-size: 22px;
    font-weight: 800;
    text-align: center;
    padding: 0 0 10px;
    color: #333;
    text-transform: uppercase;
  }
  .callout4 p {
    font-size: 13px;
    color: #333;
    line-height: 28px;
    text-align: center;
  }
  .callout4 a.btn {
    text-align: center;
    border: 1px solid #000;
    color: #000;
    font-size: 18px;
    margin: 25px 0 0;
    padding: 8px 45px;
    text-decoration: none;
    display: inline-block;
    margin-left: 650px;
  }
  .callout4 a.btn:hover {
    color: #f3a310;
    border: 1px solid #f3a310;
    font-size: 18px;
  }
  .left-text {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    height: 500px;
  }
  .rigthimg img {
    width: 40%;
  }
  .left-text h2 {
    font-family: raleway, sans-serif;
    font-weight: 700;
    font-size: 17px;
    text-align: left;
    padding: 0 0 10px;
    color: #333;
    text-transform: uppercase;
  }
  .left-text p {
    font-family: raleway, sans-serif;
    font-size: 13px;
    color: #333;
    line-height: 28px;
  }
  .left-text a.btn {
    background: #262626;
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: 700;
    margin: 40px 0 0;
    padding: 9px 25px;
    text-decoration: none;
    text-transform: uppercase;
  }
  marquee img{
    height:70px;
    margin-bottom: 40px;
  }
  .left-text a.btn:hover{
    background-color: #e92705;
  }
  .victor {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 40px;
    margin-top: 20px;
    margin-left: 20px;
  }
  .victor > div > p {
    text-align: center;
    color: #757575;
    font-family: raleway, sans-serif;
    font-size: 20px;
  }
  .middle {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    margin: 20px;
  }
  .middle > div > p {
    font-family: raleway, sans-serif;
    line-height: 26px;
    text-align: justify;
    font-size: 15px;
  }
  #paralink {
    border: 1px solid #000000;
    padding: 10px;
    text-decoration: none;
    font-family: raleway, sans-serif;
    font-size: 15px;
  }
  .stereo {
    width: 100%;
  }
  .stereo a {
    font-size: 14px;
    padding: 16px;
    text-align: center;
    text-decoration: none;
    font-family: ralway, sans-serif;
    font-weight: 500;
  }
  .stereo > a:hover {
    background-color: #000000;
    color: #ffffff;
    font-weight: 500;
  }
  .para {
    width: 90%;
  }
  .tab-heading {
    width: 98%;
    text-align: center;
    display: inline-block;
  }
  .tab-heading > h2 {
    color: #595959;
    font-size: 30px;
    padding: 70px 0 30px;
    text-transform: uppercase;
    font-family: open sans;
    font-weight: bold;
  }
  .para > h2 {
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    font-family: open sans;
  }
  .img-last{
    width:100%; 
    height:100%;
    margin-bottom: 40px;
  
  }
  .img-last:hover{
    cursor: pointer;
  }
  
  .victor div:nth-child(1) img:hover{
     cursor:pointer;
  }
  .victor div:nth-child(2) img:hover{
    cursor:pointer;
  }
  .nav-float-right:hover{
      cursor: pointer;
  }
  .controls:hover{
      cursor:pointer
  }