/*!
 * Start Bootstrap - Grayscale v4.0.0-beta.2 (https://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE)
 */
body {
  font-family: "Segoe UI",Roboto, sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  color: white;
  background-color: black; }

.paragraphblacktext {
  
  color: black;
   }

html {
  width: 100%;
  height: 100%; }

h1,
h2,
h3,
h4,
h5
 {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 0 0 35px;
  letter-spacing: 1px;
  text-transform: uppercase; }


a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #00314F; }
  a:focus, a:hover {
    text-decoration: none;
    color: #1d9b6c; }

#mainNav {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color: black; }
  #mainNav .navbar-toggler {
    font-size: 14px;
    padding: 11px;
    color: white;
    border: 1px solid white; }
  #mainNav .navbar-brand {
    font-weight: 700; }
  #mainNav a {
    color: white; }
  #mainNav .navbar-nav .nav-item {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out; }
    #mainNav .navbar-nav .nav-item:hover {
      color: fade(white, 80%);
      outline: none;
      background-color: transparent; }
    #mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
      outline: none;
      background-color: transparent; }
  @media (min-width: 992px) {
    #mainNav {
      padding-top: 20px;
      padding-bottom: 20px;
      -webkit-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
      -moz-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
      transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
      letter-spacing: 1px;
      border-bottom: none;
      background: transparent; }
      #mainNav.navbar-shrink {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        background: black; }
      #mainNav .nav-link.active {
        outline: none;
        background-color: rgba(255, 255, 255, 0.3); }
        #mainNav .nav-link.active:hover {
          color: white; } }

.masthead {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;

  color: white;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .masthead .intro-body {
    display: table-cell;
    vertical-align: middle; }
    .masthead .intro-body .brand-heading {
      font-size: 50px; }
    .masthead .intro-body .intro-text {
      font-size: 18px; }
  @media (min-width: 768px) {
    .masthead {
      height: 100%;
      padding: 0; }
      .masthead .intro-body .brand-heading {
        font-size: 100px; }
      .masthead .intro-body .intro-text {
        font-size: 22px; } }

.btn-circle {
  font-size: 26px;
  width: 55px;
  height: 55px;
  margin-top: 15px;
  line-height: 45px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  color: white;
  border: 2px solid white;
  border-radius: 100% !important;
  background: transparent; }
  .btn-circle:focus, .btn-circle:hover {
    color: white;
    outline: none;
    background: rgba(255, 255, 255, 0.1); }

.content-section {
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100%;
   }

.download-section {
  color: white;
  background: url("../img/downloads-bg.jpg") no-repeat center center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }



.btn {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  border-radius: 0; }

.btn-default {
  color: #00314F;
  
  background-color: transparent; }
  .btn-default:focus, .btn-default:hover {
    color: black;
    
    background-color: rgba(190, 249, 180, 0.3); }


  .btn-default2 {
  color: #00314F;
  height:300px;
  width:400px;
  border: 1px solid #6D7A65;
  background-color: #617775; }
  .btn-default2:focus, .btn-default2:hover {
    color: black;
    border: 1px solid #6D7A65;
    outline: none;
    background-color: rgba(190, 249, 180, 0.7); }




ul.banner-social-buttons {
  margin-top: 0; }
  @media (max-width: 1199px) {
    ul.banner-social-buttons {
      margin-top: 15px; } }
  @media (max-width: 767px) {
    ul.banner-social-buttons li {
      display: block;
      margin-bottom: 20px;
      padding: 0; }
      ul.banner-social-buttons li:last-child {
        margin-bottom: 0; } }

footer {
  padding: 50px 0; }
  footer p {
    font-size: 14px;
    margin: 0; }

::-moz-selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none; }

::selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2); }




.full-width-div {
    position: absolute;
    width: 100%;
    left: 0;
}



.btnclear {
  
  background-color: transparent;
  content: "\25AE"; 
  font-family: FontAwesome;
   
  height: 100%;
  width: 100%;
  

}


