


@import url(http://fonts.googleapis.com/css?family=Raleway:700,400,300);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,700italic,400,700);
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,200,200italic,300,300italic,400italic,600,600italic,700,700italic,900);


body {
  /*** font-family: 'Titillium Web'; ***/
  font-family: 'Open Sans', sans-serif;
}




/*** SECTION NAVBAR ***/
.header.navbar {
  margin-bottom: 0;
}
.navbar-right.navbar-default {
  background-color: transparent;
  border: none;
}
.navbar-right.navbar-nav > li > a {
  color: #ffffff;
  /*padding: 10px 20px;
  font-size: 18px;
  font-weight: 500; */
}
.nav.navbar-nav.navbar-right > li.active > a {
  background-color: transparent;
  color: #FFE700;
}
.nav.navbar-nav.navbar-right > li > a:hover,
.nav.navbar-nav.navbar-right > li.active > a:hover {
  color: #FFE700;
}


.navbar-nav > li > .dropdown-menu {
  background-color: #333333;
  margin: 12px;
  right:0;
}

.navbar-nav > li > dropdown-toggle:active, .open .dropdown-toggle {
  background: transparent !important; 
  color: #FFE700 !important;
}

.navbar-nav > li > .dropdown-menu a { 
  color: #ffffff; 
}
.navbar-nav > li > .dropdown-menu a:hover { 
  color: #333333; 
  background-color: #FFE700;

}
.navbar-nav > li > .dropdown-menu > li.active > a {
  background-color: transparent;
  color: #FFE700;
    
}


/*** SECTION COURASEL ***/

.section-courasel-mobile .carousel-inner > .item > img,
.section-courasel-mobile .carousel-inner > .item > a > img {
    width: 100%;
    margin: auto;
  }

/*** SECTION VIDEO ***/ 

.section-video .figure-caption {
  position: absolute;
  z-index: 1000;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.6);
  /**text, adjust as req'd**/
  padding-top: 15%;
  /* padding-left: 5%; */
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  font-size: 20px; /**some fallback value**/
  font-size: 5.4vw; /**responsive size**/
}

.section-video .btn-initro {
  color: #FFE700;
  font-weight: bold;
  line-height: 16px;
  border: 1.2px solid #fff;
  padding: 15px 32px;
  font-size: 14px;
  min-width: 160px;
  text-align: center;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}

.section-video .btn-initro:hover {
  background: #FFE700;
  color: #000;
}


/*********** buncing arrow *************/

.section-video .bounce > .fa {
 width: 60px;
 display: block;
 text-align: center;
 color:#FFFFFF;
 font:normal 45px 'FontAwesome';
 line-height:60px;
 text-rendering: auto;
 -webkit-font-smoothing: antialiased;
}

.section-video .bounce > .fa-angle-double-down:before {content: "\f103";}
 
.section-video .bounce {
   position: absolute;
   bottom: 180px;
   left: 50% ;
   width: 60px;
   height: 60px ;
   margin-left:-30px;
   border: 2px solid #FFFFFF;
   -webkit-border-radius:50%;
   -moz-border-radius:50%;
   -ms-border-radius:50%;
   border-radius:50%;
   animation: bounce 2s infinite;
   -webkit-animation: bounce 2s infinite;
   -moz-animation: bounce 2s infinite;
   -o-animation: bounce 2s infinite;
}


/*** SECTION FUTURE ***/  
.section-future {
  background-color: #FFE700; 
  color: #333333; 
  padding: 60px 0px;
  //margin: 0px;
}

/*** SECTION SERVICES ***/   
.section-services {
  background-color: transperant; 
  padding: 60px 0px;
  color: #333333;
  text-align: center;
}

.section-services p {
  color: #808080;
}

.section-services blockquote {
  border-left-color: #FFE700; 
  color: #808080;
  text-align: left;
}


/*** ROUND ICON***/

.img-icon{
  width:  101px;
  height: 101px;
  display: block;
  margin-right: auto;
  margin-left: auto;
   -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
       -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
           transition: all 0.2s ease-in-out;
}

.icon-eldesign {
  background-image: url('../images/krugfinal/pcb-w.png');
}

.icon-eldesign:hover {
  background-image: url('../images/krugfinal/pcb-y.png');
}

.icon-subsys {
  background-image: url('../images/krugfinal/mcu-w.png');
}

.icon-subsys:hover {
  background-image: url('../images/krugfinal/mcu-y.png');
}

.icon-soft {
  background-image: url('../images/krugfinal/linux-w.png');
}

.icon-soft:hover {
  background-image: url('../images/krugfinal/linux-y.png');
}

.icon-mech {
  background-image: url('../images/krugfinal/design-w.png');
}

.icon-mech:hover {
  background-image: url('../images/krugfinal/design-y.png');
}

.icon-testqa {
  background-image: url('../images/krugfinal/tick-w.png');
}

.icon-testqa:hover {
  background-image: url('../images/krugfinal/tick-y.png');
}

