@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap'); 
body{
    font-family: "Inter", sans-serif !important;
}

*{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}
html{font-size:16px;}
body{font-family: 'Inter', sans-serif; font-size:16px; padding:0;margin:0;background:#fff; color:#001036; line-height: 26px;}
a{text-decoration:none; transition: all 0.25s ease-in-out 0s; -webkit-transition: all 0.25s ease-in-out 0s; -moz-transition: all 0.25s ease-in-out 0s; }
a:hover,a:focus{outline:none;text-decoration:none}
a:visited{color:inherit;}
button, input[type="button"], input[type="reset"], input[type="submit"] {font-weight:300; font-size:1rem;}
.container, .container.vc_col-sm-12, .container.vc_row > .vc_col-sm-12{width:100%;max-width:1730px;padding:0 15px;margin:0 auto; float:none;}
.container.vc_row{margin-left:auto; margin-right:auto; max-width:100%; padding-left:0px; padding-right:0px;}
.container.vc_row > .vc_col-sm-12 > .vc_column-inner{padding-left:0px; padding-right:0px;}
.vc_row[data-vc-full-width="true"]{margin-left:0px; margin-right:0px;}
.vc_row[data-vc-full-width="true"] > .vc_col-sm-12 > .vc_column-inner{padding-left:0px; padding-right:0px;}
.post,.page{margin:0}
body .wpb_button, body .wpb_content_element, ul.wpb_thumbnails-fluid>li{
  margin-bottom: 0;
}
ol{
  margin: 0;
  padding-left: 30px;
}
.vc_col-has-fill>.vc_column-inner,.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,.vc_row-has-fill>.vc_column_container>.vc_column-inner{padding:0!important}
h1,h2,h3,h4,h5,h6,p{margin:0; padding: 0;}
:root {
  --jk-shadow: #0dcaf0;
}
h1, .h1 { 
  font-size: 100px;
  line-height: 100px;
  font-weight: 700;
  color: #FFFFFF;
}
h2, .h2 {
  font-size: 64px;
  line-height: 74px;
  font-weight: 700;
  color: #000000;
}
h3, .h3 { 
  font-size: 46px;
  line-height: 64px;
  font-weight: 700;
  color: #000000;
}
h4, .h4 {
  font-size: 36px;
  line-height: 50px;
  font-weight: 900;
  color: #000000;
}
h5, .h5 { 
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  color: #000000;
}
h6, .h6 { 
  color: #001036;
}
ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
p{
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #000000;
}
input, button, textarea, select{font-family: 'Lato', sans-serif;}
button,[type="button"],[type="reset"],[type="submit"] { -webkit-appearance: button; }
button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled) {  cursor: pointer; }
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner { padding: 0; border-style: none; }
input[type="radio"],input[type="checkbox"] { -webkit-box-sizing: border-box;  box-sizing: border-box; padding: 0; }
input[type="date"],input[type="time"],input[type="datetime-local"],
input[type="month"] {  -webkit-appearance: listbox; }
.widget{
  margin: 0;
}
textarea { overflow: auto; resize: vertical; }
img{
  max-width: 100%;
}
a { 
  transition: all 0.3s ease-in-out 0s;
}
.pt-200{
  padding-top: 150px !important;
}
.pb-200{
  padding-bottom: 150px !important;
}
.pt-100{
  padding-top: 100px !important;
}
.pb-100{
  padding-bottom: 100px !important;
}
.pb-70{
  padding-bottom: 70px !important;
}
.pb-40{
  padding-bottom: 40px !important;
}
.pt-40{
  padding-top: 40px !important;
}
.mb-40{
  margin-bottom: 40px !important;
}
.left-space{
  padding-left: calc((100vw - 1725px) / 2);
}
.d-none{
  display: none !important;
}
.show-desktop{
  display: block !important;
}
.show-mobile{
  display: none !important;
}

body .wpb-content-wrapper{
  overflow: hidden;
}
.small-section-title{
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  color: #000;
  padding: 0 0 20px;
}
.disc-section-title h3{
  font-size: 50px;
  line-height: 70px;
  font-weight: 900;
  color: #000;
}
.disc-section-title h3 span{
  color: #3F7EFF;
}
.c-white .small-section-title{
  color: #FFFFFF;
}
.c-white .disc-section-title h3{
  color: #FFFFFF;
}
.c-white p{
  color: #FFFFFF;
}
.c-white h5{
  color: #FFFFFF;
  font-weight: 600;
}
.knowmore-link{
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  transition: all 0.25s ease;
}
.knowmore-link span{
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  color: #FFFFFF;
  display: inline-block;
  transition: width 0.25s ease, opacity 0.25s ease 0.25s;
  width: 0;
  opacity: 0;
  white-space: nowrap;
}
.knowmore-link .till-arrow{
  background: url("../images/arrow-till-right.svg") no-repeat center center;
  width: 20px;
  height: 20px;
}
/* .knowmore-link:before{
  content: "";
  width: 40px;
  height: 3px;
  background: #FFFFFF;
  position: absolute;
  right: 0;
  top: 15px;
} */

.heroslider-card{
  width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}
