*, *::before, *::after{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    content: 0;
}

/***************************
font-family: 'Roboto', sans-serif;
font-family: 'Varela Round', sans-serif;
font-family: 'NTR', sans-serif;
font-family: 'Mallanna', sans-serif;
font-family: 'Hind Madurai', sans-serif;
****************************/

h1{
    font-family: 'Roboto', sans-serif;
    font-weight:100;
    font-size: 10vmin;
}
.content-title h1{
    font-family: 'Roboto', sans-serif;
    font-weight:100;
    font-size: 7vmin;
    padding-bottom: 10px;
}
h2{
    font-family: 'Varela Round', sans-serif;
    font-size: 4vmin;
}
h3{
    font-family: 'Roboto', sans-serif;
    font-weight:100;
    font-size: 5vmin;
}
h4{
    font-family: 'Varela Round', sans-serif;
    font-size: 3vmin;
    
}
p{
    font-family: 'Hind Madurai', sans-serif;
    font-size: 2.3vmin;
}


ol,ul,li{
    font-family: 'Varela Round', sans-serif;
    font-size: 30px;
}
li.p{
    font-family: 'Hind Madurai', sans-serif;
    font-size: 2.3vmin;
}

@media (max-width: 1150px){
    .content-title h1{
        font-size: 8vmin;
    }
    h2{
        font-size: 5vmin;
    }
    h3{
        font-size: 7vmin;
    }
    h4{
        font-size: 5vmin;
    }
    p{
        font-size: 4vmin;
    }
    li.p{
    font-size: 4vmin;
}

}

/********************** General Styles *******************/
.section {
    width: 100%;
    text-align: center;
}
.container {
    overflow: auto;
    margin:auto;
    width:90%;
    max-width:1170px;
}
.section-buffer{
    height: 80px;
    width: 50vw;
    margin: auto;
    text-align: center;
    padding-top: 39.25px;
}
.dot{
    height: 1vmin;
    /*min-height: 200px;*/
    width: 1vmin; 
    /*min-width: 200px;*/
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius: 50%;
    margin:auto;
    background-color: black;
    display: inline-block;
}
.dot-gap{ 
    height: 1vmin;
    /*min-height: 200px;*/
    width: 1vmin; 
    /*min-width: 200px;*/
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius: 50%;
    margin:auto;
    background-color: #ffffff;
    display: inline-block;
}
.content-title{
    padding-bottom: 5px;
}
@media (max-width: 1150px){
   .section-buffer{
        padding-top: calc(39.25px - 15px);
    } 
} 

 

/**********************Navigation************************/
.navbar-icons{
    position:fixed;
    top: 0px;
    width: 80px;
    height:100vh;
    background: #ffffff;
    box-shadow: -25px 0px 50px #000000;
    z-index: +3;
    padding: 20px;
}
.navbar-logo img{
    display:block;
    position:absolute;
    width: 40px;
    
}
.nav-menu{
    position: absolute;
    top: calc(50vh - 20px);
    cursor: pointer;
}
.nav-menu .menu-line{
    height: 3px;
    width:40px;
    background-color:#000000;
}
.nav-menu .menu-line-short{
    height:3px;
    width:30px;
    background-color:#000000;
}
.nav-menu .menu-line-gap{
    height:7px;
    width:40px;
    margin:auto;
}

.nav-menu:hover{
    height: 40px;
}
.nav-menu:hover .menu-line{
    background-color:#2098d1;
}
.nav-menu:hover .menu-line-short{
    background-color:#2098d1;
    width: 40px;
}
.nav-menu:hover .menu-line-gap{
    height:5px;
}

.social{
    width: 40px;
    position:absolute;
    bottom: 20px;
    padding: 0 10px;
}
.social img{
    position:relative;
    padding: 0 0 10px 0;
    width: 20px;
    margin:auto;
}
  

.navbar-nav{
    position:fixed; 
    left: 80px;
    top: 0;
    width: 400px;
    height: 100vh;
    background: #fafafa;
    box-shadow: -25px 0px 50px #000000;
    padding: calc(50vh - 110px) 60px;
    display: none;
    z-index: +2;
    
}
.navbar-nav ul{
    list-style:none;
    display: inline;
    position: relative;
    padding:0;  
}
.navbar-nav ul a{
    text-decoration: none;
    color: #000000;
}
.navbar-nav ul li{
    list-style:none;
    position:relative;
    padding: 15px 0;
} 
.navbar-nav ul li:hover a{
    border-bottom: 2px solid #000000;
    
}
.menu-shade{
    position:fixed;
    width: calc(100vw - 480px);
    height: 100vh;
    top: 0;
    left: 480px;
    background: #000000;
    opacity: 0.4;
    display:none;
    z-index: +2;
} 