.icon-ce {
  background-image: url('../images/krugfinal/ce-w.png');
}

.icon-ce:hover {
  background-image: url('../images/krugfinal/ce-y.png');
}

.icon-cloud {
  background-image: url('../images/krugfinal/cloud-w.png');
}

.icon-cloud:hover {
  background-image: url('../images/krugfinal/cloud-y.png');
}

.icon-databi {
  background-image: url('../images/krugfinal/da-w.png');
}

.icon-databi:hover {
  background-image: url('../images/krugfinal/da-y.png');
}

.icon-mobile {
  background-image: url('../images/krugfinal/mobile-w.png');
}

.icon-mobile:hover {
  background-image: url('../images/krugfinal/mobile-y.png');
}

.icon-pm {
  background-image: url('../images/krugfinal/prince-w.png');
}

.icon-pm:hover {
  background-image: url('../images/krugfinal/prince-y.png');
}

.icon-nda {
  background-image: url('../images/krugfinal/nda-w.png');
}

.icon-nda:hover {
  background-image: url('../images/krugfinal/nda-y.png');
}

/*** SECTION BLACK ***/
.section-black {
  background-color: #333333; 
  color: #FFFFFF;
  padding: 60px 0px;
  text-align: center;

}

.section-black .rb-top {
  font-weight: bold;
}


.section-black .rb-top  h3{
  font-weight: bold;
}

.section-black .rb-mid {
   text-align: center;
}

.section-black .rb-bot-y {
  color: #FFE700; 
  padding-top: 20px;
  font-weight: bold;
}

/*** SECTION WHITE ***/
.section-white {
  background-color: #FFFFFF; 
  color: #333333;
  padding: 60px 0px;
  text-align: center;

}

.section-white .rw-top {
  font-weight: bold;
}

.section-white .rw-top  h3{
  font-weight: bold;
}

.section-white .rw-mid {
  text-align: center;
}

.section-white .rw-bot {
  padding-top: 20px;
  font-weight: bold;
}

/*** section about ***/

.section-about {
  background-color: #FFE700; 
  color: #333333; 
  padding: 40px 0px;

}

.section-about h3{
  text-align: center;
  font-weight: bold;
}

.section-about p {
  text-align: center;
}

.section-about .ar-top{

}
.section-about .ar-mid{
  padding: 40px 0px;
}

.section-about .ar-bot{

}
/*** REASERCH AND DEVELOPMENT HEADER***/
.section-randd-header {
  background-color: #ffffff; 
  padding: 60px 0px; 
  color: #333333;
  text-align: center;
}

.section-randd-header p {
  color: #808080;
}

/*** REASERCH AND DEVELOPMENT BODY ***/
.section-randd-body {
  background-color: #FFFFFF; 
  padding: 60px 0px; 
  color: #333333; /* p under image */
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

/*** pils menu ***/

.section-randd-body .filters {
  margin: 0 0 30px 0;
}

/*
.section-randd-body .filters .nav-pills > li {
	margin-right: 2px;
	margin-bottom: 2px;
}



.section-randd-body .filters .nav-pills > li + li {
	margin-left: 0px;
}
*/


.section-randd-body .text-center.filters .nav-pills > li {
  margin-right: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
  display: inline-block;
  float: none;
}

.section-randd-body .nav-pills > li.active > a,
.section-randd-body .nav-pills > li.active > a:hover,
.section-randd-body .nav-pills > li.active > a:focus,
.section-randd-body .nav-pills > li > a:hover {
  background-color: #FFE700;
  border-color: #FFE700;
  color: #2F2F2F;
}

.section-randd-body .nav-pills > li > a {
  border-radius: 0;
  padding: 8px 20px;
  border: 1px solid #cacaca;
  color: #333333;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
}

.section-randd-body .isotope-container {
	overflow: hidden;
}
.section-randd-body .isotope-item {
	margin-bottom: 20px;
}
.section-randd-body .isotope-item .btn-default {
	color: #FFFFFF;
	background: rgba(58, 58, 58, 0.56);
	margin-top: -36px;
	z-index: 2;
	position: relative;
	border: 0;
	display: none;
}
.section-randd-body .isotope-item .btn-default:hover {
	color: #ffffff;
}

/*** Images Overlay ***/

.section-randd-body .overlay-container {
	position: relative;
	display: block;
	overflow: hidden;
}
.section-randd-body .overlay {
	position: absolute;
	top: 0;
	bottom: -1px;
	left: 0;
	right: -1px;
	background-color: rgba(255, 196, 0, 0.66);
	cursor: pointer;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
}
.section-randd-body .overlay:hover {
	text-decoration: none;
}
.section-randd-body .overlay span {
	position: absolute;
	display: block;
	bottom: 10px;
	text-align: center;
	width: 100%;
	color: #ffffff;
	font-size: 13px;
	font-weight: 300;
}
.section-randd-body .overlay i {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 26px;
	line-height: 1x;
	color: #2F2F2F;
	margin-top: -8px;
	margin-left: -8px;
	text-align: center;
	font-weight: normal;
}
.section-randd-body .overlay-container:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	transform: scale(1);
}

