/* Home Section CSS Start */

.home-area {
    background-color: #E0F8FF;
    min-height: 629px;
    position: relative;
    padding-bottom: 130px;
}

.home-content {
    padding-top: 85px;
}

.home-content h1 {
    font-family: 'Sofia Pro';
    font-weight: 700;
    font-size: 50px;
    line-height: 145%;
    color: #333333;
    padding-bottom: 18px;
}

.home-content h1 span {
    color: #173D7A;
}

.home-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 141%;
    color: #4F4F4F;
    padding-right: 16px;
}

.home-image {
    float: right;
    padding-top: 85px;
    text-align: center;
}

.feature-title {
    padding-top: 42px;
    padding-bottom: 23px;
    font-weight: 500;
    font-size: 26px;
    line-height: 141%;
    color: #333333;
}

.top-features {
    background-color: #ffffff;
    box-shadow: 0px 42px 54px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
}

.feature-card {
    border: 1px solid #56CCF2;
    padding: 15px 55px 8px 55px;
    border-radius: 10px;
    margin-bottom: 20px;
    min-height: 154px;
}

.feature-card p {
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    text-align: center;
    color: #4F4F4F;
}

/* Home Section CSS End */

/* BlessBit Case Studies Area CSS Start */
.case-studies-area {
    padding-bottom: 78px;
}

.section-title h2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 141%;
    color: #333333;
    text-align: center;
    padding-top: 90px;
    padding-bottom: 4px;
}

.section-title p {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #4F4F4F;
    padding-bottom: 40px;
}

.case-studies-card {
    background: #FFFFFF;
    border: 1px solid #1884DB;
    box-shadow: 0px 11px 15px rgb(0 0 0 / 7%);
    border-radius: 10px;
    padding: 0px 50px;
    margin: 0 10px 40px 10px;
}

.blessbit-card-header {
    padding-top: 20px;
    padding-bottom: 85px;
    border-bottom: 1px solid #BDBDBD;
}

.header-image {
    display: block;
    float: left;
}

.header-content {
    display: block;
    float: right;
}

.header-content h4 {
    font-weight: 500;
    font-size: 25px;
    line-height: 141%;
    text-align: right;
    color: #333333;
    margin-bottom: 4px !important;
}

.header-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 141%;
    color: #828282;
    float: right;
}

.case-studies-content {
    padding-top: 20px;
    padding-bottom: 15px;
}

.case-studies-content p {
    font-weight: 400;
    font-size: 17px;
    line-height: 164%;
    color: #4F4F4F;
}

.case-studies-content p span {
    font-weight: 600;
    color: #333333;
}

.case-studies-content p span a {
    font-weight: 600;
    color: #333333 !important;
}

/* Owl Carousel CSS Start */
.case-studies-content .project-link-style span a {
    text-decoration: none;
}

.case-studies-main-content {
    position: relative;
}

.case-studies-main-content .owl-theme .custom-nav {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
}

.case-studies-main-content .owl-theme .custom-nav .owl-prev,
.case-studies-main-content .owl-theme .custom-nav .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.case-studies-main-content .owl-theme .custom-nav .owl-prev i,
.case-studies-main-content .owl-theme .custom-nav .owl-next i {
    font-size: 20px;
    color: #2D9CDB;
    background: #F2F2F2;
    padding: 8px 14px;
    border-radius: 5px;
}

.case-studies-main-content .owl-theme .custom-nav .owl-prev {
    left: 0;
}

.case-studies-main-content .owl-theme .custom-nav .owl-next {
    right: 0;
}

.case-studies-main-content .owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px -30px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.case-studies-main-content .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #2D9CDB;
    width: 30px;
    height: 10px;
    border-radius: 2px;
}

.case-studies-main-content .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 10px;
    margin: 5px 4px;
    background: #8fcbed;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 2px;
}

/* Owl Carousel CSS End */
/* BlessBit Case Studies Area CSS End */

/* Business Line Section CSS Start*/
.business-line-area {
    position: relative;
    padding-bottom: 128px;
}

.div-up {
    z-index: 999;
}

.business-bg {
    position: absolute;
    top: 35%;
    right: 0;
    z-index: 1;
}

