@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		10;
	dw-num-cols-desktop:	14;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

	
.mobi{
    display: inherit;
}


    .nav-btn{
        height: auto;
        width: calc(auto - 1.5em);
        float: right;
        padding: 1.2em 1.5em;
        background: transparent;
        border: 0;
        cursor: pointer;
          display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr; 
  gap: 0em 1em; 
        display: flex;
      justify-content: center;
      align-items: center;
        position: relative;
         z-index: 10;
                margin: 0;
        top: 0;
        right: 0;
        position: absolute;
        color: #fff;
        font-size: .9em;
        letter-spacing: 5px;
    }
    
    
    .nav-btn p{
        font-weight: 600;
    }
    
    .nav-btn .navstrokes{
        height: 1em;
        width: 3em;
        float: left;
        clear: none;
        display: block;
        position: relative;
        padding: .5em 0 0;
        
    }
    
    .nav-btn .navstrokes span{
        height: 2px;
        background-color: white;
        float: left;
        clear: both;
        display: block;
        position: relative;
        transition: all .4s;
    }
    
    .navstrokes span:first-child{
        width: 3em;
        margin: 0em auto auto auto;
        bottom: 0;
        transform-origin: center;
        top: auto;
        left: 0;
    }
    
    .navstrokes span:last-child{
        width: 3em;
        margin: .4em auto auto auto;
        bottom: 0;
        transform-origin: center;
        top: auto;
        left: 0;
    } 
    
    
    
    /*Expanded*/
     .nav-btn .navstrokes-expanded{
        height: 1em;
        width: 2em;
        float: left;
        clear: none;
        display: block;
        position: relative;
        padding: 0;
        color: #ffffff;
    }
    
    
    .nav-btn .navstrokes-expanded span{
        background-color: #ffffff;
    }
    
    .nav-btn .navstrokes-expanded p{
        color: #ffffff;
    }
    
    
    .navstrokes-expanded span{
        height: 5px;
        background-color: #fff;
        float: left;
        clear: both;
        display: block;
        position: relative;
        transition: all .4s;
        
    }
    
    .navstrokes-expanded span:first-child{
        width: 2em;
        margin: .4em auto auto auto;
        bottom: 0;
        transform-origin: center;
        top: auto;
        left: 0;
        transform: rotate(45deg);
        
    }
    
    .navstrokes-expanded span:last-child{
        width: 2em;
        margin: -.2em auto auto auto;
        bottom: 0;
        transform-origin: center;
        top: auto;
        left: 0;
        transform: rotate(-45deg)
    } 

    .backtomenu{
        transform: scale(60%);
        margin: 0;
        float: left;
        clear: both;
        width: auto;
        padding: .5em 1em;
        transform-origin: left;
        background-color: #e21010;
        border-radius: 2em;
        width: auto;

    }
    
    /*Expanded*/





.top {
    width: 90%;
    position: fixed;
    top: 1.5em;
    left: 5%;
    z-index: 1000;
    float: left;
    clear: none;
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 1.5em;
    backdrop-filter: blur(30px); /* Adjust blur radius as needed */
    transition: all .3s ease-in-out;
}


.top-inner{
    display: block;
    width: 100%;
    height: auto;
    display: block;
}


.topmoved {
    width: 90%;
    position: fixed;
    top: 1em;
    left: 5%;
    z-index: 1000;
    display: block;
    float: left;
    clear: none;
    background-color: rgba(0, 0, 0, 0.65);
    border-radius: 2em;
    backdrop-filter: blur(30px); /* Adjust blur radius as needed */
    border:1px solid rgba(255, 255, 255, 0.3);
}



.topnav{
    width: 90%;
    height: 85vh;
    float: left;
    clear: both;
    display: none;
    background-color: transparent;
    color: rgb(255, 255, 255);
    font-family: "Aptos";
    font-size: 2em;
    position: relative;
    top: 1em;
    left: 5%;
}


