@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900';
@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900';
@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900';
@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900';
@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900';
@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900';
@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900';
@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900';
@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900';
@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900';
@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900';
@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900';
@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900';
@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900';
@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900';
@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900';
@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900';
@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900';
@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900';
@font-face {
  font-family: SnellRoundhand1;
  src: url("../fonts/Snell_Roundhand_Script.ttf") format("truetype");
  src: url("../fonts/SnellBT-Regular.otf"); }

@font-face {
  font-family: SnellRoundhand1;
  src: url("../fonts/Snell_Roundhand_Script.ttf") format("truetype");
  src: url("../fonts/SnellBT-Regular.otf"); }

/* =======================
       Custom Change
   -----------------------*/
html {
  font-size: 16px;
  overflow-x: hidden; }

body {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  overflow-x: hidden;
  padding-top: 135px;
  position: relative; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif; }

a {
  text-transform: capitalize;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a:focus {
    text-decoration: none; }
    a:focus:hover {
      text-decoration: none; }
  a:hover {
    text-decoration: none;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  a:active {
    text-decoration: none; }
    a:active:hover {
      text-decoration: none; }

textarea {
  resize: none; }

ul, li {
  list-style-type: none;
  padding: 0; }

.padding-0 {
  padding: 0; }

.padding-L {
  padding-left: 0; }

.padding-R {
  padding-right: 0; }

.row-0 {
  margin: 0; }

@font-face {
  font-family: SnellRoundhand1;
  src: url("../fonts/Snell_Roundhand_Script.ttf") format("truetype");
  src: url("../fonts/SnellBT-Regular.otf"); }

.effect_blur {
  position: relative;
  overflow: hidden;
  -moz-transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out; }
  .effect_blur:after, .effect_blur:before {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    content: '';
    opacity: 0;
    -moz-transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out; }
  .effect_blur:before {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    z-index: 9; }
  .effect_blur:after {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    z-index: 9; }
  .effect_blur > img {
    -moz-transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out; }

.effect_zoom {
  overflow: hidden; }
  .effect_zoom img {
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .effect_zoom img:hover {
      -webkit-transform: scale(1.12);
      -moz-transform: scale(1.12);
      -ms-transform: scale(1.12);
      transform: scale(1.12); }

@font-face {
  font-family: SnellRoundhand1;
  src: url("../fonts/Snell_Roundhand_Script.ttf") format("truetype");
  src: url("../fonts/SnellBT-Regular.otf"); }

/* =========================
          Common Style
```````````````````````````` */
.banner-inner {
  font-family: "Roboto", sans-serif;
  padding: 0; }
  .banner-inner .figure {
    height: 200px;
    background-image: url("../images/banner/InnerBanner1.jpg");
    background-repeat: repeat;
    background-attachment: fixed;
    overflow: hidden;
    position: relative; }
    .banner-inner .figure::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0px;
      width: 100%;
      height: 100%;
      background-color: #000;
      opacity: 0.4; }
    .banner-inner .figure img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
    .banner-inner .figure > .figcaption {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      z-index: 9; }
      .banner-inner .figure > .figcaption > h1 {
        color: #fff;
        font-weight: 400;
        font-size: 2.000em;
        text-transform: uppercase; }
        .banner-inner .figure > .figcaption > h1 > sup {
          font-size: 60%; }
      .banner-inner .figure > .figcaption > .breadcrumb {
        background-color: transparent;
        border-radius: 0;
        border: 0;
        margin-bottom: 0;
        font-family: "Roboto", sans-serif;
        font-size: 0.875em;
        font-weight: 300;
        text-transform: capitalize; }
        .banner-inner .figure > .figcaption > .breadcrumb li a {
          color: #eee;
          text-transform: capitalize; }
          .banner-inner .figure > .figcaption > .breadcrumb li a:hover {
            color: #fc8700; }
        .banner-inner .figure > .figcaption > .breadcrumb li + li::before {
          content: " >> "; }
        .banner-inner .figure > .figcaption > .breadcrumb li.active {
          color: #fc8700;
          font-weight: 400; }

.wrapper {
  padding-top: 30px;
  padding-bottom: 30px; }
  .wrapper .logo-box a {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 10px; }
    .wrapper .logo-box a .figure {
      width: 160px;
      height: 110px; }
      .wrapper .logo-box a .figure > img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center; }
  .wrapper ul.gallery-links li {
    background-color: #f1f1f1;
    background-color: #424b65;
    margin-bottom: 10px;
    padding: 2px 10px;
    box-shadow: 0px 1px 1px 0px #aaa;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .wrapper ul.gallery-links li:hover {
      box-shadow: 0px -1px 1px 0px #aaa; }
    .wrapper ul.gallery-links li a {
      font-size: 0.875em;
      color: #555;
      color: #fff;
      padding: 7px 0;
      font-weight: 500;
      display: inline-block; }
      .wrapper ul.gallery-links li a:hover {
        color: #ffcd00; }
  .wrapper ul.month-list {
    background-color: #222; }
    .wrapper ul.month-list li {
      background-color: #f1f1f1;
      background-color: #424b65;
      margin-bottom: 2px;
      padding: 2px 10px;
      box-shadow: 0px 1px 1px 0px #424b65;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      /*&:hover {
                box-shadow: 0px -1px 1px 0px #aaa;
            }*/ }
      .wrapper ul.month-list li a {
        font-size: 0.875em;
        color: #555;
        color: #fff;
        padding: 3px 0;
        font-weight: 400;
        display: inline-block; }
        .wrapper ul.month-list li a > i.fa {
          margin-right: 5px;
          font-size: 85%; }
        .wrapper ul.month-list li a:hover {
          color: #ffcd00; }
  .wrapper .Activity_Menu {
    padding: 0; }
    .wrapper .Activity_Menu ul.activity_list {
      /*li {
            background-color: #f1f1f1;
            background-color: #424b65;
            margin-bottom: 3px;
            padding: 2px 10px;
            box-shadow: 0px 1px 1px 0px #aaa;
            @include transition(all .3s ease-in-out);

            &:hover {
                box-shadow: 0px -1px 1px 0px #aaa;
            }

            a {
                font-size: 0.875em;
                color: #555;
                color: $color-white;
                padding: 3px 0;
                font-weight: 400;
                display: inline-block;

                > i.fa {
                    margin-right: 5px;
                    font-size: 85%;
                }

                &:hover {
                    color: $color-yellow-light;
                }
            }
        }*/ }
      .wrapper .Activity_Menu ul.activity_list > li {
        background-color: #333;
        background-color: #424b65;
        padding: 5px 15px;
        margin: 0px 0px 3px;
        text-transform: capitalize; }
        .wrapper .Activity_Menu ul.activity_list > li h4 {
          color: #fff;
          /*color:$color-yellow-light;*/
          text-align: left;
          opacity: .9;
          font-size: 16px;
          position: relative; }
          .wrapper .Activity_Menu ul.activity_list > li h4 > i.fa {
            position: absolute;
            right: -8px;
            font-size: 85%;
            top: 4px; }
        .wrapper .Activity_Menu ul.activity_list > li > ul.sub-list {
          padding-left: 10px;
          display: none; }
          .wrapper .Activity_Menu ul.activity_list > li > ul.sub-list > li > a {
            display: inline-block;
            color: #fff;
            font-weight: 300; }
            .wrapper .Activity_Menu ul.activity_list > li > ul.sub-list > li > a:hover {
              color: #ffcd00; }
            .wrapper .Activity_Menu ul.activity_list > li > ul.sub-list > li > a > i.fa {
              font-size: 85%;
              color: #ffcd00;
              margin-right: 3px; }
      .wrapper .Activity_Menu ul.activity_list > li.active > ul.sub-list {
        display: block; }

a.SaveBtn {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  padding: 5px 30px;
  margin-bottom: 30px;
  border-radius: 1px;
  border: 1px solid #fc8700;
  background-color: #fc8700;
  opacity: 1;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2); }
  a.SaveBtn:after {
    background: #fff;
    content: "";
    height: 125px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 1; }
  a.SaveBtn:hover {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3), 0px 2px 2px 0px rgba(0, 0, 0, 0.2) inset; }
  a.SaveBtn:focus:after, a.SaveBtn:hover:after {
    left: 120%; }

a.AvailBtn {
  display: inline-block;
  color: #fff;
  font-size: 0.875em;
  text-transform: capitalize;
  padding: 5px 10px;
  margin-bottom: 30px;
  margin-top: 30px;
  border-radius: 1px;
  border: 1px solid #00c14d;
  background-color: #00c14d;
  opacity: 1;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2); }
  a.AvailBtn:after {
    background: #fff;
    content: "";
    height: 125px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 1; }
  a.AvailBtn:hover {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3), 0px 2px 2px 0px rgba(0, 0, 0, 0.2) inset; }
  a.AvailBtn:focus:after, a.AvailBtn:hover:after {
    left: 120%; }

.pop_up_modal {
  display: none;
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto auto;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  flex-direction: column;
  align-items: center; }
  .pop_up_modal > .pop_up_body {
    position: relative;
    background-color: #fff;
    padding: 30px;
    animation: both .5s zoomInUp;
    font-size: 0.875em; }
    .pop_up_modal > .pop_up_body > a.cancle {
      position: absolute;
      top: 0;
      right: 0;
      color: #000;
      padding: 5px;
      font-size: 1.225em; }
    .pop_up_modal > .pop_up_body p > strong {
      font-weight: 500;
      margin-right: 10px;
      position: relative;
      display: inline-block; }
      .pop_up_modal > .pop_up_body p > strong:after {
        position: absolute;
        right: -7px;
        content: " : "; }

#Download .download_row .col-md-4 {
  margin-bottom: 30px;
  text-align: center; }

#Download .download_row a {
  color: #111; }
  #Download .download_row a:hover {
    color: #fc8700; }

#Download .download_row .figure {
  height: 200px;
  margin-bottom: 5px; }
  #Download .download_row .figure > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center; }

@font-face {
  font-family: SnellRoundhand1;
  src: url("../fonts/Snell_Roundhand_Script.ttf") format("truetype");
  src: url("../fonts/SnellBT-Regular.otf"); }

/* =========================
        Header Section
   ````````````````````````` */
