/*----------------------------------------*/
/*  00 - Home
/*----------------------------------------*/
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
/** Homepage 01 **/
.upv-ihbox-one {
  padding-top: 30px;
}
.our-company-one-bg {
  position: relative;
  padding: 30px 0px 50px 60px;
}
.our-company-one-bg .up-title {
  font-size: 32px;
  line-height: 40px;
  color: var(--up-white-color);
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 50px;
}
.our-company-one-bg:before {
  position: absolute;
  content: "";
  width: 115%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background-color: var(--up-global-color);
  z-index: -1;
}
.our-company-one-img {
  position: relative;
}
.our-company-one-img:before {
  position: absolute;
  content: "";
  width: 192%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background-image: url(../images/homepage-1/bg/bg-01.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
  padding: 300px;
}
.service-one-contant {
  padding-top: 30px;
  margin-bottom: 35px;
}
.about-section-one {
  padding-top: 100px;
  padding-bottom: 70px;
}
.about-one-box .about-ihbox-style {
  padding-bottom: 15px;
}
.client-section-one {
  border-top: 1px solid #f4f5f6;
  padding-top: 50px;
  padding-bottom: 30px;
}
.client-section-one .col-lg-20percent {
  width: 20%;
  float: left;
  margin-bottom: 30px;
}
.video-section-one {
  padding-top: 180px;
  background: rgba(0, 0, 0, 0.01) url(../images/homepage-1/bg/testmonial-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.video-section-one:before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background-color: #000;
  opacity: 0.4;
}
.testimonial-five {
  overflow: hidden;
}
.testimonial-one-bg {
  position: relative;
  padding: 35px 30px 1px 0;
  margin-bottom: 0px;
  margin-right: 30px;
}
.testimonial-one-bg:before {
  position: absolute;
  content: "";
  width: 168%;
  height: 100%;
  top: 0;
  right: 0;
  display: block;
  background-color: var(--up-blackish-color);
}
.testimonial-one-bg .up-heading-subheading {
  z-index: 1;
  position: relative;
}
.video-one-button-bg {
  text-align: center;
  margin-top: 100px;
  font-size: 14px;
}
.video-one-play-button {
  position: relative;
  width: 7em;
  height: 7em;
  background-color: var(--up-white-color);
  border-radius: 50%;
  line-height: 7em;
  text-align: center;
  display: inline-block;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  cursor: pointer;
  -webkit-animation: pulse2 3.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse2 3.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse2 3.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse2 3.25s infinite cubic-bezier(0.66, 0, 0, 1);
  color: var(--up-global-color);
}
.video-one-play-button span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 3.4em;
  line-height: 1;
}
@-webkit-keyframes pulse2 {
  to {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
}
@-moz-keyframes pulse2 {
  to {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
}
@-ms-keyframes pulse2 {
  to {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
}
@keyframes pulse2 {
  to {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
}
.video-one-play-button a {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}
.team-section-one {
  padding-top: 160px;
  padding-bottom: 70px;
}
.our-team-section .upv-teambox-style-2 .upv-item-thumbnail:before {
  background-color: rgba(255, 220, 57, 0.8);
}
.appointment-one-left-box {
  position: relative;
  z-index: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 90px;
  text-align: right;
}
.appointment-one-left-box:before {
  position: absolute;
  content: "";
  width: 193%;
  height: 100%;
  top: 0;
  right: 0;
  display: block;
  z-index: -1;
  background-color: var(--up-global-color);
}
.appointment-one-main {
  padding: 40px 0 40px 50px;
}
/** Homepage 02 **/
.about-two-content h2 {
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  color: var(--up-body-typography-color);
  font-family: "Nunito Sans", Arial, Helvetica;
  font-weight: 200;
}
.about-two-single-img {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 35px;
}
.our-company-section-two {
  padding: 50px 0 40px 0;
  background-color: cornsilk;
}
.our-company-two-box {
  /*padding: 40px 68px 0 0;*/
}
.our-company-fidbox {
  margin-top: 35px;
  border-top: 1px solid #ededed;
}
.our-company-fidbox .upv-fidbox-style-4 {
  padding-top: 30px;
  border-right: 1px solid #ededed;
}
.our-company-fidbox .up-col-wrapper:last-child .upv-fidbox-style-4 {
  border-right: none;
}
.our-company-two-bg {
  background-image: url(../images/homepage-2/bg/bg-01.jpg);
  background-position: right top;
  background-repeat: no-repeat;
}
.our-company-two-img {
  padding-top: 135px;
  position: relative;
}
.our-company-two-img img {
  -webkit-box-shadow: 0 0 30px rgba(15, 8, 49, 0.1);
  box-shadow: 0 0 30px rgba(15, 8, 49, 0.1);
  margin-bottom: 35px;
}
.our-company-two-img:after {
  content: "";
  position: absolute;
  width: 69%;
  height: 72%;
  top: 52px;
  left: 90px;
  border: 8px solid var(--up-global-color);
}
.ihbox-section-two {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #ebeef0;
}
.video-section-two {
  background-image: url(../images/homepage-2/bg/bg-02.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 190px;
  padding-bottom: 190px;
}
.video-two-button-bg {
  text-align: center;
  margin-bottom: 35px;
  font-size: 14px;
}
.video-two-play-button {
  position: relative;
  width: 7em;
  height: 7em;
  border-radius: 50%;
  line-height: 5em;
  display: inline-block;
  border: 2px solid transparent;
  box-shadow: 0 0 0 0 rgba(227, 34, 34, 0.8);
  cursor: pointer;
  -webkit-animation: pulse3 3.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse3 3.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse3 3.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse3 3.25s infinite cubic-bezier(0.66, 0, 0, 1);
  background-color: var(--up-global-color);
}
.video-two-play-button span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 3.4em;
  line-height: 1;
  color: var(--up-white-color);
}
@-webkit-keyframes pulse3 {
  to {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
}
@-moz-keyframes pulse3 {
  to {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
}
@-ms-keyframes pulse3 {
  to {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
}
@keyframes pulse3 {
  to {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
}
.video-two-play-button a {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}
.counter-two-content {
  padding-right: 70px;
}
.counter-two-content p {
  margin-bottom: 35px;
}
.client-section-two {
  padding-top: 50px;
  padding-bottom: 30px;
  border-top: 1px solid #f4f5f6;
}
.client-section-two .col-lg-20percent {
  width: 20%;
  float: left;
  margin-bottom: 30px;
}
.appointment-section-two {
  background-image: url(../images/homepage-2/bg/bg-03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
}
.appointment-bg-two {
  padding: 40px 40px 15px 40px;
  margin-bottom: -12px;
  background-color: var(--up-blackish-color);
}
.team-section-two {
  padding-top: 150px;
  padding-bottom: 40px;
}
.get-started-section-two {
  overflow: hidden;
}
.get-started-bg-two {
  position: relative;
  padding: 35px 60px 15px 0;
  z-index: 1;
}
.get-started-bg-two:before {
  position: absolute;
  content: "";
  width: 132%;
  height: 100%;
  top: 0;
  right: 0;
  display: block;
  background-color: var(--up-global-color);
  z-index: -1;
}
.get-started-bg-two .up-heading-subheading .up-title {
  font-size: 35px;
  line-height: 45px;
}
.get-started-button {
  text-align: right;
}
.blog-section-two {
  padding: 120px 0 40px 0;
  margin-top: -65px;
}
.upv-blogbox-style-2.upv-blogbox-format-gallery .swiper-slider {
  margin-bottom: 0;
}
.upv-blogbox-style-2.upv-blogbox-format-gallery
  .swiper-pagination-bullet-active {
  background-color: var(--up-white-color);
}
.upv-blogbox-style-2.upv-blogbox-format-gallery .swiper-pagination-bullet {
  border: 1px solid var(--up-white-color);
  box-shadow: none;
  width: 11px;
  height: 11px;
}
.upv-blogbox-style-2.upv-blogbox-format-gallery
  .swiper-horizontal
  > .swiper-pagination-bullets {
  bottom: 15px;
  text-align: center;
}
/** Homepage 03 **/
.our-company-section-three {
  padding: 90px 0 190px 0;
}
.our-company-section-three .col-md-6:last-child .upv-ihbox-style-5 {
  border: 1px solid #ebeef0;
}
.progressbar-section-three {
  position: relative;
}
.progressbar-three-bg {
  position: relative;
  padding: 80px 500px 70px 0;
  margin-right: -340px;
}
.progressbar-three-bg:before {
  position: absolute;
  content: "";
  width: 140%;
  height: 100%;
  top: 0;
  right: 0;
  display: block;
  z-index: -1;
  background-color: var(--up-global-color);
}
.progressbar-three-bg p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 35px;
}
.progressbar-three-img {
  position: relative;
  padding: 307px;
  margin-top: -50px;
}
.progressbar-three-img:before {
  position: absolute;
  content: "";
  width: 162%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background-image: url(../images/homepage-3/bg/img-01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.progressbar-three-fidbox {
  position: absolute;
  top: 50%;
  -khtml-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border: 20px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  border-radius: 50%;
}
.about-section-three {
  background-image: url(../images/homepage-3/bg/img-02.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-three-box {
  padding: 40px 25px 40px 40px;
  background-color: var(--up-white-color);
  height: 495px;
}
.about-three-box .accordion-button:not(.collapsed) {
  color: #2a2a2a;
}
.about-three-box .up-heading-subheading .up-title {
  font-size: 30px;
  line-height: 40px;
}
.about-three-box .accordion-body {
  color: var(--up-blackish-color);
}
.about-three-box .accordion .accordion-item h2 {
  border-color: #2a2a2a;
}
.about-three-box .accordion-button.collapsed,
.about-three-box .accordion .accordion-item.active .accordion-button {
  color: #2a2a2a;
}
.about-three-box .accordion-item {
  margin-bottom: 0px;
  margin-top: 25px !important;
}
.icon-box-main .up-ihbox-style {
  padding-bottom: 15px;
}
.testimonial-section-three {
  overflow: hidden;
  padding: 0px 0 50px 0;
}
.testimonial-section-three .swiper-slider {
  margin-bottom: 0;
}
.testimonial-three-bg {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
}
.testimonial-three-bg:before {
  position: absolute;
  content: "";
  width: 131%;
  height: 100%;
  top: 0;
  right: 0;
  display: block;
  background-color: var(--up-global-color);
}
.testimonial-three-title h2 {
  position: relative;
  z-index: 1;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 400;
  color: var(--up-white-color);
  text-transform: uppercase;
}
.testimonial-section-three .swiper-horizontal > .swiper-pagination-bullets {
  right: 38px;
  top: 50%;
  left: inherit;
  width: 39px;
  margin-top: -20px;
}
.blog-section-three {
  padding: 220px 0 70px 0;
  margin-top: -170px;
}
/** Homepage 04 **/
.about-section-four {
  background-color: var(--up-light-color);
  padding-top: 115px;
  padding-bottom: 105px;
}
.progressbar-four {
  padding: 137px 0 127px 0;
}
.counter-four-bg {
  background-image: url(../images/homepage-4/bg/img-01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 280px;
  position: relative;
}
.progressbar-four-box {
  padding-left: 37px;
}
.progressbar-four-box p {
  margin-bottom: 35px;
}
.appointment-four-bg {
  padding-top: 130px;
  padding-bottom: 302px;
  background-image: url(../images/homepage-4/bg/img-04.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.appointment-four-ihbox {
  padding-left: 60px;
  padding-top: 45px;
}
.tab-four-box {
  margin-bottom: 60px;
  margin-top: -220px;
}
.client-section-four .col-lg-20percent {
  width: 20%;
  float: left;
  margin-bottom: 30px;
}
.service-slider-four {
  padding-bottom: 90px;
}
.service-four-content {
  padding: 52px 0 30px 0;
}
.service-four-content p {
  padding-left: 25px;
  padding-top: 25px;
}
.service-slider-four .swiper-slider {
  padding-bottom: 60px;
  margin-bottom: 0;
}
.service-slider-four .swiper-pagination-bullets {
  text-align: center;
  bottom: 0;
}
.service-slider-four .swiper-pagination-bullet-active {
  box-shadow: inset 0 0 0 2px #ffdc39 !important;
}
.service-slider-four .swiper-pagination-bullet {
  box-shadow: inset 0 0 0 2px #cbcbcb;
}
.testimonial-four {
  padding-top: 160px;
  padding-bottom: 0px;
  background-image: url(../images/homepage-4/bg/img-02.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.video-four-box {
  padding-bottom: 65px;
  padding-left: 45px;
}
.video-four-button-bg {
  text-align: right;
  margin-bottom: 35px;
  font-size: 14px;
}
.video-four-play-button {
  position: relative;
  width: 9em;
  height: 9em;
  background-color: var(--up-global-color);
  border-radius: 0;
  line-height: 5em;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  color: #2a2a2a;
  border: 2px solid transparent;
}
.video-four-play-button span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 3.4em;
  line-height: 1;
}
.video-four-play-button a {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}
.counter-four-box {
  padding-top: 370px;
  padding-right: 80px;
}
.testimonial-four-box {
  position: relative;
  z-index: 1;
  padding: 70px 45px 100px 60px;
}
.testimonial-four-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: -1;
  background-image: url(../images/homepage-4/bg/img-03.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonial-four-box p {
  color: black;
  padding: 55px 15px 0 55px;
}
.testimonial-four-box .up-heading-subheading-style-1 .up-subtitle {
  border-color: var(--up-white-color);
}
.testimonial-four-box .swiper-horizontal > .swiper-pagination-bullets {
  text-align: center;
  bottom: 0;
}
.testimonial-four-box .swiper-slider[data-dots="true"] {
  padding-bottom: 77px;
  margin-bottom: 0;
}
.testimonial-four-box .swiper-pagination-bullet-active {
  box-shadow: inset 0 0 0 2px #1b2024;
}
.blog-four-contant {
  padding: 102px 0 15px 0;
}
.blog-four-contant a {
  border: 2px solid transparent;
}
.blog-four-contant p {
  padding-right: 65px;
}
/** Homepage 05 **/
.icon-box-section-five {
  padding-top: 38px;
}
.icon-box-section-five .col-md-6:nth-child(odd) .upv-ihbox-style-10:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 40px;
  right: 50px;
  background-image: url(../images/homepage-5/step-01.png);
  background-position: right 0;
  background-repeat: no-repeat;
}
.icon-box-section-five .col-md-6:nth-child(2) .upv-ihbox-style-10:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 40px;
  right: 50px;
  background-image: url(../images/homepage-5/step-02.png);
  background-position: right 0;
  background-repeat: no-repeat;
}
.about-five-box {
  border-top: 1px solid #f3f3f3;
  margin-top: 40px;
  padding-top: 45px;
}
.about-five-content {
  padding: 40px 0px 0 29px;
}
.about-five-content .about-title {
  font-size: 17px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 28px;
  font-family: var(--up-btn-typography-font-family);
}
.about-five-content p {
  margin-bottom: 35px;
  padding-bottom: 12px;
}
.about-five-content .list-group {
  padding-right: 15px;
}
.about-five-iconbox {
  padding: 45px 0 0 30px;
  background-color: var(--up-global-color);
}
.about-five-icon {
  font-size: 14px;
  margin-bottom: 10px;
}
.about-five-icon i {
  font-size: 4.5em;
  color: #2a2a2a;
}
.about-iconbox-title {
  padding-bottom: 35px;
}
.about-iconbox-title h5 {
  margin-bottom: 0;
}
.about-iconbox-title h5 a {
  color: var(--up-white-color);
}
.about-iconbox-title span {
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.about-iconbox-title span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  height: 1px;
  width: 100%;
  background-color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.about-iconbox-title span:hover {
  color: #000;
}
.about-iconbox-title span:hover:after {
  background-color: #000;
}
.about-five-signbox {
  margin-top: 105px;
}
.about-five-signbox .sign-heading {
  padding-top: 10px;
  color: var(--up-white-color);
}
.service-five {
  background-color: var(--up-blackish-color);
  padding-top: 220px;
  padding-bottom: 110px;
  margin-top: -128px;
}
.service-five-content {
  margin-bottom: 20px;
}
.service-five-content p {
  color: rgba(255, 255, 255, 0.8);
  padding-right: 25px;
  padding-left: 40px;
}
.achievement-five {
  padding-top: 105px;
}
.achievement-five-img {
  padding-top: 280px;
  padding-bottom: 295px;
  background-image: url(../images/homepage-5/bg/map-02.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.achievement-five-iconbox {
  margin-top: -125px;
}
.iconbox-style-five {
  background-color: #fff;
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.08);
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px 15px 5px 10px;
}
.iconbox-style-five .icon-wrapper {
  margin-top: 60px;
  line-height: 0;
  font-size: 14px;
  text-align: center;
}
.iconbox-style-five .icon-wrapper i {
  color: #2a2a2a;
  font-size: 4.5em;
}
.iconbox-style-five .icon-wrapper i:before {
  font-size: 80px;
}
.iconbox-style-five .icon-wrapper-heading {
  margin: 30px 0px 35px 0px;
  padding-right: 15px;
}
.iconbox-style-five .icon-wrapper-heading h5,
.iconbox-style-five .icon-wrapper-heading p {
  color: #000;
}
.iconbox-style-five .icon-wrapper-heading h5 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}
.iconbox-style-five .icon-wrapper-heading h5 span {
  font-size: 24px;
  color: var(--up-global-color);
}
.iconbox-style-five-right {
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px 10px 5px 15px;
  background-color: var(--up-global-color);
}
.iconbox-style-five-right .icon-wrapper-heading-right h5,
.iconbox-style-five-right .icon-wrapper-heading-right p {
  color: #000;
}
.iconbox-style-five-right .icon-wrapper-heading-right h5 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}
.iconbox-style-five-right .icon-wrapper-heading-right {
  margin: 30px 0px 35px 5px;
  text-align: right;
}
.iconbox-style-five-right .icon-wrapper-heading-right h5 span {
  font-size: 24px;
  color: var(--up-white-color);
}
.iconbox-style-five-right .icon-wrapper-right {
  margin-top: 60px;
  line-height: 0;
  font-size: 14px;
  text-align: center;
  padding-right: 30px;
}
.iconbox-style-five-right .icon-wrapper-right i {
  color: #2a2a2a;
  font-size: 4.5em;
}
.iconbox-style-five-right .icon-wrapper-right i:before {
  font-size: 80px;
}
.achievement-five-bottom {
  padding: 45px 0 50px 0;
}
.achievement-five-bottom p {
  text-align: center;
  margin-bottom: 35px;
}
.achievement-five-bottom p a {
  text-decoration: underline 2px solid #7777;
}
.testimonial-five-img {
  position: relative;
  padding: 345px 0;
}
.testimonial-five-img:before {
  content: "";
  width: 164%;
  height: 100%;
  top: 0;
  right: 0;
  display: block;
  position: absolute;
  background-image: url(../images/homepage-5/bg/img-02.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonial-five-bg {
  position: relative;
  padding: 85px 16px 70px 340px;
  margin-left: -304px;
}
.testimonial-five-bg:before {
  content: "";
  width: 165%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  z-index: -1;
  background-image: url(../images/homepage-5/bg/bg-03.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonial-five-bg .swiper-slider {
  padding-bottom: 37px;
  margin-bottom: 0;
  border-bottom: 1px solid #2c3840;
}
.testimonial-five-bg .client-title {
  margin: 40px 0 20px 0;
  font-size: 14px;
  line-height: 24px;
  color: var(--up-white-color);
  font-family: var(--up-btn-typography-font-family);
  font-weight: 400;
}
.testimonial-five-bg .upv-clientbox-style-1 {
  margin-bottom: 30px;
}
.testimonial-five-bg .swiper-horizontal > .swiper-pagination-bullets {
  bottom: 40px;
}
.testimonial-five-bg .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 0;
  background-color: var(--up-white-color);
  box-shadow: inset 0 0 0 0 var(--up-white-color);
}
.testimonial-five-bg .swiper-pagination-bullet-active {
  box-shadow: inset 0 0 0 0 var(--up-global-color);
  background-color: var(--up-global-color);
}
.team-section-five {
  padding-top: 100px;
  padding-bottom: 85px;
}
.counter-five {
  padding-top: 85px;
  padding-bottom: 30px;
  border-radius: 8px;
}
.blog-five-content {
  padding-bottom: 18px;
}
.blog-five-content p {
  padding-right: 65px;
}
.blog-five-button a {
  font-family: var(--up-heading-typography-font-family);
}
/** Homepage 06 **/
.icon-box-six {
  padding-top: 82px;
}
.about-section-six {
  padding: 110px 0 100px 0;
}
.about-six-content {
  padding-left: 24px;
  padding-top: 45px;
}
.about-six-content p {
  margin-bottom: 35px;
}
.counter-six {
  position: relative;
  overflow: hidden;
  padding: 75px 0 30px 0;
  border-radius: 8px;
  background-color: var(--up-global-color);
}
.counter-six:before {
  content: "";
  position: absolute;
  left: -100px;
  top: -100px;
  width: 260px;
  height: 260px;
  background-color: rgb(255 238 140 / 0.5);
  border-radius: 215px 45px;
}
.counter-six:after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -99px;
  width: 245px;
  height: 245px;
  border-radius: 200px 45px;
  background-color: rgb(255 238 140 / 0.5);
}
.service-six {
  margin-top: -130px;
  padding-top: 230px;
  padding-bottom: 125px;
  background-image: url(../images/homepage-6/bg/transparent-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-six-content {
  margin-bottom: 40px;
}
.service-six-content p {
  margin-top: 55px;
}
.progress-six {
  padding: 50px 0 110px 0;
}
.progress-six-box {
  padding: 50px 0 0 30px;
}
.team-section-six {
  padding-top: 90px;
  border-top: 1px solid #dddddd;
}
.team-six-btn {
  text-align: right;
}
.team-six-box .col-lg-20percent {
  width: 20%;
}
.team-six-box .col-lg-20percent:nth-child(even) .upv-teambox-style-6 {
  margin-top: -30px;
}
.team-six-box {
  padding: 70px 0;
}
.client-six {
  padding-bottom: 110px;
}
.testimonial-six {
  background-image: url(../images/homepage-6/bg/testmonial-side-bg.png);
  background-position: right center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.testimonial-six-title .up-heading-subheading-style-1 .up-subtitle {
  border-color: var(--up-white-color);
}
.testimonial-six-title {
  position: relative;
  padding-top: 150px;
  padding-bottom: 225px;
  margin-right: -200px;
  padding-right: 251px;
  padding-left: 352px;
}
.testimonial-six-title:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 162%;
  height: 100%;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: var(--up-global-color);
}
.testimonial-six-slider {
  margin-top: 80px;
  margin-left: -40px;
}
.blog-six-content {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-top: 20px;
  color: #666666;
  padding-bottom: 15px;
  font-family: var(--up-btn-typography-font-family);
}
.testimonial-arrow {
  position: relative;
  display: inline-flex;
}
/** Homepage 07 **/
.about-us-sec_seven {
  padding: 138px 0 150px 0;
}
.about-us-sec_seven .up-heading-subheading-style-3 .up-title {
  border-bottom: 1px solid #e7e6ea;
  margin-bottom: 40px;
  padding-bottom: 35px;
}
.about-us-sec_seven .fid_box {
  padding-right: 235px;
  margin-top: -80px;
}
.about-us-seven_content {
  padding-top: 37px;
}
.about-us-seven_content .up_desc,
.about-us_02 .why-choose-us-eight_rightbox .up_desc {
  font-size: 17px;
  line-height: 28px;
  color: var(--up-heading-color);
}
.about-us-seven_content .up_text {
  padding-top: 13px;
  margin-bottom: 35px;
}
.about-us-seven_content .list-group {
  margin: 16px 0;
}
.service_seven {
  padding: 100px 0 70px 0;
}
.service-seven-arrow {
  position: absolute;
  right: 0;
  bottom: 20px;
}
.service-seven-arrow .swiper-button-next,
.service-seven-arrow .swiper-button-prev,
.testimonial-seven_arrow .swiper-button-next,
.testimonial-seven_arrow .swiper-button-prev,
.service-eight_arrow .swiper-button-next,
.service-eight_arrow .swiper-button-prev,
.testimonial-eight_arrow .swiper-button-next,
.testimonial-eight_arrow .swiper-button-prev {
  border: none;
  width: inherit;
  height: inherit;
  display: flex;
  background-color: transparent;
}
.testimonial-seven_arrow .swiper-button-next:after,
.testimonial-seven_arrow .swiper-button-prev:after,
.service-eight_arrow .swiper-button-next:after,
.service-eight_arrow .swiper-button-prev:after {
  content: "\e83a";
  color: rgba(255, 255, 255, 0.4) !important;
  font-size: 35px;
}
.service-seven-arrow .swiper-button-next:after,
.service-seven-arrow .swiper-button-prev:after {
  content: "\e83a";
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 30px;
}
.testimonial-seven_arrow .swiper-button-next:hover:after,
.testimonial-seven_arrow .swiper-button-prev:hover:after {
  color: var(--up-white-color) !important;
}
.service-seven-arrow .swiper-button-next:hover:after,
.service-seven-arrow .swiper-button-prev:hover:after {
  color: var(--up-global-color) !important;
}
.service_seven .up-box-heading-wrapper {
  position: relative;
}
.ihbox-seven_btn {
  text-align: right;
  margin-top: -160px;
}
.ihbox-seven_btn .up-btn,
.why-choose-us-eight_rightbox .up-btn_box .up-btn {
  position: relative;
  margin-bottom: 0;
  padding: 15px 65px 15px 40px;
}
.ihbox-seven_btn .up-btn:after,
.why-choose-us-eight_rightbox .up-btn_box .up-btn:after {
  content: "\e826";
  position: absolute;
  transform: rotate(-45deg);
  display: inline-block;
  margin-left: 6px;
  font-size: 18px;
  color: var(--up-white-color);
  font-weight: 400;
  font-family: "upv-base-icons";
}
.ihbox-seven_leftbox {
  padding: 30px 50px 0 0;
}
.ihbox-seven_leftbox .ihbox_style {
  padding-top: 55px;
}
.truck-img_box {
  margin-left: -140px;
  margin-bottom: 35px;
}
.counter-seven-bg_layer {
  padding: 660px 0 90px 90px;
  position: relative;
  margin-right: -135px;
}
.counter-seven-bg_layer .up-col-stretched-right {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  background-image: url(../images/homepage-7/bg/bg-01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.counter-seven-bg_layer .up-fidbox-style-10 {
  position: absolute;
  bottom: 70px;
  left: 90px;
  width: auto;
}
.testimonial-seven_bg {
  margin-top: -445px;
  padding: 550px 0 130px 0;
  background-color: var(--up-blackish-color);
}
.testimonial-seven_slider {
  padding-top: 10px;
  padding-left: 110px;
  border-left: 1px solid rgb(255 255 255 / 20%);
}
.testimonial-seven_slider .swiper-slider {
  padding: 0 17px;
  margin-bottom: 0;
}
.testimonial-seven_arrow {
  position: relative;
  display: inline-flex;
  margin-top: 60px;
}
.testimonial-seven_slider .swiper-pagination-bullet,
.testimonial-eight_slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  box-shadow: none;
  background-color: rgb(255 255 255 / 50%);
}
.testimonial-seven_slider .swiper-pagination-bullet-active,
.testimonial-eight_slider .swiper-pagination-bullet-active {
  background-color: var(--up-white-color);
}
.client-section_seven .upv-box-col-wrapper {
  border-width: 1px 1px 1px 0;
  padding: 70px;
  border-style: solid;
  border-color: #e2e2e2;
}
.blog-section_seven {
  padding: 115px 0 100px 0;
}
.blog-section_seven .up-heading-subheading-style-3 {
  margin-bottom: 60px;
}
/** Homepage 08 **/
.ihbox-section_eight {
  padding: 77px 0;
  background-color: var(--up-global-color);
}
.service-eight_arrow {
  display: inline-flex;
}
.service-eight_arrow .swiper-button-next:after,
.service-eight_arrow .swiper-button-prev:after {
  color: #010002 !important;
}
.service-eight_arrow .swiper-button-next:hover:after,
.service-eight_arrow .swiper-button-prev:hover:after {
  color: var(--up-global-color) !important;
}
.marquee_eight {
  padding-bottom: 65px;
  overflow: hidden;
}
.why-choose-us-section_eight {
  background-color: var(--up-light-color);
}
.why-choose-us-section_eight .up-col-stretched-left {
  background-image: url(../images/homepage-8/bg/bg-01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.why-choose-us-section_eight .why-choose-us-eight_rightbox {
  padding: 105px 0 95px 119px;
}
.why-choose-us-eight_rightbox .up-btn_box {
  margin-top: 40px;
}
.testimonial-eight_bg {
  padding-top: 115px;
  padding-bottom: 570px;
  background-image: url(../images/homepage-8/bg/testimonial-bg.png);
  background-position: right top;
  background-repeat: no-repeat;
}
.testimonial-eight_bg .up-heading-subheading-style-3 .up-subtitle:after {
  background-color: var(--up-white-color);
}
.testimonial-eight_slider {
  border-left: 1px solid rgb(255 255 255 / 20%);
  padding: 10px 0 0 110px;
}
.testimonial-eight_slider .swiper-slider {
  margin-bottom: 0;
}
.ihbox-bg-eight_layer {
  position: relative;
  margin-top: -490px;
  padding: 580px 0px 120px 0;
}
.ihbox-bg-eight_layer .up-col-stretched-right {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  background-image: url(../images/homepage-8/bg/bg-02.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ihbox-bg-eight_layer .up-ihbox-style-14 {
  position: absolute;
  left: 70px;
  bottom: 65px;
}
.testimonial-eight_arrow {
  display: inline-flex;
  margin-top: 50px;
}
.testimonial-eight_arrow .swiper-button-next {
  margin-left: 45px;
}
.testimonial-eight_arrow .swiper-button-next:after,
.testimonial-eight_arrow .swiper-button-prev:after {
  content: "\e83a";
  color: rgba(255, 255, 255, 0.4) !important;
  font-size: 35px;
}
/*----------------------------------------*/
/*01 - Inner Page 
/*----------------------------------------*/
/** 00  About Us **/
.about-us-right-box {
  padding-left: 30px;
}
.about-us-right-box img {
  margin-bottom: 35px;
}
.about-us-right-box h5 {
  margin-bottom: 20px;
}
.about-us-right-box .list-group-borderless .list-group-item {
  margin-bottom: 0;
}
.about-counters-numbers {
  padding: 30px 0 50px 0;
}
.about-counters-box {
  padding: 40px 0 60px 0;
}
.about-fidbox-style {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.team-bg-color .upv-teambox-style-2 .upv-item-thumbnail:before,
.about-us_02 .upv-teambox-style-7 .upv-item-thumbnail:before {
  background-color: rgba(255, 220, 57, 0.8);
}
/** About Us 02 **/
.about-us_02 .why-choose-us-section_eight {
  overflow: hidden;
}
.about-us_02 .why-choose-us-section_eight .up-col-stretched-left {
  background-image: url(../images/homepage-4/bg/img-01.jpg);
}
.about-us_02 .why-choose-us-eight_rightbox .up-list_group {
  margin-top: 40px;
}
.about-us_02 .why-choose-us-eight_rightbox .up-btn_box .up-btn:after {
  top: 10px;
}
.about-us_02 .why-choose-us-eight_rightbox .up-btn_box .up-btn:hover {
  background-color: var(--up-global-color);
}
.about-us_02 .client-section_seven {
  padding-bottom: 100px;
}
/** About Us 03 **/
.about-us_03 .about-section {
  margin-bottom: 30px;
  padding: 150px 0 100px 0;
  border-bottom: 1px solid #b8b4c1;
}
.about-us_03 .about-section .about-right_box {
  margin-left: -45px;
}
.about-us_03 .about-right_box .up-heading_desc {
  padding-right: 50%;
}
.about-us_03 .about-right_box .about-right_imgbox {
  margin-top: -90px;
  padding-left: 80px;
}
.about-us_03 .about-right_box .col-md-4.col-lg-3:first-child {
  padding-right: 20px;
}
.about-us_03 .about-right_box .col-md-4.col-lg-3:last-child {
  padding-left: 20px;
}
.about-us_03 .ihbox_section {
  padding: 80px 0 120px 0;
}
.about-us_03 .ihbox_section .upv-ihbox-style-13 .upv-large-icon i:before {
  color: var(--up-global-color);
}
.about-us_03 .ihbox_section .upv-ihbox-style-13 .upv-custom-heading {
  color: var(--up-blackish-color);
}
.about-us_03 .ihbox_section .upv-ihbox-style-13 .upv-cta3-content-wrapper {
  color: var(--up-body-typography-color);
}
.about-us_03 .counter-seven-bg_layer .up-col-stretched-right,
.about-us_02 .counter-seven-bg_layer .up-col-stretched-right {
  background-image: url(../images/about-us-03/bg/bg-01.jpg);
}

/** 04 - Team Single **/
.our-team-section .upv-teambox-style-2 .upv-item-thumbnail:before {
  background-color: rgba(255, 220, 57, 0.8);
}
.up-team-detail-single {
  padding-top: 80px;
}
.up-team-img {
  position: relative;
  z-index: 1;
}
.up-team-details-inner {
  padding: 50px;
  position: relative;
  margin-left: -100px;
  padding-left: 115px;
  margin-top: 50px;
  background-color: var(--up-light-color);
}
.up-team-details .up-team-details-inner .up-team-title {
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 0px;
}
.up-team-details .up-team-details-inner .up-team-single-position {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #989898;
  margin-bottom: 25px;
}
.up-team-summary {
  border-bottom: 1px solid #dcdcdc;
}
.up-team-details-line {
  margin-bottom: 25px;
  clear: both;
}
.up-team-details-line .up-team-list-title {
  position: relative;
  font-size: 14px;
  line-height: 30px;
  float: left;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 5px;
  color: var(--up-blackish-color);
}
.up-team-details-line .up-team-list-value {
  color: #5f656d;
  font-size: 15px;
  line-height: 32px;
  padding-left: 12px;
  float: left;
}
.up-team-details .up-social-links.up-team-social-links {
  position: absolute;
  right: 50px;
  top: 59px;
}
.up-team-details .up-team-social-links li {
  margin-right: 0px;
  display: inline-block;
}
.up-team-details .up-team-social-links a {
  font-size: 15px;
  color: #fff;
  padding: 10px 8px;
  display: inline-block;
  background-color: var(--up-global-color);
  border: none;
  border-radius: 0;
  width: auto;
  height: auto;
}
.up-team-details .up-team-social-links a:hover {
  background-color: var(--up-blackish-color) !important;
  color: var(--up-white-color);
}
.team-details-wrap {
  margin-top: 50px;
}
.team-details-wrap .team-detail-contant {
  padding: 40px 0 40px 0;
}
.team-details-progress {
  padding: 90px 0 60px 0;
  background-color: var(--up-light-color);
}
.team-details-progress .progressbar .progress-label {
  color: #0a0c0e;
}
.team-details-progress .progress .progress-bar {
  background-color: var(--up-global-color);
}
.team-details-progress .progress {
  background-color: var(--up-blackish-color);
}
.team-details-progress .progress .progress-percent {
  color: var(--up-blackish-color);
}
.team-details-work-experience h4 {
  margin-bottom: 30px;
}
.team-details-contact {
  margin-top: 30px;
}
.team-contact {
  padding: 90px 0 30px 0;
}
.team-contact .form-control {
  height: auto;
  line-height: inherit;
  border: 1px solid rgba(119, 119, 119, 0.2);
}
.team-contact .form-control:focus {
  color: #666;
  border-color: var(--up-global-color);
}
.team-contact textarea.form-control {
  min-height: 150px;
  padding-top: 15px;
}
.team-contact .up-btn {
  font-weight: 500;
  padding: 16px 34px 16px;
  font-family: var(--up-heading-typography-font-family);
}

/** 01 - Service Detail **/
.service-left-col {
  flex: 0 0 30%;
  max-width: 30%;
  margin-top: 65px;
  padding-left: 0;
}
.service-right-col {
  flex: 0 0 70%;
  max-width: 70%;
  padding-top: 65px;
  margin-bottom: 90px;
}
.service-sidebar .post-list:first-child {
  padding-top: 0px;
  margin-top: 0;
}
.service-sidebar .post-list {
  margin: 45px 0 35px;
  word-wrap: break-word;
}
.service-sidebar .all-post-list {
  background: #fff;
  border: 1px solid #efefef;
  padding: 10px 0;
}
.post-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.post-list li {
  border: none;
  padding: 0 !important;
  margin-bottom: 0px;
}
.post-list li a {
  background-color: #fff;
  color: var(--up-blackish-color);
  padding: 10px 30px;
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  font-family: var(--up-body-typography-font-family);
}
.post-list li.post-active a:after {
  height: 80%;
  background-color: var(--up-global-color);
}
.post-list li a:hover {
  color: var(--up-global-color);
}
.post-list li a:hover:after {
  height: 80%;
  background-color: var(--up-global-color);
}
.post-list li a:after {
  content: " ";
  position: absolute;
  top: 4px;
  width: 2px;
  left: 0;
  height: 0%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.service-sidebar .single-service-contact {
  position: relative;
  overflow: hidden;
  text-align: center;
  line-height: 24px;
  color: var(--up-white-color);
  font-size: 16px;
  background: url(../images/homepage-1/service/service-widget.jpg) repeat left
    top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.service-sidebar .single-service-contact-inner {
  padding: 35px 25px;
  background-color: rgba(255, 220, 57, 0.8);
}
.service-sidebar .single-service-contact h3 {
  text-transform: uppercase;
  font-size: 22px;
  color: var(--up-white-color);
  font-weight: 700;
  margin: 20px 0 20px 0;
}
.service-sidebar .single-service-contact-inner ul li {
  margin-bottom: 15px;
}
.service-sidebar .single-service-contact span i {
  font-size: 70px;
  line-height: 70px;
}
.widget .download .item-download {
  margin-bottom: 15px;
  position: relative;
}
.widget .download .item-download a {
  display: block;
  padding: 0px;
  color: var(--up-blackish-color);
  font-size: 16px;
  font-weight: 700;
  border: 2px solid #313437;
  font-family: var(--up-body-typography-font-family);
}
.widget .download .item-download a:hover {
  background: var(--up-blackish-color);
  color: var(--up-white-color);
}
.widget .download .item-download .fa {
  color: var(--up-white-color);
  font-size: 20px;
  padding: 20px;
  background: #313437;
  display: inline-block;
  margin-right: 20px;
}
.service-details {
  padding-top: 40px;
}
.service-page-infobox {
  margin-top: 35px;
  margin-bottom: 50px;
}
ul.list-group-one.list-group {
  margin: 0;
  display: inline-block;
}
ul.list-group-one.list-group li {
  color: #1e1a1a;
  display: block;
}
ul.list-group-one.list-group li i {
  background-color: transparent;
  color: var(--up-global-color);
}
.service-list-group {
  padding-top: 20px;
  padding-left: 7px;
}
.service-single-content {
  margin-top: 20px;
  margin-bottom: 20px;
}
.service-single-content p {
  margin-bottom: 35px;
}
.service-single-content .up-heading {
  font-size: 18px;
}

/** 02 - Project Detail **/
.Project-Style-2 .upv-portfoliobox-style-2 .upv-overlay {
  background-color: rgba(255, 220, 57, 0.8);
}
.portfolio-single .upv-portfoliobox-style-2 .upv-overlay {
  background-color: rgba(255, 220, 57, 0.8);
}
.portfolio-single {
  padding-top: 82px;
}
.up-portfolio-single {
  margin-top: 50px;
  margin-bottom: 50px;
}
.portfolio-single .up-portfolio-lines-wrapper {
  margin-top: 30px;
  margin-bottom: 0;
}
.up-pf-single-style {
  padding-top: 20px;
}
.up-pf-single-style i {
  font-size: 2em;
  color: var(--up-global-color);
}
.up-pf-single-process {
  padding: 30px 0 80px 0;
  margin-bottom: 50px;
}
.up-pf-single-process p {
  margin-bottom: 50px;
}
.up-short-description {
  background-color: #fafafa;
}
.project-details-top {
  padding: 30px 30px 25px 30px;
  background-color: var(--up-global-color);
}
.project-details-top h3 {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
}
.up-pf-detailbox {
  padding: 30px 30px 35px 30px;
  margin-top: -10px;
}
.up-pf-detailbox li {
  padding-bottom: 13px;
  padding-top: 13px;
  border-bottom: 1px solid #eee;
}
.up-pf-details-heading {
  width: 45%;
  display: inline-block;
  font-weight: 700;
}
.portfolio-single .up-featured-wrapper {
  margin-top: 50px;
}
.up-pf-single-content-bottom {
  width: auto;
  padding: 0;
  display: flex;
}
.up-pf-single-category {
  width: 50%;
  float: left;
}
.up-pf-single-category a {
  display: inline-block;
  background-color: #f8f8f8;
  color: #4d4d4d;
  font-size: 12px;
  padding: 3px 10px;
}
.up-pf-single-category a:hover {
  color: var(--up-white-color);
  background-color: var(--up-global-color);
}
.up-pf-single-content-bottom .up-social-share-wrapper {
  float: right;
  width: 50%;
  margin-top: -15px;
}
.up-pf-single-content-bottom .up-social-share-wrapper ul {
  text-align: right;
}
.up-pf-single-content-bottom .up-social-share-wrapper ul li {
  display: inline-block;
  padding-right: 10px;
  padding-top: 6px;
}
.up-pf-single-content-bottom .up-social-share-wrapper ul li:last-child {
  padding-right: 0;
}
.up-pf-single-content-bottom .up-social-share-wrapper ul li a {
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  display: block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
}
.up-pf-single-content-bottom .up-social-share-wrapper ul li a:hover {
  color: var(--up-white-color);
  background-color: var(--up-global-color);
}
.up-entry-content {
  position: relative;
  margin-bottom: 0px;
  margin-top: 40px;
}
.navigation.post-navigation:after {
  background-color: #e9e9e9;
  content: "";
  width: 100%;
  height: 1px;
  z-index: 11;
  position: absolute;
  top: -30px;
  left: 0;
}
.portfolio-single .post-navigation .nav-links .nav-previous {
  float: left;
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
  display: inline-block;
  position: relative;
}
.post-navigation .nav-links .nav-previous {
  margin-right: auto !important;
}
.post-navigation .nav-links .nav-previous:before,
.post-navigation .nav-links .nav-next:before {
  position: absolute;
  z-index: 1;
  display: block;
  bottom: 0;
  content: "";
  border-bottom: 1px solid;
  width: 0%;
  right: 0;
  left: auto;
  -webkit-transition:
    width 0.3s linear 0s,
    right 0s linear 0.3s,
    left 0s linear 0.3s;
  -o-transition:
    width 0.3s linear 0s,
    right 0s linear 0.3s,
    left 0s linear 0.3s;
  -moz-transition:
    width 0.3s linear 0s,
    right 0s linear 0.3s,
    left 0s linear 0.3s;
  transition:
    width 0.3s linear 0s,
    right 0s linear 0.3s,
    left 0s linear 0.3s;
  border-bottom-color: var(--up-global-color);
}
.post-navigation .nav-links .nav-next:before {
  right: auto;
  left: 0;
}
.post-navigation .nav-links .nav-next:hover:before {
  left: 0;
  right: auto;
  width: 100%;
}
.post-navigation .nav-links .nav-previous:hover:before {
  width: 100%;
  right: 0;
  left: auto;
}
.portfolio-single .nav-links a {
  font-size: 18px;
  font-weight: 600;
  color: var(--up-blackish-color);
  position: relative;
  display: inline-block;
}
.portfolio-single .nav-links .nav-previous a {
  padding-left: 20px;
}
.portfolio-single .nav-links .nav-previous a:after {
  font-family: "upv-base-icons";
  content: "\e808";
  position: absolute;
  top: 0;
  left: 0;
}
.post-navigation .nav-links .nav-next a:before {
  content: "\e809";
  left: auto;
  right: 0;
  position: absolute;
  top: 0;
  font-family: "upv-base-icons";
}
.portfolio-single .nav-links a:hover {
  color: var(--up-global-color);
  background: transparent !important;
}
.post-navigation .nav-links .nav-next a {
  padding-right: 20px;
}
.post-navigation .nav-links .nav-next {
  float: right;
}
.portfolio-single .nav-links a:hover .up-portfolio-nav-wrapper span {
  color: #fff;
}
.up-pf-single-related-title {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 30px;
  padding-top: 75px;
}

/** 03 - Blog Detail**/
.blog-grid .up-blogbox-style-1 {
  margin-bottom: 30px;
}
.blog-grid
  .upv-featured-wrapper.upv-post-featured-wrapper.upv-post-format-video {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.59%;
  padding-top: 25px;
  height: 0;
}
.blog-grid iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.blog-right-col {
  flex: 0 0 69%;
  max-width: 69%;
  margin-bottom: 60px;
  padding: 65px 13px 0;
}
.blog-left-col {
  flex: 0 0 31%;
  max-width: 31%;
  margin-top: 65px;
}
.blog-details .up-featured-wrapper {
  margin-bottom: 30px;
}
.blog-details .up-entry-content h4 {
  margin-top: 30px;
}

/** --- Blog Classic ---**/
.post.blog-classic {
  position: relative;
}
.blog-classic .up-featured-img-wrapper {
  margin-bottom: 30px;
}
.blog-classic .up-blog-classic-inner .up-meta-cat {
  background-color: var(--up-global-color);
  color: var(--up-white-color);
  position: absolute;
  top: 20px;
  left: 20px;
  width: 76px;
  z-index: 1;
  padding: 12px 0;
  text-align: center;
}
.blog-classic .up-blog-classic-dbox-date,
.blog-classic .up-blog-classic-dbox-month {
  display: block;
  text-align: center;
  font-family: Roboto, sans-serif;
}
.blog-classic .up-blog-classic-dbox-date {
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  margin-top: 5px;
  letter-spacing: 2px;
}
.blog-classic .up-blog-classic-dbox-month {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 400;
}
.blog-classic .up-blog-classic-inner {
  padding-bottom: 60px;
}
.blog-classic .up-post-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  font-family: var(--up-heading-typography-font-family);
}
.blog-classic .up-blog-meta.up-blog-meta-top {
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  padding-bottom: 19px;
  border-bottom: 1px solid #e9e9e9;
  margin-top: 10px;
  font-weight: 600;
}
.blog-classic .up-blog-meta,
.up-blog-meta a {
  color: #777;
}
.blog-classic .up-blog-meta a:hover {
  color: var(--up-global-color);
}
.blog-classic .up-blog-meta-top > span + span:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ddd;
  margin: 0 11px 2px;
}
.blog-classic .up-entry-content {
  margin-top: 20px;
  display: inline-block;
}
.blog-classic .up-entry-content .blog-single-img {
  float: left;
  margin: 0.375em 1.75em 1.75em 0;
}
.blog-classic .swiper-horizontal > .swiper-pagination-bullets {
  text-align: center;
  bottom: 15px;
}
.blog-classic .swiper-pagination-bullet {
  border: 1px solid var(--up-white-color);
  box-shadow: none;
  width: 11px;
  height: 11px;
}
.blog-classic .swiper-pagination-bullet-active {
  background-color: var(--up-white-color);
}
.blog-classic .swiper-slider {
  margin-bottom: 0;
}
.blog-classic iframe {
  width: 100%;
  height: 476px;
}
.blog-grid .row .col-md-4 {
  margin-bottom: 30px;
}

/**--- Sidebar Right ---**/
.sidebar .widget:first-child {
  margin-top: 0px;
}
aside.sidebar {
  font-size: 14px;
  padding: 30px 28px;
  padding-top: 35px;
  padding-bottom: 40px;
  border-radius: 0px;
  background: #fafafa;
}
.sidebar .widget {
  margin: 45px 0 35px;
  word-wrap: break-word;
}
.sidebar .widget:last-child {
  margin-bottom: 0;
}
.widget .search-form {
  position: relative;
}
.widget .search-form .search-field {
  display: block;
  width: 100%;
  line-height: inherit;
  font-size: 12px;
  padding: 15px 20px;
  font-weight: 600;
  color: #999;
  background: var(--up-white-color);
  border: 1px solid rgba(119, 119, 119, 0.2);
  border-radius: 0;
  -webkit-transition:
    border linear 0.2s,
    box-shadow linear 0.2s;
  -moz-transition:
    border linear 0.2s,
    box-shadow linear 0.2s;
  -o-transition:
    border linear 0.2s,
    box-shadow linear 0.2s;
  transition:
    border linear 0.2s,
    box-shadow linear 0.2s;
  font-family: var(--up-heading-typography-font-family);
}
.sidebar .widget .search-form a {
  position: absolute;
  right: 0px;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  top: 45%;
  height: 46px;
  font-size: 14px;
  font-weight: 500;
  z-index: 1;
  width: 46px;
  text-align: center;
  opacity: 0.3;
}
.sidebar .widget .search-form a:hover {
  color: inherit;
}
.sidebar .widget .widget-title {
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 10px;
  text-transform: none;
  color: var(--up-blackish-color);
}
.sidebar .widget-categories ul {
  background-color: var(--up-white-color);
}
.sidebar .widget-categories ul li a {
  color: var(--up-blackish-color);
  position: relative;
  font-size: 14px;
  font-weight: 400;
  display: block;
  padding: 15px 10px 15px 20px;
  padding-left: 30px;
  line-height: 24px;
  font-family: var(--up-body-typography-font-family);
}
.sidebar .widget-categories ul li a:hover {
  color: var(--up-global-color);
}
.sidebar .widget-categories ul li {
  position: relative;
  list-style: none;
  display: block;
  overflow: hidden;
  padding: 0;
}
.sidebar .widget-categories ul li a:after {
  content: "";
  background-color: #fafafa;
  height: 2px;
  width: 1000px;
  left: -500px;
  bottom: 0;
  position: absolute;
}
.sidebar .widget-categories li span {
  position: absolute;
  right: 15px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background-color: #efefef;
  text-align: center;
  display: block;
  font-size: 12px;
  font-weight: 400;
  top: 15px;
  border-radius: 50%;
}
.sidebar .recent-post-list .media {
  display: flex;
}
.sidebar .recent-post-list .recent-post-thum img {
  width: 80px;
  height: 80px;
  display: block;
  flex-shrink: 0;
  float: left;
  margin-right: 15px;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.24);
}
.sidebar .recent-post-list {
  background-color: var(--up-white-color);
}
.sidebar .recent-post-list li {
  padding: 15px 15px !important;
  border-bottom: 2px solid #fafafa;
}
.sidebar .recent-post-list li:last-child {
  padding-bottom: 0;
}
.widget a,
.widget .post-date {
  font-family: var(--up-heading-typography-font-family);
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0px;
  font-weight: 600;
}
.blog-left-col .sidebar .media-body a {
  color: var(--up-blackish-color);
  font-size: 14px;
  font-weight: 600;
  font-family: var(--up-body-typography-font-family);
}
.blog-left-col .sidebar .media-body a:hover {
  color: var(--up-global-color);
}
.sidebar .recent-post-list .post-date {
  line-height: 17px;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 5px;
  color: #777777;
  letter-spacing: 1px;
  font-family: var(--up-body-typography-font-family);
}
.sidebar .widget .tagcloud a {
  display: inline-block;
  font-weight: 400;
  color: var(--up-blackish-color);
  text-transform: none;
  font-size: 14px !important;
  padding: 10px 20px;
  line-height: 24px;
  background: #f1f1f1;
  border: none;
  margin: 0 3px 6px 0;
  font-family: var(--up-body-typography-font-family);
}
.sidebar .widget .tagcloud a:hover {
  color: #fff;
  background: var(--up-global-color);
}
.sidebar .widget.widget-archive ul li {
  padding: 0 0 15px 0;
}
.sidebar .widget.widget-flickr a {
  overflow: hidden;
  display: block;
  margin: 0 8px 0px 0px;
  width: 80px;
  height: 80px;
  display: inline-block;
  background: none;
}
.widget.single-service-contact {
  background-image: url(../images/coworking/up-ads.html);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #f0f2f7;
  padding: 45px;
  margin-bottom: 40px;
  border: none;
}
.single-service-contact-inner img {
  border-radius: 50%;
  margin: 0;
}
.single-service-contact-inner ul.up-social-links li {
  display: inline-block;
  margin-top: 10px;
}
.single-service-contact ul.up-social-links li a,
.single-service-contact-inner ul.up-social-links li a {
  font-size: 16px;
  font-weight: 300 !important;
  letter-spacing: 0;
  background: #fff;
  border-radius: 50%;
  padding: 8px;
  margin: 0 2px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
}
.single-service-contact ul.up-social-links li a:hover {
  background-color: var(--up-global-color);
  color: #fff;
}
.single-service-contact .up-social-li {
  margin-right: 0px;
}
.single-service-contact .up-social-links {
  margin-top: 10px;
}
.blog-details .up-blog-style-2 .up-featured-wrapper:after {
  display: none;
}
.widget .up-download .up-item-download:first-child {
  margin-bottom: 15px;
  margin-left: 0;
}
.widget .up-download .up-item-download a {
  display: block;
  text-align: center;
  padding: 20px 30px;
  font-size: 18px;
  line-height: 22px;
  color: var(--up-blackish-color);
  display: flex;
  align-items: center;
  background-color: var(--up-light-color);
  position: relative;
}
.widget .up-download .up-item-download a:hover {
  background-color: var(--up-global-color);
  color: var(--up-white-color);
}
.widget .up-download .up-item-download a i:first-child {
  margin-right: 10px;
}
.widget .up-download .up-item-download a i {
  font-size: 35px;
  vertical-align: middle;
}
.widget .up-download .up-item-download:last-child a {
  background-color: var(--up-global-color);
  color: var(--up-white-color);
}
.widget .up-download .up-item-download:last-child a:hover {
  background-color: var(--up-blackish-color);
}
.up-ads-inner .up-ads-logo {
  background: var(--up-white-color);
  display: inline-block;
  padding: 15px;
  width: 130px;
  position: relative;
  z-index: 1;
}
.up-ads-inner h3.up-ads-title {
  font-size: 26px;
  line-height: 36px;
  padding: 30px 0 30px 0;
  font-weight: 600;
}
.up-ads-inner h3.up-ads-title span {
  color: var(--up-global-color);
}
.up-ads-inner .up-ads-logo::after {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 100%;
  height: 100%;
  background-color: var(--up-white-color);
  z-index: -1;
}
.up-ads-inner .up-ads-button {
  display: inline-block;
  padding-bottom: 30px;
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 20px;
  font-style: normal;
}
.up-ads-inner .up-ads-button a {
  padding: 20px 60px 20px 40px;
  background-color: var(--up-global-color);
  color: var(--up-white-color);
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.up-ads-inner .up-ads-button a:hover {
  background-color: var(--up-white-color);
  color: var(--up-blackish-color);
}
.up-ads-inner .up-ads-button a span {
  position: relative;
}
.up-ads-inner .up-ads-button a span::after {
  content: "\e83a";
  font-family: "upv-base-icons";
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
}

/** --- Blog Large ---**/
.post.blog-details {
  margin-bottom: 0px;
  position: relative;
}
.post.blog-details .blog-classic .up-blog-classic-inner {
  padding-bottom: 0;
}
.post blockquote {
  padding: 30px 75px 30px 90px;
  margin: 25px 20px;
  background-color: #f8f8f8;
  font-size: 18px;
  line-height: 28px;
  color: #686868;
  font-style: italic;
  position: relative;
  font-weight: 300;
  border-color: var(--up-global-color);
}
.post blockquote p {
  margin: 0;
}
.post .up-entry-content p:last-of-type:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.post blockquote:after {
  position: absolute;
  content: "\f10e";
  font-family: "upv-base-icons";
  font-size: 37px;
  line-height: 37px;
  top: 31px;
  left: 21px;
}
.up-blog-meta.up-blog-meta-bottom {
  padding-top: 20px;
  border-top: 1px solid #e8e8e8;
  margin-top: 40px;
}
.up-blog-meta-bottom-left {
  float: left;
}
.up-blog-meta-bottom-right {
  float: right;
}
.up-blog-meta .up-blog-meta-bottom-left .up-meta a {
  display: inline-block;
  padding: 8px 15px;
  font-size: 14px;
  background-color: #f1f1f1;
  color: var(--up-blackish-color);
}
.up-blog-meta .up-blog-meta-bottom-left .up-meta a:hover {
  color: var(--up-white-color);
  background-color: var(--up-global-color);
}
.up-social-share-title {
  float: left;
  padding-right: 10px;
  position: relative;
  margin-right: 9px;
  margin-top: 14px;
  font-weight: 500;
  font-size: 17px;
}
.up-social-share {
  float: right;
}
.up-blog-meta-bottom ul li {
  margin-right: 8px;
  display: inline-block;
  padding-top: 6px;
}
.up-blog-meta-bottom .up-social-share li a {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: var(--up-blackish-color);
  font-size: 14px;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  background-color: transparent;
}
.up-blog-meta-bottom .up-social-share li a:hover {
  color: var(--up-white-color);
  background-color: var(--up-global-color);
}
.comments-box {
  display: inline-block;
  margin-top: 60px;
}
.comments-box .comments-title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}
.comments-box .media {
  display: flex;
  margin-bottom: 0px;
  margin-top: 35px;
}
.comments-box .media.even.depth-3 {
  margin-left: 35px;
  margin-top: 0;
}
.comments-box .comment-author img {
  width: 80px;
  height: 80px;
}
.media-body.comment-meta {
  position: relative;
  flex-grow: 1;
  border: 1px solid #e8e8e8;
  padding: 20px;
  background: #fafafa;
  margin-left: 25px;
}
.comments-box .comment-author {
  display: block;
  color: var(--up-blackish-color);
  font-size: 18px;
  font-weight: 700;
}
.media-body.comment-meta .comment-date a {
  color: #a2a2a2;
  font-size: 14px;
}
.comment-meta .reply {
  position: absolute;
  top: 15px;
  right: 15px;
}
.comment-meta .reply a {
  font-size: 13px;
  line-height: 30px;
  padding: 2px 30px 2px 18px;
  background-color: var(--up-blackish-color);
  color: var(--up-white-color);
  margin-right: 5px;
  border-radius: 0;
  display: inline-block;
}
.comment-meta .reply a:hover {
  background-color: var(--up-global-color);
}
.comment-meta .reply a:after {
  position: absolute;
  top: 6px;
  line-height: 22px;
  font-size: 14px;
  opacity: 0.8;
  content: "\e809";
  text-align: center;
  margin-left: 7px;
  font-family: "upv-base-icons";
}
.comment-respond {
  margin-bottom: 60px;
}
.comment-reply-title {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 10px;
  font-weight: 600;
  margin-top: 30px;
}
.comments-box p {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  padding-right: 62px;
}
.comment-form p {
  font-style: italic;
}
.comment-respond .form-style-2 textarea.form-control {
  height: 210px;
  resize: none;
  padding: 0 20px;
}
.comment-respond .form-style-2 .form-control {
  font-size: 12px;
  padding: 15px 20px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #999;
  height: 55px;
  font-family: var(--up-heading-typography-font-family);
}
.form-style-2::placeholder {
  color: #999;
}
.comment-form form .form-group:last-child {
  margin-bottom: 10px;
}
.comment-form button.up-btn {
  font-size: 13px;
  padding: 12px 34px;
  border-radius: 0;
  width: auto;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 1px;
  background-color: var(--up-global-color);
  font-family: var(--up-btn-typography-font-family);
}
.comment-form button.up-btn:hover {
  background-color: var(--up-blackish-color);
}

/** 05 - Contact us **/
.contact-box {
  padding: 90px 0 70px 0;
  border-bottom: 1px solid rgba(119, 119, 119, 0.21);
}
.contact-form {
  padding: 40px 0 100px 0;
}
.contact-form .up-heading-subheading .up-subtitle {
  color: #1b2024;
}
.contact-form form .form-control {
  padding: 15px 20px;
  margin-bottom: 25px;
  font-size: 12px;
  font-weight: 600;
  height: 55px;
  line-height: inherit;
  border: 1px solid rgba(119, 119, 119, 0.2);
  font-family: var(--up-heading-typography-font-family);
}
.contact-form form textarea {
  height: auto !important;
}
.contact-form form .form-control:focus {
  color: #666;
  border-color: var(--up-global-color);
}
.contact-form button {
  width: 100%;
  padding: 16px 34px 16px;
  font-weight: 500;
  font-family: var(--up-heading-typography-font-family);
}
.iframe-section iframe {
  width: 100%;
  height: 450px;
  margin-bottom: 35px;
}
label.error {
  background: red;
  color: white;
  border-radius: 0px 0 10px 10px;
  margin-bottom: 15px;
  padding: 0 10px;
  font-size: 12px;
  display: block;
  margin-top: -25px;
  margin-right: 20%;
}
.message-status {
  margin-top: 30px;
}

/**06 - Comment Form **/
.form-control {
  background-color: #fff;
  color: #333;
  height: 45px;
  line-height: 45px;
  padding: 15px 20px;
  font-size: 12px;
  font-weight: 600;
  border: 0;
  border-radius: 0px;
  margin-bottom: 20px;
  width: 100%;
  font-family: var(--up-heading-typography-font-family);
}
.input-group .form-control {
  border: none;
}
.input-group-text {
  width: 30%;
  height: 60px;
  margin-left: -50px;
  line-height: normal;
  text-align: center;
  padding: 0;
  border: none;
  border-radius: 36px;
  background-color: var(--up-global-color);
  position: relative;
}
textarea.form-control {
  height: 90px;
  padding-top: 0;
}

/*--- form-style-1 ---*/
.form-style-1 .form-control,
.form-style-1 textarea {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  padding-left: 0;
  color: var(--up-white-color);
  height: 50px;
}
.form-style-1 textarea {
  height: 100px !important;
}
.form-style-1 button {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 30px;
  padding: 16px 34px 16px;
}
.form-style-1 .form-control:focus {
  border-color: var(--up-global-color);
}
.form-style-1 .form-control::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
/*--- form-style-2 ---*/
.form-style-2 .form-control {
  padding: 14px 20px;
  height: 45px;
  border: 1px solid rgba(119, 119, 119, 0.2);
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--up-body-typography-font-family);
}
.form-style-2 .form-control:focus {
  border-color: var(--up-global-color);
}
.form-style-2 .checkbox {
  display: inline-block;
  margin-top: 0;
  margin-right: 20px;
  color: #999;
  font-weight: 300;
  position: relative;
}
.form-style-2 input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.form-style-2 .checkbox label {
  font-size: 13px;
  line-height: 20px;
  padding-left: 30px;
  font-weight: 300;
  position: relative;
}
.form-style-2 .checkbox label:before {
  position: absolute;
  content: "";
  left: 0;
  height: 18px;
  width: 18px;
  background: 0 0;
  border: 2px solid rgba(119, 119, 119, 0.2);
}
.form-style-2 .checkbox label:after {
  position: absolute;
  content: "";
  left: 6px;
  top: 6px;
  width: 7px;
  height: 7px;
  opacity: 0;
  background-color: var(--up-global-color);
}
.form-style-2 input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.form-style-2 button {
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 35px;
  margin-bottom: 35px;
  background-color: #1b2024;
  width: 100%;
  font-family: var(--up-heading-typography-font-family);
}
.form-style-2::placeholder {
  color: #999;
}
.text-justify {
  text-align: justify;
}

/************ Web Whatsapp ******/

.pulse i {
  position: relative;
  z-index: 20;
  top: 16px;
  font-size: 26px;
}
.pulse {
  position: fixed;
  cursor: pointer;
  display: block;
  width: 50px !important;
  height: 50px;
  bottom: 70px;
  right: 32px;
  background-color: rgba(0, 200, 0, 1);
  color: white;
  border-radius: 50px;
  text-align: center;
  transition-duration: 0.5s;
  animation: pulse-btn 3s infinite;
  z-index: 9000;
}
.pulse:hover {
  background-color: rgba(0, 150, 0, 1);
  color: white;
}
.pulse-phone {
  width: 50px !important;
  height: 50px;
  bottom: 130px;
  right: 32px;
  background-color: #0d6efd;
  animation: pulse-btn2 3s infinite;
}
.pulse-phone:hover {
  background-color: #0049b4;
  color: white;
}

.my-float {
  margin-top: 15px;
}
@-webkit-keyframes pulse-btn {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 1);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 200, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 0);
  }
}
@-webkit-keyframes pulse-btn2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(0 73 180);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 200, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 0);
  }
}

.pulse a {
  color: #fff;
}

.hero-tag {
  display: inline-block;
  background: #ffe7e7;
  color: #d62828;
  padding: 10px 24px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
}

.hero-title span {
  color: #d62828;
}

.hero-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 35px;
}

.list-item {
  background: #fff;
  padding: 16px 22px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  font-weight: 600;
  display: flex;
  align-items: center;
}

.list-item i {
  color: #d62828;
  margin-right: 12px;
  font-size: 20px;
}

.hero-btn .btn {
  padding: 9px 34px;
  border-radius: 50px;
  font-weight: 600;
}

.hero-image {
  position: relative;
  text-align: center;
}

.hero-image img {
  width: 100%;
  max-width: 620px;
}

.floating-card {
  position: absolute;
  background: #fff;
  padding: 18px 22px;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  gap: 15px;
}

.floating-card i {
  height: 55px;
  width: 55px;
  background: #d62828;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 22px;
}

.card-one {
  left: -20px;
  bottom: -44px;
}

.card-two {
  right: -20px;
  top: 0px;
}

@media (max-width: 992px) {
  .hero-title {
    font-size: 42px;
  }

  .hero-list {
    grid-template-columns: 1fr;
  }

  .hero-image {
    margin-top: 60px;
  }

  .card-one,
  .card-two {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: 20px;
  }
}
.service-cards {
  background: #f7f8fb;
}

.service-card,
.challenge-card {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.35s;
}

.service-card:hover,
.challenge-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

/*==========================
    IMAGE
===========================*/

.card-img {
  height: 230px;
  overflow: hidden;
}

.card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.service-card:hover img {
  transform: scale(1.08);
}

/*==========================
      CONTENT
===========================*/

.card-content {
  padding: 28px;
}

.navy-card .card-content {
  background: #0d2745;
  color: #fff;
  height: 100%;
}

.red-card .card-content {
  background: #d92d2d;
  color: #fff;
  height: 100%;
}

.card-content h5 {
  color: #fff;
}

.card-content p {
  color: rgba(255, 255, 255, 0.88);
  line-height: 28px;
  margin-bottom: 18px;
}

.small-text {
  font-size: 15px;
  opacity: 0.9;
  margin-top: 20px;
}

hr {
  border-color: rgba(255, 255, 255, 0.25);
}

/*==========================
      LIST
===========================*/

.service-list,
.city-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-list li,
.city-list li {
  margin-bottom: 5px;
  font-size: 15px;
}

.service-list i,
.city-list i {
  color: #fff;
  margin-right: 10px;
}

/*==========================
      WHITE BOX
===========================*/

.white-box {
  background: #fff;
  color: #222;
  padding: 12px;
  border-radius: 14px;
  height: 100%;
}

.white-box h6 {
  color: #d92d2d;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.white-box ul {
  padding-left: 0px;
  margin: 0;
}
.vik-car .col-6 {
  padding: 0 2px;
}
.white-box li {
  margin-bottom: 8px;
  font-size: 14px;
}

/*==========================
      CHALLENGE CARD
===========================*/

.challenge-card {
  background: #fff;
}

.challenge-header {
  background: #d92d2d;
  color: #fff;
  padding: 28px;
}

.challenge-header h3 {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}

.challenge-body {
  padding: 30px;
}

.challenge-item {
  display: flex;
  gap: 18px;
  margin-bottom: 28px;
}

.challenge-item:last-child {
  margin-bottom: 0;
}

.challenge-item i {
  width: 55px;
  height: 55px;
  background: #fff4f4;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d92d2d;
  font-size: 32px;
  flex-shrink: 0;
}

.challenge-item h6 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
}

.challenge-item p {
  color: #666;
  line-height: 28px;
  margin: 0;
}

/*==========================
      RESPONSIVE
===========================*/

@media (max-width: 991px) {
  .card-content h3 {
    font-size: 24px;
  }

  .challenge-header h3 {
    font-size: 24px;
  }

  .card-img {
    height: 220px;
  }
}

@media (max-width: 767px) {
  .card-content {
    padding: 22px;
  }

  .card-img {
    height: 200px;
  }

  .white-box {
    margin-bottom: 20px;
  }
}

/*==========================================================
    UNICON GLOBAL DESIGN SYSTEM (badges, stats, cards, CTA)
    Used across home page, about page, and location pages
===========================================================*/

.un-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 20px 0 26px;
}

.un-badge-row span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #fff4f4;
  color: #d92d2d;
  font-weight: 600;
  font-size: 13px;
  padding: 8px 18px;
  border-radius: 50px;
}

.un-badge-row span i {
  color: #d92d2d;
}

.un-section-badge {
  display: inline-block;
  background: #ffe7e7;
  color: #d62828;
  padding: 6px 18px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

/*-------- Stats strip --------*/

.un-stats-strip {
  background: linear-gradient(135deg, #0d2745 0%, #163a63 100%);
  padding: 55px 0;
}

.un-stat {
  text-align: center;
  color: #fff;
  padding: 10px 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.un-stat:last-child {
  border-right: none;
}

.un-stat i {
  font-size: 30px;
  color: #ff7676;
  margin-bottom: 12px;
  display: block;
}

.un-stat h3 {
  font-size: 34px;
  font-weight: 800;
  margin: 0 0 4px;
  color: #fff;
}

.un-stat span {
  font-size: 14px;
  opacity: 0.8;
}

@media (max-width: 767px) {
  .un-stat {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 20px;
  }

  .un-stat:last-child {
    border-bottom: none;
  }
}

/*-------- Icon list (panels) --------*/

.un-icon-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.un-icon-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #fff;
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}

.un-icon-list li:hover {
  transform: translateX(6px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.1);
}

.un-icon-list li i {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff0f0;
  color: #d92d2d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  margin-top: 2px;
}

.un-icon-list li h6 {
  font-weight: 700;
  margin-bottom: 4px;
}

.un-icon-list li p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.un-panel {
  background: #fff;
  border-radius: 18px;
  padding: 34px;
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.06);
  height: 100%;
}

/*-------- Process timeline --------*/

.un-process-track {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
  gap: 34px;
}

.un-process-track:before {
  content: "";
  position: absolute;
  top: 34px;
  left: 5%;
  right: 5%;
  height: 2px;
  background: repeating-linear-gradient(90deg, #e2c9c9 0 10px, transparent 10px 20px);
  z-index: 0;
}

.un-step {
  flex: 1;
  min-width: 200px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.un-step-num {
  width: 68px;
  height: 68px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #0d2745;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 800;
  border: 5px solid #f7f8fb;
  box-shadow: 0 8px 20px rgba(13, 39, 69, 0.25);
}

.un-step:nth-child(even) .un-step-num {
  background: #d92d2d;
  box-shadow: 0 8px 20px rgba(217, 45, 45, 0.25);
}

.un-step h6 {
  font-weight: 700;
  margin-bottom: 8px;
}

.un-step p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

@media (max-width: 992px) {
  .un-process-track:before {
    display: none;
  }
}

/*-------- Why-us icon cards --------*/

.un-why-us-section {
  padding: 70px 0;
}

.un-why-us-lead {
  max-width: 780px;
  margin: 0 auto;
  color: #666;
  font-size: 15px;
  line-height: 26px;
}

.un-why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 22px;
  margin-top: 40px;
}

.un-why-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 992px) {
  .un-why-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .un-why-grid-4 {
    grid-template-columns: 1fr;
  }
}

.un-why-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
  border-top: 4px solid transparent;
}

.un-why-card:hover {
  transform: translateY(-6px);
  border-top-color: #d92d2d;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.1);
}

.un-why-card i {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #fff0f0;
  color: #d92d2d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 16px;
}

.un-why-card h6 {
  font-weight: 700;
  margin-bottom: 8px;
}

.un-why-card p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

/*-------- Branch cards --------*/

.un-branch-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 10px;
}

.un-branch-card {
  display: block;
  background: #fff;
  border-radius: 16px;
  padding: 32px 28px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
  border-top: 4px solid transparent;
}

.un-branch-card:hover {
  transform: translateY(-6px);
  border-top-color: #d92d2d;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.1);
}

.un-branch-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #fff0f0;
  color: #d92d2d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 18px;
}

.un-branch-card h5 {
  font-weight: 700;
  margin-bottom: 8px;
  color: #222;
}

.un-branch-card p {
  font-size: 14px;
  color: #666;
  margin-bottom: 16px;
  min-height: 42px;
}

.un-branch-link {
  font-weight: 700;
  font-size: 13px;
  color: #d92d2d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.un-branch-link i {
  margin-left: 4px;
  transition: 0.3s;
}

.un-branch-card:hover .un-branch-link i {
  margin-left: 8px;
}

@media (max-width: 992px) {
  .un-branch-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .un-branch-grid {
    grid-template-columns: 1fr;
  }
}

/*-------- Service location grid --------*/

.un-locations-section {
  padding: 70px 0;
}

.un-location-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 10px;
}

.un-location-card {
  display: block;
  background: #fff;
  border: 1px solid #eaeaea;
  border-bottom: 3px solid #d92d2d;
  border-radius: 6px;
  padding: 20px 22px;
  font-weight: 700;
  color: #222;
  text-align: left;
  transition: 0.3s;
}

.un-location-card:hover {
  color: #d92d2d;
  border-color: #d92d2d;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.un-location-more {
  margin-top: 34px;
}

@media (max-width: 992px) {
  .un-location-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .un-location-grid {
    grid-template-columns: 1fr;
  }
}

.un-location-grid.is-compact {
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.un-location-card.is-compact {
  padding: 13px 16px;
  font-size: 14px;
  font-weight: 600;
  border-bottom-width: 2px;
}

.un-location-card.is-disabled {
  cursor: default;
  color: #9a9a9a;
  border-bottom-color: #ddd;
  background: #fafafa;
}

.un-location-card.is-disabled:hover {
  transform: none;
  box-shadow: none;
  color: #9a9a9a;
  border-color: #eaeaea;
  border-bottom-color: #ddd;
}

@media (max-width: 992px) {
  .un-location-grid.is-compact {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 576px) {
  .un-location-grid.is-compact {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*-------- Quote / callout card --------*/

.un-quote-card {
  background: #fff;
  border-radius: 20px;
  padding: 45px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
  position: relative;
  border-left: 6px solid #d92d2d;
}

.un-quote-card .fa-quote-left {
  font-size: 40px;
  color: #ffd7d7;
  position: absolute;
  top: 25px;
  right: 35px;
}

/*-------- Gradient CTA banner --------*/

.un-cta-banner {
  background: linear-gradient(120deg, #0d2745 0%, #163a63 55%, #7e1f2b 130%);
  border-radius: 26px;
  padding: 55px 40px;
  position: relative;
  overflow: hidden;
}

.un-cta-banner:before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  top: -140px;
  right: -100px;
}

.un-form-card {
  background: #fff;
  border-radius: 20px;
  padding: 35px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}

/*-------- Map wrap --------*/

.un-map-wrap {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.08);
  height: 100%;
  min-height: 320px;
}

.un-map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  display: block;
}

.price-table {
    width: 100%;
    border: 2px solid #333;   /* Outer Border */
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
}

.price-table th,
.price-table td {
    border: 1px solid #ccc;   /* Inner Borders */
    padding: 14px 18px;
    text-align: left;
}

.price-table th {
    background: #f4f4f4;
    font-weight: 700;
}

.price-table tbody tr:nth-child(even) {
    background: #fafafa;
}

.price-table tbody tr:hover {
    background: #f5f9ff;
}

.table-note {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}
