
.pageTop{
    background: url('/img/Group 1261153530.webp');
}
.pageTopContent{
    text-align: center;color: #fff;
    padding: 50px 0;
}
.pageTopContent h1{
    color: #FFB81C;    font-size: 33px;
    margin-bottom: 20px;
}
.pageTopContent span{
    color: #BCBCBC;
}
.pageTopContent p {
    margin-top: 20px;
} .pageTopContent a {
      background: #FFB81C;
      border-radius: 20px;
      color: #fff;
      padding: 11px 50px;
      margin-top: 10px;
      display: inline-block;
  }.pageTopContent svg{
       margin-left: 10px;
   }
.whyItem{
    padding: 20px 25px;
    border-radius: 20px;
    background: #fff;    height: 100%;
    color: #424242;box-shadow:0px 4px 20px 0px rgba(136, 136, 136, 0.25)
}.whyItem strong{
     font-size: 17px;
 }
.whyItemTop{
    display: flex;
    align-items: center;


}
.whyItems{
    margin-bottom: -75px;
    margin-top: 50px;
}
.whyItemTop img{
    margin-left: 10px;
    height: unset;
}
.whyItemBottom{
    margin-top: 13px;
    text-align: center;
}
.sectionIcons{
    background: #0F203C;
    padding: 60px 0;
}
.iconItem:hover{
     background: #FFB81C;
 }
.iconItem:hover strong,.iconItem:hover span{
    color: #fff;
}
.iconItem:hover svg path{
    fill: #fff;transition: .4s;
}.iconItem svg{
     width: 50px;
     display: block;
     margin: 0 auto;
     height: 50px;transition: .4s;
 }
.iconItem strong{
    color: #424242;
    transition: .4s;
    display: block;
    text-align: right;
    font-size: 15px;
}
.iconItem span{
    color: #424242;transition: .4s;
}
.iconItem{
    border-radius: 10px;
    background: #FFF;
    padding: 30px;    text-align: center;
    margin-bottom: 30px;transition: .4s;
    display: flex;
    align-items: center;justify-content: center;
}
.iconItemRight{
    margin-left: 10px;
}
.uniqueTeamContent{
text-align: center;
    z-index: 2;
    top: 50%;position: absolute;
    left: 50%;color: #fff;
    transform: translate(-50%,-50%);
}.uniqueTeamContent h2{
     color: #fff;
 }
.uniqueTeam{
    position: relative;
}
.uniqueTeam::after{
    z-index: 1;
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
}
.uniqueTeam img{
    width: 100%;
}.uniqueTeamContent strong {
     font-size: 15px;
     margin-bottom: 18px;
     display: block;
 }
 .teamBoxItem strong{
     display: block;margin-bottom: 10px;font-size: 15px;
     margin-top: 10px;
 } .teamBoxItem span{
    font-size: 13px;
    }
 .teamBox {
     border-radius: 10px;
     background: #FFF;
     box-shadow: -30px 10px 20px 0px rgba(144, 144, 144, 0.15);
     z-index: 99;
     position: relative;
     width: 90%;
     margin: 0 auto;
     margin-top: -73px;
     padding: 35px ;
     text-align: center;
 }



@media (max-width: 992px) {
    .uniqueTeamContent {
        width: 89%;
    }.uniqueTeam img {
         width: 100%;
         height: 306px;
         object-fit: cover;
     }.teamBox {
          margin-top: -19px;
      }.teamBoxItem {
           margin-bottom: 26px;
       }
    .whyItem{
        margin-bottom: 25px;
        height: unset;
    }
}