html {
    scroll-behavior: smooth;
  }

.poppins{
    font-family: 'Poppins', sans-serif;
}

.san{
    font-family: 'Barlow Condensed', sans-serif;

}

.landing{
    min-height: 87vh;
}

.ts-h1{
    font-size: 3.5em;
}

.ts-h2{
    font-size: 4em;
}

.ts-h3{
    font-size: 3.17em;
}

.ts-h4{
    font-size: 3em;
}

.ts-p{
    font-size: 15px;
}

.text-dark-blue{
    color: #081534;
}

.text-sky-blue{
    color: #04f9ff;
}

.africa{
    height: 400px !important;
}

.find-us-nav{
    background-color: #04f9ff;
}

.p-circle{
    width: 40px;
    height: 40px;
    border-radius: 40px;
}

.main-color{
    background-color: #081534;
}

.what-we-do{
    background-color: #f0f0f1 !important;
}

.vert-line{
    width: 50px;
    height: 5px;
    background-color: #04f9ff;
}

.bg-div-blue{
    background-color: #04f9ff !important;
}

.main-service-img{
    width: 70%;
    height: 250px !important;
}

.bg-contact {
    background-image: url('../img/static/abstract-background.png');
    background-repeat: no-repeat;
    -o-object-fit: contain;
       object-fit: contain;
    background-size: contain;
    background-position: right;
}

.bg-contact-2 {
    background-image: url('../img/static/abstract-background.png');
    background-size: cover;
    background-repeat: no-repeat;
    -o-object-fit: contain;
       object-fit: contain;
    background-position: right;
}

.col-img{
    height: 400px;
}

.pad-right{
    padding-right: 0 !important;
}

.who-we-are{
    background-color: #e5ffff;
}

.card-bg{
    background-color: #e4feff;
}

.input-bg{
    background-color: #eeeeee !important;
}

.letter-spacing{
    letter-spacing: 7px;
}

.line-spacing-footer{
    letter-spacing: 4px;
}

.a-btn{
    padding: 0.40rem 2.5rem;
    cursor: pointer;
    border-radius: 4px;
}

.a-btn-transparent{
    background-color: transparent;
    border: 1px solid #ffffff;
}

.a-btn-transparent-black{
    background-color: transparent;
    border: 1px solid #081534;
}
.a-btn-sky-blue{
    background-color: #04f9ff !important;
}

.a-btn-dark-blue{
    background-color: #081534;
}

.btn-submit{
    padding-top: 0.40rem;
    padding-bottom: 0.4rem;
}

.btn-social{
    background-color: #15213f;
    width: 140px;
    margin-right: 10px;
    margin-top: 10px;
}

.nav-img{
    height: 55px;
    max-width: 150px;
    background-image: url('../img/icon/nimali-logo.svg');
  }

  .p-margin{
      margin-bottom: 0 !important;
      line-height: 1 !important;
  }

  .p-margin-contact{
    margin-bottom: 10px !important;
    line-height: 1 !important;
}

textarea{
    height: 100%;
    width: 100%;
   -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

  .ul-footer {
    list-style-type: none !important;
}

.img-height{
    height: 180px !important;
}

.b-radius{
    border-radius: 10px;
}

.vh-35{
    min-height: 35vh;
}

.vh-50{
    min-height: 50vh;
}

.card-height{
    height: 70px !important;
    width: 100%;
    background-color: #fff !important;
}

.about-us-icon{
    height: 50px;
}

.image-r{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.img-service-section{
    height: 300px;
}

.vh-20-m{
    margin-top: 20vh;
}

.z{
    z-index: 1000;
}

.what-top-m{
    margin-top: 100px !important;
}

.shadow {
    -webkit-box-shadow: 0 2.8px 2.2px 
    rgba(0, 0, 0, 0.034), 0 3px 5.3px 
    rgba(0, 0, 0, 0.048), 0 3px 10px 
    rgba(0, 0, 0, 0.072), 0 3px 33.4px
    rgba(0, 0, 0, 0.086), 0 3px 80px
    rgba(0, 0, 0, 0.12);
            box-shadow: 0 2.8px 2.2px 
    rgba(0, 0, 0, 0.034), 0 3px 5.3px 
    rgba(0, 0, 0, 0.048), 0 3px 10px 
    rgba(0, 0, 0, 0.072), 0 3px 33.4px
    rgba(0, 0, 0, 0.086), 0 3px 80px
    rgba(0, 0, 0, 0.12);
}

.error {
    color: #ff0000;
    font-size: 11px; }

/* responsive media queries */

@media only screen and (min-width: 1025px){
    .margin-top-550-265{
        margin-top: 70px !important;
    }
        
}

@media only screen and (width: 1024px){
    #who-we-are, #contact{
        min-height: 50vh!important;
    }

    #landing, #what-we-do{
        min-height: 70vh !important;
    }
    
}

