body {
  font-family: "Roboto Condensed", sans-serif;
}
body * {
  font-weight: 400;
  outline: none;
}
body strong {
  font-weight: 700;
}
body img {
  max-width: 100%;
}
body video {
  width: 100%;
}
body nav,
body footer {
  background-color: #f4f4f4;
}
body .text-secondary {
  color: #20C1BB;
}
body .secondary {
  background-color: #20C1BB;
}
body .wsPage h1,
body .wsPage h2,
body .wsPage h3 {
  font-size: 1.75rem;
  margin-top: 1.5rem;
}
body .wsPage p {
  font-size: 1.25rem;
}
body .wsPage a {
  color: #C12026;
}
body .wsPage a:hover {
  border-bottom: 1px dotted #C12026;
}
body .wpcf7 .wpcf7-form label {
  width: 100%;
  margin-bottom: 10px;
  display: block;
  color: #758599;
}
body .wpcf7 .wpcf7-form br {
  display: none;
}
body .wpcf7 .wpcf7-form input,
body .wpcf7 .wpcf7-form textarea,
body .wpcf7 .wpcf7-form select {
  border: 1px dotted #20C1BB;
  border-bottom: 1px dotted #C12026;
  padding: 5px 10px;
  color: #000;
  width: 100%;
}
body .wpcf7 .wpcf7-form input[type=submit],
body .wpcf7 .wpcf7-form textarea[type=submit],
body .wpcf7 .wpcf7-form select[type=submit] {
  background-color: #C12026;
  border: 1px solid #C12026;
  color: #fff;
  padding: 4px 0;
  border-radius: 0.4rem;
}
body .wpcf7 .wpcf7-form textarea {
  height: 100px;
}
body .wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 0.75rem;
  position: absolute;
  top: 5px;
  right: 5px;
}
body .wpcf7 .wpcf7-form .wpcf7-response-output {
  border: 1px solid #20C1BB;
  margin: 0.5rem 0;
  padding: 0.5rem;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border-radius: 0.5rem;
  width: 100%;
}
body .wsHome {
  display: flex;
  z-index: 10;
}
body .wsHome > img {
  margin-right: 5px;
  height: 30px;
}
body .burgerMenu {
  z-index: 10;
}
body .burgerMenu svg {
  color: #C12026;
}
body .burgerMenu .first {
  display: none;
}
body .burgerMenu .second {
  display: block;
}
body .burgerMenu.open .first {
  display: block;
}
body .burgerMenu.open .second {
  display: none;
}
body .wsMainNav {
  background-color: #20C1BB;
  font-size: 5vmin;
  position: fixed;
  left: calc(100% - 12rem);
  top: 3rem;
  width: 100%;
  height: 100vh;
  overflow: auto;
  padding: 10px;
  z-index: 1;
  opacity: 0.9;
  transition: left 0.5s ease-in-out 0.1s;
  /* Shorthand */
}
body .wsMainNav.right {
  left: 100%;
  transition: left 0.5s ease-in-out 0.1s;
  /* Shorthand */
}
body .wsMainNav > ul {
  display: inherit;
}
body .wsMainNav > ul li {
  display: flex;
  margin: 0 0 5px 0;
  border-bottom: 1px dotted #C12026;
}
body .wsMainNav > ul li a {
  color: #C12026;
  width: 100%;
  font-weight: bold;
  padding: 5px 0;
}
body .wsMainNav > ul li ul {
  padding-left: 30px;
}
body .testimonial-section h1 {
  font-size: 25px;
  margin-bottom: 30px;
}
body .testimonial-section h1 span {
  color: crimson;
}
body .testimonial-pic {
  width: 100%;
  padding: 5px 0;
}
body .testimonial-pic img {
  display: inline-block;
  width: 30px;
  margin: 5px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 3px;
  border: 3px solid #fff;
  border-radius: 2px;
}
body .testimonial-pic img.active {
  border-radius: 15px 2px;
  border: 3px solid #20C1BB;
}
body .casestudies-section {
  margin: 20px 0;
  background-color: #fff;
  border-radius: 16px;
  padding: 20px;
}
body .casestudies-section select {
  font-weight: bold;
  border: 1px solid #20C1BB;
  border-radius: 5px;
  margin-left: 10px;
}
body .casestudies-section select option {
  padding: 10px;
}
body .casestudies-section .casestudy .content {
  display: none;
  animation: fade_out_show 0.5s;
  color: #758599;
  position: relative;
  padding: 10px;
}
body .casestudies-section .casestudy .content p,
body .casestudies-section .casestudy .content h3 {
  text-align: left;
  min-height: 32px;
  line-height: 32px;
}
body .casestudies-section .casestudy .content p strong,
body .casestudies-section .casestudy .content h3 strong {
  margin-left: 10px;
  color: #000;
}
body .casestudies-section .casestudy .content.active {
  display: block;
  animation: fade_in_show 0.5s;
}
body .casestudies-section .casestudy .content img {
  height: 32px;
  display: inline-block;
}
body .casestudies-section .casestudy .content img.abs {
  position: absolute;
  height: 75px;
  right: -20px;
  bottom: -20px;
  opacity: 0.5;
}
body .testimonial .content {
  display: none;
  animation: fade_out_show 0.5s;
}
body .testimonial .content.active {
  display: block;
  animation: fade_in_show 0.5s;
}
body .testimonial .content p:nth-child(2) {
  font-weight: bold;
}
body .testimonial .content h4 {
  font-size: 1.25rem;
  position: relative;
  padding: 10px;
  margin: 20px 0;
  background-color: #20C1BB;
  border-radius: 5px 5px 25px 5px;
  min-height: 100px;
}
body .testimonial .content h4 span {
  font-size: 1.0005rem;
}
body .testimonial .content h4 img {
  width: 50px;
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 0;
  opacity: 1;
  border-radius: 25px 0;
}
body .owl-carousel .row {
  display: block;
}
body .owl-carousel .row .left {
  width: 100%;
  margin-bottom: 10px;
}
body .owl-carousel .row .left img {
  border-radius: 0.5rem;
}
body .owl-carousel .row .right {
  width: 100%;
  margin-left: 0px;
  text-align: left;
}
body .owl-carousel .row .right a {
  color: #C12026;
  font-weight: bold;
  border-bottom: 1px dotted #C12026;
}
body .owl-carousel .row .right em {
  font-weight: bold;
}
body .owl-carousel .row .right img {
  width: 75px;
  border-radius: 100px;
}
body .owl-theme .owl-dots .owl-dot span {
  background-color: #000;
  width: 14px;
  height: 14px;
}
body .owl-theme .owl-dots .owl-dot.active span {
  background-color: #fff;
}

