/*--start editing from here--*/
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*--end reset--*/

/*--main--*/
.main-row {
    width: 100%;    
	background:#1d1c1c;
    border-top-width: 40px;
    border-top-style: solid;
    border-top-color: #2d3356;
}
.main-row-info {
    padding: 2em;
}
.w3ls-grids {
    float: left;
    width: 23.1%;
}
h3,h2 {
    color: #fff;
    font-size: 2em;
    font-weight: 100;
    margin-bottom: 0.5em;
    font-family: 'Open Sans', sans-serif;
}
.pcolor {
    font-size: 0.9em;
    color: #fff;
    line-height: 2em;
    font-weight: 300;
}
p.w3l-text {
    margin-bottom: 0.5em;
    font-size: 0.9em;
    color: #fff;
    line-height: 2em;
    font-weight: 300;    
}
.w3ls-grids.grid-two {
    margin: 0 1.5em;
    width: 28%;
}
.w3ls-grids.grid-three {
    margin-right: 1.5em;
    width: 18%;
}
.w3ls-grids li {
    display: block;
    font-weight: 300;
	font-size: 0.9em;
    color: #fff;
}
.w3ls-grids ul li a {
    color: #fff;
    margin-top: 1em;
    display: inline-block;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	transition:.5s all;
}
.w3ls-grids ul li a i {
    margin-right: 0.5em;
    background: url(../images/arrow1.png)no-repeat 0px 0px;
    width: 9px;
    height: 11px;
    display: inline-block;
}
.w3ls-grids ul li:nth-child(1) a{
	margin: 0;
}
.w3ls-grids ul li a:hover {
    color: #00CED1;
}
.w3ls-grids.grid-three ul li a:hover{
	padding-left: 0.8em;
} 

/*--social-icons--*/
.agileits-bottom-grids.social-icons {
    margin-top: 2em;
}
.agileits-bottom-grids.social-icons h2 {
    margin-bottom: 0;
}
.social-icons ul{
	display:inline-block;
	padding: 0;
}
.social-icons ul li {
    position: inherit;
    display: inline-block;
    width: inherit;
}
.social-icons ul li:nth-child(2) {
    margin: 0 .5em;
}
.social-icons ul li:nth-child(3) {
    margin-right: 0.5em;
}
.social-icons ul li a {
    background: url(../images/social-icons.png) #55acee no-repeat 2px 1px;
    display: block;
    height: 35px;
    width: 35px;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
}
.social-icons ul li a.yt{
	background-position:1px 0px;
	background-color:#f4f4f4;
    border-radius: 25px;
}
.social-icons ul li a.fb{
	background-position:1px -40px;
	background-color:#3b5998;
    border-radius: 25px;
}
.social-icons ul li a.gp {
    background-position: 2px -80px;
	background-color:#dc4e41;
}
.social-icons ul li a.drb {
    background-position: 1px -120px;
	background-color:#ea4c89;
}

.social-icons ul li a:hover {
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
    border-radius: 32px;
	-webkit-transform: rotatez(360deg);
	-moz-transform: rotatez(360deg);
    transform: rotatez(360deg);
	-o-transform: rotatez(360deg);
	-ms-transform: rotatez(360deg);
}
/*--//social-icons--*/
/*--blog--*/
.agile-left {
    float: left;
    width: 32%;
}
.agile-left img {
    width: 100%;
}
.agile-right {
    float: right;
    width: 62%;
}
.agile-right h5 {
    font-size: 1em;
    color: #fff;
    font-weight: 300;
    margin-bottom: 0.8em;
}
.agile-body.agile-body-bottom {
    margin-top: 2em;
}
/*--//blog--*/
/*--copyright--*/
.copyright {
    padding: 1.5em;
    background: #2d3356;
}
.copyright p {
    text-align: center;
	font-size: 0.9em;
}
.copyright p a {
    color: #c5c5c5;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.copyright p a:hover{
    color: #fff;
}
/*--//copyright--*/
/*---- responsive-design ----------------------------------------------------------------*/
@media(max-width:1440px){
.main-row {
    width: 100%;
}
}
@media(max-width:1366px){
.main-row {
    width: 100%;
}
}
@media(max-width:1280px){
.main-row {
    width: 100%;
}
}
@media(max-width:1080px){
h1 {
    font-size: 3em;
}
.main {
    padding: 3em 0 0;
}
.main-row-info {
    padding: 1.5em;
}
.main-row {
    width: 100%;
	
}
.w3ls-grids.grid-three {
    margin-right: 1em;
}
}
@media(max-width:1024px){
.w3ls-grids.grid-two {
   
}
}
@media(max-width:900px){
.main-row {
    width: 100%;
}
h1 {
    font-size: 2.8em;
}
.main {
    padding: 2em 0 0;
}
h3,h2{
    font-size: 1.8em;
    margin-bottom: 0.4em;
}
}
@media(max-width:800px){
h1 {
    font-size: 2.6em;
}
.w3ls-grids {
    width: 50%;
}
.w3ls-grids.grid-two {
    margin: 0 0 1.5em 1em;
    width: 47%;
}
.w3ls-grids.grid-three {
    width: 47%;
}
}
@media(max-width:768px){
}
@media(max-width:640px){
.w3ls-grids {
    width: 49%;
}
.main {
    padding: 1.5em 0 0;
}
h1 {
    font-size: 2.5em;
}
.agile-body.agile-body-bottom {
    margin-top: 1.5em;
}
}
@media(max-width:480px){
h3,h2{
    margin-bottom: 0.3em;
}
.main-row {
    width: 100%;
}
.w3ls-grids {
    width: 100%;
}
.w3ls-grids.grid-two {
    margin: 1.5em 0;
    width: 100%;
}
.w3ls-grids.grid-three {
    width: 100%;
    margin: 0 0 1.5em 0;
}
.agileits-bottom-grids.social-icons {
    margin-top: 1.5em;
}
}
@media(max-width:414px){
h1 {
    font-size: 1.8em;
    text-align: center;
}

}
@media(max-width:384px){
.main-row {
    width: 100%;
}
h1 {
    font-size: 1.5em;
}
}
@media(max-width:320px){
h1 {
    font-size: 1.9em;
}
.main-row-info {
    padding: 1em;
}
h3,h2{
    font-size: 1.6em;
}
.w3ls-grids.grid-two {
    margin: 1em 0;
}
.w3ls-grids.grid-three {
    margin: 0 0 1em 0;
}
.copyright {
    padding: 1em;
}
}
/*--//responsive-design---*/