
@media(max-width: 1366px){
	
	.section3 p {font-size: 15px; line-height: 1.4; margin-bottom: 15px; font-weight: 400; }
.section4 p {
  min-height: 160px;
  font-size: 16px;
  line-height: 1.3;
}
	
	
	
.hmetext{
top: 250px;
font-size: 40px;
font-weight: 800;
line-height: 1.3;
	
}
	
	
	
	
	
	
	
}


@media(max-width: 1199px){
	
.section4 .company_logos {
  padding: 0 0 10px 0;
  margin-bottom: 10px;
  min-height: 125px;
}	
	
	
.section4 p {
  min-height: 180px;
  font-size: 16px;
  line-height: 1.3;
  width: 85%;
}	
	
.section3 p {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 2px;
  font-weight: 400;
}	
	
	.iconbox2inner div {
  flex: 100%;
  padding: 10px;
  border-radius: 10px;
  margin: 0px;
}
	
.iconbox2inner div:hover {
  z-index: 1;
  box-shadow: inherit;
  transform: inherit;
  transition: inherit;
}	
	
.iconbox1inner:hover {
  z-index: 1;
  box-shadow: inherit;
  transform: inherit;
  transition: inherit;
}	
	

	
.lg-green {
  display: none;
}	
	
.lg-purple {
display: none;
}	
	
	
	
	
}






@media(max-width: 1024px){
    header .header-right {
        border-bottom: none;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
    }
    header .header-right .artext br{
        display: block;
    }
    nav {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        padding-top: 100px;
        height: 100vh;
        width: 50%;
        background-color: var(--primary-color);
        overflow-y: auto;
        z-index: 9;
        visibility: hidden;
        transform: translateX(100%);
    }
    header nav > ul {
        flex-direction: column;
    }
    header nav > ul > li:first-of-type {
        border-top: 1px solid var(--primary-color-hover);
    }
    header nav > ul > li {
        padding: 20px 30px;
        border-bottom: 1px solid var(--primary-color-hover);
        width: 100%;
    }
    header nav > ul > li:not(header nav > ul > li:first-of-type) {
        padding-left: 30px;    
    }
    header nav > ul > li a {
        width: 100%;
        justify-content: space-between;
        color: white;
        font-size: 14px;
    }
    header nav > ul > li:hover > a {
        color: white;
    }
    header nav > ul > li > a > i {
        color: var(--seccondary-color);
    }
    header nav > ul > li > a br {
        display: none;
    }
    header nav .sub-menu-content {
        position: relative;
        visibility: visible;
        opacity: 1;
        transform: scaleY(1);
        background: none;
        box-shadow: none;
        display: none;
        width: 100%;
        transition: inherit;
    }
    header nav .sub-menu-content > li > a {
        padding: 5px 0;
        color: white;
        font-size: 14px;
    }
    header nav .sub-menu-content > li > a:first-of-type {
        padding-top: 10px;
    }
    header nav > ul > li.active {
        background-color: var(--primary-color-hover);
    }
    header nav > ul > li:hover > a > i {
        transform: none;
    }
    header nav > ul > li.active > a > i {
        transform: rotate(180deg);
    }
    header nav .sub-menu-content > li > a:hover {
        background-color: transparent;
    }
    .black-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: black;
        opacity: 0;
        visibility: hidden;
        display: block;
    }

    /* hamburger styles*/
    .hamburger {
        width:27px;
        height:26px;
        position:relative;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    header #wrapper {
        width: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        margin-left: 20px;
        z-index: 10;
    }

    .line {
        position: absolute;
        height: 3px;
        width:100%;
        background:var(--text-color);
        transition: all cubic-bezier(0.26, 0.1, 0.27, 1.55) 0.75s;
    }
    .top {
        top:20%;
    }
    .middle {
        top:48%;
        align-self: flex-end;
    }
    .bottom {
        top:76%;
        width: 75%;
        align-self: flex-start;
    }

    .close {
        opacity: 1;
    }

    .hamburger:hover .bottom, .hamburger:hover .middle {
        width: 100%;
    }

    .icon.close .top {
        transform:rotate(45deg);
        top:48%;
    }
    .icon.close .middle, .icon.close .bottom {
        width: 100%;
        transform:rotate(-45deg);
        top:48%;
    }
    .icon.close .line{
        background-color: white;
    }
    /* End hamburger styles*/
    .main-current-link a{
        color: white;
    }
    .main-current-link > a{
        background-color: transparent;
    }
    .main-current-link {
        background-color: var(--primary-color-hover);
    }
    .current-link > a {
        background-color: none;
    }
}

