@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

/* body{
  font-family: 'IBM Plex Serif', serif;
} */

.gallery a img {
    float: left;
    /* width: 16.5%; */
    /* height: 150px; */
    border: 2px solid #fff;
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
    position: relative;
    object-fit: cover;
}

.clear {
    clear: both;
}

a {
    color: #009688;
    text-decoration: none;
}

a:hover {
    color: #01695f;
    text-decoration: none;
}

a.big img {
    /* width: 33.33% !important; */
    height: 300px;
}

.gbox {
    display: flex;
    flex-direction: column;
    flex: .33;
}
.gbox img {
  width: 100%;
}
.gallery {
    display: flex;
}
.smallbox {
    display: flex;
}


.imgplaybtn{
    background: url(../img/gallery/thumbnail.jpg);
    height: 100%;
    border: 2px solid #fff;
    background-size: cover;
    background-position: center;
}


.wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .wrapper .circle {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: #fff;
    margin: auto;
    transform: scale(1, 1);
  }
  .wrapper .circle.pulse {
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation: pulse 2s infinite;
            animation: pulse 2s infinite;
    background-color: #c2c2c2bb;
  }
  .wrapper svg {
    fill: #303c7a;
    stroke: #303c7a;
    stroke-linejoin: round;
    stroke-width: 5;
    transition: all 0.3s;
  }
  .wrapper svg:hover {
    cursor: pointer;
    fill: #303c7a;
    stroke: #303c7a;
    transform: scale(1.2, 1.2);
  }
  
  @-webkit-keyframes pulse {
    0% {
      transform: scale(1, 1);
    }
    25% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.2, 1.2);
    }
    100% {
      transform: scale(1, 1);
    }
  }
  
  @keyframes pulse {
    0% {
      transform: scale(1, 1);
    }
    25% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.2, 1.2);
    }
    100% {
      transform: scale(1, 1);
    }
  }



  .sl-overlay {
    background: #000;
}

.team__wrapper.cxo:hover .team__name {
  text-align: center;
}


.stry__info__content p {
  margin-bottom: 15px;
}

.flex__grid.itemsfou {
  justify-content: center;
  padding-bottom: 0rem;
}
.stry__content .stry__info__content h2 {
  font-size: 35px !important;
    text-transform: inherit !important;
}

.stry__content .stry__info__content .stry__year {
  margin-bottom: 3rem !important;
}
.pt-0{
  padding-top:0px
}






.lifeboxx {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.lifeboxx .t-bolder {
  font-size: 18px;
  font-weight: 600;
}
.lifeboxx p {
  font-size: 14px;
}
.lifeboxx img {
  width: 70px;
  height: 70px;
  margin-right: 25px;
}
.one__sol {
  grid-template-columns: auto auto;
  grid-gap: 4rem;
}
.career{
  padding: 0px 0px;
}

.one__sol .right {
  text-align: left;
}

.career .on__sol {
   margin-top: 0rem;
}
.positions {
  background: #fff;
}

.positions .feature__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  margin-bottom: 0px;
  padding: 20px 0px;
  transition: .3s;
  border-bottom: 1px solid #e9e9e9;
}



.positions .feature__item .t-bolder{
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}
.positions .feature__item p{
  font-size: 14px;
  color: #828282;
}

.positions .feat__itm .content {
  margin-left: 0px;
}

.modal-header {
  background: #fff;
}

.model .form-control {
  border-radius: 0px;
}




.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}

.addReadMore.showmorecontent .readMore {
    display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
    font-weight: bold;
    margin-left: 2px;
    color: blue;
    cursor: pointer;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}



.test {
  font-size: 14px;
  text-align: justify;
}
.readall-wrapper{
  text-align: right;
}
.readall-wrapper button{
  position: relative;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 5px 10px 5px 2px;
  text-align: center;
  margin-top: 5px;
  font-size: 13px;
  background: transparent;
}
button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}
.readall-wrapper button::after{
  content: '';
  position: absolute;
  right: -3px;
  top: 7px;
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
}
.awrd__post .post__grid .post__desc {
  padding: 1rem !important;
}

