
.innerbanner {
    margin-top: 140px;
    text-align: center;
    min-height: 416px;
    padding-top: 90px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background-size: cover !important;
    padding-bottom: 0 !important;
}

.innerbanner:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .63);
    top: 0;
    left: 0
}

.innerbanner h2 {
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px
}

.innerbanner .headicon {
    border: 1px solid #fff;
    display: inline-block;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 15px
}

.innerbanner .headicon:after,
.innerbanner .headicon:before {
    width: 30px;
    height: 1px;
    background: #fff;
    border-radius: 25px;
    content: ""
}

.innerbanner .headicon:before {
    position: absolute;
    left: -30px
}

.innerbanner .headicon:after {
    position: absolute;
    right: -30px
}

.innerbanner .bannerstats {
    margin-top: auto;
    backdrop-filter: blur(30px);
    border-top: 1px solid #b0b0af;
    width: 100%
}

.innerbanner .bannerstats ul {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none
}

.innerbanner .bannerstats ul li {
    flex: 0 0 25%;
    text-align: center;
    padding: 20px 0 18px;
    border-left: 1px solid #b0b0af
}

.innerbanner .bannerstats ul li:last-child {
    border-right: 1px solid #b0b0af
}

.innerbanner .bannerstats ul li strong {
    color: #fff;
    font-size: 36px;
    display: block;
    line-height: 30px;
    margin-bottom: 5px
}

.innerbanner .bannerstats ul li span, .innerbanner p {
    color: #fff;
}


.aboutourcompany {
    background: #f2f3ff;
    padding: 100px 0
}

 
.aboutourcompany h2 small {
    font-size: 20px;
    color: #ee4f76;
    font-weight: 700;
    display: block
}

.aboutourcompany h2 {
    font-size: 36px;
    color: #3c3c3c;
    font-weight: 700;
    border-left: 4px solid #ee4f77;
    padding-left: 25px;
    margin-bottom: 25px
}

.aboutourcompany p {
    margin-bottom: 0;
    color: #828282
}

.customappbanner.indhealth .rightbannertext,
.sayhello {
    padding: 70px 0
}

.sayhello .helloinnerbox {
    border: 1px solid #dadadd;
    border-radius: 20px;
    padding: 18px;
    text-align: center;
    position: relative
}

.sayhello .helloinnerbox:before {
    position: absolute;
    left: 15px;
    border-radius: 50%;
    top: 15px
}

.sayhello .helloinnerbox:after {
    position: absolute;
    left: 15px;
    border-radius: 50%;
    bottom: 15px
}

.sayhello .helloinnerbox h4 {
    background: #1668e2;
    display: inline-block;
    padding: 15px 67px;
    font-size: 21px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    margin-top: -18px;
    border-radius: 0 0 15px 15px
}

.sayhello .helloinnerbox h4 svg {
    margin-right: 15px
}

.sayhello .helloinnerbox .rtdott {
    position: absolute;
    right: 25px;
    height: 100%;
    top: 0
}

.sayhello .helloinnerbox .rtdott:before {
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 15px
}

.sayhello .helloinnerbox .rtdott:after {
    position: absolute;
    left: 0;
    border-radius: 50%;
    bottom: 15px
}

.sayhello .helloinnerbox h2 {
    font-size: 27px;
    margin: 20px 0;
    color: #3c3c3c
}

.sayhello .helloinnerbox .btn1 span {
    width: 43px;
    color: #fff;
    display: inline-block;
    margin-left: 20px;
    height: 43px;
    border-radius: 50%;
    background: #ee4f76;
    transition: .2s;
    border: 1.5px solid #ee4f76;
    margin-right: -1.5px
}

.sayhello .helloinnerbox .btn1 span>*,
.why_choo_new .card {
    transition: .2s
}

.sayhello .helloinnerbox a.btn1 {
    border-radius: 21px;
    color: #3c3c3c;
    padding: 11px 0 11px 20px;
    background: #ffe9ef;
    border: 1px solid #ee4f76
}

.sayhello .helloinnerbox a.btn1:hover {
    background-color: rgb(238 79 118 / 98%);
    color: #fff
}

.sayhello .helloinnerbox a.btn1:hover span {
    background-color: #fff;
    color: #ee4f76
}

.whychooseus {
    padding: 80px 0;
    text-align: center
}
.awardssection, .whychooseus, .whychooseus .btn1 {
    background: #3c3c3c;
}
.whychooseus h2 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px
}

.whychooseus p {
    color: #fff;
    margin-bottom: 40px
}

.whychooseus ul {
    padding: 0;
    list-style: none;
    display: flex;
    margin: 40px -15px 0;
    position: relative
}

.whychooseus ul li {
    flex: 0 0 16.66%;
    padding: 0 15px;
    position: relative;
    transition: .2s
}

