html {
scroll-behavior: smooth;
}
html,
body {
    padding: 0;
    margin: 0;
  scroll-behavior: smooth;
}

body {
    background-size: 100%;
    height: 100%;
    width: 100%;
    font-family: 'Inter', sans-serif;
    background-repeat: no-repeat;
    background-size: cover;
}
.dropdown-toggle::after {
    display: none;
    
}
.dropdown-menu.show {
    right: 0 !important;
    left: auto !important;
      min-width: 180px;
  transform: translate3d(0px, 48px, 0px) !important;
}
.h-menu {
position: absolute;
    right: 10px;
    top: 20px;
}
.download-btn-last a {
    color: #fff !important;
    font-size: 17px !important;
}
.h-menu .btn {
border:0;
  padding:0;
}
.body-wrapper {
position:relative;
}

.contact-box .form-columns-2 {
display:flex !important;
  gap:10px !important;
  margin-bottom:13px;
}

select {
  color: #696969;
}
option:not(:first-of-type) {
  color: black;
}
.contact-box .form-columns-2 label {
      display: none;
}
.contact-box .form-columns-2 input{
width:100% !important;
   background: #F7F7F7;
    border: 1px solid #C0C0C0;
    border-radius: 8px;
    height: 50px;
      text-indent: 10px;
}
.contact-box .form-columns-2 textarea{
width:100% !important;
   background: #F7F7F7;
    border: 1px solid #C0C0C0;
    border-radius: 8px;
    height: 50px;
      text-indent: 10px;
}
.contact-box .form-columns-1 textarea{
width:100% !important;
   background: #F7F7F7;
    border: 1px solid #C0C0C0;
    border-radius: 8px;
    height: 50px;
      text-indent: 10px;
}
.contact-box .form-columns-2 select{
width:100% !important;
   background: #F7F7F7;
    border: 1px solid #C0C0C0;
    border-radius: 8px;
    height: 50px;
      text-indent: 10px;
}
.contact-box .form-columns-1 select{
width:100% !important;
   background: #F7F7F7;
    border: 1px solid #C0C0C0;
    border-radius: 8px;
    height: 50px;
      text-indent: 10px;
}
.contact-box .form-columns-1 input{
width:100% !important;
  background: #F7F7F7;
    border: 1px solid #C0C0C0;
    border-radius: 8px;
    height: 50px;
  text-indent: 10px;
  
}
.legal-consent-container .hs-richtext {
font-size:10px;
}
.contact-box .form-columns-1 .hs-field-desc {
  font-size:15px;
}

.contact-box .form-columns-2 .hs-field-desc {
  font-size:15px;
}
.hs_recaptcha {
display:none !important;
}
.contact-box .form-columns-1 {
display:flex !important;
  margin-bottom:13px;
}
.contact-box .form-columns-1 label {
      display: none;
}
.contact-box .form-columns-1 > div {
width:100% !important;
}
.contact-box .hs_submit {
  display: flex!important;
    justify-content: center;
    width: 70%;
    text-align: center;
    align-items: center;
    margin: 0 auto;
}
.contact-box .hs_submit .actions {
width:100%;
  position:relative;
}
.contact-box .hs_submit .hs-button{
 background: linear-gradient(92deg, #1BACFF 6.22%, #2ABEB9 106.82%);
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5.63636px 20px;
    gap: 5.64px;
    width: 100%;
    height: 62px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 14.2536px;
    line-height: 155%;
    letter-spacing: 0.135em;
    text-transform: uppercase;
    color: #FFFFFF;
  border:0;
  margin-top:20px;
  position:relative;
}
.contact-box .hs_submit .actions:after{
position:absolute;
  content:'';
 height: 22px;
    right: 35px;
    position: absolute;
    top: 37px;
    width: 25px;
    z-index: 55555;
  background-image:url('//20592283.fs1.hubspotusercontent-na1.net/hubfs/20592283/raw_assets/public/Fixed-Operations-Landing/images/arrow.svg');
  background-size:100%;
   
}

.contact-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 18px 40px 50px 40px;
    gap: 10px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 19px 25px 66px rgba(54, 80, 94, 0.25);
    backdrop-filter: blur(30.5px);
    border-radius: 12px;
    position: relative;
}

