﻿html,body{
  margin:0px;
  padding: 0px;
  font-size:16px;
  font-family: 'Raleway', sans-serif;
  color: #666d71;
  background: #fff;
  font-weight: 500;
  line-height: 30px;
}
*{
  margin:0px;
  padding: 0px;
}
label {
    font-weight: normal;
}
a {
    color: inherit;
}
a:focus, a:hover{
    text-decoration: none; 
    color:#0074be;
    outline: 0;
}
img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}
::selection{
  background-color: #0074be;
  color: #fff;
}

.ico{
  display: table;
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  background-position: center;
}
.form-control {
    border-color: #bbbbbb;
    border-radius: 0;
    box-shadow: none;
    line-height: 23px;
}

.form-group {
    margin-bottom: 30px;
}
.margin-bottom-xs {margin-bottom: 0.5em;}  
.margin-bottom-sm {margin-bottom: 1.0em;} 
.margin-bottom-md {margin-bottom: 1.5em;}
.margin-bottom-lg {margin-bottom: 2.0em;}  


.background-cover{
  background-size: cover !important;
  background-position: center center !important;
}
.common-section {
    padding-bottom: 35px;
    padding-top: 35px;
}
.gray-bg{
  background-color: #706f6f;
  color: #fff;
}
.light-gray{
  background: #eee;
}
.blue-bg {
    background: rgba(0, 175, 239, 0.85) none repeat scroll 0 0 !important;
    color: #fff;
}
.bottom-section {
    padding-bottom: 25px;
    padding-top: 25px;
}
.bottom-section h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 5px;
}

.link-blue{
  color: #00AFEF;
}

.btn.btn-squer {
    border: 3px solid;
    border-radius: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    padding: 0 8px;
    transition: all 0.75s ease 0s;
}
.btn.btn-white {
    color: #fff;
}
.btn.btn-white:hover {
}
.btn-squer.btn-blue {
    color: #00a4db;
}
.btn.btn-blue:hover {
    color: #E84E2C;
}

.btn.btn-custom{
  font-size: 18px;
  font-weight: bold;
  line-height:  normal;
  padding: 4px;
  height: auto;
  transition: all 0.5s ease 0s;
  min-height: 44px;
  border: none;
}
.btn-custom.btn-green{
  background-color: #79be0d;
  color: #fff;
}
.btn-custom.btn-green:hover{
  background-color: #00AFEF;
  color: #fff;
}
.btn-custom.btn-blue{
  background-color: #00AFEF;
  color: #fff;
}
.btn-custom.btn-blue:hover{
  background-color: #79BE0D;
  color: #fff;
}

.title {
    font-size: 35px;
    line-height: 46px;
    margin-bottom: 25px;
    margin-top: 15px;
    position: relative;
    text-align: center;
}

h4.title {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 15px;
  margin-top: 5px;
  text-align: left;
}
.title.blue {
    color: #00AFEF;
}
.title.hr::after {
    border-bottom: 6px solid;
    content: "";
    display: table;
    margin: 10px auto 0;
    max-width: 82px;
    width: 100%;
}


.dropdown-menu{
  min-width: 245px;
  border-radius: 0;
    background: #00AFEF none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
}
.header{
    transition: all 0.75s ease 0s;
}

.navbar {
    max-height: none;
    position: relative;
    margin-bottom: 0;
    border: medium none;
    border-radius: 0;
}
.navbar-brand {
    height: auto;
    padding: 15px 0 7px;
}
.navbar .navbar-collapse {
    padding: 0;
}

.navbar .nav {
    margin: 0;
    padding: 0;
}
.navbar .nav li{
    padding: 0 12px;
}
.navbar .nav a {
  background: transparent none repeat scroll 0 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding:37px 0;
  text-shadow: unset;
  transition: all 0.3s ease 0s;
}
.navbar-nav li .login {
    margin-top: 30px;
    padding: 5px 12px;
}
.navbar .nav li a:focus, 
.navbar .nav li a:hover,
.navbar .nav li.active a{
    background-color: transparent;
}

.navbar-nav li a::before {
    background: #79be0d none repeat scroll 0 0;
    border-bottom: 5px solid #79be0d;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: auto;
    transition: width 0.4s ease 0s;
    width: 0;
}
.navbar-nav li.active > a::before,
.navbar-nav li:hover > a::before {
    bottom: 0;
    opacity: 1;
    width: 100%;
}

.navbar-toggle {
    border-color: #fff;
    margin-top: 23px;
}
.navbar-toggle .icon-bar{
    background: #fff none repeat scroll 0 0;
}

.navbar-brand > img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}

.dropdown .dropdown-menu {
    border: medium none;
    box-shadow: none;
    left: -40px;
    padding: 0;
    top: auto;
    opacity: 0;
    transition: all 0.4s ease 0s;
    display: none;
}
.dropdown:hover .dropdown-menu {
  opacity: 1;
  display: block;
}