.topnav ul{
    width: 100%;
    height: auto;
    float: left;
    clear: both;
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;

}


.topnav ul li{
    width: 100%;
    height: auto;
    float: left;
    clear: both;
    display: block;
    text-align: left;
    padding: 0 0 .5em 0;
    cursor: pointer;
    transition: all .3s ease-in-out;
    opacity: .7 ;
    font-family: "Aptos-SemiBold";
}

.topnav ul li:hover{
    opacity: 1;
}

.topnav ul li.active{
    opacity: 1;
}


.toplogo{
    width: 60%;
    height: 4em;
    float: left;
    clear: none;
    display: block;
    background-image: url(../img/logo/emko-horizontal-white-text.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    transition: all .3s ease-in-out;

}

.topmoved .toplogo{
    width: 60%;
    height: 3.5em;
    float: left;
    clear: none;
    display: block;
    background-image: url(../img/logo/emko-horizontal-white-text.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;

}

.topnav-right{
    display: none;
}

.topnav-right button{
    float: right;
    clear: none;
    margin-right: 2em;
}





.subnav{
    width: calc(100% - 0em);
    height: 85vh;
    display: none;
    float: left;
    clear: both;
    background-color: rgba(0, 0, 0, 0.95);
    border-radius: 2em;
    margin: 0em;
    overflow: hidden;
    transform-origin: center top;
    top: 4em;
    position: absolute;
    z-index: 10;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}


.subnav ul{
    position: absolute;
    float: left;
    clear: none;
    color: #fff;
    margin: 2em 0 0 7.5%;
    padding-left: 0;
    top: 3em;
    left: auto;
    transition: all .3s ease-in-out;
    overflow: hidden;
    display: block;
    width: 85%;
}


.subnav ul li{
   font-family: "Aptos-SemiBold";
   font-size: 1.5em;
   list-style: none;
   line-height: 1em;
   cursor: pointer;
   transition: all .3s ease-in-out;
   opacity: 1;
   letter-spacing: -.5px;
   width: 80%;
   margin: auto auto 1.1em 0em;
}


.subnav ul li.backtomenu{
     opacity: 1;
     font-size: 1.7em;
     width: auto;
}

.subnav ul li.backtomenu i{
     margin-right: .3em;
}


.subnav ul li:hover{
    opacity: .8;
    color: #ffffff;
}


.expertise-nav{
    width: 0;
    height: 0;
}

.aboutus-nav{
    width: 0;
    height: 0;
}





























.footer {
    width: 100%;
    height: 80vh;
    float: left;
    clear: both;
    display: block;
    background-color: #000000;
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0;
    z-index: 10;
}

.footer-inner {
    width: 90%;
    margin: -15vh 5% 0 5%;
    height: 40vh;
    float: left;
    clear: both;
    display: block;
   position: absolute;
   z-index: 10;
   
}


.footer-top{
    background-color: #e21010;
    border-radius: 3em;
    padding: 1em;
    height: 35vh;
    width: calc(100% - 2em);
    float: left;
    display: block;
    clear: both;
      display: block;
    overflow: hidden;
}


.ft-left{
    width: calc(100% - 2em);
    height: calc(100% - 4em);
    padding: 1em;
    float: left;
    clear: none;
    display: block;
    color: #fff;
    position: absolute;
    top: auto;
    left: auto;
    z-index: 10;
}

.ft-left h4{
    margin: 0 auto .5em;
}


.ft-right{
    width: 100%;
    height: 100%;
    float: left;
    clear: none;
    display: block;
    overflow: hidden;
    position: relative;
    top: auto;
    right: auto;
    z-index: 0;
}



.ft-right .hdr-circles{
	width: 50vh;
	height: 50vh;
	display: block;
	float: left;
	clear: both;
	margin: 0em calc(50% - 30vh);
	display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	position: sticky;
	top: 0em;
	background-image:none;
	position: absolute;
	z-index: 0;
	top: -30%;
	right: -30%;
    left: auto;
	opacity: .5;
}






.footer-bottom{
    width: 90%;
    height: auto;
    float: left;
    clear: both;
    position: relative;
    z-index: 0;
    margin: 2em 5%;
    border: #fff solid;
    border-width: 1px 0 0 0;
         display: grid; 
  grid-template-columns: 1fr; 
  grid-template-rows: 1fr 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    "."
    "."; 

    }


.footer-img{
    width: 100%;
    height: 7em;
    float: left;
    clear: none;
    display: block;
    background-image: url(../img/logo/CPM-Logos_color-and-white.svg);
    background-size: 15em;
    background-repeat: no-repeat;
    background-position: center;
}


.footer-bottom p{
    width: 80%;
    height: auto;
    float: right;
    clear: none;
    display: block;
    color: #fff;
    font-family: "Aptos";
    font-size: 1em;
    text-align: center;
    margin: 0 10%;

}

    










/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
	
	
	


.footer {
    width: 100%;
    height: 50vh;
    float: left;
    clear: both;
    display: block;
    background-color: #000000;
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0;
    z-index: 10;
}

.footer-inner {
    width: 85%;
    margin: -20vh 7.5% 0 7.5%;
    height: 40vh;
    float: left;
    clear: both;
    display: block;
   position: absolute;
   z-index: 10;
   
}


.footer-top{
    background-color: #e21010;
    border-radius: 3em;
    padding: 2em;
    height: auto;
    width: calc(100% - 4em);
    float: left;
    display: block;
    clear: both;
      display: grid; 
  grid-template-columns: 1.5fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    ". ."; 
    overflow: hidden;
}


.ft-left{
    width: calc(100% - 4em);
    height: calc(100% - 4em);
    padding: 2em;
    float: left;
    clear: none;
    display: block;
    color: #fff;
    position: relative;
    top: auto;
    left: auto;
}

.ft-left h4{
    margin: 0 auto .5em;
}


.ft-right{
    width: 100%;
    height: auto;
    float: left;
    clear: none;
    display: block;
    overflow: hidden;
    position: relative;
}



.ft-right .hdr-circles{
	width: 50vh;
	height: 50vh;
	display: block;
	float: left;
	clear: both;
	margin: 0em calc(50% - 30vh);
	display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	position: sticky;
	top: 1em;
	background-image:none;
	position: absolute;
	z-index: 0;
	top: -30%;
	right: -30%;
    left: auto;
	opacity: .5;
}






.footer-bottom{
    width: 90%;
    height: auto;
    float: left;
    clear: both;
    position: relative;
    z-index: 0;
    margin: 2em 5%;

    border: #fff solid;
    border-width: 1px 0 0 0;
         display: grid; 
  grid-template-columns: 1fr 2fr; 
  grid-template-rows: 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    ". ."; 
    display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }


.footer-img{
    width: 100%;
    height: 10em;
    float: left;
    clear: none;
    display: block;
    background-image: url(../img/logo/CPM-Logos_color-and-white.svg);
    background-size: 15em;
    background-repeat: no-repeat;
    background-position: center left;
}


.footer-bottom p{
    width: 100%;
    height: auto;
    float: right;
    clear: none;
    display: block;
    color: #fff;
    font-family: "Aptos";
    font-size: 1em;
    text-align: right;
    margin: 0 auto;

}








	
    
    
}



    /* Desktop Layout:768px to a max of 1080px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 768px) {

    .mobi{
    display: none;
}

	
	
.top {
    width: 85%;
    position: fixed;
    top: 2em;
    left: 7.5%;
    z-index: 1000;
    float: left;
    clear: none;
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 3em;
    backdrop-filter: blur(30px); /* Adjust blur radius as needed */
    transition: all .3s ease-in-out;
}


