.navbar-inverse {
background-color:#1f3d4b !important;
border-color:#080808;
 font-weight: bold;
 color:#fff !important;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
 color:#1f3d4b !important;
background-color:#fdce5d;
}


/*Sub Nav*/
.subnav .container-fluid,
header .container-fluid {
    max-width: 1140px;
}

.header-wrapper {
    min-height: 80px;
    position: relative;
    z-index: 999;
}

.subnav {
    text-align: right;
    background: #314354;
    color:#fff;
}

.subnav-item {
    display: inline-block;
    margin-left: 30px;
}

.subnav-item p, .subnav-item a {
    color: #888;
    letter-spacing: 0.3px;
    font-size: 11px;
    margin: 10px 0;
    transition: 0.15s;
}

.subnav-item a {
    text-decoration: none;
}

.subnav-item p span {
    font-weight: 400;
    color: #555;
}

.subnav-item:hover p, .subnav-item:hover a {
    color: #eee;
}

.subnav-item i {
    color: #555;
    font-size: 16px;
    vertical-align: middle;
    margin-right: 10px;
    line-height: 1.7em;
}

.social {
    display: inline-block;
    margin: 0;
    padding-left: 20px;
}

.social .fa {
    color: #777;
}

.social li {
    display: inline;
}


.gray-border {
    width: 100%;
    border-top: 10px solid #e5e5e5;
    border-bottom: 10px solid #e5e5e5;
}

.gray-section {
    background: #f9f9f9;
    border-top: 1px solid #ddd;
}
.content-box,
.content-box-dark-bg {
    border: 3px solid #4ec8f4;
    transition: 0.1s;
}

.content-box {
    position: relative;
    background: #fff;
    margin-bottom: 10px;
    border-radius:6px;
}

.content-box:hover,
.content-box-dark-bg:hover {
    border: 3px solid #696969;
    
    background: #fff;
}

.content-box h4,
.content-box a,
.read-more,
.read-more-dark {
    text-decoration: none;
    color: #000;
    font-weight: 400;
    font-size: 1.1em;
}





.content-box-info {
    padding: 3px 6px;
}

.content-box-info h4 {
    font-size: 1.1em;
}



.divider-light,
.divider-dark {
    height: 1px;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.divider-light {
    background: #ddd;
}

.divider-dark {
    background: #555;
}

.divider-light::before,
.divider-dark::before {
    content: "";
    width: 70px;
    height: 4px;
    background: #fecd0f;
    position: absolute;
    top: -3px;

}

.divider-light-bot,
.divider-dark-bot {
    width: 100%;
    margin: 0 0 5px 0;
    height: 1px;
}

.divider-dark-bot {
    background: #555;
}

.divider-light-bot {
    background: #ddd;
}
.btn-read-more:hover {
    color: green;
}




.btn-read-more::after {
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 15px;
    font-family: "FontAwesome";
    font-size: 15px;
    color: #999;
    font-weight: 800;
    transition: 0.2s;

}

.btn-read-more:hover:after {
    right: 15px;
    color: #333;
}

.read-more-dark::before {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    margin: 5px 0 0 -15px;
    background: #fecd0f;
 
}

a.read-more,
a.read-more-dark {
    float: right;
    position: relative;
    font-size: 0.9em;
    padding: 10px 0 10px 10px;
    transition: 0.1s;
}

a.read-more:hover {
    color: green;
}

.btn-read-more:hover {
    background: #fff;
}

a.read-more {
    color: #999;
}

a.read-more-dark {
    color: #777; 
}

a.read-more-dark:hover {
    color: #ddd;
}

.read-more::before {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    top: 9px;
    left: 10px;
    margin: 6px 0 0 -15px;
    background: #fecd0f;
}


.btn-all-projects {
    text-transform: uppercase;
    font-weight: 500;
    padding: 30px;
    color: #fecd0f;
    display: block;
    width: 100%;
    text-align: center;
    background: #222;
    text-decoration: none;
    transition: 0.2s;
    letter-spacing: 1px;
}

.btn-all-projects:hover {
    background: #000;
    color: #fecd0f;
}

.btn-all-projects::after {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 18px;
    color: #fecd0f;
    position: relative;
    top: 1px;
    margin-left: 15px;
    font-weight: 800;
    transition: 0.2s;
}

.btn-all-projects:hover:after {
    margin-left: 30px;
}

.p-text.p-text {
    display: none;
}

.project-details {
    position: relative;
    top: 15%;
    color: #ddd;
    padding: 0 80px;
}

.project-name {
    font-size: 1.2em;
    display: block;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.project-category {
    text-transform: uppercase;
    font-size: 11px;
    color: #fecd0f;
    letter-spacing: 8px;
    margin-bottom: 5px;
}

.project-description {
    font-size: 13px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

.portfolio-box img {
    transition: 0.5s;
    width: 100%;
}

#gallery .item {
    overflow: hidden;
}

.portfolio-box:hover img {
    transform: scale(1.05);
}

.portfolio-box .portfolio-box-caption {
    color: white;
    opacity: 0;
    display: block;
    background: rgba(10, 10, 10, 0.8);
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;

}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-shadow: 0px 3px 2px rgba(0, 0, 0, 1);
}

/*End Sub Nav*/

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    /*background-color: #fdce5d !important;
    color:#1f3d4b !important;*/
    background-color: #2567b3 !important;
    color:#fff!important;
    

}
.standard-nav li {
    border-right: 1px solid #c2bcbc;
}

