.light-background {
  --background-color: #f4f5fe;
  --background-color2: #f8f4f2;
  --background-color3: #E9EAF1;
  --surface-color: #ffffff;
}
.dark-background {
  --background-color: #003366;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #0c0091;
  --contrast-color: #ffffff;
}
.dark-background2 {
  --background-color: #072A4D;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #0c0091;
  --contrast-color: #ffffff;
}
.border-blue {border-color: #003366 !important;}
.bg-dark {background-color: #192020;}
/* Smooth scroll */
:root {
  --curve: 30px; 
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --d-background-color: #003366;
  --default-color: #444444; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #040677; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #003366; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff;
  --clr-black: #192020;
  --clr-white: #ffffff;
  --clr-light-green: #b5f1cc;
  --clr-light-pink: #ffc0d9;
  --clr-light-purple: #d0bfff;
  --clr-off-white: #f0f0f0;
  --clr-light-orenge: #ffd8c0;
  --clr-light-grey-2: #f7f7f7;
  --clr-dark-black: #3b4040;
  --clr-light-grey: #252b2b;
  --clr-off-grey: #f7f7f7;
  --clr-dark-grey: #e8e8e8;
  --clr-light-blue: #9fe9f6;
  --clr-blue: #ed184f;
  --clr-ppc-black: #111;
  --heading-custom-color: #ececec;
  --custom-color: #aaaaaa;
  --clr-light-brown: #ffd8c0;
  --icon-x: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='800' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20.746 3.329a1 1 0 0 0-1.415 0l-7.294 7.294-7.294-7.294a1 1 0 1 0-1.414 1.414l7.294 7.294-7.294 7.294a1 1 0 0 0 1.414 1.415l7.294-7.295 7.294 7.295a1 1 0 0 0 1.415-1.415l-7.295-7.294 7.295-7.294a1 1 0 0 0 0-1.414Z' fill='%230F0F0F'/%3E%3C/svg%3E");
 scroll-behavior: smooth;
  --ztc-text-text-1: #fff;
  --ztc-text-text-2: #050734;
  --ztc-text-text-3: #37385C;
  --ztc-text-text-4: #EFF1FF;
  --ztc-text-text-5: #C0F037;
  --ztc-text-text-6: #032530;
  --ztc-text-text-7: #0E082B;
  --ztc-text-text-8: #46475F;
  --ztc-text-text-9: #3A0CA3;
  --ztc-text-text-10: #010225;
  --ztc-text-text-11: #3D3E58;
  --ztc-text-text-12: #202CD3;
  --ztc-text-text-13: #6D4BFB;
  --ztc-text-text-14: #010225;
  --ztc-text-text-15: #505169;
  --ztc-bg-bg-1: #fff;
  --ztc-bg-bg-2: #050734;
  --ztc-bg-bg-3: #37385C;
  --ztc-bg-bg-4: #EFF1FF;
  --ztc-bg-bg-5: var(--Main-Color, linear-gradient(90deg, #2E0797 0%, #726EFC 100%));
  --ztc-bg-bg-6: #C0F037;
  --ztc-bg-bg-7: #032530;
  --ztc-bg-bg-8: #0E082B;
  --ztc-bg-bg-9: #3A0CA3;
  --ztc-bg-bg-10: linear-gradient(90deg, #202CD3 1.1%, #0778F9 100%);
  --ztc-bg-bg-11: #010225;
  --ztc-bg-bg-12: #6D4BFB;
  --ztc-bg-bg-13: #010225;
  --ztc-border-border-1: #E5E7EB;
  --ztc-border-border-2: #dfdcdc;
}
.br-30 {
  border-radius: 30px;
}

@media screen and (max-width: 1023px) {
  .br-30 {
    border-radius: 16px;
  }
}

.br-24 {
  border-radius: 24px;
}

@media screen and (max-width: 1023px) {
  .br-24 {
    border-radius: 16px;
  }
}

.br-l-24 {
  border-radius: 0 0 24px 24px;
}

@media screen and (max-width: 1023px) {
  .br-l-24 {
    border-radius: 0 0 16px 16px;
  }
}

.br-20 {
  border-radius: 20px;
}

@media screen and (max-width: 1023px) {
  .br-20 {
    border-radius: 16px;
  }
}

.light-background {background-color: #F3F4F4}

.bg-pink {
  background-color: var(--clr-light-pink);
}

.bg-gray {
  background-color: #f0f0f0;
}

.bg-mi-dark {
  background-color: var(--clr-black);
}

.bg-purple {
  background-color: var(--clr-light-purple);
}

.bg-white {
  background-color: var(--clr-white);
}

.bg-green {
  background-color: var(--clr-light-green);
}

.bg-orange {
  background-color: var(--clr-light-orenge);
}

.bg-blue {
  background-color: var(--clr-light-blue);
}
.bg-lblue {
    background-color: #EFF5FE;
}

.mi-bg-dark {
  background-color: var(--clr-black);
}
.bg-offwhite {
    background-color: #EFEDE7;
}

.bg-light-green {
  background-color: var(--clr-light-green);
}

.bg-off-white {
  background-color: var(--clr-off-white);
}
.bg-white-light {
  background-color: #f7f7f7;
}
.item-new-add {
  border: solid 1px #eeeeee;
}

.bg-light-blue {
  background-color: var(--clr-light-blue);
}

.bg-light-orenge {
  background-color: var(--clr-light-orenge);
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 550px;
  position: relative;
  padding: 50px 0 50px 0;
  display: flex;
  align-items: center;
    overflow: hidden;
}
.hero.h600 {height: 600px !important;}
.hero.h650 {height: 650px !important;}
.hero.h700 {height: 700px !important;}
.hero .hero-bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 10%);
  position: absolute;
  inset: 0;
  z-index: 2;
}
.hero.notp:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 100%);
  position: absolute;
  inset: 0;
  z-index: 2;
}
.hero .container {
  position: relative;
  z-index: 3;
}

.hero h1 {
  margin: 0 0 20px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: color-mix(in srgb, var(--heading-color), transparent 30%);
}

.hero h1 span {
  color: var(--heading-color);
  border-bottom: 4px solid var(--accent-color);
}

.hero p {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 5px 0 30px 0;
  font-weight: 400;
}
.hero ul {
    margin-left: 10px;
}
.hero ul li {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}
.hero ul.list-disc-circle li:before {
    color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.hero-img-animate {
    animation: pulse 5s linear infinite;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
.hero .btn-get-started {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-family: var(--heading-font);
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 12px 28px;
  border-radius: 50px;
  transition: 0.5s;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.hero .btn-get-started:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: var(--default-color);
  font-weight: 600;
}

.hero .btn-watch-video i {
  color: var(--accent-color);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero .btn-watch-video:hover {
  color: var(--accent-color);
}

.hero .btn-watch-video:hover i {
  color: color-mix(in srgb, var(--accent-color), transparent 15%);
}

@media (min-width: 1366px) and (max-width: 1600px){
.hero {
  height: 550px;
  padding: 30px 0 30px 0;
}
}
.hero.itpa-banner .imgmob {
    display: none;
  }
@media (max-width: 767px) {
  .hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
    .hero {
   width: 100%;
  height: 850px;
    }
        .hero.mheight950 {
   width: 100%;
  height: 1100px;
    }
   .hero img {width: 100%; text-align: center !important; margin: 0 auto;}
  .hero p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .hero .btn-get-started,
  .hero .btn-watch-video {
    font-size: 13px;
  }
  .mob-padding {padding-top: 50px;}
  .hero.h600 {
      height: 800px !important;
  }
  .hero.itpa-banner {
    background-color: #051b40;
    height: 750px !important;
  }
  .hero.itpa-banner .imgmob {
    display: block;
  }
  .hero.itpa-banner .hero-bg{
    display: none !important;
  }
}

.hero .hero-waves {
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}

.hero .wave1 use {
  animation: move-forever1 10s linear infinite;
  animation-delay: -2s;
  fill: var(--default-color);
  opacity: 0.6;
}

.hero .wave2 use {
  animation: move-forever2 8s linear infinite;
  animation-delay: -2s;
  fill: var(--default-color);
  opacity: 0.4;
}

.hero .wave3 use {
  animation: move-forever3 6s linear infinite;
  animation-delay: -2s;
  fill: var(--default-color);
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

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

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

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

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}




/*--------------------------------------------------------------
# Hero Section Digital Transformation Page
--------------------------------------------------------------*/
.hero-dt {
  width: 100%;
  min-height: 72vh;
  position: relative;
  padding: 0px 0;
  display: flex;
  background-image: url(../img/dt-banner-bg.jpg);
  align-items: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  
}

.hero-dt:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 60%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.hero-dt .container {
  position: relative;
}

.hero-dt h2 {
  margin: 0;
    color: #6a6a6a;
}

.hero-dt h2 span {
  color: var(--accent-color);
}

.hero-dt p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin: 5px 0 30px 0;
    text-align: justify;
    max-width: 600px;
}
@media (max-width: 1024px) {
   .hero-dt {
        background-size: cover !important;
        background-position: 100%;
        min-height: 330px !important;
        height: 330px !important;
        padding-bottom: 70px !important;
            
    }
  .hero-dt h2 {
    font-size: 28px;
    line-height: 36px;
    padding-top: 120px !important;
  } 
}
@media (max-width: 767px) {
    .hero-dt {
        background-size: cover !important;
        background-position: 100%;
        min-height: 230px !important;
        height: 230px !important;
        padding-bottom: 70px !important;
            
    }
    .hero-dt h2 br {display:block;}
  .hero-dt h2 {
    font-size: 28px;
    line-height: 36px;
    padding-top: 120px !important;
  }

  .hero-dt p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-width: 640px) {
    .hero-dt {
        min-height: 180px !important;
        height: 180px !important;
    }
  .hero-dt h2 {
    font-size: 22px;
    line-height: 36px;
  }

  .hero-dt p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
@media (max-width: 360px) {
    .hero-dt {
        background-image: url(../img/dt-banner-bg.jpg);
        min-height: 150px !important;
        height: 150px !important;
    }
  .hero-dt h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .hero-dt p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Hero Section Automation Service Page
--------------------------------------------------------------*/
.hero-as {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 250px 0;
  display: flex;
  background-image: url(../img/as-banner-bg.jpg);
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
}
.hero-as.bg-service {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 50px 0;
  display: flex;
  background-image: url(../img/service-banner-bg.jpg) !important;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
}
.hero-as.bg-enquiry {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 250px 0;
  display: flex;
  background-image: url(../img/enqury-bg-banner.jpg) !important;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
}
.hero-as.bg-alumni {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 250px 0;
  display: flex;
  background-image: url(../img/alumni-reg-banner.jpg) !important;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
}
.hero-as.bg-healthcare {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 50px 0;
  background-color: #062E5A;
  display: flex;
  background-image: url(../img/healthcare-banner-bg.jpg) !important;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
}
.hero-as.bg-manufacturing {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 50px 0;
  background-color: #062E5A;
  display: flex;
  background-image: url(../img/manufacturing-banner-bg.jpg) !important;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
}
.hero-as.bg-tour-travel {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 50px 0;
  background-color: #062E5A;
  display: flex;
  background-image: url(../img/travel-banner-bg.jpg) !important;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
}

.hero-as:before {
  content: "";
  background: color-mix(in srgb, var(--d-background-color), transparent 60%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.hero-as .container {
  position: relative;
}

.hero-as h2 {
  margin: 0;
    color: #fff;
}

.hero-as h2 span {
  color: var(--accent-color);
}

.hero-as p {
  color: #fff;
  margin: 5px 0 30px 0;
  text-align: justify;
  max-width: 800px;
}
@media (max-width: 1023px) {
    .hero-as {
        padding: 150px 0px;
        background-position: center right;
        background-size: cover;
    }
    .hero-as h2 {
        font-size: 35px;
        max-width: 500px
    }
}
@media (max-width: 767px) {
    .hero-as {
        padding: 80px 0px;
    }
    .hero-as.bg-enquiry{
        padding: 80px 0px;
    }
    .hero-as.bg-alumni{
        padding: 80px 0px;
    }
}
@media (max-width: 640px) {
  .hero-as h2 {
    font-size: 24px;
    line-height: 32px;
     max-width: 250px 
  }
    .hero-as {
        padding: 40px 0px;
    }
  .hero-as:before {
  display: none;
}
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .service-item {
  background-color: var(--surface-color);
  box-shadow: 0px 5px 90px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 30px;
  transition: all ease-in-out 0.3s;
  border-radius: 18px;
  border-bottom: 5px solid var(--surface-color);
  height: 100%;
}

.services .service-item .sicon {
  color: #fff;
  background: #6a6a6a;
  margin: 0;
  width: 64px;
  height: 64px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}
.services .service-item .sicon i{
    font-size: 30px !important;
}
.services .service-item h3 {
  margin: 10px 0 15px 0;
  font-size: 22px;
   color: #D01238; 
  transition: ease-in-out 0.3s;
}

.services .service-item p {
  margin-bottom: 0;
  text-align: justify;
}

@media (min-width: 1365px) {
  .services .service-item:hover {
    transform: translateY(-10px);
    border-color: #D01238;
  }

  .services .service-item:hover h3 {
    color: var(--accent-color);
  }
  .services .service-item:hover .sicon {
    background: #D01238;
  }
}


/*--------------------------------------------------------------
# Services Mobile and Web Section
--------------------------------------------------------------*/
.services-mob-web .service-item {
  background-color: var(--surface-color);
  box-shadow: 0px 5px 90px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px 20px 20px;
  transition: all ease-in-out 0.3s;
  border-radius: 18px;
  border-bottom: 5px solid #eee;
  height: 100%;
    text-align: center;
}

.services-mob-web .service-item .sicon {
  color: #fff;
  background: #D01238;
  margin: 0;
    top: -30px;
    left: 38%;
    position: absolute;
  width: 64px;
    text-align: center;
  height: 64px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}
.services-mob-web .service-item .sicon i{
    font-size: 30px !important;
}
.services-mob-web .service-item h3 {
  margin: 10px 0 15px 0;
  font-size: 16px !important;
   color: #6a6a6a; 
    font-weight: 500;
  transition: ease-in-out 0.3s;
}

.services-mob-web .service-item p {
  margin-bottom: 0;
  text-align: justify;
}

@media (min-width: 1365px) {
  .services-mob-web .service-item:hover {
    transform: translateY(-10px);
    border-color: #D01238;
  }

  .services-mob-web .service-item:hover h3 {
    color: var(--accent-color);
  }
  .services-mob-web .service-item:hover .sicon {
    background: #D01238;
  }
}

/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details .services-list {
  background-color: var(--surface-color);
  padding: 10px 30px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  margin-bottom: 20px;
}

.service-details .services-list a {
  display: block;
  line-height: 1;
  padding: 8px 0 8px 15px;
  border-left: 3px solid color-mix(in srgb, var(--default-color), transparent 70%);
  margin: 20px 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  transition: 0.3s;
}

.service-details .services-list a.active {
  color: var(--heading-color);
  font-weight: 700;
  border-color: var(--accent-color);
}

.service-details .services-list a:hover {
  border-color: var(--accent-color);
}

.service-details .services-img {
  margin-bottom: 20px;
}

.service-details h3 {
  font-size: 26px;
  font-weight: 700;
}

.service-details h4 {
  font-size: 20px;
  font-weight: 700;
}

.service-details p {
  font-size: 15px;
}

.service-details ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.service-details ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.service-details ul i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--accent-color);
}



/*--------------------------------------------------------------
# Services Section Automation Page
--------------------------------------------------------------*/
.services-as {
    padding: 50px 0px;
}
.services-as .img {
  border-radius: 8px;
  overflow: hidden;
}

.services-as .img img {
  transition: 0.6s;
}

.services-as .details {
  background: color-mix(in srgb, var(--surface-color), transparent 5%);
  padding: 50px 30px;
  margin: -100px 30px 0 30px;
  transition: all ease-in-out 0.3s;
  position: relative;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.1);
}

.services-as .details .icon {
  margin: 0;
  width: 72px;
  height: 72px;
  background: var(--accent-color);
  color: var(--contrast-color);
  border: 6px solid var(--contrast-color);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 28px;
  transition: ease-in-out 0.3s;
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
}

.services-as .details h3 {
  font-weight: 500;
    font-size: 18px !important;
  margin: 5px 0 10px 0;
  transition: ease-in-out 0.3s;
}

.services-as .details p {
  line-height: 22px;
  font-size: 14px;
  margin-bottom: 0;
}
.services-as .service-item .details {
    height: 100%;
}
.services-as .service-item:hover .details h3 {
  color: var(--accent-color);
}

.services-as .service-item:hover .details .icon {
  background: var(--surface-color);
  border: 2px solid var(--accent-color);
}

.services-as .service-item:hover .details .icon i {
  color: var(--accent-color);
}

.services-as .service-item:hover .img img {
  transform: scale(1.2);
}

/*Successful Implementations CSS*/


.effectcards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin: 2rem 2vw 2rem 2vw;
  padding: 0;
  list-style-type: none;
}

.effectcards.heffect {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin: 0rem 5vw 0rem 5vw !important;
  padding: 0;
  list-style-type: none;
}

.effectcards.sseffect {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin: 0rem 0.5vw 0rem 0.5vw !important;
  padding: 0;
  list-style-type: none;
}

.effectcards .card {
  position: relative;
  display: block;
  height: 100%;  
  border-radius: calc(var(--curve) * 1px);
  overflow: hidden;
  text-decoration: none;
}

.card__image {      
  width: 100%;
  height: auto;
}

.card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;      
  border-radius: calc(var(--curve) * 1px);    
  background-color: var(--surface-color);      
  transform: translateY(100%);
  transition: .2s ease-in-out;
}

.effectcards .card:hover .card__overlay {
  transform: translateY(0);
}
.effectcards .card:hover .card__image {
  -webkit-filter: blur(3px); /* Chrome, Safari, Opera */
    filter: blur(3px);
}

.card__header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5em;
  padding: 0.0em 1.5em 0.5em 0.8em;
  border-radius: calc(var(--curve) * 1px) 0 0 0;    
  background-color: var(--surface-color);
  transform: translateY(-100%);
  transition: .2s ease-in-out;
}

      

.card__header-text {
    z-index: 2;
}

.card__curve {
  position: absolute;
  height: 100px;
  width: 100%;
  left: 0px;
  z-index: -1;
  background-color: #FFFFFF;
  border-radius: 30px 0 0 30px;
}

.card__curve::after {
  content: "";
  position: absolute;
  background-color: transparent;
  top: -70px;
  right: -1px;
  height: 70px;
  width: 40px;
  border-bottom-right-radius: 40px;
  box-shadow: 0 40px 0 #FFFFFF;
}



.effectcards .card:hover .card__header {
  transform: translateY(0);
}

.card__thumb {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  align-items: center;
  align-content: center;
  border-radius: 50%;  
  background-color: #E0F0F8;
  border: 1px solid #eee;
}
.card__thumb img {width: 30px !important; height: 30px !important;}
.card__title {
  font-size: 18px !important;
  margin: 0 0 0 !important;
  color: #6a6a6a;
  line-height: 22px;
}
.effectcards.sseffect .card__title {
  font-size: 15px !important;
  margin: 0 0 0 !important;
  color: #6a6a6a;
  line-height: 18px;
}
.card__tagline {
  display: block;
  margin: 1em 0 0.5em;
  font-family: "MockFlowFont";  
  font-size: .8em;  
}

.card__status {
  font-size: .8em;
}

.card__description {
  padding: 1.0em 2em 2em 1.2em;
  margin: 0;
  font-size: 15px;
  line-height: 20px !important;
  color: #6a6a6a;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  line: clamp 8px;
  overflow: hidden;
}
.card__description2 {
  padding: 1.0em 1em 1em 1.0em;
  margin: 0;
  font-size: 14px;
  line-height: 20px !important;
  color: #6a6a6a;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;
}
.card__description10 {
  padding: 1.0em 1em 1em 1.0em !important;
  margin: 0;
  font-size: 14px;
  line-height: 20px !important;
  color: #6a6a6a;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
}
.effectcards.sseffect .card__description2 {
  padding: 1.0em 2em 2em 1.2em !important;
  margin: 0;
  font-size: 15px;
  line-height: 20px !important;
  color: #6a6a6a;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;
}

@media only screen and (min-width: 1440px){
.effectcards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin: 2rem 5vw 2rem 5vw;
  padding: 0;
  list-style-type: none;
}
}
@media only screen and (max-width: 1366px){
.card__description2 {
  padding: 0.5em 1em 1em 1.0em;
  margin: 0;
  font-size: 14px;
  line-height: 20px !important;
  color: #6a6a6a;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
}
}
@media only screen and (max-width: 767px){
.effectcards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin: 2rem 1vw 2rem 1vw;
  padding: 0;
  list-style-type: none;
}
}
/*--------------------------------------------------------------
# What You Get Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.what-you-get {
   padding: 50px 0px 45px 0px; 
}
.what-you-get .service-item {
  background-color: var(--surface-color);
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 20px 20px 20px;
  transition: all ease-in-out 0.3s;
  border-radius: 18px;
  height: 100%;
  position: relative;
  overflow: visible;
}

.what-you-get .service-item .icon {
  position: absolute;
  left: 18%;
  top: calc(0% - 30px);
  transform: translate(-50%, 0%); 
    z-index: 9999;
    background-color: #eee;
    border-radius: 50%;
    width: 60px;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    vertical-align: middle;
    align-content: center;
    height: 60px;
}
.what-you-get .section-title h2.smaller {
    font-size: 2.4em !important;
} 
.what-you-get .service-item .icon i {
  font-size: 25px;
  text-align: center;
  line-height: 1;
    align-items: center;
  transition: 0.5s;
}
.what-you-get .service-item:hover .icon i {
 color: #C31F32;   
}
.what-you-get .service-item h3 {
  font-weight: 700;
    color: var(--accent-color);
  margin: 10px 0 15px 0;
  font-size: 20px !important;
  transition: ease-in-out 0.3s;
}

.what-you-get .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.what-you-get .quote-icon {
    position: absolute;
    bottom: 10px;
    right: 30px;
    width: 40px;
    height: 40px;
    background-color: #C31F32;
    border-radius: 50%;
    text-align: center;
    align-content: center;
    color: #fff;
    font-size: 40px;
    justify-content: center;
    align-items: center;
}
@media (min-width: 1365px) {
  .what-you-get .service-item:hover {
    transform: translateY(-10px);
  }

  .what-you-get .service-item:hover h3 {
    color: var(--accent-color);
  }
}
@media (max-width: 767px) {
   .what-you-get .quote-icon {
    position:relative;
    width: 40px;
    left: 95%;
    margin-top: -40px;
    height: 40px;
    background-color: #C31F32;
    border-radius: 50%;
    text-align: center;
    align-content: center;
    color: #fff;
    font-size: 40px;
    justify-content: center;
    align-items: center;
} 
}




/*--------------------------------------------------------------
# Why DCM automation Partnership Section 
--------------------------------------------------------------*/

.about-wdcm-ap .content ul {
  list-style: none;
  padding: 0;
}

.about-wdcm-ap .content ul li {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}

.about-wdcm-ap .content ul i {
  flex-shrink: 0;
  font-size: 40px;
  margin-right: 20px;
  line-height: 0;
}
.about-wdcm-ap  h2 {
    font-size: 2.2em !important;
}
.about-wdcm-ap .content ul h5 {
  font-size: 18px;
  font-weight: 600;
    margin-bottom: 5px;
}

.about-wdcm-ap .content ul p {
  font-size: 15px;
}

.about-wdcm-ap .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about-dt {
  padding-top: 0px;
}

.about-dt .content h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  padding: 10px 20px;
  background: color-mix(in srgb, var(--accent-color), transparent 95%);
  color: var(--accent-color);
  border-radius: 7px;
  display: inline-block;
}

