@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Gabriela&display=swap");
body,
p,
a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: #8a8a8a;
}

button:focus, button:active {
  outline: none;
}

.btn {
  border: none;
}

.btn,
.form-control {
  outline: none;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #dedede;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  transition: 0.4s all;
}
.btn:focus, .btn:hover,
.form-control:focus,
.form-control:hover {
  box-shadow: none;
  outline: none;
  color: inherit;
}
.btn-small,
.form-control-small {
  font-size: 12px;
  padding: 6px 14px;
}
.btn-view-all, .btn-custom,
.form-control-view-all,
.form-control-custom {
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 26px;
}
.btn.btn-custom-large, .btn.btn-custom-small,
.form-control.btn-custom-large,
.form-control.btn-custom-small {
  padding: 12px 32px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  border: 2px solid #0084c5;
  background-color: #0084c5;
  letter-spacing: 0.03em;
}
.btn.btn-custom-large:hover, .btn.btn-custom-small:hover,
.form-control.btn-custom-large:hover,
.form-control.btn-custom-small:hover {
  color: #0084c5;
  background-color: transparent;
}
.btn.btn-custom-small,
.form-control.btn-custom-small {
  padding: 8px 20px;
}
.btn.btn-custom-small.ghost,
.form-control.btn-custom-small.ghost {
  background-color: transparent;
  border-color: #0084c5;
  color: #0084c5;
}
.btn.btn-custom-small.ghost:hover,
.form-control.btn-custom-small.ghost:hover {
  background-color: #0084c5;
  color: #fff;
}
.btn.btn-primary,
.form-control.btn-primary {
  background-color: #0084c5;
  color: #fff;
  border-color: #0084c5;
}
.btn.btn-primary:hover,
.form-control.btn-primary:hover {
  background-color: transparent;
  border-color: #0084c5;
  color: #000;
}
.btn.btn-secondary,
.form-control.btn-secondary {
  background-color: #f88a2f;
  color: #fff;
  border-color: #f88a2f;
}
.btn.btn-secondary:hover,
.form-control.btn-secondary:hover {
  background-color: transparent;
  border-color: #f88a2f;
  color: #000;
}

