/* --------------------------------
Base Layout
-------------------------------- */

a.serif {
  font-family: "Times New Roman", Times, serif;
}

a.sansserif {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.container {
  text-align: center;
  height: auto;
  margin: 0 auto;
  padding: 24px 0;
}
.training-container {
  text-align: center;
  height: auto;
  margin: 0 auto;
  padding-bottom: 30px;
}
.row {
  margin-bottom: 0px;
}
.animated {
  visibility: hidden;
}
.visible {
  visibility: visible;
}

/* Call out titles */
.callout {
  background: #78cbd5;
  background-image: url("../images/thought-bg.jpg");
}
.callout h3 {
  color: #fff;
}
.callout .subtitle {
  color: #fff;
  margin: 0;
}

/* Page Header */
.page-header {
  text-align: center;
  height: auto;
  margin: 0 auto 56px auto;
  padding: 0 0 48px 0;
  border-bottom: 1px solid rgba(108, 108, 108, 0.2);
}
.page-header .subtitle {
  margin: 0;
}

/* --------------------------------
Page Loader
-------------------------------- */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2f2f2f;
  z-index: 9999;
}
.loader-title {
  position: absolute;
  margin: 0 0 0 -90px;
  top: 33%;
  left: 50%;
  color: #b4b4b4;
}
.loader {
  position: absolute;
  margin: -25px 0 0 -25px;
  top: 55%;
  left: 49.5%;
  color: #b4b4b4;
}

/* --------------------------------
Home (Header) Section
-------------------------------- */

.home {
  background: url(../images/headers/banner-img-1.jpg) center center fixed;
  position: relative;
  width: 100%;
  height: auto;
  top: 0;
}
.home:after {
  clear: both;
}
.header {
  padding-top: 150px;
  text-align: center;
}

.headertext-slider {
  display: block;
  width: 550px !important;
  height: auto;
  margin-top: 4s0px;
  margin: 0 auto;
}

.headertext {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 60px;
  color: #fff;
  text-transform: uppercase;
  padding: 32px;
  border: 2px solid #fff;
  background: url(../images/pattern-1.png) left top repeat rgba(40, 40, 40, 0.7);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.slabtexted .headertext {
  line-height: 1;
}
.slabtexted .headertext span:nth-child(2) {
  line-height: 1;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 16px 0;
  margin: 16px 0;
}
.slabtexted .headertext span:nth-child(3) {
  line-height: 1;
}
.slabtexted .headertext span:nth-child(4) {
  line-height: 1;
  border-top: 2px solid #fff;
  padding-top: 16px;
  margin-top: 16px;
}

.slabtexted .slabtext {
  display: -moz-inline-box;
  display: inline-block;
  white-space: nowrap;
}
.slabtextinactive .slabtext {
  display: inline;
  white-space: normal;
  font-size: 1em !important;
  letter-spacing: inherit !important;
  word-spacing: inherit !important;
  *letter-spacing: 0 !important;
  *word-spacing: 0 !important;
}
.slabtextdone .slabtext {
  display: block;
}

a.header-down-arrow {
  color: #fff;
  display: inline-block;
  font-size: 40px;
  font-weight: 400;
  margin-top: 50px;

  -webkit-animation-duration: 3s;
  -webkit-animation-delay: 2s;
  -webkit-animation-iteration-count: infinite;
}
a.header-down-arrow:after {
  content: "\25be";
}
a.header-down-arrow:hover {
  color: #e74c3c;
}

/* Home Section Full Screen Slider */

.slider-home {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 5;
  text-align: center;
}
.slides-text {
  width: 38%;
}

#slides .slides-container div {
  position: relative;
  background-position: center center;
  background-attachment: fixed;
}
#slides .slides-container .slide-1 {
  background: url(../images/headers/slider-img-1.jpg) no-repeat;
}
#slides .slides-container .slide-2 {
  background: url(../images/headers/slider-img-2.jpg) no-repeat;
}
#slides .slides-container .slide-3 {
  background: url(../images/headers/slider-img-3.jpg) no-repeat;
}
#slides .slides-container .slide-4 {
  background: url(../images/headers/slider-img-4.jpg) no-repeat;
}
.slides-navigation {
  position: absolute;
  top: 45%;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
}
.slides-navigation a {
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  opacity: 0;
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  background: #000;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}
.slides-navigation a.prev {
  left: 2%;
  padding: 9px 0 0 16px;
}
.slides-navigation a.prev:before {
  content: "\ab";
}
.slides-navigation a.next {
  right: 2%;
  padding: 9px 0 0 19px;
}
.slides-navigation a.next:before {
  content: "\bb";
}
#home:hover .slides-navigation a {
  opacity: 0.3;
}
.slides-navigation a:hover {
  opacity: 0.8 !important;
}

/* Pattern Header */
.pattern {
  background: #2f2f2f url(../images/pattern-wood.jpg) left top repeat;
}

/* Video Header */
#video-header {
  background: #000;
}
.video-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.header-mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/pattern-1.png) left top repeat;
  z-index: 4;
}

.header_part {
  background-color: #ffffff;
}
.body_part {
  background-color: #f5f5ff;
}

/* --------------------------------
Navigation Bar
-------------------------------- */

.big-nav {
  height: 110px;
}
.small-nav {
  height: 110px;
}

.site-logo {
  font-family: sans-serif;
  float: left;
  position: relative;
  text-transform: uppercase;
  color: #4586a9;
  font-weight: 400;
}
.big-nav .site-logo {
  font-size: 32px;
  top: 30%;
}
.small-nav .site-logo {
  font-size: 24px;
  top: 20%;
}
/*
.nav li a.current
{color: #EF9E40;}
*/
#navigation,
#sub-navigation {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9998;
  font-size: 12px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#navigation.big-nav {
  background-color: #ffffff;
}
#sub-navigation.big-nav {
  background-color: #ffffff;
}
#navigation.small-nav {
  background-color: #ffffff;
}