@media (max-width: 1150px){
    .navbar-icons{
        position:fixed;
        width: 100vw;
        height: 80px;
        box-shadow: 0px -25px 50px #000000;
    }
    .navbar-logo img{
        left: calc(50vw - 20px);
    }
    .nav-menu{
        top: 28px;
    }
    .social{
        right: 40px;
        height: 40px;
        width : 50px;
        padding: 10px 0;
    }
    .navbar-nav{
        position: fixed;
        top: 80px;
        left: 0;
        width: 100vw;
        height: 250px;
        padding: 20px 60px;
        box-shadow: 0px -25px 50px #000000;
    }
    .menu-shade{
        left:0;
        top: 330px;
        width: 100vw;
        height: calc(100vh - 330px);
    }
}
/**********************Navigation************************/


/**********************Footer ***************************/
.credits{
    height:50px; 
    background-color: black;
    padding: 16px 0;
    position: fixed;
    bottom: 0;
    width: 100vw;
    z-index: +1;
}
.credits p{
    color: white;
    font-size: 15px;
}
.copyright{
    width:39%;
    display: inline-block;
    float:right;
    text-align:right;
}
a.footer-link{
    text-decoration: none;
    color: #FFFFFF;
}
.built-by{
    width:60%;
    display: inline-block;
    float:left;
    text-align:left;
}

@media (max-width: 1150px){
    .credits p{
        font-size: 1.8vh; 
    }
}
/********************/
/********************** General Styles *******************/



/***************************Home**************************/
header {
    width: 100%;
    height: 100vh;
}
.header-title{
    padding: 15vh 0 40px 0;
}
.header-subtitle{
    padding: 0 0 40px 0;
}
.title-image{
    width: 20vw;
    padding: 0 0 5vh 0;
}
@media (max-width: 1150px){
    .header-title{
        padding: calc(80px + 20px) 0 40px 0;
    }
}


/***Arrow***/

div.arrow {
	width: 6vmin;
	height: 6vmin;
	box-sizing: border-box;
	position: absolute;
	left: calc(50% - 3vmin);
	top: 80%;
	-webkit-transform: rotate(135deg);
	    -ms-transform: rotate(135deg);
	        transform: rotate(135deg);
    border-width: .6vmin .6vmin 0 0;
    border-style: solid;
	border-color: #000000;
    display: block;
}
div.arrow:hover{
    border-color: #2098d1;
}
@media (max-width: 1150px){
    div.arrow{
        top: calc(100% - 100px - 6vmin);
        
    }
}

/***Arrow***/


/***Portfolio***/

a.portfolio-project{
    text-decoration: none;
    color: white; 
}
.portfolio{
    display: inline-block;
    padding: 30px;
    cursor: pointer;
    position: relative;
}
.portfolio-image{
    width: 400px;
    height: calc(400px/1.2);
    background-size: contain;
    position: relative;
    padding: 100px 30px 0 30px;
    z-index: -2;
}
.portfolio-black{
    top: 0;
    left: 0;
    background: black;
    position: absolute;
    height: 100%;
    width:100%;
    opacity: 0.4;
    z-index: -1;
}
@media (max-width: 1150px){
    .portfolio{
        padding: 30px 0;
    }
    .portfolio-image{
        max-width: 600px;
        max-height: calc(600px/1.2);
        width: calc(100vw - 60px);
        height: calc((100vw - 60px)/1.2);  
    }
}


#explorer{
    background-image:url(../_images/_home/_portfolio/Explorer_1.2_1.jpg);
     
}
#explorer-colour:hover{
    background-image:url(../_images/_home/_portfolio/Explorer_Colour_1.2_1-2.jpg);
    background-size: contain;
}
#balance-active{
    background-image:url(../_images/_home/_portfolio/BA_1.2_1.jpg);
}
#ba-colour:hover{
    background-image:url(../_images/_home/_portfolio/BA_colour_1.2_1-2.jpg);
    background-size: contain;
}
 
/***Portfolio***/

/********************************************************/



/*************** Process *********************/

#process{
    min-height: calc(100vh - 50px);
    /*padding-top: 90px;*/ 
}
.section-p{
    display: none;
    width: calc(100vw - 430px - 10vw);
    float: right;
}
.unit{
    display: inline-block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}
