@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Merriweather+Sans:wght@400;700&display=swap");

body {
  font-family: 'Century Gothic';
  color: #040000;
  overflow-x: hidden;
}

.map-img {
  background: url("../images/location.png");
  max-width: 100%;
  box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.6) 
}

.map-img:hover {
  background: url("../images/location-zoomed.png");
}

.logo {
  max-width: 75%;
  border-radius: 20px;
  margin-top: 10%;
  margin-bottom: 25%;
  transform: translateX(20px);
  border-color: white;
}

.logo-box {
  margin-top: 5%;
  margin-bottom: 10%;
}

.layout_padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 120px;
}

.layout_padding-bottom {
  padding-bottom: 120px;
}

.contact_link {
  margin: 0
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  
}

.heading_container p {
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

h1,
h2 {
  
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

/*header section*/
.hero_area {
  position: relative;
  background-image: linear-gradient( #a2a3a4,#eee, #eeeeee);
}

.header_section {
  box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.6)
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .header_top {
  padding: 15px 0;
  background-color: #000000;
}

.header_section .header_top .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header_section .header_top .contact_nav a {
  color: #ffffff;
}

.header_section .header_top .contact_nav a i {
  color: #ffc8a7;
}

.header_section .header_bottom {
  padding: 10px 0;
  background-image: linear-gradient(0deg, #e98a4f, #ec6917);
}

.navbar-brand {
  padding: 0;
  margin: 0;
  color: #000000;
  font-weight: bold;
  font-size: 24px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .navbar-brand {
    opacity: 0%;
  }
}

.navbar-brand span {
  color: white;
  text-transform: uppercase;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 10px 25px;
  color: #dbdada;
  text-align: center;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: white;
}

.custom_nav-container .form-inline .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #000000;
}

.custom_nav-container .form-inline .nav_search-btn:hover {
  color: #ffc8a7;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #000000;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
          transform: none;
}

.quote_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote_btn-container a {
  color: #ffffff;
  margin-right: 25px;
  text-transform: uppercase;
}

.quote_btn-container a span {
  margin-left: 5px;
}

.quote_btn-container a:hover {
  color: #ffc8a7;
}

/*end header section*/
/* slider section */
.intro_section {
  position: relative;
  padding-top: 1%;
  /* border-bottom: 2px solid rgba(0,0,0,0.15); */
}

.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: bottom;
  background-color: rgba(0, 0, 0, 0);
}


.panel {
  margin-top: 2%;
  background-color: #d47d47;
  border-radius:  40px 40px 0px 0px;
  box-shadow: 0px -4px 10px 1px rgba(0,0,0,0.2);
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  padding-top: 15%;
  padding-bottom: 90px;
  padding-left: 50px;
}

.slider_section .detail-box h1 {
  font-weight: bold;
  color: #f3f3f3;
}

.slider_section .detail-box h3 {
  font-weight: bold;
  color: #f3f3f3;
  margin-bottom: 25px;
}

.slider_section .detail-box p {
  color: #e0dcdc;
  font-size: 15px;
}

.slider_section .detail-box a {
  display: inline-block;
  
  text-transform: uppercase;
  padding: 10px 45px;
  background-color: #ffc8a7;
  border: 1px solid #ffc8a7;
  border-radius: 5px;
  color: #ffffff;
  margin-top: 15px;
  margin-right: 15px;
}

.slider_section .detail-box a:hover {
  background-color: transparent;
  color: #ffc8a7;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .white-box {
  background-color:whitesmoke
}

.document_management {
  width: 100%;
}

.feature_section .link-button {
  background-color: #ffc8a7;
  border-radius: 5px;
  border: 2px solid #ffc8a7;
  font-size: 14pt;
  font-weight: 700;
  text-transform: uppercase;
  color:hsl(0, 0%, 100%);
  text-decoration: none;
  padding: 15px 40px 15px 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  transition: 0.3s;
}

.feature_section .link-button:hover {
  background-color: white;
  color: orange;
  border: 2px solid orange;
  transition: 0.3s;
}

.feature_section {
  background-color: #a7a6a6;
  background-image: url("../images/rough-texture.png");
  border-top: 10px ridge rgb(214, 214, 214);
}

.feature_section .centered-region {
  display: flex;
  align-content: center;
}

.feature_section .description_region {
  height: 0px;
  color: black;
  transition: 0.5s;
}

.feature_section .centered-region .service-title {
  margin-left: auto;
  margin-right: auto;
  font-size: 50pt;
  font-weight: bolder;
  color: white;
  text-align: center;
  border-bottom: 4px dashed white;
  padding-top: 25px;
}

.feature_section .service-item {
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

.feature_section .service-item .image-icon {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid #FFF;
  border-radius: 10px;
  padding: 10px;
  transform: translateX(5%);
}


.feature_section .column {
  display: block;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.feature_section .feature_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  margin-bottom: -4%;
}

@media (min-width: 768px) {
  .feature_section .feature_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
    margin-bottom: -4%;
  }
}

.feature_section .feature_container .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 0 10px;
  padding: 45px 15px;
  background-color: #ffffff;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.feature_section .feature_container .box .img-box {
  width: 90px;
  height: 90px;
}

.feature_section .feature_container .box .img-box svg {
  width: 100%;
  height: auto;
  max-height: 100%;
  fill: #FFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.feature_section .feature_container .box .img-box svg path {
  fill: #000;
}

.feature_section .feature_container .box .name {
  margin-top: 20px;
  text-transform: uppercase;
  
  margin-bottom: 0;
}

.feature_section .feature_container .box:hover, .feature_section .feature_container .box.active {
  background-color: #ec6917;
  color: #ffffff;
}

.feature_section .feature_container .box:hover .img-box svg, .feature_section .feature_container .box.active .img-box svg {
  fill: #ffffff;
}

.feature_section .feature_container .box:hover .img-box svg path, .feature_section .feature_container .box.active .img-box svg path {
  fill: #ffffff;
}

.feature_section p {
  width: auto;
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
  color: white;
  font-size: 14pt;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.about_section h6 {
  color: rgb(177, 42, 42);
  margin: 0;
  transform: translateY(20px);
  text-align: center;
}

.about_section .centered-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-self: center;
  text-align: center;

}

.about_section .tool-container {
  display: flex;
  align-content: center;
  align-items: center;
}

.about_section .tool {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.about_section input {
  width: 30%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: #ffffff;
  outline: none;
  color: #000000;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
}

.about_section input[type="file"] {
  width: auto;
  background-color: rgba(0,0,0,0);
  box-shadow: none;
}

.about_section button {
  border: none;
  display: inline-block;
  
  text-transform: uppercase;
  padding: 10px 55px;
  background-color: #ffab76;
  border: 1px solid #ffab76;
  border-radius: 0;
  color: #ffffff;
  margin-top: 15px;
}

.about_section .detail-box {
  transform: translateY(-10%);
}

.about_section .detail-box h2 {
  text-transform: uppercase;
  font-weight: bold;
}

.about_section .detail-box p {
  margin-top: 10px;
}

.about_section .detail-box a {
  margin-top: 15px;
  display: inline-block;
  
  text-transform: uppercase;
  padding: 10px 45px;
  background-color: #ffc8a7;
  border: 1px solid #ffc8a7;
  border-radius: 2px;
  color: #ffffff;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #ffc8a7;
}

.about_section .img-box img {
  width: 100%;
  box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.4);
}

.custom-select {
  min-width: 350px;
  position: relative;
}

select {
  /*  safari  */
  /*  other styles for aesthetics */
  width: 100%;
  font-size: 1.15rem;
  padding: 0.675em 6em 0.675em 1em;
  background-color: #fff;
  border: 1px solid #caced1;
  border-radius: 0.25rem;
  color: #000;
  cursor: pointer;
}

.custom-select::before,
.custom-select::after {
  --size: 0.3rem;
  content: "";
  position: absolute;
  right: 1rem;
  pointer-events: none;
}

.custom-select::before {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-bottom: var(--size) solid black;
  top: 40%;
}

.custom-select::after {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-top: var(--size) solid black;
  top: 55%;
}

.professional_section {
  background-color: #d1e3ff;
}

.professional_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.professional_section .img-box img {
  width: 100%;
}

.professional_section .detail-box h2 {
  text-transform: uppercase;
  font-weight: bold;
  color: #ffc8a7;
}

.professional_section .detail-box p {
  margin-top: 20px;
}

.professional_section .detail-box a {
  margin-top: 25px;
  display: inline-block;
  
  text-transform: uppercase;
  padding: 10px 45px;
  background-color: #ffc8a7;
  border: 1px solid #ffc8a7;
  border-radius: 2px;
  color: #ffffff;
}

.professional_section .detail-box a:hover {
  background-color: transparent;
  color: #ffc8a7;
}

.service_section {
  position: relative;
  background-color: #c7c7c7;
  background-image: url("../images/rough-texture.png");
  background-repeat: repeat;
}

.service_section .box {
  margin-top: 30px;
  text-align: center;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
  padding: 25px 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
}

.service_section .box .img-box {
  width: 60pt;
  height: 60pt;
  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;
}

.service_section .box .img-box img {
  max-height: 100%;
  max-width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.service_section .box .detail-box {
  margin-top: 15px;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
}

.service_section .box .detail-box p {
  margin: 0;
}

/*
.service_section .box:hover {
  background-color: #ffc8a7;
  color: #ffffff;
}
*/

.service_section .box:hover .img-box img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.service_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.service_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.service-item{
  margin: 5px;
}

.owl-nav-button {
  max-width: 50%;
}

.service_section .btn-box a {
  display: inline-block;
  
  text-transform: uppercase;
  padding: 10px 45px;
  background-color: #ffc8a7;
  border: 1px solid #ffc8a7;
  border-radius: 0;
  color: #ffffff;
}

.service_section .btn-box a:hover {
  background-color: transparent;
  color: #ffc8a7;
}

.client_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.client_section h2 {
  background-color: rgba(255, 255, 255, 0.9);
  color: #f78742;
  border-radius: 10px;
  padding: 10px;
}

.client_section p {
  font-size: 10pt;
}

/*
.client_container {
  padding-top: 40px;
  padding-top: 40px;
}
*/

@keyframes fadeIn {
  0% { opacity: 0%; }
  100% { opacity: 100%; }
}

@keyframes fadeOut {
  0% { opacity: 100%;}
  100% { opacity: 0%; }
}

.fade-in {
  animation: fadeIn 1s;
}

.fade-in-quick {
  animation: fadeIn 0.5s;
}

.fade-out-quick {
  animation: fadeOut 0.5s;
}

.client_section {
  padding: 80px 0px 80px 0px;

  background-position: center;
  background-size: 50%;
}

.client_section .box {
  margin: 15px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding: 25px;
  height: 300pt;
  border-radius: 5px;
}

.client_section .box .client_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.client_section .box .client_id .img-box {
  width: 100pt;
  margin-right: 15px;
}

.client_section .box .client_id .img-box img {
  width: 100%;
  border-radius: 100%;
}

.client_section .box .client_id .client_detail {
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 25px;
}

.client_section .box .client_id .client_detail .client_info h6 {
  margin-bottom: 0;
}

.client_section .box .client_id .client_detail .client_info i {
  color: #fbaf5d;
}

.client_section .box .client_text {
  margin-top: 20px;
}

.client_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.client_section .owl-carousel .owl-nav button .submit{
  width: 50px;
  height: 50px;
  background-color: #ffc8a7;
  outline: none;
  margin: 0 20px;
  color: #ffffff;
}

.client_section .owl-nav.navText {
  background-color: #000000;
}

.client_section .img-banner {
  width: 100%;
}

.banner-info {
  text-align: center;
  font-style: italic;
  margin-top: 10px;
  color: #c54747;
}

/* file upload button */
input[type="file"]::file-selector-button {
  border-radius: 4px;
  padding: 0 16px;
  height: 40px;
  cursor: pointer;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
  margin-right: 16px;
  transition: background-color 200ms;
}

/* file upload button hover state */
input[type="file"]::file-selector-button:hover {
  background-color: #f3f4f6;
}

/* file upload button active state */
input[type="file"]::file-selector-button:active {
  background-color: #e5e7eb;
}

.heading_container {
  margin-bottom: 30px;
}

.submit {
  background-color: #ffc8a7;
}

.footer_contact {
  background-image: linear-gradient(#fff, #eee, #a2a3a4);
}

.landing_banner {
  padding: 60px;
  background: url();
  border-top: 10px ridge rgb(214, 214, 214);
}

.contact_section .centered-region {
  min-height: 500px;
  margin-left: 30%;
  margin-right: 30%;
  display: flex;
  align-content: center;
  align-items: center;
  padding-bottom: 2%;
}

.contact_section .centered-item {
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

.contact_section .plan-form {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2%;
}

.contact_section .column-region {
  display: flex;
  align-content: center;
}

.contact_section .form-col {
  width: 50%;
  margin: 5%;
}

.contact_section input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: #ffffff;
  outline: none;
  color: #000000;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
}


.requests_center {
  margin-top: 4%;
  min-height: 500px;
  display:flex;
  align-content: center;
  text-align: center;
}

.request-card {
  padding: 4%;
  background: white;
  width: 300px;
  box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.15);
}


.contact_section input[type="file"] {
  width: auto;
  padding-top: 2%;
  padding-bottom: 2%;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none;
}

.contact_section .add-file-input {
  width: 100%;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  color: white;
  font-weight: 600;
  border: 2px solid #ffc8a7;
  font-size: 10pt;
  background-color: #ffc8a7;  
  transition-duration: 0.2s;
}

.contact_section .add-file-input:hover{
  background-color: white;
  color: #ffc8a7;
  transition-duration: 0.2s;
}

.contact_section button {
  width: 60%;
  margin-left: 20%;
  text-align: center;
  padding-left: 10px;
  font-size: 10pt;
  background-color: #ffc8a7;
}

.contact_section .checkbox {
  width: 20px;
  height: 20px;
  margin: 5px;
  transform: translateY(5px);
}

.contact_section .add-button, .minus-button {
  width: 15px;
  height: 15px;
  margin: 7px;
  border: 1px solid #000000;
  border-radius: 5px;
  background-color: #e5e7eb;
}

.contact_section .minus-button {
  margin-top: 20px;
}

.contact_section .add-button:hover {
  box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.2);
}

.contact_section .add-button:active {
  background-color: rgb(191, 243, 207);
}

.contact_section .supply-count {
  margin-top: 10px;
  margin-left: 20px;
  width: 60px;
  height: 40px;
}

.contact_section .order-input {
  padding-top: 20px;
}

.contact_section input::-webkit-input-placeholder {
  color: #737272;
}

.contact_section input:-ms-input-placeholder {
  color: #737272;
}

.contact_section input::-ms-input-placeholder {
  color: #737272;
}

.contact_section input::placeholder {
  color: #737272;
}

.contact_section input.message-box {
  height: 135px;
}

.contact_section button {
  border: none;
  display: inline-block;
  
  text-transform: uppercase;
  padding: 10px 55px;
  background-color: #ffc8a7;
  border: 1px solid #ffc8a7;
  border-radius: 0;
  color: #ffffff;
  margin-top: 15px;
}

.contact_section p {
  text-align: center;
  width: 100%;
  margin-top: 2%;
}

.contact_section button:hover {
  background-color: transparent;
  color: #ffc8a7;
}

.contact_section .map_container {
  height: 360px;
}

.contact_section .map_container .map {
  height: 100%;
}

.info_section {
  border-top: 10px groove rgb(214, 214, 214);
  min-height: 500px;
  padding: 75px 0;
  background-color: #d47d47;
  text-align: center;
  color: #fff;
}

.info_section h4 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 25px;
}

