* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.ham-icon {
    display: none;
}

.smb-testing-para {
    font-size: 50px !important;
    font-weight: 700 !important;
    line-height: 62px !important;
    color: white !important;
    max-width: 11em !important;
    width: 100% !important;
    text-align: start;
}

.smb-slider-image img {
    max-width: 915px;
    width: 100%;
    margin-top: 65px;
}

.sub-heading-smb {
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 24px;
    color: #21a1db;
    text-align: start;
}

.products-type img {
    max-width: 410px !important;
    width: 100% !important;
    height: 370px !important;
}

.smv-why-choose-us img {
    max-width: 600px;
    width: 100%;
}
.list-style li{
    max-width: 28em !important;
    width: 100% !important;
}
.world-client{
  display: flex !important;
  justify-content: space-between !important;

 
}
@media(max-width:992px){
    .button-sins{
      display: block;
    }    
}
.list-smins{
    display: flex;
}
.coloumn{
    width: 100% !important;
}
.button-sins{
    margin-top: 12px;
   display: none;
}
.button-sins button{
    border-style: none;
    background-color: #21a1db;
    color: white;
    padding: 16px 30px;
    cursor: pointer;
    border-radius: 12px;
}


.achievement-content-world{
  
    padding: 60px 70px;
   background-image: url('./img/Group.png');
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
}
.smv-expertise {
    margin-top: 0 !important;
    padding-top: 50px !important;
}
.smv-testinomials{
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.smv-ins-test{
    align-items: center ;
}
.figure-caption-metal{
    font-size: 20px !important;
}

.margin-smv{
    margin-right: 0rem !important;
}
p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Urbanist", sans-serif;
    color: #000 !important;
    margin-bottom: 15px;
}
.benefits-smv{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.smv-why-us{
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-title-area{
    background-image: url('./img/banner-4.jpg');
}
.banner-way{
    background-image: url('./img/about-us-im.jpg') !important;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.services-inspection{
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    
}
.world-list li{
  font-size: 16px !important;
}
.smv-about-heading {
    font-size: 20px !important;
    font-weight: 500 !important;
    max-width: 28em !important;
    width: 100% !important;
    text-align: start;
}

.sub-about-para {
    color: #000000 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    margin-bottom: 15px !important;
}

.product-banner {
    background-image: url('./img/smv-img-ab-banner.jpg') !important;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

/* .about__img__wrapper__four .main__img__5d {
    position: absolute !important;
    z-index: 1 !important;
    right: 43px !important;
    top: 50px !important;
  }
  .about__img__wrapper__four {
    position: relative;
    z-index: 1;
  } */
.about__img__wrapper__four .main__img__5d {
    position: initial !important;
}

.about__img__wrapper__four {
    position: initial !important;
}

.Smv-reqirement {
    align-items: start !important;
}

.sdfg {
    width: 100% !important;
    position: initial !important;
}

.image-flex img {
    width: 550px !important;
    border-radius: 30px !important;
}
.logo-area {
    background-color: white;
}
.saaag{
    width: 100% !important;
}
.footer-logo a img{
    display: none;
}
.offset-xl-2{
    margin-left: 0px !important;
}
@media(max-width:1200px)
{.smb-testing-para{
    max-width: 100% !important;
    text-align: center !important;
}

.apple{
    justify-content: center !important;
}
.footer-logo {
    margin-bottom: opx !important;
}
.footer-logo a img{
    display: block;
    max-width: 150px;
    width: 100%;
}
}
@media(max-width:992px){
    .cat{
        display: none !important;
    }
    .dog{
        display: block !important;
    }
    .world-client{
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
}

.flib-card{
    margin: 0;
    padding: 0;
    /* background-color: #292929; */
    align-items: center;
    display: flex;
    justify-content: center;
    font-family: arial;
    height: 200px;
    width:100%;
  }
  
  .cardbox{
    perspective: 500px;
    margin: 15px;
  }
  
  .card{
    position: relative;
    width: 300px;
    height: 230px;
    background-color: #093554 !important;
    color: #fff !important;
    transform-style: preserve-3d;
    transition: all .7s ease-in-out;
    box-shadow: 0 30px 30px rgba(0,0,0,.5);
  }
  
  
  
  .card-front, .card-back{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    color: #fff !important;
    backface-visibility: hidden;
  }
  .card-back{
   
    padding: 14px;
  }
  .card-front{
    font-size: 20px !important;
    align-items: center;
    color: #fff !important;
    display: flex;
    padding: 14px;
  }
 
  h4{
    color: #fff !important;
  }
  .card-back{
    font-size: 17px;
    justify-content: center;
    align-items: center;
    display: flex;
    transform: rotateY(180deg);
    color: #000;
   }
  
  .cardbox:hover .card{
    transform: rotateY(180deg);
  }
  
  /* End Flib Card Social Media */
  
  /* Start Feed In Social Media */
  .feed-in{
    background-color:#FF003D;
    align-items: center;
    display: flex;
    justify-content: center;
    font-family: arial;
  }
  
  ul{
    padding: 0;
  }
  
  .feed-in ul li{
    list-style: none;
    float: left;
    margin: 15px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    line-height: 150px;
    text-align: center;
    font-size: 40px;
    background-color: #FFF;
    position: relative;
    transition: all .5s ease-in-out;
    z-index: 1;
  }
  
  .feed-in ul li:hover{
    color: #FFF;
  }
  
  .feed-in ul li:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#FF003D;
    border-radius: 50%;
    transition: all .5s ease-in-out;
    transform: scale(0);
    z-index: -1;
  }
  
  .feed-in ul li:hover:before{
    transform: scale(.9);
  }
  /* End Feed In Social Media */
  
  
  h1{
    padding: 20px;
    margin: 0;
    text-align: center;
    font-size: 72px;
    background-color: #FFF;
    animation: color 5s ease-in-out infinite
  }
  
  
  @keyframes color {
    0%{
      color: #000;
    }
    20%{
      color: #3b5998;
    }
    40%{
      color: #55acee;
    }
    60%{
      color:  #dd4b39;
    }
    80%{
      color: green;
    }
    100%{
      color: #000;
    }
  }

  .widget-form input:focus, .widget-form textarea:focus{
    outline: none !important;
  }



  
/* map */

    
  .map-container {
    padding: 3.2rem .8rem;
    position: relative;
    display: inline-block;
  }
    
    .point {
      cursor: pointer;
      position: absolute;
      width: 1.6rem;
      height: 1.6rem;
      background-color:  #0a9bd4;
      border-radius: 50%;
      transition: all .3s ease;
      will-change: transform, box-shadow;
      transform: translate(-50%, -50%);
      box-shadow: 0 0 0 #b3b3b3;
      animation: pulse 3s infinite;
    }
    .point:hover {
        animation: none;
        transform:  translate(-50%, -50%) scale3D(1.35, 1.35 ,1);
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
      }

    .venezuela { top: 54%; left: 24%; }
    .brasil { top: 64%; left: 28%; }
    .argentina { top: 77%; left: 27%; }
    .colombia { top: 55%; left: 21%; }
    .panama { top: 51%; left: 18%; }
    .mexico { top: 38%; left: 12%; }
    .usa { top: 26%; left: 17%; }
    .arabia { top: 40%; left: 53%; }
    .turquia { top: 31%; left: 57%; }
    .rusia { top: 16%; left: 67%; }
    .china { top: 40%; left: 72%; }
    .japon { top: 34%; left: 86%; }
    .australia { top: 72%; left: 86%; }
    .usa { top: 26%; left: 17%; }
    .arabia { top: 40%; left: 53%; }
    .turquia { top: 31%; left: 57%; }
    .rusia { top: 16%; left: 67%; }
    .china { top: 40%; left: 72%; }
    .japon { top: 34%; left: 86%; }
    .australia { top: 72%; left: 86%; }
    
  

  .map-image img{
    max-width: 1140px;
    width: 100%;
  }

@media(max-width: 767px){
  .smv-why-us{
    flex-direction: column !important;
    gap: 60px !important;
  }
}
  /* after-changes css */

 