/*** Btn Close in Modal ***/

.btn-default {
	color: #2F2F2F;
	background: #FFE700;
	border: 0;
	padding: 17px 34px;
}

.btn-default:hover {
	color: #FFFFFF;
	background-color: #808080;
	border: 0;
}


/*** SECTION DEVICE BG ***/
.section-device-bg {
  padding: 100px 0;
  background: url(../images/bg/tech.jpg) no-repeat center center fixed;
  -webkit-background-size: cover; 
     -moz-background-size: cover;
       -o-background-size: cover; 
  background-size: cover; 
  position: relative;
  text-align: center; 
}

.section-device-bg h4 {
  color: #FFE700; 
  margin-top: -80px; 
  padding-bottom: 80px; 
  font-size: 14px;
}
  
  .section-device-bg .knob {
    font-family: "Raleway", Lucida Sans Unicode, Arial, "Helvetica Neue", Helvetica, sans-serif!important; 
    margin-top: 50px!important;  
    font-weight: normal!important; 
    font-size: 24px!important;
}


/*** SECTION DEVICE AL ***/
.section-device-al {
  background-color: none; 
  color: #333333;
  padding: 60px 0px;
  text-align: center;
}

.section-device-al p {
  color: #808080;
}

.section-device-al blockquote {
  border-left-color: #FFE700; 
  color: #808080;
  text-align: left;
}

/*** SETION NDA ***/
.section-nda {
  background-color: #808080; 
  color: #FFFFFF; 
  padding: 60px 0px;
  text-align: center;
}

.section-nda .rg-top {
  
}

.section-nda .rg-mid {
  
}

.section-nda .rg-bot {
  color: #FFE700; 
  padding-top: 20px;
}


/*** SECTION PROJECT ***/
.section-project {
  text-align: center;
  padding:100px 0px; 
  background-color: none;
}


/*** SECTION CONTACT ***/
.section-contact {
  padding:40px 0px; 
  background-color: #FFE700;
  text-align: center;
}


/*** Social Links ***/

.social-links {
  padding: 0;
  list-style: none;
  margin: 15px 0;
}

.social-links li {
  /*margin: 10px 10px 10px 0;*/
  display: inline-block;
  font-size: 36px;
}

.social-links li a {
  color: #FFE700;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid #D0D0D0;
  width: 52px;
  height: 52px;
  display: inline-block;
  border-radius: 100%;
  font-size: 22px;
  text-align: center;
  padding: 8px;
  /* background-color: #FFFFFF */
  background-color: #808080
}

.social-links li.twitter a:hover {
  color: #55acee;
  background-color: #FFFFFF
}

.social-links li.skype a:hover {
  color: #00aff0;
  background-color: #FFFFFF
}

.social-links li.whatsapp a:hover {
  color: #25d366;
  background-color: #FFFFFF
}

.social-links li.linkedin a:hover {
  color: #0976b4;
  background-color: #FFFFFF
}

.social-links li.googleplus a:hover {
  color: #dd4b39;
  background-color: #FFFFFF
}

.social-links li.youtube a:hover {
  color: #b31217;
  background-color: #FFFFFF
}

.social-links li.flickr a:hover {
  color: #ff0084;
  background-color: #FFFFFF
}

.social-links li.facebook a:hover {
  color: #3b5998;
  background-color: #FFFFFF
}

.social-links li.pinterest a:hover {
  color: #cb2027;
  background-color: #FFFFFF
}


.section-footer {
  background-color: #333333; 
  color: #FFFFFF; 
  padding-top: 10px;
  text-align: center;
}


/* =============================================================
  MEDIA QUERIES
   ============================================================ */

@media screen and (max-width:320px) {
  .section-video .bounce > .fa {
     color: black;
  }
  /* body { padding-top: 85px; }  needed to align courasel and header pannel */
}
@media screen and (min-width:321px) and (max-width:639px) {
  .section-video .bounce > .fa {
     color: white;
  }
  /* body { padding-top: 85px; } */
}
@media screen and (min-width:640px) and (max-width:959px) {
  .section-video .bounce > .fa {
     color: green;
  }
  .section-video .bounce {
    bottom: 20px;
  }
}
@media screen and (min-width:960px) and (max-width:1279px) {
  .section-video .bounce > .fa {
     color: red;
  }
  .section-video .bounce {
    bottom: 20px;
  }
}
@media screen and (min-width:1280px) and (max-width:1599px) {
  .section-video .bounce > .fa {
     color: yellow;
  }
  .section-video .bounce {
    bottom: 180px; /* default */
  }
}
@media screen and (min-width:1600px) {
  .section-video .bounce > .fa {
     color: blue;
  }
  .section-video .bounce {
    bottom: 40px;
  }
}
@media screen and (min-width:1920px) {
  .section-video .bounce > .fa {
     color: purple;
  }
  .section-video .bounce {
    bottom: 40px;
  }
}
@media print {}
