/* CSS Document */

/* written by riliwan balogun http://www.facebook.com/riliwan.rabo*/
.board{
    width: 100%;
margin: 0px auto;
height: auto;
background: #fff;
/*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}
.board .nav-tabs {
    position: relative;
    /* border-bottom: 0; */
    /* width: 80%; */
    margin: 0px auto;
    margin-bottom: 0;
    box-sizing: border-box;

}

.board > div.board-inner{
    background: #f5f5f5;
}

p.narrow{
    width: 60%;
    margin: 10px auto;
}

.liner{
    height: 1px;
    background: #373f51;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 1;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
}

#myTab p
{
 font-size:16px !important;
}

span.round-tabs{
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
	color: #DFE1E8;
    /*border: 5px solid #DFE1E8 !important;*/
}

span.round-tabs img
{
	border:1px solid #025eb0;
	border-radius:50%;
}

span.round-tabs.one{

}

li.active span.round-tabs.one{
 background: #b52624 !important;
    border: 2px solid #b52624;
    color: #b52624;
}

span.round-tabs.two{
 
}

li.active span.round-tabs.two{
 background: #b52624 !important;
    border: 2px solid #b52624;
    color: #b52624;
}

span.round-tabs.three{

}

li.active span.round-tabs.three{
 background: #b52624 !important;
    border: 2px solid #b52624;
    color: #b52624;
}

span.round-tabs.four{

}

li.active span.round-tabs.four{
    background: #b52624 !important;
    border: 2px solid #b52624;
    color: #b52624;
}



.nav-tabs > li.active > a span.round-tabs{
    background: #b52624;
}
.nav-tabs > li {
    width: 25%;
}
/*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}*/
.nav-tabs > li:after {
    content: " ";
    position: absolute;
    left: 45%;
   opacity:0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ddd;
    transition:0.1s ease-in-out;
    
}
.nav-tabs > li.active:after {
    content: " ";
    position: absolute;
    left: 45%;
   opacity:1;
    margin: 0 auto;
    bottom: 0px;
    border: 15px solid transparent;
    border-bottom-color: #373f51;
    
}
.nav-tabs > li a{
   width: 70px;
   height: 70px;
   margin: 20px auto;
   border-radius: 100%;
   padding: 0;
   margin-bottom:10px;
   margin-top:45px;
}

.nav-tabs > li a:hover{
    background: transparent;
}

.tab-content{
}
.tab-pane{
   position: relative;
padding-top: 50px;
}
.tab-content .head{

    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.btn-outline-rounded{
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

.btn.green{
    background-color:#5cb85c;
    /*border: 2px solid #5cb85c;*/
    color: #ffffff;
}



@media( max-width : 585px ){
    
    .board {
width: 90%;
height:auto !important;
}
    span.round-tabs {
        font-size:16px;
width: 50px;
height: 50px;
line-height: 50px;
    }
    .tab-content .head{
        font-size:20px;
        }
    .nav-tabs > li a {
width: 50px;
height: 50px;
line-height:50px;
}

.nav-tabs > li.active:after {
content: " ";
position: absolute;
left: 35%;
}

.btn-outline-rounded {
    padding:12px 20px;
    }
}



/*** 

====================================================================
	Gallery page Section
====================================================================

***/

.page-galery {
    background: #fff;
}

.gallery-section {
    position: relative;
    padding: 80px 0px 80px;
}

.gallery-section.three-column,
.gallery-section.four-column {
    padding: 120px 0px;
}

.gallery-section .gallery-title {
    position: relative;
    margin-bottom: -30px;
}

.gallery-section .gallery-title h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #121212;
}

.gallery-section .filters {
    position: relative;

    margin-bottom: 50px;
}

.gallery-section .filters.right-aligned {
    text-align: right;
}

.gallery-section .filters li {
    position: relative;
    display: inline-block;
    padding: 5px 15px;
    line-height: 24px;
    color: #333;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    margin: 0px 15px 10px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    background: #025eb0;
    color: #fff;
    border-radius: 3px;
}

.gallery-section .filters.right-aligned li {
    text-align: right;
    margin: 0px 0px 0px 20px;
}

.gallery-section .filters li:hover,
.gallery-section .filters li.active {
    background: #b52624 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
}

.gallery-section .filters li:hover:before,
.gallery-section .filters li.active:before,
.gallery-section .filters li:hover:after,
.gallery-section .filters li.active:after {
    opacity: 1;
}

.project-item {
    position: relative;
    margin-bottom: 20px;
}

.project-item.mix {
    display: none;
}

.full-width .project-item {
    padding: 0px !important;
    margin: 0px !important;
}

.switem
{
	border: 1px dotted #8693ab;
    text-align: center;
}

.projinrtext
{
    background: #025eb0;
    padding: 10px;
}
.projinrtext h3
{
	color:#fff;
	font-size: 13PX;
}
.projinrtext p
{
	margin-bottom:0px;
	color:#fff
}
#no-paragraph
{
	padding: 20px;
}
.switem img
{
	
}

@media (max-width: 767px){
  
.liner
{

}
}

