﻿.sec-title {
    position: relative;
    margin-bottom: 30px
}

/*Service List*/
.sidebar-widget .recent-posts ul li, .tec-services + .service-list, .technology-ic-list {
    margin-top: 30px
}

    .service-list ul, .technology-ic-list ul {
        display: flex;
        display: -ms-flexbox;
        flex-wrap: wrap;
        margin-bottom: 0
    }

.service-list {
    margin: 30px 0
}

    .blog-details-post .blog-details-content .blog-post-pagination .next-post, .blog-details-post .blog-details-content .blog-post-pagination .previous-post, .service-list ul.two-cols li {
        width: 50%
    }

    .service-list ul li {
        font-size: 14px;
        width: 100%;
        line-height: 20px;
        position: relative;
        margin: 5px 0;
        padding-left: 32px
    }

        .service-list ul li::before {
            content: "";
            background: url(../../../assets/images/icons/check-square.svg) 0 0/contain no-repeat;
            position: absolute;
            width: 20px;
            height: 20px;
            left: 5px
        }

.FAQ-section, .blogs-section, .industry_serve, .inquiry-section, .key-benefit-section {
    padding: 70px 0
}

    .inquiry-section .service-list ul li {
        font-size: 16px;
        margin: 10px 0
    }

    .inquiry-section .contact-form-section .sec-title h2 {
        margin-top: 50px;
        color: #007bfc;
        padding-bottom: 10px
    }

    .inquiry-section .contact-form-section .sec-title p {
        font-size: 18px
    }

/*Service*/
.service-section {
    padding: 50px 0
}

    .service-section .sec-title h2 {
        padding-bottom: 15px
    }

.services-section-four {
    position: relative;
    padding: 190px 0 70px
}

.service-section .section-view, .technology-section .section-view {
    background-color: #f2f5fe;
    border-radius: 30px
}

    .service-section .section-view img.ser_img, .technology-section .section-view img.ser_img {
        border-radius: 30px 0 0 30px;
        object-fit: cover;
        height: 100%
    }

    .service-section .section-view.right img.ser_img {
        border-radius: 0 30px 30px 0;
        object-fit: cover;
        height: 100%
    }

.service-block .inner-box {
    position: relative;
    margin-bottom: 80px;
    background: #fff;
    padding: 20px 40px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 16px -2px rgba(0,0,0,.05);
    box-shadow: 0 2px 16px -2px rgba(0,0,0,.05)
}

.service-block .image-box {
    position: relative;
    text-align: center
}

    .service-block .image-box img {
        border-top-right-radius: 6px;
        border-top-left-radius: 6px;
        max-height: 210px;
        width: auto;
        margin: 0 auto;
        opacity: 1
    }

.service-block .content {
    position: relative;
    padding: 10px 0 20px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-align: center
}

    .service-block .content a, .service-block .content a::after {
        transition: .3s ease-in-out;
        position: absolute;
        left: 0;
        right: 0
    }

    .service-block .content h4 {
        font-size: 20px;
        font-weight: 600
    }

    .service-block .content a {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        display: block;
        margin: auto;
        width: 200px;
        bottom: -40px
    }

        .service-block .content a::after {
            content: "";
            height: 3px;
            width: 0;
            bottom: -2px;
            background-color: transparent;
            color: #007bfc;
            border-bottom: 2px solid #007bfc;
            transform: translate(0,0) translateZ(0);
            -webkit-transform: translate(0,0) translateZ(0)
        }

    .service-block .content .text {
        position: relative;
        font-size: 16px;
        font-weight: 400;
        margin-top: 10px;
        margin-bottom: 20px;
        color: #5e7290
    }

/*Technology*/
.technologies-section {
    padding: 90px 0 0
}