.heroslider-card__img{
  padding-bottom: 54%;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.heroslider-card__img img{
  display: block;
  width: 100%;
}
.heroslider-card__content{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.heroslider-card__content h1{
  color: #FFFFFF;
  padding-bottom: 20px;
}
.heroslider-card__content h2{
  color: #FFFFFF;
  padding-bottom: 40px;
}
.heroslider-card__content p{
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  color: #FFFFFF;
}
.chatbox{
    display:none !important;
}
.services-card-feature{
  width: 100%;
  padding: 50px 40px;
  background: linear-gradient(144.86deg, #0042C9 -0.57%, #3F7EFF 100%);
  box-shadow: none;
  transition: all 0.3s linear;
}
.services-card-feature:hover{
  box-shadow: 0px 0px 80px 0px rgba(0,0,0,0.3);
}
.services-card-feature:hover .knowmore-link span{
  opacity: 1;
  width: 100px;
}
.services-card-feature:hover .knowmore-link i{
  animation: arrowMoveRight 1s ease-in-out infinite;
}
@keyframes arrowMoveRight {
  0% { -webkit-transform:translate(0,0); opacity: 0;}
  50% { opacity: 1;}
  100% { -webkit-transform:translate(10px,0); opacity: 0;}
}
.services-card-feature__img{
  padding-bottom: 50px;
}
.services-card-feature__content{
  transition: all 0.5s linear;
  transform: translateY(0px);
  min-height: 370px;
  position: relative;
  padding-bottom: 30px;
}
.services-card-feature:hover .services-card-feature__content{
  transform: translateY(-20px);
}
.services-card-feature__content h4{
  color: #FFFFFF;
  padding-bottom: 30px;
  font-size: 32px;
  line-height: 44px;
}
.services-card-feature__content p{
  color: #FFFFFF;
  padding-bottom: 10px;
}
.services-card-feature__content ul{
  padding-bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.services-card-feature__content ul li{
  background: url("../images/arrow-right.svg") no-repeat left 8px;
  list-style: none;
  padding-left: 21px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  color: #FFFFFF;
  margin-top: 20px;
}
.services-card-feature:hover .services-card-feature__content ul{
  opacity: 1;
  visibility: visible;
}
.services-card-feature__content .knowmore-link{
  position: absolute;
  left: 0;
  bottom: 0;
}
.mob-only{
    display:none !important;
}
          .desk-only{
        display:block !important;
    }

.industries-card-feature{
  position: relative;
  box-shadow: 15px 15px 80px 0px rgba(0,0,0,0.15);
}
.industries-card-feature__img{
  overflow: hidden;
}
.industries-card-feature__img:before{
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 13.78%, rgba(0, 0, 0, 1) 94.93%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.industries-card-feature__img img{
  display: block;
  width: 100%;
  height: 590px;
  object-fit: cover;
}
.industries-card-feature__content{
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px;
}
.industries-card-feature__content h4{
  color: #FFFFFF;
}

.insights-card-feature{
  position: relative;
  box-shadow: 15px 15px 60px 0px rgba(0,0,0,0.15);
}
.insights-card-feature:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #79A5FF;
  transition: 0.5s;
  z-index: -1;
}
.insights-card-feature:hover:before {
  transform: rotate(5deg);
  box-shadow: 15px 15px 60px 0px rgba(0,0,0,0.15);
}
.insights-card-feature__img img{
  display: block;
  height: 700px;
  width: 100%;
  object-fit: cover;
}
.insights-card-feature__img:before{
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 26.48%, #000000 100%);
  position: absolute;
  left: 0;
  top: 0;
}
.insights-card-feature__content{
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 50px 40px;
}
.insights-card-feature__content .home-insight-htag{
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  left: 30px;
  bottom: 20px;
}
.insights-card-feature__content h4{
  color: #FFFFFF;
  text-align: center;
  transition: all 0.4s linear;
  transform: translateY(50px);
  opacity: 0;
}
.insights-card-feature:hover .insights-card-feature__content h4{
  transform: translateY(0px);
  opacity: 1;
}

.two-column-disc .vc_col-sm-6:first-child{
  padding-right: 30px;
}
.two-column-disc .vc_col-sm-6:last-child{
  padding-left: 30px;
}
.two-column-disc p{
  font-size: 20px;
  line-height: 32px;
}

.custom-cursor{
  left:0;
  /* mix-blend-mode:difference; */
  pointer-events:none;
  position:fixed;
  top:0;
  transition: all .2s ease-out;
  will-change:transform;
  z-index:49
}
@media only screen and (hover:none){
  .custom-cursor{
      display:none
  }
}
.custom-cursor .light-cursor-inner{
  background-color:transparent;
  border:1.5px solid  #3F7EFF;
  border-radius:50%;
  height: 20px;
  position:relative;
  transform:translate(-50%,-50%);
  transition:.3s cubic-bezier(.23,1,.32,1);
  width: 20px;
  will-change:height,width,background-color
}
.custom-cursor .light-cursor-inner:after, .custom-cursor .light-cursor-inner:before{
  background:url(../images/right-arrow-blue.svg) no-repeat 50%;
  background-size: 20px auto;
  content:"";
  height:2.4rem;
  left:calc(100% + .5rem);
  opacity:0;
  position:absolute;
  top:50%;
  transform:translateY(-50%) rotate(0);
  transition:opacity .3s cubic-bezier(.23,1,.32,1);
  width:2.4rem
}
.custom-cursor .light-cursor-inner:before{
  left:auto;
  right:calc(100% + .5rem);
  transform:translateY(-50%) rotate(180deg)
}
.custom-cursor.custom-pointer .light-cursor-inner{
  background-color: #3F7EFF;
  height:30px;
  opacity:1;
  width:30px
}
.custom-cursor.custom-pointer .light-cursor-inner:after,.custom-cursor.custom-pointer .light-cursor-inner:before{
  opacity:0
}
.custom-cursor.swipe .light-cursor-inner{
  height:46px;
  opacity:1;
  width:46px;
}
.custom-cursor.swipe .light-cursor-inner:after,.custom-cursor.swipe .light-cursor-inner:before{
  opacity:1
}
.hide-desktop{
  display: none !important;
}
.text-highlight{
  color: #E19518 !important;
  font-weight: 700;
}
body.menu-scroll--hide{
  overflow: hidden;
}
.footer-social{
  padding: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  background: transparent;
  transition: all 0.3s;
  position: fixed;
  z-index: 999;
  right: 0;
  top: 50%;
  margin-top: -90px;
}
.footer-social.show{
  opacity: 1;
  visibility: visible;
}
.footer-social a, .contact-social a{
  width: 30px;
  height: 30px;
  background-color: #D9D9D9;
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  margin: 3px 0;
  transition: all 0.3s;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.footer-social a:hover{
  background-color: #3F7EFF;
}
.footer-social a.a2a_button_facebook, .contact-social .a2a_button_facebook{
  background-image: url("../images/facebook.svg");
}
.footer-social a.a2a_button_linkedin, .contact-social .a2a_button_linkedin{
  background-image: url("../images/linkedin.svg");
}
.footer-social a.a2a_button_twitter, .contact-social .a2a_button_twitter{
  background-image: url("../images/twitter_new.svg");
  background-size: 16px auto;
}
.footer-social a.a2a_button_instagram, .contact-social .a2a_button_instagram{
  background-image: url("../images/instagram.svg");
}
.footer-social a.a2a_button_youtube, .contact-social .a2a_button_youtube{
  background-image: url("../images/youtube.svg");
}
.header-wraper{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header-logo .custom-logo-link{
  display: block;
}
.header-logo img{
  display: block;
  max-width: 200px;
}
.header-right{
  margin-left: auto;
  display: flex;
  align-items: center;
  color: #fff;
}
.header{
  z-index: 2;
  padding: 26px 80px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.head-contactlink{
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFFFFF;
  margin-right: 40px;
}
.head-contactlink:hover{
  color: #E19518;
}
.header.menu-show .header-logo{
  position: relative;
  z-index: 4;
}
.header.menu-show .header-right{
  position: relative;
  z-index: 4;
}
.header-nav{
  z-index: 3;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: url("../images/menunav-bg.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 88px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, height 0.7s linear; 
}
.header.menu-show .header-nav{
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.header-nav .main-navigation{
  opacity: 0;
  visibility: hidden;
  transition: opacity .1s ease 0s;
  padding-left: 210px;
  padding-top: 65px;
}
.header.menu-show .header-nav .main-navigation{
  transition: opacity .1s ease 0.7s;
  opacity: 1;
  visibility: visible;
}
.header-nav .main-navigation .menu{
  display: block;
  width: 490px;
  position: relative;
}
.header-nav .main-navigation .menu > li{
  margin: 0 0 55px;
  position: static;
}
.header-nav .main-navigation .menu > li > a{
  font-size: 36px;
  line-height: 44px;
  color: #fff;
  font-weight: 900;
  position: relative;
  transition: all .3s linear 0s;
}

.header-nav .main-navigation .menu > li > a:before{
  content: "";
  height: 3px;
  width: 0;
  background: #3F7EFF;
  transition: width .3s linear 0s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.header-nav .main-navigation .menu > li:hover > a{
  color: #3F7EFF;
}
.header-nav .main-navigation .menu > li:hover > a:before{
  width: 300px;
}
.header-nav .main-navigation .menu > li > .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  margin-left: 0;
  padding-left: 65px;
  min-width: 550px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  box-shadow: none;
  display: block;
  height: 100%;
  transition: all 0.3s linear;
}

.header-nav .main-navigation .menu li .sub-menu li a{
  font-size: 20px;
  line-height: 28px;
  padding: 7px 0;
  color: #CFCFD5;
  font-weight: 400;
  width: auto;
  transition: all .3s linear 0s;
}
.header-nav .main-navigation .menu li .sub-menu li a:hover{
  color: #3F7EFF;
}
.header-nav .main-navigation .menu > li:hover .sub-menu{
  opacity: 1;
  visibility: visible;
}
.header-nav .main-navigation .menu li .sub-menu li.submenu-title > a{
  pointer-events: none;
  font-size: 26px;
  line-height: 30px;
  color: #fff;
  font-weight: 900;
  padding-bottom: 20px;
  padding-top: 60px;
}
.header-nav .main-navigation .menu li .sub-menu li.submenu-title:first-child > a{
  padding-top: 0;
}
.header-nav .main-navigation ul ul ul{
  left: 0;
  position: static;
  display: block;
  float: none;
  box-shadow: none;
}
.header .menu-toggle {
  width: 36px;
  height: 36px;
  border: none;
  padding: 0;
  border-radius: 0;
  background: transparent;
  display: block;
  position: relative;
  cursor: pointer;
}
.header .menu-toggle .menu-bars {
  position: absolute;
  display: block;
  width: 16px;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  height: 2px;
  transition: all 0.5s ease;
}
.header .menu-toggle .menu-bars:before, .header .menu-toggle .menu-bars:after {
  content: "";
  position: absolute;
  right: 0;
  background: #ffffff;
  height: 2px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header .menu-toggle .menu-bars:before{
  width: 23px;
}
.header .menu-toggle .menu-bars:after{
  width: 19px;
}
.header .menu-toggle .menu-bars:before {
  top: -6px;
}
.header .menu-toggle .menu-bars:after {
  bottom: -6px;
}
.header.menu-show .menu-toggle .menu-bars {
  background: transparent;
}
.header.menu-show .menu-toggle .menu-bars:before {
  top: 0;
  transform: rotate(45deg);
}
.header.menu-show .menu-toggle .menu-bars:after {
  top: 0;
  width: 23px;
  transform: rotate(-45deg);
}

.form-common .wpcf7-form-control{
  width: 100%;
  border: 1px solid #CFCFD5;
  height: 60px;
  line-height: 60px;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  outline: none;
  padding: 0 18px;
  border-radius: 0;
}
.form-common textarea.wpcf7-form-control{
  height: 100px;
  padding: 18px;
  line-height: 22px;
}
.form-common .form-group{
  margin-bottom: 30px;
}
.form-common .form-group p, .form-common .form-btn p{
  padding: 0;
  margin: 0;
}
.form-common .form-btn .wpcf7-submit{
  width: 135px;
  box-shadow: 10px 10px 80px 0px rgba(0,0,0,0.3);
  height: 54px;
  background: #3F7EFF;
  border: none;
  outline: none;
  font-size: 20px;
  line-height: 54px;
  color: #FFFFFF;
  font-weight: 900;
  text-transform: uppercase;
  transition: all 0.3s;
}
.form-common .form-btn .wpcf7-submit:hover{
  background: #E19518;
}
.form-common label.error{
  color: red;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: block;
  margin: 0;
}

.footer{
 /* background: linear-gradient(239.57deg, #100F36 16.82%, #000000 100.78%);*/
  /*margin-top: 120px;*/
      background: url(https://jktech.com/wp-content/uploads/2025/11/new-grain-scaled-2.jpg) no-repeat !important;
    background-size: cover !important;
    overflow-x: hidden;
    background-position: center center !important;
}
.footer-row{
  display: flex;
  flex-wrap: wrap;
  padding-top: 1px;
}
.footer-getintouch{
  box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 40px;
  margin-top: -120px;
  width: 35.3%;
}
.footer-getintouch h3{
  font-size: 40px;
  line-height: 50px;
  color: #0F0E2D;
  padding-bottom: 10px;
}
.footer-getintouch p{
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  color: #3F3E57;
  padding-bottom: 40px;
}
.footer-right{
  width: 64.7%;
}
.footer-right-top{
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #272742;
}
.footer .brand-information{
 padding: 40px 40px 40px 70px;
  width: 32.6%;
}
.footer .brand-information .custom-logo-link{
  margin-bottom: 15px;
}
.footer .brand-information p{
  color: #CFCFD5;
  padding: 15px 0 0;
}
.footer .brand-information p a{
  color: #CFCFD5;
}
.footer .brand-information p a:hover{
  color: #E19518;
}
.footer-newslatter{
  width: 67.4%;
  border-left: 1px solid #272742;
  padding: 40px 70px 40px 70px;
}
.footer-newslatter h3{
  color: #FFFFFF;
}
.footer-newslatter h5{
  color: #FFFFFF;
  font-weight: 700;
}
.newsletter-group{
  position: relative;
  margin-top: 50px;
}
.newsletter-group .wpcf7-form-control{
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 155px 0 22px;
  border: none;
  border-radius: 0;
  box-shadow: 11px 11px 47px 0px #0000001A;
  background: #fff;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
.newsletter-group label.error{
  color: #E19518;
  display: block;
  padding-top: 3px;
  font-size: 16px;
}
.newsletter-group .wpcf7-submit{
  position: absolute;
  right: 0;
  top: 0;
  width: 140px;
  background: #3F7EFF;
  font-size: 20px;
  padding: 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  transition: all 0.3s;
}
.newsletter-group .wpcf7-submit:hover{
  background: #E19518;
}
.newsletter-group .wpcf7-spinner{
  position: absolute;
  right: -50px;
  top: 0;
}
.footer-right-bottom{
  display: flex;
  justify-content: space-between;
  padding: 58px 30px 0 70px;
}
.footer-right-bottom h5{
  color: #fff;
  padding-bottom: 23px;
}
.quick-links .menu li a{
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  color: #CFCFD5;
}
.quick-links .menu li a:hover{
  color: #E19518;
}
.footer-btm-section{
  display: flex;
  justify-content: space-between;
  padding: 60px 0 25px;
  font-size: 16px;
  color: #CFCFD5;
  font-weight: 400;
  line-height: 22px;
}
.footer-btm-section .menu{
  display: flex;
}
.footer-btm-section .menu li{
  padding: 0 7px;
  position: relative;
}
.footer-btm-section .menu li:last-child{
  padding-right: 0;
}
.footer-btm-section .menu li:before{
  content: "";
  height: 18px;
  width: 1px;
  background: #CFCFD5;
  position: absolute;
  left: 0;
  top: 3px;
}
.footer-btm-section .menu li:first-child:before{
  display: none;
}
.footer-btm-section .menu li a{
  font-size: 16px;
  color: #CFCFD5;
  font-weight: 400;
  line-height: 22px;
  display: block;
}
.footer-btm-section .menu li a:hover{
  color: #E19518;
}

.heroslider-section{
  margin: 0 !important;
}
.heroslider-section .vc_column-inner{
  padding: 0 !important;
}
.homehero-slider .swiper-slide{
  padding-bottom: 54%;
  position: relative;
  overflow: hidden;
}
.homehero-slider .swiper-pagination{
  text-align: left;
  padding: 0 130px;
  bottom: 38px;
}
.homehero-slider .swiper-pagination .swiper-pagination-bullet{
  width: 8px;
  height: 8px;
  margin: 0 7px;
  background: #57576C;
  opacity: 1;
  border-radius: 8px;
  transition: all 0.3s linear;
}
.homehero-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  width: 40px;
  background: #F3F3F4;
}

.services-section{
  margin-bottom: -100px;
}
.services-slider{
  padding-top: 70px;
  padding-bottom: 100px;
}
.services-slider .swiper-slide{
  width: 500px;
  padding-right: 40px;
}
.services-slider .swiper-slide:nth-child(2) .services-card-feature{
  background: linear-gradient(145.61deg, #E19518 -0.86%, #FFB63F 100%);
}
.services-slider .swiper-slide:nth-child(3) .services-card-feature{
  background: linear-gradient(145.22deg, #06052C 0%, #1C1A54 100%);
}
.services-slider .swiper-slide:nth-child(4) .services-card-feature{
  background: linear-gradient(145.22deg, #1B1B28 0%, #39384F 100%);
}
.services-slider .swiper-slide:nth-child(5) .services-card-feature{
  background: linear-gradient(145.22deg, #1D603C 0%, #209A58 100%);
}
.services-slider .swiper-slide:nth-child(6) .services-card-feature{
  background: linear-gradient(145.22deg, #0D249E 0%, #2945DD 100%);
}

.industries-slider{
  padding-left: calc((100vw - 1725px) / 2);
  padding-right: calc((100vw - 1725px) / 2);
  padding-top: 70px;
}
.industries-slider .swiper-slide{
  width: 970px;
  margin-right: 120px;
}
.industries-slider .swiper-slide:last-child{
  margin-right: 75px;
}
.industries-slider .industries-card-feature__img img{
  transform: scale3d(1.3, 1.3, 1);
  transition: transform 1400ms ease;
}
.industries-slider .swiper-slide-active .industries-card-feature__img img{
  transform: scale3d(1, 1, 1);
}
.industries-slider .swiper-scrollbar{
  margin-top: 60px;
}
.whoweare-section{
  background: linear-gradient(239.42deg, #100F36 30.72%, #000000 100.78%);
  padding-top: 150px;
  padding-bottom: 150px;
}
.whoweare-section .two-column-disc{
  padding-top: 60px;
}
.whoweare-section .disc-section-title h3 + p{
  padding-top: 40px;
}
.whoweare-video{
  padding-top: 70px;
  margin-left: calc((-100vw + 1725px) / 2);
}
.whoweare-video .whoweare-videotag{
  width: 100%;
}
.whoweare-video .youtube-hover{
  position: relative;
}
.whoweare-video .videoplay-icon{
  z-index: 1;
  width: 100px;
  height: 100px;
  background-image: url(../images/play-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255,255,255,0.3);
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.3);
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s linear;
}
.whoweare-video .videoplay-icon.pausevideo{
  background-image: url(../images/pause.svg);
  background-size: 40px auto;
}
.whoweare-video .youtube-hover:hover .videoplay-icon{
  opacity: 1;
  visibility: visible;
}
.hyperautomation-card{
  background: linear-gradient(144.86deg, #0042C9 -0.57%, #3F7EFF 100%);
  box-shadow: 0px 0px 90px 0px #0000004D;
}

.insights-slider{
  padding-top: 70px;
  padding-bottom: 200px;
}
.insights-slider .swiper-slide{
  width: 530px;
  margin: 0 60px;
}
.insights-slider .swiper-slide:nth-child(odd){
  margin-top: 106px;
}

.successstories-thumbs{
  padding-top: 70px;
  padding-bottom: 85px;
}
.successstories-thumbs .swiper-slide{
  width: 360px;
  margin-right: 70px;
}
.successstories-thumbs-card{
  border: 1px solid #E7E7EA;
  padding: 18px 30px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #878796;
  transition: all 0.3s;
  cursor: pointer;
  min-height: 100px;
}
.successstories-thumbs-card:hover, .successstories-thumbs .swiper-slide-thumb-active .successstories-thumbs-card{
  font-weight: 700;
  color: #3F7EFF;
  border-color: #3F7EFF;
  box-shadow: 0px 0px 90px 0px rgba(0,0,0,0.1);
}
.successstories-slider .swiper-slide{
  opacity: 0 !important;
}
.successstories-slider .swiper-slide.swiper-slide-active{
  opacity: 1 !important;
}
.successstories-card{
  display: flex;
  flex-wrap: wrap;
  background: linear-gradient(83.69deg, #000000 -0.25%, #0F0E2D 58.36%);
  padding: 1px 70px 70px;
  margin-top: 120px;
}
.successstories-card__content{
  width: 51.3%;
  padding: 50px 70px 0 0;
}
.successstories-card__content h4{
  color: #fff;
  padding-bottom: 30px;
  padding-top: 20px;
}
.successstories-card__content p{
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  padding-bottom: 50px;
}
.successstories-card__content .knowmore-link:hover span{
  opacity: 1;
  width: 100px;
}
.successstories-card__content .knowmore-link:hover i{
  animation: arrowMoveRight 1s ease-in-out infinite;
}
.successstories-card__img{
  width: 48.7%;
  margin-top: -120px;
}
.successstories-card__img img{
  width: 100%;
  display: block;
}

.innerpage-banner{
  position: relative;
  padding: 0;
  display: flex;
  min-height: 500px;
}
.innerpage-banner:before{
  content: "";
  background: #0F0E2D;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: height 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.is-animate.innerpage-banner:before{
  height: 100%;
}
.innerpage-banner .innerbanner-content{
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.no-bgimage.innerpage-banner .innerbanner-content{
  top: auto;
  display: block;
  bottom: 80px;
  height: auto;
}
.innerpage-banner .subpage-title{
  font-size: 70px;
  line-height: 80px;
  font-weight: 700;
  color: #fff;
  max-width: 1300px;
  opacity: 1;
  transform: translateX(50px);
  transition: all 0.5s linear 0.8s;
}
.is-animate.innerpage-banner .subpage-title{
  opacity: 1;
  transform: translateX(0px);
}
.innerpage-banner .subpage-text{
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  color: #fff;
  padding: 30px 0 0;
  max-width: 725px;
  opacity: 1;
  transform: translateX(50px);
  transition: all 0.5s linear 1s;
}
.is-animate.innerpage-banner .subpage-text{
  opacity: 1;
  transform: translateX(0px);
}
.innerpage-banner .innerbanner-image{
  position: relative;
  width: 100%;
  margin-left: auto;
  overflow: hidden;
}
.innerpage-banner .innerbanner-image:after{
  content: "";
  background: #0F0E2D;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.8;
}
.innerpage-banner .innerbanner-image img{
  width: 100%;
  height: 850px;
  object-fit: cover;
  display: block;
  opacity: 1;
  transform: scale(1.3, 1.3);
  transition: all 1.2s linear 0.8s;
}
.is-animate.innerpage-banner .innerbanner-image img{
  opacity: 1;
  transform: scale(1, 1);
}
.innerpage-banner.onlyimage-banner .innerbanner-image:after{
	display: none !important;
}
.half-banner.innerpage-banner{
  padding-top: 150px;
}
.half-banner.innerpage-banner .innerbanner-image{
  width: 51%;
}
.half-banner.innerpage-banner .innerbanner-image img{
  height: 650px;
}
.half-banner.innerpage-banner .innerbanner-image:after{
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 16.75%, rgba(0, 0, 0, 0) 58.34%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}
.half-banner.innerpage-banner .innerbanner-content{
  top: auto;
  display: block;
  bottom: 80px;
  height: auto;
}
.half-banner.innerpage-banner .subpage-title{
  max-width: 1000px;
}
.arrow-banner.innerpage-banner{
  padding-top: 150px;
}
.arrow-banner.innerpage-banner .innerbanner-image{
  width: 51%;
}
.arrow-banner.innerpage-banner .innerbanner-image img{
  height: auto;
}
.arrow-banner.innerpage-banner .innerbanner-image:after{
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 20.75%, rgba(0, 0, 0, 0) 58.34%);
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  display: none;
}
.arrow-banner.innerpage-banner .innerbanner-content{
  top: auto;
  display: block;
  bottom: 80px;
  height: auto;
}

.one-text-column p{
  font-size: 22px;
  line-height: 34px;
  color: #333333;
  padding-bottom: 40px;
}
.one-text-column p:last-child{
  padding-bottom: 0;
}
.one-text-column h3{
  padding-bottom: 35px;
}

.image-text-column h3{
  padding-bottom: 40px;
}
.image-text-column p{
  font-size: 20px;
  line-height: 32px;
  color: #333333;
  max-width: 900px;
  padding-bottom: 40px;
}
.image-text-column.p-full p{
  max-width: 100%;
}
.image-text-column .vc_row{
  margin-left: -15px;
  margin-right: -15px;
}
.image-text-column .vc_row > .vc_column_container > .vc_column-inner{
  padding-left: 15px;
  padding-right: 15px;
}
.image-text-column .vc_col-sm-8{
  width: 53%;
  padding-right: 30px;
}
.image-text-column .vc_col-sm-4{
  width: 47%;
  padding-left: 30px;
}

.text-diagram-block{
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.text-diagram-block .vc_col-sm-8{
  width: 53%;
  padding-left: 15px;
  padding-right: 30px;
}
.text-diagram-block .vc_col-sm-8 .diagram-anim{
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.text-diagram-block .vc_col-sm-4{
  width: 47%;
  padding-right: 15px;
  padding-left: 15px;
}
.text-diagram-block h3{
  padding-bottom: 40px;
}
.text-diagram-block p{
  font-size: 20px;
  line-height: 32px;
  color: #333333;
  max-width: 900px;
  padding-bottom: 40px;
}

.common-benefits.vc_row{
  background: linear-gradient(239.42deg, #100F36 30.72%, #000000 100.78%);
  padding: 150px 0 70px;
  margin: 0;
}
.common-benefits.vc_row .container{
  float: none;
  padding: 0;
}
.common-benefits.vc_row .container > .vc_column-inner{
  padding-left: 0;
  padding-right: 0;
}
.common-benefits h3{
  color: #fff;
}
.common-benefits-list .vc_column-inner > .wpb_wrapper{
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  align-items: flex-start;
}
.common-benefits-list .wpb_single_image{
  background: url("../images/benefitscard-bg.png") no-repeat bottom right;
  background-size: cover;
  width: calc(20% - 40px);
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 80px;
  border: 1px solid rgba(63,126,255,0.5);
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  transition: all 0.3s ease;
  box-shadow: none;
}
.common-benefits-list .wpb_single_image:hover{
  box-shadow: 0 0 30px rgba(255,255,255,0.1);
}
.common-benefits-list .wpb_singleimage_heading{
  order: 2;
  width: 100%;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  padding: 70px 0 0;
}
.common-benefits-list .vc_figure{
  order: 1;
}

.successstory-solution .wpb_singleimage_heading{
  order: 2;
  width: 100%;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  padding: 70px 0 0;
}
.successstory-solution .vc_figure{
  order: 1;
}

.common-accordian.vc_general.vc_tta-accordion .vc_tta-panel{
  border: 1px solid #CFCFD5;
  margin-bottom: 30px;
}
.common-accordian.vc_general.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading{
  background: transparent !important;
  border: none !important;
  margin: 0 !important;
  border-radius: 0;
}
.common-accordian.vc_general.vc_tta-accordion .vc_tta-panel .vc_tta-panel-body{
  background: transparent !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 30px;
  border-radius: 0;
}
.common-accordian.vc_general.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading h4{
  font-size: 20px;
  line-height: 30px;
  color: #2D2F8F;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.common-accordian.vc_general.vc_tta-accordion .vc_tta-panel .vc_tta-panel-body .vc_btn3{
  background: #3F7EFF;
  border: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
  text-transform: uppercase;
  border-radius: 0;
  letter-spacing: 1px;
}
.common-accordian.vc_general.vc_tta-accordion .vc_tta-panel .vc_tta-panel-body .vc_btn3:hover{
  background: #E19518;
}
.common-accordian.vc_general.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading h4 a{
  color: #2D2F8F;
  padding: 20px 80px 20px 30px;
}
.common-accordian.vc_general.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading h4{
  font-weight: 700;
}
.common-accordian.vc_general.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon:before, 
.common-accordian.vc_general.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon:after{
  border-color: #2D2F8F;
}
.common-accordian.vc_general.vc_tta-accordion .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before{
  border-color: #2D2F8F;
}
.common-accordian .vc_tta-panel .vc_tta-panel-body p{
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #333333;
  padding-bottom: 30px;
}
.common-accordian .vc_tta-panel-body ul{
  padding-bottom: 10px;
  margin-left: 15px;
}
.common-accordian .vc_tta-panel-body ul li{
  font-size: 18px;
  line-height: 30px;
  color: #272742;
  font-weight: 400;
  margin-bottom: 15px;
  background: url("../images/list-arrow.svg") no-repeat left 9px;
  padding-left: 28px;
}

.numberssay-section{
  padding-bottom: 100px;
}
.animcounter-row .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper{
  display: flex;
  flex-wrap: wrap;
}
.animcounter-row .wpb_raw_html{
  width: 33.33%;
  padding-right: 30px;
  border-left: 8px solid #3F7EFF;
  padding-left: 30px;
  margin-bottom: 100px;
}
.animcounter-row h3{
  font-size: 80px;
  line-height: 90px;
  font-weight: 700;
  color: #272742;
  padding-bottom: 15px;
}
.animcounter-row p{
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  color: #3F3E57;
}

.resource-library-row-nav{
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #B7B7C0;
  margin-bottom: 0;
}
.resource-library-row-nav li{
  width: 33.33%;
  font-size: 30px;
  line-height: 34px;
  color: #878796;
  font-weight: 400;
  text-align: center;
  display: block;
  padding: 20px;
  position: relative;
  cursor: pointer;
}
.resource-library-row-nav li:before{
  content: "";
  height: 2px;
  width: 0;
  background: #0C0B24;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: all 0.3s ease 0s;
}
.resource-library-row-nav li.active:before{
  width: 100%;
}
.resource-library-row .resource-tab-item{
  display: none;
}
.resource-library-row .resource-tab-item.active{
  display: block;
}
.resource-library-card{
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 45px;
  transition: all .5s ease;
}
.resource-library-card:hover{
  box-shadow: 0 25px 30px rgba(0,0,0,0.2);
  transform: translate(0,-10px);
}
.resource-library-card .resource-library-card__img{
  position: relative;
}
.resource-library-card .resource-library-card__img:before{
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 44.82%, rgba(0, 0, 0, 0.9) 94.93%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.resource-library-card .resource-library-card__img img{
  width: 100%;
  display: block;
  height: 400px;
  object-fit: cover;
}
.resource-library-card .resource-library-card__content{
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
}
.resource-library-card .resource-library-card__content h4{
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  color: #FFFFFF;
}
.resource-library-row .resource-library-slider{
  padding-left: calc((100vw - 1725px) / 2);
  padding-top: 80px;
}
.resource-library-slider .swiper-scrollbar{
  margin-top: 30px;
  display: none !important;
}
.resource-library-slider .swiper-slide{
  width: 565px;
  margin-right: 100px;
}
.resource-library-slider .swiper-slide:last-child{
  margin-right: 0;
}

.industryled-section.vc_row{
  margin-left: -30px;
  margin-right: -30px;
}
.industryled-section .vc_column_container > .vc_column-inner{
  padding-left: 30px;
  padding-right: 30px;
}
.industryled-section .vc_column_container > .vc_column-inner > .wpb_wrapper{
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
}
.industryled-section .vc_column_container > .vc_column-inner > .wpb_wrapper:hover{
  box-shadow: 20px 20px 90px 0px #00000066;
}
.industryled-section .wpb_single_image .vc_single_image-wrapper, .industryled-section .wpb_single_image .vc_figure{
  display: block;
}
.industryled-section .wpb_single_image{
  position: relative;
}
.industryled-section .wpb_single_image:before{
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 13.78%, rgba(0, 0, 0, 1) 94.93%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.industryled-section .wpb_single_image img{
  width: 100%;
  height: 700px;
  object-fit: cover;
  display: block;
  transition: 0.5s ease;
  transform: scale(1);
}
.industryled-section .vc_column_container > .vc_column-inner > .wpb_wrapper:hover .wpb_single_image img{
  transform: scale(1.1);
}
.industryled-section .wpb_text_column{
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 40px;
  height: 130px;
  overflow: hidden;
  transition: .4s ease-in-out;
}
.industryled-section .vc_column_container > .vc_column-inner > .wpb_wrapper:hover .wpb_text_column{
  height: 300px;
}
.industryled-section h4{
  color: #ffffff;
  margin-bottom: -5px;
}
.industryled-section p{
  color: #ffffff;
  padding-top: 20px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.industryled-section .vc_column_container > .vc_column-inner > .wpb_wrapper:hover p{
  opacity: 1;
  visibility: visible;
}
.industryled-section .knowmore-link:hover span{
  opacity: 1;
  width: 100px;
}
.industryled-section .knowmore-link:hover i{
  animation: arrowMoveRight 1s ease-in-out infinite;
}
.industryled-section.aiml-portfolio h4{
  font-size: 34px;
  line-height: 48px;
}
.industryled-section.aiml-portfolio .wpb_text_column{
  height: auto !important;
}
.industryled-section.aiml-portfolio .industryled-conetnt{
  height: 0;
  overflow: hidden;
  transition: height .4s ease-in-out;
}
.industryled-section.aiml-portfolio .vc_column_container > .vc_column-inner > .wpb_wrapper:hover .industryled-conetnt{
  height: 280px;
}

.industryled-slider .swiper-slide{
  margin-right: 60px;
  width: 525px;
}
.industryled-slider .industryled-item{
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
  margin-bottom: 30px !important;
}
.industryled-slider .industryled-item:hover{
  box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.2);
}
.industryled-slider .industryled-item .industryled-img{
  position: relative;
}
.industryled-slider .industryled-item .industryled-img:before{
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 13.78%, rgba(0, 0, 0, 1) 94.93%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.industryled-slider .industryled-item .industryled-img img{
  width: 100%;
  height: 700px;
  object-fit: cover;
  display: block;
  transition: 0.5s ease;
  transform: scale(1);
}
.industryled-slider .industryled-item:hover .industryled-img img{
  transform: scale(1.1);
}
.industryled-slider .industryled-text{
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 40px;
  height: 130px;
  overflow: hidden;
  transition: .4s ease-in-out;
}
.industryled-slider .industryled-item:hover .industryled-text{
  height: 300px;
}
.industryled-item h4{
  color: #ffffff;
  margin-bottom: -5px;
}
.industryled-item p{
  color: #ffffff;
  padding-top: 20px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.industryled-slider .industryled-item:hover p{
  opacity: 1;
  visibility: visible;
}
.industryled-item .knowmore-link:hover span{
  opacity: 1;
  width: 100px;
}
.industryled-item .knowmore-link:hover i{
  animation: arrowMoveRight 1s ease-in-out infinite;
}

.aimlbenefit-section.vc_row{
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}
.aimlbenefit-section > div.wpb_column{
  padding: 0 20px;
  display: flex;
  margin-bottom: 40px;
}
.aimlbenefit-section > .vc_column_container > .vc_column-inner{
  padding: 40px;
  border: 1px solid #CFCFD5;
  transition: all 0.3s;
  position: relative;
  width: 100%;
}
.aimlbenefit-section > .vc_column_container > .vc_column-inner:hover{
  background: #3F7EFF;
  border-color: #3F7EFF;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
}
.aimlbenefit-section > .vc_column_container > .vc_column-inner:before{
  content: "";
  height: 60px;
  position: absolute;
  width: 60px;
  border-left: 2px solid #3F7EFF;
  border-top: 2px solid #3F7EFF;
  left: 0;
  top: 0;
  display: block;
}
.aimlbenefit-section > .vc_column_container > .vc_column-inner:after{
  content: "";
  height: 60px;
  position: absolute;
  width: 60px;
  border-right: 2px solid #3F7EFF;
  border-bottom: 2px solid #3F7EFF;
  right: 0;
  bottom: 0;
  display: block;
}
.aimlbenefit-section h4{
  padding-bottom: 20px;
  color: #0F0E2D;
}
.aimlbenefit-section p{
  font-size: 20px;
  line-height: 34px;
}
.aimlbenefit-section > .vc_column_container > .vc_column-inner:hover h4{
  color: #fff;
}
.aimlbenefit-section > .vc_column_container > .vc_column-inner:hover p{
  color: #fff;
}
.team-list{
  display: flex;
  flex-wrap: wrap;
}
.team-list__item{
  width: 20%;
  text-align: center;
}
.team-list__item .team-list__image{
  overflow: hidden;
  border: 9px solid #E7E7EA;
  border-radius: 100%;
  width: 290px;
  height: 290px;
  margin: 0 auto;
  position: relative;
}
.team-list__item .team-list__image .linkedin-link{
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(15,14,45,0.5);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.team-list__item .team-list__image .linkedin-link span{
  background: url("../images/linkedin-white.svg") no-repeat center center;
  width: 34px;
  height: 34px;
}
.team-list__item:hover .team-list__image .linkedin-link{
  opacity: 1;
  visibility: visible;
}
.team-list__item .team-list__image img{
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
  display: block;
}
.team-list__item h5{
  font-size: 20px;
  line-height: 32px;
  color: #272742;
  font-weight: 700;
  padding: 20px 0 12px;
}
.team-list__item p{
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}


.focusareas-row > .vc_column-inner > .wpb_wrapper{
  display: flex;
  margin: 0 -20px;
}
.focusareas-row .wpb_single_image{
  width: calc(33.33% - 40px);
  display: block;
  margin: 0 20px;
  position: relative;
  transition: all 0.6s ease;
}
.focusareas-row .wpb_single_image .wpb_wrapper{
  position: relative;
  display: block;
  overflow: hidden;
}
.focusareas-row .wpb_single_image .wpb_wrapper a{
  position: relative;
}
.focusareas-row .wpb_single_image .wpb_wrapper a:before{
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 44.82%, rgba(0, 0, 0, 0.9) 94.93%);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.focusareas-row .wpb_single_image:hover{
  width: 900px;
}
.focusareas-row .wpb_single_image .wpb_singleimage_heading{
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 30px;
  line-height: 40px;
  color: #FFFFFF;
  font-weight: 700;
  padding: 30px;
  max-width: 375px;
}
.focusareas-row .wpb_single_image img{
  height: 600px;
  width: 100%;
  object-fit: cover;
}
.focusareas-rowblock > .vc_column-inner > .wpb_wrapper{
  display: flex;
  margin: 0 -20px;
}
.focusareas-rowblock .wpb_single_image{
  width: calc(33.33% - 40px);
  margin: 0 20px;
  position: relative;
  border: 1px solid #CFCFD5;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  transition: all 0.3s;
  align-items: flex-start;
}
.focusareas-rowblock .wpb_single_image:hover{
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
}
.focusareas-rowblock .wpb_single_image:before{
  content: "";
  height: 60px;
  position: absolute;
  width: 60px;
  border-left: 2px solid #3F7EFF;
  border-top: 2px solid #3F7EFF;
  left: 0;
  top: 0;
}
.focusareas-rowblock .wpb_single_image:after{
  content: "";
  height: 60px;
  position: absolute;
  width: 60px;
  border-right: 2px solid #3F7EFF;
  border-bottom: 2px solid #3F7EFF;
  right: 0;
  bottom: 0;
}
.focusareas-rowblock .wpb_single_image img{
  height: 260px;
  width: 100%;
  object-fit: cover;
}
.focusareas-rowblock .wpb_single_image .vc_single_image-wrapper, .focusareas-rowblock .wpb_single_image .vc_figure{
  display: block;
  width: 100%;
}
.focusareas-rowblock .wpb_singleimage_heading{
  order: 2;
  font-size: 32px;
  line-height: 44px;
  padding-top: 19px;
}

.successstories-page{
  padding-top: 70px;
}
.story-filter{
  padding: 30px 10px;
  background: #F3F3F4;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.story-filter .story-filter-item{
  width: 33.33%;
  padding: 0 20px;
}
.story-filter-item .story-filter-select{
  width: 100%;
  background: #fff;
  border: 1px solid #CFCFD5;
  border-radius: none;
  outline: none;
  font-size: 18px;
  line-height: 30px;
  padding: 15px 20px;
  color: #57576C;
}
.successstory-list{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.successstory-list .successstory-list-item{
  width: 33.33%;
  padding: 0 30px 60px;
}
.successstory-list .successstory-list-item:nth-child(10n+1), .successstory-list .successstory-list-item:nth-child(10n-3){
  width: 66.66%;
}
.successstory-card{
  position: relative;
  overflow: hidden;
  transition: all .3s linear;
  box-shadow: none;
}
.successstory-card a{
  display: block;
  position: relative;
}
.successstory-card a:before{
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(4, 33, 95, 0) 0%, #04215F 100%);
}
.successstory-card img{
  width: 100%;
  height: 450px;
  object-fit: cover;
  transition: all .3s linear;
  transform: scale(1) rotate(0deg);
  display: block;
}
.successstory-card:hover{
  box-shadow: 0 25px 30px rgba(0,0,0,0.2);
}
.successstory-card:hover img{
  transform: scale(1.07) rotate(3deg);
}
.successstory-card h4{
  font-size: 20px;
  line-height: 32px;
  color: #FFFFFF;
  font-weight: 700;
  padding: 30px;
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
}

.leaderteampage.vc_row{
  margin: 0;
}
.leaderteampage.vc_row > .vc_col-sm-12 > .vc_column-inner{
  padding: 0;
}
.boardofdirectors-row{
  background: #F3F3F4;
  padding-bottom: 150px;
}
.boardofdirectors-row .boardofdirectors-row__item:first-child{
  background: #fff;
  padding: 150px 0;
}
.boardofdirectors-row .boardofdirectors-row__item{
  padding-top: 100px;
}
.boardofdirectors-card{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.boardofdirectors-card__img{
  width: 440px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.boardofdirectors-card__img:before{
  content: "";
  width: 430px;
  height: 430px;
  background: #FCA820;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 100%;
}
.boardofdirectors-row .boardofdirectors-row__item:nth-child(2) .boardofdirectors-card__img:before{
  background: #B7B7C0;
}
.boardofdirectors-row .boardofdirectors-row__item:nth-child(3) .boardofdirectors-card__img:before{
  background: #57576C;
}
.boardofdirectors-row .boardofdirectors-row__item:nth-child(5) .boardofdirectors-card__img:before{
  background: #272742;
}
.boardofdirectors-row .boardofdirectors-row__item:nth-child(6) .boardofdirectors-card__img:before{
  background: #3F7EFF;
}
.boardofdirectors-row .boardofdirectors-row__item:nth-child(7) .boardofdirectors-card__img:before{
  background: #57576C;
}
.boardofdirectors-row .boardofdirectors-row__item:nth-child(9) .boardofdirectors-card__img:before{
  background: #B7B7C0;
}
.boardofdirectors-row .boardofdirectors-row__item:nth-child(10) .boardofdirectors-card__img:before{
  background: #3F7EFF;
}
.boardofdirectors-row .boardofdirectors-row__item:nth-child(11) .boardofdirectors-card__img:before{
  background: #272742;
}
.leadershipteam-row .leadershipteam-row__item:nth-child(12) .leadershipteam-card__img:before{
  background: #FCA820;
}
.leadershipteam-row .leadershipteam-row__item:nth-child(13) .leadershipteam-card__img:before{
  background: #B7B7C0;
}
.leadershipteam-row .leadershipteam-row__item:nth-child(14) .leadershipteam-card__img:before{
  background: #3F7EFF;
}
.leadershipteam-row .leadershipteam-row__item:nth-child(15) .leadershipteam-card__img:before{
  background: #272742;
}
.leadershipteam-row .leadershipteam-row__item:nth-child(16) .leadershipteam-card__img:before{
  background: #FCA820;
}
.leadershipteam-row .leadershipteam-row__item:nth-child(17) .leadershipteam-card__img:before{
  background: #B7B7C0;
}
.boardofdirectors-card__img img{
  width: 100%;
  position: relative;
  display: block;
}
.boardofdirectors-card__content{
  width: calc(100% - 440px);
  padding-left: 60px;
}
.boardofdirectors-card__content h4{
  color: #272742;
}
.boardofdirectors-card__content p{
  font-size: 20px;
  line-height: 32px;
  color: #57576C;
  padding-top: 18px;
  max-width: 1022px;
}
.boardofdirectors-card__content .designation{
  padding-top: 10px;
  padding-bottom: 7px;
}
.boardofdirectors-card__content .linkedin-icon{
  background: url("../images/linkedin-color.svg") no-repeat center center;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
}
.boardofdirectors-row .boardofdirectors-row__item:nth-child(even) .boardofdirectors-card__img{
  order: 2;
}
.boardofdirectors-row .boardofdirectors-row__item:nth-child(even) .boardofdirectors-card__content{
  order: 1;
  text-align: right;
  padding-left: 0;
  padding-right: 60px;
}
.boardofdirectors-row .boardofdirectors-row__item:nth-child(even) .boardofdirectors-card__content p{
  margin-left: auto;
}
.icon-group{
  display: flex;
  justify-content: center;
  align-items: center;
}
.leadershipteam-row .leadershipteam-row__item:first-child .icon-group{
  justify-content: flex-start;
}
.linkedin-icon {
  background: url(../images/linkedin-color.svg) no-repeat center center;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
}
.youtube-icon {
  background: url(../images/youtube-icon.png) no-repeat center center;
  background-size: 100%;
  width: 30px;
  height: 25px;
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
  margin-left: 15px;
}

.leadershipteam-row{
  display: flex;
  flex-wrap: wrap;
  background: #F3F3F4;
  padding-bottom: 150px;
}
.leadershipteam-row .leadershipteam-row__item{
  width: 33.33%;
  padding-top: 100px;
}
.leadershipteam-card__img {
  width: 480px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin: -70px auto 0;
}
.leadershipteam-card__img img{
  	margin: 0 auto;
    position: relative;
    display: block;
    height: 380px;
    width: max-content;
}
.leadershipteam-card__img:before{
  content: "";
  width: 430px;
  height: 430px;
  background: #FCA820;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 100%;
}
.leadershipteam-row .leadershipteam-row__item:nth-child(2) .leadershipteam-card__img:before{
  background: #B7B7C0;
}
.leadershipteam-row .leadershipteam-row__item:nth-child(3) .leadershipteam-card__img:before{
  background: #57576C;
}
.leadershipteam-row .leadershipteam-row__item:nth-child(5) .leadershipteam-card__img:before{
  background: #272742;
}
.leadershipteam-row .leadershipteam-row__item:nth-child(6) .leadershipteam-card__img:before{
  background: #3F7EFF;
}
.leadershipteam-row .leadershipteam-row__item:nth-child(7) .leadershipteam-card__img:before{
  background: #57576C;
}
.leadershipteam-row .leadershipteam-row__item:nth-child(9) .leadershipteam-card__img:before{
  background: #B7B7C0;
}
.leadershipteam-row .leadershipteam-row__item:nth-child(10) .leadershipteam-card__img:before{
  background: #3F7EFF;
}
.leadershipteam-row .leadershipteam-row__item:nth-child(11) .leadershipteam-card__img:before{
  background: #272742;
}
.leadershipteam-card__content{
  text-align: center;
  padding-top: 25px;
}
.leadershipteam-card__content h4{
  color: #272742;
}
.leadershipteam-card__content p{
  font-size: 20px;
  line-height: 32px;
  color: #57576C;
  padding-top: 18px;
  max-width: 1022px;
}
.leadershipteam-card__content .designation{
  padding-top: 10px;
  padding-bottom: 0;
}
.leadershipteam-row .leadershipteam-row__item:first-child{
  width: 100%;
  background: #fff;
  padding: 150px 0;
}
.leadershipteam-card__detail{
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  text-align: left;
  width: 100%;
  visibility: hidden;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  background: rgba(0,0,0,0.5);
  transition: all 0.5s;
}
.leadershipteam-cardsub__detail{
  max-width: 800px;
  margin: 30px auto;
  background: #fff;
  padding: 30px;
  position: relative;
  box-shadow: 15px 15px 80px 0px rgba(0,0,0,0.15);
}
.leadershipteam-cardsub__detail .close-modal{
  background: url("../images/close-icon.png") no-repeat center center;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  background-size: 16px auto;
  top: 10px;
}
.openteam-modal .leadershipteam-card__detail{
  opacity: 1;
  visibility: visible;
}

.team-openmodal{
  background-image: url("../images/view-icon.png");
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(255,255,255,0.6);
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.3);
  width: 60px;
  height: 60px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  bottom: 35%;
  margin-left:-30px;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s;
}
.leadershipteam-card__img:hover .team-openmodal{
  opacity: 1;
  transform: scale(1);
}
.leadershipteam-row .leadershipteam-row__item:first-child .leadershipteam-card__detail .close-modal{
  display: none;
}
.leadershipteam-row .leadershipteam-row__item:first-child .leadershipteam-card__detail h4{
  display: none;
}
.leadershipteam-row .leadershipteam-row__item:first-child .leadershipteam-card__detail .designation{
  display: none;
}
.leadershipteam-row .leadershipteam-row__item:first-child .leadershipteam-card__detail{
  position: static;
  opacity: 1;
  visibility: visible;
  background: transparent;
}
.leadershipteam-row .leadershipteam-row__item:first-child .leadershipteam-cardsub__detail{
  max-width: 100%;
  margin: 0;
  box-shadow: none;
  padding: 0;
}
.leadershipteam-row .leadershipteam-row__item:first-child .leadershipteam-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.leadershipteam-row .leadershipteam-row__item:first-child .leadershipteam-card__content {
  width: calc(100% - 495px);
  padding-left: 40px;
  text-align: left;
  padding-top: 0;
}
.leadershipteam-row .leadershipteam-row__item:first-child .team-openmodal{
  display: none;
}

.textcard-bg-row{
  display: flex;
  flex-wrap: wrap;
}
.textcard-bg-row + .textcard-bg-row{
  padding-top: 50px;
}
.textcard-bg-row .vc_col-sm-6{
  display: flex;
}
.textcard-bg > .vc_column-inner{
  display: flex;
}
.textcard-bg-row .vc_col-sm-6:first-child{
  padding-right: 43px;
}
.textcard-bg-row .vc_col-sm-6:last-child{
  padding-left: 43px;
}
.textcard-bg > .vc_column-inner > .wpb_wrapper{
  padding: 40px;
  width: 100%;
  background: linear-gradient(144.86deg, #0042C9 -0.57%, #3F7EFF 100%);
}
.textcard-bg.bg02 > .vc_column-inner > .wpb_wrapper{
  background: linear-gradient(145.22deg, #000000 0%, #333333 100%);
}
.textcard-bg.bg03 > .vc_column-inner > .wpb_wrapper{
  background: linear-gradient(145.22deg, #1D603C 0%, #209A58 100%);
}
.textcard-bg.bg04 > .vc_column-inner > .wpb_wrapper{
  background: linear-gradient(145.22deg, #06052C 0%, #1C1A54 100%);
}
.textcard-bg.bg05 > .vc_column-inner > .wpb_wrapper{
  background:   linear-gradient(145.61deg, #E19518 -0.86%, #FFB63F 100%);
}
.textcard-bg.bg06 > .vc_column-inner > .wpb_wrapper{
  background: linear-gradient(145.22deg, #1B1B28 0%, #39384F 100%);;
}
.textcard-bg h4{
  color: #FFFFFF;
  padding-bottom: 15px;
}
.textcard-bg p{
  font-size: 20px;
  line-height: 32px;
  color: #FFFFFF;
  font-weight: 400;
  min-height: 130px;
}
.textcard-bg .knowmore-link:hover span{
  opacity: 1;
  width: 100px;
}
.textcard-bg .knowmore-link:hover i{
  animation: arrowMoveRight 1s ease-in-out infinite;
}
.textcard-bg .pdf-list p{
  padding: 28px 0 0;
  margin: 0;
  color: #FFFFFF;
  min-height: inherit;
}
.pdf-list p a.pdf-download{
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
  padding-right: 50px;
  background: url("../images/pdf-icon.svg") no-repeat right top;
  display: inline-block;
  vertical-align: top;
}
.pdf-list p a.pdf-download:hover{
  color: #E19518;
}

.privacypolivy-page p{
  font-size: 22px;
  line-height: 34px;
  color: #333333;
  padding-bottom: 40px;
}
.privacypolivy-page p a{
  color: #3F7EFF;
}
.privacypolivy-page h2{
  font-size: 50px;
  line-height: 70px;
  font-weight: 700;
  color: #000000;
  padding-bottom: 35px;
}

.privacypolivy-page h3{
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
  color: #2D2F8F;
  padding-bottom: 30px;
  padding-top: 60px;
}
.privacypolivy-page h2 + h3{
  padding-top: 0;
}
.privacypolivy-page h3:first-child{
  padding-top: 0;
}
.privacypolivy-page h4{
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  color: #100F36;
  padding-bottom: 26px;
}
.privacypolivy-page ul, .list-design, .blog-detail ul{
  padding-bottom: 30px;
}
.successstorydetail-page .innerpage-banner .subpage-title{
  font-size: 56px;
  line-height: 68px;
  max-width: 800px;
}
.successstory-detail ul{
  margin-bottom: 30px;
}
.privacypolivy-page ul ul, .blog-detail ul ul{
  padding-top: 18px;
}
.privacypolivy-page li, .list-design li, .blog-detail ul li, .successstory-detail ul li{
  font-size: 22px;
  line-height: 34px;
  color: #333333;
  position: relative;
  padding-left: 26px;
  margin-bottom: 20px;
}
.privacypolivy-page li a, .list-design li a, .blog-detail ul li a, .successstory-detail ul li a{
  color: #3F7EFF;
}
.privacypolivy-page li:before, .list-design li:before, .blog-detail ul li:before, .successstory-detail ul li:before{
  content: "";
  width: 10px;
  height: 10px;
  background: #2D2F8F;
  position: absolute;
  left: 0;
  top: 11px;
  border-radius: 100%;
  display: block;
}
.list-design ul, .blog-detail ul ul, .successstory-detail ul ul{
  padding-top: 18px;
  padding-bottom: 10px;
  margin-left: 30px;
}
.list-design li p, .blog-detail ul li p, .successstory-detail ul li p{
  padding: 0;
}

.strategic-partners{
  padding: 100px 0;
  background: linear-gradient(239.42deg, #100F36 30.72%, #000000 100.78%);
}
.strategic-partners h3{
  color: #ffffff;
}
.strategic-partner-logos .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper{
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #272742;
}
.strategic-partner-logos .wpb_single_image{
  width: 25%;
  border-left: 1px solid #272742;
  text-align: center;
  display: block;
}
.strategic-partner-logos .wpb_single_image .vc_figure, .strategic-partner-logos .wpb_single_image .vc_single_image-wrapper{
  display: block;
}
.strategic-partner-logos .wpb_single_image:first-child{
  border-left: none;
}
.strategic-partner-logos img{
  display: block;
  margin: 0 auto;
}
.partnerecosystem-logos .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper{
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #CFCFD5;
  border-top: none;
  border-left: none;
}
.partnerecosystem-logos .wpb_single_image{
  width: 25%;
  border-left: 1px solid #CFCFD5;
  border-top: 1px solid #CFCFD5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 250px;
}
.partnerecosystem-logos .wpb_single_image .vc_figure{
  margin: 0 auto;
}
.partnerecosystem-logos img{
  display: block;
  margin: 0 auto;
}

.healthcaresolution-block{
  position: relative;
  padding: 100px 0;
}
.healthcaresolution-block:before{
  content: "";
  width: 1150px;
  height: 100%;
  background: linear-gradient(239.42deg, #100F36 30.72%, #000000 100.78%);
  position: absolute;
  left: 0;
  top: 0;
}
.healthcaresolution-block h3{
  color: #fff;
}
.healthcaresolution-row .healthcaresolution__item{
  width: 730px;
  margin-right: 100px;
}
.healthcaresolution-row .swiper-wrapper{
  padding-left: calc((100vw - 1725px) / 2);
}
.healthcaresolution__item a{
  position: relative;
  display: block;
}
.healthcaresolution__img{
  position: relative;
}
.healthcaresolution__img:before{
  content: "";
  background: linear-gradient(180deg, rgba(4, 33, 95, 0) 40%, #04215F 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.healthcaresolution__img img{
  width: 100%;
  height: 530px;
  object-fit: cover;
  display: block;
}
.healthcaresolution__content{
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
}
.healthcaresolution__content h4{
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #ffffff;
  max-width: 480px;
}
.vc_row.rcm-half-block {
  margin-left: -15px;
  margin-right: -15px;
}
.rcm-half-block .vc_column_container > .vc_column-inner{
  padding-left: 15px;
  padding-right: 15px;
}
.rcm-half-block h4{
  padding-bottom: 35px;
}

.whyworkhere-block p{
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  color: #333333;
}
.whyworkhere-block .focusareas-row{
  padding-top: 70px;
}

.privacypolivy-page table{
  border: 1px solid #538BFF;
  border-spacing: 0;
  margin-top: 7px;
  margin-bottom: 30px !important;
}
.privacypolivy-page table tr th{
  padding: 10px 15px;
  font-size: 22px;
  line-height: 34px;
  color: #fff;
  font-weight: 700;
  background: #538BFF;
  border-spacing: 0;
  text-align: left;
}
.privacypolivy-page table tr td{
  border-top: 1px solid #538BFF;
  border-left: 1px solid #538BFF;
  padding: 8px 15px;
  font-size: 22px;
  line-height: 34px;
  color: #333333;
  border-spacing: 0;
}
.privacypolivy-page table tr td ul{
  padding-bottom: 0;
}
.privacypolivy-page table tr td:first-child{
  border-left: none;
}

.contact-map-block.vc_row{
  margin: 0 auto;
  max-width: 1296px;
}
.contact-map-block.vc_row .vc_column_container > .vc_column-inner{
  padding-left: 0;
  padding-right: 0;
}
.contactmap-block{
  position: relative;
}
.global-pin li{
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.global-pin li.newyork{
  top: 37.5%;
  left: 29%;
}
.global-pin li.newjersey{
  top: 41.50%;
  left: 27.5%;
}
.global-pin li.london{
  top: 35.5%;
  left: 45.8%;
}
.global-pin li.netherlands strong{
  width: 100%;
  margin-top: 3px;
}
.global-pin li.netherlands{
  top: 40%;
  left: 48%;
}
.global-pin li.delhi {
  top: 53%;
  left: 68.5%;
}
.global-pin li.bangalore {
  top: 60%;
  left: 68%;
}
.global-pin li.srilanka {
  top: 65.5%;
  left: 70.5%;
}
.global-pin li span{
  width: 8px;
  height: 8px;
  background: #3F7EFF;
  border-radius: 100%;
  margin-right: 9px;
  position: relative;
}
.global-pin li span:before{
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100%;
  position: absolute;
  left: -4px;
  top: -4px;
  border: 2px solid #3F7EFF;
}
.global-pin li strong{
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #0F0E2D;
}
.contact-addresslist h3{
  padding-bottom: 30px;
}
.contact-addresslist .pt-100{
  padding-top: 100px !important;
}
.contact-addresslist .vc_row{
  margin-left: -70px;
  margin-right: -70px;
  padding-top: 100px;
}
.contact-address-card.vc_column_container > .vc_column-inner{
  padding-left: 70px;
  padding-right: 70px;
}
.contact-addresslist .vc_col-sm-12 > .vc_column-inner{
  max-width: 1485px;
}
.contact-addresslist .wpb_single_image img{
  filter: grayscale(1);
  transition: all 0.3s ease;
}
.contact-address-card.vc_column_container > .vc_column-inner > .wpb_wrapper:hover img{
  filter: grayscale(0);
}
.contact-address-card .wpb_text_column{
  padding-top: 25px;
}
.contact-address-card h4{
  font-size: 26px;
  line-height: 30px;
  color: #272742;
  font-weight: 700;
  padding-bottom: 5px;
}
.contact-address-card h4 .small-text{
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}
.contact-address-card p{
  font-size: 18px;
  line-height: 30px;
  color: #57576C;
  font-weight: 500;
  padding-top: 10px;
  max-width: 352px;
}
.contact-address-card p strong{
  font-weight: 700;
}
.contact-address-card p a{
  color: #57576C;
}
.contact-address-card p a:hover{
  color: #E19518;
}
.contactaddress-main{
  max-width: 700px;
}
.contactaddress-main .vc_col-sm-4:nth-child(2){
  padding-top: 54px;
}
.contactaddress-main .vc_col-sm-4:nth-child(3){
  padding-top: 54px;
}
.contact-social{
  display: flex;
}
.contact-social a{
  margin-right: 5px;
  height: 30px;
  width: 30px;
}
.contactaddress-maincard h3{
  font-size: 30px;
  line-height: 36px;
  padding-bottom: 18px;
}
.contactaddress-maincard h4{
  font-size: 24px;
  line-height: 28px;
  color: #272742;
  font-weight: 700;
  padding-bottom: 5px;
}
.contactaddress-maincard p{
  font-size: 18px;
  line-height: 30px;
  color: #57576C;
  font-weight: 500;
  padding-bottom: 15px;
}
.contactaddress-maincard p a{
  color: #57576C;
}
.contactaddress-maincard p a:hover{
  color: #E19518;
}

.creativeinnovation-block{
  position: relative;
  padding-bottom: 100px;
  padding-top: 100px;
}
.creativeinnovation-block h2{
  padding-left: calc((100vw - 1725px) / 2);
}
.creativeinnovation-block:before{
  content: "";
  display: block;
  width: 1150px;
  background: #F3F3F4;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.imagetext-section{
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding-left: calc((100vw - 1725px) / 2);
}
.imagetext-section .vc_col-sm-4{
  width: 38%;
  background: linear-gradient(239.42deg, #100F36 30.72%, #000000 100.78%);
  padding: 40px;
}
.imagetext-section .vc_col-sm-4 > .vc_column-inner{
  padding: 0;
}
.imagetext-section .wpb_single_image img{
  height: auto;
  width: 100%;
  object-fit: cover;
}
.imagetext-section .vc_col-sm-8{
  width: 62%;
}
.imagetext-section .vc_col-sm-8 > .vc_column-inner{
  padding-left: 60px;
  padding-right: 0;
}
.imagetext-section h2{
  font-size: 50px;
  line-height: 62px;
  padding-bottom: 30px;
  color: #fff;
  padding-top: 40px;
}
.imagetext-section p{
  font-size: 22px;
  line-height: 34px;
  color: #fff;
}
.imagetext-section .wpb_single_image .vc_figure, .imagetext-section .wpb_single_image .vc_single_image-wrapper{
  display: block;
}

.images-listing .images-card{
  width: 600px;
  margin-right: 60px;
}
.images-card img{
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.whitepaperlist-row{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.whitepaperlist-row .vc_col-6{
  width: 50%;
  padding: 0 30px;
  margin-bottom: 100px;
}
.whitepaperlist-card{
  display: flex;
  flex-wrap: wrap;
}
.whitepaperlist-card .whitepaperlist-img{
  width: 45%;
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
  position: relative;
}
.whitepaperlist-card .whitepaperlist-img:before {
  content: "";
  z-index: -1;
  width: 90%;
  height: 60%;
  position: absolute;
  right: -25px;
  bottom: -30px;
  z-index: 0;
  background: url("../images/dot-pattern.png") right;
  background-size: 10px;
  transition: 0.25s ease-in-out;
  opacity: 0.2;
}
.whitepaperlist-card .whitepaperlist-img img{
  height: 480px;
  width: 100%;
  object-fit: cover;
  display: block;
  position: relative;
}
.whitepaperlist-card .whitepaperlist-content{
  padding-left: 45px;
  width: 55%;
}
.whitepaperlist-content .whitepaper-date{
  font-size: 20px;
  line-height: 26px;
  color: #333333;
  padding-bottom: 12px;
}
.whitepaperlist-content h3{
  color: #000000;
  font-size: 40px;
  line-height: 52px;
  font-weight: 800;
  padding-bottom: 35px;
}
.whitepaperlist-content h3 a{
  color: #000000;
}
.read-more{
  color: #000000;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 5px;
}
.read-more:before{
  content: "";
  height: 2px;
  width: 100%;
  background: #E19518;
  position: absolute;
  left: 0;
  bottom: 0;
}
.read-more:hover{
  color: #E19518;
}

.newsroomlist-row{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.newsroomlist-row .vc_col-4{
  width: 50%;
  padding: 0 30px 80px;
  display: flex;
}
.newsroom-card{
  border: 1px solid #CFCFD5;
  padding: 40px 30px;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
.newsroom-card:hover{
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
}
.newsroom-card:before {
  content: "";
  height: 60px;
  position: absolute;
  width: 60px;
  border-left: 2px solid #3F7EFF;
  border-top: 2px solid #3F7EFF;
  left: 0;
  top: 0;
}
.newsroom-card:after {
  content: "";
  height: 60px;
  position: absolute;
  width: 60px;
  border-right: 2px solid #3F7EFF;
  border-bottom: 2px solid #3F7EFF;
  right: 0;
  bottom: 0;
}
.whitepaper-date{
  font-size: 22px;
  line-height: 28px;
  color: #3F7EFF;
  padding-bottom: 15px;
  position: relative;
  padding-left: 35px;
}
.whitepaper-date:before{
  content: "";
  width: 25px;
  height: 3px;
  background: #3F7EFF;
  position: absolute;
  left: 0;
  top: 12px;
}
.newsroom-card .newsroom-card__content{
  position: relative;
  padding-bottom: 30px;
  width: 100%;
  height: 100%;
}
.newsroom-card .newsroom-card__content .read-more{
  position: absolute;
  left: 0;
  bottom: 0;
}
.newsroom-card .newsroom-card__content h3{
  font-size: 46px;
  line-height: 56px;
  padding-bottom: 35px;
}

.podcastlist-row{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.podcastlist-row .vc_col-4{
  width: 50%;
  padding: 0 30px 80px;
  display: flex;
}
.podcast-card{
  border: 1px solid #CFCFD5;
  padding: 40px 30px;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
.podcast-card:hover{
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
}
.podcast-card:before {
  content: "";
  height: 60px;
  position: absolute;
  width: 60px;
  border-left: 2px solid #3F7EFF;
  border-top: 2px solid #3F7EFF;
  left: 0;
  top: 0;
}
.podcast-card:after {
  content: "";
  height: 60px;
  position: absolute;
  width: 60px;
  border-right: 2px solid #3F7EFF;
  border-bottom: 2px solid #3F7EFF;
  right: 0;
  bottom: 0;
}
.podcast-card .podcast-card__content h3{
  font-size: 46px;
  line-height: 56px;
  padding-bottom: 30px;
}
.podcast-card .podcast-card__content p{
  font-size: 22px;
  line-height: 34px;
  color: #333333;
  padding: 0;
}
.podcast-card .podcast-card__img{
  margin-top: 30px;
}
.podcast-card__img .play-btn{
  width: auto;
  box-shadow: 5px 5px 20px rgba(0,0,0,0.1);
  height: 46px;
  background-image: url("../images/play-white.svg");
  background-position: right .75rem center;
  background-repeat: no-repeat;
  background-color: #3F7EFF;
  border: none;
  outline: none;
  font-size: 16px;
  background-size: 15px auto;
  line-height: 46px;
  color: #FFFFFF;
  font-weight: 900;
  transition: all 0.3s;
  padding: 0 39px 0 15px;
  margin-top: 30px;
}
.podcast-card__img .play-btn.pause{
  background-image: url("../images/pause-white.svg");
  background-size: 20px auto;
}
.podcast-card__img .play-btn:hover{
  background-color: #E19518;
}

/*.insightpages-banner.innerpage-banner .innerbanner-image img{
  height: 730px;
  width: 100%;
  object-fit: cover;
}
.insightpages-banner .innerbanner-image{
  position: relative;
}
 .insightpages-banner .innerbanner-image:after{
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 16.75%, rgba(0, 0, 0, 0) 80.34%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
} */
.whitepaper-detail p{
  font-size: 22px;
  line-height: 34px;
  color: #333333;
  padding-bottom: 40px;
}
.whitepaper-detail p a{
  color: #3F7EFF;
}
.whitepaper-detail h4 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
  color: #2D2F8F;
  padding-bottom: 30px;
  padding-top: 60px;
}
.whitepaper-detail ul{
  padding-bottom: 30px;
}
.whitepaper-detail ul ul{
  padding-top: 18px;
}
.whitepaper-detail li{
  font-size: 22px;
  line-height: 34px;
  color: #333333;
  position: relative;
  padding-left: 26px;
  margin-bottom: 20px;
}
.whitepaper-detail li a{
  color: #3F7EFF;
}
.whitepaper-detail li:before{
  content: "";
  width: 10px;
  height: 10px;
  background: #2D2F8F;
  position: absolute;
  left: 0;
  top: 11px;
  border-radius: 100%;
  display: block;
}
.whitepaperdetail-row{
  display: flex;
  flex-wrap: wrap;
}
.whitepaperdetail-left{
  width: 65%;
  padding-right: 60px;
}
.whitepaperdetail-right{
  width: 35%;
}
.whitepaperdetail-right h3{
  font-size: 40px;
  line-height: 52px;
  padding-bottom: 30px;
}
.whitepaper-form{
  background: #fff;
  padding: 40px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
}
.whitepaper-form .wpcf7-form-control{
  width: 100%;
  border: 1px solid #CFCFD5;
  height: 60px;
  line-height: 60px;
  outline: none;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  outline: none;
  padding: 0 18px;
  border-radius: 0;
}
.whitepaper-form textarea.wpcf7-form-control{
  height: 100px;
  padding: 18px;
  line-height: 22px;
}
.whitepaper-detail .whitepaper-form p{
  padding: 0;
}
.whitepaper-form .form-group{
  padding-bottom: 30px;
}
.whitepaper-form .wpcf7-submit{
  width: 135px;
  box-shadow: 10px 10px 40px 0px rgba(0,0,0,0.1);
  height: 54px;
  background: #3F7EFF;
  border: none;
  outline: none;
  font-size: 20px;
  line-height: 54px;
  color: #FFFFFF;
  font-weight: 900;
  text-transform: uppercase;
  transition: all 0.3s;
}
.whitepaper-form .wpcf7-submit:hover{
  background: #E19518;
}
.whitepaper-form label.error{
  color: red;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: block;
  margin: 0;
}

.webcastlist-row{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}
.webcastlist-row .vc_col-4{
  width: 33.33%;
  padding: 0 25px 60px;
}
.webcast-card a{
  display: block;
  position: relative;
  overflow: hidden;
}
.webcast-card__img{
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.webcast-card__img:before{
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(4, 33, 95, 0) 0%, #04215F 100%);
  position: absolute;
  left: 0;
  top: 0;
}
.webcast-card__img img{
  width: 100%;
  height: 650px;
  display: block;
  object-fit: cover;
  border-radius: 15px;
}
.webcast-card__content{
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  flex-wrap: wrap;
  padding: 40px 30px;
}
.webcast-card .webcast-date{
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  position: absolute;
  padding: 40px 30px;
  text-shadow: 0 0 4px rgba(0,0,0,0.6);
  left: 0;
  top: -100px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.webcast-card a:hover .webcast-date{
  opacity: 1;
  visibility: visible;
  top: 0;
}
.webcast-card__content h3{
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
  width: 100%;
}
.webcast-card__content p{
  padding-top: 10px;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  width: 100%;
}
.webcast-presentation iframe{
  max-width: 772px !important;
  margin: 0 auto;
}

.recentblog-block{
  padding-bottom: 100px;
  padding-right: calc((100vw - 1725px) / 2);
}
.recentblog-block-inner{
  display: flex;
  flex-wrap: wrap;
  box-shadow: 10px 10px 90px 0px rgba(0, 0, 0, 0.1);
}
.recentblog-block .recentblog-img{
  width: 45%;
}
.recentblog-img img{
  height: 550px;
  width: 100%;
  object-fit: cover;
  display: block;
}
.recentblog-block .recentblog-content{
  width: 55%;
  padding: 50px 40px 50px 80px;
}
.recentblog-content .recentblog-date{
  font-size: 22px;
  line-height: 28px;
  padding-bottom: 15px;
}
.recentblog-content .whitepaper-date{
  padding-bottom: 0;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.recentblog-content .recentblog-date a{
  color: #000000;
}
.recentblog-content .recentblog-date a:hover{
  color: #E19518;
}
.recentblog-content h3{
  padding-bottom: 35px;
}
.blog-row{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}
.blog-row .vc_col-4{
  width: 33.33%;
  padding: 0 25px 60px;
}
.blog-card{
  display: block;
  position: relative;
  overflow: hidden;
}
.blog-card__img{
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  display: block;
}
.blog-card__img:before{
  content: "";
  width: 100%;
  height: 100%;  
  background: linear-gradient(180deg, rgba(4, 33, 95, 0) 31.82%, rgba(4, 33, 95, 0.9) 85%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.blog-card__img:after{
  content: "";
  width: 100%;
  height: 50%;  
  background: linear-gradient(0deg, rgba(4, 33, 95, 0) 31.82%, rgba(4, 33, 95, 0.9) 85%);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
}
.blog-card__img img{
  width: 100%;
  height: 650px;
  display: block;
  object-fit: cover;
  border-radius: 15px;
}
.blog-card__content{
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  flex-wrap: wrap;
  padding: 40px 30px;
}
.blog-card__content h3{
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
  width: 100%;
}
.blog-card__content h3 a{
  color: #ffffff;
}
.blog-card .postcat_all{
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  padding-bottom: 15px;
}
.blog-card .postcat_all a{
  color: #fff;
  margin-right: 24px;
  position: relative;
}
.blog-card .postcat_all a:before{
  content: "";
  width: 5px;
  height: 5px;
  background: #3F7EFF;
  position: absolute;
  top: 13px;
  right: -13px;
  border-radius: 6px;
}
.blog-card .postcat_all a:last-child:before{
  display: none;
}
.blog-card .postcat_all a:hover{
  text-decoration: underline;
}
.blog-card .blog-author{
  z-index: 1;
  position: absolute;
  left: 0;
  top: -35px;
  opacity: 0;
  width: 100%;
  padding: 30px 30px;
  display: flex;
  flex-wrap: wrap;
  transition: opacity .3s, top .3s;
}
.blog-card:hover .blog-author{
  opacity: 1;
  top: 0;
}
.blog-card .blog-author img{
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 100%;
}
.blog-card .blog-author .blog-author__info{
  width: 100%;
  padding-left: 0;
}
.blog-author__info h5{
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  font-weight: 700;
}
.blog-author__info h5 a{
  color: #fff;
}
.blog-author__info h5 a:hover{
  color: #E19518;
}
.blog-author__info p{
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  font-weight: 400;
}

.bloglist-page .blogcustom_filter li{
  width: auto;
  flex: 1;
}

.blog-detail .blogdate-text {
  font-weight: 700;
  color: #3F7EFF;
  margin-bottom: 10px;
}
.blog-detail .blogdate-text a{
  color: #3F7EFF;
}
.blog-detail .blogdate-text a:hover{
  color: #E19518;
}
.blog-detail .blogdate-text span{
  padding-right: 15px;
  color: #0F0E2D;
  position: relative;
  padding-left: 35px;
}
.blog-detail .blogdate-text span:before{
  content: "";
  width: 25px;
  height: 2px;
  background: #0F0E2D;
  position: absolute;
  left: 0;
  top: 11px;
}
.blog-detail .wpb_single_image{
  display: flex;
  flex-wrap: wrap;
}
.blog-detail .wpb_single_image .wpb_singleimage_heading{
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  padding: 0;
  order: 2;
  width: 100%;
}
.videolist-row{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  background: #F3F3F4;
}
.videolist-row .videolist__video{
  width: 55%;
}
.videolist__video iframe{
  width: 100%;
  display: block;
  border: none;
  height: 450px;
}
.videolist-row .videolist__content{
  width: 45%;
  padding: 50px 60px 50px 60px;
}
.videolist__content .videolist-title{
  font-size: 46px;
  line-height: 64px;
}
.videolist__content .video-date{
  font-size: 22px;
  line-height: 28px;
  color: #3F7EFF;
  padding-bottom: 15px;
  padding-left: 35px;
  position: relative;
}
.videolist__content .video-date:before{
  content: "";
  width: 25px;
  height: 3px;
  background: #3F7EFF;
  position: absolute;
  left: 0;
  top: 12px;
}
.videolist-row:nth-child(even) .videolist__video{
  order: 2;
}


.thechallenges-block{
  background: linear-gradient(239.42deg, #100F36 30.72%, #000000 100.78%);
  padding-top: 100px;
  padding-bottom: 100px;
}
.thechallenges-block h3, .thechallenges-block p, .thechallenges-block .list-design li{
  color: #ffffff;
}
.thesolution-block{
  background: #F3F3F4;
  padding-top: 100px;
  padding-bottom: 100px;
}

.pressrelease-banner.innerpage-banner{
  min-height: 250px;
}
.pressrelease-banner.innerpage-banner .innerbanner-content {
  position: static;
  padding-top: 150px;
  padding-bottom: 70px;
}
.pressrelease-banner.innerpage-banner .subpage-title{
  font-size: 56px;
  line-height: 68px;
}

.pressrelease-detail p{
  font-size: 22px;
  line-height: 34px;
  color: #333333;
  padding-bottom: 40px;
}
.pressrelease-detail p a{
  color: #3F7EFF;
}
.pressrelease-detail h3{
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
  color: #2D2F8F;
  padding-bottom: 30px;
  padding-top: 60px;
}
.pressrelease-detail .vc_col-sm-4{
  width: 300px;
}
.pressrelease-detail .vc_col-sm-8{
  width: calc(100% - 300px);
  padding-left: 15px;
}
.pressrelease-detail .vc_col-sm-4 .wpb_single_image{
  padding-bottom: 30px;
}
.pressrelease-detail .vc_col-sm-6 .wpb_single_image{
  padding-bottom: 30px;
  padding-right: 15px;
}

.blog-detail h2, .successstory-detail h2{
  font-size: 42px;
  line-height: 58px;
  font-weight: 700;
  color: #000000;
  padding-bottom: 35px;
  padding-top: 60px;
}
.blog-detail h3, .successstory-detail h3{
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
  color: #2D2F8F;
  padding-bottom: 30px;
  padding-top: 60px;
}
.blog-detail h2 + h3, .successstory-detail h2 + h3{
  padding-top: 0;
}
.blog-detail p{
  font-size: 22px;
  line-height: 34px;
  color: #333333;
  padding-bottom: 40px;
}
.blog-detail p a, .successstory-detail p a{
  color: #3F7EFF;
}
.blog-detail .vc_col-sm-4{
  width: 300px;
}
.blog-detail .vc_col-sm-8{
  width: calc(100% - 300px);
  padding-left: 15px;
}
.blog-detail .vc_col-sm-4 .wpb_single_image{
  padding-bottom: 30px;
}
.blog-detail .vc_col-sm-6 .wpb_single_image{
  padding-bottom: 30px;
  padding-right: 15px;
}
.blog-detail table{
  border: 1px solid #538BFF;
  border-spacing: 0;
  margin-top: 7px;
  margin-bottom: 30px !important;
}
.blog-detail table tr th{
  padding: 10px 15px;
  font-size: 22px;
  line-height: 34px;
  color: #fff;
  font-weight: 700;
  background: #538BFF;
  border-spacing: 0;
  text-align: left;
}
.blog-detail table tr td{
  border-top: 1px solid #538BFF;
  border-left: 1px solid #538BFF;
  padding: 8px 15px;
  font-size: 22px;
  line-height: 34px;
  color: #333333;
  border-spacing: 0;
}
.blog-detail table tr td ul{
  padding-bottom: 0;
}
.blog-detail table tr td:first-child{
  border-left: none;
}
.successstory-detail h2{
  margin-bottom: 30px;
  margin-top: 80px;
  padding: 0;
}
.successstory-detail h2:first-child{
  margin-top: 0;
}
.successstory-detail p{
  font-size: 22px;
  line-height: 34px;
  color: #333333;
  margin-bottom: 40px;
}
.successstory-detail h5{
  margin-bottom: 25px;
}
/* .successstory-object{
  background: linear-gradient(239.42deg, #100F36 30.72%, #000000 100.78%);
  padding: 100px 0;
}
.successstory-object h2{
  color: #fff;
}
.successstory-object p{
  color: #fff;
}
.successstory-object ul li{
  color: #fff;
} */
.successstory-solution{
  background: #0f0e2d;
  padding: 100px 0;
}
.successstory-solution h2{
  color: #fff;
}
.successstory-solution h5{
  color: #fff;
}
.successstory-solution p{
  color: #fff;
}
.successstory-solution ul li{
  color: #fff;
}
.successstory-solution ul li:before{
  background: #E19518;
}

.employeespeaks-row{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.employeespeaks-row .employeespeaks-col{
  width: 33.33%;
  padding: 0 20px 80px;
}
.employeespeaks-col .employeespeaks__img{
  padding: 30px 0 80px;
  position: relative;
}
.employeespeaks-col .employeespeaks__img span{
  width: 300px;
  height: 300px;
  position: relative;
  display: block;
  margin: 0 auto;
}
.employeespeaks-col .employeespeaks__img span:before{
  content: "";
  background: #0f0e2d;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  position: absolute;
  left: 15px;
  bottom: 15px;
}
.employeespeaks-col .employeespeaks__img:before {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: #000;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .3s linear;
}
.employeespeaks-col .employeespeaks__img:hover:before{
  opacity: 0.4;
}
.employeespeaks-col:nth-child(even) .employeespeaks__img span:before{
  right: 15px;
  left: auto;
}
.employeespeaks-col .employeespeaks__img img{
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
  display: block;
}
.employeespeaks-col .employeespeaks__content{
  padding: 15px 20px;
  background: #0F0E2D;
  text-align: left;
  width: calc(100% - 90px);
  margin-top: -50px;
  position: relative;
  z-index: 1;
}
.employeespeaks-col .employeespeaks__content:before{
  content: "";
  width: 20px;
  top: 0;
  bottom: 0;
  right: -19.5px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  -ms-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: #0F0E2D;
}
.employeespeaks-col .employeespeaks__content h4{
  color: #fff;
  font-size: 30px;
  line-height: 38px;
}
.employeespeaks-col .employeespeaks__content p{
  color: #fff;
  padding-top: 3px;
}
.employeespeaks-col:nth-child(4n+1) .employeespeaks__img{
  background: #42b977;
}
.employeespeaks-col:nth-child(4n+2) .employeespeaks__img{
  background: #f392bd;
}
.employeespeaks-col:nth-child(4n+3) .employeespeaks__img{
  background: #7773ee;
}
.employeespeaks-col:nth-child(4n+4) .employeespeaks__img{
  background: #fba824;
}
.employeespeaks__detail{
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  text-align: left;
  width: 100%;
  visibility: hidden;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  background: rgba(0,0,0,0.5);
  transition: all 0.5s;
}
.employeespeaks-sub__detail{
  max-width: 800px;
  margin: 30px auto;
  background: #fff;
  padding: 30px;
  position: relative;
  box-shadow: 15px 15px 80px 0px rgba(0,0,0,0.15);
}
.employeespeaks-sub__detail .designation{
  padding-bottom: 10px;
  color: #57576C;
  font-size: 16px;
}
.employeespeaks-sub__detail .close-modal{
  background: url("../images/close-icon.png") no-repeat center center;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  background-size: 16px auto;
  top: 10px;
}
.openemployees-modal .employeespeaks__detail{
  opacity: 1;
  visibility: visible;
}
.employeespeaks-modal{
  background-image: url("../images/view-icon.png");
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(255,255,255,0.6);
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.3);
  width: 60px;
  height: 60px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  bottom: 35%;
  margin-left:-30px;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s;
}
.employeespeaks-col .employeespeaks__img:hover .employeespeaks-modal{
  opacity: 1;
  transform: scale(1);
}

.servicesofferings-slider .servicesofferings__item{
  width: 600px;
  margin-right: 50px;
}
.servicesofferings-slider .servicesofferings__item:last-child{
  margin-right: 0;
}
.servicesofferings__item a{
  display: block;
  padding: 0;
  position: relative;
}
.servicesofferings__img{
  position: relative;
}
.servicesofferings__img img{
  height: 300px;
  width: 100%;
  object-fit: cover;
  display: block;
}
.servicesofferings__item .servicesofferings__content{
  background: #0F0E2D;
  width: calc(100% - 60px);
  margin: -100px auto 0;
  padding: 25px 25px;
  position: relative;
  min-height: 180px;
  box-shadow: 0px 7px 10px rgba(0,0,0,0.2);
  transition: top 0.5s ease 0s;
  top: 0;
}
.servicesofferings__content h4{
  color: #ffffff;
  font-size: 30px;
  line-height: 40px;
}
.servicesofferings__content p{
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  padding-top: 12px;
}
.servicesofferings__item a:hover .servicesofferings__content{
  top: -15px;
}

.visionmission-block .vc_row{
  margin: 0;
}
.visionmission-block .vc_col-sm-6:first-child{
  background: linear-gradient(145.61deg, #E19518 -0.86%, #FFB63F 100%);
}
.visionmission-block .vc_col-sm-6:last-child{
  background: linear-gradient(145.22deg, #2945DD 0%, #0D249E 100%);
}
.visionmission-block .vc_col-sm-6:before{
  content: "";
  display: block;
  background: url("../images/pvm-image.svg") no-repeat center center;
  width: 105px;
  height: 190px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-size: 100% auto;
  opacity: 0.2;
}
.visionmission-block .vc_col-sm-6:first-child:before{
  opacity: 0.1;
}
.visionmission-block .vc_col-sm-6.vc_column_container > .vc_column-inner{
  padding: 40px;
  min-height: 300px;
}
.visionmission-block .wpb_text_column{
  position: relative;
}
.visionmission-block h3{
  color: #fff;
  font-size: 36px;
  line-height: 50px;
  padding-bottom: 13px;
}
.visionmission-block p{
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}
.pukaarpost-block .vc_row{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pukaarpost-block img{
  width: 100%;
}
.pukaarpost-block .wpb_single_image .vc_figure, .pukaarpost-block .wpb_single_image .vc_single_image-wrapper{
  display: block;
}
.pukaarpost-block .vc_col-sm-4{
  width: 40%;
}
.pukaarpost-block .vc_col-sm-8{
  width: 60%;
  padding-right: calc((100vw - 1725px) / 2);
  padding-left: 70px;
}
.right-img.pukaarpost-block .vc_col-sm-4{
  order: 2;
}
.right-img.pukaarpost-block .vc_col-sm-8{
  padding-left: calc((100vw - 1725px) / 2);
  padding-right: 70px;
}
.pukaarpost-block p{
  font-size: 28px;
  line-height: 46px;
}
.pukaarinfo-block h4{
  font-size: 30px;
  line-height: 44px;
  padding-bottom: 30px;
}
.pukaarinfo-block p{
  font-size: 20px;
  line-height: 32px;
}
.pukaargallery-block .wpb_image_grid .wpb_image_grid_ul{
  height: auto !important;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.pukaargallery-block .wpb_image_grid .wpb_image_grid_ul .isotope-item{
  width: 33.33%;
  position: static !important;
  float: none;
  margin: 0;
  padding: 0 20px 40px;
}
.pukaargallery-block .wpb_image_grid .wpb_image_grid_ul a{
  display: block;
  box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.2);
}
.pukaargallery-block .wpb_image_grid .wpb_image_grid_ul img{
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.about-services{
  display: flex;
  margin: 0 -30px;
  max-width: 1500px;
}
.about-services .about-service-item{
  padding: 0 30px;
  flex: 0 0 auto;
  width: 50%;
  transition: all 550ms cubic-bezier(0.85, 0, 0, 1);
}
.about-services .about-service-itemsub{
  background: linear-gradient(145.61deg, #E19518 -0.86%, #FFB63F 100%);
  padding: 50px 50px;
  min-height: 600px;
}
.about-services .about-service-item:hover{
  width: 1000px;
}
.about-services .about-service-item:nth-child(2) .about-service-itemsub{
  background: linear-gradient(145.22deg, #2945DD 0%, #0D249E 100%);
}
.about-service-itemsub .aboutservice__img{
  filter: brightness(100);
  width: 90px;
  height: 90px;
  margin-bottom: 25px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.about-service-itemsub h2{
  color: #fff;
  padding-bottom: 15px;
  font-size: 54px;
  line-height: 64px;
}
.about-service-itemsub p{
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 15px;
}
.about-service-itemsub ul{
  padding-bottom: 0;
  transition: all 0.3s linear;
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
}
.about-service-itemsub ul li{
  background: url("../images/arrow-right.svg") no-repeat left 8px;
  background-size: 12px auto;
  list-style: none;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  color: #FFFFFF;
  margin-top: 20px;
  width: 50%;
}
.about-service-itemsub ul li a{
  color: #FFFFFF;
}
.about-service-itemsub:hover ul{
  opacity: 1;
  visibility: visible;
}

.aboutus-ourvision{
  background-attachment: fixed;
  padding: 150px 0;
  position: relative;
}
.aboutus-ourvision:before{
  content: "";
  display: block;
  background: linear-gradient(239.42deg, #100F36 30.72%, #000000 100.78%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.7;
}
.aboutus-ourvision h3{
  color: #fff;
  padding-bottom: 20px;
}
.aboutus-ourvision .wpb_text_column{
  max-width: 800px;
}
.aboutus-ourvision p{
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  padding-bottom: 10px;
}
.aboutinftra-row{
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 100px;
}
.aboutinftra-row iframe{
  width: 100%;
  height: 450px !important;
  max-height: inherit !important;
}
.vc_row.aboutinftra-row{
  margin: 0 -20px;
}
.aboutinftra-row .vc_col-sm-6{
  padding-left: 20px;
  padding-right: 20px;
}
.aboutinftra-row .vc_column_container > .vc_column-inner{
  padding: 0;
}
.aboutinftra-row h4{
  font-weight: 600;
  padding-top: 10px;
}
.about-corevalue p{
  font-size: 20px;
  line-height: 30px;
}
.about-corevalue .card-container {
  height: 550px;
  padding: 0 100px 0 100px;
  max-width: 750px;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.about-corevalue .card-container .card-stack {
  width: 600px;
  height: 600px;
  position: relative;
}
.about-corevalue .card-container .card-stack .card-list li.card {
  position: absolute;
  left: 0;
  color: #ffffff;
  padding: 0;
  height: 100%;
  top: 0;
  width: 100%;
  background: initial;
  transform-origin: 0 0;
  transition: all 0.5s ease 0s;
}
.about-corevalue .card-container .card-stack .card-list li.card:nth-child(1) {
  z-index: 6;
}
.about-corevalue .card-container .card-stack .card-list li.card:nth-child(2) {
  left: 20px;
  z-index: 5;
  padding: 20px 0 20px 40px;
}
.about-corevalue .card-container .card-stack .card-list li.card:nth-child(3) {
  left: 40px;
  padding: 40px 0 40px 80px;
  z-index: 4;
}
.about-corevalue .card-container .card-stack .card-list li.card:nth-child(4) {
  left: 60px;
  padding: 60px 0 60px 120px;
  z-index: 3;
}
.about-corevalue .card-container .card-stack .card-list li.card:nth-child(5) {
  left: 80px;
  padding: 80px 0 80px 160px;
  z-index: 2;
}
.about-corevalue .card-container .card-stack .card-list li.card:nth-child(6) {
  left: 100px;
  padding: 100px 0 100px 200px;
  z-index: 1;
}
.about-corevalue .card-container .card-stack .buttons {
  display: block;
  position: absolute;
  display: none;
}
.culture-items{
  display: flex;
  flex-wrap: wrap;
  background: linear-gradient(83.69deg, #000000 -0.25%, #0F0E2D 58.36%);
  margin-top: 90px;
  padding: 1px 70px 70px;
}
.culture-items .culture-items-content{
  width: 48%;
  padding: 50px 70px 0 0;
}
.culture-items-content h3{
  color: #fff;
  padding-bottom: 25px;
}
.culture-items-content h3 span{
  display: block;
} 
.culture-items-content p{
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
.culture-items .culture-items-img{
  width: 52%;
  margin-top: -90px;
}
.culture-items-img img{
  display: block;
  width: 100%;
}
.ticker__viewport {
  color: #fff;
  overflow: hidden;
  padding: 12px 0;
  display: inline-block;
  flex-grow: 1;
}
.ticker__viewport .ticker {
  display: inline-flex;
  white-space: nowrap;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker;
  animation-duration: 35s;
}
.ticker .ticker__item{
  display: flex;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
  color:#333333;
}
.ticker__item:before {
  font-weight: bold;
  content: "";
  width: 10px;
  margin-top: 6px;
  height: 10px;
  background: linear-gradient(135.73deg, #E98824 17.2%, #E62E2E 78.52%);
  margin-right: 10px;
  border-radius: 100%;
  display: flex;
}
@keyframes ticker {
  0% {
    transform: translate3d(10%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
.aboutawards-section{
  background: linear-gradient(239.42deg, #100F36 30.72%, #000000 100.78%);
  padding: 120px 0;
}
.aboutawards-section h3{
  color: #fff;
}
.awards-slider{
  padding-top: 15px;
}
.awards-slider .swiper-slide{
  padding: 0;
}
.awards-items{
  display: flex;
  flex-wrap: wrap;
}
.awards-items-content{
  width: 60%;
}
.awards-items-content h4{
  padding-bottom: 25px;
  color: #fff;
}
.awards-items-content p{
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}
.awards-items-img{
  width: 40%;
  padding-left: 40px;
}
.awards-items-img img{
  object-fit: cover;
  width: 100%;
  display: block;
}

body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme{
  background: linear-gradient(83.69deg, #000000 -0.25%, #0F0E2D 58.36%);
  border: none
}
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-cookie-notice button:hover{
  color: #E19518 !important;
}
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton, body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{
  background: #3F7EFF;
  border-color: #3F7EFF;
  border-radius: 0;
}
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton:hover{
  background: #E19518 !important;
  border-radius: 0;
  color: #fff !important;
}
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.change-settings-button:hover{
  background: #E19518 !important;
  color: #fff !important;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon{
  background-color: #3F7EFF;
  border-color: #3F7EFF;
  color: #fff;
}

.error404-block{
  text-align: center;
}
.error404-block h2{
  font-size: 90px;
  line-height: 100px;
  font-weight: 700;
  color: #3F7EFF;
}
.error404-block p{
  font-size: 20px;
  line-height: 32px;
}
.error404-block p a{
  color: #3F7EFF;
  text-decoration: underline;
}
.error404-block p a:hover{
  color: #E19518;
}

.employeespeakvideo-sec .whoweare-video{
  margin-left: 0;
}

.jobbottom-section .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper{
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.jobbottom-section p{
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 15px;
}
.jobbottom-section h3{
  padding-bottom: 30px;
}
.jobbottom-section h4{
  font-size: 24px;
  line-height: 36px;
}
.jobbottom-section h4 a{
  color: #3F7EFF;
}
.jobbottom-section h4 a:hover{
  color: #E19518;
}
.jobbottom-section .vc_col-sm-12 > .vc_column-inner{
  position: relative;
}
.jobbottom-section .vc_col-sm-12 > .vc_column-inner:before, .jobbottom-section .vc_col-sm-12 > .vc_column-inner:after{
  content: "";
  width: 130px;
  height: 240px;
  background: url("../images/pvm-image-dark.svg") no-repeat center center;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -120px;
}
.jobbottom-section .vc_col-sm-12 > .vc_column-inner:after{
  left: 0;
  right: 0;
  transform: rotate(180deg);
}











/***********New Home design css**********/

body.custom-background {
    background-image: url(https://jktech.com/wp-content/uploads/2025/11/new-grain-scaled-2.jpg);
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
}
/**auto popup start**/
div#popmake-7942 {
    margin-bottom: 0;
}
#popmake-7942 .diagram {
    min-height: 90vh;
}
.pum-theme-7894 .pum-container, .pum-theme-lightbox .pum-container {
    padding: 0 !important;
    background-color: #000 !important;
}
.popup-view-demo a {
    padding: 10px 27px 10px 27px;
    border-radius: 30px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.popup-view-demo a:hover{
        background: #2F4BB0;
        border: 1px solid #fff;
        color: #fff;
}
.diagram-wrapper-popup .diagram {
    background: #000000 !important; 
}
.node[data-node="1"] .hexagon-wrap::before {
    content: '';
    position: absolute;
    background: url(https://jktech.com/wp-content/uploads/2025/11/insurance-toggle-line.png) no-repeat;
    height: 57px;
    width: 52px;
    right: -19px;
    bottom: 0;
}
 
.node[data-node="2"] .hexagon-wrap::before {
    content: '';
    position: absolute;
    background: url(https://jktech.com/wp-content/uploads/2025/11/retail-toggle-line.png) no-repeat;
    height: 57px;
    width: 52px;
    left: 15px;
    top: 100px;
}
 
.node[data-node="3"] .hexagon-wrap::before {
    content: '';
    position: absolute;
    background: url(https://jktech.com/wp-content/uploads/2025/11/cpg-toggle-line.png) no-repeat;
    height: 57px;
    width: 52px;
    top: 0;
    right: 28px;
}
 
.node {
    position: absolute;
    text-align: center;
    cursor: pointer;
    display: flex;
    gap: 40px;
}
 
.node[data-node="1"] {
top: 5%;
    left: 26%;
}
 
.node[data-node="2"] {
    top: 39%;
    right: 2%;
}
 
.node[data-node="3"] {
    bottom: 4%;
    left: 9%;
}

 
.node[data-node="1"] .stats-wrap {
    position: relative;
    left: 27px;
}
 
.node[data-node="1"] .stats-wrap::before {
    content: '';
    position: absolute;
    background: url(https://jktech.com/wp-content/uploads/2025/11/insurance-line-light.png) no-repeat;
    height: 38px;
    width: 100%;
    left: -110px;
    top: 55px;
}
.node[data-node="2"] .stats-wrap {
    position: relative;
    left: -30px;
    bottom: -175px;
}
 
.node[data-node="2"] .stats-wrap::before {
    content: '';
    position: absolute;
    background: url(https://jktech.com/wp-content/uploads/2025/11/retail-line-light.png) no-repeat;
    height: 38px;
    width: 100%;
    left: -37px;
    top: 24px;
}
.node[data-node="3"] .stats-wrap {
    position: relative;
    left: 27px;
}
 
.node[data-node="3"] .stats-wrap::before {
    content: '';
    position: absolute;
    background: url(https://jktech.com/wp-content/uploads/2025/11/cpg-line-light.png) no-repeat;
    height: 38px;
    width: 100%;
    right: -168px;
    bottom: 57px;
}


/**auto popup end**/











a.head-hire-btn {
    background: #2F4BB0;
    color: #fff;
    padding: 17px 30px;
    border-radius: 100px;
    margin-left: 23px;
}


.header-wraper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header-navigation {
    flex: 1; /* allow menu to take available space */
    text-align: center;
}

.menu-wrapper {
/*    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;*/
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 40px;
}

.menu-wrapper li {
    margin: 0 15px;
}
.menu-wrapper li a, .menu-wrapper li a:hover{
    color: #fff;
}
header.header-section {
  background: rgba(12, 19, 33, 1) !important; /* default solid */
  padding: 10px 80px;
  position: sticky;
  top: 0;
  z-index: 999;
  transition: background 0.3s ease;
}

header.header-section.sticky {
  background: rgba(12, 19, 33, 0.8); /* semi-transparent when sticky */
}

.statistic-col-wrap {
  display: flex;
  flex-wrap: wrap; /* allows wrapping on smaller screens */
    justify-content: start;
    gap: 5%;
    margin-top: 50px;
}

.statistic-col-wrap .vc_column_container {
  flex: 0 0 calc(16.66% - 10px); /* 6 columns = 100/6 = ~16.66% */
  box-sizing: border-box;
  text-align: center;
}


.section-statistic {
    margin: 0 auto !important;
    max-width: 90%;
    background: #FFF;
    padding: 8% 4%!important;
    border-radius: 25px;
    float: none !important;
}

.statistic-wrap {
    position: relative;
    padding: 10px 20px;
}
.statistic-num {
    font-size: 20px;
    font-weight: 700;
}
.statistic-wrap:before {
content: '';
    position: absolute;
    width: 2px;
    height: 70px;
    background: #d0d0d0;
    left: 1px;
    top: 15px;
}
.future-section{
margin: 0 auto !important;
max-width: 85%;
float: none !important;
padding: 4% !important;
}
    .future-container {
      display: flex;
      gap: 50px;
      justify-content: center;
    }

    .card {
      position: relative;
      width: 365px;
      /*height: 360px;*/
      border-radius: 16px;
      /*background: rgba(20, 20, 20, 0.95);*/
      background: #EDEDE7;
      backgroundimage: url(https://jktech.com/wp-content/uploads/2025/11/noisy-background-1.png) no-repeat;
      overflow: hidden;
      transition: transform 0.3s ease;
    }

    /* Moving border light */
/*    .card::before {
     content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 16px;
    background: linear-gradient(90deg, #7d7d7d, #606060, #767676);
    background-size: 300% 300%;
    animation: moveBorder 4s 
linear infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    }

    @keyframes moveBorder {
      0% { background-position: 0% 50%; }
      50% { background-position: 100% 50%; }
      100% { background-position: 0% 50%; }
    }*/

    .content {
      position: relative;
      z-index: 2;
      height: 100%;
      padding: 30px 20px;
      display: flex;
      flex-direction: column;
      justify-content: left;
      /*align-items: center;*/
      /*text-align: center;*/
      color: #fff;
    }

    .icon {
      font-size: 60px;
      margin-bottom: 20px;
      background: linear-gradient(135deg, #8e2de2, #4a00e0);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

.title {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    position: relative;
    text-align:center;
}
.title:after {
content: '';
    position: absolute;
    right: 0;
    background: url(https://jktech.com/wp-content/uploads/2025/11/arrow_back1.png) no-repeat;
    width: 16px;
    height: 16px;
}
    .desc {
    margin-top: 15px;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    font-size: 14px;
    line-height: 1.5;
    }

/*    .card:hover .desc {
         bottom: 40px;
    opacity: 1;
    }*/
     .card:hover .hover-content {
    bottom: 140px;
    opacity: 1;
    z-index: 2;
    }

    .card:hover {
      /*transform: translateY(-10px);*/
      /*background: linear-gradient(135deg, #6a5af9, #8254ff);*/
          background: #2F4BB0;
  transform: translateY(-5px);
    }
    .card:hover .title:after{
     transform: rotate(-45deg);
    }
    .hover-content ul {
    margin-left: 0;
}
/*.card:hover .icon img {
  filter: brightness(0) invert(1); 
    bottom: 30px;
    position: relative;
}*/
.hover-content .title:after {
    content: none;
}
.hover-content {
/*  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  padding: 20px;
  transition: opacity 0.4s ease;*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* centers vertically & horizontally */
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
  justify-content: center;
  padding: 20px;
  transition: opacity 0.4s ease;

  width: 100%;
}
.content {
  opacity: 1;
}

.hover-content {
  opacity: 0;
  /*background: #004aad;*/
  color: #fff;
}

.card:hover .content {
  opacity: 0;
}
.card:hover .title {
    /*bottom: 75px;*/
        margin-bottom: 20px;
    color: #fff;
    text-align:left;
}
.card:hover .content .title {
display: none;
}
.hover-content li a:hover {
    color: #ccc;
}
.hover-content li {
    margin-bottom: 7px;
}
.hover-content li a:after {
    content: '';
    position: absolute;
    right: -27px;
    background: url(https://jktech.com/wp-content/uploads/2025/11/arrow_back.png) no-repeat;
    width: 14px;
    height: 14px;
    top: 4px;
    background-size: 100% 100%;
}
.hover-content li a {
    position: relative;
    color: #fff !important;
}
.digital-btn-wrap {
    text-align: center;
        margin: 30px 0;
}
a.digital-btn {
    background: #6a4dfb;
    color: #fff;
    padding: 17px 30px;
    border-radius: 100px;
    margin-left: 23px;
}

.footer-top-social ul {
    display: flex;
    gap: 16px;
    margin-top: 25px;
}

.footer-row-wrap {
    display: flex;
    gap: 90px;
        justify-content: space-between;
}
.footer-top {
    padding: 65px 0;
}
.footer-col {
    width: 350px;
    color: #fff;
}
.footer-col a, .footer-col p{
     color: #fff;
}
.footer-top-title {
    font-size: 18px !important;
    color: #9e9e9e !important;
}
.footer ul {
    margin: 0;
}
ul.contact-details li {
    margin-bottom: 20px;
}
.footer-middle-wrap {
    display: flex;
    gap: 50px;
    /*justify-content: space-between;*/
}
.service-menu {
    width: 425px !important;
}
.quick-links {
    width: 206px;
}
.footer-bottom-wrap {
    text-align: center;
    padding: 20px;
    color: #ccc;
    font-size: 15px;
}

.footer-bottom-wrap ul li{
    font-size: 16px;
}
.footer-top-social {
    margin-top: 30px;
}

.custom-cf7-wrapper {
display: flex;
    align-items: center;
    background-color: #000;
    border-radius: 999px;
    padding: 0px;
    max-width: 360px;
    width: 100%;
    position: relative;
    border: 1px solid #fff;
    margin-top: 15px;
    margin-bottom: 0 !important;
}

.custom-cf7-wrapper input[type="email"] {
flex: 1;
    border: none;
    outline: none;
    background: transparent !important;
    padding: 14px 20px;
    color: #fff;
    border-radius: 999px !important;
    font-size: 14px;
    margin-bottom: 0;
    height: 47px;
}

.custom-cf7-wrapper input::placeholder {
  color: #999;
}

.custom-cf7-wrapper .submit-btn {
    background-color: #fff;
    color: #000000;
    padding: 16px 35px;
    border: none;
    border-radius: 999px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    margin-bottom: 0;
    position: absolute;
    right: -2px;
    top: -1px;
}

.custom-cf7-wrapper .submit-btn .arrow {
  margin-left: 8px;
  font-weight: bold;
  font-size: 16px;
}




.carousel-container {
  /*max-width: 1200px;*/
  margin: auto;
  text-align: center;
  padding: 30px;
}

.filter-buttons {
    margin-bottom: 45px;
    display: flex;
    justify-content: center;
}
.filter-buttons button {
    padding: 15px 35px;
    margin: 0 5px;
    border: 1px solid #717171;
    border-radius: 50px;
    background: #fff;
    transition: 0.3s;
    color: #000;
    font-family: "Inter", sans-serif;
}
.filter-buttons button.active, .filter-buttons button:hover {
  /*background: linear-gradient(90deg, #6a5af9, #7b8cff);*/
  background: #000;
  color: #fff;
  border: none;
  
}

.transformSwiper .swiper {
  padding: 30px 0;
}

.transformSwiper .swiper-slide {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  transition: width 0.4s ease;
}
.transformSwiper {
    margin: 0 auto;
    max-width: 80%;
}
.transformSwiper .swiper-slide img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
  border-radius: 15px;
}

/* Hover Info */
.transformSwiper .slide-content {
 position: absolute;
    /* bottom: -30px; */
    bottom: 35%;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    color: #fff;
    padding: 77px 30px;
    transition: transform 0.4s 
ease;
    transform: translateY(70%);
    /* width: 80%; */
    display: flex;
    justify-content: space-between !important;
    align-items: center;
}
.details-btn-wrap a {
    border: 1px solid #fff;
        padding: 15px 55px 15px 25px;
    border-radius: 30px;
}
/*.transformSwiper .swiper-slide:hover .slide-content {
  transform: translateY(0);
  padding-top: 0;
      bottom: 0;
}*/
/*.transformSwiper .slide-content h3 {*/
/*  margin: 0;*/
/*  font-size: 18px;*/
/*}*/
.transformSwiper .slide-content p {
  margin: 5px 0 0;
  font-size: 16px;
  color: #fff;
  width: 75%;
}

/*.transformSwiper img {*/
/*    height: 440px;*/
/*    object-fit: cover;*/
/*}*/
.transformSwiper h3 {
    /*position: absolute;*/
    /*bottom: 0px;*/
    font-size: 25px;
    color: #fff;
    /*padding: 20px;*/
}

/*.transformSwiper .swiper-slide:hover h3 {*/
/*    bottom: 160px;*/
/*    padding-bottom: 0;*/
/*}*/
.details-btn-wrap {
    /*margin-top: 20px;*/
    text-align: left !important;
}
.ind-details-btn{
    color: #fff;
}


.industry-right {
  position: relative;
}
.industry-details-wrap {
    position: absolute;
    top: -270px;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}
.industry-details-wrap.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}


.industry-wrapper {
    display: flex;
    gap: 5%;
   color: #fff;
   align-items: center;
}
.industry-col {
    width: 400px !important;
}
.industry-box {
    padding: 15px 75px 15px 15px;
    margin-bottom: 30px;
    border: 2px solid #aaa;
    border-radius: 20px;
        cursor: pointer;
}
.industry-image {
    margin-bottom: 15px;
}
.industry-box.active {
    background: #6a4dfb;
}
.details-image {
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
}
.details-title {
    font-size: 22px;
    margin-bottom: 15px;
}
.details-btn {
    margin-top: 50px;
}
.details-btn a {
    background: #6a4dfb;
    padding: 20px 30px;
    color: #fff;
    border-radius: 50px;
}
.indu-card1, .indu-card2, .indu-card3, .indu-card4 {
    position: relative;
}
.indu-card1:before, .indu-card2:before, .indu-card3:before, .indu-card4:before {
content: '';
    position: absolute;
    left: 0;
    width: 235px;
}
.indu-card1:before{
    background: url(https://jktech.com/wp-content/uploads/2025/11/dotb-1.png) no-repeat;
    height: 220px;
    left: -60%;
    z-index: 1;
    background-size: 100% 100%;
    top: 80px;
}
.indu-card1.active:before {
    background: url(https://jktech.com/wp-content/uploads/2025/11/lineb-1.png) no-repeat;
    width: 242px !important;
    background-size: 100% 100%;
}
.indu-card2:before{
background: url(https://jktech.com/wp-content/uploads/2025/11/dots-1.png) no-repeat;
    height: 70px;
    left: -60%;
    z-index: 1;
    background-size: 100% 100%;
        top: 80px;

}
.indu-card2.active:before {
    background: url(https://jktech.com/wp-content/uploads/2025/11/lines-1.png) no-repeat;
    width: 242px !important;
    background-size: 100% 100%;
}
.indu-card3:before{
background: url(https://jktech.com/wp-content/uploads/2025/11/dots-2.png) no-repeat;
    height: 70px;
left: -60%;
    z-index: 1;
    background-size: 100% 100%;
    top: 0px;

}
.indu-card3.active:before {
    background: url(https://jktech.com/wp-content/uploads/2025/11/lines-2.png) no-repeat;
    width: 242px !important;
    background-size: 100% 100%;
}
.indu-card4:before{
background: url(https://jktech.com/wp-content/uploads/2025/11/dotb-2.png) no-repeat;
height: 220px;
    left: -60%;
    z-index: 1;
    background-size: 100% 100%;
    top: -108%;

}
.indu-card4.active:before {
    background: url(https://jktech.com/wp-content/uploads/2025/11/lineb-2.png) no-repeat;
    width: 242px !important;
    background-size: 100% 100%;
}

.banner-title1, .banner-title2 {
    font-size: 48px;
    font-weight: 700;

}
.banner-title1{
    transform: translateX(-200%);
    opacity: 0;
    animation: slide-in-anim 1.5s ease-out forwards;
}
.banner-title2{
 opacity: 0;
  transform: translateY(80%);
  animation: slide-up 1.5s ease-in-out forwards;
}
.banner-desc{
    opacity: 0;
  transform: translateY(80%);
  animation: slide-up 2.5s ease-in-out forwards;
      margin-top: 12px;
    font-size: 20px;
    font-weight: 300;
}
.banner-caption {
    color: #fff;
}
.banner-video-section{
    position: relative;
}
.banner-caption-wrapper {
/*    position: absolute;
top: -545px;
    left: 3%;
    text-align: center;*/
    position: absolute;
    top: -450px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: max-content;
}

@keyframes slide-in-anim {
	20% {
		opacity: 0;
	}
/*	60% {
		transform: translateX(-45%);
	}
	75% {
		transform: translateX(-52%);
	}*/
	100% {
		opacity: 1;
		transform: translateX(0%);
	}
}

@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/*.focus-heading:before {
    position: absolute;
    content: '';
    background: url(https://i-goc.org/jktech/wp-content/uploads/2025/09/focus-bg.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    left: 0;
}*/
body.home {
    background: url(https://jktech.com/wp-content/uploads/2025/11/updated-footer.png) no-repeat !important;
    background-size: cover !important;
    overflow-x: hidden;
 
}
.focus-heading {
    background: url(https://jktech.com/wp-content/uploads/2025/12/bg-new-1.png) no-repeat;
 /*   background-size: contain;
    background-position: center;
    position: relative;*/
       background-size: 745px 555px;
    background-position-x: 56%;
    background-position-y: 60%;
}
.section-statistic:after {
content: '';
    background: url(https://jktech.com/wp-content/uploads/2025/12/Dot-Pattern-Globe-World-Loop-v6.gif) no-repeat;
    position: absolute;
    right: 0;
    width: 42%;
    height: 638px;
    border-radius: 140px;
    /*background-size: 100% 100%;*/
    top: 0;
    z-index: 1;
    opacity:0.5;
}
.statistic-col-wrap{
    position: relative;
    z-index: 2;
}
.home .footer{
  margin-top: 0;
  /*background: #121211;*/
}

.popup-circle {
    /*display: block;
    position: relative;
    width: 40px;*/
    width: 10%;
    left: 42%;
    cursor: pointer;
    animation: zoomPulse 1.5s 
ease-in-out infinite;
    /*top: 62px;*/
    top: 62px;
    z-index: 1;
}

@keyframes zoomPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.2); }
}

/*.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}*/

.video-popup-content {
  position: relative;
  /*background: #000;*/
  padding: 10px;
  border-radius: 10px;
  width: 100%;
}

/*.video-popup iframe {
  border-radius: 10px;
  max-width: 90vw;
  max-height: 70vh;
}

.close-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
}*/

/* Popup Background */
.popup {
  display: none; 
  position: fixed; 
  z-index: 1000; 
  left: 0; 
  top: 0; 
  width: 100%; 
  height: 100%; 
  background: rgba(0,0,0,0.6);
}

/* Popup Content */
.popup-content {
  background: #fff; 
  margin: 10% auto; 
  padding: 20px; 
  border-radius: 10px; 
  width: 300px; 
  text-align: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  position: relative;
}

/* Close Button */
#close-popup {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
}




.center-white-bg{
        margin: 0 auto !important;
    max-width: 90%;
    background: #FFF;
    padding: 4% 0 !important;
    border-radius: 40px;
    float: none !important;
}






/*.achievements-caption {
  max-width: 700px;
  margin: 0 auto 30px;
}
.achievements-caption h3 {
 font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}
.achievements-caption p {
  font-size: 16px;
  color: #555;
}
.achievementsSwiper {
  width: 100%;
  padding: 40px 0;
}
.achievementsSwiper .swiper-slide {
  opacity: 0.4;
  transition: all 0.3s ease;
  text-align: center;
}*/
/*.achievementsSwiper .swiper-slide img {
  max-height: 180px;
  object-fit: contain;
  margin: 0 auto;
}*/
/*.achievementsSwiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1.1);
}*/
/*.achievements-caption {
  max-width: 700px;
  margin: 0 auto 30px;
  text-align: center;
}*/
/*.achievements-header {
 max-width: 650px;
  margin: 0 auto 30px;
  text-align: center;
 
}*/

/*.achievements-caption {
  flex: 1;
  text-align: left;
  padding-right: 20px;
}*/
.achievements-caption h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}
.achievements-caption p {
  font-size: 16px;
  color: #555;
}
/*.achievements-nav {
  display: flex;
  gap: 10px;
}*/
/*.achievementsSwiper {
  width: 100%;
  padding: 40px 0;
}
.achievementsSwiper .swiper-slide {

  opacity: 0.2;
  transition: all 0.4s ease;
  transform: scale(0.8);
}

.achievementsSwiper .swiper-slide-prev,
.achievementsSwiper .swiper-slide-next,
.achievementsSwiper .swiper-slide-prev + .swiper-slide,
.achievementsSwiper .swiper-slide-next + .swiper-slide {
  opacity: 0.4;
  transform: scale(0.9);
}
*/

/*.achievementsSwiper .swiper-slide-next {
  opacity: 1 !important;
  transform: scale(1.1) !important;
  z-index: 2;
}*/
/*.achievementsSwiper .swiper-slide-active {
  opacity: 1 !important;
  transform: scale(1.1) !important;
  z-index: 2;
}*/
/*.achievementsSwiper .swiper-slide:nth-child(2) {
    order: 4;
}*/
/*.achievementsSwiper .swiper-wrapper {
  align-items: center;
}

.achievementsSwiper .swiper-slide {
  display: flex;
  justify-content: center;
}*/

/*
.achievements-nav .swiper-button-prev,
.achievements-nav .swiper-button-next {
    position: absolute;
     top: 28%;
}
.achievements-nav .swiper-button-prev {
    left: 10%;
}

.achievements-nav .swiper-button-next {
    right: 10%;
}

.achievements-nav .swiper-button-prev::after {
    content: '' !important;
    background: url(https://jktech.com/wp-content/uploads/2025/12/prev-icon.png) no-repeat;
    width: 48px;
    height: 48px;
    background-size: 100% 100%;

    position: absolute;
}
.achievements-nav .swiper-button-next::after {
    content: '' !important;
    background: url(https://jktech.com/wp-content/uploads/2025/12/next-icon.png) no-repeat;
    width: 48px;
    height: 48px;
    background-size: 100% 100%;

    position: absolute;
}
*/
/********************New achieve code start**************************/

    .achievements-section {
        padding: 0px 0;
        font-family: 'Plus Jakarta Sans', sans-serif;
    }

    /* HEADER */
    .achievements-header {
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        gap: 40px;
        max-width: 1100px;
        margin: 0 auto 0px;
    min-height: 280px;
    }

    .achievements-content {
        text-align: center;
        max-width: 650px;
    margin: 0 auto 30px;
    }



    .achievement-title {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .achievement-desc {
        font-size: 16px;
        color: #555;
      /*  max-width: 700px;
        margin: 0 auto;*/
    }

    /* ARROWS */
    .achieve-prev,
    .achieve-next {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        border: 1px solid #ccc;
        background: transparent;
        font-size: 20px;
        cursor: pointer;
        transition: all 0.3s ease;
            padding: 0 !important;
            color: #a5a5a5 !important;
    }

    .achieve-prev:hover,
    .achieve-next:hover,  .achieve-prev:focus,
    .achieve-next:focus {
        background: #2f4bb0;
    color: #FFF !important;
    border-color: #2f4bb0;
    }

    /* SLIDER */
    .achievementsSwiper {
        max-width: 1200px;
        margin: auto;
    }

    .achievementsSwiper .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .achievementsSwiper .swiper-slide img {
        max-width: 180px;
        max-height: 180px;
        object-fit: contain;
        transition: transform 0.4s ease, opacity 0.4s ease;
    }

    /* ACTIVE SLIDE */
    .achievementsSwiper .swiper-slide-active img {
        transform: scale(1.15);
        opacity: 1;
    }

    .achievementsSwiper .swiper-slide:not(.swiper-slide-active) img {
        opacity: 0.4;
    }

    /* MOBILE */
    @media (max-width: 768px) {
        .achievements-header {
            grid-template-columns: 1fr;
            gap: 20px;
        }

        .achieve-prev,
        .achieve-next {
            justify-self: center;
        }
    }

/********************New achieve code end**************************/



















/*Banner line Animation*/

/* Video Background */
.video-background {
  top: 0;
  left: 0;
  min-width: 100%;
  /*min-height: 100%;*/
  object-fit: cover;
  z-index: -2;
height: 600px;
}

/* Overlay */
.video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: -1;
}

/* Line Drop Animation */
.lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 100vw;
}
.line {
  height: 564px;
  width: 1.5px;
  position: absolute;
  content: "";
  /* background-color: rgb(238 238 238 / 10%);*/
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.line:nth-child(1) { margin-left: -33.34%; }
.line:nth-child(2) { margin-left: -16.67%; }
.line:nth-child(3) { margin-left: 0; }
.line:nth-child(4) { margin-left: 16.67%; }
.line:nth-child(5) { margin-left: 33.34%; }

/* Animation */
.line::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 15vh;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    #dddddd 75%,
    #dddddd 100%
  );
  animation: run 15s infinite cubic-bezier(0.4, 0.26, 0, 0.97);
}
@keyframes run {
  0% { top: -50%; }
  100% { top: 110%; }
}
.lines .line:nth-child(1)::after { animation-delay: 0.05s; }
.lines .line:nth-child(2)::after { animation-delay: 0.15s; }
.lines .line:nth-child(3)::after { animation-delay: 0.25s; }
.lines .line:nth-child(4)::after { animation-delay: 0.35s; }
.lines .line:nth-child(5)::after { animation-delay: 0.45s; }
  

.card-wrap{
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;              /* spacing between columns */
  flex-wrap: wrap;        /* allows wrapping on smaller screens */
  max-width: 1200px;
  margin: 0 auto;
}

.card-item {
  /*flex: 1 1 calc(33.333% - 20px); 
  min-width: 280px;               

  border-radius: 10px;
  overflow: hidden;
  text-align: center;*/

  /*box-shadow: 0 4px 12px rgba(0,0,0,0.1);*/
}

/*.card-item img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 12px;
}
*/
/*************************/
.ind-details-btn:after {
/*    content: '';
    position: absolute;
right: -35px;
    top: 2px;
    width: 17px;
    display: inline !important;
    height: 17px;
    background: url(https://i-goc.org/jktech/wp-content/uploads/2025/09/arrow_back.png) no-repeat;
    background-size: 100% 100%;*/
    content: '';
    position: absolute;
    right: 22px;
    top: 17px;
    width: 17px;
    display: inline !important;
    height: 15px;
    background: url(https://jktech.com/wp-content/uploads/2025/11/arrow_back1.png) no-repeat;
    background-size: 100% 100%;
}
.ind-details-btn {
    position: relative;
        color: #fff !important;
}
.slide-info {
    width: 70%;
}
.slide-btn-wrap{
    width: 30%;
}
.footer-top-title{
    font-family: "Inter", sans-serif !important;
}


.banner-title1{
   font-family: "Inter", sans-serif !important;
}

.banner-title2 {
    font-family: "Inter", sans-serif !important;
    padding: 0px 22%;
    font-size: 32px;
    margin:20px 0px;
}

/*.diagram {
        position: relative;
        width: 100%;
        height: 100vh;

        background: #000;
    }*/

    .hexagon-wrap {
        position: relative;
        width:40% !important;
    }

   /* div#node1 .hexagon-wrap:before {
        content: '';
        position: absolute;
        background: url(https://jktech.com/wp-content/uploads/2025/11/insurance-toggle-line.png) no-repeat;
        height: 57px;
        width: 52px;
        right: -19px;
        bottom: 0;
    }

    div#node2 .hexagon-wrap:before {
        content: '';
        position: absolute;
        background: url(https://jktech.com/wp-content/uploads/2025/11/retail-toggle-line.png) no-repeat;

        height: 16px;
    width: 60px;
    left: -5px;
    top: 67px;
    }

    div#node3 .hexagon-wrap:before {
        content: '';
        position: absolute;
        background: url(https://jktech.com/wp-content/uploads/2025/11/cpg-toggle-line.png) no-repeat;
        height: 57px;
        width: 52px;
        top: -5%;
        right: 33px;
    }*/

    .node {
        position: absolute;
        text-align: center;
        cursor: pointer;
        display: flex;
        gap: 40px;
    }

    #node1 {
        top: 15%;
        left: 31%;
    }

/*    #node2 {
        top: 42%;
        right: 13%;
    }

    #node3 {
        bottom: 9%;
        left: 20%;
    }*/
    #node2 {
    top: 39%;
    right: 9%;
}
#node3 {
bottom: 16%;
    left: 23%;
}
/*button#insurance-btn {
    left: 60% !important;
}*/
button#insurance-btn {
    left: 56.2% !important;
    top: 38% !important;
}
button#retail-btn {
    left: 74% !important;
    top: 85% !important;
}
/*button#retail-btn {
    left: 75% !important;
}*/
/*button#cpg-btn {
    left: 27% !important;
}*/
button#cpg-btn {
left: 26.5% !important;
    top: 78% !important;

}
    div#node1 .stats-wrap {
        position: relative;
        left: 54px;
    }

    div#node1 .stats-wrap:before {
        content: '';
        position: absolute;
        background: url(https://jktech.com/wp-content/uploads/2025/11/insurance-line-light.png) no-repeat;
        height: 38px;
        width: 100%;
        left: -110px;
        top: 55px;
    }

    div#node2 .stats-wrap {
        position: relative;
        left: -49px;
        bottom: -156px;
    }

    div#node2 .stats-wrap:before {
        content: '';
        position: absolute;
        background: url(https://jktech.com/wp-content/uploads/2025/11/retail-line-light.png) no-repeat;
        height: 38px;
        width: 100%;
        left: -37px;
        top: 24px;
    }

    div#node3 .stats-wrap {
        position: relative;
        left: -3%;
    }

    div#node3 .stats-wrap:before {
        content: '';
        position: absolute;
        background: url(https://jktech.com/wp-content/uploads/2025/11/cpg-line-light.png) no-repeat;
        height: 38px;
        width: 100%;
        right: -206px;
        bottom: 17%;
    }

    /* All images stacked in the same position */
    .hex-img,   .stats-img {
        display: block;
        margin: auto;
         /*max-width: 200px; */
        transition: opacity 0.3s ease;
    }

    /* Hide bright by default */
    .bright {
        display: none;
    }


    
    .view-demo {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  /*padding: 10px 27px 10px 40px;*/
   padding: 10px 27px 10px 27px;
  border-radius: 30px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: top 0.6s ease, left 0.6s ease; /* ✅ smooth move */
  display: none; /* ✅ hidden until a node is active */
}
.view-demo:hover {
    background: #2f4bb0;
}
/*
    .view-demo:before {
        content: '';
        position: absolute;
        background: url(https://i-goc.org/jktech/wp-content/uploads/2025/09/play_circle.png) no-repeat;
        height: 30px;
        width: 30px;
        left: 10px;
        top: 8px;
    }*/

.banner-caption {
  transition: opacity 0.5s ease;
}
.banner-video-section {
    opacity: 1 !important;
}
.video-popup {
/*  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  display: none; 
  justify-content: center;
  align-items: center;
  z-index: 1000;*/
    position: absolute;
  inset: 0; /* shorthand for top:0; left:0; right:0; bottom:0 */
  /*background: rgba(0,0,0,0.8);*/
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 100;
      top: -660px;
}

.video-popup.active {
  display: flex;
}

.diagram {
/*  position: relative;
  width: 80%;
  max-width: 1000px;
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.4);*/
  position: relative;
  width: 100%;         /* make it wider */
  max-width: 100%;  /* allow more space */
  min-height: 100vh;   /* taller */
/*  background: #fff;*/
  border-radius: 12px;
  /*padding: 40px;*/
  box-shadow: 0 10px 40px rgba(0,0,0,0.4);
}

.close-btn {
/* position: absolute;
  top: 39%;
  left: 46%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 1100;
*/
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 1100;
    text-align: center;
}

.close-btn img {
/*  width: 80px;
  height: 80px;*/
  /*  width: 40px;  
  height: 40px;*/
  width: 29%;
}
.node.active .stats-wrap:before {
    filter: brightness(0) invert(1);
}

.future-section.center-white-bg{
    border-radius: 40px 40px 0 0 ;
}
.transform-section .center-white-bg{
    border-radius: 0 0 40px 40px;
    padding-top: 20px !important;
}

.title-gradient{
    color: #000000;
    background-image: linear-gradient(45deg, #000000, #324EAF 65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*.main-menu-desktop .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    margin-left: 0;
    position: absolute;
    z-index: 99999;
}*/


/* Parent submenu (first level) */
.main-menu-desktop .sub-menu {
    position: absolute;
    left: 0;
    top: 100%; /* directly below parent */
    visibility: hidden;
    opacity: 0;
    transition: 0.2s ease;
}

/* Show first-level submenu */
.menu-item-has-children.submenu-open > .sub-menu {
    visibility: visible;
    opacity: 1;
}

/* 2nd-level submenu (flyout) */
.main-menu-desktop .sub-menu .menu-item-has-children > .sub-menu {
    top: 0;          /* align at same vertical level */
    left: 100%;      /* appear to the right of the parent submenu item */
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s ease;
}

/* Show 2nd-level submenu on hover */
.sub-menu .menu-item-has-children.submenu-open > .sub-menu {
    visibility: visible;
    opacity: 1;
}



/* Remove default text arrow */
.dropdown-toggle .arrow {
    font-size: 0; /* hides ▼ */
    position: relative;
}

/* Add your custom arrow image */
.dropdown-toggle:after {
content: '';
    position: absolute;
    top: 3px;
    width: 12px;
    height: 6px;
    background-image: url(https://jktech.com/wp-content/uploads/2025/11/arrow-toggle.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-left: 3px;
}

.menu-item-has-children.submenu-open > .dropdown-toggle:after {
    background-image: url('https://jktech.com/wp-content/uploads/2025/11/arrow-toggle-up.png'); /* upload up arrow */
}



button.menu-toggle {
    float: right;
    padding: 10px 18px;
    background: #2f4bb0;
}
span.menu-icon {
    color: #fff;
}
/* --- Desktop Menu --- */
.main-menu-desktop {
  display: block;
}

.menu-toggle {
  display: none;
}

/* --- Mobile Menu Overlay (Hidden by Default) --- */
.main-menu-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: #020820;
  color: #fff;
  padding: 40px 20px;
  z-index: 9999;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.4s ease;
}

/* --- Mobile Active State --- */
.main-menu-overlay.active {
  display: block;
  transform: translateX(0);
}

/* --- Header inside overlay --- */
.menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

/* --- Menu item styling --- */
.menu-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-wrapper li {
  margin: 20px 0;
}

.menu-wrapper li a {
     color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
}
ul#menu-service-2-menu {
  margin-top: 38px !important;
}
/* --- Responsive Rules --- */
@media (max-width: 992px) {
  .main-menu-desktop {
    display: none;
  }

  .menu-toggle {
    display: block;
    background: none;
    border: none;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
  }
}
.menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  list-style: none;
  padding: 10px 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  z-index: 999;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children > .dropdown-toggle {
  /*background: none;*/
  /*border: none;*/
  /*cursor: pointer;*/
  /*margin-left: 6px;*/
  /*font-size: 12px;*/
  /*color: inherit;*/
  background: none;
    border: none;
    cursor: pointer;
    margin-left: 2px;
    font-size: 12px;
    color: #fff;
    padding: 0;
}

.menu-item-has-children.submenu-open > .sub-menu {
  display: block;
}

/* Optional: small arrow rotation animation */
.menu-item-has-children.submenu-open > .dropdown-toggle .arrow {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.header-navigation,
.main-menu {
  position: relative;
  z-index: 1000;
}

/* Hide all submenus by default */
/* Force all submenus hidden by default */
ul.sub-menu {
  display: none !important;
  position: absolute;
  top: calc(100% + 10px); /* appear below main menu */
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
    text-align: left;
        margin-left: 0;
  background: #0a1124; /* adjust to your header background */
  padding: 15px 0;
  list-style: none;
  min-width: 220px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
 transition: opacity 0.3s ease, visibility 0.3s ease, top 0.3s ease;
/*  border-top: 2px solid #1e50ff;*/ /* optional accent */
}

/* Show submenu when JS adds class */
.menu-item-has-children.submenu-open > ul.sub-menu {
  display: block !important;
  visibility: visible;
  opacity: 1;
   top: 100%;
}
ul.sub-menu li {
    margin: 0;
    padding: 10px;
    /*border-bottom: 1px solid #243678;*/
}
ul.sub-menu li a {
    font-size: 15px;
}
/* Dropdown toggle (arrow) */
.dropdown-toggle {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 11px;
  margin-left: 5px;
  color: #fff;
  transition: transform 0.3s ease;
}

/* Rotate arrow on open */
.menu-item-has-children.submenu-open > .dropdown-toggle .arrow {
  transform: rotate(180deg);
}

/*.header-navigation {*/
/*  position: relative;*/
/*  z-index: 1000;*/
/*}*/

.details-btn-wrap a:hover {
    background: #3f7eff;
}

button.dropdown-toggle {
    margin-bottom: 0 !important;
}
/*.home h1, .home h2, .home h3, .home h4, .home h5, .home h6, .home p, .home a {
    font-family: 'Inter' !important;
}*/
 .home p, .home a {
    font-family: 'Inter' !important;
}
body.menu-open {
  overflow: hidden;
  height: 100vh;
}

.main-menu {
  transition: all 0.3s ease;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.main-menu.active {
  transform: translateX(0);
}
.menu-item-has-children .sub-menu {
  display: none;
}

.menu-item-has-children.submenu-open > .sub-menu {
  display: block;
}
.mobile-popup {
    display: none;
}


/*.industrySwiper {*/
/*  width: 100%;*/
/*}*/

/*.industrySwiper .card-item img {*/
/*  width: 100%;*/
/*  height: auto;*/
/*  display: block;*/
/*}*/

/*.analystSwiper .swiper-wrapper {
  display: flex !important;
}

.analystSwiper .swiper-slide {
  width: auto !important;
}
*/


.analystSwiper img {
  max-width: 100%;
  display: inline-block;
}

.analystSwiper {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
      max-width: 62%;
}
/*.swiper-slide.card-item {*/
/*    text-align: center;*/
/*}*/
.analyst-item {
    text-align: center;
}
.analyst-section span.swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 12px;
    height: 12px;
}
.analyst-section span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #2f4bb0;
    width: 14px;
    height: 14px;
}
/* Fix for tablet/mobile */
@media (max-width: 991px) {
  .analystSwiper {
     max-width: 100% !important;
  }
}

@media (max-width: 768px) {
  .analystSwiper {
     max-width: 100% !important;
  }
/*  .analyst-section{
      max-width: 80% !important;
      margin: 0 auto;
  }*/
/*  .analyst-prev.swiper-button-prev {
    left: -33px;
}
.analyst-next.swiper-button-next {
    right: -33px;
}*/
}


/*********************************************/
.node .bright {
    display: none;
}

.node .light {
    display: block;
}

.video-modal {
  position: fixed;
  inset: 0;
  display: none; 
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.8);
  z-index: 99999;
}

.video-modal-content {
  position: relative;
  max-width: 90%;
  max-height: 80vh;
}

.video-modal video {
  width: 100%;
  border-radius: 10px;
}

.close-modal {
  position: absolute;
  top: -30px;
  right: -10px;
  font-size: 35px;
  color: white;
  cursor: pointer;
}

a.head-hire-btn:hover {
    color: #bebebe;
}



/*************************************************/


.talk-btn a:hover {
    background: #2c46a4 !important;
    color: #fff !important;
}





















/**************Responsive*************/

/*@media (max-width: 1599px){
    #node1 {
        top: 25%;
        left: 36%;
    }
        button#insurance-btn {
        left: 57% !important;
        top: 43% !important;
    }
    #node2 {
        top: 45%;
        right: 23.5%;
    }
    button#retail-btn {
        left: 69% !important;
    }
        #node3 {
        bottom: 20%;
        left: 28%;
    }
        button#cpg-btn {
        left: 33% !important;
    }
    
}*/



@media screen and (min-width: 1920px) and (max-width: 2560px){
#node1 {
    top: 18%;
    left: 34%;
}
#node3 {
        bottom: 20%;
        left: 24.5%;
    }
/*#node3 {
    bottom: 14%;
    left: 24%;
}*/
/*#node2 {
    top: 44%;
    right: 20%;
}*/
#node2 {
top: 46%;
        right: 18.5%;
    }
/*button#insurance-btn {
        left: 57% !important;
}*/
    button#insurance-btn {
        left: 54% !important;
        top: 37% !important;
    }
/*button#retail-btn {
    left: 71% !important;
}*/
button#retail-btn {
left: 68% !important;
        top: 85% !important;
    }
/*button#cpg-btn {
    left: 29% !important;
}*/
    button#cpg-btn {
        left: 27% !important;
        top: 75% !important;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1366px) {
/*@media screen and (max-width: 1280px){*/
    #node3 {
        bottom: 13%;
        left: 13%;
    }
    #node2 {
        top: 42%;
        right: 4%;
    }
    #node1 {
        top: 6%;
        left: 28%;
    }
    button#insurance-btn {
    left: 58.5% !important;
    top: 36% !important;
}
    button#retail-btn {
        top: 97% !important;
        right: 14.5% !important;
        left: auto !important;
    }
button#cpg-btn {
        left: 17% !important;
        top: 80% !important;
    }
}




/* === MOBILE MENU DROPDOWN FIX === */
@media (max-width: 992px) {

  /* Make the submenus expand inside vertical menu */
  ul.sub-menu {
    position: static !important;
    background: none !important;
    box-shadow: none !important;
    padding-left: 15px;
    opacity: 1 !important;
    visibility: visible !important;
    display: none !important;
    transform: none !important;
    border: none !important;
  }

  /* Show submenu when clicked (JS adds .submenu-open) */
  .menu-item-has-children.submenu-open > ul.sub-menu {
    display: block !important;
  }

  /* Parent list items full width */
  .menu-item {
    width: 100%;
  }

  /* Better arrow alignment */
  .dropdown-toggle {
    float: right;
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
    transform: rotate(0);
    transition: transform 0.3s ease;
  }

  .menu-item-has-children.submenu-open > .dropdown-toggle .arrow {
    transform: rotate(180deg);
  }

  .statistic-col-wrap .vc_column_container {
    flex: 0 0 calc(33.33% - 10px); /* 3 columns on tablet */
  }
}

@media (max-width: 576px) {
  .statistic-col-wrap .vc_column_container {
    flex: 0 0 100%; /* 1 column on mobile */
  }
}
/* ===== MOBILE ONLY (adjust 991px if your breakpoint differs) ===== */
@media (max-width: 991px) {

  .header-wraper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /* put hire btn + toggle on same line, right-aligned */
  .header-right {
    display: flex;
    align-items: center;
    gap: 10px;
    order: 2; /* right side of header */
  }

  /* move hire btn before toggle icon */
  .head-hire-btn {
    order: 1;
  }

  nav.header-navigation .menu-toggle {
    order: 2;
  }

  /* ensure toggle & button visible inline */
  nav.header-navigation {
    display: flex;
    align-items: center;
    order: 3;
  }

  /* Optional: tweak button look for mobile */
  .head-hire-btn {
    padding: 6px 14px;
    background: #0073e6;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none;
  }
}
@media screen and (min-width: 767px) and (max-width: 768px) {
        .header-wraper nav.header-navigation {
        justify-content: end !important;
    }
    .popup-circle {
    left: 35% !important;
    }
    body.home h2 {
    padding: 0 30px !important;
}
.future-container {
    margin: 0 auto;
    max-width: 90%;
}
.future-container {
    display: flex !important;
    gap: 50px;
    justify-content: center;
    margin: 0 auto;
    max-width: 56% !important;
    flex-wrap: wrap !important;
}
.card {
    width: 100% !important;
    height: 540px !important;
}
.transformSwiper .slide-content {
    flex-wrap: wrap !important;
        bottom: 41% !important;
        padding: 7% 6% 8% 6%;
}
.transformSwiper .slide-content p {
    width: 100% !important;
}
.slide-info {
    width: 100% !important;
}
.slide-btn-wrap {
    width: 100% !important;
    margin-top: 38px !important;
}

.transformSwiper .slide-content .details-btn-wrap {

    text-align: left !important;
}
}
@media screen and (max-width: 768px) {
.diagram .mobile-popup {
    display: block !important;
    margin-top: 15%;
}
 .diagram .desktop-popup{
     display: none !important;
    }
    
  .close-btn {

    top: 20%;  
  }
   .banner-title2 {
    padding: 0px 0% !important; 
   }
   .popup-circle {
        left: 27% !important;
    }
    .hexa-wrapper {
    display: flex;
  justify-content: space-around;
    align-items: center;
    gap: 70px;
}
.diagram{
    min-height: 75vh;
}
.hexagon2-btn {
    position: relative;
}
.hexagon2-btn .view-demo {
    display: block !important;
    width: 146px;
    padding: 13px 27px 13px 40px;
    font-size: 15px;
    left: -95px;
        margin-bottom: 0 !important;
    top: -20px;
}
.hexagon2-wrap {
        width: 29%;
        margin-bottom: 30px;
    }
    .hexagon2-wrap img {
    width: 67%;
}
    .node {
        width: 100%;
            gap: 15px;
}
.hexagon-wrap {
        width: 100%;
        margin: 0 auto;
        max-width: 38%;
}
    .banner-caption {
    max-width: 33% !important;
    margin: 0 auto !important;
}
}
@media screen and (max-width: 767px) {
    .popup-circle {
    width: 27%;
    }
    .banner-caption-wrapper {
    position: absolute;
    top: -517px;
    }
    a.head-hire-btn{
        background: #2f4bb000;
        margin-left: 60px;
    }
    
.vc_row.wpb_row.vc_row-fluid.global-section.vc_custom_1764591911726{
    background-color: #111111;
}
.vc_row.wpb_row.vc_row-fluid.vc_custom_1763207765217{
    background-color: #111111;
}

        .transformSwiper .slide-content {
        bottom: 39% !important;
        flex-wrap: wrap !important;
        padding: 7% 6% 5% 6%;
    }
.title-gradient {
    font-size: 24px !important;
}
    .analystSwiper {
    max-width: 81% !important;
    }
    .desktop-btn{
     display: none !important;
    }
        .popup-circle {
        top: 118px;
    }
/*    button#viewDemo {*/
/*    display: none !important;*/
/*}*/
    .desktop-popup {
    display: none !important;
}
.close-btn {
    top: 33%;
}
.mobile-popup {
    display: block !important;
            margin-top: 20%;
}
.hexa-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.hexagon2-btn {
    position: relative;
}
.hexagon2-btn .view-demo {
    display: block !important;
    width: 146px;
    padding: 13px 27px 13px 40px;
    font-size: 15px;
    left: -95px;
        margin-bottom: 0 !important;
    top: -20px;
}
.hexagon2-wrap {
    width: 45%;
    margin-bottom: 30px;
}
    .node {
        width: 100%;
            gap: 15px;
}
.hexagon-wrap {
        width: 100%;
        margin: 0 auto;
        max-width: 38%;
}

    #node1 {
        top: 14%;
        left: -22px;
}
#node2 {
    top: 38%;
    right: 0;
}
    #node3 {
        bottom: 95px;
        left: 0;
        flex-flow: row-reverse;
    }
div#node1 .stats-wrap {
    position: relative;
    left: 0;
}
div#node2 .stats-wrap {
    position: relative;
    left: 0;
    bottom: 0;
}
div#node3 .stats-wrap {
    position: relative;
    left: 0;
}
div#node1 .hexagon-wrap:before, div#node1 .stats-wrap:before, div#node2 .hexagon-wrap:before, div#node2 .stats-wrap:before, div#node3 .hexagon-wrap:before, div#node3 .stats-wrap:before{
    content: none;
}

/*    .banner-caption-wrapper {
    left: 0;
}*/
    .section-statistic:after{
        content: none;
    }
    .popup-circle{
left: 46%;
}
 .card {
    height: 477px;
 }
 .slide-btn-wrap {
    width: 100%;
}
.slide-info {
    width: 100%;
}
.transformSwiper .slide-content p {
    width: 100%;
}
.slide-btn-wrap {
    width: 100%;
    margin-top: 35px;
}
.details-btn-wrap a {
    border: 1px solid #fff;
    padding: 8px 55px 10px 25px;
    border-radius: 30px;
    /*float: right;*/
}
.ind-details-btn:after {
    top: 11px;
}

.transformSwiper {
    max-width: 90% !important;
}
.future-section.center-white-bg {
border-radius: 20px 20px 0 0 !important;
}
.transform-section .center-white-bg {
border-radius: 0 0 20px 20px !important;

}
.industry-title{
    padding: 0 20px;
}
.section-statistic{
     border-radius: 20px !important;
}
 
.center-white-bg{
border-radius: 20px !important;
}
.partners-section{
        flex-direction: column-reverse !important;
min-height: auto !important;
padding: 10px 18px !important;
display: flex !important;
    }
    .aws-border{
        display:none !important;
    }
.neo-border{
    display:none !important;
}
.oneshield-border{
    display:none !important;
}
.automation-border{
    display:none !important;
}
.shopify-border{
    display:none !important;
}
.badge-mid-left::after{
    display:none !important;
}
.badge-mid-right::after{
     display:none !important;
}
.left-top-border {
    left: 15% !important;
}
.right-top-border{
    left: 15% !important;
}
    .banner-title2{
        font-size: 22px !important;
padding: 10px !important;
font-weight: 500;
    }
    .banner-title1 {
font-size: 30px !important;
        padding-left: 25px;
        font-weight: 500;
        padding-top: 4px;
}
.banner-desc{
 
font-size: 20px;
padding: 15px;
}
      .mob-only{
        display:block !important;
        background-color: #111111;
    }
          .desk-only{
        display:none !important;
    }
    button.menu-toggle {
    margin-bottom: 0;
}
.header-navigation, .main-menu {

    justify-content: end;

}
    header.header-section{
        padding: 10px 5px !important;
    }
    .banner-title2 {
    padding: 0px 25px;
    }
    .achievementsSwiper .swiper-slide {
    text-align: center;
    }
    .achievements-nav .swiper-button-prev, .achievements-nav .swiper-button-next {
    top: 45%;
}
.achievements-caption {
    padding: 0px 15px 70px;
}
    .banner-title1, .banner-title2 {
    font-size: 30px;
    }
    .popup-circle {
    top: 0;
    }
    .statistic-wrap {
    width: 155px;
}
.filter-buttons {
    flex-wrap: wrap;
    gap: 10px;
}
.filter-buttons button {
    width: 300px;
}
.transformSwiper .swiper-slide img {
    height: 400px;
}
/*.transformSwiper .swiper-slide:hover h3 {
    bottom: 300px !important;
}
.transformSwiper .slide-content {
    bottom: -70px;
}*/

.card-item img {
    max-width: 45% !important;
}
/*.footer-middle-wrap {*/
/*    display: block;*/
/*}*/
.footer-row-wrap {
    flex-wrap: wrap;
    padding: 0 20px !important;
    gap: 25px !important;
}
.footer-middle-wrap {
display: block;
        padding: 0;
}
header.header-section {
    padding: 10px 30px;
}
.menu-wrapper {
    justify-content: start;
}
.header-right {
    margin-left: 0;
}
.menu-wrapper li {
    margin: 0px 0;
    width: 100%;
    text-align: left;
}
.main-menu-overlay {
    padding: 13px 20px;
}
img#search-icon {
    display: none;
}
.future-container {

    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 90%;
}
section#media_image-2 {
    width: 55%;
}
  .footer-middle-wrap h5{
    padding: 20px 15px;
    position: relative;
    font-size: 18px;
    line-height: 20px;
  }
  .footer-middle-wrap h5:after{
    content: "";
    background: #fff;
    width: 2px;
    height: 16px;
    position: absolute;
    right: 24px;
    top: 23px;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s linear;
  }
  .footer-middle-wrap h5:before{
    content: "";
    background: #fff;
    width: 16px;
    height: 2px;
    position: absolute;
    right: 17px;
    top: 30px;
  }
  .quick-links {
    width: 100%;
}
}
@media screen and (max-width: 600px) {
        .hexagon2-wrap {
        width: 33%;
        }
        .popup-circle {
    width: 40%;
        }
        .banner-caption-wrapper {
    top: -510px;
        }
    .transformSwiper .slide-content {
        bottom: 49% !important;
        flex-wrap: wrap !important;
        padding: 7% 6% 8% 6%;
    }
        .diagram .mobile-popup {
        margin-top: 20%;
    }
        .popup-circle {
        top: 47px;
    }
        .close-btn {
        top: 15%;
    }
    .close-btn img {
    width: 39%;
}
    .hexagon2-btn .view-demo {
        width: 112px;
        padding: 10px 13px 10px 13px;
        font-size: 13px;

    }
}
@media screen and (max-width: 480px) {
        .transformSwiper .slide-content {
        bottom: 60% !important;
        }
    .diagram .mobile-popup {
                margin-top: 42%;
    }
    .statistic-col-wrap {
    gap: 10px;
}
.close-btn img {
    width: 53%;
}
    .close-btn {
        top: 10%;
    }
}
@media screen and (max-width: 400px) {
    .statistic-col-wrap {
    gap: 5px;
}
 .diagram .mobile-popup {
                margin-top: 72%;
    }
    .close-btn {
        top: 24%;
    }
}
.innerpage-banner.is-animate, .chatbox {
   
}
.service-new-temp section.wpb-content-wrapper {
    background:     url('https://jktech.com/wp-content/uploads/2025/11/Footer-Layer-scaled-1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }
.service-new-temp .innerpage-banner.is-animate {
    display: block !important;
}
.service-new-temp .service-text p {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    padding-bottom: 0;
    color: #fff;
}
.service-new-temp .service-text p:last-child {
    margin-bottom: 50px;
}
.service-new-temp h2.vc_custom_heading.implementing_title {
    font-weight: 600;
    font-size: 40px !important;
    background: linear-gradient(98deg, #000000 -13.71%, #324EAF 78.81%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.service-new-temp .services-section h2.vc_custom_heading.implementing_title {
    color: #fff !important;
    background: transparent;
    -webkit-text-fill-color: inherit;
}

.service-new-temp .service-text .wpb_text_column {
    width: 63%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    float: none !important;
}
.service-new-temp .service-benefits-list > .wpb_column > .vc_column-inner{
    background: #ffff;
    border-radius: 24px;
    padding: 100px;
}

.service-new-temp .service-benefits-list h3.vc_custom_heading {
    font-weight: 600;
    font-size: 40px;
    background: linear-gradient(98deg, #000000 -13.71%, #324EAF 78.81%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.service-new-temp .service-benefits-list .wpb_single_image {
    width: 33%;
    display: inline-flex;
    flex-wrap: wrap;
}

.service-new-temp .service-benefits-list .wpb_single_image figure.wpb_wrapper.vc_figure {
    order: 0;
    margin: 0 0 22px;
}

.service-new-temp .service-benefits-list .wpb_single_image h2.wpb_heading {
    order: 1;
    width: 100%;
    font-weight: 700;
    font-size: 24px;
    color: #000;
    margin: 0 0 20px;
}

.service-new-temp .service-benefits-list .wpb_single_image figure.wpb_wrapper.vc_figure img {
    filter: grayscale(100%) brightness(170%) invert(10%);
    height: 40px;
    width: auto;
}
.service-new-temp .service-benefits-list p {
    font-weight: 400;
    font-size: 16px;
}


.service-new-temp .service-benefits-list .vc_col-sm-4 .vc_column-inner > .wpb_wrapper:after {
    border-left: 2px solid #D9D9D9;
    content: "";
    width: 1px;
    height: calc(100% - 65px);
    position: absolute;
    left: 0;
    top: 65px;
}

.service-new-temp .service-new-temp .service-benefits-list .vc_col-sm-4 {
    margin: 0 0 100px;
}

.service-new-temp .service-benefits-list .vc_col-sm-4 .vc_column-inner > .wpb_wrapper {
    position: relative;
    padding-left: 20px;
}
.service-new-temp .cta-banner-wrapper {
    max-width: 50%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 0;
}

    .service-new-temp .cta-banner-wrapper .cta-banner h3 {
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    vertical-align: bottom;
    color: #fff;
}

.service-new-temp .cta-banner-wrapper .cta-banner p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    margin: 0 0 30px;
}

.service-new-temp a.cta-button {
    background-color: #fff;
    color: #000000;
    padding: 16px 35px;
    border: none;
    border-radius: 999px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.service-new-temp .resource-lib .wpb_column > .vc_column-inner {
    background: #ffff;
    border-radius: 24px;
    padding: 100px;
}

.resource-lib .wpb_column > .vc_column-inner h3.vc_custom_heading {
    color: #000;
}

.service-new-temp .resource-lib li {
    color: #000;
}
.service-new-temp .common-benefits {
    background: transparent;
    padding: 0 !important;
}
.service-new-temp .common-benefits .cta-banner-wrapper:after {
    content: "";
    display: inline-block;
    background: url("https://jktech.com/wp-content/uploads/2025/11/Vector-bg.png") no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.service-new-temp .common-benefits .cta-banner-wrapper {
    position: relative;
    padding: 100px  0;
    z-index: 1;
}

.service-new-temp .common-benefits .wpb_content_element .wpb_wrapper {
    position: relative;
    z-index: 1;
}

.service-new-temp .common-benefits .cta-banner-wrapper .cta-banner {
    position: relative;
    z-index: 1;
    background: transparent;
    border: none;
    padding: 0;
}
.service-new-temp .service-text {
    position: relative;
}

.service-new-temp .service-text:after {
    content: "";
    display: inline-block;
    background: url("https://jktech.com/wp-content/uploads/2025/11/Vector-bg.png") no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-size: cover;
    background-position: center;
    z-index: 0;
}
/* Industry Start */

.industry-new-temp .industry-text:after {
    content: "";
    display: inline-block;
    background: url(https://jktech.com/wp-content/uploads/2025/11/Vector-bg.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-size: cover;
    background-position: center;
    z-index: 0;
}
.service-new-temp .innerpage-banner.is-animate:before {
    display: none;
}

.innerpage-banner .innerbanner-content .container {
    max-width: 1360px;
}
.service-new-temp .service-text h3 {
    color: #fff;
    text-align: center !important;
}

.service-new-temp h2.vc_custom_heading.implementing_title {
    color: #fff;
    margin-bottom: 30px;
}
.common-benefits.cta-new-banner .vc_row {
    padding-top: 0 !important;
}

.common-benefits.vc_row.cta-new-banner {
    padding: 0;
}
.service-new-temp .common-benefits .wpb_wrapper p {
    color: #fff;
}

.services-section .services-slider .swiper-wrapper-1 {
    display: flex;
    flex-wrap: wrap;
}

.services-section .services-slider .swiper-wrapper-1 .services-card-feature__img img {
    max-height: 100px;
}
.innerpage-banner .innerbanner-image:after{
    display: none;
}

/* Industry Start */

.service-new-temp .about-corevalue{
    margin-top:0 !important;
    position:relative;
}

.service-new-temp .industry-text {
    position: relative;
}


.service-new-temp .industry-content-wrap .wpb_text_column {
    width: 63%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.service-new-temp .industry-content-wrap h3 {
    width: 63%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
   color:#ffffff;
}

.service-new-temp .industry-content-wrap p{
color:#ffffff;
}

.service-new-temp section.wpb-content-wrapper {
    background: url(https://jktech.com/wp-content/uploads/2025/11/Footer-Layer-scaled-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.service-new-temp .industry-text:after {
    content: "";
    display: inline-block;
    background: url(https://jktech.com/wp-content/uploads/2025/11/Vector-bg.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-size: cover;
    background-position: center;
    z-index: 0;
}
.about-corevalue .vc_col-sm-12{
    border: 1px solid #d9d9d9;
    border-radius: 20px;
}
.about-corevalue h3{
font-size:40px;
color:#ffffff;
padding-left:40px;
padding-bottom:15px;
}

.about-corevalue p, .about-corevalue ul li{
color:#ffffff;
padding-left:40px;
font-size:16px;
}
.about-corevalue ul.ul1{
    margin-left: 40px;
}
.about-corevalue ul li{
    margin-bottom: 1.25rem;
    padding-left: 30px;
    position: relative;
}
.about-corevalue ul li:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f00c';
    font-weight: 900;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}
.partner-main .about-corevalue .vc_col-sm-12 .vc_column-inner {
    position: relative;
    z-index: 1;
}
.about-corevalue ul.ul1 {
    margin-bottom: 15px;
}
.cta-banner-wrapper .cta-banner{
background:transparent;
border:0;
}

.cta-banner-wrapper .cta-banner .cta-button{
       border-radius: 40px;
    background: #ffffff;
    color: #000000;
    box-shadow: none;
}

.aimlbenefit-section > .vc_column_container > .vc_column-inner:before{
display:none;
}

.aimlbenefit-section > .vc_column_container > .vc_column-inner
 {
     background: #fff;
    border-radius: 20px;
    border: 0;
}
.aimlbenefit-section > .vc_column_container > .vc_column-inner:after{
display:none;
}

.aimlbenefit-section > .vc_column_container > .vc_column-inner:hover{
    background: #2F4BB0;
    border-color: #2F4BB0;
}
.aimlbenefit-section.vc_row{
justify-content: center;
}
.why-content-pera p{
color:#ffffff;
}
.aimlbenefit-section p {
    font-size: 16px;
    line-height: 20px;
}

.service-new-temp .resource-lib .wpb_column > .vc_column-inner {
    background: #ffff;
    border-radius: 24px;
    padding: 100px;
}
.team-wrapper{
position:relative;
z-index:1;
}

.team-list__item .team-list__image{
border-radius:20px;
border:0;
background:#ffffff;
margin:0;
}

.team-list__item .team-list__image img{
border-radius:0;
}
.team-list__item h5 {
     border-left: 1px solid #ffffff;
    margin: 0;
    text-align: left;
    padding: 0 0 0 20px;
    margin-top: 20px;
    color: #ffffff;
}
.team-list__item p {
    border-left: 1px solid #ffffff;
    font-size: 12px;
    text-align: left;
    padding-left: 20px;
    color: #ffffff;
}
.team-list {
    justify-content: center;
}
.innerpage-banner .innerbanner-image:after{
opacity:0;
}
.service-new-temp #whyjk-wrapper > .wpb_column > .vc_column-inner {
    background: #ffff;
    border-radius: 24px;
    padding: 100px;
}
.common-benefits h2.implementing_title{
    font-weight: 600;
    font-size: 40px;
    background: linear-gradient(98deg, #000000 -13.71%, #324EAF 78.81%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.common-benefits-list .wpb_single_image {
     width: calc(33% - 40px);
     border:0;
}
.implementing_jiva_main_sec .common-benefits-list .wpb_singleimage_heading{
    order: 1;
    width: 100%;
    font-weight: 700;
    font-size: 24px;
    color: #000;
    margin: 0;
    line-height:30px;
}
.service-new-temp .implementing_jiva_main_sec i{
   color:#cccccc;
   font-size: 30px;
    margin: 0
}
.implementing_jiva_main_sec .wpb_single_image.wpb_content_element p{
  color:#000000;
 font-weight:400;
font-size:16px;
}
.implementing_jiva_main_sec .common-benefits-list .wpb_single_image:hover {
    background-color: transparent;
    border-color: transparent;
}
.service-new-temp .about-corevalue .vc_col-sm-12{
padding:0;
}
.service-new-temp .about-corevalue:after {
    content: "";
    display: inline-block;
    background: url(https://jktech.com/wp-content/uploads/2025/11/Vector-bg.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-size: cover;
    background-position: center;
    z-index: 0;
}
.service-new-temp .whyjk-wrapper:after {
    content: "";
    display: inline-block;
    background: url(https://jktech.com/wp-content/uploads/2025/11/Vector-bg.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-size: cover;
    background-position: center;
    z-index: 0;
}
.service-new-temp .whyjk-wrapper{
position:relative;
}

.service-new-temp .whyjk-wrapper .vc_col-sm-12{
    
    position:relative;
    z-index:1;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
.common-benefits-list .wpb_single_image {
    width: calc(100% - 40px);
}
.service-new-temp .common-benefits > .wpb_column > .vc_column-inner{
    padding:25px;
}
.service-new-temp .resource-lib .wpb_column > .vc_column-inner{
    padding:25px;
}
.common-benefits h2.implementing_title{
    font-size:30px;
}
}

@media (max-width: 768px) {
    .service-menu {
    width: auto !important;
}
    .service-new-temp .industry-content-wrap .wpb_text_column{
        width:100%;
    }
    .service-new-temp .industry-content-wrap h3{
        width:100%;
    }
}
.service-new-temp .about-corevalue h3.vc_custom_heading {
    font-size: 40px;
    color: #ffffff;
    padding-left: 40px;
    padding-bottom: 15px;
    text-align: left !important;
    position: relative;
    z-index: 2;
    margin-top: 30px;
}

.service-new-temp .about-corevalue p {
    text-align: left;
}

.service-new-temp .about-corevalue .wpb_text_column {
    width: 100%;
}

.service-new-temp .about-corevalue {
    z-index: 1;
}
 .service-new-temp .common-benefits .text-black p {
    color: #000;
}
.services-section.service-partner .swiper-slide {
    width: 50%;
}
.boardofdirectors-row.design1 {background: transparent;padding-bottom: 0;}

.boardofdirectors-row.design1 .boardofdirectors-row__item {
    background: #fff; color: #000; padding-bottom: 100px;
}
  /* Optional: tweak button look for mobile */
  .head-hire-btn {
    padding: 13px 19px !important;
}
.boardofdirectors-row.design1 .boardofdirectors-row__item:nth-child(2n) {
    background: #0a0e1c; color: #fff; padding-bottom: 100px;
}
.boardofdirectors-row__item:nth-child(2n) .boardofdirectors-card__content p, .boardofdirectors-row__item:nth-child(2n) .boardofdirectors-card__content h4 {
    color: #fff;
}
.boardofdirectors-row.design1 .boardofdirectors-row.design1 .boardofdirectors-card__img:before {
    display: none;
}
.boardofdirectors-row.design1 .boardofdirectors-card__img {
    width: 440px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    border-radius: 20px;
    border: 0;
    background: #ffffff;
    margin: 0;
}
.chatbox{
display:none
}
.footer{
margin-top:0;
}
.vc_column-inner .whoweare-video {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 15px;
    margin: 0 auto;
    margin-bottom: 80px;
    max-width: 95%;
}

.vc_column-inner .whoweare-video video {
    border-radius: 20px;
}
.text-white h4.vc_tta-panel-title.vc_tta-controls-icon-position-right {
    color: #fff;
}

.common-accordian.vc_general.vc_tta-accordion.text-white .vc_tta-panel .vc_tta-panel-heading h4, .common-accordian.vc_general.vc_tta-accordion.text-white .vc_tta-panel .vc_tta-panel-heading h4 a {
    color: #fff;
}

.common-accordian.vc_general.vc_tta-accordion.text-white p, .common-accordian.vc_general.vc_tta-accordion.text-white ul li {
    color: #fff;
}

.common-accordian.vc_general.vc_tta-accordion.text-white .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
    border-color: #fff;
}
.whoweare-section.c-white {
    padding-bottom: 0;
}
.common-accordian.vc_general.vc_tta-accordion.text-white .vc_tta-controls-icon-position-right .vc_tta-controls-icon:before, .common-accordian.vc_general.vc_tta-accordion.text-white .vc_tta-controls-icon-position-right .vc_tta-controls-icon:after {
    border-color: #fff;
}
.aboutus-ourvision .wpb_text_column {
    max-width: 100%;
}
body.page-template-page-blog {
    background-image: url(https://jktech.com/wp-content/uploads/2025/11/Footer-Layer-scaled-1.png);
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
}
body.page-template-page-career-blog {
    background-image: url(https://jktech.com/wp-content/uploads/2025/11/Footer-Layer-scaled-1.png);
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
}
.page-template-page-blog .innerpage-banner:before{
height:100%;
}

.page-template-page-blog .innerpage-banner .innerbanner-content .container{
margin:0;
}
body.single-post {
    background-image: url(https://jktech.com/wp-content/uploads/2025/11/Footer-Layer-scaled-1.png);
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
}
.single-post .blog-detail .blogdate-text{
color:#ffffff !important;
}
.single-post .blog-detail h2{
color:#ffffff !important;
}
.single-post .blog-detail p{
color:#ffffff !important;
}
.single-post .blog-detail .blogdate-text span{
color:#ffffff !important;
}
.page-template-page-blog .recentblog-content h3{
color:#ffffff;
}
.page-template-page-blog .read-more{
color:#ffffff;
}
.single-post .blog-detail .blogdate-text span:before{
background:#ffffff;
}
.page-template-page-blog .recentblog-content .recentblog-date{
color:#ffffff;
}

.page-template-page-blog .recentblog-content .recentblog-date a{
color:#ffffff;
}

.single-post .author_linked{
color:#ffffff;
}
.innerpage-banner .innerbanner-content .container{
margin:0;
}

body.page-template-page-half-banner
 {
    background-image: url(https://jktech.com/wp-content/uploads/2025/11/Footer-Layer-scaled-1.png);
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
}

.industryled-slider .industryled-text{
height:172px;
}
.industryled-slider .industryled-item:hover .industryled-text {
    height: 100%;
}
.innerpage-banner:before{
height:100%;
}
.privacypolivy-page
 {
    background-image: url(https://jktech.com/wp-content/uploads/2025/11/Footer-Layer-scaled-1.png);
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
}
.privacypolivy-page li{
color:#ffffff;
}
.privacypolivy-page p{
color:#ffffff;
}
.privacypolivy-page h2{
color:#ffffff;
}
.privacypolivy-page h4{
color:#ffffff;
}
.privacypolivy-page table tr td ul li{
color:#000000;
}
body.page-template-page-press-release-listing
 {
    background-image: url(https://jktech.com/wp-content/uploads/2025/11/Footer-Layer-scaled-1.png);
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
}
.page-template-page-press-release-listing .newsroom-card{
background:#ffffff;
}
.press-releases
{
    background-image: url(https://jktech.com/wp-content/uploads/2025/11/Footer-Layer-scaled-1.png);
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
   padding:20px;
}
.press-releases h1{
color:#ffffff;
}
.press-releases p{
color:#ffffff;
}
.press-releases h3{
color:#ffffff;
}
body.page-template-page-podcast-listing
{
    background-image: url(https://jktech.com/wp-content/uploads/2025/11/Footer-Layer-scaled-1.png);
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
}
.page-template-page-podcast-listing .podcast-card{
background:#ffffff;
}
body.page-template-page-whitepaper-listing
{
    background-image: url(https://jktech.com/wp-content/uploads/2025/11/Footer-Layer-scaled-1.png);
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
}
.page-template-page-whitepaper-listing .whitepaperlist-card .whitepaperlist-content {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}
body.single-white-paper
{
    background-image: url(https://jktech.com/wp-content/uploads/2025/11/Footer-Layer-scaled-3.png);
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
}
.single-white-paper .whitepaper-detail p{
color:#ffffff;
}
.industryled-slider .industryled-item .industryled-img img {
        height: 580px !important;
    }
    .privacypolivy-page h3{
color:#ffffff;
}
.single-press-releases .half-banner.innerpage-banner{
display:none;
}
.innerpage-banner .innerbanner-image:after{
    display: block !important;
}
.innerpage-banner .innerbanner-image:after {
    opacity: 0.5 !important;
}
 .industryled-slider .industryled-item:hover .industryled-text{
    height: 100% !important;
  }
 .industryled-slider .industryled-text{
    height: 192px !important;
 }
 .table-of-contents ul li a{
     color:#ffffff !important;
 }
 .blog-detail ul li{
     color:#ffffff;
 }
 .whitepaper-detail{
    background-image: url(https://jktech.com/wp-content/uploads/2025/11/Footer-Layer-scaled-1.png);
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
}
body .aimlbenefit-section > div.wpb_column h4.vc_custom_heading {
    height: 98px;
}
.story-filter-item .story-filter-select{
    padding:0 10px !important;
}
.menu-service-menu-container {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 20px;
}
.innerbanner-media{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
}

.innerbanner-media iframe{
    width:100%;
    height:100%;
    pointer-events:none;
}

/* Image */
.innerbanner-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* Content on top */
.innerbanner-content{
    position:relative;
    z-index:2;
    color:#fff;
}
.innerpage-banner .innerbanner-content{
    z-index:2;
}
.innerpage-banner{
    position: relative;
    width: 100%;
    height: 600px; /* adjust as needed */
    overflow: hidden;
}

/* Video container */
.innerbanner-media{
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;  /* full viewport width */
    height: 100%;
    z-index: 1;
}

/* Make iframe cover full area */
.innerbanner-media iframe{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw; /* 16:9 ratio */
    min-height: 100%;
    min-width: 177.77vh; /* 16:9 ratio fix */
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.innerpage-banner{
    position: relative;
}

/* Black overlay */
.innerpage-banner::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, 0.5); /* adjust opacity here */
    
    z-index: 1;
}

/* Keep content above overlay */
.innerbanner-content{
    position: relative;
    z-index: 2;
    color: #fff;
}

/* Keep video below overlay */
.innerbanner-media{
    position: absolute;
    z-index: 0;
}


.wpb_wrapper .hpbanner-video {
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 30px;
    height: 100vh;
    overflow: hidden;
        width: 80%;
    margin: 0 auto;
}

.wpb_wrapper .hpbanner-video iframe {
    border-radius: 20px;
}

.wpb_wrapper .hpbanner-video .wpb_wrapper {
    height: 100%;
}

.wpb_wrapper .hpbanner-video .wpb_wrapper .wpb_video_wrapper {
    height: 100%;
    padding: 0;
}
@media (max-width: 768px) {
    .wpb_wrapper .hpbanner-video {
        border: 1px solid #fff;
        border-radius: 20px;
        padding: 20px;
        height: 70vh;
        overflow: hidden;
        width: 100%;
        margin: 0 auto;
    }
}
@media (max-width: 479px) {
    .wpb_wrapper .hpbanner-video {
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 10px;
    height: 35vh;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}
}