.top-header {
  background-color: #ffae00;
  /*padding: 8px 0px;*/
  font-size: 0.875em;
  /*font-size: 0.750em;*/
  color: #fff; }
  .top-header .topsec2 {
    text-align: right;
    padding-right: 0;
    /*padding: 8px 0px;*/ }
    .top-header .topsec2 .topsec2a {
      text-transform: capitalize;
      display: inline-block; }
      .top-header .topsec2 .topsec2a > li {
        display: inline-block;
        position: relative;
        padding-right: 10px;
        margin-right: 5px;
        padding-bottom: 8px;
        padding-top: 8px; }
        .top-header .topsec2 .topsec2a > li::after {
          content: "";
          position: absolute;
          right: 0px;
          top: 12px;
          height: 10px;
          border-right: 1px solid #fff; }
        .top-header .topsec2 .topsec2a > li > a[href] {
          color: #fff; }
          .top-header .topsec2 .topsec2a > li > a[href]:hover {
            color: #353535; }
      .top-header .topsec2 .topsec2a > li.user {
        position: relative; }
        .top-header .topsec2 .topsec2a > li.user > ul.user-account {
          display: none; }
          .top-header .topsec2 .topsec2a > li.user > ul.user-account::after {
            bottom: 100%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #222;
            border-width: 8px;
            margin-left: -8px; }
          .top-header .topsec2 .topsec2a > li.user > ul.user-account li {
            padding: 5px 5px 5px 10px;
            display: block;
            margin-left: 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.04);
            text-align: center; }
            .top-header .topsec2 .topsec2a > li.user > ul.user-account li:hover {
              background: #222; }
            .top-header .topsec2 .topsec2a > li.user > ul.user-account li a {
              color: #fff;
              display: block; }
        .top-header .topsec2 .topsec2a > li.user:hover ul.user-account {
          display: block;
          position: absolute;
          background: rgba(42, 42, 42, 0.9);
          z-index: 99;
          top: 32px;
          left: -60px;
          min-width: 150px;
          padding-left: 0;
          animation: both .5s flipInX; }
  .top-header .topsec3 {
    text-transform: capitalize;
    position: relative;
    padding-left: 0;
    padding: 8px 0px; }
    .top-header .topsec3 .topsec3a {
      text-transform: capitalize;
      display: inline-block;
      text-align: left;
      padding-left: 15px; }
      .top-header .topsec3 .topsec3a > span {
        display: inline-block;
        margin: 0 1px; }
        .top-header .topsec3 .topsec3a > span > a[href] {
          width: 18px;
          height: 18px;
          color: #fff;
          text-align: center;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          -webkit-box-shadow: 0px 0px 0px 1px #f1f1f1;
          -moz-box-shadow: 0px 0px 0px 1px #f1f1f1;
          box-shadow: 0px 0px 0px 1px #f1f1f1; }
        .top-header .topsec3 .topsec3a > span:nth-child(4) > a[href] {
          background-color: #111;
          color: #ffcd00;
          /*@include box-shadow(0px 0px 0px 1px $color-yellow);*/ }
        .top-header .topsec3 .topsec3a > span:last-child > a[href] {
          background-color: #fff;
          color: #000;
          -webkit-box-shadow: 0px 0px 0px 1px #f1f1f1;
          -moz-box-shadow: 0px 0px 0px 1px #f1f1f1;
          box-shadow: 0px 0px 0px 1px #f1f1f1; }
    .top-header .topsec3 .social {
      display: inline-block;
      text-align: left;
      padding-left: 15px; }
      .top-header .topsec3 .social > span {
        display: inline-block;
        margin: 0 1px;
        background-color: #fff; }
        .top-header .topsec3 .social > span > a[href] {
          width: 18px;
          height: 18px;
          color: #ffcd00;
          text-align: center;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          -webkit-box-shadow: 0px 0px 0px 1px #f1f1f1;
          -moz-box-shadow: 0px 0px 0px 1px #f1f1f1;
          box-shadow: 0px 0px 0px 1px #f1f1f1; }
    .top-header .topsec3 .topsec3b {
      text-transform: capitalize;
      text-align: right; }
      .top-header .topsec3 .topsec3b > .language {
        margin-right: 0px; }
        .top-header .topsec3 .topsec3b > .language > span {
          display: inline-block;
          position: relative;
          padding-right: 10px; }
          .top-header .topsec3 .topsec3b > .language > span::after {
            content: "";
            position: absolute;
            right: 0px;
            top: 4px;
            height: 10px;
            border-right: 1px solid #fff; }
          .top-header .topsec3 .topsec3b > .language > span:last-child::after {
            display: none; }
        .top-header .topsec3 .topsec3b > .language > select {
          border: none;
          font-size: 0.875em;
          background-color: #fff;
          color: #aaa;
          margin-right: 50px;
          text-transform: capitalize; }
          .top-header .topsec3 .topsec3b > .language > select:focus {
            outline: none; }
          .top-header .topsec3 .topsec3b > .language > select > option {
            outline: none;
            border-bottom: 1px solid #aaa; }
      .top-header .topsec3 .topsec3b .search-box {
        position: absolute;
        right: 10px;
        top: -3px; }
        .top-header .topsec3 .topsec3b .search-box:hover {
          width: 100%; }
        .top-header .topsec3 .topsec3b .search-box .search-form .form-group {
          float: right;
          transition: all 0.35s, border-radius 0s;
          width: 20px;
          height: 20px;
          text-align: center;
          background-color: #fff;
          border-radius: 0px;
          margin-bottom: 0; }
          .top-header .topsec3 .topsec3b .search-box .search-form .form-group input.form-control {
            padding: 2px 20px 2px 12px;
            border: 0 none;
            background-color: transparent;
            box-shadow: none;
            display: inline-block;
            color: #fff;
            height: auto; }
          .top-header .topsec3 .topsec3b .search-box .search-form .form-group i.fa {
            top: 4px;
            right: -7px;
            color: #aaa; }
        .top-header .topsec3 .topsec3b .search-box .search-form .form-group input.form-control::-webkit-input-placeholder {
          display: none; }
        .top-header .topsec3 .topsec3b .search-box .search-form .form-group input.form-control:-moz-placeholder {
          /* Firefox 18- */
          display: none; }
        .top-header .topsec3 .topsec3b .search-box .search-form .form-group input.form-control::-moz-placeholder {
          /* Firefox 19+ */
          display: none; }
        .top-header .topsec3 .topsec3b .search-box .search-form .form-group input.form-control:-ms-input-placeholder {
          display: none; }
        .top-header .topsec3 .topsec3b .search-box .search-form .form-group:hover,
        .top-header .topsec3 .topsec3b .search-box .search-form .form-group.hover {
          width: 100%;
          height: auto;
          border-radius: 4px 25px 25px 4px;
          background-color: #555; }
        .top-header .topsec3 .topsec3b .search-box .search-form .form-group span.form-control-feedback {
          position: absolute;
          top: -1px;
          right: 5px;
          z-index: 2;
          display: block;
          width: 20px;
          height: 20px;
          text-align: center;
          color: #3596e0; }

#Navigation {
  background-color: #fff;
  position: relative;
  padding: 5px 0px;
  margin-bottom: 2px;
  border-radius: 0;
  border-width: 0px;
  -webkit-box-shadow: 0px 2px 3px 0px #aaa;
  -moz-box-shadow: 0px 2px 3px 0px #aaa;
  box-shadow: 0px 2px 3px 0px #aaa;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  #Navigation .navbar-toggle {
    border-radius: 1px;
    margin-top: 20px;
    border: 1px solid #fc8700;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    #Navigation .navbar-toggle .icon-bar {
      background-color: #fc8700; }
  #Navigation a.navbar-brand {
    height: auto;
    padding: 5px 0px 0px;
    margin-left: 0;
    display: inline-block;
    position: relative;
    top: 0px; }
    #Navigation a.navbar-brand > img {
      width: 150px; }
    #Navigation a.navbar-brand .caption {
      position: absolute;
      left: 0px;
      top: 80px;
      text-align: center;
      color: #173070; }
      #Navigation a.navbar-brand .caption > p {
        margin-bottom: 0px;
        line-height: 11px;
        font-weight: 500;
        font-size: 11px; }
  #Navigation .emblem {
    float: right;
    position: relative; }
    #Navigation .emblem > img {
      width: 150px; }
    #Navigation .emblem .caption {
      position: absolute;
      left: 0px;
      top: 70px;
      text-align: center;
      color: #111; }
      #Navigation .emblem .caption > p {
        margin-bottom: 0px;
        line-height: 11px;
        font-weight: 500; }
        #Navigation .emblem .caption > p:first-child {
          font-size: 11px; }
        #Navigation .emblem .caption > p:last-child {
          font-size: 8px; }
  #Navigation ul.navbar-nav {
    width: calc(100% - 150px - 150px);
    position: relative;
    top: 5px;
    -moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out; }
    #Navigation ul.navbar-nav > li {
      text-align: center;
      position: relative;
      float: left;
      display: block;
      /*width: 155.66px;*/
      /*width: calc((100% / 6));*/
      padding-left: calc((100% / 7) - 13%);
      padding-right: calc((100% / 7) - 13%);
      /*> a.hindi {
                font-size: 1em;
            }*/ }
      #Navigation ul.navbar-nav > li > a {
        color: #444;
        font-size: 0.875em;
        /*font-size: 1em;*/
        padding-left: 0;
        padding-right: 0;
        font-weight: 500;
        border-right: 1px solid transparent;
        text-transform: uppercase;
        text-align: center;
        position: relative; }
        #Navigation ul.navbar-nav > li > a:focus, #Navigation ul.navbar-nav > li > a:hover {
          color: #fc8700;
          background-color: transparent; }
      #Navigation ul.navbar-nav > li:last-child > a::after {
        content: "";
        display: none; }
      #Navigation ul.navbar-nav > li ul.sub-menu {
        display: none;
        background-color: rgba(0, 0, 0, 0.8);
        background-color: white;
        position: absolute;
        /*top: 50px;*/
        left: -65px;
        height: 0px;
        min-width: 270px;
        border: 2px solid #f1f1f1;
        border-top: 3px solid #666;
        box-shadow: 0px 3px 5px 0px #a7a7a7;
        -moz-transition: all 0.8s ease-in-out;
        -webkit-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out; }
        #Navigation ul.navbar-nav > li ul.sub-menu::after {
          bottom: 100%;
          left: 37%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-color: rgba(136, 183, 213, 0);
          border-bottom-color: #555;
          border-width: 12px;
          margin-left: -12px; }
        #Navigation ul.navbar-nav > li ul.sub-menu > li {
          text-align: left;
          line-height: 20px;
          padding: 1px 5px 1px 10px;
          position: relative; }
          #Navigation ul.navbar-nav > li ul.sub-menu > li a {
            text-align: left;
            display: block;
            padding: 5px 1px;
            font-size: 0.875em;
            color: #fff;
            color: #000;
            -moz-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
            #Navigation ul.navbar-nav > li ul.sub-menu > li a:hover {
              color: #ffae00; }
          #Navigation ul.navbar-nav > li ul.sub-menu > li:first-child {
            margin-top: 5px; }
      #Navigation ul.navbar-nav > li:hover ul.sub-menu {
        display: block;
        z-index: 99;
        height: auto;
        animation: both .5s zoomInUp; }
    #Navigation ul.navbar-nav > li.active > a {
      color: #fc8700;
      background: transparent;
      border: 0; }
      #Navigation ul.navbar-nav > li.active > a:focus, #Navigation ul.navbar-nav > li.active > a:hover {
        color: #fc8700;
        /*background-color: $color-yellow-d;*/
        border: 0; }
  #Navigation ul.navbar-nav.hindi > li > a {
    font-size: 1em; }
  #Navigation .headerText {
    width: calc(100% - 150px - 150px);
    position: relative;
    top: 42px;
    text-align: center;
    display: inline-block; }
    #Navigation .headerText > h3 {
      margin: 0;
      color: #173070;
      font-weight: 500;
      font-size: 1.750em;
      text-shadow: 1px 2px 5px #ababab; }

