
/* --------Header-------*/
.header-wrapper .container-max{
    max-width: 98%;
}
.header-wrapper{
    border-bottom: 1px solid #cecece;
}
header{
    position: relative;
    padding: 10px 0;
}
.logo img{
    width: 100%;
    display: block;
}

.mid_head{
    width: calc(100% - (90px + 56px));
}
.mid_head .span{
    line-height: 1;
    font-size: 20px;
    transition: 0.6s;
    margin-bottom: 8px;
}
.mid_head .strong{
    line-height: 1;
    font-size: 24px;
    transition: 0.6s;
}
.hamburgerIcon{
    width:40px;
    position: relative;
}
.hamburgerIcon a{
    color: #004c8d;
    font-size: 30px;
    display: block;
}
.hamburgerIcon a .line span{
    width: 100%;
    height: 4px;
    background-color: #000;
    margin: 7px 0;
    border-radius: 10px;
    display: block;
}
.hamburgerIcon a .line_1{
    padding-left: 10px;
    transition: 0.5s all;
}
.hamburgerIcon a .line_3{
    padding-left: 20px;
    transition: 0.5s all;
}
.hamburgerIcon a:hover .line_1, .hamburgerIcon a:hover .line_3{
    padding-left: 0px;
}
header.fixedHeader{
    padding: 5px 0;
    background-color: #fff;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.45);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    transition: 0.5s;
}
header.fixedHeader .mid_head .span{
    font-size: 16px;
}
header.fixedHeader .mid_head .strong{
    font-size: 20px;
}




section{
    overflow: hidden;
}
.heading3{
    font-size: 20px;
}
.menuC{
    width: 40px;
}
.menuC span{
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #000;
}

/* ---------------Css Animation------------------ */
@keyframes rotate_1{
    from { 
        transform: rotate(0deg); 
    }
    to { 
        transform: rotate(360deg); 
    }
}
@keyframes rotate_2{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(-360deg);
    }
}
@keyframes rotate_3{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}


/*--banner start--*/
.bannerWrap{
    height:calc(100vh - 86px);
    overflow: hidden;
    border-radius: 0px 0px 120px 120px;
    position: relative;
}
.bannerWrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.bannerImg{
    height: 100%;
}
.bannerWrap video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}
.bannerContent {
    width: 25%;
    position: absolute;
    right: 0;
    top: 0;
    height:100%;
    padding: 40px 100px 40px 0px;
}
.bannerContent::after{
    width: 75%;
    height: 100%;
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background-color: #229e82;
}
.bannerContentBox{
    width:100%;
    height: calc(25% - 15px);
    overflow: hidden;
    padding: 10px;
    margin-bottom: 15px;
    position: relative;
}
.bannerContentBox::before{
    width: 32%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: #1f9279;
    z-index: -1;
}
.bannerContentBox::after{
    width: 68.2%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    background-color: #ee8a33;
    z-index: -1;
}
.bannerContentInner{
    height: 100%;
    position: relative;
    z-index: 1;
}
.bannerHeading{
    font-size: 70px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}
.bannerHeading span{
    color: #f7f7f7;
}
.bannerTxt{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}
.bannerTxt .container{
    max-width: 90%;
}
/*--banner end--*/