.about-dt .content h2 {
  font-weight: 700;
}

.about-dt .content p:last-child {
  margin-bottom: 0;
}

.about-dt .content .read-more {
  background: var(--accent-color);
  color: var(--contrast-color);
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 5px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.about-dt .content .read-more i {
  font-size: 18px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.about-dt .content .read-more:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
  padding-right: 19px;
}

.about-dt .content .read-more:hover i {
  margin-left: 10px;
}

.about-dt .icon-box {
  background-color: var(--surface-color);
  padding: 30px 40px;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: all 0.3s ease-out 0s;
    height: 100%;
}

.icon-box.orange {
  background-color: #fff3e2;
}

.icon-box.orange i {
  color: #6a6a6a;
}

.icon-box.blue {
  background-color: #deedfd;
}

.icon-box.blue i {
  color: #6a6a6a;
}

.icon-box.lblue {
  background-color: #F1F8FE;
}

.icon-box.lblue i {
  color: #6a6a6a;
}

.icon-box.green {
  background-color: #d5f1e4;
}

.icon-box.green i {
  color: #6a6a6a;
}

.icon-box.red {
  background-color: #fdeded;
}

.icon-box.red i {
  color: #6a6a6a;
}


.about-dt .icon-box .img-box {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  font-size: 32px;
  line-height: 0;
  transition: all 0.4s ease-out 0s;
  background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
  color: var(--accent-color);
}
.about-dt .icon-box .img-box img {width: 50px; height: 50px;}
.about-dt .icon-box h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.about-dt .icon-box p {
  margin-bottom: 0;
}
.about-dt .icon-box:hover {
    transform: scale(1.1);
}

.about-dt .icon-boxes .col-md-6:nth-child(2) .icon-box,
.about-dt .icon-boxes .col-md-6:nth-child(4) .icon-box {
  margin-top: -40px;
}

@media (max-width: 768px) {

  .about-dt .icon-boxes .col-md-6:nth-child(2) .icon-box,
  .about-dt .icon-boxes .col-md-6:nth-child(4) .icon-box {
    margin-top: 0;
  }
}



/*--------------------------------------------------------------
# How DCM Can help Section
--------------------------------------------------------------*/
.how-dcm .how-content h3 {
  font-weight: 700;
}

.how-dcm .how-content ul {
  list-style: none;
  padding: 0 !important; 
  margin: 0 !important;
}

.how-dcm .how-content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.how-dcm .how-content ul li:first-child {
  margin-top: 0px;
}

.how-dcm .how-content ul i {
  background: var(--surface-color);
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  font-size: 18px;
  margin-right: 15px;
  color: var(--accent-color);
  border-radius: 50px;
}

.how-dcm .how-content ul h4 {
  font-size: 18px;
  font-weight: 600;
    padding-bottom: 0px;
    margin-bottom: 0px;
}


.how-dcm .how-content p:last-child {
  margin-bottom: 0;
}



#cards_landscape_wrap-3{
  text-align: center;
}
#cards_landscape_wrap-3 .container{
  padding-top: 80px; 
  padding-bottom: 100px;
}
#cards_landscape_wrap-3 a{
  text-decoration: none;
  outline: none;
}
#cards_landscape_wrap-3 .card-flyer {
  border-radius: 5px;
  height: 90%;
}
#cards_landscape_wrap-3 .card-flyer .image-box{
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.50);
  border-radius: 5px;
}
#cards_landscape_wrap-3 .card-flyer .image-box img{
  -webkit-transition:all .9s ease; 
  transition:all .9s ease;
  -moz-transition:all .9s ease; 
  -o-transition:all .9s ease;
  -ms-transition:all .9s ease; 
  width: 100%;
  height: 170px;
}
#cards_landscape_wrap-3 .card-flyer:hover .image-box img{
  opacity: 0.7;
  -webkit-transform:scale(1.15);
  -moz-transform:scale(1.15);
  -ms-transform:scale(1.15);
  -o-transform:scale(1.15);
  transform:scale(1.15);
}
#cards_landscape_wrap-3 .card-flyer .text-box{
  text-align: left;
}
#cards_landscape_wrap-3 .card-flyer .text-box .text-container{
  padding: 30px 30px;
    text-align: left;
}
#cards_landscape_wrap-3 .card-flyer{
  background: #FFFFFF;
  margin-top: 50px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.40);
}
#cards_landscape_wrap-3 .card-flyer:hover{
  background: #fff;
  box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.50);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-top: 50px;
}
#cards_landscape_wrap-3 .card-flyer .text-box p{
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px; 
    line-height: 25px;
    font-size: 15px;
    text-align: left;
}
#cards_landscape_wrap-3 .card-flyer .text-box .text-container h5{

  font-size: 17px !important;
  margin-top: 0px;
  margin-bottom: 4px; 
}


