/*
Theme Name: Geoscape
Template: wp-bootstrap-4
Author: Tinsel Ship
Author URI: https://tinselship.com
Description: Exclusive theme for Geoscape
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready,two-columns,left-sidebar,right-sidebar,custom-colors,footer-widgets,full-width-template,rtl-language-support,sticky-post,theme-options,blog
Version: 1.0.9.1559551311
Updated: 2019-06-03 08:41:51

*/
* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  /*background: url(/wp-content/uploads/2019/06/pattern2-black.png) no-repeat right top;*/
  background-attachment: fixed;
  color: #000;
}

#wp-admin-bar-updates {
  display: none;
}

ul li {
  list-style: inside;
}

.bold, strong {
  font-weight: 900;
}

p a {
  text-decoration: underline;
}

p a.btn {
  text-decoration: none;
}

.textwidget p a {
  text-decoration: none;
}

/* width */
::-webkit-scrollbar {
  width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #33f3d6;
  border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.p-img {
  background-size: cover;
  background-position: center;
  height: 265px;
}

h1, h2 {
  margin: 0 0 2rem;
}

h1 {
  position: relative;
}

.color-teal {
  color: #33f3d6;
}

.spaceTop {
  margin-top: 10rem;
}

#primary-menu li.nav-item {
  list-style: none;
}

.navbar-dark .navbar-toggler {
  background: #000;
  position: absolute;
  right: 20px;
  top: 20px;
  border: 0px solid;
}

.sections {
  position: relative;
}

.sections .carousel-item .card {
  border-radius: 0;
  border: 1px solid #000;
  padding: 5%;
  margin: 10%;
  background: #000;
  color: #fff;
  min-height: 350px;
}

.sections .carousel-indicators {
  bottom: 0;
}

.sections .carousel-indicators li {
  background: transparent;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #000;
}

.sections .carousel-indicators .active {
  background: #000;
}

.sections #CustomerTestimonials .carousel-item .card {
  border-radius: 0;
  border: 2px solid #000000;
  background: #ffffff;
  color: #000;
}

.sections .carousel-control-prev img, .sections .carousel-control-next img {
  max-width: 50%;
}

.sections.hero, .sections.call-to-action {
  min-height: 75vh;
  padding-top: 75px;
  padding-bottom: 2rem;
}

.sections.hero h1 {
  color: #fff;
  background: #000;
  padding: 10px;
  max-width: 750px;
  margin: 20px;
}

.hero {
  background-size: cover;
  text-align: center;
  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;
}

.hero.effects::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: url(/wp-content/uploads/2019/06/pattern.svg) no-repeat center;
  background-size: cover;
}

.hero .hero-content.dark {
  background: #000;
  color: #fff;
}

.hero .hero-content.dark h1::after {
  border-color: #fff;
}

.hero .hero-content.light {
  background: #fff;
  color: #000;
}

.hero .hero-content.light h1::after {
  border-color: #000;
}

.hero .hero-content {
  padding: 2rem;
  margin-top: 2rem;
  max-width: 60vw;
  position: relative;
  z-index: 1;
}

.hero .hero-content h1, .hero .hero-content h3 {
  font-weight: 500;
}

.hero .hero-content a {
  background: #33f3d6;
  padding: 8px 20px;
  border-radius: 25px;
  margin-top: 2rem;
  display: inline-table;
  text-decoration: none;
  color: #000;
}

.hero .hero-content a:hover {
  text-decoration: none;
  background: #ffd100;
  color: #000;
}

.call-to-action {
  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;
}

.call-to-action::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-size: cover;
}

.call-to-action .call-to-action-content {
  padding: 2rem;
  margin-top: 2rem;
  max-width: 90vw;
  position: relative;
  z-index: 1;
}

.call-to-action .call-to-action-content h1, .call-to-action .call-to-action-content h3 {
  font-weight: 500;
}

.call-to-action .call-to-action-content p, .call-to-action .call-to-action-content li {
  font-size: 20px;
}

