
/*to transfer to HOME CSS*/
@keyframes borderpls {
    0% {
        -webkit-box-shadow: 0 0 0 0 #00628D;
        box-shadow: 0 0 0 0 #00628D;
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px #00628D;
        box-shadow: 0 0 0 10px #00628D;
        opacity: 0;
    }

    to {
        -webkit-box-shadow: 0 0 0 0 #00628D;
        box-shadow: 0 0 0 0 #00628D;
        opacity: 0;
    }
}

/*general*/

body {
    color: #5F7576;
}

.headline-1 h1, .headline-1 h2, .headline-1 h3, .headline-1 h4, .headline-1 h5, .headline-1 h6 {
    margin: 0;
    font-family: "Roboto";
}



.section_text_item {
}


    .section_text_item .section_headline {
    }

        .section_text_item .section_headline h4 {
            font-size: 14px;
            line-height: 46px;
            color: #01B9BF;
        }

        .section_text_item .section_headline h2 {
            font-size: 36px;
            line-height: 38px;
            color: #032932;
        }


.section_point_items_1 .gap {
    gap: 30px;
}

.section_point_items_1 .item_icon {
    position: relative;
    width: 88px;
    height: 61px;
    padding: 12px;
}

    .section_point_items_1 .item_icon img {
        z-index: 1;
        height: 38px;
        width: 38px;
        max-width:unset;
    }

    .section_point_items_1 .item_icon:before {
        z-index: -1;
        content: "";
        position: absolute;
        top: 0px;
        width: 60px;
        height: 60px;
        left: 2px;
        background-image: linear-gradient(45deg, #016B92, #01B9BF);
        border-radius: 12px;
        transform: rotate(45deg);
    }


.section_point_items_1 {
}

    .section_point_items_1 .item_text {
    }

        .section_point_items_1 .item_text h3 {
            font-size: 24px;
            line-height: 24px;
            color: #032932;
        }

        .section_point_items_1 .item_text p {
        }


.section_point_items_2 .item_text h5 {
    font-size: 24px;
    color: #032932;
}


.form-group.customlabel {
    position: relative;
}

    .form-group.customlabel label {
        position: absolute;
        top: -9px;
        left: 10px;
        background: #fff;
        width: auto;
        padding: 0 5px;
        color: #757575;
        font-weight: 400;
        font-size: 10px;
        z-index: 2;
        color: #9E9E9E;
    }

    .form-group.customlabel input, .form-group.customlabel select {
        height: 52px;
        /*margin-bottom: 30px;*/
        border-radius: 12px;
        background-color: #F8FAFC;
        color: #697586;
    }


.form-group textarea {
    border-radius: 12px;
    background-color: #F8FAFC;
    color: #697586;
}
/*general end*/


/*slider */
#slider #slider-id .slide_main_text {
    font-size: 60px;
    color: #fff;
}

.slider-style-one .slider-home-one .slider-text-content h1.custom_default {
    font-size: 32px;
}

.about-section-1 .about-img:before {
    background-color: #01B9BF0d;
}


.sliderbutton {
    display: inline-flex;
    width: 187px;
    height: 54px;
    /*background: #00628D;
    color: #fff;*/
    color: #00628D;
    background: #fff;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    border-radius: 28.5px;
    box-shadow: 0 2px 22px 0 #00628D99;
}

    .sliderbutton:hover {
        background: #00628D;
        color: #fff;
    }

@media screen and (min-width: 1367px) {
    .slider-style-one .slider-content-box {
        max-width: 1200px;
        width: 100%;
        padding: 0 0px 0 0px;
    }
}

@media screen and (max-width: 1366px) {
    .slider-style-one .slider-content-box {
        max-width: 550px;
        width: 100%;
        padding: 0 0px 0 0px;
    }

    #slider #slider-id .slide_main_text {
        font-size: 49px;
    }
}

@media screen and (min-width: 481px) {
    #slider #slider-id .slide_main_text {
        line-height: 60px;
    }

    .slider-style-one .slider-home-one {
        max-width: 850px;
        padding: 200px 0px 580px 190px;
        /*padding: 335px 0px 370px 190px;*/
    }

    /* .slider-style-one .slider-content-box {
        max-width: 1200px;
        width: 100%;
        padding: 0 0px 0 0px;
    }*/

    .banner-mockup {
        right: 155px;
    }
}

