﻿.section.tech-hero-section {
    background: #53AAD2;
    overflow: hidden;
}
.tech-hero-section {
    height: 340px;
}
.page-title-content {
    padding-top: 175px;
    max-width: 550px;
}
.transparent-header {
    background: #137bac;
}

/**/
.page-title-area {
    word-break: break-all;
    word-break: break-word;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #e8dff3;
    text-align: center;
}
    .page-title-content {
        position: relative;
        margin-top: -10px;
        text-transform: capitalize;
    }
        .page-title-content h2 {
            margin-bottom: 15px;
            font-size: 60px;
            line-height: 1.25;
            display: inline-block;
            font-weight: 700;
            color: #ffffff;
            position: relative;
            z-index: 1;
        }
        .page-title-content ul {
            padding-left: 0;
            list-style-type: none;
            margin-top: 10px;
            margin-bottom: -5px;
        }
            .page-title-content ul li {
                display: inline-block;
                position: relative;
                font-size: 20px;
                padding-right: 15px;
                margin-left: 15px;
                font-weight: 500;
            }
                .page-title-content ul li:first-child {
                    margin-left: 0;
                }
                .page-title-content ul li a::before {
                    content: "";
                    position: absolute;
                    top: 13px;
                    right: -7px;
                    background-color: #fff;
                    width: 10px;
                    height: 10px;
                    -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
                }
                .page-title-content ul li a {
                    color: #fff;
                    text-decoration: none;
                }
                .page-title-content ul li:last-child {
                    padding-right: 0;
                }
                .page-title-content ul li.active {
                    color: #fff;
                }
        .page-title-content h2:before {
            content: "";
            width: 75px;
            height: 75px;
            border-radius: 50%;
            background-image: linear-gradient(-48deg, #137bac 0%, #a4e2ff 100%);
            opacity: 0.9;
            position: absolute;
            left: -25px;
            top: -20px;
            z-index: -1;
        }
/*bgbgbgbgbgbgbgb*/

.section.tech-hero-section .shape-2 {
    width: 300px;
    height: 300px;
    border: 3px solid #fff;
    opacity: 0.9;
    border-radius: 50%;
    position: absolute;
    left: 0%;
    bottom: -40%;
}
    .section.tech-hero-section .shape-2::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background: linear-gradient(-48deg, #ffffff9c 0%, #ffffff91 100%);
        width: 100%;
        height: 100%;
        border-radius: 50%;
        transform: scale(0.8);
    }
.section.tech-hero-section:after{
    display:none;
}
/*page*/
.service-section .service-wrap {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    z-index: 5;
}
    .service-section .service-wrap .service-item {
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

.future-img {
    background-image: url('../img/future-img.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    border-radius: 10px;
}
.future-area .single-future {
    padding-top: 50px;
    padding-bottom: 20px;
}
.single-future-box {
    text-align: center;
    margin-bottom: 30px;
 /*   padding: 30px 8px;*/
}
    .single-future-box h3 {
        font-size: 20px;
        margin-bottom: 12px;
        color: #137bac;
        font-weight: bold;
    }
p:last-child {
    margin-bottom: 0;
}
.future-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.future-shape-2 {
    position: absolute;
    top: 30px;
    right: 0;
    z-index: -1;
}
section.section_about01 {
    position: relative;
    background: linear-gradient(180deg, #137bac0a, transparent);
}
.single-future-box i {
    line-height: 1;
    font-size: 50px;
    color: #137bac;
    margin-bottom: 15px;
    display: block;
}