.technology-section {
    padding: 40px 0
}

    .technology-section .section-view .main-content {
        font-size: 14px;
        margin-bottom: 30px
    }

    .technology-section .section-view.right img.ser_img {
        border-radius: 0 30px 30px 0
    }

    .technology-section .section-view .sec-title h2 {
        padding-bottom: 20px;
        font-size: 24px
    }

    .technology-section .tech-info .tech-ic {
        border-radius: 10px;
        background-color: #fff;
        box-shadow: 0 4px 10px 0 rgb(0 0 0 / 5%);
        -webkit-box-shadow: 0 4px 10px 0 rgb(0 0 0 / 5%);
        width: 72px;
        height: 72px;
        display: flex;
        flex-direction: column;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.2;
        text-align: center;
        display: -ms-flexbox;
        align-items: center;
        justify-content: center;
        cursor: default
    }

        .technology-section .tech-info .tech-ic img {
            width: 24px;
            height: auto;
            margin-bottom: 5px
        }

    .technology-section .tech-info .content p {
        font-size: 14px;
        margin-bottom: 5px
    }

    .technology-section .tech-info .content .devider {
        background-color: rgb(94 114 144 / 20%);
        height: 1px;
        width: 100%;
        display: block;
        margin: 20px 0
    }

    .technology-section .tech-info .content a {
        font-size: 14px;
        font-weight: 500
    }

.technology-ic-list ul li {
    list-style: none;
    margin: 0 15px 15px 0
}

    .technology-ic-list ul li div {
        padding: 3px 14px;
        border-radius: 10px;
        background-color: #fff;
        box-shadow: 0 4px 10px 0 rgba(0,0,0,5%);
        -webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0,5%);
        width: 56px;
        height: 56px;
        display: flex;
        display: -ms-flexbox;
        align-items: center;
        justify-content: center;
        cursor: default
    }

        .technology-ic-list ul li div img {
            width: 32px;
            height: auto
        }

.project-inquiry {
    padding: 70px 0;
    position: relative;
    z-index: 1;
    background-image: url(../../../assets/images/testimonial_bg.jpg)
}

    .project-inquiry::after {
        content: "";
        background-color: #f2f5fe;
        height: 50%;
        width: 100%;
        position: absolute;
        top: 0;
        z-index: -1
    }
/*Contact Form*/
.contact-form .form-group {
    position: relative;
    margin-bottom: 20px
}

    .contact-form .form-group label {
        font-size: 16px;
        font-weight: 500;
        color: #142149;
        margin-bottom: 5px
    }

    .contact-form .bootstrap-select > .dropdown-toggle, .contact-form .form-group input[type=email], .contact-form .form-group input[type=tel], .contact-form .form-group input[type=text], .contact-form .form-group select, .contact-form .form-group textarea {
        position: relative;
        display: block;
        height: 45px;
        width: 100%;
        font-size: 15px;
        color: #142149;
        line-height: 30px;
        font-weight: 400;
        border: 0;
        background-color: #f2f5fe;
        border-radius: 5px;
        padding: 10px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .contact-form .form-group textarea {
        height: 100px
    }

.contact-form {
    background-color: #fff;
    box-shadow: 0 3px 16px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: 0 3px 16px 0 rgba(0,0,0,.05);
    border-radius: 25px;
    padding: 40px
}

.contact-form-section {
    position: relative;
    padding: 70px 0
}

    .contact-form-section .contact-form {
        padding: 35px
    }

        .contact-form-section .contact-form.career_form {
            padding: 15px 5px
        }

        .contact-form-section .contact-form .form-group, .sidebar-widget .widget-title {
            margin-bottom: 25px
        }

    .contact-form-section .bootstrap-select .dropdown-toggle .filter-option {
        line-height: 1.4
    }

        .contact-form-section .bootstrap-select .dropdown-toggle .filter-option:after {
            right: 10px;
            top: 10px;
            line-height: 22px
        }

    .contact-form-section .contact-form .bootstrap-select > .dropdown-toggle, .contact-form-section .contact-form .form-group input[type=email], .contact-form-section .contact-form .form-group input[type=tel], .contact-form-section .contact-form .form-group input[type=text], .contact-form-section .contact-form .form-group select, .contact-form-section .contact-form .form-group textarea {
        position: relative;
        flex: 1 1 auto;
        width: 100%;
        min-width: 0
    }

    .contact-form-section .contact-form .form-group textarea {
        height: 100px;
        resize: none
    }

    .contact-form-section .note p {
        font-size: 18px;
        font-weight: 500;
        font-style: italic
    }

    .contact-form-section .contact-form .input-group-text {
        background-color: #f2f5fe;
        border: 0;
        color: #007bfc
    }


@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg) /* rtl:ignore */;
        transform: rotate(360deg) /* rtl:ignore */;
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg) /* rtl:ignore */;
        transform: rotate(360deg) /* rtl:ignore */;
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: 0.75s linear infinite spinner-border;
    animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: 0.75s linear infinite spinner-grow;
    animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
    }
}
