.text-about {
    padding-top: 10px;
    font-size: 28px;
    font-weight: 600;
}


/*///*/
.elementor-element.elementor-element-ef4f52a .elementor-heading-title {
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 3px;
}


.work-carousel:hover .swiper-button-next, .work-carousel:hover .swiper-button-prev {
    opacity: 1;
}

.work-carousel:hover .swiper-button-next, .work-carousel:hover .swiper-button-prev {
    opacity: 1;
}

.work-carousel .swiper-button-next, .work-carousel .swiper-button-prev {
    color: #000;
    width: 60px;
    height: 60px;
    border-radius: 0;
    border: 0;
    background: #fff;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}


/*///technology*/
.tech-info-box{
    background: #1673b6;
    /*padding: 69px;*/
    /* padding-left: 13%; */
    /* padding-top: 5%; */
    place-self: center;
    /*height: 470px;*/
    height: 100%;
    padding: 5% 1% 1% 3%
}

.tech-detail-box{
    /*background: red;*/
    /*height: 100%;*/
    /*padding-top: 97px !important;*/
    /*padding-bottom: 105px !important;*/
    /*padding-left: 23px !important;*/
    padding-right: 23px !important;
    /*background-color: white !important;*/
}
.wpb_wrapper p{
    color: white !important;
}
.wpb_wrapper {
     margin-top: 18px;
}
.technology-col{
    /*background: red;*/
    /*height: 300px;*/
    /*padding-top: 97px !important;*/
    /*padding-bottom: 105px !important;*/
    /*padding-left: 43px !important;*/
    /*background-color: #f1f1f1 !important;*/
    margin-bottom: 30px;

    border-right: 1px solid lightgrey;
    padding-right: 0px;
    padding-right: 14px;
    padding-left: 40px;


}
.st-feature-box {
    padding-left: 60px;
    position: relative;
}

.st-feature-box .st-feature-box-icon {
    color: #114366;
    display: block;
    position: absolute;
    width: 52px;
    height: 52px;
    line-height: 52px;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 60px;
    transition: all .3s;
}

.st-feature-box img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}
.st-feature-box h3 {
    color: #05a884;
    margin-bottom: 3px;
    font-size: 25px;
    line-height: 20px;
    font-weight: 700;
}

.feature-box-content{
    margin-top: 13px;
    margin-left: 21px !important;
    /*display: none;*/

    color: #000 !important;
    line-height: 2;
    font-size: medium;
}
.technology-col .heading-line{
    background: #06b477 !important;
}

.st-feature-box h3{
    margin-left: 21px !important;
}
.st-feature-box hr{
    margin-left: 21px !important;
}


/*//contact*/
.info-section.alternate-2 .inner-container .info-inner {
    position: relative;
    top: 0;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0,0,0,.1);
}

.info-section .inner-container .info-inner {
    position: absolute;
    width: 100%;
    left: 0;
    top: -105px;
    right: 0;
    z-index: 1;
    margin: 0 15px;
    border-radius: 10px;
    overflow: hidden;
}
.info-section .info-inner .info-box .text p{
    color: #1d165c;
}