.call-to-action .call-to-action-content a {
  background: #33f3d6;
  padding: 8px 20px;
  border-radius: 25px;
  margin-top: 2rem;
  display: inline-table;
  text-decoration: none;
}

.call-to-action .call-to-action-content a:hover {
  text-decoration: none;
  background: #ffd100;
  color: #000;
}

.postContent p {
  font-size: 18px;
  max-width: 742px;
  margin: 0 auto 27px auto;
}

.postContent h1, .postContent h2, .postContent h3, .postContent h4, .postContent h5, .postContent h6, .postContent ul, .postContent ol {
  max-width: 742px;
  margin: 0 auto 27px auto;
}

.dark {
  background-color: #000;
  color: #fff;
}

.light {
  background-color: #f2f2f2;
  color: #000;
}

.H-sec {
  padding: 5rem;
  min-height: 80vh;
  display: table;
  width: 100%;
}

.H-sec .title {
  position: absolute;
  left: -60vh;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: 90px;
  font-size: 22px;
  font-weight: 600;
  width: 70vh;
  text-align: right;
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
  opacity: 1;
  margin-top: 0;
}

.H-sec .title::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 2px;
  background: #000;
  left: 0;
  top: 16px;
}

.H-sec .title::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 7px;
  background: #fff;
  border: 2px solid #000;
  border-radius: 50%;
  z-index: 1;
}

.H-sec .title span {
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 0 10px;
}

.H-sec img {
  width: 50%;
  height: auto;
  position: relative;
  top: 5vh;
  left: 10vh;
  float: left;
}

.H-sec .text {
  width: 50%;
  position: relative;
  left: -5%;
  margin-top: 25vh;
  background: rgba(255, 255, 255, 0.9);
  padding: 2rem;
  max-width: 40vw;
  border: 4px solid #000;
  float: right;
}

.H-sec .text h1 {
  margin: 0 0 2rem;
}

.H-sec .text p {
  margin: 0 0 1rem 3rem;
}

.H-sec .text .more {
  margin: 2rem 0 0 3rem;
}

.H-sec .text .learn-more {
  display: table;
}

.sec-data {
  position: relative;
  padding: 0 60px;
}

.sec-data h2 {
  position: absolute;
  left: -50vh;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 0;
  font-weight: 600;
  width: 50vh;
  text-align: right;
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  margin: 0;
}

.sec-data .cover-img {
  background-size: cover;
  background-position: center;
  height: 150px;
  width: 100%;
}

.sec-data img {
  max-width: 80px;
  width: 100%;
  height: auto;
}

.sec-data .text {
  padding: 2em 0;
  background: rgba(255, 255, 255, 0.9);
}

.sec-data .text h5 {
  margin-bottom: 1em;
}

.sec-data .more {
  margin: 2rem 0 0 0;
}

.data .popup .container {
  padding-top: 2rem;
  max-height: 90vh;
  overflow-y: auto;
}

.data .row div.sec-data-content:nth-child(3) {
  margin-top: 10em !important;
}

.more {
  padding: 5px;
  width: 32px;
  height: 32px;
  font-size: 35px;
  border: 1px solid #000;
  text-align: center;
  line-height: 17px;
  display: table;
  cursor: pointer;
}

.sec-data.showcase img {
  max-width: 100%;
}

.sec-data.showcase .text {
  padding: 3%;
  position: relative;
  top: -40px;
  right: -40px;
  background: black;
  color: #fff;
}

.sec-data.showcase .text h5 {
  margin-top: 0.8rem;
}

.sec-data.showcase .text .more {
  border-color: #fff;
}

.sec-data img.pLogo {
  max-width: 100%;
}

.upcoming img {
  max-width: 80px;
  width: 100%;
  height: auto;
}

.sec-contact {
  background: url(/wp-content/uploads/2019/06/PSMA_Aerial-4_RGB-min.jpg) no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 2rem;
}

.sec-contact::after {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
}

.sec-contact .container {
  position: relative;
  z-index: 1;
}

.sec-contact .container h1 {
  margin-bottom: 40px;
}