.info_section .social-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}

.info_section .social-box .box {
  background-color: #ffffff;
  padding: 5px 15px;
}

.info_section a {
  margin: 0 10px;
  color: white;
}

.info_section a i {
  font-size: 18px;
}

.info_section a:hover {
  color: #ffc8a7;
}

.info_items a {
  position: relative;
}

.info_items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.info_items .item .img-box {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 80px;
  background-color: #ffc8a7;
  color: #ffffff;
}

.info_items .item .img-box i {
  font-size: 24px;
}

.info_items .item p {
  margin-top: 25px;
  color: #fff;
  margin-bottom: 0;
  background-color: #d47d47;
}

.info_items .item:hover .img-box {
  background-color: #ffa66f;
}

.info_items {
  position: relative;
}

.info_items::before {
  content: "";
  position: absolute;
  top: 65px;
  width: 75%;
  height: 1px;
  background-color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* footer section*/
.footer_section {
  background-color: #d47d47;
}

html {
  background-color: #d47d47;
  scroll-behavior: smooth;
  
}

.footer_section p {
  margin: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
  border-top: 0.8px solid #ffffff;
}

.footer_section a {
  color: inherit;
}

.plan-board {
  min-height: 400pt;
  opacity: 100%;
  transition: linear 0.3s;
}

.plan-board.hidden {
  opacity: 0%;
}

.plan-item {
  border-radius: 0px;
  padding: 20px;
  margin-top: 30px;
  margin-left: 20%;
  margin-right: 20%;
  box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.4);
}

