

/*#slider3-pager a {
  display: inline-block;
}

#slider3-pager img {
  float: left;
}

#slider3-pager .rslides_here a {
  background: transparent;
  box-shadow: 0 0 0 2px #666;
}

#slider3-pager a {
  padding: 0;
}--*/
/*--about --*/

.about-main {
    position: relative;
    margin-top: 5em;
}

.about-right {
	padding: 3em 4em;
	border: 5px solid #efb14f;
	float: right;
}
h3.tittle-w3ls {
    color: #efb14f;
    font-size: 50px;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 1em;
}
.about-left {
	background: url(../images/g1.jpg)no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	min-height: 320px;
	position: absolute;
	left: 3%;
	top: 12%;
	z-index: 9;
}
p.para-w3-agileits {
    font-size: 14px;
    text-align: center;
}
h3.subheading-w3-agile {
    color: #000;
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 35px;
    margin-bottom: 1em;
    text-transform: capitalize;
}

.about-top-agile {
	text-align: left;
	margin: 0em 0em 1.5em;
}


/*--// about --*/


/*-- stats --*/

.stat-grids p {
	font-size: 2.3em;
	font-weight: 400;
	letter-spacing: 3px;
	color: #efb14f;
}

.stat-grids h3 {
	font-size: 1.2em;
	color: #000;
	letter-spacing: 1px;
	font-weight: 600;
	margin-top: 5px;
}

.stat-grids:nth-child(1),
.stat-grids:nth-child(2) {
	margin-bottom: 1.5em;
}


/*--//stats --*/
/*-- Team Members-- */
.team {
	padding: 5em 0;
}
.team-members {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.team-members .team-avatar {
    position: relative;
}

.team-members .team-avatar:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(129, 129, 129, 0.1);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.team-members .team-avatar img {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.team-members .team-desc {
text-align:center;
    bottom:8em;
    width: 100%;
    padding: 0 20px;
    position: absolute;
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.team-members .team-desc h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #fff;
}

.team-members .team-desc p {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.team-members:hover .team-avatar:after {
    background: rgba(47, 60, 72, 0.5);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.team-members:hover .team-desc {
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
}

.team-members:hover .team-desc {
    opacity: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.team-icons ul li {
    display: inline-block;
    text-align: center;
    border:none;
    width: 36px;
    height: 36px;
	margin: 0px 8px;
    background: #fff;
    line-height: 34px;
    border-radius: 50px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.team-icons ul li a {
    font-size: 15px;
    color: #000;
}
.team-icons ul li:hover {
    background: #ddd;
}
.team-icons {
    padding-top: 1.2em;
}
/*--Team Members-- */
/*-- prices-- */
.price-table{
    background: url(../images/3.jpg)no-repeat center;
    background-size: cover;
	padding:5em 0;
	background-attachment:fixed;
}
h3.title.hdf {
    color: #efb14f;
}
span.cost {
    font-size: 30px;
    color: #fff;
}
.table_cost {
    margin: 2em 0;
}
.agileits-banner-grid {
    padding: 2em;
	    background:rgba(255, 255, 255, 0.5);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agileits-banner-grid h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 8px;
    text-transform: uppercase;
}
a.w3_play_icon1 {
    border: 2px solid #000;
    outline: none;
    background: #000000;
    padding: 9px 50px;
    color: #fff;
	    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
	margin-top: 1em;
}
.list-price span.fa.fa-check {
    padding-right: 10px;
    color: #fff;
    font-size: 18px;
}
a.w3_play_icon1:hover {
    text-decoration: none;
    background: #fff;
    color: #000;
}
.agileits-banner-grid:hover {
    -webkit-box-shadow: 2px 15px 70px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 15px 70px 2px rgba(0,0,0,0.75);
    box-shadow: 2px 15px 70px 2px rgba(0,0,0,0.75);
} 
.clr2{
background:#f76d56;}
.clr1{
    background: #e7c056;
}
.clr3{
    background: #3dac68;
}
.list-price ul {
    list-style: none;
}
.list-price ul li {
    font-size: 14px;
    color: #000;
    padding-bottom: 16px;
    letter-spacing: 1px;
	text-align:left;
}
.list-price {
    width: 68%;
    margin: 13px auto 0;
}
/*--// prices-- */
/*-- clients--*/
.clients{
	background:url(../images/1.jpg) no-repeat 0px 0px;
	background-size:cover;
	text-align:center;
	background-attachment:fixed;
	padding: 5em 0;
}
.clients h4 {
	font-size: 16px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#fff;
	margin-bottom:35px;
}

.flex-active-slide p {
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-style: italic;
    width: 70%;
    margin: 30px auto;
	letter-spacing:2px;
	font-size:15px;
}

.client h5 {
    font-size: 25px;
    color: #efb14f;
}
/*-- //clients--*/
/*-- blog --*/

.media.response-info {
    padding: 2em 1.1em 1em;
    border: 1px solid #e4e4e4;
}

.media-left.response-text-left a img {
    width: 100%;
}

.media-left.response-text-left {
    float: left;
    width: 45%; 
}
.response.section {
    padding:1em 0;
}
.media-body.response-text-right {
    float: right;
    width: 55%;
}

.media-body.response-text-right h5 {
    font-size: 20px;
    color: #252525;
/*    text-transform: capitalize;
*/    letter-spacing: .6px;
    margin-bottom: 0.3em;
}

.media-body.response-text-right ul li {
    list-style: none;
    display: inline-block;
    color: #777;
    font-size: 0.9em;
    letter-spacing: 1px;
    margin-bottom: 1em;
}

.media-body.response-text-right ul li:nth-child(2),
.media-body.response-text-right ul li:nth-child(3),
.media-body.response-text-right ul li:nth-child(4) {
    margin-left: 1em;
}

a.view-btn {
    margin: 1em 0;
    display: inline-block;
    background: #357f2a;
    padding: 0.5em 1em;
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a.view-btn:hover {
    background: #000;
    color: #357f2a;
}

.media.response-info.m2 {
    margin-top: .8em;
}


/* //blog */
.wthree-top-grid h4 {
    color:#efb14f;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1.5em;
    margin: 10px 0;
    font-weight: 600;
    letter-spacing: 1px;
}
.wthree-top-grid p {
    color: #777;
    font-size: 15px;
    line-height: 28px;
    margin: 0;
}
.agileits-about-top {
    padding: 5em 0 3em;
}
.wthree-top-grid {
    margin-bottom: 2em;
}
