/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/




/* Footer start */
.footer-container-wrapper {
  margin: 0;
  padding: 60px 15%;  
  background-color: #06182f;
  background-image: url(https://4423734.fs1.hubspotusercontent-na1.net/hubfs/4423734/website/images/curves/hero/pngs/top-curve-primary-blue.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center bottom -100px;
}
.footer-container-wrapper .button-wrapper button {
    background-image: url(https://4423734.fs1.hubspotusercontent-na1.net/hubfs/4423734/website/images/Background%20SVG/up-right-div-angle-aquamarine-nb.svg);
    color: white;
}
.footer-container-wrapper h6 {
    margin-bottom: -10px;
    font-weight: 700;
}

/* Content blocks  */
.blue-content-block {
  padding: 40px;
  background-color: #3c78d2;
  color: #FFFFFF;
}

.needs-wrapper {
  padding: 60px 15%; 
}
.needs-wrapper .button-wrapper button {
  background-image: url(https://4423734.fs1.hubspotusercontent-na1.net/hubfs/4423734/website/images/Background%20SVG/up-right-div-angle-aquamarine-nb.svg);
  color: white;
  text-align: center!important;
  margin: auto 0;
}
.button-wrapper button {
  background-image: url(https://4423734.fs1.hubspotusercontent-na1.net/hubfs/4423734/website/images/Background%20SVG/up-right-div-angle-aquamarine-nb.svg);
  color: white;
  text-align: center!important;
  margin: auto 0;
}
.button-wrapper-primary-blue button {
  background-image: url(https://4423734.fs1.hubspotusercontent-na1.net/hubfs/4423734/website/images/Background%20SVG/up-right-div-angle-primary-blue.svg);
  color: white;
  text-align: center!important;
  margin: auto 0;
}
.button-wrapper-dark-blue button {
  background-image: url(https://4423734.fs1.hubspotusercontent-na1.net/hubfs/4423734/website/images/Background%20SVG/up-right-div-angle-dark-blue.svg);
  color: white;
  text-align: center!important;
  margin: auto 0;
}
.button-wrapper-aquamarine button {
  background-image: url(https://4423734.fs1.hubspotusercontent-na1.net/hubfs/4423734/website/images/Background%20SVG/up-right-div-angle-aquamarine.svg);
  color: white;
  text-align: center!important;
  margin: auto 0;
}
.button-wrapper-blue-both button {
  background-image: url(https://4423734.fs1.hubspotusercontent-na1.net/hubfs/4423734/up-both-div-angle-primary-blue.svg);
  color: white;
  text-align: center!important;
  margin: auto 0;
}




/* ==========================================================================
   Video banner
   ========================================================================== */

.fwbanner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 1000px; /* Change the height value as desired */
}

.video-bg {
  position: relative;
  top: 0;
  left: 0;
  height: 1000px; /* Change the height value as desired */
  width: 100%;
  z-index: -1;
}

.video-bg video {
  width: 100%;
  height: 1000px; /* Change the height value as desired */
  object-fit: cover;
  object-position: center;
  display: block;
  filter: brightness(1); /* adjust the brightness as desired */
  animation: loopVideo 20s linear infinite;
}


/* original styling
 

.fwbanner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 600px; 
}

.video-bg video {
  width: 100%;
  height: 600px; 
  object-fit: cover;
  object-position: center;
  display: block;
  filter: brightness(1);
  animation: loopVideo 20s linear infinite;
}

*/


@media (min-width: 767px){
  .responsive_min {
    display: none !important;
  }
}
@media (max-width: 768px){
  .responsive_max {
    display: none !important;
  }
}
.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 1000px;
    margin: 0 auto;
}
.social-media > .page-center {
    position: relative;
    z-index: 2;
}


/* Screen sizes smaller than site maxWidth (.page-center)
   ========================================================================== */

@media (max-width: ) {
    .container-fluid .row-fluid .page-center {
        padding: 10px;    
    }
    .container-fluid .footer-copyright .row-fluid .page-center {
        padding: 0 10px;
    }
}


/* Landscape tablet and smaller devices
   ========================================================================== */

@media (max-width: 768px) {
    .header-container-wrapper{
        position: relative;
    }
    
    .header-container{
        padding: 0;
    }
    
    .header-container-wrapper .container-fluid .row-fluid .page-center{
        padding: 0;
    }
  
  
  /* Modify form css overrides
   ========================================================================== */
  
  .hs-form-radio-display input[type="radio"] {   margin-right: 10px !important; /* Adjust the value to increase or decrease the space */ }
  
  .rotl-form label {
        font-size: 36px;
  }
  
  .hs-dependent-field label {
  font-size: 36px;
  }
  
  
   /* Modify mobile nav
   ========================================================================== */
  
  
  
  .header-container-wrapper{
  background: none;
}
  
  
  
  
  
  
  .hs-image__grid__list {
   padding-left: 0px;
    padding-right: 0px;
    margin-left: -40px;
    margin-right: -40px;

  }
  .hs-image__grid__container {
    padding-right: 0px;
  }
  
@media (min-width: 768px){
  .arrow_bg {
    background-image: URL("https://4423734.fs1.hubspotusercontent-na1.net/hubfs/4423734/arrows.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size:100px;
  }
}
@media (max-width: 767px){
  .arrow_bg {
    background: none;
  }
}
  
  
.overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 768px; /* Adjust the max-width value as desired */
  padding: 20px;
  text-align: center;
  z-index: 1;
}