



.agileits_w3layouts_banner_nav {
    margin: 0em auto 0;
    width: 100%;
    position: absolute;
    z-index: 99;
    text-align: center;
    padding: .5em;
	 background: rgba(0, 0, 0, 0.52);
}


.agile_banner_text_info h2,.agile_banner_text_info h3 {
    font-size: 4em;
    letter-spacing: 2px;
    font-weight: 300;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px rgba(16, 16, 16, 0.57);
    color: #fff;
}

.agile_banner_text_info  p {
    margin: 0;
    color: #fff;
    letter-spacing: 2px;
    font-size: 15px;
    margin: 1.5em 0 2em;
    width: 60%;
	line-height: 28px;
    text-transform: capitalize;
}
.agile_banner_text_info a {
    font-size: 16px;
    border: 2px solid #fff;
	background: rgba(239, 232, 232, 0.28);
    color: #fff;
    padding: 10px 20px;
    letter-spacing: 1px;
	font-family: 'Raleway', sans-serif;
}
.agile_banner_text_info a:hover {
	background: none;
}
.agile_banner_text_info h2 span,.agile_banner_text_info h3 span {
    font-weight: 700;
    letter-spacing: 3px;
    text-shadow: 2px 2px 2px rgba(16, 16, 16, 0.57);
    color: #FFC107;
    background: #fff;
    padding: 0 10px;
	position: relative;
}
.agile_banner_text_info h3 span.slide2 {
    color: #ff4f81;
}
.agile_banner_text_info h3 span.slide3 {
    color: #0099e5;
}
.agile_banner_text_info h3 span.slide4 {
    color: #34bf49;
}

.agile_banner_text_info h3 span:after,.agile_banner_text_info h2 span:after{
    position: absolute;
    content: '';
    bottom: 46%;
    right: -40%;
    width: 35%;
    height: 3px;
    background: #fff;
}
.agile_banner_text_info label {
    font-weight: 700;
    display: block;
    letter-spacing: 5px;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    text-shadow: 2px 2px 2px rgba(16, 16, 16, 0.57);
    text-align: right;
    color: #FFC107;
}

.agile_banner_text_info {
    position: absolute;
    z-index: 9;
    top: 40%;
    left: 20%;
    width: 60%;
}

.slider {
    position: relative;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.rslides_tabs {
    z-index: 9;
    position: absolute;
    bottom: -6%;
    left: 19.5%;
}

.rslides_tabs li {
    display: inline-block;
    margin: 0 2px;
    list-style: none;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    color: #fff;
    font-weight: bold;
}

#slider3-pager a {
    display: inline-block;
}

#slider3-pager img {
    float: left;
    display: block;
    border-radius: 50%;

}

.rslides_tabs a {
    border: 4px solid rgba(239, 232, 232, 0.28);
    border-radius: 50%;
	box-shadow: 1px 1px 1px rgba(16, 16, 16, 0.57);

}

#slider3-pager .rslides_here a {
    background: transparent;
    border: 4px solid #fff;

}

a.rslides_nav.rslides1_nav.prev {
    position: absolute;
    left: 0%;
    color: #fff;
    top: 36%;
    z-index: 9999;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
	font-family: 'Raleway', sans-serif;
    display: none;
}

a.rslides_nav.rslides1_nav.next {
    right: 0%;
    position: absolute;
    color: #fff;
    top: 36%;
    z-index: 9999;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
	font-family: 'Raleway', sans-serif;
    display: none;
}

#home {
    position: relative;
}

ul#slider li:nth-child(1) {
    background: url(../images/banner1.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: 770px;
}

ul#slider li:nth-child(2) {
    background: url(../images/banner2.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: 770px;
}

ul#slider li:nth-child(3) {
    background: url(../images/banner3.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: 770px;
}

ul#slider li:nth-child(4) {
    background: url(../images/banner4.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: 770px;
}


/*-- responsive-mediaqueries --*/

@media (max-width:1440px) {
    .agile_banner_text_info h2,.agile_banner_text_info h3 {
        font-size: 4em;
        letter-spacing: 2px;
    }
	ul#slider li:nth-child(1),ul#slider li:nth-child(2),ul#slider li:nth-child(3),ul#slider li:nth-child(4) {
		min-height: 650px;
	}
	.agile_banner_text_info {
		top: 35%;
	}
	.agile_banner_text_info p {
		width: 70%;
	}
}

@media (max-width:667px) {
    .rslides_tabs {
        padding: 0.3em 1em;
        margin-top: 6px;
    }
    a.rslides_nav.rslides1_nav.prev,
    a.rslides_nav.rslides1_nav.next {
        font-size: 0.9em;
    }
    .agile_banner_text_info {
        top: 32%;
    }
}

@media (max-width:667px) {
    .rslides_tabs {
        padding: 0;
        margin-top: 6px;
    }
    .rslides_tabs a {
        width: 55px;
        height: 55px;
    }
    #slider3-pager .rslides_here a {
        width: 55px;
        height: 55px;
    }
    #slider3-pager img {
        width: 40px;
        height: 40px;
    }
    .rslides_tabs a {
        border: 2px solid rgba(239, 232, 232, 0.28);
    }
    #slider3-pager .rslides_here a {
        border: 2px solid #FFC107;
    }
}

/*-- //responsive-mediaqueries --*/

/*-- about section --*/
.about,.services,.team,.portfolio{
	padding: 5em 0;
}
.about {
    padding-top: 7em;
}
h3.heading {
    font-size: 45px;
	font-weight: 400;
    color: #353b46;
    margin-bottom: 1em;
	position: relative;
}
h3.heading span{
	font-weight: 600;
	background: #555;
    color: #fff;
	padding: 0 10px;
}
h3.heading span:after{
    position: absolute;
    content: '';
    bottom: 46%;
    left: 20%;
    width: 9%;
    height: 3px;
    background: #555;
}
.about_left h4 {
    font-size: 20px;
    line-height: 32px;
    text-transform: capitalize;
    color: #333;
    font-weight: 600;
}
.about_left  {
	padding-left: 0;
}
.about_left  p {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #777;
    margin: 1em 0;
}
.about_left  p.second_para {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #333;
    margin: 1em 0;
}
.left span.fa.fa-angle-left,.right span.fa.fa-angle-right {
    font-weight: 400;
    position: absolute;
    font-size: 30px;
    top: 44%;
    background: #000;
    padding: 10px 15px;
}
.left span.fa.fa-angle-left {
    left: 5%;
}
.right span.fa.fa-angle-right {
    right: 5%;
}
.about_left ul li {
    display: inline-block;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
}
.about_left ul li p{
    font-family: 'Raleway', sans-serif;
}
/*-- //about section --*/