.title-bar {
  width: auto;
  
  text-transform: uppercase;
  font-weight: bolder;
  color:#4b4b4b;
  margin-top: -2%;
  margin-left: 10%;
  margin-right: 10%;
  border-bottom: #a0a0a0 2px solid;
  text-align: center;
  font-size: xx-large;
}

.plan-item h3 {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  color: #4b4b4b;
  
  font-size: medium;
}

.plan-item table {
  width: 100%;
}

.plan-item p {
  margin-top: 5px;
  padding-left: 50px;
}

.plan-item h4{
  margin-top: 5px;
  margin-left: 20px;
}

.solid-card {
  background-color: rgba(255,255,255,1);
}

.category-tabs {
  display: flex;
  align-items: center;
  align-content: center;
  background-color: hsl(0, 1%, 72%);
  margin-left: 20%;
  margin-right: 20%;
  border-radius: 0px 0px 5px 5px;
  border-bottom: 2px solid #a0a0a0;
  border-left: 2px solid #a0a0a0;
  border-right: 2px solid #a0a0a0;
}

.tab {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 8pt;
  color:#4b4b4b;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  min-height: 30pt;
  vertical-align: middle;
  border-left: 2px solid #a0a0a0;
  border-right: 2px solid #a0a0a0;
  width: 100%;
  height: 100%;
  font-size: 10pt;
  border-radius: 0px 0px 0px 0px;
  transition: ease-in 0.15s;
}

