body {
    font-family: "Quicksand", sans-serif;
    font-size: 1.2em;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.body-text{
    font-size: 16px;
}

html *
{
    font-family: "Quicksand", sans-serif;

}
a {
    color: #fff;
}

p{
    margin-top: 0;
    margin-bottom: 0;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #3fb0ac;
}

.homePageIcon{
    width: 25vh;
}

a:focus {
    outline: none;
}

.btn {
    padding: 8px 32px;
}

.btn:hover {
    background-color: #ced4da;
}

blockquote {
    font-size: 0.86em;
    line-height: 1.8em;
}

.tm-content-box {
    padding-top: 50px;
    /* padding-bottom: 40px; */
}

.tm-text-primary {
    color: #313d4b;
}

.tm-font-big {
    font-size: 1.25rem;
}

.tm-btn-primary {
    color: white;
    background-color: #313d4b;
    padding: 14px 30px;
}

.tm-btn-primary:hover,
.tm-btn-primary:focus {
    color: #313d4b;
    background-color: #3fb0ac;
}

/* Navbar */
.tm-navbar {
    width: 100%;
    height: fit-content;
    display: block;
    background-color: transparent;
    transition: all 0.3s ease;
}

.headerIcon {
    width: 30px;
}

.tm-navbar.scroll {
    background-color: white;
    border-bottom: 1px solid #e9ecef;
}

.navbar-brand {
    color: white;
    font-size: 30px;
}

.navbar-brand:hover,
.tm-navbar.scroll .navbar-brand:hover {
    color: #3fb0ac;
}

.tm-navbar.scroll .navbar-brand {
    color: #3fb0ac;
}

.tm-nav-link {
    color: white;
}

.tm-navbar.scroll .tm-nav-link {
    color: #3fb0ac;
}

.tm-navbar.scroll .tm-nav-link:hover,
.tm-navbar.scroll .tm-nav-link.current,
.tm-nav-link:hover {
    color: #3fb0ac;
    background-color: transparent;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(247, 136, 47)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.bannerIcon {
    height: 20rem;
    float: right;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 40px;
}

/* Hero */
#infinite {
    background: #141e30;
    background: -webkit-linear-gradient(to left, #243b55, #141e30);
    /* background: linear-gradient(to left, #243B55, #141E30);  */
    min-height: 100vh;
    height: fit-content;
    padding-bottom: 5%;
    -webkit-background-size: cover;
    background-size: cover;
}

#demoSection {
    min-height: fit-content;
    min-height: 100vh;
    display: inline-block;
    width: 100%;
    background: #141e30;
    /* background: linear-gradient(to left, #243B55, #141E30); */
}

.demoVideo {
    min-height: inherit;
    display: block;
    width: 90%;
    position: relative;
    margin: 0 auto;
    background-color: #141e30;
    padding-bottom: 50px;
}

.sampleFileTitle{
    font-size: 2.6rem;
}

.slideshow {
    list-style-type: none;
  }

  .container{
    padding-bottom: 25px;
  }
  
  /** SLIDESHOW **/
  .slideshow,
  .slideshow:after { 
      top: -16px; /*Not sure why I needed this fix*/
          /* position: fixed; */
      width: 100%;
      height: 100%;
      left: 0px;
      z-index: 0; 
  }
  
  .slideshow li span { 
    position: absolute;
    width: 100%;
    height: 95%;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    opacity: 0;
    z-index: 0;
    animation: imageAnimation 20s linear infinite 0s;
  }
  
  
  
  .slideshow li:nth-child(1) span { 
      background-image: url(../img/LandingPage.png); 
      background-size: 100%;
      background-repeat: no-repeat;
  }
  .slideshow li:nth-child(2) span { 
      background-image: url(../img/Diligence.png);
      animation-delay: 4s;
      background-size: 100%;
      background-repeat: no-repeat;
  }
  .slideshow li:nth-child(3) span { 
      background-image: url(../img/Consent.png);
      animation-delay: 8s; 
      background-size: 100%;
      background-repeat: no-repeat;
  }
  .slideshow li:nth-child(4) span { 
      background-image: url(../img/FullRequest.png);   
      animation-delay: 12s; 
      background-size: 100%;
      background-repeat: no-repeat;
  }
  .slideshow li:nth-child(5) span { 
      background-image: url(../img/Specialist.png);
      animation-delay: 16s; 
      background-size: 100%;
      background-repeat: no-repeat;
  }
 
  
  @keyframes imageAnimation { 
      0% { opacity: 0; animation-timing-function: ease-in; }
      8% { opacity: 1; animation-timing-function: ease-out; }
      17% { opacity: 1 }
      25% { opacity: 0 }
      100% { opacity: 0 }
  }
  
  
  @keyframes titleAnimation { 
      0% { opacity: 0 }
      8% { opacity: 1 }
      17% { opacity: 1 }
      19% { opacity: 0 }
      100% { opacity: 0 }
  }
  
  
  .no-cssanimations .cb-slideshow li span {
      opacity: 1;
  }
.videoImage{
    width: 100%; margin: auto; display: block;
}

#demoTitle {
    padding-bottom: 25px;
    padding-top: 25px;
    color: #fff;
    margin: auto;
    text-align: center;
}

