/*ALL*/
	* { box-sizing: border-box; }
	html {overflow-x: hidden; overflow-y: scroll;}
	body { font-family: 'Open Sans', sans-serif; font-size: 14px; color: black; margin: 0px; padding: 0px; overflow-x: hidden;	}

	.row::after { content: ""; clear: both; display: block; }
	[class*="col-"] { float: left; padding: 3px 0px 3px 0px; width: 100%; }

	p { margin: 0px; /*text-align: justify; text-justify: inter-word;*/ }
	a { text-decoration: none; color: black; }
 	
	.page-header { position: fixed; background-color: white; border-bottom:1px solid #e3e4e3; z-index: 9999; font-size: 16px; min-height: 100px;}
	.header { font-size: 22px; margin: 20px 0px 20px; color: #00466d;  }
	.black-header { font-size: 24px; margin: 20px 0px 20px; color: #4f4f4f;  }
	.small-font { font-size: 14px; font-weight: lighter; }
	.medium-font { font-size: 16px; font-weight: lighter; }
	.large-font { font-size: 18px; font-weight: lighter; }
	.blue { color: #00466d; }



/*ANIMATION*/
	.animated { -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; -ms-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-duration: 1s; -moz-animation-duration: 1s; -ms-animation-duration: 1s; -o-animation-duration: 1s; animation-duration: 1s; }
	.animated.hinge { -webkit-animation-duration: 2s; -moz-animation-duration: 2s; -ms-animation-duration: 2s; -o-animation-duration: 2s; animation-duration: 2s; }

	.delay-1 { -webkit-animation-delay: 0.20s; -moz-animation-delay: 0.20s; -o-animation-delay: 0.20s; animation-delay: 0.20s; }
	.delay-2 { -webkit-animation-delay: 0.40s; -moz-animation-delay: 0.40s; -o-animation-delay: 0.40s; animation-delay: 0.40s; }
	.delay-3 { -webkit-animation-delay: 0.6s; -moz-animation-delay: 0.6s; -o-animation-delay: 0.6s; animation-delay: 0.6s; }
	.delay-4 { -webkit-animation-delay: 0.8s; -moz-animation-delay: 0.8s; -o-animation-delay: 0.8s; animation-delay: 0.8s; }
	.delay-5 { -webkit-animation-delay: 1s; -moz-animation-delay: 1s; -o-animation-delay: 1s; animation-delay: 1s; }
	.delay-6 { -webkit-animation-delay: 1.2s; -moz-animation-delay: 1.2s; -o-animation-delay: 1.2s; animation-delay: 1.2s; }
	.delay-7 { -webkit-animation-delay: 1.4s; -moz-animation-delay: 1.4s; -o-animation-delay: 1.4s; animation-delay: 1.4s; }
	.delay-8 { -webkit-animation-delay: 1.6s; -moz-animation-delay: 1.6s; -o-animation-delay: 1.6s; animation-delay: 1.6s; }
	.delay-9 { -webkit-animation-delay: 1.8s; -moz-animation-delay: 1.8s; -o-animation-delay: 1.8s; animation-delay: 1.8s; }
	.delay-10 { -webkit-animation-delay: 2s; -moz-animation-delay: 2s; -o-animation-delay: 2s; animation-delay: 2s; }

	@-webkit-keyframes fadeInUp { 0% { opacity: 0; -webkit-transform: translateY(60px); } 100% { opacity: 1; -webkit-transform: translateY(0); } }
	@-moz-keyframes fadeInUp { 0% { opacity: 0; -moz-transform: translateY(60px); } 100% { opacity: 1; -moz-transform: translateY(0); } }
	@-o-keyframes fadeInUp { 0% { opacity: 0; -o-transform: translateY(60px); } 100% { opacity: 1; -o-transform: translateY(0); } }
	@keyframes fadeInUp { 0% { opacity: 0; transform: translateY(60px); } 100% { opacity: 1; transform: translateY(0); } }
	.fadeInUp { -webkit-animation-name: fadeInUp; -moz-animation-name: fadeInUp; -o-animation-name: fadeInUp; animation-name: fadeInUp; }

	@-webkit-keyframes fadeInUpSmall { 0% { opacity: 0; -webkit-transform: translateY(5px); } 100% { opacity: 1; -webkit-transform: translateY(0); } }
	@-moz-keyframes fadeInUpSmall { 0% { opacity: 0; -moz-transform: translateY(5px); } 100% { opacity: 1; -moz-transform: translateY(0); } }
	@-o-keyframes fadeInUpSmall { 0% { opacity: 0; -o-transform: translateY(5px); } 100% { opacity: 1; -o-transform: translateY(0); } }
	@keyframes fadeInUpSmall { 0% { opacity: 0; transform: translateY(5px); } 100% { opacity: 1; transform: translateY(0); } }
	.fadeInUpSmall { -webkit-animation-name: fadeInUpSmall; -moz-animation-name: fadeInUpSmall; -o-animation-name: fadeInUpSmall; animation-name: fadeInUpSmall; }

	@-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }
	@-moz-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }
	@-o-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }
	@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }
	.fadeIn { -webkit-animation-name: fadeIn; -moz-animation-name: fadeIn; -o-animation-name: fadeIn; animation-name: fadeIn; }

	@-webkit-keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translateY(-30px); } 100% { opacity: 1; -webkit-transform: translateY(0); } }
	@-moz-keyframes fadeInDown { 0% { opacity: 0; -moz-transform: translateY(-30px); } 100% { opacity: 1; -moz-transform: translateY(0); } }
	@-o-keyframes fadeInDown { 0% { opacity: 0; -o-transform: translateY(-30px); } 100% { opacity: 1; -o-transform: translateY(0); } }
	@keyframes fadeInDown { 0% { opacity: 0; transform: translateY(-30px); } 100% { opacity: 1; transform: translateY(0); } }
	.fadeInDown { -webkit-animation-name: fadeInDown; -moz-animation-name: fadeInDown; -o-animation-name: fadeInDown; animation-name: fadeInDown; }

	@-webkit-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }
	@-moz-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }
	@-o-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }
	@keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0;} }
	.animated.fadeOut { -webkit-animation-name: fadeOut; -moz-animation-name: fadeOut; -o-animation-name: fadeOut; animation-name: fadeOut; }


	@-webkit-keyframes typing { from { width: 0% } to { width:100% } } 
	@-moz-keyframes typing { from { width: 0% } to { width:100% } }
	@-webkit-keyframes blink-caret { from, to { border-color: transparent } 50% { border-color: black }}
	@-moz-keyframes blink-caret { from, to { border-color: transparent } 50% { border-color: black } }
	.type { white-space:nowrap; overflow:hidden; border-right: .1em solid black; -webkit-animation: typing 2s steps(30, end), blink-caret 1s step-end ; -moz-animation: typing 2s steps(30, end), blink-caret 1s step-end ; }

