body {
    font-family: 'Poppins' !important; font-size: 16px;
}
.hero{
    background: url('../images/market-intelligence/hero.png') no-repeat #000;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 780px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.hero .hero-overlay {
    background: rgba(0,0,0,0.6);
    position: absolute;
    z-index: 1px;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero h1 {
    font-size: 55px; color: #fff; 
}
.hero-2{
    background: url('../images/market-intelligence/hero2.jpg') no-repeat center #000;
    min-height: 780px;
}
mark { color: red; background: transparent;}
.btn-info { background: #00C4CC; }

.title { font-size: 60px; }

.list li {
    margin: 10px 0px;
}

.service-item {
    margin: 0; padding: 30px; background: transparent; display: block; min-height: 200px; color: #851A3D; border: 1px dotted #851A3D; border-radius: 30px;
}
.service-item p {
    font-size: 20px; margin: 40px 0px; font-weight: 700;
}
.darker-darkblue { background: #071332;}

.disc { 
    background: #00C4CC; width: 60px; height: 60px; 
    border-radius: 50%; color: #071332; font-size: 20px; 
    display: flex; justify-content: center; align-items: center; 
    font-weight: bold;
}

.hero3{
    background: #90ADCD;
    background-size: 100%;
    min-height: 600px;
    display: flex;
    justify-content: center;
    align-items: start;
    overflow: hidden;
    color: #0D3A5C;
    position: relative;
}


.hero4{
    background: #83C8E0;
    background-size: contain;
    min-height: 780px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    color: #0D3A5C;
}


.box {
    background: #fff;
    padding: 0;
    border-radius: 15px;
    min-height: 250px;
}
.box .box-content {
    padding: 20px;
    color: #000;
}

.hero5{
    background: #90ADCD url('../images/casia/intel/8.jpg') no-repeat bottom;
    background-size: cover;
    min-height: 780px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    color: #0D3A5C;
    padding: 80px 0px;
}

.gradient-bg{
    background: rgba(0,0,0,0.2);
    backdrop-filter: blur(80px);
    min-height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 30px 60px;
}
.gradient-bg .form-control { background: transparent; border: none; border-radius: 0px; border-bottom: 2px solid #fff; color: #fff; }

.gradient-bg .form-control::-webkit-file-upload-button {
    visibility: hidden;
}
.gradient-bg .form-control::before {
    content: 'Choose files';
    display: inline-block;
    background: #f9f9f9;
    border: none;
    margin-bottom: 4px;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-size: 14px;
    color: #071332;
    position: relative;
    left: -10px;
    top: -3px;
  }
  .gradient-bg .form-control:hover::before {
    border-color: black;
  }
  .gradient-bg .form-control:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
  }


.rounded { border-radius: 10px !important; }


@media only screen and (max-width: 600px) {
    .title { font-size: 30px; font-weight: bold; }
    .floating-heroimage {
        background: url('../images/casia/dubai-sourcing/hero.png') no-repeat;
        width: 100%;
        height: 250px;
        background-size: contain;
        position: relative;
        right: -50px;
        top: 0;
    }
    .btn-info { background: #00C4CC; font-size: 13px; }
    .hero { text-align: center; }
    .hero h1 {
        font-size: 50px; color: #fff; text-align: center;
    }
    .service-item {
        margin: 0; padding: 80px;
    }
    .px-0-mobile { padding: 0;}

    .hero-2{
        background: url('../images/market-intelligence/hero2.jpg') no-repeat center #000;
        min-height: 1200px;
    }
    .hero-2 .hero-overlay {
        min-height: 1200px;
    }
    .hero3 {
        min-height: 500px;
    }
}