#Footer {
  padding-top: 20px;
  background-color: #010101;
  color: #888; }
  #Footer .footer-main {
    border-bottom: 1px solid #333;
    padding-top: 15px;
    padding-bottom: 20px; }
    #Footer .footer-main .imp-links ul {
      padding-left: 0;
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1; }
      #Footer .footer-main .imp-links ul li {
        list-style-type: none;
        padding: 7px 0px; }
        #Footer .footer-main .imp-links ul li a {
          font-size: 1em;
          color: #888; }
          #Footer .footer-main .imp-links ul li a:hover {
            color: #ffae00; }
    #Footer .footer-main .address {
      color: #fff; }
      #Footer .footer-main .address h3 {
        font-size: 1.225em;
        margin-top: 0;
        padding: 7px 0px;
        font-weight: 400;
        text-transform: capitalize;
        color: #fff; }
      #Footer .footer-main .address .sec-1 {
        margin: 3px 0px 20px; }
      #Footer .footer-main .address p {
        font-size: 1em;
        color: #888;
        margin-bottom: 3px; }
    #Footer .footer-main .social h3 {
      font-size: 1.225em;
      margin-top: 0;
      padding: 7px 0px;
      font-weight: 400;
      text-transform: capitalize;
      color: #fff; }
    #Footer .footer-main .social .social-icon {
      width: 100%;
      margin-bottom: 2px;
      /*display: inline-block;*/ }
      #Footer .footer-main .social .social-icon img {
        max-width: 100%; }
      #Footer .footer-main .social .social-icon li{
        width:34px; display:inline-block; }
  #Footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 400;
    font-size: 0.875em; }
    #Footer .footer-bottom p.copy {
      margin-bottom: 0;
      text-align: left;
      opacity: .7; }
      #Footer .footer-bottom p.copy i.fa {
        margin-right: 3px; }
    #Footer .footer-bottom p.designBy {
      opacity: .7;
      text-align: right; }
      #Footer .footer-bottom p.designBy > a[href] {
        color: #888;
        font-style: italic; }

#topcontrol {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6;
  padding: 5px;
  border-radius: 1px;
  z-index: 999;
  background-color: #ffae00;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  #topcontrol > i.fa {
    color: #fff;
    font-size: 1.5em;
    transition: all 1s ease-in-out; }
  #topcontrol:hover {
    background-color: #32ae8a; }
    #topcontrol:hover > i.fa {
      transform: rotateY(360deg);
      transition: all 1s ease-in-out; }

.right .affix-top {
  position: relative; }

.right .affix {
  top: 150px; }

.right .affix,
.right .affix-bottom {
  width: 255px; }

.right .affix-bottom {
  position: absolute; }

.right2 .affix-top {
  position: relative; }

.right2 .affix {
  top: 150px; }

.right2 .affix,
.right2 .affix-bottom {
  width: 285px; }

.right2 .affix-bottom {
  position: absolute; }

@font-face {
  font-family: SnellRoundhand1;
  src: url("../fonts/Snell_Roundhand_Script.ttf") format("truetype");
  src: url("../fonts/SnellBT-Regular.otf"); }

/* =======================
        Default Page
`````````````````````````` */
.banner-box {
  position: relative;
  /*.owl-controls {
        display: none;
    }*/
  /*.logo-icon {
        position:absolute;
        top:35px;
        right:0;
        min-height: 1px;
        padding: 20px 30px 0px 10px;
        z-index:9;

        .figure {
            margin-bottom: 10px;
            width:155px;
        }
    }*/ }
  .banner-box .banner0 {
    position: relative; }
    .banner-box .banner0 .main {
      position: absolute;
      text-align: center;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-content: center; }
      .banner-box .banner0 .main > p {
        display: inline-block;
        font-size: 2.5em;
        color: #e5d08d;
        margin-bottom: 0;
        left: 60px;
        position: relative;
        top: 110px; }
        .banner-box .banner0 .main > p:nth-child(2) {
          font-size: 1.5em;
          font-weight: 300; }
  .banner-box .banner1 {
    background-color: #000;
    width: 100%;
    float: left; }
    .banner-box .banner1 .left {
      width: 38%;
      float: left;
      min-height: 1px; }
    .banner-box .banner1 .middle {
      width: 47%;
      float: left;
      height: 520px;
      position: relative; }
      .banner-box .banner1 .middle .text {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 40px; }
        .banner-box .banner1 .middle .text h2 {
          font-family: SnellRoundhand1;
          color: #fff;
          font-size: 4em;
          margin-bottom: 0px;
          margin-left: 80px; }
        .banner-box .banner1 .middle .text h3 {
          font-weight: 300;
          color: #fff;
          font-size: 3em;
          text-transform: uppercase;
          line-height: 55px;
          margin-top: 0; }
          .banner-box .banner1 .middle .text h3 > span {
            font-weight: 700;
            color: #ffcd00;
            font-size: 150%; }
        .banner-box .banner1 .middle .text p a[href] {
          display: inline-block;
          padding: 5px 20px;
          color: #fff;
          font-size: 1.225em;
          font-weight: 300;
          border: 1px solid #fff;
          text-transform: uppercase; }
  .banner-box .item .figure {
    height: 100%;
    height: 520px;
    overflow: hidden; }
    .banner-box .item .figure > img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .banner-box .owl-controls {
    position: absolute;
    top: 0px;
    right: 0;
    min-height: 1px;
    padding: 20px 30px 0px 10px;
    z-index: 9; }
    .banner-box .owl-controls .owl-dots {
      position: relative;
      background-image: url("../images/logo/reel.png");
      background-repeat: repeat-y; }
      .banner-box .owl-controls .owl-dots .owl-dot {
        margin: 0px 0px 0px;
        width: 192px;
        height: 108px;
        position: relative;
        background-color: #000; }
        .banner-box .owl-controls .owl-dots .owl-dot:before {
          /*background-color:rgba(225,225,225,.1);*/
          content: "";
          display: none;
          position: absolute;
          top: 0px;
          left: 0;
          width: 100%;
          height: 100%;
          border-width: 5px;
          border-image: url("../images/film-real.png");
          background-image: url("../images/reel.png");
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover;
          opacity: .8; }
        .banner-box .owl-controls .owl-dots .owl-dot:first-child {
            display: none;
            background-image: url("../images/logo/logo1.png");
            background-repeat: no-repeat;
            background-size: contain;
            overflow: hidden;
        }
        .banner-box .owl-controls .owl-dots .owl-dot:nth-child(2) {
            background-image: url("../images/logo/logo1.png");
            background-repeat: no-repeat;
            background-size: contain;
            overflow: hidden;
        }
        .banner-box .owl-controls .owl-dots .owl-dot:nth-child(3) {
          background-image: url("../images/logo/logo2.png");
          background-repeat: no-repeat;
          background-size: contain;
          overflow: hidden; }
        .banner-box .owl-controls .owl-dots .owl-dot:nth-child(4) {
          background-image: url("../images/logo/logo3.png");
          background-repeat: no-repeat;
          background-size: contain;
          overflow: hidden; }
      .banner-box .owl-controls .owl-dots .owl-dot.active {
        /*border: 1px solid #fff;*/ }

#News_Section {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px; }
  #News_Section .heading > h2 {
    text-align: center;
    font-weight: 400;
    font-size: 1.750em;
    margin-bottom: 30px;
    text-transform: uppercase; }
  #News_Section .new-box {
    /*.read-more {
            background: #f2f2f2;
            padding: 10px 0;
            margin-top: 20px;
            border-top: 1px solid #d2d2d2;
            border-bottom: 1px solid #ddd;
            > a[href] {
                padding: 0px 10px;
                display: inline-block;
                color: $color-yellow;

                i.fa {
                    margin-left: 10px;
                }
            }
            a.read-more {
                text-transform: uppercase;
                color: $color-black;
                padding: 5px 20px;
                border-top: 2px solid #999;
                border-left: 1px solid #777;
                border-right: 1px solid #777;
                border-bottom: 1px solid #777;
                display: inline-block;
                margin-top: 15px;
                opacity: .9;

                &:hover {
                    background-color: $color-yellow;
                    color: $color-white;
                    border: 1px solid $color-yellow-d;
                    border-top-width: 2px;
                }
            }
        }*/ }
    #News_Section .new-box .head {
      text-align: center; }
      #News_Section .new-box .head i.icon {
        width: 40px;
        height: 50px;
        display: inline-flex;
        align-items: center;
        justify-content: center; }
        #News_Section .new-box .head i.icon > img {
          width: 100%;
          height: 100%;
          object-fit: contain;
          object-position: center;
          filter: grayscale(1); }
      #News_Section .new-box .head > h3 {
        text-align: center;
        font-weight: 400;
        font-size: 1.125em;
        margin-top: 5px;
        margin-bottom: 15px;
        text-transform: uppercase; }
    #News_Section .new-box ul.news-list {
      padding: 10px;
      height: 315px;
      overflow-y: hidden;
      background-color: #f1f1f1;
      -moz-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      #News_Section .new-box ul.news-list::-webkit-scrollbar-thumb {
        background-color: #000000; }
      #News_Section .new-box ul.news-list::-webkit-scrollbar {
        width: 7px; }
      #News_Section .new-box ul.news-list::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
      #News_Section .new-box ul.news-list::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        outline: 1px solid slategrey; }
      #News_Section .new-box ul.news-list li {
        margin: 0px 0px 10px;
        line-height: 18px;
        /*border-left: 3px solid $color-yellow-light;*/
        padding-left: 5px;
        /*background-color: #f8f8f8;*/
        padding: 10px 5px 10px 10px;
        border-bottom: 1px solid #eaeaea;
        position: relative;
        -moz-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
        #News_Section .new-box ul.news-list li::before {
          content: "\f105";
          position: absolute;
          left: 0;
          top: 10px;
          font-family: FontAwesome; }
        #News_Section .new-box ul.news-list li a {
          font-size: 0.875em;
          color: #777;
          display: inline-block; }
          #News_Section .new-box ul.news-list li a:hover {
            /*color: $color-yellow-d;*/ }
      #News_Section .new-box ul.news-list:hover {
        background-color: #ffcd00; }
        #News_Section .new-box ul.news-list:hover li {
          border-color: #f5c500; }
        #News_Section .new-box ul.news-list:hover a {
          color: #000; }
    #News_Section .new-box .read-more a {
      text-transform: uppercase;
      color: #000;
      padding: 5px 20px;
      border-top: 2px solid #999;
      border-left: 1px solid #777;
      border-right: 1px solid #777;
      border-bottom: 1px solid #777;
      display: inline-block;
      margin-top: 15px;
      opacity: .9; }
      #News_Section .new-box .read-more a:hover {
        background-color: #fc8700;
        color: #fff;
        border: 1px solid #ffae00;
        border-top-width: 2px; }