.home-page{
    min-height: 600px;
}
/*--subHeading start--*/
.subHeading{
    font-size: 24px;
    line-height: normal;
}
/*--subHeading end--*/
.contentheading{
    position: relative;
}
.contentheading::after{
    height: 2px;
    background-color: #1d7171;
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0px;
    width: 100%;
}
.contentheading::before{
    height: 16px;
    content: "";
    position: absolute;
    background: url(../images/icon/heading-btm-arrow.png) no-repeat;
    bottom: -29px;
    left: 80px;
    width: 23px;
    z-index: 1;
}
.contentheadingTxt{
    font-size: 18px;
}
.yoyTxt{
    display: inline-flex;
    position: relative;
}
.yoyTxt::after{
    width: 0;
    height: 0;
    border-top: 10 solid transparent;
    border-bottom: 36px solid transparent;
    border-right: 15px solid #fff;
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
}
/*--home key highlight start--*/
.homeKeySec{
    background: url(../images/home-img/key_bg.jpg) no-repeat;
    background-size: cover;
    background-position: right;
}
.home_KeyhighlightTxt{
    border-radius: 0px 0px 50px 50px;
}
.tabWrap{
    position: relative;
    border-bottom: 2px solid #056262;
    width: 100%;
}
.tabWrap ul li{
    display: inline-block;
    padding: 0 20px;
    line-height: 45px;
    margin-bottom: 0px;
    cursor: pointer;
}
.tabWrap ul li.active{
    background-color: #ee8a33;
    position: relative;
}
.tabWrap ul li.active::after{
    height: 16px;
    content: "";
    position: absolute;
    background: url(../images/icon/heading-btm-arrow.png) no-repeat;
    bottom: -36px;
    left: 50%;
    width: 23px;
    z-index: 1;
    transform: translateX(-50%);
}
.tabContent{
    opacity: 0;
    transition: 0.5s all;
    transform: translateY(20px);
    animation: fadeIn 0.7s ease 1 forwards;
    display: none;
}
.tabContent.active{
    display: block;
}
@keyframes fadeIn {
    100% {
      opacity: 1;
      transform: none;
    }
  }
  .slick-dots{
    text-align: center;
    margin-top: 30px;
  }
  .sliderItems{
    padding-right: 20px;
  }
  .slick-dots li{
    font-size: 0px;
    width: 8px;
    height: 8px;
    background-color:#000;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
  }
  .slick-dots li.slick-active{
    background-color: #056262;
  }
  .acSec{
    background-color: #fff5ed;
  }
  .leftTab{
    width: calc(100% - 70%);
  }
  .tabItem {
    opacity: 0;
    overflow: hidden;
    width: 0%;
    -webkit-transition: width 1500ms ease-in, opacity 1.2s ease-out;
    -moz-transition: width 1500ms ease-in, opacity 1.2s ease-out;
    -o-transition: width 1500ms ease-in, opacity 1.2s ease-out;
    transition: width 1500ms ease-in, opacity 1.2s ease-out;
  }
  .tabItem.current {
    opacity: 1;
    width: 100%;
  }
  .leftTab ul li{
    padding: 10px 0;
    border-radius: 0px 30px 30px 0px;
    margin-bottom: 15px;
    background-color: #fff;
    padding-left: 40px;
    font-weight: 500;
    font-size: 24px;
    transition: 0.5s all;
    cursor: pointer;
    border: 1px solid #056262;
    border-left: 0;
  }
  .leftTab ul li:last-child{
    margin-bottom:0px;
  }
  .leftTab ul li.active, .leftTab ul li:hover{
    background-color: #056262;
    color: #fff;
  }
  .rightTxt{
    width: calc(100% - 30%);
    padding-left: 40px;    
  }
  .acContentBox, .tabContentInner{
    height: 100%;
  }
  .tabContentInner{
    justify-content: end;
  }
  .acContent{
    width:calc(100% - 50%);
    padding: 0 30px;
    padding-left: 0px;
  }
  .btn-one{
    display: inline-flex;
    background-color: #fff;
    padding: 0 30px;
    padding-right: 60px;
    text-align: center;
    overflow: hidden;
    position: relative;
    transition: 0.5s all;
    border: 1px solid #fff;

  }
  .btn-one:hover{
    background-color: #056262;
  }
  .btn-one span{
    color: #056262;
    font-size: 16px;
    font-weight: 500;
    display: block;
    line-height: 45px;
  }
  .btn-one:hover span{
    color: #fff;
  }
  .btn-one::after{
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -8px;
    background-color: #ee8a33;
    content: "";
    transform: skew(20deg);
  }
  .btn-one::before{
    position: absolute;
    width: 40px;
    height: 100%;
    content: "";
    right:0;
    top: 0;
    z-index: 1;
    background: url(../images/home-img/right-arrow.png) no-repeat center center;
  }
  .btn-one.dn-btn::before{
    background: url(../images/icon/download-icon.png) no-repeat center center;
  }
  .acImg{
    border-radius: 0px 0px 0px 160px;
    overflow: hidden;
    position: relative;
    padding-left:10px;
    padding-bottom: 10px;
  }
  .acImg:before{
    width: 100%;
    height: 40%;
    background-color: #ee8a33;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .acImg:after{
    width: 100%;
    height: 60%;
    background-color: #056262;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    border-radius: 0px 0px 0px 160px;
  }
  .acImgInner{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    border-radius: 0px 0px 0px 150px;
    overflow: hidden;
  }
  .quoteImg{
    position: relative;
  }
  .managementImg{
    display: flex;
    align-items: end;
  }
  .quoteImg::after{
    width: 80%;
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    background-color: #219e82;
    height: 4px;
  }
  .managementTxt{
    width: calc(100% - 30%);
  }
  .managementTxt .txtWrap{
    position: relative;
    margin-bottom: 50px;
  }
  .ceoWrap .quoteImg::after{
    right: auto;
    left: 0;
  }
  .managementTxt .txtWrap:after{
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    content: "";
    background-color: #219e82;
    left: 0;
  }
  .acSec2 .rightTxt{
    padding-right: 40px;
  }
  .imgHolder{
    overflow: hidden;
    border-radius: 0px 0px 160px 0;
    position: relative;
  }
  .acContentTxt{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255,255,255,0.8);
  }
  .border-none{
    border: 0px !important;
  }
  .bsrImg{
    width: 100%;
    position: relative;
  }
  .bsrImg img{
    width: 100%;
  }
  .bsrContent{
    position: absolute;
    padding: 30px 40px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
  }
  .footer_section{
    /* min-height: 380px; */
    background-color: #056262;
    overflow: hidden;
  }
  .footerWidget{
    background-color:#219a7f;
    border-radius: 20px;
  }