.sec-contact .container .form-control {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.sec-contact .container .btn-primary {
  background: #33f3d6;
  min-width: 150px;
  border-color: #33f3d6;
  color: #000;
  border-radius: 20px;
}

.sec-contact .container .form-check-input {
  position: relative;
}

.popup {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  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;
  background: #000;
  color: #fff;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: url(/wp-content/uploads/2019/07/close-cursor-1.png), auto;
  /* IE 9 */
  -webkit-transform: scale(0, 0);
  /* Safari prior 9.0 */
  transform: scale(0, 0);
  /* Standard syntax */
}

.popup .container {
  position: relative;
  z-index: 1;
}

.popup .container a.btn {
  text-decoration: none;
}

.popup .container a {
  text-decoration: underline;
  color: #fff;
}

.popup .container .v-scroll {
  max-height: 70vh;
  overflow: auto;
}

.popup::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-size: cover;
  opacity: 0.3;
}

.popup .back {
  color: #fff;
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 3rem;
  cursor: pointer;
  z-index: 1;
}

.popup.show {
  /* IE 9 */
  -webkit-transform: scale(1, 1);
  /* Safari prior 9.0 */
  transform: scale(1, 1);
  /* Standard syntax */
}

.popup.bg-white {
  color: #000;
}

.popup.bg-white .back {
  color: #000;
}

.popup.bg-white .container a {
  text-decoration: underline;
  color: #000;
}

.btn {
  border-radius: 20px;
  font-weight: 600;
  min-width: 100px;
}

.btn-primary {
  background: #000;
}

.btn-primary:hover {
  background: #482CFF;
}

.btn-primary:focus {
  color: #fff !important;
}

.form-control {
  color: #000 !important;
  border-radius: 18px !important;
  border: 1px solid #000 !important;
}

#masthead.site-header {
  position: fixed;
  width: 100%;
  z-index: 999;
  border-bottom: none;
}

#site-navigation .custom-logo-link {
  margin: auto;
}

#site-navigation .navbar-nav .nav-link {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  opacity: 1;
}

#site-navigation .btn-primary {
  padding: 0;
  border: 2px solid #fff;
}

#site-navigation .btn-primary .nav-link {
  opacity: 1;
  padding: 6px 18px;
}

.partner-list .filter-button-group {
  margin-bottom: 3rem;
  text-align: center;
}

.partner-list .filter-button-group button {
  border: 2px solid #482CFF;
  border-radius: 20px;
  background: transparent;
  color: #482CFF;
  min-width: 100px;
  font-weight: bold;
  margin: 1rem;
  cursor: pointer;
  padding: 0 1rem;
}

.partner-list-item {
  background: #f2f2f2;
  height: 250px;
  margin: 0rem 0.2rem;
}

.partner-list-item .pLogo {
  text-align: center;
}

.partner-list-item .pLogo img {
  max-width: 70%;
  max-height: 70%;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.partner-list-item .pLogo:hover img {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.partner-list-item .pServices {
  background: #000;
  color: #fff;
  width: 60px;
  padding: 10px;
}

.partner-list-item .pServices img {
  margin-bottom: 10px;
}

.servicesBox {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.servicesBox .col-md-3 {
  text-align: center;
}

.servicesBox .col-md-3 img {
  height: 80px;
  width: auto;
  margin-bottom: 1rem;
}

/* ----------------API page --------------------- */
.api-page.strip {
  background: url(/wp-content/uploads/2019/06/PSMA_Aerial-5_RGB-min.jpg);
}

.api-page.container {
  max-height: 600px;
}

.api-privacy {
  text-align: center;
  z-index: 999;
}

.api-page-form {
  margin-top: -100px;
}

/* ----------------end API page --------------------- */

/* ----------------Consultation page --------------------- */
.consultation-page.strip {
  background: url(/wp-content/uploads/2019/06/PSMA_Aerial-5_RGB-min.jpg);
  border-bottom: 5px solid #33F3D6;
}

/* ----------------end Consultation page --------------------- */

.leftSidebar ul {
  padding: 0;
}

.leftSidebar ul li {
  list-style: none;
  padding-bottom: 1rem;
}

.leftSidebar ul li a {
  color: #000;
}

.leftSidebar ul li a.open {
  font-weight: bold;
}

/*------------------------------*/
#navbar-opener {
  width: 32px;
  height: 34px;
  position: absolute;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  left: 20px;
  z-index: 14;
}

#navbar-opener span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#navbar-opener span:nth-child(1) {
  top: 0px;
}

#navbar-opener span:nth-child(2) {
  top: 12px;
}