/*--------------------------------------------------------------
# Who We Are Security Section
--------------------------------------------------------------*/
.whowe-security {
    padding: 50px 0px;
}
.whowe-security .content {
  background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
  padding: 40px;
}

.whowe-security .content h3 {
  font-size: 14px;
  font-weight: 700;
  color: var(--accent-color);
  text-transform: uppercase;
}

.whowe-security .content h2 {
  font-size: 30px;
  font-weight: 600;
}

.whowe-security .content p {
  margin: 15px 0 10px 0;
  line-height: 24px;
}


.whowe-security .content .btn-read-more {
  color: var(--contrast-color);
  background: var(--accent-color);
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
}

.whowe-security .content .btn-read-more span {
  font-family: var(--default-font);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.whowe-security .content .btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.whowe-security .content .btn-read-more:hover i {
  transform: translateX(5px);
}


/*--------------------------------------------------------------
# About 2 Section
--------------------------------------------------------------*/
.about-2 .content {
  background-color: var(--surface-color);
  padding: 40px 50px 30px;
}
.about-2 .content2 {
  padding: 0px 0px 0px;
}
.about-2 .content-subtitle {
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
  color: var(--default-color);
}

.about-2 .content-title {
  margin-bottom: 20px;
}

.content-title-career {
    margin-bottom: 20px;
    background-color: var(--theme-color4);
    transition: 0.3s all ease-in-out;
    padding: 30px;
    color: #fff;
    border-radius: 30px;
}
.content-title-career:hover {
    background-color: #eee;
    color: #6a6a6a;
}
.about-2 p {
  line-height: 1.7;
  color: var(--default-color);
}


.about-2 .btn-get-started {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  border-radius: 30px;
  padding: 8px 30px;
  border: 2px solid transparent;
  transition: 0.3s all ease-in-out;
  font-size: 14px;
}

.about-2 .btn-get-started:hover {
  border-color: var(--accent-color);
  background-color: transparent;
  color: var(--accent-color);
}

.about-2 .lead {
  line-height: 1.6;
  font-size: 18px;
  font-weight: normal;
  color: var(--default-color);
}

.about-2 .content .img.brr50 img {border-top-right-radius: 50px;border-bottom-right-radius: 50px;}
.about-2 .content .img.brl50 img {border-top-left-radius: 50px;border-bottom-left-radius: 50px;}

.headingscroll {background-color: #F3F7FC; padding: 50px; border-radius: 50px; margin-bottom: 20px;}
.headingscroll.bg2 {background-color: #F7F7F7;}
.headingscroll.bg2 img { box-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.2);}
ul.security-block {list-style: none; display: inline !important; margin: 0; padding: 0; align-items:flex-start;vertical-align: top;}
ul.security-block li {width: 19%;display: inline-block;height: 100%; background-color: #eee; border-radius: 20px; padding: 20px;}

section[role=main] .row .col {
  display: block;
  float: left;
  margin-right: 1.5%;
}
section[role=main] .row .col:last-child {
  margin-right: 0%;
}
section[role=main] .row .five {
  width: 18.8%;
}
@media (max-width: 767px) {
  .col {
    width: 100% !important;
  }
}

.grid-container {
  display: grid;
  gap: 10px; /* Space between columns */
}

/* Responsive grid */
@media (max-width: 576px) {
  .grid-container {
    grid-template-columns: repeat(1, 1fr); /* 2 columns on small screens */
  }
}

@media (min-width: 577px) and (max-width: 991px) {
  .grid-container {
    grid-template-columns: repeat(3, 1fr); /* 3 columns on medium screens */
  }
}

@media (min-width: 992px) {
  .grid-container {
    grid-template-columns: repeat(5, 1fr); /* 5 columns on large screens */
  }
}

.grid-item {
  background-color: #F8F9FA;
  color: #6a6a6a;
  text-align: center;
  padding: 20px 20px 10px 20px;
  border-radius: 10px;
}
.technology-stack {padding: 30px 0px 0px;}
.technology-stack .title h3 { background-color: #7EE7E4;color: #6a6a6a; padding: 10px; text-align: center; border-radius: 10px;width: 80%; margin-left: 10%}

.img-responsive {width: 100%;}

/*---section-hire-technology-stacks start --*/

.section-hire-technology-stacks .tech-outer .techs-main {
  padding: 10px;
  position: relative;
  z-index: 1;
  transition: all .2s ease-in-out;
}

.section-hire-technology-stacks.bg-off-white .tech-outer .techs-main {
  background-color: #f7f7f7;
    
}

.section-hire-technology-stacks .tech-outer .techs-main:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

@media only screen and (max-width: 991px) {
  .section-hire-technology-stacks .tech-outer .techs-main {
    padding: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .section-hire-technology-stacks .tech-outer .techs-main {
    padding: 22px 15px 25px;
  }
}

.section-hire-technology-stacks .tech-outer .technology-stacks-heading {
  width: 400px;
  display: flex;
  align-items: center;
  padding-right: 15px;
  gap: 10px;
}

@media only screen and (max-width: 1199px) {
  .section-hire-technology-stacks .tech-outer .technology-stacks-heading {
    width: 350px;
  }
}

@media only screen and (max-width: 991px) {
  .section-hire-technology-stacks .tech-outer .technology-stacks-heading {
    width: 280px;
  }
}

@media only screen and (max-width: 767px) {
  .section-hire-technology-stacks .tech-outer .technology-stacks-heading {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.section-hire-technology-stacks .tech-outer .technology-stacks-heading .tech-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99em;
  flex: 0 0 auto;
}

@media only screen and (max-width: 991px) {
  .section-hire-technology-stacks .tech-outer .technology-stacks-heading .tech-icon {
    width: 48px;
    height: 48px;
  }
}

.section-hire-technology-stacks .tech-outer .technology-stacks-heading .tech-icon .icon {
  width: 24px;
  height: 24px;
}

.section-hire-technology-stacks .tech-outer .technology-stacks-heading .tech-heading {
  max-width: 230px;
    line-height: 20px !important;
}
.section-hire-technology-stacks .tech-outer .techs-main:hover .tech-heading {
    color: #164573;
}
@media only screen and (max-width: 991px) {
  .section-hire-technology-stacks .tech-outer .technology-stacks-heading .tech-heading {
    max-width: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .section-hire-technology-stacks .tech-outer .technology-stacks-heading .tech-heading {
    max-width: none;
  }
}

.section-hire-technology-stacks .tech-outer .technology-stacks-techs {
  width: calc(100% - 400px);
}

.section-hire-technology-stacks .tech-outer .technology-stacks-techs.full-width {
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .section-hire-technology-stacks .tech-outer .technology-stacks-techs {
    width: calc(100% - 350px);
  }
}

@media only screen and (max-width: 991px) {
  .section-hire-technology-stacks .tech-outer .technology-stacks-techs {
    width: calc(100% - 280px);
  }
}

@media only screen and (max-width: 767px) {
  .section-hire-technology-stacks .tech-outer .technology-stacks-techs {
    width: 100%;
  }
}

.section-hire-technology-stacks .tech-outer .technology-stacks-techs ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.section-hire-technology-stacks .tech-outer .technology-stacks-techs ul li {
  background-color: #fff;
  border-radius: 30px;
  padding: 0.46rem 1rem 0.46rem 0.8rem;
  margin: 0;
  display: flex;
  align-items: center;
    
}
.section-hire-technology-stacks .tech-outer .techs-main:hover ul li {
    background-color: #164573;
    color: #fff;
}
.section-hire-technology-stacks .tech-outer .techs-main:hover ul li .nicon::before {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .section-hire-technology-stacks .tech-outer .technology-stacks-techs ul li {
    padding: 0.6rem 0.6rem;
    font-size: 15px;
    line-height: 22px;
  }
}

.section-hire-technology-stacks .tech-outer .technology-stacks-techs ul li.bg-off-white {
  background-color: #F0F0F0 !important;
}

.section-hire-technology-stacks .tech-outer .technology-stacks-techs ul li:last-child {
  margin-right: 0;
}



/*--------------------------------------------------------------
# Specials Section
--------------------------------------------------------------*/
.specials {
  overflow: hidden;
    margin-bottom: 0px;
}

.specials .nav-tabs {
  border: 0;
}

.specials .nav-link {
  border: 0;
  padding: 15px 15px 15px 25px;
  transition: 0.3s;
  color: #fff;
  border-radius: 0;
  border-right: 2px solid var(--accent-color);
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

/*.specials .nav-link:hover {
  color: #ED3237;
}*/

.specials .nav-link.active {
  color: var(--contrast-color);
  background-color: var(--bg-theme-color5);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.specials .tab-pane.active {
  animation: fadeIn 0.5s ease-out;
}

.specials .tab-content {
    background-color: var(--bg-theme-color5);
    padding: 0;
}
.specials .details h3 {
  margin-bottom: 10px;
  color: #6a6a6a;
    padding: 12px 12px 11px 22px;
    background-color: #fff;
}

.specials .details .content h6 {
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 0.2px;
    
}
.specials .details .content {
   padding: 5px 12px 10px 22px; 
}

.specials .details li {
  color: #fff;
    margin-bottom: 10px;
}
.specials .details p {
  color: #fff;
    font-size: 14px !important;
}
.specials .details ul.list-disc-circle li b {
    color: #fff !important;
}
.specials .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .specials .nav-link {
    border: 0;
    padding: 15px;
  }

  .specials .nav-link.active {
    border-radius: 20px;
  }
}

.rstitle {text-align: center; padding-top: 15px;}
.rstitle h3 {padding: 0; margin: 0;}


/*industry we serve offwhite css starts here*/

.sec-we-serve.offwhite-industry-serve .we-serve__title {
  color: var(--clr-black);
}

.sec-we-serve.offwhite-industry-serve .we-serve__item {
  background-color: var(--clr-off-white);
}

.sec-we-serve.offwhite-industry-serve .we-serve__item .we-serve__item-icon {
  background-color: var(--clr-white);
  border: 1px solid var(--clr-black);
}

.sec-we-serve.offwhite-industry-serve .we-serve__item .we-serve__item-icon .icon {
  width: 24px;
  height: 24px;
}

.sec-we-serve.offwhite-industry-serve .we-serve__item a:hover {
  color: var(--clr-black);
}

.sec-we-serve.offwhite-industry-serve .we-serve__item .icon::before {
  background-color: var(--clr-black);
}

.sec-we-serve.offwhite-industry-serve .we-serve__item ul li .icon {
  width: 24px;
  height: 24px;
}

.sec-we-serve.offwhite-industry-serve .we-serve__slider-button-prev,
.sec-we-serve.offwhite-industry-serve .we-serve__slider-button-next {
  border: 1px solid var(--clr-black);
}

.sec-we-serve.offwhite-industry-serve .we-serve__inner .we-serve__nav .com-btn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--clr-black);
  top: 0;
  left: 0;
  border-radius: 30px;
  pointer-events: none;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media only screen and (max-width: 1199px) {
  .sec-we-serve.offwhite-industry-serve .we-serve__inner .we-serve__nav .com-btn:before {
    transition: none;
  }
}

.sec-we-serve.offwhite-industry-serve .we-serve__inner .we-serve__nav .com-btn span {
  position: relative;
  transition: color 0.3s;
  color: var(--clr-black);
}
@media only screen and (max-width: 1199px) {
  .sec-we-serve.offwhite-industry-serve .we-serve__inner .we-serve__nav .com-btn span {
    transition: none;
  }
}

.sec-we-serve.offwhite-industry-serve .we-serve__inner .we-serve__nav .com-btn:hover span {
  color: var(--clr-white);
  position: relative;
}

.sec-we-serve.offwhite-industry-serve .we-serve__inner .we-serve__nav .com-btn:hover:before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}

/*industry we serve white css start here*/
.sec-we-serve.sec-we-serve--white .we-serve__item {
  background-color: var(--clr-off-grey);
  color: var(--clr-black);
  border: 1px solid var(--clr-dark-grey);
}

.sec-we-serve.sec-we-serve--white .we-serve__item .we-serve__item-icon {
  background-color: var(--clr-dark-grey);
}
.sec-we-serve.sec-we-serve--white .we-serve__item .we-serve__item-icon .icon:before{
    background-color: #192020;
}


.sec-we-serve.sec-we-serve--white .we-serve__slider-button-prev,
.sec-we-serve.sec-we-serve--white .we-serve__slider-button-next {
  border-color: var(--clr-black);
  color: var(--clr-black);
}

.sec-we-serve.sec-we-serve--white .we-serve__slider-button-prev::before,
.sec-we-serve.sec-we-serve--white .we-serve__slider-button-next::before {
  background-color: var(--clr-black);
}

.sec-we-serve.sec-we-serve--white .we-serve__slider-button-prev:hover span,
.sec-we-serve.sec-we-serve--white .we-serve__slider-button-next:hover span {
  color: var(--clr-white);
}

/*---- We Serve Section Css Start 4/3/24 Mi-122 ---*/

@media only screen and (min-width: 1500px) {
  .custom-ind-slider {
    width: calc((100vw + 1455px) / 2);
    margin-left: auto;
    margin-right: 0;
  }
}

.we-serve__slider {
  padding: 0;
}

@media only screen and (min-width: 1366px) {
  .we-serve__slider .swiper-wrapper .swiper-slide:last-child {
    margin-right: 40px;
  }
}

@media only screen and (min-width: 1366px) {
  .service-slider__inner .service-slider__main .swiper-slide:last-child {
    margin-right: 40px;
  }
}

/*---- We Serve Section Css End 4/3/24 Mi-122 ---*/

.sec-we-serve.we-serve-buttons .we-serve__item .we-serve__item-icon .icon {
  width: 24px;
  height: 24px;
}

/*---- We Serve Section Css Start 4/3/24 Mi-122 ---*/

@media only screen and (min-width: 1500px) {
  .custom-ind-slider {
    width: calc((100vw + 1455px) / 2);
    margin-left: auto;
    margin-right: 0;
  }
}

.we-serve__slider {
  padding: 0;
}

@media only screen and (min-width: 1366px) {
  .we-serve__slider .swiper-wrapper .swiper-slide:last-child {
    margin-right: 40px;
  }
}

@media only screen and (min-width: 1366px) {
  .service-slider__inner .service-slider__main .swiper-slide:last-child {
    margin-right: 40px;
  }
}

/*why choose digital transformation css ends here*/

.we-serve__item .ongoing-left-icon {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1199px) {
  .we-serve__item .ongoing-left-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .we-serve__item .ongoing-left-icon {
    width: 38px;
    height: 38px;
    margin-bottom: 25px;
  }
}

.we-serve__item .ongoing-left-icon .icon {
  width: 24px;
  height: 24px;
}

.we-serve__item .ongoing-right-bg {
  float: right;
  background: #192020;
  border-radius: 8px;
  padding: 9px 13px;
  text-align: center;
}

.c-light-blue {
  color: #29ffff;
}

.c-light-orange {
  color: #ffd8c0;
}

.c-light-green {
  color: #b5f1cc;
}

.c-light-purple {
  color: #d0bfff;
}

.we-serve__item .ongoing-bottom {
  width: 100%;
}

.we-serve__item .ongoing-bottom ul {
  margin: 0;
  padding: 0;
}

.we-serve__item .ongoing-bottom ul li {
  list-style: none;
  display: inline-block;
  background: #192020;
  border-radius: 30px;
  padding: 10px 13px;
  text-align: center;
  margin: 15px 8px 0 0;
}

.powerful-item .increase-icon {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  border: solid #192020 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2px;
}

.powerful-item .increase-icon .icon {
  width: 24px;
  height: 24px;
}

/*Hover Grid Section*/
.hgrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 22rem);
  gap: 1rem;
    margin-bottom: 40px;
}
.box3ml {margin-left: 12.5%;}
@media (-webkit-min-device-pixel-ratio: 1.1) {
  .hgrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 17rem);
  gap: 1rem;
}
}
@media only screen and (min-width: 1366px) and (max-width: 1440px) {
.hgrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 20rem);
  gap: 1rem;
}
.hgrid .item__body p {
    padding-left: 0px !important;
    padding-right: 0px !important;
} 
.hgrid .item h3 {font-size: 20px !important;padding: 1rem 0.8rem 1rem 0.8rem !important;} 
}
.hgrid .item {
  position: relative;
  height: 100%;
  align-items: center;
  background-color: #fff;
  overflow-y: hidden;
  box-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.2);
}
.hgrid .item h3 {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 84px;
   color: #fff;
    font-size: 20px !important;
  background-color: #6a6a6a;
  padding: 1rem 1.2rem 1rem 1.2rem;
}
.hgrid .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hgrid .item a:hover ~ .item__overlay, .hgrid  .item a:focus ~ .item__overlay {
  transform: translate3d(0, 0, 0);
}