.contact-box::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, #45B18B 3.32%, #18AFFF 100%),
        linear-gradient(0deg, #FFFFFF, #FFFFFF);
    height: 10px;
    content: '';
    border-radius: 10px 10px 0 0;
}
.contact-box .invalid {
  border:1px solid red !important;
}
.hs-main-font-element {
color:red;
}
.hs-error-msgs {
display:none;}

  .hs_error_rollup .inputs-list li {
    list-style-type: none; !important;
}
.hs_error_rollup .inputs-list {
    padding-left: 2px;
    padding-top: 10px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.contact-box .form-control {
    background: #F7F7F7;
    border: 1px solid #C0C0C0;
    border-radius: 8px;
    height: 60px;
    margin-bottom: 10px;
}

.contact-box-title {
    font-weight: 500;
    font-size: 23px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #5A7283;
    padding: 25px 0;
}

.contact-box-title span {
    color: #3AA7AD;
    font-weight: 700;
}



.sec {
    padding: 70px 0;
    background-image: url('//20592283.fs1.hubspotusercontent-na1.net/hubfs/20592283/raw_assets/public/Fixed-Operations-Landing/images/bg.jpg');
    width: 100%;
      background-repeat: no-repeat;
    background-size: cover;
}

.container {
    max-width: 1240px;
}

.contact-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 18px 20px 50px 20px;
    gap: 10px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 19px 25px 66px rgba(54, 80, 94, 0.25);
    backdrop-filter: blur(30.5px);
    border-radius: 12px;
    position: relative;
}

.contact-box::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, #45B18B 3.32%, #18AFFF 100%),
        linear-gradient(0deg, #FFFFFF, #FFFFFF);
    height: 10px;
    content: '';
    border-radius: 10px 10px 0 0;
}

.contact-box .form-control {
    background: #F7F7F7;
    border: 1px solid #C0C0C0;
    border-radius: 8px;
    height: 60px;
    margin-bottom: 10px;
}

.contact-box-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #5A7283;
    padding: 15px 0 0;
}

.contact-box-title span {
    color: #3AA7AD;
    font-weight: 700;
}

