body {
    background: #fff;
    font: 400 12px/1.8 "Open Sans", sans-serif;
    color: #666;
    -webkit-font-smoothing: antialiased;
}
p, ol, ul, blockquote {
    margin: 0 0 20px;
}
.m-0 {
    margin: 0 !important;
}
.top_heder_agile_info{
	background:#c51230;
	position: sticky;
	top:-1px;
	z-index:5;
}
.position-relative {
    position: relative;
}
.side-image {
	position:absolute;
	height:100%;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}
.side-image-text {
	background:#fff;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	padding:140px 60px 140px
}
.finance-image-content {
	border:1px solid #e5e5e5;
	padding:60px 0px
}
.finance-image-content .module-title {
	margin-bottom:20px
}
.finance-image-content .alt-features-item {
	margin-top:40px
}

.btn.btn-circle {
	border-radius:30px
}
.btn.btn-w {
	background:rgba(255, 255, 255, 0.8);
	color:#111
}
.btn.btn-w:hover, .btn.btn-w:focus {
	background:#fff;
	color:#111
}
.btn.btn-g {
	background:#e5e5e5;
	color:#111
}
.btn.btn-g:hover, .btn.btn-g:focus {
	background:#d8d8d8;
	color:#111
}
.btn.btn-border-w {
	background:transparent;
	border:1px solid rgba(255, 255, 255, 0.75);
	color:#fff
}
.btn.btn-border-w:hover, .btn.btn-border-w:focus {
	background:#fff;
	border-color:transparent;
	color:#111
}
.btn.btn-d {
	background:rgba(17, 17, 17, 0.8);
	color:#fff
}
.btn.btn-d:hover, .btn.btn-d:focus {
	background:#111
}
.btn.btn-b {
	background:#111;
	color:#fff
}
.btn.btn-b:hover, .btn.btn-b:focus {
	background:rgba(17, 17, 17, 0.8)
}
.btn-border-d {
	background:transparent;
	border:1px solid #111;
	color:#111
}
.btn.btn-border-d:hover, .btn.btn-border-d:focus {
	background:#111;
	color:#fff
}
.btn.btn-font-w {
	background:rgba(255, 255, 255, 0.8);
	color:#fff
}
.btn.btn-font-w:hover {
	background:#fff;
	color:#111
}
.btn.btn-lg {
	padding:12px 45px;
	font-size:13px
}
.btn.btn-sm {
	padding:7px 15px;
	font-size:10px;
	letter-spacing:1px
}
.btn.btn-xs {
	padding:4px 19px;
	font-size:10px;
	letter-spacing:0
}
.btn-list .btn {
	margin:5px 0
}

.btn {
    /*border-radius: 0;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    padding: 8px 37px;*/
}

.mt-20 {
    margin-top: 20px !important;
}

.module-small {
	position:relative;
	padding:60px 0;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover
}
.module-small {
	padding:70px 0
}
.module-extra-small {
	padding:25px 0px
}
.module-medium {
	padding:75px 0px
}
.heading {
    text-align: center;
    text-transform: uppercase;
}
.content-box {
	margin:20px 0;
	text-align:center
}
.content-box-title {
	font-weight:400;
	font-size:18px;
	color:#111;
	margin:16px 0 15px
}
.team-item {
	position:relative;
	text-align:center
}
.team-image {
	position:relative;
	overflow:hidden
}
.team-image img {
	width:100%
}
.team-image:after {
	position:absolute;
	background:transparent;
	content:" ";
	display:block;
	height:100%;
	width:100%;
	top:0;
	left:0;
	z-index:1
}
.team-detail {
	position:absolute;
	width:100%;
	opacity:0;
	bottom:100%;
	left:0;
	z-index:2;
	text-align:center;
	font-size:12px;
	color:#aaa;
	padding:20px
}
.team-detail h5 {
	font-size:16px
}
.team-detail p {
	font-size:14px
}
.team-social a {
	display:inline-block;
	color:#aaa;
	padding:5px 6px
}
.team-social a:hover {
	color:#FFF
}
.team-descr {
	margin:20px 0 0
}
.team-name {
	font-size:14px;
	color:#111
}
.content-box-title {
    font-weight: 400;
    font-size: 18px;
    color: #111;
    margin: 16px 0 15px;
}

.project_area {
    padding: 60px 0px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    background: #D9E7C9;
}
.module-title {
    position: relative;
    letter-spacing: 4px;
    text-align: center;
    font-weight: 400;
    font-size: 30px;
    color: #111;
    margin: 0 0 30px;
	text-transform: uppercase;
}

.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 100%;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 0%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
	padding:0px;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
	background: #13a650;
}

figure.effect-bubba img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	padding-top: 32%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	font-size:2vw!important;
}

figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.module, .module-small {
    position: relative;
    padding: 60px 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.module-title {
    position: relative;
    letter-spacing: 4px;
    text-align: center;
    font-weight: 400;
    font-size: 30px;
    color: #111;
    margin: 0 0 30px;
}

.works-grid-4 .work-item {
	width:25%
}
.works-grid-5 .work-item {
	width:20%
}
.work-item>a {
	position:relative;
	display:block;
	overflow:hidden
}
.work-image {
	position:relative;
	overflow:hidden
}
.work-image img {
	display:block;
	overflow:hidden;
	width:100%
}
.work-image:after {
	position:absolute;
	display:block;
	content:"";
	height:100%;
	width:100%;
	top:0;
	left:0
}
.work-caption {
	width:100%;
	padding:0 20px;
	opacity:0;
	position:absolute;
	bottom:100%;
	left:0;
	text-align:center;
	overflow:hidden
}
.work-title {
	font-size:14px;
	color:#fff;
	margin:0 0 6px
}
.work-descr {
	color:#aaa
}
.work-item:hover .work-image:after {
	background:rgba(0, 0, 0, 0.6)
}
.work-image{
	transition:all 1s;
}
.work-item:hover .work-image>img {
	-webkit-transform:scale(1.1) rotate(2deg);
	-ms-transform:scale(1.1) rotate(2deg);
	transform:scale(1.1) rotate(2deg)
}
.work-caption2{
	margin:25px 0px;
}
a {
    color: #000;
    text-decoration: none;
}
.work-item:hover .work-caption {
	bottom:50%;
	opacity:1;
	z-index:3;
	-webkit-transform:translateY(50%);
	-ms-transform:translateY(50%);
	transform:translateY(50%)
}
.works-grid.works-hover-w .work-title {
	color:#111
}
.works-grid.works-hover-w .work-item:hover .work-image:after {
	background:rgba(255, 255, 255, 0.8)
}
.works-grid.works-hover-g .work-image:after {
	opacity:0
}
.works-grid.works-hover-g .work-descr {
	color:#fff
}
.work-image{
	transition:all 1s;
}

.sliding-portfolio .work-item {
	width:100%
}
.work-details {
	margin:0 0 20px
}
.work-details-title {
	color:#111;
	margin:0 0 20px
}
.work-details ul {
	list-style:none;
	padding:0;
	margin:0
}
.work-details ul>li {
	border-bottom:1px dotted #c2c2c2;
	padding:0 0 5px;
	margin:0 0 5px
}
a:hover, a:focus {
    text-decoration: none;
    /*color: #aaa;*/
    outline: 0;
}

.marginT10B25{ margin:10px 0px 25px 0px; }
.marginT10B25 h2{ font-size:28px;}

@media(max-width:768px){
figure.effect-bubba h2 {
    font-size: 4vw!important;
}
.marginT10B25 h2{ font-size:24px;}
}























