.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-70 {
  padding-bottom: 70px;
}

.text-blue {
  color: #1258ff;
}

.text-lowblue {
  color: #1258ff;
}

.bg-blue {
  background: #274896;
}

.text-justify {
  text-align: justify;
}

.blue-box-shadow {
  box-shadow: rgb(37 70 150) 0px 2px 8px 0px;
}

.earthsection {
  position: relative;
}

.earthsection::before {
  content: "";
  display: block;
  position: absolute;
  right: -8%;
  top: 50%;
  background: url(../new-images/about-image/about-bg.png) no-repeat !important;
  background-position: left center;
  background-size: contain;
  /* opacity: 50%; */
  width: 386px;
  height: 400px;
  animation: circlerotate 20s infinite linear;
  /* z-index: -1; */
}

@keyframes circlerotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.brdr-btm-one {
  border-bottom: 1px solid #0a0909;
}

.newcounter .newcounter-inner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 24px;
  height: 3px;
  background-color: #004aad;
}

.fs-16 {
  font-size: 16px;
}

.fs-22 {
  font-size: 22px;
}

.fw-600 {
  font-weight: 600;
}
.fw-500 {
  font-weight: 500;
}
.wptb-about-two {
  position: relative;
}

.new-wptb-about-two::before {
  content: "";
  display: block;
  position: absolute;
  left: -90px;
  top: 40%;
  background: url(../new-images/about-image/about-bg-three.png) no-repeat;
  background-position: left center;
  background-size: contain;
  opacity: 30%;
  width: 297px;
  height: 340px;
  animation: roundrotate 8s infinite linear;
  animation-direction: alternate;
  /* z-index: -1; */
}

@keyframes roundrotate {
  0% {
    transform: translateY(0) rotate(0);
  }

  100% {
    transform: translateY(100px) rotate(360deg);
  }
}