#Siri .siri-header {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f1f1f1;
  margin-bottom: 1px;
  -webkit-box-shadow: 0px 5px 5px 0px #444;
  -moz-box-shadow: 0px 5px 5px 0px #444;
  box-shadow: 0px 5px 5px 0px #444; }
  #Siri .siri-header > h2 {
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #173070; }
  #Siri .siri-header > h3 {
    font-size: 3em;
    font-weight: 300;
    color: #ffae00;
    text-transform: uppercase;
    margin-top: 0; }
  #Siri .siri-header > h4 {
    font-size: 1.325em;
    font-weight: 400;
    color: #fff; }
  #Siri .siri-header > h5 {
    font-size: 1.325em;
    font-weight: 400;
    color: #ffae00; }
  #Siri .siri-header p {
    font-size: 0.875em;
    color: #adaaaa; }

#Siri .siri-section .left {
  padding-right: 0; }
  #Siri .siri-section .left > a {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.500em;
    color: #fff;
    z-index: 99;
    margin-top: auto;
    margin-bottom: auto; }
  #Siri .siri-section .left > a.prevSiri {
    left: 15px; }
  #Siri .siri-section .left > a.nextSiri {
    right: 15px; }
  #Siri .siri-section .left .item {
    position: relative; }
    #Siri .siri-section .left .item .figBG {
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #000;
      opacity: .4;
      z-index: 9; }
    #Siri .siri-section .left .item .figure {
      height: 470px;
      width: 100%; }
      #Siri .siri-section .left .item .figure > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: bottom; }
    #Siri .siri-section .left .item .caption {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color: #fff;
      z-index: 9; }
      #Siri .siri-section .left .item .caption > h3 {
        font-weight: 300;
        margin-bottom: 0; }
      #Siri .siri-section .left .item .caption > h4 {
        font-weight: 600;
        font-size: 2em;
        margin-top: 5px; }

#Siri .siri-section .right {
  padding-left: 0; }
  #Siri .siri-section .right ul {
    padding: 20px;
    background-color: #ffcd00;
    min-height: 470px; }
    #Siri .siri-section .right ul li {
      font-size: 1.125em;
      margin-bottom: 5px;
      padding-bottom: 5px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
      #Siri .siri-section .right ul li > a {
        color: #333; }
        #Siri .siri-section .right ul li > a:hover {
          color: #fff; }
      #Siri .siri-section .right ul li:last-child {
        border-bottom: 0; }

#Activities {
  position: relative; }
  #Activities .ActivitiesBG1 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    height: 350px;
    width: 200px; }
  #Activities .heading {
    text-align: center;
    text-transform: uppercase; }
    #Activities .heading h2 {
      margin-top: 0;
      font-weight: 300;
      font-size: 2em; }
    #Activities .heading h3 {
      margin-top: 0;
      font-weight: 300;
      font-size: 3em;
      padding-top: 30px; }
    #Activities .heading h4 {
      font-weight: 600;
      font-size: 3em;
      color: #ffae00; }
  #Activities .Panorama {
    background-image: url("../images/PanoramaBG.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    min-height: 350px;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    #Activities .Panorama .Panorama-text {
      width: 810px;
      margin: 0px auto;
      text-align: center;
      color: #fff;
      opacity: .8; }
      #Activities .Panorama .Panorama-text h2 {
        font-weight: 300;
        font-size: 2em;
        padding-bottom: 10px; }
      #Activities .Panorama .Panorama-text p {
        font-weight: 300;
        font-size: 0.938em; }
      #Activities .Panorama .Panorama-text a.read-more {
        text-transform: uppercase;
        color: #fff;
        padding: 5px 20px;
        border: 1px solid #fff;
        display: inline-block;
        margin-top: 20px;
        margin-bottom: 10px; }

#Cultural {
  padding-top: 40px;
  padding-bottom: 30px; }
  #Cultural .heading {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px;
    text-transform: uppercase; }
    #Cultural .heading h2 {
      font-weight: 300;
      font-size: 2em; }
    #Cultural .heading h3 {
      font-weight: 300;
      font-size: 3em; }
    #Cultural .heading h4 {
      font-weight: 600;
      font-size: 3em;
      color: #ffae00; }
  #Cultural .Cultural-box .figure {
    height: 210px;
    margin-top: 10px;
    margin-bottom: 10px; }
    #Cultural .Cultural-box .figure > img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  #Cultural .Cultural-box .text {
    height: 160px;
    margin-top: 15px;
    overflow: hidden; }
    #Cultural .Cultural-box .text a {
      color: #222; }
      #Cultural .Cultural-box .text a:hover {
        color: #ffae00; }
      #Cultural .Cultural-box .text a h3 {
        margin-top: 2px;
        margin-bottom: 15px;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 1em;
        /*min-height:70px;*/
        line-height: 22px;
        text-align: left; }
    #Cultural .Cultural-box .text > p {
      color: #777;
      font-weight: 400;
      font-size: 0.875em; }
  #Cultural .Cultural-box a.read-more {
    text-transform: uppercase;
    color: #000;
    padding: 5px 20px;
    border-top: 2px solid #999;
    border-left: 1px solid #777;
    border-right: 1px solid #777;
    border-bottom: 1px solid #777;
    display: inline-block;
    margin-top: 15px;
    opacity: .9; }
    #Cultural .Cultural-box a.read-more:hover {
      background-color: #ffae00;
      color: #fff;
      border: 1px solid #fc8700;
      border-top-width: 2px; }
  #Cultural .view-all {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px; }
    #Cultural .view-all a {
      background-color: #32ae8a;
      padding: 7px 25px;
      color: #fff;
      text-align: center;
      position: relative;
      font-weight: 300;
      text-transform: uppercase;
      opacity: .9; }
      #Cultural .view-all a::after {
        content: "\f06e";
        position: absolute;
        right: -40px;
        top: 0;
        width: 40px;
        height: 100%;
        background-color: #32ae8a;
        font-family: FontAwesome;
        display: flex;
        justify-content: center;
        align-items: center;
        border-left: 1px solid #fff; }

#Key {
  background-color: #f1f1f1;
  padding-top: 30px;
  padding-bottom: 30px; }
  #Key .heading > h2 {
    text-align: center;
    font-weight: 400;
    font-size: 1.750em;
    margin-bottom: 30px;
    text-transform: uppercase; }
  #Key .panel-group {
    border: 0; }
    #Key .panel-group .panel + .panel {
      margin-top: 15px; }
    #Key .panel-group .panel-heading {
      background-color: #32ae8a;
      color: #fff;
      font-weight: 400;
      margin: 0;
      position: relative;
      padding: 15px 15px; }
      #Key .panel-group .panel-heading a {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0px;
        width: 50px;
        height: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-left: 1px solid #60c5a8;
        color: #fff;
        font-size: 1.5em; }
    #Key .panel-group .accord-body {
      padding: 15px 10px;
      margin: 0; }
      #Key .panel-group .accord-body .figure {
        height: 140px; }
        #Key .panel-group .accord-body .figure > img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }
      #Key .panel-group .accord-body .left {
        padding: 0px 10px 0px 0px; }
      #Key .panel-group .accord-body .right {
        padding: 0px 0px; }
        #Key .panel-group .accord-body .right p {
          font-size: 0.875em;
          margin-bottom: 5px;
          color: #888; }
  #Key .embed-responsive-16by9 {
    padding-bottom: 65.25%; }

#Government {
  background-color: #383c42;
  padding-top: 30px;
  padding-bottom: 30px; }
  #Government .heading {
    text-align: center;
    text-transform: uppercase; }
    #Government .heading > h2 {
      font-weight: 300;
      font-size: 2em;
      margin-bottom: 0px;
      color: #d2d2d2; }
    #Government .heading > h3 {
      font-weight: 300;
      font-size: 3em;
      margin-top: 5px;
      margin-bottom: 30px;
      color: #ffae00; }
  #Government .gov-sec .gov-box {
    padding: 0px 0px; }
    #Government .gov-sec .gov-box .figure {
      position: relative;
      height: 125px; }
      #Government .gov-sec .gov-box .figure > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
      #Government .gov-sec .gov-box .figure .caption {
        position: absolute;
        left: 0px;
        bottom: 0px;
        background-color: rgba(255, 255, 255, 0.5); }
        #Government .gov-sec .gov-box .figure .caption > p {
          margin-bottom: 0;
          font-size: 0.875em;
          font-weight: 600;
          padding: 2px 10px;
          color: #111; }
      #Government .gov-sec .gov-box .figure::before {
        content: "\f08e";
        position: absolute;
        left: 10px;
        top: 10px;
        font-family: FontAwesome;
        color: #fff;
        opacity: .8; }

#UserStatus {
  margin-top: 30px; }
  #UserStatus .UserStatusList {
    background-color: #fafafa;
    padding-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 1px 2px 1px #ddd; }
  #UserStatus p {
    padding-bottom: 5px;
    margin-bottom: 5px; }
  #UserStatus .one p {
    font-weight: 500;
    border-bottom: 1px solid #f1f1f1; }
  #UserStatus .two .date {
    padding: 5px; }
    #UserStatus .two .date p {
      font-weight: 500;
      margin-bottom: 3px;
      padding-bottom: 0; }
      #UserStatus .two .date p:last-child {
        font-weight: normal;
        font-size: 0.875em; }
  #UserStatus .three p {
    font-weight: 500;
    margin-top: 40px;
    font-size: 1.225em; }
  #UserStatus .three p.yes {
    color: #86ce00; }
  #UserStatus .three p.no {
    color: #d92a2a; }
  #UserStatus .three p.pen {
    color: #00b393; }
  #UserStatus .remark h4 {
    font-weight: 500;
    padding-bottom: 5px;
    border-bottom: 1px solid #e1e1e1; }
  #UserStatus .remark p {
    font-size: 0.875em;
    color: #555; }

@font-face {
  font-family: SnellRoundhand1;
  src: url("../fonts/Snell_Roundhand_Script.ttf") format("truetype");
  src: url("../fonts/SnellBT-Regular.otf"); }

/* ===================
        About 
   ``````````````````` */
#About {
  font-size: 0.875em; }
  #About h3 {
    margin-bottom: 20px; }
    #About h3 > span {
      position: relative;
      padding-bottom: 10px; }
      #About h3 > span::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        border: 6px solid #fc8700;
        border-radius: 50%;
        background-color: #fc8700; }
      #About h3 > span::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 5px;
        width: 100%;
        height: 2px;
        background-color: #fc8700; }
  #About h4 {
    margin-top: 20px;
    margin-bottom: 10px; }
  #About table thead {
    background-color: #f8f8f8; }
  #About table th {
    font-weight: 500; }
  #About table td p {
    text-align: justify; }
    #About table td p > strong {
      font-weight: 500; }
  #About table td:first-child {
    width: 25%;
    background-color: #f8f8f8; }

