/*
================================================
/* Table of Content
==================================================

1. Common CSS
2. Scrool Top Arrow
3. Header Top Area
4. Navigation
5. Slider Area
6. Brand Promotion
7. Info Molina Wrapper
8. Works Wrapper
9. Services Wrapper
10. Infraestructures Wrapper
11. Contact Us Wrapper
12. Footer
13. Media Quries

/*
================================================
1. Common CSS
================================================
*/

* {
	margin: 0;
	padding: 0;
}

::-webkit-scrollbar {
	width: 0;
}

body {
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	color: #333333;
	overflow-x: hidden;
	text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	text-transform: none;
	color: #d3d3d3;
	font-weight: 700;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 26px;
}

a,
a:hover,
a:active,
a:focus {
	color: #EAC946;
	outline: none;
	border: none;
	text-decoration: none;
}

a {
	color: #ffffff;
	transition: all 0.3s ease 0s;
}

body,
html {
	height: 100%
}

.title h2:before {
	content: "";
	background: #333333;
	width: 4px;
	height: 100%;
	position: absolute;
	left: -2px;
	top: 1px;
}

.title h2 {
	display: inline-block;
	line-height: 27px;
	margin: 0;
	padding: 0px 0 0 10px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
}

section {
	width: 100%;
	float: left;
	padding: 70px 0;
}

.title {
	text-align: center;
	margin: 0 0 40px;
}

.well {
	color: #149924;
	font-weight: 700;
	margin-bottom: 20px;
}

.no-display {
	display: none;
}

.display-block {
	display: block;
	visibility: visible;
	opacity: 1;
	animation: fade 2s;
}

.img-light {
	margin-bottom: 20px;
	margin-top: 10px;
}

@keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.li-img {
	text-align: center;
}

/* Button Styles */

.btn-hero {
	display: inline-block;
	vertical-align: middle;
	border-radius: 6px;
	padding: 12px 40px 14px;
	box-shadow: none;
	border: none;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: 600;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	background: #4667EA;
	color: #ffffff;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.btn-hero:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #EAC946;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	border-radius: 6px;
}

.btn-hero:hover,
.btn-hero:focus,
.btn-hero:active {
	color: #000000;
}

.btn-hero:hover:before,
.btn-hero:focus:before,
.btn-hero:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

/* Bootstrap Styles */

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.text-white {
	color: #ffffff;
}

.text-black {
	color: #000000;
}

/*
================================================
2. Scrool Top Arrow
================================================
*/

#scrollUp {
	background: rgba(69, 75, 84, 0.7) none repeat scroll 0 0;
	border-radius: 5%;
	bottom: 30px;
	color: #ffffff;
	font-size: 12px;
	height: 40px;
	text-decoration: none;
	line-height: 38px;
	right: 30px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 40px;
}

#scrollUp i {
	display: block;
	line-height: 40px;
}

#scrollUp i:hover {
	background: rgba(255, 255, 255, 0.7);
	color: #393D44;
	border-radius: 5%;
}

/*
================================================
3. Header Top Area
================================================
*/

.header-top-area {
	background: #ffffff;
	left: 0;
	top: 0;
	transition: all 0.4s ease 0s;
	width: 100%;
	z-index: 9999;
}

.logo {
	height: 100%;
	margin: 0;
	padding: 23px 0 13px;
	text-align: center;
}

/*** Top Info ***/

.top-info-block::before {
	background: #4667EA none repeat scroll 0 0;
	border-left: 6px solid #000000;
	content: "";
	height: 100%;
	left: -35px;
	position: absolute;
	top: 0;
	transform: skewX(45deg);
	width: 80px;
	z-index: 999;
}

.top-info-block {
	padding: 10px 0;
	position: relative;
}

.top-info-block:after {
	content: "";
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 2000px;
	z-index: 999;
	background: #4667EA;
}

.top-info-block ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.top-info-block ul li:first-child {
	margin: 0;
}

.top-info-block ul li {
	border-right: 1px solid #ffffff;
	display: inline-block;
	margin: 0 0 0 30px;
	padding: 0 30px 0 0;
	position: relative;
	z-index: 9999;
}