.btn-demo {
    background: linear-gradient(92deg, #1BACFF 6.22%, #2ABEB9 106.82%);
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5.63636px 20px;
    gap: 5.64px;
    width: 100%;
    height: 62px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 14.2536px;
    line-height: 155%;
    letter-spacing: 0.135em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.lead {
    padding: 50px 0;
}

.sec {
    padding: 70px 0;
}

.lead h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 50px;
    color: #FFFFFF;
    font-family: 'Outfit';
    padding-bottom: 50px;
}



.contact-content {
    margin-top: -150px;
    padding-bottom: 90px;
}

.arrow-content {
    background-image: url('//20592283.fs1.hubspotusercontent-na1.net/hubfs/20592283/raw_assets/public/Fixed-Operations-Landing/images/Vector.png');
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 35px;
    backdrop-filter: blur(13.5px);
    position: relative;
}

.contact-box::after {
    content: '';
    background-image: url('//20592283.fs1.hubspotusercontent-na1.net/hubfs/20592283/raw_assets/public/Fixed-Operations-Landing/images/arrow-btn.png');
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    top: 50px;
    position: absolute;
    left: -30px;
}

.arrow-content h3 {
    font-weight: 800;
    font-size: 18px;
    line-height: 122.5%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 500;
    color: #E6E6E6;
  margin-bottom:30px;
}

.arrow-content h3 span {
    font-weight: 800;

}

.circle {
    width: 76.51px;
    height: 76.51px;
    border: 3.6433px solid #1BACFF;
    filter: drop-shadow(0px 4.29288px 18.2447px #00AAF2);
    position: relative;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-arrow-img {
    position: absolute;
    left: -20px;
    top: 20px;
}

.arrow-content h4 {
    font-weight: 500;
    font-size: 18.2165px;
    line-height: 26px;
    color: #FFFFFF;
}

.arrow-content h4 span {
    font-weight: 800;
}

.amount {
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
}

.fw-700 {
    font-weight: 700 !important;
}

.text-blue {
    color: #1BACFF !important;
}

.large-x {
    font-size: 24px !important;
}

.review-bar {
    padding: 20px 50px 20px 30px;
    margin-top: 20px;
}

.review-bar p {
    font-weight: 500;
    letter-spacing: 0.05em;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 145%;
    letter-spacing: 0.05em;
    color: #393939;
}

.review-bar span {
    color: #1BACFF !important;
    font-weight: 700 !important;
}

.btn-website {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    gap: 4.56px;
    background: linear-gradient(92deg, #1A79AC 6.22%, #234280 106.82%);
    border-radius: 6.47619px;
    font-weight: 600;
    font-size: 11.5386px;
    line-height: 18px;
    letter-spacing: 0.135em;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 0;
    margin-top: 20px;
}

.who-is {
    background: #10324F;
    padding: 75px 0;
}

.who-is h1 {
    color: #fff;
    font-weight: 600;
    font-size: 50px;
    font-family: 'Outfit';
}

.who-is .p {
    font-style: italic;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.05em;
    color: #27B4FF;
    padding: 30px 0;
}

.who-is .l-font {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

.who-is .small-p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    padding-top: 30px;
}

.what-we-do {
    position: relative;
    display: block;
    padding: 150px 0 110px;
    z-index: 1;
}

.what-we-do .container {
    position: relative;
}

.what-we-do .container::before {
    position: absolute;
    content: '';
    top: -159px;
    height: 84px;
    background-image: url('//20592283.fs1.hubspotusercontent-na1.net/hubfs/20592283/raw_assets/public/Fixed-Operations-Landing/images/container-what-we-do.png');
    width: 100%;
    background-repeat: no-repeat;
    z-index: 1;
    left: 0;
}

.benefits-bg {
    background-image: url('//20592283.fs1.hubspotusercontent-na1.net/hubfs/20592283/raw_assets/public/Fixed-Operations-Landing/images/sec-bg-who.png');
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
    z-index: 1;
}

.what-we-do h1 {
    font-weight: 600;
    font-size: 50px;
    font-family: 'Outfit';
    padding-left: 30px;
}

.what-we-do .text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.05em;
   padding-left: 18px;
    margin-top: 25px;
}

.wwd-image {
    padding-left: 30px;
}

.sec-video {
    background-image: url('//20592283.fs1.hubspotusercontent-na1.net/hubfs/20592283/raw_assets/public/Fixed-Operations-Landing/images/sec-video.png');
    width: 100%;
    padding: 100px 0;
    margin-top: -32px;
    height: 462px;
    z-index: 2;
    position: relative;
    background-position: center;
}

.sec-video h2 {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}

.video-area {
    position: relative;
    margin: -270px auto 0;
    text-align: center;
    z-index: 5;
}

.video-area img {
    max-width: 100%;
}

.play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.play-btn img {
    max-height: 130px;
}

.download-bar {
    background: #FFFFFF;
    box-shadow: 19px 23px 32px #A8B5D8;
    border-radius: 10px;
    padding: 50px 40px;
    margin-top: 20px;
    margin-bottom: 80px;
}

h3 {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-transform: capitalize;
    color: #22272D;
}

.btn-download {
    margin-top: -111px;
}

.cc-form {
    margin-left: -30px;
    padding-left: 0;
}
.uploaded-logo img {
    max-height: 100px !important;
    object-fit: contain !important;
}

@media screen and (min-width:768px) and (max-width:3600px) {
    .sec {
        padding: 120px 0;
        background-size: cover;
        width: 100%;
        background-position: center;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
 
    .container {
        max-width: 94%;
    }

    .contact-box {
        padding: 18px 30px;
    }

    .arrow-content {
        background-size: cover;
    }

}

@media screen and (min-width:320px) and (max-width:767px) {
  .contact-box .form-columns-2 .hs_lastname, .contact-box .form-columns-2 .hs_phone {
  margin-top:15px;
}
  .m-mb-15 {
  margin-bottom:15px;
  }
   .contact-box .form-columns-2 {
    display: block !important;
}
    .who-is img {
        width: 100%;
    }

    .container {
        max-width: 94%;
    }

    .lead h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    .contact-box {
        padding: 20px;
    }

    .arrow-content {
        background-size: cover;
        padding: 35px 35px 110px;
    }

    .cc-form {
        margin-left: 0px;
        padding-left: 15px;
    }

    .contact-box::after {
        width: 50px;
        height: 50px;
        top: -20px;
        background-size: 100%;
        left: 50%;
        transform: translate(-50%, 0) !important;
    }

    .benefits-bg {
        display: none;
    }

    .what-we-do h1 {
        padding-left: 0;
        font-size: 30px;
    }

    .what-we-do .img-chk {
        width: 30px;
    }

    .what-we-do p {
        padding-left: 0;
    }

    .wwd-image {
        padding-left: 0;
    }
    .sec-video {
        background-position: center;
    }
    .video-area {
        margin: -240px auto 0;
    }
    .card-m-margin {
        margin-top: 80px;
    }
    h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .what-we-do .container::before {
       width: 100%;
       left: 0;
    }
}