.tab:hover {
  color:#838383;
  font-size: 10pt;
  background-color: hsl(0, 0%, 79%);
}

.tab.active {
  background-color: #e4e4e4;
}

/* Service page styling */
.service_page {
  min-height: 500px;
  padding-left: 20%;
  padding-right: 20%;
  padding-top: 50px;
  padding-bottom: 50px;
  
}

.service_page .column_space {
  display: flex;
  width: 100%;
  height: 100%;
}

.service_page .column {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  padding: 20px;
  margin: 10px;
}

.service_page .title_row {
  margin-left: auto;
  margin-right: auto;
  color: #000;
  text-align: center;
  font-size: 28pt;
  font-weight: bolder;
  border-bottom: 2px solid rgba(0,0,0,0.3);
  margin-bottom: 20px;
}

.service_page .header {
  font-size: 18pt;
  font-weight: 650;
  text-decoration: underline;
  color: #363636;
}

.service_page .service_image {
  border-radius: 5px;
  box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.1);
  width: 100%;
}

.blurb_display {
  opacity: 0%;
  color: white;
  border-bottom: 2px solid #FFF;
  border-top: 2px solid #FFF;
}

/* end footer section*/
/*# sourceMappingURL=style.css.map */

.more_info_section {
  min-height: 500px;
  display: flex;
}

.more_info_section .column {
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  width: 60%;
}

.more_info_section h4 {
  text-decoration: underline;
  padding-top: 20px;
}