.nav-container {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1170px;
}
.mobile-nav-button {
  display: none;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 25px;
  position: absolute;
  right: 15px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.big-nav .mobile-nav-button {
  top: 57%;
}
.small-nav .mobile-nav-button {
  top: 64%;
}
.mobile-nav-button:hover {
  color: #e74c3c;
}

.nav-menu {
  position: relative;
  float: right;
  height: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.big-nav .nav-menu {
  margin-top: 40px;
}
.small-nav .nav-menu {
  margin-top: 40px;
}

.nav li {
  float: left;
  position: relative;
  background: white;
}

.nav li a {
  display: block;
  text-transform: uppercase;
  /*	color: #78CBD5; */
  /*	color: #0099FF;  */
  font-weight: 700;
  font-size: 14px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 19px;
  padding-right: 19px;
  border: none;
  background: white;
}
.nav li a:hover {
  color: #e74c3c;
  background: white;
  border: none;
  /*border-top: 2px solid #EF9E40;
border-bottom: 2px solid #EF9E40;
*/
}
.nav li a:selected {
  color: #e74c3c;
  /* border-top: 2px solid #E74C3C; */
  background: white;
  border: none;
}
.nav li a:active {
  color: #e74c3c;
  text-decoration: none;
  background: white;
  border: none;
}
.nav li a:focus {
  color: #2eaef0; /* EF9E40; */
}
.nav li a:focus {
  text-decoration: none;
  background-color: white;
}
/* Drop Down Navigation */

.nav li i {
  margin-left: 3px;
  font-size: 8px;
  vertical-align: 10%;
}
.nav ul {
  margin: 20px 0 0 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 38px;
  left: 0;
  background: white;
  /*	z-index: 1;    
	background: #2f2f2f; 
	transition: all .2s ease-in-out;*/
}
.nav li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.nav ul li {
  float: none;
  display: block;
  background: white;
}
.nav ul a {
  padding: 10px;
  width: 100%;
  min-width: 150px;
  display: block;
  white-space: nowrap;
  float: none;
}
.nav ul a:after {
  content: "";
  background: white;
}
.nav ul a:hover {
  /*	color: #2f2f2f;
	background-color: rgba(108,108,108, .3); */
}
/* --------------------------------
Sub Page
-------------------------------- */

.sub-page {
  padding-top: 128px;
}

/* --------------------------------
About Section
-------------------------------- */

.about-item {
  padding: 0 24px;
}
a.icon-btn {
  color: #fff;
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto 16px auto;
  padding-top: 34px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
a.icon-btn:hover {
  color: #fff;
  background: #939393;
}

/* --------------------------------
Testimonials
-------------------------------- */

.testimonials {
  padding: 56px 0;
  border-top: 1px dashed #b5b5b5;
}

.testimonial-slider {
  max-width: 875px;
  margin: 0 auto;
  max-height: 500px;
  overflow: hidden;
}
.testimonial-slider li.t-slide {
  position: absolute;
  height: auto;
}
.testimonial-slider li.t-slide h4:before {
  content: "\201c";
}
.testimonial-slider li.t-slide h4:after {
  content: "\201d";
}
.testimonial-slider li.t-slide:last-child:after {
  clear: both;
}
.t-slide p {
  font-size: 16px;
}
.t-slide p {
  display: inline-block;
}
.t-slide p:before {
  content: "\2013  ";
}

/* Testimonial Slider Controls */

.testimonials .flex-direction-nav {
  width: 0;
  height: 24px;
  margin: 0 auto;
  position: relative;
}
.testimonials .flex-direction-nav li a {
  opacity: 1;
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 24px;
  text-shadow: none;
  padding: 9px 0 0 0;
  margin: 0;
  line-height: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.testimonials .flex-direction-nav li a:hover {
  background: rgba(0, 0, 0, 0.5);
}
.testimonials .flex-direction-nav li a.flex-prev:after {
  content: "\ab";
}
.testimonials .flex-direction-nav li a.flex-next:after {
  content: "\bb";
  padding-right: 6px;
}

/* --------------------------------
Team Section
-------------------------------- */

#team-slider {
  width: 1200px;
  margin: 64px auto 56px auto;
}
.team {
  position: relative;
  width: 260px;
  height: 340px;
  background: #f8f8f8;
  margin: 0 20px;
  overflow: hidden;
  text-align: center;
}
.team-photo img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.team:hover .team-photo img {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.team h4 {
  line-height: 24px;
}
.team h6 {
  text-transform: uppercase;
}

.team-title {
  position: absolute;
  z-index: 1;
  left: 24px;
  right: 24px;
  top: 275px;
  margin-bottom: 24px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.team:hover .team-title {
  top: 30px;
}
.team .team-info {
  position: absolute;
  z-index: 1;
  left: 24px;
  right: 24px;
  top: 370px;
  margin-bottom: 24px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.team:hover .team-info {
  top: 105px;
}
.team .team-info p {
  margin-bottom: 32px;
}

.team-social-links li {
  display: inline-block;
}
.team-social-links .social-btn {
  background: #f8f8f8;
}

.owl-buttons div {
  opacity: 1 !important;
}
.owl-next,
.owl-prev {
  visibility: hidden;
}
.owl-next:after,
.owl-prev:after {
  visibility: visible;
  display: block;
  width: 32px;
  height: 32px;
  background: #939393;
  line-height: 0;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  font-size: 24px;
  padding-top: 13px;
  color: #fff;
  content: "\203A";
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.owl-prev:after {
  content: "\2039";
}
.owl-next:after {
  content: "\203A";
}

/* --------------------------------
Call Out
-------------------------------- */

.call-out a.button {
  font-size: 21px;
  margin-left: 16px;
  padding: 16px 24px;
}

/* --------------------------------
Services Section
#services{
	background: 
	url(../images/pattern-1.png) left top repeat,
	url(../images/parallax/parallax-bg-1.jpg) center center fixed;
	padding:0 0 32px 0;
	text-align: center;
	overflow: hidden;
	color:#b5b5b5;
}
-------------------------------- */

#services .container .row:first-child {
  margin: 56px 0;
}
.service-item {
  cursor: default;
  padding: 0 24px;
}
.service-item i {
  margin-bottom: 8px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.service-item i {
  color: #fff;
}
.service-item:hover i {
  color: #e74c3c;
}
.service-item h5 {
  color: #fff;
  line-height: 12px;
}
.service-item .divider {
  height: 2px;
  display: block;
  width: 25%;
  margin: 16px auto;
  background: #b5b5b5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* Mockup Sliders */
.mockup-tablet {
  background: url("../images/mockup-tablet.png") no-repeat;
  width: 460px;
  height: 580px;
  padding-top: 59px;
  padding-left: 1px;
}
.mockup-tablet .owl-pagination {
  position: absolute;
  text-align: center;
  bottom: 10px;
  width: 100%;
  z-index: 20;
}

.mockup-monitor {
  background: url("../images/mockup-monitor.png") no-repeat;
  width: 550px;
  height: 466px;
  padding-top: 30px;
}
.mockup-monitor .owl-pagination {
  position: absolute;
  text-align: center;
  bottom: 10px;
  width: 100%;
  z-index: 20;
}

/* --------------------------------
Portfolio Section
-------------------------------- */

#portfolio {
  height: auto;
}
#portfolio-container {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  margin-top: -60px;
  /*	padding:0px 0 64px 0px; 
	width: 80%; 
	padding-left: 40px;
*/
}
#portfolio-title {
  padding: 6px 0 20px 0 !important;
}
#portfolio-title h4.subtitle {
  margin-bottom: 0 !important;
}

.item {
  width: 24.95%;
  height: auto;
  position: relative;
  overflow: hidden;
  display: inline-block;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.item img {
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.item .mask {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.item:hover .mask {
  opacity: 1;
}
.item .mask a {
  position: absolute;
  top: 45%;
  z-index: 100;
  color: #fff;
}
.item .mask a.zoom {
  left: 40%;
}
.item .mask a.expander {
  right: 40%;
}
.item h5 {
  position: absolute;
  bottom: -100px;
  z-index: 100;
  color: #fff;
  opacity: 0;
  text-align: center;
  width: 100%;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
  transition: all 400ms linear;
}
.item:hover h5 {
  bottom: 40px;
  opacity: 1;
}

/* Isotope Filter Styles */

.container.filter-menu {
  padding: 0px 0 0 0;
}

.option-set li {
  display: inline-block;
  margin: 0 8px 32px 0;
}
.option-set li a {
  color: #fff !important;
  background: #2eaef0;
  border: 1px solid #78cbd5;
  padding: 4px 17px;
  font-size: 17px;
  font-weight: bold;
  border-radius: 4px;
}

.option-set li a:hover {
  color: #fff !important;
  background: #2eaef0;
  border: 1px solid #78cbd5;
  padding: 7px 17px;
  font-size: 17px;
  font-weight: bold;
  border-radius: 4px;
}
.option-set li a.selected {
  color: #fff !important;
  background: #ef9e40;
  border: 1px solid #ef9e40;
  padding: 7px 17px;
  font-size: 17px;
  font-weight: bold;
  border-radius: 4px;
}

/* Isotope styles */

.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/* Isotope CSS3 transitions */

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -ms-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/* Disable Isotope CSS3 transitions */

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* --------------------------------
Portfolio Project Expander
-------------------------------- */

.item-expander {
  position: relative;
  display: none;
  width: 100%;
  color: #fff;
  background: #2f2f2f;
  margin: 36px auto;
}
#item-expander {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.portfolio-project {
  padding: 16px 0 64px 0;
}
.portfolio-project h4 {
  color: #fff;
}
.portfolio-project h5 {
  color: #fff;
  margin-top: 32px;
}
.close-btn {
  width: 100%;
  padding: 0;
  margin-top: 64px;
  display: block;
  height: auto;
  text-align: right;
}
.close-btn .close {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../images/close-btn.png") center center no-repeat;
  padding: 20px;
  cursor: pointer;
  opacity: 0.7;
  border: 1px solid #3d3d3d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.close-btn .close:hover {
  background: #3d3d3d url("../images/close-btn.png") center center no-repeat;
  opacity: 1;
}
.project div.project-slides div.slide img {
  width: 100%;
}

/* Flex Slider Direction Nav */

.project {
  position: relative;
  text-align: left;
}
.project ul.flex-direction-nav {
  display: block;
  opacity: 1;
  width: 100% !important;
}
.project ul.flex-direction-nav li a {
  position: absolute;
  width: 32px;
  height: 56px;
  top: 46%;
  opacity: 0.7;
}

.project ul.flex-direction-nav li a.flex-prev {
  background: #2f2f2f url("../images/arrow-left.png") center center no-repeat;
  left: 0;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.project ul.flex-direction-nav li a.flex-next {
  background: #2f2f2f url("../images/arrow-right.png") center center no-repeat;
  right: 0;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.project ul.flex-direction-nav li a:hover {
  opacity: 1;
}

/* Flex Slider Control Nav */

ol.flex-control-nav {
  position: absolute;
  bottom: 0;
  text-align: left;
  z-index: 2;
}
ol.flex-control-paging li a {
  width: 8px;
  height: 8px;
  background: #2f2f2f;
  background: rgba(47, 47, 47, 0.5);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
ol.flex-control-paging li a:hover {
  background: #2f2f2f;
  background: rgba(47, 47, 47, 0.7);
}
ol.flex-control-paging li a.flex-active {
  background: #2f2f2f;
  background: rgba(47, 47, 47, 1);
}

/* Project Details */

.project-desc {
  text-align: left;
}
.project-details li {
  padding: 8px 0;
  border-bottom: 1px solid #3d3d3d;
}
.project-details li:last-child {
  border-bottom: none;
}
.project-details li strong {
  font-weight: 400;
  text-transform: uppercase;
}

/* --------------------------------
Process Section
-------------------------------- */
.process {
  background: url(../images/pattern-1.png) left top repeat,
    url(../images/parallax/parallax-bg-2.jpg) center center fixed;
  padding: 0 0 32px 0;
  text-align: center;
  overflow: hidden;
}
.process .subtitle {
  color: #fff;
}
.process-col {
  color: #8e8e8e;
  padding: 0 24px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.process-col .icon-box {
  height: 64px;
}
.process-col i {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.process-col h5 {
  color: #fff;
}
.process-col:hover {
  color: #fff;
}
.process-col:hover i {
  font-size: 56px;
}

/* --------------------------------
History Section
-------------------------------- */

#history h2 {
  margin-bottom: 36px;
}
#history .columns {
  padding: 0 24px;
}

/* --------------------------------
Counters
-------------------------------- */

.count h1 {
  font-size: 56px;
}

/* --------------------------------
Pricing Tables
-------------------------------- */

.price-table {
  background: #e8e8e8;
}
.price-table:hover h4,
.price-table h4.selected {
  color: #e74c3c;
}
.price-table h4 {
  position: relative;
  display: block;
  width: 100%;
  background: #2f2f2f;
  color: #fff;
  padding: 16px 0;
  margin: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.price-table h4 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.price-table h4:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(47, 47, 47, 0);
  border-top-color: #2f2f2f;
  border-width: 16px;
  margin-left: -16px;
}
.price-table-container {
  padding: 24px;
}
.price {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 48px;
  margin: 8px 0 24px 0;
  font-weight: 400;
}
.price span.dollar {
  vertical-align: super;
  font-size: 24px;
  font-weight: 400;
}
.price-table p {
  font-size: 14px;
}
.price-table ul {
  margin-top: 16px;
}
.price-table ul li {
  border-bottom: 1px dashed #c4c4c4;
  padding: 8px 0;
  text-transform: uppercase;
  font-size: 12px;
  cursor: default;
}
.price-table ul li:last-child {
  border-bottom: none;
}
a.price-button {
  background: #6c6c6c;
  color: #fff;
  width: 100%;
  display: block;
  padding: 16px 0;
  text-transform: uppercase;
  font-weight: 400;
}
a.price-button:hover,
a.price-button.selected {
  background: #2f2f2f;
  color: #e74c3c;
}

/* --------------------------------
Accordion
-------------------------------- */

#accordion img.mockup {
  width: 425px;
}

.accordion {
  background: url(../images/pattern-2.png) left top repeat,
    url(../images/parallax/parallax-bg-4.jpg) center center fixed;
}
.accordion-container {
  text-align: left;
}
.accordion-button {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
  margin: 16px 0 0 0;
  border: 1px solid #d0d0d0;
  padding: 8px;
}
.accordion-button:hover {
  color: #e74c3c;
}
.accordion-button i {
  margin-right: 8px;
}
.accordion-button i.fa-arrow-circle-o-down {
  color: #e74c3c;
}
.accordion-content {
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  padding: 8px;
  margin-bottom: 16px;
}

/* --------------------------------
Timeline
-------------------------------- */

.timeline,
.timeline .timeline-item {
  width: 100%;
}
.timeline .timeline-item .info,
.timeline .timeline-item .year {
  color: #ededed;
  float: left;
  display: block;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.timeline .timeline-item.close .info,
.timeline .timeline-item.close .year {
  color: #c8c8c8;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.timeline .timeline-item .year {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 32px;
  width: 25%;
}
.timeline .timeline-item .info {
  width: 75%;
  margin-left: 0px;
  padding: 0 0 42px 36px;
  border-left: 5px solid #939393;
}
.timeline .timeline-item .marker {
  background-color: #fff;
  border: 4px solid #939393;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  display: block;
  float: right;
  margin-right: -13px;
  z-index: 2000;
  position: relative;
}
.timeline .timeline-item.active .info,
.timeline .timeline-item:hover .info {
  color: #939393;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.timeline .timeline-item .marker .dot {
  background-color: white;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  display: block;
  border: 2px solid white;
  height: 12px;
  width: 12px;
  border-radius: 100px;
  float: right;
  z-index: 2000;
  position: relative;
}
.timeline .timeline-item.active .marker .dot,
.timeline .timeline-item:hover .marker .dot {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

/* --------------------------------
Percentage Bars (Skill Bars)
-------------------------------- */

.skillbar,
.modal-skillbar {
  position: relative;
  display: block;
  margin-bottom: 16px;
  width: 100%;
  background: #eee;
  height: 24px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -ms-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color;
}

.skillbar-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  font-weight: bold;
  font-size: 13px;
  color: #ffffff;
  background: #e74c3c;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.skillbar-title span {
  display: block;
  background: rgba(0, 0, 0, 0.1);
  padding: 0 20px;
  height: 24px;
  line-height: 24px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.skillbar-bar {
  height: 24px;
  width: 0px;
  background: #e74c3c;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.skill-bar-percent {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 11px;
  height: 24px;
  line-height: 24px;
  color: #ffffff;
  color: rgba(0, 0, 0, 0.4);
}

/* --------------------------------
Gauges
-------------------------------- */

#guage1,
#guage2,
#guage3,
#guage4,
#guage5,
#guage6 {
  width: 200px;
  height: 160px;
  display: inline-block;
  margin: 1em;
}

/* --------------------------------
Video Section
-------------------------------- */

.full-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 720px;
  background: black;
  padding-top: 300px;
}
.full-video:after {
  background: rgba(0, 0, 0, 0.7) url(../images/pattern-1.png) repeat;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
}
.video-msg {
  z-index: 2;
  text-align: center;
  width: auto;
  height: auto;
  margin: 0 auto;
}
.video-msg h1 {
  color: #fff;
  margin-bottom: 24px;
}

/* --------------------------------
Blog
-------------------------------- */

.post-preview {
  text-align: left;
  padding: 0 24px;
}
.post-title {
  font-size: 24px;
  line-height: 32px;
}
.post-meta {
  margin: 8px 0 16px 0;
}
.post-meta li {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #6c6c6c;
  margin-right: 8px;
}
.post-meta li a {
  color: #6c6c6c;
}
.post-meta li i {
  margin-right: 4px;
}

.post-img {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 16px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.post-img img {
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.post-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.post-img .mask {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.post-img:hover .mask {
  opacity: 1;
}
.post-img i {
  position: absolute;
  top: 35%;
  left: 50%;
  margin-left: -15px;
  z-index: 100;
  color: #fff;
}
.post-img-lrg i {
  top: 50%;
  margin-top: -15px;
}
.post-img h5 {
  position: absolute;
  bottom: -100px;
  z-index: 100;
  color: #fff;
  opacity: 0;
  text-align: center;
  width: 100%;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
  transition: all 400ms linear;
}
.post-img:hover h5 {
  bottom: 10px;
  opacity: 1;
}
.post-img-lrg:hover h5 {
  bottom: 30px;
}
.full-blog-link {
  display: block;
  clear: both;
  padding-top: 48px;
}

/* Blog Pages */

article.blog-post {
  padding-bottom: 32px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(108, 108, 108, 0.2);
}
.sub-page article.blog-post:last-child {
  border-bottom: none;
}

section.sidebar-content {
  margin-bottom: 48px;
}

ul.blog-categories li {
  border-bottom: 1px solid rgba(108, 108, 108, 0.2);
}
ul.blog-categories li a {
  display: block;
  padding: 16px 8px;
  color: #2f2f2f;
}
ul.blog-categories li a:before {
  content: "\203A";
  font-weight: 400;
  margin-right: 8px;
}
ul.blog-categories li a:hover {
  color: #fff;
  background: #2f2f2f;
}
a.blog-tag {
  display: inline-block;
  background: #ecf0f1;
  padding: 4px 8px;
  margin: 4px;
  color: #2f2f2f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
a.blog-tag:hover {
  color: #fff;
  background: #2f2f2f;
}
ul.content-list {
  margin: 16px;
}
ul.content-list li {
  padding: 4px;
}
ul.content-list li:before {
  content: "\203A";
  margin-right: 8px;
}
.about-author {
  padding: 0 0 32px 0;
  border-bottom: 1px solid rgba(108, 108, 108, 0.2);
}
.comments {
  padding-top: 32px;
}
ul.comment-list li {
  position: relative;
  padding: 32px 0 32px 80px;
  border-bottom: 1px solid rgba(108, 108, 108, 0.2);
}
ul.comment-list li:last-child {
  border-bottom: none;
}
.comment-author {
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 8px;
}
img.comment-avatar {
  position: absolute;
  top: 38px;
  left: 0;
  width: 64px;
  height: 64px;
}
.comment-date {
  display: block;
  font-style: italic;
}

/* --------------------------------
Clients Section
-------------------------------- */
.clients {
  background: url(../images/pattern-1.png) left top repeat,
    url(../images/parallax/parallax-bg-3.jpg) center center fixed;
  padding: 0;
  text-align: center;
  overflow: hidden;
}
.clients .subtitle {
  color: #fff;
}
#client-slider {
  width: 1200px;
  margin: 64px auto 56px auto;
}
#client-slider .client-item {
  width: 130px;
}
.clients img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.clients img:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* --------------------------------
Featured Projects Section
-------------------------------- */

.featured {
  background: url(../images/pattern-1.png) left top repeat,
    url(../images/parallax/parallax-bg-4.jpg) center center fixed;
  padding: 0;
  text-align: center;
  overflow: hidden;
}
#featured-title {
  padding: 56px 0 20px 0 !important;
  text-align: center;
  height: auto;
  margin: 0 auto;
}
#featured-title .subtitle {
  color: #fff;
}
#work-slider {
  width: 100%;
  margin: 0 auto 56px auto;
}
#work-slider .work-item {
  width: 95%;
  position: relative;
}
#work-slider .work-item img {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
#work-slider .work-item:hover img {
}
#work-slider .work-item .zoom {
  position: absolute;
  background: rgba(216, 216, 216, 0.9);
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  opacity: 0;
  color: #292929;
  margin: -30px 0 0 -30px;
  padding-top: 16px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
#work-slider .work-item:hover .zoom {
  opacity: 1;
}
#work-slider .work-item .zoom:hover {
  background: rgba(40, 40, 40, 0.9);
}
#featured .owl-next:after,
#featured .owl-prev:after {
  background: #292929;
}

/* --------------------------------
Career Section
-------------------------------- */

#career-title {
  padding: 6px 0 20px 0 !important;
}
#career-title h4.subtitle {
  margin-bottom: 0 !important;
}
.career__ul {
  list-style-type: circle !important;
}
.career__ul > li {
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 1.5px;
  text-decoration: none;
  width: 80%;
  margin-left: 110px;
  text-align: left;
}
.career__paragraph {
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  width: 80%;
  margin-left: 110px;
  text-align: justify;
  letter-spacing: 1.5px;
}

