/*@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
:root {
    --primary-color: #1F5394;
    --secondary-color: #e7f1fd;
    --black: #1E1C1D;
    --light-text: #525252;
  }
  body{
    /* position: relative; */
    font-family: 'Open Sans', sans-serif!important;
      color: #1E1C1D;
      font-size: 14px;
  }

  /* Vertical Scrollbar */
::-webkit-scrollbar {
  width: 8px;
 }

 ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;      
 }

 ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
  }
p{margin: 0; padding: 0;}
/*    Vertical Scrollbar End */

/* Horizontal scroll on page scroll */

.progress_container {
  width: 100%;
  height: 1.5px;
  /* background: #161e3f; */
  background: #ffff;
  top: 97px !important;
  z-index: 2;
}

.progress_bar {
  height: 1.5px;
  background: #0d6efd !important;
  width: 0%;
}
.topbar-bg{background: var(--black, #1E1C1D);}
/* Horizontal scroll on page scroll End */

/* Top Strip */
.top_strip{
 font-size: 14px;
 height: 42px;
}

.brd-12{border-radius: 12px;}
/* Top Strip End */

/* Navbar css */

a{
  text-decoration: none;
}
.navbar{margin-top: 42px;
    background:#FFF;
    box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px 0px rgba(0, 0, 0, 0.30);
}
.navbar-brand {
  font-size: 1.4em;
}
.navbar-nav{margin-left: 5%; gap: 20px;}
.navbar-dark .navbar-nav a.nav-link {
  color: #ffffff;
  font-size: 1.1em;
}
.navbar-nav li a{color:#1E1C1D; font-size: 14px; font-weight: 600;}

@media only screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: flex;
  }
  .dropdown-menu.show {
    display: flex;
  }
}
.dropdown-menu ul {
  list-style: none;
  padding: 0;
}
.dropdown-menu li .dropdown-item {
  color:#1E1C1D;
  font-size: .8em;
  padding: 0.5em 2em 0.5em .5em;
}
.dropdown-menu li .dropdown-item:hover {
  background-color: #E8E8E8;
    color: #1F5394;
}

.dropdown-menu li:hover a:before {
    opacity: 1;
    transform: translateX(0);
    transition: all .5s;
}
.dropdown-menu li{position: relative;}

.dropdown-menu li:hover a:before {
        background: url("../images/icons/arrow_right_alt-1.svg");
        background-position: 50%;
        background-repeat: no-repeat;
        content: "";
        display: inline;
        float: right;
        height: 100%;
        position: absolute;
        right: -5px;
        top: 0;
        transform: translateX(-12px);
        transition: all .5s;
        width: 12px;}
.dropdown-menu li:hover a.not:before {background-image: none;}
@media only screen and (max-width: 992px) {
  .dropdown-menu.show {
    flex-wrap: wrap;
    max-height: 350px;
    overflow-y: scroll;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1140px) {
  .dropdown:hover .dropdown-menu {
    width: 40vw;
    flex-wrap: wrap;
  }
}

.dropdown-menu {
  border-radius: 0;
  border: none;
  padding: 20px 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
}
.dropdown-menu ul {
  list-style: none;
  padding: 0;
    width: 100%;
}

@media screen and (min-width: 993px) {
  .dropdown:hover .dropdown-menu {
    display: flex;
  }
  .dropdown-menu.show {
    display: flex;
  }
}
@media screen and (max-width: 992px) {
  .dropdown-menu.show {
    max-height: 60vh;
    overflow-y: scroll;
  }
}
    .h3_heading{    
        font-size: calc(1.3rem + .6vw);
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;}

.other-btn
  {
display: flex;
  }
.icon-styl img { margin-right: 10px;}
.icon-styl i { margin-left: 10%; font-size: 14px; font-weight: 400;}
.nav-head-title{color: #525252; font-size: 13px; margin-bottom: 20px;}

/* Book Demo Button Start */

.optional-btn
  {
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    color: #ffffff;
    padding: 8px 15px;
    border-radius: 4px;
    margin-right: 10px;
    font-size: small;
      display: inline-block;
  }
  .optional-btn:hover {
    background: linear-gradient(90deg, rgba(9, 9, 121, 1) 15%, rgba(58, 134, 195, 1) 100%);
    color: #fff;
    animation: slide 6s linear infinite;
  }
  @keyframes slide {
    100% {
      background-position: 50rem;
    }
  }
  

/* Book Demo Button End */

/* contact us button start */

 .button-size{
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  position: relative;
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  overflow: hidden;
  font-size: small;
}
.button-size:after{
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
  -webkit-transform: scale(.1);
  transform: scale(.1);
}
.button-size:hover{
  border: none;
  background: transparent; 
  border: 1px solid black;
  transform: scale(1.05);
   border-color: #fff9;
   color: white;
   background-color: #018ED3;

}
.button-size:hover:after{
  background: #018ED3;
/* background: linear-gradient(0deg, rgba(2,126,251,1) 0%,  rgba(0,3,255,1)100%); */
-webkit-transform: scale(1);
transform: scale(1);
}

.button-size:hover::before{

  animation: shine 1.5s ease-out infinite;
}
.button-size::before {
      content: "";
      position: absolute;
      width: 100px;
      height: 100%;
      background-image: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 30%,
        rgba(255, 255, 255, 0.8),
        rgba(255, 255, 255, 0) 70%
      );
      top: 0;
      left: -100px;
      opacity: 0.6;
    }
    
    @keyframes shine {
      0% {
        left: -100px;
      }
    
      60% {
        left: 100%;
      }
    
      to {
        left: 100%;
      }
    }
.button-wht{
  border: 1px solid #fff;
  color: #fff;
  position: relative;
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  overflow: hidden;
  font-size: small;
}

.button-wht:hover{
 border: 1px solid #fff;
  background: transparent; 
  border: 1px solid fff;
   border-color: #fff;
   color: white;

}

/* contact us button end */

/* .default-btn
{
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  background-color: #ffffff;
  padding: 8px;
  border-radius: 4px;
  font-size: small;
} */
  
/* Navbar css End*/

/* First Module */

.First-module {
  height: 585px;
    margin-top: 100px;
  background-image: url(../images/Header_bg.svg); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

/* First Module  End */

/* First Upper Module */

.First-upper-module
{
  position: absolute;
  width: 100%;
  top: 126px;
  height: auto !important;
}
.First-upper-module h1{font-size: 34px; margin-top: 2%; font-weight: 700;}
.First-upper-module h6{color: var(--light-text);}
.shap-1{ position: absolute;
    left: 34%;
    top: -18px;}
.shap-1 img{height: 50px;}
.certificate
{
  background: radial-gradient(#00AEEF, #9638C2, #D341A5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.First-upper-module-video
{
  width: 100% !important;
  /* height: 400px; */
  border-radius: 10px;
  margin-top: 10px;
  box-shadow: 1.5px 1.5px 5px 0.5px #1E1C1D26;
        max-height: 420px;
}

/* get started animated button */

button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
 }
 
 button.learn-more {
  width: 12rem;
  height: auto;
 }
 
 button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #282936;
  border-radius: 1.625rem;
 }
 
 button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
 }
 
 button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
 }
 
 button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.29rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
 }
 
 button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #282936;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
 }
 
 button:hover .circle {
  width: 100%;
 }
 
 button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
 }
 
 button:hover .button-text {
  color: #fff;
 }
 .button-text{
  border-top: 1px dotted black;
  border-right: 1px dotted black;
  border-bottom: 1px dotted black;
  border-radius: 0px 50px 50px 0px;
 }
/* get started animated button end */


/* Second_module */

.Second_module
{
  margin-top: 290px;
}
.rating_img
{
  width: 210px;
}

/* Second_module End*/
.client-Area{
    padding: 20px 20px 20px;
border-radius: 16px;
/*background:#e9eef4;*/
    box-shadow: 1.5px 1.5px 5px 0.5px #1E1C1D26;
}
.client-Area h3{color:#1E1C1D;
font-size: 24px;
font-weight: 600;
margin-bottom: 30px;
}
.blue-title{
    color: var(--primary-color);
font-size: 16px;
font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}
.tab-sectionBox{margin-top:310px;}
.tab-sectionBox h3{font-size: 32px; font-weight: 700;}
.tab-sectionBox h2{font-size: 30px; font-weight: 700;}

/* Third Module */

.Participated_company
{
  width: 65% !important;
}
.lrn-more{font-size: 13px;
  color: #00596ccc;
  font-weight: 500;}
  .lrn-more:hover{font-size: 13px;
    color: #001b22cc;
    text-decoration: underline;
    font-weight: 500;}
.slick-slide img {
      max-height: 180px;
 }
/* Third Module End */

.nav-tabs-vertical {}
.nav-tabs-vertical .nav-link1 {border: none;}
.nav-tabs-vertical .nav-link1.active {
            border-right: none;
            background-color: #ededed;
        }
        .cycle-tab-item:after {
            display: block;
            content: '';
            border-bottom: solid 3px blue;
            transform: scaleX(0);
            transition: height 0ms ease-out;
        }
        .cycle-tab-item.active:after {
            transform: scaleX(1);
            transform-origin: 0% 50%;
            transition: transform 5000ms ease-in;
        }
        .nav_tabs_p {
            height: 0px;
            overflow: hidden;
            transition: height 0.5s ease-out;
            font-size: 14px;
            color: #525252;
        }
.nav_tabs_p ul li {
    list-style-image: url(../images/check_ul.svg);
}
        .cycle-tab-item.active .nav_tabs_p {
            height: auto;
            overflow: visible;
            padding:0px 20px 20px 43px;
        }
      .tab-icon-w{ padding: 15px 10px 0px 0;}
        .nav a {
            color: black;
        }
       .nav a:hover {
            color: black;
        }
        .nav-link1{
          padding: 0px !important;
        }
      .nav-tabs{border: 0;}
/* Fourth Module End */

/* Fifth_module */

.fifth_module
{
margin-top: 20px;
}

.icon-box {
  text-align: center;
  margin-bottom: 20px;
}