/* test section  */

.service-box {
  max-width: 400px; }

.portfolio-box {
  position: relative;
  color: #5683C3;
  display: block;
  max-width: 240px;
  margin: 0 auto; }
  .portfolio-box .portfolio-box-caption {
    position: absolute;
    bottom: 0;
    display: block;
    width: 240px;
    left: 0px;
    height: 100%;
    text-align: center;
    word-spacing: 1px;
    opacity: 0;
    color: #fff;
    background: rgba(86, 131, 195, 0.7);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
      position: absolute;
      top: 50%;
      width: 240px;
      transform: translateY(-50%);
      text-align: center; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        padding: 0 15px;
        font-family: "freightsans_regular",sans-serif; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 14px;
        font-weight: 300;
        text-transform: uppercase; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 18px; 
      font-weight: 300;
        text-transform: uppercase;
    letter-spacing: 3px;
  line-height: 22px;}
  .portfolio-box:hover .portfolio-box-caption {
    opacity: 1; }
  .portfolio-box:focus {
    outline: none; }
  @media (min-width: 768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
      font-size: 16px; }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
      font-size: 22px; } }

.text-primary {
  color: #F05F40 !important; }

.btn {
  font-weight: 300;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

.btn-xl {
  padding: 1rem 2rem; }

.btn-primary {
  background-color: #F05F40;
  border-color: #F05F40; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #ee4b28 !important; }
  .btn-primary:active, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important; }


  .fa-actions {
  display: inline;

  padding-right: 10px;
  padding-left: 10px;
  
}

.main-title-name {
    
  color: #B9EAD6;
  margin:0;
  padding:0;

      font-style: normal;
    font-weight: 100;
    margin: 100px 0 35px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 140px;
    line-height: 0.8;
    display: block;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.17em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
   
}

.main-title-subheading {
    
  color: #B9EAD6;
  margin:0;
  padding:0;
font-family: 'Source Sans Pro light', sans-serif;

    font-weight: 100;
    margin: 0 40px 35px;
    letter-spacing: 1px;
    font-size: 48px;
    line-height: 1.2;
    display: block;

    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    text-align: center;
}

  .h1-alt-color {
color: #113F72;
font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 42px;
  

}

.h1-alt-white {
color: #fff;
font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.25rem;
  

}



/* Vertical Tabs */




.nav-tabs--vertical {
  border-bottom: none;
  border-right: 1px solid #ddd;
  display: flex;
  flex-flow: column nowrap;
}
.nav-tabs--left {
  margin: 0 15px;
}
.nav-tabs--left .nav-item + .nav-item {
  margin-top: .25rem;
}
.nav-tabs--left .nav-link {
  transition: border-color .125s ease-in;
  white-space: nowrap;
}
.nav-tabs--left .nav-link:hover {
  background-color: rgb(82, 91, 90);
  border-color: transparent;
}
.nav-tabs--left .nav-link.active {
  border-bottom-color: #ddd;
  border-right-color: #fff;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
  margin-right: -1px;
}
.nav-tabs--left .nav-link.active:hover {
  background-color: #fff;
  border-color: #0275d8 #fff #0275d8 #0275d8;
}


.nav-tabs > li  {
background-color: rgba(190, 249, 180, 0.6);
}


.nav-tabs > a  {
color: #8CAB72;
}


/* PIE CHART CSS */


 #chartwrapper {
    position: relative;
    width: 700px;
    height: 400px;
    margin-top: -30px;
  }

  #chartwrapper2 {
    position: relative;
    width: 500px;
    height: 400px;
    margin-top: 100px;
    left: 30px;
  }

  #chartdiv {
    position: absolute;
    top: -80px;
    left: -30px;
    width : 760px;
    height : 460px;
  }
  #chartcontdiv {
    position: absolute;
    top: -80px;
    left: -30px;
    width : 760px;
    height : 460px;
  }

  #chartdiv3 {
    width: 100%;
    height: 500px;
  }

  /* END PIE CHART */

  /* PROGRESS BAR CHART */

  section{
  margin:400px auto; 
  height:800px; 


}


