@import url('https://fonts.googleapis.com/css2?family=KoHo:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
body {
    background: #f1f1f1;
    text-align: left;
    overflow-x: hidden;
	font-family: 'KoHo';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	color: #000000;
}
a:hover, a {
    text-decoration: none;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.no-padding{
	padding:0px!important;
}
.header-section{
	z-index: 999;
}
.header-section .navbar-default{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 9999;
	height: 64px;
	background: #FFFFFF;
	/* box-shadow:none; */
}
.header-section .navbar-nav>li>a{
	font-family: 'KoHo';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 21px;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	padding: 22px 0.8rem;
	outline: none;
}
.header-section .navbar>ul>li.has-sub{
	position: relative;
}
.navbar-nav li>ul {
    padding: 15px 0;
    margin: 0 0 0 10px;
    background: #fff;
    min-width: 225px;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
.header-section .navbar>ul>li.has-sub a{
	font-family: 'KoHo';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	color: #000000;
}
.header-section .navbar>ul>li.has-sub>a:after {
    position: absolute;
    top: 29px;
    right: 0px;
    content: "";
    border-color: transparent #000 #000 transparent;
    border-style: solid;
    border-width: 0 2px 2px 0;
    display: block;
    height: 7px;
    transform: rotate(45deg);
    transition: border 0.3s ease 0s;
    width: 7px;
}
.SayHelloBTN{
	width: 122px;
	height: 36px;
	background: #5B2C54;
	display: flex;
    justify-content: center;
    align-items: center;
}
.SayHelloBTN a{
	font-family: 'KoHo';
	font-weight: 600;
	font-size: 14.6057px;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
}
/*----------------------------------------*/
/*  1. designing-system-banner Area
/*----------------------------------------*/
.designing-system-banner {
	background-image: url(../images/designing-system.png);
    height: 635px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    z-index: 1;
	background: radial-gradient(50.42% 108.95% at 19.93% 24.19%, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%), url(../images/designing-system.png);
	margin-top: 65px;
	padding-top: 40px;
}
.designing-system-banner.designing-action-built-banner{
	background-image: url(../images/designing-action-built-banner.png)!important;
}
.designing-system-banner.fpmigration-system-banner{
	background-image: url(../images/fpmigration-system-banner.png)!important;
}
.designing-system-banner h1{
	font-family: 'Noto Serif';
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 54px;
	color: #E4ED72;
	margin-bottom: 30px;
	letter-spacing: 1px;
}
.designing-system-banner .sub-title{
	font-family: 'KoHo';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 31px;
	color: #FFFFFF;
	letter-spacing: 1px;
}
.designing-system-banner .sub-title span{
	border-bottom: 3px solid #E4ED72;
	font-family: 'KoHo';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 31px;
	color: #FFFFFF;
	letter-spacing: 1px;
}
.years-of-social-impact{
	background: #6758A2;
	width: 100%;
	padding: 40px 15px;
}
.years-of-social-impact .yeara-title{
	font-family: 'Noto Serif';
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 54px;
	color: #E4ED72;
	margin-bottom: 5px;
}
.years-of-social-impact .sub-title{
	font-family: 'KoHo';
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 42px;
	color: #FFFFFF;
	margin-bottom: 30px;
}
.nav-tabs-custom {
	display: flex;
    border-bottom: none;
    overflow: visible;
    max-width: 600px;
    width: 100%;
}
.nav-tabs-custom .nav-item {
  position: relative;
  flex: 1;
}
.nav-tabs-custom .nav-link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 37.5px;
	padding: 0 30px;
	border: none;
	z-index: 2;
	background: #2D205F;
	font-family: 'KoHo';
	font-style: normal;
	font-weight: 600;
	font-size: 19.2px;
	line-height: 25px;
	text-align: center;
	text-transform: uppercase;
	color: #D9E071;
	border-radius:0px;
}
.nav-tabs-custom .nav-link::after {
	content: "";
	position: absolute;
	top: 0;
	right: -20px;
	width: 37.5px;
	height: 37.5px;
	background: #2D205F;
	transform: scale(0.707) rotate(45deg);
	box-shadow: 1px -1px #6758A2;
	z-index: 1;
	border-radius: 0px;
}
.nav-tabs-custom .nav-item:last-child .nav-link::after {
	display: none;
}
.nav-tabs-custom .nav-link.active {
  background: #D9E071;
  color: #2D205F;
}
.nav-tabs-custom .nav-link.active::after {
  background: #D9E071;
}
.nav-tabs-custom .nav-item:nth-child(1) .nav-link { z-index: 3; }
.nav-tabs-custom .nav-item:nth-child(2) .nav-link { z-index: 2; }
.nav-tabs-custom .nav-item:nth-child(3) .nav-link { z-index: 1; }
.modern-tabs .tab-content{
	padding: 30px 0px 0px;
}
.modern-tabs .tab-content .system-content-box{
	position: relative;
    display: flex;
    align-items: end;
    justify-content: space-between;
	gap:30px;
}
.modern-tabs .tab-content .system-content-box .div-img{
	width:calc(100% - 430px);
}
.system-content-box .content h3{
	font-family: 'KoHo';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 42px;
	color: #FFFFFF;
	margin-bottom: 15px;
}
.system-content-box .content p{
	font-family: 'KoHo';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 31px;
	color: #FFFFFF;
	margin:0px;
}
/*----------------------------------------*/
/*  3. human-centred-design
/*----------------------------------------*/
.human-centred-design{
	padding: 50px 0px;
	background:#fff;
}
.human-centred-design .human-title{
	font-family: 'Noto Serif';
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 54px;
	color: #5B2C54;
}
.human-centred-design .sub-title{
	font-family: 'KoHo';
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 42px;
	color: #000000;
}
.flip-box {
  background-color: transparent;
  width: 100%;
  height: 379px;
  position: relative;
  overflow:hidden;
}
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 379px;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}
.flip-box-front{
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-box-back {
	background: #E4ED72;
	border-radius: 10px;
	transform: rotateY(180deg);
	padding: 20px;
}
.flip-box-back h2{
	margin-bottom:10px;
	font-family: 'KoHo';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 38px;
	color: #000000;
	text-align:left;
}
.flip-box-back p{
	font-family: 'KoHo';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 31px;
	color: #000000;
	margin-bottom:0px;
	text-align:left;
}
.our-work-in-action-section {
	background-image: url(../images/designing-system.png);
    height: 500px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    z-index: 1;
	background: radial-gradient(50.42% 108.95% at 19.93% 24.19%, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%), url(../images/designing-system.png);
	padding-top: 40px;
}
.our-work-in-action-section .h1-title{
	font-family: 'Noto Serif';
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 54px;
	color: #E4ED72;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.our-work-in-action-section .sub-title{
	font-family: 'KoHo';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 31px;
	color: #FFFFFF;
	letter-spacing: 1px;
}
.owl-list-box {
    width: 100%;
    height: 193px;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding: 30px;
    align-items: center;
	margin-top: 100px;
}
.owl-list-box .title{
	margin-bottom:10px;
	font-family: 'KoHo';
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 47px;
	text-transform: uppercase;
	color: #000000;
}
.owl-list-box .title-sub{
	font-family: 'KoHo';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 31px;
	color: #000000;
}
#OurWorkAction .item img{
    display: block;
    width: 100%;
    height: auto;
}
.owl-theme .owl-dots{
    text-align: center;
    -webkit-tap-highlight-color: transparent;
	margin-top: 20px;
}
.owl-theme .owl-dots .owl-dot span {
   width: 13px;
	height: 13px;
    margin: 5px 7px;
    background: #FFFFFF;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: rgba(255, 255, 255, 0.6);
}
.our-mission-section{
	padding: 50px 0px;
	width: 100%;
	position: relative;
	background:#fff;
}
.our-mission-section .our-mission-btn{
	width: 242px;
	height: 61px;
	background: #E4ED72;
	font-family: 'KoHo';
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 42px;
	color: #5B2C54;
	display: flex;
    justify-content: center;
    align-items: center;
}
.our-mission-section .content-txt, .our-mission-section .content-txt span{
	font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    color: #5B2C54;
    margin: 15px 0px 0px;
}
.our-mission-section .content-txt span{
	border-bottom: 3px solid #E4ED72;
}
.wraper_footer{
	background: #6758A2;
    background-image: url(../images/ftbg.svg);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    z-index: 1;
	padding: 50px 0px;
}
.wraper_footer .together{
	font-family: 'Noto Serif';
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 54px;
	color: #E4ED72;
	margin-bottom: 15px;
}
.wraper_footer .approaches{
	font-family: 'KoHo';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 31px;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.wraper_footer .form-control{
	height: 62px;
	background: #FFFFFF;
	border-radius: 6px;
}
.wraper_footer .address-section{
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.wraper_footer .address-section .detils-list{
	display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 59px;
    flex-direction: column;
}
.wraper_footer .address-section .find-here{
	font-family: 'KoHo';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 130%;
	color: #E4ED72;
	margin-bottom: 10px;
}
.wraper_footer .address-section .social-ul{
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.wraper_footer .address-section .social-icon{
	width: 42px;
    height: 42px;
    background: #FFFFFF;
    display: flex;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
}
.say-hellow{
	font-family: 'KoHo';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 130%;
	color: #E4ED72;
	margin-bottom: 10px;
}
.web-pci{
	font-family: 'KoHo';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 130%;
	color: #FFFFFF;
	margin: 2px 0px;
}
.comparison-section{
	max-width: 1000px;
    margin: 40px auto 20px;
    width: 100%;
	position:relative;
}
.comparison-section .comparison-header {
	max-width: max-content;
    width: 100%;
    height: 48px;
    background: #5B2C54;
    font-family: 'KoHo';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    color: #FFFFFF;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 20px;
}
.comparison-section .comparison-row {
	border-top: 0.5px solid #FFFFFF;
	height: auto;
	font-family: 'KoHo';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 31px;
	color: #FFFFFF;
	padding: 15px 0px;
}
.comparison-section .comparison-row:first-of-type {
    border-top: none !important;
}
.comparison-section .comparison-row:nth-child(2) {
    border-top: none !important;
}
.flagship-interventions{
	padding: 50px 0px;
    width: 100%;
    position: relative;
    background: #fff;
}
.flagship-interventions .human-title{
	font-family: 'Noto Serif';
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 49px;
	color: #5B2C54;
	margin-bottom: 10px;
}
.flagship-interventions .sub-title{
	font-family: 'KoHo';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 31px;
	color: #000000;
}
.designed-challenge {
    height: 112px;
    background: #E4ED72;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'KoHo';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
    color: #5B2C54;
    gap: 30px;
}
.designed-challeng-slider{
	padding: 50px 0px;
	width: 100%;
	position: relative;
	background-color: #fff;
}
.designed-challeng-slider .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 20px;
    position: absolute;
    bottom: 20px;
    left: auto;
    right: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.designed-challeng-slider .owl-theme .owl-dots button.owl-dot span{
	width: 17px;
	height: 17px;
	background: #5B2C54;
	opacity: 0.4;
}
.designed-challeng-slider .owl-theme .owl-dots button.owl-dot.active span{
	width: 17px;
	height: 17px;
	background: #5B2C54;
	opacity: 1;
}
.designed-challeng-slider #ASHADarpanSlider.owl-theme .owl-dots{
	 bottom: 50px;
}
.additional-interventions-slider{
	padding: 50px 0px;
    width: 100%;
    position: relative;
    background: #fff;
}
.additional-interventions-slider .title{
	font-family: 'Noto Serif';
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 49px;
	color: #5B2C54;
}
.additional-interventions-slider .sub-title{
	font-family: 'KoHo';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 31px;
	color: #000000;
}
.additional-interventions-slider .owl-nav{
	position: absolute;
    top: -80px;
    right: 15px;
}
.additional-interventions-slider .owl-nav .owl-next span, .additional-interventions-slider .owl-nav .owl-prev span{
	font-size: 0px;
	line-height:0px;
}
.additional-interventions-slider .owl-nav .owl-next span:after{
	content: url('../images/AdditionalInterventionsSlider/icon-arrow.png');
    display: block;
    width: 78px;
    height: 30px;
}
.additional-interventions-slider .owl-nav .owl-prev span:after{
	content: url('../images/AdditionalInterventionsSlider/icon-arrow1.png');
	display: block;
	width: 78px;
    height: 30px;
	display: none;
}
.why-this-work-matters-section{
	padding: 50px 0px;
    width: 100%;
    position: relative;
    background: #fff;
}
.why-this-work-matters-section .content-section{
	background: #E4ED72;
	padding: 20px 30px;
}
.why-this-work-matters-section .content-section .title{
	font-family: 'Noto Serif';
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 49px;
	color: #5B2C54;
	margin-bottom: 15px;
}
.why-this-work-matters-section .content-section .sub-title{
	font-family: 'KoHo';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	color: #000000;
	max-width: 700px;
	margin-bottom: 15px;
}
.why-this-work-matters-section .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 20px;
    position: absolute;
    bottom: 20px;
    left: auto;
    right: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.why-this-work-matters-section .owl-theme .owl-dots button.owl-dot span{
	width: 25px;
	height: 25px;
	background: #FFFFFF;
	opacity: 40%;
	padding: 0px;
    margin: 0px 10px;
}
.why-this-work-matters-section .owl-theme .owl-dots button.owl-dot.active span{
	width: 25px;
	height: 25px;
	background: #FFFFFF;
	opacity: 1;
}
.partner-with-pci-section{
	padding: 50px 0px;
    width: 100%;
    position: relative;
    background: #fff;
}
.partner-with-pci-section .content-section .title{
	font-family: 'Noto Serif';
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 49px;
	color: #5B2C54;
	margin-bottom: 30px;
}
.partner-with-pci-section .content-section .sub-title{
	font-family: 'KoHo';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 31px;
	color: #000000;
	margin-bottom: 30px;
}
.partner-with-pci-section .card-box {
    width: 100%;
    background: #5B2C54;
    border-radius: 11px;
    padding: 25px 10px;
}
.partner-with-pci-section .icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.partner-with-pci-section .icon img{
    width: auto;
	height: 65px;
}
.partner-with-pci-section .card-box .title {
	font-family: 'KoHo';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 31px;
	text-align: center;
	color: #FFFFFF;
}
.partner-with-pci-section .card-box p {
	font-family: 'KoHo';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	color: #FFFFFF;
}
.our-objective-section{
	background: #fff;
}
.our-objective-section .our-objective{
	background: #5B2C54;
    border-radius: 19.4861px;
    padding: 30px 25px;
    margin-top: -70px;
    z-index: 9999;
    display: block;
    width: 100%;
    position: relative;
}
.our-objective-section .our-objective .title{
	font-family: 'KoHo';
	font-style: normal;
	font-weight: 600;
	font-size: 28px;
	line-height: 36px;
	color: #E4ED72;
}
.our-objective-section .our-objective .sub-title{
	font-family: 'KoHo';
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	line-height: 42px;
	color: #FFFFFF;
}
.the-challenge-section{
	padding: 50px 0px;
    width: 100%;
    position: relative;
    background: #fff;
}
.the-challenge-section .title{
	font-family: 'Noto Serif';
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 49px;
	color: #5B2C54;
	margin-bottom: 20px;
}
.the-challenge-section .sub-title{
	font-family: 'KoHo';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 31px;
	color: #000000;
}
.the-challenge-section .TheChallengeSliderBox{
	background: #333333;
	border-radius: 20px;
	width: 100%;
	padding: 30px 0px;
}
.TheChallengeSliderBox .owl-item {
    transform: scale(.8);
    transition: all .3s ease-in-out;
    padding: 10px 0;
}
.TheChallengeSliderBox .owl-item .card-box {
    max-width: 100%;
    transition: all .3s ease-in-out
}
.TheChallengeSliderBox .owl-item.center {
    transform: scale(1.1)
}
.TheChallengeSliderBox .card-box {
	width: 379px;
	background: #E4ED72;
	box-shadow: 0px 0px 5.2px rgba(0, 0, 0, 0.25);
	border-radius: 21px;
	padding: 30px 5px;
	margin-top: 10px;
}
.TheChallengeSliderBox .icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.TheChallengeSliderBox .icon img{
    width: auto;
	height: 65px;
}
.TheChallengeSliderBox .card-box .title {
	font-family: 'Noto Serif';
	font-style: normal;
	font-weight: 700;
	font-size: 21px;
	line-height: 33px;
	text-align: center;
	color: #5B2C54;
}
.TheChallengeSliderBox .during-title{
	font-family: 'KoHo';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 31px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.pci-strategic-response-section{
	padding: 50px 0px;
    width: 100%;
    position: relative;
    background: #6758A2;
}
.titleStrategic{
	font-family: 'Noto Serif';
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 49px;
	color: #FFFFFF;
	margin-bottom: 30px;
}
.object-fit-cover-80{
	width: 80%;
	margin-bottom: 15px;
}
.pci-strategic-response-section .card-box .title{
	font-family: 'KoHo';
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 31px;
    color: #FFFFFF;
}
.card-box-logo{
	background: #fff;
	border-radius: 10px;
}
.card-box-logo .title{
	background: #2F2168;
    border-radius: 10px 10px 0px 0px;
    font-family: 'KoHo';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-logo-body{
	padding: 15px;
    text-align: center;
    height: 95px;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}
.flagship-interventions{
	padding: 50px 0px;
    width: 100%;
    position: relative;
    background: #fff;
}
.flagship-interventions .title{
	font-family: 'Noto Serif';
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 49px;
	color: #5B2C54;
}
.flagship-interventions .sub-title{
	font-family: 'KoHo';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 31px;
	color: #000000;
}
.flagship-img{
	background-color: #E4ED72;
	width:100%;
	padding: 20px 0px;
}
/* lg */ 
@media (min-width: 1200px) {
 
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
	.modern-tabs .tab-content .system-content-box .div-img {
        width: calc(100% - 340px);
    }
	.modern-tabs .tab-content .system-content-box .div-img img{
        width: 100%;
    }
	.system-content-box .content {
        width: 340px;
    }
	.system-content-box .content h3 {
		font-size: 26px;
		line-height: 42px;
		margin-bottom: 5px;
	}
	.system-content-box .content p {
		font-size: 14px;
		line-height: 24px;
	}
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-header-custom {
        padding: 11px 0 8px;
    }
	.navbar-brand img{
		width: 100px;
	}
	.SayHelloBTN{
		margin-right: 70px;
	}
	.navbar-toggler{
		width: 50px;
		height: 36px;
		top: 17px;
	}
	.navbar-toggler:before {
        top: 11px;
	}
	.header-section .navbar-nav>li>a {
		padding: 10px 0.8rem;
	}    
	.navbar-toggler:after {
        top: 18px;
    }
	.navbar-nav{
		top: 65px;
	}
	.navbar-toggler.menu-opened:before{
		top: 15px;
	}
	.navbar-toggler.menu-opened:after{
		top: 15px;
	}
	.designing-system-banner {
		height: 100%;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position: center;
		padding-bottom: 35px;
	}
	.header-section .navbar>ul>li.has-sub>a:after{
		display: none;
	}
	.designing-system-banner h1 {
		font-size: 26px;
		line-height: 40px;
		margin-bottom: 20px;
	}
	.human-centred-design .human-title {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 10px;
	}
	.human-centred-design .sub-title {
		font-size: 20px;
		line-height: 29px;
	}
	.flip-box{
		margin-bottom: 10px;
	}
	.our-work-in-action-section .h1-title{
		font-size: 32px;
	}
	.our-work-in-action-section .sub-title {
		font-size: 20px;
		line-height: 31px;
	}
	.owl-list-box{
		margin-top: 40px;
	}
	.owl-list-box .title {
		font-size: 25px;
		line-height: 31px;
	}
	.owl-list-box .title-sub {
		font-size: 18px;
		line-height: 26px;
	}
	.our-mission-section .our-mission-btn {
		width: 200px;
		height: 50px;
		font-size: 21px;
		line-height: 42px;
	}
	.our-mission-section .content-txt, .our-mission-section .content-txt span {
		font-size: 24px;
		line-height: 36px;
	}
	.wraper_footer .together {
		font-size: 26px;
		line-height: 36px;
	}
	.wraper_footer .approaches {
		font-size: 18px;
		line-height: 30px;
	}
	.wraper_footer .address-section {
		justify-content: left;
		margin-top: 20px;
	}
	.wraper_footer .address-section .detils-list {
		gap: 25px;
	}
	
	.arrow-line{display:none;}
	.designing-system-banner .sub-title, .designing-system-banner .sub-title span{
		font-size: 20px;
        line-height: 36px;
	}
	.years-of-social-impact .yeara-title{
		font-size: 26px;
		line-height: 54px;
	}
	.years-of-social-impact .sub-title{
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	.nav-tabs-custom .nav-link {
		align-items: center;
		justify-content: flex-start;
		padding: 0px 0px 0px 29px;
		font-size: 14px;
	}
	.modern-tabs .tab-content .system-content-box {
		position: relative;
		display: flex;
		align-items: end;
		justify-content: space-between;
		gap: 15px;
		flex-direction: column;
	}
	.modern-tabs .tab-content .system-content-box .div-img {
        width: 100%;
    }
	.modern-tabs .tab-content .system-content-box .div-img img{
        width: 100%;
    }
	.system-content-box .content {
        width: 100%;
    }
	.system-content-box .content h3 {
		font-size: 26px;
		line-height: 42px;
		margin-bottom: 5px;
	}
	.system-content-box .content p {
		font-size: 14px;
		line-height: 24px;
	}
	.wraper_footer .address-section .social-icon{
		width: 36px;
		height: 36px;
	}
	.wraper_footer .address-section .social-ul{
		gap: 4px;
	}
	.web-pci{
		font-size: 14px;
	}
	.designing-system-banner h1 br, .sub-title br{
		display: none;
	}
	.flagship-interventions .human-title{
		font-size: 28px;
		line-height: 40px;
	}
	.flagship-interventions .sub-title {
		font-size: 18px;
		line-height: 31px;
	}
	.designed-challenge {
		height: 85px;
		font-size: 18px;
		line-height: 28px;
		gap: 10px;
		padding: 0px 10px;
	}
	.designed-challeng-slider .owl-theme .owl-dots{
		bottom: 10px;
	}
	.designed-challeng-slider .owl-theme .owl-dots button.owl-dot span{
		width: 12px;
		height: 12px;
	}
	.designed-challeng-slider #ASHADarpanSlider.owl-theme .owl-dots {
		bottom: 10px;
	}
	.additional-interventions-slider .title {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 10px;
	}
	.additional-interventions-slider .sub-title {
		font-size: 18px;
	}
	.additional-interventions-slider .owl-nav {
		top: -80px;
	}
	.why-this-work-matters-section .content-section {
		padding: 20px 15px;
	}
	.why-this-work-matters-section .content-section .title{
		font-size: 26px;
		line-height: 32px;
		margin-bottom: 5px;
	}
	.why-this-work-matters-section .content-section .sub-title {
		font-size: 14px;
        line-height: 21px;
		margin-bottom: 5px;
	}
	.partner-with-pci-section .icon img {
		width: auto;
		height: 40px;
	}
	.partner-with-pci-section .card-box .title{
		font-size: 16px;
		line-height: 24px;
		min-height: 48px;
	}
	.partner-with-pci-section .card-box p{
		font-size: 14px;
        line-height: 24px;
        min-height: 72px;
	}
	.partner-with-pci-section .content-section .title {
		font-size: 32px;
		line-height: 26px;
		margin-bottom: 15px;
	}
	.partner-with-pci-section .content-section .sub-title{
		font-size: 18px;
	}
	.partner-with-pci-section .card-box {
		margin-bottom: 15px;
	}
	.our-objective-section .our-objective .title{
		font-size: 24px;
		line-height: 26px;
		margin-bottom: 10px;
	}
	.our-objective-section .our-objective .sub-title{
		font-size: 18px;
        line-height: 31px;
        margin-bottom: 0px;
	}
	.the-challenge-section .title {
		font-size: 32px;
		line-height: 36px;
		margin-bottom: 15px;
	}
	.the-challenge-section .sub-title {
		font-size: 18px;
		line-height: 30px;
	}
	.the-challenge-section .TheChallengeSliderBox {
		margin-top: 20px;
	}
	.pci-strategic-response-section .card-box .title{
		margin-bottom: 20px;
		font-size: 16px;
	}
	.pci-strategic-response-section .card-box .title br{display: none;}
	.object-fit-cover-80{display: none;}
	.card-box-logo{
		margin-bottom: 15px;
	}
	.flagship-interventions .title {
		font-size: 28px;
	}
	.card-box-logo .title{
		font-size: 14px;
	}
	.TheChallengeSliderBox .icon img {
		width: auto;
		height: 36px;
	}
	.TheChallengeSliderBox .card-box .title {
		font-size: 16px;
		line-height: 31px;
	}
	.TheChallengeSliderBox .card-box .title br{display: none;}
}
/* xs */
@media (max-width: 767px) {
	.navbar-header-custom {
		padding: 11px 0 8px;
	}

	.navbar-brand img {
		width: 100px;
	}

	.SayHelloBTN {
		margin-right: 70px;
	}

	.navbar-toggler {
		width: 50px;
		height: 36px;
		top: 17px;
	}

		.navbar-toggler:before {
			top: 11px;
		}

	.header-section .navbar-nav > li > a {
		padding: 10px 0.8rem;
	}

	.navbar-toggler:after {
		top: 18px;
	}

	.navbar-nav {
		top: 65px;
	}

	.navbar-toggler.menu-opened:before {
		top: 15px;
	}

	.navbar-toggler.menu-opened:after {
		top: 15px;
	}
	.designing-system-banner, .our-work-in-action-section {
		height: 100%;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position: center;
		padding-bottom: 35px;
	}
	.header-section .navbar>ul>li.has-sub>a:after{
		display: none;
	}
	.designing-system-banner h1 {
		font-size: 26px;
		line-height: 40px;
		margin-bottom: 20px;
	}
	.human-centred-design .human-title {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 10px;
	}
	.human-centred-design .sub-title {
		font-size: 20px;
		line-height: 29px;
	}
	.flip-box{
		margin-bottom: 10px;
	}
	.our-work-in-action-section .h1-title{
		font-size: 32px;
	}
	.our-work-in-action-section .sub-title {
		font-size: 20px;
		line-height: 31px;
	}
	.owl-list-box{
		margin-top: 40px;
	}
	.owl-list-box .title {
		font-size: 25px;
		line-height: 31px;
	}
	.owl-list-box .title-sub {
		font-size: 18px;
		line-height: 26px;
	}
	.our-mission-section .our-mission-btn {
		width: 200px;
		height: 50px;
		font-size: 21px;
		line-height: 42px;
	}
	.our-mission-section .content-txt, .our-mission-section .content-txt span {
		font-size: 24px;
		line-height: 36px;
	}
	.wraper_footer .together {
		font-size: 26px;
		line-height: 36px;
	}
	.wraper_footer .approaches {
		font-size: 18px;
		line-height: 30px;
	}
	.wraper_footer .address-section {
		justify-content: left;
		margin-top: 20px;
	}
	.wraper_footer .address-section .detils-list {
		gap: 25px;
	}
	
	.arrow-line{display:none;}
	.designing-system-banner .sub-title, .designing-system-banner .sub-title span{
		font-size: 20px;
        line-height: 36px;
	}
	.years-of-social-impact .yeara-title{
		font-size: 26px;
		line-height: 54px;
	}
	.years-of-social-impact .sub-title{
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	.nav-tabs-custom .nav-link {
		align-items: center;
		justify-content: flex-start;
		padding: 0px 0px 0px 29px;
		font-size: 14px;
	}
	.modern-tabs .tab-content .system-content-box {
		position: relative;
		display: flex;
		align-items: end;
		justify-content: space-between;
		gap: 15px;
		flex-direction: column;
	}
	.modern-tabs .tab-content .system-content-box .div-img {
        width: 100%;
    }
	.modern-tabs .tab-content .system-content-box .div-img img{
        width: 100%;
    }
	.system-content-box .content {
        width: 100%;
    }
	.system-content-box .content h3 {
		font-size: 26px;
		line-height: 42px;
		margin-bottom: 5px;
	}
	.system-content-box .content p {
		font-size: 14px;
		line-height: 24px;
	}
	.wraper_footer .address-section .social-icon{
		width: 36px;
		height: 36px;
	}
	.wraper_footer .address-section .social-ul{
		gap: 4px;
	}
	.designing-system-banner h1 br, .sub-title br{
		display: none;
	}
	.flagship-interventions .human-title{
		font-size: 28px;
		line-height: 40px;
	}
	.flagship-interventions .sub-title {
		font-size: 18px;
		line-height: 31px;
	}
	.designed-challenge {
		height: 85px;
		font-size: 18px;
		line-height: 28px;
		gap: 10px;
		padding: 0px 10px;
	}
	.designed-challeng-slider .owl-theme .owl-dots{
		bottom: 10px;
	}
	.designed-challeng-slider .owl-theme .owl-dots button.owl-dot span{
		width: 12px;
		height: 12px;
	}
	.designed-challeng-slider #ASHADarpanSlider.owl-theme .owl-dots {
		bottom: 10px;
	}
	.additional-interventions-slider .title {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 10px;
	}
	.additional-interventions-slider .sub-title {
		font-size: 18px;
	}
	.additional-interventions-slider .owl-nav {
		top: -60px;
	}
	.why-this-work-matters-section .content-section {
		padding: 20px 15px;
	}
	.why-this-work-matters-section .content-section .title{
		font-size: 26px;
		line-height: 32px;
	}
	.why-this-work-matters-section .content-section .sub-title {
		font-size: 18px;
		line-height: 32px;
	}
	.partner-with-pci-section .content-section .title {
		font-size: 32px;
		line-height: 26px;
		margin-bottom: 15px;
	}
	.partner-with-pci-section .content-section .sub-title{
		font-size: 18px;
	}
	.partner-with-pci-section .card-box {
		margin-bottom: 15px;
	}
	.our-objective-section .our-objective .title{
		font-size: 24px;
		line-height: 26px;
		margin-bottom: 10px;
	}
	.our-objective-section .our-objective .sub-title{
		font-size: 18px;
        line-height: 31px;
        margin-bottom: 0px;
	}
	.the-challenge-section .title {
		font-size: 32px;
		line-height: 36px;
		margin-bottom: 15px;
	}
	.the-challenge-section .sub-title {
		font-size: 18px;
		line-height: 30px;
	}
	.the-challenge-section .TheChallengeSliderBox {
		margin-top: 20px;
	}
	.pci-strategic-response-section .card-box .title{
		margin-bottom: 20px;
	}
	.object-fit-cover-80{display: none;}
	.card-box-logo{
		margin-bottom: 15px;
	}
	.flagship-interventions .title {
		font-size: 28px;
	}
	.years-of-social-impact.different-solving .yeara-title {
        font-size: 20px;
        line-height: 45px;
    }
	.comparison-section .comparison-header{
		max-width: 100%;
		font-size: 21px;
	}
	.comparison-section .comparison-row{
		font-size: 21px;
		line-height: 31px;
	}
}

/* XS Portrait */
@media (max-width: 479px) {
	
}


.modal-dialog {
      max-width: 800px;
      margin: 30px auto;
  }

.modal-body {
  position:relative;
  padding:0px;
}
.btn-close {
  position:absolute;
  right:-30px;
  top:0;
}