/**
* 	@template  :  Behash
	By Aurthor :  UI-ThemeZ
	Version    :  1.0

TABLE OF CONTENTS

	* Global
		+ Navbar
		+ Header
		+ Hero
		+ Us
		+ Team
		+ Numbers
		+ Services Tab
		+ Portfolio
		+ clients
		+ Price
		+ Blog
		+ Contact
		+ Map
		+ Footer
		
*/
@import url(main.css);
/* -------------------------------------------------------
                     Global 
-------------------------------------------------------- */
body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-weight: 400;
}

.section-padding {
  padding: 100px 0;
}

p {
  color: #777;
  line-height: 1.7;
  font-size: 15px;
}

.ctit {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
}

.section-head {
  margin-bottom: 80px;
}
.section-head h6 {
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #3ebaea;
  margin-bottom: 15px;
}
.section-head h4 {
  padding-bottom: 20px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  position: relative;
}
.section-head h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
  width: 60px;
  height: 2px;
  background: #3ebaea;
}

.spc-word {
  font-weight: 500;
}

.btn-bg-md {
  border: 1px solid #3ebaea;
  background: #3ebaea;
}

.btn-bg-md:hover,
.btn-bord-md:hover {
  border-color: #3ebaea;
  color: #3ebaea;
  background: transparent;
}

