
a{
	color:#fd5004;
}

/*spacer*/

.fh5co-spacer-sm {
    height: 20px;
}

/*list-unstyle*/

.unstyle{
	list-style:none;
}

/* BOOTSTRAP 3.x GLOBAL STYLES
-------------------------------------------------- */
body {
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size:14px;
}



/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
/*.carousel {
    margin-top: 80px;
    margin-bottom: 0px;
}*/
/* Since positioning the image, we need to help out the caption */
/*.carousel-caption {
  z-index: 1;
}*/

/* Declare heights because of positioning of img element */
/*.carousel .item {
  height: 400px;
  background-color:#555;
}
.carousel img {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 400px;
}*/



/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-left: 15px;
  padding-right: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  text-align: center;
  margin-bottom: 20px;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-left: 10px;
  margin-right: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}
.featurette {
  padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
  overflow: hidden; /* Vertically center images part 2: clear their floats. */
}
.featurette-image {
  margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}

/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette-image.pull-left {
  margin-right: 40px;
}
.featurette-image.pull-right {
  margin-left: 40px;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}





/*home content*/

#fh5co-main{
	    margin-top:0px;
		padding-top:40px;
}

.fh5co-feature-blurb{
	margin-top: 3em;
}

.fh5co-feature-1 .fh5co-feature-figure{
	margin-top: 3em;
}

/*contact*/

.con_ad{
	text-align:center;	
    margin-bottom: 20px;
}

.con_ad h3{
	margin-bottom:13px;
}
.sf-menu{
font-weight: bold;
 color: fd5004;
}

.sf-menu a{
font-weight: bold;
 color: fd5004;
}

.form-bg{
	background-color:#eee;
	border:1px solid #777;
	border-radius:5px;
}

.form-bg  .h3{
	margin-top:15px;
}

.form-group{
	margin-bottom:0px;
}

/*header*/

#fh5co-menu-wrap .sf-menu a {
    padding: 1em 2em 1em 2em;
}

#fh5co-menu-wrap .fh5co-sub-menu a{
	padding: 0em 1em 0em 1em;
}


#fh5co-header-section.fh5co-scrolled #fh5co-menu-wrap > .sf-menu > li > a {
    padding-top: 1em;
    padding-bottom: 1em;
}

header img {
	width:185px;
}

.top30 {
    height: 25px;
    background-color: #333333;
	color:#fff;
}

.top30 small{
	padding-right:25px;
}

.top30 .fa{
	color:#fd5004;
}

#fh5co-header-section{
	color: #000;
    background-color: #fff;
    padding-top: 0px;
	padding-bottom: 5px;
}

#fh5co-logo{
	margin-top:5px;
}

.fh5co-lead {
    font-size: 22px;
    line-height: 35px;
}

.fh5co-header .fh5co-heading{
	font-size:35px;
}

.sf-menu li.active a {
    color: #fd5004;
}

.sf-menu li a {
    color: #000;
}

.sf-menu li a:hover, .sf-menu li.active a {
    color: #fd5004;
}

#fh5co-primary-menu .fh5co-sub-menu a{
	color:#ffffff !important;
}

.sf-menu li.sfHover a{
	color:#000;
}

.sf-menu ul li:hover a, .sf-menu ul li.sfHover a{
	color:#fd5004 !important;
}

#fh5co-primary-menu .fh5co-sub-menu a:hover{
	color: #fd5004 !important;
}

#fh5co-header-section.fh5co-scrolled #fh5co-menu-wrap .sf-menu li.active > a{
	color: #fd5004 !important;
}

#fh5co-header-section.fh5co-scrolled #fh5co-menu-wrap .sf-menu a:hover{
	color: #fd5004 !important;
}

#fh5co-primary-menu > li > .sf-with-ul:after{
	content: none !important;
}



/*footer*/

.fa {
	padding:2px;
}

footer hr{
	margin-top: 10px;
    margin-bottom: 10px;
}

footer h2{
    margin-bottom: 10px;
}

#fh5co-footer{
	padding:0px 0px;
}

#fh5co-footer .top30{
	background-color:#000;
}


#fh5co-footer .top30 a:hover{
	color:#fd5004;
	text-decoration:none;
}

footer .fh5co-social-icons li i{
	font-size: 20px;
}

.footer {
 background:#d8d8d8;
 padding:10px 0;
 border-top:2px solid orange;
}
.widget h2 {
	color:#CC2030;
 cursor:pointer;  
 font-size:18px;
 font-weight:bold;
}
.footer-bottom {
 background:#333333;
 padding:10px 0;
 border-top:1px solid #d9d9d9;
 font-size:11px;
 color:#777;
}