.top-inner{
    display: block;
    width: 100%;
    height: auto;
    display: grid; 
    grid-template-columns: 1fr 3fr 1fr; 
    grid-template-rows: 1fr; 
    gap: 0px 0px; 
    grid-template-areas: 
        ". . ."; 
}


.topmoved {
    width: 85%;
    position: fixed;
    top: 1.5em;
    left: 7.5%;
    z-index: 1000;
    display: block;
    float: left;
    clear: none;
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 3em;
    backdrop-filter: blur(30px); /* Adjust blur radius as needed */
    border:1px solid rgba(255, 255, 255, 0.3);
}



.topnav{
    width: 100%;
    height: auto;
    float: left;
    clear: none;
    display: block;
    background-color: transparent;
    color: rgb(255, 255, 255);
    font-family: "Aptos";
    font-size: 1em;
       display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      position: relative;
    top: auto;
    left: auto;
}


.topnav ul{
    width: auto;
    height: auto;
    float: left;
    clear: none;
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
      display: grid; 
  grid-template-columns: 1fr 1fr 1fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 0px 0px; 
  grid-template-areas: 
    ". . . ."; 
}


.topnav ul li{
    width: auto;
    height: auto;
    float: left;
    clear: none;
    display: inline;
    text-align: center;
    padding: 1em 0;
    cursor: pointer;
    transition: all .3s ease-in-out;
    opacity: .7 ;
    font-family: "Aptos";
}