.dropdown .dropdown-menu li {
    padding: 0 !important;
    position: relative;
}
.dropdown .dropdown-menu li a {
    background: #00AFEF none repeat scroll 0 0;
    color: #fff;
    padding: 10px 12px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
    background: #00AFEF none repeat scroll 0 0 !important;
}
.sticky .navbar .nav .dropdown-menu li a {
    padding: 10px 12px;
}
.header{
  width: 100%;
}
.header .logo a img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}

.header.sticky {
    position: fixed;
    transition: all 0.55s ease 0s;
    z-index: 999999;
    padding:0;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
    top : 0 !important;
    
}

.header .header-top,
.navbar .nav,
.navbar-collapse.navbar-right,
.logo-container,
.sticky .navbar .nav a,
.sticky .navbar-nav li .login,
.navbar-brand {
    transition: all 0.55s ease 0s;
 }
.header.sticky .header-top {
    background-color: #eaeaea;
    margin-top: -36px;
}
.sticky .navbar .nav {
    margin: 0;
    padding: 0;
}
.sticky .navbar-collapse.navbar-right {
    padding-top: 4px;
}
.sticky .navbar .nav a {
    padding: 15px 0;
}

.sticky .logo-container {
    height: auto;
}
.sticky .navbar-brand {
    height: 50px;
    padding: 5px 0;
}
.sticky .navbar-nav li .login {
    margin-top: 10px;
    padding: 5px 12px;
}
.header-top {
    background-color: #eaeaea;
}
.header-top .header-top-container {
    line-height: 34px;
    text-align: right;
    font-size: 15px;
    color: #666d71;
}
.header-top .header-email {
    display: inline-table;
    margin-right: 15px;
}
.header-top .header-call {
    display: inline-table;
}

.header-top .icon {
    margin-right: 7px;
}

.header-bottom {
    background-color: #00AFEF;
}
.navbar .nav li a.login{
    background-color: #79be0d;
    border: medium none;
    box-shadow: none;
    text-decoration: none;
}
.nav li a.login .icon {
    margin-right: 8px;
}


.banner-title {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 130px;
  margin-top: 130px;
  text-align: center;
}
.banner-title.with-description{
  margin-bottom: 100px;
  margin-top: 100px;
}
.banner-title small {
    color: #fff;
    display: block;
    font-size: 0.5em;
    margin-top: 40px;
    font-weight: 600;
}
.banner-title small.description{
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
}



footer{
  background-color: #282828;
  color: #fff;
}
footer .footer-top{
  padding-bottom: 40px;
  padding-top: 15px;
}
footer .footer-bottom{
  line-height: 30px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #191919;
}
footer li {
    line-height: 35px;
    list-style: outside none none;
}
footer .footer-menu {
    box-sizing: border-box;
    float: left;
    margin-top: 30px;
    padding: 0 30px 0;
    text-transform: uppercase;
    border-right: 1px solid #5a5a5a;
}
footer .footer-menu.right{
    border-right: 0 none;
    padding-right: 0;
}

.home-banner {
    background: rgba(0, 0, 0, 0) url("../i/banner-bg.jpg") no-repeat scroll center center;
    padding-bottom: 10px;
}
.banner-tabs ul {
    display: table;
    width: 100%;
}
.banner-tabs li {
  background: rgba(0, 175, 239, 0.85) none repeat scroll 0 0;
  box-sizing: border-box;
  color: #fff;
  float: left;
  font-size: 20px;
  list-style: outside none none;
  margin-left: 1.5%;
  min-height: 215px;
  text-align: center;
  width: 18.8%;
  transition: 0.5s background;
}
.banner-tabs li .non-hover{
  box-sizing: border-box;
  margin-left: 1.5%;
  min-height: 215px;
  padding: 45px 8px 8px;
  text-align: center;
  cursor: pointer;
  margin:0;
  opacity: 1;
  transition: opacity 0.5s ease 0;
}
.banner-tabs li:hover{
  background: rgba(242, 91, 34, 0.77) none repeat scroll 0 0;
}
.banner-tabs li:first-child {
    margin-left: 0;
}
.banner-tabs li .image-container {
    margin-bottom: 28px;
}
.banner-tabs li .description{
    line-height: 23px;
    margin: 0;
}
.banner-tabs li{
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease 0s;
}
.banner-tabs li .hover{
  opacity: 0;
  top: 50%;
  position: absolute;
  transition: all 0.5s ease 0s;
  padding:8px;
  margin:auto;
  transform: translateY(-50%);
}
.banner-tabs li .hover > p {
    margin-top: 0px;
}
.banner-tabs li:hover .non-hover{
  opacity: 0;
  position: absolute;
  left: 0;
  margin: auto;
  right: 0;
}
.banner-tabs li:hover .hover{
  opacity: 1;
}

.home-banner .home-banner-title{
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 140px;
    margin-top: 120px;
    text-align: center;
}
.home-banner .down-arrow{
    margin-top: 20px;
}