.widgetHeading{    
    min-height: 110px;
}
/*--home key hightlight end--*/
/*--inner_page start--*/

/*--corporate identity start--*/
/*--corporate identity end--*/

.textWrap.boldTxt .textWrapInner{
    padding: 30px;
    background-color: #f7f7f7;
}
.corporateImg{
    height: 600px;
    overflow: hidden;
    border-radius: 0px 0px 100px;
}
.corporateImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.corporateContent .txtWrap{
    padding-left: 30px;
}
.contentheading.iconHeading::before{
    left: 60px;
}
.iconHeadingWrap .leftWrap{
    width: calc(100% - 150px);
}
.iconHeadingWrap .rightWrap{
    width: 150px;
    display: flex;
    justify-content: center;
    position: relative;
}
.iconHeadingWrap .rightWrap::after{
    width: 100%;
    height: 5px;
    background-color: #1d7171;
    content: "";
    position: absolute;
    top: 100%;
    left:0;
}
.iconHeadingWrap .contentheading::after{
    bottom: -13px;
}
.iconHeadingWrap .contentheading::before{
    bottom: -27px;
}

.roundList li {
  position: relative;
  display: block;
  padding-left: 30px;
  line-height: 25px;
}
.roundList li::before{
    width: 25px;
    height: 24px;
    background: url(../images/corporate-identity/round-arrow.png) no-repeat center center;
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    padding: 5px;
    display: flex;
    background-size: 20px;
}
.roundList li ul.innerList li::before{
    background: none;
    content: ">";
    top: -6px;
}
.differentiatorBox{
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.boxHeading {
    width: auto;
    display: inline-flex;
    padding: 10px 15px;
    color: #fff;
}
.differentiatorInner{
    border: 1px solid #056262;
    margin-top: -25px;
    padding-top: 60px;
    padding: 30px;
    padding-top: 60px;
    text-align: center;
}
.graphHeading{
    border-top: 2px solid #056262;
    border-bottom: 2px solid #056262;
}
.physical-reachSec{
    background-color: #dbecec;
}
.gsap-marker-end, .gsap-marker-start, .gsap-marker-scroller-end, .gsap-marker-scroller-start{
    display: none !important;
}
.go2Top{
    width: 45px;
    height:45px;
    border-radius: 7px;
    background-color: #ee8a33;
    color: #fff;
    position: fixed;
    bottom: 30px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 17px 0px #0000066e;  
}

.titleRow{
    position: relative;
    transition: 0.6s;
} 
.contentRow{
    position: relative;
    transition: 1.6s;
}
.titleRow{opacity: 0; transform: translateY(100%);}
.contentRow{opacity: 0; transform: translateY(100%);}

.titleRow.view{opacity: 1; transform: translateY(0%);}
.contentRow.view{opacity: 1; transform: translateY(0%);}
.copyrightWrap{
    padding: 10px 0;
    text-align: center;
    background-color: #1f9279;
}
/*--inner_page end--*/
/*--microBanking start--*/
.mRow_1{
    position: relative;
}
.img_Holder{
    border-radius: 0px 0px 160px 0;
    overflow: hidden;
    position: relative;
    height: 650px;
}
.img_Holder img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
figure.innerImg{
    width: 50%;
    padding-top: 10px;
    position: relative;
}
figure.innerImg::after{
    width: 80%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100px;
    z-index: -1;
    content: "";
    background-color: #f78f35;
}
figure.innerImg::before{
    width: 20%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    z-index: -1;
    content: "";
    background-color: #219e82;
}
.boxTxt{
    background-color: #e4ede9;
}
.box_heading{
    top: -20px;
    position: relative;
}
.fullImg{
    width: 100% !important;
}
.fullImg img{
    width: 100%;
}
/*--microBanking end--*/
/*--msme start--*/
.inner_page.msmePg .innerImg.fullImg{
    height: 520px;
    overflow: hidden;
}
.inner_page.msmePg .innerImg.fullImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
/*--msme end--*/
/*--tasc start--*/
.borderHeading{
    position: relative;
}
.borderHeading::after{
    width: 88%;
    height: 1px;
    background-color: #4d4d4f;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    right: 0;
}
.tascPg .innerImg{
    height: 500px;
    overflow: hidden;
    border-radius: 0px 0px 140px 0px;
}
.tascPg .innerImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
   
}
.innerImg.fullImg.rightImg{
    border-radius: 0px 0px 0px 140px !important;
}
/*--tasc end--*/
/*--third party page start--*/
.caaHeading{
    display: inline-flex;
    justify-content: center;
    justify-content: center;
}
.caaSub{
    width: 100%;
    display: block;
}
.caaBox{
    border: 1px solid #4d4d4f;
    position: relative;
    min-height: 290px;
}
.caaBox::after{
    width: 81%;
    height: 6px;
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -3px;
    background-color: #056262;
}
.caaContent{
    position: relative;
}
.caaContent::before{
    width: 90px;
    height: 90px;
    position: absolute;
    content: "";
    top: -80px;
    left: 25%;
    /* transform: translateX(-50%); */
    background: url(../images/third-party-products/left-side-arrow.png) no-repeat;
    background-size: 77%;
    z-index: 1;
}
.caaContent::after{
    width: 90px;
    height: 90px;
    position: absolute;
    content: "";
    top: -80px;
    right: 25%;
    /* transform: translateX(-50%); */
    background: url(../images/third-party-products/right-side-arrow.png) no-repeat;
    background-size: 77%;
    z-index: 1;
}
.third-party-sec figure.innerImg.fullImg{
    height: 515px;
    overflow: hidden;
}
.third-party-sec figure.innerImg.fullImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.leftCurve{
    border-radius: 0px 0px 0px 130px;
    overflow: hidden;
}
/*--third party page end--*/
/*--milestone start--*/
.milestoneSec{
    background:url(../images/milestone/milestone-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.timeContainer_sm{
    flex-wrap: wrap;
    width:560vw;
    display: flex;
    align-items: flex-start;
    padding: 120px 0 0;
}
.timeEach {
    display: inline-flex;
    position: relative;
    justify-content: space-between;
    margin-top: 30px;
    /* padding: 1em 0px !important; */
    margin-right: 2em !important;
    align-items: center;
    color: #F0C368;
    width: 500px;
    background-color:rgb(0 0 0 / 68%);
    margin-bottom: 20px;
    border: 1px solid #fefefe38;
    padding: 30px;
    min-height: 290px;
}
.timesInner h5{
  font-size: 30px;
  margin-bottom: 20px;
  color: #f78f35;
}
/*--milestone end--*/
.mtm_100{
    margin-top: -220px;
    position: relative;
}
.aheadBg{
    background-size: cover !important;
    background-attachment: fixed !important;
}
.aheadBg .boxTxt{
    background-color: #e4ede9d9;
}
.keyPerformanceImgDiv{
    display: block;
}
.keyPerformanceImgDiv img{
    width: 100%;
}
.textWrap .textWrapHeading{
    font-size: 17px !important;
}
.topBg{
    background-size: cover !important;
    background-attachment: fixed !important;
}
/*--risk management start--*/
.riskM .tabWrap{
    border-bottom: none;
}
.riskM .tabWrap ul li.active::after{
    display: none;
}
.riskM .tabWrap ul li{
    margin-bottom: 10px;
}
ul.tabs li{
    border-radius: none !important;
}
/*--risk management end--*/
/*--bod start --*/
.bodboxWrap .bodImg{
    display: block;
}
/* width */
::-webkit-scrollbar {
    width:6px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: rgba(247,143,53,1); 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }
  .bodboxWrapText p{
    margin-bottom: 15px;
  }
/*--bod end--*/

/*--sidemenu start--*/
  
  /* NAV MENU ITEMS */
  nav.side-menu{    
    padding-top: 90px;
    background-color: #056262;
  }
  nav.nav__list > ul {
    height: calc(100% - 90px);
    overflow: auto;
  }
  nav.nav__list ul{
    list-style: none;
  }
  /* nav.nav__list ul li{
    transition: 0.5s;
  } */
  nav.nav__list li a {
    letter-spacing: 1px;
    font-size: 24px;
    display: block;
    line-height: 36px;
    padding: 10px 0;
    margin: 10px 0;
    color: #fff;
    padding: 15px 30px;
    border-bottom: 1px solid #212121;
    transition: 0.5s all;
  }
  
  nav li a:hover,
  nav li a:active {
    color: #ee8a33;
  }

  ul.sub-menu{
    display: none;
    /* height: auto !important; */
    /* transition: 0s all; */
    padding-left: 20px !important;
  }
  
  /*--nav menu start--*/
  .nav-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0px;
    background-color: #0000004f;
    backdrop-filter: blur(10px);
    transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    will-change: width;
    z-index: 99;
  }
  .nav-menu.is-active {
    width: 100%;
  }
  .nav__trigger.is-active .bars:before, .nav__trigger.is-active .bars:after {
    transform: translateX(0) rotate(-90deg);
  }
  
  .nav__content {
    padding-left: 60%;
  }
  nav.nav__list{
    height: 100vh;
    padding-top: 90px;
    background-color: #056262;
  }
  /* .nav__content.is-active {
    visibility: visible;
    opacity: 1;
    transition: 0.4s linear;
  } */
  .nav-menu.is-active .nav__item a {
    opacity: 1;
    transform: translateY(0);
    transition-property: transform, opacity, color;
    transition-duration: 0.55s, 0.55s, 0.3s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1), ease-in-out, ease-in-out;
  }
  .nav__content.is-active .nav__list .nav__item:nth-of-type(1) a {
    transition-delay: 0s, 0s, 0s;
  }
  .nav__content.is-active .nav__list .nav__item:nth-of-type(2) a {
    transition-delay: 0.05s, 0.05s, 0s;
  }
  .nav__content.is-active .nav__list .nav__item:nth-of-type(3) a {
    transition-delay: 0.1s, 0.1s, 0s;
  }
  .nav__content.is-active .nav__list .nav__item:nth-of-type(4) a {
    transition-delay: 0.15s, 0.15s, 0s;
  }
  .nav__content.is-active .nav__list .nav__item:nth-of-type(5) a {
    transition-delay: 0.2s, 0.2s, 0s;
  }
  .nav__content.is-active .nav__list .nav__item:nth-of-type(6) a {
    transition-delay: 0.25s, 0.25s, 0s;
  }
  .nav__content.is-active .nav__list .nav__item:nth-of-type(7) a {
    transition-delay: 0.3s, 0.3s, 0s;
  }
  .nav__content.is-active .nav__list .nav__item:nth-of-type(8) a {
    transition-delay: 0.35s, 0.35s, 0s;
  }
  .nav__content.is-active .nav__list .nav__item:nth-of-type(9) a {
    transition-delay: 0.4s, 0.4s, 0s;
  }
  
  .nav__list ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .nav__item a {
    display: inline-block;
    padding: 1rem;
    color: #9ac6ac;
    text-decoration: none;
    font-size: 3rem;
    font-size: 10vw;
    font-size: 14vmin;
    font-weight: 300;
    opacity: 0;
    transform: translateY(100%);
    transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    will-change: transform, opacity;
  }
  .nav__item a:hover {
    color: white;
  }
  
  .nav__divider {
    margin: 1.75rem 0 1.5rem;
    width: 100%;
    height: 2px;
    background-color: #9ac6ac;
    transform: scaleX(0);
    transform-origin: 0 0;
    transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .overlayBack{
    overflow: hidden;
  }
  li.has-menu a{
    position: relative;
  }
  li.has-menu a::before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    border-top: 7px solid #f5f5f5;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    right:20px;
    transform: rotate(0);
    transition: all 0.5s;
    margin-top: 5px;
    display: none;
    top: 25px;
  }
  li.has-menu ul.sub-menu li a::before{
    display: none !important;
  }
  .nav-menu.is-active .has-menu a::before{
    display: block;
  }
  .has-menu.active a::before {
    transform: rotate(-180deg);
  }
  .not-active.heading::before {
    transform: rotate(0deg);
  }
  ul.sub-menu li {
    margin-bottom: 0px;
  }
  ul.sub-menu li a{
    font-size: 17px;
    line-height:25px;
    margin: 0px;
    border-bottom: none;
  }
  /*--nav menu end--*/
  /*--ceo start--*/
  .ceoImgDiv img{
    width: 100%;
  }
  .closeIcon{
    position: absolute;
    top: 20px;
    right: 20px;
  }
  /*--ceo end--*/
  .horizontal-sliders{
    display:flex;
    flex-wrap:no-wrap;
    width: 500%;
    overflow-x:hidden;
  }
  .slide{
    height:100vh;
    width:20%;
  }
  .careerSec{
    background: linear-gradient(45deg, #53a0ff1f, transparent);
}
section h2 span{
    color: #dc2126;
}
.carrerHead {
    margin-bottom: 40px;
}
.crContent{
    margin-bottom: 50px;
}
.crDEtailswrap img{
    border-radius: 50%;
    background-color: #dc212614;
    padding: 10px;
    margin-right: 18px;
    width: 50px;
}
.iconC h6{
    font-size: 18px;
    color: #dc2126;
}
.eachCarrer h4{
    margin-bottom: 16px;
    font-size: 28px;
}
.crDEtailswrap {
  display: flex;
  width: 550vw;
  padding-top: 60px;
}

.eachCarrer{
    min-height: 350px;
    width: 400px;
    background-color:rgb(0 0 0 / 68%);
    margin-bottom: 20px;
    border: 1px solid #fefefe38;
    border-radius: 10px;
    margin-right: 30px;
    padding: 20px 30px;
    transition: 0.4s;
    /* display: flex;
    flex-direction: column;
    justify-content: space-between; */
    display: flex;
    align-items: center;
}
/*--page navigation start--*/

/*--page navigation end--*/
.pageNAv.greenBg{
  background-color:#219a7f !important;
}
.pageNAv .container-max{
  max-width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}
.navBtn{
  overflow: hidden;
  padding: 15px;
}
.navBtn a {
	  position: relative;
    padding: 10px 30px;
    color: #d6d6d6;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 4px;
    font: 700 21px consolas;
    overflow: hidden;
    display: block;
    background-color: #056262;
}
.navBtn.prevBtn a{
  border-radius: 0 30px 30px 0;
}
.navBtn.nextBtn a{
  border-radius: 30px 0px 0px 30px;
}



.dwnAnnual{
  display: flex !important;
  align-items: center;

}
.dwnAnnual h6{
  color: #056262;
  margin-right: 15px;
}
.dwnAnnual img{
  margin-right: 15px;
}
.nav.nav__list{
  height: 100vh;
}


.graphImg a{
  display: block;
  width: 100%;
}
.graphImg a video{
  width: 100%;
}

.brY{
  border: 1px solid #056262;
  border-right: 0px;
  border-left: 0;
  padding: 5px 0;
}

.managementInner1 .managementImg{
  position: relative;
  bottom: -25px;
}



.mobBannerImg {
  display: none;
}
.animation-element {
}
/*3 grid layout*/

/*bounce up animation for the subject*/

.bounce-up .bsrImg {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bounce-up.in-view .bsrImg {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
@media only screen and (max-width: 768px) {
.digitalBankingBorderText {
top: -50px;}
.digitalBankingBorderImg {
top: -50px;}
.desk-hide{
	display: block !important;
}
} 
.desk-hide{
	display: none;
} 