.header-sticky .tp-header__logo {
  padding: 7px;
}
.header-sticky .tp-header__logo img {
  height: 65px;
}
.tp-header__logo img {
  object-fit: contain;
}
.tpfeature__man-img img {
  max-width: 200px;
  opacity: 0.2;
  filter: grayscale(1);
}
.tpservices__icon img {
  display: flex;
  justify-content: center;
  width: 100%;
  object-fit: contain;
  align-items: center;
  height: 100%;
  padding: 12px;
  transition: 0.5s;
}
.tpcta__shap-bg img {
  filter: brightness(0.5);
}
.footer__bottom {
  background-color: #060606;
}
.partner_logo {
  text-align: center;
}
.partner_logo img {
  padding: 12px;
  height: 100px;
  object-fit: contain;
}
/* flip box */
.flip-box {
  height: 250px;
  position: relative;
  perspective: 1000px;
  transform-style: preserve-3d;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.flip-box__front {
  transform: none;
  z-index: 1;
  background-color: #fff;
}

.flip-box__layer {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.6s ease-in-out;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.flip-box__layer__overlay {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  text-align: center;
  padding: 35px 40px;
  color: #fff;
  transform-style: preserve-3d;
  transform: translateZ(0.1px);
}

.flip-box__layer__inner {
  transform: translateZ(90px) scale(0.91);
}

.flip-box__layer__inner img {
  height: 70px;
  margin-bottom: 25px;
  filter: brightness(0.5);
  padding: 2px;
}

.flip-box__layer__inner p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
}

.flip-box__layer__inner h3 {
  font-size: 23px;
  color: var(--mainColor);
  margin-bottom: 0;
  font-weight: bold;
}

.flip-box__back {
  transform: rotateX(0) rotateY(-180deg);
  background-color: transparent;
  background-image: linear-gradient(
    135deg,
    var(--mainColor) 0%,
    var(--secondColor) 100%
  );
  display: block;
}

.flip-box:hover .flip-box__front {
  transform: rotateX(0) rotateY(180deg);
}

.flip-box:hover .flip-box__back {
  transform: none;
}

/*  animation */

.banner_shape {
  position: absolute;
  z-index: 4;
  left: 13px;
  top: -12px;
  animation: movebounce 4s linear infinite;
}

.banner_shape img,
.banner_shape2 img {
  width: 50px;
  filter: brightness(0.5);
}

.banner_shape2 {
  position: absolute;
  z-index: 4;
  right: 30px;
  bottom: 20px;
  animation: moveleftbounce 4s linear infinite;
}

@keyframes movebounce {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(20px);
  }

  100% {
    transform: translateX(0px);
  }
}
.mobile__logo img {
  height: 55px;
}
/*  about  */
.about-two__image {
  width: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 10;
  height: 100%;
  margin-right: auto;
  max-width: 430px;
  max-height: 430px;
  aspect-ratio: 1;
}

.about-two__image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -20px;
  border: 3px solid var(--secondColor);
  border-radius: 50%;
  z-index: -1;
}
.about-two__count-text {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #81868a;
}
.about-two__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.about-two__count {
  position: absolute;
  bottom: -10px;
  left: -20px;
  z-index: 12;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 10%);
  box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 10%);
}
.about-two__count:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px dashed rgba(1, 34, 55, 0.15);
  border-radius: 50%;
}
.about-two__count span {
  display: block;
  color: var(--secondColor);
  font-weight: 400;
  font-size: 30px;
}

