@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 22px;
    font-family:'Poppins', sans-serif;
    font-weight: 400;
    color: #000000;
}

h1,
h2,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none !important;
    font-size: 16px;
}

a:hover {
    text-decoration: none !important;
}

.homeTextFont  p {
  font-size: 18px;
  line-height: 24px;
}

p {
  font-size: 16px;
  line-height: 22px;
}
header {
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    right: 0px;
}
.homepage header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  right: 0px;
}
.header-wrap
{
    display: flex;
    justify-content: space-between;
    height: 70px;
    align-items: center;
}
.pdf-menu a
{
    color:#07539B;
    font-size: 18px;
}
.ham-icon
{
    cursor: pointer;
}
.my-sidenav, .ham-icon1 {
    display: none;
}

.my-sidenav1 {
    position: fixed;
    top:0px;
    right: 0;
    overflow-y:hidden;
    overflow-x: hidden;
    z-index: 999999999;
    width: 100%;
    background:#003974;
    height:0;
    transition: 0.8s;
    display: flex;
    align-items: center;
}
.my-sidenav1 .row
{
    align-items: center;
}
.my-sidenav1 .col-xl-8
{
    padding-left: 0px;
}
.topmenu-header
{
    padding-top:50px;    
}

.top-nav-content
{
    padding: 65px 80px 70px 0px;
    background-color: #fff;
    position: relative;
}
.top-nav ul
{
 justify-content: flex-end;
 padding-right: 10%;   
}
.top-nav .nav>li
{
    float: none;
}
.top-nav .nav>li:last-child
{
    border-bottom:none;
}
.top-nav .nav>li>a
{
    color: #ffffff50;
    font-size:30px;
    padding-bottom:30px;
    border-radius: 0px;
    font-family:'Poppins', sans-serif;
    font-weight: 400;
    border-bottom:none;
    padding-top: 0px;
}

.top-nav .nav>li>a:focus, .top-nav .nav>li>a:hover
{
    background-color: transparent;
    color: #ffffff;
    font-family:'Poppins', sans-serif;
    font-weight: 700;
}
.top-nav .nav-pills>li>a.active, .top-nav .nav-pills>li>a.active:focus, .top-nav .nav-pills>li>a.active:hover
{
    background-color: transparent;
    color: #ffffff;
    font-family:'Poppins', sans-serif;
    font-weight: 700;
    position: relative;
}

.top-nav-content ul
{
    padding-left:15%;
    margin-bottom: 0px;
}
.top-nav-content ul li{
    list-style: none;
    padding-bottom:15px;
    padding-top: 15px;
    border-bottom: 1px solid #00000050;
}
.top-nav-content ul li a img{
    float: right;
    padding-top: 5px;
    filter: grayscale(100);
}

.top-nav-content ul li a
{
    color: #000;
    font-size: 18px;
    font-family:'Poppins', sans-serif;
    font-weight: 400;
}

