﻿html {
  height: 100%;
  box-sizing: border-box;
}
body {
    background-color: #f0f0f0;
    overflow-x:hidden;
    /*position:relative;
    height:100%;*/
}
nav {
    background-color: #707070;
    color:#fff;
    min-height:61px;
}
nav a {
    color: #fff !important;
    font-size: 15px;
}
.nav-link:hover{
    color:#fff;
    font-weight:550;
}
.bg-primaryColor {
    background-color: #00a3e4;
    color:#fff;
}
.primeColor {
    color: #00a3e4;
}
.roundedbtn {
    border-radius:50px;
}
.footer {
    /*position: relative;*/      
    width: 100%;
    /*line-height: 35px;*/
    background-color: #707070;
    color: #fff;
    z-index:9999999999
}
.carousel-indicators .active, .navbar-toggler {
    background-color: #00a3e4;
}
.carousel-indicators li {
    background-color: #c6c6c6;
}
.txtColor {
    color: #707070;
}
.titLine{
    display:none;
}
.nav-item:hover hr.titLine, .nav-item.active hr.titLine {
    background: #fff;
    height: 2px;
    display: block;
}
button:focus{
    outline:unset;
}
.txtFooter{
    font-size:0.8rem;
}
.txt-7 {
    font-size: 0.7rem;
}
.f-15 {
    font-size:15px;
}
.f-16 {
    font-size: 16px;
}
#contact {
    background-color: #707070;
    color:#fff;
}
.hamBtn ,.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background: unset;
    color: #fff !important;
    border: unset;
    font-size: 20px;
}
.logIcn{
    display:none;
}
@media only screen and (max-width: 991px) {
    .logIcn {
        display:inline;
    }
    .titLine{
        display:none !important;
    }
}
#Register{
    text-decoration: unset;
}

/* islam added fix header image*/

.homeNav {
    width: 10%;
}
    .homeNav .navbar-brand img {
        width:100% !important
    }