/*
Theme Name: GFA v2
Theme URI: intersmartsolution.com
Author: Gopu Intersmart
Author URI: intersmartsolution.com
Description: GFA
Version: 2
License: GNU General Public License v2 or later
*/

@charset "utf-8";
/* CSS Document */
.col-xs-6.col-sm-3.contact_add:last-child {
    float: right;
	margin-top:-30px !important;
	border-bottom:0 !important;
/*     margin: auto; */
}
.ripple {
	overflow: hidden;
}
.inner_article .team_text p {
    text-align: justify;
    font-size: 15px;
    line-height: 24px;
    padding-left: 186px !important;
}
.ripple-effect {
	position: absolute;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	background: #666;
	animation: ripple-animation 2s;
}
 @keyframes ripple-animation {
 from {
 transform: scale(1);
 opacity: 0.4;
}
 to {
 transform: scale(100);
 opacity: 0;
}
}
.alignright {
    margin-top:0px! important;
    //float: right;
    //margin: 10px 00px 30px 30px;
}
header .navbar .nav li a {
    font-family: Montserrat, Roboto, "sans-serif";
    text-transform: none;
    text-transform: uppercase;
    color: #414150;
    font-size: 14px!important;
    font-weight: bold;
    line-height: 68px;
    padding: 0px 12px!important;
}
button.ripple {
	position: relative;
	border: none;
	outline: none;
	cursor: pointer;
	background-color: #000;
	color: #fff;
	margin: auto;
	display: block;
	margin-top: 46px;
	margin-bottom: 44px;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-style: italic;
	border-radius: 0;
	padding: 8px;
	min-width: 154px;
	border: 0;/* text-transform: uppercase; */
}
.pagination span{
		border:solid 1px #8c8c8c;
		display:inline-block;
		line-height:38px;
		height:40px;
		min-width:40px;
		
		border-radius:2px;
		text-align:center;
		margin-right:4px;
	}
.pagination a{
		border:solid 1px #df9125;
		display:inline-block;
		line-height:38px;
		height:40px;
		min-width:40px;
		padding:0px 5px;
		border-radius:2px;
		text-align:center;
		margin-right:4px;
		color:#df9125;
	}
.pagination a:hover{
		text-decoration:none;
		border:solid 1px #D52326;
	}
.breadcrumbs{
		padding:10px 0px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    color: #6d6d6d;
    line-height: 25px;
    padding-right: 30px;
	}
.breadcrumbs a:hover{
		text-decoration:none;
		color:rgba(203,7,10,1.00);
	}
textarea.form-control{
height:100px !important;
}

@media (max-width: 1200px) {
header .navbar .nav li a {
    font-family: Montserrat, Roboto, "sans-serif";
    text-transform: none;
    text-transform: uppercase;
    color: #414150;
    font-size: 10px!important;
    font-weight: bold;
    line-height: 68px;
    padding: 0px 4px!important;
}
}
