
@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Abel&family=Big+Shoulders+Display:wght@100..900&display=swap');
:root {
/*font family */
      --headingFont :"Big Shoulders Display", sans-serif;
      --paraFont:"Abel", sans-serif;

/* text color*/
  --red: #e91d2b;
  ---borderColor:rgb(222 226 230 / 32%);
  ---textblue:#274ea9;

/* border color*/
   ---gray : #ccc;

  /* Background*/
        ---Bgdarkblue:#000056;
        ---Bglightblue:#1650b7;
        --white:#fff;
  
}
/* dfault setting */

    *, body{
        margin:0;
        padding:0;
    }
    html{
        overflow-x: hidden;
    }

    body{
         font-family:var(--paraFont);
         font-size:25px;
    }

    a{
        text-decoration:none;
    }
    section{
        padding:50px 0;
    }

    .z-3{
        z-index:3;
    }

    .h2 {
        font-size: 40px;
        font-weight: bold;
        margin: 0;
        padding: 0 0 35px 0;
        font-family: var(--headingFont);
    }
    .h3{

      font-size:42px;
      font-weight:bold;
    }

    .h4 {
        font-size: 28px;

    }
    .h5{
        font-size: 25px;
    }
     .para {
        font-size: 18px!important;
    }
    p{
      font-size: 18px;
    }

    .enqBtn{
             background:var(--red);
    }
    .bgred{
            background-color:var(--red);
    }
    .commonbtn{
/*        font-family:var(--headingFont);*/
        font-size:20px;
       font-weight:bold;
/*        text-transform:uppercase;*/
    }
    .commonbtn img, .owl-carousel .owl-item a.commonbtn img{
    width:20px;
}
    .border{
        border-color:var(---borderColor);
    }
    .text-blue{
        color:#070047;
    }
    .text-lignt-blue {
    color: #000080;
}
    .hight425{
        height:425px;
        overflow:hidden;
    }
    .bglightblue{
        background: var(---Bglightblue);
    }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
                background: var(--red);
    }
    .owl-theme .owl-dots .owl-dot span{
        background:var(--white);

    }
/*end default settings*/

header{
 border-bottom:solid 1px #fff;
 z-index:10000;
}
header a.logo img{

filter: brightness(0) invert(1);
}
header nav ul li a.nav-link, a.enqBtn{
   font-family: var(--headingFont);
   font-size:20px;
   font-weight: 600;
}
body.activeBody header{
    background:#fff;
    border-bottom: solid 1px var(---gray);
}
body.activeBody header nav ul li a.nav-link{
        color:#000!important;
}


.nav-item:hover a.nav-link{
    color: #e91d2b!important;
}
body.activeBody header a.logo img{
filter: brightness(1) invert(0);
}
/*banner css*/


 .meta {
  position: absolute;
  width:100%;
  /* height:100vh; */
  top: 27%;
  left:0%;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

 .arrowBg {
    /* background:url('../images/header-bg.png') no-repeat top right; */
    padding:0 0 0 8%;
    margin-bottom: 0;
    font-size:6rem;
    line-height:7.5rem;
    font-weight: 300;
    text-align:left;
    display:flex;
    align-items:center;
    width: 100%;
    /* height:80dvh; */
    background-size:cover;
}


/* .arrowBg {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}*/

#homeSlider .owl-item .item{
  position:relative;
  /* height:90vh; */
  overflow:hidden;
}

#homeSlider .owl-item .item  .arrowBg{
  /*-webkit-animation-delay: 0.4s;*/
  /*animation-delay: 0.4s;*/
  /*-webkit-animation-duration: 0.6s;*/
  /*animation-duration: 0.6s;*/
  /*-webkit-animation-fill-mode: both;*/
  /*animation-fill-mode: both;*/
  /*-webkit-animation-name: fadeInLeft;*/
  /*animation-name: fadeInLeft;*/
  font-family: var(--headingFont);
   font-weight:bold;
}




