    
.relocate-section .relocate {
    padding: 30px 40px;
    border-radius: 20px;
    background-color: #000671;
    text-align: center;
    color: #fff;
   }
  
   .relocate-section .relocate .rel-img {
    height: 100px;
    width: 100px;
    border-radius: 100%;
    margin: auto;
    margin-bottom: 15px;
    background-color: #eee;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}

#our_service{
 border:1px solid #168aa6;
 padding:15px;
 box-shadow: 0px 10px 15px rgb(0 0 0 / 50%);
 background: #ffffff;
 margin-top: 20px;
 border-radius: 15px;
 position: relative;
 z-index: 1;
}

#our_service02{
   border: 1px solid #168aa6;
    padding: 4px;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 50%);
    background: #168aa633;
    margin-top: 15px;
    border-radius: 10px;
}
.w-box{
   text-align: center;
    border: 2px solid #168aa642;
    margin-bottom: 20px;
    border-radius: 15px;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 50%);
}
.services-carousel-single-item {
    background: #fff;
/*    padding: 20px;*/
    border-radius: 10px;
    box-shadow: 0 0 12px 0 rgb(32 46 60 / 6%);
    margin-bottom: 10px;
}
.services-carousel-thumb img {
    height: 100px;
    width:150px;
}
.services-carousel-icon {
    text-align: right;
    position: relative;
}

.services-carousel-icon i, .services-carousel-icon img {
    text-align: center;
    line-height: 70px;
    color: red;
    font-size: 35px;
    background: #fff;
    height: 35px;
    width: 35px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
    border-radius: 50%;
    position: absolute;
    right: 20px;
    bottom: -15px;
}
.services-carousel-thumb img {
    width: 100%;
    border-radius: 10px;
}

.icon i {
    color: #d26644;
    display: inline-block;
    font-size: 24px;
    margin-right: 18px;
    margin-top: 8px;
}
.about-content{
   background: #f3f3f3;
    color: white;
    padding: 12px 16px;
    border-bottom: 3px solid #d26644;
}

  #logo_com{
         margin-top: 0px;
      }
      @media only screen and (max-width:650px){
#logo_com{
         margin-top: 25px;
      }

      }

      #side_img{
        width:50px;
      }