/*--
	Author: W3Layouts
	Author URL: http://w3layouts.com
	License: Creative Commons Attribution 3.0 Unported
	License URL: http://creativecommons.org/licenses/by/3.0/
--*/
* {
	transition: none;
}
/*-- about page --*/
.real-about-grid h3 {
    font-size: 1.9em;
    color: #212121;
    text-transform: capitalize;
    line-height: 1.5em;
    font-weight: 800;
}
.real-about-grid h3 span {
    color: #06a598;
}
.real-about-grid p i {
    color: #000000;
    display: block;
    margin: 1em 0 2em;
    font-size: 17px;
}
.real-about-grid h5 {
    color: #656565;
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 600;
}
.real-about-grid p {
    color: #4c4c4c;
    line-height: 1.9;
    font-size: 16px;
    margin-left: 10px;
}
.skills {
    background: #f5f5f5;
}
.real_skills_grids {
    margin: 3em 0 0;
}
p.b_label {
    font-size: .9em;
    text-transform: uppercase;
    color: #212121;
    margin-bottom: .8em;
}
.real_team_grids {
    margin: 3em 0 0;
}
.real_team_grid1 {
    padding: 1em;
    border: 4px double #D0D0D0;
    text-align: center;
}
.real_team_grid1 h3 {
    font-size: 1em;
    text-transform: uppercase;
    color: #212121;
    margin-bottom: .5em;
}
.real_team_grid1 p {
    color: #0abd9d;
}
.real_team_grid_main {
    position: relative;
    overflow: hidden;
}
.real_team_grid_main .p-mask {
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.72);
    bottom: 0%;
    position: absolute;
    padding: 1em 0 .6em;
    width: 100%;
    text-align: center;
}
.real_team_grid:hover .p-mask {
    opacity: 1;
    visibility: visible;
}
/*-- team --*/
.team-grids {
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.team-grids a {
    display: block;
}
.team-grids h4 a {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.team-grids h4 a:hover {
    color:#dadada
}
.team-grids h6 {
    font-size: 17px;
    color: #ccc;
    font-family: initial;
    font-style: italic;
}
.real-about-grid h4 {
    color: #000;
    font-size: 30px;
    margin: 0.5rem 0 2rem;
    font-weight: 700;
    line-height: 40.5px;
    font-style: italic;
}
.social-icons-section a {
    color: #eee;
    display: inline-block;
    font-size: 15px;
}
.team-info {
    position: absolute;
    bottom: -227px;
    margin: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 2em 0;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    width: 100%;
    text-align: center;
}
.team-grids:hover div.team-info {
    bottom: 0;
}
.social-icons-section,
.team-grids h6 {
    margin-top: 0.5em;
}
.team-info .social-icons-section a {
    margin: 0em .5em;
}
.team-details .social-icons-section a {
    margin: 0em .5em;
}
.team-details h4 a {
    color: #000;
}
.team-details h6 {
    color: #888;
}
.team-details {
    background: rgba(220, 220, 220, 0.5);
    padding: 2em 0;
    width: 100%;
    text-align: center;
}
.social-icons-section {
    padding: 10px 0px;
}
.social-icons-section a i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
i.fa.fa-facebook {
    color: #ffffff;
    background: #3b5998;
    font-size: 12px;
}
i.fa.fa-twitter.tw {
    color: #ffffff;
    background: #1da1f2;
    font-size: 12px;
}
i.fa.fa-google-plus {
    color: #ffffff;
    background: #dd4b39;
    font-size: 12px;
}
/* team */
/*-- /about page --*/


/* responsive code */
@media screen and (max-width:992px) {
	/*-- about page --*/
	div#breadcrumb_wrapper h2 {
		font-size: 30px;
		margin-bottom: 8px;
	}
	.inner-banner {
		min-height: 170px;
	}
	/*-- /about page --*/
}
@media screen and (max-width:800px) {
	/*-- about page --*/
	div#breadcrumb_wrapper h2 {
		font-size: 27px;
	}
	.inner-banner {
		min-height: 150px;
	}
	.real-about-grid p i {
		margin: 0em 0 2em;
	}
	/*-- /about page --*/
}
@media screen and (max-width:700px) {	
	/*-- about page --*/
	.real-about-grid h4 {
		font-size: 25px;
	}
	/*-- /about page --*/
}

@media screen and (max-width:568px) {
	/*-- about page --*/
	.team-grids a img {
		width:100%;
	}
	/*-- /about page --*/
}
@media screen and (max-width:480px) {
	/*-- about page --*/
	div#breadcrumb_wrapper h2 {
		font-size: 25px;
	}
	.inner-banner {
		min-height: 130px;
	}
	div#breadcrumb_wrapper h6 {	
		font-size: 14px;
	}
	/*-- /about page --*/
}