.topnav ul li.mobi{
    display: none;
}

.topnav ul li:hover{
    opacity: 1;
}

.topnav ul li.active{
    opacity: 1;
}


.toplogo{
    width: 100%;
    height: 6em;
    float: left;
    clear: none;
    display: block;
    background-image: url(../img/logo/emko-horizontal-white-text.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s ease-in-out;

}

.topmoved .toplogo{
    width: 70%;
    height: 5em;
    float: left;
    clear: none;
    display: block;
    background-image: url(../img/logo/emko-horizontal-white-text.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
}

.topnav-right{
    display: flex;
      -webkit-box-pack: right;
      -ms-flex-pack: right;
      -webkit-justify-content: right;
      justify-content: right;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
}

.topnav-right button{
    float: right;
    clear: none;
    margin-right: 2em;
}





.subnav{
    width: calc(100% - 0em);
    height: 70vh;
    display: none;
    float: left;
    clear: both;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 3em;
    margin: 0em;
    overflow: hidden;
    transform-origin: center top;
    top: auto;
    position: relative;
}


.subnav ul{
    position: absolute;
    float: left;
    clear: none;
    color: #fff;
    margin: 3em;
    top: 2em;
    left: auto;
    transition: all .3s ease-in-out;
    overflow: hidden;
    display: block;
}


.subnav ul li{
   font-family: "Aptos-Bold";
   font-size: 3em;
   list-style: none;
   line-height: 1.4em;
   cursor: pointer;
   transition: all .3s ease-in-out;
   opacity: .5;
   letter-spacing: -1px;
   margin: auto auto auto 0;
}

.subnav ul li.backtomenu{
     opacity: 1;
     font-size: 1.7em;
     width: auto;
}

.subnav ul li.backtomenu i{
     margin-right: .3em;
}


.subnav ul li:hover{
    opacity: 1;
    color: #ffffff;
}


.expertise-nav{
    width: 0;
    height: 0;
}

.aboutus-nav{
    width: 0;
    height: 0;
}





























.footer {
    width: 100%;
    height: 50vh;
    float: left;
    clear: both;
    display: block;
    background-color: #000000;
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0;
    z-index: 10;
}

.footer-inner {
    width: 85%;
    margin: -20vh 7.5% 0 7.5%;
    height: 40vh;
    float: left;
    clear: both;
    display: block;
   position: absolute;
   z-index: 10;
   
}


.footer-top{
    background-color: #e21010;
    border-radius: 3em;
    padding: 2em;
    height: auto;
    width: calc(100% - 4em);
    float: left;
    display: block;
    clear: both;
      display: grid; 
  grid-template-columns: 1.5fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    ". ."; 
    overflow: hidden;
}


.ft-left{
    width: calc(100% - 4em);
    height: calc(100% - 4em);
    padding: 2em;
    float: left;
    clear: none;
    display: block;
    color: #fff;
    position: relative;
    top: auto;
    left: auto;
}

.ft-left h4{
    margin: 0 auto .5em;
}


.ft-right{
    width: 100%;
    height: auto;
    float: left;
    clear: none;
    display: block;
    overflow: hidden;
    position: relative;
}



.ft-right .hdr-circles{
	width: 50vh;
	height: 50vh;
	display: block;
	float: left;
	clear: both;
	margin: 0em calc(50% - 30vh);
	display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	position: sticky;
	top: 1em;
	background-image:none;
	position: absolute;
	z-index: 0;
	top: -30%;
	right: -30%;
    left: auto;
	opacity: .5;
}






.footer-bottom{
    width: 90%;
    height: auto;
    float: left;
    clear: both;
    position: relative;
    z-index: 0;
    margin: 2em 5%;

    border: #fff solid;
    border-width: 1px 0 0 0;
         display: grid; 
  grid-template-columns: 1fr 2fr; 
  grid-template-rows: 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    ". ."; 
    display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }


.footer-img{
    width: 100%;
    height: 10em;
    float: left;
    clear: none;
    display: block;
    background-image: url(../img/logo/CPM-Logos_color-and-white.svg);
    background-size: 15em;
    background-repeat: no-repeat;
    background-position: center left;
}


.footer-bottom p{
    width: 100%;
    height: auto;
    float: right;
    clear: none;
    display: block;
    color: #fff;
    font-family: "Aptos";
    font-size: 1em;
    text-align: right;
    margin: 0 auto;

}

	
	
	
}
    
    
    
    /* Desktop Layout:1080px to a max of 1920px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1080px) {

    .mobi{
    display: none;
}

	
	
.top {
    width: 85%;
    position: fixed;
    top: 2em;
    left: 7.5%;
    z-index: 1000;
    float: left;
    clear: none;
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 3em;
    backdrop-filter: blur(30px); /* Adjust blur radius as needed */
    transition: all .3s ease-in-out;
}


