/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');*/

@font-face {
    font-family: 'Open Sans';
    src: url('../webfonts/Open_Sans/static/OpenSans-Regular.ttf') format('truetype');
       /*  url('path/to/OpenSans-Regular.woff') format('woff'),
         url('path/to/OpenSans-Regular.woff2') format('woff2');*/
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'Ubuntu', sans-serif;
    src: url('../webfonts/Ubuntu/Ubuntu-Regular.ttf') format('truetype'),
  }

body {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.4) 21.91%, rgba(0, 0, 0, 0) 76.53%), #102E4E;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

a {
    text-decoration: none;
    transition: all 0.4s;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all 0.4s;
}

p {
    font-size: 14px;
}

.btn {
    border: none;
    outline: none;
}

.main {
    height: 100vh;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.4) 21.91%, rgba(0, 0, 0, 0) 76.53%), #102E4E;
    overflow: hidden;
}



.header-section {
    position: absolute;
    width: 100%;

}

.header {
    display: flex;
    align-items: center;
    padding: 0 50px;
    z-index: 1;
    position: relative;


}

.header-left {
    display: flex;
    align-items: center;
    width: calc(600px - 50px);

}

  #bottom-links a:first-child {
    margin-right: 10px; /* Adjust the value to control the spacing */
  }


.selectbox {
    width: 270px;
   /* display: block;
    padding-left: 15px;*/
}

.appselect {
    width: 100%;
    font-family: 'Open Sans';
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 3px;
    color: #fff;
}
#selectIndustries *{
    color: #000;
}
.appselect:focus {
    outline: none;
    box-shadow: none;
}

.request1 {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    padding: 10px 0;
}

.request2 {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    background: #fff;
    position: relative;
    margin-bottom: 50px;
}

.request2::before {
    content: "";
    position: absolute;
    left: -60px;
    right: -60px;
    top: 0;
    bottom: 0;
    background: #fff;
}

/*.request-btn {
    position: relative;
    overflow: hidden;
    background-color: white;
    border: 1px solid black;
    padding: 10px 20px;
    font-size: 14px;
    color: black;
  }*/
  .request-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #e35424;
    transition: all 0.3s ease-in-out;
}

.request-btn:hover::before {
    width: 100%;
}

.request-btn span {
    position: relative;
    z-index: 1;
    color: #fff;
}

.request-btn {
    background: linear-gradient(180deg, #FF9F46 0%, #E35326 100%);
    border-radius: 40px;
    color: #fff;
    padding: 8px 20px;
    transition: all 0.4s;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    white-space: nowrap;
    width: 170px;
    position: relative;
    overflow: hidden;
}


/* .request-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 238, 255);
    color: #fff;
    transition: all 0.3s ease-in-out;
  }
  .request-btn:hover::before {
    left: 0%;
    color: #fff;
  }
  .request-btn span {
    position: relative;
    z-index: 1;
  }*/
/*.request-btn:hover {
    color:#fff;
  }*/
/*.request-btn {
    background: linear-gradient(180deg, #FF9F46 0%, #E35326 100%);
    border-radius: 40px;
    color: #fff;
    padding: 8px 20px;
    transition: all 0.4s;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    white-space: nowrap;
    width: 170px;
}*/
/*.request-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: orange;
    transition: width 0.5s ease-out;
    z-index: -1;
  }*/
/* .request-btn:hover {
    background-color: orange;
    transition: width 0.5s ease-out;
  }
.request-btn img {
    display: inline-block;
}*/
/*.request-btn:hover {
    background: linear-gradient(180deg, #E35326 0%, #FF9F46 100%);
    color: #fff;
}*/
.canvas .imbbox {
    display: block;
    position: relative;
    overflow: hidden;
}

.canvas .imbbox canvas {
    width: 100%;
    height: 100%;
    float: left;
}

#loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

#loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 20px;
    text-align: center;
}

