body{
    background-image:url('/services/images/web-development/mobile-title.svg');
    font-family: 'CircularStd Book';
    font-weight: 400;
}
p{
    font-family: 'CircularStd Book';
    font-weight: 400; 
    font-size: 0.925rem;
}
.site-content.about-page{
    min-height: 100vh;
}
.dropzone {
    position: relative;
    border: 2px dashed rgba(0,0,0,.25);
    /* max-height: 14rem; */
    min-height: 8rem;
    background-color: #fff;
    padding: .3125rem;
    border-radius: 0.7rem;
    text-align: center;
    min-width: 150px;
}

    .dropzone .dz-default.dz-message {
        min-height: 11rem;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        opacity: 1;
        border-radius: .1875rem;
        transition: opacity ease-in-out .15s;
        cursor: pointer;
    }

    .dropzone.dz-started .dz-message {
        display: block;
        opacity: 0;
    }

    .dropzone .dz-default.dz-message:before {
        content: "";
        font-family: icomoon;
        font-size: 3rem;
        display: inline-block;
        position: absolute;
        top: 1rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        line-height: 1;
        z-index: 2;
        color: #ccc;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .dropzone .dz-default.dz-message > span {
        font-size: 1.2rem;
        color: #3c4856;
        display: block;
        margin-top: 5rem;
    }

        .dropzone .dz-default.dz-message > span span {
            display: block;
            color: #9d9d9d;
            font-size: 1rem;
        }

    .dropzone .dz-preview, .dropzone-previews .dz-preview {
        background-color: #fff;
        position: relative;
        display: inline-block;
        margin: .5rem;
        /* min-width: 10rem; */
        border: 1px solid rgba(0,0,0,.125);
        padding: .5rem;
        border-radius: .1875rem;
        box-shadow: 0 1px 2px rgba(0,0,0,.05);
    }

        .dropzone .dz-preview .dz-details, .dropzone-previews .dz-preview .dz-details {
            position: relative;
        }

        .dropzone .dz-preview .dz-progress, .dropzone-previews .dz-preview .dz-progress {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: .25rem;
            display: none;
        }

        .dropzone .dz-preview .dz-error-message, .dropzone-previews .dz-preview .dz-error-message {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            background-color: rgba(255,255,255,.9);
            margin: .5rem;
            padding: .5rem;
            color: #f44336;
            max-width: 100%;
            z-index: 5;
            opacity: 0;
            transition: opacity ease-in-out .15s;
        }

        .dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark, .dropzone-previews .dz-preview .dz-error-mark, .dropzone-previews .dz-preview .dz-success-mark {
            display: none;
            position: absolute;
            z-index: 9;
            top: 0;
            right: 0;
            padding: .25rem;
            background-color: #fff;
            border-left: 1px solid rgba(0,0,0,.125);
            border-bottom: 1px solid rgba(0,0,0,.125);
            border-radius: 0 0 0 .1875rem;
        }

        .dropzone .dz-preview .dz-success-mark, .dropzone-previews .dz-preview .dz-success-mark {
            color: #4caf50;
        }

        .dropzone .dz-preview .dz-error-mark, .dropzone-previews .dz-preview .dz-error-mark {
            color: #f44336;
        }

        .dropzone .dz-preview .dz-image img, .dropzone-previews .dz-preview .dz-image img {
            width: 100%;
            max-width: 100%;
            width: auto;
            max-height: 200px;
        }

        .dropzone .dz-preview.dz-file-preview [data-dz-thumbnail], .dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
            display: none;
        }

        dropzone .dz-preview .dz-details .dz-size, .dropzone-previews .dz-preview .dz-details .dz-size {
            margin-top: .625rem;
        }

        .dropzone .dz-preview .dz-details .dz-filename, .dropzone-previews .dz-preview .dz-details .dz-filename {
            overflow: hidden;
            margin-top: .625rem;
        }

        .dropzone .dz-preview .dz-progress .dz-upload, .dropzone-previews .dz-preview .dz-progress .dz-upload {
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            width: 0%;
            height: 100%;
            background-color: #4caf50;
            transition: width ease-in-out .15s;
            border-bottom-right-radius: .125rem;
            border-bottom-left-radius: .125rem;
        }

        .dropzone .dz-preview .dz-error-mark span, .dropzone .dz-preview .dz-error-mark svg, .dropzone .dz-preview .dz-success-mark span, .dropzone .dz-preview .dz-success-mark svg, .dropzone-previews .dz-preview .dz-error-mark span, .dropzone-previews .dz-preview .dz-error-mark svg, .dropzone-previews .dz-preview .dz-success-mark span, .dropzone-previews .dz-preview .dz-success-mark svg {
            display: none;
        }

    .dropzone .dz-size, .dropzone .dz-filename {
        font-size: 0.825rem;
    }
    .card {
        margin-bottom: 20px;
        /* box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15); */
        box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 1px 3px 0 rgba(0,0,0,.11), 
        0 3px 3px -1px rgba(0,0,0,.1), 0 20px 30px -3px rgba(0,0,0,.1);
        text-align: left;
        width: 100%;
        border:0;
    }
        .card:hover {
            background-color: #4cbadc;
            color:#fff;
            box-shadow: none;
        }
        .card:hover .card-body, .card:hover a{
            color: #fff !important;
        }
        .justify-center{
            justify-content: center;
        }