@font-face {
  font-family: SnellRoundhand1;
  src: url("../fonts/Snell_Roundhand_Script.ttf") format("truetype");
  src: url("../fonts/SnellBT-Regular.otf"); }

/* =======================
        Activities
   ``````````````````````` */
#Activities .Activities_list {
  min-height: 400px; }
  #Activities .Activities_list .box {
    height: 150px;
    background-color: transparent;
    border: 1px solid #f1f1f1;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    position: relative; }
    #Activities .Activities_list .box .background_BG {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #ffcd00;
      opacity: .5;
      z-index: -1; }
    #Activities .Activities_list .box p {
      text-align: center;
      line-height: 25px;
      font-size: 1em;
      font-weight: 500;
      margin-bottom: 0; }
      #Activities .Activities_list .box p > a {
        color: #583c00; }
        #Activities .Activities_list .box p > a:hover {
          color: #000; }

@font-face {
  font-family: SnellRoundhand1;
  src: url("../fonts/Snell_Roundhand_Script.ttf") format("truetype");
  src: url("../fonts/SnellBT-Regular.otf"); }

/* =======================
     My profile
   ``````````````````````` */
#MyProfile h3 {
  margin-bottom: 30px; }
  #MyProfile h3 > span {
    position: relative;
    padding-bottom: 10px;
    display: inline-block; }
    #MyProfile h3 > span::before {
      content: "";
      position: absolute;
      left: -5px;
      bottom: -1px;
      border: 4px solid #fc8700;
      border-radius: 50%;
      background-color: #fc8700;
      opacity: 1; }
    #MyProfile h3 > span::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 2px;
      width: 100%;
      height: 2px;
      background-color: #fc8700;
      opacity: .5; }

#MyProfile label {
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  /*display: block;

        &:after {
            content: " : ";
            position: absolute;
            right: 0;
        }*/ }

#MyProfile .form-control {
  border-radius: 0;
  box-shadow: none; }
  #MyProfile .form-control:focus {
    border: 1px solid #fc8700; }

#MyProfile a.SaveBtn {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  padding: 5px 30px;
  margin-bottom: 30px;
  border-radius: 1px;
  border: 1px solid #fc8700;
  background-color: #fc8700;
  opacity: 1;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2); }
  #MyProfile a.SaveBtn:after {
    background: #fff;
    content: "";
    height: 125px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 1; }
  #MyProfile a.SaveBtn:hover {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3), 0px 2px 2px 0px rgba(0, 0, 0, 0.2) inset; }
  #MyProfile a.SaveBtn:focus:after, #MyProfile a.SaveBtn:hover:after {
    left: 120%; }

@font-face {
  font-family: SnellRoundhand1;
  src: url("../fonts/Snell_Roundhand_Script.ttf") format("truetype");
  src: url("../fonts/SnellBT-Regular.otf"); }

/* ======================
        NFA Surface 
````````````````````````` */
#NFA h3 {
  margin-top: 0;
  margin-bottom: 20px; }
  #NFA h3 > span {
    position: relative;
    padding-bottom: 10px; }
    #NFA h3 > span::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      border: 6px solid #fc8700;
      border-radius: 50%;
      background-color: #fc8700; }
    #NFA h3 > span::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 5px;
      width: 100%;
      height: 2px;
      background-color: #fc8700; }

#NFA .left {
  min-height: 550px; }
  #NFA .left ul.imp_links {
    margin-bottom: 20px; }
    #NFA .left ul.imp_links li {
      display: inline-block;
      margin-right: 15px; }
      #NFA .left ul.imp_links li > a {
        color: #173070;
        font-size: 0.875em;
        font-weight: 500; }
  #NFA .left p {
    text-align: justify;
    font-size: 0.875em; }
  #NFA .left .PhalkeAward {
    margin-top: 30px; }
    #NFA .left .PhalkeAward > h4 {
      text-align: center;
      font-weight: 500;
      color: #000;
      opacity: .7;
      margin-bottom: 20px; }
    #NFA .left .PhalkeAward .AwardBox {
      margin-bottom: 30px; }
      #NFA .left .PhalkeAward .AwardBox .figure {
        height: 250px;
        position: relative; }
        #NFA .left .PhalkeAward .AwardBox .figure > img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }
        #NFA .left .PhalkeAward .AwardBox .figure p.caption {
          position: absolute;
          width: 100%;
          bottom: 0;
          background-color: rgba(255, 255, 255, 0.8);
          margin-bottom: 0;
          font-size: 0.875em;
          font-weight: 500;
          color: #000;
          text-align: center;
          padding: 2px; }
        #NFA .left .PhalkeAward .AwardBox .figure > p.year {
          position: absolute;
          top: 0;
          right: 0;
          margin-bottom: 0;
          font-size: 0.875em;
          font-weight: 500;
          color: #ffcd00;
          text-align: center;
          padding: 2px 5px 0px;
          background-color: #2d2d2d; }
  #NFA .left .PhalkeAwardJury .jury-list {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
    box-shadow: 0px 1px 0px 0px #ddd; }
    #NFA .left .PhalkeAwardJury .jury-list .img-box {
      position: relative;
      margin-bottom: 5px;
      margin-right: 15px;
      box-shadow: 0px 1px 0px 0px #ddd;
      float: left;
      z-index: 9; }
      #NFA .left .PhalkeAwardJury .jury-list .img-box .figure {
        height: 250px;
        width: 220px; }
        #NFA .left .PhalkeAwardJury .jury-list .img-box .figure > img {
          height: 100%;
          width: 100%;
          object-fit: cover;
          object-position: center; }
    #NFA .left .PhalkeAwardJury .jury-list .head > h4 {
      font-weight: 700;
      margin-top: 0;
      margin-bottom: 5px; }
    #NFA .left .PhalkeAwardJury .jury-list .head > h5 {
      font-weight: 500;
      font-size: 1em;
      margin-bottom: 5px;
      margin-top: 0px;
      color: #000; }
    #NFA .left .PhalkeAwardJury .jury-list .text-sec {
      font-size: 0.875em;
      text-align: justify;
      color: #777; }
      #NFA .left .PhalkeAwardJury .jury-list .text-sec > h4 {
        font-weight: 600;
        color: #555; }
      #NFA .left .PhalkeAwardJury .jury-list .text-sec > h5 {
        font-weight: 600;
        color: #666;
        font-size: 1.125em;
        margin-bottom: 3px; }
    #NFA .left .PhalkeAwardJury .jury-list .text-less {
      max-height: 175px;
      overflow: hidden; }
    #NFA .left .PhalkeAwardJury .jury-list .text-more {
      max-height: unset;
      height: auto;
      overflow: unset;
      -moz-transition: all 0.8s ease-in-out;
      -webkit-transition: all 0.8s ease-in-out;
      transition: all 0.8s ease-in-out; }
    #NFA .left .PhalkeAwardJury .jury-list .foot {
      padding-top: 5px;
      position: relative; }
      #NFA .left .PhalkeAwardJury .jury-list .foot .text-blur {
        position: absolute;
        top: -14px;
        left: 0px;
        height: 20px;
        width: 100%;
        background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.7), white); }
      #NFA .left .PhalkeAwardJury .jury-list .foot a {
        color: #ffae00;
        font-size: 0.875em; }
    #NFA .left .PhalkeAwardJury .jury-list:nth-child(even) .img-box {
      margin-right: 0px;
      margin-left: 15px;
      float: right; }
      #NFA .left .PhalkeAwardJury .jury-list:nth-child(even) .img-box .figure > img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center; }
  #NFA .left .archive_box {
    height: 100px;
    background-color: transparent;
    border: 1px solid #f1f1f1;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    position: relative; }
    #NFA .left .archive_box .background_BG {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #ffcd00;
      opacity: .5;
      z-index: -1; }
    #NFA .left .archive_box p {
      text-align: center;
      line-height: 25px;
      font-size: 1em;
      font-weight: 500;
      margin-bottom: 0; }
      #NFA .left .archive_box p > a {
        color: #583c00; }
        #NFA .left .archive_box p > a:hover {
          color: #000; }

.PopUpShow {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 9999; }
  .PopUpShow .PopUpContent {
    position: relative;
    width: 100%;
    height: 100%; }
    .PopUpShow .PopUpContent .Popup_cancle {
      position: absolute;
      right: -30px;
      top: 0px;
      display: inline-block;
      color: #fff; }
    .PopUpShow .PopUpContent .content {
      position: absolute;
      padding: 15px;
      width: 600px;
      background-color: #fff;
      border-radius: 3px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .PopUpShow .PopUpContent .content h3 {
        margin-top: 0px; }
      .PopUpShow .PopUpContent .content p {
        font-size: 0.875em;
        color: #595959; }

@font-face {
  font-family: SnellRoundhand1;
  src: url("../fonts/Snell_Roundhand_Script.ttf") format("truetype");
  src: url("../fonts/SnellBT-Regular.otf"); }

/* ============================
        NFA Awards Surface
   ---------------------------- */
#NFA_Awards .nfa_award_box {
  height: 150px;
  background-color: transparent;
  border: 1px solid #f1f1f1;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  position: relative;
  -webkit-box-shadow: 0px 2px 3px -2px #aaa;
  -moz-box-shadow: 0px 2px 3px -2px #aaa;
  box-shadow: 0px 2px 3px -2px #aaa; }
  #NFA_Awards .nfa_award_box .background_BG {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffcd00;
    opacity: .5;
    z-index: -1; }
  #NFA_Awards .nfa_award_box p {
    text-align: center;
    line-height: 25px;
    font-size: 1em;
    font-weight: 500;
    margin-bottom: 0; }
    #NFA_Awards .nfa_award_box p > a {
      color: #583c00; }
      #NFA_Awards .nfa_award_box p > a:hover {
        color: #000; }

@font-face {
  font-family: SnellRoundhand1;
  src: url("../fonts/Snell_Roundhand_Script.ttf") format("truetype");
  src: url("../fonts/SnellBT-Regular.otf"); }

/* ========================
        News Surface
``````````````````````````` */
#Whats_News h3 {
  margin-top: 0;
  margin-bottom: 30px; }
  #Whats_News h3 > span {
    position: relative;
    padding-bottom: 15px; }
    #Whats_News h3 > span::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      border: 6px solid #fc8700;
      border-radius: 50%;
      background-color: #fc8700; }
    #Whats_News h3 > span::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 5px;
      width: 100%;
      height: 2px;
      background-color: #fc8700; }