.icon-box img {
  width: 70px;
  margin-bottom: 10px;
}
.icon-box p {
  color: #1E1C1D;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
}
.icon-box1 {
    text-align: center;
    margin-bottom: 20px;
    width: 60px; 
    height: 60px; 
    background: #fff; 
    border:3px #1F5394 solid; 
    border-radius: 50%;
    box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px 0px rgba(0, 0, 0, 0.30); 
    margin: 0 auto 15px;
    line-height: 50px;
}
.icon-box1:hover{background: #1F5394; }

.icon-box1:hover .icon-svg {
    color: #3aade1;
}
.icon-box1 .icon-svg:hover {
    filter: brightness(8.5);
    -webkit-filter: brightness(8.5);
}
.icon-svg img{width: 26px; height: 26px;}
.icon-box1-title {
  color: #1E1C1D;
  font-size: 13px;
  text-align: center;
  font-weight: 600;
}

/* Fifth_module */

/* Sixth Module */

.Odo
{
  background:#3A86C3;
  border-radius: 25px;
  margin-top: 25px;
}

.achievements-content {
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-align: center;
}
.achievements-content .title {
  margin-bottom: 10px;
}
.achievements-content .title h2 {

  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  color: #FFFFFF;
}

.odometer {
  height: 1.5em;
  width: 100%;
  padding-top: 1rem;
  color: #FFFFFF;
  text-align: center;
  display: inline-block;
/*  background: #1E1C1D;*/
  /* background: #fff; */
  font-size: 29px;
  font-weight: bold !important;
}
.digit {
  margin: -0.5vw;
  display: inline-block;
  height: 1.5em;
  width: 0.83em;
  overflow: hidden;
}

.odo_content{
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 3px;
}

.digit-container.digit-thousand {
  line-height: 1.5em;
  -webkit-animation: slidee 5s ease;
  animation: slidee 5s ease;
  /* -webkit-animation: slide 5s infinite ease;
  animation: slide 5s infinite ease; */
}

.digit-container.digit-hundred {
  line-height: 1.5em;
  -webkit-animation: slidee 5s ease-out;
  animation: slidee 5s ease-out;
  /* -webkit-animation: slide 5s infinite ease-out;
  animation: slide 5s infinite  ease-out; */
}

.digit-container.digit-ten {
  line-height: 1.5em;
  /* -webkit-animation: slide 5s  ease-in-out;
  animation: slide 5s  ease-in-out; */
  -webkit-animation: slidee 5s infinite ease-in-out;
  animation: slidee 5s infinite ease-in-out;
}

.digit-container.digit-one {
  line-height: 1.5em;
  /* -webkit-animation: slide 5s  linear;
  animation: slide 5s  linear; */
  -webkit-animation: slidee 5s infinite linear;
  animation: slidee 5s infinite linear;
}

@-webkit-keyframes slidee {
  0% {
    -webkit-transform: translateY(-10em);
  }
  40% {
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

/* Sixth Module End */

/* Seventh Module */

.owl-dots
{
  display: none;
}
.praised_card_title
{
  display: flex;
  justify-content: space-between;
}

.praised_card_title_img
{
  width: 80px !important; 
    border: 1px #ccc solid;
    padding: 5px;
}

.praised_card_title p{
  font-size: 14px;
}

.praised_card{
    border: none;
    border-radius: 10px;
    border-bottom: 6px solid var(--primary-color);
    background: #FFF;
    box-shadow: -4px 4px 20px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 1;
    padding: 10px;
    margin: 10px;
  }
  .owl-prev , .owl-next
  {
    width: 25px !important;
    height: 25px !important;
    border-radius: 50% !important;
    -moz-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.42) !important;
    box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.42) !important;
  }
/* Seventh Module End */

/* Eight Module */
.News-card-border
{
  border: none;
  border-radius: 13px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  width: 21rem;
  border-bottom: 6px solid var(--primary-color);
}

.img-radius{
  border-radius: 32px;
}

/* Eight Module End*/

/* Nineth Module */
.border-accordion{
  border: none;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}
.accordion-button:not(.collapsed) {
  color: var(--primary-color) !important;
  background-color: var(--secondary-color);
}
.accordion-button:focus {
  box-shadow: none !important;
}
.accordion-item
{
  margin-top: 10px;
}
.accordion-btn
{
  background: linear-gradient(90deg, rgba(9, 9, 121, 1) 15%, rgba(58, 134, 195, 1) 100%);
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 4px;
}

.accordion-btn:hover {
    background: linear-gradient(90deg, rgba(9, 9, 121, 1) 15%, rgba(58, 134, 195, 1) 100%);
    color: #fff;
    animation: slide 6s linear infinite;
  }
  
  @keyframes slide {
    100% {
      background-position: 50rem;
    }
  }


/* Nineth Module End*/

/* Tenth Module */

.card-border{
  border: none;
  border-radius: 13px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  width: 21rem;
  margin: 0px 23px 0px 15px;
  border-bottom: 6px solid var(--primary-color);
} 

.slick-prev , .slick-next{
  width: 20px !important;
  height: 20px !important;
  border-radius: 50% !important;
  -webkit-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.42) !important;
  -moz-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.42) !important;
  box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.42) !important;
}

.slick-prev:before {
  content: '<';
  font-size: 15px !important;
  font-weight: bold;
  line-height: 0.5 !important;  
  color: black !important;
}

.slick-next:before {
  content: '>';
  font-size: 15px !important;
  font-weight: bold;
  line-height: 0.5 !important;  
  color: black !important;
}

/* Tenth Module End  */