#loader img {
    display: inline-block;
    vertical-align: middle;
}

#progress-bar {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 20px;
    background-color: #ddd;
}

#progress-bar:before {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background-color: #00aaff;
    transition: width 0.3s ease-in-out;
}


/* styles for mobile devices */
@media (max-width: 767px) {
    .canvas .imbbox canvas {
        height: 70%;
        width: 100%;
        float: left;
    }
}

.canvas .imbbox canvas.first {
    width: 400px;
    opacity: 0.34;
   /* transform: translate(-100px, 150px);*/
}

.infobox {
    position: absolute;
    width: 395px;
    left: 40px;
    bottom: 40px;
    padding: 25px;
    background: rgba(16, 46, 78, 0.85);
}

.infobox h1 {
    color: #FFFFFF;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    margin: 0;

}

.infobox .rounded-rectangle {
    border: 1px solid rgb(255, 255, 255);
    border-radius: 30px;
    padding: 8px 15px 8px 15px; /* Adjust the padding as needed */
    display: inline-block;
    align-items: center;
  }

.infobox h3 {
    margin-top: 10px;
    color: #FFFFFF;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    font-weight: 500;
    font-size: 26px;
    font-family: 'Ubuntu', sans-serif;

}

.infobox p {
    color: #FFFFFF;
    font-size: 12px;
}

.infobox .infofooter {
    display: flex;
    gap: 10px;
}

.infobox .infofooter span a {
    color: #FFFFFF;
    font-size: 14px;
}

.rounded-rectangle {
    border: 1px solid rgb(255, 255, 255);
    border-radius: 20px;
    padding: 5px; /* Adjust the padding as needed */
    display: inline-flex;
    align-items: center;

  }

  .rounded-rectangle .nextButton {
    display: flex;
    align-items: center;
    gap: 5px; /* Adjust the gap as needed */
    cursor: pointer;
  }

  .rounded-rectangle .nextButton p {
    color: #FFFFFF;
    font-size: 16px;
    margin: 0;
  }

  .hidden {
    display: none;
  }
  .rounded-rectangle .nextButton img {
    width: 16px;
  }

.side-content {
    position: fixed;
    width: calc(50%);
    background: #F7F7F7;
    right: -100%;
    z-index: 9;
    top: 0;
    border-left: 8px solid #FF9F46;
    padding: 0 60px 80px 60px;
    overflow-y: auto;
    height: 100vh;
}

.side-content.show {
    right: 0;
}

.side-content.show.withEnq {
    right: 50%;
}

.side-content.show.withoutEnq {
    right: -100%;
}

.side-content-header {
    display: flex;
    justify-content: flex-end;
}

.btn.btn-link1 {
    color: #939393;
    position: relative;
}

.selectround {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-transform: capitalize;
    color: #002F51;
    padding: 15px 15px;
    border: solid 1px #FF9F46;
    border-radius: 50px;
    font-family: 'Ubuntu', sans-serif;
   /* background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;*/
  /* background: url('/assets/images/arrowdown.png') no-repeat right;
   background-position: calc(100% - 0.75rem) center !important;*/
}

.container {
    margin: 15px;
}

.button-container {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.button1:hover {
    color: #333;
}

.button1 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 12px;
    font-weight: 400;
    padding: 0;
    margin-bottom: 5px;
    margin-right: 5px;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    line-height: 12px;
}

.button2:hover {
    color: #333;
}

.button2 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 12px;
    font-weight: 400;
    padding: 0 10px;
    margin-bottom: 5px;
    margin-right: 5px;
    border: none;
    border-left-color: currentcolor;
    border-left-style: none;
    border-left-width: medium;
    cursor: pointer;
    white-space: nowrap;
    border-left: solid 1px #FF9F46;
    line-height: 12px;
}

.spacer {
    height: 10px;
}

.buttonarrow {
    margin: 5px;
}

