/*@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,600;0,700;0,900;1,100;1,300;1,400;1,700;1,900');
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

body, html{overflow-x: hidden; }
body {margin: 0; padding: 0;  font-family: 'latoregular';  font-size: 16px; color: #000; line-height: normal; font-weight:  normal; }
.hBody{ background:#fff !important}
a { text-decoration: none; }
a:link, a:active, a:hover { outline: none; text-decoration: none; }
a:focus, button:focus { outline: none; }
.FL{ float:left}
.FR{ float:right}
.txc { text-align: center; }
.txr { text-align: right; }
.txl { text-align: left; }
.color_white { color: #FFFFFF!important; }
.color_black { color: #2D2D2D; }
.color_red { color: #97144D !important; }
.color_axis { color: #97144D; }
.d_flex { display: flex; }
.align_c { align-items: center; }
.align_bottom { align-items: flex-end; }
.justfy_c { justify-content: center; }
.justfy_spcbtwn { justify-content: space-between; }
.fd_column { flex-direction: column; }
.bold { font-family: 'latobold'; }

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { max-width: 1180px; }
    .container { padding-left: 20px; padding-right:20px; }

/*.row>* { padding-left: 9px; padding-right: 9px; }
.row.largepd>* { padding-left: 14px; padding-right: 14px; }
.row.nopd { padding-left:0px; padding-right: 0px; }
.nopd { padding-left:0px; padding-right: 0px; }
.no_pdl { padding-left:0px !important; }
.no_mar { margin: 0px !important; }*/
 