/* Eleventh Module */
.gradient-color{
  background: linear-gradient(#00AEEF, #9638C2, #D341A5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.icon-position{
  margin-top: -76px;
  margin-left: -36px;
}
.icon-border{
  border: none;
}
.icon-border{
  border: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* Eleventh Module End  */

/* Twelveth Module */

.twelveth_module{
  border-radius: 20px ;
}

.twelveth_module_img{
  width: 200px;
}

.twelveth_module_form
{
  padding: 20px 15px 20px 0px;
}

.twelveth_module_btn
{
  border: none;
  color: #ffff;
  background: linear-gradient(90deg, rgba(9, 9, 121, 1) 15%, rgba(58, 134, 195, 1) 100%);
}
.twelveth_module_btn:hover {
  background: linear-gradient(90deg, rgba(9, 9, 121, 1) 15%, rgba(58, 134, 195, 1) 100%);
  color: #fff;
  animation: slide 6s linear infinite;
}

@keyframes slide {
  100% {
    background-position: 50rem;
  }
}

.border-accordion{
    border-radius:8px;
border-bottom: 1px solid #525252;
background:#FFF;
box-shadow: 0px 6px 12px 0px rgba(30, 28, 29, 0.05), 0px 8px 40px 0px rgba(30, 28, 29, 0.10);
}

/* Twelveth Module End  */



.typewrite {
/*  margin-bottom: 30px;*/
  display: inline-block;
  color: var(--blackColor);
 padding: 8px 5px;
  line-height: 1;
  letter-spacing: 2px;
/*  background-color: #c4e7f4;*/
  font-size: 34px;
  font-weight: 700;
}
.typewrite{color:#1E1C1D;}

.main-tab-inner {
    grid-column-gap: .5rem;
    align-items: flex-start;
    display: flex;
}
.tab-content-w {
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: flex-start;
    display: flex;    font-weight: 600;}
.tab-content-w ul li {list-style-image: url("../images/check_ul.svg"); padding: 10px 0 0}

.main-tab-inner1 {
    grid-column-gap: 1rem;
    align-items:center;
    display: flex;
}
.main-tab-inner1 img {height: 50px; margin-bottom: 5px;}
.tab-icon-w img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    margin-left: 10px;
}

.case-study-box{
    height: 100%;
  padding: 20px 0 20px;
  background-image: url(../images/case-study-bg.svg); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;}
.case-box-main{
    border-radius: 16px;
border: 1px solid #525252;
background: #FFF;
box-shadow: 1.5px 1.5px 5px 0.5px #1E1C1D26;
        padding: 10px;
}
.cs-box{padding: 20px;}
.cs-box span{color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px; display: inline-block;}
.cs-box h3{ font-size: 26px; font-weight: 700; line-height:34px;}
.cs-box h3 a{color: #1E1C1D;}
.cs-box h3 a:hover{color: #1E1C1D; text-decoration: none;}
.cs-box p{color: #525252; font-size: 14px; font-weight: 400; line-height: 24px; margin-bottom: 10px;}
.btn_rM{color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;}

.card-title-1{
    color: #1E1C1D;
font-size: 16px;
font-weight: 600;
line-height: 20px;
}
.card-text-1{
    color:#525252;
font-size: 14px;
font-weight: 400;
    text-align: justify;
}
.news-img{text-align: end;}

.join-area {
  position: relative;
  background-color: #020102;
  padding:2% 0;
}
.join-content h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
}

/* Footer Css */

footer {
  background: #1E1C1D;
  padding: 20px 0px;
  position: relative;
        /* margin-top: 40px; */
}

.text-fiter {
  text-align: end;
    margin-top: 10px;
}
.ftr-info{margin-top: 13px;}
.social ul li {
  display: inline-flex;
}
.social ul{
      margin: 0;
    padding: 0;
    list-style: none;
}

.social ul li a{
  padding: 2px;
    margin: 0 5px;
    border: 0;
    display: inline;
}
.ftr-info a{color:#fff; font-size: 13px; font-weight: 400;}
.ftr-info p{color:#E4E4E4; font-size: 13px; font-weight: 400; margin: 0;}


footer p {
  color: #b1b1b1;
  font-size: 12px;
  text-align: left;
  margin-top: 7px;
  margin-bottom: 0;
}
.ftr-border{padding: 10px 0; border-bottom: 1px #909090 solid;}
.ftr-border-btm{padding: 0px 0 10px;border-bottom: 1px #909090 solid;}
.flt-menu h3{color: #fff; font-weight: 600; font-size: 18px; margin-bottom: 15px;}
.flt-menu ul{
        margin: 0 0 0 15px;
    padding: 0;
        list-style-type: disc;
}
.flt-menu ul li {
  color:#898989;
  margin: 0px 0 0 10px;
}
.flt-menu ul li a{
    color:#898989;
    padding: 5px 0;
    font-size: 13px;
        text-align: left;
    display: block;
}
.flt-menu ul li a:hover{
    color:#fff;
    padding: 5px 0;
    font-size: 13px;
      transition: color .12s cubic-bezier(.455,.03,.515,.955);
    text-align: left;
}
.ftr-menu{
    display: flex;
}
.flt-menu{margin-bottom: 15px;}
/* Footer End */


/*About us Start*/
.about-us-main{
    margin-top: 100px;
    min-height: 310px;
 background-image: url("../images/about-main-banner.svg"); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    padding-bottom: 20px;
}
.about-title-box1 h1{
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  padding-top: 10px;
}

.about-title-box1 p{
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.abt-margin-100{padding-top: 35px;}
.about-us{
    margin-top: 110px;
    max-height: 518px;
 background-image: url(../images/about-bg.svg); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.about-title-box{
    padding-top: 40px;
}
.about-title-box h1{
    color: #1E1C1D;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
}
.about-title-box h1 span{
    color: #3A86C3;
}
.about-title-box p{
    color: #1E1C1D;
    font-size: 36px;
    font-weight: 700;
}
.about-title-box h6{
    color: #525252;
    font-size: 17px;
    font-weight: 400;
    margin: 20px 0;
    line-height: 26px
}
.journey{padding: 40px 20px 20px 20px; position: relative;}
.journey p{color:#525252; font-size: 18px; line-height: 26px; }
.shap-2{   
    width: 50px;
    position: absolute;
    top: 0;
    left: 20px;
}
.banner-img img{height:330px;}
.why-choose-us{
    height: 100%;
 background-image: url(../images/why-chhose-bg.svg); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    padding: 0 0 30px;
}
.choose-box{padding: 20px 0 0; text-align: center;}
.choose-box h2{color: #fff; font-size: 28px; font-weight: 600; line-height: 35px;}
.choose-box h3{color: #fff; font-size: 26px; font-weight: 600; line-height: 30px;}
.choose-box p{color: #fff; font-size: 14px; font-weight: 400; line-height: 21px;}
.box-1{
    border-radius: 16px;
    border: 1px solid #525252;
    background: #FFF;
    box-shadow: 0px 8px 12px 6px rgba(0, 0, 0, 0.15), 0px 4px 4px 0px rgba(0, 0, 0, 0.30);
    width: 100%;
    max-height: 157px;
    padding: 10px;
    text-align: center;
}
.box-1 img{padding: 10px 0 0;}
.box-1 p{ color: #525252; font-size: 13px; font-weight: 500; line-height: 21px; margin: 20px 0;}
.box-1.vert-move {
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 2s infinite  alternate;
}
/* .box-1.vert-move {
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 2s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-30px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-30px); }
}
.box-1.vert-down {
    -webkit-animation: mover-down 2s infinite  alternate;
    animation: mover-down 2s infinite  alternate;
}
.box-1.vert-down {
    -webkit-animation: mover-down 2s infinite  alternate;
    animation: mover-down 2s infinite  alternate;
}
@-webkit-keyframes mover-down {
    0% { transform: translateY(0); }
    100% { transform: translateY(20px); }
}
@keyframes mover-down {
    0% { transform: translateY(0); }
    100% { transform: translateY(20px); }
}

.box-1:nth-child(odd) {
  margin-bottom:20px;
}
.box-1:nth-child(even) {
   margin-bottom:20px;
} */
.get-btn{border-radius: 4px;
border: 1px solid #1E1C1D;
background: #FFF;
box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px 0px rgba(0, 0, 0, 0.30);
display: inline-block;
    padding: 5px 30px;
    color: #1E1C1D;
    font-size: 15px;
}

.title-box1{width: 75%; padding-top: 10%;}
.title-box1 h3{
    color:#1E1C1D;
font-size: 26px;
font-style: normal;
font-weight: 700;
}
.title-box1 p{color:#525252;}

.box-styl{display: flex;  grid-column-gap: 1rem;}

.about-us-our-vision{
    margin-top: 60px;
    height: 440px;
 background-image: url("../images/our-visionBg.svg"); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    position: relative;
}
.awards-box{
    border-radius: 4px;
border-right: 2px solid #1E1C1D;
border-bottom: 2px solid #1E1C1D;
background: #FFF;
box-shadow: 0px 6px 12px 0px rgba(30, 28, 29, 0.05), 0px 8px 40px 0px rgba(30, 28, 29, 0.10);
    padding: 20px 20px 10px;
    min-height: 330px;
}
.icon-award{text-align: center; margin: 20px 0 ;  }
.features-list {
    padding-left: 0;
    list-style-type: none;
    margin-top: 25px;
}
.features-list li {
    margin-bottom: 16px;
    position: relative;
    padding-left: 34px;
    color: #666666;
}
.features-list li i {
        width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background-color: #1f5394;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 2px;
}
.quote{
    margin-top: 30px;
    grid-column-gap: 1rem;
    align-items: flex-start;
    display: flex;}
.quote-title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding-top: 20px;
}

.quote-boxes-content {
border-radius: 4px;
background: #FFF;
box-shadow: 0px 12px 12px 1px rgba(16, 24, 40, 0.05);
  text-align: center;
  max-width: 100%;
  padding: 20px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.quote-boxes-content p {color: #1E1C1D; font-size: 13px; font-weight: 400; text-align: center; margin:0;}
.quote-boxes-content h2{font-size: 20px; color: #1E1C1D; font-weight: 700;}
.quote-boxes-content form .form-group {
    margin-bottom: 10px;
}
.book-a-demoBox {
border-radius: 4px;
background:#f0f0f0;
  text-align: center;
  max-width: 100%;
  padding: 20px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.book-a-demoBox form .form-group {
    margin-bottom: 10px;
}
.book-a-demoBox form .form-group input, select {
    height: 40px;
}
.form-control {
    height: 36px;
    background-color: #ffffff;
    border-radius: 4px;
    border: 0.724px solid #99A0A8;
    color: #002e5b;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    padding-left: 10px;
    font-size: 12px;
    font-weight: 500;
}
.form-select {
    font-size: 12px;
    color: #656565;
    font-weight: 500;
}
/*About us END*/

/*Indent Start*/
.indent{
    margin-top: 100px;
    max-height:438px;
 background-image: url(../images/indent-bg.svg); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    padding-bottom: 25px;
}

.indent-icon{margin-bottom: 20px; display: inline-block;position: relative;padding: 0 20px 0 0;}
.indent-title-box {
    padding-top: 10px;
}
.indent-title-box h1{
    color: #1E1C1D;
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
}
.indent-title-box h6{
    color: #525252;
    font-size: 17px;
    font-weight: 400;
    margin: 20px 0;
    line-height: 26px
}
.banner-img-indent img{height: 250px;}
/*
.indent-icon::after {
  content: url("../images/icons/indent-right-arw.svg");
      width: 30px;
    height: 30px;
    position: absolute;
    display: inline-block;
    top: 135px;
    right: -15px;
    text-align: center;
}
*/
.indent-icon h4{color: #fff; font-weight: 600; font-size: 16px; margin: 15px 0;}
.indent-icon p{color: #fff; font-weight: 300; font-size: 14px;}

/*Indent END*/

/*E-sourcing Start*/
.e-sourcing{
    margin-top: 90px;
    max-height:452px;
 background-image: url(../images/e-sourcing-bg.png); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    padding-bottom: 25px;
}

.e-sourcing-icon{margin-bottom: 20px; display: inline-block;position: relative;padding: 0 20px 0 0;}
.e-sourcing-title-box {
    padding-top: 35px;
}
.e-sourcing-title-box h1{
    color: #1E1C1D;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}
.e-sourcing-title-box h6{
    color: #525252;
    font-size: 17px;
    font-weight: 400;
    margin: 20px 0;
    line-height: 26px
}
.banner-img-e-sourcing img{height:250px;}
.e-sourcing-box2 {
    background-image: url(../images/e-sourc-box.png); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    padding: 30px 0;
}
.left-e-sourc p{ color:#525252; font-size: 16px; line-height: 24px; margin-bottom: 20px;}
.left-e-sourc ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.left-e-sourc ul li { color: #1E1C1D; font-size: 16px; font-weight: 500; padding: 5px 0; }
.e-sourc-AI-box h3{ color: #1E1C1D; font-size: 30px; font-weight: 700; line-height: 38px;}
.e-sourc-AI-box p{ margin: 10px 0 20px; color: #525252; font-weight: 400;}

/*E-sourcing END*/

.carousel-indicators {
    justify-content: left;
    margin-left: 17px;
}
.carousel-indicators [data-bs-target] {background:#1F5394; border: 0; width: 10px; height: 10px; border-radius: 50%;}

.thanks{margin-top: 100px; max-height: 500px;}
.thanks-box{min-height: 200px; padding:70px 0;}

/*LeaderShip us Start*/
.leadership-main{
    margin-top: 96px;
    min-height: 350px;
 background-image: url("../images/leadership-bg.png"); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    padding-bottom: 20px;
}
.leadership-title h1{
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
}
.leadership-title h6{ color: #F5F5F5; font-size: 15px;padding-top: 40px;}

.leadership-title p{
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.featured-box{background: #f5f5f5; padding: 0 0 20px;}
.featured-box h5{color: #525252;}
.our-project{background: var(--gradient, linear-gradient(91deg, #1F5394 -2.02%, #3A86C3 95.03%));height: 400px;}
.our-project h5{ font-size: 26px; color: #fff; font-weight: 600;}
.bg-height{height: 600px; margin-bottom:220px;}
.featured-box-col {
  margin-bottom: 30px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
  -webkit-box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, 0.1);
        min-height: 700px;
}

.featured-box-col .image {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
    padding:24px;
}

.featured-box-col .image img {
  border-radius: 5px 5px 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
    width: 100%
}

.featured-box-col .content {
  padding: 0 24px 24px;
  border-radius: 0 0 5px 5px;
}

.featured-box-col .content h3 {
  margin-bottom: 10px;
  position: relative;
  font-size: 20px;
  font-weight: 700;
    color: #1E1C1D;
}
.featured-box-col .content p {color: #1E1C1D; font-size: 14px;}
.featured-box-col .content p span {font-weight: 700; color: #535353;}
.statistics_box{position: relative; width: 100%; padding: 0 24px 0px; overflow: hidden;}
.statistics_box h3{font-size: 20px;
  font-weight: 700;
    color: #1E1C1D; margin-bottom: 20px;}
.statistics_box .col-left{width: 49%; float: left; margin-bottom: 20px; display: flex;align-items: flex-start;}
.statistics_box .col-right{width: 49%; float: left;margin-bottom: 20px; display: flex;align-items: flex-start;}
.statistics_box .col-left div.no{padding-left: 10px; font-size: 20px; font-weight: 700;}
.statistics_box .col-left div.no p{font-size: 13px;font-weight: 400;}
.statistics_box .col-left img{margin-top: 5px;}
.statistics_box .col-right div.no{padding-left: 10px; font-size: 20px; font-weight: 700;}
.statistics_box .col-right div.no p{font-size: 13px;font-weight: 400;}
.statistics_box .col-right img{margin-top: 5px;}

.single-services-box {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 30px 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
          box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
        min-height: 200px;
}
.single-services-box:hover {
    background-color: #1F5394;
}
.active-box {
    background-color: #1F5394;
    color: #fff;
}
.active-box h3 {
    color: #fff!important;
}
.single-services-box h3 {
    color: #1E1C1D;
    font-weight: 700;
}
.single-services-box:hover h3 {
    color: #ffffff;
    font-weight: 700;
}
.single-services-box:hover p {
  color: #ffffff;
}
.ads-bg{
    min-height: 307px;
 background-image: url("../images/ads-bg.svg"); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    padding: 20px;
}
.ads-bg h4{
    margin-top: 10%;
    font-size: 30px;
  font-weight: 600;
    color: #fff;}
.ads-bg p{
    color: #E9E9E9;}
.ads-link{
    border-radius: 2px; 
    border: 1px #fff solid; 
    color: #fff; 
    display: inline-block; 
    line-height: 40px; 
    text-align: center; 
    padding: 0 5%; 
    margin-top: 20%;
}
.ads-link:hover{color: #fff;}
/*LeaderShip us END*/

/*partnerShip us Start*/
  .partnerships-main{
    margin-top: 100px;
    min-height: 360px;
    background:#fff;
    padding-bottom: 20px;
}
.partnerships-main h1{
    color: #000;
    font-size: 30px;
    line-height:36px;
    font-weight: 700;
}
.partnerships-title h6{color: #b8b8b8; font-size: 15px;padding-top: 40px;}

.partnerships-title p{
    color: #000;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.img-mob-none img{height: 300px;}
.signup-banner{display: flex; gap:10px; position: relative; margin: 20px 0}
.signup-banner input{
    width: 60%;
    padding-left: 40px; 
    border-radius:8px;
    border: 1px solid #CBD5E1;
    background:#FFF;
    height: 48px;
}
.mail-inpt{position: absolute;
    top: 13px;
    left: 12px;}
.shap-3{position: absolute;
    bottom: 0;}
.shap-4{position: absolute;
    bottom: 0; left: -50px;}
.partner-box {
    background: #f5f5f5;
    padding: 20px 0;
}
.partner-box img {
  width: 110px;
}
.cs-box1{padding:40px 20px 20px;}
.cs-box1 h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
}
.why-choose-bg{
height:auto;
 background-image: url("../images/why-bg.png"); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    padding: 30px;
    border-radius: 30px;
}
.why-choose-bg h3 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin: 0px 0 20px;
}
.subH3{color: #fff; font-weight: 700; font-size: 18px; margin: 5px 0 10px;}
.sub-p{color: #fff; line-height: 24px;}

.type-heading h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    color: #000;
}
.type-partner-list {
  padding-left: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
  margin-top: 0;
}

.type-partner-list li {
  color: #525252;
  position: relative;
  padding-left: 100px;
     margin-bottom: 30px;
}

.type-partner-list li .icon {
  position: absolute;
  left: 15px;
  top: 5px;
  width: 65px;
  height: 65px;
}

.type-partner-list li span {
  display: block;
  margin-bottom: 6px;
  color: #525252;
  font-size: 16px;
  font-weight: 700;
}
.partner-gradientBox{
    height: auto;
border-radius: 20px;
background: radial-gradient(77.63% 173.69% at 44.31% 54.65%, #1F5394 0%, #8B64B2 100%, #515BA2 53.53%);
    padding:30px 80px;
    margin-bottom: 30px;
}
.partner-gradientBox h4{font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    color: #fff;}
.partner-gradientBox p{
    line-height: 24px;
    color: #fff;}

/*partnerShip us END*/

/*Contact us Start*/
.contact-us-main{
    margin-top: 100px;
    min-height: 230px;
 background-image: url("../images/contact-bg.png"); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    padding-bottom: 20px;
}
.contact-title h1{
    color: #fff;
    font-size: 36px;
    line-height: 45px;
    font-weight: 700;
}

.contact-title p{
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.contact-title h6 {
    color: #F5F5F5;
    font-size: 15px;
    padding-top: 20px;
}
.capcha{
    background: #f9f9f9;
    color: #000;    
    border: 1px solid #d3d3d3;
    height: auto;
    width: 250px;
    margin: 10px 0 20px;
    display: flex;
}
.address ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    margin-top: 20px;
}
.address ul li {
    display: block;
    text-align: left;
    position: relative;
    padding-left: 40px;
    color: #000;
    margin-bottom: 30px;

}
.address ul li .icon img {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
}
.address ul li span {
    display: block;
}
.address ul li span strong {
   color: #1F5394;
}
.tab-auto{
        justify-content: center;
    display: flex;
    margin-bottom: 30px;
}
/*Contact us END*/

/*Supplier us Start*/
.supplier-main{
    margin-top: 100px;
    max-height:450px;
background: #F4F3F8;
    padding-bottom: 25px;
}
.supplier-blueBox{
    height: 100%;
background: var(--gradient, linear-gradient(91deg, #1F5394 -2.02%, #3A86C3 95.03%));
    padding: 0 0 30px;
}
.sm-card-body{
    border-radius: 12px;
    background:#FFF;
    box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px 0px rgba(0, 0, 0, 0.30);
    padding: 20px;
    min-height: 268px;
    margin-bottom: 20px;
}
.supp-icon h4 {
    color:#1E1C1D;
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 10px 0;
    display: flex;
    grid-column-gap: .5rem;
    align-items: center;
}
.supp-icon img{margin-right: 10px; box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px 0px rgba(0, 0, 0, 0.30); border-radius: 17px;
    width: 50px;
}
.supp-icon p {
    color: #525252;
    font-weight: 400;
    font-size: 14px;
        text-align: justify;
}

.supplier_box1{
  border-radius: 12px;
  background:#FFF;
  box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px 0px rgba(0, 0, 0, 0.30);
  padding: 15px;
  min-height:140px;
  text-align: center;
}
.supplier_box1 h5 {
  color:#1E1C1D;
  font-weight: 700;
  font-size: 15px;
  margin: 20px 0 0px 0;
}
.supplier_box1 img{margin-right: 10px; box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px 0px rgba(0, 0, 0, 0.30); border-radius: 17px;
  width: 50px;
}
/*Supplier us END*/

/*Contract Management Solution us START*/
.contract-main{
    margin-top: 100px;
    max-height:450px;
background: var(--gradient, linear-gradient(91deg, #1F5394 -2.02%, #3A86C3 95.03%));
    padding-bottom: 25px;
}
.cont-marg-20 {
    padding-top: 20px;
}
.contract-title-box {
    padding-top: 80px;
}
.contract-title-box h1 {
    color: #fff;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
}
.banner-img-contract img{height: 300px;}
.banner-img-invoice img {
  height: 250px; margin-top: 20px;
}

/*Contract Management Solution us END*/

/*Purchase Order start */
.purchase-order-main{
    margin-top: 100px;
    min-height: 420px;
 background-image: url("../images/po-banner.png"); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    padding-bottom: 20px;
}
.purchase-order-main h1{
    color: #fff;
    font-size: 36px;
    line-height: 45px;
    font-weight: 700;
    padding-top: 10px;
}

.purchase-order-main h6{
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    padding-top: 20px;
}
.create-po-box{background:#F5F5F5; margin:20px 0 40px; padding: 30px 0;}
.left-heading h2{
    color:#1E1C1D;
font-size: 30px;
font-weight: 700;}
.left-heading h3{
  color:#1E1C1D;
font-size: 24px;
font-weight: 700;}
.left-heading p{
    color:#525252;
font-size: 16px;
line-height:26px;}

.stepwrapper {
	 width: 100%;
	 font-size: 14px;
}
 .StepProgress {
	 position: relative;
	 padding-left: 45px;
	 list-style: none;
}
 .StepProgress::before {
	 display: inline-block;
	 content: '';
	 position: absolute;
	 top: 0;
	 left: 15px;
	 width: 10px;
	 height: 100%;
}
 .StepProgress-item {
	 position: relative;
	 counter-increment: list;
}
 .StepProgress-item:not(:last-child) {
	 padding-bottom: 20px;
}
 .StepProgress-item::before {
	 display: inline-block;
	 content: '';
	 position: absolute;
	 left: -30px;
	 height: 100%;
	 width: 10px;
         top: 6px;
}
 .StepProgress-item::after {
	 content: '';
	 display: inline-block;
	 position: absolute;
	 top: 0;
	 left: -37px;
	 width: 20px;
	 height: 20px;
	 border: 2px solid #CCC;
	 border-radius: 50%;
	 background-color: #FFF;
}
 .StepProgress-item.is-done::before {
	 border-left: 2px solid #D8D8D8;
}
 .StepProgress-item.is-done::after {
	 content: "✔";
	 font-size: 13px;
	 color: #FFF;
	 text-align: center;
	 border: 2px solid green;
	 background-color: green;
}
 .StepProgress-item.current::before {
	 border-left: 2px solid #D8D8D8;
}
 .StepProgress-item.current::after {
	 content: counter(list);
	 padding-top: 1px;
	 width: 25px;
	 height: 25px;
	 top: 6px;
	 left: -42px;
	 font-size: 14px;
	 text-align: center;
	 color: #fff;
	 background-color: #1F5394;
}
 .StepProgress strong {
	 display: block;
     color: #1E1C1D;
     font-size: 24px;
     font-weight: 700;
} 
.po-AI-box{margin-left: 5%;}
.po-AI-box h3{color: #1E1C1D; font-size: 18px; font-weight: 700;}

/*Purchase Order END*/

/* Reporting & Analytics START*/
.reporting-main{
    margin-top: 100px;
    min-height: 320px;
 background-image: url("../images/reporting-bg.png"); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    padding-bottom: 20px;
}
.reporting-main h1{
    color: #fff;
    font-size: 36px;
    line-height: 45px;
    font-weight: 700;
    padding-top: 10px;
}

.procure-main {
    margin-top: 100px;
    max-height: 450px;
    background: #F9F9FB;
    padding-bottom: 25px;
}
.banner-img-procure img {
  height: 200px;
}
/* Reporting & Analytics END*/

/* Technology START*/
.technology-main{
    margin-top: 100px;
    min-height: 250px;
 background-image: url("../images/technology-bg.svg"); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    padding-bottom: 20px;
}
.technology-main h1{
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}
.technology-main h6{
    color: #F5F5F5;
    font-size: 16px;
    font-weight: 300;
}
.technology-main .p-text{color: #F5F5F5;
    font-size: 18px;
    font-weight: 400px;
    margin-bottom: 20px;
}
.techo-left{width: 85%;}
.techo-left h2{color: #1E1C1D; font-size: 36px; font-weight: 700;}
.techo-left p{ text-align: justify; color: #525252;}
.accordion-button {color:#1e1c1d; font-weight: 600;font-size: 14px; padding: 12px;}
/* Technology END*/

/* invoice END*/
.invoice-title-box {
    padding-top: 50px;
}
.invoice-title-box h1 {
    color: #fff;
    font-size: 36px;
    line-height: 45px;
    font-weight: 700;
}
/* invoice END*/

/*News start */
.news-marg-top{margin-top: 10%;}
.news-main{
    min-height: 298px;
 background-image: url("../images/news-banner.png"); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    width: 82%;
    margin:0 auto;
}
.news-main h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    padding-top: 8%;
}
.news-main .p-text {
    color: #F5F5F5;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}
.news_box{
    padding: 15px;
    border-radius: 12px;
background:#FFF;
box-shadow: 0px 6px 12px 0px rgba(30, 28, 29, 0.05), 0px 8px 40px 0px rgba(30, 28, 29, 0.10);}
a.read_more{    
    /* background: url(../images/icons/arrow_right_alt-1.svg);
    background-position: 100%;
    background-repeat: no-repeat; */
    display: inline-block;
    color: #1F5394;
    font-size: 14px;
    font-weight: 700;
    width:31%;
}
.news-sub-title{
    color: #525252;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
    max-width: 360px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.news_box h4{
color:#1E1C1D;
font-size: 20px;
font-weight: 600;
margin-bottom: 10px;
     max-width: 360px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.date-news{color: #525252;font-size: 14px;}
.news_box img {width: 100%;margin-bottom: 10px; border-radius: 12px; height: 227px;}
.news-body{   
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
    background-color: #ffffff;}

.create-press {
    background: #F5F5F5;
    padding: 30px 0;
}
.create-press img{height: 160px;}
.press-heading{
    color:#1E1C1D;
font-size: 20px;
font-weight: 600;
margin-bottom: 10px;
     max-width: 380px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.press-title{
    color: #525252;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
    max-width: 380px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
a.read_more1 {
    background: url(../images/icons/arrow_right_alt-1.svg);
    background-position: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    color: #1F5394;
    font-size: 14px;
    font-weight: 700;
    width: 26%;
}
.news-d-box{position: relative; min-height: auto;}
.news-d-box img{
    width: 100%;
    height: auto;
    border-radius: 5px;
    border: 1px #ccc solid;
    border-radius: 10px;
}
.news-img-title{background: rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(17.5px); 
    min-height:120px; 
    border-bottom-left-radius: 5px; 
    border-bottom-right-radius: 5px;
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    padding: 2% 3% 2%;
}
.news-img-title h1{
    color:#FFF;
font-size: 27px;
font-weight: 700;
}
.news-img-title p{
    color:#FFF;
font-size: 14px;
font-weight: 400;
}
.news_d-text-box{
    padding: 20px 0;
    font-size: 14px;
    font-weight: 400;
}
.news_d-text-box h2 {font-size: 30px;
    font-weight: 600;
    line-height: 42px;}
.news_d-text-box h4 {font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    margin: 20px 0;}
.blog_left_box{    
    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    background-color: #ffffff;
    padding: 15px;}

.news_d-share{display: flex; justify-content: space-between; margin: 20px 0;}
.news_d-share h5{font-weight: 600; font-size: 20px;padding-top: 12px;}

.comments-area {
  padding: 25px;
  margin-top: 30px;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
  background-color: #ffffff;
}

.comments-area .comments-title {
  position: relative;
  margin-bottom: 30px;
  line-height: initial;
  font-size: 25px;
  font-weight: 700;
}

.comments-area .comments-title::before {
  content: '';
  height: 25px;
  width: 3px;
  left: -25px;
  position: absolute;
  background: #3aade1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.comments-area ol, .comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .children {
  margin-left: 20px;
}

.comments-area .comment-body {
  border-bottom: 1px solid #eeeeee;
  padding-left: 65px;
  color: #002e5b;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.comments-area .comment-body .reply {
  margin-top: 15px;
}

.comments-area .comment-body .reply a {
  border: 1px solid #ded9d9;
  color: #fff;
  display: inline-block;
  padding: 6px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-size: 13px;
  font-weight: 600;
        background: #1F5394;
}

.comments-area .comment-body .reply a:hover {
  color: #ffffff;
  background-color: #3aade1;
  border-color: #3aade1;
}

.comments-area .comment-body p {
  font-size: 14px;
}

.comments-area .comment-author {
  font-size: 17px;
  margin-bottom: 0.2em;
  position: relative;
  z-index: 2;
}

.comments-area .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}

.comments-area .comment-author .fn {
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}

.comments-area .comment-author .says {
  display: none;
}

.comments-area .comment-metadata {
  margin-bottom: .8em;
  color: #666666;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}

.comments-area .comment-metadata a {
  color: #666666;
}

.comments-area .comment-metadata a:hover {
  color: #3aade1;
}

.comments-area .comment-respond {
  margin-top: 30px;
}

.comments-area .comment-respond .comment-reply-title {
  margin-bottom: 0;
  position: relative;
  font-size: 25px;
  font-weight: 700;
}

.comments-area .comment-respond .comment-reply-title::before {
  content: '';
  height: 25px;
  width: 3px;
  left: -25px;
  position: absolute;
  background: #3aade1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  display: inline-block;
}

.comments-area .comment-respond .comment-form {
  overflow: hidden;
}

.comments-area .comment-respond .comment-notes {
  margin-bottom: 0;
  margin-top: 10px;
}

.comments-area .comment-respond .comment-notes .required {
  color: red;
}

.comments-area .comment-respond .comment-form-comment {
  margin-top: 15px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.comments-area .comment-respond label {
  display: bl ock;
  font-weight: 600;
  color: #002e5b;
  margin-bottom: 5px;
}

.comments-area .comment-respond input[type="date"], .comments-area .comment-respond input[type="time"], .comments-area .comment-respond input[type="datetime-local"], .comments-area .comment-respond input[type="week"], .comments-area .comment-respond input[type="month"], .comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"], .comments-area .comment-respond input[type="password"], .comments-area .comment-respond input[type="search"], .comments-area .comment-respond input[type="tel"], .comments-area .comment-respond input[type="number"], .comments-area .comment-respond textarea {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.comments-area .comment-respond input[type="date"]:focus, .comments-area .comment-respond input[type="time"]:focus, .comments-area .comment-respond input[type="datetime-local"]:focus, .comments-area .comment-respond input[type="week"]:focus, .comments-area .comment-respond input[type="month"]:focus, .comments-area .comment-respond input[type="text"]:focus, .comments-area .comment-respond input[type="email"]:focus, .comments-area .comment-respond input[type="url"]:focus, .comments-area .comment-respond input[type="password"]:focus, .comments-area .comment-respond input[type="search"]:focus, .comments-area .comment-respond input[type="tel"]:focus, .comments-area .comment-respond input[type="number"]:focus, .comments-area .comment-respond textarea:focus {
  border-color: #3aade1;
}

.comments-area .comment-respond .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 12px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-url {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 3px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: #666666;
  font-weight: normal;
  position: relative;
  top: -2px;
}

.comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}

.comments-area .comment-respond .form-submit input {
  background:#1F5394;
  border: none;
  color: #ffffff;
  padding: 12px 35px 10px;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  font-weight: 700;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
}

.comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
  color: #ffffff;
  background-color: #002e5b;
}

.widget-area .widget {
  margin-top: 35px;
}

.widget-area .widget:first-child {
  margin-top: 0;
}

.widget-area .widget .widget-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 25px;
  position: relative;
  font-weight: 600;
  font-size: 20px;
    color: #1E1C1D;
}


.widget-area .widget .widget-title::before {
  content: '';
  position: absolute;
  background: #3aade1;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}

.widget-area .widget_search {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  background-color: #ffffff;
  padding: 15px;
}

.widget-area .widget_search form {
  position: relative;
}

.widget-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}

.widget-area .widget_search form .screen-reader-text {
  display: none;
}

.widget-area .widget_search form .search-field {
  background-color: #fff;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #1F5394;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
    border-radius: 4.298px;
box-shadow: 0px 2.456px 8.595px 0px #E5E5E5;
}

.widget-area .widget_search form .search-field:focus {
  border-color: #3aade1;
}

.widget-area .widget_search form button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  z-index: 1;
  border: none;
  color: #ffffff;
  background-color:#1F5394;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.widget-area .widget_search form button:hover {
  background-color: #1F5394;
  color: #ffffff;
}

.widget-area .widget_pearo_posts_thumb {
  position: relative;
  overflow: hidden;
}

.widget-area .widget_pearo_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 15px;
}

.widget-area .widget_pearo_posts_thumb .item:last-child {
  margin-bottom: 0;
}

.widget-area .widget_pearo_posts_thumb .item .thumb {
  float: left;
  height: 100px;
  overflow: hidden;
  position: relative;
  width: 154px;
  margin-right: 15px;
}
.widget-area .widget_pearo_posts_thumb .item .thumb img { height: 100%; width: 100%;}

.widget-area .widget_pearo_posts_thumb .item .info {
  overflow: hidden;
  margin-top: 5px;
}

.widget-area .widget_pearo_posts_thumb .item .info time {
  display: block;
  color: #666666;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 12px;
}

.widget-area .widget_pearo_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 500;
}

.widget-area .widget_pearo_posts_thumb .item .info .title a {
  display: inline-block;
color: #1E1C1D;
}

.widget-area .widget_recent_entries ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_recent_entries ul li {
  position: relative;
  margin-bottom: 12px;
  color: #002e5b;
  padding-left: 14px;
  line-height: 1.5;
  font-weight: 600;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
}

.widget-area .widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_recent_entries ul li::before {
  background: #1F5394;
  position: absolute;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 8px;
}

.widget-area .widget_recent_entries ul li a {
  display: inline-block;
  color: #1F5394;
    font-size: 16px;
    font-weight: 500;
}

.widget-area .widget_recent_entries ul li a:hover {
  color: #3aade1;
}

.widget-area .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 13px;
  color: #666666;
  margin-top: 4px;
}
.share-txt{font-size: 20px; font-weight: 600; margin-left:12px;}

.load-div {
  ddisplay: none;
    margin-bottom: 20px;
}
.load-div1 {
  display: none;
    margin-bottom: 20px;
}

#loadLess {
  display: none;
}

#loadMore,
#loadLess{
  padding: 10px;
  text-align: center;
  background-color: #1f5394;
  color: #fff;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #fff;
  box-shadow: 0 1px 1px #ccc;
  transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
}

#loadMore:hover {
  background-color: #fff;
  color: #33739E;
}
#loadMore1,
#loadLess1{
  padding: 10px;
  text-align: center;
  background-color: #1f5394;
  color: #fff;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #fff;
  box-shadow: 0 1px 1px #ccc;
  transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
}

#loadMore1:hover {
  background-color: #fff;
  color: #33739E;
}

/*News END */

/* Goverment & PSU START*/
.gov-psu-main{
    margin-top: 100px;
    min-height: 250px;
 background-image: url("../images/gov-psu.png"); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    padding-bottom: 20px;
}
.gov-psu-main h1{
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}
.gov-psu-main h6{
    color: #F5F5F5;
    font-size: 16px;
    font-weight: 300;
}
.gov-psu-main .p-text{color: #F5F5F5;
    font-size: 18px;
    font-weight: 400px;
    margin-bottom: 20px;
}

.bento-item {
            border-radius: 10px;
            border: 1px solid rgba(82, 82, 82, 0.20);
            background: var(--white, #FFF);
            transition: transform 0.3s ease;
            padding: 15px;
            min-height: 220px;
        }

        .bento-item:hover {
            transform: scale(1.05);
        }
        .bento-item h3 {
            color:#1E1C1D;
            font-size: 16px;
            font-weight: 700;
            line-height: 30px;
            margin-top: 10px;
        }
        .bento-item p {
            color:#525252;
            font-size: 14px;
            font-weight: 500;
        }
.min-h{min-height: 400px;}

.about-text-box {
  background-color: #ffffff;
  padding: 20px;
  margin: 10px 0;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}

.about-text-box h3 {
  margin-bottom: 17px;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 18px;
  font-weight: 700;
}

.about-text-box h3::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 50px;
  height: 1px;
  background-color: #3aade1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.about-text-box p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 14.5px;
}

.about-text-box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #002e5b;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  border-radius: 5px;
}

.about-text-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.about-text-box:hover h3 {
  color: #ffffff;
  border-color: #ffffff;
}

.about-text-box:hover p {
  color: #ffffff;
}

.about-text-box:hover::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
          transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


.MarqueeContainer {
  --space: 10px;
  display: grid;
  align-content: center;
  gap: var(--space);
  width: 100%;
  font-family: "Corben", system-ui, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}

.marquee {
  --duration: 20s;
  --gap: var(--space);
  display: flex;
  overflow: hidden;
  user-select: none;
}

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll var(--duration) linear infinite;
}
.marquee__group img{width: 180px; height: 90px; border: 1px #ccc solid;}
.marquee__group img:last-child{margin-right: 10px;}
@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    animation-play-state: paused;
  }
}

.marquee--borders {
  padding-block: 20px;
}

.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: calc(var(--duration) / -2);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

@media screen and (min-width: 311px) and (max-width: 767px) {
  .MarqueeContainer {
    padding: 10px;
  }
}

/* Goverment & PSU End*/

/* Energy and utillity START*/
.energy-utillity-main{
    margin-top: 100px;
    min-height: 230px;
 background-image: url("../images/energy-utillity-banner.png"); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    padding-bottom: 20px;
}
.energy-utillity-main h1{
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}
.energy-utillity-main h6{
    color: #F5F5F5;
    font-size: 16px;
    font-weight: 300;
}
.energy-utillity-main .p-text{color: #F5F5F5;
    font-size: 18px;
    font-weight: 400px;
    margin-bottom: 20px;
}
.h6-txt{color:#1F5394; font-size: 18px; font-weight: 600; margin: 30px 0;}

.energy-utillity-bg{
height:auto;
 background-image: url("../images/energy-utillity-bg.png"); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    padding: 40px 40px;
    border-radius: 30px;
}
.energy-utillity-bg h3 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin: 0px 0 20px;
}
.p-energy{color: #F5F5F5; text-align: center; font-size: 16px; margin-bottom: 30px;}
.energy-h5_text{font-weight: 600; font-size: 20px;}


.enc-bg{
height:auto;
 background-image: url("../images/enc-bg.png"); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    padding: 40px 40px;
    border-radius: 30px;
}
.enc-bg h3 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin: 0px 0 20px;
}

    /* Energy and utillity END*/

/* Oil & Gas Start */
.oil-and-gas-main{
    margin-top: 100px;
    min-height:230px;
 background-image: url("../images/oil-gas-banner.png"); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    padding-bottom: 20px;
}
.oil-and-gas-main h1{
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}
.oil-and-gas-main h6{
    color: #F5F5F5;
    font-size: 16px;
    font-weight: 300;
}
.oil-and-gas-main .p-text{color: #F5F5F5;
    font-size: 18px;
    font-weight: 400px;
    margin-bottom: 20px;
}
.bento-item-oil-gas {
            border-radius: 10px;
            border: 1px solid rgba(82, 82, 82, 0.20);
            background: var(--white, #FFF);
            transition: transform 0.3s ease;
            padding: 15px;
            min-height: 206px;
        }

        .bento-item-oil-gas:hover {
            transform: scale(1.05);
        }
        .bento-item-oil-gas h3 {
            color:#1E1C1D;
            font-size: 18px;
            font-weight: 700;
            line-height: 30px;
            margin-top: 20px;
        }
        .bento-item-oil-gas p {
            color:#525252;
            font-size: 14px;
            font-weight: 500;
        }

/* Oil & Gas END  */

/*Engineering and Construction Start*/
.eng-cons-main{
    margin-top: 100px;
    min-height:230px;
 background-image: url("../images/eng-cons-banner.png"); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    padding-bottom: 20px;
}
.eng-cons-main h1{
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}
.eng-cons-main .p-text{color: #F5F5F5;
    font-size: 18px;
    font-weight: 400px;
    margin-bottom: 20px;
}
/*Engineering and Construction END*/

/*Helthcare START*/
.healthcare-main{
    margin-top: 100px;
    min-height:230px;
 background-image: url("../images/healthcare-banner.png"); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    padding-bottom: 20px;
}
.healthcare-main h1{
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}
.healthcare-main .p-text{color: #F5F5F5;
    font-size: 18px;
    font-weight: 400px;
    margin-bottom: 20px;
}
.health-doc-left{text-align: end;}
.health-doc-left p{
    color: #1E1C1D;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    display: flex;
    align-items: center;}
.helth-mt{margin-top:20%;}
.health-doc-left p img{margin-left: 20px;}

.health-doc-right{text-align: end;}
.health-doc-right p{
    color: #1E1C1D;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    display: flex;
    align-items: center;
    text-align: left;
}
.helth-mt{margin-top:20%;}
.helth-mleft{margin-left:10%;}
.health-doc-right p img{margin-right: 20px;}
.dest-view{display: none;}
.health-care-bg{
height:auto;
 background-image: url("../images/healthcare-blue-bg.png"); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    padding: 40px 40px;
    border-radius: 30px;
}
.health-care-bg h3 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin: 0px 0 20px;
}
/*Helthcare END*/

/*BFSI Start*/
.bfsi-main{
    margin-top: 100px;
    min-height:230px;
 background-image: url("../images/bfsi-banner.png"); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    padding-bottom: 20px;
}
.bfsi-main h1{
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}
.bfsi-main .p-text{color: #F5F5F5;
    font-size: 18px;
    font-weight: 400px;
    margin-bottom: 20px;
}
.bfsi-box-bg{
height:auto;
 background-image: url("../images/bfsiBox-bg.png"); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    padding: 40px 40px;
    border-radius: 30px;
}
.bfsi-box-bg h3 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin: 0px 0 20px;
}
/*BFSI END*/

/*Hospitality Start*/
.hospitality-main{
    margin-top: 100px;
    min-height:230px;
 background-image: url("../images/hospitality-banner.png"); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    padding-bottom: 20px;
}
.hospitality-main h1{
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}
.hospitality-main .p-text{color: #F5F5F5;
    font-size: 18px;
    font-weight: 400px;
    margin-bottom: 20px;
}
.hospitality-box-bg{
height:auto;
 background-image: url("../images/hospitalityBox-bg.png"); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    padding: 40px 40px;
    border-radius: 30px;
}
.hospitality-box-bg h3 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin: 0px 0 20px;
}
/*Hospitality END*/

/*Manufacturing start*/
.manufacturing-main{
    margin-top: 100px;
    min-height: 230px;
 background-image: url("../images/manufacture-banner.png"); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    padding-bottom: 20px;
}
.manufacturing-main h1{
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}
.manufacturing-main .p-text{color: #F5F5F5;
    font-size: 18px;
    font-weight: 400px;
    margin-bottom: 20px;
}
.manufacture-box-bg{
height:auto;
 background-image: url("../images/manufacture-bg.png"); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    padding: 40px 40px;
    border-radius: 30px;
}
.manufacture-box-bg h3 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin: 0px 0 20px;
}
/*Hospitality END*/

/*Metals & Mining Start*/
.metals-main{
    margin-top: 100px;
    min-height:230px;
 background-image: url("../images/metals-banner.png"); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    padding-bottom: 20px;
}
.metals-main h1{
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}
.metals-main .p-text{color: #F5F5F5;
    font-size: 18px;
    font-weight: 400px;
    margin-bottom: 20px;
}
.metals-box-bg{
height:auto;
 background-image: url("../images/metalsBox-bg.png"); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    padding: 40px 40px;
    border-radius: 30px;
}
.metals-box-bg h3 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin: 0px 0 20px;
}

/*Metals & Mining END*/

/*Telecom and IT START*/
.it-main{
    margin-top: 100px;
    min-height:230px;
 background-image: url("../images/itTel-banner.png"); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    padding-bottom: 20px;
}
.it-main h1{
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}
.it-main .p-text{color: #F5F5F5;
    font-size: 18px;
    font-weight: 400px;
    margin-bottom: 20px;
}
.it-box-bg{
height:auto;
 background-image: url("../images/itTel-bg.png"); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    padding: 40px 40px;
    border-radius: 30px;
}
.it-box-bg h3 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin: 0px 0 20px;
}
/*Telecom and IT END*/

/*Success Stories start */
.success-marg-top{margin-top: 7%;}
.success-main{
    min-height: 316px;
 background-image: url("../images/success-banner.png"); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    margin:0 auto;
}
.success-main h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    padding-top: 8%;
}
.success-main .p-text {
    color: #F5F5F5;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}
/*Success Stories END */

/*Tender START*/
.tender-main{
    margin-top: 100px;
    min-height: 316px;
 background-image: url("../images/tender-banner.png"); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    padding-bottom: 20px;
}
.tender-main h1{
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}
.tender-main .p-text{color: #F5F5F5;
    font-size: 18px;
    font-weight: 400px;
    margin-bottom: 20px;
}
/*Tender END*/

/*Auction START*/
.auction-main{
    margin-top: 100px;
    min-height: 316px;
 background-image: url("../images/auction-banner.png"); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    padding-bottom: 20px;
}
.auction-main h1{
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}
.auction-main .p-text{color: #F5F5F5;
    font-size: 18px;
    font-weight: 400px;
    margin-bottom: 20px;
}
.auction-box{    background: rgb(31 83 148); padding: 40px 0;}
.auction-box h3 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin: 0px 0 60px;
}
/*Auction END*/

/*Videos start */
.videos-marg-top{margin-top: 10%;}
.videos-main{
    min-height: 316px;
border-radius: 12px;
background: radial-gradient(52.51% 88.15% at 69.35% 13.29%, rgba(15, 58, 112, 0.60) 7.53%, rgba(31, 83, 148, 0.80) 32.04%, #1F5394 54.43%, #515BA2 100%);
    margin:0 auto;
    padding: 40px 25px;
}
.videos-main h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}
.videos-main .p-text {
    color: #F5F5F5;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}
.header-video{position: relative;}
.header-video img{border-radius: 12px;  max-height: 316px; width: 100%;}
.header-video-bg{background: linear-gradient(180deg, rgba(30, 28, 29, 0.30) 0%, #1E1C1D 100%);
    padding: 20px;
    position: absolute;
    bottom: 0;
    z-index: 10;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.header-video-bg p{ color: #F5F5F5; font-size: 13px;}
.header-video-bg h3{ color: #fff; font-size: 20px; font-weight: 700;}
.header-video-bg h4 a{ color: #F5F5F5; font-size: 14px; font-weight: 700; display: inline-block;}
.video-play-icn{position: absolute; z-index: 99; width: 60px; height: 60px; left: 50%;
    top: 30%;}
.video-margin-top{margin-top: 5%;}

.video_box{
    padding: 15px;
    border-radius: 12px;
    position: relative;
background:#FFF;
box-shadow: 0px 6px 12px 0px rgba(30, 28, 29, 0.05), 0px 8px 40px 0px rgba(30, 28, 29, 0.10);}

.video_box:hover {
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
transition: all 0.4s ease 0s;
    border-radius: 12px;
    border:1px #1F5394 solid;
}
.video_box img {
    width: 100%;
    margin-bottom: 10px;
}
.video_box h4 {
    color: #1E1C1D;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    max-width: 360px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.video-sub-title {
    color: #525252;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
    max-width: 360px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.video-box-icn{
    position: absolute; 
    z-index: 99; 
    width: 60px; 
    height: 60px; 
    right: 8%;
    bottom: 50%;
}


/*Videos END */

/*Manpower services START */
.mainpower-banner{margin-top: 15%;}
.mainpower-banner h1 {
    color: #000;
    font-size: 36px;
    line-height: 45px;
    font-weight: 700;
}
.mainpower-banner p {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.mainP-gray{    background-color: #f5f5f5;
    padding: 20px 0px 20px 0px;}

.mainpower-main{
    margin-top: 99px;
    min-height: 316px;
 background-image: url("../images/professional-services_Banner.png"); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    padding-bottom: 20px;
}
.mainpower-main h1{
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}

.mainpower-main .p-text{color: #F5F5F5;
    font-size: 18px;
    font-weight: 400px;
    margin-bottom: 20px;
}
/*Manpower services END */
/*Brochure Start */
.brochure-main{
    min-height: 190px;
border-radius: 12px;
background: radial-gradient(52.51% 88.15% at 69.35% 13.29%, rgba(15, 58, 112, 0.60) 7.53%, rgba(31, 83, 148, 0.80) 32.04%, #1F5394 54.43%, #515BA2 100%);
    margin:0 auto;
    padding: 40px 25px;
}
.brochure-main h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}
.brochure-main .p-text {
    color: #F5F5F5;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}
.video_box h4 a {
        color: #295dff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    max-width: 360px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
/*Brochure END */


.job-item {
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.job-item:hover {
    border-color: rgba(0, 0, 0, .08);
    box-shadow: none;
}

/*privacy policy Start*/
.privacy-main{
    margin-top: 100px;
    min-height: 300px;
 background-image: url("../images/privacy-policy.png"); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    padding-bottom: 20px;
}
.privacy-title h1{
    color: #fff;
    font-size: 36px;
    line-height: 45px;
    font-weight: 700;
    margin-top: 10%;
}

.privacy-title p{
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
/*privacy policy END*/

/*T&C Start*/
.terms-main{
    margin-top: 100px;
    min-height: 300px;
 background-image: url("../images/terms-of-use.png"); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    padding-bottom: 20px;
}
.terms-title h1{
    color: #fff;
    font-size: 36px;
    line-height: 45px;
    font-weight: 700;
    margin-top: 10%;
}

.terms-title p{
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
/*T&C END*/

/*sitemap Start*/
.sitemap-main{
    margin-top: 100px;
    min-height: 300px;
 background-image: url("../images/sitemap.png"); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    padding-bottom: 20px;
}
.sitemap-title h1{
    color: #fff;
    font-size: 36px;
    line-height: 45px;
    font-weight: 700;
    margin-top: 10%;
}

.sitemap-title p{
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
/*sitemap END*/

/* Testimonials START*/
.testimonials-main{
    margin-top: 100px;
    min-height: 230px;
 background-image: url("../images/testimonial_Banner.png"); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    padding-bottom: 20px;
}
.testimonials-main h1{
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}
.testimonials-main .p-text{color: #F5F5F5;
    font-size: 18px;
    font-weight: 400px;
    margin-bottom: 20px;
}
/* Testimonials END*/

/* Blog START*/
.blog-main{
    margin-top: 100px;
    min-height: 200px;
 background-image: url("../images/blogs_Banner.png"); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    padding-bottom: 20px;
}
.blog-main h1{
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}
.blog-main .p-text{color: #F5F5F5;
    font-size: 18px;
    font-weight: 400px;
    margin-bottom: 20px;
}
/* Blog END*/
/* Brochure START*/
.brochure-main{
    margin-top: 100px;
    min-height: 230px;
 background-image: url("../images/brochures_Banner.png"); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    padding-bottom: 20px;
}
.brochure-main h1{
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}
.brochure-main .p-text{color: #F5F5F5;
    font-size: 18px;
    font-weight: 400px;
    margin-bottom: 20px;
}
.brochure_box{
     padding: 15px;
    border-radius: 12px;
    position: relative;
    background: #FFF;
    box-shadow: 0px 6px 12px 0px rgba(30, 28, 29, 0.05), 0px 8px 40px 0px rgba(30, 28, 29, 0.10);
    margin-bottom: 20px;
    text-align: center;
}

.brochure_box:hover {
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
transition: all 0.4s ease 0s;
    border-radius: 12px;
    border:1px #1F5394 solid;
}
.brochure_box img {
    width: 210px;
    margin-bottom: 10px;
}
.brochure_box h4 {
    color: #1E1C1D;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 40px;
    max-width: 360px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align:center;
}

.brochure_box span{
    color: #0d48a6;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}
/* Blog END*/

/* Careers START*/
.careers-main{
    margin-top: 100px;
    min-height: 250px;
 background-image: url("../images/careers_Banner.png"); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    padding-bottom: 20px;
}
.careers-main h1{
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}
.careers-title h6 {
    color: #F5F5F5;
    font-size: 15px;
    padding-top: 20px;
}
.careers-main .p-text{color: #F5F5F5;
    font-size: 18px;
    font-weight: 400px;
    margin-bottom: 20px;
}
/* Careers END*/
/* customers-overview START*/
.customers-overview-main{
    margin-top: 100px;
    min-height: 250px;
 background-image: url("../images/customer-overview_Banner.png"); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    padding-bottom: 20px;
}
.customers-overview-main h1{
    color: #1E1C1D;
    font-size: 36px;
    font-weight: 700;
}
.customers-overview-main h6{
    color: #1E1C1D;
    font-size: 16px;
    font-weight: 300;
}
.customers-overview-main .p-text{color: #1E1C1D;
    font-size: 18px;
    font-weight: 400px;
    margin-bottom: 20px;
}
/* customers-overview END*/
.industry_logo{display: flex;
    justify-content: center;}
.industry_logo ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 12px
}
.industry_logo ul li:last-child{margin-right: 0;
    margin-bottom: 0;
}

.industry_logo ul li img {
    border: 1px solid #ccc;
    margin: 0;
    padding: 0
}

/* ============================================= Responsive Css ======================================================= */


/* ===================================== media query for Mobile start =========================================== */

@media screen and (min-width:320px) and (max-width:480px) {

  body{
    overflow-x: hidden !important;
  }
.ftr-menu{
    display: flex;
    flex-direction: column;
}
  .navbar-collapse {
        background-color: #fff;
        margin-top: 8px;
        box-shadow: 1.5px 1.5px 5px 0.5px rgba(100, 100, 111, 0.2);
              padding-bottom: 20px;
  }
  .navbar-brand img {
    width: 30px;
  }
    .navbar-nav {
    gap: 0px;
}
  .top_strip{
    /* display: none; */
    height: 50px;
    font-size: 10px;
      padding-top: 6px;
  }
  .slick-arrow{
    display: none !important;
  }
  .navbar{
    top: 0px;
    height: 56px;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .other-btn{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .progress_container{
    top: 106px !important;
  }
  .First-module {
    height: 450px;
  }
  .First-upper-module{
    top: 117px;
  }
  .Second_module
{
  margin-top: 130px;
}
.nav-pills .nav-link:hover {
  border-left: 2px solid var(--primary-color);
  border-right: none !important;
}
.nav_tabs_p {
  font-size: 12px;
}
  .Odo{
    width: 95%;
  }
  .odo_content {
    font-size: 12px;
  }
  
  .owl-slider{
    margin-left: 29px;
  }
  .title h2{
    font-size: 24px;
  }
  .odometer{
    font-size: 18px;
  }
  .news-card{
    width: 100%;
  }
  .news-card2{
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .slick-prev {
    display: none !important;
}
  .slick-next {
    display: none !important;
  }
  .News-card-border {
    width: 100%;
    margin-bottom: 10px;
  }
  .accordion-body {
    font-size: 12px;
  }
  .praised_card_title_img {
    height: 100px;
    width: 100px !important;
 }
 .praised_card_title p {
  font-size: 10px;
}
.icon-border
 {
  width: 100% !important;
 }
.card-border{
  width: 100% !important;
  margin: 0px;
}
  .eleventh-module-card{
    width: 100% !important;
  }

  .twelveth_module{
    text-align: center;
    width: 95%;
    margin-top: -54px;
  }
  .twelveth_module_img{
    padding-top: 0px !important;
    width: 140px;
  }
  .twelveth_module_form {
    padding: 20px 0px 20px 0px;
 }
 footer {
  margin-top: 39px;
}
.footerLogo
{
  width: 58px;
}
    .flt-menu h3 {font-size: 15px;}
    .ftr-info {margin-top: 3px;}
.cmm_dev
{
  width: 145px;
  margin-top: 15px;
}
 .text-fiter{
  text-align: start;
 }
    .First-upper-module h1 {
    font-size: 24px;
    max-height: 100px;
}
    .typewrite {font-size: 24px;}
    .main-tab-inner1{display:block;}
    .main-tab-inner1 .ftr-input{width: 100%; display:block; margin-bottom: 10px;}
    .banner-img img{height: 480px; display: none;}
    .banner-img-indent img{height: 380px; display: none;}
     .banner-img-contract img{display: none;}
    .about-title-box {
     padding-top: 0px;
}
    .journey{padding: 20px 20px 20px 0px; position: relative;}
    .shap-1 {
    left: 15%;
    top: -18px;
}
.tab-sectionBox {
        margin-top: 470px;
    }
    .tab-sectionBox h3 {
    font-size: 20px;
    font-weight: 700;
}
.tab-icon-w {font-size: 14px;display: flex;}
    .news-img img{width: 100%;}
    .shap-2 {
    top: -9px;
    left: 0px;
}
    .awards-box {margin-bottom: 20px;}
    a.read_more{width: 40%;}
.cs-box h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;}
    .cs-box h3 a{color: #1E1C1D;}
.cs-box h3 a:hover{color: #1E1C1D; text-decoration: none;}

.icon-box1-title { padding-bottom: 20px;}
.Odo {margin-top: 0;}
.achievements-content .title h2 {font-size: 21px;}
    .case-study-box {padding-top: 20px; padding-bottom: 0px;}
    
    .about-title-box h1 {
    font-size: 28px;
    line-height: 40px;
}
    .about-title-box p {
    font-size: 28px;
    line-height: 40px;
}
    .title-box1 {
        width: 100%; padding-top: 0%;}
    .title-box1 h3 {font-size: 22px;}
    .indent-title-box {
    padding-top: 0px;
}
    .indent-title-box h1 {
    font-size: 24px;
    line-height: 32px;
}
    .client-Area h3 {font-size: 18px;}
    .choose-box h2 {
        font-size: 20px;line-height: 30px;}
    .bg-height {
    height: 2140px;
    margin-bottom: 210px;
}
    .shap-3{display: none;}
    .shap-4{display: none;}
    .partner-box img{margin-bottom: 10px;}
    .brd-1{display: none;}
    .supp-icon p {margin-bottom: 30px;}
    
    .text-fiter {
    text-align: end;
    margin-top: 0px;
}
    .news-marg-top {
    margin-top: 27%;
}
    .news-main .p-text {font-size: 16px;}
    .news_box{margin-bottom: 20px;}
    a.read_more1{width: 46%;}
    .mobile-view{display: none;}
.health-doc-right p {
        margin-bottom: 20px;
        font-size: 16px;
        align-items: start;
    }
    
    .videos-marg-top {
    margin-top: 30%;
}
    .header-video {
    margin-top: 20px;
}
    .video-play-icn {
    left: 80%;
    top: 45%;
}
    .video_box {margin-bottom: 20px;}
    .abt-margin-100 {
    padding-top: 30px;
}
    .abt-margin-100 {
    padding-top: 20px;
}
    .e-sourcing-title-box h1 {
    font-size: 25px;
    line-height: 32px;
}
    .e-sourcing-title-box {
    padding-top: 20px;
}
    .left-e-sourc ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
    .e-sourc-AI-box h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
}
    .partner-gradientBox {padding: 20px 20px;}
    .partner-gradientBox h4 {
    font-size: 24px;
    line-height: 32px;
}
    .tender-main h1 {
    font-size: 28px;
}
    .tender-main .p-text {font-size: 14px;}
    .get-btn {padding: 5px 12px;}
    .StepProgress strong {font-size: 20px;}
    .stepwrapper {margin-top: 10px;}
    .auction-main h1 {font-size: 26px;}
    .auction-main .p-text {font-size: 14px;}
    .left-heading h2 {font-size: 22px;line-height: 32px;}
    .auction-box h3 {font-size: 22px; margin: 0px 0 40px;}
    .sub-p {margin-bottom: 20px;}
    .purchase-order-main h1 {font-size: 30px;}
    .contract-title-box h1 {font-size: 30px;line-height: 36px;font-weight: 600;}
    .invoice-title-box {padding-top: 10px;}
    .invoice-title-box h1 {font-size: 26px;line-height: 32px;}
    .reporting-main h1 { font-size: 31px;line-height: 40px;margin-bottom: 30px;}
    .reporting-main {min-height: auto!important;}
    .gov-psu-main h1 {font-size: 26px;}
    .gov-psu-main .p-text {font-size: 14px;}
    .banner-img-e-sourcing img{display: none;}
    .industry_logo ul { margin: 0;padding: 0;}
    .industry_logo ul li img {width: 140px;}
    .oil-and-gas-main h1{font-size: 26px;}
    .oil-and-gas-main .p-text {font-size: 14px;}
    .energy-utillity-main h1{font-size: 26px;}
    .energy-utillity-main .p-text {font-size: 14px;}
    .eng-cons-main h1{font-size: 26px;}
    .eng-cons-main .p-text {font-size: 14px;}
    .healthcare-main h1{font-size: 26px;}
    .healthcare-main .p-text {font-size: 14px;}
    .hospitality-main h1 {font-size: 26px;}
    .hospitality-main .p-text {font-size: 14px;}
    .hospitality-box-bg {padding: 20px;}
    .hospitality-box-bg h3 {font-size: 22px;}
    .manufacture-box-bg {padding: 20px;}
    .manufacture-box-bg h3 {font-size: 22px;}
    .manufacturing-main h1 {font-size: 26px;}
    .manufacturing-main .p-text {font-size: 14px;}
    .energy-h5_text {font-size: 18px; margin-top: 15px;}
    .h6-txt{margin: 0 0 13px 0;}
    .it-main h1 {font-size: 26px;}
    .it-main .p-text {font-size: 14px;}
    .it-box-bg {padding: 20px;}
    .it-box-bg h3{font-size: 22px;}
    .bfsi-main h1 {font-size: 26px;}
    .bfsi-main .p-text {font-size: 14px;}
    .bfsi-box-bg {padding: 20px;}
    .bfsi-box-bg h3 {font-size: 22px;}
    .metals-main h1 {font-size: 26px;}
    .metals-main .p-text {font-size: 14px;}
    .metals-box-bg {padding: 20px;}
    .metals-box-bg h3{font-size: 22px;}
    .about-title-box1 h1 {font-size: 26px;line-height: 36px; padding-top: 0px;}
    .about-us-our-vision { margin-top: 30px;}
    .leadership-title h1{font-size: 26px;line-height: 32px;}
    .leadership-title p {font-size: 14px;}
    .leadership-title h6 {padding-top: 20px;}
    .news-main {width: 100%;}
    .news_d-text-box h2 {font-size: 22px; line-height: 30px;}
    .news_d-text-box {word-break: break-word;}
    .widget-area .widget_pearo_posts_thumb .item .info .title a {font-size: 14px;}
    .partnerships-main h1{font-size: 26px;line-height: 32px;}
    .partnerships-title h6 {padding-top: 15px;}
    .partnerships-main {min-height: 340px;}
    .cs-box1 h3 {font-size: 24px;line-height: 34px;}
    .why-choose-bg {padding: 20px;}
    .technology-main h1 {font-size: 26px;}
    .technology-main .p-text {font-size: 14px;}
    .techo-left h2 {font-size: 23px;}
    .tab-auto {margin-bottom: 0;}
    .success-main h1 {font-size: 26px;}
    .success-main .p-text {font-size:14px;}
    .success-marg-top {margin-top: 25%;}
    .main-tab-inner1 img { margin-bottom: 15px;}
    .achievements-content .title {margin-bottom: 10px;}
    .h3_heading{    
        font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;}
    
    .choose-box p {line-height: 23px;}
    .img-mob-none{display: none;}
    .supplier_box1 {margin-bottom: 20px;}
    .join-content h2 {
    font-size: 24px;
}
.box-1 {margin-bottom: 20px;  min-height: 170px;}
.box-1 p {margin: 10px 0 0;}
}



/* ========================================== media query for Mobile End ================================= */


/* =============================================== media query for tab start ============================== */

@media screen and (min-width:481px) and (max-width:768px) {

  .top_strip {
    /* display: none; */
    font-size: 10.9px;
}
  .navbar-collapse {
    background-color: #fff;
    border-radius: 0px 30px;
    margin-top: 13px;
    height: 225px;
    box-shadow: 1.5px 1.5px 5px 0.5px rgba(100, 100, 111, 0.2);
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-brand img {
  width: 43px;
}
.other-btn {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
  .News-card-border,.icon-border{
    width: 100% !important;
  }
  .Second_module {
    margin-top: 150px;
}

.nav-pills .nav-link:hover {
  border-left: 2px solid var(--primary-color);
  border-right: none !important;
}
.nav_tabs_p {
  font-size: 12px;
}
.odometer {
  font-size: 20px;
}
.odo_content {
  font-size: 12px;
}
.News-card-border p{
  font-size: 14px;
  text-align: center;
}
.accordion-body {
  font-size: 14px;
}
.praised_card_title_img {
  height: 80px;
  width: 74px !important;
}

.praised_card_title p {
  font-size: 10px;
}
.card-border
{
  width: 93%;
  margin: 0px 23px 0px 7px;
}
.text-muted
{
  font-size: 14px;
}
.card-border p
{
  font-size: 12px;
}
.card-link , .card-subtitle
{
  font-size: 12px !important;
}
.icon-border h5
{
  font-size: 16px;
}
.icon-border p
{
  font-size: 12px;
}
.twelveth_module
{
  margin-top: -50px;
}
.twelveth_module h3
{
  font-size: 19px;
}
.twelveth_module_form {
  padding: 20px 0px;
}
footer {
  margin-top: 39px;
}
    .shap-3{display: none;}
    .shap-4{display: none;}
}

/* ========================================== media query for Tab end =========================================================== */

/* ========================================== media query for big screen =========================================================== */
 
 @media screen and (min-width:1400px) and (max-width:2000px) {

  .First-upper-module-middle{
   padding: 0px 75px;
  }
}

/* ========================================== media query for big screen end =========================================== */

/* ============================================= Responsive Css End ======================================================= */

.osmap-items .level_0 > li{
	float:left;
	width:31%;
	margin-right: 20px;
}
.osmap-items .level_0 > li{
	display:block;
	margin-bottom:20px;
}
.osmap-items .level_1 li a, .osmap-items .level_1 li span.osmap-item-url{
	background:#00b4eb none repeat scroll 0 0;
	border-radius:3px;
	color:#ffffff;
	font-weight:600;
	padding:0 45px;
	display:inline-block;
	margin:3px 0;
	}
.osmap-items .level_1 > li > a {
  font-size: 20px;
	font-weight: normal;
	line-height:normal;
	padding: 7px 27px;
	border:1px solid #1f5394;
	color:#1f5394;
	background:transparent;
	border-radius:0;
	text-decoration:none;
	}
.osmap-items .level_2, .osmap-items .level_3, .osmap-items .level_4{
	display:block;
	width:100%;
	}
.osmap-items .level_1 li, .osmap-items .level_2 li{
	display:block;
	position:relative;
	}
.osmap-items ul{
	line-height:2em;
	list-style-type:none;
	margin:0 0 0 20px;
	padding-left: 14px;
	position:relative;
	}
.osmap-items .level_2 li a{
	background:rgba(0, 0, 0, 0) none repeat scroll 0 0;
	padding:8px 0;
	text-decoration:none;
  font-size: 15px;
	font-weight: normal;
	color: #1e1c1d;
	line-height: normal;
	}
	.osmap-items .level_2 li a span {
		display: inline-block;
    line-height: normal;
    margin-left: 10px;
    position: relative;
	}

.osmap-items .Solutions .level_2 > li.haschild::after, .osmap-items .Solutions .level_2 > li.haschild::before, .osmap-items .Solutions .level_3 > li.haschild::after, .osmap-items .Solutions .level_3 > li.haschild::before{
	left:-21px !important;
	}
.Solutions .level_2 > li.haschild > a{
	border:1px solid #53595a;
	border-radius:3px;
	color:#272727;
	font-size:13px;
	font-weight:bold;
	padding:4px 13px;
	text-align:center;
	text-decoration:none;
	}
.osmap-items .level_2 li.nochild{
	padding-left:5px;
	}
.osmap-items li::before{
	border-top:medium none;
	border-bottom:1px solid #1f5394;
	border-left:1px solid #1f5394;
	content:"";
	display:block;
	height:1em;
	left:-21px;
	position:absolute;
	top:7px;
	width:21px;
	}
.osmap-items li::after{
	border-left:1px solid #1f5394;
	bottom:15px;
	content:"";
	display:block;
	height:100%;
	left:-21px;
	position:absolute;
	}
.osmap-items .level_0 > li.nochild:before,.osmap-items .level_0 > li.nochild:after{
	display:none;
	}
.osmap-items .level_0 > li::before{
	border-bottom:medium none;
	border-top:1px solid #ddd;
	display:block;
	top:20px;
	display:none;
	}
.osmap-items .level_0 > li::after{
	bottom:-21px;
	border-left:none;
	}
.osmap-items ul li:last-child::after{
	display:block;
	bottom: 30px;
	}
.osmap-items .level_0 > li:first-child:before,.osmap-items .level_0 > li:first-child:after{}
.osmap-items .level_0 > li > a{
	display: inline-block;
    font-size: 24px;
    letter-spacing: 0.1px;
    line-height: 30px;
    margin: 0 0 15px;
    text-decoration: none;
    background-color: #1f5394;
    padding: 9px 31px;
    border-radius: 6px;
    color: #fff;}
 .osmap-items li::before {
    top: 8px;
    }
    .osmap-items .level_2, .osmap-items .level_3 .nochild, .osmap-items .level_4 .nochild {
        margin-left: 7px;
    }
    .osmap-items .Solutions .level_2 > li.haschild::after, .osmap-items .Solutions .level_2 > li.haschild::before,
    .osmap-items .Solutions .level_3 > li.haschild::after, .osmap-items .Solutions .level_3 > li.haschild::before {
        display: block !important;
        left: -13px;
    }
    .osmap-items .Solutions .level_3 > li.haschild::after, .osmap-items .Solutions .level_3 > li.haschild::before {
        left: -5px;
        top: 11px;
    }
    .osmap-items ul.level_3 > li.haschild:last-child::after, .osmap-items ul.level_4 > li.haschild:last-child::after {
        display: none;
    }
    .osmap-items ul.level_3 > li.haschild:last-child::after, .osmap-items ul.level_2 > li.haschild:last-child::after {
        top: -10px;
    } 
    /*.osmap-items .level_3 {
        margin-left: 15px;
    }
    .osmap-items .level_4 {
        margin-left: 0
    }*/
    .osmap-items .level_2 li.nochild {
        display: list-item;
    }
    /*.Solutions .level_2 > li:first-child {
        list-style-type: none;
        color: #22b8f0;
    }*/
    .Solutions .level_2 > li.haschild > a {
        border: 1px solid #53595a;
        border-radius: 3px;
        padding: 5px 20px;
        text-align: center;
        color: #272727;
        font-size: 18px;
        font-weight: 200;
        text-decoration: none;
    }
    .Solutions .level_3 > li.haschild > a {
        border: 1px solid #00b4eb;
        border-radius: 3px;
        padding: 5px 20px;
        text-align: center;
        color: #00b4eb;
        font-weight: 200;
        text-decoration: none;
        display: inline-block;
        margin-top: 10px;
        line-height: 1.3em;
        font-size: 18px;
    }
	@media (max-width: 991px) {
		.osmap-items .level_0 > li {
    		width: 50%;
			}
	}
	@media (max-width: 768px) {
		.osmap-items ul.level_0 li:first-child {
			 margin-left: 0px;
		}
		.osmap-items .level_0 > li {
    	 width: 45%;
			 margin-left: 50px;
			margin-right:0;
			}
		.osmap-items .level_1 > li > a {
			    font-size: 18px;
		}
		.content {
			margin-top: 20px;
		}
	}
	@media (max-width: 600px) {
		.osmap-items .level_0 > li {
				width: 92%;
			  margin-left: 0;
		}
		
		.content {
    		margin-top: 30px;
		}
	}
	@media (max-width: 450px) {
		.osmap-items .level_2 li a {
				margin-right: 24px;
		}
	}
.privacy-box p{ color: #525252;}
.privacy-box h4{ color: #1e1c1d; font-weight: 700; margin: 10px 0; font-size: 16px;}

#chat-header {background: #090979;}
#chat-container {background: none!important;}
.blog-heading{ font-size: 16px; font-weight: 600; margin-bottom: 10px; line-height: 24px;}
.card-text-2{ display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;overflow: hidden; margin-bottom: 15px;}