@import url("https://fonts.googleapis.com/css?family=Gabriela|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
body,
p,
a {
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", 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-orange,
.form-control-orange {
  color: #fff;
  background-color: #ff4500;
  border-color: #ff4500;
}
.btn-orange:hover,
.form-control-orange:hover {
  color: #ff4500;
  background-color: transparent;
}
.btn-black,
.form-control-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:hover,
.form-control-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.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: "Raleway", sans-serif;
  text-transform: uppercase;
  border: 2px solid #82b440;
  background-color: #82b440;
  letter-spacing: 0.03em;
  border-radius: 30px;
}
.btn.btn-custom-large:hover, .btn.btn-custom-small:hover,
.form-control.btn-custom-large:hover,
.form-control.btn-custom-small:hover {
  color: #82b440;
  background-color: transparent;
}
.btn.btn-custom-small,
.form-control.btn-custom-small {
  padding: 6px 20px;
  font-size: 12px;
}
.btn.btn-red,
.form-control.btn-red {
  background-color: #82b440;
  color: #fff;
  border-color: #82b440;
}
.btn.btn-red:hover,
.form-control.btn-red:hover {
  background-color: transparent;
  border-color: #82b440;
  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;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

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

p {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

img {
  width: 100%;
  max-width: 100%;
  height: 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;
}
a:hover img {
  transform: scale(1.1);
}

i {
  transition: 0.4s all;
}

.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(130, 180, 64, 0.7);
  border-radius: 100%;
}

.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;
}

.slick-dots {
  margin-top: 15px;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: auto 3px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #8a8a8a;
  cursor: pointer;
}
.slick-dots li button {
  display: none;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active {
  background-color: #82b440;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-arrow i {
  font-size: 42px;
  line-height: 22px;
  height: 22px;
  width: 22px;
  background-color: #fff;
  color: #8a8a8a;
  text-align: center;
  cursor: pointer;
}
.slick-arrow i:hover {
  color: #000;
}
.slick-arrow.left {
  left: -65px;
}
.slick-arrow.right {
  right: -65px;
}

/* -- 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(130, 180, 64, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: #678e33;
  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;
}

.section {
  padding: 85px 0;
}

.section-header {
  text-align: center;
  padding: 30px 0;
  margin-bottom: 50px;
}
.section-header h5 {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #525252;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.section-header h2 {
  margin: 0;
  font-size: 35px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  color: #82b440;
  text-transform: uppercase;
  position: relative;
}
.section-header h2::before, .section-header h2::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #82b440;
}
.section-header h2::before {
  top: 53px;
  left: calc(50% - 25px);
  width: 50px;
}
.section-header h2::after {
  top: 50px;
  left: calc(50% - 15px);
  width: 30px;
}
.section-header.left {
  text-align: left;
}
.section-header.left h2::after, .section-header.left h2::before {
  left: 0;
}
.section-header.white h5 {
  color: #fff;
}
.section-header.white h2 {
  color: #fff;
}
.section-header.white h2::before, .section-header.white h2::after {
  background-color: #fff;
}

.inner-page {
  min-height: calc(100vh - 200px);
  padding: 50px 0;
}

.sidebar.background {
  background-color: #fff;
  padding: 15px;
}
.sidebar .block {
  margin-bottom: 45px;
}
.sidebar .block:last-child {
  margin-bottom: 10px;
}
.sidebar-title h2 {
  font-size: 18px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #1c1c1c;
  margin-bottom: 30px;
  position: relative;
}
.sidebar-title h2::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 2px;
  width: 45px;
  background-color: #1c1c1c;
}
.sidebar-list {
  margin-top: 40px;
}
.sidebar-list li {
  margin: 15px 0;
  padding-bottom: 15px;
  border-bottom: 1px dotted #dedede;
}
.sidebar-list li a {
  display: flex;
  flex-direction: row;
  align-items: left;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-clamp: 1.3;
  overflow: hidden;
}
.sidebar-list li a:hover {
  color: #0a599d;
}
.sidebar-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

@media screen and (max-width: 1367px) {
  .section {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1199px) {
  .section-header h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .section {
    padding: 40px 0;
  }

  .section-header {
    margin-bottom: 30px;
  }
  .section-header h2 {
    font-size: 22px;
  }
  .section-header h2::before, .section-header h2::after {
    top: 43px;
  }
  .section-header h2::after {
    top: 40px;
  }

  .smooth-scroll {
    bottom: 30px;
  }
  .smooth-scroll .scroll-down,
.smooth-scroll .scroll-up {
    font-size: 16px;
  }
  .smooth-scroll .scroll-down i + i,
.smooth-scroll .scroll-up i + i {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .section {
    padding: 30px 0;
  }

  .smooth-scroll .scroll-down,
.smooth-scroll .scroll-up {
    font-size: 13px;
  }
}
.tap-modal {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9999;
  border: none;
  background-color: transparent;
  display: none;
}
@media screen and (max-width: 767px) {
  .tap-modal {
    display: block;
  }
}
.tap-modal i {
  transform: rotate(90deg);
  font-size: 20px;
  color: #fff;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 100%;
  background-color: #82b440;
  text-align: center;
}

.mobile-tap-modal .modal-dialog {
  top: 50%;
  transform: translateY(-50%) !important;
  padding-bottom: 40px;
}
.mobile-tap-modal .modal-header {
  background-color: #82b440;
}
.mobile-tap-modal .modal-header .modal-title {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
.mobile-tap-modal .modal-header .close {
  color: #fff;
  opacity: 0.8;
  font-size: 18px;
}
.mobile-tap-modal .modal-body {
  padding: 7px 15px;
}
.mobile-tap-modal .modal-body li {
  margin: 5px 0;
  color: #1c1c1c;
  font-size: 16px;
}
.mobile-tap-modal .modal-body li a {
  color: #1c1c1c;
}
.mobile-tap-modal .modal-footer {
  padding: 7px 15px;
}
.mobile-tap-modal .modal-footer button {
  background-color: #82b440;
  color: #fff;
  padding: 5px 12px;
  font-size: 14px;
}

.facebook {
  background-color: #3b5998;
  border: 1px solid #3b5998;
}
.facebook:hover i {
  color: #3b5998;
}

.twitter {
  background-color: #55acee;
  border: 1px solid #55acee;
}
.twitter:hover i {
  color: #55acee;
}

.google-plus {
  background-color: #d34836;
  border: 1px solid #d34836;
}
.google-plus:hover i {
  color: #d34836;
}

.linkedin:hover i {
  color: #0077b5;
}

.skype:hover i {
  color: #0078ca;
}

.youtube:hover i {
  color: #cc181e;
}

.instagram:hover i {
  color: #125688;
}

.breadcrumb-wrapper {
  background: url("../images/breadcrumb-bg.jpg") no-repeat center center;
  text-align: center;
  position: relative;
}
.breadcrumb-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 28, 28, 0.8);
}
.breadcrumb-wrapper h4 {
  position: relative;
  font-size: 32px;
  color: #fff;
  font-weight: 900;
  text-transform: capitalize;
  margin: 40px 0 20px 0;
  text-shadow: 0px 3px rgba(130, 180, 64, 0.4);
}
.breadcrumb-wrapper .breadcrumb {
  margin: 0;
  padding: 10px 20px;
  display: inline-block;
  background-color: #b2d486;
  border-radius: 50px;
  position: relative;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item {
  text-transform: capitalize;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  display: inline;
  padding: 0 10px;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  transition: 0.3s ease-in;
  display: inline;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\f101";
  font-family: "fontAwesome";
  color: #fff;
  float: none;
  padding-right: 20px;
}

.pagination-block {
  margin-top: 30px;
}
.pagination-block .pagination {
  justify-content: center;
}
.pagination-block .pagination .page-item .page-link {
  color: #1c1c1c;
}
.pagination-block .pagination .page-item .page-link i {
  margin: 0 5px;
  font-size: 11px;
}
.pagination-block .pagination .page-item.disabled .page-link {
  color: #8a8a8a;
  cursor: not-allowed;
}
.pagination-block .pagination .page-item.active .page-link {
  background-color: #0a599d;
  border-color: #0a599d;
  color: #fff;
}

.thanks {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}
.thanks .icon {
  padding-top: 60px;
  width: 100%;
}
.thanks .icon i {
  font-size: 72px;
  color: #0a599d;
}
.thanks .message {
  display: inline-block;
  margin-top: 30px;
}
.thanks .message h1 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.03em;
  word-spacing: 0.05em;
  color: #333;
}
.thanks .message p {
  font-size: 16px;
  word-spacing: 0.05em;
  color: #494949;
  padding: 20px 0;
}
.thanks .redirect {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  background-color: #82b440;
  border: 1px solid #82b440;
  transition: 0.3s ease-in-out;
  padding: 10px;
}
.thanks .redirect i {
  color: #fff;
  padding-right: 8px;
  transition: 0.3s ease-in-out;
}
.thanks .redirect h5 {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  word-spacing: 0.05em;
  margin-bottom: 0;
  transition: 0.3s ease-in-out;
}
.thanks .redirect:hover {
  text-decoration: none;
  background-color: transparent;
}
.thanks .redirect:hover i {
  color: #4b83fc;
}
.thanks .redirect:hover h5 {
  color: #4b83fc;
}

.top-header {
  padding: 5px 0;
  background-color: #1c1c1c;
}
.top-header .wrapper {
  justify-content: space-between;
}
.top-header ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.top-header ul li,
.top-header ul a {
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
}
.top-header ul.info li {
  margin-right: 15px;
}
.top-header ul.info i {
  margin-right: 8px;
}
.top-header ul.social-info li {
  margin-left: 15px;
}
.top-header ul.social-info li i {
  margin: 1px;
}

header {
  position: fixed;
  top: 45px;
  left: 0;
  right: 0;
  z-index: 999;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.8+0,0.72+7,0.64+14,0.46+30,0.31+49,0.13+62,0.05+73,0+81 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.72) 7%, rgba(0, 0, 0, 0.64) 14%, rgba(0, 0, 0, 0.46) 30%, rgba(0, 0, 0, 0.31) 49%, rgba(0, 0, 0, 0.13) 62%, rgba(0, 0, 0, 0.05) 73%, rgba(0, 0, 0, 0) 81%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.72) 7%, rgba(0, 0, 0, 0.64) 14%, rgba(0, 0, 0, 0.46) 30%, rgba(0, 0, 0, 0.31) 49%, rgba(0, 0, 0, 0.13) 62%, rgba(0, 0, 0, 0.05) 73%, rgba(0, 0, 0, 0) 81%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.72) 7%, rgba(0, 0, 0, 0.64) 14%, rgba(0, 0, 0, 0.46) 30%, rgba(0, 0, 0, 0.31) 49%, rgba(0, 0, 0, 0.13) 62%, rgba(0, 0, 0, 0.05) 73%, rgba(0, 0, 0, 0) 81%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#cc000000", endColorstr="#00000000",GradientType=0 );
  /* IE6-9 */
  transition: 0.4s all;
}
header .info-wrapper {
  background-color: rgba(10, 89, 157, 0.7);
  transition: 0.4s all;
}
header .navbar {
  padding: 0;
}
header .navbar.navbar-expand-lg {
  justify-content: space-between;
}
header .navbar .navbar-brand {
  padding: 5px 0;
}
header .navbar .navbar-brand figure {
  max-width: 150px;
}
header .navbar .navbar-brand figure img:hover {
  transform: scale(1);
}
header .navbar-collapse {
  flex-grow: initial;
  transition: 0.4s all;
}
header .navbar-collapse .navbar-nav {
  align-items: center;
  margin-top: 0;
  align-items: center;
  width: 100%;
}
header .navbar-collapse .navbar-nav .nav-link {
  margin: 0 15px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #fff;
  text-shadow: 0px 0px 1px #000;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  position: relative;
}
header .navbar-collapse .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
}
header .navbar-collapse .navbar-nav .nav-item.active .nav-link {
  border-bottom: 1px solid #fff;
}
header.fixed-header {
  top: 0;
  background-color: #1c1c1c;
}
header.fixed-header .navbar {
  padding: 0;
}
header.fixed-header .navbar .navbar-brand {
  padding: 5px;
}
header.fixed-header .navbar .navbar-brand figure {
  max-width: 90px;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-link {
  padding: 0;
  margin: 0 10px;
  font-size: 14px;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 1199px) {
  header .navbar .navbar-brand figure {
    max-width: 110px;
  }
  header .navbar-collapse .navbar-nav .nav-link {
    margin: 0 12px;
    font-size: 14px;
  }
  header .navbar-collapse .navbar-nav .nav-item.phone {
    padding: 10px;
  }
}
@media screen and (max-width: 991px) {
  header {
    background: #1c1c1c;
  }
  header .container {
    border-top: 1px solid #373636;
  }
  header .navbar {
    padding: 10px 0;
  }
  header .navbar .navbar-brand figure {
    max-width: 100px;
  }
}
@media screen and (max-width: 480px) {
  .top-header ul.social-info {
    display: none;
  }
  .top-header ul.info {
    text-align: center;
    justify-content: center;
    width: 100%;
  }
  .top-header ul.info li {
    margin-right: 8px;
  }
  .top-header ul.info i {
    margin-right: 4px;
  }
  .top-header ul.info li,
.top-header ul.info a {
    font-size: 12px;
  }
}
.banner .slider .block {
  position: relative;
}
.banner .slider .block .image {
  position: relative;
  max-height: calc(100vh - 45px);
  margin-left: -1px;
}
.banner .slider .block .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.8+0,0.72+7,0.64+14,0.46+30,0.31+49,0.13+62,0.05+73,0+81 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.72) 7%, rgba(0, 0, 0, 0.64) 14%, rgba(0, 0, 0, 0.46) 30%, rgba(0, 0, 0, 0.31) 49%, rgba(0, 0, 0, 0.13) 62%, rgba(0, 0, 0, 0.05) 73%, rgba(0, 0, 0, 0) 81%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.72) 7%, rgba(0, 0, 0, 0.64) 14%, rgba(0, 0, 0, 0.46) 30%, rgba(0, 0, 0, 0.31) 49%, rgba(0, 0, 0, 0.13) 62%, rgba(0, 0, 0, 0.05) 73%, rgba(0, 0, 0, 0) 81%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.72) 7%, rgba(0, 0, 0, 0.64) 14%, rgba(0, 0, 0, 0.46) 30%, rgba(0, 0, 0, 0.31) 49%, rgba(0, 0, 0, 0.13) 62%, rgba(0, 0, 0, 0.05) 73%, rgba(0, 0, 0, 0) 81%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#cc000000", endColorstr="#00000000",GradientType=1 );
  /* IE6-9 */
}
.banner .slider .block .text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 9;
  color: #fff;
}
.banner .slider .block .text h2 {
  font-size: 36px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  line-height: 1.5;
  max-width: 600px;
  margin-bottom: 15px;
  letter-spacing: 0.03em;
}
.banner .slider .block .text .desc {
  font-size: 16px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.02em;
  max-width: 550px;
}
.banner .slider .block .text .desc p {
  font: inherit;
}
.banner .slider .block .text .button {
  margin-top: 25px;
}
.banner .slider .block .text .button a {
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  background-color: #678e33;
  border: 1px solid #82b440;
  display: inline-block;
  padding: 12px 32px;
}
.banner .slider .block .text .button a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #1d1d1d;
}
.banner .slider .slick-arrow {
  z-index: 9;
}
.banner .slider .slick-arrow.left {
  left: 0;
}
.banner .slider .slick-arrow.right {
  right: 0;
}
.banner .slider .slick-arrow i {
  background-color: transparent;
  color: #fff;
  opacity: 0.6;
}
.banner .slider .slick-arrow i:hover {
  opacity: 1;
}
.banner .slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.banner .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  width: 9px;
  height: 15px;
  border-radius: 4px;
  background-color: #fff;
  transition: 0.4s all;
  cursor: pointer;
}
.banner .slick-dots li button {
  position: relative;
  font-size: 0;
  border: none;
  opacity: 0.8;
  box-shadow: none;
  text-shadow: none;
  background-color: #fff;
  height: 50px;
  width: 3px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.banner .slick-dots li button:hover, .banner .slick-dots li button:focus {
  outline: none;
  opacity: 1;
}
.banner .slick-dots li.slick-active {
  background-color: #82b440;
  height: 20px;
}
.banner .slick-dots li.slick-active button {
  color: #fff;
  opacity: 0.75;
}

@media screen and (max-width: 991px) {
  .banner {
    margin-top: 74px;
  }
  .banner .slider .block .image {
    max-height: calc(100vh - 45px);
  }
  .banner .slider .block .text h2 {
    font-size: 28px;
  }
  .banner .slider .block .text .desc {
    font-size: 14px;
  }
  .banner .slider .block .text .button {
    margin-top: 25px;
  }
  .banner .slider .block .text .button a {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .banner .slider .block .image {
    max-height: 100%;
    min-height: 350px;
  }
  .banner .slider .block .image img {
    min-height: 350px;
    object-fit: cover;
    object-position: center;
  }
  .banner .slider .block .text h2 {
    font-size: 22px;
  }
  .banner .slider .block .text .desc {
    font-size: 13px;
  }
  .banner .slider .block .text .button {
    margin-top: 20px;
  }
  .banner .slider .block .text .button a {
    padding: 12px 32px;
  }
  .banner .slider .slick-arrow {
    display: none !important;
  }
  .banner .slick-dots {
    bottom: 10px;
  }
}
@media screen and (max-width: 576px) {
  .banner .slider .block .image::before {
    display: none;
  }
  .banner .slider .block .text {
    position: static;
    background-color: #82b440;
    text-align: center;
    padding: 20px 0;
    transform: translateY(0);
  }
  .banner .slider .block .text .button a {
    border-color: #fff;
  }
  .banner .slick-dots {
    display: none !important;
  }
}
.about-section .wrapper {
  flex-direction: row-reverse;
}
.about-section .wrapper .section-header {
  margin-bottom: 20px;
}
.about-section .wrapper .section-header h2::before {
  top: 95px;
}
.about-section .wrapper .section-header h2::after {
  top: 90px;
}
.about-section .wrapper .content {
  flex: 0 0 60%;
  padding-left: 45px;
}
.about-section .wrapper .content .section-header {
  padding-top: 0;
}
.about-section .wrapper .content .desc {
  margin-top: 10px;
}
.about-section .wrapper .content .desc p {
  margin-bottom: 15px;
  line-height: 1.7;
}
.about-section .wrapper .content .desc strong {
  display: block;
  margin: 10px 0;
}
.about-section .wrapper .content .main-button {
  margin-top: 40px;
}
.about-section .wrapper .image {
  flex: 0 0 40%;
}
.about-section .wrapper .image img {
  height: auto;
}
.about-section .about-ul {
  margin-top: 30px;
}
.about-section .about-ul li {
  margin-bottom: 30px;
  align-self: center;
}
.about-section .about-ul li .text {
  font-size: 16px;
  color: #8a8a8a;
}
.about-section .about-ul li .text .title {
  font-size: 20px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #82b440;
  line-height: 1.4;
  margin-bottom: 10px;
}
.about-section .about-ul li img {
  max-width: 60px;
  margin-right: 20px;
}
.about-section .about-ul.d-flex {
  margin-top: 45px;
  justify-content: space-between;
}
.about-section .about-ul.d-flex li:last-child {
  padding-left: 30px;
}

@media screen and (max-width: 1199px) {
  .about-section .wrapper .content {
    flex: 0 0 50%;
    padding-left: 30px;
  }
  .about-section .wrapper .content .section-header {
    margin-bottom: 15px;
  }
  .about-section .wrapper .image {
    flex: 0 0 50%;
  }
  .about-section .about-ul li .text {
    font-size: 15px;
  }
  .about-section .about-ul li .text .title {
    font-size: 18px;
  }
  .about-section .about-ul li img {
    max-width: 50px;
  }
}
@media screen and (max-width: 991px) {
  .about-section .section-header h2 {
    font-size: 20px;
  }
  .about-section .wrapper .content .section-header h2 {
    font-size: 20px;
  }
  .about-section .wrapper .content .desc p:last-child {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .about-section .wrapper .image {
    display: none;
  }
  .about-section .wrapper .content {
    flex: 0 0 100%;
    padding-left: 0;
  }
}
.services-section {
  padding-top: 30px;
  padding-bottom: 40px;
}

.service-block .block {
  margin-bottom: 45px;
  position: relative;
  cursor: pointer;
}
.service-block .block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s all;
}
.service-block .block::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #fff;
  transition: 0.4s all;
}
.service-block .block .content {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  width: 100%;
  z-index: 9;
  transition: 0.4s all;
}
.service-block .block .content .title {
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.03em;
  color: #fff;
  width: 88%;
  margin: 0;
  background-color: #0a599d;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  white-space: nowrap;
  transform: skew(-21deg);
  transition: 0.4s all;
  transform: skew(0deg);
  color: #0a599d;
  background-color: #fff;
  box-shadow: 0px 6px 8px 0px #bababa;
}
.service-block .block .content .title span {
  display: inline-block;
  transform: skew(21deg);
}
.service-block .block .content .title span {
  transform: skew(0deg);
}
.service-block .block .content .desc p {
  color: #fff;
  display: none;
  width: 100%;
  padding: 10px;
  transition: 0.4s all;
}
.service-block .block:hover::before {
  background-color: rgba(0, 0, 0, 0.75);
}
.service-block .block:hover .content {
  bottom: 50%;
  transform: translate(-50%, 50%);
}
.service-block .block:hover .content .title {
  font-size: 18px;
  background-color: transparent;
  padding: 0;
  color: #fff;
  box-shadow: none;
}
.service-block .block:hover .content .desc p {
  display: block;
}
.service-block .main-button {
  text-align: center;
}
.service-block .detail-content .title {
  margin: 8px 0 20px 0;
  font-size: 20px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #82b440;
}

@media screen and (max-width: 991px) {
  .service-block .block {
    margin-bottom: 20px;
  }
  .service-block .block .content .title {
    font-size: 16px;
    margin: 12px 0 10px 0;
  }
  .service-block .block .content .desc {
    font-size: 13px;
  }
  .service-block .block .content .button a {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page-service-detail .service-block .row {
    flex-direction: column-reverse;
  }
}
.gallery-section {
  padding: 0;
}

.gallery a {
  margin: 8px;
}

.testimonials-section {
  background: url(../images/testimonial-bg.jpg) center 100%/cover;
  position: relative;
  margin-top: 50px;
}
.testimonials-section .shape {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  width: 100%;
  direction: ltr;
  overflow: hidden;
}
.testimonials-section .shape svg {
  width: calc(100% + 1.3px);
  height: 40px;
  fill: #fff;
}
.testimonials-section .shape.reverse {
  top: auto;
  bottom: -1px;
}
.testimonials-section .shape.reverse svg {
  transform: rotate(-180deg);
}
.testimonials-section .testimonial-block {
  position: relative;
  margin-top: 20px;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.testimonials-section .testimonial-block::after {
  content: "\f10e";
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 50px;
  font-family: "fontAwesome";
  color: rgba(138, 138, 138, 0.25);
}
.testimonials-section .testimonial-block .block .desc,
.testimonials-section .testimonial-block .block p {
  font-size: 14px;
  font-family: "Gabriela", serif;
  color: #8a8a8a;
  line-height: 1.8;
  max-width: 500px;
  margin: 0 auto;
}
.testimonials-section .testimonial-block .block .info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.testimonials-section .testimonial-block .block .info .user-image {
  height: 70px;
  width: 70px;
}
.testimonials-section .testimonial-block .block .info .user-image img {
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
}
.testimonials-section .testimonial-block .block .info .text {
  text-align: left;
  margin-left: 20px;
}
.testimonials-section .testimonial-block .block .info .text h2 {
  font-size: 18px;
  font-weight: 600;
  color: #82b440;
}
.testimonials-section .testimonial-block .block .info .text h6 {
  font-size: 14px;
  font-family: "Gabriela", serif;
  font-weight: 400;
  color: #8a8a8a;
  margin-top: 5px;
}

@media screen and (max-width: 991px) {
  .testimonials-section .testimonial-block::after {
    top: -25px;
    font-size: 25px;
  }
  .testimonials-section .testimonial-block .block .desc,
.testimonials-section .testimonial-block .block p {
    font-size: 14px;
  }
  .testimonials-section .testimonial-block .slick-arrow i {
    font-size: 30px;
  }
  .testimonials-section .testimonial-block .slick-arrow.left {
    left: -15px;
  }
  .testimonials-section .testimonial-block .slick-arrow.right {
    right: -40px;
  }
}
@media screen and (max-width: 576px) {
  .testimonials-section .testimonial-block .slick-arrow {
    display: none !important;
  }
  .testimonials-section .testimonial-block .block .info {
    margin-top: 20px;
  }
  .testimonials-section .testimonial-block .block .info .user-image {
    height: 50px;
    width: 50px;
  }
  .testimonials-section .testimonial-block .block .info .text {
    margin-left: 15px;
  }
  .testimonials-section .testimonial-block .block .info .text h2 {
    font-size: 16px;
  }
  .testimonials-section .testimonial-block .block .info .text h6 {
    font-size: 13px;
  }
}
.review {
  text-align: left;
  padding: 20px 0 20px 0;
}
.review h2 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Gabriela", serif;
  color: #82b440;
  margin-bottom: 30px;
}
.review ul {
  justify-content: flex-start;
  text-align: left;
  width: 100%;
}
.review ul li {
  text-align: center;
}
.review ul li a {
  text-align: center;
  margin: 0 auto;
  max-width: 150px;
}

@media screen and (max-width: 991px) {
  .review {
    padding: 20px 0;
  }
  .review h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .review h2 {
    margin-bottom: 15px;
  }
  .review ul li a {
    margin: 8px auto;
  }
}
.call-to-action {
  padding: 40px 0;
  background: url("../images/action-bg.jpg") center 100%/contain;
  background-attachment: fixed;
  position: relative;
}
.call-to-action::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(10, 89, 157, 0.85);
}
.call-to-action h6 {
  font-size: 20px;
  background-color: #fff;
  color: #0a599d;
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%) skew(-21deg);
  padding: 8px 30px;
}
.call-to-action h6 span {
  display: inline-block;
  transform: skew(21deg);
}
.call-to-action h3 {
  font-size: 22px;
  color: #fff;
  line-height: 1.3;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .call-to-action h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .call-to-action h3 span {
    display: block;
  }
}
footer {
  background-color: #151515;
  padding: 50px 0 35px 0;
}
footer .footer-block .logo {
  margin-top: -20px;
  margin-bottom: 10px;
}
footer .footer-block .logo img {
  max-width: 150px;
}
footer .footer-block .about p {
  font-size: 14px;
  color: #fff;
  padding-right: 30px;
}
footer .footer-block .about strong {
  font-size: 16px;
  display: block;
}
footer .footer-block .footer-title {
  margin-bottom: 20px;
  position: relative;
}
footer .footer-block .footer-title h3 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 0;
}
footer .footer-block .links.d-flex {
  flex-wrap: wrap;
}
footer .footer-block .links.d-flex li {
  flex: 0 0 50%;
  margin: 0;
}
footer .footer-block .links h5 {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #fff;
}
footer .footer-block .links li {
  margin: 10px 0;
}
footer .footer-block .links li a {
  font-size: 14px;
  color: #fff;
  margin: 8px 0;
  padding: 3px 0;
}
footer .footer-block .links li i {
  margin-right: 8px;
}
footer .footer-block .links li .info {
  font-size: 14px;
  color: #fff;
}
footer .footer-block .links li a,
footer .footer-block .links li .info:hover {
  color: #82b440;
}
footer .footer-block .links.menu li a {
  position: relative;
  color: #fff;
}
footer .footer-block .links.menu li a::before {
  content: "\f054";
  font-size: 12px;
  margin-right: 10px;
  font-family: "fontAwesome";
}
footer .footer-block .links .links {
  margin-top: 15px;
  display: flex;
}
footer .footer-block .links .links li {
  margin: 0;
}
footer .footer-block .links .links li:first-child a {
  margin-left: 0;
}
footer .footer-block .links .links a {
  margin: 0 7px;
  color: #fff;
}