.card-title {
    margin-bottom: 10px;
    margin-top: 0;
}
.card-title a{
    text-decoration: underline;
    cursor: pointer;
    font-weight: 500;
}
.card-body {
    font-family: 'CircularStd Book';
    font-weight: 400;
    font-size: 0.925rem;
    line-height: normal;
}
input:checked+.showmore {
    max-height: 100%;
}
.showmore {
    -webkit-transition: height .3s ease;
    max-height: 0;
    overflow: hidden;
}
.card input {
    display: none;
}
label.btnLabel a{
    margin: 4px 0;
    cursor: pointer;
}
.mb-10{
    margin-bottom: 10px;
}
.text-info {
    color: #00bcd4!important;
}
.font-weight-bold {
    font-weight: 700!important;
}
.g-recaptcha {
    float:left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.text-danger {
    color: #f44336!important;
}
.custom-bg-1 {
    background: none;
}
.achBlock {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff00 0%, #ffffff00 59%, #f4fcfe 100%);
    background: -webkit-linear-gradient(top, #ffffff00 0%,#ffffff00 59%,#f4fcfe 100%);
    background: linear-gradient(to bottom, #ffffff00 0%,#ffffff00 59%,#f4fcfe 100%);
}
.numbers__description {
    font-family: 'CircularStd Book';
}
.numbers__description b {
    font-family: 'Circular Medium';
    font-weight: 500;
}
.d-none{
    display: none;
}
.section__title {
    font-family: 'CircularStd Book';
    font-weight: 400;
}
.breadcrumbs {
    font-family: 'CircularStd Book';
    font-weight: 400;
}
.projects > p{
    font-size: 15px;
    margin-bottom: 5px;
}
.dz-remove{
    position: absolute;
    top: -2px;
    right: -2px;
    width: 16px;
    height: 16px;
    line-height: 0 !important;
    font-size: 0 !important;
    background-image: url('../images/close.svg');
    
}
.select-box{
    /* align-self: flex-end;
    text-align: right; */
    cursor: pointer;
    display: inline-block;
    margin-bottom: 10px;
}
.select-box select {
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);;
    color: #009dcd;
    padding: 12px;
    width: auto;
    border-radius: 4px;
    font-size: 14px;
    border: 1px solid #009dcd;
    outline: none;
    -webkit-appearance: button;
    appearance: button;
    cursor: pointer;
}
.select-disabled{
    color: #aaa;
    cursor: no-drop;
}
.services .content__explore-more {
    height: 42px;
    width: 159px;
    vertical-align: top;
    border: 0;
}
.ad2hs-prompt {
    position: absolute;
    text-align: center;
    bottom: 200px;
    position: fixed;
    display: none;
    right: 15px;
    /* box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important; */
}

.ios-prompt {
    background-color: #fff;
    border: 1px solid #009dcd;
    display: none;
    padding: 0.7rem;
    text-decoration: none;
    font-size: 16px;
    color: #009dcd;
    position: fixed;
    margin: 0 auto 1rem;
    left: 1rem;
    right: 1rem;
    bottom: 0;
    border-radius: 4px;
}
#ios-cross {color: rgb(0, 157, 205); position: absolute; top: 2px; right: 4px; font-size: 16px; }
.ios-add-icon{ width:30px;height:30px;float: left; margin-right: 5px;}
.ios-prompt p{margin-top: -3px; line-height: 1.3rem;}
.ios-prompt p img{display: inline-block; margin-top: 4px; margin-bottom: -4px; height: 20px; width: auto;}
.disclaimer-line{
    text-align: center;
}
.disclaimer-line p{
    display: inline-block;
}
.ver{
    margin-right: 30px;
    display: inline-block;
}
.checkmark input[type=checkbox] + label {
    display: block;
    margin: 0 0.2em;
    cursor: pointer;
    padding: 0 0.2em;
    line-height: 20px;
  }
  .checkmark input[type=checkbox] {
    display: none;
  }
  .checkmark input[type=checkbox] + label:before {
    content: "\2714";
    border: 0.1em solid #009dcd;
    border-radius: 0.2em;
    display: inline-block;
    width: 1em;
    height: 1em;
    padding-left: 0.2em;
    padding-bottom: 0.3em;
    margin-right: 0.2em;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
  }
  .checkmark input[type=checkbox] + label:active:before {
    transform: scale(0);
  }
  .checkmark input[type=checkbox]:checked + label:before {
    background-color: #009dcd;
    border-color: #009dcd;
    color: #fff;
  }
  .checkmark input[type=checkbox]:disabled + label:before {
    transform: scale(1);
    border-color: #aaa;
  }
  .checkmark input[type=checkbox]:checked:disabled + label:before {
    transform: scale(1);
    background-color: #009dcd;
    border-color: #ddd;
  }
  /* .card {
    width: 90%;
}
.ttl-card {
    display: flex;
}
.ttl-card .checkmark,
.ttl-card .card {
    display: inline-flex;
} */
.rc-anchor-error-msg-container{
    padding: 0 px;
}
@media screen and (max-width: 520px){
.services .content__explore-more {
    margin-bottom: 0px; 
    margin-top:0px;
}
}
@media (max-width:  1024px) {
    .upload-info-web{
        display: none;
    }
    .upload-info-mobile{
        display: block !important;
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 15px;
    }
}
@media screen and (max-width:  768px) {
    .select-box{
        text-align: center;
    }
    .col.pt30{
        padding-top: 1rem;
    }
    .section__title {
        font-size: 1.7rem;
    }
    .header-bg .container-fluid{
        padding: 0;
    }
    .dropzone{
        margin-bottom: 10px;
    }
    .ad2hs-prompt {
        display: block;
    }
    .ios-prompt {
        display: block;
    }

}
@media screen and (max-width: 480px){
    .nav__navbar {
        padding-bottom: 0;  
    }
    
}
@media screen and (max-width: 320px){
    .custom-bg-1 > .wrap:first-child, .custom-bg-1 > .wrap:first-child section > .col{
        padding: 0;
    }
}
.meter {
    height: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    margin-bottom: 10px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}
.meter>span {
    display: block;
    height: 100%;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #009dcd;
    background-image: -webkit-gradient(linear,
            left bottom,
            left top,
            color-stop(0, #009dcd),
            color-stop(1, #009dcd));
    background-image: -moz-linear-gradient(center bottom,
            rgb(43, 194, 83) 37%,
            rgb(84, 240, 84) 69%);
    -webkit-box-shadow:
        inset 0 2px 9px rgba(255, 255, 255, 0.3),
        inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:
        inset 0 2px 9px rgba(255, 255, 255, 0.3),
        inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    box-shadow:
        inset 0 2px 9px rgba(255, 255, 255, 0.3),
        inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
}
.meter>span:after,
.animate>span>span {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image:
        -webkit-gradient(linear, 0 0, 100% 100%,
            color-stop(.25, rgba(255, 255, 255, .2)),
            color-stop(.25, transparent), color-stop(.5, transparent),
            color-stop(.5, rgba(255, 255, 255, .2)),
            color-stop(.75, rgba(255, 255, 255, .2)),
            color-stop(.75, transparent), to(transparent));
    background-image:
        -moz-linear-gradient(-45deg,
            rgba(255, 255, 255, .2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, .2) 50%,
            rgba(255, 255, 255, .2) 75%,
            transparent 75%,
            transparent);
    z-index: 1;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    -webkit-animation: move 2s linear infinite;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}
.animate>span:after {
    display: none;
}
@-webkit-keyframes move {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    }
}