/* -------------------------------------------------------
                     Navbar 
-------------------------------------------------------- */
.navbar-default {
  padding: 20px 0 30px;
  background: none;
  border: none;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.navbar-default .navbar-brand {
  font-weight: 800;
  font-size: 30px;
  color: #3ebaea;
  padding-top: 20px;
  font-family: 'Montserrat', sans-serif;
}
.navbar-default .navbar-brand:hover {
  color: #3ebaea;
}
.navbar-default .navbar-brand span {
  font-weight: 100;
  color: #eee;
  font-family: "Open Sans", sans-serif;
}
.navbar-default .navbar-nav > li > a {
  margin: 0 !important;
  color: #eee !important;
  padding: 0 !important;
}
.navbar-default .navbar-nav > li {
  font-size: 14px;
  margin: 25px 20px 0;
  padding: 5 10px;
  background: none;
  cursor: pointer;
  position: relative;
}
.navbar-default .navbar-nav > li .active {
  color: #3ebaea !important;
  background: none;
}

.nav-scroll {
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px #f1f1f1;
          box-shadow: 0px 0px 10px #f1f1f1;
  min-height: 60px;
  line-height: 60px;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.nav-scroll .navbar-brand span {
  display: none;
}
.nav-scroll .navbar-nav > li > a {
  color: #111 !important;
}

/* -------------------------------------------------------
                    Header
-------------------------------------------------------- */
.header {
  min-height: 100vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.header .header-overlay {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
.header .caption {
  color: #fff;
  font-family: 'Raleway', sans-serif;
}
.header .caption h3 {
  margin-bottom: 20px;
  font-weight: 100;
}
.header .caption h2 {
  margin-bottom: 50px;
  font-weight: 200;
}
.header .caption .button {
  margin: 0 2px 0;
}
.header .button-scroll {
  position: absolute;
  bottom: 5vh;
  left: calc(50% - 13px);
  width: 26px;
  height: 50px;
  border-radius: 15px;
  border: 2px solid #fff;
  cursor: pointer;
  z-index: 9;
}
.header .button-scroll span {
  height: 10px;
  width: 2px;
  position: absolute;
  left: calc(50% - 1px);
  background: #fff;
  -webkit-animation: scroll .5s infinite alternate;
  animation: scroll .5s infinite alternate;
}

@keyframes scroll {
  0% {
    top: 50%;
  }
  50% {
    top: 55%;
  }
  100% {
    top: 60%;
  }
}
@-webkit-keyframes scroll {
  0% {
    top: 50%;
  }
  50% {
    top: 55%;
  }
  100% {
    top: 60%;
  }
}
.header.demo1 {
  background-image: url(../img/bg1.jpg);
  background-attachment: fixed;
}

.sub-header {
  height: 70vh;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.sub-header .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}
.sub-header .caption {
  margin-top: 50px;
  color: #fff;
}
.sub-header .caption h1 {
  font-size: 50px;
  margin-bottom: 15px;
}

/* -------------------------------------------------------
                    Hero
-------------------------------------------------------- */
.hero {
  padding-bottom: 0;
}

/* -------------------------------------------------------
                    Us
-------------------------------------------------------- */
.us {
  background: #fafafa;
  text-align: center;
}
.us .item {
  padding: 50px 30px;
  margin-bottom: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px #eee;
          box-shadow: 0px 0px 5px #eee;
}
.us .item:hover span {
  background: #3ebaea;
  color: #fff;
}
.us .item span {
  font-size: 40px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background: #f7f7f7;
  color: #3ebaea;
  margin-bottom: 20px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.us .item h6 {
  margin-bottom: 20px;
  letter-spacing: .5px;
  font-weight: 600;
}

/* -------------------------------------------------------
                     Team 
-------------------------------------------------------- */
.team .team-item {
  position: relative;
}
.team .team-item:hover .info {
  opacity: 1;
}
.team .team-item .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.team .team-item .info h6 {
  font-weight: 300;
  color: #3ebaea;
  margin-bottom: 10px;
}
.team .team-item .info h5 {
  font-weight: 200;
  margin-bottom: 30px;
}
.team .team-item .info span {
  margin: 0 10px 0;
}
.team .team-item .info span:hover {
  color: #3ebaea;
}
.team .why-us {
  padding: 100px 0 0;
}
.team .why-us h4 {
  margin-bottom: 20px;
}
.team .why-us .button {
  margin-top: 20px;
}
.team .skills {
  padding: 100px 0 0;
}
.team .skills .item h6 {
  font-size: 14px;
  margin-bottom: 10px;
}
.team .skills .item .skills-progress {
  width: 100%;
  height: 5px;
  line-height: 0;
  margin-bottom: 50px;
  background: #f7f7f7;
}
.team .skills .item .skills-progress span {
  width: 0;
  height: 100%;
  background: #3ebaea;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.team .skills .item .skills-progress span:after {
  content: attr(data-value);
  font-size: 10px;
  position: absolute;
  top: 15px;
  right: -5px;
}

/* -------------------------------------------------------
                    Numbers
-------------------------------------------------------- */
.numbers {
  background-image: url(../img/numbers.jpg);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  color: #fff;
}
.numbers:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 0;
}
.numbers .container {
  position: relative;
  z-index: 2;
}
.numbers .numb-item span {
  color: #3ebaea;
  font-size: 40px;
  margin-bottom: 20px;
}
.numbers .numb-item h4 {
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}
.numbers .numb-item h6 {
  font-size: 16px;
  color: #ccc;
}

/* -------------------------------------------------------
                    Services Tabs
-------------------------------------------------------- */
.services {
  padding-bottom: 0;
}
.services .tabs-icon li {
  display: inline-block;
  padding: 20px 60px;
  background: #f7f7f7;
  margin-bottom: 80px;
  cursor: pointer;
  color: #888;
  position: relative;
}
.services .tabs-icon li:after {
  content: "";
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #3ebaea;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
  display: none;
}
.services .tabs-icon li span {
  font-size: 40px;
}
.services .tabs-icon li h6 {
  font-size: 16px;
  text-transform: uppercase;
}
.services .tabs-icon .active {
  background: #3ebaea;
  color: #fff;
}
.services .tabs-icon .active:after {
  display: block;
}
.services .services-content {
  min-height: 350px;
  padding: 80px 0;
  background: #fafafa;
}
.services .services-content .item {
  display: none;
}
.services .services-content .item .icon {
  font-size: 180px;
  color: #f4f4f4;
}
.services .services-content .item h5 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}
.services .services-content .item h6 {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.services .services-content .active {
  display: block;
}

/* -------------------------------------------------------
                    Portfolio
-------------------------------------------------------- */
.portfolio {
  overflow: hidden;
}
.portfolio .filtering span {
  margin: 0px 5px;
  padding: 8px 20px;
  font-size: 16px;
  background: #f7f7f7;
  cursor: pointer;
}
.portfolio .filtering .active {
  color: #fff;
  background: #3ebaea;
}
.portfolio .item-img {
  padding: 15px;
  position: relative;
}
.portfolio .item-img .item-img-overlay {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
  color: #fff;
}
.portfolio .item-img .item-img-overlay:hover {
  opacity: 1;
}
.portfolio .item-img .item-img-overlay h6 {
  margin-bottom: 20px;
}
.portfolio .item-img .item-img-overlay .icon a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: 5px;
  font-size: 14px;
  border: 1px solid #eee;
}

/* -------------------------------------------------------
                    clients
-------------------------------------------------------- */
.clients {
  background-image: url(../img/clients.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}
.clients:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.clients .container {
  position: relative;
  z-index: 2;
}
.clients .client-say {
  color: #fff;
}
.clients .client-say span {
  font-size: 40px;
  margin-bottom: 10px;
}
.clients .client-say h4 {
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  margin-bottom: 50px;
  padding-bottom: 30px;
  position: relative;
}
.clients .client-say h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
  width: 60px;
  height: 2px;
  background: #3ebaea;
}
.clients .client-say .client-item p {
  font-size: 18px;
  color: #ccc;
  font-style: italic;
  font-family: "Raleway", sans-serif;
  margin-bottom: 30px;
}
.clients .client-say .client-item h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.clients .client-say .client-item h5 {
  font-size: 12px;
  font-weight: 200;
  margin-bottom: 30px;
}
.clients .owl-theme .owl-dots span {
  width: 2px;
  height: 10px;
  background: #eee;
  margin: 0 5px;
}
.clients .owl-theme .owl-dots .active span {
  height: 18px;
  background: #3ebaea;
}

/* -------------------------------------------------------
                    Price
-------------------------------------------------------- */
.price .prc-item {
  text-align: center;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 20px 30px 50px;
}
.price .prc-item .type {
  padding-bottom: 30px;
}
.price .prc-item .type h5 {
  font-size: 22px;
  text-transform: uppercase;
}
.price .prc-item .main-price {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 30px 0;
  margin-bottom: 25px;
}
.price .prc-item .main-price h1 {
  position: relative;
  margin-bottom: 15px;
}
.price .prc-item .main-price h1 span {
  font-size: 20px;
}
.price .prc-item .main-price .per {
  font-size: 14px;
}
.price .prc-item .features p {
  padding: 2px 0;
  font-size: 14px;
}
.price .button {
  border: 1px solid #222;
  border-radius: 30px;
  background: #222;
  color: #fff;
  letter-spacing: 1px;
  padding: 15px;
  text-align: center;
  margin: 30px auto 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.price .button:hover {
  background: #3ebaea;
  border-color: #3ebaea;
}
.price .active {
  border-color: #3ebaea;
  background: #3ebaea;
}
.price .active h1 {
  color: #fff;
}
.price .active h1:after {
  background: #fff !important;
}
.price .active h5, .price .active p, .price .active span {
  color: #fff;
}
.price .active .button {
  background: #fff;
  border-color: #3ebaea;
  color: #3ebaea;
}

/* -------------------------------------------------------
                    Blog
-------------------------------------------------------- */
.blog {
  background: #fafafa;
}
.blog .post-content {
  padding: 30px 20px 15px;
  background: #fff;
}
.blog .post-content h6 {
  margin-bottom: 15px;
}
.blog .post-content p {
  font-weight: 300;
  color: #999;
}
.blog .post-content a span {
  color: #3ebaea;
  margin: 5px auto 15px;
  font-size: 14px;
}
.blog .post-content .info {
  padding-top: 15px;
  border-top: 1px solid #eee;
}
.blog .post-content .info li {
  display: inline-block;
  margin: 0 10px -15px 0;
  padding: 0;
  font-size: 12px;
  color: #888;
}
.blog .post-content .info li span {
  padding-right: 4px;
  color: #3ebaea;
}

/* -------------------------------------------------------
                    Contact
-------------------------------------------------------- */
.contact .info {
  margin-bottom: 80px;
}
.contact .info .item {
  text-align: center;
}
.contact .info .item .icon {
  font-size: 40px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background: #f7f7f7;
  color: #3ebaea;
  margin: 0 auto 20px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.contact .info .item h6 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.contact .main-form input {
  width: 100%;
  padding: 10px;
  border: 1px solid #eee;
  background: #fafafa;
  margin-bottom: 15px;
}
.contact .main-form input[type="submit"] {
  background: #3ebaea;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.contact .main-form input[type="submit"]:hover {
  border-color: #3ebaea;
  background: transparent;
  color: #3ebaea;
}
.contact .main-form textarea {
  width: 100%;
  height: 140px;
  max-width: 100%;
  max-height: 140px;
  padding: 10px;
  background: #fafafa;
  border: 1px solid #eee;
}

/* -------------------------------------------------------
                    Map
-------------------------------------------------------- */
.map {
  height: 400px;
}
.map #ieatmaps {
  height: 100%;
  width: 100%;
}

/* -------------------------------------------------------
                    Footer
-------------------------------------------------------- */
footer {
  background: #111;
  color: #fff;
}
footer .main-footer {
  padding: 80px 0;
}
footer .main-footer .footer-logo {
  font-weight: 100;
  font-size: 35px;
  color: #eee;
  margin-bottom: 30px;
}
footer .main-footer .footer-logo span {
  font-weight: 900;
  color: #3ebaea;
  font-family: 'Montserrat', sans-serif;
}
footer .main-footer .social-icon span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #888;
  background: #151515;
  -webkit-transition: all .5s;
  transition: all .5s;
}
footer .main-footer .social-icon span:hover {
  background: #3ebaea;
  color: #fff;
}
footer .sub-footer {
  text-align: center;
  padding: 20px 0;
  border-top: 2px solid #151515;
}

/* -------------------------------------------------------
                    Blog Page
-------------------------------------------------------- */
.posts {
  padding-right: 15px;
}
.posts .item {
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #eee;
}
.posts .item .content .post-img {
  margin-bottom: 50px;
  width: 100%;
}
.posts .item .content .post-img img {
  width: 100%;
}
.posts .item .content .post-info h5 {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.posts .item .content .post-info .spacial {
  padding: 50px 30px;
  background: #fafafa;
  border-left: 4px solid #888;
  font-size: 18px;
  font-style: italic;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.posts .item .content .mor-inf {
  margin-bottom: 30px;
}
.posts .item .content .mor-inf li {
  display: inline-block;
  margin-right: 15px;
  font-size: 11px;
  text-transform: uppercase;
  color: #999;
  letter-spacing: 1px;
}
.posts .item .content .mor-inf li a:hover {
  color: #3ebaea;
}
.posts .item .content .mor-inf li .icon {
  margin-right: 5px;
}
.posts .item .content .more {
  display: inline-block;
  padding: 12px 30px;
  background: #222;
  color: #eee;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  margin-top: 30px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.posts .item .content .more:hover {
  background: #3ebaea;
}
.posts .item .content .share {
  float: right;
  text-align: center;
  margin-top: 30px;
}
.posts .item .content .share li {
  margin-left: 30px;
  display: inline-block;
}
.posts .item .content .share span {
  font-size: 14px;
  text-transform: uppercase;
  color: #888;
}
.posts .item .content .share span i {
  margin: 0 5px;
}
.posts .item .content .share span:hover {
  color: #3ebaea;
}
.posts .comm {
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.posts .comm .comm-item {
  margin-bottom: 50px;
}
.posts .comm .comm-item .user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  background: #eee;
}
.posts .comm .comm-item .comnts {
  margin-left: 70px;
}
.posts .comm .comm-item .comnts h6 {
  margin-bottom: 5px;
}
.posts .comm .comm-item .comnts span {
  font-size: 11px;
  color: #888;
  margin-right: 15px;
  margin-bottom: 15px;
}
.posts .comm .comm-item .comnts span i {
  margin-right: 5px;
}
.posts .comm .comm-reply {
  margin-left: 70px;
}
.posts .lev-comm input, .posts .lev-comm textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #f4f4f4;
  margin-bottom: 15px;
  font-size: 12px;
}
.posts .lev-comm textarea {
  height: 140px;
  max-width: 100%;
  max-height: 140px;
}
.posts .lev-comm input[type="submit"] {
  background: #222;
  border-color: #222;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.posts .lev-comm input[type="submit"]:hover {
  background: #3ebaea;
  border-color: #3ebaea;
}
.posts .numb span {
  padding: 10px 16px;
  border: 1px solid #eee;
  font-size: 12px;
  color: #888;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.posts .numb span:hover {
  background: #3ebaea;
  border-color: #3ebaea;
  color: #fff;
}
.posts .numb .active {
  border-color: #555;
  color: #555;
}

.side-bar {
  padding-left: 15px;
}
.side-bar .widget {
  margin-bottom: 80px;
}
.side-bar .widget .search {
  position: relative;
}
.side-bar .widget .search input {
  width: 100%;
  padding: 9px;
  font-size: 14px;
  border: 1px solid #eee;
}
.side-bar .widget .search ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
  font-size: 13px;
}
.side-bar .widget .search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
  font-size: 13px;
}
.side-bar .widget .search :-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
  font-size: 13px;
}
.side-bar .widget .search :-moz-placeholder {
  /* Firefox 18- */
  color: #999;
  font-size: 13px;
}
.side-bar .widget .search .icon {
  position: absolute;
  top: 9px;
  right: 9px;
  color: #ddd;
}
.side-bar .widget .about-bar img {
  margin-bottom: 30px;
}
.side-bar .widget .follow span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 50%;
  font-size: 14px;
  color: #777;
  margin: 0 2px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.side-bar .widget .follow span:hover {
  border-color: #3ebaea;
  background: #3ebaea;
  color: #fff;
}
.side-bar .widget .lpost .item {
  margin-bottom: 30px;
  overflow: hidden;
}
.side-bar .widget .lpost .sm-img {
  width: 30%;
  float: left;
}
.side-bar .widget .lpost .info {
  margin-left: 35%;
}
.side-bar .widget .lpost .info h5 {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.side-bar .widget .lpost .info span {
  font-size: 11px;
  color: #999;
  letter-spacing: 1px;
}
.side-bar .widget .catg h5 {
  font-size: 13px;
  margin-bottom: 15px;
  color: #888;
  padding-left: 15px;
  position: relative;
}
.side-bar .widget .catg h5:before {
  content: "\f105";
  position: absolute;
  left: 0;
  top: 1px;
  font-family: "FontAwesome";
  color: #ccc;
}
.side-bar .widget .catg h5 span {
  float: right;
}
.side-bar .widget .tags span {
  font-size: 12px;
  padding: 5px 10px;
  border: 1px solid #eee;
  color: #888;
  margin: 2px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.side-bar .widget .tags span:hover {
  background: #3ebaea;
  border-color: #3ebaea;
  color: #fff;
}

.side-tit {
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 1px solid #eee;
}
.side-tit h6 {
  font-size: 14px;
  color: #333;
}

.column {
  padding-right: 0 !important;
}
.column .item .content {
  margin-left: 0 !important;
}

/*# sourceMappingURL=style.css.map */

.navbar-default .navbar-brand {
    width: 50%;
}

.navbar-default .navbar-brand img {
    width: 100%;
    margin-top:-15px;
}
.nav-scroll {
    background: #000;
    box-shadow: none;
}
.nav-scroll .navbar-nav > li > a {
    color: #fff !important;
}
@media screen and (min-width:767px) {
    .navbar-right {
        margin-top: -10px;
    }
    .nav-scroll .navbar-right {
        margin-top:-5px;
    }
}