@media screen and (max-width: 480px) {
    #slider #slider-id .slide_main_text {
        line-height: 1.2;
        font-size: 50px;
    }

   
}



/* slider end */


.additionaltext {
    font-size: 26px;
    font-weight: 700;
    font-style: italic;
    line-height: 37px;
    color: #016B92;
}



#yourneed {
    background-color: #CAF3F4;
}


.packages_section_1 .section_text_item .section_headline {
    max-width: 531px;
    margin: auto;
}

.packages_section_1 .packages_container_1 {
    max-width: 900px;
    margin: auto;
}

.packages_container_1 .package_box {
    border: 2px solid #01B9BF;
    border-radius: 24px;
    box-shadow: #0171964D 0 0 24px;
    transition: background-color 500ms linear;
}

    .packages_container_1 .package_box:hover {
        background-color: #01B9BF;
    }

    .packages_container_1 .package_box .package_heading .package_name {
        font-size: 24px;
        line-height: 24px;
        color: #6D7D7D;
    }



    .packages_container_1 .package_box .package_heading .price {
        font-size: 28px;
        line-height: 38px;
        color: #01B9BF;
    }

    .packages_container_1 .package_box .package_heading span {
        font-size: 14px;
        line-height: 38px;
    }

    .packages_container_1 .package_box ul {
        max-width: 260px;
        margin: auto;
        list-style: none;
    }

        .packages_container_1 .package_box ul li {
            line-height: 37px;
            font-size: 16px;
            position: relative;
        }

            .packages_container_1 .package_box ul li:before {
                content: "";
                display: block;
                width: 15px;
                height: 15px;
                background-image: url(../../img/icon/Icon_circle_check.png);
                background-repeat: no-repeat;
                background-position: center;
                position: absolute;
                top: 12px;
                left: -22px;
            }

    .packages_container_1 .package_box .package_subscribe {
        text-align: center;
    }

        .packages_container_1 .package_box .package_subscribe button {
            background: #fff;
            border: 1px solid transparent;
            border-radius: 28.5px;
            box-shadow: #00000026 0 0 30px;
            height: 54px;
            width: 151px;
            margin: auto;
            color: rgba(1, 185, 191, 1);
            font-weight: 700;
        }

        .packages_container_1 .package_box .package_subscribe a.button {
            background: #fff;
            border: 1px solid transparent;
            border-radius: 28.5px;
            box-shadow: #00000026 0 0 30px;
            /*height: 54px;*/
            width: 151px;
            margin: auto;
            color: rgba(1, 185, 191, 1);
            font-weight: 700;
            display: inline-block;
            padding: 14px 0;
            cursor:pointer;
        }

    .packages_container_1 .package_box:hover .package_heading .package_name, .packages_container_1 .package_box:hover .package_heading .price, .packages_container_1 .package_box:hover ul li {
        color: #FFFFFF;
        transition: all ease;
    }

    .packages_container_1 .package_box ul li:before {
        background-image: url(../../img/icon/check-circlewhite.png);
    }