@media (min-width: 640px) {
  body .owl-carousel .row {
    display: flex;
  }
  body .owl-carousel .row .left {
    width: 40%;
  }
  body .owl-carousel .row .left img {
    border-radius: 0.5rem;
  }
  body .owl-carousel .row .right {
    width: calc(60% - 20px);
    margin-left: 20px;
    text-align: left;
  }
  body .owl-carousel .row .right a {
    color: #C12026;
    font-weight: bold;
    border-bottom: 1px dotted #C12026;
  }
  body .owl-carousel .row .right em {
    font-weight: bold;
  }
  body .owl-carousel .row .right img {
    width: 75px;
    border-radius: 100px;
  }
  body .owl-theme .owl-dots .owl-dot span {
    background-color: #000;
    width: 14px;
    height: 14px;
  }
  body .owl-theme .owl-dots .owl-dot.active span {
    background-color: #fff;
  }
}
@media (min-width: 768px) {
  body .wsMainNav {
    font-size: 13px;
    background-color: unset;
    position: unset;
    width: unset;
    height: unset;
    padding: unset;
    z-index: unset;
  }
  body .wsMainNav > ul {
    display: flex;
  }
  body .wsMainNav > ul li {
    border-bottom: 1px solid transparent;
  }
  body .wsMainNav > ul li a {
    padding: 5px 10px;
    font-size: 11px;
  }
  body .wsMainNav > ul li a:hover {
    background-color: #C12026;
    border-radius: 0.25rem;
    color: #fff;
  }
  body .testimonial-pic img {
    width: 50px;
  }
  body .testimonial .content h4 img {
    width: 75px;
  }
  body .casestudies-section .casestudy .content img.abs {
    opacity: 1;
  }
  body .owl-carousel .row {
    display: flex;
  }
  body .owl-carousel .row .left {
    width: 25%;
  }
  body .owl-carousel .row .right {
    width: calc(75% - 20px);
  }
}
@media (min-width: 1024px) {
  body .wsMainNav > ul li a {
    padding: 5px 15px;
    font-size: 12px;
  }
  body .wsMainNav > ul li a:hover {
    background-color: #C12026;
    border-radius: 0.5rem;
    color: #fff;
  }
  body .testimonial-pic img {
    width: 50px;
  }
  body .testimonial .content h4 img {
    width: 100px;
  }
  body .owl-carousel .row {
    display: flex;
  }
  body .owl-carousel .row .left {
    width: 33%;
  }
  body .owl-carousel .row .right {
    width: calc(66% - 20px);
  }
  body .owl-carousel .row .right h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  body .owl-carousel .row .right p {
    font-size: 1.25rem;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  body section {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
  }
  body section:first-child {
    padding-top: 3rem !important;
  }
  body section h1,
  body section h2,
  body section h3,
  body section h4,
  body section p,
  body section .row,
  body section .caseStudies,
  body section .grid,
  body section .testimonial,
  body section .secondary > div {
    padding-left: 10px;
    padding-right: 10px;
  }
  body section .wsBtn {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@keyframes fade_out_show {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade_in_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=wsStyle.css.map */