.p-103{
	padding: 15px;
}

.portfolio3{
	padding-top: 50px;
}

.pt-103{
	padding: 10px 10px 0px 10px;
}

.pb-103{
	padding: 10px 10px 0px 10px;
}

.mt-30{
  margin-top: 30px;
}

.visibility-hidden{
  visibility: hidden;
}

.portfolio-card3{
	margin-top: 0;
	border: none;
	border-radius: 20px;
	background-size: cover;
	
}

.portfolio-sector3{
	margin-top: 10px;
	color: #e31f26;
	text-shadow: 1px 1px 0px #eae2e2;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 1px;
}

.portfolio-img3{
    background: #fff;
    padding: 10px;
    border-radius: 10%;
    width: 96px;
    height: auto;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(100%);
  	transition: filter 0.5s;
}

.portfolio-card3:hover>.portfolio-img3{
	animation: bounce 1s;
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(0%);
}

.coming-soon{
    font-size: 60px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #E31F26;
}


.fh5co-portfolio {
  clear: both;
  position: relative;
  padding: 7em 0 1em 0;
  background: #90d7ea;
  background: #E31F26;
  float: left;
  margin-top: 93px;
  width: 100%;
  font-size: 13px;
  line-height: 20px;
  z-index: 0;
  padding: 0;
}
.fh5co-portfolio::before {
  content: '';
  position: absolute;
  padding-bottom: 100px;
  left: 0;
  top: -4em;
  overflow: hidden;
  width: 100%;
  height: 222px;
  background: #90d7ea;
  background: #E31F26;
  z-index: -1;
  -webkit-transform: skewY(3deg);
  -moz-transform: skewY(3deg);
  -ms-transform: skewY(3deg);
  -o-transform: skewY(3deg);
  transform: skewY(3deg);
}

.fh5co-portfolio::after {
  content: '';
  position: absolute;
  left: 0;
  top: 35em;
  overflow: hidden;
  width: 100%;
  height: 700px;
  background: blue;
  background: #E31F26;
  z-index: -1;
}

.testimonials::before {
    background: url(../images/background.jpg);
    content: "";
    height: 683px;
    left: 0;
    overflow: hidden;
    margin-top: 0px;
    position: absolute;
    margin-top: 72px;
    top: -4em;

    width: 100%;
    z-index: 1;
    background-size: cover;
}

.testimonials{
	margin-top: 40px;
}

.overlay-desc5 {
  background-image:linear-gradient(#00000061, #00000061),url('../images/portfolio-banner.jpg');
    height:491px;
  clear:both;

   background-size:cover;
   background-position:center;
  position: absolute;
  background-attachment:fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  align-items: center;
  justify-content: center;
}
.overlay-desc5:before {
  content: '';
  position: absolute;
  left: 0;
  top: -4em;
  overflow: hidden;
  width: 100%;
  height: 600px;
 background-image:linear-gradient(#00000061, #00000061),url('../images/portfolio-banner.jpg');
   background-attachment:fixed;
 background-size:cover;
  z-index: 0;
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	color: #E31F26;
}

a:hover, a:focus, a:active{
	color: #666;
}



.nav li a{
	color: #666;
	font-size: 25px;
    font-weight: 600;
    padding: 15px 25px;
}

.tab-content .tab-pane p{
	font-size: 23px;
    font-weight: 500;
    line-height: 31px;
    width: 93%;
}

.tab-content .tab-pane .row{
	padding-top: 20px;
}

.tab-content .tap-pane .row{
	padding-top: 20px;
}

.sports-category-ul{
  padding: 0;
}

.sports-sub-section{
  color: #666 !important;
}

.sports-sub-section:hover, .sports-sub-section:focus, .sports-sub-section:active{
  border-bottom: 1px solid #cccccc;
}

.dropdown-menu > .active > .sports-sub-section, .dropdown-menu > .active > .sports-sub-section:hover, .dropdown-menu > .active > .sports-sub-section:focus{
    text-decoration: none;
    outline: 0;
    background-color: #fff;
    color: #E31F26 !important;
}

@media only screen and (max-width: 479px) {
	.overlay-desc5:before {background-image:none;}
	.overlay-desc5 {height: auto;}

}

.portfolio-desktop-view{
  display: none;
}

@media screen and (max-width: 991px) {
.b-top-s{
	border-top: 2px solid #e31f26;	
}

.b-left-s{
	border-left: 2px solid #e31f26;
}

.b-right-s{
	border-right: 2px solid #e31f26;
}

.b-bottom-s{
	border-bottom: 2px solid #e31f26;
}
.nav{
  padding-top : 144px;
}
.nav li a{
	color: #666;
	font-size: 10px;
    font-weight: 600;
    padding: 5px 5px;
}
.tab-content .tab-pane p{
font-size: 18px;
font-weight: 500;
line-height: 31px;
width: 93%;
}

.solution_heading h2{
  padding-bottom: 0px;
}

.all-portfolio{
  display: none !important;
}
#all{
  display: none !important;
}

.portfolio-nav-tab{
  display: none !important;
}
}

@media screen and (min-width: 992px) {
.portfolio-mobile-view{
  display: none;
}
.portfolio-desktop-view{
  display: block;
}

.b-top{
	border-top: 2px solid #e31f26;	
}

.b-left{
	border-left: 2px solid #e31f26;
}

.b-right{
	border-right: 2px solid #e31f26;
}

.b-bottom{
	border-bottom: 2px solid #e31f26;
}
.all-portfolio-m{
  display: none !important;
}
#allm{
  display: none !important;
}

}

.portfolio-section-text{
  font-weight: 600 !important;
  font-size: 16px !important;
  border-left: none !important;
}

.portfolio-tab{
  padding-right: 25px;
}

.portfolio-nav-content{
  overflow-y: auto;
}



/* font-color reference #E31F26 */

/* width */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
#portfolio-left {
    /*size */
    height: 80px !important;
    width: 80px !important;
    /*color */
    
    position: fixed !important;
    /*shape border*/
    border: 0 none;
    border-radius: 50%; /*zero for square */
    /*symbol */
    color: red;
    background: #fff !important; 
    opacity: 1 !important;
    line-height: 70px;
    /*vertical position */
    top: 40% !important;
    left: 2%;
    z-index: 1001;
}

#portfolio-right {
    /*size */
    height: 80px !important;
    width: 80px !important;
    /*color */
    
    position: fixed !important;
    /*shape border*/
    border: 0 none;
    border-radius: 50%; /*zero for square */
    /*symbol */
    color: red;
    opacity: 1 !important;
    background: #fff !important; 
    line-height: 70px;
    /*vertical position */
    top: 40% !important;
    right: 2%;
    z-index: 1001;
}

.img-responsive-height
{
  
  width: auto !important;
  height: 488.250px !important;
}

#porfolio-master-modal-close-btn{
  font-size: 40px; 
  position: fixed; 
  right: 10px; color: #fff; 
  opacity: 1 !important;
  right: 2%;
  top: 2%;
}

.portfolio-mobile-headings {
    font-size: 35px;
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #E31F26;
    padding-left: 15px;
}

.portfolio-mobile-card{
   margin: 0px 10px 10px 10px;
}

@media screen and (min-width: 768px) {
  .bricklayer-column-sizer {
    /* disabled. Full view given. */
    width: 100%;
  }
}

.card-v{
  display: inline-block;
  padding-bottom: 15px;
}


/* Offices CSS */

@media screen and (min-width: 1182px) {
  .office2{
    padding-top: 114px; 
    padding-bottom: 62px;
  }
}