.awrd__post .post__grid .post__img img {
  height: 270px;
  object-fit: cover;
}

.awrd__post .post__grid .post__desc .title {
  font-size: 20px !important;
}

input.form-control, input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], select, textarea.form-control {
  border: none;
  border-bottom: 1px solid #777777 !important;
  border-radius: 0px !important;
  margin-bottom: 20px;
  padding: 0px;
}

#careerform input, #careerform select {
  border: none !important;
  border-bottom: 1px solid #d0d0d0 !important;
  outline: none;
  box-shadow: none !important;
  padding: 0px;
}
#careerform input:focus, #careerform select.form-control:focus {
  border-bottom: 1px solid #8b8b8b !important;
}

.jobdes ul li {
  list-style: initial;
  margin-left: 15px;
  margin-bottom: 10px;
}
.jobdes h2 {
  margin-bottom: 17px;
}
.copyright__content a {
  color: #fbad17;
}

.career h1{
  font-size: 50px !important;
}

.careerbox {
  padding: 25px 30px 0px;
  background: #fff;
}
.cintr {
  display: flex;
}

.cform h2 {
  font-size: 27px;
  margin-bottom: 30px;
}
.cform img{
  width: 300px;
}

.career.cform .container-fluid {
  max-width: 95%;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fbad17;
  background-color: transparent;
  border-bottom: 2px solid #fbad17;
  border-radius: 0px;
}
.career1{
  padding: 50px 0px 0px;
  background: #ffffff;
}
.nav-pills .nav-link {
  border-radius: .25rem;
  color: #4e4e4e;
}






.cplcont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: -70px;
  box-shadow: 0px 10px 11px 2px #e9e9e9;
}

.cplateform {
  padding: 0px 0px 50px;
}

.cplbox {
  margin: 0px;
  padding: 25px 35px;
  text-align: center;
  z-index: 99;
  background: #fff;
  border-right: 1px solid #e6e6e685;
  transition: .3s;
  flex: auto;
}

.cplbox:hover {
  background: #1d4368;
  border-right: #fff;
  margin-top: -30px;
  border-right: 1px solid;
  padding: 40px 50px;
}
.cplbox:hover p{
  color: #fff;
}

#Layer_1{
  fill:#fbad17 !important;
  width: 65px;
  height: 65px;
}
.cplbox:hover #Layer_1{
  fill: #fff !important;
}

.cplbox:last-child{
  border-right: none;
}

.cplbox img {
  width: 65px;
  height: 65px;
  margin: 0 auto;
  display: block;
}
.cplbox p {
  margin-top: 20px;
}


.chooseus{
  padding-bottom: 50px;
}

.chooseus h2 {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
}

.chooseus .nav {
  justify-content: center;
  padding: 30px 0px 50px;
}
.chooseus .nav a {
  text-align: center;
  position: relative;
  border-bottom: 1px solid #c7c7c7;
  color: #717171;
  border-radius: 0px;
  padding-bottom: 19px;
}
.chooseus .nav a::after{
  content: "\f192";
  content: "\f111";
  width: 23px;
  height: 23px;
  line-height: 23px;
  border: 1px solid #ccc;
  border-radius: 50%;
  font-family: FontAwesome;
  position: absolute;
  bottom: -23px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  text-align: center;
}
.chooseus .nav-link.active:after {
  border-color: #fbad17 !important;
}
.chooseus .nav-pills .nav-link.active, .chooseus .nav-pills .show>.nav-link {
  border-bottom: 1px solid #c7c7c7;
}
.chooseus h3 {
  font-size: 27px;
  font-weight: 500;
}

.features {
  padding: 50px 0px;
  background: #08254f;
  border-bottom: 3px solid #fff;
}

.featuresre .u__item:hover{
  border: 1px solid #383838;
}