#Whats_News ul.news-list {
  height: 315px;
  overflow-y: auto; }
  #Whats_News ul.news-list li a {
    display: block;
    font-size: 0.875em;
    color: #777;
    margin: 0px 0px 10px;
    line-height: 25px;
    border-left: 3px solid #ffcd00;
    padding-left: 5px;
    background-color: #f8f8f8;
    padding: 10px 50px 10px 10px;
    border-bottom: 1px solid #f1f1f1;
    position: relative; }
    #Whats_News ul.news-list li a > i {
      position: absolute;
      right: 10px; }
      #Whats_News ul.news-list li a > i > img {
        width: 25px;
        -webkit-box-shadow: 0px 0px 2px 1px #aaa;
        -moz-box-shadow: 0px 0px 2px 1px #aaa;
        box-shadow: 0px 0px 2px 1px #aaa; }
    #Whats_News ul.news-list li a:hover {
      color: #fc8700; }

.right .news-links {
  background-color: #ffcd00;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  background-color: #333;
  z-index: 9; }
  .right .news-links .background_BG {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/icon_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .1; }
  .right .news-links > a {
    display: block;
    padding: 20px 5px;
    color: #fff;
    text-shadow: 0px 1px 2px #c7c7c7;
    font-weight: 400;
    font-size: 20px;
    position: relative;
    z-index: 9; }
    .right .news-links > a:hover {
      color: #ffcd00;
      text-shadow: 0px 1px 2px #191919; }

#NewsList h3 {
  margin: 0px 0px 1px;
  color: #ffcd00;
  text-align: center;
  padding: 10px 0px;
  background-color: #333;
  opacity: .9;
  font-size: 1.025em;
  -webkit-box-shadow: 0px 2px 1px 0px #111;
  -moz-box-shadow: 0px 2px 1px 0px #111;
  box-shadow: 0px 2px 1px 0px #111; }

#NewsList ul.month-list {
 /* display: none;*/
  margin-bottom: 0; }

#NewsList ul.month-list.active {
 /* display: none;*/

}

@font-face {
  font-family: SnellRoundhand1;
  src: url("../fonts/Snell_Roundhand_Script.ttf") format("truetype");
  src: url("../fonts/SnellBT-Regular.otf"); }

/* =========================
          Gallery page
```````````````````````````` */
#Gallery .gallery-title > h3 {
  font-weight: 400;
  font-size: 1.225em;
  margin-top: 20px;
  margin-bottom: 25px;
  color: #111; }
  #Gallery .gallery-title > h3 > span {
    position: relative;
    padding-bottom: 10px; }
    #Gallery .gallery-title > h3 > span::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      border: 6px solid #fc8700;
      border-radius: 50%;
      background-color: #fc8700; }
    #Gallery .gallery-title > h3 > span::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 5px;
      width: 100%;
      height: 2px;
      background-color: #fc8700; }

#Gallery .gallery-box {
  margin-bottom: 35px; }
  #Gallery .gallery-box .figure {
    height: 210px;
    position: relative;
    background-color: #aaa; }
    #Gallery .gallery-box .figure::before, #Gallery .gallery-box .figure::after {
      z-index: -1;
      position: absolute;
      content: "";
      bottom: 30px;
      left: 10px;
      width: 50%;
      top: 60%;
      max-width: 300px;
      background: #777;
      box-shadow: 0 35px 20px #777;
      transform: rotate(-8deg); }
    #Gallery .gallery-box .figure::after {
      transform: rotate(8deg);
      right: 10px;
      left: auto; }
    #Gallery .gallery-box .figure > img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
    #Gallery .gallery-box .figure .effectBG {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      background-color: rgba(0, 0, 0, 0.15);
      z-index: 1; }
    #Gallery .gallery-box .figure:hover .effectBG {
      background-color: transparent; }
    #Gallery .gallery-box .figure .figcaption {
      position: absolute;
      top: 0px;
      bottom: 0px;
      /*top: 50%;
                    left: 50%;*/
      width: 100%;
      height: 100%;
      padding: 21px;
      /*transform: translate(-50%, -50%);*/
      display: flex;
      justify-content: center;
      align-items: flex-end; }
      #Gallery .gallery-box .figure .figcaption > p {
        margin-bottom: 0px;
        color: #fff;
        padding: 3px 5px;
        position: relative;
        font-size: 0.875em;
        z-index: 9;
        font-weight: 400; }
        #Gallery .gallery-box .figure .figcaption > p::before {
          content: "";
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.5);
          z-index: -1; }

@font-face {
  font-family: SnellRoundhand1;
  src: url("../fonts/Snell_Roundhand_Script.ttf") format("truetype");
  src: url("../fonts/SnellBT-Regular.otf"); }

/* =======================
       Custom Change
   -----------------------*/
html {
  font-size: 16px;
  overflow-x: hidden; }

body {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  overflow-x: hidden;
  padding-top: 135px;
  position: relative; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif; }

a {
  text-transform: capitalize;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a:focus {
    text-decoration: none; }
    a:focus:hover {
      text-decoration: none; }
  a:hover {
    text-decoration: none;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  a:active {
    text-decoration: none; }
    a:active:hover {
      text-decoration: none; }

textarea {
  resize: none; }

ul, li {
  list-style-type: none;
  padding: 0; }

.padding-0 {
  padding: 0; }

.padding-L {
  padding-left: 0; }

.padding-R {
  padding-right: 0; }

.row-0 {
  margin: 0; }

/* ========================
         Siri Book 
   ```````````````````````` */
#SiriTerms .Siriford_booking > a {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.500em;
  color: #fff;
  z-index: 99;
  margin-top: auto;
  margin-bottom: auto; }

#SiriTerms .Siriford_booking > a.prevSiri {
  left: 15px; }

#SiriTerms .Siriford_booking > a.nextSiri {
  right: 15px; }

#SiriTerms .Siriford_booking .item {
  position: relative; }
  #SiriTerms .Siriford_booking .item .figBG {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .4;
    z-index: 9; }
  #SiriTerms .Siriford_booking .item .figure {
    height: 350px;
    width: 100%; }
    #SiriTerms .Siriford_booking .item .figure > img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: bottom; }
  #SiriTerms .Siriford_booking .item .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index: 9; }
    #SiriTerms .Siriford_booking .item .caption > h3 {
      font-weight: 300;
      margin-bottom: 0; }
    #SiriTerms .Siriford_booking .item .caption > h4 {
      font-weight: 600;
      font-size: 2em;
      margin-top: 5px; }

#SiriTerms .SiriTerms > h2 {
  font-size: 1.500em;
  color: #173070; }
  #SiriTerms .SiriTerms > h2 > span {
    position: relative;
    padding-bottom: 10px;
    display: inline-block; }
    #SiriTerms .SiriTerms > h2 > span::before {
      content: "";
      position: absolute;
      left: -5px;
      bottom: -3px;
      border: 6px solid #173070;
      border-radius: 50%;
      background-color: #173070;
      opacity: 1; }
    #SiriTerms .SiriTerms > h2 > span::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 2px;
      width: 100%;
      height: 2px;
      background-color: #173070;
      opacity: .7; }

#SiriTerms .SiriTerms .list_box {
  font-weight: 400;
  font-size: 0.875em; }
  #SiriTerms .SiriTerms .list_box > h4 {
    font-weight: 500;
    font-size: 16px;
    color: #222;
    text-transform: capitalize; }
    #SiriTerms .SiriTerms .list_box > h4 > span {
      position: relative;
      padding-bottom: 10px;
      display: inline-block; }
      #SiriTerms .SiriTerms .list_box > h4 > span::before {
        content: "";
        position: absolute;
        left: -5px;
        bottom: -1px;
        border: 4px solid #fc8700;
        border-radius: 50%;
        background-color: #fc8700;
        opacity: 1; }
      #SiriTerms .SiriTerms .list_box > h4 > span::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 2px;
        width: 100%;
        height: 2px;
        background-color: #fc8700;
        opacity: .5; }
  #SiriTerms .SiriTerms .list_box ol {
    padding-left: 15px; }
    #SiriTerms .SiriTerms .list_box ol li {
      list-style-type: decimal;
      text-align: justify;
      margin: 5px 0px; }

#SiriTerms .SiriTerms .annexture_list {
  text-align: center;
  border-top: dashed 1px #aaa;
  padding-top: 20px;
  margin-top: 20px; }
  #SiriTerms .SiriTerms .annexture_list a {
    color: #173070;
    display: inline-block;
    background-color: #f1f1f1;
    padding: 15px 20px;
    margin-bottom: 20px;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 2px 1px 0px #aaa; }
    #SiriTerms .SiriTerms .annexture_list a i.fa {
      color: #f00;
      margin-left: 5px; }

#SiriTerms .Auditorium_Details .head > h2 {
  font-size: 1.500em;
  color: #173070; }

#SiriTerms .Auditorium_Details .head ul li {
  margin-bottom: 10px;
  font-size: 0.875em; }
  #SiriTerms .Auditorium_Details .head ul li > strong {
    font-weight: 500;
    text-transform: capitalize;
    margin-right: 3px;
    color: #111; }

#SiriTerms .Auditorium_Details .Auditorium {
  margin-top: 20px; }
  #SiriTerms .Auditorium_Details .Auditorium h4 > span {
    position: relative;
    padding-bottom: 10px;
    display: inline-block; }
    #SiriTerms .Auditorium_Details .Auditorium h4 > span::before {
      content: "";
      position: absolute;
      left: -5px;
      bottom: -1px;
      border: 4px solid #fc8700;
      border-radius: 50%;
      background-color: #fc8700;
      opacity: 1; }
    #SiriTerms .Auditorium_Details .Auditorium h4 > span::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 2px;
      width: 100%;
      height: 2px;
      background-color: #fc8700;
      opacity: .5; }
  #SiriTerms .Auditorium_Details .Auditorium .left {
    text-transform: capitalize;
    position: relative;
    padding-right: 0;
    background-color: #f0f0f0;
    margin: 5px 0; }
    #SiriTerms .Auditorium_Details .Auditorium .left p {
      margin: 0; }
    #SiriTerms .Auditorium_Details .Auditorium .left strong {
      font-weight: 500; }
    #SiriTerms .Auditorium_Details .Auditorium .left::after {
      content: " : ";
      position: absolute;
      right: -5px;
      top: 0; }
    #SiriTerms .Auditorium_Details .Auditorium .left::before {
      content: "\f0da";
      position: absolute;
      left: 0;
      top: 5px;
      color: #fc8700;
      opacity: .8;
      font-size: 85%;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome; }
  #SiriTerms .Auditorium_Details .Auditorium .right p {
    margin-top: 5px; }

