

/*
    Main carousel wrapper.
*/




.kc-wrap {
    /* Various commands to stop items being selected when mouse-dragging/touching. */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    /* Disable IE10/11 default actions */
    -ms-touch-action: none;
    overflow:none;
    position:relative;
    /* background-image:url('background.png'); */
    background-position: center;
    width:100%;
    /* This makes wrapper scale vertically in proportion to width */
    padding-bottom:35%;
}
.kc-horizon {
    visibility:hidden;
}
/* 
    This wraps carousel items.
*/
.kc-item {
    position:absolute;
    /* These sizes are from the examples - change as appropriate */
    width:600px;
    height:355px;
    -webkit-tap-highlight-color:rgba(0,0,0,0); 
    visibility:hidden;
}


/*
    Item Shadows are made from three sections, bottom, left and right.
    This appears to give better performance than using CSS shadows, and minimizes the
    pixel area of shadow drawn.
    The image URLs used for the shadows will actually be copied into <img> elements.
    You can of course change the images if required.
*/

.kc-shadow-bottom {
    position:absolute !important;
    top:100% !important;
    width:100% !important;
    height:10% !important;
    background-image:url(shadow-bottom.png);
    left:0px !important;
}
.kc-shadow-left,.kc-shadow-right {
    position:absolute !important;
    top:0% !important;    
    width:10% !important;
    height:100% !important;
    left:-10% !important;
    background-image:url(shadow-left.png);
}
.kc-shadow-right {
    left:100% !important;
    background-image:url(shadow-right.png);
}

@-moz-document url-prefix() {
    /* Fix for FireFox specific dark edge showing on shadows */
    .kc-shadow-bottom,.kc-shadow-left,.kc-shadow-right {
         outline: 1px solid transparent;
    }
    .kc-reflection {
         outline: 1px solid transparent;
    }
}

/*
    Reflection.
    This is applied to an inserted <canvas> element that is the reflection.
*/

.kc-reflection {
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:0px;
}

/* The wrapping element of navigation buttons (if used) */
.kc-nav-wrap {
    display:inline-block;
    position:absolute;
    z-index:1000;
}
/* Navigation button */
.kc-nav-button, .kc-nav-button-active {
    width: 16px;
    height: 16px;
    background-color: #888;
    float: none;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 16px;
    border: 1px solid rgba(0,0,0,0.5);
    display: inline-block;
    vertical-align: middle;
}



/* Navigation button active */
.kc-nav-button.active {
    background-color: #fff;
}

/* No margin on  last one. */
.kc-nav-button.last {
    margin-right:0;
}

/*1.css*/


/**************Explore More**************/

.homeProducts {
    padding: 50px 0;
}

.homeProducts h2,
.exclusiveOffers h2,
.socialFeeds h2 {
    font-size: 1.813em;
    font-weight: 600;
    text-align: center;
    position: relative;
    margin-bottom: 28px;
}

.homeProducts h2 .sliderArrow,
.exclusiveOffers h2 .sliderArrow {
    bottom: 0;
}

.exclusiveOffers h2 {
    margin-bottom: 18px;
}