.widget a {
	text-decoration:none;
	color:#000;
	list-style: none;
}

.widget a :hover{
	color:#fd5004;
}

.top30 p {
	color:#fff;
}

.footer-bottom .fh5co-social-icons{
	margin-bottom:0px;
}

.ti-twitter-alt:hover{
	color:#1DA1F2;
}

.ti-facebook:hover{
	color:#3B5998;
}

.ti-google:hover{
	color:#A92A24;
}

.ti-linkedin:hover{
	color:#007BB6;
}
  
@media only screen and (max-width: 479px) {    
    .widget_content{
        display:none;
    }
    .active .widget_content{
    	display:inline;	
    }
    .widget h2 { 
        border-bottom:1px solid #ddd;
    }   
    .widget h2:after {
        content:"\203A";
        color:white;
        width:20px;
        height:35px;
        background:#999;
        display:inline-block;
        text-align:center;
        float:right;
    }
    .active.widget h2:after {
        content:"\2039";    
        background:#ccc;
    }
}

/*home*/
	
.fh5co-lead-wrap {
    padding-top: 0em;
    padding-bottom: 0em;
}

#fh5co-testimonial{
	padding: 1.5em 0;
}

#fh5co-testimonial blockquote{
	font-size: 25px;
    line-height: 35px;
}

.owl-carousel-fullwidth.owl-theme .owl-dots{
	margin-bottom: -1.5em;
}

#hmservices{
	padding-top: 25px;
	background-color:#f6f9fa;
}

#home #fh5co-main{
	padding-top: 0px;
}

.fh5co-feature-1 .fh5co-feature-blurb ul li .fh5co-feature-blurb-icon i{
	font-size: 25px;
}

/*current openings*/

.fh5co-accordion .panel-heading .accordion-toggle{
	color:#fd5004;
}

.list-non li{
	list-style:none;
}

/*------work culture-------*/

.portfolio .thumbnail {
    position: relative;
}

.portfolio .thumbnail:hover {
    cursor: pointer;
}

.portfolio .caption {
    bottom: 0;
    position: absolute;
}

.portfolio .btn {
    opacity: 0.75;
}


/*why us*/

.whyus #fh5co-main{
	padding-top: 0px;
}
.whyus h3 {
	color:#286EBB;
}


/*Product*/

.product #fh5co-main {
		background-color:#f6f9fa;
}

.product #fh5co-sidebar{
	background-color:#eee;
}

.product .fh5co-uppercase-heading-sm{
	text-align:center;
}

 /*.product {
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
} */

/*our team*/

#meet-team {
  padding: 20px 0;
  
}
#meet-team .team-member {
  padding: 50px;
  background: #eeeeee;
  border: 2px solid #eeeeee;
  transition: border-color 400ms;
  -webkit-transition: border-color 400ms;
  padding-bottom:0px;
}
#meet-team .team-member .team-img {
  margin: -15px -15px 0 -15px;
}
#meet-team .team-member .team-info {
  padding-bottom: 0px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 10px;
}
#meet-team .team-member:hover {
  border-color: #45aed6;
}

#meet-team .team-member .team-info h3{
    font-size: 15px;
	text-align:center;
	line-height: 21px;
}
/*careers*/

.disclm{
	background-color:#f6f9fa;
	padding:10px;
	margin-left: 0;
    margin-right: 0;
}

.panel-body .btn{
	margin-bottom:0px;
}

/**form**/

#Applyform .btn-default{
  text-align: center;
}

/* Testimonial feedback content */

.feedbackwidget {
    background-color: #FFF;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 20px 30px;
    position: relative;    
}

/* Product Page */

.submenuwidth {
	min-width: 150px !important;
}
.sub-submenuwidth {
	min-width: 300px !important;
}
.subtitle-color {
	color:#FD5004;
}
.sidesection ul li.active a {
    color: #2e2e2e;
    border-bottom: 2px solid #28bbf8;
}
.sidesection ul li ul {
	list-style-type:none;	
	line-height: 35px;
}

.allproductmargin {
	margin-top: 93px;
}

.allproductmargin .thumbnail {
    background-color: #3a7079;
    height: 200px;
    border: none;
    border-radius: 0px;
    text-align:center;
}
.allproductmargin .thumbnail h3{	
	color: #fff;
	/*line-height: 174px;*/
	margin: 70px 0 0 0;
	}

.shadow-depth-1{
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }
.shadow-depth-2{
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
.shadow-depth-3{
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19); 
  }
.shadow-depth-4{
   -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  }  


/*Social Responsibility */ 

.socialresponse {	
	background-color:#fd7236;
}
.socialresponse .caption p {
	color:#ffffff;
	font-weight:bold;
	text-align:center;
} 



