
.services-area.bg-f4f8ff, .fun-facts-area.bg-f4f8ff {
    background-color: #f4f8ff;
}
.single-team-box {
    margin-bottom: 30px;
    padding: 50px 20px 15px;
    text-align: center;
    background: #ecf2fd;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 5px 15px #00000014;
    border: 1px solid #e3e3e3;
}
.single-team-box:before {
    transform-origin: center;
    content: '';
    width: 20em;
    height: 20em;
    border-radius: 50%;
    background: #003b8b30;
    display: block;
    position: absolute;
    left: -4%;
    top: -12em;
    z-index: 0;
    transform: scale(0);
    transition: all 0.3s linear;    
}
.single-team-box:hover::before {
   transform: scale(1); 
}
.single-team-box .image-box  {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: auto;
    border: 1px solid #cae1ff;
    overflow: hidden;
    transition: all 0.3s linear;
    position: relative;
    box-shadow:  0 5px 12px #4c76ae7d;
}
.single-team-box .image  {
    overflow: visible;
    height: 54px;
    margin-top: 15px;
}
.single-team-box .content  {
    margin: 30px auto;
    position: relative;
}
.single-team-box .content h3 { font-size: 18px; }
.single-team-box .content span  {
    font-weight: 500;
    letter-spacing: 0.8px;
}
.single-team-box .image .social {
    bottom: 4px;
}
.single-team-box:hover .image  {
    background: #003b8b;
}
.single-team-box:hover .image-box {
   border: 8px solid #fff;
    box-shadow: 0 0 0 7px #003b8b;
}
.single-team-box .image .social li {
    margin-left: 5px;
    margin-right: 5px;
}

.award-slider .partner-item img {
    max-width: 92%;
    width: 100% !important;
    min-height: 240px;
    object-fit: cover;
    border: 0px solid #09438f;
}
.award-slider .partner-item p {
        padding: 10px 15px;
    border: 1px solid #ece7e7;
    border-radius: 6px;
    margin: 15px 10px;
    box-shadow: 0 3px 12px #eaeaea;
    position: relative;
    overflow: hidden;
}
.award-slider .partner-item p:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    /* background: #f06b37; */
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    background: linear-gradient(to right top, #567cb0, #4570ab, #1a4f97, #0e4691, #22569c);
}
.award-slider .partner-item:hover p {
    color: #fff;
}
.award-slider .partner-item:hover p:after {
    width: 100%;opacity: 1;
    visibility: visible;
}
.award-slider .owl-carousel .owl-dots.disabled {
    display: block;
}

.features-inner-content {
    position: relative;
}
.section-title i.bx.big {
    position: absolute;
    left: 66%;
    font-size: 12rem;
    color: #f0c837;
    top: 136%;
    opacity: 0.3;
    animation: moveleftbounce 5s linear infinite;
}

/*map*/
.static_map {
            max-width: 1072px;
            height: 676.06px;
            margin-left: auto;
            display: block;
            position: relative;
            overflow: hidden;
            background: url(../providian-images/corporate/map-location-3.gif) no-repeat center / contain;
        }
        .static_map picture img {
            max-width: 100%;
        }
        .location.delhi {
            position: absolute;
            top: 30.5%;
            left: 23.8%;
        }
        .location.delhi .circle {
            position: absolute;
            top: 8%;
            left: -22%;
        }
        .location.nepal {
            position: absolute;
            bottom: 30.6%;
            left: 28.9%;
        }
        .location.nepal .circle {
            position: absolute;
            bottom: -48%;
            left: 29%;
        }
        .location.kolkata {
            position: absolute;
            bottom: 30%;
            right: 19%;
            z-index: 2;
        }
        .location.kolkata .circle {
            position: absolute;
            bottom: -25%;
            left: -4%;
        }
        .location.bengaluru {
            position: absolute;
            bottom: 21%;
            left: 58.8%;
        }
        .location.bengaluru .circle {
            position: absolute;
            bottom: -41.5%;
            left: -30px;
        }
        
        .location .circle {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: #fff0;
        }
        .address {
            max-width: 258px;
            /*            max-width: 250px; ***** For LIVE*****/
            background: #fff;
            padding: 15px;
            border-radius: 8px;
            border: 1px solid #010066;
            box-shadow: 0 0 12px #797979;
            transition: all 0.3s linear;
            opacity: 0;
        }
        .address p b {
            color: #f06b37;
        }
        .location .circle:hover + .address {
            opacity: 1;
        }
        .address p {
            margin: 0 auto;
            font-size: 15px;
/*
            font-size: 13px;   ****for LIVE****
            line-height: 18px;
*/
        }
        .wraper img {
            display: none;
        }

