* {
    margin: 0;
    padding: 0
}

:root {
    --primary-color: #0C1D32;
    --secondary-color: #00a1e0;
}

a {
    display: inline-block;
    text-decoration: none;
    color: #000
}

a:hover {
    text-decoration: none;
    color: #00A1E0;
}

img {
    pointer-events: none;
}

body {
    font-family: 'Quicksand', sans-serif;
}

nav a {
    padding: 5px 0px;
    color: var(--primary-color);
}


.header-btn,
.primary-btn {
    font-size: 13px;
    font-weight: bold;
    color: #fff !important;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.3) 2.49%, rgba(255, 255, 255, 0) 100%), #00A1E0;
    padding: 8px 20px !important;
    border-radius: 30px;
    text-decoration: none;
}

li.nav-item {
    margin-left: 16px;
}

.hero-banner {
    padding: 3rem 0px 3rem;
    background: url(../img/main-banner.png);
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
    min-height: 640px;
    background-color: #E7F4F9;
    box-shadow: inset 0px 4.44444px 24px 5.33333px rgba(12, 29, 50, 0.14);
}

.space {
    min-height: 500px;
}

.hero-inner h1 {
    font-size: 56px;
    line-height: 63px
}


/*clients*/
.clients {
    background: #0C1D32;
    padding: 3rem 0;
}

.clients h2 {
    color: #fff;
    font-size: 50px;
    text-align: center;
    font-weight: 600;
}

/*team*/
.team {
    padding: 5rem 0;
}

.team h2 {
    font-size: 36px;
    font-weight: bold;
}

.team img {
    border-radius: 20px;
    border: 1px soild #0C1D32;
    filter: drop-shadow(0px 15.1111px 27.5556px rgba(0, 0, 0, 0.11));
}

.team .inner {
    padding-left: 5rem;
}

/*tech*/
.tech h2 {
    font-size: 50px;
    font-weight: bold;
}

.tech .inner {
    padding-right: 5rem;
}

.tech {
    background: #EEEEEE;
    padding: 3rem 0;
}

/*contact*/
.contact h2 {
    font-size: 50px;
    font-weight: bold;
}

.contact {
    padding: 4rem 0 4rem;
}

ul.bullets li {
    margin-bottom: 15px;
}

input[type="text"],
input[type="submit"],
input[type="email"],
input[type="file"],
input[type="number"],
textarea {
    width: 100%;
    padding: 10px 20px;
    border-radius: 30px;
    margin-bottom: 13px;
    border: 0.5px solid #0C1D32 !important;
}

input[type="submit"] {
    max-width: 100px;
    padding: 10px 18px;
}

form.form-inner textarea {
    width: 100%;
    padding: 10px 20px;
    border-radius: 15px;
    margin-bottom: 10px;
    height: 108px;
    border: 0.5px solid #0C1D32 !important;
}

label#company,
label#developer,
.contact-form span,
.contact-form p {
    font-size: 18px;
    line-height: 18px;
}

.contact-form {
    background: #EEEEEE;
    padding: 30px;
    border-radius: 20px;
}

.contact-form .location-info i,
.mail-info i,
.call-info i {
    background: #2ab1e5;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.3) 2.49%, rgba(255, 255, 255, 0) 100%), #00A1E0;
    padding: 10px 13px;
    color: #fff;
    border-radius: 30px;
}

/*process*/
.process {
    padding: 3rem 0
}

.process .inner {
    padding: 10px 30px;
}

.process h2 {
    margin-bottom: 3rem;
}

.process h4 {
    margin-bottom: 20px
}

.process img {
    max-width: 130px;
    margin-bottom: 30px;
    max-height: 105px;
}

/*service page*/

.staff-augmentation,
.network-outsourcing,
.virtualization,
.infrastructure {
    padding: 15px 0px
}


.staff-augmentation img {
    max-width: 130px;
    margin-bottom: 30px;
    max-height: 105px;
}

.service-links a {
    text-decoration: underline;
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}

/*footer*/
footer {
    background: #EEEEEE;
    padding: 2rem 0;
}

footer p {
    font-size: 10px;
    margin-bottom: 0;
}

ul.footer-link {
    display: inline-flex;
    list-style-type: none;
    padding-left: 0;
    flex-wrap: wrap;
}

ul.footer-link li {
    padding-right: 40px;
}

/*form*/
.iti.iti--allow-dropdown {
    display: block !important;
    width: 100%
}

input#phone {
    padding: 10px 10px 10px 70px;
    border-radius: 30px;
    width: 100%;
    border: 0.5px solid #0C1D32 !important;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background: #fff;
}

.iti__selected-flag {
    padding: 0 6px 0 22px !important
}


.tab {
    display: flex;
    justify-content: space-around;
}

/*responsive css*/
@media(max-width:1024px) {
    .hero-banner {
        background-position: center right -30%;
    }
}

@media(max-width:991px) {
    ul.navbar-nav li {
        margin-right: 13px;
        text-align: right;
    }

    .hero-banner {
        background-size: contain;

    }


}