.business-line-box {
    width: 100%;
    height: 139px;
    background-color: #F5FDFF;
    border-radius: 10px;
    border: 1px solid #1884DB;
    margin-bottom: 20px;
}

/* Business Line Section CSS End */

/* AWS Partners Section CSS Start */
.aws-parters-area {
    background: #E0F8FF;
    padding-bottom: 130px;
}

.all-aws-badge {
    text-align: center;
}

.all-aws-badge img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1em;
    padding-bottom: 22px;
}

.aws-logo-box {
    display: block;
    float: left;
}

/* AWS Partners Section CSS End */

/* Contact Us Section CSS Start */
.contact-us-area {
    position: relative;
    background: #E0F8FF;
    padding-bottom: 130px;
}

.contact-bg {
    position: absolute;
    top: 28%;
    left: 3%;
}

.section-title p span {
    display: inline-block;
}

.contact-form-part {
    text-align: center;
}

.contact-form-box {
    max-width: 570px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 1em;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 33px;
}

.text-left {
    text-align: left;
}

.contact-form-box .form-control {
    display: block;
    width: 100%;
    padding: 0.75rem .75rem;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    border: none;
    background-color: #E0F8FF;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.contact-form-box textarea.form-control {
    min-height: calc(2.5em + (5rem + 2px));
}

.contact-form-box .form-label {
    margin-bottom: .5rem;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: #4F4F4F;
}

.contact-form-box .form-contact-btn {
    width: 100%;
    height: 41px;
    background: #38AEF1;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    border: none;
}

.contact-us-area {
    background-image: url(../image/contact-background.png);
    background-size: cover;
    background-repeat: no-repeat;

}

/* Contact Us Section CSS End */
.responsive-iframe {
    display: none;
    min-height: 920px;
    width: 100%;
}

.head-common-section {
    display: block;
    margin-bottom: 20px;
}

.head-common-section img {
    display: inline-block;
    margin-right: 15px;
    max-width: 110px;
}

.head-common-section h1 {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 0px;
}

.modal-redirect .modal-body {
    padding: 0px;
}

.modal-redirect .modal-content {
    border: none;
}

.modal-redirect .close {
    font-weight: bold;
    color: black;
    opacity: 1;
    border: none;
    position: absolute;
    right: -10px;
    top: -10px;
    height: 30px;
    width: 30px;
    font-size: 20px;
    background: #E0F8FF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.mobile-modal-image {
    display: none;
}

@media screen and (max-width: 1279.98px) and (min-width: 768px) {
    .head-common-section h1 {
        font-size: 39px;
    }
}

/* Responsive CSS Start */
@media only screen and (max-width: 768px) {
    .head-common-section h1 {
        font-size: 37px;
    }

    .contact-bg {
        display: none;
    }

    .case-studies-card {
        background: #FFFFFF;
        border: 1px solid #1884DB;
        box-shadow: 0px 11px 15px rgb(0 0 0 / 7%);
        border-radius: 10px;
        padding: 0px 50px;
        margin: 0 10px 40px 10px;
    }

    .modal-redirect .close {
        right: -10px;
        top: -10px;
        height: 20px;
        width: 20px;
        font-size: 13px;
    }

    .modal-redirect .web-modal-image {
        display: none;
    }

    .modal-redirect .mobile-modal-image {
        display: block;
    }
}


@media only screen and (max-width: 767px) {
    .case-studies-main-content .owl-theme .owl-nav [class*=owl-] {
        margin: 0 !important;
    }

    .case-studies-card {
        background: #FFFFFF;
        border: 1px solid #1884DB;
        box-shadow: 0px 11px 15px rgb(0 0 0 / 7%);
        border-radius: 10px;
        padding: 0px 20px;
        margin: 0 10px 40px 10px;
    }
}

@media only screen and (max-width: 425px) {
    .home-content {
        padding-top: 20px;
    }

    .case-studies-card {
        padding: 0px 5px;
    }

    .pad-80 {
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-bottom: 55px !important;
    }

    .head-common-section img {
        max-width: 100%;
        margin-bottom: 20px;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 375px) {
    .header-image {
        display: block;
        float: left;
        width: 57% !important;
    }

    .header-content h4 {
        font-size: 21px;
    }
}