/* cmsms stylesheet: evo-krd modified: Saturday, December 14, 2024 4:14:54 PM */
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Noto+Kufi+Arabic:wght@100..900&display=swap');
* {
  --primary-color: #940964;
  --primary-color-rgb: 151, 151, 151;
  --secondary-color: #000;
  --secondary-color-rgb: 121, 141, 122;
  --background:#d0d6dc;
  --title-font-color: #354e33;
  --body-font-color: #050505;
  --dark-body-font-color: rgba(255, 255, 255, .75);
  --bg-color-even: #E8E8E8;
  --bg-color-odd: #F4F4F4;
  --bg-dark-1: #252525;
  --bg-dark-1-rgb: 53, 78, 51;
  --bg-dark-2: #000;
  --bg-dark-3: #2e452c;
  --bg-dark-3-rgb: 46, 69, 44;
  --bg-grey: #F0F1F3;
  --bg-light: #E1EBE2;
  --transparent: transparent;
  --border-radius: 24px;
  
}
.radius50 {
	border-radius: 50%;
}
.bg-zard {
	background: var(--primary-color);
}
.zard {
	color: #940964;
}
.btn-contact {
	width: 230px !important;
    padding: 30px !important;
    border-radius: 30px !important;
}
.bg-rash {
	background: var(--bg-dark-2);
}
.bg-rash2  {
	background: var(--bg-dark-1);
}
.rash {
	color: var(--bg-dark-2) !important;	
}
.rash2 {
	color: var(--bg-dark-1);
}
.frash {
	color: var(--bg-dark-1);
}

.spi {color: #fff;}
.archivo-black-regular {
  font-family: "Archivo Black", serif;
  font-weight: 400;
  font-style: normal;
}
.font30 {
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
}
.radius100_bottom {
	border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
}
.radius100_up {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}
.radius1_100 {
	    border-radius: 100px;
}
.b_radius {
	border-radius: var(--border-radius);
}
.big-letter {
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    margin-left: 0;
    font-size: 150px;
    line-height: 112px;
}
.outline-black {
    color: var(--transparent);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--bg-dark-2);
}
.outline-spi {
    color: var(--transparent);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
	font-family: noto-kufi-arabic, sans-serif;
}
.image-brands-grid.last-item-margin {
    margin-right: 60px;
}
.image-brands-grid {
    grid-column-gap: 64px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
}
.image-brands-grid img {
	width: unset;
	height: 50px;
	opacity: 0.5;
}
div#jarallax-container-0, div#jarallax-container-1 {
    border-radius: 0 0 100px 100px;
	background: #fff;
}

div#jarallax-container-2 {
    border-radius: 100px;
	background: #fff;
}


.tox {    filter: brightness(60%);}
.jullan:hover {
	
	   animation: pulse 2s infinite;
}
.qallaw {
	font-size: 36px;
	font-weight: bold;
}
.padding-100px {
    padding-left: 100px;
    padding-right: 100px;
}

.padding-144px {
    padding-left: 144px;
    padding-right: 144px;
}

.padding-72px.overflow {
    position: relative;
    overflow: visible;
}
.container.padding-72px {
    padding-left: 72px;
    padding-right: 72px;
}
.metrics-card-large {
    border-radius: var(--border-radius);
    background-color: var(--primary);
    color: #f5f5f5;
    text-align: left;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    min-width: 480px;
    max-width: 480px;
    min-height: 480px;
    max-height: 480px;
    padding: 48px 36px;
    display: flex;
}
.works-details-flex {
grid-column-gap: 32px;
    grid-row-gap: 32px;
    border-radius: var(--border-radius);
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 500px;
    display: flex;
}
.eintro {
	min-height: 870px;
	    padding-top: 200px;
    max-height: 870px;
}
.fs-232 {
    font-size: 232px;
    line-height: 170px;
    }