@media(max-width:767px) {
    .hero-banner {
        padding: 2rem 0px 2rem;
        background: url('../img/mob-banner.png') center bottom no-repeat;
        background-size: contain;
        min-height: 500px;
    }
}

@media(max-width:425px) {
    a.navbar-brand img {
        max-width: 134px;
    }

    ul.footer-link li {
        padding-right: 15px;
    }
    ul.footer-link a {
        font-size: 15px;
    }
    .contact-form {
        padding: 20px;
    }

    .space,
    .desk-content {
        display: none
    }

    .hero-inner {
        text-align: center;
    }

    .hero-inner .primary-btn {
        padding: 15px 30px !important;
        font-size: 18px;
    }

    .hero-inner h1,
    .hero-inner p
        {
        display: none
    }

    .wrapper {
        width: 100%;
    }

    .team .inner,
    .tech .inner,
    .contact .inner h2,
    .contact .inner p {
        padding: 0;
        text-align: center;
    }

    .team {
        padding: 2rem 0 1rem;
    }

    .team .inner h2 {
        margin-top: 20px;
    }

    .team .inner h2,
    .tech .inner h2,
    .contact .inner h2,
    .clients h2 {
        font-size: 25px;
        line-height: 27px;
    }

    footer {
        padding: 1rem 0;
    }

    footer img {
        max-width: 135px !important;
    }

    .clients img {
        margin: 18px 0px;
        max-width: 152px
    }
}

@media(min-width:426px) {
    .mob-content {
        display: none
    }
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.img-zone {
    background-color:#fff;
    border: 2px dashed #aaabaa;
    border-radius: 14px;
    padding: 20px;
    gap: 57.06px;
}

.img-zone h2 {
    margin-top: 0;
}

.mbs {
    margin-bottom: 100px !important;
}

.progress, #img-preview {
    margin-top: 15px;
}
.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
  }

  ::selection{
    color: #fff;
    background: #6990F2;
  }
  .wrapper header{
    font-size: 18px;
    text-align: center;
  }
  .wrapper .form{
    background-color: #fff;
    height: 78px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 5px;
    border: 2px dashed #6b6c6e !important;
  }
  .form i{
    font-size: 50px;
  }
  .form p{
    margin-top: 15px;
    font-size: 16px;
  }
  section .grid{
    margin-bottom: 10px;
    list-style: none;
    border-radius:30px;
    align-items: center;
    background: #DFDFDF;
    justify-content: space-between;
    padding:0 13px 0px
  }
  section .file-row{
    margin-bottom: 10px;
    list-style: none;
    padding: 15px 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    background: #DFDFDF;
    justify-content: space-between;
  }
  section .grid i{
    color: #000000;
    font-size: 15px;
    margin-left: -22px;
  }
  section .details span{
    font-family: 'Quicksand';
    font-style: normal;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    max-height:10px;
    max-height: 20px;
    overflow: hidden;
  }
  .progress-area .row .content{
    width: 100%;
    margin-left: 15px;
  }
  .progress-area .details{
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    margin-top: 7px;
    justify-content: space-between;
  }
  .progress-area .content .progress-bar{
    height: 10px;
    width: 100%;
    background: #fff;
    border-radius: 15px;
    height:20px;
    margin: 6px 5px;
  }
  .content .progress-bar .progress{
    height: 100%;
    width: 0%;
    background: #6990F2;
    border-radius: inherit;
  }
  .uploaded-area .contact .progressBar{
    height: 10px;
    width: 100%;
    height:20px;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.3) 2.49%, rgba(255, 255, 255, 0) 100%), #00A1E0;
    border-radius: 15px;
    margin-left: -10px;
  }
  .uploaded-area  .content .progressBar .progress{
    margin-bottom: 7px;
    margin-top: 9px;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.3) 2.49%, rgba(255, 255, 255, 0) 100%), #00A1E0;
    border-radius: 15px;
  }
  .uploaded-area{
    max-height: 232px;
    overflow-y: scroll;
  }
  .uploaded-area.onprogress{
    max-height: 150px;
  }
  .uploaded-area::-webkit-scrollbar{
    width: 0px;
  }
  .uploaded-area .row .content{
    display: flex;
    align-items: center;
  }
  .uploaded-area .row .details{
    display: flex;

    flex-direction: column;
  }
  .uploaded-area .row .details .size{
    color: #404040;
    font-size: 11px;
  }
  .uploaded-area i.fa-check{
    font-size: 16px;
  }
  @media(max-width:525px){
      .progress-area .content .progress-bar{
          margin: 9px 1px 15px 0px !important;
      }
      section .grid{
          padding: 0px 25px;
          border-radius:50px;
      }
      .progress-area .details{
          margin-bottom:0;
          margin-top:10px;
      }
      .row.content.upload.grid.\31 {
        padding: 10px 20px;
    border-radius: 0 !important;
}
      
  }