.vediobanner {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  max-height: 755px;
}
.vediobanner::after {
  content: '';
  display: block;
  clear: both;
}
.vediobanner video {
  width: 100%;
  height: auto;
}

.vediobanner img {
  width: 100%;
  height: auto;
}

.progressbg {
  width: 100%;
  margin: 0;
  padding: 0 0 60px;
  overflow: hidden;
}
.progressbg .inner {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #fff7f6;
}
.progressbg [class*='col-'] {
  border-right: 1px solid #eee;
}
.progressbg .caption {
  width: 100%;
  margin: 0;
  padding: 30px 15px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
}
.progressbg .caption .numbers {
  display: block;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 600;
  color: #000;
  margin-bottom: 0.5rem;
}
.progressbg .caption .markup {
  display: block;
  font-size: 1rem;
  line-height: 1.2;
  color: #828080;
}
.ourservices {
  width: 100%;
  margin: 0;
  padding: 60px 0;
  overflow: hidden;
  background: #f9f9f9;
}
.ourservices [class*='col-'] {
  margin: 30px 0;
}
.servicebx {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.servicebx .icon {
  width: 47px;
  height: auto;
  float: left;
  margin-right: 23px;
}
.servicebx .icon img {
  width: 100%;
  height: auto;
}
.servicebx .caption {
  display: block;
  width: calc(100% - 70px);
  float: left;
}
.servicetitle {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 0.5rem;
  color: #000;
  font-weight: 500;
}
.servicebx p {
  display: block;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #828080;
}
.servicefig {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  box-shadow: 5px 5px #e9e9e9;
  overflow: hidden;
  border-radius: 3px;
}
.servicefig img {
  width: 100%;
  border-radius: 3px;
  height: auto;
}
.portfoliostrip {
  width: 100%;
  margin: 0;
  padding: 35px 0 15px;
  overflow: hidden;
  background: #e86221 url(../images/portfolio-strip.webp) no-repeat center
    center;
  background-size: cover;
  position: relative;
}
.portfoliostrip::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(239, 79, 2, 0.92);
}
.portfoliostrip .widthmidium {
  position: relative;
  z-index: 1;
}
.portfoliostrip .widthmidium .maintitle {
  color: #fff;
}
.portfoliobg {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.portfoliobg .row {
  margin: 0;
}
.portfoliobg [class*='col-'] {
  padding: 0 7.5px;
  margin-bottom: 15px;
}
.portfolioimg {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.portfolioimg img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.testimonialbg {
  width: 100%;
  margin: 0;
  padding: 60px 0;
  overflow: hidden;
}
.testimonialbg .testimonialinner {
  position: relative;
  overflow: hidden;
  padding-top: 40px;
}
.testimonialbx {
  width: 100%;
  margin: 0;
  padding: 30px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  background: #fff7f6;
}
.testimonialbx .icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto;
}
.testimonialbx .icon img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
}
.testimonialbx .usernames {
  display: block;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  color: #000;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.testimonialbx .destination {
  display: block;
  font-size: 0.85rem;
  line-height: 1.2;
  font-weight: 400;
  color: #999;
  margin-bottom: 0.5rem;
}
.testimonialbx p {
  display: block;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #787676;
}
.testimonialbx .starbg {
  display: inline-block;
  overflow: hidden;
  margin-top: 1rem;
}
.testimonialbx .starbg i {
  font-size: 14px;
  margin: 0 5px;
  color: #ef4f02;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #000;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.conflip {
  width: 100%;
  margin: 0;
  padding: 15px 0;
  overflow: hidden;
}
.conflip img {
  width: 100%;
  max-width: 139px;
  height: auto;
}
@media screen and (max-width: 991px) {
  .conflip {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .figimage img {
    height: 200px;
  }
}
@media screen and (max-width: 575px) {
  .progressbg [class*='col-'] {
    border-right: none;
    border-bottom: 1px solid #eee;
  }
}
