/* FRONTEND CSS
*********************************************/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

html {
	/* scrollbar fix (prevent ugly left pull for lower content sites) */
	overflow-y: scroll;
}

body {
  margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif!important;
	overflow-x: hidden;
}
/* header */
#header {
	margin-top: 0px;
}
body .floatingMenu_logo {
	display: none;
	margin: 10px 0;
}
/* menuPrincipal*/
.lavalamp-object {
 background-color: #6fb3d1;
	height: 3px !important;
	margin-top: 30px;
}
#mainMenu li {
	float: left;
	list-style: none;
	padding: 0 15px;
	text-transform: uppercase;
	font-size: 1.2em;
}
#mainMenu li a {
	color: #fff;
	text-decoration: none;
}
/* topSlider */
#topSlider {
	min-height: 500px;
}
#profile {
	margin: 50px auto;
	text-align: right;
	font-size: 2em;
	color: #fff;
	padding-right: 30px;
}
#profile h1 {
	color: #fff;
	margin-bottom: 0;
	font-weight: 700;
	text-shadow: 0 0 10px #000;
}
#profile h3 {
	margin: 15px 0 0 0;
	text-shadow: 0 0 10px #000;
}
.skillsTable {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	margin-top: 50px;
}
.skillsTable ul {
	list-style-type: none;
	color: #003a6b;
	margin: 0;
	padding: 20px;
}
.skillsTable ul li {
	background: url('../images/5stars.png') no-repeat right center transparent;
	padding-right: 150px;
	font-size: 0.8em;
	margin-bottom: 10px;
}
ul.skills01 li:nth-child(1) {
	background: url('../images/4star.png') no-repeat right center transparent;
}
ul.skills01 li:nth-child(3) {
	background: url('../images/3star.png') no-repeat right center transparent;
}
ul.skills01 li:nth-child(5) {
	background: url('../images/2star.png') no-repeat right center transparent;
}
ul.skills02 li:nth-child(2) {
	background: url('../images/5stars.png') no-repeat right center transparent;
}
ul.skills02 li:nth-child(3) {
	background: url('../images/4star.png') no-repeat right center transparent;
}
ul.skills02 li:nth-child(4) {
	background: url('../images/4star.png') no-repeat right center transparent;
}
ul.skills02 li:nth-child(5) {
	background: url('../images/2star.png') no-repeat right center transparent;
}
/* profileInfo */
#profileInfo {
	margin: 50px auto;
}
#profileInfo img {
	display: block;
	margin: 0 auto;
}
#profileInfo h1 {
	color: #003a6b;
	text-align: center;
	font-weight: 400;
	line-height: 35px;
	font-size: 1.5em;
}
/* graphicDesign */
.portolio, #isoVerse_slider {
	background: #6fb3d1;
	padding: 30px 0 10px;
	text-align: center;
	overflow: hidden;
}
.portolio h2 {
	font-weight: 600;
	color: #003a6b;
}
.portolio .slideContent {
	text-align: center;
	margin-top: 0px;
	padding: 20px;
}
.portolio .slideContent img, .brandingInfo img {
	display: block;
	margin: 0 auto 10px;
	border-radius: 10px;
	overflow: hidden;
}
.portolio .slideContent h3, .brandingInfo h3 {
	color: #003a6b;
	text-transform:  uppercase;
}
.portolio p {
	font-size: 1.3em;
	width: 70%;
	margin: 20px auto;
}
.portolio .slick-prev, .portolio .slick-next {
	width: auto!important;
	height: auto!important;
}
.portolio .slick-prev::before, .portolio .slick-next::before {
	font-size: 100px!important;

	font-family: roboto!important;
}
.hideImage {
	display: none;
}
body .lightspeed-box.lsb-active {
	z-index: 3000!important;
}
.slideContent table img {

}
.slideContent table td {
	padding: 20px 10px;
}
/* aboutUs */
#aboutUs {
	margin-top: 30px;
}
#aboutUs h2 {
	font-weight: 600;
	color: #263c40;
	text-align: center;
}
#aboutUs h3 {
	color: #81a4a2;
	font-size: 1.5em;
	width: 80%;
	margin: 0 auto;
	line-height: 27px;
	text-align: center;
}
#aboutUs h4 {
	color: #d5ad52;
	font-size: 1.8em;
}
#aboutUs h4 span {
	color: #d8eaeb;
	text-transform: uppercase;
	font-size: 0.6em;
	margin-left: 10px;
}
#aboutUs h5 {
	font-size: 1.5em;
	color: #080809;
}
.aboutText {
	margin-top: 30px;
	display: flex;
	align-items: center;
}
.aboutText table {
	margin-top: 40px;
 }