.contentheader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #dedede;
}

.main.shoinfo .infobox {
    display: none;
}

.main.shoinfo .canvas .imbbox img.first {
    display: none;
}

.main.shoinfo .canvas .imbbox img {
    transform: scale(3);
    width: inherit;
    position: absolute;
    top: 0;
    left: 0;
}

.tablink {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    padding: 20px 0;
    border-bottom: 3px solid #FF9F46;
    width: 300px;
}

.btn-light-flat:hover {
    color: #000000;
    background: #C8C8C8;
}

.btn-light-flat {
    font-weight: 400;
    font-size: 12px;
    background: #E8E8E8;
    border-radius: 5px;
    border: none;
    padding: 8px 10px;
    display: inline-block;
}

.btn-light-flat img {
    margin-left: 5px;
}

.contentbox {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 25px 0;
}

.contentitem {
    display: flex;
    width: calc(50% - 5px);
    margin-bottom: 10px;
    align-items: flex-start;
}

.contentitem img.brond {
    background: #FFFFFF;
   /* border: 1px solid #BFB1B1;*/
    border-radius: 10px;
    margin-right: 10px;
}

.itemtext p {
    font-size: 12px;
    margin-bottom: 7px;
    line-height: 16px;
}

.togglebtn {
    display: none;
}

.controlNav {
    display: none;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 50%;

}

.controlNavBar {
    display: flex;
    align-items: center;
    justify-content: center;
   /* gap: 30px;*/
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 15px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50px;
}

.controlNavBar span {
    width: 8px;
    height: 8px;
    left: 0;
    top: 0;
    background: #D9D9D9;
    border-radius: 50%;
    margin-left: 7.5px;
    margin-right: 7.5px;
}


.controlNavBar .home {
    margin-left: 7.5px;
    margin-right: 7.5px;
}



.controlNavBar span.active,
.controlNavBar span:hover {
    background: #FF9F46;
    outline: solid 3px rgba(255, 255, 255, 0.4);
}

.main:not(.shoinfo)>.controlNav {
    display: none;
}

.enquerybox {
    position: fixed;
    width: 50%;
    background: #F7F7F7;
    right: -100%;
    z-index: 999;
    border-left: 8px solid #FF9F46;
    padding: 0 30px 40px 30px;
    overflow-y: auto;
    height: 100vh;
}

.dwnloadEnquerybox {
    position: fixed;
    width: 50%;
    background: #F7F7F7;
    right: -100%;
    z-index: 999;
    top: 0;
    border-left: 8px solid #FF9F46;
    padding: 0 30px 40px 30px;
    overflow-y: auto;
    height: 100vh;
}



.enquerybox.show {
    position: absolute;
    right: 0;
    top: 0;
    visibility: visible;
}

.dwnloadEnquerybox.show {
    position: fixed;
    right: 0;
    top: 0;
}

.enqHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}
.dwnloadEnquerybox.show .enqHead {
    justify-content: end;
}

.dwnClose{ position: absolute; right: 20px; top: 20px; }

.enqHead h4 {
    flex: 1;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    align-items: center;
    text-transform: capitalize;
    color: #002F51;
}

.dwnloadEnquerybox .enqHead h4 {
    color: #002F51
}

.customINput {
    position: relative;
    margin-bottom: 30px;
}

.customINput.checkbox {
    display: flex;
    align-items: flex-start;
}
.customINput.checkbox input{ box-shadow: none; -webkit-transform: scale(1.5,1.5); }
/*.customINput.checkbox label{ padding-left: 0; }*/

.customINput label {
    position: absolute;
    top: -10px;
    left: 20px;
    display: inline-block;
    padding: 0 15px;
    background: #F7F7F7;
    border-radius: 3px;
    z-index: 1;
}

.dwnloadEnquerybox .customINput label {
    background: #F7F7F7;
    padding: 8px 15px;
    top: -23px;
}

.accepLabel {
    font-size: 11px;
    position: relative !important;
}

.customINput .form-control {
    position: relative;
    background: #FFFFFF;
    box-shadow: inset 0 0 5px 3px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    padding: 18px 20px;
    display: block;
}

.accepInput {
    background: #FFFFFF;
    box-shadow: inset 0 0 5px 3px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    display: inline-block;
}

.btn-submit {
    display: flex;
    min-width: 140px;
    padding: 10px 20px;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.btn-submit::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 100%;
    left: 0;
    top: 0;
    background: #EEA845;
    z-index: -1;
    transition: all 0.4s;
}

.btn-submit:hover::before {
    width: 100%;
}

.enqClose{ position: absolute; right: 15px; top: 10px; }

/*.enqThanks { display: none; }*/
.enqThanks, .dwnThanks {
    text-align: center;
    padding: 30px;
    display: none;
}
.otpInput {
    text-align: center;
    display: none;
}
.enqForm {
       text-align: center;
}

.enqThanks h2 {
    font-size: 50px;
    color: #002F51;
}

.enqThanks p {
    color: #002F51;
    font-size: 18;
}

.dwnThanks h2 {
    font-size: 50px;
    color: #fff;
}

.dwnThanks p {
    color: #fff;
    font-size: 18;
}

body.bodyscroll {
    overflow-y: auto;
}


/*Form Validation*/
.form-group label.error { position:inherit; top:3px; color:red; left: 0;
    display: block;
    text-align: left;}
.dwnloadEnquerybox .customINput label.error { padding-left: 0; }
#yt_video { display:none; height: 290px; width:100%; }
/*Form Validation*/


 .customINput.checkbox{ display: block; }
   .customINput.checkbox label{ top: -30px; }
.accept-terms {text-align: left; margin-bottom: 30px;display: flex;
    gap: 10px;
    align-items: first baseline;}

    .sliderSection {
        margin-bottom: 15px;
    }
    
    button.slide-arrow {
        border: 0 !important;
        outline: 0 !important;
        background: transparent;
        position: absolute;
        top: -45px;
        right: 0;
    }
    
    button.slide-arrow.slick-disabled {
        opacity: 0.2;
    }
    
    button.slide-arrow.prev-arrow {
        right: 35px;
    }
    
    .slick-slide {
        margin: 0 15px;
    }
    
    .slick-list {
        margin: 0 -15px;
    }
    
    .sliderItem {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        padding-top: 25px;
    }
    
    .ItemNumber {
        width: 50px;
        height: 50px;
        padding: 10px;
        border-radius: 18px;
        background: #fff;
        flex: none;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FF9F46;
        font-size: 30px;
        font-weight: 700;
    }
    
    .challengegText {font-size: 15px;}

    .slick-track{ margin-left: 0; }

 

@media (min-width:769px){
    .formBox {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
      }
      .customINput {
        width: 48%;
      }
      .dwnloadEnquerybox .form-group.customINput {width:100%}

}

@media (max-width:1366px) {

    .challengegText {font-size: 14px;}

    .slick-slide {
        margin: 0 10px;
    }
    
    .slick-list {
        margin: 0 -10px;
    }


  /*  .contentitem{ width: 280px;  }*/
}