/*COL*/
	@media only screen and (min-width: 0px) {
		.col-s-0 {width: 0%;}
		.col-s-1 {width: 8.33%;}
		.col-s-2 {width: 16.66%;}
		.col-s-3 {width: 25%;}
		.col-s-4 {width: 33.33%;}
		.col-s-5 {width: 41.66%;}
		.col-s-6 {width: 50%;}
		.col-s-7 {width: 58.33%;}
		.col-s-8 {width: 66.66%;}
		.col-s-9 {width: 75%;}
		.col-s-10 {width: 83.33%;}
		.col-s-11 {width: 91.66%;}
		.col-s-12 {width: 100%;}


		.menu-logo { display: block; }
	 	.menunav { display: none; border-top: 1px solid #e3e4e3; margin-top: 10px; }

		/*SLIDER*/
	 	#top-image-slider .slide-content-header { font-size: 21px; line-height: 1.0; }
		#top-image-slider .slide-content-text { font-size: 12px; line-height: 0.8; }
		#top-image-slider .slide{ width: 180%; height: auto; margin-left: -40%; }
		#top-image-slider .br-class { display: none; }

		/*SOLUTION PORTFOLIO*/
		#solution-portfolio .second .small-header { font-size: 10px; }
		#solution-portfolio .second .big-header { font-size: 11px; }
		#solution-portfolio .second .br-class { display: block; }
		#solution-portfolio .first { bottom: 130px; }
		#solution-portfolio .second { bottom: 115px; }

		/*UNDERSTAND*/
		#understand .first { bottom: 130px; }
		#understand .first { bottom: 130px; }

		/*SAMPLE*/
		#sample .image { display: none; }

		/*COACHING*/
		#coaching .second .br-class { display: none; }
		#coaching .first { bottom: 190px; }
		#coaching .second { bottom: 160px; }
		#coaching .small-header { font-size: 14px; }
		#coaching .big-header { font-size: 18px; }

		/*LEARN*/
		#learn-about .text { bottom: 220px; }

		/*CONTACT*/
		#contact .contact-logo img{ margin-top: 0px; margin-left: 30%; }
		#contact .contact-text-info{ margin-left: 25%; }
	}

	@media only screen and (min-width: 421px) {
		#solution-portfolio .first { bottom: 110px; }
		#understand .first { bottom: 110px; }
		#contact .contact-text-info{ margin-left: 30%; }
	}

	@media only screen and (min-width: 700px) {
		.col-m-0 {width: 0%;}
		.col-m-1 {width: 8.33%;}
		.col-m-2 {width: 16.66%;}
		.col-m-3 {width: 25%;}
		.col-m-4 {width: 33.33%;}
		.col-m-5 {width: 41.66%;}
		.col-m-6 {width: 50%;}
		.col-m-7 {width: 58.33%;}
		.col-m-8 {width: 66.66%;}
		.col-m-9 {width: 75%;}
		.col-m-10 {width: 83.33%;}
		.col-m-11 {width: 91.66%;}
		.col-m-12 {width: 100%;}

		.page-header { max-height: 100px; }


		.nav { margin-top: 25px; }
	 	.menu-logo { display: none; }
	 	.menunav { display: block; border-top: 0px; } 

	 	/*SLIDER*/
	 	#top-image-slider .slide-content-header { font-size: 32px; line-height: 1.1; }
		#top-image-slider .slide-content-text { font-size: 16px; line-height: 1.1; }
		#top-image-slider .br-class { display: block; }

		/*UNDERSTAND*/
		#understand .first { bottom: 95px; }

		/*SOLUTION PORTFOLIO*/
		#solution-portfolio .second .small-header { font-size: 13px; }
		#solution-portfolio .second .big-header { font-size: 14px; }
		#solution-portfolio .second .br-class { display: none; }
		#solution-portfolio .first { bottom: 95px; }
		#solution-portfolio .second { bottom: 100px; }

		/*COACHING*/
		#coaching .second .small-header { font-size: 13px; }
		#coaching .second .big-header { font-size: 14px; }
		#coaching .second .br-class { display: none; }
		#coaching .first { bottom: 190px; }
		#coaching .second { bottom: 160px; }
		#coaching .small-header { font-size: 18px; }
		#coaching .big-header { font-size: 24px; }

		/*CONTACT*/
		#contact .contact-logo img{ margin-top: 50px; margin-left: 20%; }
		#contact .contact-text-info{ margin-left: 0%; }
 	}

	@media only screen and (min-width: 1060px) {
		.col-0 {width: 0%;}
		.col-1 {width: 8.33%;}
		.col-2 {width: 16.66%;}
		.col-3 {width: 25%;}
		.col-4 {width: 33.33%;}
		.col-5 {width: 41.66%;}
		.col-6 {width: 50%;}
		.col-7 {width: 58.33%;}
		.col-8 {width: 66.66%;}
		.col-9 {width: 75%;}
		.col-10 {width: 83.33%;}
		.col-11 {width: 91.66%;}
		.col-12 {width: 100%;}

		.col-1-7 {width: 14.2857%;}

		/*SLIDER*/
		#top-image-slider .slide-content-header { font-size: 36px; line-height: 1.1; }
		#top-image-slider .slide-content-text { font-size: 18px; line-height: 1.1; }
		#top-image-slider .slide{ width: 100%; height: auto; margin-left: 0%; }

		/*SAMPLE*/
		#sample .image { display: block; }
	}

/*--------------------------------------------------------------------------------------------HEADER----------------------------------------------------------------------------------------*/
		.logo { max-height: 80px; }
		.logoim { max-height: 90px; margin-top: 5px; min-width: 210px; }

		.menu-logo { margin-top: 30px; max-height: 50px;}
		.menu-logo img:hover { width: 35px; height: auto; }

		ul.topnav { list-style-type: none;list-style-type: none; margin: 0px; }
		ul.topnav li .stable { float: left; }
		ul.topnav li a { text-align: center; text-decoration: none;}
		ul.topnav li a:hover { color: #00466d; letter-spacing: 0.5px; }

		a.anchor { display: block; position: relative; top: 20px;}

/*--------------------------------------------------------------------------------------------BODY--------------------------------------------------------------------------------------------*/

	/*SLIDER*/
		#top-image-slider { width: 100%; height:auto; }
		#top-image-slider .slide-div{ width: 100%; height: auto; }
		#top-image-slider .slide-content { display: flex; align-items: center; justify-content: center; color: white; bottom: 0; min-height: 80px; left: 0; position: absolute; z-index: 2; opacity: 1; font-weight: lighter; }	

		#top-image-slider a { text-decoration: none; color: white; height: auto; border:2px solid white; border-radius: 14px; padding: 10px 40px; font-size: 16px; }
		#top-image-slider a:hover { background: rgba($red, 0); letter-spacing: 1px; }

	/*ANALYTICAL EXPERIENCE*/
		#analytical-experience { padding: 0px 0px 40px; }
		#analytical-experience p { display: flex; align-items: center; }
		#analytical-experience img { max-width: 100px; }

	/*UNDERSTAND*/
		#understand { /*background-image: url("../images/blue_line_gradient.jpg"); background-repeat:no-repeat; width: 100%; */}
		#understand img { width: 100%; height: auto; min-height: 140px; max-height: 140px;}
		#understand .first { position:relative; color: white; font-weight: lighter; font-size: 24px; }

	/*INDUSTRY*/
		#industry { padding: 0px 0px 40px; }
		#industry p { display: flex; align-items: center; }
		#industry img { max-width: 100px; }

	/*SOLUTION PORTFOLIO*/
		#solution-portfolio {}
		#solution-portfolio img { width: 100%; height: auto; min-height: 140px; max-height: 140px;}
		#solution-portfolio .first { position:relative; color: white; font-weight: lighter; font-size: 24px; }
		#solution-portfolio .second { position:relative; font-weight: lighter; }
		#solution-portfolio .second a { color: white; border-radius: 18px; padding: 10px 0px; }
		#solution-portfolio .second a:hover { background: rgba($red, 0); letter-spacing: 0.5px; }

	/*SAMPLE*/
		#sample .no-padding { padding: 0px; }
		#sample .big-header { font-weight: bolder; font-size: 16px; }
		#sample .small-header { font-weight: lighter; font-size: 16px; }
		#sample .image img { width: 100%; height: auto; }

	/*HIRE US*/
		#hire-us { padding: 0px 0px 40px; background-color: #EBEFF2;  }
		#hire-us p { display: flex; align-items: center; }
		#hire-us img { max-width: 100px; }
		#hire-us .small-icon { max-width: 30px; margin-top: 45%;}
		#hire-us .link { text-decoration: none; color: #00466d; height: auto; border:2px solid #00466d; border-radius: 14px; padding: 10px 40px; font-size: 16px; }
		#hire-us .link:hover { background: rgba($red, 0); letter-spacing: 1px; }

	/*LEARN*/
		#learn-about img { width: 100%; height: auto; min-height: 290px; max-height: 290px;}

		#learn-about .text { position: relative; color: white; }
		#learn-about .text-header { font-size: 18px; font-weight: lighter; }
		#learn-about a { color: #0F8AAB; font-size: 18px; background-color: white; border: 2px solid white; border-radius: 14px; padding: 8px 20px; }
		#learn-about a:hover { background: rgba($red, 0); letter-spacing: 0.5px; }

	/*DATA VISUALIZATION*/
		#data-visualization img { width: 100%; height: auto; /*max-height: 400px;*/ }

	/*COACHING*/
		#coaching {  min-height: 262px; max-height: 262px; }
		#coaching img { width: 100%; height: auto;  min-height: 262px; max-height: 262px; }
		#coaching .first { position:relative; color: white; font-weight: lighter; font-size: 24px; }

		#coaching .second { position:relative; }
		#coaching .second a { text-decoration: none; color: white; height: auto; border:2px solid white; border-radius: 14px; padding: 10px 40px; font-size: 16px; padding: 10px 0px; }
		#coaching a:hover { background: rgba($red, 0); letter-spacing: 0.5px; }

	/*CONTACT*/
		#contact {  }
		#contact .social-network-icon { max-width: 40px; }
		#contact .social-network-icon:hover { max-width: 43px; }
		#contact .send { margin-top: 40px; border:2px solid #00466d; border-radius: 22px; background-color: #00466d; padding: 5px 10px; color: white; }
		#contact a:hover { background: rgba($red, 0); letter-spacing: 0.3px; }

		#contact #map { height: 300px; margin-top: 20px; }
		#contact #map img { width: 100%; height: 300px; }
		#contact #map a img { display: none; }
		#contact .gmnoprint a, .gmnoprint span, .gm-style-cc { display:none; }