.responsive-map {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.responsive-map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.callbutton {
  position: fixed;
  bottom: 85px;
  z-index: 99;
  left: 30px;
}

.content-center {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

.pulse {
  height: 50px;
  width: 50px;
  background-color: #004aad;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.pulse::before {
  content: "";
  position: absolute;
  border: 2px solid #004aad;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border-radius: 50%;
  animation: pulse 1s linear infinite;
}

.pulse::after {
  content: "";
  position: absolute;
  border: 2px solid #004aad;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border-radius: 50%;
  animation: pulse 1s linear infinite;
  animation-delay: 0.3s;
}

@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

.whatsapp {
  position: fixed;
  right: 30px;
  bottom: 85px;
  background: transparent;
  z-index: 1001;
}

.whatsapp-button {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 0px;
  position: relative;
  background-color: #24cc63;
  color: #fff;
  /* cursor: pointer; */
  box-shadow: 0 0 0 0 #24cc63;
}

.pulse1 {
  /* background-color: #091e3e; */
  /* border-radius: 50%; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* position: relative; */
}

.pulse1::before {
  content: "";
  position: absolute;
  border: 2px solid #24cc63;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border-radius: 50%;
  animation: pulse 1s linear infinite;
}

.pulse1::after {
  content: "";
  position: absolute;
  border: 2px solid #24cc63;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border-radius: 50%;
  animation: pulse 1s linear infinite;
  animation-delay: 0.3s;
}

.object-fit-cover {
  object-fit: cover;
}

.object-fit-content {
  object-fit: contain;
}

.h-308 {
  height: 308px;
}

.h-287 {
  height: 287px;
}
.h-361 {
  height: 361px;
}

.h-500 {
  height: 500px;
}

@media only screen and (min-width: 280px) and (max-width: 767px) {
  .mblptthirty {
    padding-top: 30px;
  }

  .mblptforty {
    padding-top: 40px;
  }

  .mblptfifty {
    padding-top: 50px;
  }

  .mblpbforty {
    padding-bottom: 40px;
  }

  .mblpbfifty {
    padding-bottom: 50px;
  }

  .mblpbtwenty {
    padding-bottom: 20px;
  }

  .mblheadingmb {
    margin-bottom: 15px;
  }

  .mblmtten {
    margin-top: 10px !important;
  }
  .mblmttwenty {
    margin-top: 20px !important;
  }
  .mblptzero {
    padding-top: 0px;
  }

  .portfolio-filters-content {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    z-index: 1;
  }

  .wptb-packages2 .wptb-item--inner .wptb-item--title {
    color: var(--color-white);
    font-size: 25px;
    font-style: normal;
    font-weight: var(--fw-semibold);
    /* line-height: 40px; */
    letter-spacing: 0.3px;
    /* text-transform: uppercase; */
    margin-top: 20px;
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .wptb-about-two .wptb-about--text h3 {
    font-size: 22px !important;
    margin-bottom: 10px;
  }

  .mblmbzero {
    margin-bottom: 0px !important;
  }

  .wptb-agency-experience--item {
    margin-top: 30px;
  }

  .mblminwidth {
    min-width: 74px;
  }

  .mblearthsection::before {
    content: "";
    display: block;
    position: absolute;
    left: 10%;
    top: 57%;
    background: url(../new-images/about-image/about-bg.png) no-repeat !important;
    background-position: left center;
    background-size: contain;
    opacity: 50%;
    width: 330px;
    height: 400px;
    animation: circlerotate 20s infinite linear;
  }

  .mblmbtwenty {
    margin-bottom: 20px !important;
  }

  .mblpbzero {
    padding-bottom: 0px;
  }

  .mblptsixty {
    padding-top: 60px !important;
  }

  .wptb-testimonial1 .wptb-item--inner .wptb-item--description {
    font-size: 16px !important;
  }

  .wptb-contact-form .wptb-form--wrapper {
    padding: 5px 20px 20px;
  }

  .mblmtfifty {
    margin-top: 50px;
  }

  .wptb-heading .wptb-item--description {
    font-size: 16px;
    line-height: 25px;
  }

  .footer .footer-widget:has(.footer-nav) {
    margin-top: 0px;
  }

  .ftrlogostart {
    display: flex;
    justify-content: start;
  }
  .mblstart {
    display: flex !important;
    justify-content: start !important;
  }

  .mblminusleft {
    position: relative !important;
    left: -30% !important;
  }

  .mblmbforty {
    margin-bottom: 30px !important;
  }

  .footer .footer--inner {
    padding-bottom: 10px !important;
  }

  .mblmlzero {
    margin-left: 0px !important;
  }

  .mblhsizezero {
    height: auto;
  }

  .mblheight {
    margin-top: 20px;
  }
  .mblptten {
    padding-top: 10px;
  }
  .footer .footer--inner {
    position: relative;
    padding-top: 50px;
  }
  .mblmbten {
    margin-bottom: 10px !important;
  }
  .mblmtthirty {
    margin-top: 30px !important;
  }
  .mbptzero {
    padding-top: 0px;
  }
  .wptb-agency-experience--item span {
    font-size: 20px;
  }
  .mblmtzero {
    margin-top: 0px;
  }
}

.shadow-effect {
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  border: 1px solid #f08b19;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
  min-height: 260px;
}

#customers-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
  color: white;
}

.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: #f08b19;
  padding: 9px 35px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#customers-testimonials .item {
  text-align: center;
  padding: 20px;
  margin-bottom: 15px;
  opacity: 0.2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 60px;
  margin: 0 auto 17px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #3190e7;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #3190e7;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
  border-radius: 50px;
}

.img1 {
  -webkit-animation: appear 1s;
  animation: appear 1s;
}
.img2 {
  -webkit-animation: appear 2s;
  animation: appear 2s;
}
.img3 {
  -webkit-animation: appear 3s;
  animation: appear 3s;
}
.img4 {
  -webkit-animation: appear 4s;
  animation: appear 4s;
}
.img5 {
  -webkit-animation: appear 5s;
  animation: appear 5s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes appear {
  0% {
    opacity: 0;
    margin-left: -25%;
  }
  100% {
    opacity: 1;
  }
}

/* IE */
@keyframes appear {
  0% {
    opacity: 0;
    margin-left: -25%;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .image {
    position: relative;
    width: 50%;
    height: auto;
  }
  .img1 {
    z-index: 1;
    margin-top: 30px;
  }
  .img2 {
    z-index: 2;
    margin-left: 100px;
    margin-top: -50px;
  }

  .img3 {
    z-index: 3;
    margin-top: -30px;
  }

  .img4 {
    z-index: 4;
    margin-left: 110px;
    margin-top: -50px;
  }

  .img5 {
    z-index: 5;
    margin-top: -30px;
  }
}
@media screen and (min-width: 768px) {
  .image {
    position: absolute;
    width: 50%;
    height: auto;
  }
  .img1 {
    z-index: 1;
  }
  .img2 {
    z-index: 2;
    margin-left: 100px;
    margin-top: 100px;
  }

  .img3 {
    z-index: 3;
    margin-top: 200px;
  }

  .img4 {
    z-index: 4;
    margin-left: 300px;
  }

  .img5 {
    z-index: 5;
    margin-left: 300px;
    margin-top: 200px;
  }
}
.img1:hover {
  z-index: 10;
}
.img2:hover {
  z-index: 9;
}
.img3:hover {
  z-index: 8;
}
.img4:hover {
  z-index: 7;
}
.img5:hover {
  z-index: 6;
}

.img1,
.img2,
.img3,
.img4,
.img5 {
  transition: all 1s;
}

.wptb-pricing {
  /* background: -webkit-linear-gradient(180deg, #ffffff 0%, #f2f2f2 100%);
  background: -moz-linear-gradient(180deg, #ffffff 0%, #f2f2f2 100%); */
  background-color: rgb(36 35 35) !important;
}

.wptb-packages2 img {
  max-width: 500px;
  height: auto;
  object-fit: cover;
}

.leftclass {
  position: relative;
  left: -67%;
}

.testimonial-img-circle {
  width: 60px !important;
  height: 60px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  display: block !important;
  margin: 0 auto !important;
}

.testimonial-text {
  max-height: 200px;
  overflow: hidden;
  position: relative;
}

.testimonial-text.expanded {
  max-height: none;
}

.read-more-btn {
  display: block;
  color: rgb(30 198 255);
  cursor: pointer;
  font-weight: 500;
  margin-top: 5px;
}

.text-blue {
  color: #006dff;
}

.text-orange {
  color: #f85623;
}

.pencilsection {
  position: relative;
  overflow: hidden; /* Prevents the animation from overflowing */
}

.pencilsection::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../icons/pencil-01.png) no-repeat !important;
  background-position: center;
  background-size: cover;
  width: 100px;
  height: 100px;
  animation: randomMove 10s infinite alternate ease-in-out,
    circlerotate 20s infinite linear;
  z-index: 1;
}

/* Animation for random movement */
@keyframes randomMove {
  0% {
    top: 10%;
    right: -5%;
  }
  25% {
    top: 30%;
    right: 10%;
  }
  50% {
    top: 50%;
    right: -10%;
  }
  75% {
    top: 70%;
    right: 5%;
  }
  100% {
    top: 40%;
    right: -5%;
  }
}

.pensection {
  position: relative;
  overflow: hidden; /* Prevents the animation from overflowing */
}

.pensection::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../icons/pen-01.png) no-repeat !important;
  background-position: center;
  background-size: cover;
  width: 100px;
  height: 100px;
  animation: randomMovepen 10s infinite alternate ease-in-out,
    circlerotate 20s infinite linear;
  z-index: 1;
}