.vidyard-player-container {
    width: 85% !important;
    padding-bottom: 5%;
    margin: auto;
    display: block;
    position: relative;
}

#sampleSection {
    /* min-height: 108vh; */
    height: fit-content;
}

.sampleFileContainer {
    display: grid;
    margin: 0 auto;
}

@media (min-width: 600px) {
    .sampleFileContainer {
        grid-template-columns: minmax(0, 50%) minmax(0, 1fr);
    }
}

.backwardSampleFileContainer {
    display: grid;
    margin: 0 auto;
}

@media (min-width: 600px) {
    .backwardSampleFileContainer {
        grid-template-columns: minmax(0, 1fr) minmax(0, 40%);
    }
}


.sampleFileImage {
    margin-top: 5vh;
    cursor: zoom-in;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    max-width: 100%;
}

#sampleFileTitle {
    padding-top: 5%;
    padding-left: 10%;
    padding-right: 10%;
    background-color: #fff;
}

#sampleFileSubTitle {
    background-color: #fff;
    font-size: 16px;
    margin-top: 25px;
}

#sampleDoc {
    /* height: 90vh; */
    margin-bottom: 5vh;
    margin-left: 50px;
    margin-right: 100px;
    /* width: 58%; */
    margin-top: 0%;
    float: left;
    position: relative;
    /* grid-column: span 3; */
}

.tm-hero-text-container {
    width: 100%;
    height: 90%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    /* top: 25%; */
    position: relative;
}

/* .tm-hero-text-container-inner {
    padding-top: 27vh !important;
} */

.tm-hero-title {
    font-size: 5rem;
    vertical-align: middle !important;
    position: relative;
    /* text-shadow: 2px 2px 2px #333; */
    /* margin-top: 70px; */
}

.tm-hero-subtitle {
    font-size: 1.5rem;
    /* text-shadow: 2px 2px 2px #333; */
}

.tm-intro-next {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
}

.tm-down-arrow-link {
    display: block;
    margin-top: 18%;
}

.tm-down-arrow {
    color: #fff;
    cursor: pointer;
    background: #3fb0ac;
    padding: 15px 40px;
    transition: all 0.3s ease;
}

.tm-down-arrow:hover,
.tm-down-arrow:focus {
    color: #fff;
    background: #3fb0ac;
    padding: 20px 50px;
}

/* Introduction */

#introduction {
    padding-bottom: 100px;
}

.tm-section-title {
    font-size: 2.6rem;
    font-weight: normal;
    /* padding-top: 15px; */
}


.tm-intro-text {
    font-size: 16px;
}

.tm-icon {
    display: block;
    color: #37a;
}

.tm-continue {
    padding: 20px 0 30px 0;
}

/* pricing */

#pricingInfo {
    color: white;
    /* min-height: 100vh; */
    background: #141e30; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #243b55, #141e30); /* Chrome 10-25, Safari 5.1-6 */
    /* background: linear-gradient(to left, #243B55, #141E30); W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

#pricingPara {
    font-size: 16px;
}

.pricingIcons {
    height: 45px;
    width: 45px;
}

/* Work */

.tm-section-desc {
    max-width: 650px;
    width: 100%;
    font-size: 0.9rem;
}

.tm-gallery-item {
    margin: 0 15px;
}

.slick-dots {
    bottom: -65px;
}

.slick-dots li {
    margin: 0 13px;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #3ba0dd;
}

.tm-testimonials-carousel .slick-dots li button:before {
    color: white;
    opacity: 0.5;
}

.tm-testimonials-carousel .slick-dots li button:hover:before,
.tm-testimonials-carousel .slick-dots li button:focus:before,
.tm-testimonials-carousel .slick-dots li.slick-active button:before {
    color: white;
    opacity: 1;
}

.slick-dots li button:before {
    font-size: 18px;
}

