/* ------------------------------ about_us------------------------------ */
/* ------------------------------ general code ------------------------------ */
/* .about_us_title{
  color: #000;
  font-size: 2rem;
  font-family: poppins;
  font-weight: 600;
  line-height: 45px;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 1px;
  padding: 5% 0;
}
.about_us_text{
  color: #000;
  font-size: 1rem;
  font-family: poppins;
  font-weight: 400;
  line-height: 25px;
  text-align: justify;
  text-justify: inter-word;
  padding: 10px 0;
} */
/* ------------------------------ about_us-content ------------------------------ */
.sec_about {
  width: 100%;
  height: 754px;
  background: #fff;
  position: relative;
  padding-top: 113px;
}
.content {
  width: 100%;
  height: 641px;
}
.about_us {
  display: flex;
}
.about_us_left {
  width: 50%;
  height: 641px;
  position: relative;
}
.about_us_right {
  width: 50%;
  height: 641px;
  position: relative;
}
.about_us_data {
  width: 80%;
  margin-top: 12%;
  margin-left: 15%;
}
.about_us_data h3 {
  color: #000;
  font-size: 2rem;
  font-family: poppins;
  font-weight: 600;
  line-height: 45px;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 1px;
  margin-bottom: 0;
  padding: 5% 0;
}
.about_us_data p {
  color: #000;
  font-size: 1rem;
  font-family: poppins;
  font-weight: 400;
  line-height: 25px;
  text-align: justify;
  text-justify: inter-word;
  margin-bottom: 0;
  padding: 7px 0;
}
.about_us_img {
  width: 90%;
  height: 527px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_us_img .about_img_set {
  width: 70%;
  position: absolute;
  left: 15%;
  top: 20%;
  z-index: 10;
}
.about_us_img .aboutbg_img_set {
  width: 70%;
  position: absolute;
  left: 10%;
  top: 70%;
  z-index: 9;
}
/* ----------------------------------------media query---------------------------------------- */
@media (max-width: 1300px){
  .sec_about {
  height: 100%;
  padding-top: 113px;
}
.content {
  width: 100%;
  height: 520px;
}
.about_us {
  display: flex;
}
.about_us_left {
  height: 500px;
}
.about_us_right {
  height: 500px;
}
.about_us_data {
  width: 80%;
  margin-top: 0;
}
.about_us_data h3 {
  font-size: 1.8rem;
  line-height: 40px;
  text-underline-offset: 5px;
  padding: 5% 0;
}
.about_us_data p {
  font-size: .9rem;
  margin-bottom: 0;
  padding: 7px 0;
}
.about_us_img {
  width: 90%;
  height: 550px;
  position: relative;
}
.about_us_img .about_img_set {
  width: 70%;
  position: absolute;
  left: 15%;
  top: 10%;
}
.about_us_img .aboutbg_img_set {
  width: 70%;
  position: absolute;
  left: 10%;
  top: 50%;
}
}
@media (max-width: 1200px){
  .sec_about {
  height: 100%;
  padding-top: 113px;
}
.content {
  width: 100%;
  height: 520px;
}
.about_us {
  display: flex;
}
.about_us_left {
  height: 500px;
}
.about_us_right {
  height: 500px;
}
.about_us_data {
  width: 80%;
  margin-top: 0;
}
.about_us_data h3 {
  font-size: 1.8rem;
  line-height: 40px;
  text-underline-offset: 5px;
  padding: 5% 0;
}
.about_us_data p {
  font-size: .9rem;
  line-height: 20px;
  margin-bottom: 0;
  padding: 7px 0;
}
.about_us_img {
  width: 90%;
  height: 450px;
}
.about_us_img .about_img_set {
  left: 15%;
  top: 25%;
}
.about_us_img .aboutbg_img_set {
  left: 10%;
  top: 60%;
}
}
@media (max-width: 768px) {
  .sec_about {
    height: 800px;
    padding-top: 75px;
  }
  .about_us {
    display: flex;
  }
  .about_us_left {
    height: 350px;
  }
  .about_us_right {
    height: 400px;
  }
  .about_us_data {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0 2%;
  }
  .about_us_data h3 {
    font-size: 1.8rem;
    line-height: 35px;
  }
  .about_us_data p {
    font-size: 0.85rem;
    line-height: 18px;
    padding: 3px 0;
  }
  .about_us_img {
    width: 100%;
    height: 400px;
  }
  .about_us_img .about_img_set {
    width: 48%;
    top: 3%;
    left: 27%;
  }
  .about_us_img .aboutbg_img_set {
    width: 55%;
    top: 45%;
    left: 23%;
  }
}
@media (max-width: 650px) {
  .sec_about {
    height: 750px;
    padding-top: 75px;
  }
  .about_us_left {
    height: 350px;
  }
  .about_us_right {
    height: 300px;
  }
  .about_us_img {
    height: 300px;
  }
  .about_us_img .about_img_set {
    width: 48%;
    top: 5%;
    left: 27%;
  }
  .about_us_img .aboutbg_img_set {
    width: 55%;
    top: 50%;
    left: 23%;
  }
}
@media (max-width: 500px) {
  .sec_about {
    height: 730px !important;
  }
  .content {
    height: auto;
  }
  .about_us {
    display: flex;
  }
  .about_us_left {
    height: 350px !important;
  }
  .about_us_right {
    height: 300px !important;
  }
  .about_us_data {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0 2%;
  }
  .about_us_data h3 {
    color: #000;
    font-size: 1.5rem;
    line-height: 30px;
    text-underline-offset: 5px;
  }
  .about_us_data p {
    color: #000;
    font-size: 0.8rem;
    line-height: 15px;
    padding: 5px 0;
  }
  .about_us_img {
    width: 100%;
    height: 300px;
  }
  .about_us_img .about_img_set {
    width: 55%;
    position: absolute;
    top: 5%;
    left: 22%;
  }
  .about_us_img .aboutbg_img_set {
    width: 70%;
    position: absolute;
    top: 40%;
    left: 15%;
  }
}
@media (max-width: 400px) {
  .sec_about {
    height: 705px !important;
  }
  .content {
    height: auto;
  }
  .about_us {
    display: flex;
  }
  .about_us_left {
    height: 350px !important;
  }
  .about_us_right {
    height: 280px !important;
  }
  .about_us_data {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0 2%;
  }
  .about_us_data h3 {
    color: #000;
    font-size: 1.3rem;
    line-height: 30px;
    text-underline-offset: 5px;
  }
  .about_us_data p {
    color: #000;
    font-size: 0.7rem;
    line-height: 15px;
    padding: 5px 0;
  }
  .about_us_img {
    width: 100%;
    height: 280px;
  }
  .about_us_img .about_img_set {
    width: 60%;
    position: absolute;
    top: 5%;
    left: 22%;
  }
  .about_us_img .aboutbg_img_set {
    width: 70%;
    position: absolute;
    top: 40%;
    left: 15%;
  }
}
@media (max-width: 350px) {
  .sec_about {
    height: 705px !important;
  }
  .content {
    height: 630;
  }
  .about_us {
    display: flex;
  }
  .about_us_left {
    height: 380px !important;
  }
  .about_us_right {
    height: 250px !important;
  }
  .about_us_data {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0 2%;
  }
  .about_us_data h3 {
    color: #000;
    font-size: 1rem;
    line-height: 30px;
    text-underline-offset: 5px;
  }
  .about_us_data p {
    color: #000;
    font-size: 0.7rem;
    line-height: 15px;
    padding: 5px 0;
  }
  .about_us_img {
    width: 100%;
    height: 250px;
  }
  .about_us_img .about_img_set {
    width: 60%;
    position: absolute;
    top: 15%;
    left: 22%;
  }
  .about_us_img .aboutbg_img_set {
    width: 70%;
    position: absolute;
    top: 40%;
    left: 15%;
  }
}
/* ------------------------------ about_us-end ------------------------------ */
/* ------------------------------ Our_Approach ------------------------------ */
.sec_approch {
  width: 100%;
  height: 641px;
  background: #f5f8f9;
  position: relative;
}
.approch_data {
  width: 100%;
  height: 113px;
  position: relative;
}
.approch_title h3 {
  color: #000;
  font-size: 2rem;
  font-family: poppins;
  font-weight: 600;
  line-height: 45px;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 1px;
  text-align: center;
  padding-top: 3%;
}
.approch_img {
  width: 100%;
  height: 527px;
  text-align: center;
  position: relative;
}
.approch_img .approch_img-left {
  width: 9%;
  position: absolute;
  left: 5%;
}
.approch_img .approch_img-right {
  width: 9%;
  position: absolute;
  right: 5%;
}
.approch_img .approch_img-set {
  width: 80%;
  position: relative;
  top: 13%;
}
.approch_img .approch_img2-set {
  display: none;
}
.approch_img .approch_img-1 {
  width: 6%;
  position: absolute;
  top: 16%;
  left: 18%;
}
.approch_img .approch_img-2 {
  width: 4%;
  position: absolute;
  top: 38%;
  left: 35.5%;
}
.approch_img .approch_img-3 {
  width: 7%;
  position: absolute;
  top: 18%;
  left: 46.2%;
}
.approch_img .approch_img-4 {
  width: 6%;
  position: absolute;
  top: 35%;
  left: 61.5%;
}
.approch_img .approch_img-5 {
  width: 9%;
  position: absolute;
  top: 15%;
  left: 73.7%;
}
.approch_img p {
  color: #000;
  font-size: 0.85rem;
  font-family: poppins;
  font-weight: 400;
}
.approch_img .approch_text-left {
  position: absolute;
  top: 63%;
  left: 12.5%;
}
.approch_img .approch_text-1 {
  position: absolute;
  top: 48%;
  left: 23.5%;
}
.approch_img .approch_text-2 {
  position: absolute;
  top: 63%;
  left: 35%;
}
.approch_img .approch_text-3 {
  position: absolute;
  top: 48%;
  left: 46%;
}
.approch_img .approch_text-4 {
  position: absolute;
  top: 63%;
  left: 57%;
}
.approch_img .approch_text-5 {
  position: absolute;
  top: 48%;
  left: 68.7%;
}
.approch_img .approch_text-right {
  position: absolute;
  top: 63%;
  left: 81%;
}
@media (max-width: 500px) {
  .sec_approch {
    width: 100%;
    height: 754px;
    background: #f5f8f9;
    position: relative;
  }
  .approch_data {
    width: 100%;
    height: 75px;
    position: relative;
  }
  .approch_title h3 {
    font-size: 1.5rem;
    line-height: 30px;
    text-align: center;
    padding-top: 3%;
  }
  .approch_img {
    width: 100%;
    height: 679px;
    position: relative;
  }
  .approch_img .approch_img-set {
    display: none;
  }
  .approch_img .approch_img2-set {
    display: inline-block;
    width: 55%;
    height: 90%;
    position: relative;
    top: 4%;
  }
  .approch_img p {
    width: auto;
    color: #000;
    font-size: 0.6rem;
  }
  .approch_img .approch_text-left {
    position: absolute;
    top: 19%;
    right: 0;
  }
  .approch_img .approch_text-1 {
    position: absolute;
    top: 31%;
    left: 25%;
  }
  .approch_img .approch_text-2 {
    position: absolute;
    top: 41%;
    right: 5%;
  }
  .approch_img .approch_text-3 {
    position: absolute;
    top: 55%;
    left: 24%;
  }
  .approch_img .approch_text-4 {
    position: absolute;
    top: 66%;
    left: 47%;
  }
  .approch_img .approch_text-5 {
    position: absolute;
    top: 79%;
    left: 22%;
  }
  .approch_img .approch_text-right {
    position: absolute;
    top: 89%;
    left: 50%;
  }
}
@media (max-width: 400px) {
  .sec_approch {
    width: 100%;
    height: 830px;
    background: #f5f8f9;
    position: relative;
  }
  .approch_data {
    width: 100%;
    height: 75px;
    position: relative;
  }
  .approch_title h3 {
    font-size: 1.3rem;
    line-height: 30px;
    text-align: center;
    padding-top: 3%;
  }
  .approch_img {
    width: 100%;
    height: 754px;
    position: relative;
  }
  .approch_img .approch_img-set {
    display: none;
  }
  .approch_img .approch_img2-set {
    display: inline-block;
    width: 75%;
    height: 95%;
    position: relative;
  }
  .approch_img p {
    width: auto;
    color: #000;
    font-size: 0.6rem;
  }
  .approch_img .approch_text-left {
    position: absolute;
    top: 20%;
    left: 22%;
  }
  .approch_img .approch_text-1 {
    position: absolute;
    top: 32%;
    left: 18%;
  }
  .approch_img .approch_text-2 {
    position: absolute;
    top: 43%;
    left: 43%;
  }
  .approch_img .approch_text-3 {
    position: absolute;
    top: 57%;
    left: 17%;
  }
  .approch_img .approch_text-4 {
    position: absolute;
    top: 69%;
    left: 49%;
  }
  .approch_img .approch_text-5 {
    position: absolute;
    top: 82%;
    left: 13%;
  }
  .approch_img .approch_text-right {
    position: absolute;
    top: 93%;
    left: 53%;
  }
}
/* ------------------------------ Our_Approach-end ------------------------------ */
/* ------------------------------ our_team-content ------------------------------ */
.sec_team {
  width: 100%;
  height: 641px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(tt_img_new/purple\ blue\ wallpaper.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.our_team {
  display: flex;
}
.our_team_head {
  width: 100%;
  height: 113px;
  position: relative;
}
.our_team_content {
  width: 100%;
  height: 527px;
  position: relative;
}
.our_team_content2 {
  display: none;
}
.our_team_data {
  width: 100%;
  padding-top: 2%;
}
.our_team_data h3 {
  color: #fff;
  font-size: 40px;
  font-family: poppins;
  font-weight: 600;
  line-height: 45px;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 1px;
  text-align: center;
}
.our_team_img-1 {
  width: 100%;
  height: 234px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our_team_img-2 {
  width: 100%;
  height: 234px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.team-col {
  width: 170px;
  position: relative;
  overflow: hidden;
  margin: 0 7px;
}
.team-col img {
  width: 100%;
  display: block;
}
.team_layer {
  width: 100%;
  height: 0px;
  text-align: center;
  position: absolute;
  bottom: 0;
  transition: 0.5s;
  background: transparent;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px 3px;
}
.team-col:hover .team_layer {
  height: 100px;
  background: rgba(0, 0, 0, 0.5);
}
.team-col:hover .team_layer h5 {
  opacity: 1;
}
.team-col:hover .team_layer p {
  opacity: 1;
}
.team_layer h5 {
  color: #fff;
  font-size: 1rem;
  font-family: poppins;
  font-weight: 400;
  text-align: center !important;
  opacity: 0;
  transition: 0.5s ease;
  padding-top: 4%;
}
.team_layer p {
  color: #fff;
  font-size: 0.65rem;
  font-family: poppins;
  font-weight: 400;
  opacity: 0;
  padding: 3% 0;
}
@media (max-width: 700px) {
  .sec_team {
    height: 980px;
  }
  .our_team {
    display: flex;
  }
  .our_team_head {
    width: 100%;
    height: 90px;
    position: relative;
  }
  .our_team_content {
    display: none;
  }
  .our_team_content2 {
    display: inline-block;
    width: 100%;
    height: 867px;
  }
  .our_team_data h3 {
    color: #fff;
    font-size: 1.5rem;
    line-height: 40px;
  }
  .our_team_img-1 {
    width: 100%;
    height: 100%;
    display: block;
  }
  .our_team_img-2 {
    width: 100%;
    height: 100%;
    display: block;
  }
  .team_row {
    width: 100%;
    height: 211px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .team-col {
    width: 150px;
    position: relative;
    overflow: hidden;
    margin: 0 3px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .team-col img {
    width: 80%;
    display: block;
  }
  .team_layer {
    width: 80%;
    padding: 5px 3px;
  }
  .team-col:hover .team_layer {
    height: 80px;
    background: rgba(0, 0, 0, 0.5);
  }
  .team-col:hover .team_layer h5 {
    opacity: 1;
  }
  .team-col:hover .team_layer p {
    opacity: 1;
  }
  .team_layer h5 {
    font-size: 0.8rem;
    padding-top: 2%;
  }
  .team_layer p {
    font-size: 0.55rem;
    padding: 1.5% 0;
  }
  .indicator_set-2 {
    width: 100%;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .indicator_set-2 li .fa {
    color: #fff;
    font-size: 1.5rem;
    margin: 10px;
  }
}
@media (max-width: 400px) {
  .sec_team {
    height: 890px;
  }
  .our_team {
    display: flex;
  }
  .our_team_head {
    width: 100%;
    height: 75px;
    position: relative;
  }
  .our_team_content {
    display: none;
  }
  .our_team_content2 {
    display: inline-block;
    width: 100%;
    height: 807px;
  }
  .our_team_data h3 {
    color: #fff;
    font-size: 1.3rem;
    line-height: 40px;
  }
  .our_team_img-1 {
    width: 100%;
    height: 100%;
    display: block;
  }
  .our_team_img-2 {
    width: 100%;
    height: 100%;
    display: block;
  }
  .team_row {
    width: 100%;
    height: 188px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .team-col {
    width: 150px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .team-col img {
    width: 80%;
    display: block;
  }
  .team_layer {
    width: 80%;
    padding: 5px 3px;
  }
  .team-col:hover .team_layer {
    height: 80px;
    background: rgba(0, 0, 0, 0.5);
  }
  .team-col:hover .team_layer h5 {
    opacity: 1;
  }
  .team-col:hover .team_layer p {
    opacity: 1;
  }
  .team_layer h5 {
    font-size: 0.8rem;
    padding-top: 2%;
  }
  .team_layer p {
    font-size: 0.55rem;
    padding: 1.5% 0;
  }
  .indicator_set-2 {
    width: 100%;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 10px;
  }
  .indicator_set-2 li .fa {
    color: #fff;
    font-size: 1.5rem;
  }
}
/* ------------------------------ our_team-content end------------------------------ */
/* ------------------------------ tt_life-content ------------------------------ */
.sec_life {
  width: 100%;
  height: 641px;
  background: #eee;
  user-select: none;
}
.tt_life {
  width: 100%;
  height: 15vh;
}
.tt_life_title h3 {
  color: #000;
  font-size: 2rem;
  font-family: poppins;
  font-weight: 600;
  line-height: 45px;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 1px;
  text-align: center;
  padding: 2% 0;
}
.tt_life_slide {
  width: 100%;
  height: 60vh;
}
#wrap {
  width: 100%;
  height: 60vh;
  position: relative;
  perspective: 1000px;
  transform-style: preserve-3d;
}
.item {
  margin: 15px auto;
  width: 50%;
  height: 90%;
  border-radius: 4px;
  position: absolute;
  left: 0;
  right: 0;
  cursor: pointer;
  transition: transform 0.4s ease;
}
.item01 img {
  width: 100%;
  height: 100%;
}
.item02 img {
  width: 100%;
  height: 100%;
}
.item03 img {
  width: 100%;
  height: 100%;
}
.item04 img {
  width: 100%;
  height: 100%;
}
.item05 img {
  width: 100%;
  height: 100%;
}
.item06 img {
  width: 100%;
  height: 100%;
}
.item07 img {
  width: 100%;
  height: 100%;
}
.item p {
  color: #fff;
  width: 100%;
  height: 50px;
  font-size: 1rem;
  padding: 1.5% 0;
  font-family: poppins;
  text-align: center;
  background: #504d4d7e;
  position: absolute;
  bottom: -4%;
}
.life_btn {
  width: 100%;
  height: 5vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.life_btn a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  padding: 10px 5px;
}
.life_btn a i {
  font-size: 30px;
  display: inline-block;
  text-decoration: none;
  color: #333;
}
@media (max-width: 700px) {
  .sec_life {
    width: 100%;
    height: 60vh;
    user-select: none;
  }
  .tt_life {
    width: 100%;
    height: 75px;
    text-align: center;
  }
  .tt_life_slide {
    width: 100%;
    height: 60vh;
  }
  .tt_life_title h3 {
    font-size: 1.5rem;
    line-height: 30px;
    padding-top: 5%;
  }
  #wrap {
    width: 100%;
    height: 40vh;
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
  }
  .item {
    margin: 10px auto;
    width: 70%;
    height: 90%;
  }
  .item p {
    width: 100%;
    height: 50px;
    font-size: 0.8rem;
    padding: 5% 0;
    position: absolute;
    bottom: -7%;
  }
  .btn a {
    padding: 5px 10px;
  }
}
@media (max-width: 400px) {
  .sec_life {
    width: 100%;
    height: 390px !important;
    user-select: none;
    border: 1px solid;
  }
  .tt_life {
    width: 100%;
    height: 70px;
    text-align: center;
  }
  .tt_life_title h3 {
    font-size: 1.3rem;
    line-height: 30px;
    padding-top: 5%;
  }
  #wrap {
    width: 100%;
    height: 264px;
  }
  .item {
    margin: 15px auto;
    width: 70%;
    height: 85%;
  }
  .item p {
    width: 100%;
    height: 50px;
    font-size: 0.7rem;
    padding: 6% 0;
    position: absolute;
    bottom: -8%;
  }
  .life_btn {
    height: 50px;
  }
  .life_btn a {
    padding: 0 10px;
  }
}
@media (max-width: 350px) {
  .tt_life_title h3 {
    font-size: 1rem;
  }
}
/* ------------------------------ tt_life-content end------------------------------ */