.wraper { position: relative; }

ul.extra-details {
    position: absolute;
    bottom: 0%;
    left: 0px;
    display: block;
    width: 30%;
    /* height: 50px; */
    border: 1px solid #dfdfdf;
    border-radius: 6px;
    box-shadow: 0 5px 15px #0000001c;
    background: #fff;
}

ul.extra-details li  {
    color: #003b8b;
    font-size: 20px;
    margin: 7px;
    font-weight: 700;
}
ul.extra-details li span {
    font-size: 26px;
    color: #f06b37;
    /* width: 72px; */
    display: inline-block;
    font-weight: 700;
    margin-right: 15px;
}


/*consulting*/
.text-left {
    text-align: left !important;
}
.text-left.section-title .bar {
    margin-left: 0px;
}
.consulting .single-fun-fact-box {
    padding: 20px 30px;
}
.consulting .single-fun-fact-box h3 {
    font-size: 36px;
}

.consulting.digital-experience-tab .tabs {
    margin-top: 10px;
}
.consulting.digital-experience-tab .tabs li {
    margin-right: 10px;
    max-width: 31%;
    flex: 0 0 31%;
}
.consulting.digital-experience-tab .tabs li a {
    padding: 20px;
}
.consulting.digital-experience-tab .tabs li a span {
    font-size: 16px;
}
.consulting.digital-experience-tab .tab_content .about-content.warp {
    padding: 0px 0 30px 0;
}
.consulting.digital-experience-tab .tab_content .experience-inner-content {
    margin-left: 20px;
}
/*
.about-content span.drop-cap {
    border-radius: 5px;
    padding: 5px;
    background-color: #f06b37;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    margin-right: 6px;
    font-weight: 500;
}
*/
span.drop-cap {
    color: #000;
    font-weight: 400;
}
.consulting.digital-experience-tab .tab_content .tabs_item .digital-experience-content .experience-inner-content h3 {
    font-weight: 500;
}
.row.consulting-counters {
    margin-top: 60px;
}
.row.consulting-counters .single-fun-fact-box {
    min-height: 300px;
}
/*
.row.consulting-counters .col-lg-2 {
    flex: 0 0 auto;
    width: 20%;
}
*/
.p-Management {
    margin-top: 50px;
}
.single-fun-fact-box span.odometer {
    margin-right: 10px;
}

/*megamenu*/
.megamenu {
  position: static;
}


.main-navbar .navbar .navbar-nav .nav-item .megamenu.dropdown-menu .container > .row {
  background: url(../providian-images/homepage/about.png) no-repeat;
  background-size: 520px;
    background-position-x: 85%;
    background-position-y: 90%;
}

.main-navbar .navbar .navbar-nav .nav-item .megamenu.dropdown-menu {
    width: 1160px;
    position: absolute;
    left: auto;
    right: -15vw;
        overflow-y: scroll;
    height: 663px;
}
.main-navbar .navbar .navbar-nav .nav-item .megamenu.dropdown-menu h6 {
    color: #003b8b;
}

.infra-list-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.fun-facts-area .left-list {
    border-width: 0 5px 5px 0;
    border-style: solid ;
    border-color: #013c8b;
    padding-bottom: 20px;
    position: relative;
}
.fun-facts-area .left-list:before {
    border-top: 20px solid #013c8b;
    border-right: 20px solid #fff0;
    content: '';
    position: absolute;
    top: 0;
    right: -25px;
}
.infra-list-box ul.text-right li {
    position: relative;
    text-align: left;
    padding: 14px;
    border: 1px solid #dfdede;
    margin: 20px 15px;
    border-radius: 7px;
    background: #fff;
    box-shadow: 4px 4px 10px #00000014;
}
.infra-list-box ul.text-right li:before {
    border: 4px solid #f06b37;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    content: '';
    position: absolute;
    top: calc(50% - 10px);
    right: -42px;
    background: #fff;
}

.vm-points ul {
    list-style: none;
    padding: 0;
}
.vm-points ul li {
    padding: 15px 0;
}
.vm-points ul li b {
   color: #09438f;
}
.vm-points ul li i {
    display: inline-block;
    height: 22px;
    width: 22px;
    line-height: 24px;
    background: #f06b37;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    border-radius: 30px;
    margin-right: 12px;
}
.gp-bg {
    background-repeat: no-repeat;
    background-position: left 2em;
    background-size: 75%;
    background-image: linear-gradient(#ffffffa8, #fff), url(../providian-images/corporate/gp-bg.png);
}