/* Hover Effect */
/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-size: 0.9em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 600;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effect-honey {
    background: #4a3753;
    max-width: 220px;
}

figure.effect-honey img {
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-honey:hover img {
    opacity: 0.4;
}

figure.effect-honey figcaption::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #38c;
    content: "";
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

figure.effect-honey h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em 1.5em;
    width: 100%;
    text-align: left;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}

figure.effect-honey h2 i {
    font-style: normal;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.tm-container-gallery {
    padding-top: 30px;
}

/* Contact */

#contact {
    color: #313d4b;
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 50px;
    object-fit: cover;
}

.contact-item {
    text-align: center !important;
    /* margin-left: 20px; */
    margin-bottom: 20px;
}

.item-link i,
.item-link span {
    color: #313d4b;
    transition: all 0.3s ease;
}

.item-link:hover i,
.item-link:hover span {
    color: #3fb0ac;
}

.tm-input {
    margin: 0 0 20px 0;
    width: 100%;
    padding: 8px 20px;
    border-radius: 10px;
    border: 1px solid #313d4b;
    background: transparent;
}

.tm-input:focus-visible{
    outline: none;
}

.tm-btn-submit {
    font-size: 0.9em;
    color: #ffffff;
    background-color: #313d4b;
    width: 50%;
    margin-bottom: 60px;
    border-radius: 30px 30px 30px 30px;
}

.tm-btn-submit:hover {
    color: #313d4b;
    background-color: #3fb0ac;
}

::placeholder {
    color: #313d4b;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #313d4b;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white;
}

.tm-footer {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    padding: 0 15px;
}

.tm-footer a {
    color: #313d4b;
}

.tm-footer a:hover {
    color: #9cf;
}

.tm-footer-link {
    color: #313d4b;
}

.tm-footer-link:hover,
.tm-footer-link:focus {
    color: #38b;
    text-decoration: none;
}

p {
    line-height: 1.9;
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 30px;
        padding-left: 30px;
    }

}

/* 2532x1170 pixels at 460ppi */
@media only screen 
    and (device-width: 390px) 
    and (device-height: 844px) 
    and (-webkit-device-pixel-ratio: 3) { 
        .tm-intro-text-container {
            padding-left: 0px;
        }
    }

@media (min-width: 1200px) {
    .container {
        max-width: 1275px;
    }

    .tm-container-gallery {
        max-width: 1290px;
    }

    .tm-container-contact {
        max-width: 1063px;
    }
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
}

/*Widen navbar 100% to allow right alignment*/
.navbar-nav {
    width: 100%;
    float: right;
}
/*Header size*/
.nav-link {
    padding: 1rem 1rem;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #3fb0ac;
}

#DemoButton {
    text-align: center;
    color: #ffffff;
    border-color: #f7882f;
    opacity: 1;
    position: relative;
    max-width: 15rem;
    max-height: 3rem;
    min-width: 15rem;
    min-height: 3rem;
    display: inline-block;
    border-radius: 30px 30px 30px 30px;
    margin-top: 20px;
    background-color: #f7882f;
    font-family: "Quicksand", sans-serif;
    border-width: 2px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease-in-out;
}

#DemoButton:hover {
    background-color: #3fb0ac;
    color: #000333;
    border-color: #3fb0ac;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease-in-out;
}

.tm-hero-text-container-inner {
    padding-top: 20vh;
}

#HomePageButtons {
    padding-top: 15vh;
    /* bottom: 1%; */
}

#LoginButton {
    text-align: center;
    color: #f7882f;
    border-color: #f7882f;
    opacity: 1;
    display: inline-block;
    /* position: relative; */
    max-width: 15rem;
    max-height: 3rem;
    min-width: 15rem;
    min-height: 3rem;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 30px 30px 30px 30px;
    background-color: transparent;
    font-family: "Quicksand", sans-serif;
    border-width: 2px;
    transition: background-color 0.3s ease-in-out;
}

#LoginButton:hover {
    background-color: #3fb0ac;
    color: #000333;
    border-color: #3fb0ac;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease-in-out;
}

/* .row{
    padding-top: 15px;
}  */

.row:after { 
    content: "";
    display: table;
    clear: both;
}

.column {
    width: 100%;
    display: inline-block;
    /* height: 70vh; */
    text-align: center;
}

#approvalModalImage{
    width: 75%;
}
/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 50px;
    padding-bottom: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5); /*dim the background*/
}


/* Modal Content */
.modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 70%;
    border: none;
    max-width: 900px;
    opacity: 1;
}

/* The Close Button */
.close {
    color: #fff !important;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
}