.footer-bottom {
  background-color: #1c1c1c;
  padding: 15px 0;
}
.footer-bottom .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.footer-bottom .wrapper.w-100 ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
.footer-bottom .wrapper.w-100 ul li a {
  color: #fff;
  margin: 0 15px;
  white-space: nowrap;
}
.footer-bottom .block {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin: 10px 0;
  line-height: 1.4;
}
.footer-bottom .block a {
  display: inline;
  margin: 0 5px;
  color: #82b440;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}
.footer-bottom .develop {
  font-size: 14px;
  color: #fff;
  display: flex;
  flex-direction: row;
  line-height: 1.4;
}
.footer-bottom .develop .p-divider {
  margin: 0 15px 0 10px;
}
.footer-bottom .develop a {
  margin: 0 5px;
  color: #82b440;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 991px) {
  footer {
    background-color: #151515;
    padding: 50px 0 35px 0;
  }
  footer .footer-block .about p {
    padding-right: 15px;
  }
  footer .footer-block .links h5 {
    font-size: 14px;
  }
  footer .footer-block .links.information li .info span {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 35px 0 20px 0;
  }
  footer .footer-block {
    text-align: center;
  }
  footer .footer-block .about p {
    padding: 10px;
    margin-bottom: 20px;
  }
  footer .footer-block .footer-title {
    margin-bottom: 15px;
    margin-top: 20px;
    position: relative;
  }
  footer .footer-block .footer-title::after {
    content: "";
    display: block;
    margin: 5px auto;
    height: 2px;
    width: 40px;
    background-color: #fff;
  }
  footer .footer-block .links.menu li a::before {
    display: none;
  }
  footer .footer-block .links .links {
    justify-content: center;
  }

  .footer-bottom .wrapper {
    flex-direction: column;
  }
  .footer-bottom .wrapper.w-100 ul li a {
    margin: 0 7px;
  }
  .footer-bottom .block {
    white-space: nowrap;
  }
  .footer-bottom .develop {
    text-align: center;
    flex-direction: column;
  }
  .footer-bottom .develop .text-center {
    white-space: nowrap;
  }
  .footer-bottom .develop a {
    display: block;
  }
  .footer-bottom .develop .p-divider {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .page-about .about-section .wrapper {
    position: static;
    flex-direction: column-reverse;
  }
  .page-about .about-section .wrapper .content .section-header h2::after {
    top: 40px;
  }
  .page-about .about-section .wrapper .content .main-button {
    text-align: center;
    margin-top: 25px;
  }
  .page-about .about-section .wrapper .image {
    position: static;
    max-width: 350px;
    margin: 20px auto;
  }
  .page-about .about-section .about-ul {
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .page-about .about-section .about-ul {
    padding-left: 0;
    flex-direction: column;
  }
  .page-about .about-section .about-ul li:last-child {
    padding-left: 0;
  }
}
.page-services .service-block {
  display: flex;
  flex-direction: row;
  padding: 0;
  box-shadow: none;
  margin: 0 0 60px 0;
}
.page-services .service-block .figure {
  flex: 0 0 calc(50% - 20px);
  margin: 0 10px;
}
.page-services .service-block .block-content {
  flex: 0 0 calc(50% - 20px);
  margin: 0 10px;
}
.page-services .service-block .block-content h4 {
  font-size: 26px;
  color: #82b440;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding-bottom: 20px;
}
.page-services .service-block .block-content p {
  font-size: 15px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1199px) {
  .page-services .service-block {
    align-items: center;
  }
  .page-services .service-block .figure {
    flex: 0 0 calc(40% - 20px);
    margin: 0 10px;
  }
  .page-services .service-block .block-content {
    flex: 0 0 calc(60% - 20px);
    margin: 0 10px;
  }
  .page-services .service-block .block-content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .page-services .service-block {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .page-services .service-block .figure {
    flex: 0 0 100%;
    margin: 0 0 20px 0;
  }
  .page-services .service-block .block-content {
    flex: 0 0 100%;
    margin: 0;
    text-align: center;
  }
  .page-services .service-block .block-content h4 {
    padding: 10px 0;
  }
  .page-services .service-block .block-content p {
    margin-bottom: 5px;
  }
  .page-services .service-block.rev-block {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 576px) {
  .page-services .service-block {
    margin-bottom: 30px;
  }
  .page-services .service-block .block-content h4 {
    font-size: 20px;
  }
  .page-services .service-block .block-content p {
    font-size: 13px;
  }
  .page-services .service-block.rev-block {
    flex-direction: column-reverse;
  }
}
.page-quote {
  background-image: url(../images/gallery1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.page-quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(130, 180, 64, 0.7);
}
.page-quote .quote-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.page-quote .quote-wrapper .quote-desc {
  flex: 0 0 50%;
  padding: 40px;
}
.page-quote .quote-wrapper .quote-desc .title h4 {
  font-size: clamp(1.75rem, 2vw, 2.5rem);
  font-weight: 700;
  color: #fff;
}
.page-quote .quote-wrapper .quote-desc .title p {
  font-size: clamp(0.9375rem, 2vw, 1rem);
  font-weight: 400;
  color: #fff;
  padding-top: 10px;
}
.page-quote .quote-wrapper .quote-desc .company-info {
  padding: 30px 0;
}
.page-quote .quote-wrapper .quote-desc .company-info .company-info-block {
  margin-bottom: 15px;
}
.page-quote .quote-wrapper .quote-desc .company-info .company-info-block h6 {
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 500;
  color: #fff;
}
.page-quote .quote-wrapper .quote-desc .company-info .company-info-block .company-desc {
  display: flex;
  align-items: center;
  pointer-events: none;
}
.page-quote .quote-wrapper .quote-desc .company-info .company-info-block .company-desc i {
  font-size: 0.75rem;
  color: #dedede;
  padding-right: 8px;
  transition: 0.3s ease-in-out;
}
.page-quote .quote-wrapper .quote-desc .company-info .company-info-block .company-desc a {
  pointer-events: auto;
}
.page-quote .quote-wrapper .quote-desc .company-info .company-info-block .company-desc p {
  font-size: 0.9375rem;
  color: #dedede;
  transition: 0.3s ease-in-out;
}
.page-quote .quote-wrapper .quote-desc .company-info .company-info-block .company-desc:hover i {
  color: #1c1c1c;
}
.page-quote .quote-wrapper .quote-desc .company-info .company-info-block .company-desc:hover p {
  color: #1c1c1c;
}
.page-quote .quote-wrapper .quote-desc .company-info .company-info-block:last-child {
  margin-bottom: 0;
}
.page-quote .quote-wrapper .quote-desc .company-link {
  display: flex;
}
.page-quote .quote-wrapper .quote-desc .company-link .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 10px;
  position: relative;
}
.page-quote .quote-wrapper .quote-desc .company-link .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 100%;
  background-color: #fff;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.page-quote .quote-wrapper .quote-desc .company-link .icon i {
  font-size: 0.9375rem;
  color: #fff;
  line-height: 40px;
  transition: 0.3s ease-in-out;
  transition-delay: 0.1s;
  position: relative;
}
.page-quote .quote-wrapper .quote-desc .company-link .icon:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.page-quote .quote-wrapper .quote-desc .company-link .icon:hover i {
  color: #82b440;
}
.page-quote .quote-wrapper .form-wrap {
  flex: 0 0 50%;
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .page-quote::before {
    background-color: rgba(130, 180, 64, 0.8);
  }
  .page-quote .quote-wrapper {
    flex-direction: column;
  }
  .page-quote .quote-wrapper .quote-desc {
    padding: 40px 20px;
  }
  .page-quote .quote-wrapper .quote-desc .company-info {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-quote .quote-wrapper .quote-desc .company-info .company-info-block {
    flex: 0 0 calc(50% - 10px);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 481px) {
  .page-quote .quote-wrapper .quote-desc {
    padding: 40px 20px;
  }
  .page-quote .quote-wrapper .quote-desc .company-info {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
  }
}
.form {
  width: 100%;
}
.form .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.form .form-group label {
  font-size: clamp(0.9375rem, 2vw, 1.125rem);
  font-weight: 500;
  text-transform: capitalize;
  color: #525252;
  padding-bottom: 5px;
}
.form .form-group .form-fill {
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #8a8a8a;
  border: 1px solid rgba(138, 138, 138, 0.3);
  resize: none;
}
.form .form-group .form-fill:focus {
  outline: none;
  box-shadow: none;
}
.form .form-group .form-fill::placeholder {
  color: #525252;
  font-weight: 300;
}
.form .form-submit .btn {
  border-radius: 40px;
}

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