a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
.navbar-brand img {
    margin-top: -5px; 
	width: 272px; 
}
.footerRow{
	padding:70px 0;
}
.tab .nav-tabs{ border: none; }
.tab .nav-tabs li a{
    padding: 12px 15px;
    margin-right: 10px;
    font-size: 17px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #fff;
    border-radius: 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.tab .nav-tabs li a:hover,
.tab .nav-tabs li a:focus,
.tab .nav-tabs li.active a{
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}
.tab .nav-tabs li a:before{
    content: "";
    width: 500%;
    height: 0;
    /*background: #0095eb;*/
    background: #237eb6;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    z-index: -1;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transition: all 0.3s ease-in-out 0s;
}
.tab .nav-tabs li a:hover:before,
.tab .nav-tabs li.active a:before{
    height: 170%;
    opacity: 1;
}
.tab .tab-content{
    padding: 20px 30px;
    margin-top: 10px;
    font-size: 15px;
    color: #fff;
    line-height: 27px;
    letter-spacing: 1px;
    background: #3a506b;
    position: relative;
}
.tab .tab-content:before{
    content: "";
    border-top: 30px solid #fff;
    border-bottom: 30px solid transparent;
    border-right: 30px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}
.tab .tab-content:after{
    content: "";
    border-bottom: 30px solid #fff;
    border-top: 30px solid transparent;
    border-left: 30px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}
.navbar.navbar-default ul.nav.navbar-nav > li > a{
	color:#fff;
}
.navbar.navbar-default ul.nav.navbar-nav > li.active > a, .navbar.navbar-default ul.nav.navbar-nav > li > a:hover{
    color:#f3e835!important;
	background:none;
}
.btn-white-shadow-2{
     color:#3f8ec6;
}
.team-single .entry-social::after{
    background-image:none !important;
}
.team-single .entry-social span{
    color:none;
}
.team-overlay{
    background-image:none !important;
}
.blog-section .blog-post .btn-white-shadow:hover {
	background-color: #3f8ec6;
	color: #fff !important; 
}
#scrollUp{
    background-image: none;
    background-color: #01AA47;
}
.address-sec .btn i{
    color: #3f8ec6;
}
/*.register-form{
    background:rgba(0, 0, 0, 0) url("images/bg/7newimage.png") no-repeat scroll center center / cover;
    box-shadow:1.5px 3.99px 27px 0 rgba(0, 0, 0, 0.1);
}*/
.team-single .entry-social span i{
   color: #3f8ec6;
}
.btn-video::before{
     background: #3f8ec6;
}
.map-popup-modal .btn-close{
    background: #3f8ec6;
}
.single-map .icons img{
    height:34px;
}
.feature-section .single-element .thumb img{
    height:34px;
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .tab .nav-tabs li:last-child{ margin-bottom: 0; }
    .tab .nav-tabs li a:hover:before,
    .tab .nav-tabs li.active a:before{ height: 400%; }
}