
.referenceWrapp {
    float: left;
    width: 100%;
    padding: 100px 0
}
.referenceWrapp h1 {
    font-size: 30px;
    color: #333;
    margin-bottom: 20px
}
.referenceWrapp .refernceImgWrapp {
    padding-left: 50px
}
.referenceWrapp .refernceImgWrapp .refernceImg {
    width: 195px;
    float: left;
    margin: 0 10px 10px 0;
    position: relative
}
.referenceWrapp .refernceImgWrapp .refernceImg .refer-content {
    position: absolute;
    width: 195px;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    padding: 5px;
    bottom: 0;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    font-size: 13px;
    text-align: center
}
.referenceWrapp .refernceImgWrapp .refernceImg:hover .refer-content {
    opacity: 1;
    transition: all 0.5s ease-in-out
}
.nopadding {
    padding: 0!important
}
.employeeVideoWrapp {
    float: left;
    width: 100%;
    padding: 100px 15px;
    background: url(../images/videoBg.jpg)no-repeat center top;
    background-size: cover;
    text-align: center
}
.employeeVideoWrapp h1 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 50px
}
.employeeVideoWrapp .EmployeeVideo {
    padding: 5px;
    background: #fff;
    box-shadow: #000 0 0 10px;
    display: inline-block
}
.employeeVideoWrapp .EmployeeVideo iframe {
    display: block;
    max-width: 100%;
    height: 450px
}
.joinWrapp {
    float: left;
    width: 100%;
    padding: 90px 0;
    background: #3fb67c;
    text-align: center
}
.joinWrapp .joinButton {
    padding: 15px 50px;
    color: #333;
    font-size: 16px;
    box-shadow: #007a3f 0 5px 20px;
    background: #fff;
    text-decoration: none;
    border: solid 2px #fff;
    transition: all 0.5s ease-in-out
}
.joinWrapp .joinButton:hover {
    color: #3fb67c;
    border: solid 2px #3fb67c;
    transition: all 0.2s ease-in-out
}
.life-image-slider {
    padding: 0!important
}
.life-image-slider .nextControl1,
.life-image-slider .prevControl1 {
    z-index: 999;
    margin-top: -25px
}


