/* STICKY SCROLL CSS */
#stickyHeader {
    position:fixed;
    height: auto;
    background:#ccc;
    left:0;
    top:0;
    float:left;
    width:100%;
    z-index: 2000;
}

/* Top Contact Header */
#top_Contact_Header {
  width: 90%;
  height: 35px;
  margin: 0;
  padding: 0 5% 0 5%;
  float: left;
  background-color: #1C50A3; /* Blue */
  text-align: right;
}
#top_Contact_Header i {
  font-size: 17px;
  line-height: 35px;
  margin-right: 5px;
  margin-left: 15px;
  color: #F1692A; /* Orange */
}
#top_Contact_Header #socialIcons{
  color: white;
  line-height: 35px;
  vertical-align: top;
  transition: 2s;
}
#top_Contact_Header #socialIcons:hover{
  font-size: 30px;
  transition: 2s;
}
#top_Contact_Header label {
  margin: 0;
  padding: 0;
  line-height: 35px;
  font-size: 14px;
  color: #fff;
  vertical-align: top;
  transition: 2s;
}
#top_Contact_Header label:hover{
  font-size: 20px;
  transition: 2s;
}

/* Top Contact Header */
#top_Nav_Header {
  width: 90%;
  height: 100px;
  margin: 0;
  padding: 0 5% 0 5%;
  float: left;
  background-color: #fff;
  transition: 1s;
  border-bottom: 8px solid orange;
}
#top_Nav_Header.stick {
  width: 90%;
  height: 60px;
  margin: 0;
  padding: 0 5% 0 5%;
  float: left;
  background-color: #fff;
  transition: 1s;
  border-bottom: 5px solid orange;
}
#top_Nav_Header #logo {
  width: 20%;
  height: 100%;
  float: left;
  margin: 0;
  padding: 0;
  transition: 1s;
}
#top_Nav_Header a img{
  width: auto;
  height: 100%;
  float: left;
  margin: 0;
  padding: 0;
  transition: 1s;
}
#top_Nav_Header a img:hover{
  height: 107%;
  transition: 1s;
}
#top_Nav_Header nav{
  width: 80%;
  height: 100%;
  float: left;
  margin: 0;
  padding: 0;
  background-color: ;
  transition: 1s;
}
#top_Nav_Header nav li{
  width: auto;
  height: 100%;
  line-height: 120px;
  display: inline-block;
  text-decoration: none;
  float: right;
  margin-left: 20px;
  font-size: 13px;
  transition: 1s;
}
#top_Nav_Header.stick nav li{
  width: auto;
  height: 100%;
  line-height: 60px;
  display: inline-block;
  text-decoration: none;
  float: right;
  margin-left: 20px;
  font-size: 13px;
}
#top_Nav_Header nav li a{
  text-decoration: none;
  color: #000;
  transition: 2s;
}
#top_Nav_Header.stick nav li a{
  text-decoration: none;
  color: #000;
  transition: 0s;
}
#top_Nav_Header nav li a:hover{
  color: #F1692A; /* Orange */
  font-size: 23px;
  transition: 1s;

}
#top_Nav_Header nav li .active{
  color: #F1692A; /* Orange */
}
#top_Nav_Header.stick nav li .active{
  color: #F1692A; /* Orange */
}
