@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=SUSE:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playpen+Sans:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=SUSE:wght@100..800&display=swap');

:root {
  --red: #ed3337;
  --blue: #273869;
  --blue1: #0077B5;
  --tp-text-body: #333F4D;
  --tp-gradient-primary: linear-gradient(70deg, #273869 0%, #1f679e 100%);
}

.poppins {
  font-family: "Poppins", sans-serif !important
}

.suse {
  font-family: "SUSE", sans-serif !important
}

.montserrat {
  font-family: "Montserrat", sans-serif !important
}

.playpen {
  font-family: "Playpen Sans", cursive !important
}

.inter {
  font-family: "Inter", sans-serif !important
}

.syne {
  font-family: "Syne", sans-serif !important
}

.codered {
  color: #f43235 !important
}

.codeblue {
  background: linear-gradient(70deg, #273869 0%, #1f679e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.codewhite {
  color: #FEFEFE !important
}

.fs_14 {
  font-size: 14px !important
}

.fs_15 {
  font-size: 15px !important
}

.fs_16 {
  font-size: 16px !important
}

.lineheight22 {
  line-height: 22px
}

.letterspacing {
  letter-spacing: 1px !important
}

.textshadow {
  text-shadow: 2px 2px 4px #000 !important
}

.whatsapp-icon {
  position: fixed;
  left: 20px;
  bottom: 10px;
  height: 55px;
  width: 55px;
  display: flex;
  justify-content: center;
  z-index: 1000;
  background-color: #25D366;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2), 0 0 10px rgba(37, 211, 102, 0.7);
  animation: float 3s ease-in-out infinite;
  transition: transform .3s ease
}

.whatsapp-icon:hover {
  transform: scale(1.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2), 0 0 15px rgba(37, 211, 102, 0.8)
}

.whatsapp-icon a {
  font-size: 35px;
  color: #fff;
  margin: auto;
  text-decoration: none
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-10px)
  }
}

.tp-header-logo-2 {
  position: relative;
  flex: 0 0 auto;
  width: 240px;
  height: 100px;
  /* margin: auto; */
  padding-top: 20px;
  text-align: center;
  border-radius: 5px;
  background: var(--tp-common-white);
  z-index: 1
}

.offcanvas__logo {
  width: 200px
}

.logoname {
  width: 240px;
  height: auto;
  margin-top: -5px;
}

.logoname1 {
  width: 220px;
  height: auto
}

.hover1:hover {
  background-color: #1877F2 !important;
  border-radius: 5px
}

.hover3:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
  border-radius: 5px
}

.hover4:hover {
  background-color: #0077B5 !important;
  border-radius: 5px;
  color: #fefefe
}

.dropdown-nav-menu {
  position: absolute;
  top: 100%;
  right: -500%;
  width: 1000px;
  height: auto;
  z-index: 10;
  background-color: #fff;
  min-width: 150px;
  list-style-type: none;
  padding: 10px 20px 20px;
  margin: 0;
  justify-content: space-evenly;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 8px 8px;
  visibility: hidden;
  opacity: 0;
  flex-direction: row;
  transform: translateY(10px) !important;
  transition: opacity 0.3s ease, transform .03s ease !important
}

.dropdown-nav-menu li {
  margin: 0 !important;
  font-family: "Syne", sans-serif !important;
  padding-left: 15px;
}
.inner-col-1 {
  text-align: left;
  font-size: 16px !important;
  padding: 10px 8px 30px 15px !important;
  color: var(--blue)
}

.inner-col-1:hover {
  color: var(--blue1);
  transform: translateY(-5px) ;
}

.dropdown-nav-menu li a {
  width: 100%;
  text-decoration: none;
  font-family: "Syne", sans-serif !important;
  display: block
}

.has-dropdown:hover .dropdown-nav-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) !important;
  transition: opacity .3s ease-in, transform .3s ease-in !important;
}

.innercol {
  display: flex;
  text-align: left;
  font-family: "Syne", sans-serif !important;
  margin-top: -15px;
  flex-direction: column
}

.inner-col-a {
  padding: 0 !important;
  font-family: "Syne", sans-serif !important;
  font-weight: 500;
  font-size: 14px !important;
  text-transform: capitalize;
  color: #000000af
}

.innercol li:not(:last-of-type) {
  margin-bottom: 8px !important
}

@media (min-width: 1024px) {
  .dropdown-nav-menu {
    width: 1050px;
    right: -625%
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .dropdown-nav-menu {
    width: 700px;
    right: -200%;
    flex-direction: column;
    padding: 10px;
    text-align: center
  }

  .dropdown-nav-menu li {
    width: 100%;
    margin: auto !important;
    width: 100%
  }

  .innercol {
    text-align: center;
    flex-direction: column;
    margin: 0;
    align-items: flex-start
  }

  .inner-col-1 {
    padding: 10px 20px 10px 0 !important;
    text-align: center
  }

  .inner-col-a {
    padding: 5px !important;
    margin: 0 !important
  }
}

@media (max-width: 767px) {
  .dropdown-nav-menu {
    position: static;
    width: 100%;
    right: 0;
    height: auto;
    text-align: center;
    display: none;
    transform: translateY(0);
    padding: 10px 15px;
    flex-direction: column;
    box-shadow: none
  }

  .dropdown-nav-menu li {
    margin: auto !important;
    width: 100%
  }

  .innercol {
    text-align: center;
    flex-direction: column;
    margin: 0;
    align-items: flex-start
  }

  .inner-col-1 {
    padding: 10px 20px 10px 0 !important;
    text-align: center
  }

  .inner-col-a {
    padding: 5px !important;
    margin: 0 !important
  }
}

.bg_image {
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center center;
  position: relative;
  height: 700px;
  background-size: 700px
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(5, 1, 15, 0.3)
}

.hero-bg-video {
  position: absolute;
  -o-object-fit: cover;
  object-fit: fill;
  width: 100vw;
  height: 100vw;
  top: 0;
  left: 0
}

.slider {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
  margin: auto
}

.slides {
  display: flex;
  transition: transform .5s ease-in-out
}

.slide {
  min-width: 100%;
  height: 700px
}

.buttons {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%)
}

.prev {
  position: absolute;
  top: -100px;
  right: 60px
}

.next {
  position: absolute;
  top: -10px;
  right: 60px
}

.sliderbtn {
  background-color: transparent;
  border: 1px solid #fefefe;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  padding: 10px;
  font-size: 30px;
  cursor: pointer
}