.section_contactus_1 {
    background-color: #CAF3F4;
}

    .section_contactus_1 .contact_us_box {
        background-color: #fff;
        border-radius: 24px;
    }

        .section_contactus_1 .contact_us_box label:not(.customlabel) {
            color: #4D4D4D;
        }

        .section_contactus_1 .contact_us_box .btn_addservice {
            border-radius: 24px;
            border: 1px solid #01B9BF;
            color: #01B9BF;
            background-color: #fff;
            font-size: 12px;
            font-weight: 500;
            height: 37px;
            width: 148px;
            text-align: center;
        }


    .section_contactus_1:before {
        position: absolute;
        content: "";
        height: 100%;
        width: 60%;
        background-image: linear-gradient(#00628D, #01B9BF);
        top: 0;
        right: 0;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
    }


    .section_contactus_1 .contact_text {
        color: #fff;
        max-width: 390px;
        margin-left: auto;
    }

        .section_contactus_1 .contact_text h1 {
            font-size: 56px;
            font-weight: 700;
            line-height: 48px;
        }

        .section_contactus_1 .contact_text p {
            font-size:14px;
            line-height:24px;
        }


        .section_contactus_1 .contact_text .icon_custom {
            background-image: url(assets/img/icon/Iconlocation.png);
            width: 20px;
            display: block;
            height: 20px;
            z-index: 1;
            background-size: contain;
            position: relative;
            background-repeat: no-repeat;
            background-position: center;
        }

            .section_contactus_1 .contact_text .icon_custom:after {
                position: absolute;
                content: "";
                width: 35px;
                height: 35px;
                background-image: url(../../img/icon/Rectangle 293.png);
                background: #fff;
                border-radius: 6px;
                z-index: -54;
                transform: rotate(45deg);
                left: -7px;
                top: -7px;
            }


            @media(max-width:480px){
                .section_contactus_1:before {
                    width: 100%;
                }
            }

/*about*/
.about-section-1 .headline-1 h4 {
    color: #01B9BF;
}

.about-section-1 .headline-1 h2 {
    font-size: 42px;
    color: #013850;
}

.pera-content p {
    font-size: 14px;
    line-height: 24px;
    color: #5F7576;
}

.section-title .sub-text:before {
    background-color: #01B9BF;
}

.section-title .sub-text {
    font-weight: 300;
    color: #013850;
}


.about-text-item-1 .ab-btn a:first-child, .call-to-action-2 .call-to-content-2 .call-to-text .call-btn a:first-child {
    background-color: #01B9BF;
    -webkit-box-shadow: 0px 8px 16px 0px #01B9BF33;
    box-shadow: 0px 8px 16px 0px #01B9BF33;
}

.about-section-1 .about-img .about-main-img img {
    width: 100%;
}

/*about end*/

/*our value*/

.service-section {
    background-color: #F2FBFC;
}

    .service-section .headline-1 h6 {
        color: #013850;
    }

    .service-section .headline-1 h4 {
        color: #01B9BF;
    }

    .service-section .headline-1 h2 {
        font-size: 42px;
        color: #013850;
    }

    .service-section .section-title-text {
        color: #456B7C;
    }

    .service-section .section-title-text {
        font-weight: 300;
    }

    .service-section .service-item-list .service-text p {
        line-height: 16.4px;
        padding-bottom: 13px;
    }

    .service-section .service-item-list .service-text {
        max-width: 260px;
    }

    .service-section .service-item-list .service-icon-text:hover .service-icon {
        background-color: #01B9BF;
    }

.service-cta {
    background-color: #01AEB926;
}

    .service-cta p a {
        color: #01B9BF;
    }


.icon-bg-container {
    padding: 13px 0px;
}

    .icon-bg-container .iconchild {
        width: 44px;
        height: 44px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        margin: auto
    }

        .icon-bg-container .iconchild.light {
            display: none;
        }

        .icon-bg-container .iconchild.icon1.dark {
            background-image: url('../../img/icon/icon-excelence-in-inovation-blue.png')
        }

        .icon-bg-container .iconchild.icon1.light {
            background-image: url('../../img/icon/icon-excelence-in-inovation-white.png');
        }


        .icon-bg-container .iconchild.icon2.dark {
            background-image: url('../../img/icon/icon-technology-ecosystem-blue.png')
        }

        .icon-bg-container .iconchild.icon2.light {
            background-image: url('../../img/icon/icon-technology-ecosystem-white.png');
        }

        .icon-bg-container .iconchild.icon3.dark {
            background-image: url('../../img/icon/icon-sustainable-solutions-blue.png')
        }

        .icon-bg-container .iconchild.icon3.light {
            background-image: url('../../img/icon/icon-sustainable-solutions-white.png');
        }

        .icon-bg-container .iconchild.icon4.dark {
            background-image: url('../../img/icon/icon-long-term-partnership-blue.png')
        }

        .icon-bg-container .iconchild.icon4.light {
            background-image: url('../../img/icon/icon-long-term-partnership-white.png');
        }

        .icon-bg-container .iconchild.icon5.dark {
            background-image: url('../../img/icon/icon-expertise-with-experience-blue.png')
        }

        .icon-bg-container .iconchild.icon5.light {
            background-image: url('../../img/icon/icon-expertise-with-experience-white.png');
        }

        .icon-bg-container .iconchild.icon6.dark {
            background-image: url('../../img/icon/icon-proven-experience-blue.png')
        }

        .icon-bg-container .iconchild.icon6.light {
            background-image: url('../../img/icon/icon-proven-experience-white.png');
        }

.service-icon-text:hover .icon-bg-container .iconchild.light {
    display: block;
}

.service-icon-text:hover .icon-bg-container .iconchild.dark {
    display: none;
}


/*services end*/

/*Features*/
.feature-section .headline-1 h6 {
    color: #013850;
}

.feature-section .headline-1 h4 {
    color: #01B9BF;
}

.feature-section .headline-1 h2 {
    font-size: 42px;
    color: #013850;
}

.feature-text-content .feature-list-item li {
    color: #01B9BF;
}

    .feature-text-content .feature-list-item li i {
        color: #01B9BF;
        border: 2px solid #00628D;
    }

.feature-section:before {
    background-image: url(../../img/banner/vector.png);
}


.feature-map-content .it-maplocation-img {
    width: 21px;
    height: 28px;
    position: absolute;
    top: -34px;
    right: 50%;
    transform: translateX(50%);
}

    .feature-map-content .it-maplocation-img img {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.feature-map-content .it-feature-indicatior .it-indicator-border1, .feature-map-content .it-feature-indicatior .it-indicator-border1 {
    -webkit-box-shadow: 0 0 0 2px #00628D;
    box-shadow: 0 0 0 2px #00628D;
}

.feature-map-content .it-maplocation {
    cursor: pointer;
    position: absolute;
    -webkit-box-shadow: 0px 3px 6px 0px #00628D;
    box-shadow: 0px 3px 6px 0px #00628D;
}


.feature-map-content .it-feature-indicatior {
    background-color: #00628D;
}

.feature-map-content .it-maplocation {
    cursor: pointer;
    position: absolute;
    -webkit-box-shadow: 0px 3px 6px 0px #00628D0a;
    box-shadow: 0px 3px 6px 0px #00628D0A;
}
/*Features End*/


/*Team*/
.portfolio-section:before {
    background-color: #00628D;
}

.portfolio-section .section-title h4 {
    color: #fff;
}

.portfolio-section .section-title h2 {
    font-size: 42px;
}

.portfolio-img-text {
    max-width: 357px;
}

.portfolio-text {
    background-color: #01B9BF;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 16px;
}



.portfolio-img.relative-position {
    border-top-right-radius: 50px;
    border-top-left-radius: 16px;
}

.portfolio-img .portfolio-img-background {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 383px;
}

.portfolio-text .portfolio-tag {
    color: #92d3d7;
    font-size: 18px;
    font-weight: 700;
    font-family: "Roboto";
}
/*Team Ended*/


/*clients*/
.client-area .client-number h3 {
    font-family: 'Nunito';
    color: #6E8E9C;
}


    .client-area .client-number h3 strong {
        color: #00628D;
    }



.client-area .client-item-list li:before {
    background-color: #00628D;
}

.client-area .client-item-list li {
    background-color: #01B9BF1a;
    border-radius: 10px 20px 10px 20px;
}

    .client-area .client-item-list li:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

@media screen and (max-width: 420px) {
    .client-area .client-item-list ul {
        text-align: center
    }

    .client-area .client-item-list li {
        width: 125px;
        height: 125px;
        line-height: 119px;
    }
}
/*clients end*/

/*blogs*/
.blog-section .blog-type2:before, .blog-section .blog-type3:before, .blog-section .blog-type4:before {
    background-color: #00628D;
}

.blog-section .section-title h4 {
    color: #01B9BF;
}

.blog-section .section-title h2 {
    font-size: 42px;
}

.blog-section .blog-type3:hover {
    -webkit-box-shadow: 0px 8px 16px 0px #92D3D733;
    box-shadow: 0px 8px 16px 0px #92D3D733;
}

.blog-content-1 .blog-img-text {
    border-radius: 30px;
}

    .blog-content-1 .blog-img-text.blog-type1 .blog-img, .blog-content-1 .blog-img-text.blog-type2 {
        border-radius: 30px;
        overflow: hidden;
    }

.blog-content-1 .blog-img-text {
    border-radius: 30px;
}

.blog-section .blog-type1 .blog-text.headline-1 h3 a {
    color: #013850;
}

.blog-section .blog-text .blog-meta a i, .blog-section-2 .blog-img-text .blog-text .blog-meta a i {
    color: #01B9BF;
}

.blog-section .blog-text .blog-meta a, .blog-section-2 .blog-img-text .blog-text .blog-meta a {
    color: #013850;
}

.blog-section .blog-type1 .blog-text {
    border-radius: 30px;
    overflow: hidden;
}

/*blog end*/
