/*!

 */
html{
	position: relative;
	min-height: 100%
}
body {
	font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
	margin-bottom: 90px;
}
hr {
	max-width: 200px;
	border-width: 1px;
	border-color: #5BC0BE; 
}

hr.light {
	border-color: rgba(0, 0, 0, 0.1);
}
hr.orange {
	border-color: rgba(255,133,0, 0.5);
}

hr.full {
	min-width: 100% !important;
}

a {
	color: #5BC0BE;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s; 
}
  
a:hover {
	color: #5BC0BE;
   /* text-decoration: underline !important; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif; 
}

.bg-primary {
	background-color: #fff !important; 
}

.bg-dark {
	background-color: #0d1422 !important; 
}

.text-faded {
	color: rgba(255, 255, 255, 0.7); 
}

section {
	padding: 4rem 0; 
}

.section-heading {
	margin-top: 0; 
}

::-moz-selection {
	color: #fff;
	background: #212529;
	text-shadow: none; 
}

::selection {
	color: #fff;
	background: #212529;
	text-shadow: none; 
}

img::selection {
	color: #fff;
	background: transparent; 
}

img::-moz-selection {
	color: #fff;
	background: transparent; 
}

body {
	-webkit-tap-highlight-color: #212529; 
}

#mainNav {
	border-bottom: 1px solid rgba(33, 37, 41, 0.1);
	background-color: #000;
	font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	min-height:80px;
}

#mainNav .navbar-brand {
	font-size: 1.2rem;
    font-weight: 400;
    color: #fff;
    font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serifx; 
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
	
}
  
#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    font-size: 1rem;
    font-weight: 500;
    color: #fff; 
}
    
#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
	color: #5BC0BE !important;

}
#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
    background-color: transparent;
	color: #5BC0BE !important;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
	background-color: transparent;
	color: #5BC0BE !important;
}
#mainNav .navbar-toggler,
#mainNav .navbar-toggler:focus.active  {
	color:#5BC0BE;
	border-color:#5BC0BE;
	outline:none;
	border-box:none;
}
header.masthead {
	padding-top: 10rem;
	padding-bottom: calc(10rem - 56px);
	background: #0d1422;
	background-image: url("../img/header_soi.jpg");
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: initial;
}
  
header.masthead hr {
    margin-top: 30px;
    margin-bottom: 30px; 
}
 
header.masthead h1 {
    font-size: 3rem !important; 
}

.service-box {
	max-width: 400px; 
}

.portfolio-box {
	position: relative;
	display: block;
	max-width: 650px;
	margin: 0 auto; 
}
  
.portfolio-box .portfolio-box-caption {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    background: rgba(240, 95, 64, 0.9);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; 
}
    
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center; 
}
      
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif; 
}
      
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase; 
}
      
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px; 
}
  
.portfolio-box:hover .portfolio-box-caption {
    opacity: 1; 
}
  
.portfolio-box:focus {
    outline: none; 
}

.text-primary {
    color: #00B200!important; 
}

.btn-outline-info {
	border-color: #5BC0BE !important;
	color:#343a40 !important;
	font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}
.btn-outline-info:hover{
	color:#fff !important;
}
.btn-xl {
	padding: 0.5rem 1rem; 
}

.btn-primary {
	background-color: transparent;
	color: #5BC0BE; 
	border-color: #5BC0BE; 
}
  
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background-color: transparent;
	color: #fff; 
	border-color: #fff;
}
  
.btn-primary:active, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(91, 192, 190, 0.5) !important; 
}

.btn-light {
	background-color: transparent;
	border-color: transparent; 
}
.btn-light:hover, .btn-light:active, .btn-light:focus{
	background-color: #00B200;
	border-color:#00B200;
	color:#fff !important;
}

.btn-warning:hover, .btn-warning:active, .btn-warning:focus{
	background-color: #ef7d00;
	border-color:#ef7d00;
	color:#fff
}
.btn-ultra {
	width:250px;
	height:55px;
	padding:10px;
}

form.contact-form input[type="text"], 
form.contact-form input[type="tel"], 
form.contact-form input[type="email"], 
form.contact-form textarea {
    width: 100%;
    background: #F5F7F9;
    border-color: transparent;
    padding: 10px 15px 11px;
}
form.contact-form input:focus,
form.contact-form textarea:focus{
	background:#fff;
    border-color:#5BC0BE!important;
    box-shadow: none!important;
    outline: 0 none!important;
}
.contact-right h6 {
	font-size: 0.8rem;
}
.contact {
	padding: 4rem 0 2rem;
}
.footer{
	position: absolute;
    bottom: 0;
    width: 100%;
    height:90px;

}
.footer p {
	font-size: 0.8rem;
	color: #f5f7f9;
}
.footer li a {
	font-size: 0.9rem;
}
.foot-title {
	font-size: 0.8rem;
}
.footer {
	padding: 2rem 0;
}
.footer .card-link:hover {
	color:#00B200;
}
.dropdown-menu a:active {background-color: #17a2b8!important;}
.dropdown-menu a:focus {background-color: #17a2b8!important;}
.dropdown-menu a{
	font-size:80%;
}

body#LoginForm, body#RegisterForm{ background-image:url("../img/login_bg.jpg"); background-repeat:no-repeat; background-position:center; background-size:cover; padding:10px;}

.login-form .form-control {

  border: 1px solid #d4d4d4;
  border-radius: 4px;
  font-size:14px;

}
.login-form input:focus.
.register-form input:focus,
.contact-form input:focus{
  border-color: #5BC0BE!important;
  box-shadow: none!important;
  outline: 0 none!important;
}
.main-div {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff none repeat scroll 0 0;
  border-radius: 2px;
  margin: 10px auto 30px;
  max-width: 38%;
  padding: 30px 70px 30px 71px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;top: 50%;
}

.login-form .form-group {
  margin-bottom:10px;
}

.login-form  .btn.btn-primary {
  background: #f0ad4e none repeat scroll 0 0;
  border-color: #f0ad4e;
  color: #ffffff;
  font-size: 14px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0;
}
.forgot {
  margin-bottom:30px;
}
.botto-text {
  color: #ffffff;
  font-size: 14px;
  margin: auto;
}
.back { text-align: left; margin-top:10px;}
.back a {color: #444444; font-size: 13px;text-decoration: none;}

/* enable absolute positioning */
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .fa {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}
.right-addon .fa { right: 5px;}
.right-addon input { padding-right: 40px; }
.mini-nav-profile {
	border-bottom: 1px solid #e1e1e1!important;
}
.account {
	font-size:.9rem;
	text-decoration:none!important;
}
.btn.focus, .btn:focus{
	outline:0 none!important;
	box-shadow: none!important;
}
 .datepicker td, .datepicker th {
    width: 1.5em !important;
    height: 1.5em !important;
}
.datepicker {
    font-size: 0.875em !important;
}
.datepicker .dropdown-menu {
	text-align: center!important;
}