.sliderbtn:hover {
  background: linear-gradient(90deg, #004D6E 0%, #00ACCC 100%)
}

.subtitleb {
  color: #fff;
  font-family: "SUSE", sans-serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 4px;
  margin-bottom: 10px
}

.disc {
  color: #FFF;
  transition-delay: 1.5s;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  word-spacing: 1px;
  font-size: 20px
}

.Aboutimg {
  width: 341px;
  height: 500px
}

.tp-service-item-content-3 .description {
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 25px;
  max-height: 130px;
  overflow: hidden
}

.service-h {
  width: 100%;
  height: 70px;
  line-height: 1.35;
  overflow: hidden;
  color: var(--tp-text-body);
  font-size: 16px;
  word-spacing: 1.5px;
  padding: 0;
  font-family: "poppins", sans-serif
}

.service-p {
  width: 100%;
  line-height: 25px;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 20px;
  font-family: "poppins", sans-serif
}

.service-img {
  width: 100% !important;
  min-height: 220px !important;
  max-height: 220px !important
}

.arrow {
  display: inline-block;
  animation: move-arrow 1s infinite alternate ease-in-out;
  transform: rotate(45deg);
  transition: all 500ms ease
}

.link-box a:hover .arrow,
.arrow:hover {
  transform: rotate(0deg)
}

.account-section {
  position: relative;
  padding: 112px 0 265px
}

.account-block-one {
  height: 480px !important
}

.account-block-one .inner-box .image-box {
  position: relative;
  display: block
}

.account-block-one .inner-box .image-box .image {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px 5px 0 0
}

.account-block-one .inner-box:hover .account-block-one .inner-box .image-box .title-text {
  background: var(--blue);
  color: red !important
}

.account-block-one .inner-box .image-box .title-text h3 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  padding-top: 10px
}

.account-block-one .inner-box .image-box .title-text h3 a {
  display: inline-block;
  color: #1b1e31
}

.account-block-one .inner-box .image-box .title-text h3 a:hover {
  color: var(--red)
}

.account-block-one .inner-box .image-box .title-text .icon-box {
  position: absolute;
  top: 0;
  right: -1px;
  width: 75px;
  height: 100%;
  line-height: 50px;
  text-align: center;
  background: #1b1e31;
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%)
}

.icon-box i {
  margin-top: 15px;
  margin-left: 10px;
  color: #fefefe;
  font-size: 20px !important
}

.icon-box img {
  color: var(--red);
  width: 25px;
  height: 25px
}

.account-block-one .inner-box .image-box .title-text .icon-box img {
  position: relative;
  display: inline-block;
  left: 8px;
  top: -1px;
  filter: grayscale(100%);
  transition: all 500ms ease
}

.account-block-one .inner-box:hover .image-box .title-text .icon-box i {
  color: #1b1e31 !important
}

.account-block-one .inner-box:hover .image-box .title-text .icon-box img {
  filter: grayscale(0%)
}

.account-block-one .inner-box .lower-content {
  position: relative
}

.account-block-one .inner-box .lower-content .text-box {
  padding: 12px 15px;
  border-bottom: 1px solid #e8e8e8;
  min-height: 145px;
  max-height: 145px
}

.account-block-one .inner-box .lower-content .link-box {
  position: relative;
  padding: 14px 25px
}

.link-box a,
.link-box button {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  color: var(--blue);
  font-weight: 600;
  transition: all 500ms ease
}

.link-box a:hover,
.link-box button:hover {
  color: var(--red)
}

.account-block-one .inner-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  min-height: 432px;
  max-height: 432px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.10);
  transition: transform .3s ease, box-shadow .3s ease;
  width: 95%
}

.account-block-one .inner-box:hover {
  transform: scale(1.02);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15)
}

.account-block-one .inner-box .image-box .image img {
  width: 100%;
  border-radius: 5px 5px 0 0;
  transition: transform .5s ease
}

.account-block-one .inner-box:hover .image-box .image img {
  transform: scale(1.05)
}

.account-block-one .inner-box .image-box .title-text {
  position: absolute;
  bottom: 25px;
  right: -25px;
  width: 100%;
  height: 50px;
  background: #fff;
  border-radius: 5px;
  padding: 0 0 0 20px;
  transition: background-color .3s ease, transform .3s ease, color .3s ease
}

.account-block-one .inner-box:hover .image-box .title-text {
  background: #1b1e31;
  transform: scale(1)
}

.account-block-one .inner-box:hover .icon-box {
  background: #FEFEFE !important
}

.account-block-one .inner-box:hover .image-box .title-text .icon-box img {
  filter: grayscale(0%)
}

.account-block-one .inner-box:hover .image-box .title-text h3 a {
  color: #FEFEFE
}

.shape-2 .icon2aa {
  background: rgba(228, 222, 222, 0.4);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  justify-content: space-around;
  padding: 10px;
  margin: auto
}