.top-info-block ul li a:hover {
	color: #EAC946;
	transition: all 0.3s ease 0s;
}

.top-info-block li i {
	color: #ffffff;
	font-size: 20px;
	height: 50px;
	left: 0;
	line-height: 50px;
	margin-top: -22px;
	padding-right: 15px;
	position: absolute;
	text-align: center;
	top: 40%;
	width: 50px;
}

.top-info-block p {
	color: #ffffff;
	font-size: 15px;
	font-weight: 500;
	margin-right: 14px;
	padding-left: 50px;
	text-align: left;
	margin-bottom: 0;
}

.top-info-block li:last-child {
	border: medium none;
}

.top-info-block p span {
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-weight: 500;
}

/*
================================================
4. Navigation
================================================
*/

.menu-bg {
	z-index: 999;
}

.nav-bar {
	width: 100%;
}

.nav-bar.fadeInDown {
	animation-name: none !important;
}

.navbar-default {
	background-color: inherit;
	border-color: inherit;
}

.navbar {
	border-radius: 0;
	min-height: auto;
	margin: 0;
	border: none;
	z-index: 9;
}

.navbar h2 {
	display: none;
}

.navbar-collapse {
	float: left;
	margin: 0;
	padding: 0;
}

.navbar-nav>li:first-child {
	padding-left: 0;
}

.navbar-nav>li {
	padding: 0 0 0 40px;
}

.navbar-default .navbar-nav li.active a:hover:after {
	display: none;
}

.navbar-default .navbar-nav li a:after {
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	transform: translateX(-50%) scale(0);
	transition: all 0.4s ease-in-out 0s;
	width: 100%;
}

.navbar-default .navbar-nav li a {
	color: #333333;
	font-weight: 600;
	padding: 0 0 4px;
	margin: 21px 0 16px;
	transition: all 0.3s ease 0s;
	text-transform: uppercase;
	background-color: inherit;
}

.menu-bg .navbar-default .navbar-nav li a {
	transition: all 0.3s ease 0s;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #000000;
	padding: 0;
	margin: 10px 0 0 0;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
	color: #4667EA;
}

.navbar-nav .open .dropdown-menu {
	text-align: center;
}

.dropdown-menu {
	left: 10px !important;
	min-width: 140px;
}

.contact-sm {
	display: none;
}

.navbar-default .navbar-nav > .active > a {
	color: #4667EA;
	background-color: #ffffff;
}

.navbar-default .navbar-nav li a:hover {
    color: #4667EA;
}

/*
================================================
5. Slider Area
================================================
*/

.menu-bg+.banner-wrapper {
	margin-top: 49px;
}