.top-inner{
    display: block;
    width: 100%;
    height: auto;
    display: grid; 
    grid-template-columns: 1fr 3fr 1fr; 
    grid-template-rows: 1fr; 
    gap: 0px 0px; 
    grid-template-areas: 
        ". . ."; 
}


.topmoved {
    width: 85%;
    position: fixed;
    top: 1.5em;
    left: 7.5%;
    z-index: 1000;
    display: block;
    float: left;
    clear: none;
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 3em;
    backdrop-filter: blur(30px); /* Adjust blur radius as needed */
    border:1px solid rgba(255, 255, 255, 0.3);
}



.topnav{
    width: 100%;
    height: auto;
    float: left;
    clear: none;
    display: block;
    background-color: transparent;
    color: rgb(255, 255, 255);
    font-family: "Aptos";
    font-size: 1em;
       display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      position: relative;
    top: auto;
    left: auto;
}


.topnav ul{
    width: auto;
    height: auto;
    float: left;
    clear: none;
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
      display: grid; 
  grid-template-columns: 1fr 1fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 10px 20px; 
  grid-template-areas: 
    ". . ."; 
}


.topnav ul li{
    width: auto;
    height: auto;
    float: left;
    clear: none;
    display: inline;
    text-align: center;
    padding: 1em 0;
    cursor: pointer;
    transition: all .3s ease-in-out;
    opacity: .7 ;
    font-family: "Aptos";
}

.topnav ul li.mobi{
    display: none;
}

.topnav ul li:hover{
    opacity: 1;
}

.topnav ul li.active{
    opacity: 1;
}


