html, body {
  overflow-x:hidden 
} 
  body {
      font: 400 15px/1.8 Lato, sans-serif;
      color: #000079;
  }
  h3 {
      margin: 10px 0 30px 0;
      letter-spacing: 10px;
      font-size: 20px;
      color: #000079;
  }

  .container{

      position: relative;
  }

.nav .dropdown.open .caret{
    border-top: none;
    border-bottom: 4px solid #fff;
}

.pipeline img{
  margin-left: 18px;
  margin-bottom: 5px;
  margin-top: 5px;
  width:75px;
  margin-right: 5px;
}


  .navbar {
      font-family: Montserrat, sans-serif;
      margin-bottom: 0;
      background-color: #2d2d30;
      border: 0;
      font-size: 18px !important;
      letter-spacing: 2px;
      opacity: 0.9;
      line-height: 100px;
  background-color: #000079;
  }
  .navbar li a, .navbar .navbar-brand {
      color: #d5d5d5 !important;
  }

  .navbar-header{
  	float: right;
  }

  .navbar-nav li a:hover {
      color: #fff !important;
  }
  .navbar-nav li.active a {
      color: #000 !important;
      background-color: #fff !important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
  }
  .open .dropdown-toggle {
      color: #fff;
      background-color: #0000aa !important;
  }
  .dropdown-menu li a {
      color: #000 !important;
  }
  .dropdown-menu li a:hover {
      background-color: #000079 !important;
      color: #fff !important;
  }



 .footer {
      background-color: #000079;
      color: #f5f5f5;
      padding: 32px;

  }
  .footer a {
      color: #f5f5f5;
  }
  .footer a:hover {
      color: #777;
      text-decoration: none;
  }

  textarea {
      resize: none;
  }

 .home-image{ /* set relative picture size */
   width: 100%;
  
  }

.logo{
	height:70px;
	width:100px;
}



  .bg-4 {
      background-color: #2f2f2f; /* Black Gray */
      color: #fff;
  }

  .icon{
  	height: 40px;
  	width:40px;
  	background-color: green;
  	border-radius: 10px;
  	padding: 5px;
  }

td{
	padding-bottom: 10px;
}
.navbar-brand,
.navbar-nav li a {
    line-height: 70px;
    height: 70px;
    padding-top: 0;
}


.form-control::-moz-placeholder
{
  color:    #778899;
}




#contact{
	color: #000079
}


@media (max-width: 767px) /* mobile phones screen */
{
  
  .video{
    height: 200px;
  }

  .logo, .nav-end{
    display: none !important;
  }
.history-tl-container{
    width: 100%;
  }
  .slogan{
    width: 80%;
    height: 80%;
  }

  .clear{
  display: none;
  }
	  .dropdown-menu li a {
      color: #fff !important;
  }

	#contact{
		padding:10px;
		margin: 10px;
	}

  .navbar-fixed-top
    {
    position: absolute;
    top: auto;
    margin-left: 10%;
    width: 90%;
    }
 .home-image{ /* set relative picture size */
   width: 100%;
   height: 220px;
  }

  .logo{
	   display: none;
  }

   .open .dropdown-toggle {
      color: #fff;
      background-color: #555 !important;
  }
    .dropdown-menu li a:hover {
      background-color: #000079 !important;
      color: #fff;
  }

 #map{
	 border:1px solid #000079;
	  width:auto; !important;
	  height:300px !important;
	  min-width: 300px !important;
}


.col-sm-4{
	min-width: 400px !important;
}

.form-control{
	min-width: 300px !important;
}

.footer .row{
 padding: 0px !important;
}


}

/* end of mobile*/

.slogan{
    width: 1000px;
    margin-left: auto;
    margin-right: auto; 
  }


.btnMenu{
	border:solid 1px #fff;
	float:right;
	margin: 15px 10px 0px 0px;
	padding: 3.5px 2px 2px 2px;
	border-radius:2px;
	cursor:pointer;
}