/* Animation for random movement */
@keyframes randomMovepen {
  0% {
    top: 10%;
    left: -5%;
  }
  25% {
    top: 30%;
    left: 10%;
  }
  50% {
    top: 50%;
    left: -10%;
  }
  75% {
    top: 70%;
    left: 5%;
  }
  100% {
    top: 40%;
    left: -5%;
  }
}

.bagsection {
  position: relative;
  overflow: hidden; /* Prevents the animation from overflowing */
}

.bagsection::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../icons/bag-01.png) no-repeat !important;
  background-position: center;
  background-size: cover;
  width: 100px;
  height: 100px;
  animation: randomMovebag 10s infinite alternate ease-in-out,
    circlerotate 20s infinite linear;
  z-index: 1;
}

/* Animation for random movement */
@keyframes randomMovebag {
  0% {
    top: 10%;
    left: -5%;
  }
  25% {
    top: 30%;
    left: 10%;
  }
  50% {
    top: 50%;
    left: -10%;
  }
  75% {
    top: 70%;
    left: 5%;
  }
  100% {
    top: 40%;
    left: -5%;
  }
}

.clocksection {
  position: relative;
  overflow: hidden; /* Prevents the animation from overflowing */
}

.clocksection::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../icons/alram-clock-01.png) no-repeat !important;
  background-position: center;
  background-size: cover;
  width: 100px;
  height: 100px;
  animation: randomMoveclock 10s infinite alternate ease-in-out,
    circlerotate 20s infinite linear;
  z-index: 1;
}

/* Animation for random movement */
@keyframes randomMoveclock {
  0% {
    top: 10%;
    right: -3%;
  }
  25% {
    top: 30%;
    right: 10%;
  }
  50% {
    top: 50%;
    right: -8%;
  }
  75% {
    top: 70%;
    right: 5%;
  }
  100% {
    top: 40%;
    right: -5%;
  }
}

.calculatorsection {
  position: relative;
  overflow: hidden; /* Prevents the animation from overflowing */
}

