@import url('https://fonts.googleapis.com/css?family=Abril+Fatface|Bitter&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');
.bn-height{
    background-image: url("../../images/trusu/banner3.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.banner-content{
    padding: 270px 70px;
}
.banner-content h2.animation{
    font-size: 50px;
    color: aliceblue;
    margin: 20px 0px;
    font-family: 'Abril Fatface', cursive;
    font-weight: bolder;
}
.banner-content h2 span {
    display: block;font-size: 45px;
    font-weight: 100;
    margin: 20px 0px;
    color: rgb(255, 255, 255);
    font-family: 'Bitter', serif;

}
.banner-content a.btn-mr{
    background: #bdc3c7;  /* fallback for old browsers */
    background: #141E30;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #243B55, #141E30);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #243B55, #141E30); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 5px;
    padding: 10px 25px;
    color: white;
    margin-top: 10px;

}
.big-top-image{
    position: absolute;
    top: 10%;
    left: 99%;
    width: 400px;
}
h6.small-title-heading{
    color: #2980B9; /* fallback for old browsers */
    font-family: 'Bitter', serif;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    padding: 70px 0px 20px 0px;
}
p.small-body-heading{
    text-align: center;
    padding: 0px 0px 70px 0px;
}
h1.big-title-heading{
    color: black;
    text-align: center;
    font-family: 'Bitter', serif;
    padding: 0px 0px 10px 0px;
}
.one-feature-trusu i{
    font-size: 60px;
    padding: 27px 30px;
    color: white;
    margin-left: 30%;
    border-radius: 50%;
}
.one-feature-trusu .icon-1{
    background-image: -moz-linear-gradient(55deg, #75b2f0 0%, #75f094 100%);
    background-image: -webkit-linear-gradient(55deg, #75b2f0 0%, #75f094 100%);
    background-image: -ms-linear-gradient(55deg, #75b2f0 0%, #75f094 100%);
    box-shadow: 0px 12px 20px 0px rgba(117, 178, 240, 0.4);
    -webkit-box-shadow: 0px 12px 20px 0px rgba(117, 178, 240, 0.4);
    -webkit-animation-name: ichange; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    animation-name: ichange;
    animation-duration: 4s ;
    animation-iteration-count: infinite;
}
@-webkit-keyframes ichange {
    0%   {
    background-image: -moz-linear-gradient(55deg, #75b2f0 0%, #75f094 100%);
    background-image: -webkit-linear-gradient(55deg, #75b2f0 0%, #75f094 100%);
    background-image: -ms-linear-gradient(55deg, #75b2f0 0%, #75f094 100%);
    }
    50%  {
    background-image: -moz-linear-gradient(55deg, #7575f0 0%, #75b2f0 100%);
    background-image: -webkit-linear-gradient(55deg, #7575f0 0%, #75b2f0 100%);
    background-image: -ms-linear-gradient(55deg, #7575f0 0%, #75b2f0 100%);
    -webkit-box-shadow: 0px 12px 20px 0px rgba(117, 117, 240, 0.4);
    box-shadow: 0px 12px 20px 0px rgba(117, 117, 240, 0.4);
    }
    100% {    
    background-image: -moz-linear-gradient(55deg, #f075c7 0%, #9191ff 100%);
    background-image: -webkit-linear-gradient(55deg, #f075c7 0%, #9191ff 100%);
    background-image: -ms-linear-gradient(55deg, #f075c7 0%, #9191ff 100%);
    -webkit-box-shadow: 0px 12px 20px 0px rgba(240, 117, 199, 0.4);
    box-shadow: 0px 12px 20px 0px rgba(240, 117, 199, 0.4);
    }
  }
  
  /* Standard syntax */
@keyframes ichange {
    0%   {
        background-image: -moz-linear-gradient(55deg, #75b2f0 0%, #75f094 100%);
        background-image: -webkit-linear-gradient(55deg, #75b2f0 0%, #75f094 100%);
        background-image: -ms-linear-gradient(55deg, #75b2f0 0%, #75f094 100%);
        }
        50%  {
        background-image: -moz-linear-gradient(55deg, #7575f0 0%, #75b2f0 100%);
        background-image: -webkit-linear-gradient(55deg, #7575f0 0%, #75b2f0 100%);
        background-image: -ms-linear-gradient(55deg, #7575f0 0%, #75b2f0 100%);
        -webkit-box-shadow: 0px 12px 20px 0px rgba(117, 117, 240, 0.4);
        box-shadow: 0px 12px 20px 0px rgba(117, 117, 240, 0.4);
        }
        100% {    
        background-image: -moz-linear-gradient(55deg, #f075c7 0%, #9191ff 100%);
        background-image: -webkit-linear-gradient(55deg, #f075c7 0%, #9191ff 100%);
        background-image: -ms-linear-gradient(55deg, #f075c7 0%, #9191ff 100%);
        -webkit-box-shadow: 0px 12px 20px 0px rgba(240, 117, 199, 0.4);
        box-shadow: 0px 12px 20px 0px rgba(240, 117, 199, 0.4);
        }
}
.one-feature-trusu .icon-2{
    background-image: -moz-linear-gradient(55deg, #7575f0 0%, #75b2f0 100%);
    background-image: -webkit-linear-gradient(55deg, #7575f0 0%, #75b2f0 100%);
    background-image: -ms-linear-gradient(55deg, #7575f0 0%, #75b2f0 100%);
    -webkit-box-shadow: 0px 12px 20px 0px rgba(117, 117, 240, 0.4);
    box-shadow: 0px 12px 20px 0px rgba(117, 117, 240, 0.4);
    -webkit-animation-name: ichange2; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    animation-name: ichange2;
    animation-duration: 4s ;
    animation-iteration-count: infinite;
}
@-webkit-keyframes ichange2 {
    100%   {
        background-image: -moz-linear-gradient(55deg, #75b2f0 0%, #75f094 100%);
        background-image: -webkit-linear-gradient(55deg, #75b2f0 0%, #75f094 100%);
        background-image: -ms-linear-gradient(55deg, #75b2f0 0%, #75f094 100%);
        }
        0%  {
        background-image: -moz-linear-gradient(55deg, #7575f0 0%, #75b2f0 100%);
        background-image: -webkit-linear-gradient(55deg, #7575f0 0%, #75b2f0 100%);
        background-image: -ms-linear-gradient(55deg, #7575f0 0%, #75b2f0 100%);
        -webkit-box-shadow: 0px 12px 20px 0px rgba(117, 117, 240, 0.4);
        box-shadow: 0px 12px 20px 0px rgba(117, 117, 240, 0.4);
        }
        50% {    
        background-image: -moz-linear-gradient(55deg, #f075c7 0%, #9191ff 100%);
        background-image: -webkit-linear-gradient(55deg, #f075c7 0%, #9191ff 100%);
        background-image: -ms-linear-gradient(55deg, #f075c7 0%, #9191ff 100%);
        -webkit-box-shadow: 0px 12px 20px 0px rgba(240, 117, 199, 0.4);
        box-shadow: 0px 12px 20px 0px rgba(240, 117, 199, 0.4);
        }
  }
  
  /* Standard syntax */
  @keyframes ichange2 {
    100%   {
        background-image: -moz-linear-gradient(55deg, #75b2f0 0%, #75f094 100%);
        background-image: -webkit-linear-gradient(55deg, #75b2f0 0%, #75f094 100%);
        background-image: -ms-linear-gradient(55deg, #75b2f0 0%, #75f094 100%);
        }
        0%  {
        background-image: -moz-linear-gradient(55deg, #7575f0 0%, #75b2f0 100%);
        background-image: -webkit-linear-gradient(55deg, #7575f0 0%, #75b2f0 100%);
        background-image: -ms-linear-gradient(55deg, #7575f0 0%, #75b2f0 100%);
        -webkit-box-shadow: 0px 12px 20px 0px rgba(117, 117, 240, 0.4);
        box-shadow: 0px 12px 20px 0px rgba(117, 117, 240, 0.4);
        }
        50% {    
        background-image: -moz-linear-gradient(55deg, #f075c7 0%, #9191ff 100%);
        background-image: -webkit-linear-gradient(55deg, #f075c7 0%, #9191ff 100%);
        background-image: -ms-linear-gradient(55deg, #f075c7 0%, #9191ff 100%);
        -webkit-box-shadow: 0px 12px 20px 0px rgba(240, 117, 199, 0.4);
        box-shadow: 0px 12px 20px 0px rgba(240, 117, 199, 0.4);
        }
}
.one-feature-trusu .icon-3{
    background-image: -moz-linear-gradient(55deg, #f075c7 0%, #9191ff 100%);
    background-image: -webkit-linear-gradient(55deg, #f075c7 0%, #9191ff 100%);
    background-image: -ms-linear-gradient(55deg, #f075c7 0%, #9191ff 100%);
    -webkit-box-shadow: 0px 12px 20px 0px rgba(240, 117, 199, 0.4);
    box-shadow: 0px 12px 20px 0px rgba(240, 117, 199, 0.4);
    -webkit-animation-name: ichange3; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    animation-name: ichange3;
    animation-duration: 4s ;
    animation-iteration-count: infinite;
}
@-webkit-keyframes ichange3 {
    50%   {
        background-image: -moz-linear-gradient(55deg, #75b2f0 0%, #75f094 100%);
        background-image: -webkit-linear-gradient(55deg, #75b2f0 0%, #75f094 100%);
        background-image: -ms-linear-gradient(55deg, #75b2f0 0%, #75f094 100%);
        }
        0%  {
        background-image: -moz-linear-gradient(55deg, #7575f0 0%, #75b2f0 100%);
        background-image: -webkit-linear-gradient(55deg, #7575f0 0%, #75b2f0 100%);
        background-image: -ms-linear-gradient(55deg, #7575f0 0%, #75b2f0 100%);
        -webkit-box-shadow: 0px 12px 20px 0px rgba(117, 117, 240, 0.4);
        box-shadow: 0px 12px 20px 0px rgba(117, 117, 240, 0.4);
        }
        100% {    
        background-image: -moz-linear-gradient(55deg, #f075c7 0%, #9191ff 100%);
        background-image: -webkit-linear-gradient(55deg, #f075c7 0%, #9191ff 100%);
        background-image: -ms-linear-gradient(55deg, #f075c7 0%, #9191ff 100%);
        -webkit-box-shadow: 0px 12px 20px 0px rgba(240, 117, 199, 0.4);
        box-shadow: 0px 12px 20px 0px rgba(240, 117, 199, 0.4);
        }
  }
  
  /* Standard syntax */
  @keyframes ichange3 {
    50%   {
        background-image: -moz-linear-gradient(55deg, #75b2f0 0%, #75f094 100%);
        background-image: -webkit-linear-gradient(55deg, #75b2f0 0%, #75f094 100%);
        background-image: -ms-linear-gradient(55deg, #75b2f0 0%, #75f094 100%);
        }
    0%  {
        background-image: -moz-linear-gradient(55deg, #7575f0 0%, #75b2f0 100%);
        background-image: -webkit-linear-gradient(55deg, #7575f0 0%, #75b2f0 100%);
        background-image: -ms-linear-gradient(55deg, #7575f0 0%, #75b2f0 100%);
        -webkit-box-shadow: 0px 12px 20px 0px rgba(117, 117, 240, 0.4);
        box-shadow: 0px 12px 20px 0px rgba(117, 117, 240, 0.4);
        }
        100% {    
        background-image: -moz-linear-gradient(55deg, #f075c7 0%, #9191ff 100%);
        background-image: -webkit-linear-gradient(55deg, #f075c7 0%, #9191ff 100%);
        background-image: -ms-linear-gradient(55deg, #f075c7 0%, #9191ff 100%);
        -webkit-box-shadow: 0px 12px 20px 0px rgba(240, 117, 199, 0.4);
        box-shadow: 0px 12px 20px 0px rgba(240, 117, 199, 0.4);
        }
}
.one-feature-trusu .icon-4{
    background-image: -moz-linear-gradient(55deg, #75b2f0 0%, #75f094 100%);
    background-image: -webkit-linear-gradient(55deg, #75b2f0 0%, #75f094 100%);
    background-image: -ms-linear-gradient(55deg, #75b2f0 0%, #75f094 100%);
    box-shadow: 0px 12px 20px 0px rgba(117, 178, 240, 0.4);
    -webkit-box-shadow: 0px 12px 20px 0px rgba(117, 178, 240, 0.4);
    -webkit-animation-name: ichange4; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    animation-name: ichange4;
    animation-duration: 4s ;
    animation-iteration-count: infinite;
}
@-webkit-keyframes ichange4 {
    0%   {
    background-image: -moz-linear-gradient(55deg, #75b2f0 0%, #75f094 100%);
    background-image: -webkit-linear-gradient(55deg, #75b2f0 0%, #75f094 100%);
    background-image: -ms-linear-gradient(55deg, #75b2f0 0%, #75f094 100%);
    }
    100%  {
    background-image: -moz-linear-gradient(55deg, #7575f0 0%, #75b2f0 100%);
    background-image: -webkit-linear-gradient(55deg, #7575f0 0%, #75b2f0 100%);
    background-image: -ms-linear-gradient(55deg, #7575f0 0%, #75b2f0 100%);
    -webkit-box-shadow: 0px 12px 20px 0px rgba(117, 117, 240, 0.4);
    box-shadow: 0px 12px 20px 0px rgba(117, 117, 240, 0.4);
    }
    50% {    
    background-image: -moz-linear-gradient(55deg, #f075c7 0%, #9191ff 100%);
    background-image: -webkit-linear-gradient(55deg, #f075c7 0%, #9191ff 100%);
    background-image: -ms-linear-gradient(55deg, #f075c7 0%, #9191ff 100%);
    -webkit-box-shadow: 0px 12px 20px 0px rgba(240, 117, 199, 0.4);
    box-shadow: 0px 12px 20px 0px rgba(240, 117, 199, 0.4);
    }
  }
  
  /* Standard syntax */
@keyframes ichange4 {
    0%   {
        background-image: -moz-linear-gradient(55deg, #75b2f0 0%, #75f094 100%);
        background-image: -webkit-linear-gradient(55deg, #75b2f0 0%, #75f094 100%);
        background-image: -ms-linear-gradient(55deg, #75b2f0 0%, #75f094 100%);
        }
        100%  {
        background-image: -moz-linear-gradient(55deg, #7575f0 0%, #75b2f0 100%);
        background-image: -webkit-linear-gradient(55deg, #7575f0 0%, #75b2f0 100%);
        background-image: -ms-linear-gradient(55deg, #7575f0 0%, #75b2f0 100%);
        -webkit-box-shadow: 0px 12px 20px 0px rgba(117, 117, 240, 0.4);
        box-shadow: 0px 12px 20px 0px rgba(117, 117, 240, 0.4);
        }
        50% {    
        background-image: -moz-linear-gradient(55deg, #f075c7 0%, #9191ff 100%);
        background-image: -webkit-linear-gradient(55deg, #f075c7 0%, #9191ff 100%);
        background-image: -ms-linear-gradient(55deg, #f075c7 0%, #9191ff 100%);
        -webkit-box-shadow: 0px 12px 20px 0px rgba(240, 117, 199, 0.4);
        box-shadow: 0px 12px 20px 0px rgba(240, 117, 199, 0.4);
        }
}
.one-feature-trusu h3{
    font-weight: 700;
    padding: 20px 0px 10px 0px;
    font-size: 24px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}
.one-feature-trusu p{
    text-align: center;
    font-size: 16px;
    color: gray;
    padding: 10px 0px 60px 0px;
}
.video-background-trusu{
    height: 700px;
    background-image: url("../../images/trusu/banner1.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.video-background-trusu .play-btn {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -50%;
    left: 0%;
    background: radial-gradient( rgba(138, 139, 142  , 0.8) 60%, rgba(255, 255, 255, 1) 62%);
    border-radius: 50%;
    position: relative;
    display: block;
    margin: 100px auto;
    box-shadow: 0px 0px 25px 3px rgba(183, 185, 193, 0.8);
  }
  
  /* triangle */
  .video-background-trusu .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    transform-origin: center center;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid #fff;
    z-index: 100;
    -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  
  /* pulse wave */
  .play-btn:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, .75);
    top: -26%;
    left: -27%;
    background: rgba(198, 16, 0, 0);
  }
  
  @-webkit-keyframes pulsate1 {
    0% {
      -webkit-transform: scale(0.6);
      transform: scale(0.6);
      opacity: 1;
      box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0;
      box-shadow: none;
  
    }
  }
  
  @keyframes pulsate1 {
    0% {
      -webkit-transform: scale(0.6);
      transform: scale(0.6);
      opacity: 1;
      box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }
    100% {
      -webkit-transform: scale(1, 1);
      transform: scale(1);
      opacity: 0;
      box-shadow: none;
  
    }
  }
.streng-background-trusu{
    box-shadow: 0px 12px 20px 0px rgba(117, 178, 240, 0.4);
    width: 105%;
    position: absolute;
    left: 5%;
    top: 10%;
    padding: 40px 20px;
}
.one-streng{
    border: 0.5px solid #F2F3F4;
    width: 100%;
    padding: 20px;
    margin-top: 10px;
}
.one-streng:hover{
    border: 1px solid #7E5BF5;
    box-shadow: 0px 6px 10px 0px rgba(229, 231, 233, 0.4);
}
.one-streng .icon-streng-1{
    background-image: -moz-linear-gradient(55deg, #75b2f0 0%, #75f094 100%);
    background-image: -webkit-linear-gradient(55deg, #75b2f0 0%, #75f094 100%);
    background-image: -ms-linear-gradient(55deg, #75b2f0 0%, #75f094 100%);
    -webkit-box-shadow: 0px 12px 20px 0px rgba(117, 178, 240, 0.4);
    box-shadow: 0px 12px 20px 0px rgba(117, 178, 240, 0.4);
    padding: 20px;
    margin: 40px 20px 20px 0px;
    font-size: 20px;
    color: white;
    border-radius: 50%;
}
.one-streng .body-streng-1 h2{
    background-image: -moz-linear-gradient(55deg, #75b2f0 0%, #75f094 100%);
    background-image: -webkit-linear-gradient(55deg, #75b2f0 0%, #75f094 100%);
    background-image: -ms-linear-gradient(55deg, #75b2f0 0%, #75f094 100%);
    color:transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-family: 'Bitter', serif;
    font-weight: bolder;
    font-size: 25px;
}
.one-streng .icon-streng-2{
    background-image: -moz-linear-gradient(55deg, #7575f0 0%, #75b2f0 100%);
    background-image: -webkit-linear-gradient(55deg, #7575f0 0%, #75b2f0 100%);
    background-image: -ms-linear-gradient(55deg, #7575f0 0%, #75b2f0 100%);
    -webkit-box-shadow: 0px 12px 20px 0px rgba(117, 117, 240, 0.4);
    box-shadow: 0px 12px 20px 0px rgba(117, 117, 240, 0.4);
    padding: 25px;
    margin: 40px 20px 20px 0px;
    font-size: 20px;
    color: white;
    border-radius: 50%;
}
.one-streng .body-streng-2 h2{
    background-image: -moz-linear-gradient(55deg, #7575f0 0%, #75b2f0 100%);
    background-image: -webkit-linear-gradient(55deg, #7575f0 0%, #75b2f0 100%);
    background-image: -ms-linear-gradient(55deg, #7575f0 0%, #75b2f0 100%);
    color:transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-family: 'Bitter', serif;
    font-weight: bolder;
    font-size: 25px;
}
.one-streng .icon-streng-3{
    background-image: -moz-linear-gradient(55deg, #b275f0 0%, #7575f0 100%);
    background-image: -webkit-linear-gradient(55deg, #b275f0 0%, #7575f0 100%);
    background-image: -ms-linear-gradient(55deg, #b275f0 0%, #7575f0 100%);
    -webkit-box-shadow: 0px 12px 20px 0px rgba(178, 117, 240, 0.4);
    box-shadow: 0px 12px 20px 0px rgba(178, 117, 240, 0.4);
    padding: 20px;
    margin: 20px 20px 20px 0px;
    font-size: 20px;
    color: white;
    border-radius: 50%;
}
.one-streng .body-streng-3 h2{
    background-image: -moz-linear-gradient(55deg, #b275f0 0%, #7575f0 100%);
    background-image: -webkit-linear-gradient(55deg, #b275f0 0%, #7575f0 100%);
    background-image: -ms-linear-gradient(55deg, #b275f0 0%, #7575f0 100%);
    color:transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-family: 'Bitter', serif;
    font-weight: bolder;
    font-size: 25px;
}
.one-streng .icon-streng-4{
    background-image: -moz-linear-gradient(55deg, #f075c7 0%, #9191ff 100%);
    background-image: -webkit-linear-gradient(55deg, #f075c7 0%, #9191ff 100%);
    background-image: -ms-linear-gradient(55deg, #f075c7 0%, #9191ff 100%);
    -webkit-box-shadow: 0px 12px 20px 0px rgba(240, 117, 199, 0.4);
    box-shadow: 0px 12px 20px 0px rgba(240, 117, 199, 0.4);
    padding: 20px;
    margin: 20px 20px 20px 0px;
    font-size: 20px;
    color: white;
    border-radius: 50%;
}
.one-streng .body-streng-4 h2{
    background-image: -moz-linear-gradient(55deg, #f075c7 0%, #9191ff 100%);
    background-image: -webkit-linear-gradient(55deg, #f075c7 0%, #9191ff 100%);
    background-image: -ms-linear-gradient(55deg, #f075c7 0%, #9191ff 100%);
    color:transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-family: 'Bitter', serif;
    font-weight: bolder;
    font-size: 25px;
}
.review-background{
    background-image: url("../../images/trusu/pupple.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    position: relative;
}
.one-review-card {
    width: 70%;
    padding: 60px 10px 30px 10px;
    position: relative;
    text-align: center;
    margin: 50px auto;
    background: #FBFCFC;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(15, 121, 255, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(15, 121, 255, 0.3);
    position: relative;
    margin: 55px 10px 10px 10px;
}
.one-review-card img.icon-person-1{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: -20%;
    left: 43%;
}
.one-review-card .body-review h6{
    font-size: 25px;
    font-family: 'Bitter', serif;
    font-weight: bolder;
}
.one-review-card .body-review p.action{
    color: #2980B9;
}
@media (max-width: 480px){
    .banner-content{
        padding: 100px 20px;
    }
    .video-background-trusu{
        height: 300px;
    }
    .streng-background-trusu{
        width: 100%;
        position: unset;
    }
    .one-feature-trusu i{
        height: 60px;
        width: 60px;
    }
    .one-feature-trusu i{
        font-size: 30px;
        padding: 15px 17px;
    }
    .review-background{
        height: 400px;
    }
    .one-streng .body-streng-1 h2, .one-streng .body-streng-2 h2, .one-streng .body-streng-3 h2, .one-streng .body-streng-4 h2{
        font-size: 18px;
    }
    .one-streng .body-streng-1 p, .one-streng .body-streng-2 p, .one-streng .body-streng-3 p, .one-streng .body-streng-4 p{
        font-size: 15px;
        color: gray;
    }
    .one-streng .icon-streng-1,.one-streng .icon-streng-2,.one-streng .icon-streng-3,.one-streng .icon-streng-4{
        margin: 65px 5px;
    }
    .one-review-card{
        width: 96%;
    }
    .one-review-card img.icon-person-1{
        left: 35%;
    }
}