#SiriTerms .Auditorium_Details .tech_audi {
  margin-top: 30px; }
  #SiriTerms .Auditorium_Details .tech_audi h4 > span {
    position: relative;
    padding-bottom: 10px;
    display: inline-block; }
    #SiriTerms .Auditorium_Details .tech_audi h4 > span::before {
      content: "";
      position: absolute;
      left: -5px;
      bottom: -1px;
      border: 4px solid #fc8700;
      border-radius: 50%;
      background-color: #fc8700;
      opacity: 1; }
    #SiriTerms .Auditorium_Details .tech_audi h4 > span::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 2px;
      width: 100%;
      height: 2px;
      background-color: #fc8700;
      opacity: .5; }
  #SiriTerms .Auditorium_Details .tech_audi .left {
    text-transform: capitalize;
    position: relative;
    padding-right: 0;
    background-color: #f0f0f0;
    margin: 5px 0;
    padding-top: 5px;
    padding-bottom: 5px; }
    #SiriTerms .Auditorium_Details .tech_audi .left p {
      margin: 0; }
    #SiriTerms .Auditorium_Details .tech_audi .left strong {
      font-weight: 500; }
    #SiriTerms .Auditorium_Details .tech_audi .left::before {
      content: "\f0da";
      position: absolute;
      left: 0;
      top: 5px;
      color: #fc8700;
      opacity: .8;
      font-size: 85%;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome; }
  #SiriTerms .Auditorium_Details .tech_audi .right p {
    margin-top: 5px; }
  #SiriTerms .Auditorium_Details .tech_audi .right ul li {
    font-size: 0.875em;
    position: relative;
    margin: 5px 0;
    border-bottom: 1px solid #fafafa; }
    #SiriTerms .Auditorium_Details .tech_audi .right ul li::before {
      content: "\f0da";
      position: absolute;
      left: -15px;
      top: 3px;
      color: #173070;
      opacity: 1;
      font-size: 85%;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome; }

#SiriTerms .Auditorium_Details .tabs-menu {
  float: left;
  clear: both;
  margin-bottom: 0;
  width: 100%;
  margin-top: 30px; }
  #SiriTerms .Auditorium_Details .tabs-menu li {
    float: left;
    margin-right: 10px;
    background-color: #173070;
    border-top: 1px solid #173070;
    border-right: 1px solid #173070;
    border-left: 1px solid #173070;
    margin-bottom: 10px;
    width: 160px;
    text-align: center; }
    #SiriTerms .Auditorium_Details .tabs-menu li > a {
      display: inline-block;
      padding: 5px 15px;
      text-transform: uppercase;
      color: #fff;
      text-decoration: none; }
  #SiriTerms .Auditorium_Details .tabs-menu li.current {
    position: relative;
    background-color: #f8f8f8;
    border-bottom: 1px solid #fff;
    z-index: 5; }
    #SiriTerms .Auditorium_Details .tabs-menu li.current > a {
      color: #173070; }

#SiriTerms .Auditorium_Details .tab {
  background-color: #fff;
  float: left;
  margin-bottom: 20px; }
  #SiriTerms .Auditorium_Details .tab .tab-content {
    padding: 15px;
    display: none; }
    #SiriTerms .Auditorium_Details .tab .tab-content:first-child {
      display: block; }

#SiriTerms .Auditorium_Details .foot {
  font-size: 0.875em; }
  #SiriTerms .Auditorium_Details .foot h4 {
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 16px; }

#SiriTerms .ApplicationForm .head h3 > span {
  position: relative;
  padding-bottom: 10px;
  display: inline-block; }
  #SiriTerms .ApplicationForm .head h3 > span::before {
    content: "";
    position: absolute;
    left: -5px;
    bottom: -3px;
    border: 6px solid #ffae00;
    border-radius: 50%;
    background-color: #ffae00;
    opacity: 1; }
  #SiriTerms .ApplicationForm .head h3 > span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 2px;
    background-color: #ffae00;
    opacity: .7; }

#SiriTerms .ApplicationForm .form-box {
  margin-top: 40px;
  font-weight: 500;
  font-size: 16px; }

#SiriTerms .ApplicationForm ul.form-list li {
  margin: 5px 0; }
  #SiriTerms .ApplicationForm ul.form-list li i.fa {
    margin-right: 5px;
    font-size: 12px;
    color: #000; }
  #SiriTerms .ApplicationForm ul.form-list li a {
    color: #000; }
    #SiriTerms .ApplicationForm ul.form-list li a:hover {
      color: #fc8700; }

#SiriTerms .ApplicationForm .form-box {
  font-size: 0.875em; }
  #SiriTerms .ApplicationForm .form-box .form-list {
    margin-bottom: 20px; }
    #SiriTerms .ApplicationForm .form-box .form-list label {
      font-weight: 400;
      display: block;
      background-color: #f8f8f8;
      padding: 5px 10px 5px 5px;
      border: 1px solid #f1f1f1;
      color: #173070; }
    #SiriTerms .ApplicationForm .form-box .form-list .radio-group {
      margin-left: 15px; }
      #SiriTerms .ApplicationForm .form-box .form-list .radio-group > label {
        display: inline-block;
        background: none;
        border: 0; }
    #SiriTerms .ApplicationForm .form-box .form-list .form-control {
      border-radius: 0; }
  #SiriTerms .ApplicationForm .form-box table label {
    font-weight: 400; }
    #SiriTerms .ApplicationForm .form-box table label > input {
      margin-top: -1px;
      margin-right: 2px; }
  #SiriTerms .ApplicationForm .form-box table .form-control {
    border-radius: 0;
    height: auto; }
  #SiriTerms .ApplicationForm .form-box .btn-box {
    text-align: center;
    font-size: 0.875em; }
  #SiriTerms .ApplicationForm .form-box .foot p {
    color: #000; }

#SiriTerms .audi_facility .head h3 > span {
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
  text-transform: capitalize; }
  #SiriTerms .audi_facility .head h3 > span::before {
    content: "";
    position: absolute;
    left: -5px;
    bottom: -3px;
    border: 6px solid #ffae00;
    border-radius: 50%;
    background-color: #ffae00;
    opacity: 1; }
  #SiriTerms .audi_facility .head h3 > span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 2px;
    background-color: #ffae00;
    opacity: .7; }

#SiriTerms .audi_facility .facility_list {
  border-bottom: 1px dashed #aaa;
  padding: 15px 0; }
  #SiriTerms .audi_facility .facility_list .left h4 {
    margin-top: 0; }
  #SiriTerms .audi_facility .facility_list .right ul li {
    list-style-type: decimal; }

@font-face {
  font-family: SnellRoundhand1;
  src: url("../fonts/Snell_Roundhand_Script.ttf") format("truetype");
  src: url("../fonts/SnellBT-Regular.otf"); }

/* =========================
         Contact Us
```````````````````````````` */
#Contact h3 {
  margin-bottom: 20px; }
  #Contact h3 > span {
    position: relative;
    padding-bottom: 10px; }
    #Contact h3 > span::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      border: 6px solid #fc8700;
      border-radius: 50%;
      background-color: #fc8700; }
    #Contact h3 > span::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 5px;
      width: 100%;
      height: 2px;
      background-color: #fc8700; }

#Contact .cont-list {
  background-color: #fafafa;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ddd; }
  #Contact .cont-list p {
    margin-bottom: 0;
    font-size: 0.875em; }
    #Contact .cont-list p i.fa {
      color: #32ae8a;
      margin-right: 4px; }
    #Contact .cont-list p i.fa.fa-phone-square {
      color: #a0ae32; }
  #Contact .cont-list p.name {
    font-weight: 600; }
  #Contact .cont-list:last-child {
    margin-bottom: 50px; }

@font-face {
  font-family: SnellRoundhand1;
  src: url("../fonts/Snell_Roundhand_Script.ttf") format("truetype");
  src: url("../fonts/SnellBT-Regular.otf"); }

/* ============================
        FilmPrev Surface
``````````````````````````````` */
#FilmPrev .header {
  text-align: center;
  margin-top: 50px;
  color: #000; }

#FilmPrev .FilmPrevRow {
  font-size: 0.875em; }
  #FilmPrev .FilmPrevRow .box {
    padding-bottom: 5px;
    padding-top: 5px; }
  #FilmPrev .FilmPrevRow h4 {
    color: #000;
    margin-left: -15px; }
    #FilmPrev .FilmPrevRow h4 > span {
      display: inline-block;
      border-bottom: 2px dotted #aaa;
      padding-bottom: 3px; }
  #FilmPrev .FilmPrevRow .Registration {
    margin-top: 30px; }
    #FilmPrev .FilmPrevRow .Registration > .row {
      border-bottom: 1px solid #f1f1f1; }
      #FilmPrev .FilmPrevRow .Registration > .row p {
        margin-bottom: 0;
        padding: 5px 0; }
    #FilmPrev .FilmPrevRow .Registration .left {
      position: relative;
      color: #555;
      font-weight: 400;
      background-color: #f8f8f8; }
      #FilmPrev .FilmPrevRow .Registration .left:after {
        content: " : ";
        position: absolute;
        right: 0;
        top: 5px;
        margin-right: 5px; }
    #FilmPrev .FilmPrevRow .Registration .right {
      text-transform: capitalize; }
      #FilmPrev .FilmPrevRow .Registration .right small {
        color: #888; }
      #FilmPrev .FilmPrevRow .Registration .right span {
        margin-right: 10px; }
    #FilmPrev .FilmPrevRow .Registration .certificate-img {
      margin: 10px 0; }
      #FilmPrev .FilmPrevRow .Registration .certificate-img figure {
        width: 120px; }
    #FilmPrev .FilmPrevRow .Registration .draft-no {
      width: 200px; }
    #FilmPrev .FilmPrevRow .Registration .company {
      width: 150px; }
    #FilmPrev .FilmPrevRow .Registration .table-responsive {
      margin-left: -15px;
      margin-right: -15px; }
      #FilmPrev .FilmPrevRow .Registration .table-responsive th {
        background-color: #f8f8f8; }
  #FilmPrev .FilmPrevRow .text-row {
    margin-top: 30px; }
    #FilmPrev .FilmPrevRow .text-row ul > li {
      margin-top: 10px;
      margin-bottom: 5px;
      position: relative; }
      #FilmPrev .FilmPrevRow .text-row ul > li label {
        font-weight: 400;
        position: relative; }
        #FilmPrev .FilmPrevRow .text-row ul > li label input {
          position: absolute;
          left: -20px; }
        #FilmPrev .FilmPrevRow .text-row ul > li label span {
          text-indent: 5px; }
  #FilmPrev .FilmPrevRow .submit-btn {
    text-align: center;
    margin-top: 40px; }
    #FilmPrev .FilmPrevRow .submit-btn .btn {
      border-radius: 0;
      min-width: 100px; }
    #FilmPrev .FilmPrevRow .submit-btn i.fa {
      margin-right: 5px; }
  #FilmPrev .FilmPrevRow .seal-row {
    font-size: 16px;
    color: #000;
    margin-top: 150px;
    margin-bottom: 50px; }
    #FilmPrev .FilmPrevRow .seal-row i.fa {
      color: #aaa;
      margin-right: 5px; }

#Authorisation .header {
  text-align: center;
  margin-bottom: 25px; }

#Authorisation .left {
  text-align: left; }

#Authorisation .right {
  text-align: right; }