.nav-end, .mobile-nav-end{
 background-color: white;
  height: 30px;
  width: 100%;
  border-bottom: 1px #00f solid;"
}
.footer-start{
 background-color: white;
  height: 30px;
  width: 100%;
  border-top: 1px #00f solid;
  opacity: 0.8;
}

#map{
 border:1px solid #000079;
 width:55%;
 height:400px;
}

.form-control{
	border-color: #000079;
}

#mobile-header{
 color: white;
 background-color: #000079;
 height: 50px;
}
.mobile-logo{
	height: 50px;
	width: 70px;
}
#container p{
	color: #000079;
}

.thumbnail{
	margin: 10px;
}

.clear{
  height: 100px;
}

.clearboth{
  height: 70px;
}

.center{
  display:block;
  margin-left:auto;
  margin-right:auto;
}



.footer .row{
 padding-left: 130px;
}
.thumbnail{
  padding: 5px;
  display: inline;

}


.project:hover, .team:hover{
  box-shadow: 2px 2px 2px 2px #000079;
}

a p{
  color: #000079;
  margin: 0px;
}

.modal-header, .modal-footer{
  color: white;
  background-color: #000079;
}

.modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width:500px;
    height:300px;

}
.close{
  color:white;
}

.modal{
border-radius: 6px !important;
}
.modal_body_text{
  display: none;
}


.page-header h1 {
  font-size: 3.26em;
  text-align: center;
  color: #efefef;
  text-shadow: 1px 1px 0 #000;
}





/** timeline box structure **/
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #000079;
  left: 50%;
  margin-left: -1.5px;
}

.tldate {
  display: block;
  width: 200px;
  background: #0000bb;
  border: 3px solid #000079;
  color: #ededed;
  margin: 0 auto;
  padding: 3px 0;
  font-weight: bold;
  text-align: center;
  -webkit-box-shadow: 0 0 11px rgba(0,0,0,0.35);
  border-radius: 4px;
}

.timeline li {
  margin-bottom: 25px;
  position: relative;
}

.timeline li:before, .timeline li:after {
  content: " ";
  display: table;
}
.timeline li:after {
  clear: both;
}
.timeline li:before, .timeline li:after {
  content: " ";
  display: table;
}

/** timeline panels **/
.timeline li .timeline-panel {
  width: 46%;
  float: left;
  background: #fff;
  border: 1px solid #000079;
  padding: 20px;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}

/** panel arrows **/
.timeline li .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #000079;
  border-right: 0 solid #000079;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline li .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline li .timeline-panel.noarrow:before, .timeline li .timeline-panel.noarrow:after {
  top:0;
  right:0;
  display: none;
  border: 0;
}

.timeline li.timeline-inverted .timeline-panel {
  float: right;
}

.timeline li.timeline-inverted .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline li.timeline-inverted .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}


/** timeline circle icons **/
.timeline li .tl-circ {
  position: absolute;
  top: 23px;
  left: 50%;
  text-align: center;
  background: #00bb00;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-left: -16px;
  border: 3px solid green;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: 99;
}


/** timeline content **/

.tl-heading h4 {
  margin: 0;
  color: #013220;

}

.tl-body p, .tl-body ul {
  margin-bottom: 0;
}

.tl-body > p + p {
  margin-top: 5px;
}

/** media queries **/
@media (max-width: 991px) {
  .timeline li .timeline-panel {
    width: 44%;
  }
}

@media (max-width: 700px) {
  .page-header h1 { font-size: 1.8em; }
  
  ul.timeline:before {
    left: 40px;
  }
  
  .tldate { width: 140px; }

  ul.timeline li .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
  }

  ul.timeline li .tl-circ {
    top: 22px;
    left: 22px;
    margin-left: 0;

  }
  ul.timeline > li > .tldate {
    margin: 0;
  }

  ul.timeline > li > .timeline-panel {
    float: right;
  }

  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}

.tl-body img{
width: 100%;
}

.middle-col{
  width: 40%;
}

@media (min-width: 768px) {
  .modal_body_text,.modal-dialog {
    width: 100%;    // by default its 600px.
    margin: 30px auto;
  }