#Logo {
  max-width: 5em;
}

Nav a:hover {
  margin: 0.1em 0.2em;
  border-radius: 0em;
  padding: 0.25em 2.2em!important;
  background-color: #1F2F98;
  transform: scale(1.05) skew(-18deg);
  /*color: white!important;*/
  border-top-left-radius: 14px;
  border-bottom-right-radius: 14px;
  border-top-right-radius: 0;
}

Nav a {
  background-color: #1CA7EC;
  margin: 0.1em 0.3em;
  border-radius: 0em;
  padding: 0.25em 1.2em!important;
  transform: skew(-18deg);
  /*color: initial;*/
  border-top-left-radius: 14px;
  border-bottom-right-radius: 14px;
  border-top-right-radius: 0;
  color: black!important;
}

#navcol-1 {
}

#slideImg1 {
  background-image: url('../../assets/img/img1.jpg?h=999ef13d691c5f0ff5b42910d2fe481c');
  background-size: cover;
}

.ccHeading {
  background-color: rgba(0,0,0,0.37);
  padding: 1em;
  border-radius: 2em;
}

@media (min-width: 300px) {
  #TimingDIv {
    background: url("../../assets/img/working.jpg?h=39cf805d16f6edee2716506d1c092cb3") -3em 18em / 23em no-repeat, white;
    border-radius: 5em 0%;
  }
}

@media (min-width: 576px) {
  #TimingDIv {
    background: url("../../assets/img/working.jpg?h=39cf805d16f6edee2716506d1c092cb3") -3em 13em / 23em no-repeat, white;
    border-radius: 5em 0%;
  }
}

@media (min-width: 768px) {
  #TimingDIv {
    background: url("../../assets/img/working.jpg?h=39cf805d16f6edee2716506d1c092cb3") -4em 9em / 33em no-repeat, white;
    border-radius: 5em 0%;
  }
}

@media (min-width: 992px) {
  #TimingDIv {
    background: url("../../assets/img/working.jpg?h=39cf805d16f6edee2716506d1c092cb3") -8em 7em / 53em no-repeat, white;
    border-radius: 5em 0%;
  }
}

@media (min-width: 1200px) {
  #TimingDIv {
    background: url("../../assets/img/working.jpg?h=39cf805d16f6edee2716506d1c092cb3") -8em 2em / 65em no-repeat, white;
    border-radius: 5em 0%;
  }
}

.MoringBranch {
  background-color: rgba(255,255,255,0.41);
  padding: 1em;
  color: #000000;
  /*border-radius: 3em 0em;*/
}