@media screen and (max-width: 991px) {
  .btn-small,
  .form-control-small {
    font-size: 11px;
  }
  .btn-view-all, .btn-custom,
  .form-control-view-all,
  .form-control-custom {
    font-size: 12px;
  }
  .btn.btn-custom-large, .btn.btn-custom-small,
  .form-control.btn-custom-large,
  .form-control.btn-custom-small {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .btn.btn-custom-large, .btn.btn-custom-small,
  .form-control.btn-custom-large,
  .form-control.btn-custom-small {
    padding: 8px 20px;
    font-size: 13px;
  }
}
/* -- Sroll To Top on Click -- */
.scrollevent a {
  font-size: 18px;
  text-decoration: none;
}
.scrollevent a:hover {
  font-style: normal;
}
.scrollevent a .btn-scroll-up {
  padding: 5px 6px;
  background-color: rgba(0, 132, 197, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: #006292;
  border-radius: 6px 6px 0 0;
  color: #fff;
  transition: 0.6s all;
  cursor: pointer;
}
.scrollevent a .btn-scroll-up i {
  transform: translateY(0);
  transition: 0.6s all;
  color: #fff;
}
.scrollevent a .btn-scroll-up:hover i {
  transform: translateY(-5px);
}
.scrollevent a .btn-scroll-up:focus {
  text-decoration: none;
  border: none;
  outline: none;
}

.scrollToTop {
  z-index: 9999;
  text-align: center;
  background: transparent;
  color: #fff;
  position: fixed;
  bottom: 50px;
  right: 30px;
  display: none !important;
  cursor: pointer;
}
.scrollToTop.d-block {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .scrollToTop.d-block {
    display: none !important;
  }
}
.scrollToTop button i {
  padding: 3px;
  font-size: 18px;
  color: #fff;
}
.scrollToTop:hover {
  text-decoration: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  display: block;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

p {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  transition: 0.4s all;
}

p {
  line-height: 1.7;
}

a {
  color: #000;
  text-decoration: none;
  display: block;
  overflow: hidden;
  transition: 0.4s all;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  font-style: normal;
  cursor: pointer;
  outline: none;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.no-border-right {
  border-right: none !important;
}

.no-border-left {
  border-left: none !important;
}

.no-border-top {
  border-top: none !important;
}

.no-border-bottom {
  border-bottom: none !important;
}

.slick-slide:focus {
  outline: none;
}

.mobile-call-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  z-index: 99;
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-call-button {
    display: block;
  }
}
.mobile-call-button a {
  font-size: 20px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  color: #fff;
  background-color: rgba(0, 132, 197, 0.7);
  border-radius: 100%;
}

.slick-dots {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 20px;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 3px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #fff;
  cursor: pointer;
}
.slick-dots li button {
  text-indent: -9999px;
  border: none;
  background-color: transparent;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active {
  background-color: #6dbf42;
}

@media screen and (max-width: 480px) {
  .slick-dots {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 20px;
    text-align: center;
  }
  .slick-dots li {
    display: inline-block;
    margin: 3px;
    height: 8px;
    width: 8px;
    border-radius: 100%;
    background-color: #fff;
    cursor: pointer;
  }
}
.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 4px;
}
.slick-arrow i {
  font-size: 30px;
  height: 22px;
  width: 22px;
  color: #333;
  text-align: center;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.slick-arrow:hover i {
  color: #fff;
}
.slick-arrow.left {
  left: -50px;
  z-index: 9;
}
.slick-arrow.right {
  right: -50px;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.padding {
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .padding {
    padding: 30px 0;
  }
}
@media screen and (max-width: 576px) {
  .padding {
    padding: 15px 0;
  }
}
@media screen and (max-width: 480px) {
  .padding {
    padding: 10px 0;
  }
}
.section {
  padding: 80px 0;
}

@media screen and (max-width: 1199px) {
  .section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 991px) {
  .section {
    padding: 45px 0;
  }
}
@media screen and (max-width: 767px) {
  .section {
    padding: 30px 0;
  }
}
.breadcrumb {
  background: url("../images/breadcrumb.jpg") no-repeat center bottom;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  padding-top: 8em;
}
.breadcrumb .title h1 {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
}
.breadcrumb .title .breadcrumb-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  margin-left: 0;
  padding: 0;
}
.breadcrumb .title .breadcrumb-item li {
  color: #8a8a8a;
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
  margin-right: 10px;
}
.breadcrumb .title .breadcrumb-item li a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

header {
  position: fixed;
  background-color: #f88a2f;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
}
header .navbar {
  padding: 0;
}
header .navbar .navbar-brand figure {
  max-width: 140px;
}
header .navbar .navbar-toggler {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #8a8a8a;
}
header .navbar-collapse {
  justify-content: flex-end;
}
header .navbar-collapse .navbar-nav .nav-item .nav-link {
  margin: 10px;
  padding: 0 15px;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  font-size: 14px;
  font-weight: 800;
  transition: 0.5s ease-in-out;
}
header .navbar-collapse .navbar-nav .nav-item .nav-link.button {
  padding: 12px 20px;
  font-size: 14px;
  color: #fff;
  box-shadow: 0 0 0 1px #fff inset;
  border-color: #fff;
  border-radius: 4px;
  transition: 0.5s ease-in-out;
}
header .navbar-collapse .navbar-nav .nav-item .nav-link.button:hover {
  box-shadow: 0 0 0 3em #0084c5 inset;
  color: #fff;
}
header .navbar-collapse .navbar-nav .nav-item.active .nav-link, header .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
  color: #0084c5;
}
header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #f88a2f;
  background-image: none;
}
header.fixed-header .navbar .navbar-brand {
  display: inline;
  max-width: 110px;
  margin: 5px 0;
}
header.fixed-header .navbar-collapse {
  background-color: #f88a2f;
}
header.fixed-header .navbar-collapse .navbar-nav {
  justify-content: flex-end;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-item {
  color: #fff;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #fff;
  transition: 0.5s ease-in-out;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-item.active .nav-link, header.fixed-header .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
  color: #0084c5;
}

@media screen and (max-width: 992px) {
  header .navbar {
    padding: 0 20px;
  }
  header .navbar .navbar-brand figure {
    max-width: 100px;
  }
  header .navbar-collapse .navbar-nav {
    align-items: center;
    justify-content: center;
  }
  header .navbar-collapse .navbar-nav .nav-link {
    padding: 0;
    margin: 8px 0;
    letter-spacing: 0.03em;
    color: #fff;
  }
  header .navbar-collapse .navbar-nav .nav-link.button {
    box-shadow: 0 0 0 3em #0084c5 inset;
    transition: box-shadow 0.5s ease-in-out;
    color: #fff;
  }
  header .navbar-collapse .navbar-nav .nav-link.button:hover {
    box-shadow: 0 0 0 2px #0084c5 inset;
  }
}
@media screen and (max-width: 767px) {
  header .navbar-collapse .navbar-nav .nav-link {
    margin: 5px 0;
  }
}
@media screen and (max-width: 576px) {
  header .navbar .navbar-brand figure {
    max-width: 90px;
  }
  header .navbar .navbar-toggler {
    padding: 0.25rem;
  }
}
.banner {
  position: relative;
}
.banner .block {
  position: relative;
}
.banner .block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.3);
}
.banner .block .image img {
  height: 100vh;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.banner .block .text {
  position: absolute;
  bottom: 10%;
  right: 10%;
  transform: translate(-10%, -10%);
  text-align: center;
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.4);
}
.banner .block .text h2 {
  font-size: 32px;
  color: #fff;
  font-weight: 500;
}
.banner .block .text h2 span {
  font-size: 16px;
  display: block;
  font-weight: 400;
  margin-top: 10px;
}
.banner .block .text .txt-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 20px;
}
.banner .block .text .txt-button .banner-btn {
  padding: 10px 32px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  box-shadow: 0 0 0 2px #0084c5 inset;
  margin: 10px 10px;
  border-radius: 3px;
  transition: 0.5s ease-in-out;
}
.banner .block .text .txt-button .banner-btn:hover {
  box-shadow: 0 0 0 3em #0084c5 inset;
  color: #fff;
}
.banner .block .text .txt-button .banner-btn.reverse-style {
  box-shadow: 0 0 0 3em #0084c5 inset;
  color: #fff;
}
.banner .block .text .txt-button .banner-btn.reverse-style:hover {
  color: #fff;
  box-shadow: 0 0 0 2px #0084c5 inset;
}
.banner .company-details {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.banner .company-details .company-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
}
.banner .company-details .company-info h5 {
  font-size: 24px;
  font-weight: 700;
  text-shadow: 1px 1px 8px #000000;
}
.banner .company-details .company-info .info {
  font-size: 20px;
  padding-left: 8px;
  font-weight: 400;
  text-shadow: 1px 1px 8px #000000;
}
.banner .company-details .company-info .info .fa-facebook-f {
  padding-right: 5px;
}
.banner .slick-arrow.left {
  left: 0;
  z-index: 9;
}
.banner .slick-arrow.right {
  right: 0;
}