@media (max-width: 992px) {
  .about .container {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .about .about-text,
  .about .about-text p {
    text-align: center;
  }
  .about-two__image {
    max-width: 430px;
    max-height: 430px;
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    margin: 20px auto;
  }
}

@media (max-width: 500px) {
  .about-two__count {
    width: 120px;
    height: 120px;
  }
  .about-two__count-text {
    font-size: 9px;
  }
}

/* delivery_service  */
.delivery_service {
  background-color: #f5f5f5;
  padding: 80px 0;
}

.delivery_service .text_side {
  margin-right: -85px;
  margin-top: 64px;
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 7px 10px #9191916e;
}

.delivery_service.right .text_side {
  margin-right: 0px;
  margin-left: -85px;
  z-index: 5;
  position: relative;
}

.delivery_service .title {
  font-size: 35px;
  text-align: right;
  margin-bottom: 30px;
}

.delivery_service ul {
  padding-right: 20px;
}

.delivery_service ul li {
  font-size: 18px;
  margin-bottom: 8px;
}

.delivery_service img {
  min-height: 110%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .delivery_service .text_side {
    margin-right: 0;
    margin-top: 30px;
  }

  .delivery_service.right .text_side {
    margin-left: 0;
    margin-top: 30px;
  }

  .delivery_service .right_img {
    order: 1;
  }
}

/*  pdf_list_box */
.pdf_list_box {
  background-color: #fff;
  padding: 10px;
  position: relative;
  border-left: 4px solid var(--mainColor);
  transition: 0.5s;
  top: 0;
  box-shadow: 0 2px 2px #dddddd;
  height: 100%;
}
.pdf_list_box:hover {
  top: -10px;
  background-color: #f5f5f5;
}
.pdf_list_box img {
  height: 70px;
  margin-bottom: 13px;
}
.pdf_list_box h3 {
  font-size: 19px;
  color: var(--mainColor);
  font-weight: 600;
}
.pdf_list_box .download {
  color: var(--secondColor);
  font-size: 16px;
  font-weight: bold;
}
.pdf_list_box .download i {
  padding-left: 5px;
}
.pdf_list_box a {
  width: 100%;
  display: block;
}
.pdf_list_box span {
  color: #939393;
  margin: 0 7px;
  font-size: 16px;
}
/* */
.text_side_about {
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 30px 20px 70px;
}
.text_side_about h3 {
  font-size: 25px;
  font-weight: bold;
  color: var(--mainColor);
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 20px;
}
.text_side_about ul {
  list-style: none;
  padding: 0;
  margin-top: 25px;
}
.text_side_about ul li {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 15px;
  transition: 0.5s;
}
.text_side_about ul li:hover {
  background-color: var(--secondColor);
}
.text_side_about ul li:hover a {
  color: #fff;
}
.text_side_about ul li.active {
  background-color: var(--mainColor);
}
.text_side_about ul li a {
  font-weight: bold;
  font-size: 18px;
  color: var(--tp-text-body);
  transition: 0.5s;
  display: block;
  width: 100%;
}
.text_side_about ul li.active a {
  color: #fff;
}
.text_side_about ul li a i {
  margin-left: 8px;
  font-size: 15px;
}
.box_image {
  height: 230px;
  border: 1px solid #eee;
}
.box_image .tpproject__thumb {
  height: 100%;
}
/* Services */
.Services .all {
  position: relative;
}
.Services .all img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}

.Services .services_text {
  padding: 85px 30px 15px;
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(to top, #000, transparent);
  text-align: right;
  transition: 0.5s;
  height: 53%;
  width: 100%;
}

.Services .services_text h4 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}

.Services .services_text p {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.5s;
}

.Services .all:hover .services_text {
  height: 100%;
  background-image: linear-gradient(to top, #000000a1, #0000007a);
  padding: 20px 30px 15px;
}

.Services .all:hover .services_text p {
  overflow: unset;
  display: block;
}
.card-body ul li {
  list-style: circle;
  margin-right: 10px;
}
/* regulations */
.regulations-row {
  background-color: #f5f5f5;
  justify-content: space-between;
  padding: 0;
  position: relative;
}

.regulations-row .text i {
  color: var(--secondColor);
  font-size: 18px;
  margin-left: 5px;
}
.regulations-row .text h3 {
  margin-bottom: 5px;
  font-size: 20px;
  padding: 0 20px;
}
.regulations-row .download_button {
  min-width: 180px;
  display: flex;
  align-items: center;
  padding: 10px 0;
  background-color: var(--mainColor);
  color: #fff;
}
.regulations-row .download_button i {
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  color: var(--secondColor);
  margin-right: 5px;
  margin-left: 5px;
}
.regulations-row .download_button span {
  line-height: 16px;
  margin-top: 4px;
}
@media (max-width: 500px) {
  .regulations-row {
    display: block !important;
  }
  .regulations-row .text {
    margin-bottom: 25px;
  }
  .regulations-row .text h3 {
    font-size: 18px;
    margin-top: 8px;
  }
}
.privacy_policy ul {
  padding-right: 20px;
  list-style: circle;
}
.tp-header__top-right .tp-location a {
    text-transform: normal;
}
.tpmap-wrapper iframe {
    filter: saturate(1);
}