.career__paragraph span {
  font-weight: 600;
}

.career__paragraph .career__link {
  color: #0099ff;
}
/* --------------------------------
Contact Section
-------------------------------- */
.contact-form {
  margin-left: 0px;
  width: 100%;
  margin-top: -20px;
}
.contact-fields {
  width: 70%;
  display: inline-block;
}
.contact-form input {
  width: 45%;
  padding: 16px;
  margin-right: 12px;
  margin-bottom: 16px;
  font-size: 16px;
  border: 1px solid rgba(47, 47, 47, 0.3);
  color: #6c6c6c !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.contact-form textarea {
  width: 92%;
  padding: 12px;
  margin-bottom: 16px;
  margin-left: 27px;
  font-size: 16px;
  border: 1px solid rgba(47, 47, 47, 0.3);
  color: #6c6c6c !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
  resize: none;
}
.contact-form textarea {
  height: 109px;
  max-height: 209px;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border: 1px solid rgba(47, 47, 47, 0.6);
  color: #2f2f2f;
  background: rgba(47, 47, 47, 0.1);
}
.contact-form input:hover,
.contact-form textarea:hover {
  background: rgba(47, 47, 47, 0.1);
}
button#submit {
  font-family: "Lato", sans-serif;
  letter-spacing: 1px;
  color: #fff;
  background: #e74c3c;
  font-size: 16px;
  display: inline-block;
  padding: 8px 16px;
  text-transform: uppercase;
  font-weight: 300;
  border: 1px solid #e74c3c;
  cursor: pointer;
  float: center;
  margin-left: 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