.hgrid  img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hgrid .item__overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  transition: transform 500ms;
  background-color: #6a6a6a;
  transform: translate3d(0, calc(100% - 5rem), 0);
}

.hgrid .item__body {
  flex-grow: 1;
  padding: 1rem;
}
.hgrid .item__body p {
  margin: 0;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}
.pms-icon {height: 100%; display: flex;}
.pms-icon i {position: absolute; left: 0; font-size: 50px; top: 40%; color: #C31F32;}
.pms-icon p {padding-left: 25px; padding-top: 20px;}
.pb-lg-5.pms-icon {padding-bottom: 40px !important;}



/*============= CTA CSS AREA ===============*/
.cta1-section-area {
  position: relative;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 50px 0px;
}
@media (max-width: 767px) {
  .cta1-section-area {
    padding: 50px 0 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta1-section-area {
    padding: 50px 0 0 !important;
  }
}
.cta1-section-area .cta-header {
  position: relative;
  z-index: 1;
}
.cta1-section-area .cta-images ul {
  position: relative;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cta1-section-area .cta-images ul {
    right: 400px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .cta1-section-area .cta-images ul {
    right: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta1-section-area .cta-images ul {
    right: 400px;
    top: 400px;
  }
}
.cta1-section-area .cta-images ul li a {
  display: inline-block;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 24px;
}
.cta1-section-area .cta-images ul li img {
  margin: 0 4px 0 0;
}
.cta1-section-area .cta-images .img1 {
  position: absolute;
  bottom: -50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
   .cta1-section-area .cta-images .img1 {
  position: absolute;
  bottom: 0px !important;
} 
}
@media (max-width: 767px) {
  .cta1-section-area .cta-images .img1 {
    position: relative;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta1-section-area .cta-images .img1 {
    position: relative;
    margin-top: 30px;
  }
}
.cta1-section-area .cta-images .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta1-section-area .cta-images .elements7 {
  position: absolute;
  z-index: -1;
  bottom: 0;
}
.cta1-section-area .cta-images .elements8 {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 650px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cta1-section-area .cta-images .elements8 {
    right: 400px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .cta1-section-area .cta-images .elements8 {
    right: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta1-section-area .cta-images .elements8 {
    right: 400px;
    top: 400px;
  }
}
.glimpse-section h2 {
  font-size: 2.4em !important;
}
.glimpse-section .owl-nav {
  position: absolute;
  right: 30px;
  top: -80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  z-index: 9;
}
.glimpse-section .owl-nav .owl-next,
.glimpse-section .owl-nav .owl-prev {
  display: block;
  margin: 0px 5px;
  height: 52px;
  width: 52px;
  color: var(--theme-color1);
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 52px !important;
  font-weight: 700;
  text-align: center !important;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.glimpse-section .owl-nav .owl-next:hover,
.glimpse-section .owl-nav .owl-prev:hover {
  background-color: var(--bg-theme-color1);
  color: #ffffff;
  opacity: 1;
}

.elements29 {
  position: absolute;
  bottom: 0;
  right: 0;
}

/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/
.pricing .pricing-item {
  background-color: var(--surface-color);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing .pricing-item h3 {
  margin: -20px -20px 20px -20px;
  padding: 15px 15px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  background: color-mix(in srgb, var(--default-color), transparent 95%);
}

.pricing .pricing-item h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .pricing-item h4 span {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 16px;
  font-weight: 300;
}

.pricing .pricing-item ul {
  padding: 15px 0;
  list-style: none;
  line-height: 20px;
  font-size: 14px;
}

.pricing .pricing-item ul li {
  padding-bottom: 16px;
  text-align: left;
  padding-left: 25px;
}

.pricing .pricing-item ul i {
  color: var(--accent-color);
  font-size: 18px;
  padding-right: 4px;
}

.pricing .featured h3 {
  background: var(--accent-color);
  color: var(--contrast-color);
}

/* infinite background scrolling animation.*/

@-webkit-keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
}
@-moz-keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
}
@-o-keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
}
@keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
}
@-webkit-keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
}
@-moz-keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
}
@-o-keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
}
@keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
}
/* Main styles */
.infinite-bg {
  /* img size is 50x50 */
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAIAAACRXR/mAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABnSURBVHja7M5RDYAwDEXRDgmvEocnlrQS2SwUFST9uEfBGWs9c97nbGtDcquqiKhOImLs/UpuzVzWEi1atGjRokWLFi1atGjRokWLFi1atGjRokWLFi1af7Ukz8xWp8z8AAAA//8DAJ4LoEAAlL1nAAAAAElFTkSuQmCC") repeat 0 0;
  -webkit-animation: bg-scrolling-reverse 0.92s infinite;
  /* Safari 4+ */
  -moz-animation: bg-scrolling-reverse 0.92s infinite;
  /* Fx 5+ */
  -o-animation: bg-scrolling-reverse 0.92s infinite;
  /* Opera 12+ */
  animation: bg-scrolling-reverse 0.92s infinite;
  /* IE 10+ */
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
    background-blend-mode: lighten;
}

.offer-heading {background-color: #eee; padding: 10px; font-size: 30px !important;}


.service-item-eue {
  background-color: var(--surface-color);
  box-shadow: 0px 5px 90px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 30px 10px 40px !important;
  transition: all ease-in-out 0.3s;
  border-radius: 18px;
  border-bottom: 5px solid var(--surface-color);
  height: 100%;
    margin-left: 30px;
}
.service-item-eue .icon {
    position: absolute;
    left: -25px;
    top: 35%;
    background-color: #D01238;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 25px;
    border-radius: 50%;
    display: flex;
   align-items: center;
   justify-content: center;
}
.service-item-eue:hover {
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.2);
}
.service-item-eue:hover .icon {
    background-color: #6a6a6a;
}
.service-item-adj {
  background-color: var(--surface-color);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px 0px 30px !important;
  border-radius: 18px;
  border-bottom: 5px solid var(--surface-color);
  height: 90%;
  margin-top: 20px;
   -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-item-adj .icon {
    position: absolute;
    left: 40%;
    top: -25px;
    background-color: #D01238;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 25px;
    border-radius: 50%;
    display: flex;
   align-items: center;
   justify-content: center;
}
.service-item-adj:hover {
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.2);
}
.service-item-adj:hover .icon {
    background-color: #6a6a6a;
}

.service-item-adj:hover .icon::before,
.service-item-eue:hover .icon::before{
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px dashed #fff;
    pointer-events: none;
    animation: border-anime 15s linear infinite;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@keyframes border-anime {
    from {
        transform: rotate(0);
    } to {
        transform: rotate(360deg);
    }
}

.img-d-border{ 
box-shadow:
0 0 0 5px #fff,
0 0 0 7px #E7EAED;
}

/*Sticky Section */
.is-sticky {
  position: fixed;
}

.is-sunk {
  position: absolute;
  bottom: 0;
}

.is-sunk-wrapper {
  position: relative;
}

/*------------------------------------*\
    AESTHETIC STYLES (NOT REQUIRED)
\*------------------------------------*/

/**
 * Objects
 */
.o-grid {
  align-items: top;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -1.5rem;
}
.js-sticky {z-index: 2;}
.js-sticky p {
    max-width: 560px;
}
.o-grid__item {
  box-sizing: border-box;
  padding-left: 1.5rem;
  width: 100%;
}

.o-grid--wide {
  margin-left: -3rem;
}
.o-grid--wide > .o-grid__item {
  padding-left: 3rem;
}

.o-box {
  background-color: #eee;
  margin-bottom: 2rem;
    padding-left: 6%;
    padding-right: 6%;
    padding-bottom: 2%;
}
.o-box:last-child {
  margin-bottom: 0;
}

.o-square:before {
  content: "";
  display: block;
  padding-top: 5%;
}

/**
 * Utilities
 */
.u-1\/2 {
  width: 50%;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .u-1\/2 {
  width: 100%;
}
    .o-grid__item {
        padding-bottom: 20px;
        background-color: #fff;
    }
}

ul.no-bullet {list-style: none !important;}
ul.no-bullet li {list-style: none !important;}


/* Hero Video */
.outter.hero-video {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .outter.hero-video {
    height: 325px;
  }
}

.hero-video .video-container {
  height: 670px;
  width: 100%;
  position: relative;
    
}
@media (max-width: 767px) {
  .hero-video .video-container {
    height: 325px;
  }
}
.hero-video video {
  -o-object-fit: cover;
     object-fit: cover;
  object-position: top;
  position: absolute;
  height: 670px;
  width: 100%;
  top: 0;
  left: 0;
  overflow: visible !important;
  z-index: -2 !important;
}
@media (max-width: 767px) {
  .hero-video video {
    height: 325px;
  }
}
.hero-video .video-container:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(106, 106, 106, 0.0);
  z-index: 1;
}
.hero-video h1 {
  margin: 0 0 3rem;
  padding: 0;
  line-height: 1;
  color: white;
    
}
@media (max-width: 767px) {
  .hero-video h1 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .hero-video h1 {
    font-size: 45px;
    font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.04em;  
  }
}
.hero-video .desc {
  color: white;
  font-weight: 400;
  font-size: 18px;
}
.hero-video .callout {
  position: relative;
  display: flex;
  justify-content:flex-end;
  align-items: center;
  flex-direction: column;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
  width: 70%;
  margin: auto;
}
@media (max-width: 767px) {
  .hero-video .callout {
    width: 90%;
  }
}

/*Hover Image Effect*/
.box {
  width: 100%;
  height: 100%;
  background: #062E5A;
  overflow: hidden;
  color: #ffffff;
  margin: 0px auto 0px;
  perspective: 50em;
  border-radius: 40px;
  box-sizing: border-box;
  transition: .5s ease;
  position: relative;
  box-shadow: rgba(0,0,0,0.3) 0 0 10px;
  border-collapse: collapse;
}
.box img {width: 100%;height: 100%;}
.head__box{
  width: 100%;
  height: 145px;
  position: absolute;
  bottom: 0px !important;
  left: 0;
  box-sizing: border-box;
  padding: 20px 40px;
  z-index: 10;
  opacity: 1;
  transition-delay: 0.3s;
  transition: 0.5s;
  background: rgb(4, 35, 68,1.0);
}
.head__box h4 {font-weight: 500 !important;}
.box:hover .head__box{
  opacity: 0 !important;
}
.text__box{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 40px 40px;
  z-index: 10;
  opacity: 0;
  transition-delay: 0.3s;
  transition: 0.5s;
}
.text__box:hover{
  opacity: 1;
}
.text__box::before{
  content: '';
  position: absolute;
  transition: 0.5s ease-in-out;
  height: 100%;
  width: 100%;
  background: #000;
}
.text__box::before{
  right: 0;
  bottom: 0;
  background: rgb(4, 35, 68,0.8);
}
.text__box-title {
  font-weight: 500;
  position: relative;
  z-index: 10;
}
.text__box-text {
  position: relative;
  z-index: 10;
}


/*Hover Box Effect*/
.box2 {
  width: 100%;
  height: 410px;
  background: #F1F2F2;
  overflow: hidden;
  color: #ffffff;
  margin: 0px auto 0px;
  border-radius: 0px;
  box-sizing: border-box;
  transition: .5s ease;
  position: relative;
  border-collapse: collapse;  
}
.box2:hover {
 box-shadow: rgba(0,0,0,0.2) 0px 0px 15px;
}
.box2 .head__box{
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0px !important;
  left: 0;
  box-sizing: border-box;
  padding: 30px 40px;
  z-index: 10;
  text-align: left;
  opacity: 1;
  transition-delay: 0.3s;
  transition: 0.5s;
  background: rgb(4, 35, 68,0.0);
}
.box2 .head__box .icon{ margin: 0 auto; padding-bottom: 20px; text-align: left;}
.box2 .head__box .icon img {max-width: 64px;}
.box2 .foot__box{
  width: 100%;
  height: 90px;
  position: absolute;
  bottom: 0px !important;
  left: 0;
  box-sizing: border-box;
  padding: 20px 40px;
  z-index: 10;
  opacity: 1;
  transition-delay: 0.3s;
  transition: 0.5s;
  background: rgb(4, 35, 68,0.0);
}
.box2:hover .head__box{
  opacity: 0 !important;
}
.box2:hover .foot__box{
  opacity: 1 !important;
}
.box2 .text__box{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 30px 40px;
  z-index: 10;
  opacity: 0;
  transition-delay: 0.3s;
  transition: 0.5s;
}
.box2:hover  .text__box{
  opacity: 1 !important;
}
.box2 .text__box:hover{
  opacity: 1;
}
.box2 .text__box::before{
  content: '';
  position: absolute;
  transition: 0.5s ease-in-out;
  height: 100%;
  width: 100%;
  background: #000;
}
.box2 .text__box::before{
  right: 0;
  bottom: 0;
  background: rgba(252,254,255,1);
  background: -moz-linear-gradient(top, rgba(252,254,255,1) 0%, rgba(242,250,255,1) 51%, rgba(206,234,255,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,254,255,1)), color-stop(51%, rgba(242,250,255,1)), color-stop(100%, rgba(206,234,255,1)));
  background: -webkit-linear-gradient(top, rgba(252,254,255,1) 0%, rgba(242,250,255,1) 51%, rgba(206,234,255,1) 100%);
  background: -o-linear-gradient(top, rgba(252,254,255,1) 0%, rgba(242,250,255,1) 51%, rgba(206,234,255,1) 100%);
  background: -ms-linear-gradient(top, rgba(252,254,255,1) 0%, rgba(242,250,255,1) 51%, rgba(206,234,255,1) 100%);
  background: linear-gradient(to bottom, rgba(252,254,255,1) 0%, rgba(242,250,255,1) 51%, rgba(206,234,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfeff', endColorstr='#ceeaff', GradientType=0 );
}
.box2 .text__box-title {
  font-weight: 500;
  position: relative;
  z-index: 10;
}
.box2 .text__box .icon {margin-bottom: 20px;}
.box2 .icon {
  position: relative;
  z-index: 10;
}
.box2 .text__box-text {
  position: relative;
  z-index: 10;
  color: #6a6a6a;
}




.table-wrapper{
  width: 100%;
  overflow-x: auto;
  box-sizing: border-box;
}
.responsive-table{
  display: inline-block;
  min-width: 100%;
  box-sizing: border-box;
}
.responsive-table > table {
  width: 100%;
  border-collapse: collapse;
}

.responsive-table > table td, th {
  padding: 5px 15px;
}

.content-title-career-light {
    margin-bottom: 20px;
     background-color: #eee;
    transition: 0.3s all ease-in-out;
    padding: 30px;
     color: #6a6a6a;
    border-radius: 30px;
}
.content-title-career-light:hover {
   background-color: var(--theme-color4);
   color: #fff;
}

/*Timeline CSS*/
.timeline {
  width: 100%;
  position: relative;
    box-sizing: border-box;
}
.timeline:before {
  content: "";
  position: absolute;
  top: 0px;
  left: calc(33% + 4px);
  bottom: 0px;
  width: 4px;
  background: #ddd;
}
.timeline:after {
  content: "";
  display: table;
  clear: both;
}

.entry {
  clear: both;
  text-align: left;
  position: relative;
    
}
.entry .title {
  margin-bottom: 0.5em;
  float: left;
  width: 33%;
  padding-right: 20px;
  text-align: right;
  position: relative;
}
.entry .title:before {
  content: "";
  position: absolute;
  width: 18px !important;
  height: 18px !important;
  border: 4px solid #C31F32 !important;
  background-color: #fff !important;
  border-radius: 100%;
  top: 15%;
  right: -15px;
  z-index: 99;
}
.entry .title h3 {
  margin: 0;
  font-size: 100%;
}
.entry .title p {
  margin: 0;
}
.entry .body {
  margin: 0 0 1em;
  float: right;
  width: 66%;
  padding-left: 30px;
}
.entry .body:last-child {
  margin: 0 0 0em;
}
.entry .body p {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #fff;
    padding: 15px;
}
.entry .body p:first-child {
  margin-top: 0;
  font-weight: 400;
}
.entry .body ul {
  color: #aaa;
  padding-left: 0;
  list-style-type: none;
}
.entry .body ul li:before {
  content: "–";
  margin-right: 0.5em;
}

.entry .body p::after {
    content: ' ';
    background-color: #fff;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 59.5%;
    top: calc(50% - -7px);
    transform: rotate(45deg);
    width: 15px;
    height: 15px;
}

@media only screen and (max-width: 767px){
  .entry .body p::after {
    content: ' ';
    background-color: #fff;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 68%;
    top: calc(50% - -7px);
    transform: rotate(45deg);
    width: 15px;
    height: 15px;
}
.entry .title {
  margin-bottom: 0.5em;
  float: left;
    width: 20%;
    }
    .timeline:before {
  content: "";
  position: absolute;
  top: 0px;
  left: calc(20% + 4px);
  bottom: 0px;
  width: 4px;
  background: #ddd;
}
 .entry .body {
  margin: 0 0 1em;
  float: right;
  width: 78%;
  padding-left: 30px;
}
}




.expt-circle-box {background-color: #eee; border-radius: 50%; width: 210px; height: 210px; align-content: center; justify-content: center; text-align: center; margin: 0 auto;-webkit-transition: all 300ms ease;
  transition: all 300ms ease;}
.expt-circle-box.bg1 {
    background: radial-gradient(circle at 50% 50%, #0a4990, #084180, #063971, #063261, #062d58, #062b55, #052951, #05274e);
}
.expt-circle-box.bg1:hover {
    background: radial-gradient(circle at 50% 50%, #041f3c, #042344, #05284d, #052c56, #063261, #07396f, #08407e, #0a488d);
}
.expt-circle-box.bg2{
background: radial-gradient(circle at 50% 50%, #c31f32, #bb1e31, #b31d2f, #ab1c2e, #a21a2c, #991929, #901727, #871624);
}
.expt-circle-box.bg2:hover{
background: radial-gradient(circle at 50% 50%, #871624, #901727, #991929, #a21a2c, #ab1c2e, #b31d2f, #bb1e31, #C31F32);
}
.expt-circle-box h3 a{
    font-size: 20px;
    line-height: 20px !important;
}
.expt-circle-box i {color: #fff; font-size: 40px;}


.tab-wrap {
  transition: 0.3s box-shadow ease;
  border-radius: 6px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  list-style: none;
  font-weight: normal !important;
}
.tab {
  display: none;
}
.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:first-of-type:not(:last-of-type) + label {
  margin-right: 55px;
  margin-left: 30%;
  margin-bottom: 0px;
}
.tab:last-of-type:not(:first-of-type) + label {
  margin-left: 25px;
}
.tab:checked + label {
  background-color: #C31F32;
  box-shadow: 0 -1px 0 #fff inset;
  cursor: default;
  color: #fff;
  font-weight: 600 !important;
}
.tab:checked + label:hover {
  box-shadow: 0 -1px 0 #fff inset;
  background-color: #062E5A;
    font-weight: 600 !important;
}
.tab + label {
  box-shadow: 0 -1px 0 #eee inset;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  cursor: pointer;
  display: block;
  text-decoration: none;
  flex-grow: 3;
  max-width: fit-content;
  text-align: center;
  background-color: #f2f2f2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: 0.3s background-color ease, 0.3s box-shadow ease;
  height: 50px;
  font-size: 25px;
  line-height: 40px;
  font-weight: 600 !important;
  box-sizing: border-box;
  padding: 5px 25px 10px 25px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.tab + label:hover {
  background-color: #C31F32;
  color: #fff;
  box-shadow: 0 1px 0 #f4f4f4 inset;
}
.tab__content {
  padding: 30px;
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
    font-weight: normal !important;
  color: #6a6a6a;
  transform: translateY(-3px);
  border-radius: 6px;
  background-color: #fff;
  margin: -5px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
/*.tab__content:hover{
box-shadow: 0 12px 23px rgba(0, 0, 0, 0.23), 0 10px 10px rgba(0, 0, 0, 0.19);
}*/
.tab__content p {
    font-weight: normal !important;
} 
.tab__content h3 {
    font-weight: 600 !important;
} 

.image-globe {
    position: absolute !important;
    top: 28% !important;
    left: 15% !important;
    width: 140px !important;
    height: 140px !important;
    margin:-60px 0 0 -60px !important;
    -webkit-animation:spin 20s linear infinite;
    -moz-animation:spin 20s linear infinite;
    animation:spin 20s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

@media only screen and (max-width: 767px){
    .tab + label {
        font-size: 18px;
    }
    .tab:first-of-type:not(:last-of-type) + label {
  margin-right: 7%;
  margin-bottom: 0px;
  margin-left: 1%;
}
.tab:last-of-type:not(:first-of-type) + label {
  margin-left: 1%;
    margin-right: 1%;
    
}
}

/*  */
.small-text {
    color: #2c2b0c;
}

.work-process-section {
    width: 100%;
    display: block;
    padding: 30px 10% 30px;
    background: #EFEDE7;
    background-size: cover;
    background-position: center;
    margin-top: 20px;
    border-radius: 10px;
}

.work-process-section .heading-block {
    width: 100%;
    display: block;
    margin: 0px auto 40px;
    text-align: center;
}

.work-process-section .heading-block .description {
    font-size: 16px;
    color: #666666;
    margin-bottom: 0px;
}

.work-process-block {
    max-width: 1400px;
    width: 100%;
    margin: 0px auto;
    /* height: 450px; */
}

.work-process-layout1 .work-process-top .number {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    border: 2px solid;
    font-size: 20px;
    font-weight: 700;
    line-height: 45px;
    margin-left: 20%;
    margin-bottom: 5px;
    background-color: #1A5581 !important;
    border-radius: 50%;
    position: relative;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.work-process-layout1 .work-process-top {
    text-align: center;
    position: relative
}

.work-process-layout1 .work-process-top .shape {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    display: inline-block;
    position: absolute;
    left: 25px;
    top: 63px;
    width: 100%;
    height: 200px;
    max-width: 270px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 29% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 29% 100%);
    border-radius: 10px;
    z-index: 0;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    background-color: #1A5581;
}

.work-process-layout1 .vs-work-process-2 .shape {
    background: #C31F32 !important;
}

.work-process-layout1 .vs-work-process-2 .number {
    background: #C31F32 !important;
}

.work-process-layout1 .vs-work-process-2 .work-process-content {
    border-color: #C31F32 !important;
}

/* .work-process-layout1 .vs-work-process-3 .shape { background: #008dc4  !important; }
.work-process-layout1 .vs-work-process-3 .number{ background: #008dc4  !important; }
.work-process-layout1 .vs-work-process-3 .work-process-content { border-color: #008dc4  !important; }
 */
.work-process-layout1 .vs-work-process-4 .shape {
    background: #C31F32 !important;
}

.work-process-layout1 .vs-work-process-4 .number {
    background: #C31F32 !important;
}

.work-process-layout1 .vs-work-process-4 .work-process-content {
    border-color: #C31F32 !important;
}

.work-process-layout1 .work-process-content {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    border-radius: 10px;
    box-shadow: 0px 3px 0px 0px rgba(17, 180, 245, 0.004), 0px 3px 50px 0px rgba(17, 180, 245, 0.1);
    background-color: rgba(255, 255, 255, 0.969);
    padding: 20px 20px;
    padding-bottom: 10px;
    max-width: 270px;
    min-height: 200px;
    border-bottom: 3px solid #1A5581;
    position: relative;
}

.work-process-layout1 .work-process-content.odd-block {
    border-color: #d9d675;
}

.work-process-layout1 .work-process-content .icon {
    width: 45px;
    height: 45px;
    margin: 0px auto 20px;
}

.work-process-layout1 .work-process-content .icon img {
    width: 100%;
    height: 100%;
}

.work-process-layout1 .work-process-content .process-title {
    color: #1d165c;
    font-size: 20px;
    line-height: 30px;
    transition: all 500ms ease;
    font-weight: 600;
    margin-bottom: 12px;
}

.work-process-layout1 .work-process-content .text {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    transition: all 500ms ease;
    margin-bottom: 0px;
}
.work-process-layout1 .work-process-content .text a {color: #C31F32}
.work-process-layout1 .vs-work-process:hover .work-process-top .shape {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%)
}

.work-process-layout1 .vs-work-process:hover .work-process-top .number {
    margin-bottom: 0px;
    margin-left: 0%
}



.logo-slider {
    overflow: hidden;
    padding: 30px 0 0 0;
    white-space: nowrap;
    position: relative;
}

.logo-slider:hover .logos-slide {
    animation-play-state: paused;
}

.logos-slide {
    display: inline-block;
    animation: 15s slide infinite linear backwards;
}

.logos-slide .slide {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
}

.logos-slide img {
    max-width: 200px;
    max-width: 100px;
    margin: 5px 0;
}

@keyframes slide {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}


.scroll-text-container {
    position: relative;
    width: 100%;
    height: 250px;
}

.scroll-text-container .scrollbox {
    width: 100%;
    height: 100%;
    background-color: #EEEEEE;
    color: #6a6a6a;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    opacity: 0;
    text-align: justify;
    transition: opacity 0.5s ease;
}

.jobs-section {
    background-color:#04356D;
    padding: 50px 0px !important;
}
.jobs-section h1 {font-size: 60px;}
.jobs-section h3 {font-size: 25px;}

@media only screen and (max-width: 767px){
   .jobs-section {
    background-color:#04356D;
    padding: 0px 0px 30px !important;
} 
    .jobs-section #jobs-img {text-align: center;}
    .jobs-section #jobs-img img {width: 80%;}
    .jobs-section h3 {font-size: 20px; text-align: center;}
    .jobs-section h1 {font-size: 40px; text-align: center;}
}
.case-section {
    background-color:#04356D;
    padding: 50px 0px !important;
}
.case-section h1 {font-size: 60px;}
.case-section h4 {font-size: 20px; font-weight: 500;}

@media only screen and (max-width: 767px){
   .case-section {
    background-color:#04356D;
    padding: 0px 0px 30px !important;
} 
    .case-section #jobs-img {text-align: center;}
    .case-section #jobs-img img {width: 80%;}
    .case-section h4 {font-size: 16px; text-align: center;}
    .case-section h1 {font-size: 40px; text-align: center;}
}



.responsive-job-table {
  width: 100%;
  margin-bottom: 3em;
  border-spacing: 0;
    border: none;
}
@media (min-width: 48em) {
  .responsive-job-table {
    font-size: 0.9em;
  }
}
@media (min-width: 62em) {
  .responsive-job-table {
    font-size: 13px;
  }
}
.responsive-job-table thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
@media (min-width: 48em) {
  .responsive-job-table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
}
.responsive-job-table thead th {
  background-color: #04356D;
  /*border: 1px solid #9E9E9E;*/
  font-weight: bold;
  text-align: center;
  color: white;
}
.responsive-job-table thead th:first-of-type {
  text-align: left;
}
.responsive-job-table tbody,
.responsive-job-table tr,
.responsive-job-table th,
.responsive-job-table td {
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
}
@media (min-width: 48em) {
  .responsive-job-table tr {
    display: table-row;
  }
}
.responsive-job-table th,
.responsive-job-table td {
  padding: 0.2em;
  vertical-align: middle;
}
@media (min-width: 30em) {
  .responsive-job-table th,
.responsive-job-table td {
    padding: 0.2em 0.5em;
  }
}
@media (min-width: 48em) {
  .responsive-job-table th,
.responsive-job-table td {
    display: table-cell;
    padding: 0.2em 0.5em;
  }
}
@media (min-width: 62em) {
  .responsive-job-table th,
.responsive-job-table td {
    padding: 0.2em 0.5em;
  }
}
@media (min-width: 75em) {
  .responsive-job-table th,
.responsive-job-table td {
    padding: 0.2em 0.5em;
  }
}
.responsive-job-table caption {
  margin-bottom: 1em;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 48em) {
  .responsive-job-table caption {
    font-size: 1.5em;
  }
}

@media (min-width: 48em) {
  .responsive-job-table tbody {
    display: table-row-group;
  }
}
.responsive-job-table tbody tr {
  margin-bottom: 1em;
}
@media (min-width: 48em) {
  .responsive-job-table tbody tr {
    display: table-row;
    border-width: 1px;
  }
}
.responsive-job-table tbody tr:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 48em) {
  .responsive-job-table tbody tr:nth-of-type(even) {
    background-color: #EEEEEE;
  }
}
.responsive-job-table tbody th[scope=row] {
  background-color: #04356D;
  color: white;
}
@media (min-width: 30em) {
  .responsive-job-table tbody th[scope=row] {
    /*border-left: 1px solid #9E9E9E;*/
    border-bottom: 1px solid #9E9E9E;
  }
}
@media (min-width: 48em) {
  .responsive-job-table tbody th[scope=row] {
    background-color: transparent;
    color: #000001;
    text-align: left;
  }
}
.responsive-job-table tbody td {
  text-align: right;
}
@media (min-width: 48em) {
  .responsive-job-table tbody td {
    /*border-left: 1px solid #9E9E9E;*/
    border-bottom: 1px solid #9E9E9E;
    text-align: center;
  }
}
@media (min-width: 48em) {
  .responsive-job-table tbody td:last-of-type {
    border-right: 1px solid #9E9E9E;
  }
}
.responsive-job-table tbody td[data-type=currency] {
  text-align: right;
}
.responsive-job-table tbody td[data-title]:before {
  content: attr(data-title);
  float: left;
  font-size: 1.0em;
  color: #6a6a6a;
}
@media (min-width: 30em) {
  .responsive-job-table tbody td[data-title]:before {
    font-size: 0.9em;
  }
}
@media (min-width: 48em) {
  .responsive-job-table tbody td[data-title]:before {
    content: none;
  }
}
.responsive-job-table .jtitle {color: #0762C5; font-size: 13px;}
.responsive-job-table .jtitle:hover {color: #C31F32;}
.responsive-job-table .viewbtn {color: #003366; padding: 2px 10px; border-radius: 3px;font-size: 13px;}
.responsive-job-table .applybtn {color: #677585;padding: 2px 10px;font-size: 13px;}
.responsive-job-table .applybtn:hover {color: #003366; padding: 2px 10px;}

@media (max-width:767px) {
.responsive-job-table .jtitle {color: #fff !important; padding-left: 5px;}
.responsive-job-table .jtitle:hover {color: #C31F32 !important;}  
}

.job-detail table {
    width: 80% !important;
    border: 1px solid #6a6a6a;
    margin-bottom: 20px;
    margin-top: 10px;
    
}
.job-detail table td {
    padding: 5px 10px;
    border: 1px solid #6a6a6a;
}
.job-detail table td:nth-of-type(odd) {
    background-color: #F3F3F3;
}
.job-detail table > tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}
.job-detail table > :not(caption) > * {
    border-width: 1px 0
}

.job-detail ul {
	position: relative;
	list-style: none;
	margin-left: 30px;
	padding-left: 1.5em;
    margin-bottom: 20px;
    margin-top: 10px;
}
.job-detail ul li:before {
	content: "\f058";
	position: absolute;
	left: 0;
    color: #C31F32;
    font-family: "Font Awesome 6 Pro";
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: 900;
  font-weight: var(--fa-style, 900);
}

/*Job Applcation Form Design */

@media screen and (max-width: 1023px) {
  .job-form #form-wrapper #form-cart-menu {
    width: auto !important;
  }

  .job-form #form-wrapper {
    top: 0px !important;
  }
}
.job-form #form-wrapper {
  width: 100%;
  background-color: white;
  float: left;
  position: relative;
  border-radius: 3px;
  box-shadow: 0px 0px 36px -5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-bottom: 50px;
}
.job-form #form-wrapper #form-left-wrapper {
  width: 100%;
  float: left;
  height: 100%;
  padding: 40px;
  position: relative;
  min-height: 278px !important;
  clear: both;
}
.form-job-title {
  width: 100%;
  padding: 15px 15px 10px;
  box-sizing: border-box;
  color: #cfd2e4;
    background-color: #E6F2FF;
  font-size: 1.0em;
  text-align: left !important;
  transition: 100ms ease;
  text-align: center;
}
.pt--20 {padding-top: 20px !important; clear: both;}
.form-job-title h3 small{font-size: 1.0em !important;color: #003366;}
.form-job-title h3 {font-size: 1.1em !important; padding: 0; margin: 0 ; color: #003366;}
.form-tab-title h3 {font-size: 1.1em !important; padding: 0; margin: 0 ; color: #003366;padding: 10px; margin-bottom: 20px; background-color: #eee;}
.form-job-title:not(.current):hover {
  color: #bec2db;
}
.form-job-title.current {
  color: #003366;
  cursor: default;
  font-weight: 600;
  box-sizing: border-box;
}

.form-job-title .applydate {
    text-align: right;
}

.form-input {
  float: left;
  box-sizing: border-box;
  padding-right: 10px;
  padding-bottom: 10px;
}
.job-form .form-input label {
  line-height: 20px;
  color: #313a73;
  font-weight: 500;
  font-size: 13px !important;
}
.form-input input, select {
  width: 100%;
  padding: 2px 10px !important;
  font-size: 0.8em;
  color: #313a73;
}
.form-input select {
  font-size: 0.8em;
  color: #313a73;
  padding: 5px 5px !important; 
}

.form-input.required label::after{
    content: "*";
    color: red;
    font-size: 16px;
}
@media screen and (max-width: 1023px) {
  #form-left-wrapper {
    width: 100% !important;
  }
.form-job-title h3 small{font-size: 0.8em !important;color: #003366;}
.form-job-title h3 {font-size: 0.8em !important; padding: 0; margin: 0 ; color: #003366;}
}



.input-tenth {
  width: 10%;
}
.input-fifteenth {
  width: 15%;
}
.input-thirty {
  width: 30%;
}
.input-one-fifth {
  width: 20%;
}
.input-one-fourth {
  width: 25%;
}
.input-small {
  width: 33.33%;
}
.input-half {
  width: 50%;
}
.input-medium {
  width: 66.66%;
}
.input-full {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .input-small, .input-half, .input-one-fifth, .input-one-fourth, .input-thirty {
    width: 100%;
  }
  .input-medium {
    width: 100%;
  }
 .form-job-title h3 small {width: 100%;}
  .form-job-title .applydate {
    text-align: left;
    }
  .input-tenth {
  width: 50% !important;
} 
    .input-fifteenth {
  width: 50% !important;
} 
    
    
}
@media screen and (max-width: 475px) {
  .input-small {
    width: 100%;
  }

  .input-medium {
    width: 100%;
  }
}
.form-input-checkbox {
  font-size: 0.8em;
  cursor: pointer;
  float: right;
  margin-top: 25px;
}
.form-input-checkbox input {
  cursor: pointer;
}

.hr {
  margin-top: 35px;
  margin-bottom: 35px;
  height: 2px;
  width: calc(100% - 10px);
  background-color: rgba(223, 225, 237, 0.7);
  float: left;
  box-sizing: border-box;
}

.form-input input, .form-input select {
  border-radius: 2px;
  border: 2px solid #dfe1ed;
}

#contact-details {
  float: left;
  margin-top: 20px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  #form-cart-menu {
    position: absolute;
    right: 0;
    top: 0;
  }
}
#form-submit {
  padding-top: 30px;
  float: none !important;
  margin: 0 auto;
  clear: both;
  width: 100%;
    
}
#form-submit input[type=submit] {
  cursor: pointer;
  width: 25%;
  min-width: 150px;
  float: none;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  #form-submit input[type=submit] {
    width: 33.3%;
  }

}
@media screen and (max-width: 475px) {
  #form-submit input[type=submit] {
    width: 100%;
  }
}

input[type=submit], input[type=reset] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input[type=submit], input[type=reset] {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
select.decorated:invalid,
select.decorated option[value=""] {
  color: #6a6a6a !important;
    font-weight: bold
}
select.decorated{
  appearance: none !important;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat!important;
  background-position: right 0.7rem top 50%!important;
  background-size: 0.65rem auto!important;
}
select.decorated option:hover {
    box-shadow: 0 0 10px 100px #1882A8 inset;
    background-color: #EFEFEF !important;
}
select.decorated option:focus{
background-color: #EFEFEF;
}

select.decorated option:active{
background-color: #EFEFEF;
}

/*Btn Style One*/
input[type=submit] {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  padding: 6px 30px;
  font-weight: 800;
  overflow: hidden;
  color: #ffffff;
  z-index: 1;
    min-width: 200px;
  background: var(--bg-theme-color2);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 10px;
  overflow: hidden;
}
input[type=reset] {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  padding: 6px 30px;
  font-weight: 800;
  overflow: hidden;
    min-width: 200px;
  color: #ffffff;
  z-index: 1;
  background: var(--bg-theme-color1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 10px;
  overflow: hidden;
}
input[type=submit]:before {
  left: 0;
  top: 0;
  content: "";
  background-color: var(--bg-theme-color2-dark);
  border-radius: 10px;
  height: 100%;
  width: 24px;
  position: absolute;
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
input[type=submit]:hover {
  color: #ffffff;
  background: var(--bg-theme-color1);
}
input[type=reset]:hover {
  color: #ffffff;
  background: #3d3d3d;
}
input.btn-style-one:hover .btn-title {
  color: #ffffff;
}
input.btn-style-one:hover:before {
  width: 100%;
}



/*Case Studies Pagination*/
.pagination {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .pages {
  display: flex;
}
.pagination a {
  display: block;
  height: 52px;
  width: 52px;
  line-height: 54px;
  text-align: center;
  text-decoration: none;
  color: #003366;
  background-color: #fff;
  margin: 0 1px;
    border: 2px solid #eee;
}
.pagination a.prev, .pagination a.next {
  width: 100px;
  padding: 0 10px;
}
.pagination a.prev {
  margin-right: 5px;
}
.pagination a.next {
  margin-left: 5px;
}
.pagination a.active, .pagination a:hover {
  background: #003366;
  color: #fff;
}
.pagination a.active {
  cursor: default;
  pointer-events: none;
}

.mobile-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-pagination select {
  margin-right: 15px;
  font-weight: normal;
  display: block;
  padding: 10px 30px 10px 10px;
  font-size: 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff url(https://i.imgur.com/kuvm7lH.png) no-repeat;
  background-position: right 12px center;
  text-decoration: none;
  color: #333;
  border: 1px solid #ccc;
}
.mobile-pagination select:focus {
  outline: none;
}
.mobile-pagination select:hover {
  cursor: pointer;
}
.mobile-pagination select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.mobile-pagination select::-ms-expand {
  /* for IE 11 */
  display: none;
}
.mobile-pagination .next {
  background: #003366;
  color: #fff;
  height: 42px;
  line-height: 44px;
  padding: 0 20px;
}
.mobile-pagination .next:hover {
  background: #004A95;
}

.contact-box h3 {color: #fff; background-color: #003366; padding: 10px 10px 10px 20px;}
.contact-box h4 {padding: 10px; font-size: 17px !important;color: #003366}
.contact-box i {padding-right: 10px;}
.contact-box .clink:hover {color: #004A95 !important;}





.testimonials-wrap {
  padding: 0px 30px 10px;
}
.testimonial-box {
  display: block;
  position: relative;
  padding: 30px 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.carousel-testimonial .item {
  padding: 30px 10px;
}

.carousel-testimonial .item .text{
    height: 100% !important;
}

.carousel-testimonial .owl-nav {
  position: absolute;
  top: calc(0% - 21px);
  width: 100px;
  right: 30px;
}

.carousel-testimonial .owl-nav div {
  position: absolute;
  top: 50%;
  border: 1px solid #000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.carousel-testimonial .owl-prev {
  left: 0%;
  display: flex;
  background: #fff;
}

.carousel-testimonial .owl-next {
  right: 0%;
  display: flex;
  background: #fff;
}

.carousel-testimonial .owl-prev i,
.carousel-testimonial .owl-next i {
  margin: auto;
    font-size: 22px;
}

@media screen and (max-width: 767px) {
  .testimonials-wrap {
  padding: 0px 10px 10px;
}
}

/*CSR carousel*/

.carousel-csr .item {
  padding: 30px 10px;
}

.carousel-csr .item .info-box {
    height: 100% !important;
}
.carousel-csr .item .text{
    height: 100% !important;
}

.carousel-csr .owl-nav {
  position: absolute;
  top: calc(100% - 21px);
  width: 100px;
  right: 30px;
    z-index: 999;
}

.carousel-csr .owl-nav div {
  position: absolute;
  top: 50%;
  border: 1px solid #000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.carousel-csr .owl-prev {
  left: 0%;
  display: flex;
  background: #fff;
}

.carousel-csr .owl-next {
  right: 0%;
  display: flex;
  background: #fff;
}

.carousel-csr .owl-prev i,
.carousel-csr .owl-next i {
  margin: auto;
    font-size: 22px;
}

@media screen and (max-width: 767px) {
  .csr-wrap {
  padding: 0px 10px 10px;
}
}



.contact-box-bottom {background-color: #fff; padding: 25px 10px 25px 25px; border-radius: 30px;}
.contact-box-bottom i {padding-right: 5px;}
.contact-box-bottom i, .contact-box-bottom a {font-weight: 600; font-size: 15px;} 

.contact_form .form-group input.form-control {
    padding: 5px 10px 5px 20px !important;
    height: 40px;
}
.contact_form .form-group textarea.form-control {
    padding: 10px 10px 10px 20px !important;
    height: 80px;
}

.gradient-bg {
  background-color: linear-gradient(90deg, rgba(240, 250, 255,1) 20.5625%,rgba(44, 232, 252,1) 20.5625%,rgba(254, 245, 247,1) 80.5625%);
	background: -webkit-gradient(linear, left top, right top, from(#F0FAFF), to(#FEF5F7));
	background: -webkit-linear-gradient(left, #F0FAFF, #FEF5F7);
	background: -moz-linear-gradient(left, #F0FAFF, #FEF5F7);
	background: -ms-linear-gradient(left, #F0FAFF, #FEF5F7);
	background: -o-linear-gradient(left, #F0FAFF, #FEF5F7); 
}
.contact-details {
    padding: 50px 0px;
}
.location-details__right {
    padding: 20px 30px;
    border-radius: 20px;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}
#pagedata .location-details__right h5 {
    font-size: 10px !important;
  } 

.form-bg {
    padding: 40px 40px 40px 40px;
    background-color: rgba(13, 99, 162, 0.15);
    backdrop-filter: blur(15px) saturate(150%);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.accordion_contact{
    border-radius: 20px;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
    padding: 20px;
}

.accordion_contact button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #6a6a6a;
  font-size: 1.15rem;
  font-weight: 400;
  border: 1px solid #fff !important;
  background: none;
  outline: none !important;
}
.accordion_contact button:hover, .accordion_contact button:focus {
  cursor: pointer;
}
.accordion_contact button:hover::after, .accordion_contact button:focus::after {
  cursor: pointer;
}
.accordion_contact button .accordion-title {
  padding: 1em 1.5em 0em 0;
  border: none !important;
}
.accordion_contact button[aria-expanded=true] .accordion-title{
    font-weight: 600;
}
.accordion_contact button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
}
.accordion_contact button .icon::before {
  display: block;
  position: absolute;
  content: "\f106";
  font-size: 18px;
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  line-height: 20px;
  text-align: center;
  color: var(--theme-color1);
  transform: rotate(100grad);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.accordion_contact button[aria-expanded=true] .icon::before {
    display: none !important;
    color: #fff;
}

.accordion_contact button[aria-expanded=true] .icon::after {
  display: block;
  position: absolute;
  content: "\f106";
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  color: var(--theme-color1);
  transform: rotateX(180deg);
}
.accordion_contact button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 9em;
    margin-bottom: 20px;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion_contact .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion_contact .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 0em 0;
}



.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
}

.csr-carousel .owl-carousel .owl-stage{display: flex;}
.csr-carousel .items {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
.item-details {
    position: relative;
    overflow: hidden;
    /* margin-bottom: 80px; *//*This is optional*/
    display: flex;
    flex-direction: column;
    align-items: stretch;
}








.csr-carousel .owl-carousel .owl-stage {
  display: flex;
}
.csr-carousel .owl-carousel .item {
  display: flex;
  flex: 1 0 auto;
}
.csr-carousel .owl-carousel .item-details p {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}




.csr-carousel {
  background-color: #F8F8F8;
  position: relative;
  padding-top: 60px;
  padding-bottom: 80px;
}
.csr-carousel:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background-color: #fff;
}

#csr-boxes .item {
  text-align: center;
  margin-bottom: 0px;
    background-color: #F5F5F7;
   -webkit-transition: all 300ms ease;
transition: all 300ms ease;
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
     height: 100% !important;
}

#csr-boxes .item:hover {
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
background-color: #fff; 
}

#csr-boxes .item-details {
  color: #6a6a6a;
  -webkit-transition: all 300ms ease;
transition: all 300ms ease;
  padding: 20px 25px 10px;
  text-align: left;
}
#csr-boxes .item-details h5 {
  margin: 0 0 15px;
  font-size: 20px;
  line-height: 18px;
}
#csr-boxes .item-details h5 span {
  color: red;
  float: right;
  padding-right: 20px;
}
#csr-boxes .item-details p {
  font-size: 14px;
   
}


.csr-carousel .owl-carousel .owl-nav [class*=owl-] {
  transition: all 0.3s ease;
}

.csr-carousel .owl-carousel .owl-nav [class*=owl-].disabled:hover {
  background-color: #D6D6D6;
}

.csr-carousel .owl-carousel {
  position: relative;
}

.csr-carousel .owl-carousel .owl-next,
.csr-carousel .owl-carousel .owl-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 30%;
  font-size: 20px;
  color: #D6D6D6;
  border: 1px solid #ddd;
  text-align: center;
}
.csr-carousel .owl-carousel .owl-next:hover,
.csr-carousel .owl-carousel .owl-prev:hover {
  color: #6a6a6a;
  border: 1px solid #6a6a6a;
}

.csr-carousel .owl-carousel .owl-prev {
  left: -70px;
}

.csr-carousel .owl-carousel .owl-next {
  right: -70px;
}





.side-wrap p,
.side-wrap ul {
  font-size: 1rem;
  color: #444;
  line-height: 1.3rem;
}

/*
 * Custom Classes
 */
.relative {
  position: relative;
}

.centered {
  margin: auto;
  max-width: 1200px;
}

/* Forms */
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
  margin: 0 0 0.3rem;
}

label {
  color: #444;
  margin-bottom: 0.4rem;
}

label.is-invalid {
  color: #ff0022;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
  font-size: 0.8rem;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
  font-size: 0.8rem;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
  font-size: 0.8rem;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
  font-size: 0.8rem;
}

/* Icons */
.hide {
  display: none;
}

.icon.validation {
  width: 13px;
  height: 13px;
  position: absolute;
  top: -5px;
  right: -5px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 0.4rem;
  text-align: center;
  line-height: 0.9rem;
  color: #fff;
}

.icon.success {
  background: #00aa11;
}

.icon.error {
  background: #ff0022;
}

.success {
  color: #00aa11;
}

/* Fields */
.input-wrap.is-invalid input, .input-wrap.is-invalid select, .input-wrap.is-invalid textarea {
  border: 1px solid #ff0022;
}

/* Helper/Error */
.is-helpful {
  color: #999;
  font-size: 0.5rem;
  margin-top: 0.0rem;
  margin-bottom: 0.1rem;
}

.is-helpful.error-message {
  color: #ff0022;
}