/* Popup Styling */
.img-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 1;
}

.img-popup img {
  max-width: 1100px;
  width: 100%;
  opacity: 0;
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
}

/* .close-btn {
width: 20px;
/* height: 30px;
display: flex;
justify-content: center;
flex-direction: column;
position: absolute;
top: 80px;
right: 20px;
cursor: pointer;
}

.close-btn .bar {
  height: 4px;
  background: #fff;
}

.close-btn .bar:nth-child(1) {
  transform: rotate(45deg);
}

.close-btn .bar:nth-child(2) {
  transform: translateY(-4px) rotate(-45deg);
} */

.opened {
  display: flex;
}

.opened img {
  animation: animatepopup 1s ease-in-out .8s;
  -webkit-animation: animatepopup .3s ease-in-out forwards;
}

@keyframes animatepopup {

  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }

}
.KPI-Service-Inner-page-tabs-Wrapper{
  width:100%;
  margin:140px 0 100px;
  
}
.KPI-Service-Inner-page-tabs-Wrapper .SIPTW-overlay{
  max-width:1170px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  
}
.KPI-Service-Inner-page-tabs-Wrapper .SIPTW-overlay .kpi-SIPTW-left-section{
  width:40%;
  padding-left:20px;
}
.KPI-Service-Inner-page-tabs-Wrapper .SIPTW-overlay .kpi-SIPTW-right-section{
  width:60%;
  padding-right:20px;
}
.KPI-Service-Inner-page-tabs-Wrapper .SIPTW-overlay .kpi-SIPTW-left-section .section-description p{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #868686;
  margin-bottom:22px;
  margin-top:45px;
}
.KPI-Service-Inner-page-tabs-Wrapper .SIPTW-overlay .kpi-SIPTW-left-section ul{
  list-style:none;
  margin:0;
  padding:0;
}
.KPI-Service-Inner-page-tabs-Wrapper .SIPTW-overlay .kpi-SIPTW-left-section ul li{
  padding:20px 28px;
  width:100%;
  max-width:354px;
  margin-bottom:15px;
  border: 1px solid #868686;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #868686;
  cursor: pointer;
 }
.KPI-Service-Inner-page-tabs-Wrapper .SIPTW-overlay .kpi-SIPTW-right-section{
  padding-left:60px;
}
.KPI-Service-Inner-page-tabs-Wrapper .SIPTW-overlay .kpi-SIPTW-right-section .SIPTW-detail-wrapper .SIPTW-card-image{
  background: #FFFFFF;
  max-width: 764px;
  max-height: 363px;
  box-shadow: -15px -15px 40px rgba(24, 39, 75, 0.15), 15px 15px 40px rgba(24, 39, 75, 0.15);
  display:flex;
  padding: calc(var(--g) + var(--t));
outline: var(--t) solid #2145a1; /* the color here */
/*   outline-offset: calc(-1*var(--t)); */
  -webkit-mask:conic-gradient(at var(--s) var(--s),#0000 75%,#000 0)
    0 0/calc(100% - var(--s)) calc(100% - var(--s)),
    linear-gradient(#000 0 0) content-box;
  transition: .4s;
  cursor: pointer;
   --s: 50px; /* the size on the corner */
  --t: 5px;  /* the thickness of the border */
  --g: 20px; /* the gap between the border and image */
}

.KPI-Service-Inner-page-tabs-Wrapper .SIPTW-overlay .kpi-SIPTW-right-section .SIPTW-detail-wrapper .SIPTW-card-image:hover{
  outline-offset: calc(var(--g)/-1);
  transform: scale(1.05) translateY(-5px);
/*   padding: calc(var(--g) + var(--t)); */
}

.KPI-Service-Inner-page-tabs-Wrapper .SIPTW-overlay .kpi-SIPTW-right-section .SIPTW-detail-wrapper .SIPTW-card-image img{
  width:100%;
}
.KPI-Service-Inner-page-tabs-Wrapper .SIPTW-overlay .kpi-SIPTW-right-section .SIPTW-detail-wrapper .SIPTW-card-description{
  margin-top:40px;  
}
.KPI-Service-Inner-page-tabs-Wrapper .SIPTW-overlay .kpi-SIPTW-right-section .SIPTW-detail-wrapper .SIPTW-card-description p{
  margin-bottom:35px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  color: #868686;
}
.KPI-Service-Inner-page-tabs-Wrapper .SIPTW-overlay .kpi-SIPTW-right-section .SIPTW-detail-wrapper a{
  padding:10px 38px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}
.SIPTW-active{
  color:#2145a1 !important;
  background: #FFFFFF;
  box-shadow: -5px -5px 30px rgba(24, 39, 75, 0.15), 5px 5px 30px -4px rgba(24, 39, 75, 0.15);
  border-color:transparent !important;
}
.KPI-Service-Inner-page-tabs-Wrapper .SIPTW-overlay .kpi-SIPTW-left-section .section-heading p:first-child{
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  align-items: center;
  color: #001945;
  margin-bottom:6px;
}
.KPI-Service-Inner-page-tabs-Wrapper .SIPTW-overlay .kpi-SIPTW-left-section .section-heading p{
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 49px;
  align-items: center;
  color: #FFFFFF;
  margin-bottom:0;
  position:relative;
}
.KPI-Service-Inner-page-tabs-Wrapper .SIPTW-overlay .kpi-SIPTW-left-section .section-heading{
  position:relative;
}
.KPI-Service-Inner-page-tabs-Wrapper .SIPTW-overlay .kpi-SIPTW-left-section .section-heading .before-overlay {
  position:absolute;
  content:"";
  background: linear-gradient(90deg, #2145A1 0%, #1656D5 54.17%, #0D62FB 100%);
  height:58px;
  z-index:-1;
  top:53px;
}


@media screen and (max-width:767px){
  .KPI-Service-Inner-page-tabs-Wrapper .SIPTW-overlay{
    flex-direction:column;
  }
  .KPI-Service-Inner-page-tabs-Wrapper .SIPTW-overlay .kpi-SIPTW-left-section {
    width: 100%;
    padding: 0 20px;
  }
  .KPI-Service-Inner-page-tabs-Wrapper .SIPTW-overlay .kpi-SIPTW-left-section ul li{
    max-width:none;
  }
  .KPI-Service-Inner-page-tabs-Wrapper .SIPTW-overlay .kpi-SIPTW-right-section{
    padding-top:60px;
  }
  .KPI-Service-Inner-page-tabs-Wrapper .SIPTW-overlay .kpi-SIPTW-right-section {
    width: 100%;
    padding: 20px;
  }
}