#navbar-opener span:nth-child(3) {
  top: 24px;
}

#navbar-opener.opn span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#navbar-opener.opn span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#navbar-opener.opn span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.footer-widgets .widget ul {
  padding: 0;
}

.footer-widgets .widget ul li {
  list-style: none;
}

footer .form-control {
  background: transparent !important;
  color: #fff !important;
  border-radius: 18px !important;
  border: 1px solid #fff !important;
}

footer .btn-primary {
  background: #33f3d6 !important;
  color: #000;
  border-radius: 18px;
  font-weight: bold;
}

.download_form .form-control {
  color: #000;
  border-radius: 18px;
  border: 1px solid #000;
}

.title-container {
  padding: 0 1rem 0 3rem;
  position: relative;
}

.title-container .side-title {
  position: absolute;
  left: 0;
}

.title-container .side-title div {
  position: absolute;
  left: -60vh;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: 0;
  font-weight: 600;
  width: 60vh;
  text-align: right;
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
  margin: 0;
  font-size: 1.5rem;
}

.title-container .side-title div span {
  width: 80px;
  height: 1px;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  position: relative;
  top: -8px;
  margin: 0 10px 0 0;
}

#accordion .card {
  border: none;
}

#accordion .card .card-header {
  background: none;
  border-bottom: 1px solid #000;
}

#accordion .card .card-header .btn-link {
  font-weight: 900;
  color: #000;
  font-size: 1.2rem;
  text-align: left;
  white-space: pre-wrap;
}

#accordion .card .card-header i {
  position: absolute;
  right: 0;
  top: 25px;
}

.strip {
  background: url(/wp-content/uploads/2019/06/PSMA_Aerial-1_RGB-min.jpg) no-repeat center left;
  background-size: cover;
  color: #fff;
  margin-top: 2rem;
  padding: 3rem 0;
  border-bottom: 5px solid #ffd100;
  position: relative;
}

.strip::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000 url(/wp-content/uploads/2019/06/pattern.svg) no-repeat center;
  background-size: cover;
  opacity: 0.4;
}

.strip .container {
  position: relative;
  z-index: 2;
}

.strip .cta-form .wpcf7 {
  position: absolute;
  top: -8rem;
  background: #fff;
  color: #000;
  padding: 2rem;
  -webkit-box-shadow: 20px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 20px 20px 0px rgba(0, 0, 0, 0.2);
  border-top: 5px solid #ffd100;
  border-left: 5px solid #ffd100;
  margin-bottom: 5rem;
}

.strip .cta-form .wpcf7 #request-a-quote .what-need .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.strip .cta-form .wpcf7 #request-a-quote .what-need .wpcf7-checkbox .wpcf7-list-item {
  width: 50%;
  font-size: 14px;
}

.strip .cta-form .wpcf7 #request-a-quote .wpcf7-checkbox .wpcf7-list-item {
  margin: 2px 0;
}

.strip .cta-form .wpcf7 #request-a-quote .custom-file-label {
  border-radius: 25px;
}

.strip .cta-form .wpcf7 #request-a-quote .custom-file-label::after {
  border-radius: 0 25px 25px 0;
}

.strip .cta-form .wpcf7 .form-control {
  margin: 6px 0;
  border-radius: 25px;
  border-color: transparent;
  padding: 6px 20px;
  height: auto;
  -webkit-box-shadow: inset 2px 0px 3px rgba(0, 0, 0, 0.3);
          box-shadow: inset 2px 0px 3px rgba(0, 0, 0, 0.3);
  background: #f5f5f5;
}