.shape-2 .icon2aa i {
  font-size: 40px;
  margin-left: -2px;
  background: var(--tp-gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.shape2-contain {
  margin-top: 25%
}

.shape2-contain P {
  font-size: 21px;
  word-spacing: 1px;
  line-height: 30px
}

.tp-process-area-3 {
  padding-top: 80px
}

.circle-overlay p {
  width: 100%;
  font-size: 18px;
  color: whitesmoke;
  line-height: 1.2;
  padding: 45px 15px 20px;
  transition: none !important
}

.circle-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1b1e31;
  color: #fff;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: scale(0.1);
  transition: opacity .9s ease, transform .547s ease;
  padding: 20px;
  text-align: center;
  z-index: 10;
  border-radius: 50%
}

.tp-process-item-3:hover .circle-overlay {
  opacity: 1;
  transform: scale(1.01)
}

.tp-process-item-3:hover {
  transform: scale(1.01)
}

.knowmore {
  padding: 20px;
  float: right
}

.knowmore button {
  float: right;
  padding: 12px 20px;
  border: 1px solid;
  font-size: 16px;
  color: #FEFEFE;
  background: var(--tp-gradient-primary);
  font-family: "Poppins", sans-serif;
  border-radius: 10px
}

.knowmore button:hover i {
  transform: rotate(0)
}

.testimonial-slider {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.testitestimonial-sliders-inner {
  height: 100%;
}
.tp-testimonial-slider-3{
  height: 100%;
}
.slides-container {
  display: flex;
  transition: transform .5s ease-in-out;
  height: 100%;
}

.testrimonalimg {
  width: 60px;
  height: 60px;
  border: 1px solid #000
}

.tp-testimonial-item-3 {
  width: 93%;
  margin: auto;
  height: max-content;
}
.tp-testimonial-user-3{
  height: 100%;
}
.tp-testimonial-item-3 p{
  margin-top: 15px;
  -webkit-line-clamp:10;
}
.service-selector {
  width: 100%;
  border-radius: 5px;
  height: 60px;
  background: var(--tp-common-white);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  padding: 6px 26px;
  line-height: 48px;
  color: #212529c5
}

.form-image {
  width: 100%;
  height: 630px
}

.justifyaround {
  justify-content: space-around
}

.fs-15 {
  font-size: 15px !important
}

.positionsticky {
  position: sticky !important;
  top: 120px
}

.bgwhite {
  background-color: rgba(255, 85, 0, 0.04)
}

.flip-container {
  perspective: 1000px;
  width: 275px;
  height: 100px;
  margin: auto
}

.flip {
  margin: auto;
  transition: transform .6s;
  transform-style: preserve-3d;
  position: relative;
  width: 100%;
  height: 100%
}

.frontside-inside span {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 10px;
  text-align: center;
  margin-right: 6px;
  background: var(--tp-common-white);
  box-shadow: 0 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0 4px 13px -2px rgba(19, 16, 34, 0.06)
}

.frontside-inside span i {
  font-size: 28px;
  color: var(--blue)
}

.front,
.back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 25px 45px;
  border-radius: 5px;
  backface-visibility: hidden;
  align-items: center;
  justify-content: center;
  display: flex;
  transition: background-color .3s ease;
  cursor: pointer
}

.front {
  background: var(--tp-common-gray)
}

.back {
  transform: rotateX(180deg);
  padding: 20px 10px;
  background: var(--blue);
}

.back p {
  font-size: 15px;
  font-family: "poppins", sans-serif;
  line-height: 18px;
  margin: 0;
  color: #fefefed0;
  line-break: loose;
}

.flip-container:hover .flip {
  transform: rotateX(180deg)
}

.contains-front {
  font-weight: 500;
  font-size: 23px;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  letter-spacing: -.96px
}

@media screen and (min-width: 1200px) {
  .flip-container {
    width: 275px;
    height: 100px
  }

  .front {
    padding: 25px 45px
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .flip-container {
    width: 250px;
    height: 90px
  }

  .front,
  .back {
    padding: 20px 40px
  }

  .contains-front {
    font-size: 20px
  }

  .back p {
    font-size: 14px
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .flip-container {
    width: 200px;
    height: 80px
  }

  .front,
  .back {
    padding: 15px 30px
  }

  .contains-front {
    font-size: 18px
  }

  .back p {
    font-size: 13px
  }
}

@media screen and (max-width: 479px) {
  .flip-container {
    width: 160px;
    height: 70px
  }

  .front,
  .back {
    padding: 10px 20px
  }

  .contains-front {
    font-size: 16px;
    line-height: 1.3
  }

  .back p {
    font-size: 12px
  }
}

.downpdf {
  display: flex
}

.downpdf a {
  border: 1px solid;
  padding: 10px 20px;
  margin: auto 20px;
  width: 90%;
  text-align: center;
  color: #FEFEFE;
  font-size: 20px;
  border-radius: 10px
}

.downpdf a:hover {
  background: var(--red);
  border: 1px solid var(--red)
}

.downpdf a:last-child:hover {
  background: #2525ef;
  border: 1px solid #2525ef
}

.history-section {
  position: relative;
  padding: 10px 0
}

.history-section .inner-box {
  position: relative;
  display: block;
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 25px;
  margin-top: 15px;
  padding: 10px
}

.history-section .image-box {
  position: relative;
  display: block;
  border-radius: 5px;
  min-height: 200px;
  max-height: 200px
}

.history-section .image-box img {
  width: 100%;
  min-height: 200px;
  max-height: 200px;
  border: .5px solid rgba(128, 128, 128, 0.185);
  border-radius: 5px
}

.mr_30 {
  margin-right: 30px
}

.ml_30 {
  margin-left: 30px
}

.history-section .content-box {
  position: relative;
  display: block;
  opacity: 0;
  transform: translateX(30px);
  transition: opacity .5s ease, transform .5s ease;
  transition-delay: 0
}

.image-box1 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .5s ease, transform .5s ease;
  transition-delay: 0
}

.image-box1.active {
  opacity: 1;
  transform: translateY(0)
}

.history-section .content-box1 {
  position: relative;
  display: block;
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity .5s ease, transform .5s ease;
  transition-delay: 0;
  transform: translateX(-30px)
}

.content-box.active {
  opacity: 1;
  transform: translateX(0)
}

.history-section .content-box1.active {
  transform: translateX(0px)
}

.history-section .content-box:last-child {
  margin-bottom: 0
}

.history-section .content-box h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 15px
}

.history-section .inner-box .content-box h2:before {
  position: absolute;
  content: '';
  background: var(--blue);
  width: 2px;
  height: 35px;
  top: 30px;
  left: -46px
}

.history-section .inner-box:nth-child(2n+1) .content-box h2:before {
  right: -46px;
  left: inherit
}

.history-section .inner-box .content-box h2:after {
  position: absolute;
  content: '';
  background: var(--blue);
  width: 25px;
  height: 25px;
  top: 8px;
  left: -46px;
  clip-path: polygon(0% 0%, 100% 50%, 100% 50%, 0% 100%, 0% 0%)
}

.history-section .inner-box:nth-child(2n+1) .content-box h2:after {
  right: -46px;
  left: inherit;
  clip-path: polygon(0% 50%, 100% 0%, 100% 100%, 0% 50%, 0% 0%)
}

.history-section .content-box h5 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: var(--red);
  margin-bottom: 4px
}

.history-section .content-box h3 {
  position: relative;
  display: block;
  font-size: 23px;
  background: var(--tp-gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 9px
}

.history-section .content-box p {
  margin-bottom: 24px;
  font-size: 16px;
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "poppins", sans-serif
}

.history-section .inner-container {
  position: relative;
  padding: 62px 12px
}

@keyframes growLine {
  from {
    height: 0
  }

  to {
    height: 100%
  }
}

.history-section .inner-container .line-box {
  position: absolute;
  background: #d4d3d3;
  width: 2px;
  height: 0;
  left: 50%;
  top: 0;
  margin-left: -1px;
  transition: height 1s ease
}

.history-section .inner-container .line-box.animate {
  height: 100%
}

.history-section .inner-container .line-box:before {
  position: absolute;
  content: '';
  background: #fff;
  border: 2px solid var(--blue);
  border-radius: 50%;
  left: -5px;
  top: 0;
  width: 12px;
  height: 12px
}

.history-section .inner-container .line-box:after {
  position: absolute;
  content: '';
  background: #fff;
  border: 2px solid var(--blue);
  border-radius: 50%;
  left: -5px;
  bottom: 0;
  width: 12px;
  height: 12px
}

.team-page-section {
  position: relative;
  padding: 120px 0 40px;
  background: #f4f4f4
}

.team-page-section .team-block-one .inner-box {
  margin-bottom: 72px
}

.clients-section {
  position: relative
}

.clients-section .inner-container {
  position: relative;
  width: 100%;
  display: block;
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.10);
  border-radius: 5px;
  padding: 43px 50px 50px;
  margin-top: -146px;
  z-index: 1
}

.clients-section .sec-title {
  margin-bottom: 0
}

.clients-section .title-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 28px;
  border-bottom: 1px solid #e8e8e8
}

.clients-section .clients-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around
}

.clients-section .clients-box .clients-logo {
  position: relative;
  width: 100%;
  display: block;
  padding-top: 40px;
  min-height: 80px
}

.clients-section .clients-box .clients-logo:before {
  position: absolute;
  content: '';
  background: var(--tp-gradient-primary);
  width: 100%;
  height: 3px;
  left: 0;
  top: -2px;
  transform: scale(0, 0);
  transition: all 500ms ease
}

.clients-section .clients-box .clients-logo:hover:before {
  transform: scale(1, 1)
}

.clients-section .clients-box .clients-logo img {
  position: relative;
  width: 85%;
  display: inline-block;
  filter: grayscale(100%);
  transition: all 500ms ease
}

.clients-section .clients-box .clients-logo:hover img {
  filter: grayscale(0%)
}

.partner-section {
  position: relative;
  padding: 112px 0 70px
}

.partner-img {
  width: 400px;
  height: 70px;
  margin: auto 50px
}

.tp-service-widget-contact-content p {
  color: #feFefe !important;
  font-size: 16px;
  letter-spacing: 1px
}

.maildiv {
  border: 1px solid #eee;
  width: 100%;
  height: 250px;
  text-align: center;
  padding: 30px;
  background: var(--tp-gradient-primary);
  border-radius: 20px
}

.maildiv h4 {
  font-family: "poppins", sans-serif;
  font-weight: 500;
  color: #fefefe;
  font-size: 18px;
  margin: 10px auto
}

.mailbtn {
  width: 220px;
  padding: 10px 20px;
  background: #1b1e31;
  color: #FFF;
  border-radius: 10px;
  font-size: 18px;
  margin-bottom: 20px;
  border: 1px solid var(--blue);
  margin-top: 20px;
  transition: all .5s ease-in-out
}

.mailbtn:hover {
  background: #5d5d5eff;
  border: 1px solid var(--blue)
}

.mail a {
  color: #fefefe;
  font-size: 18px
}

.serviceicon {
  border: solid #333;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  transition: transform .3s ease;
  margin-right: 3px
}

button[aria-expanded="true"] .serviceicon {
  transform: rotate(-135deg)
}

.servicearrow {
  font-size: 20px;
  transition: color .3s ease, transform .4s ease, box-shadow .3s ease;
  cursor: pointer;
  float: right
}

.servicearrow i {
  transform: rotate(-40deg)
}

.formcontainer {
  position: relative;
  padding: 40px
}

.formcontainer-h {
  color: #FEFFEF;
  letter-spacing: .5px;
  font-size: 28px;
  font-weight: 500
}

.formcontainer p {
  color: #FEFFEF;
  letter-spacing: 1px;
  font-size: 15px;
  margin-top: 20px;
  font-family: "poppins", sans-serif;
  font-weight: 500
}

.benefits-section {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  height: 800px
}

.bg-layer {
  position: absolute;
  left: 0;
  top: 0;
  padding: 100px 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  border-radius: 80px
}

.benefits-section .bg-layer:before {
  position: absolute;
  content: '';
  background: #1b1d24;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 80px;
  opacity: .9
}

.form {
  position: relative;
  padding: 30px 50px;
  height: 100%;
  border-radius: 25px;
  background: #fefefe;
  box-shadow: 0 4.8px 24.4px -6px rgba(255, 255, 255, 0.4), 0 4px 13px -2px rgba(255, 255, 255, 0.1)
}

.form h6 {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  font-family: "poppins", sans-serif
}

.form .formtext {
  border-radius: 8px;
  height: 62px;
  background: var(--tp-common-white);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: "poppins", sans-serif
}

.form textarea {
  height: 144px;
  resize: none;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  border-radius: 8px
}

.form .formtext:focus,
.form textarea:focus {
  border: 1px solid #00accc;
  color: var(--tp-text-1)
}

.form button {
  width: 100%;
  padding: 10px 20px;
  background: var(--tp-gradient-primary);
  font-size: 18px
}

.form button:focus {
  background: var(--blue1)
}

.getintouch {
  width: 100px;
  height: 100px;
  display: block;
  text-align: center;
  justify-content: center;
  padding: 20px;
  border-radius: 50%;
  font-size: 15px;
  line-height: 18px;
  font-family: "Playpen Sans", cursive;
  background: #FEFFEF;
  margin-top: 30px;
  transition: all .3s 0 ease-out;
  box-shadow: 0 4.8px 24.4px -6px rgba(255, 255, 255, 0.4), 0 4px 13px -2px rgba(255, 255, 255, 0.1)
}

.getintouch:hover {
  background-color: grey;
  color: #FEFEFE;
  box-shadow: 0 4.8px 24.4px -6px rgba(gray, 0.6), 0 4px 13px -2px rgba(gray, 0.1)
}

.getintouch i {
  margin-bottom: 5px
}

.record {
  display: flex;
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  transition: all .4s ease
}

.box {
  width: 90%;
  height: 200px;
  background-color: #f1f1f1;
  display: flex;
  border-radius: 20px;
  font-size: 1.5rem;
  padding: 30px 40px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  transition: z-index .4s ease-out, top .4s ease-out, transform .4s ease
}