.close:hover,
.close:focus {
    color: #3fb0ac !important;
    cursor: pointer;
}

.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 45%;
    width: auto;
    padding: 1%;
    color: black;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: #3fb0ac;
    color: black;
}

.sampleFileImageColumn {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
}

#sampleFileImage:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.subImages{
    display: flex;
    width: 80%;
}

.padding{
    padding-left: 12.7%;
}

.subsampleFileImage {
    height: 70%;
    width: 25%;
    align-items: center;
    margin-top: 10px;
    margin-right: 10px;
    /* margin-left: 23%;  */
    float: left;
    display: flex;
    cursor: zoom-in;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.subsampleFileImage:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

/* Footer */

.bg-dark {
    color: #ffffff !important;
    background: #141e30;
    background: -webkit-linear-gradient(to left, #243b55, #141e30);
    /* background: linear-gradient(to left, #243B55, #141E30);  */
    min-height: fit-content;
    /* min-width: 750px; */
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.05);
}

#navbarSymbol {
    color: #ffffff;
    /* color: #3fb0ac; */
    font-size: 30px;
    font-family: "Quicksand", sans-serif;
    margin-right: 10px !important;
}

.footerCopyright {
    text-align: center;
    margin-top: 65px;
    padding-bottom: 25px;
}

.footerContainer {
    background: #141e30; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #243b55, #141e30); /* Chrome 10-25, Safari 5.1-6 */
    /* background: linear-gradient(to left, #243B55, #141E30); W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.page-footer {
    background-color: transparent;
    color: #ffffff;
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    line-height: 25px;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    height: 25%;
    background-size: 100% auto;
}

.footer-copyright:hover {
    color: #3fb0ac;
}

.footer {
    display: block;
    margin: auto;
    /* text-align: left; */
    margin-top: 0%;
    width: 200px;
}

.footerContainer {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* ===========================================================================================================
   How To
/* ==========================================================================================================*/

.wistia_responsive_padding {
    padding: 56.25% 0 0 0;
    position: relative;
}

.wistia_responsive_wrapper {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* ===========================================================================================================
   Disclaimer
/* ==========================================================================================================*/

.disclaimerDiv {
    display: flex;
    background-color: rgba(20, 20, 20, .95);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 100px;
    width: 100%;
    z-index: 1;
}

.disclaimerNotification {
    min-height: 26px;
    min-width: 95%;
    color: #ffffff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.acceptDisclaimerButton {
    text-align: center;
    padding-top: 6px;
    margin-left: 20%;
    margin-right: 40px;
    color: #ffffff;
    cursor: pointer;
    border-color: #f7882f;
    opacity: 1;
    position: relative;
    max-width: 15rem;
    max-height: 3rem;
    min-width: 15rem;
    min-height: 3rem;
    display: inline-block;
    border-radius: 30px 30px 30px 30px;
    background-color: #f7882f;
    font-family: "Quicksand", sans-serif;
    border-width: 2px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease-in-out;
}

.acceptDisclaimerButton:hover {
    background-color: #3fb0ac;
    color: #000333;
    border-color: #3fb0ac;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease-in-out;
}

#closeDisclaimer {
    float: right;
    cursor: pointer;
    /* font-weight: 700; */
    color: #fff;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

#submitMessage{
        display: block;
        margin-top: 25px !important;
        margin-bottom: 25px !important;
        margin: 0 auto;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}


@media (max-width: 991px) {
    .tm-intro-text-container {
        padding-left: 15px;
        padding-top: 30px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    .tm-hero-text-container-inner{
        padding-top: 18vh;
    }

    #HomePageButtons{
        padding-top: 13vh;
    }

    .secondRow {
        margin-top: -50px;
    }

    .tm-intro-text-container {
        padding-left: 0px !important;
    }

    .tm-intro-img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .tm-btn-submit {
        margin-left: 0;
        margin-top: 20px;
    }

    #sampleSection{
        min-height: 70vh;
    }

    .tm-hero-title{
        font-size: 4rem;
    }
    .tm-hero-subtitle {
        font-size: 1.4rem;
    }
    #demoSection {
        min-height: 50vh;
        display: inline-block;
        width: 100%;
        background: #141e30;
        /* background: linear-gradient(to left, #243B55, #141E30); */
    }
}

.g-recaptcha{
    display: flex;
    justify-content: center;
}

.rc-anchor-light {
    background-color: transparent !important;
}

.rc-anchor-light.rc-anchor-normal {
    border: 1px solid !important;
    border-radius: 15px !important;
}