@import url("https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&family=Source+Sans+Pro:wght@300;400;600;700;900&display=swap");
body {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  overflow-x: hidden !important;
  overflow-y: scroll;
  -webkit-animation: fadeIn 2s;
          animation: fadeIn 2s;
  font-family: "Source Sans Pro", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Source Sans Pro", sans-serif;
}

p {
  margin: 10px 0 0 0;
  color: #000;
}

a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

.floting-whatsapp {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  bottom: auto;
  bottom: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 20px;
  position: fixed;
  z-index: 999;
}

.floting-whatsapp a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 5px;
  height: 50px;
  width: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 5px;
}

.floting-whatsapp a.whatsapp {
  background: #4CAF50;
}

.floting-whatsapp svg {
  width: 35px;
  display: block;
  margin: auto;
  fill: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.floting-whatsapp:hover a.whatsapp {
  background: #1f231f;
}

/*owl theme start */
.testimonial_bg .owl-theme {
  width: 100%;
  margin: 0;
}

.testimonial_bg .owl-carousel {
  width: 100%;
  margin: 0;
}

.carousel-control-prev {
  left: 0;
  font-size: 0px;
}

.carousel-control-next {
  right: 0;
  font-size: 0px;
}

.owl-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: auto !important;
}

.owl-carousel {
  position: relative;
  width: 100%;
  float: left;
  margin: 30px 0 0;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
  padding: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.owl-controls .owl-buttons div {
  cursor: pointer;
  display: none;
}

.owl-controls .owl-page {
  cursor: pointer;
  display: none;
}

.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

.owl-theme .owl-controls {
  margin-top: 35px;
  text-align: center;
  margin: 0 0 0;
  width: 100%;
  float: left;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 15px;
  height: 15px;
  margin: 5px 2px;
  background: #d4d2d2;
  border: #fff 1px solid;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.owl-theme .owl-controls .owl-page.active span {
  background: #683a00;
  border: #683a00 1px solid;
}

.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #683a00;
  border: #683a00 1px solid;
}

.owl-theme .owl-page.active span {
  background: #683a00;
  border: #683a00 1px solid;
}

.owl-prev::before {
  font-family: Flaticon;
  content: "\f10f";
}

.owl-next::before {
  font-family: Flaticon;
  content: "\f100";
}

.owl-item.loading {
  min-height: 150px;
  background: url(../images/AjaxLoader.gif) no-repeat center center;
}

.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/*owl theme start */
section {
  padding: 80px 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  section {
    padding: 60px 0px;
  }
}

.section-title {
  text-align: center;
  margin-bottom: 10px;
}

.section-title h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  position: relative;
  text-align: center;
}

#topbar {
  padding: 0;
  font-size: 15px;
  height: 40px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #683a00;
  z-index: 996;
  color: #fff;
}

#topbar .topicon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#topbar .topicon li {
  list-style: none;
}

#topbar .topicon li:first-child {
  padding-right: 10px;
}

#topbar .topicon li i {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #061939;
  padding: 5px;
  display: inline-block;
  line-height: 0;
  background: #ffc30d;
  margin-right: 5px;
}

#topbar .topicon li a {
  color: #fff;
}

#topbar.topbar-transparent {
  background: #683a00;
}

#topbar.topbar-scrolled {
  top: -50px;
}

#header {
  top: 40px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #fff;
  z-index: 997;
  padding: 0px 0px 5px 0;
}

#header .logo {
  margin: 0;
  padding: 0;
  line-height: 1;
}

#header .logo img {
  width: 75px;
}

@media (max-width: 767px) {
  #header .logo img {
    width: 50px;
  }
}

#header.header-scrolled {
  top: 0;
  border-color: #fff;
  background: #F7F9FF;
  -webkit-box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
          box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

#header.header-scrolled .navbar a:hover {
  color: #061939;
}

#header.header-scrolled .navbar a:hover:focus {
  color: #061939;
}

#header.header-scrolled .navbar .active {
  color: #061939;
}

#header.header-scrolled .navbar .active:focus {
  color: #061939;
}