.strip .cta-form .wpcf7 .btn {
  width: 100%;
  border-radius: 25px;
  margin-top: 2rem;
}

.site-info #secondary-menu-wrap #secondary-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}

.site-info #secondary-menu-wrap #secondary-menu li {
  padding: 5px 0;
  list-style: none;
  display: inline;
}

.site-info #secondary-menu-wrap #secondary-menu li .nav-link {
  display: inline;
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .H-sec img {
    width: 80%;
  }
  .H-sec .text {
    margin-top: -5vh;
  }
  .sec-data.showcase .text {
    top: 0;
    right: 0;
  }
}

@media screen and (max-width: 991px) {
  h3, .h3 {
    font-size: 1.4rem;
  }
  .sections.hero {
    min-height: 50vh;
  }
  .sections.hero .hero-content {
    max-width: 80vw;
  }
  .H-sec .text {
    top: 0;
    width: 100%;
    max-width: 50vw;
    margin-top: -5vh;
  }
  #accordion .card-header {
    padding: 0.75rem 1rem 0 0;
  }
  #accordion .card-header .btn.btn-link {
    font-size: 1rem;
  }
  #accordion .card-body {
    padding: 1.25rem 0;
  }
  .spaceTop {
    margin: 5rem 0;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 0.9rem;
  }
  #site-navigation .navbar-nav .nav-item {
    opacity: 1;
    text-align: center;
    padding: 1.5rem;
  }
  #site-navigation .navbar-nav .nav-item.btn-primary {
    padding: 0;
  }
  .sections h1 {
    font-size: 1.8rem;
  }
  .sections h3, .sections .h3 {
    font-size: 1.2rem;
  }
  .title-container {
    padding: 0px 1rem 0 2rem;
  }
  .title-container .text-box {
    padding: 1rem 0rem 0 0rem !important;
  }
  .hero .hero-content {
    padding: 1.5rem;
    max-width: 90vw;
  }
  .hero-content .hero.dark {
    background: rgba(0, 0, 0, 0.6);
  }
  .H-sec {
    padding: 2rem 1rem;
    min-height: auto;
  }
  .H-sec .title {
    left: -58vh;
    width: 60vh;
  }
  .H-sec img {
    width: 80%;
    left: 6vh;
    top: 5vh;
  }
  .H-sec .text {
    width: 100%;
    left: 2%;
    top: 0;
    position: relative;
    max-width: 70vw;
    padding: 1.5rem;
  }
  .H-sec .text h1 {
    margin: 0 0 0.5rem;
  }
  .H-sec .text p {
    margin: 0 0 1rem 1rem;
  }
  .H-sec .text .more {
    margin: 1rem 0 0 1rem;
  }
  .H-sec .text .learn-more {
    display: table;
  }
  .data .row div.sec-data-content:nth-child(3) {
    margin-top: 0em !important;
  }
  .data .row .sec-data-content {
    margin: 0rem 0;
  }
  .popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    padding: 2rem 1rem 0;
  }
  .popup .back {
    top: 10px;
  }
  .sec-data {
    padding: 0 0 0 40px;
    margin: 1.5rem 1px;
  }
  .sec-data h2 {
    font-size: 1.4rem;
  }
  .sec-data .text {
    padding: 2em 0 2em 0;
  }
  .sec-data .text .more {
    margin: 1rem 0 0 0;
  }
  .spaceTop {
    margin: 0;
  }
  .partner-list .filter-button-group button {
    min-width: calc(100% - 2rem);
    margin: 0.2rem 1rem;
  }
  .site-info #secondary-menu-wrap #secondary-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1rem;
  }
  .site-info #secondary-menu-wrap #secondary-menu li {
    padding: 5px 0;
    display: block;
  }
  .strip .cta-form .wpcf7 {
    position: relative;
    top: 0;
    margin-bottom: 1rem;
  }
  .strip .cta-form .wpcf7 #request-a-quote .wpcf7-checkbox .wpcf7-list-item {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */