@import 'sections/section_1.css?v=1.0009';
@import 'sections/section_2.css?v=1.0009'; 
@import 'sections/section_3.css?v=1.0009'; 
@import 'sections/section_4.css?v=1.0009'; 


body {
    overflow-x: hidden;
    background-color: #ffffff;
    touch-action: pan-x pan-y;
  
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-callout: none;
    -webkit-user-modify: none;
    -webkit-highlight: none;
    -webkit-user-drag: none; 
  
  }
  * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-callout: none;
    -webkit-user-modify: none;
    -webkit-highlight: none;
    -webkit-user-drag: none; 
  }
  img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-callout: none;
    -webkit-user-modify: none;
    -webkit-highlight: none;
    -webkit-user-drag: none; 
  }

a:link {
    color:#ffffff;
    text-decoration: none;
  }
  
  a:visited {
    color:#ffffff;
    text-decoration: none;
  }
  
  a:hover {
    color:#2d31a6;
    text-decoration: underline;
  }
  
  a:active {
    color:#ffffff;
    text-decoration: underline;
  }


/*  default value is 16px; we convert it to 10px */
html { font-size: 10px; }

/* @font-face {
    font-family: "Avenir Book";
    src: url("https://box10.co.uk/work/newsletter/css/fonts/Avenir Book.otf")
}

@font-face {
    font-family: "Avenir Medium";
    src: url("https://box10.co.uk/work/newsletter/css/fonts/Avenir Medium.otf")
}

@font-face {
    font-family: "Avenir Heavy";
    src: url("https://box10.co.uk/work/newsletter/css/fonts/Avenir Heavy.otf")
} */

* {
    padding: 0;
    margin: 0;
    outline: 0
}
#contactBox {
    
    align-items: center;
    padding: 0px;
    padding: 1rem 1rem 1rem 1rem;
    margin-bottom: 1rem; 
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 1rem;
    width: fit-content;
}
.section_readmore {
    display: none;
}
#pdfButtonPessed {
    position: fixed;
    top:-200px;
    left:-400px;
}
#pdfCV_viewer_iframe1 {
    height: 100dvh;
    width:100dvw;
    touch-action: pan-x pan-y;
    border-radius: 10px;
}
#pdfCV_viewer_holder {
    display:none;
    align-items: center;
    position: fixed;
    top:0vh;
    left:0vw;
    background-color: rgba(0,0,0,.75);
    height: 100vh;
    width:100vw;
    padding: 0px 0px 0px 0px ;
    touch-action: none;
    -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
#pdfCV_close_text {
    padding: 2px 0 0 0;
    background-color: rgba(255, 255, 255, 0);
}
#pdfCV_viewer_close {
    display: flex;
  justify-content: center;
  align-items: center;
  position: absolute; 
  background-color: rgb(224, 224, 224); 
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  z-index: 1000;
  height:40px;
  width: auto;
  border-radius: 0px 0px 8px 8px;
  border: black 1px solid;
  box-shadow: 0px 0px 15px 2px rgba(0,0,0, 0.4);
  top: 0px;
  right: 45px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.7rem;
  padding: 0px 10px 0px 10px;
}
#pdfCVholder {
    display:flex;
    align-items: center;
    position: fixed;
    bottom:0px;
    left:s0px;
    right:initial;
    background-color: #ffffff;
    height: 70px;
    width:auto;
    padding: 0px 0px 0px 12px ;
    
}
#pdfCVButton {
    display: flex;
    align-items: center;
    padding: 0px;
    padding: 7px 12px 7px 12px ;
    
    background-color: rgba(11, 3, 99, 0.5);
    border-radius: 1rem;
    width: fit-content;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4rem;
    color:rgb(255, 255, 255);
}
#pdfCV_viewer_iframe {
    display:block;
    position: absolute;
    top:0vh;
    left:0vw;
    background-color: rgba(0,0,0,1);
    height: 100%;
    width:100%;
    padding: 0px 0px 0px 0px ;
    touch-action: none;
    border-radius: 10px;
}

@supports (height: 100dvh) {
    #pdfCV_viewer_iframe {
     height:100dvh;
     width:100dvw;
  }   
}
/* @supports (height: 100dvh) {
    #pdfCV_viewer_iframe {
     height:100dvh;
     width:100dvw;
  }   
} */

.introSolutionsList ul {
    text-align: left;
    
}
.introSolutionsList li {
	text-align: left;
	padding-bottom: 5px;
	padding-left: 5px;
    margin-left: 2rem; 
	/* background-image: url(../images/bullet.svg);
	background-repeat: no-repeat;
	background-position: 0 0px;
	background-size: 15px 10px;	 */
}
#nextSection_floatingButton {
    display: block;
    position: fixed;
    bottom: 80px;
    right: 10px;
}
#headerTitleHolder {
    display:flex;
    align-items: center;
    position: fixed;
    top:0px;
    left:0px;
    background-color: #ffffff;
    height: 70px;
    width:70vw;
    padding: 0px 0px 0px 15px ;
}
#headerTitle {
    padding-top: 5px;
    display:block;
    position: absolute;
    font: 24px "Open Sans",serif;
    font-weight: 100;
    color: #4b69cb;
    background-color: rgba(223, 18, 18, 0.0);
    line-height: 1.2;
    /* width:50vw; */
}
.headerTitleBold {
    font-weight: 400;
    color: #1d2d61
}
.headerTitleGrey {
    font-weight: 100;
    color: #71747d  
}

.topmenuNavButton {
    display: flex;
    align-items: center;
    padding: 0px;
    padding: 10px 13px 10px 13px ;
    
    border: 1px solid #d8d8d8;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 1rem;
    width: fit-content;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4rem;
    color:rgb(0, 0, 0);
}

#profile_pic {
    display:none;
}
#profile_pic_img {
    width:250px;
    /* height:9.5vw; */
   /*  max-width:225px;
    max-height:125px;
    min-width:75px;
    min-height:75px; */
}
#percentScrolledBack {
    width: 100vw;
    height: 0.6rem;
    position: fixed;
    top:64px;
    opacity: 0.5;
    background: rgb(158, 144, 216);
    display:none;
}
#percentScrolled {
    width: 0vw;
    height: 0.6rem;
    position: fixed;
    top:64px;
    background: rgb(158, 144, 216);
    display:none;
}
#circle {
    stroke-dasharray: 125.66; /*  circumference of circle*/
    stroke-dashoffset: 125.66;
    
  }
#percentcircle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: fixed;
    top:9px;
    right:15px;
    opacity: 1;
    background: rgb(255, 255, 255);
    transform: rotate(-90deg);
    box-shadow: 0px 0px 5px rgba(25,134,216,0.8);
}
#menuWrapper {
    
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100vw;
    height: 70px;
    background: #fff;
    padding: 0;
    position: fixed;
    bottom: 0;
    opacity: 1;
    box-shadow: 0 0 5px rgba(0,0,0,.3)
}
#menuNavWrapper {
    display:none;
}

#mobileHeader {
    position: fixed;
    top: 0;
    display: block;
    width: 100vw;
    height: 70px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.3)
}

#mobileHeaderText {
    position: fixed;
    top: 14px;
    display: block;
    right: 20px;
    width: 60vw;
    height: 20px;
    text-align: right
}

#mobileHeaderText a {
    font: 12px "Open Sans",serif;
    color: #494949
}

#mobileHeaderLogo {
    display: block;
    position: relative;
    width: 20vw;
    height: auto;
    top: 16px;
    left: 8px
}

#mobileHeaderLogo_img {
    height: 34px
}
#message {
    position: fixed;
    height: 50px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    top: 0;
    left: 0;
    color: #111;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-weight: bold;
    z-index: 1;

}



/**/ 
#contentMenuHolder {
    display:block;
	right:-250px; 
    bottom:5px;
    top:70px;
	margin-top: 0px;
	width: 250px; 
	height: 100vh;
	position: fixed;
    background: #ffffff;
    border-radius: 0px 0% 0% 0px;
    box-shadow: 0px 0px 15px 2px rgba(24, 22, 158, 0.2);
    overflow-y: auto;
    touch-action: pan-x pan-y;
}
#contentMenu {
    display: block;
	position: absolute;
    bottom:220px;
    width: 230px;
    /* top:max(0px); */
	padding:  10px 0px 0px 0px;
	margin-bottom: 0px;
	background: #ffffff;
	color: #050435;
	font: 18px "Open Sans", serif; 
    height:auto;
    
    
} 
.contentMenuList {
    list-style-type: none;
    /* margin: 15px 15px 15px 15px; */
    padding: 10px;
    
    /* width: 50px; */
    
}

.contentMenuList li a{
    display: block;
    background: #f0f9ff;
    border-radius: 7px;
    margin: 5px;
    padding: 10px 10px 10px 15px;
    text-decoration: none;
    color: #181863;
}

.contentMenuList .mouseOver  a{  
    background-color: #c2e5ff;
    color: #050435;
}
.contentMenuList .selected  a{  
    background: #181863; 
	color: #ffffff;
}
#topNav {
    display: block;
    width: 100vw;
    height: 70px;
    padding: 0;
    background: #fff
}

#topNavEmpty {
    display: none;
    width: 100vw;
    height: 150px;
    padding: 0;
    background: #fff;
    border-radius: 0;
    border-color: #d0d0d0;
    border-style: solid;
    border-width: 1px 1px 1px 1px
}

#mobilePageFooter {
    display: none;
    position: fixed;
    bottom: 0;
    float: left;
    margin-bottom: 0;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 100vw;
    height: 5vw;
    background: #c9c9c9;
    padding: 3px 3px 4px 3px;
    border-color: #d0d0d0;
    border-style: solid;
    border-width: 1px 0 1px 0;
    box-shadow: 0 0 5px rgba(0,0,0,.3)
}

#mobilePageFooterText p {
    padding: 0;
    font: 2.15vw "Open Sans",serif;
    color: #494949;
    text-align: center
}

#mobilePageFooterText a {
    padding: 0;
    font: 2.15vw "Open Sans",serif;
    color: #494949;
    text-align: center
}

#landscapePageFooter {
    display: none;
    position: fixed;
    bottom: 0;
    float: left;
    margin-bottom: 0;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 100vw;
    height: 3vw;
    background: #c9c9c9;
    padding: 6px 3px 6px 3px;
    border-color: #d0d0d0;
    border-style: solid;
    border-width: 1px 0 1px 0;
    padding: 0;
    font: 10px "Open Sans",serif;
    color: #494949;
    text-align: center
}

#landscapePageFooterText p {
    padding: 0;
    font: 10px "Open Sans",serif;
    color: #494949;
    text-align: center
}

#landscapePageFooterText a {
    padding: 0;
    font: 10px "Open Sans",serif;
    color: #494949;
    text-align: center
}

#homePageTopNavLogo {
    /* display: none; */
    padding-top: 0px;
    padding-left: 4px;
    height: 55px
}

/* #topOfPage_img {

} */
.topNavMenu {
    float: right;
    height: 70px;
    padding-top: 0;
    padding-right: 25px
}

.topNavMenu ul {
    background-color: #fff;
    list-style-type: disc;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.topNavMenu li {
    background-color: #fff;
    float: left;
    height: 70px;
    padding-left: 0;
    color: #000;
    display: inline;
    border-radius: 0;
    border-color: #efefef;
    border-style: solid;
    border-width: 0 1px 0 1px
}

.topNavMenu li a {
    display: block;
    color: #494949;
    height: 70px;
    text-align: center;
    line-height: 6;
    padding-left: 12px;
    padding-right: 12px;
    text-decoration: none;
    font-style: none;
    font-size: 12px;
    font-family: "Open Sans",serif;
    display: flex;
    align-items: center;
    justify-content: center;
}
.topNavMenu li a img{
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
#topOfPage {
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none; 
}
#prevSection {
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none; 
}
#nextSection {
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none; 
}
#sectionMenu {
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none; 
}
/* .topNavMenu li a:hover {
    background-color: #53a4e2;
    color: #fff
}
 
.topNavMenu .selected {
    background-color: #050435;
    color: #fff
} */

.topNavMenuEmpty {
    float: right;
    height: 70px;
    padding-top: 1px;
    padding-right: 25px
}

.topNavMenuEmpty ul {
    background-color: #fff;
    list-style-type: disc;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.topNavMenuEmpty li {
    background-color: #fff;
    float: left;
    padding-left: 0;
    color: #fff;
    display: inline;
    border-radius: 0;
    border-color: #fff;
    border-style: solid;
    border-width: 1px 1px 1px 1px
}

.topNavMenuEmpty li a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 15px;
    text-decoration: none;
    font-style: none;
    font-size: 14px;
    font-family: "Open Sans",serif
}

.topNavMenuEmpty li a:hover {
    background-color: #53a4e2;
    color: #fff
}

.topNavMenuEmpty .selected {
    background-color: #050435;
    color: #fff
}



#content {
    position:relative;
    top: 70px
    
}



#projects_holder {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    background-color: rgba(0,0,0,0.0);
    gap:15px;
}
.solutions_holder {
    display: flex;
    align-items: top;
    justify-content: left;
    flex-direction: column;
    /* display:block; */
    position: relative;
    width: 100%;
   /*  max-width:300px; */
    border-radius: 1rem;
    margin: 0rem 0rem 0rem 0rem;
    background-color: rgba(0,0,0,0.2);
    padding: 10px 10px 10px 10px ;
}
.project_img_holder {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* display:block; */
    position: relative;
    width: 300px;
   /*  max-width:300px; */
    border-radius: 1rem;
    margin: 0rem 0rem 0rem 0rem;
    background-color: rgba(0,0,0,0.2);
    padding: 10px 0px 10px 0px ;
}
#solutions_img {
    width: 100%;
    aspect-ratio: 1.334;
    border-radius: 1rem;
    margin: 0 0 5px 0;
}
#project_img {
    width: 90%;
    border-radius: 1rem;
    
}
#solutions_title {
    width: auto;
    height:fit-content;
    text-align: left;
    padding: 0vw 10px 0px 0px ;
    font-family: 'Open Sans', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color:rgb(255, 255, 255);
    text-align: left;

}
#solutions_details {
    width: auto;
    height:fit-content;
    text-align: left;
    font-size: 1.7rem;
    padding: 0vw 15px 0px 0px ;
}
#project_title {
    width: 100%;
    height:fit-content;
    text-align: left;
    padding: 10px 0px 0px 0px ;
    text-align: center;
}
.project_details_holder {
   /*  display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; */
    display:none;
    position: absolute;
    top:10px;
    left:15px;
    width: 250px;
    height: 198px;
    padding: 5px 10px 0px 10px ;
    background-color: rgba(0,0,0,0.9);
    border-radius: 1rem;
    overflow: auto;
    font-size: 1.4rem; 
    
}
.project_more {
    position: absolute;
    bottom:10px;
    right:15px;
    width: 50px;
    height: 50px;
}


