/** service-style-three **/
.section_about{
    position: relative;
    padding-bottom: 150px;
}
.section_about .shape_icon_nine{
    position: absolute;
    right: 90px;
    bottom: 0px;
}
.section_about .ring_shape_icon{
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.section_about .nav-tabs{
    width: 100%;
    /* max-width: 830px; */
    max-width: 553px;
    margin: 0 auto;
    position: relative;
    display: flex;
    margin-bottom: 60px;
    align-items: center;
    gap: 7px;
    border-bottom: 1px solid #E8EDF5;
}
.section_about .nav-link{
    position: relative;
    color: #0D0D0D;
    padding: 10px 20px;
    text-align: center;
    font-family: var(--primary-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    cursor: pointer;
    border: none;
    transition: all 500ms ease;
}
.section_about .nav-link.active,
.section_about .nav-link:hover{
    background: linear-gradient(111deg, #1f4e79  19.42%, #1b4469 73.08%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section_about .nav-link:before{
    position: absolute;
    content: '';
    height: 2px;
    width: 0px;
    bottom: 0px;
    left: 0px;
    border-radius: 120px;
    transition: all .5s;
    background: linear-gradient(111deg, #1f4e79 19.42%, #d4e6ec 73.08%);    
}
.section_about .nav-link.active:before,
.section_about .nav-link:hover:before{
    width: 100%;
}
.section_about .content_column{
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
}


.section_about .content_box{
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    background-color: var(--tp-common-white);
    box-shadow: 0px 10px 60px 0px  rgba(8, 8, 41, 0.08);
    border-radius: 20px;
    padding: 50px;
}
.section_about .content_box h3{
    font-family: var(--primary-font);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 25px;
    background: linear-gradient(111deg, #1f4e79 19.42%, #1b4469 73.08%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section_about .content_box h4{
    color: #1f4e79;
    font-family: var(--secondary-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 5px;
    text-transform: capitalize;
    text-align: justify;
}
.section_about .content_box p{
    color: var(--primary-color);
    font-family: var(--secondary-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 20px;
    text-align: justify;
}

.section_about .content_box i{
    padding: 0 5px 0 10px;
}
.section_about .content_box h4 i{
    color: #1b4469;
}

.section_about .content_box strong{
    color: #1f4e79;
}

.section_about .image_box{
    position: relative;
    margin-left: 25px;
    border-radius: 10px;
    overflow: hidden;
}
.content_item_one{
    display: flex;
    align-items: flex-start;
    gap: 25px;
}
.content_item_one .icon_box{
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 65px;
    border-radius: 50%;
    text-align: center;
    flex-shrink: 0;
    background: rgba(159, 112, 253, 0.10);
}
.content_item_one .icon_box i{
    background: linear-gradient(111deg, #E770C1 19.42%, #9F70FD 73.08%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.content_item_one .icon_content h4{
    color: #0D0D0D;
    font-family: var(--secondary-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.content_item_one .icon_content p{
    color: var(--primary-color);
    font-family: var(--secondary-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.content_box hr{
    margin: 1.5rem 0;
    opacity: 0.1;

}

.team_details_content{
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    padding-top: 25px;
}

.author_content{
    margin: 0px 15px;
}
span.author_designation{
    display: block;
    margin: 15px 0 20px 0;
}
.author_comment p{
    color: #0D0D0D;
    font-family: var(--secondary-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 15px;
    text-align: justify;
    
}
.author_comment p:last-child{
    margin-bottom: 0;
}
.author_information{
    position: relative;
    padding: 40px;
    background: #F5F1FF;
}
.author_info_title{
    color: #0D0D0D;
    font-family: var(--primary-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 30px;
}
.author_info_item{
    margin-bottom: 20px;
}
.author_info_item span{
    color: #0D0D0D;
    font-family: var(--secondary-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.author_info_item h6{
    color: #0D0D0D;
    font-family: var(--primary-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

@media only screen and (max-width: 425px) {
    .section_about .content_box{
        padding: 50px 25px;
    }
    .section_about .content_box i{
        padding: 0;
    }

}

/*----------------------------------------*/
/*  our-partners-area
/*----------------------------------------*/
.our-partners-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: #080829;
  padding-bottom: 10px;
}

.our-partners-item img {
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}

.our-partners-border-bottom {
  border-bottom: 1px solid rgba(8, 8, 41, 0.1);
  padding-bottom: 90px;
}
.mb-25{
    margin-bottom: 25px;
}


/*----------------------------------------*/
/*  our-partners-area
/*----------------------------------------*/

.tp-section-title-lg {
  font-weight: 600;
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}
.tp-section-title-lg span {
  color: var(#6865FF);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-lg {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-lg {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-lg {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .tp-section-title-lg {
    font-size: 32px;
  }
  .tp-section-title-lg br {
    display: none;
  }
}

/*----------------------------------------*/
/*  18. PAYMENT CSS START
/*----------------------------------------*/

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 30px;
}
.mb-20{
    margin-bottom:20px
}
.pb-10{
    padding-bottom:10px
}
.tp-payment__mlr {
  margin-left: 100px;
  margin-right: 100px;
}
.tp-payment__title-box p {
  font-weight: 400;
  font-size: 20px;
  color: var(#5F6368);
}
@media (max-width: 767px) {
  .tp-payment__title-box p {
    font-size: 16px;
  }
}
.tp-payment__item {
  background: linear-gradient(284.05deg, #EBD1FF 8.66%, rgba(244, 233, 252, 0.54) 92.88%);
  border-radius: 40px;
  padding: 55px 70px;
  overflow: hidden;
  min-height: 440px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment__item {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .tp-payment__item {
    padding: 30px;
  }
}
.tp-payment__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment__title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .tp-payment__title {
    font-size: 24px;
    line-height: 28px;
  }
}
.tp-payment__content {
  position: relative;
  z-index: 9;
}
.tp-payment__content.tp-payment__content-space {
  padding-top: 35px;
}
.tp-payment__content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment__content p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-payment__content p {
    font-size: 15px;
    padding-bottom: 10px;
  }
  .tp-payment__content p br {
    display: none;
  }
}
.tp-payment__content a {
  font-weight: 600;
  font-size: 16px;
  line-height: 12px;
  color: #000229;
  position: relative;
}
.tp-payment__content a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: #000229;
  transition: width 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.tp-payment__content a i {
  margin-left: 6px;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.tp-payment__content a:hover {
  color: #000229;
}
.tp-payment__content a:hover::after {
  width: 100%;
}
.tp-payment__content a:hover i {
  transform: translateX(4px);
}
.tp-payment__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tp-payment__shape-1 img {
  opacity: 0.1;
}
.tp-payment__shape-2 {
  position: absolute;
  bottom: -1px;
  right: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment__shape-2 {
    right: 0;
  }
}
@media (max-width: 767px) {
  .tp-payment__shape-2 {
    position: relative;
    right: 0;
    padding-bottom: 0px;
    top: 30px;
  }
}
.tp-payment__shape-3 {
  position: absolute;
  bottom: 14%;
  right: 34%;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment__shape-3 {
    bottom: -1%;
    right: 31%;
  }
}
.tp-payment__shape-4 {
  position: absolute;
  bottom: 16%;
  right: 36%;
}
.tp-payment__shape-5 {
  position: absolute;
  bottom: -26%;
  right: -3%;
}
.tp-payment__shape-6 {
  position: absolute;
  bottom: 9%;
  right: 4%;
  z-index: -1;
  opacity: 0.5;
}
.tp-payment__shape-7 {
  position: absolute;
  bottom: -4%;
  left: 10%;
}
.tp-payment__shape-7 img {
  width: 70%;
}
.tp-payment__shape-8 {
  position: absolute;
  bottom: 18%;
  left: -2%;
}
.tp-payment__shape-8 img {
  width: 80%;
}
.tp-payment__shape-9 {
  position: absolute;
  bottom: 6%;
  right: 0%;
}
.tp-payment__shape-10 {
  position: absolute;
  bottom: 12%;
  left: 0%;
}
.tp-payment__shape-11 {
  position: absolute;
  bottom: -5%;
  left: 31%;
}
.tp-payment__bg-color-2 {
  background: linear-gradient(142.23deg, #FFF7F1 7.63%, #FAE9EF 99.01%), linear-gradient(142.23deg, #FFF7F1 7.63%, #FAE9EF 99.01%);
  border-radius: 40px;
}
.tp-payment__bg-color-3 {
  background: linear-gradient(142.23deg, #F3F8FF 7.63%, #CEDBFF 99.01%);
  border-radius: 40px;
}

@media (max-width: 767px) {
  .tp-account-bg {
    margin-bottom: 60px;
  }
}

.tp-our-network__space {
  padding-top: 100px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .tp-our-network__space {
    padding-bottom: 100px;
  }
}
.tp-our-network__main-img {
  display: inline-block;
}
.tp-our-network__main-img img {
  border-radius: 50%;
  box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-our-network__title-box {
    padding-bottom: 30px;
  }
}
.tp-our-network__circle::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #AEE87C;
  border-radius: 50%;
  top: -3px;
  right: 0;
}
@keyframes circle-animation {
  0% {
    right: 0;
  }
  50% {
    right: 100%;
  }
  100% {
    right: 0%;
  }
}
@keyframes circle-animation-2 {
  0% {
    left: 0;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
}
.tp-our-network__circle.circle-1::after {
  animation: circle-animation 30s linear infinite;
}
.tp-our-network__circle.circle-2::after {
  left: 0;
  animation: circle-animation-2 20s linear infinite;
}
.tp-our-network__circle.circle-3::after {
  animation: circle-animation 30s linear infinite;
}
.tp-our-network__circle.circle-4::after {
  left: 0;
  animation: circle-animation-2 20s linear infinite;
}
.tp-our-network__circle.circle-5::after {
  animation: circle-animation 30s linear infinite;
}
.tp-our-network__circle.circle-6::after {
  animation: circle-animation 30s linear infinite;
}
.tp-our-network__circle.circle-7::after {
  left: 0;
  animation: circle-animation-2 20s linear infinite;
}
.tp-our-network__circle.circle-8::after {
  animation: circle-animation 30s linear infinite;
}
.tp-our-network__circle.circle-9::after {
  left: 0;
  animation: circle-animation-2 20s linear infinite;
}
.tp-our-network__circle.circle-10::after {
  animation: circle-animation 30s linear infinite;
}
.tp-our-network__circle.circle-11::after {
  left: 0;
  animation: circle-animation-2 20s linear infinite;
}
.tp-our-network__circle.circle-12::after {
  animation: circle-animation 30s linear infinite;
}
.tp-our-network__circle.circle-13::after {
  left: 0;
  animation: circle-animation-2 20s linear infinite;
}
.tp-our-network__circle.circle-14::after {
  animation: circle-animation 30s linear infinite;
}
.tp-our-network__circle.circle-15::after {
  left: 0;
  animation: circle-animation-2 20s linear infinite;
}
.tp-our-network__circle.circle-16::after {
  animation: circle-animation 30s linear infinite;
}
.tp-our-network__main-circle {
  display: inline-block;
}
.tp-our-network__line-1 {
  position: absolute;
  left: -150%;
  top: 50%;
  transform: translate(-50%) rotate(-14deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 610px;
  background-color: #AEE87C;
}
.tp-our-network__line-1 span {
  transform: translateY(-50%) rotate(14deg);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-our-network__line-1 {
    width: 510px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-our-network__line-1 {
    width: 380px;
    left: -68%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-our-network__line-1 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(-18deg);
  }
  .tp-our-network__line-1 span {
    transform: translateY(-50%) rotate(18deg);
  }
}
@media (max-width: 767px) {
  .tp-our-network__line-1 {
    width: 140px;
    left: 6%;
  }
}
.tp-our-network__line-2 {
  position: absolute;
  left: -9%;
  top: 50%;
  transform: translate(-50%) rotate(-44deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 190px;
  background-color: #AEE87C;
}
.tp-our-network__line-2 span {
  transform: translateY(-50%) rotate(44deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-our-network__line-2 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(-72deg);
  }
  .tp-our-network__line-2 span {
    transform: translateY(-50%) rotate(72deg);
  }
}
@media (max-width: 767px) {
  .tp-our-network__line-2 {
    width: 140px;
    left: 6%;
  }
}
.tp-our-network__line-3 {
  position: absolute;
  left: -74%;
  top: 50%;
  transform: translate(-50%) rotate(-24deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 380px;
  background-color: #AEE87C;
}
.tp-our-network__line-3 span {
  transform: translateY(-50%) rotate(24deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-our-network__line-3 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(-51deg);
  }
  .tp-our-network__line-3 span {
    transform: translateY(-50%) rotate(51deg);
  }
}
@media (max-width: 767px) {
  .tp-our-network__line-3 {
    width: 140px;
    left: 6%;
    transform: translate(-50%) rotate(-43deg);
  }
  .tp-our-network__line-3 span {
    transform: translateY(-50%) rotate(43deg);
  }
}
.tp-our-network__line-4 {
  position: absolute;
  left: -90%;
  top: 50%;
  transform: translate(-50%) rotate(-2deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 430px;
  background-color: #AEE87C;
}
.tp-our-network__line-4 span {
  transform: translateY(-50%) rotate(2deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-our-network__line-4 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(-9deg);
  }
  .tp-our-network__line-4 span {
    transform: translateY(-50%) rotate(9deg);
  }
}
@media (max-width: 767px) {
  .tp-our-network__line-4 {
    width: 140px;
    left: 6%;
  }
}
.tp-our-network__line-5 {
  position: absolute;
  left: -137%;
  top: 50%;
  transform: translate(-50%) rotate(10deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 570px;
  background-color: #AEE87C;
}
.tp-our-network__line-5 span {
  transform: translateY(-50%) rotate(-10deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-our-network__line-5 {
    width: 380px;
    left: -68%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-our-network__line-5 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(14deg);
  }
  .tp-our-network__line-5 span {
    transform: translateY(-50%) rotate(-14deg);
  }
}
@media (max-width: 767px) {
  .tp-our-network__line-5 {
    width: 140px;
    left: 6%;
  }
}
.tp-our-network__line-6 {
  position: absolute;
  left: -63%;
  top: 50%;
  transform: translate(-50%) rotate(26deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 350px;
  background-color: #AEE87C;
}
.tp-our-network__line-6 span {
  transform: translateY(-50%) rotate(-26deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-our-network__line-6 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(41deg);
  }
  .tp-our-network__line-6 span {
    transform: translateY(-50%) rotate(-41deg);
  }
}
@media (max-width: 767px) {
  .tp-our-network__line-6 {
    width: 140px;
    left: 6%;
  }
}
.tp-our-network__line-7 {
  position: absolute;
  left: 6%;
  top: 50%;
  transform: translate(-50%) rotate(51deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 140px;
  background-color: #AEE87C;
}
.tp-our-network__line-7 span {
  transform: translateY(-50%) rotate(-51deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-our-network__line-7 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(63deg);
  }
  .tp-our-network__line-7 span {
    transform: translateY(-50%) rotate(-63deg);
  }
}
@media (max-width: 767px) {
  .tp-our-network__line-7 {
    width: 140px;
    left: 6%;
  }
}
.tp-our-network__line-8 {
  position: absolute;
  left: 1%;
  top: 50%;
  transform: translate(-50%) rotate(130deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 160px;
  background-color: #AEE87C;
}
.tp-our-network__line-8 span {
  transform: translateY(-50%) rotate(-130deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-our-network__line-8 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(90deg);
  }
  .tp-our-network__line-8 span {
    transform: translateY(-50%) rotate(-90deg);
  }
}
@media (max-width: 767px) {
  .tp-our-network__line-8 {
    width: 140px;
    left: 6%;
  }
}
.tp-our-network__line-9 {
  position: absolute;
  left: -73%;
  top: 50%;
  transform: translate(-50%) rotate(150deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 380px;
  background-color: #AEE87C;
}
.tp-our-network__line-9 span {
  transform: translateY(-50%) rotate(-150deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-our-network__line-9 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(116deg);
  }
  .tp-our-network__line-9 span {
    transform: translateY(-50%) rotate(-116deg);
  }
}
@media (max-width: 767px) {
  .tp-our-network__line-9 {
    width: 140px;
    left: 6%;
    transform: translate(-50%) rotate(99deg);
  }
  .tp-our-network__line-9 span {
    transform: translateY(-50%) rotate(-99deg);
  }
}
.tp-our-network__line-10 {
  position: absolute;
  left: -146%;
  top: 50%;
  transform: translate(-50%) rotate(160deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 600px;
  background-color: #AEE87C;
}
.tp-our-network__line-10 span {
  transform: translateY(-50%) rotate(-160deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-our-network__line-10 {
    width: 380px;
    left: -68%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-our-network__line-10 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(142deg);
  }
  .tp-our-network__line-10 span {
    transform: translateY(-50%) rotate(-142deg);
  }
}
@media (max-width: 767px) {
  .tp-our-network__line-10 {
    width: 140px;
    left: 6%;
  }
}
.tp-our-network__line-11 {
  position: absolute;
  left: -89%;
  top: 50%;
  transform: translate(-50%) rotate(170deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 430px;
  background-color: #AEE87C;
}
.tp-our-network__line-11 span {
  transform: translateY(-50%) rotate(-170deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-our-network__line-11 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(160deg);
  }
  .tp-our-network__line-11 span {
    transform: translateY(-50%) rotate(-160deg);
  }
}
@media (max-width: 767px) {
  .tp-our-network__line-11 {
    width: 140px;
    left: 6%;
    transform: translate(-50%) rotate(148deg);
  }
  .tp-our-network__line-11 span {
    transform: translateY(-50%) rotate(-148deg);
  }
}
.tp-our-network__line-12 {
  position: absolute;
  left: -146%;
  top: 50%;
  transform: translate(-50%) rotate(180deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 600px;
  background-color: #AEE87C;
}
.tp-our-network__line-12 span {
  transform: translateY(-50%) rotate(-180deg);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-our-network__line-12 {
    width: 560px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-our-network__line-12 {
    width: 380px;
    left: -68%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-our-network__line-12 {
    width: 250px;
    left: -35%;
  }
}
@media (max-width: 767px) {
  .tp-our-network__line-12 {
    width: 140px;
    left: 6%;
  }
}
.tp-our-network__line-13 {
  position: absolute;
  left: -45%;
  top: 50%;
  transform: translate(-50%) rotate(190deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 300px;
  background-color: #AEE87C;
}
.tp-our-network__line-13 span {
  transform: translateY(-50%) rotate(-190deg);
}
.tp-our-network__line-13 img {
  box-shadow: 0px 10px 50px rgba(32, 33, 36, 0.1);
  border-radius: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-our-network__line-13 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(198deg);
  }
  .tp-our-network__line-13 span {
    transform: translateY(-50%) rotate(-198deg);
  }
}
@media (max-width: 767px) {
  .tp-our-network__line-13 {
    width: 140px;
    left: 6%;
  }
}
.tp-our-network__line-14 {
  position: absolute;
  left: -129%;
  top: 50%;
  transform: translate(-50%) rotate(199deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 550px;
  background-color: #AEE87C;
}
.tp-our-network__line-14 span {
  transform: translateY(-50%) rotate(-199deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-our-network__line-14 {
    width: 380px;
    left: -68%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-our-network__line-14 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(215deg);
  }
  .tp-our-network__line-14 span {
    transform: translateY(-50%) rotate(-215deg);
  }
}
@media (max-width: 767px) {
  .tp-our-network__line-14 {
    width: 140px;
    left: 6%;
  }
}
.tp-our-network__line-15 {
  position: absolute;
  left: -70%;
  top: 50%;
  transform: translate(-50%) rotate(211deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 370px;
  background-color: #AEE87C;
}
.tp-our-network__line-15 span {
  transform: translateY(-50%) rotate(-211deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-our-network__line-15 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(236deg);
  }
  .tp-our-network__line-15 span {
    transform: translateY(-50%) rotate(-236deg);
  }
}
@media (max-width: 767px) {
  .tp-our-network__line-15 {
    width: 140px;
    left: 6%;
    transform: translate(-50%) rotate(236deg);
  }
  .tp-our-network__line-15 span {
    transform: translateY(-50%) rotate(-236deg);
  }
}
.tp-our-network__line-16 {
  position: absolute;
  left: -3%;
  top: 50%;
  transform: translate(-50%) rotate(228deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 170px;
  background-color: #AEE87C;
}
.tp-our-network__line-16 span {
  transform: translateY(-50%) rotate(-228deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-our-network__line-16 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(273deg);
  }
  .tp-our-network__line-16 span {
    transform: translateY(-50%) rotate(-273deg);
  }
}
@media (max-width: 767px) {
  .tp-our-network__line-16 {
    width: 140px;
    left: 6%;
    transform: translate(-50%) rotate(276deg);
  }
  .tp-our-network__line-16 span {
    transform: translateY(-50%) rotate(-273deg);
  }
}
.tp-our-network__line-1 span, .tp-our-network__line-2 span, .tp-our-network__line-3 span, .tp-our-network__line-4 span, .tp-our-network__line-5 span, .tp-our-network__line-6 span, .tp-our-network__line-7 span, .tp-our-network__line-8 span, .tp-our-network__line-9 span, .tp-our-network__line-10 span, .tp-our-network__line-11 span, .tp-our-network__line-12 span, .tp-our-network__line-13 span, .tp-our-network__line-14 span, .tp-our-network__line-15 span, .tp-our-network__line-16 span {
  position: absolute;
  left: -40px;
  top: 50%;
}
.tp-our-network__line-1 span:hover img, .tp-our-network__line-2 span:hover img, .tp-our-network__line-3 span:hover img, .tp-our-network__line-4 span:hover img, .tp-our-network__line-5 span:hover img, .tp-our-network__line-6 span:hover img, .tp-our-network__line-7 span:hover img, .tp-our-network__line-8 span:hover img, .tp-our-network__line-9 span:hover img, .tp-our-network__line-10 span:hover img, .tp-our-network__line-11 span:hover img, .tp-our-network__line-12 span:hover img, .tp-our-network__line-13 span:hover img, .tp-our-network__line-14 span:hover img, .tp-our-network__line-15 span:hover img, .tp-our-network__line-16 span:hover img {
  transform: scale(1.1);
}
.tp-our-network__wrapper {
  padding-top: 170px;
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .tp-our-network__wrapper {
    padding-top: 130px;
  }
}