#box1 {
  background: var(--blue);
  z-index: 3
}

#box2 {
  background: gray;
  z-index: 2;
  top: 0
}

#box3 {
  background: var(--red);
  z-index: 1;
  top: 0
}

.box .rec h1 {
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 34px;
  font-family: "Inter", sans-serif;
  margin-bottom: 10px;
  min-height: 40px;
  max-height: 40px
}

.rec p {
  font-family: "montserrat", sans-serif;
  font-size: 15px;
  width: 600px;
  color: #333;
  min-height: 85px;
  max-height: 85px;
  font-weight: 400;
  letter-spacing: 1px
}

.rec span {
  height: 100px;
  padding: 30px 10px;
  font-size: 100px;
  right: 50px;
  top: 25%;
  position: absolute;
  font-family: "Oswald", sans-serif;
  font-weight: 600
}

.collapsed {
  height: 40px
}

.collapsed:last-child {
  height: 80px
}

.reportBtn {
  width: 100%;
  height: 50px;
  font-size: 17px;
  border: 1px solid var(--red);
  margin: auto;
  font-weight: 400;
  margin-bottom: 15px;
  font-family: "inter", sans-serif;
  border-radius: 10px;
  background: var(--red);
  color: #FEFEFE;
  transition: all .3 ease-in-out
}

.reportBtn:hover {
  background-color: #FEFEFE;
  color: var(--red)
}

.Brouchurebtn {
  width: 100%;
  height: 50px;
  font-weight: 400;
  font-size: 17px;
  border: 1px solid var(--blue);
  border-radius: 10px;
  color: var(--blue);
  font-family: "inter", sans-serif;
  transition: all .3 ease-in-out
}

.Brouchurebtn:hover {
  background-color: var(--blue);
  color: #FEFEFE !important
}

.tp-contact-breadcrumb-social a {
  max-width: 40px;
  min-width: 40px;
  max-height: 40px;
  min-height: 40px;
  justify-content: center center;
  padding: 8px 13px;
  position: relative
}