@font-face {
    font-family: 'latoregular';
    src: url('../../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../../fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'latomedium';
    src: url('../../fonts/lato-medium-webfont.woff2') format('woff2'),
         url('../../fonts/lato-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'latosemibold';
    src: url('../../fonts/lato-semibold-webfont.woff2') format('woff2'),
         url('../../fonts/lato-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'latobold';
    src: url('../../fonts/lato-bold-webfont.woff2') format('woff2'),
         url('../../fonts/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'latoblack';
    src: url('../../fonts/lato-black-webfont.woff2') format('woff2'),
         url('../../fonts/lato-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
 

/*header*/
body {
    padding-top: 98px;
}
header {
    background-color: #97144D;
    width: 100%;
    height: 98px;
    border-bottom: 4px solid #fff;
    position: fixed;
    z-index: 999999;
    top: 0;

}
.nsmall header{  box-shadow: 0px 3px 25px #0000001A;}
.pt0{
    padding-top:0px;
}

.header_inner { width: 100%; display: flex; justify-content:space-between; position:relative; }
.logo { min-width: 234px; margin-top: 15px; display: flex; align-items: center; justify-content: center; }
.header_links { margin-top: 10px; }
.header_links > li { display: inline-block; padding-right: 15px; padding-left: 15px; position:relative; height: 45px; }
.header_links > li:first-child { padding-left: 0px; }
.header_links > li:last-child { padding-right: 0px; }
.header_links > li > a { display: inline-block; color:#5D5D5D; font-size: 16px; line-height: 14px; font-family: 'latosemibold';  margin: 0px; }
.header_links > li.active > a { /*border-bottom: 2px solid #97144D;*/ color:#97144D; font-family: 'latoblack';  }
.header_links > li > a:hover{ color:#97144D; }
/*-----Start Home menu Highlight------*/
#homeMenu a.selected {
    border-bottom: 2px solid #97144D;
    color: #2D2D2D;
}
/*-----End Home menu Highlight------*/
.uer_links { display: flex; align-items: center; margin-left: 39px; }
.uer_links a { display: flex; align-items: center; color: #707070; font-size: 11px; }
.logout { display: inline-block; width: 19px; height: 20px; background: url("../images/icon-logout.svg") no-repeat center; margin-left: 20px; }
.icon-user { display: inline-block; width: 40px; height: 40px; border-radius: 50%; background: url("../images/icon-user.svg") no-repeat center; margin-right: 16px; }
#menus { display: flex; align-items: flex-start; width: 100%;/* min-width: 1030px;*/ height: 67px; position: relative; z-index: 99; background: #fff url("../images/bg-menu.svg") no-repeat left top; padding: 15px 0px 0px 70px; margin-top: 28px; }
#menus:after {
    right: auto;
    left: 100%;
    top: 0;
    height: 70px;
    background: #fff;
    content: '';
    width: 100%;
    position: absolute;
}

.header_inner:after { content: ""; width: 100%; height: 67px; position:absolute; left: 100%; top: 28px; background: #fff; }
.dropdown_menu { display: none; position:absolute;  top:45px; background: #fff;box-shadow: 0px 4px 15px #06000233; border-radius: 5px; }
.dropdown_menu.submenus { padding:10px; }
.dropdown_inner { display: flex; }
.submenus ul {  border-right: 1px solid #a15770; min-width: 150px; }
.submenus ul:last-child { border-right:0px; }
.submenus ul li{ display: block; }
.submenus ul li a { font-size:15px; line-height: 20px; height: 32px; color:#5D5D5D; display: flex; align-items: center; margin: 0px 0px 20px 0px;   padding-left: 10px; font-family: 'latomedium'; }
.submenus ul li a:hover{ background: #FEF3F7; color: #97144D; }
.submenus ul li:last-child a { margin-bottom: 0px; }

@media (min-width: 1100px) { 
    .header_links > li:hover .dropdown_menu { display:block; }
}


.pt30{ padding-top: 30px; }

.menu_icon, .menu-close, .menu_overlay { display: none; }
/*header*/

/*home*/

/*home*/
.banner {
    width: 100%;
    padding: 0 0 0 0;
    color: #fff;
    height: 200px;
}

    .banner h2 {
        font-size: 36px;
    font-weight: normal;
    line-height: normal;
    padding-top: 50px;
    padding-left: 125px;
    }

    .banner p {
        margin-top: 10px;
    padding-left: 125px;
    font-size: 24px;
    }

#banner_rigour {
    background: url(../images/banner_rigour.jpg) no-repeat top center;
   /* background-size: cover;*/
}

#banner_vigour {
    background: url(../images/banner_vigor.jpg) no-repeat top center;
    /*background-size: cover;*/
}

#banner_insight {
    background: url(../images/banner_insight.jpg) no-repeat top center;
    /*background-size: cover;*/
}

.nicescroll-rails.active {
    background: #E4E4E4;
    border-radius: 5px;
}

#main_slider .slick-dots {
    text-align: left;
    max-width: 1140px;
    padding-left: 10px;
    position: relative;
    bottom: auto;
    top: -30px;
    margin: 0px auto 0px auto;
    display: flex !important;
    justify-content: flex-end;
}

    #main_slider .slick-dots li button {
        background: rgba(255, 255, 255, 0.2);
        font-size: 0px;
        padding: 0px;
        border-radius: 50%;
    }

    #main_slider .slick-dots .slick-active button {
        background: rgba(255, 255, 255, 0.6);
    }

    #main_slider .slick-dots li button:before {
        content: "";
    }
#main_slider {
    /*max-height: 200px;*/
    overflow: hidden;
}

.h100{ height: 100px; }
.h40{ height: 40px; }
.h80{ height: 80px; }
.h60{ height: 60px; }
.h50{ height: 50px; }
.h30{ height: 30px; }

.mt30{ margin-top: 30px; }




.whoTxt{ display: flex;  }
.whoTxtIn{ font-size: 22px; padding-left: 57px; line-height: 38px; font-family: 'latosemibold'; }

.commoNBox{ display: flex; position: relative; flex-wrap: wrap; }
.commoNBoxTxt{ box-shadow: 0px 5px 30px #0000001A; background: #FFFFFF; border-radius: 5px; padding: 30px 40px 10px; position: relative;}
.commoNBoxTxt p{ font-size: 18px; line-height: 28px; padding-bottom: 20px; }
h2, h3{ font-size: 24px; color: #97144D; padding-bottom: 10px; font-family: 'latoblack';  }

.commoNBox .commoNBoxTxt p{ font-family: 'latobold'; text-align: justify;}

.list1{  }
.list1 li{ padding-bottom: 12px; padding-left: 23px; position: relative;  font-size: 18px; line-height: 28px; font-family: 'latosemibold';}
.list1 li:before{ content: ''; width: 11px; height: 13px; background: url(../images/ic_arrow.svg) no-repeat; display: block; position: absolute; left: 0; top: 6px; }
.list1 li:last-child{ padding-bottom: 0; }

.btnMore{   box-shadow: 0px 3px 40px #00000014; background:#97144D url(../images/ic_arrow2.svg) no-repeat center center; width: 44px; height: 44px; display: block; border-radius: 5px 0 5px 0; }
.btnMore:hover{ background: #770838 url(../images/ic_arrow2.svg) no-repeat center center; }
.commoNBox .commonBtnBox{  position: absolute; right: 10px; bottom: 10px; }


.commoNBox1 .commoNBoxImg{ max-width: 555px; width: 100%;  }
.commoNBoxImg img{width: 100%; height: auto;}
.commoNBox1 .commoNBoxTxt{ max-width: 720px; position: absolute; right: 0; top: 20px; padding-bottom: 70px; }

.commoNBox2 .commoNBoxImg{ max-width: 100%; width: 100%; position: absolute;   }
.commoNBox2 .commoNBoxImg img{width: 100%; height: auto;}
.commoNBox2 .commoNBoxTxt{ position: relative; z-index: 1; width: calc(100% - 60px); margin: auto; margin-top: 260px; height: 550px; }

.awardBox{ background: url(../images/award_bg.png) no-repeat center center;/* height: 660px;*/ background-size: cover; }

.awardBoxIn li{ margin-bottom: 30px; }


.awardBoxCon,
.awardBoxCon2New{ transition: all .3s; box-shadow: 0px 5px 20px #0000001A; border: solid 1px #fff; background: #FFFFFF; border-radius: 6px; height: 500px; position: relative; }
.awardBoxCon:hover,
.awardBoxCon2New:hover{ border: solid 1px #97144D; box-shadow: 0px 0px 30px #97144D33; }
.awardBoxCon h3,
.awardBoxCon2New h3{ padding: 22px 30px; }
.awardBoxCon .commonBtnBox,
.awardBoxCon2New .commonBtnBox{ position: absolute; right: 10px; bottom: 10px; }
.awardBoxCon p,
.awardBoxCon2New p{ font-size: 16px; font-weight: normal; padding: 0 30px; line-height: 26px;}
.awardBoxCon3 .awardImg1 { overflow: hidden; }
.awardBoxCon3 .awardImg1 img{ height: 100%; width: auto; }
.awardTxt1{  font-size: 16px; font-family: 'latosemibold'; padding: 0 30px; padding-bottom: 10px; line-height: 27px; }
.awardTxt1 span{  color: #97144D; }
.awardImg1{ background: #F2F2F2; height: 200px; margin-bottom: 30px; display: flex; align-items: center; justify-content: center; position: relative; }
.awardImg1 .linkYoutube{ position: absolute; width: 100%; height: 100%;  display: flex; align-items: center; justify-content: center; }
.awardImg1 img{ display: block; margin: auto; }
.awardBoxCon2 .awardImg1 { background: #fff; height: auto; padding: 20px 0 0; }
.awardBoxCon2 .awardImg1 img{ display: block; margin: auto; }

.awardBoxCon2New .awardBoxCon{ border: 0 !important; height: 100%; box-shadow: none; }

.awardDate{ padding: 0 30px;  color: #6E6E70; padding-bottom: 10px;}

  .awardImgBg{ background: url(../images/awardImgBg.png) no-repeat center top; width: 148px; height: 188px; margin-top: 18px;}
  .awardImgBg img{ display: block; position: relative; top: -10px; left: -10px; }

.awardBoxCon2 p{ text-align: center; }

.transactionsBox{  background-size: 100%; padding-top: 80px; position: relative; }
.transactionsBoxBg{ background: url(../images/transactionsBg.png) no-repeat center top; width: 100%; background-size: 100%; height: 420px; position: absolute; top: 0; }

.transactionsBoxBg2{ background: url(../images/transactionsBg2.png) no-repeat center top; width: 100%; background-size: 100%; height: 420px; position: absolute; top: 0; }
.transactionsBoxCon{ position: relative; z-index: 1; }

.transactionsBoxCon .view_more{ margin-top: 0; }
.transactionsBoxBg2{ height: 336px; }

.transactionsBox h3{ color: #fff;  text-align: center;}
.transBox{ background: #fff; border: solid 1px #fff; box-shadow: 0px -50px 40px #00000033; border-radius: 8px; text-align: center; height: 275px; cursor: pointer; }
.transBox:hover{ border: solid 1px #97144D;box-shadow: 0px 0px 30px #97144D33; }
.transImg{ padding: 20px 30px 30px; }
.transImg img{ height: 59px; width: auto; }

.transTxt1{ background: #FEF3F7; padding: 7px 10px; text-align: center; color: #97144D; font-size: 20px;}
.transTxt1 strong{ font-family: 'latosemibold'; }
.transBox .pb-2 { min-height: 48px; }
.transBox p{ padding-top: 20px; }
.transBox p strong{ color: #010306; font-family: 'latosemibold'; display: block; }
.transBox p span{ font-size: 15px;  font-family: 'latomedium'; color: #707070; }

.transSlider li{ padding: 0 15px; padding-bottom: 30px; }

.transTabs{ display: flex; justify-content: center; gap: 10px; margin-bottom: 30px; margin-top: 40px;}
.transTabs a{ background: #ED1164; height: 40px; display: flex; align-items: center; justify-content: center; padding: 0 30px; color: #fff; font-size: 16px; font-family: 'latosemibold'; border-radius: 20px; }
.transTabs a.active,
.transTabs a:hover{ background: #fff; color: #ED1164; }


.view_more a{ border: 1px solid #97144D; color:#97144D ; width: 130px; height: 44px; margin: auto; display: flex; align-items: center; justify-content: center; border-radius: 5px; font-family: 'latoblack';  gap:6px; }
.view_more a:hover{ background: #770838; color: #fff;  }
.view_more a:after{ position: relative; top: 2px; content:'' ; background: url(../images/ic_arrow4.svg) center center; width: 5px; height: 8px; display: block; }
.view_more a:hover:after{  background: url(../images/ic_arrow4_hover.svg) center center; }

hr.hrCommon{ background: #F2F2F2; height: 6px; margin: 60px 0; opacity: 1; }

.testBox{ width: 120%; border: 1px solid #F4EBEE;box-shadow: 0px 3px 30px #00000014; background: #FFFFFF; padding: 40px; border-radius: 5px;}
.testCont{ font-size: 13px; line-height: 1.6; height: 200px; padding-top: 20px; }
.testContName{ display: flex; align-items: flex-end; flex-direction: column; }
.testContName strong{ font-family: 'latosemibold'; font-size: 15px; color: #97144D; display: block;}
.testContName span{ font-size: 12px; color: #707070; }


.transNewBoxes{ margin-bottom: 30px; }

 

.testBox1{ display: flex; gap:20px }
.testBox{ background: #FEF3F7; }

.testimonials{ position: relative; padding-bottom: 60px; height: 510px; }
.testimonialBg{ background: url(../images/testimonialBg.png) no-repeat center top; width: 100%; height: 263px; background-size: 100%; position: absolute; bottom: 0; }


.slick-dots li{ background: #DEE1EC; border-radius: 5px; margin: 0 2.5px; transition: all .2s;}
.slick-dots li.slick-active{ background: rgba(228, 120, 155, .8); width: 15px; }

.headerSoc{ position: absolute; right: 0; display: flex; z-index: 100; }
.headerSoc a{ font-size: 11px; font-family: 'latomedium'; color: #fff; padding-left: 22px; border-right: solid 1px #BB798F; padding-right: 10px; margin-left: 10px; }
.headerSoc a:hover{ color: #DCB0C3; }
.headerSoc .headerSocIn{ position: relative; }
.headerSoc .headerSocIn:last-child a{ padding-right: 0; border-right: 0; }
.headLoc{ background: url(../images/ic_location.svg) no-repeat left center;  }
.headSearch{  background: url(../images/ic_search.svg) no-repeat left center; display: none;  }
.headSearch.active{ color: #DCB0C3 ;  }
.headReSearch{  background: url(../images/ic_Research.svg) no-repeat left center;  }

.searchPup{ position: absolute; width: 280px; left: -120%; top: 25px; display: none; }
.searchPup .form-control{ box-shadow: 0px 4px 15px #06000233; height: 35px; border: 0; font-size: 14px;}
.searchPup .serchClose{position: absolute; right: -5px; top: -5px; padding: 0; border: 0;}


.searchPup .searchImg{ width: 21px; height: 21px; background: url(../images/ic_searchImg.svg) no-repeat;padding: 0; border: 0; position: absolute; right: 10px; top: 5px; opacity: .2; pointer-events: none; }
.searchPup.active .searchImg{ opacity: 1; pointer-events: painted;  }


footer{ background: #010306 url(../images/footerBg.png) no-repeat left bottom;box-shadow: 0px 1px 0px #D8D8D8; padding: 30px 0; font-size: 15px; color: rgba(255, 255, 255, .7); border-top: solid 5px #B7335E; word-break: break-word; }

.homeShadow{ background: url(../images/shadowBan.svg) center center; width: 100%; height: 20px; position: absolute; bottom: 0; left: 0; z-index: 1;  }
.homeMobBaner{ height: 500px; overflow: hidden; position: relative;}
.homeMobBanerIn{ width: 100%; position: absolute; /*padding-top: 140px;*/ display: flex; align-items: center; z-index: 1;  height: calc(100% - 100px);}
.homeMobBaner img{ width: 100%; }
.homeMobBanerIn span{ font-size: 22px; color: #010306; display: block; padding-bottom: 10px; }
.homeMobBanerIn strong{ font-size: 44px; color: #97144D; font-family: 'latoblack';  }

.dividerLine{ margin: 30px 0; }
.dividerLine:before{ display: block; content: ''; width: 100%; height: 1px; background: #D1CFCF  }
.dividerLine:after{ display: block; content: ''; width: 100%; height: 1px; background: #fff  }

.footer1 strong{ color: #5D5D5D; font-family: 'latoblack';  font-size: 14px; display: block; padding-bottom: 7px;}
.footer1 a{ font-family: 'latomedium'; color: #231F20; color: #231F20; text-decoration: underline; display: inline-block; padding-right: 50px;}
footer a:hover{ color: #770838; }
.footer2 a{ font-size: 16px; font-family: 'latoblack';   }
.footer3{ line-height: 1.8; }
.footer3 strong{ font-size: 14px; color: #fff; font-family: 'latoblack';  display: block; padding-bottom: 7px; cursor: pointer; }
.footer3 a{ color: rgba(255, 255, 255, .7); display: inline-flex; align-items: center; gap: 10px;  }
.footer3 a:hover{ text-decoration: underline; color: #fff; }
.footer3 span{ font-family: 'latosemibold'; }
.footer2New{ background: #fff; padding: 20px 0; text-align: center; color: #A7A7A7; font-size: 14px; }

.


.fotLinksSm{  }
.fotLinksSm span{color: rgba(255, 255, 255, .6); font-size: 15px; font-family: 'latosemibold'; }
.fotLinksSm a{ font-size: 14px;font-family: 'latomedium'; color: rgba(255, 255, 255, .4); }

.homeMobBaner2{   }
.homeMobBaner3{ height: 280px;  }
.homeMobBaner3 .homeMobBanerIn{ height: 100%; }


.homeMobBanerImgInvITs{  background: url(../images/ivtsBg.png) no-repeat center top; width: 100%; height: 100%; background-size: cover; }
.homeMobBanerImgMa{  background: url(../images/m&A2.png) no-repeat center top; width: 100%; height: 100%; background-size: cover; }
.homeMobBanerImgPriv{ background: url(../images/private-fundingBG.png) no-repeat center top; width: 100%; height: 100%; background-size: cover;   } 

.homeMobBanerImgInsu{ background: url(../images/institutional-EquitiesBG.png) no-repeat center top;width: 100%; height: 100%; background-size: cover;    }
.homeMobBanerImgConsumer{ background: url(../images/consumer-retailBg.png) no-repeat center top;width: 100%; height: 100%; background-size: cover;    }
.homeMobBanerImgIndustrialsBg{ background: url(../images/IndustrialsBg.png) no-repeat center top;width: 100%; height: 100%; background-size: cover;    }

.homeMobBanerImginfrastructureBg{ background: url(../images/infrastructureBg.png) no-repeat center top;width: 100%; height: 100%; background-size: cover;    }


.homeMobBanerImgResearchBg{ background: url(../images/researchbg.png) no-repeat center top;width: 100%; height: 100%; background-size: cover;    }


.homeMobBanerImgNewAgeBg{ background: url(../images/newTechnologyBg.png) no-repeat center top;width: 100%; height: 100%; background-size: cover;    }
.homeMobBanerImgPharmaBg{ background: url(../images/pharma-healthcareBg.png) no-repeat center top;width: 100%; height: 100%; background-size: cover;    }

.homeMobBanerImgTelecomBg{ background: url(../images/tmtBg.png) no-repeat center top;width: 100%; height: 100%; background-size: cover;    }
.homeMobBanerImgBankingBg{ background: url(../images/bfsiBg.png) no-repeat center top;width: 100%; height: 100%; background-size: cover;    }

.homeMobBanerImgAwardBg{ background: url(../images/awardsBg.png) no-repeat center top;width: 100%; height: 100%; background-size: cover;    }

.homeMobBanerImgIb{ background: url(../images/ibBg.png) no-repeat center top;width: 100%; height: 100%; background-size: cover;    }

.homeMobBanerImgAbout{ background: url(../images/aboutBg.png) no-repeat center top;width: 100%; height: 100%; background-size: cover; }
.homeMobBanerRegular{ background: url(../images/regulatoryBg.png) no-repeat center top;width: 100%; height: 100%; background-size: cover; position: relative; }

.homeMobBanerInv{ background: url(../images/homeMobBanerInv.png) no-repeat center top;width: 100%; height: 100%; background-size: cover; position: relative; }

.homeMobBanerOffer{ background: url(../images/offer-documentsBg.png) no-repeat center top;width: 100%; height: 100%; background-size: cover; position: relative; }

.homeMobBanerImgCareers{ background: url(../images/mediaBg.png) no-repeat center top;width: 100%; height: 100%; background-size: cover; position: relative; }
.homeMobBanerImgEvents{ background: url(../images/eventsBg.png) no-repeat center top;width: 100%; height: 100%; background-size: cover; position: relative; }



.homeMobBanerHome { background: #414141; }
.homeMobBanerHome video{ width: 100%; height:auto; margin: auto; margin-top: -10%; mix-blend-mode: screen; }


.homeMobBanerHome{ /* background: url(../images/homeBanner.png) no-repeat center top;*/ width: 100%; height: 100%; background-size: cover; }
.homeMobBaner2 .homeMobBanerIn span { font-size: 40px; color: #97144D; font-family: 'latoblack';  /*text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.5);*/ }
.homeMobBaner2 .homeMobBanerIn strong{ color: #010306; font-size: 22px; font-family: 'latomedium'; }

.bannerBt{ position: relative; }
.bannerBt .container{ border-radius: 10px; background: #fff; padding: 40px 40px 0; margin-top: -100px; text-align: justify;  }
.bannerBt .container p{ font-weight: normal; font-size: 24px; color: #010306; font-style: italic; line-height: 1.4; }
.bannerBt .container p span{ font-family: 'latosemibold'; color: #97144D; }

.commoNBox3{ position: initial; border: 0; box-shadow: none;  gap: 30px}
.commoNBox3 .commoNBoxTxt{ box-shadow: none; padding-top: 0; padding-right:0; padding-left: 0;}
.commoNBox4 .commoNBoxTxt,
.commoNBox3 .commoNBoxTxt{ max-width: calc(100% - 600px);   }
.commoNBox4{  position: initial; border: 0; box-shadow: none; justify-content: space-between; }
.commoNBox4 .commoNBoxTxt{ box-shadow: none; padding-top: 0; padding-left: 0; padding-right: 0; }

.porBg{ background: url(../images/pro_bg.svg) no-repeat center top; width: 341px; height: 333px; display: flex; align-items: center; justify-content: center;}

.maProBox,
.maProBox2{ display: flex; gap:60px;}
.proCont{ width: calc(100% - 400px); padding-top: 50px;}
.proCont strong{ font-size: 20px; font-family: 'latoblack';  padding-bottom: 7px; color: #010306; display: block; }
.proCont span{ font-size: 16px; color: #6E6E70; padding-bottom: 20px; display: block; font-style: italic; }

.proContItalic{ font-style: italic; }
.proContItalic span{  color: #97144D; display: inline; padding-bottom: 0;}

.proCont p{ font-size: 20px; font-style: italic; line-height: 1.4; padding-bottom: 20px;  }
.btnCommon{ color: #97144D; font-family: 'latoblack';   }
.btnCommon:hover {color: #010306; }
.addBanner .addBannerCon{ background:#183661 url(../images/addBanner.svg) no-repeat center top; border-radius: 5px; width: 100%; height: 200px; display: flex; justify-content: space-between; align-items: center; padding: 0 80px 0 80px; }
.addBanner img{ display: block; }

.addBannerConHead{ font-size: 40px; color: #fff; font-family: 'latoblack';  padding-bottom: 20px; }
.addBannerCon p{ color: rgba(255, 255, 255, .7); font-family: 'latomedium'; max-width: 580px; width: 100%; }
.addBannerCon a{ border: solid 1px #FFFFFF; padding: 11px 20px; font-size: 16px; border-radius: 5px; color: #fff; display: flex; align-items: center; justify-content: center; gap:6px }
.addBannerCon a:hover{ background: #770838; border: solid 1px #770838;}

.addBannerCon a:after{ content: ''; width: 5px; height: 8px; background: url(../images/ic_arrow5.svg) no-repeat center center; display: block; position: relative; top: 2px; }

.comSelectDrop{ background: #E4E4E4; border-top: solid 3px #791B3B; border-radius: 5px 5px 0 0; padding-left: 23px; height: 50px; display: none; align-items: center; position: relative;}
.comSelectDrop::after{ width: 13px; height: 11px; content: ''; display: block; position: absolute; right: 20px; top: 50%; margin-top: -6px; background: url(../images/arrow.svg); }

  
.testimonials_item {   width: 100%; margin: 34px 0px; min-height: 268px; background-color: #FEF3F7;box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.04);border: solid 1px #f5f5f5;padding: 33px 50px 0 33px;display:flex;align-items:flex-start;border-radius:10px; position: relative;  overflow:hidden; transition: all .2s; }
.testimonials_item p { font-size: 12px;line-height: 20px;margin-top: 20px; }
.testimonials_item .testimonial_img { width: 59px; margin-right: 16px; }
.location_testimonal { position: absolute;right: 30px;bottom: 20px;display:flex;align-items:flex-start; }
.location_testimonal h6 { font-size: 14px;font-family: 'latosemibold'; color: #97144D;}
.location_testimonal p { font-size: 12px; margin:0px; color: #707070; height: auto !important; }
.location_testimonal img { margin-right: 8px; }

.testimonials_item p{ height: 100px; overflow: hidden; }
.testimonials_item{   }
.slick-center .testimonials_item p{ height: auto; overflow: visible; }

#testimonials_Slider li { margin-bottom:30px; margin-top:30px;}
#testimonials_Slider li.slick-current { overflow:visible; }
.slick-current .testimonials_item { opacity: 1; width: 150%; margin-left: -25%; z-index: 999; min-height: 338px; padding: 40px 60px 100px 41px; box-shadow: 0px 3px 30px #00000014; position: relative; margin-top: 0px; margin-bottom: 0px; background: #fff; }

.slick-current .testimonials_item .testimonial_desc p { font-size: 14px; line-height:26px; height: 180px; overflow: auto; }
.slick-current .testimonials_item img.testimonial_img { width:73px; margin-right:20px; }
.slick-current .testimonials_item .location_testimonal img { margin-right: 8px; }

 



#testimonials_Slider  .slick-track{ overflow: hidden; height: 380px; }


.testimonialsPup .slick-current .testimonials_item{ width: 100%; margin-left: auto; }


#testimonials_Slider .slick-dots { margin-top: 35px; }
#testimonials_Slider .slick-dots li { margin-top: 0px; margin-bottom: 0px; }

#playPause{background: url(../images/ic_pause.svg); font-size: 0; width: 24px; height: 24px; display: block; }
#playPause.active{  background:url(../images/ic_play.svg); }

.pagingInfo{ color: #010306; font-size: 16px; }
.maProBoxMainHead{ display: flex; justify-content: space-between; }
.maProBoxMainNum{  display: flex; gap:10px; align-items: center; }

.proPupBox{ background: rgba(24, 54, 97, .8); position: fixed; left: 0; top: 0; z-index: 999999; width: 100%; height: 100%; padding-top: 100px; display: none; }
.proPupBoxIn{ width: 100%; background: #fff; height:100%; padding-top: 38px; position: relative; padding-bottom: 20px; }
.proPupBoxIn h3{ padding-bottom: 40px; }

.proPupBoxIn .proCont p{ font-size: 16px; font-style: normal; line-height: 28px; text-align: justify;}
.proPupBoxIn .container{ height: 100%; overflow: auto; }


.maProBox2{  }
.proBoxSlider2 .slick-arrow,
.testimonialsPup .slick-arrow{background: #97144D url(../images/ic_arrow3.svg) no-repeat center center; width: 45px; height: 45px; border-radius: 40px; font-size: 0; position: absolute; top: 0; right: 0; transform: none; top: -60px;}

.proBoxSlider2 .slick-arrow:before,
.testimonialsPup .slick-arrow:before{ display: none;  }
.proBoxSlider2 .slick-arrow.slick-prev,
.testimonialsPup .slick-arrow.slick-prev{ transform: rotate(180deg); left: auto; right: 55px; }
.proBoxSlider2 .slick-arrow.slick-disabled,
.testimonialsPup .slick-arrow.slick-disabled{ opacity: .3;}
.proBoxSlider2 .slick-slide,
.testimonialsPup .slick-slide{ padding:0 30px; } 

.testimonialsPup  .slick-slider{ height: calc(100% - 50px); }

.proPupBoxIn .maProBoxMainHead{ justify-content: flex-start; align-items: flex-start; }
.showMoreBtn,
.showMoreBtn2{  display: flex; gap:6px; align-items: center;}

.showMoreBtn:hover,
.showMoreBtn2:hover{   color: #770838;  }
.showMoreBtn:after,
.showMoreBtn2:after{ position: relative; top: 2px; content:'' ; background: url(../images/ic_arrow4.svg) center center; width: 5px; height: 8px; display: block; transform: rotate(90deg); }
.showMoreBtn:hover:after,
.showMoreBtn2:hover:after{  background: url(../images/ic_arrow4.svg) center center; }

.proPupClose{ position: absolute; right: 10px; top: 10px; }

.subLinks{ position: fixed; left: 0; top: 98px; width: 100%; background: rgba(24, 54, 97,.6); z-index: 9999;}
.nsmall .subLinks{  background: rgba(24, 54, 97,.9) }
.subLinks .container{ display: flex; gap:40px }
.subLinks a{ padding: 0x 0; color: rgba(255, 255, 255, .5); position: relative; display: flex; align-items: center; font-size: 14px; height: 44px;}
.subLinks a.active,
.subLinks a:hover{ color: #fff; }
.subLinks a.active:after{ width: 100%; height: 3px; background: #fff; content:''; display: block; position: absolute; bottom: 0;}

.btnMail{ display: inline-flex; border: solid 1px #97144D; border-radius: 5px; padding: 0 20px;  height: 44px; align-items: center; color: #97144D; gap:10px }
.btnMail:hover{ background: #770838; color: #fff; border: solid 1px #770838;}
.btnMail span{ display: block; width: 18px; height: 14px; background: url(../images/ic_message3.svg) no-repeat ; padding-bottom: 0; }
.btnMail:hover span{ background: url(../images/ic_message4.svg);  }


.transNewBoxes{ background: #fff; display: none;  margin-top: 30px; }
.transNewBoxes .container{ max-width: 1260px;  }
.transNewBoxes .container ul{display: flex; flex-wrap: wrap; gap:30px; justify-content: center;  }
.transNewBoxes li{ width: 282px; }
.transNewBoxes2 li{ width: auto; }
.transNewBoxes li .transBox,
.transCont .transBox{ box-shadow: 0px -20px 30px #0000000F; }

.transCont{ display: flex; gap:60px }
.transContTxt1 p{ font-size: 18px; font-style: italic; color: #231F20; line-height: 32px; }
.transContTxt2{ margin-top: 30px; background: #F3F3F6; font-style: italic; line-height: 20px; padding: 20px; border-radius: 5px; font-size: 14px; line-height: 20px; border-radius: 5px;}


.pupTrasBox .proBoxSlider2 .transCont{ padding-bottom: 60px; box-shadow: none;}
.pupTrasBox .proBoxSlider2 .transCont .transBox{ pointer-events: none; box-shadow: 0px 0px 30px #0000000F; }

.researchPup  .proBoxSlider2 .transCont{ box-shadow: none; }
.pupTrasBox .proBoxSlider2 .slick-arrow,
.researchPup .proBoxSlider2 .slick-arrow,
.testimonialsPup .slick-arrow{ top: auto; bottom: -10px; z-index: 1; position: absolute; }

.pupTrasBox .proBoxSlider2 .slick-arrow.slick-next,
.researchPup .proBoxSlider2 .slick-arrow.slick-next,
.testimonialsPup .slick-arrow.slick-next { margin-right: -50px; right:50% }

.pupTrasBox .proBoxSlider2 .slick-arrow.slick-prev,
.researchPup .proBoxSlider2 .slick-arrow.slick-prev,
.testimonialsPup .slick-arrow.slick-prev { margin-left: -50px; right: auto; left: 50%; }

.commonPup .modal-dialog{ max-width: 760px; width: 100%; margin: auto; }
.modal-content{ border-radius: 5px; box-shadow:1px 1px 20px rgba(0, 0, 0, 0.3); border:none !mportant;}
.modal{ z-index: 9999999; background: rgba(184, 184, 184, .6); opacity: 1  !important; }
.modal h4{ font-size: 24px; color: #97144D; font-family: 'latoblack';  padding-bottom: 40px; }
.modal-body{ padding: 30px 40px; }
.commonPup .close{ position: absolute; right: 10px; top: 10px; background: url(../images/ic_close3.svg) no-repeat center center; width: 24px; height: 24px; border: 0; font-size: 0; z-index: 1; }
.commonPup li{ padding-bottom: 35px; }

.form-controlMain{ width: 100%; position: relative; }
.form-controlMain textarea:focus ~ .floating-label,
.form-controlMain textarea:not(:focus):valid ~ .floating-label,

.form-controlMain .form-control{ height: 52px; border-radius: 6px; padding-left: 20px;font-size: 15px; font-family: 'latosemibold';}
.form-controlMain .form-control:focus,
.form-floating .form-control:focus{ border: solid 1px #97144D !Important; box-shadow: none; }
.form-floating textarea.form-control{ border-radius: 6px; min-height: initial; height: 100px; padding-left: 20px; font-size: 15px; font-family: 'latosemibold'; }
.form-controlMain input:focus ~ .floating-label,
.form-controlMain input:not(:focus):valid ~ .floating-label{ padding: 0 8px; left: 12px;top: -5px;   font-size: 12px; opacity: 1; background: #fff;color: #8D8D8D;}
.floating-label { font-family: 'latomedium';  font-size: 13px; position: absolute; pointer-events: none; left: 20px; top: 18px; transition: 0.2s ease all;  color: #C4C1BD}

.form-floating>label{ font-family: 'latomedium';  font-size: 13px; position: absolute; pointer-events: none; left:10px; top: 0; transition: 0.2s ease all;  color: #C4C1BD; height: auto;}

.form-floating>.form-control-plaintext:focus, .form-floating>.form-control-plaintext:not(:placeholder-shown), .form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown){ padding-top: 15px; }

.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label{padding: 0 8px; left: 12px; top: 3px;  font-size: 12px;  opacity: 1; background: #fff;  color: #8D8D8D;  width: auto;}

.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label{ transform: initial; padding: 0 8px; left: 12px; top: -5px; font-size: 12px; opacity: 1;  background: #fff;  color: #8D8D8D;}

.btnCommonN{ display: flex; justify-content: flex-end; align-items: center; }
.btnCommonN a{background: #97144D; height: 44px;width: 131px; display: flex; align-items: center; justify-content: center; font-size: 16px; font-family: 'latoblack';  color: #fff; border-radius: 6px;}
.btnCommonN a:hover{ background: #770838; }
.btnCommonNForm1 a.disabled{ opacity: .2; pointer-events: none; }

.formBox2{ padding-top: 120px; text-align: center; padding-bottom: 120px; display: none; }
.formBoxTxt{ padding-top: 20px; font-size: 22px; padding-bottom: 20px; }
.formBoxTxt span{ font-size: 22px; color: #010306; font-family: 'latosemibold'; }
.formBox2 .btnCommonN{ justify-content: center; margin-top: 40px; }
.formBox2 .btnCommonN a{ border: solid 1px #97144D; color: #97144D; background: #fff; }
.formBox2 .btnCommonN a:hover{ background: #770838; color: #fff; }


.company_right .awardBoxCon{ width: 360px; padding-top: 40px; cursor: pointer;}
.transContTxt1 .awardDate{ padding: 0 0 20px;  }
.transContTxt1 h4{  font-size: 30px; font-family: 'latoblack';  padding-bottom: 30px; color: #010306; }
.transContTxt1 h4 span{ color: #97144D; }

.tab_content{ overflow: hidden; }

.transSlider { display: flex;  flex-direction: row;  gap: 25px;}

.btnPdf{ margin-top: 30px; }
.btnPdf a{ margin: 0; padding-left: 55px; display: inline-flex; width: auto; padding-right: 20px; position: relative; }
.btnPdf a:before{content: ''; background: url(../images/ic_pdf.svg); width: 24px; height: 20px; position: absolute; left: 20px;top: initial;}
.btnPdf a:hover:before{background: url(../images/ic_pdf_hover.svg); }
.btnPdf a:after{ display: none; }

.commoNBoxTxt .view_more{ margin-top: 40px;  }

.commoNBoxTxt .view_more a {width:auto; display: inline-flex; padding: 0 25px;}

.proPupBoxIn .container::-webkit-scrollbar {
  width: 2px;
}
.proPupBoxIn .container::-webkit-scrollbar-track {
  background: #97144D;
}
.proPupBoxIn .container::-webkit-scrollbar-thumb {
  background-color: #efefef;
  border-radius: 6px;
}

.subLinks::-webkit-scrollbar {
  height: 0;
}
.subLinks::-webkit-scrollbar-track {
  
}
.subLinks::-webkit-scrollbar-thumb {
  
  border-radius: 6px;
}
.modal.fade .modal-dialog{ transform: initial; }

.container.pupTrasBoxNew{ padding: 0 30px; }
.pupTrasBox .pupTrasBoxNew .proBoxSlider2 .transCont{  /*padding: 50px 20px;*/ }
.pupTrasBox .pupTrasBoxNew .maProBoxMainHead h3{ padding: 0 20px; padding-bottom: 0; }

/*.researchPup .slick-slider{  height: calc(100% - 40px); }*/

.researchPup .awardImg1{ width: 360px; height: 360px; }
.researchPup .transContTxt1{ width: calc(100% - 360px); }
.researchPup .awardImgBg{ background: url(../images/awardImgBg-Big.png) no-repeat center top; width: 216px; height: 282px; }
.researchPup .awardImgBg img{ width: 243px;left: -30px; top: -20px;  }


.menu{ display: flex; }
.menu nav { display: flex; margin-right: 10px; }
.menu nav a{ color: #5D5D5D; font-size: 16px; padding: 8px 15px; font-family: 'latosemibold'; }
.menu nav a:hover, .menu nav a.active{color: #97144D;}
 .menu nav a.active { font-family: 'latoblack';  }

 .menu nav li:first-child a{ padding-left: 0    ; }
  .menu nav li:last-child a{ padding-right: 0; }

 .menu nav li li:first-child a{ padding-left: 10px    ; }
  .menu nav li li:last-child a{ padding-right: 10p; }
 .menu nav li li a{ font-size: 14px; }

nav{ float: left; margin-right: 15px; }
.nav-menu ul { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: row; }
.nav-menu > ul { display: flex; align-items: center; justify-content: center; }
.nav-menu > ul > li { position: relative; white-space: nowrap; display: block; }
.nav-menu a { display: block; position: relative; transition: 0.3s; font-size: 16px; line-height: 18px; font-weight: normal;  padding: 24px 20px;}
.nav-menu > ul > li li{ white-space: initial; padding: 0 10px; }
.nav-menu > ul > li.main-logo-desk > a:before { display: none; }
.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before { visibility: visible; width: 100%; }
.nav-menu a:hover, .nav-menu li:hover > a { color: #97144D; }
.nav-menu .active > a{ color: #97144D;  }
.nav-menu .drop-down ul { display: block; position: absolute; left: 14px; top: 59px; z-index: 99; opacity: 0; visibility: hidden; padding: 5px 0;  box-shadow: 0px 4px 15px #06000233; border: solid 1px #f1f1f1; background-color: #ffffff; transition: 0.3s; border-radius: 8px; width: 160px; }
/*.nav-menu .drop-down ul.dropArrow{margin-left: -50% }
.nav-menu .drop-down ul.dropArrow::before{ background: url(../images/arrow-nav-top.png) no-repeat; width: 12px; height: 9px; content: ''; position: absolute; top: 0; top: -9px; left: 50%; margin-left: -6px; }*/

.nav-menu .drop-down:hover > ul { opacity: 1; top: 100%; visibility: visible; }
.nav-menu .drop-down li {   position: relative; }
.nav-menu .drop-down ul a { padding: 10px 10px; font-family: 'latomedium';   text-transform: none; color: #5D5D5D; margin: 0}
.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a { background: #FEF3F7; color: #97144D;   }
.nav-menu .dropArrow .drop-down > a:after { content: ""; padding-left: 5px; font-size: 1.2rem; 
 background: url(../images/arrow-right.svg) no-repeat;   width: 9px; height: 10px; display: inline-block; margin-left: 5px; position: relative;   position: absolute; right: 15px;   top: 14px;  }
 .nav-menu .drop-down .drop-down > a:hover:after {background: url(../images/arrow-right.svg) no-repeat;      }
.nav-menu .drop-down .drop-down ul { top: 0; left: calc(100% - 30px); width: 220px; }
.nav-menu .drop-down .drop-down:hover > ul { opacity: 1; top: 0; left: 100%; }
.nav-menu .drop-down .drop-down > a { padding-right: 35px; }

@media (max-width: 1366px) {
.nav-menu .drop-down .drop-down ul { right: -90%; }
.nav-menu .drop-down .drop-down:hover > ul { right: -100%; }
}
/* Mobile Navigation */
body > button.mobile-nav-toggle { opacity: 0; }
.mobile-nav-toggle { position: fixed;  left: 10px; top: 16px;   z-index: 9999; border: 0; background:url(../images/icon-hamburger.svg) no-repeat center; font-size: 2.4rem; transition: all 0.4s; outline: none !important; line-height: 1; cursor: pointer; text-align: right;   width: 32px; height: 32px }
.addedBank {width: 100%;}
.mobile-nav-toggle i { color: #fff; }
.mobile-nav { position: fixed; top:60px;    height: calc(100vh - 60px);  ; z-index: 9999; overflow-y: auto; background:#fff; transition: ease-in-out 0.2s; opacity: 0; visibility: hidden; border-radius: 0px; padding: 5px 0px; width: 400px; box-shadow: 0 4px 125px 0 rgba(0, 0, 0, 0.1); padding-bottom: 100px;}
.mobile-nav * { margin: 0; padding: 0; list-style: none; }
.mobile-nav a { display: block; position: relative; font-size:15px; font-family: 'latomedium'; color: #5D5D5D; font-family: 'latosemibold'; border-bottom: 1px solid #edecec;padding: 20px 20px 20px 0; outline: none; padding-left: 28px; }
.mobile-nav .active > a { background:#fff; opacity: 1; color: #3E6A97; text-decoration: none; }
.mobile-nav ul li.drop-down > a:after { top: 50%; margin-top: -4px; content: " ";  width:14px; height:8px; background: url(../images/arrow-down1.svg) no-repeat;   padding-left: 10px; position: absolute; right: 15px; transition: all .3s; }
.mobile-nav ul li.active.drop-down > a:after {  content: " ";  width:14px; height:8px; transform: rotate(180deg);   }
.mobile-nav .drop-down.active > a { border-bottom: 1px solid #edecec; font-family: 'latosemibold'; font-family: 'latoblack';  padding-right: 35px;  background:none; opacity: 1; color:#97144D;     }

.mobile-nav .drop-down > a { padding-right: 35px;  opacity: 1; border-bottom: 1px solid #edecec;     }

.mobile-nav .drop-down ul { display: none; overflow: hidden;  padding-left: 28px;  }
.mobile-nav .drop-down ul li a{   color: #5D5D5D; font-family: 'latomedium'; opacity: 1;  font-size: 14px; font-family: 'latomedium';  border-bottom: 1px solid #f2f2f2; padding-left:0;  }
.mobile-nav .drop-down.active{ background: #FAF3F6; }

/*.mobile-nav-overly { width: 100%; height: 100%; z-index: 9997; top: 0; left: 0; position: fixed; background: rgba(0,0,0, 0.7); overflow: hidden; display: none; transition: ease-in-out 0.2s; }*/
.mobile-nav-active { overflow: hidden; }
.mobile-nav-active .mobilemenu{ background: url(../images/closeBtn.svg) no-repeat center; }
.mobile-nav-active .mobile-nav { opacity: 1; visibility: visible;    }
.mobile-nav-active .mobile-nav-toggle i { color: #000; }
.mobile-nav .drop-down ul li ul{ padding: 0 30px }
.mobile-nav .drop-down ul li.drop-down.active a{ color:#97144D; font-family: 'latoblack';  border-bottom: 1px solid #f2f2f2; }
.mobile-nav .drop-down ul li.drop-down ul li a{ color:#707070 !important; font-family: 'latomedium'  !important;}
.mobile-nav .drop-down ul li ul{    padding: 0 20px; background: #fff; width: calc(100% - 28px); padding: 0; border-radius: 5px;}
.mobile-nav .drop-down ul li ul a{ padding-left: 20px }
.mobile-nav .drop-down ul li.drop-down > a:after{ top: 50%; margin-top: -4px; content: " ";  width:14px; height:8px; background: url(../images/arrow-down1.svg) no-repeat;   padding-left: 10px; position: absolute; right: 15px; }
.mobile-nav .drop-down ul li.drop-down.active > a:after { transform: rotate(180deg); }

.linkYoutube img{ width: auto !important; height: auto !important; }

.transNewBoxes li .transBox,
.proBoxSlider2 .transCont{ box-shadow: 0px 0px 30px #0000000F; }

.noscroll{ overflow: hidden; /*height: 0;*/ }


.pupforShadow .proPupBoxIn .container{ padding: 0 30px;  }
.pupforShadow .proPupBoxIn h3{ padding-left: 20px; padding-bottom: 10px; }

.awardBoxConPup{ cursor: pointer; }
.boxes2 .awardBoxCon{ width: 100%; height: auto;box-shadow:0px -23px 20px #0000001A; border: 0 !important;  }
.boxes2 .awardBoxCon .boxes2In .awardTxt1{  font-size: 24px; color: #97144D; font-family: 'latoblack';  }

.boxes2 .awardBoxCon p{ font-size: 18px; font-family: 'latosemibold'; min-height: 155px; }

.fotIn{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.fotInBox1{ width: 50%; }
.fotInBox2{ width: 30%; }
.fotInBox3{ width: 20%; }
 
 .h50{ height: 50px; }
 .h20{ height: 20px; }
 
 .headerSocInMob .headerSocIn{ display: none; }


.btnConnect{ border: solid 1px #97144D; height: 44px; position: relative; display: flex; align-items: center; justify-content: center; width: calc(100% - 60px); gap: 10px; margin: auto; border-radius: 5px; margin-top: 30px; color: #97144D; font-family: 'latosemibold';}
.btnConnect:before{ content: ''; width: 18px; height: 14px; display: inline-block; background: url(../images/ic_message5.svg) no-repeat center center; }
.btnConnect:hover{ background: #97144D; color: #fff; }
.btnConnect:hover:before{ background: url(../images/ic_message5_hover.svg) no-repeat center center; }

.aclSlider .slick-dots li.slick-active button:before,
.awardBoxCon2New .slick-dots li.slick-active button:before { opacity: 1; }
.aclSlider .slick-dots li button:before,
.awardBoxCon2New .slick-dots li button:before{ opacity: 1; }
.aclSlider .slick-dots li,
.awardBoxCon2New .slick-dots li{ background: #E7CAD7; width: 8px; height: 8px; }
.aclSlider .slick-dots li.slick-active,
.awardBoxCon2New .slick-dots li.slick-active{ background: #ED1164; width: 16px; }
.aclSlider .slick-dots,
.awardBoxCon2New .slick-dots{ display: flex; flex-wrap: wrap; margin-left: 30px; bottom: -25px; width: auto;}

.aclSlider .slick-list{ height: 380px; }

.pdfBox{ width: 100%; height: calc(100vh - 100px); }


.awardsListIn{ display: flex; gap:30px; flex-wrap: wrap; height: 790px; overflow: hidden; margin-bottom: 50px; justify-content: center;}
.awardsListIn.heightToggle{ height: auto; }

.awardInBox{ display: flex; align-items: center; width: 262px; height: 240px; border-radius: 5px; box-shadow: 0px 0px 30px #0000000F;  background: #fff; justify-content: center;}

.bannerBt .container p b{ font-style: italic; font-family: 'latosemibold'; }
.line{ color: #010306; font-family: 'latosemibold'; border-bottom: dotted 1px #97144D; font-style: italic; }
.line:hover{ color: #97144D; }

.sectorBox{ background: #FEF3F7;  padding: 0; }
.secotrBoxIn{ height: 500px; box-shadow: 0px 5px 20px #0000001A; background: #fff; border-radius: 5px; position: relative; margin-bottom: 25px;}

.sectorBox h4{ font-size: 28px; color: #010306; font-family: 'latoblack';  padding-bottom: 15px; }
.sectorImg img{ display: block; width: 100%; height: auto; border-radius: 5px 5px 0 0;  }

.sectorTxtBox{ padding: 20px 30px; }
.sectorTxtBox strong{ color: #97144D; font-family: 'latoblack';  font-size: 18px; line-height: 28px; padding-bottom: 12px; display: block; }
.sectorTxtBox p{ line-height: 26px; font-size: 16px; }

.commonBtnBox{ position: absolute; right: 10px; bottom: 10px; }

.secotrBoxIn2 { height: auto; display: flex; }
.secotrBoxIn2 .sectorImg{ width: 360px;  }

.secotrBoxIn2 .sectorTxtBox{ width: calc(100% - 360px); }
.secotrBoxIn2 .sectorImg img{ border-radius: 5px 0 0 5px; }

.sectorBox2{    }
.sectorBox2 h4{ font-size: 28px; color: #010306; font-family: 'latoblack';  padding-bottom: 15px; }

.sectorBox2 .commoNBox .commoNBoxTxt p{ font-family: 'latosemibold'; }

.commoNBox .commoNBoxTxt p a{ color: #010306; font-family: 'latoblack';  border-bottom: dotted 1px #97144D;}
.commoNBox .commoNBoxTxt p a:hover{ color: #97144D;  }
.sectorBox2 .commoNBoxTxt .view_more{ margin-top: 20px; }

.commoNBox .commoNBoxTxt p strong{ font-family: 'latoblack';  }
.list2 li{ display: inline-flex; white-space: nowrap; padding-right: 20px; font-family: 'latosemibold'; padding-bottom: 0;}
.list2{ flex-wrap: wrap; }
.list2 li:first-child{ padding-left: 0; padding-right: 10px; }
.list2 li:first-child:before{ display: none; }
.list2 li strong{ font-family: 'latoblack';  }

.commoNBoxTxt .showMoreBtn2{ font-size: 16px; }

.maProBox3{ flex-wrap: wrap; gap:20px; padding-bottom: 60px; cursor:  pointer; }
.maProBox3 .proCont{ width: 100%; padding-top: 0; }

.maProBox3 .porBg{ background: url(../images/porBg2.svg); }

.aboutSliderBox{ background: #FEF3F7; }

.commoNBox1New p{ font-family: 'latosemibold'; }
.commoNBox1New .commoNBoxTxt{ padding-bottom: 10px; }

.csrLink{ color: #97144D; border-bottom: dotted 1px #97144D; }

.aboutSlider .slick-arrow{background: #97144D url(../images/ic_arrow3.svg) no-repeat center center; width: 45px; height: 45px; border-radius: 40px; font-size: 0; position: absolute; top: 50%; left:-20px; transform: none; z-index: 999;}

.aboutSlider .slick-arrow:before{ display: none;  }
.aboutSlider .slick-arrow.slick-prev{ transform: rotate(180deg);}
.aboutSlider .slick-arrow.slick-disabled{ opacity: .3;}
 

.aboutSlider .slick-next{ left: auto; right: -20px; }

.commoNBox1New .commoNBoxTxt{ height: 460px; }

.showMoreBtn2Less.showMoreBtn2:after{ transform: rotate(-90deg); }

.testimonialsPup .testimonials_item{  min-height: initial; padding: 33px 50px 80px 33px; margin: 34px 0; background: #fff; }
.testimonialsPup .testimonials_item p{ font-size: 14px; line-height: 26px; }
.testimonialsPup .slick-initialized .slick-slide{ padding: 0 10px; }


/** Media**/
.homeMobBanerImgMedia{ background: url(../images/media.png) no-repeat center top;width: 100%; height: 100%; background-size: cover; }
.mediaDate{color:#6E6E70; font-size:16px; padding-bottom: 10px;}
.mediabtm{padding-bottom:6px !important;}
.medialine{ color: #010306;font-family: 'latobold'; border-bottom:none !important; }
.medialine:hover{ color: #97144D; }
.blnkwin{margin-left:10px !important; display:inline-block;}

.homeMobBanerImgeEcm{ background: url(../images/ecmbg.png) no-repeat center top;width: 100%; height: 100%; background-size: cover; }

.pdfListIn{  }
.pdfInBox{border: 1px solid #F2F2F2; margin-bottom: 5px;  }
.pdfInBox p{ word-break: break-word; font-size: 16px; font-family: 'latomedium'; }
.pdfInBox .ic_pdf{ background:url(../images/ic_pdf2.svg) no-repeat;width: 24px; height: 19px; display: block;}
.pdfInBox .ic_pdf2{ background:url(../images/ic_pdf3.svg) no-repeat;width: 24px; height: 19px; display: block;}




.pdfInBox{ display: flex; padding:13px 20px; border-radius: 5px; color: #010306; gap: 18px; transition: all .3s;}
.pdfInBox:hover{ border: solid 1px #97144D; color: #97144D; }
.pdfInBox:hover .ic_pdf{background:url(../images/ic_pdf2_hover.svg) no-repeat;}
.pdfInBox:hover .ic_pdf2{background:url(../images/ic_pdf3_hover.svg) no-repeat;}



.pagination{ display: flex; gap:5px; flex-wrap: wrap; justify-content: center; }
.pagination a{ border: 1px solid #737373; width: 44px; height: 44px; display: flex;align-items: center; justify-content: center; border-radius: 25px; font-family: 'latosemibold'; color: #6E6E70; font-size: 16px; }
.pagination a:hover,
.pagination a.active{  border: 1px solid #97144D; background: #fff; color: #97144D; }

.pagination a:first-child,
.pagination a:last-child{background:#97144D url(../images/ic_arrow6.svg) no-repeat center center;font-size: 0;  }
.pagination a:last-child{ transform: rotate(180deg); }

.pagination a.disabled{background:#F3E4EB url(../images/ic_arrow6.svg) no-repeat center center; border: solid 1px #F3E4EB;  }


.paginationBox{ display: flex; align-items: center; justify-content: space-between; margin-top: 20px; }
.paginationShowing{ color: #6E6E70; }
.paginationShowing span{ color: #010306; font-family: 'latosemibold'; display: inline-block; padding: 0 5px; }

.headerBox{ display: flex; justify-content: space-between; padding-bottom: 15px; }
.searchPupMain{ position: relative; }
.searchPupNew {  position: relative; display: block; width: 220px; left: auto; top: auto;  }
.searchPupNew .searchImg{ right: auto; left: 10px; top: 50%; margin-top: -12px; }
.searchPupNew .form-control{ border-radius: 6px; height: 35px; font-size: 14px; font-family: 'latomedium'; box-shadow: none; border: solid 1px #D2D3D5; padding-left: 38px;}
.searchPupNew .serchClose{ position: absolute; right: 0; top: 50%;  margin-top: -11px; right: 8px; display: none;  }
.searchPupNew .serchClose{}

/*.searchPup.active .serchClose{ display: block; }*/

.subLinks3{ position: absolute; top: auto; bottom: 0; }
.nsmallNav .subLinks3{ position: fixed; top: 98px; bottom: auto;  }

.comP p{ padding-bottom: 20px; line-height: 28px; color: #010306; }

.bankListIn{ display: flex; flex-wrap: wrap;gap:30px }
.bankList{ display: flex; align-items: flex-start; gap: 10px; padding: 20px; border-radius: 5px;  width: calc(33.33% - 20px); box-shadow: 0px 3px 6px #D2D3D533; border: 1px solid #D2D3D5; padding-bottom: 10px;}
.bankListRight{ width: 100%; }
.bankListRight h5{ color: #010306; font-family: 'latoblack';  padding-bottom: 16px;  }
.bankListDet{ width: 100%; padding-bottom: 10px; }
.bankListDet span{ display: inline-block; width: 45%; font-size: 14px; color: #6E6E70;  }
.bankListDet strong{ color: #010306; font-size: 16px; }

.commonAccord .accordion-item{ margin-bottom: 5px;  box-shadow: 0px 3px 10px #0000000D; border: 1px solid #D2D3D5; border-radius: 5px;}
.commonAccord .accordion-item:first-of-type .accordion-button{ border-top-left-radius:5px; border-top-right-radius: 5px}
.commonAccord .accordion-item h2{ padding-bottom: 0; }
.commonAccord .accordion-button{ color: #010306; font-size: 18px; font-family: 'latosemibold'; padding: 14px 14px 14px 18px; }
.commonAccord .accordion-button.collapsed{ border-radius: 5px;  }

.commonAccord .accordion-item{ border-radius: 5px !important; border: 1px solid #D2D3D5 !Important;  }
.commonAccord .accordion-item:first-of-type{ border-radius: 5px; }
.commonAccord .accordion-button:focus{border-color: #D2D3D5;  box-shadow: none}

.commonAccord .accordion-button:not(.collapsed){border-radius: 5px 5px 0 0 !Important; background: #F8F1F4; border-bottom:solid 1px #EFE0E8; color: #97144D; }
.commonAccord .accordion-button::after,
.commonAccord .accordion-button:not(.collapsed)::after{ background: url(../images/ic_arrow7.svg) no-repeat center center; width: 22px; height: 22px; }

.commonAccord .accordion-body{ padding: 0 0 1px 0; }
.accordion-body .pdfInBox { border: 0; margin-bottom: 0; border-radius: 0; border-bottom: 0; box-shadow: 0px 1px 0px #F2F2F2;}

.commonAccord .accordion-item.active{  border: solid 1px #97144D !important; }

.accordion-body .pdfInBox:hover{ border: 0; }
.accordion-body .pdfInBox:last-child{ border-radius: 0 0 5px 5px; }
.accordion-body .headerBox{ padding-bottom: 0; }
.accordion-body .searchPupMain{ width: 100%; }
.accordion-body .searchPupNew{ width: 100%; }
.accordion-body .searchPupNew .form-control{ border: 0; border-radius: 0;box-shadow: 0px 1px 0px #F2F2F2; height: 44px; padding-left: 54px; }
.accordion-body .searchPupNew .serchClose{ right: 14px; }
.accordion-body .searchPupNew .searchImg{ left: 14px; }


.commonAccord .accordion .paginationBox{ padding: 20px; margin-top: 0;}

.commonAccord .accordionNew .accordion-button{ font-size: 16px; flex-direction: row-reverse; justify-content: flex-end; width: 100%;}
.commonAccord .accordionNew .accordion-button::after{ margin-left: 0; margin-right: 20px;}
.commonAccord .accordionNew .accordion-button:not(.collapsed)::after{transform: rotate(-135deg);}

.commonAccord .accordionNew .accordion-button::after,
.commonAccord .accordionNew .accordion-button:not(.collapsed)::after{ background: url(../images/ic_plus.svg) no-repeat center center; }
.commonAccord .accordionNew .accordion-button:not(.collapsed){ border-radius: 0 !important; }
.commonAccord .accordionNew .accordion-button{ border-radius: 0 !Important; }

.commonAccord .accordionNew .accordion-item{ box-shadow: none; border-radius: 0 !important; border-bottom: 0 !Important; }

.accordion.accordionNew{ border-bottom: solid 1px #F2F2F2;  }
.offerPupCon{ height: 400px; overflow: auto; font-size: 13px; color: #6E6E70; line-height: 22px; margin-bottom: 20px; }
.offerPup .btnCommonN{ justify-content: center; gap:20px }
.offerPup .btnCommonN a{ font-size: 14px; }

.disagreeHide.active{ display: none; }

.disagreeShow{ height: 300px; text-align: center; color: #6E6E70; display: none; align-items: center; justify-content: center; flex-direction: column; gap:10px  }
.disagreeShow.active{ display: flex; }
.disagreeShow strong{ font-size: 16px; color: #010306; font-family: 'latosemibold'; }

.form-control::placeholder {
  color:#D2D3D5;
  opacity: 1; /* Firefox */
}

.form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color:#D2D3D5;
}

body{ padding-top: 32px; }
.homeMobBanerIn{ height: 100%; }
.header_inner:after{ left: auto; right: 100%; top: 0; height: 94px; background: #97144D; }
.header_inner:before{ content: "";  width: 100%;  height: 67px;  position: absolute;  left: 100%; top: 0; height: 30px; background: #97144D;}

header.homeOnly{ background: transparent !important; border-bottom: 0; }
.homeOnly .headerSoc {  background: #97144D;  width: 100%;  justify-content: flex-end; height: 30px; padding-right: 20px;}
.homeOnly #menus{ background: url(../images/bg-menu.svg) no-repeat left top; height: 66px;  }
/*.nsmall #menus{ background: #fff url(../images/bg-menu.svg) no-repeat left top; }*/
.nsmall header.homeOnly{ border-bottom: 4px solid #fff; background: #fff !important; }
.homeOnly .logo{ background: #97144D; }

header.homeOnly #menus:after{ display: none; }

header.homeOnly .header_inner:after { height: 94px; }

.mediaBox .medaiIn{ box-shadow: 0px 5px 20px #0000001A; background: #FFFFFF; height: 350px; border-radius: 8px; margin-bottom: 30px;}
.mediaBox .awardImg1 { height: auto; box-shadow: none; background: transparent; margin-bottom: 20px; }
.mediaBox .awardImg1 .linkYoutube,
.mediaBox .awardImg1 img{ border-radius: 8px 8px 0 0; }
.awardTxt2{ color: #6E6E70; font-size: 16px; padding: 0 30px; }
.mediaBox .awardTxt1{ line-height: 25px; font-size: 18px; font-family: 'latosemibold'; }

.mediaBoxPress .medaiIn{ min-height: 145px; height: auto; padding-top: 22px;  }
.mediaBoxPress .medaiIn .awardTxt2{ padding-bottom: 10px; }


.whoTxtIn2{ font-size: 18px; line-height: 28px; font-family: 'latosemibold'; }

.boxes2-2 .boxes2In{ padding-top: 40px; }
.boxes2-2 .awardBoxCon { box-shadow: 0px -20px 40px #0000000D; }

.carBoxHead{ text-align: center; }
.carBoxHead p{ font-size: 24px; font-style: italic; max-width: 600px; margin: auto; font-weight: normal; line-height: 38px; }
.carBox{ box-shadow: 0px 5px 20px #0000000D; border: 1px solid #EBE0E4; background: #fff; padding: 30px; max-width: 750px; width: 100%; margin: auto; margin-top: 30px; border-radius: 8px; }
.carBox h4{ font-size: 18px; color: #97144D; font-family: 'latoblack';  padding-bottom: 15px; }
.carBox p{ font-family: 'latosemibold'; line-height: 26px; font-size: 16px; }
.carBox .list1{ margin-top: 20px; }
.carBox .list1 li{ font-size: 16px; }

.carBoxNote{; max-width: 750px; width: 100%; margin: auto; margin-top: 10px; font-size: 16px; color: #010306; font-family: 'latosemibold';}
.carBoxNote a{ font-family: 'latoblack';  color: #010306; border-bottom: dotted #000 1px; }
.carBoxNote a:hover{ color: #97144D; }

.awardTxt3{ display: flex; padding-left: 30px; padding-bottom: 10px; }
.awardTxt3 strong{ color: #97144D; font-size: 16px; font-family: 'latomedium'; border-right: solid 1px #D2D3D5; padding-right: 10px; margin-right: 10px; position: relative; display: inline-flex; gap: 10px; align-items: center;}
.awardTxt3 strong:before{ content: ''; width: 16px; height: 16px; background: url(../images/ic_calc.svg) no-repeat; display: block; }
.awardTxt3 span{ color: #6E6E70; font-size: 16px; font-weight: normal; }

.notetxt2{ color: #949599; font-size: 14px; font-style: italic; }

.mediaBoxPress2 .medaiIn{ min-height: 132px;  }
.mediaBoxPress3 .awardTxt3 strong{ color: #6E6E70;  }
.mediaBoxPress3.mediaBox .awardTxt1{ color:rgba(1, 3, 6, .7)}
.mediaBoxPress3 .awardTxt3 strong:before{background: url(../images/ic_calc2.svg) no-repeat;}  


.eventsSm{ padding: 22px 30px; background: #F3F3F8; border-radius: 8px; }
.eventsSm h4{ color: #97144D; font-family: 'latomedium'; padding-bottom: 15px; }
.eventsUser { border-right: solid 1px #B5B6C1; padding-bottom: 20px; }
.eventsUser strong{ color: #010306; font-size: 18px; font-family: 'latosemibold'; }
.eventsUser span{ font-size: 16px; color: #010306; display: block; }

.ic_mess{ background: url(../images/ic_mesa.svg) no-repeat; padding-left: 25px; color: #010306; display: block; margin-bottom: 5px;  }
.ic_tel{ background: url(../images/ic_mob.svg) no-repeat; padding-left: 25px; color: #010306; display: block;   }

.eventsSm a:hover{ color: #97144D; }

.view_moreBox{ display: none; gap:10px; flex-wrap: wrap; }
.proLinksBox{ display: flex; justify-content: space-between; align-items: flex-start; }

.awardInBoxBg{ background: url(../images/awardInBoxBg.png) no-repeat center center; width: 220px; height: 190px; text-align: center; padding-top: 40px; }
.awardInBoxBg strong{ color: #97144D; font-size: 14px; font-family: 'latosemibold'; padding-bottom: 10px; display: block; }
.awardInBoxBg p{ font-size: 11px; color: #010306; height: 55px; font-family: 'latoblack';  width: 150px; margin: auto; padding: 0; line-height: 1.1; }
.awardInBoxBg span{ color: #707070; width: 125px; font-size: 10px; font-family: 'latomedium'; display: block; margin: auto; }

.aclSlider .awardInBox{ box-shadow: none; width: 100%; }

 .aclSlider .awardInBox{ height: 100%;  }
.awardBoxCon2 .slick-track{ height: 100%; display: flex;} 
 
@media (max-width: 1100px) {
  .mobilemenu{ display: block !Important; }
}

#cautionaryNotice .modal-dialog{ max-width: 860px; }
#cautionaryNotice h4{ padding-bottom: 20px; }
.pupTxtNew{ font-size: 13px; color: #6E6E70; overflow: auto; line-height: 22px; padding-bottom: 20px; }
.pupTxtNew strong{ font-family: 'latosemibold'; }

.transBox{ width: 300px;  }
 
.transImg{  padding: 30px 30px 30px;}
.transImg img{ height: 48px;
    width: auto; margin: auto;}
.pupTxtNew a{ color: #6E6E70; display: inline-flex; align-items: center; gap:5px; line-height: 1.3; }
.pupTxtNew a span{ border-bottom: dotted 1px #97144D; }

.pupTxtNew p{ padding-bottom: 15px; }

 
.comP2 strong{ font-family: 'latosemibold'; font-size: 16px; }
.comP2 a{ color: #010306; border-bottom: dotted 1px #010306; }
.comP2 a:hover{ color: #97144D; border-bottom: dotted 1px #97144D; }


@media (max-width: 640px) {
    .homeMobBanerImgAbout{ background: url(../images/abt_M.png) no-repeat center 52px; background-size: cover; }
    .homeMobBanerImgIb{ background: url(../images/abtIB_M.png) no-repeat center 52px; background-size: cover; }
    .homeMobBanerImgAwardBg{ background: url(../images/awards_M.png) no-repeat center 52px; background-size: cover; }

    .homeMobBanerImgBankingBg{ background: url(../images/bfsi_M.png) no-repeat center 52px; background-size: cover; }
    .homeMobBanerImgCareers{ background: url(../images/careers_M.png) no-repeat center 52px; background-size: cover; }

    .homeMobBanerImgConsumer{ background: url(../images/consumer_M.png) no-repeat center 52px; background-size: cover; }
    .homeMobBanerImgeEcm{ background: url(../images/ecm_M.png) no-repeat center 52px;width: 100%; height: 100%; background-size: cover; }
    .homeMobBanerImgEvents{ background: url(../images/events_M.png) no-repeat center 52px;width: 100%; height: 100%; background-size: cover; }

    .homeMobBanerImgInsu{ background: url(../images/ie_M.png) no-repeat center 52px;width: 100%; height: 100%; background-size: cover;    }

    .homeMobBanerImgIndustrialsBg{ background: url(../images/ind_M.png) no-repeat center 52px;width: 100%; height: 100%; background-size: cover;    }
    .homeMobBanerImginfrastructureBg{ background: url(../images/infra_M.png) no-repeat center 52px;width: 100%; height: 100%; background-size: cover;    }

    .homeMobBanerInv{ background: url(../images/investorcharter_M.png) no-repeat center 52px;width: 100%; height: 100%; background-size: cover; position: relative; }

    .homeMobBanerImgInvITs{  background: url(../images/ivts_M.png) no-repeat center 52px; width: 100%; height: 100%; background-size: cover; }
    .homeMobBanerImgMedia{  background: url(../images/media_M.png) no-repeat center 52px; width: 100%; height: 100%; background-size: cover; }

    .homeMobBanerImgMa{  background: url(../images/mm_M.png) no-repeat center 52px; width: 100%; height: 100%; background-size: cover; }
    .homeMobBanerImgNewAgeBg{ background: url(../images/newage_M.png) no-repeat center 52px;width: 100%; height: 100%; background-size: cover}
    .homeMobBanerOffer{ background: url(../images/offerdocuments_M.png) no-repeat center 52px;width: 100%; height: 100%; background-size: cover; position: relative; }

    .homeMobBanerImgPharmaBg{ background: url(../images/pharma_M.png) no-repeat center 52px;width: 100%; height: 100%; background-size: cover;    }
    .homeMobBanerImgPriv{ background: url(../images/private_M.png) no-repeat center 52px; width: 100%; height: 100%; background-size: cover;   } 
    .homeMobBanerRegular{ background: url(../images/regulatory_M.png) no-repeat center 52px;width: 100%; height: 100%; background-size: cover; position: relative; }
    .homeMobBanerImgResearchBg{ background: url(../images/research_M.png) no-repeat center 52px;width: 100%; height: 100%; background-size: cover;    }
    .homeMobBanerImgTelecomBg{ background: url(../images/telecom_M.png) no-repeat center 52px;width: 100%; height: 100%; background-size: cover;    }

    .homeMobBaner2 .homeMobBanerIn span{ font-size: 24px !Important; }
    .homeMobBaner2 .homeMobBanerIn strong{ font-size: 16px !Important; }

    .homeMobBanerIn{ align-items: flex-start; padding-top:70px; }
	.homeMobBanerInHome{padding-top:170px !important; }
	.homeMobBanerInHome .container{text-align:left !important; }
    .homeMobBanerIn .container{ text-align: center; }
    .homeMobBanerIn strong{ font-size: 24px !important; }

    .homeMobBaner2Pading .homeMobBanerIn{padding-top: 70px; }

    .sectorBox h4{ font-size: 22px; }

}