.jump-width {
	width: 40%;
}
.hover-op-service {
    opacity: 0;
}
.evoservice{
}
.sartitle {
    margin-bottom: 120px;
}
.ointro {
    min-height: 500px;
    padding-top: 120px;
    max-height: 500px;
	border-radius: 0 0 100px 100px;
}
.form-wrapper {
    width: 100%;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 767px) {
	.eintro {
	min-height: 100vh;
    max-height: 100vh;
    padding-top: 252px;	
	}
	.evoservice{
	text-align: center;
    min-height: 360px;
    max-height: 360px;	
}
.jump-width {
	width: 60%;
}
.hover-op-1 {
    opacity: 1 !important;
}
    .container.padding-144px {
        padding-left: 10%;
        padding-right: 10%;
    }
    .container.padding-100px {
        padding-left: 10%;
        padding-right: 10%;
    }
	.works-details-flex {
    height: 100%;
}
.big-letter {
    font-size: 48px;
    line-height: 36px;
}
.fs-72 {
    font-size: 36px;
    line-height: 50px;
    }
.fs-232 {
    font-size: 96px;
    line-height: 72px;
    }
.fs-150{font-size: 72px;}
}
	.subjump {
    font-size: 20px;
	}
}
@media screen and (max-width: 991px) {
	.eintro {
	min-height: 100vh;
    max-height: 100vh;
    padding-top: 252px;
}
	.evoservice{
	text-align: center;
    min-height: 360px;
    max-height: 360px;	
}
	.hover-op-1 {
    opacity: 1 !important;
}
    .container.padding-216px, .container.padding-144px {
        padding-left: 10%;
        padding-right: 10%;
    }
	.container.padding-100px {
        padding-left: 10%;
        padding-right: 10%;
    }
	.works-details-flex {
    height: 100%;
}
.big-letter {
    font-size: 80px;
    line-height: 50px;
}
.fs-72 {
    font-size: 36px;
    line-height: 50px;
    }
.fs-96 {
    font-size: 72px;
    line-height: 70px;
    }
.subjump {
    font-size: 20px;
	}
}
.works-flex {
    grid-column-gap: 0;
    grid-row-gap: 32px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
}
.works-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    display: flex;
	padding: 32px;
}
.works-project-text-flex {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    text-align: left;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    display: flex;
}
.badge {
    border-radius: 12px;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 8px 16px;
    display: flex;
}
.badge h5 {
    color: var(--white);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-family: noto-kufi-arabic, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

.button-flex {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
    display: flex;
}

/*--------------------- HOVERAKAN -----------------------*/
.mhover {
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.mhover::before,
.mhover::after {
 content: '';
  position: absolute;
  width: 100%;
  left: 0;
}
.mhover::before {
  height: 2px;
  bottom: 0;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
}
.mhover::after {
  content: attr(data-replace);
  height: 100%;
  top: 0;
  transform-origin: 100% 50%;
  transform: translate3d(0, 200%, 0);
  transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
}

.mhover:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.mhover:hover::after {
  transform: translate3d(0, 0, 0);
}

.mhover span {
  display: inline-block;
  transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
}

.mhover:hover span {
  transform: translate3d(0, -200%, 0);
}
/*--------------------------------------------------------------*/
.chover {
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.chover::before,
.chover::after {
 content: '';
  position: absolute;
  width: 100%;
  left: 0;
}
.chover::before {
  height: 2px;
  bottom: 0;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
}
.chover::after {
  content: attr(data-replace);
  height: 100%;
  top: 9px;
  transform-origin: 100% 50%;
  transform: translate3d(0, 200%, 0);
  transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
}

.chover:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.chover:hover::after {
  transform: translate3d(0, 0, 0);
}

.chover span {
  display: inline-block;
  transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
}

.chover:hover span {
  transform: translate3d(0, -200%, 0);
  color: transparent;
}
/*--------------------------------------------------------------*/

.link {
  height: 30px;
  align-items: center;
  color: #000;
  text-decoration: none;
  display: flex;
}

/* Hide extra text */
.mask {
  position: relative;
  padding: 0;
  height: 20px;

  /*  Remove overflow to see how it works　:) */
  overflow: hidden;
}

.link-container {
  transition: transform 0.4s ease;
}

.htitle {
  display: block;

  /*  Set same font-size and line height  */
  font-size: 14px;
  line-height: 20px;

  transition: transform 0.4s ease;
}

.link-title1 {
  transform-origin: right center;
}

.link-title2 {
  transform-origin: left center;
}

.link-hicon {
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;

  /*  Remove overflow to see how it works　:) */
  overflow: hidden;
}

.hicon {
  display: block;
  position: absolute;
  transition: transform 0.4s ease;
}

.hicon:nth-child(2) {
  transform: translate(40px);
}

/* Hover Action*/

/* Move up two texts (20px = font-size) */
.link:hover .link-container {
  transform: translateY(-20px);
}

/* Rotate texts a little bit */
.link:hover .link-title1 {
}

.link:hover .link-title2 {
  transform: rotate(0);
}

/* Move arrows to right */
.link:hover .hicon:first-child {
  transform: translate(-40px);
}

.link:hover .hicon:nth-child(2) {
  transform: translate(0px);
}



/*--------------------------------------------------------------*/
.metrics-card {
    border-radius: var(--border-radius);
    background-color: var(--white);
    color: var(--black);
    text-align: left;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    min-width: 232px;
    max-width: 232px;
    min-height: 232px;
    max-height: 232px;
    padding: 48px 36px;
    display: flex;
}


.btn-zard {
	background: var(--primary-color);
	grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 24px;
    justify-content: center;
    align-items: center;
    padding: 13px 32px 12px;
    font-size: 17px;
    font-weight: 300;
    line-height: 27px;
    transition: background-color .25s;
    position: relative;
    overflow: hidden;
}
.btn-zard:hover {
	color: var(--bg-dark-1);
}

.tcenter {
	text-align: center;
}
.jump {
position: absolute;
    top: 100%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.jumphome {
position: absolute;
    top: 20%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.subjump {
	z-index: 2;
    text-transform: uppercase;
    font-size: 29px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
}
@media (min-width: 576px) {
	.lawena {
	max-width: 90%;
}
}
@media (min-width: 768px) {
	.lawena {
	max-width: 80%;
}
}
@media (min-width: 992px) {
	.lawena {
	max-width: 70%;
}
}
@media (min-width: 1200px) {
	.lawena {
	max-width: 60%;
}
}
@media (min-width: 1400px) {
	.lawena {
	max-width: 60%;
}
}
.space-32px {
    min-height: 32px;
}




.mlink span {
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.mlink:before,
.mlink:after {
    content: '';
    position: absolute;
    opacity: 0;
    -webkit-transition: .4s,opacity .6s;
    -moz-transition: .4s,opacity .6s;
    -o-transition: .4s,opacity .6s;
    transition: .4s,opacity .6s;
}

/* :before */

.mlink:before {
    content: attr(data-hover);
    -webkit-transform: translate(0,-150%);
    -moz-transform: translate(0,-150%);
    -ms-transform: translate(0,-150%);
    -o-transform: translate(0,-150%);
    transform: translate(0,-150%);
}

/* :after */

.mlink:after {
    content: attr(data-active);
    -webkit-transform: translate(150%,0);
    -moz-transform: translate(150%,0);
    -ms-transform: translate(150%,0);
    -o-transform: translate(150%,0);
    transform: translate(150%,0);
}

/* Span on :hover and :active */

.mlink:hover span,
.mlink:active span {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
}

/*  
    We show :before pseudo-element on :hover 
    and :after pseudo-element on :active 
*/

.mlink:hover:before,
.mlink:active:after {
    opacity: 1;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
	color: yellow;
}

/* 
  We hide :before pseudo-element on :active
*/

.mlink:active:before {
    -webkit-transform: translate(0,-150%);
    -moz-transform: translate(0,-150%);
    -ms-transform: translate(0,-150%);
    -o-transform: translate(0,-150%);
    transform: translate(0,-150%);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.wena-center {
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.ballab {
	width: 90px;
	margin: 0 auto;
}
.blogpic div#jarallax-container-1 {
    border-radius: 20px;
}
.jump2 {
    display: inline-table;
    width: 100%;
    border-top: 1px solid #ffff00;
    height: 50px;
    line-height: 120px;
}
.jump2 tr td {
    display: inline-block;
    line-height: 25px;
    padding-top: 0;
    font-size: 18px;
    width: 50%;
}
.jump2 span {
    font-size: 16px;
    font-weight: 100;
}
.jump3 {
    width: 100%;
}
.jump3 tr td {
    padding-top: 0;
}
h1#NewsPostDetailTitle {
    margin-top: 40px;
}

.blogpic div#jarallax-container-1 img {
    filter: blur(8px);
    -webkit-filter: blur(8px);
}
.subfooter {
    border-top: solid 1px #940964 !important;
}
.menu-simple li a:hover {
    color: #940964;
}
#back-to-top:before {
    color: #fff !important;
}
    .col-tekal {
        width: 70%;
text-align: center;
margin: auto;
    }
@media (max-width: 992px) {
    .col-tekal {
        width: 100%;
    }
}
/* cmsms stylesheet: krd-zman modified: Wednesday, November 27, 2024 7:04:21 AM */
.zmanbg {
    background: #fff;
    padding: 0px 5px !important;
    border-radius: 3px;
    display: block;
}
/* cmsms stylesheet: style-krd modified: Wednesday, December 11, 2024 6:58:40 PM */
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Noto+Kufi+Arabic:wght@100..900&display=swap');
* {
	--primary-color: #940964;
  --primary-color-rgb: 151, 151, 151;
  --secondary-color: #000;
  --secondary-color-rgb: 121, 141, 122;
  --background:#d0d6dc;
  --title-font-color: #354e33;
  --body-font-color: #050505;
  --dark-body-font-color: rgba(255, 255, 255, .75);
  --bg-color-even: #E8E8E8;
  --bg-color-odd: #F4F4F4;
  --bg-dark-1: #252525;
  --bg-dark-1-rgb: 53, 78, 51;
  --bg-dark-2: #000;
  --bg-dark-3: #2e452c;
  --bg-dark-3-rgb: 46, 69, 44;
  --bg-grey: #F0F1F3;
  --bg-light: #E1EBE2;
  --transparent: transparent;
  --border-radius: 24px;
  
}
.radius50 {
	border-radius: 50%;
}
.bg-zard {
	background: var(--primary-color);
}
.zard {
	color: #940964;
}
.btn-contact {
	width: 230px !important;
    padding: 30px !important;
    border-radius: 30px !important;
}
.bg-rash {
	background: var(--bg-dark-2);
}
.bg-rash2  {
	background: var(--bg-dark-1);
}
.rash {
	color: var(--bg-dark-2) !important;	
}
.rash2 {
	color: var(--bg-dark-1);
}
.frash {
	color: var(--bg-dark-1);
}

.spi {color: #fff;}
.archivo-black-regular {
  font-family: "Archivo Black", serif;
  font-weight: 400;
  font-style: normal;
}
.font30 {
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
}
.radius100_bottom {
	border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
}
.radius100_up {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}
.radius1_100 {
	    border-radius: 100px;
}
.b_radius {
	border-radius: var(--border-radius);
}
.big-letter {
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    margin-left: 0;
    font-size: 150px;
    line-height: 112px;
}
.outline-black {
    color: var(--transparent);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--bg-dark-2);
}
.outline-spi {
    color: var(--transparent);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
	font-family: noto-kufi-arabic, sans-serif;
}
.image-brands-grid.last-item-margin {
    margin-right: 60px;
}
.image-brands-grid {
    grid-column-gap: 64px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
}
div#jarallax-container-0, div#jarallax-container-1 {
    border-radius: 0 0 100px 100px;
	background: #fff;
}

div#jarallax-container-2 {
    border-radius: 100px;
	background: #fff;
}


.tox {    filter: brightness(60%);}
.jullan:hover {
	
	   animation: pulse 2s infinite;
}
.qallaw {
	font-size: 36px;
	font-weight: bold;
}
.padding-100px {
    padding-left: 100px;
    padding-right: 100px;
}

.padding-144px {
    padding-left: 144px;
    padding-right: 144px;
}

.padding-72px.overflow {
    position: relative;
    overflow: visible;
}
.container.padding-72px {
    padding-left: 72px;
    padding-right: 72px;
}
.metrics-card-large {
    border-radius: var(--border-radius);
    background-color: var(--primary);
    color: #f5f5f5;
    text-align: left;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    min-width: 480px;
    max-width: 480px;
    min-height: 480px;
    max-height: 480px;
    padding: 48px 36px;
    display: flex;
}
.works-details-flex {
grid-column-gap: 32px;
    grid-row-gap: 32px;
    border-radius: var(--border-radius);
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 500px;
    display: flex;
}
.eintro {
	min-height: 870px;
	    padding-top: 200px;
    max-height: 870px;
}
.fs-232 {
    font-size: 232px;
    line-height: 170px;
    }
.jump-width {
	width: 40%;
}
.hover-op-service {
    opacity: 0;
}
.evoservice{
}
.sartitle {
    margin-bottom: 120px;
}
.ointro {
    min-height: 500px;
    padding-top: 120px;
    max-height: 500px;
	border-radius: 0 0 100px 100px;
}
.form-wrapper {
    width: 100%;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 767px) {
	.eintro {
	min-height: 100vh;
    max-height: 100vh;
    padding-top: 252px;	
	}
	.evoservice{
	text-align: center;
    min-height: 360px;
    max-height: 360px;	
}
.jump-width {
	width: 60%;
}
.hover-op-1 {
    opacity: 1 !important;
}
    .container.padding-144px {
        padding-left: 10%;
        padding-right: 10%;
    }
    .container.padding-100px {
        padding-left: 10%;
        padding-right: 10%;
    }
	.works-details-flex {
    height: 100%;
}
.big-letter {
    font-size: 48px;
    line-height: 36px;
}
.fs-72 {
    font-size: 36px;
    line-height: 50px;
    }
.fs-232 {
    font-size: 96px;
    line-height: 72px;
    }
.fs-150{font-size: 72px;}
}
	.subjump {
    font-size: 20px;
	}
}
@media screen and (max-width: 991px) {
	.eintro {
	min-height: 100vh;
    max-height: 100vh;
    padding-top: 252px;
}
	.evoservice{
	text-align: center;
    min-height: 360px;
    max-height: 360px;	
}
	.hover-op-1 {
    opacity: 1 !important;
}
    .container.padding-216px, .container.padding-144px {
        padding-left: 10%;
        padding-right: 10%;
    }
	.container.padding-100px {
        padding-left: 10%;
        padding-right: 10%;
    }
	.works-details-flex {
    height: 100%;
}
.big-letter {
    font-size: 80px;
    line-height: 50px;
}
.fs-72 {
    font-size: 36px;
    line-height: 50px;
    }
.fs-96 {
    font-size: 72px;
    line-height: 70px;
    }
.subjump {
    font-size: 20px;
	}
}
.works-flex {
    grid-column-gap: 0;
    grid-row-gap: 32px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
}
.works-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    display: flex;
	padding: 32px;
}
.works-project-text-flex {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    text-align: left;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    display: flex;
}
.badge {
    border-radius: 12px;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 8px 16px;
    display: flex;
}
.badge h5 {
    color: var(--white);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-family: noto-kufi-arabic, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

.button-flex {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
    display: flex;
}

/*--------------------- HOVERAKAN -----------------------*/
.mhover {
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.mhover::before,
.mhover::after {
 content: '';
  position: absolute;
  width: 100%;
  left: 0;
}
.mhover::before {
  height: 2px;
  bottom: 0;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
}
.mhover::after {
  content: attr(data-replace);
  height: 100%;
  top: 0;
  transform-origin: 100% 50%;
  transform: translate3d(0, 200%, 0);
  transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
}

.mhover:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.mhover:hover::after {
  transform: translate3d(0, 0, 0);
}

.mhover span {
  display: inline-block;
  transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
}

.mhover:hover span {
  transform: translate3d(0, -200%, 0);
}
/*--------------------------------------------------------------*/
.chover {
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.chover::before,
.chover::after {
 content: '';
  position: absolute;
  width: 100%;
  left: 0;
}
.chover::before {
  height: 2px;
  bottom: 0;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
}
.chover::after {
  content: attr(data-replace);
  height: 100%;
  top: 9px;
  transform-origin: 100% 50%;
  transform: translate3d(0, 200%, 0);
  transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
}

.chover:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.chover:hover::after {
  transform: translate3d(0, 0, 0);
}

.chover span {
  display: inline-block;
  transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
}

.chover:hover span {
  transform: translate3d(0, -200%, 0);
  color: transparent;
}
/*--------------------------------------------------------------*/

.link {
  height: 30px;
  align-items: center;
  color: #000;
  text-decoration: none;
  display: flex;
}

/* Hide extra text */
.mask {
  position: relative;
  padding: 0;
  height: 20px;

  /*  Remove overflow to see how it works　:) */
  overflow: hidden;
}

.link-container {
  transition: transform 0.4s ease;
}

.htitle {
  display: block;

  /*  Set same font-size and line height  */
  font-size: 14px;
  line-height: 20px;

  transition: transform 0.4s ease;
}

.link-title1 {
  transform-origin: right center;
}

.link-title2 {
  transform-origin: left center;
}

.link-hicon {
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;

  /*  Remove overflow to see how it works　:) */
  overflow: hidden;
}

.hicon {
  display: block;
  position: absolute;
  transition: transform 0.4s ease;
}

.hicon:nth-child(2) {
  transform: translate(40px);
}

/* Hover Action*/

/* Move up two texts (20px = font-size) */
.link:hover .link-container {
  transform: translateY(-20px);
}

/* Rotate texts a little bit */
.link:hover .link-title1 {
}

.link:hover .link-title2 {
  transform: rotate(0);
}

/* Move arrows to right */
.link:hover .hicon:first-child {
  transform: translate(-40px);
}

.link:hover .hicon:nth-child(2) {
  transform: translate(0px);
}



/*--------------------------------------------------------------*/
.metrics-card {
    border-radius: var(--border-radius);
    background-color: var(--white);
    color: var(--black);
    text-align: left;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    min-width: 232px;
    max-width: 232px;
    min-height: 232px;
    max-height: 232px;
    padding: 48px 36px;
    display: flex;
}


.btn-zard {
	background: var(--primary-color);
	grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 24px;
    justify-content: center;
    align-items: center;
    padding: 13px 32px 12px;
    font-size: 17px;
    font-weight: 300;
    line-height: 27px;
    transition: background-color .25s;
    position: relative;
    overflow: hidden;
}
.btn-zard:hover {
	color: var(--bg-dark-1);
}

.tcenter {
	text-align: center;
}
.jump {
position: absolute;
    top: 100%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.jumphome {
position: absolute;
    top: 20%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.subjump {
	z-index: 2;
    text-transform: uppercase;
    font-size: 29px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
}
@media (min-width: 576px) {
	.lawena {
	max-width: 90%;
}
}
@media (min-width: 768px) {
	.lawena {
	max-width: 80%;
}
}
@media (min-width: 992px) {
	.lawena {
	max-width: 70%;
}
}
@media (min-width: 1200px) {
	.lawena {
	max-width: 60%;
}
}
@media (min-width: 1400px) {
	.lawena {
	max-width: 60%;
}
}
.space-32px {
    min-height: 32px;
}




.mlink span {
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.mlink:before,
.mlink:after {
    content: '';
    position: absolute;
    opacity: 0;
    -webkit-transition: .4s,opacity .6s;
    -moz-transition: .4s,opacity .6s;
    -o-transition: .4s,opacity .6s;
    transition: .4s,opacity .6s;
}

/* :before */

.mlink:before {
    content: attr(data-hover);
    -webkit-transform: translate(0,-150%);
    -moz-transform: translate(0,-150%);
    -ms-transform: translate(0,-150%);
    -o-transform: translate(0,-150%);
    transform: translate(0,-150%);
}

/* :after */

.mlink:after {
    content: attr(data-active);
    -webkit-transform: translate(150%,0);
    -moz-transform: translate(150%,0);
    -ms-transform: translate(150%,0);
    -o-transform: translate(150%,0);
    transform: translate(150%,0);
}

/* Span on :hover and :active */

.mlink:hover span,
.mlink:active span {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
}

/*  
    We show :before pseudo-element on :hover 
    and :after pseudo-element on :active 
*/

.mlink:hover:before,
.mlink:active:after {
    opacity: 1;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
	color: yellow;
}

/* 
  We hide :before pseudo-element on :active
*/

.mlink:active:before {
    -webkit-transform: translate(0,-150%);
    -moz-transform: translate(0,-150%);
    -ms-transform: translate(0,-150%);
    -o-transform: translate(0,-150%);
    transform: translate(0,-150%);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.wena-center {
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.ballab {
	width: 90px;
	margin: 0 auto;
}
.blogpic div#jarallax-container-1 {
    border-radius: 20px;
}
.jump2 {
    display: inline-table;
    width: 100%;
    border-top: 1px solid #ffff00;
    height: 50px;
    line-height: 120px;
}
.jump2 tr td {
    display: inline-block;
    line-height: 25px;
    padding-top: 0;
    font-size: 18px;
    width: 50%;
}
.jump2 span {
    font-size: 16px;
    font-weight: 100;
}
.jump3 {
    width: 100%;
}
.jump3 tr td {
    padding-top: 0;
}
h1#NewsPostDetailTitle {
    margin-top: 40px;
}

.blogpic div#jarallax-container-1 img {
    filter: blur(8px);
    -webkit-filter: blur(8px);
}
