.our_company{
  background-color: #ededed !important;
}

.our_senior_management,
.contentStyle{
  background-color: white !important;
}

.contentStyle2{
  background-color: white !important;
  padding-top: 5rem !important;
  padding-bottom: 2rem !important;
}

.carrerr_style{
  background-color: black !important; 
  color: white !important; 
}

.top30{
  margin-top: 30px;
}

.lnkdStyle{
  background-color: #0d66c2; 
  padding: 10px; 
  border: 1px solid #0d66c2; 
  border-radius: 50%;
}

.lnkdStyle span{
  background-color: white; 
  color: blue; 
  padding: 2px;
}

.displayTable{
  display: table;
}

.displayTable .cell{
  display: table-cell; 
  vertical-align: middle;
}

@media (max-width: 1400px) {
  .content1 {
    font-size: 65px;
  }
}

@media (max-width: 1200px) {
  .content1 {
    font-size: 48px;
  }
}

@media (max-width: 990px) {
  .content1 {
    font-size: 45px;
  }
}

@media (max-width: 930px) {
  .content1 {
    font-size: 40px;
  }
}

@media (max-width: 840px) {
  .content1 {
    font-size: 35px;
  }
}

@media (max-width: 725px) {
  .content1 {
    font-size: 25px;
  }
}

@media (max-width: 570px) {
  .topten{
    margin-top: 20px;
  }
}

@media (max-width: 530px) {
  .content1 {
    font-size: 20px;
  }
}

@media (max-width: 380px) {
  .content1 {
    font-size: 15px;
  }
}

/* contact style  */
.getinTouch{
  background-color: white !important;
}

.linkStyle{
  background-color: #ededed !important; 
}

.contentBottom{
  background-color: black !important; 
  color: white !important;
}

.getinTouch h1{
  font-size: 70px;
}

.contentBottom h1{
  font-size: 40px;
}

@media (max-width: 560px) {
  .toptenStyle {
    margin-top: 20px;
  }
  .positionStyle{
    text-align: center;
  }
}

.getinTouch,
.linkStyle,
.contentBottom,
.our_company,
.our_senior_management,
.contentStyle,
.carrerr_style{
  padding-bottom: 5rem !important;
  padding-top: 5rem !important;
}