@media(max-width: 992px){
    footer .footer .container {
        flex-direction: column-reverse;
    }
    footer .footer p {
        margin-top: 30px;
    }
    .section4 p {
        min-height: auto;
    }
    .section4 .business {
        margin-bottom: 30px;
    }
    .section5 .home-msg {
        flex-direction: column;
    }
    .section5 .img-container, .section5 .home-msg .msg {
        width: 100%;
    }
	.section5 p {
        font-size: 20px;
        line-height: 1.4;
    }
    .section5 .img-container::after {
        width: 100%;
        height: 40px;
        bottom: 0;
        top: inherit;
        background: rgb(241,241,241);
        background: linear-gradient(180deg, rgba(241,241,241,0) 23%, rgba(236,237,232,1) 89%);
    }
    .business-img .text-box {
        position: relative;
        bottom: inherit;
        right: inherit;
        width: 100%;
        padding: 15px;
        margin-top: 15px;
    }
    .bs-model-row {
        grid-template-columns: 1fr;
        border: 1px solid var(--primary-color);
        height: auto;
        margin-left: 30px;
    }
    .bs-model-row > div .outputs {
        position: relative;
    }
    .bs-model {
        border: none;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 25px;
        align-items: start;
    }
    .business-model .section-titles {
        display: none;
    }
    .bs-model-row > div:nth-child(3), .bs-model-row > div:nth-child(4){
        border-left: none;
    }
    .bs-model > .bs-model-row > div:nth-child(3) ul {
        display: block;
    }
    .bs-model-row > div:nth-child(3) ul li {
        margin-bottom: 4px;
    }
    .bs-model-row > div {
        position: relative;
    }

    .bs-model-row > div::after {
        position: absolute;
        top: 0;
        left: 0;
        background-color: var(--primary-color);
        transform: rotate(90deg);
        transform-origin: 0 0;
        padding: 5px 7.5px;
        font-size: 14px;
        color: white;
        font-weight: 500;
    }
    .bs-model-row > div:nth-child(1)::after{content: "VALUES";}
    .bs-model-row > div:nth-child(2)::after{content: "VALUE DRIVERS";}
    .bs-model-row > div:nth-child(3)::after{content: "GROUP OUTPUTS";}
    .bs-model-row > div:nth-child(4)::after{content: "STAKEHOLDER OUTCOMES";}

    .business-model .bs-footer {
        grid-template-columns: 1fr;
    }

    .bs-model-row > div:nth-child(2),
    .bs-model-row > div:nth-child(3),
    .bs-model-row > div:nth-child(4){
        display: none;
    }

    .bs-model-row > div::before {
        content: '\f107';
        transform: none;
        top: inherit;
        bottom: 5px;
    }

    .leadership-msg p {
        position: relative;
        width: 100%;
        margin: 0;
        top: inherit;
        right: inherit;
        transform: none;
        padding: 30px 0 0 0;
    }
}

@media(max-width: 768px){
    /* Custom.css */
    h1 {
        font-size: 28px;
    }
    .large-text {
        font-size: 18px;
    }
    /* Style.css */
    nav {
        width: 75%;
    }
    .page-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .page-header .page-actions a:not(.nextpage, .prevpage){
        display: none;
    }
    .page-header .page-actions {
        margin-left: 0;
        margin-top: 15px;
    }
    .page-header .page-actions a.prevpage {
        margin-left: 0;
    }
    .page-header .page-titles h1 {
        font-size: 28px;
    }
    .page-header .page-titles h4 {
        font-size: 14px;
    }
    .grp-snapshot .b-right.pe-3 {
        border-right: none;
        border-bottom: 1px solid var(--primary-color);
        padding-bottom: 10px !important;
        padding-right: 0 !important;
        padding-top: 10px !important;
    }
    .year-under-review > div {
        width: 100%;
    }
    .bod-grid {
        grid-template-columns: 1fr;
    }
    .nextpage::after, .prevpage::after {
        display: none;
    }
    .leaf-scene {
        display: none;
    }
}

@media(max-width: 540px){
	
	
.hmetext{
top: 150px;
font-size: 30px;
font-weight: 800;
line-height: 1.1;
	padding: 20px;
	
}
		
	
    header .header-right {
        padding-right: 15px;
    }
    header .header-left {
        padding-left: 15px;
    }
    nav {
        width: 90%;
    }
    .section2 h2 {
        font-size: 26px;
    }
    .section2 p {
        font-size: 16px;
    }
    .section5 .msg.p-5 {
        padding: 25px !important;
    }
    .business-model .column1 .values,
    .business-model .column1 .value-drivers, 
    .business-model .column2 .outputs, 
    .business-model .column2 .outcomes {
        font-size: 12px;
    }
	
	
.buspage .page-titles{ padding: 0px 0px 0px 0px;
position: relative;
top: inherit;
left: 10%;
z-index: 1;
background-color: #fff;
	}	
	
	
.buspage .page-header .page-actions {
  display: flex;
  align-items: center;
  margin-left: 35px;
}	

.strategic-pil {
    align-items: flex-end;
}
.strategic-pil h2 {
    flex-direction: column;
    align-items: flex-start !important;
}
	
}






@media(min-width: 768px){
	
	
	
	
	
    .page-header .page-actions .nextpage, .page-header .page-actions .prevpage {
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
        width: 50px;
        height: 50px;
        border: 2px solid var(--seccondary-color);
        text-decoration: none;
        color: var(--primary-color);
        z-index: 8;
    }
    .page-header .page-actions .nextpage {
        right: 30px;
    }
    .page-header .page-actions .prevpage {
        left: 30px;
    }
    .page-header .page-actions .nextpage::after,
    .page-header .page-actions .prevpage::after {
        top: 50%;
        transform: translateY(-50%);
        max-width: 300px;
    }
    .page-header .page-actions .nextpage::after {
        right: 100%;
        left: inherit;
    }
    .page-header .page-actions .prevpage::after {
        left: 100%;
    }
    .page-header .page-actions .nextpage:hover::after {
        right: calc(100% + 10px);
    }
    .page-header .page-actions .prevpage:hover::after {
        left: calc(100% + 10px);
    }
}



@media(max-width: 480px){
	
	
.hmetext{
top: 120px;
font-size: 25px;
font-weight: 800;
line-height: 1.1;
	padding: 20px;
	
}
	
}