@media only screen and (max-width: 768px) {

    p{
        font-size: 14px !important;
    }
    .m-none{
        display: none !important;
    }

    .m-top{
        margin-top: 20px !important;
        margin-bottom: 20px;
    }

    .m-margin-bottom{
        margin-bottom: 20px;
    }

    .africa{
        height: 300px !important;
    }

    .margin-top-550-120{
        margin-top: 30px;
    }

    .margin-top-550-265{
        margin-top: 80px !important;
    }

    .m-768-top-choose{
        padding-top: 50px !important;
        padding-bottom: 30px !important;
    }

    .m-768-30{
        margin-bottom: 30px !important;
    }

    .img-service-section {
        height: 230px !important;
    }

    .h5-768 {
        font-size: 0.9rem !important;
    }

    .m-b-768{
        margin-bottom: 20px !important;
    }
    
}

@media only screen and (max-width: 550px) {

    .main-service-img{
        width: 97%;
        height: 180px !important;
    }

    .m-768-30{
        margin-bottom: 80px !important;
    }

    .form-request-padd{
        padding: 20px 10px;
    }

    .select-offer{
        margin-bottom: 18px;
    }

    .share-social-p{
        padding-left: 20px;
    }

    .ts-h1{
        font-size: 3em;
    }

    .pb-500{
        padding-bottom: 30px;
    }

    .con-info{
        border-right: 0 !important;
        border-width: 0 !important;
    }

    .margin-bottom-550-subscribe{
        margin-bottom: 10px;
    }

    .img-service-section{
        height: 230px;
    }

    .margin-bottom-500-25{
        margin-bottom: 25px;
    }

    .margin-top-550-120{
        margin-top: 120px;
    }

    .margin-top-550-265{
        margin-top: 280px !important;
    }
    
    .ts-h2{
        font-size: 2.5em;
    }
    
    .ts-h3{
        font-size: 1.17em;
    }
    
    .ts-h4{
        font-size: 1em;
    }
    
    .ts-p{
        font-size: 13px;
    }

    .m-none{
        display: none !important;
    }

    .m-center{
        margin: auto;
    }

    .m-margin-bottom{
        margin-bottom: 20px !important;
    }

    .m-30-bottom{
        margin-bottom: 30px;
    }

    .m-top{
        margin-top: 20px !important;
        margin-bottom: 20px;
    }

    .card-bg{
        margin-bottom: 30px;
    }

    .form-padd{
        padding: 20px;
    }

    .form-newsletter-padd{
        padding-bottom: 15px;
    }

    .form-newsletter-marg{
        margin-bottom: 15px;
    }

    .m-ts-h2{
        font-size: 2.5em !important;
    }

    .w-500 {
        width: 100%;
    }

    .m-ts-h1{
        font-size: 3em !important;
    }

    .btn-social{
        margin-right: 10px;
        margin-top: 10px;
    }

    .pad-0{
        padding-top: 0 !important;
        padding-left: 0.5rem !important;
    }

    .africa{
        margin-top: 30px;
        height: 250px !important;
    }

    .mt-15{
        margin-top: 15px !important;
    }

    .mt-30{
        margin-top: 30px !important;
    }
}

@media only screen and (max-width: 320px) {
    .ts-h1{
        font-size: 2.5em;
    }

    .img-service-section{
        height: 180px;
    }

    .margin-top-550-120{
        margin-top: 180px;
    }

    .margin-top-550-265{
        margin-top: 355px;
    }
    
    .ts-h2{
        font-size: 2em;
    }
    
    .ts-h3{
        font-size: 1.17em;
    }
    
    .ts-h4{
        font-size: 1em;
    }
    
    .ts-p{
        font-size: 12px;
    }
}