.top-nav-content ul li a:hover
{
    color:#05509F;
    font-family:'Poppins', sans-serif;
    font-weight: 700;
}
.top-nav-content ul li a:hover img
{
  filter: grayscale(0);  
}
.cross-btn
{
    position: absolute;
    right: -35px;
    top: 50%;
    transform: translate(0px, -50%);
    cursor: pointer;
}
.footTop {
    background-color: #E5F5FE;
    padding: 35px 0px;
    border-top: 1px solid #e4e4e4;
}
.footTop .row {
    display: flex;
    align-items: center;
}
.footBottom
{
 background-color: #07539B;
 padding: 11px 0px;   
}
.footBottom p, .footBottom p a {
    font-size: 12px;
    color: #fff;
    font-family:'Poppins', sans-serif;
    font-weight: 400;
    text-align: center;
}
.devText p {
    text-align: right;
}
.socialLink ul {
    display: flex;
    list-style: none;
    padding: 0px;
    margin: 0px;
    justify-content: center;
    gap: 10px;
    align-items: center;
}
.footTop h5 a
{
    color: #07539B;
    font-size: 14px;
    font-family:'Poppins', sans-serif;
    font-weight: 400;
    border-bottom: 1px solid #00000040;
    width: 150px;
    margin: auto;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 4px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.backTop a
{
    color: #000;
    font-size: 18px;
    font-family:'Poppins', sans-serif;
    font-weight: 600;
    text-decoration: underline !important;
    text-align: right;
    display: block;
}
.backTop a:hover
{
  color: #07539B;  
}
/*-----------Header Css End-------------*/

/****Homepage start******/
.hm-banner{
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}
.hm-banner .container {
  position: absolute;
  left: 0;
  right: 0;
}
.hm-banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hm-banner h1 {
  font-size: 62px;
  color: #07539B;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  line-height: 1;
}
.hm-banner h2 {
  display: block;
  font-size: 48px;
  line-height: 1;
  color: #88C65A;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding-bottom: 11px;
}
.hm-banner p
{
  color: #07539B;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 35px;  
}
.hm-banner .container
{
    height: 100vh;
    display: flex;
    align-items: center;
}
.arrow-scroll
{
    position: absolute;
    left: 0;
    bottom:30px;
    animation: ca3_fade_move_down 2s ease-in-out infinite;
}
@keyframes ca3_fade_move_down {
  0%   { transform:translate(0,-10px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,10px); opacity: 0; }
}

.banner-btn a
{
  font-size: 16px;
  font-family:'Poppins', sans-serif;
  font-weight: 700;
  color: #fff;
  clip-path: polygon(13% 0%, 100% 0%, 87% 100%, 0% 100%);
  width: 220px;
  height: 53px;
  background: linear-gradient(120deg,  #07539b 60%,#0094d9 60%);
  line-height: 53px;
  padding-left: 45px;
  display: inline-block;
  transition: all .6s ease-in-out;
}
.banner-btn a img
{
    padding-left: 70px;
    vertical-align:middle;
    height: 14px;
}
.banner-btn a:hover
{
    background: linear-gradient(120deg,  #0094d9 60%,#07539b 60%); 
    transition: all .6s ease-in-out;   
}

.hm-about
{
    background-image: url(../images/about-alkem-l-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items:flex-end;
    overflow: hidden;
}
/*.hm-about-img
{
    transform: translateY(480px);
}*/
.hm-about .row
{
    align-items: center;
}
.hm-heading
{
    font-size: 36px;
    line-height: 48px;
    font-family:'Poppins', sans-serif;
    font-weight: 700;
    padding-bottom: 18px;
    padding-bottom: 20px;
}
.hm-about h2
{
    color: #fff;
}
.hm-about p
{
    color:#fff;
    padding-bottom: 35px;
}
.read-btn a img
{
 padding-left: 50px;   
}
.hm-chmsg {
  height: 100vh;
  display: flex;
  align-items: flex-end;
  background-color: RGBA(136, 198, 90, .25);
}
.hm-chmsg h2 {
  color: #07539B;
  padding-bottom: 15px;
}
.hm-chmsg h4
{
  color: #88C65A;
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 10px;
  position: relative;
  font-family:'Poppins', sans-serif;
  font-weight: 700;
}
.hm-chmsg h4:before
{
    content: '';
    position: absolute;
    left: 0;
    top:-45px;
    background-image: url(../images/dot-chairman.svg);
    width: 43px;
    height: 44px;
    background-size: contain;
    display: none;
}
.hm-chmsg p
{
    padding-bottom: 30px;
}
.hm-chmsg h5
{
  color: #07539B;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 35px; 
}
.hm-chmsg h5 span
{
 font-size: 14px;
 color: #000000;
 font-family:'Poppins', sans-serif;
 font-weight: 300;
 display: block;  
}
.hm-md {
  background-color: RGBA(7, 83, 155, .25);
}
/*.hm-ceo
{
    background-image: url(../images/ceo-bg-img.webp);
}*/
.financial-prudence {
  padding: 27px 0px;
  background-color: #07539B;
}
.financial-prudence h2 {
  color: #fff;
  padding-bottom: 22px;
  text-align: center;
}
.fin-graph {
  box-shadow: 0px 3px 6px #00000029;
  padding: 25px 17px;
  margin: 5px;
  background-color: #fff;
}
.fin-slider.owl-carousel .owl-stage
{
    padding-left:0px !important;
}
.fin-slider.owl-theme .owl-dots .owl-dot span {
    width:11px;
    height:11px;
    margin: 5px 5px;
    background: #0094D980;
}
.fin-slider.owl-theme .owl-dots .owl-dot.active span, .fin-slider.owl-theme .owl-dots .owl-dot:hover span{
    background: #0094D9;
}
.fin-slider.owl-theme .owl-dots {
    text-align: left;
    position: absolute;
    left: 0;
    bottom:-75px;
}
.fin-slider.owl-theme .owl-nav
{
    position: absolute;
    bottom: 0;
    right: 10%;
}
.fin-slider .owl-nav button.owl-prev
{
    position: absolute;
    width:26px;
    height:26px;
    bottom: -75px;
    margin: auto;
    right: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/left-arrow.svg) !important;
}
.fin-slider .owl-nav button.owl-next {
    position: absolute;
    width: 26px;
    height: 26px;
    bottom: -75px;
    margin: auto;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/rigth-arrow.svg) !important;
}
.fin-slider.owl-theme .owl-nav .owl-prev:hover,
.fin-slider.owl-theme .owl-nav .owl-next:hover{
    background: none;
    color: #FFF;
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: contain;
}
.key-slider.owl-theme .owl-nav .disabled {
    opacity: 1;
    cursor: default;
    background-size: contain;
}

.financial-prudence .read-btn {
    margin-top: 30px;
    width: 220px;
    margin-left: auto;
    margin-right: auto;
}
.value-chain {
/*  background-image: url(../images/card/bg-img.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;*/
  height: auto;
  display: flex;
  align-items: flex-end;
  background-color: #88C65A;
  padding-top: 130px;
  padding-bottom: 51px;
}
.chain-wrap
{
    position: relative;
}
.chain-img
{
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 30px; 
}
.chain-box {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 0px 30px 30px 30px;
  padding: 25px 40px 30px 25px;
  margin-left: 30px;
  max-width: 380px;
  width: 100%;
  background-color: #fff;
  margin-top: -80px;
  position: relative;
  min-height: 224px;
  margin-bottom: 10px;
}
.read-btn1 a img
{
    width: 5px;
    height: 8px;
    display: inline-block !important;
    padding-left: 4px;
}
/*.chain-slider.owl-carousel .owl-item img
{
width: auto;
}*/
.read-btn1 a
{
    display: inline-block;
    color: #07539B;
    font-size: 16px;
    line-height: 22px;
    font-family:'Poppins', sans-serif;
    font-weight: 700;
    border-bottom: 1px solid #fff;
}
.read-btn1 a img
{
    width: auto !important;
}
.read-btn1 a:hover
{
    border-bottom: 1px solid #07539B;
}
.chain-box h5 {
  color: #07539B;
  font-size: 24px;
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
.chain-box p
{
    padding-bottom: 20px;
}
.chain-slider.owl-carousel .owl-stage
{
  padding-left: 0px !important;  
}

.chain-slider.owl-theme .owl-nav {
  position: absolute;
  bottom: 0;
  right: 10%;
}
.chain-slider .owl-nav button.owl-prev
{
    position: absolute;
    width:26px;
    height:26px;
    top:-75px;
    margin: auto;
    right: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/left-arrow.svg) !important;
}
.chain-slider .owl-nav button.owl-next {
    position: absolute;
    width: 26px;
    height: 26px;
    top:-75px;
    margin: auto;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/rigth-arrow.svg) !important;
}
.chain-slider.owl-theme .owl-nav .owl-prev:hover,
.chain-slider.owl-theme .owl-nav .owl-next:hover{
    background: none;
    color: #FFF;
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: contain;
}
.download-center
{
    padding: 100px 0px;
}
.download-center .row
{
    align-items: center;
}
.dowload-wrap
{
    background-color: #07539B;
    padding-right: 50px;
}
.download-center h2
{
    color: #fff;
    margin-bottom: 40px;
}
.dowload-btn a
{
    background-color: #fff;
    width: 342px;
    height: 62px;
    display: inline-block;
    color: #07539B;
    font-size: 18px;
    font-family:'Poppins', sans-serif;
    font-weight: 400;
}

/**/
.siteMap {
  padding: 95px 0px 30px 0px;
}
.siteMap a, .siteMap .col-xl-12 {
  font-size: 14px;
  line-height: 18px;
  color: #707070;
}

.financeGraph {
  background-color: #fff;
  margin-bottom: 32px;
}
.financeGraph:hover {
  box-shadow: 0px 3px 6px #00000029; 
}
.allCtext h2{
    font-size: 36px;
    line-height: 48px;
    color: #07539B;
    margin-bottom: 24px;
    font-family:'Poppins', sans-serif;
    font-weight: 700;
}
.allCtext p.blueTxt{
   font-size: 18px;
   line-height: 24px;
   color: #07539B;
   margin-bottom: 46px;
   font-family:'Poppins', sans-serif;
   font-weight: 400;
}

.nextLink a {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 0px 40px 40px 0px;
  justify-content: end;
  color: #07539B;
  font-size: 18px;
  line-height: 23px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.preLink a {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 40px 0px 0px 40px;
  color: #07539B;
  font-size: 18px;
  line-height: 23px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.preLink a:hover, .nextLink a:hover {
  background-color: #0094d9;
  color: #fff;
  border: 1px solid #0094d9;
}
.nextPre .container{
    max-width: 808px;
    width: 100%;
}
.nextPre {
  padding-top: 50px;
  padding-bottom: 80px;
}
.performanceHeads {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.performanceHeads h3 {
  border-radius: 30px;
  padding: 9px 22px;
  color: #fff;
  font-size: 24px;
  line-height: 31px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin-bottom: -1px;
  position: relative;
  display: flex;
  align-items: center;
}
.performanceHeads h3::after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  background-color: #fff;
  width: 100%;
  height: 1px;
  z-index: 99;
  bottom: 0;
}

.finText h4 {
  font-size: 36px;
  line-height: 48px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
.finText p {
  font-size: 16px;
  color: #000000;
  line-height: 22px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
.arroLine {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #88c65a;
  padding-bottom: 10px;
}
.arroLine > div:nth-child(1) {
  display: flex;
  gap: 10px;
}
.arroLine p b {
  font-size: 16px;
  line-height: 22px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
.arroLine p {
  font-size: 16px;
  line-height: 22px;
}
.finText h4 sub {
  bottom: 0px;
}
.border_clr_1 .finText {
  max-width: 190px;
  width: 100%;
}

.arroLine div p {
  min-height: auto!important;
  margin: 0px!important;
  padding: 0px!important;
  border: 0px!important;
}
.performanceHeads img {
  background-color: #fff;
  padding-left: 10px;
  margin-bottom: -1px;
}
.border_clr_1  .performanceHeads h3{
    background: #88C65A 0% 0% no-repeat padding-box;
}
.border_clr_1 .performanceHeads {
  border-bottom: 1px solid #88C65A;
}
.border_clr_1 > p, .border_clr_2 > p, .border_clr_3 > p, .border_clr_4 > p{
    margin-bottom: 10px;
}
.border_clr_1, .border_clr_2, .border_clr_3, .border_clr_4{
    margin-bottom: 60px;
}
.border_clr_1 .finText h4 {
  color: #88C65A;
}
.border_clr_1 .finText p {
  min-height: 76px;
  border-bottom: 1px solid #88c65a;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/**/
.border_clr_2 .performanceHeads {
  border-bottom: 1px solid #00B3F0;
}
.border_clr_2 .finText h4 {
  color: #00B3F0;
}
.border_clr_2 .finText p {
  border-bottom: 1px solid #00B3F0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.border_clr_2 .performanceHeads h3 {
  background: #00B3F0;
}
.finText.fontDiff {
  max-width: 240px;
  width: 100%;
}
.finText.fontDiff2 {
  max-width: 282px;
  width: 100%;
}
.fontDiff h4, .fontDiff2 h4{
    font-size: 24px;
    line-height: 27px;
}
.finText.diffClr span {
  color: #00B3F0;
}
.finText.fontDiff p {
  min-height: 71px;
}
.finText.fontDiff2 p {
  min-height: 71px;
}
/**/
.border_clr_3 .performanceHeads {
  border-bottom: 1px solid #00B3F0;
}
.border_clr_3 .finText h4 {
  color: #00B3F0;
}
.border_clr_3 .finText p {
  border-bottom: 1px solid #00B3F0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.border_clr_3 .performanceHeads h3 {
  background: #00B3F0;
}
/**/
.border_clr_4 .performanceHeads {
  border-bottom: 1px solid #88C65A;
}
.border_clr_4 .finText h4 {
  color: #88C65A;
}
.border_clr_4 .finText p {
  border-bottom: 1px solid #88C65A;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.border_clr_4 .performanceHeads h3 {
  background: #88C65A;
}
/**/
.ourValueSlider.owl-carousel .owl-stage-outer {
  overflow: visible!important;
}
.ourValueSlider.owl-carousel .owl-stage{
  padding-left: 0px!important;
}
.performanceBody {
  padding: 35px 0px;
}
.graphImg {
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
  text-align: center;
}
.ourValueSlider.owl-theme .owl-dots {
  text-align: left;
  margin-top: 35px;
}
.ourValueSlider.owl-theme .owl-nav {
  text-align: right;
}

/*slider arrow*/
.ourValueSlider .owl-nav button.owl-next {
  position: absolute;
  width: 26px;
  height: 26px;
  bottom: 0px;
  margin: auto;
  right: 0px;
  background-image: url(../images/blue-rigth-arrow.svg) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ourValueSlider .owl-nav button.owl-prev {
  position: absolute;
  width: 26px;
  height: 26px;
  bottom: 0px;
  margin: auto;
  right: 45px;
  opacity: 1;
  background-image: url(../images/blue-left-arrow.svg) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.ourValueSlider.owl-theme .owl-nav .owl-prev:hover,
.ourValueSlider.owl-theme .owl-nav .owl-next:hover {
  background: none;
  color: #FFF;
  text-decoration: none;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.ourValueSlider.owl-theme .owl-dots .owl-dot span {
  background: RGBA(0, 148, 217, .30);
}
.ourValueSlider.owl-theme .owl-dots .owl-dot.active span, .ourValueSlider.owl-theme .owl-dots .owl-dot:hover span {
  background: #0094D9
}

.valueIns {
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
  padding: 30px 20px;
  min-height: 360px;
}
.valueIns img {
  width: auto !important;
  margin-bottom: 18px;
}

.valueIns h5 {
  font-size: 18px;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}
.valueIns p{
    font-family:'Poppins', sans-serif;
    font-weight: 300;
}

.aboutLabs {
 /* background-image: url(../images/banner-img.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  min-height: 363px;
  width: 100%;
  display: flex;
  align-items: center;*/
  position: relative;
  margin-bottom: 40px;

}

.textOnimg {
  position: absolute;
  top: 44px;
  max-width: 526px;
  width: 100%;
  left: 44px;
}
.commonText p {
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}
.aboutLabs p {

    font-size: 24px;
    line-height: 28px;
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-bottom: 0px;
}

.commonText h3 {
  font-size: 24px;
  line-height: 31px;
  color: #88C65A;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}

.wordsText h4 {
  color: #07529A;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}
.wordsText {
  margin-bottom: 35px;
}
p.font18 {
  color: #07539B;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}
.ourPromise h6 {
  font-size: 36px;
  line-height: 36px;
  color: #00B3F0;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
.brder{
    border-bottom: 1px solid #07539B;
    padding-bottom: 10px;
}
.ourPromise h6 sub {
  bottom: 0px;  
}
.ourPromise h5 span{
    color: #07539B;
    font-size: 16px;
    line-height: 22px;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.ourPromise h5 {
  font-size: 36px;
  line-height: 48px;
  color: #00B3F0;
  border-bottom: 1px solid #07539B;
  padding-bottom: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
.ourValueSlider{
    margin-bottom: 60px;
}
.ourPromise{
    margin-bottom: 50px;
}

.wideHeads p{
    color: #07539B;
    font-size: 16px;
    line-height: 22px;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    border-bottom: 1px solid #07539B;
    padding-bottom: 10px;
}
.wideHeads h5 {
  font-size: 36px;
  line-height: 48px;
  color: #00B3F0;  
  font-family: 'Poppins', sans-serif;  
  font-weight: 700;
}

.mapInner {
  background-color: #F8FBF5;
  padding: 30px 0px;
}
.mapsInd {
  max-width: 851px;
  width: 100%;
  margin: 0px auto;
  position: relative;
}
.mapContent {
  position: absolute;
}
.mapContent h4 {
  font-size: 36px;
  line-height: 36px;
  color: #00B3F0;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  border-bottom: 1px solid #00B3F0;
  margin-bottom: 30px;
  padding-bottom: 5px;
}
.mapContent h4 span {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #07539B;
}
.mapContent h5 {
  font-size: 18px;
  color: #07529A;
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
.pieChart {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  margin: 20px 0px;
}
.wideSec{
    padding-bottom: 40px;
}
.mapContent h5:last-child {
  color: #E6A51C;
  border-bottom: 0px;
}

.internationOp {
  padding: 45px 0px;
}
.internationOp h3 {
   font-size: 24px;
   line-height: 34px;
   color: #07539B;
   margin-bottom: 12px;
   font-family: 'Poppins', sans-serif;
   font-weight: 700;
}
.internationOp p{
    margin-bottom: 20px;
}
.salesIns p {
  color: #07539B;
  font-size: 16px;
  line-height: 22px;
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  border-bottom: 1.5px solid #00B3F0;
  padding-bottom: 10px;
}
.salesIns h4 {
  font-size: 36px;
  line-height: 36px;
  color: #00B3F0;  
  font-family: 'Poppins', sans-serif;  
  font-weight: 700;
}
.salesIns h4 sub{
    bottom: 0px;
}
.salesIns{
    margin-bottom: 30px;
}
.font24 {
  font-size: 24px !important;
  line-height: 28px !important;
}

.expansiveBg{
    position: relative;
}
.expansiveBg::after  {
    content: "";
    position: absolute;
    right: 40px;
    background-image: url(../images/expansive-portfolio-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    min-height: 447px;
    width: 370px;
    top: 0px;
}
.salesIns p span{
    display: block;
}
.dowload-btn a:hover
{
    background-color: #0094D9;
    color: #fff;
}

.d-imgbg {
  background-color: #0094D9;
  border-radius: 0px 0px 30px 0px;
  height: 100%;
  width: 58px;
  display: inline-block;
  padding: 19px 0px 0px 18px;
  margin-right: 15px;
}
.dowload-btn-wrap
{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;

}
.text_clr_1 h5{
    color: #00B3F0;
}
.text_clr_2 h5{
    color: #0083CA;
}
.text_clr_3 h5{
    color: #07529A;
}
.text_clr_4 h5{
    color: #644A90;
}
.text_clr_5 h5{
    color: #D3205F;
}

.inside-messageban
{
    height: auto;
    padding-top: 50px;
}
.inside-messageban.hm-chmsg h2
{
    padding-bottom: 15px;
}
.inside-messageban .row
{
    align-items: center;
}
.inside-messageban p
{
    font-size: 18px;
    color: #7F3889;
    font-family:'Poppins', sans-serif;
    font-weight: 700;
    padding-top: 15px;
}
.messageinsitxt
{
    padding: 50px 0px;
}
.messageinsitxt h5
{
    color: #88C65A;
    font-size: 24px;
    font-family:'Poppins', sans-serif;
    font-weight: 700;
}
.messageinsitxt p span {
  color: #07539B;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
.messageinsitxt h6 {
  color: #07539B;
  font-family:'Poppins', sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding-top: 20px;
}
.messageinsitxt p 
{
    padding-top: 15px;
    font-family:'Poppins', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}
.messageinsitxt h4
{
    font-size: 24px;
    color: #07539B;
}
.messageinsitxt h4 span {
  display: block;
  font-size: 16px;
  color: #231F20;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}
.dflepara
{
    display: flex;
    align-items: center;
}
.dflepara span
{
    max-width: 80%;
}
.dflepara img
{
    margin-left: 60px;
}
.dotletter
{
    padding-top: 50px;
}
.dotletter h5
{
    font-size: 16px;
    color: #7F3889;
    padding-top: 15px;
}
.dotletter img
{
    width: 43px;
}
.hm-banner-mbl, .abt-mbl
{
    display: none;
}

.chartingContent {
  padding: 160px 0px 80px 0px;
}
.chartingContent h2 span {
  font-size: 36px;
  line-height: 46px;
  color: #07539B;
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}
.chartingContent h2 {
  font-size: 36px;
  line-height: 48px;
  color: #88C65A;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.chartingContent p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
  color: #231F20;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}
.nameDesi p {
  margin-bottom: 0px;
}
.nameDesi h4 {
  color: #07539B;
  font-size: 24px;
  line-height: 31px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
.chartingContent p.blueText {
  font-size: 18px;
  line-height: 22px;
  color: #07539B;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  padding-right: 60px;
}
.chartingContent{
    position: relative;
}
.chartingContent::after  {
    content: "";
    position: absolute;
    right: 0px;
    background-image: url(../images/theme-page-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    min-height: 569px;
    width: 94px;
    top: 70px;
}
p.smallText {
  margin-top: 15px;
  margin-bottom: 30px;
}
.valueIns{
    position: relative;
    z-index: 99;
}
.valueIns.text_clr_1 {
 background-color: #00b3f0;
}
.valueIns.text_clr_2 {
 background-color: #0083CA;
}
.valueIns.text_clr_3 {
 background-color: #07529A;
}
.valueIns.text_clr_4 {
 background-color: #644A90;
}
.valueIns.text_clr_5 {
 background-color: #D3205F;
}
.valueIns.text_clr_6 {
 background-color: #ef3828;
}
.valueIns.text_clr_7 {
 background-color: #f58220;
}
.valueIns.text_clr_8 {
 background-color: #e6a51c;
}
.valueIns.text_clr_9 {
 background-color: #68bc67;
}

.valueIns  h5, .valueIns  p{
    color: #fff;
}
.valueIns svg g path {
    fill: #ffffff;
}
.wordsText p {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}
p.noteText {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}
.paraMnh{
    min-height: 77px;
}
.paraMnh2{
    min-height: 84px;
}
.paraMnh1{
    min-height: 76px;
}

.value-chain-top p.blueTxt
{
    margin-bottom: 20px;
}
.chain-tab-wrap
{
    margin-top: 70px;
}
#tab_selector
{
    display: none;
}
.chain-tab 
{
    margin-bottom: 70px;
}
.chain-tab .nav-tabs
{
    justify-content: space-between;
    padding-bottom:10px;
    border-bottom: 1px solid #F36A10;
}
.chain-tab .nav-tabs .nav-link
{
    padding:0px;
    background-color:transparent;
    border-radius: 0px;
    border:none;
    font-size: 20px;
    font-family:'Poppins', sans-serif;
    font-weight: 600;
    color: #231F20;
    line-height: 28px;
}
.chain-tab .nav-tabs .nav-item.show .nav-link, .chain-tab .nav-tabs .nav-link.active
{
    color: #07539B;
    position: relative;
}

.chain-tab .nav-tabs .nav-link.active:after
{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom:-45px;
    background-image: url(../images/chain/line.webp);
    width: 37px;
    height: 37px;
}
.o-business p
{
    padding-bottom: 50px;
}
.o-business h4
{
    padding-bottom: 20px;
    color: #07539B;
    font-size: 20px;
    line-height: 28px;
    font-family:'Poppins', sans-serif;
    font-weight: 600;
}
.o-business hr, #captab3 hr{
 border-top: 1px solid #00000080;
 opacity: 1;   
}
.ob-box
{
    border-right:1px solid #00000080;
    min-height: 35px;
}
.ob-box h6
{
    position: relative;
    color: #4D4D4F;
    font-size: 16px;
    line-height: 21px;
    padding-left: 30px;
    font-family:'Poppins', sans-serif;
    font-weight: 600;
}
.ob-box h6:before
{
    content: '';
    position: absolute;
    left: 0;
    top:0;
    background-image: url(../images/chain/how-we-created-value-arrow.svg);
    width: 22px;
    height: 27px;
}
.ob-box h6 span
{
    display: block;
}
.bd-none
{
    border:none !important;
}
.chain-tabcontent
{
    margin-bottom: 80px;
}
.stim-wrap
{
 border-right:1px solid #00000080;
 display: flex;
 align-items: center;
 min-height: 65px;
}
.stim-wrap h5
{
    color: #07539B;
    font-size: 15px;
    line-height: 20px;
    font-family:'Poppins', sans-serif;
    font-weight: 700;
    margin-left: 10px;
}
.stim-wrap h5 span
{
    display: block;
}
.vcfts
{
    margin-bottom: 30px;
}
.vcfts h4
{
    color: #88C65A;
    font-size: 36px;
    line-height: 48px;
    font-family:'Poppins', sans-serif;
    font-weight: 700;
}
.vcfts h4 span
{
    font-size: 24px;
    line-height: 26px;
    display: inline-block;
}
.vcfts p
{
    color: #07539B;
}
.vcfts p span
{
    display: block;
}
.ham-icon img {
  display: block;
  margin: 0px auto;
}
/*.ham-icon svg g rect#Rectangle_67613 {
  fill: red;
}*/
.ham-icon .hoverMenu{
    display: none;
}
.ham-icon:hover .withoutHover{
    display: none;
}
.ham-icon:hover .hoverMenu{
    display: block;
}
.dotImg img {
  width: 60px;
}
.priorBg{
    position: relative;
}
.priorBg p {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  position: absolute;
  top: 104px;
  left: 55px;
  padding-right: 20px;
  max-width: 491px;
  width: 100%;
}

/**/

.indSeries h4 {
  font-size: 20px;
  line-height: 24px;
  border-radius: 40px;
  display: inline-block;
  padding: 8px 36px 8px 77px;  
  font-family: 'Poppins', sans-serif;  
  font-weight: 600;
  position: relative;
  margin-bottom: 10px;
}
.allSeries {
  margin: 30px 0px;
}
.indSeries h4 span {
  position: absolute;
  left: 0px;
  width: 62px;
  height: 62px;  
  border: 5px solid #FFFFFF;
  color: #fff;
  border-radius: 50%;
  top: -10px;
  left: 0px;
  text-align: center;
  line-height: 53px;
}

.kpiInds h5 {
  font-size: 36px;
  line-height: 31px;
  color: #0083CA;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
.kpiInds h5 sub {
  bottom: 0px;
}

.kpiNums h6 {
  font-size: 20px;
  line-height: 26px;
  color: #07539B;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.kpiInds p {
  font-size: ;
  color: #07539B;
  border-bottom: 1px solid #07539B;
  padding-bottom: 5px;
}

.docsImg a {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
  color: #000;
}
.pragdH {
  min-height: 55px;
}
.movingText3 h5 sub {
  bottom: 0px;
}
.paraH4{
    min-height: 48px;
}
.main_series_1 .indSeries h4 {
  background: #DEE9F7;
  color: #0083CA;
}
.main_series_1 .indSeries h4 span{
    background: #0083CA;
}
.main_series_2 .indSeries h4 {
  background: #E6E1ED;
  color: #644A90;
}
.main_series_2 .indSeries h4 span{
    background: #644A90;
}
.main_series_3 .indSeries h4 {
  background: #F7E4E4;
  color: #D3205F;
}
.main_series_3 .indSeries h4 span{
    background: #D3205F;
}

.main_series_4 .indSeries h4 {
  background: #FFEDDE;
  color: #F58220;
}
.main_series_4 .indSeries h4 span{
    background: #F58220;
}

.main_series_5 .indSeries h4 {
  background: #FEE7DB;
  color: #EF3828;
}
.main_series_5 .indSeries h4 span{
    background: #EF3828;
}

.main_series_6 .indSeries h4 {
  background: #ECF5EA;
  color: #68BC67
}
.main_series_6 .indSeries h4 span{
    background: #68BC67
}
.kpiHeads h6 {
  font-size: 20px;
  line-height: 26px;
  color: #07539B;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.movingText p {
  color: #07539B;
  margin: 0px;
  font-size: 16px;
  border-bottom: 1px solid #07539B;
  padding-bottom: 10px;
}
.movingText h5 {
  border-bottom: 0px solid #644A90;
  font-size: 24px;
  line-height: 31px;
  color: #644A90;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding-bottom: 0;
}

.movingText {
  margin-bottom: 40px;
}
.progressText .movingText h5{
    border-bottom: 0px;
    padding-bottom: 0px;
}
.progressText .movingText p {
  border-bottom: 1px solid #644A90;
  padding-bottom: 10px;
}

.movingText3 h5 {  
  font-size: 24px;
  line-height: 31px;
  color: #D3205F;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
.movingText3 p {
  padding-bottom: 10px;
  color: #D3205F;
  margin: 0px;
  font-size: 16px;
  border-bottom: 1px solid #D3205F;
}
.minHp {
  min-height: 86px !important;
}
p.textClrB{
    color: #07539B!important;
}
.towArrow {
  display: flex;
  gap: 10px;
  padding: 10px 0px;
  border-bottom: 1px solid #d3205f;
  padding-bottom: 30px;
  align-items: start;
}
.towArrow p {
  border-bottom: 0px;
  padding: 0px;
  color: #D3205F;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
.towArrow span {
  color: #07539B;
}
.movingText4 h5 {  
  font-size: 24px;
  line-height: 31px;
  color: #EF3828;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
.movingText4 p {
  padding-bottom: 5px;
  color: #EF3828;
  margin: 0px;
  font-size: 16px;
  border-bottom: 1px solid #EF3828;
  min-height: 54px;
}

.main_series_6 h5 {
  color: #68BC67;
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 40px;
  border-bottom: 1px solid #68BC67;
  padding-bottom: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  display: inline-block;
  padding-right: 40px;
}
.mt30{
    margin-top: 30px;
}
.cdmoBusiness{
    margin-top: 30px;
}
.strengtheningBg{
    padding-bottom: 65px;
}
.hideon991{
  display: flex !important;
}
.showon991{
  display: none!important;
}
.homevideo {
  display: block;
}
.homevideo-tab, .homevideo-mbl {
  display: none;
}
.headBorder.movingText p {
  border-bottom: 0px solid #07539B;
  padding-bottom: 0px;
}
.headBorder.movingText h5 {
  border-bottom: 1px solid #07539B;
  padding-bottom: 10px;
}
.nav-up {
    top: -80px;
}
.removeBr p {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.bodyBg {
  background-image: url("../images/web-img.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: -9;
}
.homePerformance {
  padding: 70px 0px 50px 0px;
  background-color: #88C65A;
  z-index: 999;
  position: relative;
}

.homePerformance h2 {
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  color: #07539B;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin-bottom: 70px;
}
.homePerformance .border_clr_1 .finText h4 {
  color: #FFF;
}
.homePerformance .finText p {
  color: #fff;
  line-height: 19px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  min-height: 70px;
  margin-bottom: 0;
}
.homePerformance .arroLine p {
  color: #000;
  font-size: 20px;
  line-height: 24px;
}
.homePerformance .arroLine {
  border-bottom: 1px solid rgba(0, 0, 0, .7);
  padding-bottom: 10px;
  border-top: 1px solid rgba(0, 0, 0, .7);
  padding-top: 10px;
}
.msgWidth {
  max-width: 486px;
  width: 100%;
  float: right;
}
.financial-prudence .banner-btn a {
  color: #07539B;
  background: linear-gradient(120deg, #fff 60%,#0094d9 60%);
}
.financial-prudence .banner-btn a:hover {
  color: #fff;
  background: linear-gradient(120deg, #0094D9 60%,#07539B 60%);
}
/**/
.hm-about-img img {
  transform: translateY(473px);
  overflow: hidden;
}

@keyframes ca3_fade_move_down {
    0% {
        transform: translate(0, -473px);
        opacity: 0;
    }

    100% {
        transform: translate(0, 473px);
        opacity: 0;
    }
}

.hm-about-img  {
    transform: translateY(473px);
    transform-origin: bottom top;
    animation: performance-bar linear 1.2s forwards;
}

@keyframes performance-bar {
    0% {
        transform: translateY(473px);
    }

    100% {
        transform: translateY(-473px);
    }
}
.homePerformance .banner-btn{
    text-align: center;
    margin-top: 50px;
}
.homePerformance .banner-btn a{
    text-align: left;
}
.perfWidth {
  max-width: 980px;
  width: 100%;
  margin: 0px auto;
}