@import url("https://fonts.googleapis.com/css?family=Muli:300");
@import url("https://fonts.googleapis.com/css?family=Crimson+Text");
.top .bg {
  background-image: url("../images/about/top1.jpg");
  background-position: 60%;
}
.top-slogn {
  position: fixed;
  max-width: 400px;
  left: 180px;
  top: 50%;
  color: #fff;
}
.top-slogn1-name {
  font-size: 40px;
  margin-bottom: 30px;
}
.top-slogn1-name:after {
  content: "";
  display: block;
  background: #5a3e8c;
  height: 2px;
  width: 20px;
  margin: 10px 0;
}
.top-slogn1-stitle {
  font-size: 28px;
}
.top-slogn1-stitle span {
  display: inline-block;
}

.profile-pic {
  width: 45%;
}
.profile-pic img {
  width: 100%;
}
.profile-box {
  justify-content: flex-start;
  align-items: flex-end;
}
.profile-content {
  width: 30%;
  padding: 10%;
}
.profile-title {
  font-size: 50px;
  color: #000;
  padding-bottom: 50px;
}
.profile-title span {
  color: #5a3e8c;
}
.profile-box2 {
  padding: 150px 0;
  justify-content: flex-start;
  flex-direction: row-reverse;
}
.profile-pic2 {
  width: 40%;
}
.profile-pic2 img {
  width: 100%;
}
.profile-text2 {
  width: 30%;
  padding: 3% 15%;
}
.profile-text2 span {
  font-size: 24px;
}
.profile-text span {
  font-size: 24px;
  margin-right: 2px;
}

.profile-content,
.profile-pic2 {
  opacity: 0;
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -webkit-transform: translateX(80px);
  transform: translateX(80px);
  -moz-transition: opacity 2s, -moz-transform 1.5s;
  -o-transition: opacity 2s, -o-transform 1.5s;
  -webkit-transition: opacity 2s, -webkit-transform 1.5s;
  transition: opacity 2s, transform 1.5s;
}
.profile-content.show,
.profile-pic2.show {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.profile-pic,
.profile-text2 {
  opacity: 0;
  -moz-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  -webkit-transform: translateX(-80px);
  transform: translateX(-80px);
  -moz-transition: opacity 2s, -moz-transform 1.5s;
  -o-transition: opacity 2s, -o-transform 1.5s;
  -webkit-transition: opacity 2s, -webkit-transform 1.5s;
  transition: opacity 2s, transform 1.5s;
}
.profile-pic.show,
.profile-text2.show {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media screen and (max-width: 1300px) {
  .top-slogn {
    left: 130px;
  }

  .profile-content {
    padding: 5% 10%;
  }
  .profile-text2 {
    width: 40%;
  }
}
@media screen and (max-width: 1100px) {
  .top-slogn {
    top: 45%;
  }

  .profile-box {
    display: block;
  }
  .profile-pic {
    width: 80%;
  }
  .profile-content {
    width: 60%;
    padding: 5% 0% 10% 20%;
  }
  .profile-box2 {
    display: block;
    padding: 0;
  }
  .profile-pic2 {
    width: 80%;
    margin-left: 20%;
  }
  .profile-text2 {
    margin: auto;
    width: 60%;
    padding: 10% 0;
  }
}
@media screen and (max-width: 860px) {
  .top-slogn {
    position: unset;
  }
  .top-slogn1 {
    position: fixed;
    bottom: 15%;
    margin: 0 70px;
  }

  .profile-pic {
    width: 90%;
  }
  .profile-content {
    width: 80%;
    padding: 5% 0% 10% 10%;
  }
  .profile-pic2 {
    width: 90%;
    margin-left: 10%;
  }
  .profile-text2 {
    width: 80%;
    padding: 10% 0;
  }
}
@media screen and (max-width: 680px) {
  .top .phone1 {
    top: 35%;
    width: 100%;
  }
  .top .phone1 img {
    width: 220px;
  }
}
@media screen and (max-width: 460px) {
  .top-slogn1 {
    bottom: 30%;
    margin: 0 30px 0 50px;
  }
  .top-slogn1-name {
    font-size: 34px;
  }

  .profile-title {
    font-size: 40px;
    padding-bottom: 30px;
  }
  .profile-pic {
    width: 100%;
  }
  .profile-content {
    width: 80%;
    padding: 5% 0% 10% 10%;
  }
  .profile-pic2 {
    width: 90%;
    margin-left: 10%;
  }
  .profile-text2 {
    width: 80%;
    padding: 10% 0;
  }
}
@media (max-width: 1100px) and (max-height: 600px) {
  .top-slogn {
    top: 45%;
  }
  .top-slogn1-stitle {
    font-size: 20px;
  }
  .top-slogn1-name {
    font-size: 34px;
    margin-bottom: 15px;
  }
}
@media (max-width: 860px) and (max-height: 950px) {
  .top-slogn1-stitle {
    font-size: 20px;
  }
}
@media (max-width: 860px) and (max-height: 500px) {
  .top-slogn1 {
    margin: 0 50px;
    bottom: 5%;
  }
  .top-slogn1-name {
    margin-bottom: 15px;
  }
}
@media (max-width: 460px) and (max-height: 950px) {
  .top-slogn1-stitle {
    font-size: 20px;
  }
}