.flex-direction-nav {
  position: absolute;
  top: 0;
  left: 30px;
  display:none;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #333;
  margin: -20px 0 0;
  position: absolute;
  top: 50px;
  z-index: 10;
  overflow: hidden;
  opacity: 0.5;
  cursor: pointer;
  color: #fff;
  transition: all 0.3s ease;
}

/*@keyframes fadeInLeft {*/
/*  0% {*/
/*    opacity: 0;*/
/*    transform: translate3d(-100%, 0, 0);*/
/*  }*/
/*  100% {*/
/*    opacity: 1;*/
/*    transform: none;*/
/*  }*/
/*}*/

/*@-webkit-keyframes fadeOutLeft {*/
/*  0% {*/
/*    opacity: 1;*/
/*  }*/
/*  100% {*/
/*    opacity: 0;*/
/*    transform: translate3d(-100%, 0, 0);*/
/*  }*/
/*}*/

/*@keyframes fadeOutLeft {*/
/*  0% {*/
/*    opacity: 1;*/
/*  }*/
/*  100% {*/
/*    opacity: 0;*/
/*    transform: translate3d(-100%, 0, 0);*/
/*  }*/
/*}*/


/*end bannder css*/

/*prmo hold*/


.promo-section {
    padding-bottom: 0;
    position: relative;
    z-index: 100;
    top: 75px;
}

.grid-container {
    position: relative;
    z-index:10
}

ul{
    font-size: 18px;
}

.promo-hold ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style:none;
}

.promo-hold ul li {
    color: var(---textblue);
}

.promo-hold ul li:first-child{
transform:translate(0, -65px);
}
.promo-hold ul li:last-child{
transform:translate(0, 65px);
color:#fff;
}

.promo-hold ul li:nth-child(2) {
    width: 220px;
    position: relative
}

.promo-hold ul li:nth-child(2)>span {
    position: absolute;
    top: 17%;
    left: 50%;
    width: 18px;
    height: 290px;
    transform: translate(-50%, -50%);
}


.promo-hold ul li:nth-child(2)>span:before, .promo-hold ul li:nth-child(2)>span:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    animation: moveDown .5s infinite linear;
    width: 1px;
    background: url(../images/promo-dots.webp) 
}
.promo-hold ul li:nth-child(2)>span:after {
    right: 0;
    -webkit-animation: moveDown .5s infinite linear;
    -moz-animation: moveDown .5s infinite linear;
    animation: moveDown .5s infinite linear
}



@keyframes moveUp {
    from {
        transform: translateY(0px)
    }

    to {
        transform: translateY(-8px)
    }
}



@keyframes moveDown {
    from {
        transform: translateY(0px)
    }

    to {
        transform: translateY(8px)
    }
}

.promo-hold ul li:nth-child(2)>img {
    position: relative;
    z-index: 5
}