.thirds{ 
    width: 32%;
    /*min-width: 382px;*/ 
}
.circle{
    height: 27vmin;
    /*min-height: 200px;*/
    width: 27vmin; 
    /*min-width: 200px;*/
    border: .5vmin solid black;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius: 50%;
    margin:auto;
    cursor: pointer;
    overflow: hidden;
    background-color: white; 
}
.circle img{
    width: 25.4vmin;
} 
.circle-text{
    padding-top: 10.5vmin;
}
.circle-text h2{
    font-size: 3.5vmin;
} 
.circle-text br{
    line-height: 3vmin;
}
.circle:hover{
    border: .5vmin solid #2098d1;
} 
.circle:hover h2{
    color: #2098d1;
}
.square {
    height: 27vmin;
    margin:auto;
    border: .8vmin solid white;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    background-color: white;
    text-align: left;
}


@media (min-width: 1150px){
    .circle img:hover{
        animation: imageGrow 200s;
    }
}
@media (max-width: 1150px){
    #process{
        padding-top: 50px; 
    }
    .circle:hover{
        animation: imageGrow 200s;
    }
}

@keyframes imageGrow {
    0% {
    }
    0.1% {
        animation-timing-function: ease-out; 
        transform: scale(1.1);
    }
    100% {
        transform: scale(1.1);
    }
}



/***Service Info Diagram***/
#service_info{
    position: fixed;
    width: 41.52046784vh;
    height: 67.98976608vh;
    margin: calc(50vh - (67.47076023vh /2) - 80px) 0 0 10vw; 
    display: inline-block;
}
#service_loop{
    position: absolute;
    /**width: 342px;
    top: 2.15px;
    left: calc(50% - (342px / 2));**/
    width: 35.5vh;
    top: 0.1038011696vh;
    left: calc(50% - (35.5vh / 2));
} 
.service_hex{
    /**width: 153px;**/
    width: 15.88157895vh;
}
.hex_container{
    width: 15.88157895vh;
    height: 13.80555556vh;
    position: absolute;
    text-align: center;
}

.hex_container:hover{
    animation: imageGrow 200s;
    z-index: +1;
    cursor: pointer;
}
#service_loop:hover{
    animation: imageGrow 200s;
    cursor: pointer;
}


#formulation{
    /**top: calc(0.5 * 130px);
    left: calc(50% - (153px / 2) - 113.4px);**/
    
    top: calc(0.5 * 13.49415205vh);
    left: calc(50% - (15.88157895vh / 2) - 11.77105263vh);
}
#concept{
    /**top: 0;
    left: calc(50% - (153px / 2));**/
    top: 0;
    left: calc(50% - (15.88157895vh / 2));
}
#configuration{
    /**top: calc(0.5 * 130px);
    left: calc(50% - (153px / 2) + 113.4px);**/
    top: calc(0.5 * 13.49415205vh);
    left: calc(50% - (15.88157895vh / 2) + 11.77105263vh);
}
#parametric{
    /**top: calc(1.5 * 130px);
    left: calc(50% - (153px / 2) + 113.4px);**/
    top: calc(1.5 * 13.49415205vh);
    left: calc(50% - (15.88157895vh / 2) + 11.77105263vh);
}
#detail{
    /**top: calc(2 * 130px);
    left: calc(50% - (153px / 2));**/
    top: calc(2 * 13.49415205vh);
    left: calc(50% - (15.88157895vh / 2));
}
#design_optimisation{
    /**top: 130px;
    left: calc(50% - (153px / 2));**/
    top: 13.49415205vh;
    left: calc(50% - (15.88157895vh / 2));
}
#regulatory_conformity{
    /**top: calc(3 * 130px);
    left: calc(50% - (153px / 2));**/
    top: calc(3 * 13.49415205vh);
    left: calc(50% - (15.88157895vh / 2));
}
#supply_chain{
    /**top: calc(2.5 * 130px);
    left: calc(50% - (153px / 2) - 113.4px);**/
    top: calc(2.5 * 13.49415205vh);
    left: calc(50% - (15.88157895vh / 2) - 11.77105263vh);
}
#manufacturing{
    /**top: calc(3.5 * 130px);
    left: calc(50% - (153px / 2) - 113.4px);**/
    top: calc(3.5 * 13.49415205vh);
    left: calc(50% - (15.88157895vh / 2) - 11.77105263vh);
}
#marketing_mat{
    /**top: calc(4 * 130px);
    left: calc(50% - (153px / 2));**/
    top: calc(4 * 13.49415205vh);
    left: calc(50% - (15.88157895vh / 2));
}
#post_market{
    /**top: calc(3.5 * 130px);
    left: calc(50% - (153px / 2) + 113.4px);**/
    top: calc(3.5 * 13.49415205vh);
    left: calc(50% - (15.88157895vh / 2) + 11.77105263vh);
} 