@media (orientation: landscape) and (min-width:640px) {
    #content {
        position:relative;
        top: 70px
    }
    #percentcircle {
        
        right:175px;
        
    }
    #sectionMenu {
        display:none; 
    }
    #menuWrapper {
        display:none;
        overflow-x: hidden;
        overflow-y: hidden;
        width: 100vw;
        height: 70px;
        background: rgba(0,0,0,0.0);
        
        padding: 0;
        position: fixed;
        top: 0;
        box-shadow: 0 0 5px rgba(0,0,0,.3)
    }
    #menuNavWrapper {
        display: flex;
    justify-content: right;
    align-items: center;
    flex-direction: row;
    gap:20px;
        
        overflow-x: hidden;
        overflow-y: hidden;
        width: 70vw;
        height: 70px;
        background: rgba(0, 0, 0, 0.0);
        padding: 0 20px 0 0 ;
        position: fixed;
        top:0px;
        right:0px;
        opacity: 1;
        box-shadow: 0 0 5px rgba(0,0,0,.0)
    }
    #profile_pic {
        display:block;
        overflow: hidden;
        background-color: rgba(0, 0, 0, 0.8);
        margin: 0px 0px 0px 0px ;
        border-radius: 10px;
        padding: 10px 10px 10px 10px;
    }
    .solutions_holder {
       
        flex-direction: row;
    }
   
    #homePageTopNavLogo {
        
        display: inline;
        
    }
    #nextSection_floatingButton {
        display: block;
        position: fixed;
        bottom: 50px;
        right: 10px;
    }
    #pdfCVholder {
        display:flex;
        align-items: center;
        position: fixed;
        top:0px;
        left:initial;
        right:250px;
        background-color: #ffffff;
        height: 70px;
        width:auto;
        padding: 0px 0px 0px 15px ;
    }
    .section_readmore {
        display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #ffffff;
    
    border-radius: 1rem;
    
    box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.25);
    font-size: 1.8rem;
    color: #103957;
    margin: 15px 0px 0px 0px ;
    padding: 0px 0px 0px 0px ;
    font-family: 'Open Sans', sans-serif;
    width: 120px;
    height: 60px;
    border-radius: 1rem;
    position: sticky;
    bottom:50px;
    left: calc(100vw - 150px);
    }
    #headerTitleHolder {
        
       
        height: 70px;
        width:30vw;
        padding: 0px 0px 0px 15px ;
    }
    #headerTitle {
        
        /* width:40vw; */
    }
    .headerTitleBold {
        font-weight: 400;
        color: #1d2d61
    }
    .headerTitleGrey {
        font-weight: 100;
        color: #71747d  
    }
    #topNav {
        
        width: 100vw;
        height: 70px;
        padding: 0;
        background: #fff;
        border-radius: 0;
        border-color: #000;
        border-style: solid;
        border-width: 0
    }
    #solutions_img {
        width: 300px;
        height:224px;
        border-radius: 1rem;
        margin: 0 0 0px 0;
    }
    #solutions_title {
        width: auto;
        height:fit-content;
        text-align: left;
        padding: 0vw 10px 0px 10px ;
        font-family: 'Open Sans', sans-serif;
        font-size: 2.0rem;
        font-weight: 700;
        color:rgb(255, 255, 255);
        text-align: left;
    
    }
    #solutions_details {
        width: auto;
        height:fit-content;
        text-align: left;
        font-size: 1.8rem;
        padding: 0vw 15px 0px 10px ;
    }
    #topNavEmpty {
        width: 100vw;
        height: 70px;
        padding: 0;
        background: #fff;
        border-radius: 0;
        border-color: #d0d0d0;
        border-style: solid;
        border-width: 1px 1px 1px 1px
    }

    #topNavEmpty.topNavMenu li a {
        display: block;
        color: #fff;
        text-align: center;
        padding: 15px;
        text-decoration: none;
        font-style: none;
        font-size: 14px;
        font-family: "Open Sans",serif;
        
    }
    #contentMenuHolder {
        display:none;
        
    }
	#contentMenu {

        top:0px;
        bottom:initial;
        padding:  10px 10px 140px 5px;
        
    } 
    

    #mobilePageFooter {
        display: none;
        position: fixed;
        bottom: 0;
        float: left;
        margin-bottom: 0;
        margin-top: 100px;
        margin-left: auto;
        margin-right: auto;
        width: 100vw;
        height: 5vw;
        background: #c9c9c9;
        padding: 10px 10px 10px 10px;
        border-color: #d0d0d0;
        border-style: solid;
        border-width: 1px 0 1px 0
    }

    #mobilePageFooter p {
        padding: 0;
        font: 10px "Open Sans",serif;
        color: #494949;
        text-align: center
    }

    #mobilePageFooter a {
        padding: 0;
        font: 10px "Open Sans",serif;
        color: #494949;
        text-align: center
    }

    #landscapePageFooter {
        display: block;
        position: fixed;
        bottom: 0;
        float: left;
        width: 100vw;
        height: 24px;
        background: #c9c9c9;
        padding: 8px 0rem 0rem 0rem;
        border-color: #d0d0d0;
        border-style: solid;
        border-width: 1px 0 1px 0
    }

    #landscapePageFooterText p {
        text-decoration: none;
        /* line-height: 2vw; */
        color: #494949;
        font-style: none;
        font-size: 1.1rem;
        font-family: "Open Sans",serif
    }

    #landscapePageFooterText a {
        text-decoration: none;
        /* line-height: 2vw; */
        color: #494949;
        font-style: none;
        font-size: 1.1rem;
        font-family: "Open Sans",serif
    }

   
}
@media (max-height:770px) {
    #profile_pic {
        display:none;
    }
} 
@media (max-height:525px) {
#contentMenu {

    top:0px;
    bottom:initial;
    padding:  10px 10px 140px 5px;
    
} 


}

/* @media (orientation: landscape) and (min-width:1200px) {
    #content {
        position:relative;
        top: 70px
    }

    #landscapePageFooter {
        display: block;
        position: fixed;
        bottom: 0;
        float: left;
        width: 100vw;
        height: 1.2vw;
        background: #c9c9c9;
        padding: 6px 6px 6px 6px;
        border-color: #d0d0d0;
        border-style: solid;
        border-width: 1px 0 1px 0
    }

    #landscapePageFooterText p {
        padding: 0;
        font: .9vw "Open Sans",serif;
        color: #494949;
        text-align: center
    }

    #landscapePageFooterText a {
        padding: 0;
        font: .9vw "Open Sans",serif;
        color: #494949;
        text-align: center
    }
} */