.promo-words {
    position: absolute;
    top: calc(50% - 0px);
    left: calc(50% - 0px);
    transform: translate(-50%, -50%);
    width: 190px;
    height: 190px;
    z-index: 10;
    background: url(../images/circle-36.png) no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promo-words img {
    -webkit-animation: rotation 10s infinite linear;
    -moz-animation: rotation 10s infinite linear;
    animation: rotation 10s infinite linear;
    margin-left:5px;
    width:180px;
}

@-webkit-keyframes rotation {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

@-moz-keyframes rotation {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.promo-dots-fade {
    position: absolute;
    right: -1px;
    top: -8px;
    height: calc(100% + 16px);
    width: calc(100% + 2px)
}

.promo-dots-fade:before,.promo-dots-fade:after {
    content: '';
    right: 0;
    width: 100%;
    height: 30%;
    z-index: 5
}


/*end prmo hold*/
.innvationBg{
        background:url('../images/red-arrow-patern.webp') no-repeat center center;
        background-size:cover;
}
.vission_banner{
    background:url('../images/red-arrow-patern.webp') no-repeat center center;
    background-size:100% 100%;
}
.who_we_are{
    background:url('../images/who_we_are_bg.webp') no-repeat center center;
    background-size:cover;
    padding: 120px;
}

.industries{
    background:url('../images/industries.png') no-repeat center center;
    background-size:cover;
    padding: 120px;
}
.solutionBanner{
    background:url('../images/solutions.png') no-repeat center center;
    background-size:cover;
    padding: 120px;
}

.productBanner{
    background:url('../images/products.png') no-repeat center center;
    background-size:cover;
    padding: 120px;
}


.traningBanner{
    background:url('../images/training.png') no-repeat center center;
    background-size:cover;
    padding: 120px;
}
.galleryBanner{
    background:url('../images/gallery.png') no-repeat center center;
    background-size:cover;
    padding: 120px;
}
.contactBanner{
    background:url('../images/contact-us.png') no-repeat center center;
    background-size:cover;
    padding: 120px;
}
.innovation{
padding-top:130px;
}
.innovation .commonbtn{
    margin-top:45px;
}
.commonbtn span{
    display:flex;
    align-items:center;
    grid-column-gap:10px;
}


.layerMask{
    width:100%;
    height:100vh;
    background:url('../images/layer-mask.webp') no-repeat left bottom;
    background-size:cover;
}
.blueGradient{
    background:linear-gradient(357deg, #000080 3%, rgb(2 2 114 / 0%) 45%);
   padding-top:150px;
    color: #fff;
    width: auto;
    z-index: 0;
}
.position{
    position: absolute;
}

.card{
        border-left:solid 3px var(--red);
}
.card ul li{
    list-style:none;
    margin:0;
    padding:8px 0;
    border-bottom:solid 1px #ccc;
}

.ourSolutions{    

    display:flex;
/*    height:calc(100vh - 20px);*/
    align-items:center;
   background: url(../images/our-solutions-bg.webp) no-repeat left bottom #000080;
  /*  background-size: contain;
   background-size:cover;*/
height:100vh;
overflow: hidden;
    position:relative;
}
/*.ourSolutions .container{
        margin-top:15vh;
}*/
.horizontal{
   display:flex;
   align-items:center;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -46px;
    position: relative;
    right: 0;
    z-index: 10000;
}
/* horiziontal box */

section.client{
padding:25px 0;
}

/* crousel slider*/



/*end crousel slider*/

.horizontal-scoll-wrapper {
  overflow: hidden;
}

.horizontal {
  display: flex;
  height: 100%;
}


.horizontal > div {
  display: flex;
  flex-shrink: 0;
  padding: 0 5px;
}

.horizontal > div:first-child {
  padding: 0 5px 0 15px;
}

.horizontal > div:last-child {
  padding: 0 15px 0 5px;
}

.horizontal .horizontalBox {
  align-items: stretch;
  width: 414px;
  padding:1px;
  background: #1650b7;
  border-radius: 0px;
  color: #f6f2e8;
  margin-right:20px;
}
.gridCard{
  height:508px;
  position:relative;
}
.gridCard .border-style{
border-style:dashed;
border-color: var(---Bgdarkblue);
}
.section.client img{
 -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

section.client-sec{
    background: url('../images/testimonials-bg.webp') no-repeat center top var(---Bgdarkblue);
    /* height:100vh; */
    display:flex;
    align-items:center;
    background-size:cover;
}

.owl-theme .owl-nav.disabled+.owl-dots{
        max-width:569px;
}

/*testimonials box start */

/*cleint sec*/
section.client-sec .owl-carousel.owl-theme.client-slider .item {
    position: relative;
    min-height: 460px;
}

section.client-sec .owl-carousel.owl-theme.client-slider .item{
  position:relative;
  min-height: 460px;
}
.review-box {
    box-shadow: 8px 8px 19px -3px rgba(14,51,79,0.2);
    margin: 12px 20px;
    min-height: 300px;
    padding: 50px;
    background: url('../images/watermark-collon.svg') no-repeat right top var(--white);
    background-size:30%;
    color: #000;
    margin-bottom: 65px;
    max-width: 600px;
    margin-right: 0;
    margin-left: auto;
  
}

.profilebox {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #eef;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    color: #e91d2b;
}

section.client-sec .owl-carousel.owl-theme.client-slider .item:after{
    bottom: 10px;
    z-index: 10;
    position: absolute;
    content: ' ';
    left: 10%;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 39px;
    border-right-width: 39px;
    border-top: 107px solid #fff;
    transform: rotate(33deg);
}
section.client-sec button.owl-prev span {
    position: relative;
    left: -3px;
    top: 2px;
}

section.client-sec button.owl-next span {
    position: relative;
    right: -3px;
}


section.client-sec .owl-nav {
    position: absolute;
    top: auto;
    bottom: -58px;
    left: auto;
    right: 163px;
    transform: inherit;
}

section.client-sec .owl-nav .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav span {
    font-size: 32px!important;
}
section.client-sec .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    border: none;
    padding: 0!important;
    height: 47px;
    width: 47px;
    border-radius: 50%;
    background: var(--white)!important;
}

section.client-sec .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -61px;
}


section.client-sec .item img {
    width: 98px;
}

section.client-sec .client-sec h2.heading img {
    width: 56px;
    filter: brightness(0) invert(1);
    transform: rotate(184deg);
}    
section.client-sec .item:after {
    bottom: 14px;
    z-index: 10;
    position: absolute;
    content: ' ';
    right: 10%;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 39px;
    border-right-width: 39px;
    border-top: 107px solid #fff;
    transform: rotate(335deg);
    }

/*end testimonial box end */

.sidebaarSticky{
    width: 60px;
    height: 100vh;
    position: fixed;
    top: 72px;
    z-index: 100;
    border-right: solid 1px var(---gray);
    border-top: solid 1px #fff;
}
body.activeBody .sidebaarSticky, .footerBottom{
    border-top: solid 1px var(---gray);
}

.sidebaarSticky .side-bar-inner {
    height: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* padding: var(--header-v-padding); */
    transform: rotate(180deg) skew(360deg, 0deg);
}

.side-bar__tagline {
    font-size:1.2rem;   
     font-family: var(--headingFont);
    font-weight: 700;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
    padding: 3rem 0;
    margin: auto 0;
    white-space: nowrap;
    transform: rotate(360deg);
    color:#fff;
}
.c-socials {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin:0;
    padding:0;
    grid-column-gap: 5px;
    grid-row-gap:0px;
}

.c-socials__social {
    display:flex;
    text-align: center;
     padding: 0;
    list-style:none;
    transform: rotate(180deg);
}
.c-socials__social a{
    color:#fff;
}
.c-socials__social a i{
  font-size:16px;
}
body.activeBody .c-socials__social a, body.activeBody .side-bar__tagline, body.activeBody .sidebaarSticky{
   color:#000;
   background:#fff;
}

footer .footerTop{
 padding-top:50px;
 padding-bottom:30px;
}
footer ul.sociallinks{
    list-style:none;
    margin:0;
    padding:0;
}
footer ul.urlLinks{
  margin:0;
  padding:0;
  list-style:none;
}
footer ul.urlLinks li{
  margin:0;
  padding:0;
 list-style:none;
}
.footerHeading{
 position:relative;
 padding-bottom:30px;
 margin:0;
}
.footerHeading img{
  width:200px;
}
.footerHeading:after{
    content: '';
    width: 80px;
    height: 2px;
    background: var(--red);
    position: absolute;
    bottom: 15px;
    left: 0;
}
.footerBottom{
padding:20px 0;
background: #021429;
}

.bg-blue{
    background-color: #070047;
}


.bg-blue-dark{
    background-color: #1A4EB3;
}

.bg-blue-dark-light{
    background-color: #4695F5;
}
.bg-blue-inty{
    background-color: #61A8FA;
}
.bg-blue-light{
    background-color: #0000ff;
}
.bg-blue-dim{
    background-color: #5AA1FF;
}
.text-red{
    color:#e91d2b;
}

.border-blue{
border-color: #000056!important;
}

.leadership-box{
    transition: 0.4s ease;
    border: 0.5px solid #fff; 
}
/*.leadership-box:hover {
    border: 0.5px solid #27489d; 
    box-shadow: 10px 10px 14px 0 #dddddda9;
    transform: scale(1.05);
}
.leadership-box:hover .leadership {
    border: 0.5px solid #27489d; 
}*/

.transltex{
    transform: translateX(50px);
}
.transltex-negative {
    transform: translateX(-50px);
}

.text-justify{
    text-align: justify;
}

.round{
    border-radius: 0px 0px 50px 0px;
    width: 85%;
}

.start-type {
    position: absolute;
    top: -10px;
    animation-name: rotade;
    animation-duration: 7s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
    left: 40%;
    overflow: hidden;
    z-index: 99;
}
@keyframes rotade {
  from{
    transform: rotate(0deg);
    
  }

  to {
    transform: rotate(359deg);
  }
}



.bg-dark-blue{
    background-color: #001834;
}
.bg-light-blue {
    background-color: #00007f;
}
.bluePattern{
    background: url(../images/our-solutions-pattern.png) no-repeat right 16px #000080;
    background-size: cover;
    height: 236px;
    position:relative;
}
.bluePattern:before{
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    background:linear-gradient(357deg, rgba(0,0,0,1) 3%, rgba(0,0,0,0) 45%);
    z-index:-1;
}
.border-left{
    border-left: 1px solid #000080;
}

.box-shadow-left{
    box-shadow: -26px 26px 0px #000062;
}
.box-shadow-right{
    box-shadow: 26px 26px 0px #000062;
}

/* Rajnish Css*/

.border-radius{
    border-radius:0 33px;
}
 .bg{
     background: url('../images/bg_vission.png');
      border-radius:16px;
}

#sync2 .item {
  padding: 0px 0px;
  border-radius:0;
  display:flex;
}
#sync2 .item h1 {
  font-size: 18px;
}
#sync2 .current .item {
  color: #0c83e7;
  background:transparent;
  width:100%!important;
}
.countNumber{
   width:25px;
   border-right:solid 1px #1f1fae;
   position:relative;
}