.hex_title{
    position: absolute;
    font-size: 1.4vh;
    cursor: pointer;
    top: calc(13.49415205vh / 2.5);
    width: 15.88157895vh;
    text-align: center;
    z-index: +0.5;
    
}
#manufacturing .hex_title{
    top: calc(13.49415205vh / 2.25);
}
#post_market .hex_title{
    top: calc(13.49415205vh / 3);
}

@media (max-width: 1150px){
    .process_bottom{
        height: 55px;
        position: absolute;
        top: calc(100vh - 55px);
    }
    #service_info {
        position: absolute;
        top: 85px;
        height: calc(100vh - 140px);
        width: calc(0.6106870229 * (100vh - 85px - 55px));
        margin:  0 calc(50% - ((0.6106870229 * (100vh - 140px)) /  2));
    }
    #service_loop{
        width: calc(0.5221374046 * (100vh - 140px)); 
        top: calc(0.001526717557 * (100vh - 140px));
        margin:auto;
        left: calc(50% - ((0.5221374046 * (100vh - 140px)) / 2));
    }
    .service_hex{
        /**width: 153px;**/
        width: calc(0.2335877863 * (100vh - 140px));
    }
    .hex_container{
        width: calc(0.2335877863 * (100vh - 140px));
        height: calc(0.2030534351 * (100vh - 140px));
        position: absolute;
        text-align: center;
    }
    
    #formulation{
    /**top: calc(0.5 * 130px);
    left: calc(50% - (153px / 2) - 113.4px);**/
    
    top: calc(0.5 * (0.1984732824 * (100vh - 140px)));
    left: calc(50% - ((0.2335877863 * (100vh - 140px)) / 2) - (0.173129771 * (100vh - 140px)));
}
    #concept{
        /**top: 0;
        left: calc(50% - (153px / 2));**/
        top: 0;
        left: calc(50% - ((0.2335877863 * (100vh - 140px)) / 2));
    }
    #configuration{
        /**top: calc(0.5 * 130px);
        left: calc(50% - (153px / 2) + 113.4px);**/
        top: calc(0.5 * (0.1984732824 * (100vh - 140px)));
        left: calc(50% - ((0.2335877863 * (100vh - 140px)) / 2) + (0.173129771 * (100vh - 140px)));
    }
    #parametric{
        /**top: calc(1.5 * 130px);
        left: calc(50% - (153px / 2) + 113.4px);**/
        top: calc(1.5 * (0.1984732824 * (100vh - 140px)));
        left: calc(50% - ((0.2335877863 * (100vh - 140px)) / 2) + (0.173129771 * (100vh - 140px)));
    }
    #detail{
        /**top: calc(2 * 130px);
        left: calc(50% - (153px / 2));**/
        top: calc(2 * (0.1984732824 * (100vh - 140px)));
        left: calc(50% - ((0.2335877863 * (100vh - 140px)) / 2));
    }
    #design_optimisation{
        /**top: 130px;
        left: calc(50% - (153px / 2));**/
        top: calc(0.1984732824 * (100vh - 140px));
        left: calc(50% - ((0.2335877863 * (100vh - 140px)) / 2));
    }
    #regulatory_conformity{
        /**top: calc(3 * 130px);
        left: calc(50% - (153px / 2));**/
        top: calc(3 * (0.1984732824 * (100vh - 140px)));
        left: calc(50% - ((0.2335877863 * (100vh - 140px)) / 2));
    }
    #supply_chain{
        /**top: calc(2.5 * 130px);
        left: calc(50% - (153px / 2) - 113.4px);**/
        top: calc(2.5 * (0.1984732824 * (100vh - 140px)));
    left: calc(50% - ((0.2335877863 * (100vh - 140px)) / 2) - (0.173129771 * (100vh - 140px)));
    }
    #manufacturing{
        /**top: calc(3.5 * 130px);
        left: calc(50% - (153px / 2) - 113.4px);**/
        top: calc(3.5 * (0.1984732824 * (100vh - 140px)));
    left: calc(50% - ((0.2335877863 * (100vh - 140px)) / 2) - (0.173129771 * (100vh - 140px)));
    }
    #marketing_mat{
        /**top: calc(4 * 130px);
        left: calc(50% - (153px / 2));**/
        top: calc(4 * (0.1984732824 * (100vh - 140px)));
        left: calc(50% - ((0.2335877863 * (100vh - 140px)) / 2));
    }
    #post_market{
        /**top: calc(3.5 * 130px);
        left: calc(50% - (153px / 2) + 113.4px);**/
        top: calc(3.5 * (0.1984732824 * (100vh - 140px)));
        left: calc(50% - ((0.2335877863 * (100vh - 140px)) / 2) + (0.173129771 * (100vh - 140px)));
    } 
    
    .hex_title{
        top: calc((0.2030534351 * (100vh - 140px)) / 2.5);
        width: calc(0.2335877863 * (100vh - 140px));
    }
    #manufacturing .hex_title{
        top: calc((0.2030534351 * (100vh - 140px)) / 2.25);
    }
    #post_market .hex_title{
        top: calc((0.2030534351 * (100vh - 140px)) / 3);
    }
    
     
} 

