/* Start header */
.header {
  transition: 1s;
  min-height: 385px;
  background: url(../../images/aboutUsBackground.jpg) no-repeat fixed;
  background-size: 1366px 385px;
  position: relative;
  color: #fff;
  z-index: 999;
}
.header::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
}
/* End header */

/* Start Landing Page */
.landing h1 {
  text-transform: uppercase;
  font-size: 70px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}

@media (max-width: 768px) { 
  .landing h1 {
    font-size: 40px;
    width: 100%;
    text-align: center;  
  }
}
/* End Landing Page */

/* Start Find */
.find .box {
  margin-bottom: 10 0px;
  text-align:right;
}
.find .box h5 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 25px;
  
}

.find .box h2 {
  font-weight: bold;
  width: 80%;
  line-height: 1.5;
}

.find .box h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}

.find .box p {
  color: #999;
  font-size: 14px;
  margin-bottom: 35px;
}

.find .number-box {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid: 40px;
  text-align: center;
}

.find .number-box span {
  font-size: 70px;
  font-weight: bold;
  display: inline-block;
 }
.find .number-box .number p:first-of-type  {
  display: inline-block;
  font-size: 70px;
  font-weight: bold;
 }
@media (max-width: 768px) { 
  .find .box  {
    text-align: center;
  }
  .find .box h2 {
    width: 100%;
    margin-bottom: 35px;
  }

  .find .box h3 {
    margin-bottom: 35px;
  }
}

/* End Find */


/*start successPartners*/
.successPartners{
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px rgba(0,0,0,0.2) solid;
  text-align: center;
}

.successPartners p{
   width: 60%;
  margin-left: 20%;
  color:var(--mainColor);   
  display: block;
  text-align: center;
}

.successPartners h2{
   width: 40%;
  margin-left: 20%;
  color:var(--secondColor);   
  display: block;
}

.successPartners div{
margin-left: 50px;
}

.successPartners img{
    height: 150px;
    width: 150px;
    margin: 10px;
}

/* Start Quality */

.quality{
  text-align:right;
}

.quality h2 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
}

.quality .box {
  margin: 55px 20px;
}

.quality .box h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 25px;
}

.quality .box p {
    font-size: 15px;
    color: #777;
    line-height: 1.7;
}

.quality .box h3 {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.5;
}
/* End Quality */

/* Start help */
.help p {
  font-size: 28px;
  font-weight: bold;
  margin-top: -7px;
  margin-bottom: 40px;
  text-align:right;
}
/* End help */





/* Start Footer */
footer {
  background-color: var(--secondColor);
  color: #DDD;
  padding-top: 100px;
  padding-bottom: 20px;
}
footer a,footer p,footer i,footer h1,footer h2,footer h3,footer h4,footer h5{
  text-align: right;
}
footer .container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid: 40px;
}

footer .box {
  overflow: hidden;
  margin-right: 25px;
}

@media (max-width: 991.98px) { 
  footer .box {
    margin-bottom: 25px;
  }
}

footer .box h5 {
  margin-bottom: 25px;
  font-size: 26px;
}

footer .box:first-of-type h5 {
  line-height: 1.7;
  margin-right: 65px;
  font-size: 16px;
}

footer .social-media {
  margin-top: 20px;
}

footer .social-media a {
  cursor: pointer;
  margin-right: 5px;
}

footer .social-media i {
  transition: 0.5s;
}

footer .fa-whatsapp {
  color: #6cc751;
}

footer .fa-whatsapp:hover {
  color: #128c7e;
}

footer .fa-envelope {
  color: #737373;
}

footer .fa-envelope:hover {
  color: #525e61;
}

footer .fa-instagram {
  color: #f77737;
}

footer .fa-instagram:hover {
  color: #fd1d1d;
}

footer .box:not(:first-of-type) a {
  display:block;
  color: #fff;
  font-size: 15px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  margin-bottom: 15px;
}

footer .box:not(:first-of-type) a:hover {
  color: var(--mainColor);
  text-decoration: none;
  padding-left: 7px;
}

footer .copyright {
  color: #777;
  margin-top: 35px;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(600px, 1fr));
  grid: 40px;
}

footer .copyright p {
  overflow: hidden;
}

@media (max-width: 992px) { 
  footer .copyright {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }

  footer .copyright p {
    font-size: 14px;
  }
}
/* End Footer */




/* Start MyFramework */
.pad-sec {
  padding-top: 80px;
  padding-bottom: 80px;
}

.head {
  font-weight: bold;
  font-size: 15px;
}

.desc {
  font-weight: bold;
  font-size: 35px;
  color: #333;
}
/* End MyFramework */
