.txt_cap1{
	/*width:100%;*/
	height:65px;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:100%;
	padding-top:0px;
	margin-top:-5px;
	
}

.txt_cap2{
	width:100%;
	height:70px;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:100%;	
	margin-bottom:8px;
	text-align:justify;
}

.txt_cap3{
	width:100%;
	height:80px;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:100%;
}

.txt_cap4{
	width:100%;
	height:100px;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:100%;
	text-align:justify;
}


.txt_cap5{
	width:100%;
	height:100px;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:100%;
	text-align:justify;
}


.w3ls-grids {
    float: left;
    width: 23.1%;
}
#footer .grid-three h3{
    color: #fff;
    font-size: 2em;
    font-weight: 100;
    margin-bottom: 0.5em;
    font-family: 'Khand', sans-serif;
}
p {
    font-size: 0.9em;
    color: #000;
    line-height: 2em;
    font-weight: 300;
}
p.w3l-text {
    margin-bottom: 0.5em;
}
.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: 600;
	font-size: 1em;
    color: #fff;
}
.pb-15{ padding-bottom:15px;}
.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;
} 
/*--search--*/
.w3ls-grids form {
    position: relative;
}
.w3ls-grids input[type="search"] {
    border: none;
    padding: 0.8em 2.8em .8em 0.8em;
    font-size: 0.9em;
    color: #000;
    -webkit-appearance: none;
    outline: none;
	width:100%;
}
.w3ls-grids form input[type="submit"] {
    background: url(../images/search.png)#000 no-repeat center;
    width: 43px;
    height: 39px;
    border: none;
    padding: 0;
    -webkit-appearance: none;
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
	cursor:pointer;
}
::-webkit-input-placeholder {
	color:#000 !important;
}
:-moz-placeholder { /* Firefox 18- */
	color:#000 !important; 
}
::-moz-placeholder {  /* Firefox 19+ */
	color:#000 !important;
}
:-ms-input-placeholder {  
	color:#000 !important;
}
/*--//search--*/
/*--social-icons--*/
.agileits-bottom-grids.social-icons {
    margin-top: 2em;
}
.agileits-bottom-grids.social-icons  {
    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.fb{
	background-position:1px -40px;
	background-color:#3b5998;
}
.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: #000;
    font-weight: 300;
    margin-bottom: 0.8em;
}
.agile-right li span {
    background: url(../images/icon1.png)no-repeat 0px 0px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 12px;
    vertical-align: middle;
}
.agile-right li span.chat {
    background-image: url(../images/icon2.png);
}
.agile-body.agile-body-bottom {

    margin-top: 2em;
}
/*--//blog--*/
/*--copyright--*/
/*.copyright {
    padding: 1.5em;
    background: rgba(0, 0, 0, 0.3);
}
.copyright p {
    text-align: center;
	font-size: 0.9em;
}
.copyright p a {
    color: #00CED1;
    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: 71%;
}
}
@media(max-width:1366px){
.main-row {
    width: 75%;
}
}
@media(max-width:1280px){
.main-row {
    width: 80%;
}
}
@media(max-width:1080px){
h1 {
    font-size: 3em;
}
.main {
    padding: 3em 0 0;
}
.main-row-info {
    padding: 1.5em;
}
.main-row {
    width: 85%;
	margin: 2em auto;
}
.w3ls-grids.grid-three {
    margin-right: 1em;
}
}
@media(max-width:1024px){
.w3ls-grids.grid-two {
    margin: 0 1em;
}
}
@media(max-width:900px){
.main-row {
    width: 93%;
}
h1 {
    font-size: 2.8em;
}
.main {
    padding: 2em 0 0;
}
h3,{
    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,{
    margin-bottom: 0.3em;
}
.main-row {
    width: 80%;
}
.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: 2.3em;
}
.main-row {
    margin: 1em auto;
}
}
@media(max-width:384px){
.main-row {
    width: 85%;
}
h1 {
    font-size: 2.2em;
}
}
@media(max-width:320px){
h1 {
    font-size: 1.9em;
}
.main-row-info {
    padding: 1em;
}
h3,{
    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---*/