.benefitBox {
    font-size: 18px;
    color: #333;
    min-height: 200px
}
.benefitBox h2 {
    font-size: 18px;
    color: #333;
    margin-top: 40px
}
.bigBoxWrapp {
    float: left;
    width: 100%
}
.bigBoxWrapp .bigBox {
    padding: 0;
    overflow: hidden
}
.bigBoxWrapp .bigBox h1 {
    font-size: 35px;
    font-weight: 700;
    color: #fff
}
.bigBoxWrapp .bigBox P {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    opacity: 0;
    bottom: -50px;
    position: relative;
    -wibkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-bottom: 40px
}
.bigBoxWrapp .bigBox:hover p {
    bottom: 0;
    opacity: 1
}
.bigBoxWrapp .bigBox .readButton {
    padding: 12px 20px;
    border: solid 1px #fff;
    color: #fff;
    font-size: 16px;
    opacity: 0;
    bottom: -50px;
    position: relative;
    -wibkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out
}
.bigBoxWrapp .bigBox .readButton:hover {
    background: #fff;
    color: #333
}
.bigBoxWrapp .bigBox .readButton i {
    margin-left: 15px;
    font-size: 14px
}
.bigBoxWrapp .bigBox:hover .readButton {
    bottom: 0;
    opacity: 1
}
.bigBoxWrapp .bigBox .BoxOverlay {
    background: rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: #26a1ac;
    background: -moz-linear-gradient(left, #26a1ac 0%, #aa26ac 100%);
    background: -webkit-linear-gradient(left, #26a1ac 0%, #aa26ac 100%);
    background: linear-gradient(to right, #26a1ac 0%, #aa26ac 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#26a1ac', endColorstr='#aa26ac', GradientType=1)
}
.bigBoxWrapp .bigBox:hover .BoxOverlay {
    opacity: .8
}
.bigBoxWrapp .bigBox .boxContent {
    position: relative;
    z-index: 2;
    min-height: 500px;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-size: cover;
    padding: 100px
}
.bigBoxWrapp .bigBox:hover .boxContent {
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05)
}


.titleWrapp {
    display: inline-block;
    width: auto;
    margin-bottom: 70px;
}

.titleWrapp h1 {
    font-size: 25px;
    margin-bottom: 15px
}

.workWrapp .work-image {
    padding: 0;
    height: 600px;
    background: url(../images/old/work-image.jpg) no-repeat center top;
    background-size: cover;
    float: none;
    display: table-cell
}

.workWrapp {
    float: left;
    width: 100%;
    position: relative;
    display: table
}

.workWrapp .workDetails {
    padding: 20px 5%;
    font-size: 16px;
    float: none;
    display: table-cell;
    vertical-align: middle
}
.workWrapp .workDetails.life-inner-content {
    display: block;
    float: left
}
.workWrapp .workDetails h1 {
    font-size: 25px
}
.workWrapp .workDetails h1 b {
    font-weight: 700
}
.workWrapp .cycle-slideshow1,
.workWrapp .cycle-slideshow1 .slide-rep {
    max-width: 100%
}
.workWrapp.innerwork {
    display: block
}
.funWrapp {
    float: left;
    width: 100%;
    position: relative;
    display: table
}
.funWrapp .fun-image {
    padding: 0;
    height: 600px;
    background: url(../images/old/fun-img.jpg) no-repeat center top;
    background-size: cover;
    display: table-cell;
    vertical-align: middle;
    float: none!important
}
.funWrapp .fun-image.fun-mobile-img {
    display: none
}
.funWrapp .funDetails {
    padding: 20px 5%;
    display: table-cell;
    vertical-align: middle;
    float: none;
    font-size: 16px
}
.funWrapp .funDetails h1 {
    font-size: 25px
}
.funWrapp .funDetails h1 b {
    font-weight: 700
}
.container {
    width: 1810px;
    max-width: 1810px;
}
.training {
    background: url(../images/old/IMG_0123.JPG) no-repeat center top;
}

.onsite {
    background: url(../images/old/onsite_1.png) no-repeat center top;
}
.sanskiti {
    background: url(../images/old/BridgeGlobalGoaTrip1.jpg) no-repeat center top;
}

.celebration {
    background: url(../images/old/cele1.jpg) no-repeat center top;
}

.life-image-slider .nextControl1,
.life-image-slider .prevControl1 {
    z-index: 999;
    margin-top: -25px
}
.mainContent {
    position: relative;
    z-index: 2
}

.benefitBox {
    font-size: 18px;
    color: #333;
    min-height: 200px
}
.benefitBox h2 {
    font-size: 18px;
    color: #333;
    margin-top: 40px
}
.wrapper {
    float: left;
    width: 100%;
}
.main-wrapper {
    float: left;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
}
 .benefitWrapp {
        padding: 30px 0
    }
    .benefitWrapp .benefitContent {
    background: #fff;
    box-shadow: #ddd 0 0 15px;
    padding: 30px 15px 5px;
    text-align: center
}
.benefitWrapp {
    float: left;
    width: 100%;
    background: #ededec;
    padding: 100px 0
}
.bannerLife {
    width: 100%;
    height: 400px;
    background: url(../images/old/banner-life.jpg) no-repeat center top;
    background-size: cover;
    margin-top: 101px;
    text-align: center
}

.bannerLife h1 {
    font-size: 60px;
    color: #fff;
    top: 50%;
    position: relative;
    font-weight: 700;
    font-style: italic;
    text-shadow: #000 0 0 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    margin: 0
}

.bannerLife {
        height: 250px
    }
    
    .bannerLife h1 {
        font-size: 40px
    }

.core-values {
    text-align: center;
    min-height: 575px;
}
.core-values ul {
    width: 100%;
    margin: 0;
    padding: 0;
}
.core-values ul li .value-content h1 {
    margin: 0;
    padding: 0;
}
.about-content-wrapp h1 {
    
    color: #061a30;
    margin: 0;
    padding: 0 0 15px;
    text-transform: uppercase;
}
.core-values ul li .value-content p {
    line-height: 20px;
    font-size: 16px;
}

.about-content-wrapp p {
    
    color: #666;
    line-height: 26px;
    padding: 0 0 10px;
    margin: 0;
}
.core-values ul li {
    list-style: none;
    position: absolute;
    z-index: 2;
    margin: 0 0 0 -50px;
    text-align: center;
}
.core-values ul li:hover i {
    color: #fff;
    background: #82c549;
    transition: all 0.2s ease-in-out;
}
.core-values ul li i {
    color: #82c549;
    font-size: 40px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 28px 0 0;
    background: #eae7e7;
    border: solid 5px #fff;
    transition: all 0.5s ease-in-out;
}
.core-values ul li.c1 .value-content {
    top: -50px;
    left: -50px;
}
.core-values ul li.c5 .value-content {
    top: -16px;
    left: -203px;
}
.core-values ul li.c2 .value-content {
    top: -40px;
    left: 70px;
}
.core-values ul li.c3 .value-content {
    top: 5px;
    left: 80px;
}
.core-values ul li.c4 .value-content {
    top: 102px;
    left: -47px;
}
.core-values ul li.c6 .value-content {
    top: -46px;
    left: -164px;
}

.core-values ul li .value-content {
    width: 200px;
    position: absolute;
}

.core-values ul li.c1 {
    left: 50%;
    top: 46px;
}
.core-values ul li.c2 {
    left: 61%;
    top: 130px;
}
.core-values ul li.c3 {
    left: 61%;
    top: 275px;
}
.core-values ul li.c4 {
    left: 50%;
    top: 350px;
}
.core-values ul li.c5 {
    left: 39%;
    top: 275px;
}
.core-values ul li.c6 {
    left: 38%;
    top: 130px;
}
.core-values ul li .value-content h1 {
    margin: 0;
    padding: 0;
}
.core-values .circle-core-values {
    width: 300px;
    height: 300px;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -150px;
    border: dashed 1px #666;
    border-radius: 50%;
    top: 100px;
}
.about-content-wrapp {
    float: left;
    width: 100%;
    padding: 60px 0;
    background: #fff;
}
.about-content-wrapp h1 {
    
    color: #061a30;
    margin: 0;
    padding: 0 0 15px;
    text-transform: uppercase;
}
.inner-banner {
    float: left;
    width: 100%;
    background: url(../images/old/inner-banner.jpg) no-repeat center top #fff;
    background-size: cover;
    padding: 50px 0;
    text-align: center;
    margin: 0;
    margin-top: 101px!important;
}
.about-content-wrapp h2 {
    
    color: #061a30;
    margin: 0;
    padding: 0 0 15px;
    text-transform: uppercase;
}
.core-values h2 {
    margin: 230px 0 0;
    font-size: 22px;
    color: #82c549;
}
.core-value-content p {
    padding: 0 0 15px;
}
.culture-book {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.partner-rm {
    background-color: #82c549;
    padding: 10px;
    text-align: center;
    margin-top: 5px;
    display: block;
    border: 1px solid #82c549;
    color: #fff;
    text-decoration: none!important;
}
.partner-rm:hover {
    background: #6fb831 none repeat scroll 0 0;
    color: #fff;
    text-decoration: none!important;
}
a:hover {
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}
.more-about-bridge {
    float: left;
    width: 100%;
    background: #f1f1f1;
    padding: 60px 0;
}

.more-about-bridge .box-more .content-box {
    background: #fff;
    padding: 2px 15px 2px 2px;
    float: left;
    width: 100%;
    height: auto;
}
.more-about-bridge .box-more {
    margin: 0 0 30px;
}
.more-about-bridge .box-more .content-box p {
   
    color: #666;
    padding: 0;
}
.more-about-bridge .box-more .content-box h1 {

    padding: 0 0 10px;
    color: #061a30;
    margin: 0;
}

.more-about-bridge .box-more .content-box a.read-more-link {
   
    color: #7bba45;
    background: url(../images/read-more.jpg) no-repeat right center;
    padding: 0 20px 0 0;
}

.your_ownteam {
    position: relative;
    z-index: 100;
}

.yo_team {
    text-align: center;
}

.yourownsteps {
    margin-top: 0;
    text-align: center;
    font-size: 22px;
    margin-bottom: 35px;
    width: 100%;
}
.process_link.team {
    width: 160px;
}
.process_link {
    height: 43px;
    background: #6faf39;
    padding: 10px;
    color: #fff;
 
    width: 230px;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.yourownsteps .y_title {
    margin-bottom: 15px;
}


.down-arrow {
    width: 26px;
    height: 25px;
    background: url(/images/down-arrow.png) no-repeat left top;
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin: 0 0 0 -8px;
    float: left;
    z-index: 5;
    animation: scroll-down 1s infinite;
    -webkit-animation: scroll-down 1s infinite;
    cursor: pointer
}

.down_arrow hr {
    height: 60px;
    width: 2px;
    margin: -2px auto 0;
    background: #dfdfdf
}

.down_arrow1 hr {
    height: 60px;
    width: 2px;
    margin: 0 auto;
    background: #dfdfdf;
    display: none
}
.ver_arrow hr {
    background: #dfdfdf;
    height: 1px;
    width: 100%
}
.fwd_ico {
    position: absolute;
    right: 15px;
    bottom: 14px;
    width: 13px;
    height: 13px;
}

.btn-grey {
    float: left;
    position: relative;
    font-size: 16px;
    height: 44px;
    border: #D3D3D3 1px solid;
    line-height: 40px;
    text-align: center;
    padding: 0 15px;
    color: #D3D3D3;
}
.azure img{
    max-height : 212px;
    max-width : 440px;

}

.azure p {
    font-size : 15px;
}
.azure ul {
    font-size:15px;
}
.azure ul li {
    font-size : 15px;
}

.partner p {
    font-size: 15px;
}

.about-bridge p {
    font-size: 15px;
}

@media only screen and (max-width:1024px) {
    .down_arrow1 hr {
        display: block
    }
    .ver_arrow hr,
    .fwd_ico {
        display: none
    }
    .footer .footer-left .box {
        width: 33%
    }
    .BannerContent h1 {
        font-size: 25px
    }
}