/*android service page css start here*/

.full_height {
    height: 100vh;
}

.top_banner {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
    display: block;
}

.service_banner {
   /* background: url("../images/service-banner.png") no-repeat;  */
   background: url("../images/site-banner.jpg") no-repeat; 
}

.about_banner {
    background: url("../images/site-banner.jpg") no-repeat;
}

.service_intro {
    background: #f6f6f6;
    width: 100%;
    overflow: hidden;
}

.service_box {
    background: #fff;
    width: 100%;
    overflow: hidden;
}

.service_box .service_left {
    background: #fff;
    height: 100%;
    padding: 15px;
}

.service_box .service_left,
.service_box .service_right {
    display: block;
    width: 50%;
    height: auto;
    vertical-align: middle;
}

.vertical-tabs {
    font-size: 15px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.vertical-tabs ul.nav-tabs a.nav-link {
    max-width: 209px;
    width: 100%;
    height: 150px;
    display: block;
    border-radius: 40px;
    background: #fff;
    color: #333;
    text-decoration: none;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.07);
}

.vertical-tabs ul.nav-tabs a.nav-link:hover,
.vertical-tabs ul.nav-tabs a.nav-link.active {
    background: linear-gradient(#001c41 0%, #287caa 100%);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.07);
    filter: drop-shadow(0px 5px 25px rgba(22, 178, 224, 0.3));
    color: #fff;
    transition: 0.5s;
}

.vertical-tabs ul.nav-tabs li > a .icon {
    position: relative;
}

.vertical-tabs ul.nav-tabs li > a.nav-link img {
    max-height: 64px;
    width: 100%;
}

.vertical-tabs ul.nav-tabs li > a:active img,
.vertical-tabs ul.nav-tabs li > a:hover img {
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}

.vertical-tabs ul.nav-tabs li > a img.on-hover {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}

.vertical-tabs ul.nav-tabs li > a.active img.on-hover,
.vertical-tabs ul.nav-tabs li > a:hover img.on-hover {
    opacity: 1;
    visibility: visible;
}

.vertical-tabs .tab-content > .active {
    background: #fff;
    display: block;
}

.vertical-tabs ul.nav.nav-tabs {
    display: block;
    float: left;
    width: 100%;
}

.vertical-tabs ul.nav.nav-tabs li.nav-item {
    width: 25%;
    margin-right: 15px;
    height: 135px;
    color: #777a7d;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 35px;
    display: inline-block;
    text-align: center;
}

.service-righ-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.vertical-tabs .tab-content {
    top: 0;
    left: -15%;
    right: 0;
    bottom: 0;
    /* background: #fff; */
    padding: 45px 0px;
    /* width: 650px; */
    position: absolute;
}

.vertical-tabs .tab-pane {
    background: #fff;
    padding: 35px;
    width: 100%;
    height: auto;
    box-shadow: -10px 13px 26px rgba(0, 0, 0, 0.16);
}

.vertical-tabs .sv-tab-panel {
    background: #fff;
    height: auto;
    padding-top: 10px;
}

.service_icon {
    display: block;
    width: 100%;
    max-width: 50px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.work_process {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.industry_solution,
.why_choose {
    display: block;
    width: 100%;
}

.industry_solution ul,
.why_choose ul {
    display: block;
    width: 100%;
}

.industry_solution ul li,
.why_choose ul li {
    width: 230px;
    display: inline-block;
    border-radius: 31px;
    background: #fff;
    box-shadow: 0px 22px 36px rgba(57, 104, 213, 0.26);
    padding: 20px;
}

.industry_solution ul li {
    width: 18%;
    margin: 10px;
}

.industry_solution ul li span.icon,
.why_choose ul li span.icon {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 15px;
}

.industry_solution ul li span.icon img,
.why_choose ul li span.icon img {
    width: 100%;
    max-width: 40px;
}


.industry_solution ul li span.icon_title,
.why_choose ul li span.icon_title {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.2em;
    text-align: left;
    color: #f87489;
}

.industry_solution ul li span.icon_title,
.why_choose ul li span.icon_title {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0;
    text-align: center;
    color: #001C41;
}

.text-purpul {
    color: #6F66C5 !important;
}

.text-sky {
    color: #37BDCC !important;
}

.text-green {
    color: #4BB853 !important;
}

/*android service page css end here*/

/*abiut us page css start here*/
.h_100 {
    height: 100vh;
}

.mission_img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.bg_gray {
    background: #f6f6f6;
    width: 100%;
    overflow: hidden;
}

.bg_dark_blue {
    background: #24618c;
    width: 100%;
    overflow: hidden;
}


/*--------- testimonial css ----------*/
.testimonial-wraper {
    background: #f2f2f2;
}

.testimonial-block {
    display: block;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 30px;
}

.testimonial-client {
    display: block;
    width: 172px;
    height: 172px;
    /*    box-shadow: 0 3px 16px rgba(242, 80, 79, 0.44);*/
    border-radius: 100%;
}

.testimonial-block p {
    color: #798086;
    line-height: 26px;
    position: relative;
}

.testimonial-block p:before {
    content: '';
    position: absolute;
    left: 0;
    top: -20px;
    width: 110px;
    height: 110px;
    background: url(../images/quote-left.svg) no-repeat;
    background-size: contain;
}

.testimonial-block h5 {
    color: #000;
    font-weight: 600;
}

.testimonial-block h5 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #798086;
    line-height: 24px;
}

.testimonial-slider .slick-list {
    padding: 10px;
}

.testimonial-slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    border: none;
    width: 50px;
    height: 50px;
    text-indent: -200px;
    overflow: hidden;
    margin-top: -25px;
}

.testimonial-slider .slick-prev {
    left: -15px;
    background: url(../images/arrow-prev.svg) no-repeat;
    background-color: transparent;
    background-position: center center;
    background-size: 100px;
}

.testimonial-slider .slick-next {
    right: -15px;
    background: url(../images/arrow-next.svg) no-repeat;
    background-color: transparent;
    background-position: center center;
    background-size: 100px;
    left: auto;
}

.padding_banner {
    padding-top: 200px;
    padding-bottom: 200px;
}

.footer_bottom {}

/*abiut us page css end here*/

/*hiring page css start here*/
.hiring {

    border-radius: 30px;
    background: #fff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
    overflow: hidden;
}

.hiring_head {
    display: flex;
    align-content: center;
    align-items: center;
    position: relative;
}

.hiring .hiring_head_left {
    position: absolute;
    text-align: center;
    width: 110px;
    height: 100px;
    margin: 0px;
    box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    padding: 5px;
    left: -10px;
    top: -20px;
    overflow: hidden;
    transform: matrix(0.91, 0.42, -0.42, 0.91, 0, 0);
    -ms-transform: matrix(0.91, 0.42, -0.42, 0.91, 0, 0);
    -webkit-transform: matrix(0.91, 0.42, -0.42, 0.91, 0, 0);
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

.hiring .hiring_head_left span {
    transform: matrix(0.91, -0.42, 0.42, 0.91, 0, 0);
    -ms-transform: matrix(0.91, -0.42, 0.42, 0.91, 0, 0);
    -webkit-transform: matrix(0.91, -0.42, 0.42, 0.91, 0, 0);
    display: block;
    padding-top: 30px;
    font-weight: bold;
    line-height: 22px;
}


.hiring .hiring_head_right {
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    color: #001c41;
    padding-left: 100px;
    font-weight: 500;
}

.hiring_detail {
    display: block;
}

.hiring_detail h6 {
    font-weight: 500;
    font-size: 20px;
    color: #001c41;
    margin: 0;
}

.hiring_detail p {
    font-size: 15px;
}

.billing {
    width: 100%;
    padding: 10px;
    border-radius: 0px 0px 30px 30px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
    display: block;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #fff;
}

.billing_purpol {
    background: #9c0ebe;
}

.billing_yellow {
    background: #DBAF21;
}

.billing_green {
    background: #64DA1F;
}

.billing_blue {
    background: #0E6ABE;
}

.billing_purpol_bg {
    background: linear-gradient(#b809b8 0%, #3025d6 100%);

}

.billing_yellow_bg {
    background: linear-gradient(#fbbc0d 0%, #d6ad25 100%);

}

.billing_green_bg {
    background: linear-gradient(#1fe526 0%, #c0cc16 100%);

}

.billing_blue_bg {
    background: linear-gradient(#0955b8 0%, #25bed6 100%);

}

.box_title {
    width: 80%;
}

.build {
    background-image: url(../images/texture-02.png);
    display: block;
    padding: 115px 0 190px;
    background-color: #f7f6f4;
    background-repeat: no-repeat;
    background-position: center -406px;
}

.build h2 {
    font-size: 80px;
    font-weight: bold;
    text-transform: uppercase;
}

.build h3 {
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
}
.services .sevice-detail{padding-top:0px;}