@charset "utf-8";
/* CSS Document */

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    height: 100%;
    background: #2E4852;
  margin-bottom: 50px;
  font-family:'Segoe UI', Arial, Helvetica, sans-serif
}


.footer {
  position: absolute;
  bottom: 0;
  width: 100%;  
  height: 51px;
  background-color: #ffffff;
  border-top:1px solid #e6e6e6;
}

body > .container {
    margin-top: 125px;
    padding: 30px 15px 20px;
}
.container .text-muted {
  margin: 15px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.navbar-default {
    background-color: #ffffff;
    border-bottom: 1px solid #e6e6e6;
}
.navbar{
  min-height:120px;
}
.navbar-brand {   
    height: 105px;
    padding: 10px 0px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #fff;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
  text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: #fff;
}
.pad-top0{padding-top:0px !important;}
.pad-top10{padding-top:10px !important;}
.pad-top15{padding-top:15px !important;}
.pad-top20{padding-top:20px !important;}
.mar-bot0{margin-bottom:0px !important;}

.wrapper{
  background-color:#fff;
  min-height:200px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding:20px !important;
}

.cat-title {
    color: #c0030c;
    font-family: "Bitter",serif;
    font-size: 20px;
    outline: medium none;
}
.cat-title:hover, .cat-title:focus{ 
  color:#294a70;
  text-decoration:none;
  outline:none;
}
.cat-title.disable{
  color:#ccc;
  pointer-events: none;
}
.media-left.disable {
  color:#ccc;
  pointer-events: none;
}
.media-left.disable img{
  color:#ccc;
  pointer-events: none;
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
  opacity: 0.4;
}
.media.hidesect:disabled{
  color:#eee !important;
  pointer-events: none;
    opacity: 0.4;
}
.media, .media-body {
    margin-top: 20px;
    overflow: hidden;
}
.services ul li.disabled{
  display:block;
  background: url(../images/arrow.png)no-repeat 0px 5px;
  padding-left: 1em;
  font-family: 'Segoe UI', serif;
  font-size: 14px;
     opacity: 0.4;
   filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
}
.services ul {
  margin: 12px 0px 5px;
  padding-left:0px;
}
.services ul li {
  display:block;
  background: url(../images/arrow.png)no-repeat 0px 5px;
  padding-left: 1em;
  font-family: 'Segoe UI', serif;
  font-size: 14px;
  color:#666666;
}
.services ul li a{
  color: #1879ac;
  font-size: 1.1em;
}
.services ul li a:hover{
  color:#f65842;
  
}
.subcat-style{
    width:49%;float:left;
}
.img-box{width:100%;float:left;margin:0px;}
.about-panel {
    background-color: #2e3192;
    border-bottom: 5px solid #c0030c;
    float: left;
    margin: 8px 0 0;
    padding: 20px;
    width: 100%;
}
.about-panel h3{color:#fff;font-size:18px;text-transform: uppercase;margin:0px;}
.about-panel p {
    color: #fff;
    font-size: 16px;
    margin: 0;
    padding: 12px 0 0;
}
.navbar-header{width:99%;}
.outline0{outline:none;}
.outline0:hover, .outline0:focus{outline:0;}
img:focus, img:hover{outline:0;}
.img-hoverstyle:hover{
  opacity: 0.5;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1s linear;
}
.font-style14{font-size:14px;}

/***********************************************************************************************/
.user-detail-box h1{
  font-size: 21px;
    margin: 0px 0px 20px;
    color: #119CD3;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}



/*****************************Media Queries***********************************************/
@media (min-width: 768px){
.navbar-nav>li>a {
    padding-top: 30px;
    padding-bottom: 30px;
}
}
@media (max-width: 768px){
.navbar-brand{
    max-width:370px;
}
.subcat-style{
    width:100%;float:left;
}
.mod-panel{margin-bottom:20px;}
.footer {  
  height: auto;
}
.about-panel{margin-bottom:20px;}

}
@media (max-width: 360px){
.navbar-header {
    width: 100%;
}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 420px) and (orientation:portrait) {
      .kv-logo{width:228px;}
    .sh-logo{width:55px;}
    .navbar-brand {height: 70px;}
    body > .container {margin-top: 53px;}
}
@media only screen and (min-device-width: 540px) and (max-device-width: 620px) and (orientation:portrait) {
      .kv-logo{width:78%;}
    .sh-logo{width:16%;}
    .navbar-brand {height: 75px;}
    body > .container {margin-top: 53px;}
}
@media only screen and (min-device-width: 720px) and (max-device-width: 920px) and (orientation:portrait) {
      .kv-logo{width:83%;}
    .sh-logo{width:13%;}
    .navbar-brand {height: 75px;}
    body > .container {margin-top: 53px;}
}
@media only screen and (min-device-width: 479px) and (max-device-width: 560px) and (orientation:landscape) {
      .kv-logo{width:78%;}
    .sh-logo{width:16%;}
    .navbar-brand {height: 75px;}
    body > .container {margin-top: 53px;}
}


