/* CSS Document */
.innerbanner {
  background-image: url(../../images/website/innerbanner.jpg);
  min-height: 250px;
  background-size: 100%;
  background-position: center;
  position: relative; }
  /*.innerbanner:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 58, 66, 0);
    content: '';
    margin: auto; }*/

.errorMsg {
  text-align: center;
  padding: 60px 0; }
  .errorMsg h2 {
    color: #aaa;
    border: 2px dashed #eee;
    display: inline-block;
    margin: auto;
    padding: 30px;
    font-weight: 400; }

.actable {
  margin-bottom: 0;
  border: 0;
  table-layout: fixed; }
  .actable tr th {
    background: #17a2b8;
    border-color: #fbfbfb;
    color: #fff; }
  .actable tr td {
    padding: 10px;
    border: 1px solid #b9f7ff; }
    .actable tr td.col-blue {
      background: #ddfbff;
      border-color: #fbfbfb; }
    .actable tr td:first-child {
      background: #ddfbff;
      border-color: #fbfbfb; }

.myaccordion1 .card {
  border-radius: 0;
  border: 0;
  margin-bottom: 10px; }
  .myaccordion1 .card .card-header {
    padding: 15px 20px;
    background: #f1f1f1;
    border-radius: 0;
    border-bottom: 0;
    font-weight: 500; }
    .myaccordion1 .card .card-header .card-link {
      color: #333; }
  .myaccordion1 .card .card-body {
    background: #fff;
    border: 1px solid #f1f1f1;
    border-top: 0; }

.myaccordion2 {
  margin-bottom: 5px; }
  .myaccordion2 .card {
    border-radius: 0;
    border: 0; }
    .myaccordion2 .card .card-header {
      padding: 0;
      background: #f1f1f1;
      border-radius: 0;
      border: 0; }
      .myaccordion2 .card .card-header .card-link {
        color: #333;
        display: block;
        padding: 10px;
        font-size: 1.1em;
        font-weight: bold; }
    .myaccordion2 .card .card-body {
      background: #fbfbfb;
      border: 1px solid #f1f1f1; }
      .myaccordion2 .card .card-body hr {
        height: 5px;
        background: #f7f7f7;
        border: 0; }

/*PEN STYLES*/
.ribbon {
  background: #FFD72A;
  position: relative;
  padding: 10px;
  color: #333;
  margin-left: -40px;
  font-size: 1.3em;
  display: inline-block; }
  .ribbon:before {
    content: '';
    left: 0;
    top: -15px;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 20px solid #ad8d02; }

.blog-card {
  display: flex;
  flex-direction: column;
  box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.6%;
  background: #fff;
  line-height: 1.4;
  border-radius: 0;
  overflow: hidden;
  z-index: 0; }
  .blog-card a {
    float: right; }
  .blog-card:hover .photo {
    transform: scale(1.3) rotate(3deg); }
  .blog-card .meta {
    position: relative;
    z-index: 0;
    border: 1px solid #dedede; }
  .blog-card .photo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    transition: transform .2s; }
  .blog-card .details,
  .blog-card .details ul {
    margin: auto;
    padding: 0;
    list-style: none; }
  .blog-card .description {
    padding: 1rem;
    background: #fff;
    position: relative;
    z-index: 1; }
    .blog-card .description h1,
    .blog-card .description h2 {
      font-family: Poppins, sans-serif; }
    .blog-card .description h1 {
      line-height: 1;
      margin: 0;
      font-size: 1.4rem; }
    .blog-card .description h2 {
      font-size: 1rem;
      font-weight: 300;
      text-transform: uppercase;
      color: #a2a2a2;
      margin-top: 5px; }
  .blog-card p {
    position: relative;
    margin: 0; }
  .blog-card h5 {
    color: #333;
    margin: 15px 0 0px 0;
    font-size: .85em; }
    .blog-card h5 label {
      margin-right: 30px;
      display: inline-block;
      background: #eaeaea;
      color: #212121;
      padding: 5px;
      font-weight: 400; }
  @media (min-width: 640px) {
    .blog-card {
      flex-direction: row; }
      .blog-card .meta {
        flex-basis: 20%;
        height: auto; }
      .blog-card .description {
        flex-basis: 80%; }
        .blog-card .description:before {
          transform: skewX(-3deg);
          content: "";
          background: #fff;
          width: 30px;
          position: absolute;
          left: -10px;
          top: 0;
          bottom: 0;
          z-index: -1; }
      .blog-card.alt {
        flex-direction: row-reverse; }
        .blog-card.alt .description:before {
          left: inherit;
          right: -10px;
          transform: skew(3deg); } }

.innerbody {
  background: #f1f1f1;
  background-image: url(../images/innerbg.json);
  background-size: 10%;
  background-position: center;
  min-height: 544px;
  background-attachment: fixed; }
  .innerbody.impLinks .sbox h4 {
    color: #000000;
    background: #f1f1f1;
    padding: 10px 15px;
    margin-bottom: 10px; }
  .innerbody.impLinks .sbox .list4 li {
    list-style: none; }
    .innerbody.impLinks .sbox .list4 li a {
      padding: 10px 0;
      display: block;
      position: relative;
      padding-left: 30px;
      border-bottom: 1px solid #eee;
      text-decoration: none;
      color: #333; }
      .innerbody.impLinks .sbox .list4 li a:hover {
        color: #00bcd5; }
      .innerbody.impLinks .sbox .list4 li a:after {
        position: absolute;
        top: 12px;
        left: 0;
        content: url(../images/qlinkicon.json);
        height: 10px;
        width: 10px; }
    .innerbody.impLinks .sbox .list4 li:last-child a {
      border-bottom: 0; }
  .innerbody.sitemap .sbox .list3 li {
    list-style: none; }
    .innerbody.sitemap .sbox .list3 li a {
      padding: 10px 0;
      display: block;
      position: relative;
      padding-left: 20px;
      border-bottom: 1px solid #eee;
      text-decoration: none;
      color: #333; }
      .innerbody.sitemap .sbox .list3 li a:hover {
        color: #00bcd5; }
      .innerbody.sitemap .sbox .list3 li a:after {
        position: absolute;
        top: 15px;
        left: 0;
        background: #00bcd5;
        height: 10px;
        width: 10px;
        content: '';
        border-radius: 100px; }
    .innerbody.sitemap .sbox .list3 li:last-child a {
      border-bottom: 0; }
  .innerbody.rtiManuals .sbox .list2 li {
    list-style: none; }
    .innerbody.rtiManuals .sbox .list2 li a {
      padding: 10px 0;
      display: block;
      position: relative;
      padding-left: 20px;
      border-bottom: 1px solid #eee;
      text-decoration: none;
      color: #333; }
      .innerbody.rtiManuals .sbox .list2 li a:after {
        position: absolute;
        top: 15px;
        left: 0;
        background: #00bcd5;
        height: 10px;
        width: 10px;
        content: '';
        border-radius: 100px; }
    .innerbody.rtiManuals .sbox .list2 li:last-child a {
      border-bottom: 0; }
  .innerbody.errorpage {
    text-align: center; }
    .innerbody.errorpage .sbox h1 {
      font-size: 10em;
      color: #00bcd5;
      margin-bottom: 10px; }
    .innerbody.errorpage .sbox h4 {
      font-size: 2em;
      margin-bottom: 10px; }
    .innerbody.errorpage .sbox p {
      font-size: 1.1em;
      line-height: 1.4em;
      margin-bottom: 40px; }
    .innerbody.errorpage .sbox .errorbtn {
      background: #1a6c80;
      color: #fff;
      display: inline-block;
      padding: 10px;
      transition: .2s;
      text-decoration: none; }
      .innerbody.errorpage .sbox .errorbtn:hover {
        background: #003e47; }
  .innerbody.contactus hr {
    margin: 30px 0; }
  .innerbody.contactus .cont-detail {
    background: #fff;
    padding: 30px;
    position: relative;
    padding-left: 130px; }
    .innerbody.contactus .cont-detail i {
      position: absolute;
      top: 0;
      left: 0;
      font-size: 3em;
      color: #fff;
      background: #2196f3;
      width: 100px;
      text-align: center;
      bottom: 0;
      line-height: 4.5em;
      border-right: 15px solid #f1f1f1; }
    .innerbody.contactus .cont-detail h3 {
      font-size: 1.5em;
      display: block;
      margin-bottom: 30px;
      text-transform: uppercase; }
      .innerbody.contactus .cont-detail h3 small {
        display: block;
        margin-top: 10px; }
    .innerbody.contactus .cont-detail a {
      font-size: 1em; }
      .innerbody.contactus .cont-detail a strong {
        display: inline-block;
        width: 140px; }
    .innerbody.contactus .cont-detail p {
      margin-bottom: 10px; }
      .innerbody.contactus .cont-detail p strong {
        display: inline-block;
        width: 140px; }
      .innerbody.contactus .cont-detail p.url {
        color: #005CFF; }
  .innerbody.contactus .cont-img {
    text-align: center; }
  .innerbody .sbox {
    border-top: 5px solid #e4e4e4;
    background: #fff;
    min-height: 500px;
    margin-top: -150px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding: 35px;
    position: relative; }
    .innerbody .sbox .search-Result {
      border-top: 5px solid #efefef;
      padding: 20px;
      background: #fff;
      box-shadow: 0 3px 3px #eee;
      margin-bottom: 30px; }
      .innerbody .sbox .search-Result h3 {
        font-weight: 500;
        font-size: 1.2em;
        margin-bottom: 5px;
        display: inline-block; }
      .innerbody .sbox .search-Result a {
        color: #00bcd5;
        text-decoration: none;
        font-weight: 500;
        display: block; }
      .innerbody .sbox .search-Result p {
        color: #555;
        margin: 5px 0; }
      .innerbody .sbox .search-Result .rmore {
        border: none;
        background: #f7f7f7;
        float: right;
        padding: 3px 10px;
        transition: .2s;
        cursor: pointer; }
        .innerbody .sbox .search-Result .rmore:hover {
          background: #eee; }
    .innerbody .sbox .mandtext {
      color: #ff5858;
      font-weight: 500; }
    .innerbody .sbox .acknowledgement {
      text-align: center;
      padding: 30px;
      position: relative; }
      .innerbody .sbox .acknowledgement i {
        font-size: 6em;
        background: #00bcd5;
        color: #fff;
        width: 150px;
        height: 150px;
        line-height: 1.6em;
        border-radius: 100px;
        margin-bottom: 15px; }
      .innerbody .sbox .acknowledgement h2 {
        font-size: 3em;
        margin-bottom: 10px; }
      .innerbody .sbox .acknowledgement p {
        font-size: 1.1em;
        margin-bottom: 10px; }
      .innerbody .sbox .acknowledgement h4 {
        font-size: 1.3em; }
        .innerbody .sbox .acknowledgement h4 strong {
          display: block;
          font-size: 1.8em;
          color: #000000;
          width: 40%;
          margin: 20px auto 0 auto;
          padding: 10px;
          font-weight: 500;
          background: #e7fcff;
          box-shadow: inset 2px 2px 4px #ccc; }
    .innerbody .sbox .paylabel {
      padding: 15px;
      text-align: center;
      background: #ddfbff;
      margin-bottom: 15px; }
      .innerbody .sbox .paylabel label {
        color: red;
        font-weight: bold; }
        .innerbody .sbox .paylabel label i {
          color: #000; }
    .innerbody .sbox .otpBox {
      background: #f9f9f9;
      padding: 30px;
      box-shadow: 0 -3px 10px #e2e2e2;
      border-bottom: 2px solid #00bcd5; }
      .innerbody .sbox .otpBox p a {
        text-decoration: none; }
    .innerbody .sbox:after {
      width: 0;
      height: 0;
      border-top: 150px solid transparent;
      border-bottom: 0px solid transparent;
      border-right: 30px solid #b5b5b5;
      content: '';
      position: absolute;
      top: -5px;
      left: -30px; }
    .innerbody .sbox:before {
      width: 0;
      height: 0;
      border-top: 150px solid transparent;
      border-bottom: 0px solid transparent;
      border-left: 30px solid #b5b5b5;
      content: '';
      position: absolute;
      top: -5px;
      right: -30px; }
    .innerbody .sbox .form-horizontal .c-box {
      border: 1px solid #b8f7ff;
      position: relative;
      padding: 15px;
      margin-bottom: 30px; }
      .innerbody .sbox .form-horizontal .c-box .legend {
        position: absolute;
        top: -15px;
        left: 15px;
        background: #fff;
        padding: 0 10px;
        font-size: 1.2em;
        color: #00bcd5;
        font-weight: 600; }
    .innerbody .sbox .form-horizontal .form-group .input-group .input-group-append {
      margin-left: -40px; }
    .innerbody .sbox .form-horizontal .form-group .fileInfo {
      color: red;
      margin-left: 4px;
      font-size: 12px; }
    .innerbody .sbox .form-horizontal .form-group .form-control::-webkit-file-upload-button {
      background: #d4faff;
      color: #333;
      padding: 0 10px;
      margin-left: -10px;
      border: 0;
      border-radius: 10px;
      cursor: pointer; }
      .innerbody .sbox .form-horizontal .form-group .form-control::-webkit-file-upload-button:focus {
        outline: 0; }
      .innerbody .sbox .form-horizontal .form-group .form-control::-webkit-file-upload-button:hover {
        background: #a3f4ff; }
    .innerbody .sbox .form-horizontal .form-group .form-control {
      border-radius: 0;
      border: none;
      border-bottom: 1px solid #ccc;
      background: transparent; }
      .innerbody .sbox .form-horizontal .form-group .form-control[disabled] {
        color: #545454;
        background: whitesmoke;
        border: 0; }
    .innerbody .sbox .form-horizontal .form-group .input-group-addon img {
      height: 100%; }
    .innerbody .sbox .form-horizontal .form-group .colon {
      position: absolute;
      top: 7px;
      left: -2px;
      font-weight: bold; }
    .innerbody .sbox .form-horizontal .form-group .mandatory {
      position: static;
      color: red;
      margin-left: 5px; }
    .innerbody .sbox .form-horizontal .form-group .control-label {
      margin-top: 7px;
      font-weight: bold;
      font-size: 1em !important;
      display: inline-block;
      font-weight: 500; }
    .innerbody .sbox .form-horizontal .form-group .control-label1 {
      margin-top: 7px;
      font-weight: normal;
      font-size: 1em !important;
      display: inline-block; }
    .innerbody .sbox .custom-control {
      padding-left: 20px;
      margin-top: 8px;
      display: inline-block;
      margin-right: 20px; }
    .innerbody .sbox .innerul {
      padding-left: 30px;
      margin: 25px 0; }
      .innerbody .sbox .innerul li {
        list-style: none;
        font-size: 1em;
        line-height: 1.5em;
        margin-bottom: 10px;
        position: relative; }
        .innerbody .sbox .innerul li:after {
          content: url(../images/innerlisticon.json);
          top: 2px;
          left: -30px;
          position: absolute; }
    .innerbody .sbox p {
      line-height: 1.7em; }
    .innerbody .sbox .sb-panel {
      display: block;
      padding: 20px;
      min-height: 250px;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
      position: relative;
      overflow: hidden;
      padding-left: 100px; }
      .innerbody .sbox .sb-panel.child1 .sb-icon {
        bottom: -50px;
        right: -50px;
        top: auto;
        left: auto; }
      .innerbody .sbox .sb-panel.child2 .sb-icon {
        bottom: -50px;
        right: auto;
        top: auto;
        left: -50px; }
      .innerbody .sbox .sb-panel.child3 .sb-icon {
        bottom: auto;
        right: -50px;
        top: -50px;
        left: auto; }
      .innerbody .sbox .sb-panel.child4 .sb-icon {
        bottom: auto;
        right: auto;
        top: -50px;
        left: -50px; }
      .innerbody .sbox .sb-panel.bg-1 {
        background: #f7f7f7; }
      .innerbody .sbox .sb-panel.bg-2 {
        background: #2196f3; }
        .innerbody .sbox .sb-panel.bg-2 .sb-content .hdr1 {
          color: #fff; }
          .innerbody .sbox .sb-panel.bg-2 .sb-content .hdr1:after {
            background: #fff; }
        .innerbody .sbox .sb-panel.bg-2 .sb-content .mybtn1 {
          background: rgba(255, 255, 255, 0.1);
          transition: .2s;
          border: 1px solid #fff; }
          .innerbody .sbox .sb-panel.bg-2 .sb-content .mybtn1:hover {
            background: rgba(255, 255, 255, 0.3); }
        .innerbody .sbox .sb-panel.bg-2 .sb-content p {
          color: #fff; }
        .innerbody .sbox .sb-panel.bg-2 .sb-icon i {
          color: rgba(255, 255, 255, 0.15); }
      .innerbody .sbox .sb-panel .sb-icon {
        position: absolute;
        bottom: -50px;
        right: -50px; }
        .innerbody .sbox .sb-panel .sb-icon i {
          font-size: 15em;
          color: rgba(33, 150, 243, 0.2); }
      .innerbody .sbox .sb-panel .sb-img {
        position: absolute;
        left: 20px;
        top: 20px; }
        .innerbody .sbox .sb-panel .sb-img img {
          width: 60px;
          heigh: 60px; }
      .innerbody .sbox .sb-panel .sb-content {
        width: 100%; }
        .innerbody .sbox .sb-panel .sb-content p {
          margin-bottom: 15px; }
        .innerbody .sbox .sb-panel .sb-content a i {
          transition: .2s;
          margin-left: 10px; }
        .innerbody .sbox .sb-panel .sb-content a:hover i {
          transform: translatex(5px); }

#regdModal .modal-header {
  background: #00bcd5;
  padding: 2px 10px; }
  #regdModal .modal-header .modal-title {
    font-size: 1em;
    color: #fff; }
#regdModal .modal-body {
  padding: 10px; }
  #regdModal .modal-body .regdNo {
    text-align: center; }
    #regdModal .modal-body .regdNo p {
      font-size: 2em; }

@media (max-width: 1440px) {
  .innerbanner {
    min-height: 198px; }

  .innerbody .sbox {
    min-height: 400px;
    padding-top: 10px; }

  .innerbody.contactus hr {
    margin: 10px 0; }
  .innerbody.contactus .cont-detail {
    padding: 5px;
    padding-left: 130px; }
    .innerbody.contactus .cont-detail h3 {
      margin-bottom: 5px; }
    .innerbody.contactus .cont-detail i {
      line-height: 3em; }
  .innerbody.contactus .cont-img img {
    width: 65%; } }
@media (max-width: 640px) {
  .colon {
    display: none; } }
@media (max-width: 640px) {
  .actable {
    table-layout: initial; }

  .innerbody .sbox {
    padding: 10px; }
    .innerbody .sbox:after {
      display: none; }
    .innerbody .sbox:before {
      display: none; }
    .innerbody .sbox .acknowledgement i {
      font-size: 4em;
      width: 100px;
      height: 100px;
      line-height: 1.5em; }
    .innerbody .sbox .acknowledgement h2 {
      font-size: 2em; }
    .innerbody .sbox .acknowledgement h4 strong {
      width: 100%;
      font-size: 1.2em; } }

/*# sourceMappingURL=innerstyle.css.map */