@media screen and (max-width: 991px) {
  .banner .block .image img {
    min-height: 400px;
  }
  .banner .company-details .company-info h5 {
    font-size: 20px;
  }
  .banner .company-details .company-info .info {
    font-size: 16px;
  }
  .banner .company-details .company-info .info i {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .banner .block::before {
    display: none;
  }
  .banner .block .image img {
    width: 100%;
    height: 100%;
    min-height: 300px;
  }
  .banner .block .text {
    width: 100%;
    padding: 20px;
    text-align: center;
    position: static;
    transform: translate(0);
    background-color: #444;
  }
  .banner .block .text h2 {
    font-size: 24px;
  }
  .banner .block .text h2 span {
    font-size: 14px;
  }
  .banner .block .text .txt-button {
    margin-top: 10px;
  }
  .banner .block .text .txt-button .banner-btn {
    margin: 5px 10px;
  }
  .banner .company-details {
    bottom: 175px;
  }
  .banner .company-details .company-info h5 {
    font-size: 16px;
    text-shadow: 1px 1px 8px #000000;
  }
  .banner .company-details .company-info .info {
    text-shadow: 1px 1px 8px #000000;
    font-size: 13px;
  }
  .banner .company-details .company-info .info i {
    font-size: 12px;
  }
}
@media screen and (max-width: 576px) {
  .banner .block .text h2 {
    font-size: 22px;
  }
  .banner .block .text .txt-button {
    flex-direction: column;
  }
  .banner .block .text .txt-button .banner-btn {
    padding: 8px 14px;
  }
  .banner .company-details {
    display: none;
  }
  .banner .slick-arrow i {
    font-size: 20px;
  }
}
.gallery .gallery-image-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.gallery .gallery-image-wrapper .images {
  flex: 0 0 25%;
  border: 6px solid #fff;
  height: 550px;
}
.gallery .gallery-image-wrapper .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery .gallery-image-wrapper.half .images {
  flex: 0 0 50%;
}
.gallery .gallery-image-wrapper.third .images {
  flex: 0 0 33%;
}

@media screen and (max-width: 991px) {
  .gallery .gallery-image-wrapper .images {
    border: 4px solid #fff;
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .gallery .gallery-image-wrapper .images {
    border: 4px solid #fff;
    height: 250px;
  }
}
@media screen and (max-width: 576px) {
  .gallery .gallery-image-wrapper .images {
    border: 4px solid #fff;
    height: 200px;
  }
}
.about {
  padding: 80px 0;
  background-color: #eaefe4;
}
.about .about-desc {
  padding: 0 40px;
}
.about .about-desc .title h2 {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.3;
  color: #0084c5;
  word-spacing: 0.05em;
}
.about .about-desc p {
  padding: 20px 0;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  word-spacing: 0.05em;
}
.about .about-desc .inner_abt_btn .abt-cntct {
  padding: 10px 35px;
  color: #fff;
  box-shadow: 0 0 0 3em #0084c5 inset;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  border-radius: 4px;
}
.about .about-desc .inner_abt_btn .abt-cntct:hover {
  box-shadow: 0 0 0 2px #0084c5 inset;
  color: #333;
}
.about .img-block {
  border: 1px solid rgba(138, 138, 138, 0.5);
  text-align: center;
  margin-bottom: 20px;
  padding: 0 30px;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  background-color: #fff;
}
.about .img-block img {
  transition: 0.5s ease-in-out;
}
.about .img-block h6 {
  font-size: 20px;
  font-weight: 400;
  color: #333;
  letter-spacing: 0.03em;
  word-spacing: 0.04em;
  padding-bottom: 40px;
  transition: 0.5s ease-in-out;
}
.about .img-block:hover {
  box-shadow: -1px 12px 14px -12px #333;
  cursor: pointer;
}
.about .img-block:hover img {
  transform: scale(1.05);
}
.about .img-block:hover h6 {
  color: #0084c5;
}

@media screen and (max-width: 991px) {
  .about {
    padding: 80px 0;
  }
  .about .about-desc {
    padding: 0 10px;
  }
  .about .about-desc .title h2 {
    font-size: 28px;
  }
  .about .about-desc .inner_abt_btn .abt-cntct {
    padding: 10px 25px;
  }
  .about .img-block {
    padding: 0 10px;
  }
  .about .img-block h6 {
    font-size: 15px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about {
    padding: 40px 0;
  }
  .about .about-desc {
    margin-bottom: 20px;
    text-align: center;
  }
  .about .about-desc .title h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 576px) {
  .about .img-block {
    max-width: 50%;
    margin: 0 auto 20px auto;
  }
}
@media screen and (max-width: 480px) {
  .about .img-block {
    max-width: 75%;
  }
}
@media screen and (max-width: 400px) {
  .about .img-block {
    max-width: 100%;
  }
}
.service-section {
  padding: 80px 0;
}
.service-section .service-wrapper .block {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border: 1px solid rgba(138, 138, 138, 0.2);
  padding: 15px 10px;
  background-color: #fff;
  transition: 0.5s ease-in-out;
}
.service-section .service-wrapper .block .text {
  padding: 15px 0;
}
.service-section .service-wrapper .block .text h6 {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 15px;
  text-transform: capitalize;
  color: #0084c5;
}
.service-section .service-wrapper .block .text p {
  color: #8a8a8a;
  margin-bottom: 10px;
}
.service-section .service-wrapper .block .text p.para {
  min-height: 90px;
}
.service-section .service-wrapper .block:hover {
  transform: scale(1.02);
  box-shadow: 0 0px 12px -4px #333;
  cursor: pointer;
}

.titles {
  text-align: center;
  padding-bottom: 40px;
}
.titles h5 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.titles h2 {
  font-size: 36px;
  color: #ff9933;
  font-weight: 700;
}

.ggg-service .block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-image: linear-gradient(to bottom, rgba(203, 89, 14, 0.812) 0%, rgba(249, 133, 0, 0.933) 100%);
}
.ggg-service .block .image {
  flex: 0 0 70%;
}
.ggg-service .block .text {
  flex: 0 0 30%;
  padding: 50px;
  text-align: center;
}
.ggg-service .block .text h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.ggg-service .block .text p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
}
.ggg-service .block .text .link {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border-top: 1px solid #fff;
  padding-top: 15px;
}
.ggg-service .block:nth-child(even) {
  flex-direction: row-reverse;
}

.ggg-title {
  text-align: center;
  padding: 50px;
  max-width: 600px;
  margin: 0 auto;
}
.ggg-title h3 {
  font-size: 36px;
  font-weight: 700;
  color: #0084c5;
  text-transform: uppercase;
}
.ggg-title p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .service-section {
    padding: 50px 0;
  }
  .service-section .titles {
    padding-bottom: 40px;
    text-align: center;
  }
  .service-section .service-wrapper .block {
    padding-bottom: 20px;
  }
  .ggg-service .block .image {
    flex: 0 0 65%;
  }
  .ggg-service .block .text {
    flex: 0 0 35%;
    padding: 25px;
  }
  .ggg-service .block .text h3 {
    font-size: 18px;
  }
  .ggg-service .block .text p {
    font-size: 14px;
  }
  .ggg-service .block .text .link {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .service-section {
    padding: 30px 0;
  }
  .service-section .titles {
    padding-bottom: 30px;
  }
  .service-section .titles h5 {
    font-size: 16px;
    line-height: 1.4;
  }
  .service-section .titles h2 {
    font-size: 28px;
    line-height: 1.4;
  }
  .service-section .service-wrapper .block {
    text-align: center;
  }
  .ggg-service .block {
    flex-wrap: wrap;
  }
  .ggg-service .block .image img {
    min-height: 250px;
    object-position: center;
    object-fit: cover;
  }
  .ggg-service .block .text {
    padding: 8px;
  }
  .ggg-service .block .text h3 {
    font-size: 12px;
  }
  .ggg-service .block .text p {
    font-size: 11px;
    margin-bottom: 10px;
  }
  .ggg-service .block .text .link {
    padding-top: 5px;
    font-size: 11px;
  }
  .ggg-title {
    padding: 30px;
  }
  .ggg-title h3 {
    font-size: 24px;
  }
  .ggg-title p {
    font-size: 13px;
  }
}
@media screen and (max-width: 576px) {
  .service-section .titles {
    padding-bottom: 15px;
  }
  .service-section .service-wrapper .block {
    height: auto;
  }
  .service-section .service-wrapper .block .text {
    padding: 10px 0;
  }
  .service-section .service-wrapper .block .text h6 {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .service-section .service-wrapper .block .text p {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .service-section .titles {
    padding-bottom: 10px;
  }
  .service-section .titles h5 {
    line-height: 1.5;
  }
  .service-section .titles h2 {
    font-size: 24px;
    line-height: 1.5;
  }
  .service-section .service-wrapper .block .text {
    padding: 10px 0;
  }
  .service-section .service-wrapper .block .text h6 {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 320px) {
  .service-section .titles h5 {
    font-size: 15px;
  }
  .service-section .titles h2 {
    font-size: 20px;
  }
  .service-section .service-wrapper .block .text {
    padding: 10px 0;
  }
  .service-section .service-wrapper .block .text h6 {
    padding-bottom: 10px;
    font-size: 15px;
  }
  .service-section .service-wrapper .block .text p {
    padding: 0;
    font-size: 12px;
  }
}
.service-contact {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 20px 0;
  background-color: #6dbf42;
}
.service-contact .images {
  flex: 0 0 35%;
  padding-right: 30px;
}
.service-contact .service-cntct-desc {
  width: 100%;
}
.service-contact .service-cntct-desc h2 {
  font-size: 28px;
  color: #fff;
  font-weight: 900;
  padding-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .service .service-top .title {
    flex: 0 0 50%;
    padding-right: 50px;
  }
  .service .service-top .title h2 {
    font-size: 28px;
    padding-bottom: 10px;
  }
  .service .service-bottom .services-block {
    flex: 0 0 calc(50% - 20px);
  }
  .service-contact .service-cntct-desc h2 {
    padding-bottom: 10px;
    font-size: 22px;
  }
  .full-width {
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .service .service-top {
    flex-direction: column;
    text-align: center;
  }
  .service .service-top .title {
    flex: 0 0 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .service-contact .service-cntct-desc h2 {
    font-size: 10px;
  }
}
@media screen and (max-width: 576px) {
  .service-contact {
    flex-direction: column;
    padding: 20px;
  }
  .service-contact .images {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .service-contact .service-cntct-desc {
    width: 100%;
    justify-content: center;
  }
  .service-contact .service-cntct-desc h2 {
    padding-bottom: 5px;
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .service .service-top .title h2 {
    font-size: 24x;
  }
  .service-bottom .services-block {
    flex: 0 0 100%;
    text-align: center;
    margin-top: 20px;
  }
}
.testimonial {
  padding: 80px 0;
  background-color: #0084c5;
}
.testimonial .testi-title {
  text-align: center;
  margin-bottom: 40px;
}
.testimonial .testi-title h3 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
}
.testimonial .testi-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.testimonial .testi-wrapper .testi-block {
  flex: 0 0 calc(33.3333333333% - 20px);
  margin: 0 10px;
  text-align: center;
  object-fit: cover;
  object-position: center;
  padding: 40px 20px;
  background-color: #eaefe4;
  border: 1px solid #eaefe4;
}
.testimonial .testi-wrapper .testi-block img {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  max-width: 100px;
  margin: auto;
  object-position: center;
  object-fit: contain;
}
.testimonial .testi-wrapper .testi-block .cmnt h4 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  padding: 20px 0;
}
.testimonial .testi-wrapper .testi-block .cmnt .star-icon i {
  padding: 0 2px;
  color: #0084c5;
}
.testimonial .testi-wrapper .testi-block .cmnt p {
  padding: 20px 0;
  color: #333;
}
.testimonial .testi-wrapper .testi-block .cmnt .client-detail h6 {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.testimonial .testi-wrapper .testi-block .cmnt .client-detail p {
  padding: 10px 0;
}

.quote {
  padding: 80px 0;
  background-image: url("../images/quote-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.3);
}
.quote .form {
  padding: 60px;
  background-color: rgba(109, 191, 66, 0.8);
}
.quote .form .title {
  padding-bottom: 40px;
}
.quote .form .title h4 {
  font-size: 36px;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.03em;
  word-spacing: 0.08em;
  font-weight: 800;
}
.quote .form .select-bar {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.quote .form .select-bar .label {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
}
.quote .form .select-bar .select-option {
  padding: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  font-size: 16px;
  color: #343434;
}
.quote .form .select-bar .select-option:focus {
  outline: none;
}
.quote .form .form-group {
  margin-bottom: 20px;
}
.quote .form .form-group .form-control {
  padding: 10px;
  border-radius: 4px;
  color: #343434;
  resize: none;
}
.quote .form .form-group .label {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
}
.quote .form .quote-submission {
  padding: 10px 25px;
  margin: 10px 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .quote {
    padding: 50px 0;
  }
  .quote .form {
    padding: 30px;
  }
  .quote .form .title {
    padding-bottom: 20px;
  }
  .quote .form .title h4 {
    font-size: 18px;
    word-spacing: 0.03em;
  }
  .quote .form .title p {
    font-size: 14px;
  }
  .quote .form .select-bar {
    margin-bottom: 8px;
  }
  .quote .form .select-bar .label {
    font-size: 13px;
  }
  .quote .form .select-bar .select-option {
    padding: 10px;
    font-size: 13px;
  }
  .quote .form .form-group {
    margin-bottom: 10px;
  }
  .quote .form .form-group .form-control {
    padding: 7px;
  }
  .quote .form .form-group .label {
    font-size: 13px;
  }
  .quote .form .quote-submission {
    padding: 8px 25px;
  }
}
footer {
  background-color: #fff;
  padding: 70px 0 35px 0;
}
footer .footer-block .logo {
  margin-top: -20px;
  text-align: center;
}
footer .footer-block .logo img {
  max-width: 90px;
}
footer .footer-block .footer-about-desc {
  text-align: center;
}
footer .footer-block .footer-title {
  margin-bottom: 20px;
  position: relative;
}
footer .footer-block .footer-title h6 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  padding: 0;
  position: relative;
  padding-bottom: 5px;
}
footer .footer-block .footer-title h6::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 15px;
  background-color: #0084c5;
}
footer .footer-block ul li .quick-link {
  color: #8a8a8a;
  margin-bottom: 5px;
  transition: 0.5s ease-in-out;
}
footer .footer-block ul li .quick-link:hover {
  color: #0084c5;
}
footer .footer-block ul li .footer-cntct {
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 1.5;
  transition: 0.5s ease-in-out;
  margin-bottom: 5px;
}
footer .footer-block ul li .footer-cntct i {
  font-size: 12px;
  color: #0084c5;
  padding-right: 4px;
}
footer .footer-block ul li .footer-cntct:hover p {
  color: #0084c5;
}
footer .footer-block .quote-block {
  padding: 5px 0;
  text-align: center;
}
footer .footer-block .quote-block h6 {
  font-size: 20px;
  color: #0084c5;
  font-weight: 600;
}
footer .footer-block .quote-block p {
  font-size: 16px;
  color: #8a8a8a;
}

.footer-bottom {
  padding: 10px 0;
}
.footer-bottom .bottom-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.footer-bottom .bottom-wrapper .block {
  display: flex;
  flex-direction: row;
}
.footer-bottom .bottom-wrapper .block a {
  padding: 0 4px;
  color: #0084c5;
}
.footer-bottom .bottom-wrapper .develop {
  display: flex;
  flex-direction: row;
}
.footer-bottom .bottom-wrapper .develop a {
  padding: 0 4px;
  color: #0084c5;
}

@media screen and (max-width: 991px) {
  footer {
    padding: 70px 0 35px 0;
  }
  footer .footer-block {
    text-align: center;
    margin-bottom: 20px;
  }
  footer .footer-block .logo {
    margin-top: 0;
  }
  footer .footer-block .logo img {
    max-width: 70px;
  }
  footer .footer-block .footer-title {
    margin-bottom: 10px;
    text-align: center;
  }
  footer .footer-block .footer-title h6 {
    display: inline-block;
  }
  footer .footer-block ul {
    text-align: center;
  }
  footer .footer-block ul li .footer-cntct {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .footer-bottom .bottom-wrapper {
    flex-direction: column;
  }
  .footer-bottom .bottom-wrapper .block {
    justify-content: center;
  }
  .footer-bottom .bottom-wrapper .develop {
    justify-content: center;
  }
}
@media screen and (max-width: 420px) {
  .footer-bottom .bottom-wrapper .develop {
    justify-content: center;
    flex-direction: column;
  }
  .footer-bottom .bottom-wrapper .develop a {
    text-align: center;
  }
}
.about-inner {
  margin: 50px 0px;
}
.about-inner .container .inner-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-inner .container .inner-row .content-container {
  width: 770px;
}
.about-inner .container .inner-row .content-container .des {
  margin-bottom: 20px;
  font-size: 16px;
  color: #8a8a8a;
  line-height: 1.5;
}
.about-inner .container .inner-row .content-container .des span {
  font-size: 20px;
  color: green;
}

@media screen and (max-width: 540px) {
  .about-inner .container .inner-row .content-container {
    width: 270px;
  }
  .about-inner .container .inner-row .content-container .des {
    font-size: 14px;
  }
  .about-inner .container .inner-row .content-container .des span {
    font-size: 16px;
  }
}
.contact-inner {
  background-image: url("../images/land-mopping1.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.contact-inner .double-row {
  width: 100%;
  display: flex;
}
.contact-inner .double-row .map {
  width: 50%;
}
.contact-inner .double-row .map iframe {
  height: 100%;
  width: 100%;
}
.contact-inner .double-row .info {
  width: 50%;
}
.contact-inner .double-row .info .inner-info {
  height: 100%;
  padding: 50px;
  background-color: #f88a2f;
}
.contact-inner .double-row .info .inner-info .heading {
  text-align: center;
  color: #fff;
  border-bottom: 3px solid #fff;
  padding-bottom: 5px;
}
.contact-inner .double-row .info .inner-info .des {
  font-size: 20px;
  color: white;
  margin-top: 20px;
  cursor: pointer;
}
.contact-inner .double-row .info .inner-info .des:hover span {
  text-decoration: underline;
}

.contact-form {
  padding: 80px 0;
  background-image: url("../images/service1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.contact-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.3);
}
.contact-form .form {
  padding: 60px;
  background-color: rgba(109, 191, 66, 0.8);
  width: 600px;
}
.contact-form .form .title {
  padding-bottom: 40px;
}
.contact-form .form .title h4 {
  font-size: 36px;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.03em;
  word-spacing: 0.08em;
  font-weight: 800;
  text-align: center;
}
.contact-form .form .form-group {
  display: flex;
  gap: 20px;
}
.contact-form .form .form-group .form-control {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  color: #343434;
  resize: none;
}
.contact-form .form .form-group .label {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
}
.contact-form .form .quote-submission {
  padding: 10px 25px;
  margin: 10px 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .contact-inner .double-row {
    flex-direction: column;
  }
  .contact-inner .double-row .map {
    width: 100%;
  }
  .contact-inner .double-row .info {
    width: 100%;
  }
  .contact-inner .double-row .info .inner-info {
    height: 100%;
    padding: 30px;
  }
  .contact-form .form {
    padding: 20px;
    width: 100%;
  }
  .contact-form .form .title {
    padding-bottom: 20px;
  }
  .contact-form .form .title h4 {
    font-size: 28px;
  }
  .contact-form .form .select-bar {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .contact-form .form .form-group {
    flex-direction: column;
  }
}

/*# sourceMappingURL=style.css.map */