.toplogo{
    width: 100%;
    height: 6em;
    float: left;
    clear: none;
    display: block;
    background-image: url(../img/logo/emko-horizontal-white-text.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s ease-in-out;

}

.topmoved .toplogo{
    width: 70%;
    height: 5em;
    float: left;
    clear: none;
    display: block;
    background-image: url(../img/logo/emko-horizontal-white-text.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
}

.topnav-right{
    display: flex;
      -webkit-box-pack: right;
      -ms-flex-pack: right;
      -webkit-justify-content: right;
      justify-content: right;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
}

.topnav-right button{
    float: right;
    clear: none;
    margin-right: 2em;
}





.subnav{
    width: calc(100% - 0em);
    height: 70vh;
    display: none;
    float: left;
    clear: both;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 3em;
    margin: 0em;
    overflow: hidden;
    transform-origin: center top;
    top: auto;
    position: relative;
}


.subnav ul{
    position: absolute;
    float: left;
    clear: none;
    color: #fff;
    margin: 3em;
    top: 2em;
    left: auto;
    transition: all .3s ease-in-out;
    overflow: hidden;
    display: block;
}


.subnav ul li{
   font-family: "Aptos-Bold";
   font-size: 2.5em;
   list-style: none;
   line-height: 1.4em;
   cursor: pointer;
   transition: all .3s ease-in-out;
   opacity: .5;
   letter-spacing: -1px;
   margin: auto auto auto 0;
}





.subnav ul li:hover{
    opacity: 1;
    color: #ffffff;
}


.expertise-nav{
    width: 0;
    height: 0;
}

.aboutus-nav{
    width: 0;
    height: 0;
}





























.footer {
    width: 100%;
    height: 50vh;
    float: left;
    clear: both;
    display: block;
    background-color: #000000;
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0;
    z-index: 10;
}

.footer-inner {
    width: 85%;
    margin: -20vh 7.5% 0 7.5%;
    height: 40vh;
    float: left;
    clear: both;
    display: block;
   position: absolute;
   z-index: 10;
   
}


.footer-top{
    background-color: #e21010;
    border-radius: 3em;
    padding: 2em;
    height: auto;
    width: calc(100% - 4em);
    float: left;
    display: block;
    clear: both;
      display: grid; 
  grid-template-columns: 1.5fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    ". ."; 
    overflow: hidden;
}


.ft-left{
    width: calc(100% - 4em);
    height: calc(100% - 4em);
    padding: 2em;
    float: left;
    clear: none;
    display: block;
    color: #fff;
    position: relative;
    top: auto;
    left: auto;
}

.ft-left h4{
    margin: 0 auto .5em;
}


.ft-right{
    width: 100%;
    height: auto;
    float: left;
    clear: none;
    display: block;
    overflow: hidden;
    position: relative;
}



.ft-right .hdr-circles{
	width: 50vh;
	height: 50vh;
	display: block;
	float: left;
	clear: both;
	margin: 0em calc(50% - 30vh);
	display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	position: sticky;
	top: 1em;
	background-image:none;
	position: absolute;
	z-index: 0;
	top: -30%;
	right: -30%;
    left: auto;
	opacity: .5;
}






.footer-bottom{
    width: 90%;
    height: auto;
    float: left;
    clear: both;
    position: relative;
    z-index: 0;
    margin: 2em 5%;

    border: #fff solid;
    border-width: 1px 0 0 0;
         display: grid; 
  grid-template-columns: 1fr 2fr; 
  grid-template-rows: 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    ". ."; 
    display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }


.footer-img{
    width: 100%;
    height: 10em;
    float: left;
    clear: none;
    display: block;
    background-image: url(../img/logo/CPM-Logos_color-and-white.svg);
    background-size: 15em;
    background-repeat: no-repeat;
    background-position: center left;
}


.footer-bottom p{
    width: 100%;
    height: auto;
    float: right;
    clear: none;
    display: block;
    color: #fff;
    font-family: "Aptos";
    font-size: 1em;
    text-align: right;
    margin: 0 auto;

}

	
	
	
}
    
        /* Desktop Layout: 1920px to a max of 1920px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1920px) {
	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
  
    
    
    
}
            /* Desktop Layout: 1920px to a max of 2400px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 2400px) {
	

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
		
}