button:focus {
    outline: none;
  }
    .marquee-wrapper{
  text-align:center;
  }
  .marquee-wrapper .container{
  overflow:hidden;
  }

  .spinner {
    width: 45px;
    height: 45px;
    display: inline-block;
    border-width: 4px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #DF3744;
    -webkit-animation: spin 0.7s infinite linear;
    animation: spin 0.7s infinite linear;
    border-radius: 100%;
    border-style: solid;
  }
  
  @keyframes spin {
  100% {
    transform: rotate(360deg);
  }
  }
  
  .marquee-wrapper .marquee-block{
  --total-marquee-items:10;
  height: 91px;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  margin: 20px auto;
  
  }
  .marquee-inner{
  display: block;
  width: 200%;
  position: absolute;
  }
  .marquee-inner p{
  font-weight: 800;
  font-size: 30px;
  font-family: cursive;
  }
  .marquee-inner.to-left{
  animation: marqueeLeft 25s linear infinite;
  }
  .marquee-inner.to-right{
  animation: marqueeRight 25s linear infinite;
  }
  
  .marquee-item{
  width: 236px;
  height: 91px;
  display: inline-block;
  margin: 0 10px;
  float: left;
  text-align: center;
  transition: all .2s ease-out;
  background-color: #ffffff;
  }
  @keyframes marqueeLeft{
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
  }
  @keyframes marqueeRight{
  0% { 
    left: -100%; 
  }
  100% {
   left: 0; 
  }
  }
  
    #testimonials .carousel-indicators li {
      border: none;
      background-color: #df3744;
      height: 10px;
      width: 10px;
      border-radius: 50%;
    }
  
    #testimonials .carousel-indicators li.active {
      border: none;
      background-color: #df3744;
    }
  
    /* faqs css */
  
    .input_wrap_white input[type="email"] {
      /* Remove First */
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
  
      border: 1px solid #D6D6D6;
      border-radius: 5px;
      height: 47px;
      background-color: white;
      color: #000000;
      font-size: 14px;
      padding-left: 20px;
      box-shadow: none;
    }
  
    .input_wrap_white select {
      /* Remove First */
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: 1px solid #D6D6D6;
      border-radius: 5px;
      height: 50px !important;
      background-color: white;
      font-size: 14px;
      padding-left: 20px;
      box-shadow: none;
    }
  
    .input_wrap_white textarea:focus+label,
    textarea:valid+label,
    input:focus+label,
    input:valid+label {
      font-size: 14px;
      color: #3c3c47;
      font-weight: 400;
      top: -10px;
      left: 18px;
      background: white;
      padding: 0px 5px 0px 5px;
    }
  
  
  
    .input_wrap_white label {
      /* Remove First */
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
  
      font-size: 14px;
      padding: 13px 15px 0px;
      position: absolute;
      top: -10px;
      left: 18px;
  
      transition: 0.2s ease all;
      -moz-transition: 0.2s ease all;
      -webkit-transition: 0.2s ease all;
      pointer-events: none;
      font-weight: 400;
      color: #3c3c47;
  
    }
  
    .input_wrap_white select,
    select option {
      color: #000000;
      font-style: normal;
    }
  
    .input_wrap_white select:invalid,
    select option[value=""] {
      letter-spacing: 0px;
      color: #D6D6D6;
      font-style: italic;
      font-size: 14px;
      float: top;
      opacity: 1;
    }
  
    body {
      font-family: noto-sans, sans-serif;
      font-weight: 500;
    }
  
    .input_wrap_white {
      position: relative;
    }
  
    .input_wrap_white label {
      position: absolute;
      top: -18px;
      left: 15px;
      background-color: #fff;
      padding: 5px;
  
    }
  
    .input_wrap_white input[type="text"] {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
  
      border: 1px solid #D6D6D6;
      border-radius: 5px;
      height: 50px;
      background-color: white;
      color: #000000;
      font-size: 14px;
      padding-left: 20px;
      box-shadow: none;
    }
  
    .input_wrap_white input[type="number"] {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: 1px solid #D6D6D6;
      border-radius: 5px;
      height: 50px;
      background-color: white;
      color: #000000;
      font-size: 14px;
      padding-left: 20px;
      box-shadow: none;
    }
  
    .input_wrap_white input[type="tel"] {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: 1px solid #D6D6D6;
      border-radius: 5px;
      height: 50px;
      background-color: white;
      color: #000000;
      font-size: 14px;
      padding-left: 20px;
      box-shadow: none;
    }
  
    .input_wrap_white textarea {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: 1px solid #D6D6D6;
      border-radius: 5px;
      height: 50px;
      background-color: white;
      color: #000000;
      font-size: 14px;
      padding: 20px;
      box-shadow: none;
    }
  
    .input_wrap_white textarea:focus {
      outline-style: none;
      border: 1px solid red;
  
    }
    .input_wrap_white select:focus {
      outline-style: none;
      border: 1px solid red;
      box-shadow: none;
  
    }
  
    .input_wrap_white input[type="tel"]:focus {
      outline-style: none;
      border: 1px solid red;
    }
  
    .input_wrap_white input[type="text"]:focus {
      outline-style: none;
      border: 1px solid red;
  
    }
  
    .input_wrap_white input[type="number"]:focus {
      outline-style: none;
      border: 1px solid red;
  
    }
  
    .input_wrap_white input[type="Email"]:focus {
      outline-style: none;
      border: 1px solid red;
  
    }
  
    ul {
      list-style-image: url('./images/signs.svg');
    }
  
    ::placeholder {
      letter-spacing: 0px;
      color: #D6D6D6;
      font-style: italic;
      font-size: 14px;
      float: top;
      opacity: 1;
  
    }
  
    .noscroll::-webkit-scrollbar {
      display: none;
    }
  
    /* header css starts */
  
    .custom-bullet {
      width: 8px;
      height: 31px;
      background-color: #df3744;
      float: left;
      margin-right: 10px;
    }
  
    /* header css ends*/
    /* mobile styling */
    .noscroll::-webkit-scrollbar {
                display: none;
             }
    @media screen and (max-width: 990px) {
      .displayFlex{
        display: flex;
        flex-direction: column;
      }
      .displayFlex2{
        display: flex;
        flex-direction: column-reverse;
      }
      .cardHeading{
        color: #E22F28;font-weight: 600;font-size: 20px;line-height: 44px;margin-left: 20px;
        font-family: 'Montserrat';margin-top: -20px;
      }
      .paddingForWeb{
        padding: 0px;
      }
      .cardDesign{
        background: #FFFFFF;
        border: 2.5px solid #F3EFEF;
        border-radius: 16px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px;
        text-align: center;
      }
  
      .getQuoteBtn{
        width: fit-content;
        padding:11px 30px;
        background: #E22F28;
        border: 1px solid #E22F28;
        border-radius: 100px;
        margin: auto;
        color: #fff;
        cursor: pointer;
      }
  
      .getQuoteBtn2{
        width: fit-content;
        padding:11px 60px;
        background: #E22F28;
        border: 1px solid #E22F28;
        border-radius: 100px;
        color: #fff;
        cursor: pointer;
        margin-top: 30px;
      }
      .table-content{
        font-size: 3vw;
        color:#3c3c47;
      }
    .padding-row{
        padding:0px 20px
    }
     .location-padding{
         padding: 0px;
     }
     .location-left{
       float: left;
     }
     .location-right{
        float: right;
    }
      .item {
      display: inline-block;
      width: 120px;
      font-size: 20px;
      margin: 0 10px
    }
    .mt-40 {
        margin-top: 40px;
      }
    .p-100{
      padding-bottom: 100px !important;
    }
    .panal {
      padding: 0 20px;
      font-size: 14px;
      text-align: justify;
      overflow: hidden;
      transition: all .5s ease-in;
      max-height: 0;
      border-bottom: 1px solid #dadcdd;
    }
    .panal p{
      font-size: 14px;
    font-weight: 500;
    }
    .horizontal-scroll {
      overflow: hidden;
      overflow-x: scroll;
      overflow-y: hidden;
      white-space: nowrap;
    }
      .modalWorkspace-content {
        background-color: #fefefe;
        margin: auto;
        border-radius: 16px;
        padding: 0px;
        width: 100%;
        height: 100%;
        padding-bottom: 100px;
      }
  
      .accordion .arrow-open {
        width: 17.4px;
        height: 9.3px;
      }
  
      .accordion .arrow-close {
        display: none;
        width: 17.4px;
        height: 9.3px;
      }
  
      .active .arrow-close {
        display: block;
        width: 17.4px;
        height: 9.3px;
      }
  
      .active .arrow-open {
        display: none;
        width: 17.4px;
        height: 9.3px;
      }
  
      .accordion {
        width: 100%;
        padding: 0 5px;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
  
      }
  
      .accordion i {
        color: #6db5ff;
        transition: all .5s ease-in;
      }
  
  
      
      .accordion.active {
        border-bottom: none;
      }
      
      .first-child.active{
        border: none !important;
      }
  
  
      .accordion h5 {
        font-size: 16px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.65;
        letter-spacing: normal;
        text-align: left;
        color: #3c3c47;
      }
  
      .testimonial-card {
        width: 291px;
        height: 206px;
        border-radius: 9px;
        border: solid 1px #e2e2e2;
        background-color: #e2e2e2;
        padding: 0px 20px;
        margin-left: 40px;
        display: inline-block;
      }
  
      .testimonial-comp-text {
        font-size: 11px;
        font-weight: 600;
        line-height: 1.88;
        letter-spacing: normal;
        text-align: left;
        color: #707070;
        margin: 0px;
      }
  
      .testimonial-header-text {
        font-size: 12px;
        font-weight: 500;
        line-height: 1.67;
        letter-spacing: normal;
        text-align: left;
        color: #3c3c47;
        margin: 10px 0px 0px;
      }
  
      .testimonial-text {
        font-size: 12px;
        line-height: 1.88;
        letter-spacing: normal;
        text-align: left;
        color: #3c3c47;
        white-space: normal;
        width: 240px;
        margin: auto;
      }
  
      .get-in-btn {
        width: 150px;
        padding: 10px 8px;
        height: 45px;
        border-radius: 5px;
        border: solid 1px #ffffff;
        background-color: #ffffff;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.35;
        text-align: left;
        color: #df3744;
        float: left;
        margin-bottom: 40px;
      }
  
      .location-below-text {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.27;
        text-align: center;
        color: #3c3c47;
        margin: 0;
      }
  
      .front-image-MainText {
        text-align: left;
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: #ffffff;
        position: absolute;
        left: 20px;
        bottom: 63%;
      }

      .front-image-MainText div{
        font-size: 16px;
        font-weight: 500;
      }
  
      .front-image-MainText1 {
        font-size: 3vw;
        font-weight: 500;
        line-height: 1.56;
        color: #ffffff;
        position: absolute;
        left: 20px;
        bottom: 10px;
      }
  
      #EnqBtn {
        position: fixed;
        bottom: 0px;
      }
      .enqbttn{
          display: none;
      }
      .closeWorkspace {
        padding: 20px;
        float: left;
        font-size: 28px;
        font-weight: bold;
        padding-bottom: 0px;
      }
  
      .closeWorkspace:hover,
      .closeWorkspace:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
      }
  
      #subBtn {
        background-color: #fff;
        width: 100%;
        height: 70px;
        padding-right: 15px !important;
        padding-left: 15px !important;
        position: fixed;
        bottom: 0px;
      }
  
  
      .modal {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: #fff;
      }
  
      /* Modal Content */
  
  
  
      .experience-Service-head {
        font-size: 20px;
        font-weight: bold;
        color: #3c3c47;
        text-align: left;
        line-height: 1.39;
        padding-top: 15px;
        margin: 0px;
  
      }
  
      .experience-Service-content {
        font-size: 12px;
        font-weight: 500;
        line-height: 1.56;
        text-align: left;
        color: #3c3c47;
        margin-bottom: 0px;
        padding-top: 5px;
  
      }
  
      .viewbtn {
        font-size: 12px;
        font-weight: 500;
        text-align: left;
        color: #df3744;
        cursor: pointer;
  
      }
  
      .he_llo {
        display: none;
      }
       
  
      .location-container {
        width: 150px;
        height: 55px;
        position: relative;
        margin: auto;
        margin-bottom: 18px;
      }
  
      .location-header-text {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.56;
        text-align: left;
        color: #3c3c47;
        margin: 15px 0px;
      }
  
      .location-text-overlay {
        left: 10px;
        top: 8px;
        position: absolute;
        text-align: left;
        color: #ffffff;
        font-size: 13px;
      }
  
      .location-text-overlay1 {
        left: 10px;
        top: 26px;
        position: absolute;
        text-align: left;
        color: #ffffff;
        font-size: 12px;
      }
  
      .padding-l-r {
        padding: 0px 20px;
  
      }
  
      .workWithUs-text {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.38;
        ;
        text-align: left;
        color: #3c3c47;
        padding-top: 35px;
      }
  
      .Spaces-img-Container {
        float: left;
        max-width: 67px;
        height: 67px;
        margin: auto;
      }
  
      .spaces-text {
        font-size: 12px;
        font-weight: 500;
        line-height: 1.5;
        text-align: left;
        color: #707070;
      }
  
      .spaces-header-text {
        font-size: 16px;
        font-weight: bold;
        line-height: 1;
        text-align: left;
        color: #3c3c47;
      }
  
      .modalWorkspace {
        display: none;
        position: fixed;
        z-index: 19;
        padding-top: 0px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.4);
      }
  
  
    }
  
    /* web styling */
    @media screen and (min-width: 991px) {
      .displayFlex{
        display: flex;
      }
      .displayFlex2{
        display: flex;
      }
      .paddingForWeb{
        padding: 25px 92px !important;
      }
      .cardHeading{
        color: #E22F28;font-weight:bolder;font-size: 36px;line-height: 44px;margin-left: 20px;
        font-family: 'Montserrat';margin-top: -20px;
      }
      .table-content{
        font-size: 18px;
        color:#3c3c47;
      }
      .m-80{
          margin-top: 80px;
      }
    .location-padding{
        padding: 0px;
    }
    .panal {
      padding: 0 90px;
      font-size: 14px;
      text-align: justify;
      overflow: hidden;
      transition: all .5s ease-in;
      max-height: 0;
      border-bottom: 1px solid #dadcdd;
    }
    .panal p{
      font-size: 18px;
    font-weight: 500;
  }
      
    .horizontal-scroll {
      overflow: hidden;
      overflow-y: hidden;
      white-space: nowrap;
      overflow-x: hidden;
    }
  
      .closeWorkspace:hover,
      .closeWorkspace:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
      }
  
      .modalWorkspace-content {
        background-color: #fefefe;
        margin: auto;
        border-radius: 16px;
        width: 457px;
        height: 605px;
      }
  
      .modalWorkspace {
        display: none;
        position: fixed;
        z-index: 1;
        padding-top: 80px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.4);
      }
  
      .accordion .arrow-close {
        display: none;
      }
  
      .active .arrow-close {
        display: block;
      }
  
      .active .arrow-open {
        display: none;
      }
  
      .accordion {
        width: 100%;
        padding: 0 5px;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 90px;
  
      }
  
      .accordion i {
        color: #6db5ff;
        transition: all .5s ease-in;
      }
  
      .first-child.active{
        border: none !important;
      }
  
      .accordion.active {
        border-bottom: none;
      }
  
  
      .accordion h5 {
        font-size: 20px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.65;
        letter-spacing: normal;
        text-align: left;
        color: #3c3c47;
      }
      #testimonial-scroll{
        display: flex;justify-content: space-around;
      }
  
      .testimonial-card {
        width: 396px;
        height: 307px;
        border-radius: 9px;
        border: solid 1px #e2e2e2;
        background-color: #e2e2e2;
        padding: 0px 20px;
        display: inline-block;
      }
  
      .testimonial-comp-text {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.88;
        letter-spacing: normal;
        text-align: left;
        color: #707070;
        margin: 0px;
      }
  
      .testimonial-header-text {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.67;
        letter-spacing: normal;
        text-align: left;
        color: #3c3c47;
        margin: 0px;
      }
  
      .testimonial-text {
        font-size: 16px;
        line-height: 1.88;
        letter-spacing: normal;
        text-align: left;
        color: #3c3c47;
        white-space: normal;
        width: 300px;
        margin: auto;
      }
  
      .get-in-btn {
        width: 177px;
        height: 52px;
        padding: 10px 8px;
        border-radius: 5px;
        border: solid 1px #ffffff;
        background-color: #ffffff;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.35;
        text-align: left;
        color: #df3744;
        float: left;
      }
  
      .m-40 {
        margin-top: 40px;
      }
  
      .location-below-text {
        font-size: 22px;
        font-weight: bold;
        line-height: 1.27;
        text-align: center;
        color: #3c3c47;
      }
  
      .padding-web {
        padding: 25px 15px;
      }
  
      .front-image-MainText {
        width: 800px;
        font-size: 45px;
        font-weight: 600;
        line-height: 1.2;
        text-align: left;
        color: #ffffff;
        position: absolute;
        left: 90px;
        bottom: 13%;
      }
  
      .front-image-MainText1 {
        font-weight: 400;
        line-height: 1.2;
        text-align: left;
        color: #ffffff;
        position: absolute;
        left: 90px;
        font-size: 30px;
        bottom: 35%;
      }
  
  
      .experience-Service-head {
        font-size: 32px;
        font-weight: bold;
        line-height: 0.78;
        color: #3c3c47;
        text-align: left;
        padding-top: 40px;
        margin: 0px;
      }
  
      .experience-Service-content {
        font-size: 20px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.55;
        letter-spacing: normal;
        text-align: left;
        color: #3c3c47;
        padding-top: 30px;
        margin-bottom: 5px;
  
  
      }
  
      .viewbtn {
        font-size: 16px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.56;
        letter-spacing: normal;
        text-align: left;
        color: #df3744;
        cursor: pointer;
  
      }
  
      .he_llo {
        display: none;
      }
      .location-container {
        max-width: 355px;
        width: 100%;
        height: 120px;
        position: relative;
        margin: auto;
        margin-bottom: 40px;
      }
  
      .location-header-text {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.4;
        text-align: left;
        color: #3c3c47;
        margin-top: 20px;
        margin-bottom: 30px;
      }
  
      .location-text-overlay {
        left: 22px;
        top: 35px;
        position: absolute;
        font-size: 25px;
        font-weight: bold;
        font-style: normal;
        line-height: 0.92;
        text-align: left;
        color: #ffffff;
      }
  
      .location-text-overlay1 {
        left: 22px;
        top: 65px;
        position: absolute;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.15;
        text-align: left;
        color: #ffffff;
      }
  
      .padding-l-r {
        padding: 0px 92px;
  
      }
  
      .workWithUs-text {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.56;
        text-align: left;
        color: #3c3c47;
        margin: 0;
      }
  
  
  
      .spaces-p-b {
        margin-bottom: 30px;
      }
  
  
      .contact-image {
        float: left;
        width: 272.3px;
        height: 210.3px;
        margin-top: -22px;
      }
  
  
      .spaces-text {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.43;
        text-align: left;
        color: #707070;
      }
  
      .spaces-header-text {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.61;
        text-align: left;
        color: #3c3c47;
  
      }
  
      .Spaces-img-Container {
        float: left;
        max-width: 67px;
        height: 67px;
        margin: auto;
      }
  
      #subBtn {
        background-color: #fff;
        width: 100%;
        height: 70px;
        padding-right: 15px !important;
        padding-left: 15px !important;
      }
  
      .cardDesign{
        background: #FFFFFF;
        border: 2.5px solid #F3EFEF;
        border-radius: 16px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px 24px;
        text-align: center;
      }
  
      .getQuoteBtn{
        width: fit-content;
        padding:11px 30px;
        background: #E22F28;
        border: 1px solid #E22F28;
        border-radius: 100px;
        margin: auto;
        color: #fff;
        cursor: pointer;
      }
  
      .getQuoteBtn2{
        width: fit-content;
        padding:11px 100px;
        background: #E22F28;
        border: 1px solid #E22F28;
        border-radius: 100px;
        color: #fff;
        cursor: pointer;
        margin-top: 30px;
      }
    }

    .advertisement1 {
      position: fixed;
      top: 0;
      padding: 27px 30px;
      right: 0;
      z-index: 1;
      transition: all 1s;
      display: flex;
      color: #000;
  }
  .advertisement2 {  
    display: none ;
}

.ConventionalBtn{
  text-decoration: none;
  color: #131313;
}
.ManagedBtn{
  text-decoration: none;
  color: #131313;
}
.flexibleBtn{
  text-decoration: none;
  color: #131313;
}

.ConventionalBtn:hover{
  text-decoration: none;
  color: #E22F28;
  border-bottom: 2px solid #E22F28;
}
.ManagedBtn:hover{
  text-decoration: none;
  color: #E22F28;
  border-bottom: 2px solid #E22F28;
}
.flexibleBtn:hover{
  text-decoration: none;
  color: #E22F28;
  border-bottom: 2px solid #E22F28;
}
.sectionSelected {
  color: #E22F28;
  border-bottom: 2px solid #E22F28;
  text-decoration: none;
}
  /* .hide {
      opacity:0;
      left:-100%;
  }
  .show {
      opacity:1;
      left:0;
  } */

  