@media (max-width: 992px) {
  #header .logo {
    font-size: 28px;
  }
}

.intro {
  height: auto;
  background: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .intro {
    margin-top: 30px;
  }
}

@media (max-width: 1200px) {
  .intro {
    height: auto;
    margin-top: 75px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .intro {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .intro {
    margin-top: 60px;
  }
}

.intro .slider-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 50%;
  height: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media (max-width: 1200px) {
  .intro .slider-caption {
    width: 80%;
  }
}

@media (max-width: 991px) {
  .intro .slider-caption {
    left: 8%;
  }
}

.intro .slider-caption h1 {
  font-size: 50px;
  color: #fff;
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  line-height: 65px;
  text-align: left;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .intro .slider-caption h1 {
    font-size: 40px;
    line-height: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .intro .slider-caption h1 {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (max-width: 767px) {
  .intro .slider-caption h1 {
    font-size: 22px;
    line-height: 30px;
  }
}

.intro .slider-caption h3 {
  color: #ffc30d;
  font-size: 28px;
  font-weight: 400;
  font-family: "Cabin", sans-serif;
  position: relative;
  padding-left: 40px;
}

.intro .slider-caption h3::before {
  left: 0;
  top: 50%;
  position: absolute;
  content: "";
  width: 25px;
  height: 3px;
  background: #fff;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .intro .slider-caption h3 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .intro .slider-caption h3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .intro .slider-caption h3 {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .intro .slider-caption h3 {
    display: none;
  }
}

.intro .slider-caption .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.intro .owl-carousel {
  margin: 0px;
}

.intro .owl-controls .owl-buttons div {
  cursor: pointer;
  display: block;
}

.intro .owl-pagination {
  display: none;
}

.intro .owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  zoom: 1;
  background: #f47421;
  margin: 0 5px;
  width: 40px;
  border-radius: 50%;
  height: 40px;
  padding: 0px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

@media (max-width: 562px) {
  .intro .owl-theme .owl-controls .owl-buttons div {
    background: none;
  }
}

.intro .owl-prev {
  position: absolute;
  right: auto;
  left: 5px;
}

@media (max-width: 562px) {
  .intro .owl-prev {
    left: -10px;
  }
}

.intro .owl-next {
  position: absolute;
  right: 5px;
  left: auto;
}

@media (max-width: 480px) {
  .intro .owl-next {
    right: -10px;
  }
}

.intro .owl-theme .owl-controls,
.intro .products .owl-theme .owl-controls {
  position: absolute;
  width: 100%;
  top: 50%;
  margin: 0;
}

.intro .owl-prev::before {
  content: "\eb79";
  position: absolute;
  font-family: unicons-line;
  font-size: 40px;
  left: 0;
  color: #fff;
}

.intro .owl-next::before {
  content: "\eb6d";
  position: absolute;
  font-family: unicons-line;
  font-size: 40px;
  right: 0;
  color: #fff;
}

.about h2 {
  color: #683a00;
  font-weight: 700;
}

.about h3 {
  background: #f47421;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  display: inline-block;
  padding: 5px 10px;
}

.about .boxes {
  background: #ffc30d;
  padding: 20px;
}

.about .boxes h4 {
  font-weight: 700;
  color: #fff;
}

.about .boxes i {
  background: #f47421;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 40px;
  color: #fff;
  width: 60px;
  height: 60px;
}

.whatwedo {
  background: url(../images/fix.jpeg) no-repeat center;
  background-size: cover;
  position: relative;
}

.whatwedo::before {
  content: "";
  position: absolute;
  background: #1b1b1b;
  background: linear-gradient(34deg, rgba(27, 27, 27, 0.773845) 0%, rgba(0, 0, 0, 0.695413) 100%);
  top: 0;
  width: 100%;
  height: 100%;
}

.whatwedo h2 {
  color: #ffc30d;
  font-weight: 700;
}

.whatwedo p {
  color: #fff;
}

.whatwedo .values {
  padding: 30px;
}

@media (max-width: 767px) {
  .whatwedo .values {
    padding: 30px 0px;
  }
}

.whatwedo .values li {
  list-style: none;
  padding: 5px 0px;
  position: relative;
  padding-left: 20px;
  color: #fff;
}

.whatwedo .values li span {
  color: #f47421;
  font-weight: 600;
  font-family: "Cabin", sans-serif;
}

.whatwedo .values li::before {
  content: "\f134";
  position: absolute;
  left: 0;
  color: #fff;
  font-family: bootstrap-icons !important;
}

.hard-service {
  background: #f47421;
  width: 100%;
}

.hard-service .section-title {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .hard-service .section-title {
    margin-bottom: 10px;
  }
}

.hard-service .section-title h2 {
  color: #fff;
}

.hard-service .products-box {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .hard-service .products-box {
    margin-bottom: 10px;
  }
}

.hard-service .products-box h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  font-family: "Cabin", sans-serif;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .hard-service .products-box h3 {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .hard-service .products-box h3 {
    font-size: 18px;
  }
}

.hard-service .products-box .products-img {
  width: 100%;
  padding: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hard-service .products-box:hover .products-img {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.hard-service .products-box:hover .products-img img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.soft-service {
  background: #683a00;
  width: 100%;
}

.soft-service .section-title {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .soft-service .section-title {
    margin-bottom: 10px;
  }
}

.soft-service .section-title h2 {
  color: #fff;
}

.soft-service .products-box {
  margin-bottom: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.soft-service .products-box h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  font-family: "Cabin", sans-serif;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .soft-service .products-box h3 {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .soft-service .products-box h3 {
    font-size: 18px;
  }
}

.soft-service .products-box .products-img {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.soft-service .products-box:hover .products-img {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.soft-service .products-box:hover .products-img img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.maintanance {
  background: #ffc30d;
  width: 100%;
}

.maintanance .section-title {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .maintanance .section-title {
    margin-bottom: 10px;
  }
}

.maintanance .section-title h2 {
  color: #fff;
}

.maintanance .maintenance-box {
  padding: 10px;
  text-align: center;
}

.maintanance .maintenance-box img {
  padding: 0px 20px;
  -webkit-transition: width 2s, height 2s, -webkit-transform 1s;
  transition: width 2s, height 2s, -webkit-transform 1s;
  transition: width 2s, height 2s, transform 1s;
  transition: width 2s, height 2s, transform 1s, -webkit-transform 1s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .maintanance .maintenance-box img {
    padding: 0px;
  }
}

@media (max-width: 480px) {
  .maintanance .maintenance-box img {
    padding: 0px;
  }
}

.maintanance .maintenance-box img:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.maintanance .maintenance-box h4 {
  color: #000;
}

@media (max-width: 480px) {
  .maintanance .maintenance-box h4 {
    font-size: 18px;
  }
}

.client {
  background: #ebeef3;
  width: 100%;
}

.client .section-title {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .client .section-title {
    margin-bottom: 10px;
  }
}

.client .section-title h2 {
  color: #683a00;
}

.client .partner-box {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
  position: relative;
  background: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 10px;
  min-height: 120px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #e8e7e8;
}

.client .partner-box:hover {
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.client .partner-box:hover img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.client .owl-carousel {
  margin: 0;
}

.team {
  background: #fff url(../images/client-bg.jpg) no-repeat bottom;
  width: 100%;
}

.team .section-title {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .team .section-title {
    margin-bottom: 10px;
  }
}

.team .section-title h2 {
  color: #683a00;
}

.team .member {
  padding: 0px 40px;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team .member {
    padding: 0px;
  }
}

.team .member img {
  border-radius: 50%;
  border: 6px solid #ffc30d;
}

.team .member h3 {
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #f47421;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team .member h3 {
    font-size: 1rem;
  }
}

.team .member h4 {
  font-family: "Cabin", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #683a00;
}

.benefits {
  background: #683a00;
}

.benefits .lists ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.benefits .lists ul li {
  width: 100%;
  list-style: none;
  position: relative;
  padding-left: 30px;
  line-height: 30px;
  color: #F7F9FF;
}

.benefits .lists ul li::before {
  content: "\f134";
  font-family: bootstrap-icons !important;
  display: inline-block;
  position: absolute;
  color: #ffc30d;
  font-size: 20px;
  left: 0;
}

.benefits .lists ul li {
  font-size: 16px;
}

.benefits h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  padding-left: 0px;
  text-align: left;
}

@media (max-width: 480px) {
  .benefits h2 {
    font-size: 24px;
  }
}

.gallery {
  background: url(../images/hero-bg.jpg);
  position: relative;
  background-size: cover;
}

.gallery::before {
  content: "";
  background: rgba(255, 255, 255, 0.623);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.gallery h2 {
  color: #683a00;
}

.gallery .faclity-box {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #683a00;
}

.gallery .faclity-box img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.gallery .faclity-box a {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.gallery .faclity-box a i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  font-size: 34px;
  color: #fff;
  text-align: center;
  width: 60px;
  opacity: 0;
  height: 60px;
  line-height: 60px;
  background: #ffc30d;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.gallery .faclity-box:hover {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.gallery .faclity-box:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0.8;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.gallery .faclity-box:hover i {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.testimonials {
  background: #ebeef3;
  width: 100%;
}

.testimonials .section-title {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .testimonials .section-title {
    margin-bottom: 10px;
  }
}

.testimonials .section-title h2 {
  color: #683a00;
}

.testimonials .owl-carousel {
  margin: 0;
}

.testimonials .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  padding: 0px 20px;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.testimonials .swiper-slide .testibox {
  font-style: italic;
  padding: 20px;
  background: #f3f9fd;
  position: relative;
  margin-bottom: 10px;
  border-radius: 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.testimonials .swiper-slide .testibox .quote img {
  width: 40px;
}

.testimonials .swiper-slide .testi-detail {
  padding: 5px;
  text-align: center;
  background: none;
}

.testimonials .swiper-slide .testi-detail .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: 0 auto;
  border: 2px solid #ffc30d;
}

.testimonials .swiper-slide h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .swiper-slide h4 {
  font-size: 14px;
  color: #555050;
  margin: 0;
}

.contact {
  width: 100%;
  background: #683a00;
  position: relative;
  padding: 0;
  z-index: 0;
}

.contact::before {
  position: absolute;
  content: "";
  width: calc(100% - 70%);
  background: #ffc30d;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .contact::before {
    display: none;
  }
}

.contact h5 {
  color: #f47421;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  margin-bottom: 10px;
}

.contact .block-list-3 ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact .block-list-3 ul li {
  width: 100%;
  list-style: none;
  position: relative;
  display: inline-block;
  color: #d9ba93;
  font-size: 16px;
}

.contact .block-list-3 ul li a {
  color: #d9ba93;
}

.contact .block-list-3 ul li a:hover {
  letter-spacing: 1px;
  color: #fff;
}

.contact .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact .social-icons li {
  padding: 0px 5px;
  list-style: none;
  font-size: 20px;
}

.contact .social-icons li a {
  color: #ffc30d;
}

.contact .social-icons li a:hover {
  color: #fff;
}

.contact .social-icons li:first-child {
  padding-left: 0px;
}

.contact .address {
  padding: 60px 30px;
  width: 100%;
  position: relative;
}

@media (max-width: 480px) {
  .contact .address {
    padding: 60px 30px 30px;
  }
}

.contact .address p {
  color: #A0AED3;
}

.contact .address .block-list-2 {
  padding: 0;
}

.contact .address .block-list-2 li {
  padding: 0px 0px 18px 30px;
  color: #d9ba93;
  position: relative;
  list-style: none;
  line-height: 20px;
  font-size: 16px;
}

.contact .address .block-list-2 li a {
  color: #d9ba93;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.contact .address .block-list-2 li a:hover {
  color: #fff;
  letter-spacing: 1px;
}

.contact .address .block-list-2 li::before {
  display: none;
}

.contact .address .block-list-2 li i {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  padding: 0px;
  left: 0;
  font-size: 22px;
  color: #ffc30d;
  line-height: 0;
}

.contact .address .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}

.contact .address .social-icon li {
  list-style: none;
  padding: 0px 5px;
  font-size: 20px;
  color: #A0AED3;
}

.contact .address .social-icon li a {
  color: #A0AED3;
}

.contact .address .social-icon li a:hover {
  color: #fff;
}

.contact .forms {
  background: #ffc30d;
  padding: 60px 30px;
  width: 100%;
  position: relative;
  height: 100%;
}

@media (max-width: 767px) {
  .contact .forms {
    padding: 30px;
  }
}

.contact .forms h5 {
  color: #fff;
}

.contact .forms h5::before {
  background: #666666;
}

.copyright {
  padding: 20px 0px;
  background: #181818;
  width: 100%;
}

.copyright p {
  color: #fff;
}

.copyright p a {
  color: #fff;
}

.back-to-top {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 100px;
  z-index: 996;
  background: #e3ac03;
  width: 40px;
  height: 40px;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #683a00;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.quick-enquiry {
  position: fixed;
  right: 18px;
  padding: 5px 10px;
  background-color: #422603;
  color: #fff;
  z-index: 999;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
  top: 55%;
}

.breadcrumbs {
  padding: 15px 0;
  background: #683a00;
  background: linear-gradient(34deg, #683a00 0%, #f47421 50%, #ffc30d 100%);
  min-height: 15vh;
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumbs {
    min-height: 10vh;
  }
}

@media (max-width: 767px) {
  .breadcrumbs {
    margin-top: 75px;
  }
}

.breadcrumbs h2 {
  font-weight: 600;
}

ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #fff;
}

ol li + li {
  padding-left: 10px;
}

ol li a {
  color: #683a00;
}

ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #000;
  content: "/";
}

.inner-page h2 {
  font-weight: 800;
  font-size: 2.5rem;
  color: #683a00;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-page h2 {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .inner-page h2 {
    font-size: 1.5rem;
  }
}

.inner-page .service-box {
  background: #ebeef3;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.inner-page .service-box img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.inner-page .service-box .service-content {
  margin: 10px;
}

.inner-page .service-box .service-content h3 {
  text-align: center;
  font-weight: 600;
  color: #181818;
  font-size: 20px;
  margin: 10px;
}

.inner-page .service-box:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    -webkit-transition-delay: 0 !important;
            transition-delay: 0 !important;
  }
  .mob {
    display: none !important;
  }
}

.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar li {
  position: relative;
}

.navbar li:hover > a {
  color: #683a00;
}

.navbar a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 18px;
  font-family: "Cabin", sans-serif;
  color: #f47421;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.navbar a:focus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 18px;
  color: #f47421;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover {
  color: #F7F9FF;
}

.navbar .active {
  color: #683a00;
}

.navbar .active:focus {
  color: #683a00;
}

.navbar .getstarted {
  background: #ffc30d;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover {
  color: #fff;
  background: #f47421;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
          box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul li:hover > a {
  color: #683a00;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover {
  color: #683a00;
}

.navbar .dropdown ul .active:hover {
  color: #683a00;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

.mobile-nav-toggle {
  color: #683a00;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(10, 38, 58, 0.9);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #683a00;
}

.navbar-mobile a:hover {
  color: #683a00;
}

.navbar-mobile .active {
  color: #683a00;
}

.navbar-mobile li:hover > a {
  color: #683a00;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
          box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul li:hover > a {
  color: #683a00;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover {
  color: #683a00;
}

.navbar-mobile .dropdown ul .active:hover {
  color: #683a00;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar-mobile ul {
    display: block !important;
  }
  .navbar ul {
    display: none;
  }
}

.readmore {
  color: #683a00;
  font-weight: 600;
  font-size: 18px;
  border: none;
  background: none;
}

.submit {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 2px solid #fff;
  padding: 5px 10px;
  background: none;
  color: #fff;
  font-size: 16px;
}

.submit:hover {
  background: #683a00;
  color: #fff;
  border: 2px solid #683a00;
  letter-spacing: .5px;
}
/*# sourceMappingURL=tmc.css.map */