button#submit:hover {
  background: #6c6c6c;
  border: 1px solid #6c6c6c;
}
button#submit:focus {
  outline: none;
}

/* Contact Form Messages */

.error-container {
  display: block;
  margin-bottom: 24px;
}
.error {
  color: #e74c3c;
  display: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
}
.success {
  color: #27ae60;
  display: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
}
.eight.columns.animated.flipInY.visible {
  float: left;
}

/* --------------------------------
Google Map
-------------------------------- */

#map {
  margin-bottom: 0px;
}
#google-map {
  position: relative;
  opacity: 0.9;
  width: 100%;
  height: 400px;

  /*	-webkit-filter: grayscale(95%);
	-moz-filter: grayscale(95%);
	-ms-filter: grayscale(95%);
	-o-filter: grayscale(95%);
	filter: grayscale(95%);
	filter: url(../images/grayscale.svg#greyscale);
	filter: gray;  IE 6-9 */
}
#map-tooltip {
  padding-top: 24px;
  text-align: center;
}
#map-tooltip h5 {
  margin-bottom: 0;
  font-weight: bold;
  text-transform: none;
  line-height: 10px;
}
#map .callout {
  background: #2f2f2f;
  width: 100%;
  margin-bottom: 0;
}
#map .callout .container {
  padding: 16px 0;
}

