.nav-link, .nav, .pagination, .carousel, .panel-title a { cursor: pointer; }

body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans","Helvetica Neue","Helvetica","Arial",sans-serif;
    background-color: #f5f5f5;
}

.logo{
    float: left;
    margin-top: 1.2em;
}
/*----start-menu----*/
.top-nav ul li a{
    color: #394346;
    padding: 0.1em 1em;
    font-size: 1.2em;
    font-weight: 500;
}
.top-nav ul li.active a{
    color: #FD3B01;
}

.top-nav ul li a:hover{
    color:#FD3B01;
}
.logo a{
    display:block;
}

nav ul {
    padding: 0;
    float: right;
    margin: 2.2em 0;
}
nav li {
    display: inline;
    float: left;
    position:relative;
}
nav a {
    color: #fff;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
}
nav a:hover{
    text-decoration:none;
    color:#00A2C1;
}
nav a#pull {
    display: none;
}
/*----end-menu----*/

/*  Billboard slide */
.slide-text{
    background:url(../img/billboard_sign.jpg) no-repeat 0px 0px;
    width: 100%;
    min-height: 350px;
    background-size: cover;
    background-color: #7C828E;
}
.slide-text h1{
    font-family: "Raleway", Helvetica, sans-serif;
    font-size: 3.0em;
    /*margin: 0.5em 0 0.5em 0;*/
    padding: 10% 0 10% 0;
    color: #fff;
    line-height: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: baseline;
}
.overlay {
    background: url("../img/bg-overlay.png") rgba(0, 0, 0, 0.6) repeat;
    min-height: 350px;
}


/*---services grid---*/
.section-services{
    background: #f5f5f5;
}
.easy-steps{
    padding:6em 0;
}
.section-title h3{
    /*color:#394346;*/
    color:#1D567C;
    font-size:2em;
    /*font-family: "Raleway", Helvetica, sans-serif;*/
    font-weight:700;
    margin: 0 0 0.5em 0;
}
.section-title p{
    color: #8E999C;
    margin: 0 auto;
    width: 64%;
    font-size: 1em;
    line-height: 1.5em;
}
.section-title h3 span{
    width:12px;
    height:20px;
    display:inline-block;
}
.services-grid span{
    height:140px;
    width:140px;
    display:inline-block;
    background:#F3F3F3;
    border:10px solid #EBEBEB;
    border-radius:30em;
    -webkit-border-radius:30em;
    -moz-border-radius:30em;
    -o-border-radius:30em;
    -ms-border-radius:30em;
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
}
.services-grid span i{
    font-size: 3em;
    color: #FD3B01;
    margin-top: 0.8em;
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
}
.services-grid h3 a{
    color: #8E999C;
    font-size: 1.1em;
    font-weight: 600;
}
.services-grid h3 a:hover{
    text-decoration:none;
    color:#8E999C;
}
.services-grid p{
    color: #8E999C;
    font-size: 1em;
    line-height: 1.5em;
}
.services-grid:hover span{
    background:#FD3B01;
    border-color:#FFDCD1;
}
.services-grid:hover i{
    color: #FFF;
}
.services-grids{
    padding: 4em 0 0em;
}


/*-----start-footer----*/
.footer{
    background:#21282A;
    padding: 50px 0;
}
.footer-left{
    text-align:left;
    /*margin:1.8em 0;*/
}
.footer-contacts{
    text-align: left;
    color: #ffffff;
}
.footer-title {
    display: block;
    font-size: 16px;
    font-weight: bold;
}
.single {
    margin: 10px 0;
}

/*-----end-footer----*/



.card {
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(63, 63, 68, 0.1);
    background-color: #FFFFFF;
    margin-bottom: 50px;
    margin-top: 50px;
}

.card .header {
    padding: 15px 15px 0;
    text-align: center;
}

.card .content {
    padding: 20px 15px 20px 15px;
}

.alert {
    margin-top: 20px;
}

.th-check-valid {
    background: #5cb85c;
    color: #ffffff;
    padding: 1em !important;
    text-transform: uppercase;
}

.th-check-invalid {
    background: #ea6153;
    color: #ffffff;
    padding: 1em !important;
    text-transform: uppercase;
}

.thead-clickable {
    cursor: pointer;
}

/*---- styles for language switch ----*/
.lang-switch {
    line-height: 40px;
    padding-left: 40px;
}

.btn-primary-lang {
    color: #fff;
    background-color: #ff7105;
    border-color: #ff7105;
}

.btn-primary-lang:hover {
    color: #fff;
    background-color: #e46400;
    border-color: #e46400;
}

.btn-primary-lang:focus {
    color: #fff;
    background-color: #e46400;
    border-color: #e46400;
}
/*-------end styles for language switch---------*/


.input-group-tooltip {
    border: none;
    background: none;
}

.statistics-gird {
    padding: 10px 0 30px 0;
}

.statistics-gird h1 {
    text-align: center;
    font-family: "Raleway", Helvetica, sans-serif;
    font-size: 3.0em;
    color: black;
    line-height: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: baseline;
    margin-bottom: 30px;
}

.row {
    display: flex;
    justify-content: center;
}

.stat-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    overflow: hidden;
}

.stat-header {
    background-color: #155078;
    color: white;
    font-weight: bold;
    padding: 12px 20px;
    font-size: 16px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.stat-body {
    padding: 20px;
}

.stat-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

.stat-row:last-child {
    border-bottom: none;
}