#sync2 .current .item  .countNumber{
    border-right:solid 2px #e91d2b;
    color:#e91d2b;
    font-weight:bold;
}


#sync2 .current .item .thumbText{
 color:#e91d2b;
 font-weight:bold;
}
#sync2 .current .item .h4{
    font-family: var(--headingFont);
  }

.owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
.owl-theme .owl-nav [class*=owl-] {
  transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*=owl-].disabled:hover {
  background-color: #D6D6D6;
}

#sync1.owl-theme {
  position: relative;
}
#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
  width:40px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  border-radius:50%;
  border:solid 2px #fff;
  top: auto;
  bottom:16px;
  background-color:transparent;
}
#sync1.owl-theme .owl-prev {
  left: auto;
  right: 75px;
}
#sync1.owl-theme .owl-next {
  right: 10px;
}

#sync1.owl-theme .owl-prev svg,
#sync1.owl-theme .owl-next svg{
    width: 13px;
    position: absolute;
    left: 34%;
    top: 1%;
}
#sync1.owl-theme .owl-prev svg path , #sync1.owl-theme .owl-next svg path {
    stroke: #fff !important;
    stroke-width:2px;
}
.timeLineOwl .owl-item, #sync2 .current{
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
}
.timeLineOwl .owl-item .item{
    float:none;
}