.calculatorsection::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../icons/calculator-01.png) no-repeat !important;
  background-position: center;
  background-size: cover;
  width: 100px;
  height: 100px;
  animation: randomMovecal 10s infinite alternate ease-in-out,
    circlerotate 20s infinite linear;
  z-index: 1;
}

/* Animation for random movement */
@keyframes randomMovecal {
  0% {
    top: 10%;
    right: -3%;
  }
  25% {
    top: 30%;
    right: 10%;
  }
  50% {
    top: 50%;
    right: -8%;
  }
  75% {
    top: 70%;
    right: 5%;
  }
  100% {
    top: 40%;
    right: -5%;
  }
}

.globalsection {
  position: relative;
  overflow: hidden; /* Prevents the animation from overflowing */
}

.globalsection::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../icons/global-01.png) no-repeat !important;
  background-position: center;
  background-size: cover;
  width: 100px;
  height: 100px;
  animation: randomMoveglobal 10s infinite alternate ease-in-out,
    circlerotate 20s infinite linear;
  z-index: 1;
}

/* Animation for random movement */
@keyframes randomMoveglobal {
  0% {
    top: 10%;
    left: -5%;
  }
  25% {
    top: 30%;
    left: 10%;
  }
  50% {
    top: 50%;
    left: -10%;
  }
  75% {
    top: 70%;
    left: 5%;
  }
  100% {
    top: 40%;
    left: -5%;
  }
}
.colorpensection {
  position: relative;
  overflow: hidden; /* Prevents the animation from overflowing */
}

.colorpensection::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../icons/color-pen.png) no-repeat !important;
  background-position: center;
  background-size: cover;
  width: 100px;
  height: 100px;
  animation: randomMovecolorpen 10s infinite alternate ease-in-out,
    circlerotate 20s infinite linear;
  z-index: 1;
}

/* Animation for random movement */
@keyframes randomMovecolorpen {
  0% {
    top: 10%;
    left: -5%;
  }
  25% {
    top: 30%;
    left: 10%;
  }
  50% {
    top: 50%;
    left: -10%;
  }
  75% {
    top: 70%;
    left: 5%;
  }
  100% {
    top: 40%;
    left: -5%;
  }
}

.bag2section {
  position: relative;
  overflow: hidden; /* Prevents the animation from overflowing */
}

.bag2section::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../icons/bag-02.png) no-repeat !important;
  background-position: center;
  background-size: cover;
  width: 100px;
  height: 100px;
  animation: randomMovebag2 10s infinite alternate ease-in-out,
    circlerotate 20s infinite linear;
  z-index: 1;
}

/* Animation for random movement */
@keyframes randomMovebag2 {
  0% {
    top: 10%;
    left: -5%;
  }
  25% {
    top: 30%;
    left: 10%;
  }
  50% {
    top: 50%;
    left: -10%;
  }
  75% {
    top: 70%;
    left: 5%;
  }
  100% {
    top: 40%;
    left: -5%;
  }
}

.booksection {
  position: relative;
  overflow: hidden; /* Prevents the animation from overflowing */
}

.booksection::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../icons/book-01.png) no-repeat !important;
  background-position: center;
  background-size: cover;
  width: 100px;
  height: 100px;
  animation: randomMovebook 10s infinite alternate ease-in-out,
    circlerotate 20s infinite linear;
  z-index: 1;
}

/* Animation for random movement */
@keyframes randomMovebook {
  0% {
    top: 10%;
    right: -5%;
  }
  25% {
    top: 30%;
    right: 10%;
  }
  50% {
    top: 50%;
    right: -10%;
  }
  75% {
    top: 70%;
    right: 5%;
  }
  100% {
    top: 40%;
    right: -5%;
  }
}

/* Rotation animation */
@keyframes circlerotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.branch-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: var(--color-white-fixed);
  background-color: #004aad;
  margin-right: 22px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(var(--color-one-rgb), 0.25);
  -khtml-box-shadow: 0 10px 20px 0 rgba(var(--color-one-rgb), 0.25);
  -moz-box-shadow: 0 10px 20px 0 rgba(var(--color-one-rgb), 0.25);
  -ms-box-shadow: 0 10px 20px 0 rgba(var(--color-one-rgb), 0.25);
  -o-box-shadow: 0 10px 20px 0 rgba(var(--color-one-rgb), 0.25);
  box-shadow: 0 10px 20px rgb(0 74 173 / 23%);
  border-radius: 100%;
  transition: var(--transition-base);
}