/* RESPONSIVE CSS
-------------------------------------------------- */
body.inner-page #fh5co-hero{
		margin-top:78px;
	}

@media screen and (max-width: 768px){
	
	header img {
	width:185px;
	}
	
}

/*@media (min-width: 768px)
.modal-dialog {
    width: 600px;
    margin: 100px auto;
}*/

@media (min-width: 768px) {

  /* Remve the edge padding needed for mobile */
  .marketing {
    padding-left: 0;
    padding-right: 0;
  }

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
    margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
  }
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
 /* .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }*/

}

@media screen and (max-width: 768px){	

	body{
		font-size:14px;
	}
	
	#fh5co-logo-mobile-wrap img{
		width:150px;
	}
	
	/*.carousel {
	height: 300px;
    margin-top: 0px;
    margin-bottom: 0px;
	}*/
	
	.fh5co-lead {
    font-size: 20px;
    line-height: 25px;
	}
	
	body.inner-page #fh5co-hero{
		margin-top:44px;
	}
	
}

@media screen and (max-width: 768px){
	body.inner-page #fh5co-main {
		margin-top: 0px;
		padding-top: 0px;
	}
}

@media screen and (max-width: 768px){
	.allproductmargin {
	margin-top: 45px;
}
}

/* RISC V RV32I Page */

.text-center {
	text-align:center;
}
.img-center {
	margin:0px auto;
}
.m-t-30 {	
    margin-top: 30px !important;
}
.m-b-20 {	
    margin-bottom: 20px !important;
}
.float-right {
	float:right !important;
}
.back-color-whte {
	background:#fff !important;
}
.list-style-none {
	list-style-type:none;
}
.sf-menu li:hover a {
	color:#fd5004 !important;
}

.m-b-5 {	
	margin-bottom:5px !important;
}
#what-we-do{
	background:#ffffff;
}
#what-we-do .card{
	padding: 1rem!important;
	border: none;
	margin-bottom:1rem;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#what-we-do .card:hover{
	-webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	-moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
#what-we-do .card .card-block{
	padding-left: 50px;
    position: relative;
}
#what-we-do .card .card-block a{
	color: #28bbf8 !important;
	font-weight:700;
	text-decoration:none;
}
#what-we-do .card .card-block a i{
	display:none;
	
}
#what-we-do .card:hover .card-block a i{
	display:inline-block;
	font-weight:700;
	
}
#what-we-do .card .card-block:before{
	font-family: FontAwesome;
    position: absolute;
    font-size: 39px;
    color: #28bbf8;
    left: 0;
	-webkit-transition: -webkit-transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
}
#what-we-do .card .block-1:before{
    content: "\f058";
}
#what-we-do .card .block-2:before{
    content: "\f28e";
}
#what-we-do .card .block-3:before{
    content: "\f200";
}
#what-we-do .card .block-4:before{
    content: "\f1e3";
}
#what-we-do .card .block-5:before{
    content: "\f0c7";
}
#what-we-do .card .block-6:before{
    content: "\f1c0";
}
#what-we-do .card .block-7:before{
    content: "\f0c1";
}
#what-we-do .card .block-8:before{
    content: "\f247";
}
#what-we-do .card .block-9:before{
    content: "\f0a0";
}
#what-we-do .card:hover .card-block:before{
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);	
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}

.softwaresolutionbox {
	background-color:#fff; 
	margin-left:2px;
	margin-right:2px;
	padding-top: 5px;
	padding-bottom: 5px;
	box-shadow:0px 15px 10px -15px #111;
}
.softsolutionicon {
	width: 75px !important;
	height: 75px !important;
	background-color:#28bbf8;
	margin-bottom:15px;
}
.softsolheader {
	margin-bottom:5px;
	color:#FD5004;
	letter-spacing: unset !important;
}
.softsolicon {
	font-size:25px !important;
	color:#fff !important;
}
 .page-template {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
        }

        .page-template .header {
            position: absolute;
            top: 30px;
            left: 30px;
            right: 30px;

            border-bottom: 1px solid #888;

            text-align: center;
            font-size: 18px;
        }

        .page-template .footer {
            position: absolute;
            bottom: 30px;
            left: 30px;
            right: 30px;
        }

html{
    background: #fff !important;
}
.errors , #WrongCaptchaError , #WrongCaptchaError1{ 
	color:red;
	font-weight:200;
	position:absolute;
	font-size: 11px;
	}	
	
/* Kendo */

.k-pdf-export, .k-pdf-export * {
  font-family: 'Arial_Unicode_MS';
  /*src: url('../fonts/kendo/Arial_Unicode_MS_Font.ttf');*/
}