.thumbItems {
    display: flex;
    grid-column-gap: 10px;
}
.thumbText{
}


.timlineCrouselImg{
    top: -36px;
    border-radius:16px 0 0 0;
    right: -16px;
    filter: brightness(0.9);
}
.mtless50{
    margin-top:-50px;
}
.weServe .owl-stage-outer{
    margin-bottom:-10px;
}
.imgMsn{
    border-radius: 0 33px 0 0;
    height: 400px;
    width: 90%;
}

.grayPatternBg {
    background: url(../images/bg_vission.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.rotate{
            animation: animName 5s linear infinite;
}

@keyframes animName {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}
ul.arrowBullt{
    margin:0;
    list-style:none;
    padding:0;
}
ul.arrowBullt li{
    position: relative;
    text-align: left;
    padding-left: 25px;
    padding-bottom:5px;
    margin: 0;
}
ul.arrowBullt li:before{
    content: "\f35a";
    display: inline;
    font-family: 'Font Awesome 6 Free';
    width: 14px;
    height: 14px;
    font-size: 13px;
    color: #e91d2b;
    position: absolute;
    top: 3px;
    left: 0;

}

section.gradient {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgb(11 48 72 / 35%);
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content:between;
    height: 260px;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 80px;
    object-fit: cover;
}


.leadership-box {
    text-align: center;
    background: #fff;
    border-radius: 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
    min-height: 290px;
    transition: 0.5s;
    transition: 0.4s ease;
    overflow:hidden;
}

.leadership-box .leadership {
    width: 100%;
    overflow: hidden;
    border: 0.5px solid var(--white);
    margin: auto;
    object-fit: cover;
    height: 250px;
    padding: 6px;
}

.profile-pop .modal-content rounded-0  {
    border-radius: 20px;
}

button.btn-close {
    z-index: 999;
    background: none;
    position: absolute;
    right: -18px;
    color: #fff;
    border-radius: 50px;
    width: 32px;
    height: 30px;
    font-size: 14px;
    opacity: 1;
    top: -15px;
    background: #e91d2b;
}

.model-form.profile-model {
    padding: 31px 31px 33px;
}

.profile-model .profile-area {
    display: flex;
    /* align-items: center; */
}

.profile-model .profile-area img {
    width: 258px;
    height: 371px;
    object-fit: cover;
    left: -60px;
    /* border-radius: 20px; */
}

.profile-model .profile-text {
    margin-left: 20px;
    min-height: 350px;
}

/*.leadership-box h2 {
    text-align: center;
    font-size: 21px;
    margin-top: 25px;
}*/

.profile-pop .modal-dialog {
    max-width: 90% !important;
}


.leadreship-sec  {
    background: url(../images/bg_vission.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;

}



.leaderPopuBox {
    cursor: pointer;
}



.text-justify {
    text-align: justify;
}

.product-item:hover .pic-item img {
    background-color: #fff;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    z-index: 2;
}

.product-item {
    position: relative;
    overflow: hidden;
    border: 1px solid #e6e5e5;
    border-radius: 4px;
    margin-bottom: 15px;
}

.pic-item {
    overflow: hidden;
    position: relative;
}

.product-fetures {
    text-align: center;
    line-height: 13px;
    margin-bottom: 21px;
    padding-top: 17px;
    padding-start: 5px;
    padding-right: 5px;
}

.product-details {
    text-align: center;
    line-height: 13px;
    margin-bottom: 21px;
    padding-top: 17px;
    min-height: 50px;
    padding-start: 5px;
    padding-right: 5px;
}

.product-details h6 {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.cat-heading {
    margin-bottom: 10px;
    border-bottom: 1px solid #bdbcbc;
    padding-bottom: 11px;
}

.shfooterv .nav-link .fa-angle-down {
    transition: transform 0.2s ease-in-out;
}


.shfooter .nav-link:not(.collapsed) .fa-angle-down {
    transform: rotate(180deg);
}
.partner-pages-all {
    width: 300px;
    height: 300px;
    position: relative;
    border: 1px solid #ddd;
    padding: 21px;
    border-radius: 50%;
    line-height: 250px;
    background: #fbfbfb;
    /* margin: 0 auto; */
    text-align: center;
}
.partner-pages-all:before {
    content: "";
    display: block;
    background-image: radial-gradient(#e31d26 30%, transparent 0);
    background-position: 0 0;
    background-size: 13px 13px;
    width: 300px;
    height: 300px;
    position: absolute;
    left: -30px;
    z-index: -1;
    bottom: 0;
    border-radius: 50%;
}
.circle-02-images {
    width: 210px;
    height: 210px;
    position: absolute;
    border: 1px solid #ddd;
    padding: 40px 21px 21px 21px;
    border-radius: 50%;
    line-height: 203px;
    background: #ffffff;
    /* margin: 0 auto; */
    text-align: center;
    top: 170px;
    right: -15px;
    /* margin-bottom: 49px; */
}
.mega-image{display:none}
.sol-image{display:none}
.pro-image{display:none}
/*.megaactive{display:block !important }*/

.cathead{
    font-size:21px;
        padding: 9px 0px 4px 5px;
    }
.footerHeading span{font-size:30px;}



u{
    text-decoration: none;
}

.box-shadow{
    box-shadow: 8px 8px 19px -3px rgba(14,51,79,0.2);
}

.img-width{
    width: 88%;
}
.left-border{
    border-left: 1px solid red;
}
.modal-dialog-scrollable .modal-content {
    overflow: visible;
}




/* responsive css start here */

@media only screen and (max-width: 767px) {
    .promo-section {
    top: 50px;
    z-index: 0;
}
.promo-hold ul li:nth-child(2)>span {

    transform: translate(-50%, -70%);
}
    .who_we_are,.industries,.solutionBanner,.productBanner,.traningBanner,.galleryBanner,.contactBanner {
      padding: 30px;
    }
    .arrowBg {
           font-size: 22px;
        line-height: normal;
        height: auto;
        line-break: auto;
    }
    .meta{
        top: 34%;
    }
    .border-left{
        border: 0;
    }
    .subsidiaries-img{
    transform: none!important;
    position: static!important;
    }
    .footerHeading span {
        font-size: 18px;
    }
    .h2,.h3 {
        font-size: 32px;
    }
    .left-border{
        border: 0;
    }
    br {
        display: none;
    }
    .footerHeading, .h4{
        font-size: 18px;
    }
    .img-width{
        width: 100%;
    }

    .translate-middle-x{
        transform: none!important;
    }
    .transltex{
        transform: none;
    }
    .border-radius {
        border-radius: 0!important;
    }
    .modal{
        z-index: 9999999999999999999;
        backdrop-filter: brightness(0.5);
        
    }
    .modal-dialog-scrollable .modal-content {
        height: 90dvh;
    }
    .circle-02-images {
        width: 110px;
        height: 110px;
    }
    .partner-pages-all {
        width: 250px;
        height: 250px;
        margin: 0 auto;
    }
    .partner-pages-all:before {
        width: 250px;
        height: 250px;
    }
    .timlineCrouselImg {
         position: static !important;
    }
    .owl-theme .owl-nav {
        display: none;
    }
    .review-box {
        padding: 20px;
    }
.st166{
    display: none;
}
    .promo-words {
        width: 150px;
        height: 150px;
    }
    
    .promo-words img {
           width:140px;
    }
    .promo-hold ul li:first-child{
        transform:translate(0, -78px);
        }
        .promo-hold ul li:last-child {
            transform: translate(0, 88px);
        }
        .holdMe {
            height:100%!important;
         
          }
          
          .resizeMe {
            width: 100%;
            height: 100%;
            z-index: -1!important;
          
          }
          .layerMask{
            height: auto;
          }
          .blueGradient{
            background:none;
           padding-top:20px;

        }
        .position{
            position: static;
        }
  }


 

/* responsive css end here */