body {
	background:#fff;
	font-family: 'Nunito', sans-serif;
}

.container {
}

.container.fullwidth {
	width:100%;
}

@media (min-width: 1440px) {
.container {
}
}

/* for equal height */
.row-eq-height {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
}

.center-block {
	float:none;
}

.column-centered {
	margin:0px auto;
	float:none;
}

.flush {
	padding:0px;
}

.flush-left {
	padding-left:0px;
}

.flush-right {
	padding-right:0px;
}

a:hover {
	text-decoration:none;
}

.tablerow {
	display:table;
	width:100%;
	height:100%;
}

.tablecell {
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
}

img {
	max-width:100%;
	display:inline-block;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Nunito', sans-serif;
	margin:5px 0px;
}

p,ul,a,li {
	font-family: 'Nunito', sans-serif;
}


section {
	float:left;
	width:100%;
}

/*********************************************** Home Page Styles ************************************/
#header {
	padding:50px 0px 180px 0px;
	background:url(../images/bg-1.jpg) 50% 50% no-repeat;
	background-size:cover;
}

#header h2 {
	color:#ffffff;
	font-size:55px;
	margin-top:110px;
}

#sec-center {
	width:100%;
	padding:30px 0px;
}

#sec-center p {
	font-size:32px;
	color:#000000;
	line-height:32px;
	font-weight:300;
}

#sec-center.gray {
	background:#f8f8f8;
	padding-bottom:50px;
}

#sec-center.gray h2 {
	color:#4e9ba3;
	font-size:42px;
	text-transform:inherit;
	margin-bottom:40px;
	font-weight:bold;
}

#sec-center.gray .box {
	display:inline-block;
}

#sec-center.gray h5 {
	font-size:20px;
	color:#4e9ba3;
	font-weight:bold;
	font-family: 'Montserrat', sans-serif;
	margin-bottom:10px;
}

#sec-center.gray p {
	font-size:19px;
	line-height:25px;
}

#somos {
	background:#fff;
	padding:30px 0px;
}

#somos h2 {
	color:#4e9ba3;
	font-weight:bold;
	font-size:50px;
	text-transform:inherit;
}

#somos h5 {
	color:#4e9ba3;
	font-weight:bold;
	font-size:30px;
	text-transform:inherit;
	margin-bottom:25px;
}

#contact {
	background:url(../images/bg-2.jpg) 50% 50% no-repeat;
	background-size:cover;
	padding:70px 0px;
}

#contact .inner {
	display:inline-block;
	background:rgba(255,255,255,0.20);
	padding:15px 0px;
}

#contact .inner h2 {
	font-size:35px;
	margin:0px;
	color:#fff;
	padding:0px;
}

#contact .inner h6 {
	font-size:20px;
	color:#fff;
	font-weight:300;
}

#contact .inner h3 {
	font-size:31px;
	margin:18px 0px; 
	color:#fff;
	padding:0px;
	margin-bottom:5px;
}

#contact .inner h3 span {
	font-size:19px;
}

#contact .inner p {
	font-size:17px;
	font-weight:400;
	color:#fff;
	margin-bottom:25px;
}

#contact input {
	border-radius:2px;
	height:44px;
	background:#fff;
	padding-left:15px;
	border:1px solid #d2d3d5;
}

#contact input::-webkit-input-placeholder,#contact textarea::-webkit-input-placeholder {
	font-size:17px;
	color:#000000;
	font-weight:600;
}

#contact textarea {
	border-radius:2px;
	height:100px;
	resize:none;
	width:100%;
	display:inline-block;
	padding:15px;
	border:1px solid #d2d3d5;
}

#contact button {
	border-radius:7px;
	display:inline-block;
	background:url(../images/btn.png) 50% 50% repeat-x;
	border:none;
	color:#f1f1f1;
	padding:15px 50px;
	font-size:26px;
	font-weight:700;
	font-family: 'Nunito', sans-serif;
}

#footer_home {
	padding:25px 0px;
}

#footer_home h2 {
	font-size:50px;
	color:#4e9ba3;
	font-weight:bold;
	margin-bottom:20px;
}

#footer_home h3 {
	font-size:28px;
	color:#4e9ba3;
	margin-top:10px;
}

#footer_home h3 a {
	font-size:24px;
	color:#4e9ba3;
	text-decoration:none;
	margin-top:15px;
	font-weight:bold;
	display:inline-block;
}


#copyright {
	background:#000000;
	padding:15px 0px;
}

#copyright h2 {
	font-size:30px;
	color:#fff;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:uppercase;
	display:inline-block;
	margin:0px;
}

/* Media Css */
/* Custom, iPhone Retina */ 
@media only screen and (max-width: 767px) {
.row-eq-height {
	display:inline-block;
}

.xs-center {
	text-align:center;
}

#header h2 {
	font-size:32px;
	margin-top:25px;
}

#sec-center p {
    font-size: 22px;
    line-height: 26px;
}

#somos h2 {
    font-size: 36px;
}

#footer_home h2 {
    font-size: 36px;
}

#footer_home h3 {
    font-size: 22px;
}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

h2 {
	font-size:36px !important;
}

#sec-center.white a {
    font-size: 24px;
    line-height: 30px;
}


#sec-center.white ul li {
	font-size:22px;
	line-height:30px;
}	

#header {
	padding:30px 0px 150px 0px;
}

#somos h3 {
	font-size:30px;
}

br {
	display:none;
}

#somos p {
	font-size:20px;
}

#sec-middle h4 {
	font-size:26px;
}
	
}

@media only screen and (min-width: 992px) and (max-width: 1169px) {


	
}