#Authorisation .seal-row {
  margin-top: 150px;
  margin-bottom: 40px; }

@font-face {
  font-family: SnellRoundhand1;
  src: url("../fonts/Snell_Roundhand_Script.ttf") format("truetype");
  src: url("../fonts/SnellBT-Regular.otf"); }

/* =========================
          Login page
```````````````````````````` */
#Login_2 {
  border-top: 2px solid #ddd;
  background-color: #f1f1f1; }
  #Login_2 > .container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
    #Login_2 > .container .login-section {
      width: 525px;
      position: relative;
      margin: 50px 5px; }
      #Login_2 > .container .login-section > ul.nav-head {
        width: 100%;
        padding-left: 0; }
        #Login_2 > .container .login-section > ul.nav-head li {
          float: left;
          width: 50%;
          text-align: center;
          background: #444;
          padding: 10px 5px;
          font-size: 1.125em;
          font-weight: 600; }
          #Login_2 > .container .login-section > ul.nav-head li a {
            color: #fff; }
        #Login_2 > .container .login-section > ul.nav-head li.active {
          background-color: #000; }
      #Login_2 > .container .login-section > .tab-content {
        background-color: #32ae8a;
        padding: 30px 30px 15px;
        position: relative; }
        #Login_2 > .container .login-section > .tab-content .form-group {
          padding: 10px 10px;
          margin-bottom: 0; }
          #Login_2 > .container .login-section > .tab-content .form-group label {
            font-weight: 500;
            color: #fff; }
          #Login_2 > .container .login-section > .tab-content .form-group .form-control {
            border: 0;
            box-shadow: unset;
            background-color: #ececec;
            border-radius: 3px;
            color: #000;
            font-size: 1em;
            font-weight: 400;
            padding: 5px 10px;
            height: unset; }
        #Login_2 > .container .login-section > .tab-content .form-btn > a[href] {
          color: #fff; }
        #Login_2 > .container .login-section > .tab-content .form-btn button[type].btn {
          float: right;
          background-color: #ffae00;
          border: 1px solid #ffae00;
          color: #333;
          padding: 5px 20px;
          font-size: 0.875em;
          font-weight: 400; }
        #Login_2 > .container .login-section > .tab-content .form-footer {
          color: #fff;
          text-align: center; }
          #Login_2 > .container .login-section > .tab-content .form-footer span {
            margin-right: 5px; }
          #Login_2 > .container .login-section > .tab-content .form-footer a[href] {
            color: #ffae00; }

#Login {
  border-top: 2px solid #ddd;
  background-color: #fff;
  padding: 50px 8px; }
  #Login > .container .left {
    min-height: 350px;
    border-right: 1px dashed #aaa; }
    #Login > .container .left h3 {
      margin-top: 10px;
      margin-bottom: 20px; }
    #Login > .container .left p {
      margin-bottom: 20px; }
      #Login > .container .left p i.fa {
        margin-right: 6px; }
      #Login > .container .left p i.fa-file-pdf-o {
        color: #f00;
        margin-left: 5px; }
      #Login > .container .left p a {
        color: #fc8700; }
        #Login > .container .left p a > span {
          font-size: 0.875em;
          margin-left: -7px;
          margin-right: 10px; }
    #Login > .container .left .footer {
      font-weight: 400;
      font-size: 0.875em; }
      #Login > .container .left .footer > h4 {
        font-weight: 500;
        font-size: 16px; }
      #Login > .container .left .footer p {
        margin-bottom: 1px; }
        #Login > .container .left .footer p strong {
          font-weight: 500; }
  #Login > .container .login-section {
    position: relative;
    box-shadow: 0px 0px 3px 1px #ddd; }
    #Login > .container .login-section > ul.nav-head {
      width: 100%;
      padding-left: 0; }
      #Login > .container .login-section > ul.nav-head li {
        float: left;
        width: 50%;
        background-color: #173070;
        text-align: center;
        padding: 10px 5px;
        font-size: 1.125em;
        font-weight: 600;
        opacity: .8; }
        #Login > .container .login-section > ul.nav-head li a {
          color: #fff; }
      #Login > .container .login-section > ul.nav-head li.active {
        background-color: #173070;
        opacity: 1; }
        #Login > .container .login-section > ul.nav-head li.active > a {
          color: #fff; }
    #Login > .container .login-section > .tab-content {
      background-color: #fff;
      padding: 30px 30px 15px;
      position: relative; }
      #Login > .container .login-section > .tab-content .form-group {
        padding: 10px 10px;
        margin-bottom: 0; }
        #Login > .container .login-section > .tab-content .form-group label {
          font-weight: 500;
          color: #173070; }
        #Login > .container .login-section > .tab-content .form-group .form-control {
          border: 0;
          box-shadow: unset;
          background-color: #ececec;
          border-radius: 3px;
          color: #000;
          font-size: 1em;
          font-weight: 400;
          padding: 5px 10px;
          height: unset; }
      #Login > .container .login-section > .tab-content .form-btn > a[href] {
        color: #ffcd00; }
      #Login > .container .login-section > .tab-content .form-btn button[type].btn {
        float: right;
        background-color: #ffae00;
        border: 1px solid #ffae00;
        color: #333;
        padding: 5px 20px;
        font-size: 0.875em;
        font-weight: 400; }
      #Login > .container .login-section > .tab-content .form-footer {
        color: #173070;
        text-align: center; }
        #Login > .container .login-section > .tab-content .form-footer span {
          margin-right: 5px; }
        #Login > .container .login-section > .tab-content .form-footer a[href] {
          color: #ffae00; }

@font-face {
  font-family: SnellRoundhand1;
  src: url("../fonts/Snell_Roundhand_Script.ttf") format("truetype");
  src: url("../fonts/SnellBT-Regular.otf"); }

@font-face {
  font-family: SnellRoundhand1;
  src: url("../fonts/Snell_Roundhand_Script.ttf") format("truetype");
  src: url("../fonts/SnellBT-Regular.otf"); }

/* Responsive styles
================================================== */
/* Large Devices, Wide Screens */
/* Medium Devices, Medium Screens */
/* Medium Devices, Medium Screens */
/* Small Devices, Tablets */
/* Small Devices, Tablets */
/* Small Devices Potrait */
/* Tablets Devices */
/* Small Devices Potrait */
@media (max-width: 767px) {
  body {
    padding-top: 134px; }
  .top-header .topsec3 .topsec3b {
    text-align: left; }
  #BannerSlide {
    zoom: .5; }
    #BannerSlide .banner1 {
      /*.middle {
                height: 150px;

                .text {
                    padding: 0;
                    padding-left: 5px;

                    h2 {
                        font-size: 1em;
                        margin-left: 20px;
                    }

                    h3 {
                        font-size: 10px;
                        line-height: normal;
                    }
                    p a[href]{
                            padding: 3px 10px;
                                font-size: 10px;
                    }
                }
            }
            .right{
                padding:0;
                padding-right:5px;
                margin-top:10px;
            }*/ }
      #BannerSlide .banner1 .middle .text {
        padding: 0;
        padding-left: 5px; }
        #BannerSlide .banner1 .middle .text h2 {
          font-size: 3em;
          margin-left: 20px; }
        #BannerSlide .banner1 .middle .text h3 {
          font-size: 30px;
          line-height: normal; }
        #BannerSlide .banner1 .middle .text p a[href] {
          padding: 3px 10px;
          font-size: 30px; }
      #BannerSlide .banner1 .right {
        padding: 0;
        padding-right: 5px;
        margin-top: 10px; }
  #Navigation a.navbar-brand {
    padding: 10px; }
    #Navigation a.navbar-brand > img {
      width: 100px; }
  #Navigation ul.navbar-nav {
    width: unset;
    padding-top: 0px;
    top: 0px; }
    #Navigation ul.navbar-nav > li {
      padding: 9px 0px 8px 20px;
      text-align: center;
      float: none;
      display: block;
      width: unset; }
      #Navigation ul.navbar-nav > li > a {
        text-align: left; }
      #Navigation ul.navbar-nav > li ul.sub-menu {
        position: relative;
        left: 0;
        min-width: unset; }
        #Navigation ul.navbar-nav > li ul.sub-menu:after {
          left: 15%; }
  #Cultural .heading {
    margin-bottom: 10px; }
    #Cultural .heading h3 {
      font-size: 2em; }
    #Cultural .heading h4 {
      font-size: 2em; }
  #Activities .heading h3 {
    font-size: 2em; }
  #Activities .heading h4 {
    font-size: 2em; }
  #Activities .Panorama {
    text-align: left; }
    #Activities .Panorama .Panorama-text {
      width: auto;
      text-align: left; }
  #Government .heading h3 {
    font-size: 2em; }
  #Footer .footer-main .social .social-icon {
  
    text-align: center;
    margin-bottom: 0px;
    padding: 10px 0px;
  } }



/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */

/* Error Page Start*/
.kode-content{
	float:left;
	width:100%;
	padding: 30px 0px 0px 0px;
}

.padding-tb-50{
	padding-top:70px;
	padding-bottom:40px;
}


.error-404{
	margin: 0px auto;
	width: 70%;
	text-align: center;
	padding:0px 0px 30px 0px;
}
.error-404 > p{
	margin: 0px 0px 30px 0px;
	font-size:16px;
}
.error-404 h2{
	font-size: 60px;
	text-shadow:2px 2px 2px rgba(0,0,0,0.2);
	-moz-text-shadow:2px 2px 2px rgba(0,0,0,0.2);
	-webkit-text-shadow:2px 2px 2px rgba(0,0,0,0.2);
	margin: 0px 0px 40px 0px;
	padding: 15px 0px;
	border-top:solid 3px #ccc;
	border-bottom:solid 3px #ccc; 
}
.page-404 p{
	font-size: 350px;
	font-weight: bold;
	line-height: 300px;
	text-shadow:2px 2px 2px rgba(0,0,0,0.2);
	-moz-text-shadow:2px 2px 2px rgba(0,0,0,0.2);
	-webkit-text-shadow:2px 2px 2px rgba(0,0,0,0.2);

}
.page-404 {
	float: left;
	width: 100%;
	position: relative;
	margin: 0px 0px 30px 0px;
}
.page-404 span{
	font-size: 48px;
	content: #fff;
	font-weight: bold;
	background-color: #fff;
	margin: -60px 0px 0px 0px;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 50%;
	text-transform: uppercase;
	color:#000;
	line-height: 60px;
}
.error-404 a.go-back{
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	padding: 15px 30px;
	text-decoration: none;
	border: solid 1px;
	box-shadow:2px 2px 3px 0px rgba(0,0,0,0.3);
	-moz-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.3);
	color:#333;
}
.error-404 a.go-back:hover{
	color: #4e3232;
	box-shadow:0px 10px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 10px 20px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 10px 20px 0px rgba(0,0,0,0.3);
}
/* Error Page Start*/
/* ====== Custom StyleSheet Ends ====== */