.integrated-solutions .description {
    line-height: 30px;
    margin: 0 auto;
    max-width: 920px;
    text-align: center;
}

.bottom-section .bottom-section-container {
    margin: 0 auto;
    max-width: 675px;
    text-align: center;
}

.bottom-section h3 {
    font-size: 25px;
}


.left-line{
  position: relative;
}
.left-line::before {
    border-left: 1px solid #dcdee2;
    bottom: 10%;
    content: "";
    height: auto;
    left: 0;
    margin: auto;
    position: absolute;
    top: 10%;
}
.home-three-col .col-inner {
    margin: 0 auto;
    max-width: 300px;
}

.home-three-col .image-contaienr {
    min-height: 80px;
}
.home-three-col .description p {
    min-height: 210px;
}
.home-three-col {
    padding-top: 110px;
    padding-bottom: 95px;
}
.home-three-col .description {
    line-height: 30px;
}
.home-three-col .col-title {
    margin-bottom: 45px;
}
.home-three-col .btn-squer {
    margin-top: 25px;
}

.more-integrated-solutions-bottom{
  background: url(../i/banner-bg.jpg);
}
.common-solutions-sction{
  padding-top: 62px;
  padding-bottom: 62px;
}
.common-solutions-sction .col-inner {
    margin: 0 auto;
    max-width: 270px;
    padding-bottom: 30px;
    padding-top: 50px;
    transition: all 0.75s ease 0s;
    border-bottom: 3px solid transparent;
}
.common-solutions-sction .col-inner:hover,
.common-solutions-sction .col-inner.active {
    background: #00AFEF none repeat scroll 0 0;
    color: #fff;
    border-bottom: 3px solid #b7b7b7;
}
.common-solutions-sction .icon{
  height: 82px;
  width: 82px;
  display: table;
  margin: 0 auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: all 0.75s ease 0s;
}
.common-solutions-sction .performance-logs .icon{
  background-image: url(../images/performance-logs-common.png);
}
.common-solutions-sction .record-management .icon{
  background-image: url(../images/record-management-common.png);
}
.common-solutions-sction .compliance .icon{
  background-image: url(../images/compliance-common.png);
}

.common-solutions-sction .performance-reporting .icon{
  background-image: url(../images/f-i-training-common.png);
 }

.common-solutions-sction .performance-logs.active .icon,
.common-solutions-sction .performance-logs:hover .icon,
.common-solutions-sction .record-management.active .icon,
.common-solutions-sction .record-management:hover .icon,
.common-solutions-sction .performance-reporting.active .icon,
.common-solutions-sction .performance-reporting:hover .icon,
.common-solutions-sction .compliance.active .icon,
.common-solutions-sction .compliance:hover .icon{
  background-position: -82px 0;
}



.valuable-information .buffer-bottom{
  margin-bottom: 75px;
}

.valuable-information .image-contianer {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    width: 60px;
}
.valuable-information .description {
    float: left;
    text-align: left;
    width: calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
}
.valuable-information .section-body {
    margin-top: 50px;
}
.valuable-information .col-inner{
  display: table;
  width: 100%;
}

.login-form {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid;
    margin: 50px auto 0;
    max-width: 500px;
    padding: 60px 70px;
}
.ico.fa-user{
  background-image: url(../i/fa-user.png);
  height: 20px;
  width: 20px;
}
.ico.fa-password{
  background-image: url(../i/fa-password.png);
  height: 20px;
  width: 20px;
 
}
.ico.fa-email{
  background-image: url(../i/fa-email.png);
  height: 20px;
  width: 20px;
}

.ico.fa-car{
  background-image: url(../i/fa-car.png);
  height: 20px;
  width: 20px;
}

.login-form .input-group-addon {
  background: #00AFEF none repeat scroll 0 0;
  border-bottom-color: #bbbbbb;
  border-left-color: #bbbbbb;
  border-radius: 0;
  border-right: medium none !important;
  border-top-color: #bbbbbb;
  color:white;
}



.login-form-section {
    padding-bottom: 90px;
    padding-top: 65px;
}

.contact-us.common-section {
  padding-bottom: 60px;
  padding-top: 70px;
}
.contact-goole-map{
  margin-top: 50px;
}
.contact-us .contact-info p {
    margin-bottom: 15px;
}
.contact-us .address::before,
.contact-us .phone::before,
.contact-us .email::before  {
  background: rgba(0, 0, 0, 0) url("../images/contact-address.png") no-repeat scroll 0 0;
  content: "";
  display: inline-table;
  height: 25px;
  margin-left: -35px;
  vertical-align: middle;
  width: 35px;
  background-position: left center;
}
.contact-us .phone::before {
  background-image: url("../images/contact-call.png");
}
.contact-us .email::before {
  background-image: url("../images/contact-mesage.png");
}
.col-inner.contact-info {
    padding-left: 35px;
}

.container > ul {
    margin-left: 20px;
}