/* --------------------------------
Social Media
-------------------------------- */
.social .social-links {
  margin-bottom: 0px;
  padding-top: 15px;
}
.social .social-links li {
  display: inline-block;
  margin: 0 4px;
}
.social .social-links li a {
  display: block;
  padding: 12px 0;
  margin: 4px 0;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.portfoliosectionpart {
  width: 100%;
  background-color: #f5f5ff;
}

/* --------------------------------
Footer
-------------------------------- */
.footersection {
  width: 100%;
  /*		background-color: #2EAEF0;  */
  /*	background-color: #566473; */
  background-image: url("../images/footer.jpg");
}
#footer-bottom {
  position: relative;
  /*		background-color: #2EAEF0; */
  color: #fff;
  width: 100%;
}
#footer-bottom .container {
  padding: 5px 0;
}
#footer-bottom h2 {
  color: #fff;
}
.social-links li a {
  color: #677481; /*566473; */
}
a.button-to-top {
  position: absolute;
  top: -29px;
  left: 50%;
  margin-left: -16px;
  display: block;
  padding: 4px 0;
  width: 32px;
  height: 32px;
  background-color: #ef9e40;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
a.button-to-top:hover {
  color: #e74c3c;
}

.samsung {
  font-size: 28px;
  padding-top: 10px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}
.titleSocial {
  font-size: 30px;
  /*   color: #78CBD5; */
  color: #0099ff;
  padding-top: 25px;
  padding-bottom: 15px;
  text-align: center;
}
.section {
  /* border-bottom:2px solid #d3d3d3; */
}
.titleWhite {
  font-size: 45px;
  color: #78cbd5;
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 10px;
  padding-bottom: 25px;
}
.color1 {
  color: #ef9e40;
}
.whoweare {
  font-size: 30px;
  /*   color: #78CBD5; */
  color: #0099ff;
  padding-top: 0px;
  padding-bottom: 30px;
  text-align: center;
}
.servicesmain {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 0px;
}
.trainingsmain {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.aboutusmain {
  text-align: center;
  margin-top: -10px;
  padding-bottom: 30px;
}
.benefitsmain,
.faqsmain {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 30px;
}
.careermain {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 30px;
}
.contactmain {
  text-align: center;
  margin-top: -10px;
  padding-bottom: 30px;
}

.benefitcat {
  font-size: 20px;
  color: #2eaef0;
  /*   color: #78CBD5; */
  text-align: left;
  width: 85%; /* 1050px; */
  margin-left: 105px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
.benefitbold {
  font-size: 20px;
  color: #78cbd5;
  text-align: left;
  width: 85%; /* 1050px; */
  margin-left: 105px;
}
.contentwhoweare {
  font-family: "molengo", sans-serif;
  font-size: 22px;
  /*	font-weight: 500; */
  letter-spacing: 2px;
  text-decoration: none;
  width: 80%; /* 1050px; */
  margin-left: 105px;
  text-align: center;
}
.bolds {
  font-weight: bold;
}
.contentwhoweareexp {
  font-family: "molengo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
  padding-top: 20px;
  line-height: 35px;

  width: 80%; /* 1050px; */
  margin-left: 105px;
  text-align: left;
}
.contentwhoweareexptwo {
  font-family: "molengo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
  padding-top: 30px;
  width: 1050px;
  margin-left: 105px;
  line-height: 35px;
  width: 80%; /* 1050px; */
  text-align: left;
}
.contentwhoweareexpthree {
  font-family: "molengo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
  width: auto;
  /*   margin-left: 305px; */
  line-height: 35px;
  text-align: center;
}
.everifyImg {
  border: 4px solid #ef9e40;
  border-radius: 4px;
  box-shadow: 3px 3px 2px #ef9e40;
  margin-top: 25px;
  margin-right: 10px;
}
.subtitletwo {
  font-family: "molengo", sans-serif;
  color: #ffffff;
  text-transform: capitalize;
  margin-left: 442px;
  margin-top: 10px;
}
.servicestext {
  font-size: 18px;
  line-height: 28px;
  margin: 0px auto 0px;
  margin-right-value: auto;
  margin-bottom: 70px;
  margin-left-value: auto;
  margin-left-ltr-source: physical;
  margin-left-rtl-source: physical;
  margin-right-ltr-source: physical;
  margin-right-rtl-source: physical;
  max-width: 900px;
  text-transform: none;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-align: center;
}
.benefitstext {
  font-size: 18px;
  line-height: 28px;
  margin: 0px auto 0px;
  margin-right-value: auto;
  margin-bottom: 70px;
  margin-left-value: auto;
  margin-left-ltr-source: physical;
  margin-left-rtl-source: physical;
  margin-right-ltr-source: physical;
  margin-right-rtl-source: physical;
  max-width: 900px;
  text-transform: none;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-align: center;
}

.trainingtext {
  font-size: 18px;
  line-height: 28px;
  margin: 0px auto 0px;
  margin-right-value: auto;
  margin-bottom: 20px;
  margin-left-value: auto;
  margin-left-ltr-source: physical;
  margin-left-rtl-source: physical;
  margin-right-ltr-source: physical;
  margin-right-rtl-source: physical;
  max-width: 900px;
  text-transform: none;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-align: center;
}

.benefitsmaintext {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
  width: 85%; /* 1050px; */
  margin-left: 105px;
  text-align: left;
}
.othersubtext {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
  width: 100%; /* 1050px; */
  margin-left: 10px;
  text-align: left;
}
.benefitssubtext {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
  width: 80%; /* 1050px; */
  margin-left: 110px;
  text-align: left;
}
.careersubtext {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
  width: 80%; /* 1050px; */
  margin-left: 110px;
  text-align: left;
}

.staffingservcies {
  border: 1px solid #d3d3d3;
  height: 545px;
  width: 300px;
  margin-left: 325px;
  margin-top: 38px;
  border-radius: 12px;
  display: inline-block;
}
.staffingservcies1 {
  border: 1px solid #d3d3d3;
  height: 545px;
  width: 300px;
  margin-left: 30px;
  margin-top: 38px;
  border-radius: 12px;
  display: inline-block;
}
.staffingservcies2 {
  border: 1px solid #d3d3d3;
  height: 545px;
  width: 300px;
  margin-left: 30px;
  margin-top: 38px;
  border-radius: 12px;
  display: inline-block;
}
.one {
  margin-left: 75px;
  margin-top: 25px;
}
.two {
  margin-top: 130px;
  line-height: 30px;
  letter-spacing: 2px;
  padding: 5px 5px 5px 5px;
}
.subhead {
  text-align: center;
  margin-top: 10px;
  font-size: 17px;
}
.subhead1 {
  text-decoration: underline;
  padding-left: 82px;
  border-bottom: 1px dotted #d3d3d3;
  border-top: 1px dotted #d3d3d3;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}
.subhead2 {
  text-decoration: underline;
  padding-left: 82px;
  border-bottom: 1px dotted #d3d3d3;
  padding-bottom: 10px;
  cursor: pointer;
}
.subhead3 {
  text-decoration: underline;
  padding-left: 82px;
  cursor: pointer;
}
.staffingservcies:hover {
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.3);
  background: #78cbd5;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}
.staffingservcies1:hover {
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.3);
  background: #78cbd5;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}
.staffingservcies2:hover {
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.3);
  background: #78cbd5;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}
.twos {
  margin-top: 100px;
  line-height: 30px;
  letter-spacing: 2px;
  padding: 5px 5px 5px 5px;
}
.leftcontainer {
  display: inline-block;
}
.rightcontainer {
  display: inline-block;
  margin-left: 70px;
}
.a,
.b,
.c,
.d {
  height: 35px;
  width: 520px;
  line-height: 35px;
  margin-bottom: 25px;
  background: #0099ff;
  border-radius: 0;
  margin-left: 0px;
  color: #fff;
  font-size: 23px;
  padding-left: 30px;
  text-align: left;
}
.a {
  margin-top: 25px;
}
.e,
.f,
.g,
.h {
  height: 35px;
  width: 460px;
  line-height: 35px;
  margin-bottom: 25px;
  background: #0099ff;
  border-radius: 0;
  color: #fff;
  font-size: 23px;
  padding-left: 16px;
}
.e {
  margin-top: 25px;
}
.bigcontainer {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.cont1,
.cont2,
.cont3 {
  display: inline-block;
  color: #78cbd5;
  font-size: 20px;
  font-family: "molengo", sans-serif;
}
.cont2 {
  margin-left: 50px;
}

.cont3 {
  margin-left: 0px;
}

.classsection {
  margin-top: 30px;
  margin-left: 250px;
}
.abs {
  width: 350px;
  margin-top: 10px;
  font-size: 16px;
  font-family: "molengo", sans-serif;
  letter-spacing: 2px;
}
.ab,
.abc {
  font-family: "molengo", sans-serif;
  font-size: 25px;
}
.ab,
.abc {
  margin-top: 40px;
}
.ab:hover {
  text-decoration: underline;
  cursor: pointer;
}
.abc:hover {
  text-decoration: underline;
  cursor: pointer;
}
strong {
  font-weight: bold;
}

li.faqquestionline {
  border-bottom: 1px solid #eeeeee;
}
/* FAQ related */
p.faqquestion {
  color: #787878;
}
/* 
	LEVEL ONE
*/

.faqsection {
  margin-bottom: 30px;
}
.faqsection h3 {
  margin-bottom: 10px;
}

.faqsection p {
  /*	font: 125%/2 'molengo' sans-serif; */
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 7px;
  color: #787878;
}
.faqsection a:hover p {
  color: black;
}
.faqsection a:active p {
  color: black;
}

ul.squarebulletlist {
  padding-left: 50px;
  list-style-type: square;
}

/* WHY TEKPERFECKT */
.row {
  margin-left: -15px;
  margin-left-value: -15px;
  margin-left-ltr-source: physical;
  margin-left-rtl-source: physical;
  margin-right: -15px;
  margin-right-value: -15px;
  margin-right-ltr-source: physical;
  margin-right-rtl-source: physical;
}

/* Big title : top border slides up */

.big-title {
  text-align: center;
}

.big-title h2 {
  padding: 12px 10px 10px;
  color: #566473;
  font-size: 32px;
  line-height: 50px;
  margin: 0 auto 10px;
  text-align: center;
  text-transform: none;
  text-shadow: none;
  font-weight: 700;
  position: relative;
  display: inline-block;
}

.big-title h2::before,
.big-title h2::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #566473;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  transform: scale(0.85);
}

.big-title h2::after {
  opacity: 0;
  -webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: top 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: top 0.3s, opacity 0.3s, transform 0.3s;
}

.big-title h2:hover::before,
.big-title h2:hover::after,
.big-title h2:focus::before,
.big-title h2:focus::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

.big-title h2:hover::after,
.big-title h2:focus::after {
  top: 0%;
  opacity: 1;
}

/* big title light */

.big-title.light h2::before,
.big-title.light h2::after {
  background: white;
}

.whytekperfekt {
  width: 100%;
  text-align: center;
  padding-top: 50px;
}

/* Sub title */

.sub-title h3 {
  font-size: 18px;
  line-height: 28px;
  margin: 0 auto 40px;
  max-width: 900px;
  text-transform: none;
  color: #566473;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
/*-------------------------------------------------------*/
/* 17. Progress bar section
/*-------------------------------------------------------*/
.skills {
  width: 90%;
  height: 400px;
  margin-left: 80px;
}
.skills-wrap .container {
  padding-bottom: 70px;
}
.skills ul li {
  color: #2eaef0;
}
.progress {
  height: 35px;
  line-height: 35px;
  margin-bottom: 45px;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  list-style: none;
}

.progress-bar {
  font-weight: 600;
  line-height: 35px;
  padding-left: 20px;
  text-align: left;
  background: #2eaef0;
}
/* quote related stuff */
.quote-wrap {
  background: url("../images/plx5.jpg") 50% 0 no-repeat fixed;
}
.quote-wrap h2 {
  line-height: 44px;
  color: #566473;
  font-family: "Raleway", sans-serif;
  font-size: 30px;
}

.quote-wrap i {
  text-transform: none;
  color: #ccc;
}
.quote-wrap p {
  text-transform: none;
  color: #ccc;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
}
.light,
.light h2,
.light h3 {
  color: #fff !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #566473;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}

h2,
.h2 {
  font-size: 30px;
}

.texture {
  background: url(../img/bg_pattern.png) no-repeat;
  height: 352px;
  width: 1600px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -800px;
}

.texture-layer,
.bg-overlay {
  /*    background: url(../images/texture_layer.png) repeat; */
  background-color: black;
  opacity: 0.6;
  filter: alpha(opacity=60); /* For IE8 and earlier */
}

/* Service related css */

.row {
  margin-left: -15px;
  margin-left-value: -15px;
  margin-left-ltr-source: physical;
  margin-left-rtl-source: physical;
  margin-right: -15px;
  margin-right-value: -15px;
  margin-right-ltr-source: physical;
  margin-right-rtl-source: physical;
}
/*-------------------------------------------------------*/
/* Service section
/*-------------------------------------------------------*/

.service-reasons div.content-box.big {
  transition: none;
  margin-top: 30px;
  border: 1px solid #fff;
}

.services p,
.content p {
  text-align: left;
}
.servicess_table {
  width: 100%;
  margin-left: 10px;
}

.service-box {
  display: table;
  margin-bottom: 0px;
}

.service-icon,
.service-box-content {
  display: table-cell;
  vertical-align: top;
}

.service-icon {
  text-align: center;
}

.service-icon i {
  color: white;
  line-height: 60px;
  font-size: 26px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin-right: 15px;

  -webkit-transition: background 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out;
  -o-transition: background 0.5s ease-in-out;
  -ms-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
}
.service-box .service-icon i {
  background: #2eaef0;
}
.service-box-content h4 {
  margin-top: 0;
  font-size: 18px;
}

.service-box:hover .service-icon i {
  background: #ef9e40;

  /*    E74C3C  background: #566473; */
  padding: 0px;
}
.service-box-content h4 {
  text-align: left;
}

.service-box-content h4 a {
  color: #2eaef0;
  text-align: left;
  margin-left: 0px;
}
.service-box-content p {
  color: #566473;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  margin: 0px 0px 10px;
  margin-top: 0px;
  margin-right-value: 0px;
  margin-bottom: 10px;
  margin-left-value: 0px;
  margin-left-ltr-source: physical;
  margin-left-rtl-source: physical;
  margin-right-ltr-source: physical;
  margin-right-rtl-source: physical;
}

.addressbox {
  width: auto;
  margin-right: 0px;
  font-family: "Raleway", sans-serif;
  float: right;
  position: relative;
  display: inline-block;
  margin-right: 140px;
}

.addressbox h4 {
  font-size: 18px;
  color: #2eaef0;
  text-align: left;
}

.addressbox p {
  color: #566473;
  text-align: left;
}
.addressbox p strong {
  font-weight: 600;
}

.formdata {
  margin-top: 100px;
  width: 70%;
}
.formdata .row textarea {
  margin-bottom: 10px;
}

.formfield {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  text-align: right;
}

input.form-control,
textarea.form-control {
  border: solid 1px #ccc;
  background: #fff !important;
  box-shadow: none !important;
}

.form-control {
  height: 44px;
  width: 100%;
  float: left;
  /*	padding: 6px 12px; */
  font-size: 14px;
  line-height: 1.42857;
}

input:hover,
textarea:hover,
input:focus,
textarea:focus {
  border-color: #c9c9c9;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0px;
  margin: 4px 0px 0px;
  line-height: normal;
}

.termsandcondition {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
}

.termsandcondition input {
  width: 40px;
}

#section3 {
  margin-top: 100px;
}

#section3 p {
  color: #566473;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  margin-top: 0px;
  margin-bottom: 10px;
}
#section3 h3 {
  font-size: 22px;
  line-height: 28px;
  max-width: 900px;
  text-transform: none;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-align: left;
  margin-top: 0px;
  padding-top: 0px;
}
.serviceslink {
  font-size: 16px;
  line-height: 28px;
  text-transform: none;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  text-align: left;
}

.sidelinkslist li {
  text-align: left;
}

.loaderimagehourglass {
  background: url(../images/hourglass.gif) no-repeat;
  width: 250px;
  height: 100px;
  position: absolute;
  left: 50%;
  margin-left: 100px;
  top: 40%;
  text-align: center;
}
.loaderimage {
  background: url(../images/bird2.png);
  width: 250px;
  height: 100px;
  position: absolute;
  left: 46%;
  margin: -64px 0 0 -64px;
  top: 46%;
}