.standard-nav div {
    border-right: 1px solid #c2bcbc;
}
.standard-nav li:last-child {
    border: none;
}

.glyphicon {

  
  line-height: none !important;
}

.footer {
  //position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  //opacity: 0.8;
  height: 100%;
  background-color: #1f3d4b;
  color: #fff;
  text-align: left;
  width: 100%;
}

.footerf{

  text-align: left;
  padding: 12px;
  list-style-type: none;
  height: 200px;
  line-height: 2;
}
h3:hover{
transition: transform 0.25s ease-out;
  color:#fdce5d;
  
}

 ul li a:hover{
color:#fdce5d!important;
transition: transform 0.25s ease-out;


}

.footers{
	display: block;
	list-style-type: none;

}
.bottom{
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 18px;
  //opacity: 0.9;
  height: 100%;
  background-color: #898e92;
  color: #fff;
  text-align: left;
  display: inline-block;

}
.responsive {
  width: 100%;
  height: auto;
}

.fixed-footer{
        max-width:100%;
        //position: fixed;        
        background: #314354;
        padding: 13px 0;
        color: #fff;
        text-align: center;
        bottom: 0;
    }

    .fhr{
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255,255,255,0.15);
    border-left: none;
    border-right: none;
    border-bottom: none;

    }

    .link{

      text-decoration: none;
      color: #fff;
    }

    a:hover{
        color:yellow;
        text-decoration: none;

    }
.hover-underline {
  display: inline-block;
  position: relative;
  color: #9A1B02;
}

.hover-underline::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ffa63c;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.hover-underline:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
       


    .fa {
  padding: 10px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  margin: 5px 2px;
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
  box-shadow: 1px 1px 1px 1px #aaacad;

}

.fa:hover {
    opacity: 0.7;
    
}

.fa-facebook {
  background: #3B5998;
  color: white;
}



.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-android {
  background: #a4c639;
  color: white;
}

.fa-dribbble {
  background: #ea4c89;
  color: white;
}

.fa-vimeo {
  background: #45bbff;
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}

.fa-vine {
  background: #00b489;
  color: white;
}

.fa-foursquare {
  background: #45bbff;
  color: white;
}

.fa-stumbleupon {
  background: #eb4924;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

.fa-yahoo {
  background: #430297;
  color: white;
}

.fa-soundcloud {
  background: #ff5500;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}

.fa-rss {
  background: #ff6600;
  color: white;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: !important;
    border: 1px solid #ddd;
        
}

.dropdown-menu > li > a:hover {
   color: #fff!important;
    text-decoration: none;
    //background-color: #094e5f!important;
}

.client-img{
    min-width: 100%;
}
