* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.banner img {
  width: 100%;
}

.bg {
  background-image: url(../images/about-us/item.jpg);
  padding: 40px 10px;
  background-size: cover;
}


/* intro-section */
.intro h1{
  text-align: center;
  color: white;
  font-weight: 800;
  font-size: 50px;
  font-style: italic;
}
.intro h1 span{
  color: red;
}

.intro p {
  color: rgb(231, 231, 231);
  text-align: center;
  font-size: 15px;
}

.brands-row {
  margin-top: 3rem !important;
}

.brands-row .brands1 {
  align-content: center;
}

.brands-row .brands1 h2 {
  color: white;
  font-size: 50px;
  font-weight: 800;
  font-style: italic;
}

.brands-row .brands1 h2 span {
  color: red;
}

.brands-row .brands2 .brands-logo {
  display: flex;
  display: block;
  text-align: center;
}

.brands-row .brands2 .brands-logo img {
  width: 48%;
  margin: 0px 5px;
}

.brands-row .brands2 p {
  color: rgb(231, 231, 231);
  font-size: 15px;
}
.phone{
  display: none;
}


@media(max-width:1200px) {
  .brands-row .brands1 h2 {
      font-size: 40px;
  }
}

@media(max-width:998px) {
  .brands-row .brands2 .brands-logo img {
      width: 45%;
  }
  .intro p {
    text-align: justify;
}
.brands-row .brands2 p {
  text-align: justify;
}

  .brands-row .brands1 h2 {
      font-size: 30px;
  }
}

@media(max-width:768px) {

  .intro p {
      text-align: justify;
  }

  .brands-row .brands2 p {
      text-align: justify;
      margin-top: 1rem;
  }

  .brands-row .brands1 {
      margin-top: 1rem;
  }
}
@media(max-width:600px){
  .phone{
    display: block;
  }
  .desktop{
    display: none;
  }
}
@media(max-width:500px){
  .intro h1{
    font-size: 40px;
  }
}

/* intro-section close */


/* mession-section */
.mession-section {
  padding: 50px 0px;
}

.mession-row {
  margin-top: 3rem !important;
}

.mession-row .mession1 {
  padding: 0px 70px;
}

.mession-row .mession1 .mession-bg {
  background-image: url(../images/about-us/ou-vision.png);
  background-repeat: no-repeat;
  height: 200px;
  align-content: center;
  background-size: cover;
}

.mession-row .mession1 .mession-bg h3 {
  text-align: center;
  color: white;
  font-weight: 400;
}

.mession-row .mession1 .mession-bg h3 span {
  font-weight: 800;
}

.mession-row .mession1 P {
  color: rgb(231, 231, 231);
  text-align: justify;
  font-size: 15px;
  margin-top: -50px;
}

@media(max-width:1200px) {
  .mession-row .mession1 {
      padding: 0px 50px;
  }
}

@media(max-width:998px) {
  .mession-row .mession1 {
      padding: 0px 20px;
  }
}

@media(max-width:770px) {
  .mession-row .mession1 .mession-bg {
      height: 300px;
  }

  .mession-row .mession1 {
      padding: 0px 20px;
      margin: 30px 0px;
  }

  .mession-row .mession1 .mession-bg h3 {
      font-size: 45px;
  }

  .mession-row .mession1 P {
      color: white;
      text-align: justify;
      font-size: 15px;
      margin-top: -80px;
  }

  .mession-row {
      margin-top: 0rem !important;
  }
}

/* mession-section close */



/* Experts section */
.experts-section {
  padding: 30px 0px;
}

.experts-container h2 {
  text-align: center;
  font-weight: 800;
  color: white;
  font-size: 35px;
  font-style: italic;
}

.experts-container h2 span {
  color: red;
}

.experts-row {
  background-image: url(../images/about-us/experts-bg.jpg);
  padding: 120px 80px;
  width: 80%;
  margin: auto;
  border-radius: 10px;
  margin-top: 3rem;
}

.experts-row p {
  color: white;
  text-align: center;
  font-size: 15px;
}

@media(max-width:998px) {
  .experts-row {
      width: 100%;
      padding: 80px;
  }

  .experts-row p {
      text-align: justify;
  }
}

@media(max-width:768px) {
  .experts-container h2 {
      font-size: 30px;
  }

  .experts-row {
      padding: 60px 30px;
  }

  .experts-section {
      padding: 0px 0px 30px 0px;
  }
}

/* Experts section close */



/* connect-section */
.connect-section {
  padding: 60px 10px;
  background-color: black;
}

.connect-heading {
  text-align: center;
}

.connect-heading h2 {
  color: white;
  font-weight: 700;
  font-style: italic;
  font-size: 35px;
}

.connect-heading h2 span {
  color: red;
  font-weight: 800;
}

.connect-heading p {
  color: rgb(231, 231, 231);
  margin-top: 1rem;
  font-size: 15px;
}

.connect-heading button {
  background: linear-gradient(226deg, #000000ad, #ff0000);
  padding: 10px 40px;
  border: 0;
  font-weight: 600;
  margin-top: 1rem;
  transition: 0.4s;
}
.connect-heading button:hover{
  background: linear-gradient(162deg, #000000ad, #ff0000);
  transition: 0.4s;
}

.connect-heading button a {
  text-decoration: none;
  color: white;
}

@media(max-width:768px) {
  .connect-heading h2 {
      font-size: 30px;
  }

  .connect-heading p {
      text-align: justify;
  }
}

/* connect-section close */