.progress{
  border-radius:0;
  overflow:hidden;
background-color: #b1c6a3;
height: 30px;

  
}
.progress-bar{
   
  -webkit-transition: width 1.5s ease-in-out;
  transition: width 1.5s ease-in-out;
  display: flex;
  align-items: center;
  height: 100%;
  background-color: #435c75;

  
}

.inner-text{
  font-family: 'Source Sans pro';
  font-size:16px;
  font-weight:500; 
  padding-left: 20px; 

}

.inner-text2{
  font-family: 'Source Sans pro';
  font-size: 16px;
  font-weight:500; 
  
  padding-left: 20px;

}

.inner-text3{
  font-family: 'Source Sans pro';
  font-size:16px;
  font-weight:500; 
  vertical-align: middle
  text-align: left;
  
  padding-left: 0px; 

}


.padding-bars{

  padding-bottom: 20px;



}


/* End Progress Bar Chart */



/* Brain container */

.containerbrain{
max-width: 800px;

}

/* scroll icon */

.scroll-downs {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  margin-top: 45px;
  line-height: 45px;
  width :35px;
  height: 60px;
}

.scroll-downs2 {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  
  
  width :35px;
  height: 60px;
}

.mousey {

  width: 2px;
  padding: 10px 15px;
  height: 30px;
  border: 1.5px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;

}

.mousey:focus, .mousey:hover {
    color: white;
    outline: none;
    background: rgba(255, 255, 255, 0.2); }


.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  50% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(25px); opacity: 0;}
}

/* Projects text */

.projectbody {
  font-family: "Segoe UI",Roboto, sans-serif;
  text-align: left;
  font-size: 12px;
  margin-bottom: 40px;
  color: #808284;
   }

   .projectbodytitle {
  font-family: "Segoe UI",Roboto, sans-serif;
  text-align: left;
  font-size: 14px;
  font-weight: 400;

  color: #4C4E51;
   }


   /* MODAL styles */

.modalcontainer {
  width:1000px;
}

.modal-header {

  background-color: #D9DADD;
}


/* Background colors */

  .blue {
  background: rgba(255, 255, 255, 0.8);
  
  padding: 40px;

}

.aboutheadbg {
  background: rgba(220, 223, 223, 0.8);
  
  padding: 40px;
}

.aboutbg {
  background: rgba(225, 232, 232, 0.8);
  padding: 40px;

}

.skillsbg {
  background: rgba(255, 255, 255, 0.6);
  padding: 40px;

}

.projectbg {
 background-color: rgba(255, 255, 255, 0.6);
  

}

.contactbg {
  background: rgba(241, 84, 7, 0.5);
  
 padding: 40px
}

.footer-bottom {
  position: absolute;
  bottom:0;



}

.containertimeline {

 
  display:inline-block;
  width:auto;
  overflow-y:hidden;
}


/* font for about us */


.fontlight {
  font-family: "Source sans pro";
  font-size: 18px;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  line-height: 26.4px;
  margin: 2rem 0 2rem;
  color: white;
 
}

.fontlighter {
  font-family: "Source sans pro";
  font-size: 24px;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  line-height: 26.4px;
  margin: 1rem 0 0.5rem;
 color: black;
}

/* large text for Hi my name is george */

.main-about-heading {
    
  color: #00314F;
  margin:0;
  padding:0;
font-family: 'Source Sans Pro light', sans-serif;

    font-weight: 100;
    
    letter-spacing: 2px;
    font-size: 56px;
    line-height: 1;
    display: block;

    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    text-align: right;
}

.main-about-subheading {
    
  color: #00314F;
  margin:0;
  padding:0;
font-family: 'Source Sans Pro light', sans-serif;

    font-weight: 100;
    margin: 0 0 0;
    letter-spacing: 1px;
    font-size: 36px;
    line-height: 1;
    display: block;

    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    text-align: right;
}