.banner-wrapper {
	width: 100%;
	float: left;
	position: relative;
	padding: 0;
	background-image: url(../images/header.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 500px;
}

.hero {
	position: absolute;
	width: 35%;
	top: 45%;
	left: 50%;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	opacity: 1;
}

/*
================================================
6. Brand Promotion
================================================
*/

.callouts-wrapper {
	float: left;
	width: 100%;
	padding: 60px 0 0;
}

.callouts-inner {
	overflow: hidden;
	position: relative;
	top: -160px;
	z-index: 9;
}

.message-description {
	margin-bottom: 30px;
	padding: 30px 20px;
	position: relative;
	text-align: center;
	background: #4667EA;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transform: scale(0.9);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	box-shadow: 10px 10px #EAC946;
}

.message-description h1 {
	color: #ffffff;
}

.message-description:hover {
	transform: scale(1.0);
	box-shadow: 0px 0px #4667EA;
}

/*
================================================
7. Info Molina Wrapper
================================================
*/

.info-wrapper {
	padding: 69px 0 70px;
	margin: -189px 0 0;
}

.info-wrapper .title {
	margin: 0;
}

.info-wrapper .content {
	margin-top: 40px;
}

.info-wrapper .content ul {
	padding-left: 1%;
}

.info-wrapper .content ul li::before {
	background-color: #4667EA;
	content: "";
	display: inline-block;
	float: left;
	height: 6px;
	margin: 7px 10px 12px 0;
	width: 6px;
}

.info-wrapper .content ul li {
	width: 100%;
	list-style: none;
}

/*
================================================
8. Works Wrapper
================================================
*/

.works-wrapper {
	padding: 69px 0 70px;
	float: left;
	width: 100%;
	background: #eac946;
}

.works-wrapper .title {
	margin: 0;
}

/*** Work Cards ***/

.work-card {
	margin: 40px 0 0;
}

.card-img {
	overflow: hidden;
}

.card-img img {
	width: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.card-img:hover img {
	transform: scale(1.07);
}

.works-wrapper .card-content {
	padding: 15px 15px;
	background: #333333;
}

.works-wrapper .card-content p.card-title {
	margin-bottom: 15px;
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
}

/*
================================================
9. Services Wrapper
================================================
*/

.services-wrapper {
	padding: 69px 0 46px;
	background: #ffffff;
}

/*** Services Image ***/

.services-main {
	float: left;
	position: relative;
	width: 100%;
}

.services-wrapper figure::before {
	border: 10px solid rgba(0, 0, 0, 0.5);
	bottom: 0;
	content: "";
	left: 50px;
	position: absolute;
	right: 0;
	top: 50px;
	border-color: #4667EA;
}

.services-wrapper figure {
	padding: 0 50px 50px 0;
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.services-wrapper figure img {
	position: relative;
	float: left;
	width: 100%;
}

/*** Services Content ***/

.services-wrapper .services-content {
	float: left;
	width: 100%;
}

.text {
	float: left;
	position: relative;
	width: 100%;
}

.services-wrapper .services-content h3 {
	margin-bottom: 20px;
}

.services-wrapper .text p {
	margin: 0 0 22px;
}

.services-wrapper .text ul {
	float: left;
	margin: 0 0 28px;
	padding: 0;
	line-height: 20px;
	width: 100%;
}

.services-wrapper .text ul li::before {
	background-color: #4667EA;
	content: "";
	display: inline-block;
	float: left;
	height: 6px;
	margin: 7px 10px 12px 0;
	width: 6px;
}

.services-wrapper .text ul li {
	float: left;
	position: relative;
	width: 100%;
	list-style: none;
}

.img-services {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border: 10px solid rgba(0, 0, 0, 0);
}

.img-services:hover {
	transform: translate(50px, 50px);
}

.services-wrapper .content ul {
	padding-left: 1%;
}

.services-wrapper .content ul li::before {
	background-color: #4667EA;
	content: "";
	display: inline-block;
	float: left;
	height: 6px;
	margin: 7px 10px 12px 0;
	width: 6px;
}

.services-wrapper .content ul li {
	width: 100%;
	list-style: none;
}

/*
================================================
10. Infraestructures Wrapper
================================================
*/

.infraestructures-wrapper {
	padding: 69px 0 70px;
	margin: 0;
	background: #eac946;
}

.infraestructures-wrapper .title {
	margin: 0;
}

.infraestructures-img {
	position: relative;
	margin-top: 30px;
}

.infraestructures-img img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

/*
================================================
11. Contact Us Wrapper
================================================
*/

.contact-wrapper:before {
	background-color: rgba(0, 0, 0, 0.8);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.contact-wrapper {
	padding: 69px 0 39px;
	background-image: url("../images/header.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.contactus-title {
	display: inline-block;
	line-height: 27px;
	margin: 0;
	padding: 0px 0 0 10px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 26px;
	font-weight: 700;
}

.contact-form .form-item {
	background: #000000;
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #ffffff;
	margin-bottom: 10px;
	padding: 0 0 0 10px;
	width: 100%;
	height: 30px;
	line-height: 30px;
}

.contact-form .form-item::placeholder {
	color: #ffffff;
}

.contact-form textarea.form-control {
	height: auto;
}

.google-map iframe {
	height: 385px;
	width: 100%;
	border: 0;
}

/*
================================================
12. Footer
================================================
*/

footer {
	padding: 15px 0;
	width: 100%;
	float: left;
	background: #000000;
}

.copyright {
	color: #ffffff;
	text-align: center;
	margin: 0;
}

.contact-info-main {
	margin: 20px 0 0;
}

.widget {
	float: left;
	margin: 0 0 36px;
	;
}

.widget>ul {
	list-style: none;
}

.widget.last {
	margin: 0;
}

.widget .contact-info li {
	border: 0 none;
	color: #ffffff;
	float: left;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	width: 100%;
}

.contact-info li::before {
	display: none;
}

.widget .contact-info li i {
	font-size: 16px;
	margin-right: 5px;
}

.contact-info-title {
	color: #ffffff;
	float: left;
	font-size: 16px;
	margin: 0 0 15px;
	border-bottom: 1px solid #EAC946;
	font-weight: 700;
	line-height: 1 !important;
}

.contact-info-main p {
	color: #ffffff;
	line-height: 2;
}

/*
================================================
13. Media Quries 
================================================
*/
@media (min-width: 1501px) and (max-width: 1920px) {
	/*** Header Top Area ***/
	.header-top-area .container {
		width: 100%;
	}
	.top-info-block p {
		font-size: 16px;
	}
	.top-info-block p span {
		font-size: 16px;
	}
	.top-info-block:after {
		width: 100%;
	}
	/*** Navigation ***/
	.nav-fixed {
		padding: 0;
	}
	.navbar-collapse {
		width: 100%;
	}
	.navbar-nav > li {
		display: inline-block;
		float: none;
		padding: 0 0 0 16px;
	}
	.navbar-default .navbar-nav li a {
		font-size: 16px;
		padding: 0;
		margin: 19px 0 19px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #000000;
		padding: 0;
		margin: 10px 0 0 0;
	}
	.navbar-nav .open .dropdown-menu {
		text-align: center;
	}
	.dropdown-menu {
		left: 0px !important;
		min-width: 120px;
	}
	/*** Slider Arear ***/
	.hero {
		width: 35%;
	}
	/*** Brand Promotion ***/
	.message-description h1 {
		font-size: 30px;
		height: 50px;
	}
	.message-description img {
		margin-top: 10px;
		height: 60px;
		width: 60px;
	}
}

@media (min-width: 1281px) and (max-width: 1500px) {
	/*** Header Top Area ***/
	.header-top-area .container {
		width: 100%;
	}
	.top-info-block p {
		font-size: 15px;
	}
	.top-info-block p span {
		font-size: 15px;
	}
	.top-info-block:after {
		width: 100%;
	}
	/*** Navigation ***/
	.nav-fixed {
		padding: 0;
	}
	.navbar-collapse {
		width: 100%;
	}
	.navbar-nav > li {
		display: inline-block;
		float: none;
		padding: 0 0 0 16px;
	}
	.navbar-default .navbar-nav li a {
		font-size: 15px;
		padding: 0;
		margin: 19px 0 19px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #000000;
		padding: 0;
		margin: 10px 0 0 0;
	}
	.navbar-nav .open .dropdown-menu {
		text-align: center;
	}
	.dropdown-menu {
		left: 0px !important;
		min-width: 120px;
	}
	/*** Slider Arear ***/
	.hero {
		width: 40%;
	}
	/*** Brand Promotion ***/
	.message-description h1 {
		font-size: 30px;
		height: 50px;
	}
	.message-description img {
		margin-top: 10px;
		height: 60px;
		width: 60px;
	}
}

@media (min-width: 992px) and (max-width: 1280px) {
	/*** Common styles ***/
	h2 {
		font-size: 30px;
	}
	/*** Header Top Area ***/
	.header-top-area .container {
		width: 100%;
	}
	.top-info-block p {
		font-size: 11px;
	}
	.top-info-block p span {
		font-size: 11px;
	}
	.top-info-block:before {
		display: none;
	}
	.top-info-block:after {
		width: 100%;
	}
	/*** Navigation ***/
	.nav-fixed {
		padding: 0;
	}
	.navbar-collapse {
		width: 100%;
	}
	.navbar-nav>li {
		display: inline-block;
		float: none;
		padding: 0 0 0 16px;
	}
	.navbar-default .navbar-nav li a {
		font-size: 11px;
		padding: 0;
		margin: 19px 0 19px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #000000;
		padding: 0;
		margin: 10px 0 0 0;
	}
	.navbar-nav .open .dropdown-menu {
		text-align: center;
	}
	.dropdown-menu {
		left: 0px !important;
		min-width: 100px;
	}
	/*** Slider Arear ***/
	.hero {
		width: 50%;
	}
	/*** Brand Promotion ***/
	.message-description h1 {
		font-size: 35px;
		height: 50px;
	}
	.message-description img {
		height: 60px;
		width: 60px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	/*** Common styles ***/
	.text {
		margin-top: 40px;
	}
	/*** Header Top Area ***/
	.logo {
		display: none;
	}
	.header-top-area .container {
		width: 100%;
	}
	.top-info-block p {
		font-size: 13px;
	}
	.top-info-block p span {
		font-size: 13px;
	}
	.top-info-block:before {
		display: none;
	}
	.top-info-block:after {
		width: 100%;
	}
	.top-info-block ul {
		text-align: center;
	}
	/*** Navigation ***/
	.nav-fixed {
		padding: 0;
	}
	.navbar-collapse {
		width: 100%;
	}
	.navbar-nav {
		float: none;
		margin: 0 auto;
		display: block;
		text-align: center;
		width: 100%;
	}
	.navbar-nav>li {
		display: inline-block;
		float: none;
		padding: 0 0 0 16px;
	}
	.navbar-default .navbar-nav li a {
		font-size: 13px;
		padding: 0;
		margin: 19px 0 19px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #000000;
		padding: 0;
		margin: 10px 0 0 0;
	}
	.navbar-nav .open .dropdown-menu {
		text-align: center;
	}
	.dropdown-menu {
		left: 0px !important;
		min-width: 120px;
	}
	/*** Slider Arear ***/
	.hero {
		width: 55%;
	}
	/*** Brand Promotion ***/
	.message-description h1 {
		font-size: 28px;
		height: 50px;
	}
	.message-description img {
		height: 60px;
		width: 60px;
	}
}

@media (max-width: 767px) {
	/*** Common CSS ***/
	section h2 {
		font-size: 20px;
	}
	/*** Header Top Area ***/
	.logo {
		display: none;
	}
	/*** Navigation ***/
	.navigation {
		padding: 0;
	}
	.nav-fixed {
		padding: 0;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background: #f8f8f8;
	}
	.navbar-header {
		padding: 0;
		background: #4667EA;
		border-bottom: 2px solid #000000;
	}
	.email {
		color: #ffffff;
		margin-left: 10px;
	}
	.email a {
		color: #ffffff;
	}
	.tel {
		color: #ffffff;
		margin-left: 10px;
	}
	.tel a {
		color: #ffffff;
	}
	.contact-sm a {
		color: #ffffff;
		font-weight: 600;
	}
	.navbar-toggle {
		margin-right: 0;
		border: none;
		background: #4667EA;
	}
	.navbar-collapse {
		background: #ffffff;
		text-align: center;
		float: none;
		border-bottom: 2px solid #000000 !important;
		box-shadow: none;
	}
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background: #4667EA;
	}
	.navbar-default .navbar-nav li a {
		color: #000000;
		margin: 0;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #000000;
		padding: 0;
	}
	.navbar-nav .open .dropdown-menu {
		margin-top: 10px;
		text-align: center;
		border-top: 1px solid #000000;
		padding-top: 15px;
	}
	header .navbar-nav {
		margin: 7.5px 0;
	}
	.navbar-nav>li {
		padding: 0px;
	}
	.navbar-header>.contact-sm {
		float: left;
		padding: 0;
		margin-top: 5px;
		display: block;
		font-size: 15px;
	}
	/*** Slider Area ***/
	.banner-wrapper {
		height: 360px;
	}
	.hero {
		top: 35%;
		width:80%;
	}
	/*** Brand Promotion ***/
	.callouts-inner {
		margin-bottom: 0px;
		top: -180px;
	}
	.message-description h1 {
		font-size: 28px;
		height: 60px;
	}
	.message-description img {
		margin-top: 30px;
		height: 60px;
		width: 60px;
	}
	/* Services Wrapper */
	.text {
		margin-top: 40px;
	}
}

@media (max-width: 767px) and (orientation: landscape) {
	.hero {
		top: 35%;
		width:50%;
	}
}