.teamheading {
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  background: var(--tp-gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.blog-d {
  width: 100%;
  height: auto;
  margin: auto;
  border-radius: 20px;
  margin-bottom: 10px
}

.blogimg {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: relative
}

.blogdate {
  position: absolute;
  bottom: -30px;
  right: 0;
  width: 70px;
  height: 65px;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  background: var(--tp-gradient-primary)
}

.blogdate p {
  font-family: "playpen sans", cursive;
  color: #FEFEFE;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px
}
.caseimg {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: relative
}
.caseimg img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 20px
}
.blogimg img {
  width: 100%;
  height: 250px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px
}
.blogdetailimg{
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width:786px) {
  .blogdetailimg{
    width: 100%;
    height: 270px;
    object-fit: cover;
  }
}
.blog-contain {
  width: 100%;
  min-height: 250px;
  max-height: 250px;
  padding: 20px 10px;
  padding: 20px
}
.case-d {
  width: 100%;
  min-height: 300px;
  max-height: 300px;
  padding: 20px 10px;
  padding: 35px 20px 25px;
}
.casestudy{
  width: 100%;
  height: auto;
  margin: 15px 0;
  padding: 10px 0 30px;
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 2px solid #eee;
}
.case-d h4{
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis
}
.case-d p {
  position: relative;
  font-family: "poppins",  sans-serif;
  font-size: 17px;
  margin-bottom: 5px;
  color: black;
}
.blog-contain h4{
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}
.blog-contain-p {
  position: relative;
  font-family: "Playpen Sans", cursive, sans-serif;
  font-size: 17px;
  margin-bottom: 5px;
  font-weight: 600;
  margin-left: 20px;
  color: var(--red)
}

.blog-contain-p::after {
  position: absolute;
  content: '';
  left: -20px;
  top: 50%;
  width: 12px;
  height: 2px;
  background: var(--red);
  border-radius: 20px
}

.blog-contain h3 {
  background: var(--tp-gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "poppins", sans-serif;
  font-weight: 500;
  min-height: 70px;
  max-height: 70px;
  overflow: hidden
}

.blog-contain-p1 {
  font-family: "poppins", sans-serif;
  font-size: 17px;
  line-height: 23px;
  margin-bottom: 10px;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.blog-contain-btn {
  padding: 9px 0;
  font-family: "suse", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  margin-top: 5px;
  border-radius: 10px
}

.blog-contain-btn i {
  background: var(--tp-gradient-primary);
  padding: 8px;
  border-radius: 50%;
  color: #fff;
  margin-left: 5px;
  transform: rotate(-40deg)
}

.blog-d:hover {
  background-color: #fff;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 10px 10px rgba(0, 0, 0, 0.2)
}

.blog-d:hover .blog-contain-btn {
  padding: 9px 12px;
  text-align: center;
  background: var(--tp-gradient-primary);
  color: #fff
}

.case-d:hover .blog-contain-btn i {
  padding: 2px;
  background: transparent;
  color: #fff
}
.case-d:hover .blog-contain-btn {
  padding: 9px 12px;
  text-align: center;
  background: var(--tp-gradient-primary);
  color: #fff
}

.case-d:hover .blog-contain-btn i {
  padding: 2px;
  background: transparent;
  color: #fff
}
.detail-container{
  font-family: "poppins",sans-serif;
  font-family: 16px;
}
.detail-container p{
  font-family: "poppins",sans-serif;
  font-size: 18px;
  color: black;
}
.why-join {
  padding: 30px 0 60px;
  text-align: center
}

.why-join h2 {
  font-size: 2rem;
  margin-bottom: 20px
}

.why-join .cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap
}

.why-join .card {
  width: 290px;
  min-height: 160px;
  max-height: 160px;
  background: #fff;
  padding: 20px;
  margin: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform .3s ease
}

.why-join .card:hover {
  transform: translateY(-10px)
}

.why-join .card h3 {
  font-size: 1.2rem;
  color: var(--blue);
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 20px;
  font-family: "poppins", sans-serif
}

.why-join .card p {
  font-size: 1rem;
  color: #555;
  font-family: "popppins", sans-serif
}

.column {
  -ms-flex: 25%;
  flex: 25%;
  max-width: 25%;
  padding: 0 4px
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .whatsapp-icon {
    height: 50px;
    width: 50px
  }

  .whatsapp-icon a {
    font-size: 30px
  }
}

@media only screen and (min-width: 868px) and (max-width: 991px) {
  .benefits-section {
    height: 1200px
  }

  .clients-section .clients-box {
    display: inline !important
  }
}

@media (max-width: 868px) {
    .case-d p {
        display: -webkit-box !important;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        letter-spacing: 0.25px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
  .tp-main-menu-logo {
    width: 200px
  }

  .bg_image {
    background-position: right !important
  }

  .overlay {
    background-image: linear-gradient(90deg, #000, #000) !important;
    opacity: .2
  }

  .partner-img {
    width: 100% !important;
    height: 80px;
    margin: auto
  }

  .clients-section .clients-box {
    display: inline !important
  }

  .benefits-section {
    height: 1000px
  }

  .tp-service-details-wrapper {
    padding: 10px
  }

  .formcontainer,
  .form {
    padding: 20px
  }

  .formcontainer-h {
    font-size: 20px
  }

  .formcontainer p {
    font-size: 14px
  }

  .box {
    width: 100%;
    padding: 15px
  }

  .box .rec h1 {
    font-weight: 700;
    letter-spacing: 1px;
    min-height: 55px;
    max-height: 55px
  }

  .rec p {
    width: 100%;
    min-height: 110px;
    max-height: 110px;
    overflow: hidden;
    line-height: 1.5
  }

  .rec span {
    font-size: 100px;
    right: 10px;
    top: 0 !important;
    padding: 0;
    z-index: 1;
    opacity: .5
  }

  .tp-service-details-box-2 {
    display: none !important
  }

  .blog-contain {
    width: 100%;
    min-height: 250px;
    max-height: 250px;
    padding: 20px 10px;
    padding: 20px;
    border: 1px solid #ffc0cb
  }

  .blog-contain-p {
    position: relative;
    font-family: "Playpen Sans", cursive, sans-serif;
    font-size: 17px;
    margin-bottom: 5px;
    font-weight: 600;
    margin-left: 20px;
    color: var(--red)
  }

  .blog-contain-p::after {
    position: absolute;
    content: '';
    left: -20px;
    top: 50%;
    width: 12px;
    height: 2px;
    background: var(--red);
    border-radius: 20px
  }

  .blog-contain h3 {
    background: var(--tp-gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "poppins", sans-serif;
    font-weight: 500;
    min-height: 70px;
    max-height: 70px;
    overflow: hidden
  }

  .blog-contain-p1 {
    font-family: "poppins", sans-serif;
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 10px;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .blog-contain-btn {
    padding: 9px 0;
    font-family: "suse", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    margin-top: 5px;
    border-radius: 10px
  }

  .blog-contain-btn i {
    background: var(--tp-gradient-primary);
    padding: 8px;
    border-radius: 50%;
    color: #fff;
    margin-left: 5px;
    transform: rotate(-40deg)
  }

  .blog-d:hover {
    background-color: #fff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 10px 10px rgba(0, 0, 0, 0.2)
  }

  .blog-d:hover .blog-contain-btn {
    padding: 9px 12px;
    text-align: center;
    background: var(--tp-gradient-primary);
    color: #fff
  }

  .blog-d:hover .blog-contain-btn i {
    padding: 2px;
    background: transparent;
    color: #fff
  }
}

@media (max-width: 768px) {
    .casestudy{
        display:block;
        margin:10px 0px 10px;
    }
    .case-d p {
        display: -webkit-box !important;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        letter-spacing: 0.25px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
  .pt-230 {
    padding-top: 0
  }

  .pt2303 {
    padding-top: 0
  }

  .bg_image {
    background-position: right !important
  }

  .overlay {
    background-image: linear-gradient(90deg, #000, #000) !important;
    opacity: .2
  }

  .slider {
    min-width: 100%;
    min-height: 100%
  }

  .slide {
    min-width: 100%;
    min-height: 100%
  }

  .tp-hero-content-3 {
    padding: 140px 0 120px
  }

  .tp-service-item-content-3 {
    min-height: auto;
    max-height: auto
  }

  .account-block-one {
    width: 95%
  }

  .tp-testimonial-item-3 {
    width: 100%;
    height: 100%;
  }

  .benefits-section {
    height: 1100px
  }

  .tp-service-details-wrapper {
    padding: 10px
  }

  .formcontainer,
  .form {
    padding: 20px;
  }

  .formcontainer-h {
    font-size: 20px;
  }

  .formcontainer p {
    font-size: 14px;
  }
  .tp-testimonial-item-3 p{
    -webkit-line-clamp:12;
  }
  .box {
    width: 100%;
    padding: 15px
  }

  .box .rec h1 {
    font-weight: 700;
    letter-spacing: 1px;
    min-height: 55px;
    max-height: 55px
  }

  .rec p {
    width: 100%;
    min-height: 110px;
    max-height: 110px;
    overflow: hidden;
    line-height: 1.5
  }

  .rec span {
    font-size: 100px;
    right: 10px;
    top: 0 !important;
    padding: 0;
    z-index: 1;
    opacity: .5
  }
}

@media (max-width: 600px) {
  .buttons {
    top: 75%
  }

  .mr-30 {
    margin-right: 0
  }

  .flip-container {
    width: 100%;
    margin-bottom: 15px
  }

  .tp-about-item-3,
  .tp-about-wrapper-3 p {
    width: 100%
  }

  .Aboutimg {
    width: 100%;
    height: 100%
  }

  .overlay {
    background-image: linear-gradient(90deg, #000, #000) !important;
    opacity: .2
  }

  .subtitleb {
    font-size: 16px;
    letter-spacing: 4px;
    margin-bottom: 10px
  }

  .tp-hero-title-3 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 50px
  }

  .disc {
    letter-spacing: 1px;
    word-spacing: 1px;
    font-size: 16px
  }

  .prev {
    top: 40px !important;
    left: 60px
  }

  .next {
    top: 40px !important;
    right: 60px
  }

  .service-h {
    height: 65px
  }

  .account-block-one {
    width: 100%
  }

  .submenu {
    width: 100%
  }

  .tp-testimonial-item-3 p {
    height: 100%;
    -webkit-line-clamp: 12;
  }

  .tp-blog-item-wrapper-2 {
    max-width: 100%
  }

  .tp-testimonial-item-3 {
    width: 100%;
    min-height: max-content;
    max-height: max-content;
  }

  .tp-testimonial-user-3-title {
    font-size: 20px
  }

  .downpdf a {
    border: 1px solid;
    padding: 10px;
    margin: auto 10px;
    width: 100%;
    text-align: center;
    color: #FEFEFE;
    font-size: 17px;
    border-radius: 10px
  }

  .clients-section .clients-box {
    display: inline !important
  }

  .partner-img {
    width: 80%;
    height: 80px;
    margin: auto
  }

  .clients-section .inner-container {
    margin-top: -100px !important
  }

  .history-section .inner-container .line-box {
    left: 5%
  }

  .history-section .image-box,
  .history-section .image-box img {
    display: none
  }

  .history-section .inner-box .content-box h2:after {
    left: -9.8%;
    top: 7px
  }

  .history-section .inner-box:nth-child(2n+1) .content-box h2:after {
    top: 7px;
    left: -10.4%;
    clip-path: polygon(0% 0%, 100% 50%, 100% 50%, 0% 100%, 0% 0%)
  }

  .history-section .content-box {
    margin-left: 60px
  }

  .history-section .inner-box:nth-child(2n+1) .content-box h2:before {
    left: -10.4% !important
  }

  .history-section .inner-box .content-box h2:before {
    left: -9.8%;
    height: 20px
  }

  .tp-service-details-thumb img {
    height: 100%
  }

  .tp-service-details-wrapper {
    padding: 10px
  }

  .tp-service-details-thumb1 {
    padding: 15px
  }

  .form h6,
  .form button {
    font-size: 15px
  }

  .benefits-section {
    height: 1100px
  }

  .bg-layer,
  .benefits-section .bg-layer:before {
    border-radius: 20px
  }

  .formcontainer {
    padding: 20px 10px
  }

  .formcontainer-h {
    font-size: 22px
  }

  .formcontainer p {
    font-size: 14px;
    line-height: 1.8
  }

  .form {
    padding: 30px 20px
  }

  .tp-service-details-box-2 {
    display: none !important
  }

  .box {
    width: 100%;
    padding: 15px;
    height: auto
  }

  .box .rec h1 {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 22px;
    min-height: 55px;
    max-height: 55px
  }

  .rec p {
    width: 100%;
    min-height: 110px;
    max-height: 110px;
    font-size: 14px;
    overflow: hidden;
    line-height: 1.5
  }

  .rec span {
    font-size: 60px;
    right: 10px;
    padding: 0;
    top: 50px !important;
    z-index: 1;
    opacity: .5
  }

  .tp-contact-breadcrumb-item-content {
    width: 100%
  }

  .tp-contact-breadcrumb-item {
    padding: 34px 105px 30px 30px;
    min-height: 100%;
    max-height: 100%
  }

  .rec {
    padding-top: 15px
  }

  .tp-team-item {
    height: 100%
  }

  .tp-team-item-thumb {
    height: 100%
  }
}

@media (max-width:450px) {
  .bg_image {
    background-position: right !important
  }

  .slider {
    min-width: 100%;
    min-height: 100vh
  }

  .slide {
    min-width: 100%;
    min-height: 860px
  }

  .tp-hero-content-3 {
    padding: 250px 0 120px
  }

  .subtitleb {
    font-size: 16px;
    letter-spacing: 4px;
    margin-bottom: 10px
  }

  .tp-hero-title-3 {
    font-size: 45px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 50px
  }
  .tp-testimonial-item-3 p{
    -webkit-line-clamp:15;
  }
  .disc {
    letter-spacing: 1px;
    word-spacing: 1px;
    font-size: 18px
  }

  .prev {
    top: 0 !important;
    left: 60px
  }

  .next {
    top: 0 !important;
    right: 60px
  }

  .partner-img {
    width: 100%;
    height: 80px;
    margin: auto
  }

  .clients-section .clients-box {
    display: inline !important
  }

  .clients-section .inner-container {
    margin-top: -100px !important
  }

  .flip-container {
    width: 100%;
    margin-bottom: 15px
  }

  .history-section .inner-container .line-box {
    left: 5%
  }

  .history-section .image-box,
  .history-section .image-box img {
    display: none
  }

  .history-section .inner-box .content-box h2:after {
    left: -14%;
    top: 7px
  }

  .history-section .inner-box:nth-child(2n+1) .content-box h2:after {
    top: 7px;
    left: -15.4%;
    clip-path: polygon(0% 0%, 100% 50%, 100% 50%, 0% 100%, 0% 0%)
  }

  .history-section .content-box {
    margin-left: 48px
  }

  .history-section .inner-box:nth-child(2n+1) .content-box h2:before {
    left: -15.4% !important
  }

  .history-section .inner-box .content-box h2:before {
    left: -14%;
    height: 20px
  }
}

.careerd-heading {
  font-size: 40px;
  font-family: "Lato", serif;
  margin-bottom: 15px
}

.careerd-heading1 {
  font-size: 30px;
  font-family: "Lato", serif;
  margin-bottom: 15px;
  font-weight: 600
}

.margintopcareer {
  margin-top: 25px
}

.careerd-p {
  font-family: "poppins", sans-serif;
  font-weight: 400;
  color: var(--tp-text-2);
  word-spacing: 2px;
  line-height: 28px;
  font-size: 16px
}

.accordian {
  margin: 15px auto;
  position: relative
}

.accordian-head {
  border: .5px solid #dfdede;
  padding: 15px;
  width: 100%;
  text-align: left;
  position: relative;
  border-radius: 2px;
  font-size: 17px;
  font-weight: 500;
  margin: 0;
  border-radius: 5px;
  margin-top: 8px;
  font-family: "poppins", sans-serif
}

.panel {
  margin-bottom: 2px;
  padding: 0px 15px;
  border-bottom: 2px solid #dfdede;
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: max-height .3s ease-out, opacity .3s ease-out, padding .3s ease-in-out;}

.panel p {
  font-family: "poppins", sans-serif;
  font-weight: 400;
  word-spacing: 2px;
  line-height: 25px;
  font-size: 16px
}

.floating-right {
  position: absolute;
  top: 27%;
  font-size: 20px;
  right: 30px
}

.career-ul {
  list-style: square;
  padding: 2px 40px
}

.career-ul li {
  font-size: 17px;
  font-weight: 400;
  margin: 12px;
  font-family: "poppins", sans-serif
}

.careerd-p1 {
  font-family: "poppins", sans-serif;
  font-weight: 400;
  color: var(--tp-text-2);
  word-spacing: 2px;
  line-height: 30px;
  font-size: 19px;
  margin-top: 15px
}

.careerd-optbtn {
  border: 1px solid var(--blue);
  font-size: 17px;
  border-radius: 2px;
  padding: 10px 15px;
  color: #fff;
  background-color: var(--blue);
  font-family: "poppins", sans-serif;
  margin: 15px auto 0;
  transition: all .3s ease-in-out
}

.careerd-optbtn:hover {
  background-color: transparent;
  color: var(--blue);
  font-weight: 500
}

.care-opt {
  display: flex;
  width: 85%;
  background-color: #fff;
  justify-content: space-between;
  padding: 15px;
  font-family: "poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #00000098;
  margin: 15px auto;
  border-radius: 8px;
  align-items: center
}

.arrow-opt {
  background-color: #F4FAFA;
  height: 40px;
  width: 40px;
  display: flex;
  color: var(--blue);
  align-items: center;
  justify-content: center
}

.arrow-opt i {
  font-size: 20px
}

.paddingtopc130 {
  padding-top: 130px
}

.paddingc60-65 {
  padding-top: 35px;
  padding-left: 60px
}

.care-opt:hover {
  color: var(--blue)
}

.care-opt:hover .arrow-opt {
  background-color: var(--blue);
  color: #fff
}

@media (max-width: 768px) {
  .paddingtopc130 {
    padding-top: 0
  }

  .paddingc60-65 {
    padding: 0 12px 15px
  }

  .career-ul {
    padding: 10px 20px
  }

  .career-ul li {
    margin: 0 0 10px
  }

  .care-opt {
    font-size: 16px
  }
}



.careerslider {
  position: relative;
  width: 90%;
  max-width: 600px;
  height: 335px;
  margin: 50px auto;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.careerslides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.careerslide {
  min-width: 100%;
  box-sizing: border-box;
  height: auto;
  justify-content: center;
  padding: 20px;
  text-align: center;
}

.careerprev,
.careernext {
  width: 50px;
  height: 50px;
  background-color: WHITE;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.careerprev {
  left: 5%;
}

.careernext {
  right: 5%;
}

.testimagecar {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 5px solid white;
  margin: 0px auto 20px;
}

.testimagecar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.careerslide h3 {
  margin-bottom: 10px;
  color: white;
  font-family: "poppins", sans-serif;
  margin: 10px 0;
}

.careerslide p {
  font-family: "poppins", sans-serif;
  font-weight: 400;
  color: white;
  word-spacing: 2px;
  line-height: 28px;
  font-size: 16px
}

.imagecareer{
  width: 100%;
  height: 500px;
}
.careercontain{
  /* border: 1px solid red; */
  padding: 20px;
  padding-top: 180px;
  padding-left: 80px;
}
.careercontainh2{
  /* border: 1px solid red; */
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  padding-left: 20px;
  font-family: "Lato",sans-serif;
}

.width20{width: 20% !important;}
.width21{width: 21% !important;}
@media (max-width:786px) {
  .width20{width: max-content !important;}
  .width21{width: max-content !important;}
}
@media (max-width:986px) {
  .width20{width: max-content !important;}
  .width21{width: max-content !important;}
}


/* ==================================== */
/* Calulator page */
/* ==================================== */
.Caltabs {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  padding: 20px;
}
.tabCal {
  padding: 10px 30px;
  cursor: pointer;
  border: 1px solid #ccc;
  background: linear-gradient(70deg, #273869 0%, #1f679e 100%);;
  margin: 0 5px;
  color: white;
  font-size: 18px;
  font-family: "montserrat",sans-serif;
}
.tabCal.active {
  background-color: #ddd;
  font-weight: bold;
}
.Calcontent {
  display: none;
  padding: 20px;
}
.Calcontent.active {
  display: block;
}
.Calcontentinner{
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  height: 480px;
}
.Calcontentinner p{
  width: 100%;
  padding: 20px 10px;
  font-size: 25px;
  font-family: "montserrat",sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
}
.slider-container {
  padding: 15px;
}

.value-box {
  font-size: 22px !important;
  font-weight: bold;
  color: #273869 !important;
  padding: 5px 10px !important;
  background: #f1f7ff !important;
  text-align: center;
  border-radius: 5px !important;
  margin-bottom: 10px !important;
  float: right;
  border: none !important;
  width: 80px !important ;
}
.value-box::-webkit-inner-spin-button,
.value-box::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.range-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  background: linear-gradient(70deg, #273869 0%, #1f679e 100%);
  border-radius: 6px;
  outline: none;
  transition: 0.3s;
}

.range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 25px;
  height: 25px;
  background: #ed3337;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.range-slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #0071e3;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.callabel{
  padding: 10px 0;
  font-size: 18px;
  font-family: "montserrat",sans-serif;
  font-weight: 500;
}
.chart-container { width: 400px; margin: auto; }
.Result{
  margin: 20px 0 0;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.Result p{
  padding: 0px;
  font-size: 18px;
  margin: 5px 0 0;
}
@media (max-width:786px) {
.Caltabs {
  display: block; 
  padding: 0; 
}
.Calcontentinner p {
  width: 100%;
  padding: 20px 10px;
  font-size: 20px;
}
.Calcontent{
  padding: 0;
}
.Calcontentinner{
  padding: 10px;
  height: 100%;
}
.value-box{
  width: 100% !important;
}
.chart-container{
  width: 100%;
}
.Result{
  margin: 15px 0;
}
}
@media (max-width:986px) {
.Calcontentinner{
  height: 100%;
}
.chart-container{
  text-align: center;
}
}
.tesiimg{
  width: 30px;
  height: 25px;
}
.checkbox-group,
                  .currency-group {
                     margin: 15px;
                  }
               
                  #currencySelector {
                     display: block !important;
                     -webkit-tap-highlight-color: transparent;
                     background-color: #fff;
                     border-radius: 5px;
                     border: solid 1px #e8e8e8;
                     box-sizing: border-box;
                     clear: both;
                     cursor: pointer;
                     float: right;
                     font-family: inherit;
                     font-size: 14px;
                     font-weight: normal;
                     height: 42px;
                     line-height: 40px;
                     outline: none;
                     padding-left: 18px;
                     padding-right: 30px;
                     text-align: left !important;
                     -webkit-transition: all 0.2s ease-in-out;
                     transition: all 0.2s ease-in-out;
                     -webkit-user-select: none;
                     -moz-user-select: none;
                     -ms-user-select: none;
                     user-select: none;
                     white-space: nowrap;
                     width: auto;
                  }