@font-face {
  font-family:'Poppins';
  src: url(../fonts/Poppins-ExtraBold.ttf);
}
@font-face {
  font-family:'PoppinsM';
  src: url(../fonts/Poppins-Medium.ttf);
}
html{
  scroll-behavior: smooth;
}
body{
  background-color: #f0f0f0;
}
.wraper{
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  perspective: 10px;
}

.nav-link{
  font-weight: 600;
}

#landingPage{
  background-image: url(../img/firstSectionLP_BG2.png);
 
}#btnMeeting, .btnCard{
  background-color: #F39B1F;
  border: none;
  
}#btnProduct{
  border-color: #F39B1F;
  color: #212529;
}#btnProduct:hover{
  background-color: #F39B1F;
  color: #ffffff;
}
.crsText{
  padding: 2%;
}.crsText p{
  text-align: left;
}

#strengthSection{
  background-color:#f0f0f0;

}
.sliderTitle{
  font-weight: bolder;
}.strIMG{
  width: 128px;
  height: 128px; 
}.strCol{
  padding: 1%;
  box-shadow: 1px -10px 10px 0px rgb(189, 188, 188);
  border-radius: 10%;
}.strText{
  text-align: center;
  font-family: 'PoppinsM';
  font-weight: 500;
  
}.sliderTitle b{
  color: #F39B1F;
  font-weight: bold;
}

.srvCol{
  padding: 1.5%;
  transition: transform 0.4s ease-in-out;
}.srvTitle{
  color: #f0f0f0;
  font-weight: bolder;
  font-size: 5rem;
  text-align: center;
}.srvCol p{
  text-align: justify;
}

.srvCol:hover{
  transform: scale(1.1);
}

#serviceSection{
  background-color: #212529;
  
}

.card{
  border-radius: 10px;
}.card img{
  border-radius: 10px;
}
.feedbackTxt{
  font-style: italic;
}.feedbackTitle{
  font-weight: bolder;
}.feedbackTitle b{
  color: #F39B1F;
}

#partnersSection{
  background-color: #212529;
}
.partection{
  border-radius: 2%;
  background-color: #212529;
}
#partnerTitle{
  color: #f0f0f0;
  font-weight: bold;
}

.footIMG{
  width: 63px;
  height: 63px;
}

.srvLink{
  color: #222121;
  text-decoration: none;
}