/***Service Info Diagram***/


/***Service Info Text***/
#processText{
    display: block;
    width: calc(100vw - 430px - 10vw);
    float: right;
} 
.process_image{
    display: none;
}

.process_title_image{
    height: 5vmin;
    
}

@media (max-width: 1150px){
    .section-p{
        position:absolute;
        padding-bottom: 80px;
        background: white;
        min-height: 100vh;
        float:left;
        width: 100vw;
        z-index: +1;
    }
    .process-black{
        bottom: 0;
        left: 0;
        background: black;
        position: fixed;
        height: 31.14035088vh;
        width:100%;
        opacity: 0.6;
        z-index: -1;
    }
    #processText{
        position: fixed;
        text-align: center;
        
        width: 100vw;
        top: calc(100vh - 31.14035088vh);
        z-index: +1;
        background: none;
    }
    #processText .content-title{
        position: absolute;
        width: 100vw;
        padding: 0 10vh;
        top: 0;
    }
    #processText h1{
        color: #ffffff;
        font-size: 5.25vh;
    }
    #processText h2{
        color: #ffffff;
        font-size: 3.3vh;
    }
    
    
    .process_image{
        display: block;
        position: fixed;
        bottom: 85px;
        right: 5px;
    }
    .service_loop{
        position: fixed;
        width: 7vh;
    }  

}

/***Service Info Text***/

/**************************************************/

/********About Us**********/
#aboutText{
    padding: 80px 230px 50px; 
}

.section.profiles{
    position: relative;
    height: 950px;
}


#profile_one{
    position: absolute;
    top: 0;
    left: 5%;
}
#profile_two{
    position: absolute;
    top: 0;
    left: 35%;
}
#profile_three{
    position: absolute;
    top: 0;
    left: 65%;
}

@media (max-width: 1150px){
     #aboutText{
         padding: 120px 20px 50px;
         text-align: center;
        
    }
    .section.profiles{
        padding-bottom: 100px;
        height: auto; 
    }
        #profile_one, #profile_two, #profile_three{
        position: static;
    }
}


/*unit.circle{
    height: 27vmin;
    width: 27vmin;
    border: .8vmin solid #DC9927;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius: 50%;
    margin:auto;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    background-color: white;  
}*/
.circle img{
    width: 25.4vmin; 
}
.underline-third{
    height:5px;
    width:150px;
    margin:auto;
    border-radius: 2.5px;
    background-color:#000000; 
}
.unit.thirds .container{
    text-align: center;
    padding-bottom: 10px;
}
#melany{
    width: 27vmin;
}
#melany-text {
    display:none;
}
#paul{
    width: 27vmin;
}
#paul-text {
    display:none;
}
#jordan{
    width: 28vmin;
} 
#jordan-text {
    display:none;
}


@media(max-width:1150px){

    .staff{
        display: block;
        margin: auto;
        width: 100%;
        padding-top: 5vmin;
    }
    .staff .circle {
        height: 50vmin;
        width: 50vmin;
    }
    #paul, #melany, #jordan{
        width:50vmin;
    }
} 

/**************************************************/

/********contact form**********/
#contact{
    text-align: left;
    padding-top: 80px;
}
.email{
    color: #2098d1;
}   
input {
    width: 100%;
    border-bottom: 1px solid;
    font-family: 'Hind Madurai', sans-serif;
    font-size: 20px; 
    outline: none;
}
input:focus, input:active {
    border-bottom: 2px solid;  
} 
textarea{
    width: 100%; 
    height: 20vh;
    border-bottom: 1px solid;
    font-family: 'Hind Madurai', sans-serif;
    font-size: 20px;
    outline: none;
}
textarea:focus, textarea:active {
    border-bottom: 2px solid;
} 
button{
    background-color: #2098d1;
    font-family: 'Hind Madurai', sans-serif;
    font-size: 20px;
    color: #ffffff;
    outline: none;
    height: 40px;
    width: 100px;
    cursor: pointer;
} 
#contact iframe{
    padding-left: 80px;
}
@media (max-width: 1150px){
#contact iframe{
    padding-left: 0;
} 
}  
/*****************************/