.whychooseus ul li:hover .iconbox {
    background: linear-gradient(#1668e2 0, #186ceb 100%)
}

.whychooseus ul li:nth-child(odd):after {
    background: linear-gradient(#ee4f76 0, #b50e37 100%)
}

.whychooseus ul:before {
    position: absolute;
    content: "";
    border-bottom: 1px dotted #bbb;
    left: 100px;
    right: 100px;
    bottom: -32px;
    height: 1px
}

.whychooseus ul li:after {
    position: absolute;
    content: "";
    bottom: -40px;
    border-radius: 50%;
    left: calc(50% - 8px);
    width: 16px;
    height: 16px;
    background: linear-gradient(#eeb329 0, #f5a300 100%)
}

.whychooseus ul li .iconbox {
    background-color: #1668e2;
    min-height: 128px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px 20px 0 0
}

.whychooseus ul li h3 {
    font-size: 16px;
    border: 1px solid;
    min-height: 70px;
    border-top: none;
    border-radius: 0 0 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 10px 20px
}

.whychooseus .btn1 {
    border-radius: 21px;
    color: #fff;
    padding: 11px 60px;
    border: 1px solid #ee4f76
}

.whychooseus .btn1:hover {
    background-color: #ee4f76;
    box-shadow: 0 0 52px 10px rgb(238 79 118 / 39%)
}

.buildprojects .rtcontent:after,
.buildprojects .rtcontent:before {
    width: 100%;
    height: 1px;
    background: linear-gradient(to left, #fff, #ee4f77);
    content: "";
    right: 0
}

.ourteam {
    padding-right: 0;
    padding-top: 150px;
    padding-bottom: 0;
    position: relative
}

.ourteam h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
    margin-top: -35px
}

.ourteam strong {
    font-size: 146px;
    color: #1668e2;
    opacity: .15;
    line-height: 15px
}

.ourteam .owl-carousel {
    padding-bottom: 40px
}

.ourteam .owl-theme .owl-nav .owl-next,
.ourteam .owl-theme .owl-nav .owl-prev {
    background: #000;
    color: #fff;
    font-size: 24px;
    width: 20px;
    opacity: 1;
    height: 30px;
    line-height: 20px
}

.ourteam .owl-theme .owl-nav {
    bottom: auto;
    margin-top: 0;
    z-index: 99;
    opacity: 1;
    cursor: pointer;
    position: absolute;
    left: calc(50% - 30px);
    top: calc(100% - 35px)
}

.ourteam .teamcontent h4 {
    font-weight: 700;
    border-left: 3px solid #ee4f76;
    padding-left: 25px
}

.ourteam .teamcontent p {
    font-weight: 500;
    color: #828282;
    margin: 0;
    border-left: 3px solid #e1e1e1;
    padding-left: 25px
}

.ourteam .owl-item .myteammember {
    display: flex;
    box-shadow: 0 3px 14px rgba(24, 155, 235, .44);
    border-radius: 25px;
    margin: 15px 0
}

.ourteam .owl-item .tmimg {
    border-radius: 20px;
    overflow: hidden
}

.ourteam .owl-item .teamcontent {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 80px;
    border-right: 15px solid #ee5077;
    border-radius: 0 25px 25px 0
}

.ourteam ul.contactlist {
    padding: 10px 0 0 25px;
    margin: 0;
    list-style: none;
    border-left: 3px solid #e1e1e1
}

.ourteam ul.contactlist li a {
    width: 35px;
    height: 35px;
    background: #1668e2;
    border-radius: 5px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    display: block
}











.buildprojects {
    padding: 85px 0
}

.buildprojects .rtcontent {
    padding: 40px 0;
    position: relative;
    border-top: 1px solid #ee4f77;
    border-bottom: 1px solid #ee4f77
}

.buildprojects .rtcontent:before {
    position: absolute;
    top: -1px
}

.buildprojects .rtcontent:after {
    position: absolute;
    bottom: -1px
}

.buildprojects .rtcontent h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 13px
}

.buildprojects .rtcontent p {
    color: #828282;
    font-weight: 500
}

.buildprojects .rtcontent a.btn1 span {
    width: 42px;
    height: 42px;
    text-align: center;
    display: inline-block;
    line-height: 42px;
    background: #f27a98;
    border-radius: 50%;
    margin-right: 10px
}

.buildprojects .rtcontent a.btn1 {
    display: inline-block;
    border-radius: 25px;
    padding-right: 25px;
    background: linear-gradient(#ee4f76 0, #eb2455 100%);
    text-decoration: none;
    color: #fff;
    transition: .3s;
    box-shadow: 0 8px 24px rgba(238, 79, 118, .47)
}

.buildprojects .rtcontent a.btn1:hover {
    background: linear-gradient(#ee4f76 0, #f10e46 100%)
}

.buildprojects .rtcontent a.btn1:hover span svg {
    transform: rotate(360deg)
}

.sayhello .helloinnerbox a.btn1, .whychooseus .btn1 {
    font-weight: 600;
    line-height: 43px;
    font-size: 14px;
    box-shadow: 0 3px 23px rgba(238, 79, 118, .39);
    text-transform: uppercase;
    transition: .2s;
    text-decoration: none;
}

.buildprojects .borderbox {
    padding: 65px;
    border-radius: 11px;
    background: rgba(24, 155, 235, .1);
    border: 1px solid #1668e2;
    box-shadow: 0 3px 14px rgba(255, 255, 255, .44)
}



.person {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%
}

.person .imgbox {
    border-radius: 50%;
    height: 312px;
    -webkit-tap-highlight-color: transparent;
    transform: scale(.48);
    transition: transform 250ms cubic-bezier(.4, 0, .2, 1);
    width: 400px
}

.person .imgbox:after {
    background-color: #fff;
    content: "";
    height: 10px;
    position: absolute;
    top: 388px;
    width: 100%
}

.person .imgbox:before {
    background-color: transparent;
    z-index: 9;
    content: "";
    height: 100%;
    position: absolute;
    left: 3px;
    bottom: -80px;
    width: 100%;
    border-right: 14px solid #fff;
    border-left: 8px solid #fff
}

.sayhello .helloinnerbox .rtdott:after,
.sayhello .helloinnerbox .rtdott:before,
.sayhello .helloinnerbox:after,
.sayhello .helloinnerbox:before {
    width: 10px;
    height: 10px;
    background: #dadadd;
    content: ""
}

.person .imgbox:hover {
    transform: scale(.54)
}

.imgbox-inner {
    clip-path: path( "M 390,400 C 390,504.9341 304.9341,590 200,590 95.065898,590 10,504.9341 10,400 V 10 H 200 390 Z");
    position: relative;
    transform-origin: 50%;
    top: -200px
}

.circle {
    background-color: #fee7d3;
    border-radius: 50%;
    cursor: pointer;
    height: 380px;
    left: 10px;
    pointer-events: none;
    position: absolute;
    top: 210px;
    width: 380px
}

.person .img {
    pointer-events: none;
    position: relative;
    transform: translateY(20px) scale(1.15);
    transform-origin: 50% bottom;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1)
}

.person:hover .imgbox .img {
    transform: translateY(0) scale(1.2)
}

.img1 {
    left: 22px;
    top: 164px;
    width: 340px
}

.img2,
.img3 {
    left: -16px;
    top: 144px
}

.img2 {
    width: 445px
}

.img3 {
    width: 466px
}

.divider {
    background-color: #ca6060;
    height: 1px;
    width: 160px
}

.person .name {
    color: #404245;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 16px;
    text-align: center
}

.person .title {
    color: #6e6e6e;
    font-size: 16px;
    margin-top: 9px;
    font-weight: 500
}

@media (max-width: 990px) {
  .innerbanner, .web_dev_banner {
    margin-top: 105px;
  } 
  
  .ourteam {
    padding-top: 50px;
}
  
  
   .Pioneering-innovation ul.indlist,
    .whychooseus ul {
        flex-wrap: wrap
    }
    .Pioneering-innovation ul.indlist li {
        flex: 0 0 24.66%;
        margin-top: 20px
    }
  .Pioneering-innovation ul.indlist, .whychooseus ul {
    flex-wrap: wrap;
}
  
  .whychooseus ul li {
    flex: 0 0 33%;
    margin-bottom: 60px;
}
  .whychooseus ul:before{
  opacity:0;
  }
}

@media (max-width: 767px) {
    .innerbanner p {
        color: #fff;
        margin-bottom: 45px;
    }
  
  .aboutourcompany, .buildprojects, .comprehensiverange, .connectwithsalesforce, .hirecertified, .servicessection, .servicessection.healthandfit {
    padding: 50px 0;
	}
  .aboutsection .aboutbox {
        padding: 15px 15px 0
    }
    .aboutsection .aboutstats p {
        text-align: center;
        width: 100%;
        margin-bottom: 10px
    }
    .aboutourcompany h2,
    .ourservices .mobileappbox a.title strong {
        font-size: 27px
    }
  .allworks,
    .gameVariants,
    .its-digital,
    .p-listed-c,
    .p-whychoose,
    .sayhello,
    .sc-pd,
    .stats-section,
    .webdevelopment_services {
        padding: 40px 0
    }
  .sayhello .helloinnerbox h4 {
        padding: 12px 35px;
        font-size: 15px;
        transform: translateY(-20px);
        margin-top: 0
    }
    .sayhello .helloinnerbox h2 {
        font-size: 21px;
        margin: 5px 0 25px
    }
    .whychooseus ul li {
        flex: 0 0 100%;
        margin-bottom: 22px;
        max-width: calc(100% - 60px);
        margin-left: 60px
    }
    .whychooseus ul li:after {
        bottom: 50%;
        left: -40px
    }
    .whychooseus ul {
        flex-wrap: wrap;
        margin-left: auto;
        margin-right: auto;
        position: relative
    }
    .whychooseus ul li:before {
        content: "";
        width: 1px;
        border-left: 1px dotted #bbb;
        height: calc(100% + 7px);
        left: -33.5px;
        position: absolute;
        top: 50%
    }
    .ourteam h2 {
        font-size: 28px;
        margin-top: -30px
    }
    .buildprojects .rtcontent {
        padding: 27px 0
    }
    .allworks .mbimg>img {
        max-height: 495px
    }
    .allworks .bgimg {
        min-height: 280px
    }
  .ourteam strong {
    font-size: 60px;
}
}