/* Features box */
.serviceBox {
  padding: 15px 15px 25px;
  margin: 40px auto 15px;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  background: #fff0;
  border: 2px solid rgb(255 255 255 / 30%);
  position: relative;
  min-height: 295px;
  min-height: inherit;
}
.serviceBox:hover{
  border-color: #fff;
}
.serviceBox .service-icon{
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 4px;
  background: #0b2856;
  /* color: #071833; */
  margin: -48px 20px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.serviceBox .service-icon i {
  display: inline-block;
  font-size:3em;
  line-height:70px;
}
.serviceBox:hover .service-icon{
  background:#0b2856;
}
.serviceBox h3 {
  font-size: 19px;
  position: relative;
  margin: 20px 0 10px 0;
  padding: 5px 0 10px;
  background: none;
  overflow: hidden;
  color: #ffffffed;
  font-weight: 600;
}
.serviceBox h3:before{
  content:"";
  background:#0b2856;
  width:0;
  height:2px;
  position:absolute;
  bottom:0;
  left:50%;
}
.serviceBox h3:after{
  content:"";
  background:#0b2856;
  width:0;
  height:2px;
  position:absolute;
  bottom:0;
  right:50%;
}
.serviceBox:hover h3:after,
.serviceBox:hover h3:before{
  width:100%;
}
.serviceBox,
.service-icon,
.serviceBox .service-icon i,
.serviceBox h3:before,
.serviceBox h3:after,
.serviceBox .read{
  transition: all 0.5s ease-in-out;
}
.serviceBox p {
  font-size: 14px;
  margin: 0 0 0px;
  color: #fff;
  opacity: .5;
}
.serviceBox .read{
  color:#071833;
}
@media screen and (max-width: 990px){
  .serviceBox{
      margin:60px auto 0;
  }
}


.service-icon img {
  width: 50px;
  height: 50px;
}
.features h2 {
  text-align: left;
  color: #fff;
  margin-bottom: 25px;
  font-weight: 700;
}
.usecases {
  padding: 50px 0px;
}
.usecasebox {
  text-align: center;
  border: 1px solid #ccc;
  margin-bottom: 30px;
  padding: 30px;
  transition: .3s;
}

.usecasebox:hover {
  box-shadow: 0px 0px 16px 7px #e0e0e0;
}
.usecasebox p {
  font-size: 23px;
  color: #797979;
}
.usecasebox img {
  width: 75px;
}
.usecases h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
}

.ra-offer {
  padding: 0px 0px 50px;
  background: rgb(255 255 255);
}
.ra-offer h2 {
  font-size: 35px;
  font-weight: 600;
  color: #303c7a;
  margin-bottom: 20px;
}



/* Mega menu */
.megamenu {
  width: 800px !important;
  left: 30%;
  padding:0px 15px 0px !important;
  border-top: 1px solid #ccc !important;
  border: 1px solid #ccc !important;
  background: #ffffffe8 !important;
}
.productheading h3 {
  font-size: 15px;
  padding-left: 15px;
  padding-bottom: 13px;
  padding-top: 13px;
  border-right: 1px solid #ccc;
  font-weight: 600;
}
.megamenu a{
  padding:13px 15px 13px !important;
}

/* .slick-next:before, .slick-prev:before {
  color: #fff !important;
}
.banner-slider button.slick-next, button.slick-next:hover {
  right: -25px !important;
} */


.featuresre .u__item {
  height: inherit !important;
  min-height: 310px !important;
  border: 1px solid #ccc;
  transition: .3s;
}
.fetbox img {
  width: 55px !important;
  height: 55px !important;
}
.fetbox h3 {
  font-size: 18px;
  margin-top: 10px;
  font-weight: 600;
}
.fetbox p {
  font-size: 14px !important;
}
.fetsection {
  background: #ffffff;
  padding-top: 0px !important;
}

.ty__use_cases .u__item {
  background: #fff;
  box-shadow: none !important;
}
.ty__use_cases_wrapper .img__holder.op_eff {
  background-size: cover !important;
}
/* .slick-prev {
  left: -30px !important;
} */


.subdropdown{
  position: relative;
}
.subdropdown ul{
  display: none;
}
.subdropdown:hover ul, .subdropdown:focus ul{
  position: absolute;
  left: 0px;
  top: 0px;
   display: block;
}

