/*----------------------------------------*/
/*  8.1 offer css
/*----------------------------------------*/
.tp-offer-area {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  .tp-offer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .tp-offer-shape .shape-1 {
    position: absolute;
    top: 500;
    left: 0;
    z-index: 0;
    opacity: 0.5;
  }
  .tp-offer-shape .shape-2 {
    position: absolute;
    right: 124px;
    top: 210px;
    animation: tprotate 2s ease-in-out 0.1s forwards infinite alternate;
  }
  .tp-offer-wrapper {
    position: relative;
    background:#ffff;
    box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.04);
    padding: 7px 0px 2px 0px;
  }
  .tp-offer-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    background:rgb(0 146 255);
    height: 27px;
    width: 0px;
    transition: all 0.4s;
  }
  .tp-offer-wrapper:hover .tp-offer-wrapper-thumb {
    animation: icon-bounce 0.8s 1;
  }
  .tp-offer-wrapper:hover::after {
    width: 31px;
  }
  .tp-offer-wrapper:hover .tp-offer-wrapper-btn a i {
    transform: rotate(45deg);
  }
  .tp-offer-wrapper .offer-title {
    font-weight: 600;
    font-size: 19px !important;
    line-height: 31px;
    margin-bottom: 22px;
    color: #020626;
  }
  .tp-offer-wrapper-thumb img {
    margin-bottom: 30px;
    height: 66px;
  }
  .tp-offer-wrapper-btn a {
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    color:rgb(0 146 255);
    transition: all 0.3s ease-in;
  }
  .tp-offer-wrapper-btn a:hover {
    color: #020626;
  }
  .tp-offer-wrapper-btn a i {
    transform: translateY(2px);
    margin-left: -7px;
    transition: all 0.3s ease-in;
    position: relative;
  top: -14px;
  }
  .tp-offer-all-btn p {
    position: relative;
    font-family: "Raleway";
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color:#000000;
    margin-bottom: 0;
  }
  .tp-offer-all-btn p a {
    color:rgb(0 146 255);
    text-decoration: underline;
  }
  .tp-offer-all-btn p a span {
    margin-left: 10px;
    background:#ffff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.11);
    height: 20px;
    width: 20px;
    display: inline-block;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    color:rgb(0 146 255);
  }
  .tp-offer-all-btn p a span i {
    transform: translateX(2px);
  }

  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-feature-wrapper.offer p::after {
      left: 95px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-feature-wrapper.offer p::after {
      height: 45px;
    }
  }

  /*----------------------------------------*/
  /*  8.2 offer css
  /*----------------------------------------*/
  .tp-portfolio-item-wrapper:hover .tp-portfolio-item-thumb img {
    transform: scale(1.05);
  }
  .tp-portfolio-item-wrapper:hover .tp-portfolio-item-content {
    transform: translateY(-20px);
  }
  .tp-portfolio-item-thumb {
    overflow: hidden;
  }
  .tp-portfolio-item-thumb img {
    transition: all 0.3s ease-in-out;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tp-portfolio-item-thumb img {
      width: 100%;
    }
  }
  .tp-portfolio-item-content {
    background-color:#ffff;
    padding: 35px 25px 32px;
    filter: drop-shadow(0px 3px 13px rgba(0, 0, 0, 0.078));
    margin-top: -85px;
    margin-bottom: 40px;
    margin-right: 20px;
    margin-left: 20px;
    transition: all 0.3s ease-in-out;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-portfolio-item-content {
      padding: 25px 15px 25px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-portfolio-item-content {
      padding: 20px 20px 20px;
    }
  }
  .tp-portfolio-item-content:hover {
    background-color: #020626;
  }
  .tp-portfolio-item-content:hover .tp-portfolio-item-title {
    color:#ffff;
  }
  .tp-portfolio-item-content-btn a {
    font-size: 15px;
    font-weight: 400;
    color:rgb(0 146 255);
  }
  .tp-portfolio-item-content-btn a:hover i {
    animation: tfLeftToRight 0.5s forwards;
  }
  .tp-portfolio-item-content-btn a i {
    margin-left: 5px;
  }
  .tp-portfolio-item-subtitle {
    text-transform: uppercase;
    color: #969FA5;
    font-size: 14px;
    font-weight: 500;
  }
  .tp-portfolio-item-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
    transition: none;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-portfolio-item-title {
      font-size: 22px;
    }
  }
  @media (max-width: 575px) {
    .tp-portfolio-item-title {
      font-size: 20px;
    }
  }
  .tp-portfolio-details-wrapper {
    margin-bottom: 60px;
  }
  .tp-portfolio-details-wrapper p {
    line-height: 1.95;
    color: #5C727D;
    margin-bottom: 40px;
  }
  .tp-portfolio-details-thumb {
    margin-bottom: 30px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tp-portfolio-details-thumb img {
      width: 100%;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-portfolio-details-meta {
      margin-bottom: 15px;
    }
  }
  .tp-portfolio-details-meta-item {
    margin-right: 70px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-portfolio-details-meta-item {
      margin-right: 45px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tp-portfolio-details-meta-item {
      margin-right: 40px;
      margin-bottom: 30px;
    }
  }
  .tp-portfolio-details-meta-item p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #949392;
    margin-bottom: 0;
  }
  .tp-portfolio-details-meta-title {
    font-weight: 600;
    font-size: 16px;
    color:#000000;
  }
  .tp-portfolio-details-meta-icon {
    margin-right: 10px;
  }
  .tp-portfolio-details-btn a {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    padding: 14px 55px;
    text-transform: capitalize;
    color:#ffff;
    background:rgb(0 146 255);
    transition: 0.3s;
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-portfolio-details-btn a {
      margin-top: 20px;
    }
  }
  .tp-portfolio-details-btn a:hover {
    background: #020626;
  }
  .tp-portfolio-details-title {
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 15px;
    color: #020626;
  }
  .tp-portfolio-details-list-title {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 18px;
    color: #020626;
  }
  .tp-portfolio-details-list ul li {
    list-style: none;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
  }
  .tp-portfolio-details-list ul li span {
    color:rgb(0 146 255);
    margin-right: 8px;
  }
  .tp-portfolio-details-info-box {
    background:#ffff;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    padding: 60px 35px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-portfolio-details-info-box {
      padding: 50px 30px;
    }
  }
  @media (max-width: 575px) {
    .tp-portfolio-details-info-box {
      padding: 40px 20px;
    }
  }
  .tp-portfolio-details-info-title {
    font-family: var(--tp-ff-body);
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: capitalize;
    color:#000000;
  }
  .tp-portfolio-details-info-title span {
    margin-right: 12px;
  }
  .tp-portfolio-details-info-address {
    border-bottom: 1px solid rgba(21, 19, 19, 0.11);
    padding-bottom: 18px;
    margin-bottom: 30px;
  }
  .tp-portfolio-details-info-address p {
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    color: #696969;
    line-height: 1.9;
  }
  .tp-portfolio-details-info-mail {
    border-bottom: 1px solid rgba(21, 19, 19, 0.11);
    padding-bottom: 18px;
    margin-bottom: 30px;
  }
  .tp-portfolio-details-info-mail-content span {
    margin-right: 10px;
  }
  .tp-portfolio-details-info-mail-text p {
    text-transform: capitalize;
    color: #696969;
    margin-bottom: 6px;
  }
  .tp-portfolio-details-info-open {
    margin-bottom: 50px;
  }
  .tp-portfolio-details-info-open-icon {
    height: 78px;
    width: 78px;
    text-align: center;
    line-height: 78px;
    border-radius: 3px;
    background-color:rgb(0 146 255);
    margin-right: 15px;
  }
  .tp-portfolio-details-info-open-content p {
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #696969;
    margin-bottom: 5px;
  }
  .tp-portfolio-details-info-social a {
    color: #020626;
    background: rgba(72, 164, 185, 0.06);
    border-radius: 73px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    transition: 0.3s;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-portfolio-details-info-social a {
      margin-right: 15px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-portfolio-details-info-social a {
      margin-right: 4px;
    }
  }
  @media (max-width: 575px) {
    .tp-portfolio-details-info-social a {
      margin-right: 10px;
    }
  }
  .tp-portfolio-details-info-social a:hover {
    color:#ffff;
    background-color:rgb(0 146 255);
  }

/*  8.4 fun fact css
/*----------------------------------------*/
.tp-industry-area {
    overflow: hidden;

  }
  .tp-industry-shape .shape-1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  @media only screen and (min-width: 1701px) and (max-width: 1800px) {
    .tp-industry-shape .shape-1 {
      left: 49%;
      transform: translateX(-51%);
    }
  }
  @media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .tp-industry-shape .shape-1 {
      left: 45%;
    }
  }
  @media (max-width: 768px){
 .tp-industry-tab .nav-item .nav-link {
        font-size: 20px !important;
        overflow: hidden;
        width: 1px;
        margin: 0px 8px;
        padding: 5px 15px !important;

      }

      .tp-industry-tab .nav-pills .nav-link.active, .tp-industry-tab .nav-pills .show > .nav-link {
        padding: 11px 69px 11px 12px !important;
        font-size: 14px !important;
      }
  }
  @media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-industry-shape .shape-1 {
      left: 38%;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-industry-shape .shape-1 {
      left: 27%;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-industry-shape .shape-1 {
      left: 12%;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tp-industry-shape .shape-1 {
      display: none;
    }
  }
  .tp-industry-shape .shape-2 {
    position: absolute;

    left: 0;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tp-industry-shape .shape-2 {
      display: none;
    }
  }
  .tp-industry-shape .shape-3 {
    position: absolute;

    right: 0;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tp-industry-shape .shape-3 {
      display: none;
    }
  }
  .tp-industry-wrapper {
    position: relative;
  }
  .tp-industry-content {
    background: #ffffff;
    border-radius: 5px;
    padding: 55px 20px 51px 51px;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-industry-content {
      padding: 55px 20px 45px 50px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-industry-content {
      text-align: center;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-industry-content {
      padding: 55px 20px 50px 35px;
    }
  }
  @media (max-width: 575px) {
    .tp-industry-content {
      padding: 30px;
    }
  }
  .tp-industry-content-title {
    position: relative;
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
    text-transform: capitalize;
    margin-bottom: 80px;
    color: #020626;
    transform: translateX(10px);
  }
  @media (max-width: 575px) {
    .tp-industry-content-title br {
      display: none;
    }
  }
  @media (max-width: 575px) {
    .tp-industry-content-title {
      font-size: 19px;
    }
  }
  .tp-industry-content-title::after {
    position: absolute;
    content: "";
    background: rgb(0 146 255);
    width: 2px;
    height: 56px;
    left: -10px;
    top: 6px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-industry-content-title::after {
      left: 256px;
    }
  }
  .tp-industry-thumb {
    position: relative;
    margin-right: 80px;
  }
  @media (max-width: 575px) {
    .tp-industry-thumb {
        margin-right: 25px;
        margin-bottom: 20px;
    }
  }
  .tp-industry-thumb:last-child {
    margin-right: 0px;
  }
  .tp-industry-thumb:not(:last-of-type)::before {
    position: absolute;
    content: "";
    top: -12px;
    right: -48px;
    height: 128px;
    width: 1px;
    background: #EBEBEB;
  }
  @media (max-width: 575px) {
    .tp-industry-thumb:not(:last-of-type)::before {
      display: none;
    }
  }
  .tp-industry-thumb-wrapper {
    position: relative;
    margin-bottom: 30px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-industry-thumb-wrapper {
      justify-content: center;
    }
  }
  @media (max-width: 575px) {
    .tp-industry-thumb-wrapper {
      flex-wrap: wrap;
    }
  }
  .tp-industry-thumb img {
    height: 61px;
    margin-bottom: 20px;
  }
  .tp-industry-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color:#000000;
  }
  .tp-industry-btn .icon {
    display: inline-block;
    height: 43px;
    width: 43px;
    border-radius: 50%;
    line-height: 42px;
    text-align: center;
    border: 1px solid #EBEBEB;
    filter: drop-shadow(0px 4px 9px rgba(0, 0, 0, 0.09));
  }
  .tp-industry-btn a {
    font-weight: 400;
    font-size: 13   px;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color:#000000;
    margin-left: 10px;
  }
  .tp-industry-btn a:hover span {
    color: rgb(0 146 255);
  }
  .tp-industry-btn a span {
    transition: all 0.3s ease-in-out;
    text-decoration: underline;
  }
  .tp-industry-tab {
    background: #f2fafe00;
    border-radius: 5px;
    padding: 55px 40px 56px 30px;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-industry-tab {
      padding: 55px 40px 0px 50px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-industry-tab {
      padding: 55px 60px 30px 50px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-industry-tab {
      padding: 55px 60px 20px 50px;
    }
     .tp-industry-tab-content img{
    text-align: center;
  }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-industry-tab {
      padding: 55px 30px 15px 30px;
    }
  }
  @media (max-width: 575px) {
    .tp-industry-tab {
      padding: 30px;
    }
  }
  .tp-industry-tab .nav-pills .nav-link.active, .tp-industry-tab .nav-pills .show > .nav-link {
    background-color: transparent;
    letter-spacing: 0.05em;

    color: white;
    z-index: 2;
  }
  .tp-industry-tab .nav-pills .nav-link.active::after, .tp-industry-tab .nav-pills .show > .nav-link::after {
    height: 100%;
    z-index: -1;
  }
  .tp-industry-tab #pills-tab {

    border-bottom: 1px solid rgb(0 146 255);
  }
  .tp-industry-tab .nav-item .nav-link {
    position: relative;
    border-radius: 0;
    letter-spacing: 0.05em;

    color: #1D1D1D;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 21px;
    margin-right: 1px;
  }
  .tp-industry-tab .nav-item .nav-link::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0%;
    background-color: rgb(0 146 255);
    left: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    border-radius: 7px 7px 0px 0px;
  }
  .tp-industry-tab-content {
    margin-top: 40px;
  }
  @media (max-width: 575px) {
    .tp-industry-tab-content-inner {
      flex-wrap: wrap;
    }
  }

  @media (max-width: 575px) {
    .tp-industry-tab-content img {
        margin-bottom: 23px;
        text-align: center;
        margin-left: 25px;
        width: 276px !important;
    height: 250px !important;
    }
  }
  .tp-industry-tab-content a {
    position: absolute;
    left: 47%;
    transform: translateX(-50%);
    top: 32%;
  height: 48px;
  width: 48px;
  display: inline-block;
  line-height: 48px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  background: rgb(0 146 255);
  }
  .tp-industry-tab-content ul li {
    list-style: none;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    color: #313B3D;
    margin-left: 0px;
    text-align: justify;
    margin-top: 27px;
  }
  .tp-industry-tab-content ul li span {
    margin-right: 5px;
    color: rgb(0 146 255);
  }
  .tp-industry-progress-bar {
    position: relative;
  display: none;
  }
  .tp-industry-tab-content .develop_img{

  }
  .tp-industry-tab-content img {
    position: relative;
    margin-right: 20px;
    border-radius: 10px;
    width: 946px;
    height: 193px;
    margin-top: -37px;
    background-position: center;
    background-size: contain;
}
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tp-industry-progress-bar {
        margin-bottom: 40px;
        display: none;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tp-industry-tab-content ul li {
        list-style: none;
        font-weight: 400;
        font-size: 12px;
        line-height: 22px;
        color: #313B3D;
        margin-left: 7px;
        text-align: justify;
        margin-top: -20px;
      }
      .tp-industry-tab-content ul li span {
        margin-right: 5px;
        color: var(--tp-theme-secondary);
      }
  }
  .tp-industry-progress-bar h4 {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color:#000000;
    margin-bottom: 10px;
  }
  .tp-industry-progress-bar .progress {
    overflow: inherit;
    height: 3px;
    border-radius: 1.5px;
  }
  .tp-industry-progress-bar .progress-bar {
    position: relative;
    overflow: inherit;
    background-color: rgb(0 146 255);
  }
  .tp-industry-progress-bar .progress-bar span {
    text-align: right;
    transform: translateY(-20px);
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color:#000000;
  }
/*----------------------------------------*/
/*  2.15 Section Title
/*----------------------------------------*/
.tp-section-title {
    position: relative;
    font-size: 13px;
    margin-bottom: 50px;
    color: #5f6781;
    font-weight: 0 !important;
    line-height: 20px !important;
    text-align: justify;
  }
  @media (max-width: 575px) {
    .tp-section-title {
        font-size: 11px;
        text-align: justify;

    }
  }
  .tp-section-title i {
    font-style: normal;
    color: rgb(0 146 255);
  }
  .tp-section-title .title-shape {
    position: absolute;
    left: 0;
    color: rgb(0 146 255);
    bottom: -22px;
  }
  .tp-section-title .title-color {
    color: rgb(0 146 255);
  }
  .tp-section-title .title-left-shape {
    position: absolute;
    left: 0;
    bottom: -25px;
  }
  .tp-section-title .title-right-shape {
    position: absolute;
    right: 60px;
    bottom: -25px;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tp-section-title .title-right-shape {
      display: none;
    }
  }
  .tp-section-title .title-center-shape {
    position: absolute;
    bottom: -20px;
    left: 47%;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-section-title .title-center-shape {
      left: 40%;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-section-title .title-center-shape {
      left: 30%;
    }
  }
  @media (max-width: 575px) {
    .tp-section-title .title-center-shape {
      left: 26%;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tp-section-title {
      margin-bottom: 0px !important;
    }
  }
  .tp-section-title__pre {
    position: relative;
    font-family: var(--tp-ff-body);
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    text-transform: lowercase;
    color: var(--tp-text-2);
    display: inline-block;
    margin-bottom: 22px;
  }
  .tp-section-title__pre .title-pre-color {
    color: rgb(0 146 255);
  }
  .tp-section-title__pre svg {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    color: rgb(0 146 255);
  }
  .p-relative {
    position: relative;
  }
  .tp-fun-fact-thumb  {
    width: 336%;
    margin-top: 1px;
    margin-left: -35px;
}
.logo_atoz {
    width: 277px ;

    position: absolute;
    left: 58px;
    top: 87px;
}
.headingf{
  font-size: 17px;
    text-align: center;
    padding-top: 5px;
  }
  @use '../utils' as *;

/*----------------------------------------*/
/*  2.5 Preloader
/*----------------------------------------*/

#loading{
	background-color: var(--tp-theme-primary);
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 999;
	margin-top: 0px;
	top: 0px;
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
	}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 200px;
	width: 200px;
	margin-top: -100px;
	margin-left: -100px;
	-ms-transform: rotate(-135deg);
   	-webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);

}
.object{

	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	position: absolute;
	border-top: 5px solid #FFF;
	border-bottom: 5px solid transparent;
	border-left:  5px solid #FFF;
	border-right: 5px solid transparent;

	-webkit-animation: animate 2s infinite;
	animation: animate 2s infinite;

	}


#object_one{
	left: 75px;
	top: 75px;
	width: 50px;
	height: 50px;
	}

#object_two{
	left: 65px;
	top: 65px;
	width: 70px;
	height: 70px;
	-webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
	}

#object_three{
	left: 55px;
	top: 55px;
	width: 90px;
	height: 90px;
	-webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
	}
#object_four{
	left: 45px;
	top: 45px;
	width: 110px;
	height: 110px;
	-webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;

	}


	@keyframes animate {

		50% {

			-ms-transform: rotate(360deg) scale(0.8);
			   -webkit-transform: rotate(360deg) scale(0.8);
			transform: rotate(360deg) scale(0.8);
		  }

		}
        @media (min-width: 374px) and (max-width: 380px){
            .tp-industry-tab .nav-item .nav-link{
                padding: 5px 14px !important;
                margin-right: 0px !important;
            }
        }
        @media (min-width: px) and (max-width: 768px){

        }