.aboutText table td {
	padding-bottom: 30px;
	color: #263c40;
	font-size: 1.2em;
}
.aboutText table td img {
	display: block;
	margin:
	0 auto;
}
#aboutUs .btnApple {
	  width: 25%;
			display: block;
}
.pageBtn {
	background: #d5ad52;
	padding: 10px 20px;
	color: #000;
	text-transform: uppercase;
	border-radius: 10px;
	transition: 0.3s;
}
.pageBtn:hover {
	background-color: #d8eaeb;
	text-decoration: none;
}
/* business */
#business {
	margin-top: 50px;
}
.business h2 {
	color: #fff;
	text-shadow: 0 0 10px #000, 0 0 10px #000;
	font-size: 3em;
	font-weight: 600;
}
.business p {
	color: #fff;
	text-shadow: 0 0 10px #000, 0 0 10px #000;
	font-size: 1.5em;
	width: 70%;
}
.business .slick-next {
	right: 20px;
}
.business .slick-prev {
	left: 20px;
	z-index: 1000;
}
.business .slick-prev::before, .business .slick-next::before {
	font-size: 30px!important;
	font-family: roboto!important;
	border-radius: 100%;
	padding: 0px 15px 2px;
	background: #d5ad52;
}
.business .slick-prev, .business .slick-next {
	width: inherit;
	height: inherit;	
}
.businessBg_01 {
	height: 400px;
	background: url('../images/business_01.jpg') no-repeat left top transparent;
	background-size: cover;
	padding: 110px 100px;
	margin: 0 auto;
	overflow: hidden;
}
.businessBg_02 {
	height: 400px;
	background: url('../images/business_02.jpg') no-repeat left top transparent;
	background-size: cover;
	padding: 120px 100px;
	margin: 0 auto;
	overflow: hidden;
}
.businessBg_03 {
	height: 400px;
	background: url('../images/business_03.jpg') no-repeat left top transparent;
	background-size: cover;
	margin: 0 auto;
	overflow: hidden;
	text-align: center!important;
	padding: 100px 100px;
}
.businessBg_03 p {
	width: 100%;
}
.businessBg_04 {
	height: 400px;
	background: url('../images/business_04.jpg') no-repeat left top transparent;
	background-size: cover;
	padding: 120px 100px;
	margin: 0 auto;
	overflow: hidden;
}
#business .slick-dots li button::before {
	font-size: 30px;
	margin-top: 10px;
}
/* contactForm */
#contactForm {
	margin-top: 20px;
}
#contactForm h2 {
	font-weight: 600;
	color: #003a6b;
	text-align: center;
}
#contactForm h3 {
	color: #6fb3d1;
	font-size: 1.5em;
	width: 80%;
	margin: 0 auto;
	line-height: 27px;
	text-align: center;
}
#contactForm form {
	margin-top: 50px;
}
#contactForm table {
	width: 100%;
	max-width: 100%
}
#contactForm table input[type=text] {
	border: 2px solid #d8eaeb;
	color: #263c40;
	width: 85%;
	height: 22px;
	padding: 20px 10px;
	border-radius: 10px;
}
#contactForm table input[type=submit] {
	background: #003a6b;
	padding: 10px 20px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 10px;
	float: right;
	transition: 0.3s;
	width: 100%;
}
#contactForm table input[type=submit]:hover {
	background-color: #6fb3d1;
	text-decoration: none;
}
#contactForm .form-control-feedback {
	right: 35px;
	color: red;
}
#contactForm  .help-block {
	color: red;
	position: absolute;
}
#contactForm .glyphicon-ok {
	color: green!important;
}
.g-recaptcha div {
	width: inherit!important;
}
#footer {
	background-color: #003a6b;
	min-height: 40px;
	margin-top: 50px;
	display: flex;
	align-items: center;
	padding-bottom: 10px;
}
#footer .container {
	display: flex;
align-content: center;
justify-content: center;
}
.mediaBtns {
	list-style-type: none;
 position: absolute;
	right: 20px;
}
.mediaBtns li {
	float: left;
	padding: 0 5px;
}
.mediaBtns {
	position: inherit;
	float: right;
	margin-top: 10px;
}
#footer .bottomLogo {
	margin-top: 10px;
}
#mobilMenu {
	display: none;
}
#mobilMenu .floatingMenu_logo {
	display: block;
}
#mobilMenu .menuBtn {
	float: right;
	margin-top: 15px;
	text-transform: uppercase;
}
.copyRight {
	display: block;
	text-align: center;
	margin: 30px 0 20px 0;
}
.backTop {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 600;
	opacity: 0.6;
 transition: 0.3s;
}
.backTop:hover {
	opacity: 1
}
.btnApple {
	padding: 0!important;
	width: 17%;
	margin-right: 20px;
	overflow: hidden;
}
/* overides
*********************************************/
.noSideMargin {
	margin: 0!important;
}
.noSidePadding {
	padding-left: 0!important;
	padding-right: 0!important;
}

@media (min-width: 1200px) {
  .container {
    /*width: 1080px!important;*/
  }
}
.page-header {
	/*margin-top: 20px!important;*/
}
.item-page .table > thead > tr > th,
.item-page .table > tbody > tr > th,
.item-page .table > tfoot > tr > th,
.item-page .table > thead > tr > td,
.item-page .table > tbody > tr > td,
.item-page .table > tfoot > tr > td {
	border-style: none!important;
}
.table-responsive {
	border-style: none!important;
}
.table-responsive tr {
	/*border-bottom: 1px solid #0c8ed1;*/
}
.nav > li > a:hover, .nav > li > a:focus {
	background: transparent!important;
}