.subdropdown:hover ul {
  position: absolute;
  left: 192px;
  top: 2px;
  display: block;
  width: 200px;
  background: #fff;
  border-top: 2px solid #fbad17;
}
.djusdfle{
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.slick-dots li {
  width: 18px;
  height: 18px;
}
.slick-dots li button {
  color: black;
  background: #e6e6e6;
  border-radius: 50%;
}
.slick-dots li button:before {
  font-size: 20px;
}

.casestheading{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}

.chooseus .nav .nav-link {
  display: block;
  padding: .5rem 35px;
}




/* Product */
.probox{
  text-align: center;
  position: relative;
}
.probox .pro-icon{
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin: 0 auto 30px;
  z-index: 1;
  position: relative;
  transition: all 0.5s ease 0s;
}

.probox .pro-icon span {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 38px;
  color: #1e2f4b;
  line-height: 75px;
  border-radius: 50%;
  background: #1d2e4a1f;
}

.probox .title{
  font-size: 20px;
  font-weight: 600;
  color: #5a5a5a;
  text-transform: uppercase;
  margin: 10px 0 10px 0;
  padding: 10px 0px;
}
.probox .description{
  font-size: 15px;
  color: #555;
  padding: 0 10px;
  margin: 0;
}

.productbox {
  padding: 70px 0px;
  position: relative;
}

a.link-arrow {
  justify-content: center;
}
.probox .link-arrow {
  margin-top: 10px;
  display: none;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 45%);
  transition: .4s;
}

.probox:hover .link-arrow {
  display: block;
}

a.link-arrow {
  color: #616161;
}

.productbox h1 {
  font-size: 40px;
  display: flex;
  align-items: center;
  height: 100%;
  font-weight: 600;
}

.designbg {
  content: '';
  position: absolute;
  top: 0;
  bottom: 50%;
  left: 35%;
  right: 0;
  background: #1d2e4a;
  z-index: 0;
  display: block;
}
.probox {
  background: #fff;
  z-index: 99;
  padding: 30px 0px;
  box-shadow: 0px 6px 35px -10px #bbb;
  border: 1px solid transparent;
  transition: .3s;
}
.probox:hover {
  border: 1px solid #ccc;
}

.abt {
  padding: 1rem 0 3rem;
  position: inherit !important;
}

a.link-arrow i {
  background: #1d2e4a !important;
  color: #fff;
}
.simulanis__footer ul {
  width: inherit !important;
}

@media (max-width: 991px){
  .header .nav-toggle svg {
      display: none;
  }
  .banner-slider .slide-content {
    height: 75vmax !important;
  }
  .banner-slider .slide-content .mob h3 {
    font-size: 25px !important;
    margin-bottom: 0px !important;
  }
  .header .nav-row .nav-controls .nav-item .nav-link {
    border-top: 1px solid #eee3 !important;
  }
  .custom-btn {
    margin-left: 5px;
  }
  .header .nav-row .nav-controls {
    top: 5.1rem !important;
  }
  .header .nav-row .nav-logo img {
    width: 9rem !important;
  }
  .nav-toggle .nav-toggle-bar, .nav-toggle .nav-toggle-bar::after, .nav-toggle .nav-toggle-bar::before {
    height: 3px !important;
  }
  .header .nav-toggle {
    width: 30px !important;
}

.subdropdown:hover ul {
  position: relative !important;
  left: 0px !important;
  display: block !important;
  width: 100% !important;
}

}


.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100vh !important;
  object-fit: cover;
}
.swiper-wrapper {
  height: 100vh !important;
}
.header .nav-row .nav-controls .nav-item .nav-link span {
  text-transform: uppercase !important;
  font-size: 13px;
}
.swiper-pagination-bullet {
  background: #fbad17;
  width: 15px;
  height: 15px;
  opacity: .3;
}
.swiper-pagination-bullet-active {
  background: #fbad17;
  opacity: 1;
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 10px 0;
}