
.about-us-home-three {
  margin: 120px 0 70px;
}

@media only screen and (max-width: 991px) {
  .about-us-home-three {
      margin: 140px 0 90px;
  }
}

.about-us-home-three::after {
  content: "";
  top: 0;
  left: 0;
  width: 433px;
  height: 1157px;
  z-index: -5;
  background: url("./../../images/bg-dog.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transform: translateY(-160px);
  -moz-transform: translateY(-160px);
  -ms-transform: translateY(-160px);
  -o-transform: translateY(-160px);
  transform: translateY(-160px);
}

.about-us-home-three-wrapper {
  padding-right: 90px;
}

.about-us-home-three-wrapper .socials {
  z-index: 9;
}

.about-us-home-three-wrapper .socials li:not(:last-child) {
  margin-bottom: 24px;
}

.about-us-home-three-wrapper .socials li a {
  font-size: 19px;
  color: #2d365d;
}

.about-us-home-three-wrapper .content {
  padding-right: 250px;
  padding: 82px 350px 64px 96px;
}

.about-us-home-three-wrapper .content::after {
  content: "";
  z-index: -1;
  background-image: -webkit-gradient(linear, right top, left top, from(#fff), to(#ffb035));
  background-image: -webkit-linear-gradient(right, #fff, #ffb035);
  background-image: -moz-linear-gradient(right, #fff, #ffb035);
  background-image: -o-linear-gradient(right, #fff, #ffb035);
  background-image: linear-gradient(to left, #fff, #ffb035);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  border-radius: 75px;
}

.about-us-home-three-wrapper .content img {
  right: 0;
  bottom: -50px;
}

.about-us-home-three-wrapper .content h3 {
  color: #ffb035;
  line-height: 30px;
  font-size: 30px;
  font-weight: 900;
  margin-left: 40px;
  padding-top: 15px;
}

.about-us-home-three-wrapper .content h3 span {
  font-size: 16px;
  font-weight: 400;
}

.about-us-home-three-wrapper .content p {
  line-height: 30px;
  text-align: justify;
}

@media only screen and (max-width: 1199px) {
  .about-us-home-three-wrapper {
      padding-right: 0;
  }

  .about-us-home-three-wrapper .content {
      padding-right: 280px;
  }

  .about-us-home-three-wrapper .content h3 {
      padding-top: 0;
  }
}

@media only screen and (max-width: 991px) {
  .about-us-home-three-wrapper .socials {
      top: 20px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
  }

  .about-us-home-three-wrapper .socials li:not(:last-child) {
      margin: 0 0 0 24px;
  }

  .about-us-home-three-wrapper .content {
      padding: 82px 32px 40px;
  }

  .about-us-home-three-wrapper .content img {
      position: relative;
      bottom: 0;
      margin: 0 auto 20px;
      display: block;
  }

  .about-us-home-three-wrapper .content::after {
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .about-us-home-three-wrapper .content {
      margin: 0 -12px;
      padding: 60px 20px 32px;
  }

  .about-us-home-three-wrapper .content::after {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
  }
}


.about-us-home-five {
  margin: 20px 0 50px;
}

.about-us-home-five .content {
  padding: 0 65px 49px 0;
  background-image: -webkit-linear-gradient(315deg, #fff 55%, #fff9eb);
  background-image: -moz-linear-gradient(315deg, #fff 55%, #fff9eb);
  background-image: -o-linear-gradient(315deg, #fff 55%, #fff9eb);
  background-image: linear-gradient(135deg, #fff 55%, #fff9eb);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.about-us-home-five .content h2 {
  color: #0055ff;
  font-size: 30px;
  font-weight: 900;
  line-height: 30px;
  margin-bottom: 14px;
}

.about-us-home-five .content h2 span {
  font-size: 16px;
}

.about-us-home-five .content p {
  text-align: justify;
  color: #212341;
  font-size: 13px;
  line-height: 28px;
  margin-bottom: 14px;
}

.about-us-home-five .content .socials li:not(:last-child) {
  margin-left: 19px;
}

.about-us-home-five .content .socials li a {
  font-size: 20px;
  color: #2d365d;
}

.about-us-home-five .content .socials li a:hover {
  color: #0055ff;
}

.about-us-home-five img {
  max-width: 50%;
}

@media only screen and (max-width: 991px) {
  .about-us-home-five img {
      max-width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .about-us-home-five .content {
      padding: 0 16px 32px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      margin: 0 -16px;
  }
}

.about-us-home-seven::before {
  content: "";
  top: 48px;
  right: 0;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
  background-color: #39d4df;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 367px;
  height: 750px;
  z-index: -1;
}

@media only screen and (max-width: 991px) {
  .about-us-home-seven::before {
      content: none;
  }
}

.about-us-home-seven .container::after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: url("./../../images/shadow-04.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -2;
  -webkit-transform: translateY(32px);
  -moz-transform: translateY(32px);
  -ms-transform: translateY(32px);
  -o-transform: translateY(32px);
  transform: translateY(32px);
}

.about-us-home-seven img,
.about-us-home-seven .content {
  max-width: 50%;
  width: 100%;
}

.about-us-home-seven .content {
  padding-top: 41px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.about-us-home-seven .content h2 {
  font-size: 30px;
  font-weight: 900;
  color: #212341;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.about-us-home-seven .content h2::after {
  content: "";
  bottom: 0;
  right: 0;
  width: 53px;
  border-bottom: 1px dashed #939aa4;
}

.about-us-home-seven .content h2 span {
  color: #39d4df;
}

.about-us-home-seven .content p {
  font-size: 13px;
  color: #212341;
  line-height: 25px;
  max-width: -webkit-calc(100% - 95px);
  max-width: -moz-calc(100% - 95px);
  max-width: calc(100% - 95px);
}

.about-us-home-seven .content .socials {
  background-color: #39d4df;
  padding: 38px 18px;
}

.about-us-home-seven .content .socials li:not(:last-child) {
  margin-bottom: 26px;
}

.about-us-home-seven .content .socials li a {
  font-size: 22px;
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .about-us-home-seven img {
      display: block;
      margin: 0 auto;
  }

  .about-us-home-seven .content {
      max-width: 100%;
  }

  .about-us-home-seven .content p {
      max-width: 100%;
  }

  .about-us-home-seven .content .socials {
      position: relative !important;
      top: 0 !important;
      -webkit-transform: unset !important;
      -moz-transform: unset !important;
      -ms-transform: unset !important;
      -o-transform: unset !important;
      transform: unset !important;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      padding: 12px 24px;
      margin: 24px auto 0;
  }

  .about-us-home-seven .content .socials li:not(:last-child) {
      margin: 0 0 0 12px;
  }
}

@media only screen and (max-width: 767px) {
  .about-us-home-seven img {
      max-width: 80%;
  }
}

.about-us-eleven .container::before,
.about-us-eleven .container::after {
  content: "";
  left: 0;
  width: 100%;
  height: 250px;
  background: url("./../../images/shadow-05.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -1;
}

.about-us-eleven .container::before {
  bottom: -webkit-calc(100% + 20px);
  bottom: -moz-calc(100% + 20px);
  bottom: calc(100% + 20px);
}

.about-us-eleven .container::after {
  background-image: url("./../../images/shadow-06.png");
  top: 88%;
}

.about-us-eleven .detail {
  padding-top: 64px;
}

.about-us-eleven .detail::before {
  content: "";
  width: 372px;
  height: 91px;
  background: url("./../../images/bg-654.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-border-radius: 50px 0 0 50px;
  -moz-border-radius: 50px 0 0 50px;
  border-radius: 50px 0 0 50px;
  top: 50px;
  right: 0;
  z-index: -1;
  -webkit-transform: translateX(202px);
  -moz-transform: translateX(202px);
  -ms-transform: translateX(202px);
  -o-transform: translateX(202px);
  transform: translateX(202px);
}

.about-us-eleven .detail .ab5h {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  margin-left: 88px;
}

.about-us-eleven .detail .ab5h b {
  font-size: 30px;
  font-weight: 900;
}

.about-us-eleven .detail .socials li:not(:last-child) {
  margin-left: 10px;
}

.about-us-eleven .detail .socials li a {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ecfcfc;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #003cff;
}

.about-us-eleven .detail .socials li a:hover {
  background-color: #003cff;
  color: #ecfcfc;
}

.about-us-eleven .detail p {
  margin-top: 45px;
  font-size: 13px;
  line-height: 25px;
}

@media only screen and (max-width: 1199px) {
  .about-us-eleven .detail::before {
      -webkit-transform: translateX(225px);
      -moz-transform: translateX(225px);
      -ms-transform: translateX(225px);
      -o-transform: translateX(225px);
      transform: translateX(225px);
  }

  .about-us-eleven .detail .ab5h {
      margin-left: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .about-us-eleven .detail {
      padding-top: 12px;
  }

  .about-us-eleven .detail::before {
      top: 0;
      -webkit-transform: translateX(150px);
      -moz-transform: translateX(150px);
      -ms-transform: translateX(150px);
      -o-transform: translateX(150px);
      transform: translateX(150px);
  }

  .about-us-eleven .detail .ab5h {
      margin-left: 0;
  }
}

.about-us-home-nine .container::after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: url("./../../images/shadow-07.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -1;
  -webkit-transform: translateY(37px);
  -moz-transform: translateY(37px);
  -ms-transform: translateY(37px);
  -o-transform: translateY(37px);
  transform: translateY(37px);
}

.about-us-home-nine h2 {
  font-size: 15px;
  line-height: 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.about-us-home-nine h2 b {
  font-size: 30px;
  font-weight: 900;
}

.about-us-home-nine h2::after {
  content: "";
  bottom: 0;
  right: 0;
  border-bottom: 1px dashed #939aa4;
  width: 53px;
}

.about-us-home-nine p {
  font-size: 13px;
  line-height: 25px;
}

.about-us-fiveteen-wrapper {
  padding-left: 58px;
}

.about-us-fiveteen-wrapper::after {
  content: "";
  bottom: 28px;
  left: 0;
  width: 79%;
  height: 54%;
  background: url("./../../images/shape-about-us-fiveteen.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -1;
}

.about-us-fiveteen-wrapper h2 {
  font-size: 16px;
  line-height: 30px;
  color: #121320;
}

.about-us-fiveteen-wrapper h2 b {
  font-size: 30px;
  font-weight: 900;
}

.about-us-fiveteen-wrapper .socials li:not(:last-child) {
  margin-left: 10px;
}

.about-us-fiveteen-wrapper .socials li a {
  width: 40px;
  height: 40px;
  background-color: #efefef;
  line-height: 40px;
  font-size: 20px;
  color: #121320;
}

.about-us-fiveteen-wrapper .socials li a:hover {
  background-color: #121320;
  color: #efefef;
}

.about-us-fiveteen-wrapper p {
  margin-top: 100px;
  font-size: 13px;
  line-height: 25px;
  padding-bottom: 32px;
}

.about-us-fiveteen-wrapper .row .col-lg-8 {
  padding-right: 108px;
}

@media only screen and (max-width: 991px) {
  .about-us-fiveteen-wrapper {
      padding-left: 0;
  }

  .about-us-fiveteen-wrapper::after {
      content: none;
  }

  .about-us-fiveteen-wrapper img {
      max-width: 60%;
      margin: 0 auto 24px;
  }

  .about-us-fiveteen-wrapper p {
      margin-top: 32px;
      padding-bottom: 0;
  }

  .about-us-fiveteen-wrapper .row .col-lg-8 {
      padding-right: 12px;
  }
}

.about-us-description::before {
  content: "";
  top: 0;
  right: 0;
  width: 568px;
  height: 880px;
  -webkit-transform: translate(120px, 0);
  -moz-transform: translate(120px, 0);
  -ms-transform: translate(120px, 0);
  -o-transform: translate(120px, 0);
  transform: translate(120px, 0);
  background: url("./../../images/img-about-us.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -1;
}

.about-us-description .container::before {
  content: "";
  top: 0;
  right: 0;
  max-width: -webkit-calc(100% - 195px);
  max-width: -moz-calc(100% - 195px);
  max-width: calc(100% - 195px);
  width: 100%;
  height: 519px;
  background: -webkit-linear-gradient(236.03deg, #f8f9fb 1.16%, #ffffff 86.63%);
  background: -moz-linear-gradient(236.03deg, #f8f9fb 1.16%, #ffffff 86.63%);
  background: -o-linear-gradient(236.03deg, #f8f9fb 1.16%, #ffffff 86.63%);
  background: linear-gradient(213.97deg, #f8f9fb 1.16%, #ffffff 86.63%);
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  z-index: -3;
  -webkit-transform: translateY(-79px);
  -moz-transform: translateY(-79px);
  -ms-transform: translateY(-79px);
  -o-transform: translateY(-79px);
  transform: translateY(-79px);
}

.about-us-description-content {
  padding-right: 400px;
  min-height: 713px;
}

.about-us-description-content .heading {
  padding-right: 32px;
}

.about-us-description-content .heading::before {
  content: "";
  top: 12px;
  left: 100%;
  background-color: #eb2856;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  width: 100px;
  height: 12px;
  z-index: -2;
  -webkit-transform: translateX(-12px);
  -moz-transform: translateX(-12px);
  -ms-transform: translateX(-12px);
  -o-transform: translateX(-12px);
  transform: translateX(-12px);
}

.about-us-description-content .heading .right .name {
  font-weight: 900;
  font-size: 35px;
  line-height: 42px;
  color: #2d365d;
}

.about-us-description-content .heading .right .sub-title {
  font-size: 20px;
  font-weight: 400;
  color: #2d365d;
  line-height: 31px;
}

.about-us-description-content .heading .socials li:not(:last-child) {
  margin-left: 16px;
}

.about-us-description-content .heading .socials li a {
  font-size: 20px;
  color: #212341;
}

.about-us-description-content .heading .socials li a:hover {
  color: #ee273a;
}

.about-us-description-content p {
  margin-top: 27px;
  line-height: 36px;
}

@media only screen and (max-width: 1399px) {
  .about-us-description::before {
      -webkit-transform: translate(140px, 0);
      -moz-transform: translate(140px, 0);
      -ms-transform: translate(140px, 0);
      -o-transform: translate(140px, 0);
      transform: translate(140px, 0);
  }
}

@media only screen and (max-width: 991px) {
  .about-us-description {
      margin-top: 50px;
  }

  .about-us-description::before,
  .about-us-description .container::before {
      content: none;
  }

  .about-us-description-content {
      padding-right: 0;
      min-height: auto;
  }
}
      