@media (max-width:768px) {

    .header-left {
        display: none;
        align-items: center;
        width: calc(600px - 50px);
    }


    .enquerybox {
        top: 100%;
    }
    #enwRequest {display: none;}

    .main {
        height: inherit;
        overflow: inherit;
        padding-top: 70px;
    }

    .header-section {
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 11;

    }

    .btn.btn-link1 {
        position: absolute;
        width: 52px;
        height: 52px;
        border-radius: 52px;
        background: #FFFFFF;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
        padding: 5px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        top: -25px;
        left: 15px;
        font-size: 12px;
    }

    .side-content {
        width: 100%;
        right: 0;
        left: 0;
        top: 120%;
        border-left: none;
        border-top: 8px solid #FF9F46;
        padding: 0 15px 40px 15px;
        height: auto;
        overflow: inherit;
        position: absolute;
    }

    .side-content.show {
        top: 65%;
        bottom: auto;
    }

    .dwnloadEnquerybox{ width: 100%; z-index: 99; }

    .infotext {
        padding: 0 0;
        margin: 0;
        font-size: 14px;
        margin-left: -20px;
        margin-right: 10px;
    }

    .contentitem {
        width: 100%;
    }

    .infobox {
        width: 100%;
        left: 0;
        bottom: 0;
        padding: 15px;
        position: fixed;
    }

    #infobox.moveUp {
        bottom: 0;
    }

    .infobox .infofooter {
        gap: 15px;
        flex-direction: column;
    }

    .infobox h1 {
        font-size: 16px;
    }

   /* .infobox .rounded-rectangle {
        border: 1px solid rgb(255, 255, 255);
        border-radius: 30px;
        padding: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        width:100px;
      }*/

      .infobox .rounded-rectangle {
        border: 1px solid rgb(255, 255, 255);
        border-radius: 30px;
        padding: 10px 20px 10px 20px; /* Adjust the padding as needed */
        display: inline-block;
        align-items: center;
      }

      .infobox h3 {
        margin-top: 10px;
        color: #FFFFFF;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
        font-weight: 500;
        font-size: 28px;
        font-family: 'Ubuntu', sans-serif;

    }

    .infobox p {
        font-size: 12px;
        line-height: 16px;
    }

    .togglebtn {
        display: block;
        border: none;
        outline: none;
        background: #fff;
        color: #d9d9d9;
        font-size: 30px;
        margin-right: 14px;
    }

    .request1 {
        padding: 0;
        margin-right: -15px;
    }

    .request2 {
        padding: 0;
        margin-right: -15px;
        padding-top: 1px;
    }
    .request2::before {
        left: 0px;
        right: 0px;
    }


    .request-btn {
        border-radius: 0;
        padding: 20px 10px 20px 20px;
        width: 100%;
    }

    .header {
        padding: 0 0px;
    }

    .header-left {
        display: none;
        align-items: center;
        width: calc(600px - 50px);
    }
    .selectbox {
        display: none;
        width:100%;
    }

    .appselect {
        width: 100%;
        font-family: 'Open Sans';
        background-color: rgba(255, 255, 255, 0.2);
        border: 1px solid rgba(255, 255, 255, 0);
        border-radius: 0px;
        color: #000;
      }
      .appselect:focus {border:none; outline: none;}
    .logo img {
        width: 122px;
    }

    img.first {
        display: none;
    }

    .featureimage {
        width: 100%;
    }

    .canvas .imbbox {
        display: block;
        position: relative;
        margin-left: 0;
    }

    .canvas .imbbox img {
        width: 1000px;
        float: left;
       /* transform: scale(1.5) translateY(40px);*/
    }

    .second {
        touch-action: pan-y;
    }

    .enquerybox {
        visibility: hidden;
        width: 100%;
        right: inherit;
    }

    .request2.fixed {
        position: sticky;
        top: 67px;
        height: 50px;
        z-index: 1;
        background: #fff;
        left: 0;
        right: 0;
    }

    .request2.fixed .btn.btn-link1 {
        top: 4px;
        box-shadow: none;
        padding: 0;
        left: 0;
        height: 40px;
    }

    .main.shoinfo {
        overflow: inherit;
    }

    .btn-submit::before{ width: 100%; }

    .infobox.bottom0{ bottom: 0; }
}


.side-content.show1 {height: 0; transition: all 0.1s; top:180%;}
.side-content.show1.show {height:100%; top:75%;}


/* fullname email organization state city businessCategory
 product companyTurnover employeeCount webLeadSource otp accep */