.homeProducts h2:after,
.exclusiveOffers h2:after,
.socialFeeds h2:after {
    height: 1px;
    width: 600px;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    position: absolute;
    content: "";
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 0%, #ff6633 35%, #ff6633 70%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #ffffff 0%, #ff6633 35%, #ff6633 70%, #ffffff 100%);
    background: linear-gradient(to right, #ffffff 0%, #ff6633 35%, #ff6633 70%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}

.homeProducts h2 span,
.exclusiveOffers h2 span,
.socialFeeds h2 span {
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0 13px;
}

.homeProductsInner {
    height: 536px;
    overflow: hidden;
    position: relative;
    background-color: #8a8a8a;
}

@media screen and ( min-width: 767px) {
    .bgfullImg {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        transition: 750ms ease-in-out;
        -webkit-transition: 750ms ease-in-out;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .bgfullImg.hover {
        -webkit-ransform: scale(1.05);
        -ms-ransform: scale(1.05);
        transform: scale(1.05);
    }
    .homeProductsInner:before {
        width: 100%;
        height: 1px;
        content: '';
        position: absolute;
        left: 0;
        top: 268px;
        z-index: 3;
        background-color: #949494;
    }
    .homeProductsInner:after {
        width: 100%;
        height: 100%;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        opacity: .4;
        background-color: #000;
    }
    .barodaConnectBg {
        background-image: url(../images/background-know-more/product-img-01.jpg);
    }
    .fifaPartnerBg {
        background-image: url(../images/background-know-more/product-img-02.jpg);
    }
    .genNextProBg {
        background-image: url(../images/background-know-more/product-img-03.jpg);
    }
    .barodamConnectPlusBg {
        background-image: url(../images/background-know-more/product-img-04.jpg);
    }
    .accOpenKioskBg {
        background-image: url(../images/background-know-more/product-img-05.jpg);
    }
    .greenPinBg {
        background-image: url(../images/background-know-more/product-img-06.jpg);
    }
    .secureBankingBg {
        background-image: url(../images/background-know-more/product-img-07.jpg);
    }
    .mInvestAppBg {
        background-image: url(../images/background-know-more/product-img-08.jpg);
    }
    .smallBusiAccBg {
        background-image: url(../images/background-know-more/product-img-09.jpg);
    }
    .barodamPassbookBg {
        background-image: url(../images/background-know-more/product-img-10.jpg);
    }
    .cashlessVillagesBg {
        background-image: url(../images/background-know-more/product-img-11.jpg);
    }
    .globalPresenceBg {
        background-image: url(../images/background-know-more/product-img-12.jpg);
    }
}

.homeProductsInner .homeProductListing {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 2;
}

.homeProductsInner .homeProductListing li {
    width: 16.6666%;
    height: 268px;
    float: left;
    border-right: 1px solid #949494;
}

.homeProductsInner .homeProductListing li:nth-child(6n) {
    border-right: none;
}

.homeProductsInner .homeProductListing .homeSprite {
    margin: 50px 0 20px;
    display: inline-block;
    -webkit-transition: 350ms ease;
    transition: 350ms ease;
}

.homeSprite {
    background-image: url(../images/header-sprite.png);
    background-repeat: no-repeat;
}

.homeProductsInner .homeProductListing a {
    min-height: 268px;
    display: block;
    text-decoration: none;
}

.homeProductsInner .homeProductListing .productTitle {
    display: block;
    margin-bottom: 20px;
    color: #fff;
    font-size: 1.375em;
    padding: 0 20px;
    position: relative;
    line-height: 28px;
}

.homeProductsInner .homeProductListing .productTitle:after {
    width: 44px;
    height: 1px;
    position: absolute;
    left: 50%;
    margin-left: -22px;
    bottom: -17px;
    content: "";
    background-color: #b4b5b6;
}

.homeProductsInner .homeProductListing .appForms .productTitle:after {
    bottom: -37px;
}

.homeProductsInner .homeProductListing .appForms .productTitle {
    margin-top: 15px;
}

.homeProductsInner .homeProductListing a:hover .productTitle:after {
    display: none;
}

.homeProductsInner .homeProductListing .exploreBtn {
    display: inline-block;
    padding: 0 25px;
    color: #00afef;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 37px;
    opacity: 0;
    position: relative;
    background: #fff;
    border: 1px solid #fff;
    transition: all 350ms ease 0s;
    -webkit-transition: all 350ms ease 0s;
}

.homeProductsInner .homeProductListing .exploreBtn:hover {
    background: #ffc430;
    border-color: #fff;
    color: #fff;
}

.homeProductsInner .homeProductListing .exploreBtn .icon {
    display: inline-block;
    height: 12px;
    width: 17px;
    background-position: -17px -1px;
    margin: 0 0 0 6px !important;
    vertical-align: middle;
}

.homeProductsInner .homeProductListing .exploreBtn:hover .icon {
    background-position: -0px -1px;
}

.homeProductsInner .homeProductListing a:hover {
    background-color: #00adef;
}

.homeProductsInner .homeProductListing a:hover .exploreBtn {
    opacity: 1;
}

.homeProductsInner .homeProductListing a:hover .homeSprite {
    margin-top: 28px;
}

.homeProductListing .icon1 {
    width: 58px;
    height: 60px;
    background-position: 0px -184px;
}

.homeProductListing .icon2 {
    width: 71px;
    height: 62px;
    background-position: -217px -277px;
}

.homeProductListing .icon3 {
    width: 97px;
    height: 57px;
    background-position: -421px -180px;
}

.homeProductListing .icon4 {
    width: 78px;
    height: 61px;
    background-position: -86px -180px;
}

.homeProductListing .icon5 {
    width: 60px;
    height: 57px;
    background-position: -2px -280px;
}

.homeProductListing .icon6 {
    width: 57px;
    height: 57px;
    background-position: -354px -187px;
}

.homeProductListing .icon7 {
    width: 51px;
    height: 57px;
    background-position: -280px -186px;
}

.homeProductListing .icon8 {
    width: 63px;
    height: 68px;
    background-position: -147px -274px;
}

.homeProductListing .icon9 {
    width: 54px;
    height: 59px;
    background-position: -77px -280px;
}

.homeProductListing .icon10 {
    width: 184px;
    height: 49px;
    background-position: -298px -284px;
}

.homeProductListing .icon11 {
    width: 49px;
    height: 54px;
    background-position: -502px -281px;
}

.homeProductListing .icon12 {
    width: 59px;
    height: 56px;
    background-position: -183px -186px;
}

.exclusiveOffers {
    padding: 0 0 60px 0;
    text-align: center;
}

.exclusiveOffers .container {
    position: relative;
}

.exclusiveOffersList {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 10px;
}

.exclusiveOffers .swiper-button-next,
.exclusiveOffers .swiper-button-prev {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    opacity: 0.60;
    transition: all 0.3s ease 0ms;
    -webkit-transition: all 0.3s ease 0ms;
}

.exclusiveOffers .swiper-button-next {
    right: -40px;
    background-position: -145px -42px;
}

.exclusiveOffers .swiper-button-prev {
    left: -40px;
    background-position: -114px -42px;
}

.exclusiveOffers .swiper-button-next:hover,
.exclusiveOffers .swiper-button-prev:hover {
    opacity: 1;
}

.exclusiveOffersList .swiper-slide {
    float: left;
    box-shadow: 0 0 10px #999;
}

.noJS .exclusiveOffersList .swiper-slide {
    margin-right: 20px;
    width: 265px;
}

.noJS .exclusiveOffersList .swiper-slide img {
    width: 100%;
}

.exclusiveOffersList .swiper-slide .box {
    position: relative;
    overflow: hidden;
}

.exclusiveOffersList .swiper-slide:last-child {
    margin-right: 0;
}

.exclusiveOffersList .swiper-slide img,
.shareNknowBtns {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.exclusiveOffersList .swiper-slide .box:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.exclusiveOffers .knowMore {
    display: inline-block;
    background: #ff6633;
    color: #fff;
    font-weight: 600;
    margin: 20px 0;
    padding: 0 25px;
    line-height: 38px;
}

.exclusiveOffers .knowMore .icon {
    width: 17px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    background-position: -174px -1px;
    transition: all 300ms ease 0ms;
    -webkit-transition: all 300ms ease 0ms
}

.exclusiveOffers .knowMore:hover {
    background: #fff;
    color: #ff6633;
    text-decoration: none;
}

.exclusiveOffers .knowMore:hover .icon {
    background-position: -190px -1px;
}

.exclusiveOffers .btnRow {
    margin-top: 30px;
}

.exclusiveOffers .btnRow .button {
    padding: 12px 35px;
}

.shareNknowBtns {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    background-color: rgba(0, 0, 0, .60);
}

.exclusiveOffersList .swiper-slide .box:hover .shareNknowBtns {
    opacity: 1;
}

.shareNknowBtnsInner {
    padding: 138px 40px 82px;
    text-align: center;
    position: relative;
    z-index: 3;
}

.shareNknowBtnsInner .shareOn {
    display: block;
    margin-bottom: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.shareNknowBtnsInner .sharingBtn {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
}

.shareNknowBtnsInner .sharingBtn li {
    display: inline-block;
    margin-right: 8px;
    vertical-align: top;
}

.shareNknowBtnsInner .sharingBtn li a {
    display: block;
    text-indent: -999em;
}

.shareNknowBtnsInner .sharingBtn li a.fb {
    width: 45px;
    height: 45px;
    background-position: -768px -1190px;
}

.shareNknowBtnsInner .sharingBtn li a.tw {
    width: 45px;
    height: 45px;
    background-position: -823px -1190px;
}

.shareNknowBtnsInner .shareOn,
.shareNknowBtnsInner .sharingBtn,
.shareNknowBtnsInner .knowMore {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0);
}

.shareNknowBtnsInner .shareOn {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.shareNknowBtnsInner .sharingBtn {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.shareNknowBtnsInner .knowMore {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.exclusiveOffersList .swiper-slide .box:hover .shareNknowBtnsInner .shareOn {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.exclusiveOffersList .swiper-slide .box:hover .shareNknowBtnsInner .sharingBtn {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.exclusiveOffersList .swiper-slide .box:hover .shareNknowBtnsInner .knowMore {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.exclusiveOffersList .swiper-slide .box:hover .shareNknowBtnsInner .shareOn,
.exclusiveOffersList .swiper-slide .box:hover .shareNknowBtnsInner .sharingBtn,
.exclusiveOffersList .swiper-slide .box:hover .shareNknowBtnsInner .knowMore {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/*********Connect with Us******/
    height: 80px;

.socialFeedsInner {
    padding: 0;
    position: relative;
    z-index: 1;
    background-color: #f3f3f3;
    border-bottom: 1px solid #b8b8b8;
}

.socialFeedsList {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.socialFeedsList li {
    display: inline-block;
    text-align: center;
    position: relative;
}

.socialFeedsList li:last-child {
    margin-right: 0;
}

.socialFeedsList li a {
    width: 228px;
}

@media all and (max-width:992px)
{
    .homeProductsInner{height: auto}
    .homeProductsInner .homeProductListing li{width:100%;border-bottom: 2px solid #797979;}
}