.header-3layoutstop {
    padding: 0.8em 0;
    background: steelblue;
}
.header-3layoutstop p {
    color: #fff;
    font-size: 1em;
    text-align: center;
    margin-top: 8px;
    letter-spacing: 1px;
}
.search-grid {
    float: right;
    border: 1px solid #fff;
}
.search-grid input[type="text"] {
    display: inline-block;
    background: none;
    border: none;
    border-right: solid 1px #ffffff;
    width: 84%;
    padding: 0.5em;
    outline: none;
    font-size: .9em;
    color: #FFFFFF;
}
.big-dog::-webkit-input-placeholder {
	color: #FFFFFF !important;
}
.search-grid i.fa.fa-paper-plane-o{
    color: #FFFFFF !important;
    font-size: 1.2em !important;
}
.search-grid button.btn1 {
    color: #ffffff;
    font-size: .9em;
   
	padding: 6px 6px;
    border: none;
	outline:none;
    text-align: center;
    text-decoration: none;
    background: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.search button:hover{
    border: solid 1px #212121;
    background: #212121;
}
.search button:hover i.fa.fa-paper-plane-o{
    color: #FFFFFF !important;
}

/*-- navbar --*/
.nav-links .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0; 
   
}
.nav-links .navbar {//logo
	margin-bottom:0px;
	width: 100%;
	height: 100px;
}
.nav-links .navbar-inverse {
    background-color:#fff;
	border:none;
}
.nav-links .navbar-inverse .navbar-brand h1 {
    color: #ff5500;
	text-transform: uppercase;
	font-size: 2.5em;
    font-weight: 600;
}
.nav-links .navbar-brand {
	height:100px;
	padding:16px 0 0;
	float: left;
	width: 150px;
	
}
.nav-links .navbar-nav>li>a {
    padding: 50px 35px;
    color: #9d9d9d;
    font-size: 22px;
    font-weight: 900;
	text-transform: uppercase;
}
.nav-links  .navbar-inverse .navbar-nav>li>a:hover {
    background-color:#fff;
	color:#0099ff;
}
.navbar-inverse .navbar-nav > li > a:focus {
    color: #000;
}
.nav-links .navbar-inverse .navbar-nav>.active>a,.nav-links  .navbar-inverse .navbar-nav>.active>a:focus,.nav-links  .navbar-inverse .navbar-nav>.active>a:hover {
    color: #225973;
    background-color: #FFFFFF;
}
.navbar-header {
    width: 30%;
    float: left;
}
div#myNavbar {
    width: 70%;
    float: right;
}
.navbar-nav {
    float: right;
}

// about section
.about_section {
  background-color: #f3f3f3;

  .row {
    align-items: stretch;
  }

  .img-box {
    img {
      width: 100%;
    }
  }

  .detail-box {
    padding: 50px 15px 50px 35px;
    background-color: $white;
    clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0 76%);
    height: 100%;
    display: flex;
    align-items: center;

    h2 {
      text-transform: uppercase;
    }

    p {
      margin: 20px 0;
    }

    a {
      @include hero_btn($btnColor, $white, 8px, 25px, 5px);
      text-transform: uppercase;
      font-size: 14px;
    }
  }
}

.about_section .detail-box {
    padding: 50px 15px 50px 35px;
    background-color: #f0eeee;
    -webkit-clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0 76%);
    clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0 76%);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.about_section .detail-box a {
    display: inline-block;
    font-size: 12px;
}
// end about section
.readmore a, .w3_agile_mail_grid input[type="submit"] {
    padding: 10px 25px;
    background: #538aa5;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    text-decoration: none;
    border: none;
}
/* about bottom */

.abbot-main {
    background: #edf5fd;
}

.abbot-grid2 {
    background: #fdeef1;
}

.abbot-right .card {
    background: transparent;
    border: none;
}

.abt_card_btn {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 1.2em;
    letter-spacing: 4px;
    color: #333 !important;
}

/* progress bars */

.progress_agile {
    max-width: 500px;
}

.progress-outer {
    border-radius: 50px;
}

.progress-outer h6 {
    color: #000;
    font-size: 1.2em;
    letter-spacing: 2px;
}

.progress {
    height: 22px;
    margin: 0;
    overflow: visible;
    border-radius: 50px;
    background: #e6d9d9;
    box-shadow: inset 0 10px 10px rgba(247, 247, 247, 0.9);
}

.progress .progress-bar {
    border-radius: 50px;
}

.progress .progress-value {
    position: relative;
    left: -45px;
    top: 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
}

.progress-bar.active {
    animation: reverse progress-bar-stripes 0.40s linear infinite, animate-positive 2s;
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0%;
    }
}

@keyframes animate-positive {
    0% {
        width: 0%;
    }
}

/* //progress bars */

/* //about bottom */