/*Plugins Css*/
@import url(vendor/bootstrap.min.css);
@import url(vendor/slick.css);
@import url(vendor/jquery.fullpage.css);
@import url(vendor/iziModal.min.css);
@import url(vendor/jquery.fancybox.min.css);
@import url(vendor/aos.css);
@import url(vendor/animate.css);
/*-- fonts --*/
@font-face {
  font-family: 'Circular_air';
  src: url("../fonts/Circular_Air-Book.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Circular_air';
  src: url("../fonts/Circular_Air-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: light; }
@font-face {
  font-family: 'Circular_air';
  src: url("../fonts/Circular_Air-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: bold; }
/*Heading Font*/
/*Color*/
body {
  background: #FFF;
  font-family: "Circular_air"; }

a:focus, a:hover {
  text-decoration: none; }

.img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.heading .title {
  font-family: "Circular_air";
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 10px;
  color: #414141; }
  .heading .title span {
    color: #2975EA; }
.heading .tagline {
  font-family: "Circular_air";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #6A6A6A;
  margin: 0; }

.button-wrapper .button-class {
  list-style: none;
  margin: 0;
  padding: 0; }
  .button-wrapper .button-class li {
    padding: 0;
    display: inline-block; }
    .button-wrapper .button-class li:first-child {
      padding-right: 20px; }
.button-wrapper .btn-primary {
  border: 1px solid #2975EA;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #2975EA;
  color: #FFF;
  font-family: "Circular_air";
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  cursor: pointer;
  min-width: 95px;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .button-wrapper .btn-primary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    color: #FFF; }
  .button-wrapper .btn-primary:hover {
    -webkit-box-shadow: 0 5px 20px 5px rgba(205, 205, 205, 0.5);
            box-shadow: 0 5px 20px 5px rgba(205, 205, 205, 0.5); }
  .button-wrapper .btn-primary.button-transparent {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff; }
    .button-wrapper .btn-primary.button-transparent:hover {
      border: 1px solid #fff; }
  .button-wrapper .btn-primary.delete {
    border: 1px solid #C9302C;
    background-color: #C9302C; }

.top {
  background: #FFF;
  border-radius: 4px 4px 0 0; }
  .top .nav-tabs {
    width: 100%;
    position: relative; }
    .top .nav-tabs:before {
      display: block;
      position: absolute;
      bottom: 0px;
      left: 0px;
      content: "";
      width: 100%;
      height: 4px;
      background-color: #e5e5e5; }
    .top .nav-tabs li {
      width: 100%;
      text-align: center; }
      .top .nav-tabs li .nav-link {
        font-size: 16px;
        line-height: 16px;
        font-weight: 400;
        padding: 20px 20px 24px;
        color: rgba(0, 0, 0, 0.5);
        text-transform: uppercase;
        background: none !important;
        border: none !important;
        position: relative; }
        .top .nav-tabs li .nav-link:after {
          display: block;
          position: absolute;
          bottom: 0px;
          left: 0px;
          content: "";
          width: 0px;
          height: 4px;
          background-color: #2975EA;
          -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear; }
        .top .nav-tabs li .nav-link.active {
          color: #000; }
          .top .nav-tabs li .nav-link.active:after {
            width: 100%; }
  .top .searchbar {
    background: #f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 21px 20px;
    position: relative;
    padding-bottom:0;}
    .top .searchbar label {
      margin: 0;
      font-family: "Circular_air";
      font-size: 13px;
      font-weight: 300;
      color: #b3b3b3;
      padding-left: 0px; }
    .top .searchbar .search-icon {
      color: #9B9B9B;
      position: absolute;
      right: 20px;
      top: 18px;
      cursor: pointer;
      -webkit-transition: all 1s linear;
      transition: all 1s linear;
      opacity: 1; }
      .top .searchbar .search-icon.less {
        opacity: 0; }
    .top .searchbar .search-input {
      width: 0px;
      padding: 0;
      background: #FFF;
      border: none;
      font-family: "Circular_air";
      font-size: 14px;
      line-height: 24px;
      font-weight: 300;
      color: #000;
      position: relative;
      z-index: 9;
      border-radius: 3px;
      -webkit-transition: all 0.5s cubic-bezier(0.44, 0.9, 1, 1);
      transition: all 0.5s cubic-bezier(0.44, 0.9, 1, 1); }
      .top .searchbar .search-input:focus, .top .searchbar .search-input:active {
        outline: #FFF; }
      .top .searchbar .search-input.show {
        width: 180px;
        padding: 0 10px; }
  .top .tab-content {
    padding: 16px 20px 0px; }
  .top .see-all {
    padding: 25px 20px; }
    .top .see-all .see-all-flights {
      font-family: "Circular_air";
      font-size: 16px;
      color: #000; }
      .top .see-all .see-all-flights .material-icons {
        color: #4A4A4A;
        font-size: 24px;
        padding-bottom: 10px;
        position: relative;
        top: 2px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }

.weatherInfo {
  position: absolute;
  right: 10%;
  bottom: 10%;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  color: #fff;
  font-size: 36px;
  line-height: 36px; }
  .weatherInfo .inline {
    display: inline-block; }
  .weatherInfo .wInfo {
    color: #FFF;
    font-size: 16px;
    line-height: 16px;
    margin-top: 10px; }
    .weatherInfo .wInfo p {
      margin: 0; }
  .weatherInfo .icon {
    width: 55px;
    margin-right: 10px;
    position: relative;
    background-size: auto; }
    .weatherInfo .icon.clear {
      top: -10px;
      width: 50px;
      height: 50px;
      background: url(../img/clear.png) center center no-repeat transparent; }
    .weatherInfo .icon.cloud {
      top: -22px;
      height: 40px;
      background: url(../img/cloudy.png) center center no-repeat transparent; }
    .weatherInfo .icon.rain {
      top: -10px;
      height: 50px;
      background: url(../img/rain.png) center center no-repeat transparent; }

.tab-content {
  padding: 60px 0px; }
  .tab-content .heading .second-title {
    font-family: "Circular_air";
    font-weight: 600;
    color: #414141;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 25px; }
  .tab-content .heading .tagline {
    margin: 0;
    font-family: "Circular_air";
    font-weight: 300;
    color: #757575;
    font-size: 18px;
    line-height: 24px; }
  .tab-content .tab-pane .content-wrap {
    margin-bottom: 60px; }
    .tab-content .tab-pane .content-wrap:last-child {
      margin-bottom: 0; }

/*Slick Carasoul*/
.slick-slider {
  z-index: 99; }

.slick-dots {
  position: static;
  margin-top: 30px;
  cursor: pointer; }
  .slick-dots li {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .slick-dots li button {
      position: relative; }
      .slick-dots li button:before {
        position: absolute;
        opacity: 1 !important;
        content: '';
        width: 11px;
        height: 11px;
        top: 0;
        left: 0;
        border-radius: 50%;
        background: #E3E3E3;
        border: 1px solid #E3E3E3;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear; }
    .slick-dots li.slick-active {
      width: 35px; }
      .slick-dots li.slick-active button:before {
        width: 27px;
        background: #3EDC81;
        border: 1px solid #3EDC81;
        border-radius: 10px; }

/*Media Types*/
@media only screen and (max-width: 991px) {
  .heading .title {
    font-size: 32px;
    line-height: 40px; }
  .heading .tagline {
    font-size: 14px;
    line-height: 18px; }

  .weatherInfo {
    font-size: 30px;
    line-height: 30px; }
    .weatherInfo .inline {
      display: inline-block; }
    .weatherInfo .wInfo {
      margin-top: 8px; }
    .weatherInfo .icon {
      width: 50px; }
      .weatherInfo .icon.clear {
        top: -8px;
        width: 45px;
        height: 45px;
        background-size: 45px auto; }
      .weatherInfo .icon.cloud {
        top: -18px;
        background-size: 40px auto; }
      .weatherInfo .icon.rain {
        top: -6px;
        background-size: 45px auto; }

  .top .nav-tabs li .nav-link {
    font-size: 14px;
    line-height: 14px; }

  .tab-content {
    padding: 45px 0 0; }
    .tab-content .heading .second-title {
      margin-bottom: 15px;
      font-size: 18px;
      line-height: 24px; }
    .tab-content .heading .tagline {
      font-size: 16px;
      line-height: 22px; }
    .tab-content .tab-pane .content-wrap {
      margin-bottom: 35px; } }
@media only screen and (max-width: 767px) {
  .heading {
    margin-bottom: 20px; }
    .heading .title {
      font-size: 28px;
      line-height: 36px; }

  .weatherInfo {
    position: static;
    float: right;
    margin: 30px 0;
    font-size: 26px;
    line-height: 26px; }
    .weatherInfo .icon.clear {
      top: -5px; }
    .weatherInfo .icon.cloud {
      top: -14px; }
    .weatherInfo .icon.rain {
      top: -4px; }

  .tab-content {
    padding: 25px 0 0; }
    .tab-content .tab-pane .content-wrap {
      margin-bottom: 25px; }
      #director1 .director-info {
    margin-bottom: 20px;
    }
    #director1 .social-info .social-list {
    display: inline-flex;
    }
    #director1 .social-info .social-list li.fb {
    margin-right: 20px;
    margin-bottom: 0;
    }
}
@media only screen and (max-width: 575px) {
  .heading .title {
    font-size: 28px;
    line-height: 34px;
    text-align: center; }
  .heading .tagline {
    font-size: 14px;
    line-height: 20px;
    text-align: center; }

  .weatherInfo {
    float: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 25px auto; }
    .weatherInfo .icon.clear {
      top: -5px; }
    .weatherInfo .icon.cloud {
      top: -14px; }
    .weatherInfo .icon.rain {
      top: -4px; }

  .tab-content .heading .tagline {
    text-align: left; } }
@media only screen and (max-width: 425px) {
  .heading .title {
    font-size: 24px;
    line-height: 30px; }
  .heading .tagline {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300; }

  .button-wrapper .btn-primary {
    padding: 6px 15px;
    font-size: 14px;
    line-height: 14px; }
  .button-wrapper .button-class li:first-child {
    padding-right: 15px; }

  .weatherInfo {
    font-size: 26px;
    line-height: 26px; }
    .weatherInfo .wInfo {
      font-size: 15px;
      line-height: 15px; }
    .weatherInfo .icon {
      margin-right: 5px; }
      .weatherInfo .icon.clear {
        background-size: 40px auto; }
      .weatherInfo .icon.cloud {
        background-size: 35px auto; }
      .weatherInfo .icon.rain {
        background-size: 40px auto; }

  .top .nav-tabs {
    display: block; }
    .top .nav-tabs li {
      display: inline-block; }

  .tab-content {
    padding-top: 20px; }
    .tab-content .heading {
      margin-bottom: 10px; }
      .tab-content .heading .second-title {
        margin-bottom: 10px; }
      .tab-content .heading .tagline {
        font-size: 14px;
        line-height: 18px; }
    .tab-content .tab-pane .content-wrap {
      margin-bottom: 20px; } }
body {
  font: normal normal 1rem/1.5em "Circular_air";
  background: #fff; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #929292; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #929292; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #929292; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #929292; }

section {
  padding: 70px 0; }

.table_wrapper {
  /*Vertical Scroll bar*/
  /*Horizontal scrollbar*/ }
  .table_wrapper::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #E0E0E0; }
  .table_wrapper::-webkit-scrollbar {
    width: 4px;
    background-color: #E0E0E0; }
  .table_wrapper::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: rgba(62, 206, 128, 0.6); }
  .table_wrapper::-webkit-scrollbar-track:horizontal {
    border-radius: 0px;
    background-color: #E0E0E0; }
  .table_wrapper::-webkit-scrollbar:horizontal {
    height: 4px;
    background-color: #E0E0E0; }
  .table_wrapper::-webkit-scrollbar-thumb:horizontal {
    border-radius: 0px;
    background-color: rgba(62, 206, 128, 0.6); }

.table {
  margin: 0; }
  .table thead th {
    border: none;
    font-family: "Circular_air";
    font-size: 14px;
    font-weight: 400;
    color: #808080;
    padding: 16px 0; }
  .table tbody td {
    border-top: 1px solid #E5E5E5;
    font-family: "Circular_air";
    font-size: 14px;
    font-weight: 400;
    color: #808080;
    padding: 16px 0;
    position: relative; }
    .table tbody td:last-child {
      padding-left: 12px;
      text-transform: lowercase; }
      .table tbody td:last-child::first-letter {
        text-transform: uppercase; }
  .table tbody tr:last-child td {
    border-bottom: 1px solid #E5E5E5; }
  .table tbody .status {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #F5A623;
    position: absolute;
    display: block;
    top: 25px;
    left: 0; }
    .table tbody .status.landed {
      background-color: #3EDC81; }
    .table tbody .status.delayed {
      background-color: #F5A623; }
    .table tbody .status.diverted {
      background-color: #D0021B; }
    .table tbody .status.security {
      background-color: #F5A623; }

.loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

/*TOP WRAP*/
.top-wrap {
  position: relative;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }
  .top-wrap:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
  .top-wrap .img-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    .top-wrap .img-slider {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    .top-wrap .img-wrap img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
         .top-wrap .img-slider img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
  .top-wrap.aboutus-top-wrap:before {
    background: rgba(0, 0, 0, 0.59); }
  .top-wrap.rccdetail-top-wrap:before {
    display: none; }
  .top-wrap.rccdetail-top-wrap .img-wrap {
    position: relative; }

.nav-wrapper {
  position: relative; }
  .nav-wrapper .button-wrapper .btn-primary:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .nav-wrapper .button-wrapper li:first-child .btn-primary:hover {
    border-color: #3EDC81;
    background: #3EDC81; }
  .nav-wrapper .button-wrapper li:first-child .btn-primary.active {
    border-color: #3EDC81;
    background: #3EDC81; }
  .nav-wrapper .button-wrapper.header-top {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 99; }
  .nav-wrapper .logo-wrapper .img {
    width: 54px; }
  .nav-wrapper .logo-wrapper.unsee {
    display: none; }

/*NavBar*/
.navbar {
  width: 100%;
  padding: 35px 0px;
  width: 100%;
  z-index: 99;
  background: none; }
  .navbar .navbar-toggler .navbar-toggler-icon {
    background: url(../img/menu.png) center center no-repeat transparent;
    background-size: 18px auto;
    cursor: pointer; }
  .navbar .navbar-toggler:active, .navbar .navbar-toggler:focus, .navbar .navbar-toggler:hover {
    outline: none; }
  .navbar .navbar-brand {
    padding-left: 0;
    margin-right: 65px; }
    .navbar .navbar-brand img {
      max-width: 160px; }
  .navbar .navbar-collapse ul .nav-item {
    padding-right: 25px; }
    .navbar .navbar-collapse ul .nav-item .nav-link {
      font-family: "Circular_air";
      font-weight: 300;
      font-size: 14px;
      color: #FFF;
      position: relative;
      padding: 0; }
      .navbar .navbar-collapse ul .nav-item .nav-link:before {
        display: block;
        position: absolute;
        bottom: -28px;
        left: 0px;
        content: "";
        width: 0px;
        height: 4px;
        background-color: #fff;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear; }
    .navbar .navbar-collapse ul .nav-item:last-child {
      padding-right: 0; }
    .navbar .navbar-collapse ul .nav-item.active .nav-link:before {
      width: 100%; }
    .navbar .navbar-collapse ul .nav-item:hover .nav-link:before {
      width: 100%; }

.aboutus-top-wrap .navigation {
  background: #1D3352; }
.aboutus-top-wrap .navbar {
  padding: 15px 0; }
.aboutus-top-wrap .nav-wrapper .button-wrapper.header-top {
  top: 28px; }

/*Header*/
.header {
  padding: 8px 0 0 0;
  overflow: hidden; }
  .header ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #929292; }
  .header ::-moz-placeholder {
    /* Firefox 19+ */
    color: #929292; }
  .header :-ms-input-placeholder {
    /* IE 10+ */
    color: #929292; }
  .header :-moz-placeholder {
    /* Firefox 18- */
    color: #929292; }
  .header .logo-wrapper {
    margin-bottom: 90px; }
  .header .flight-info {
    max-width: 455px; }

/*Footer Section*/
footer {
  padding: 100px 0 50px 0;
  background: #203A5C;
  position: relative;
  overflow: hidden; }
  footer .img-wrap.bg {
    position: absolute;
    right: 0;
    bottom: 0; }
  footer .footer-info .head {
    margin-bottom: 30px; }
    footer .footer-info .head .title {
      margin: 0;
      font-family: "Circular_air";
      color: #fff;
      font-size: 18px;
      font-weight: normal; }
  footer .footer-info .footer-list {
    margin: 0;
    padding: 0;
    list-style: none; }
    footer .footer-info .footer-list li {
      margin-bottom: 8px; }
      footer .footer-info .footer-list li a {
        font-family: "Circular_air";
        font-size: 14px;
        font-weight: 300;
        color: #fff; }
      footer .footer-info .footer-list li:last-child {
        margin: 0; }
  footer .top-part {
    margin-bottom: 60px; }
  footer .bottom-part {
    position: relative; }
    footer .bottom-part .wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    footer .bottom-part .copyright {
      font-family: "Circular_air";
      font-size: 14px;
      font-weight: 300;
      color: #FFF; }
      footer .bottom-part .copyright .img-wrap {
        display: inline-block;
        position: relative;
        top: -5px;
        padding-left: 5px; }

/*Media Queries*/
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  footer .img-wrap.bg {
    right: -8%; } }
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  footer .img-wrap.bg {
    right: -15%; } }
@media only screen and (min-width: 1400px) {
  .container {
    width: 1350px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /*NavBar*/
  .navbar .navbar-brand {
    padding-left: 0; }
  .navbar .navbar-collapse {
    padding-right: 0px; }
    .navbar .navbar-collapse ul {
      padding-left: 20px; }
      .navbar .navbar-collapse ul .nav-item {
        padding: 0px 15px 0px 0px; }

  .aboutus-main-navi .navbar .navbar-brand {
    margin-right: 15px; }
  .aboutus-main-navi .button-wrapper .btn-primary {
    padding: 7px 25px; }

  /*Header*/
  .header {
    padding: 85px 10px; }
  footer .img-wrap.bg {
    right: -20%; }}
@media only screen and (max-width: 991px) {
  /*NavBar*/
  .navbar {
    display: block; }
    .navbar .container {
      margin: 0;
      width: 100%; }
    .navbar .navbar-toggler-right {
      padding-right: 0;
      top: 25px; }
    .navbar .navbar-collapse {
      padding-right: 0;
      text-align: right; }
      .navbar .navbar-collapse ul {
        padding: 50px 1rem 10px 0; }
        .navbar .navbar-collapse ul .nav-item {
          padding: 0 0 10px 0; }
          .navbar .navbar-collapse ul .nav-item:last-child {
            padding-bottom: 0; }
          .navbar .navbar-collapse ul .nav-item .nav-link {
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            float: right; }
            .navbar .navbar-collapse ul .nav-item .nav-link:before {
              content: none; }
    .navbar .signin-wrap {
      display: block;
      padding: 8px 20px;
      position: absolute;
      top: -69px;
      right: 75px; }
    .navbar .custom-drop {
      margin: 0;
      position: absolute;
      top: -78px;
      right: 220px; }

  .aboutus-main-navi .navbar .navbar-collapse ul {
    padding-top: 20px; }

  .nav-wrapper .button-wrapper.header-top {
    right: 65px; }

  .aboutus-main-navi .navbar .navbar-toggler-right {
    top: 20px; }

  /*Header*/
  .header {
    padding: 50px 25px 0px 25px; }
    .header .container {
      margin: 0;
      width: 100%; }
    .header .logo-wrapper {
      margin-bottom: 50px; }

  footer {
    padding: 70px 0 50px 0; }
    footer .img-wrap.bg {
      right: -25%; }
    footer .top-part .footer-div {
      margin-bottom: 45px; }
    footer .footer-info .head {
      margin-bottom: 20px; }
    footer .footer-info .footer-list li {
      margin-bottom: 5px; } }
@media only screen and (max-width: 767px) {
  section {
    padding: 65px 0; }

  h3.title {
    font-size: 22px; }

  .header {
    padding: 50px 25px 0px 25px; }
    .header .logo-wrapper {
      margin-bottom: 40px; }
      .header .logo-wrapper img {
        max-width: 300px; }
    .header .flight-info {
      max-width: 100%; }

  footer {
    padding: 50px 0 50px 0; }
    footer .img-wrap.bg {
      right: -55%; }
    footer .top-part {
      margin-bottom: 10px; }
      footer .top-part .footer-div {
        margin-bottom: 35px; }
    footer .footer-info .head {
      margin-bottom: 15px; } }
@media only screen and (max-width: 575px) {
  section {
    padding: 50px 0; }

  h3.title {
    font-size: 18px; }

  .header {
    padding: 40px 20px 0 20px; }
    .header .logo-wrapper {
      display: grid;
      margin-bottom: 35px; }
      .header .logo-wrapper img {
        max-width: 250px; }

  .navbar .navbar-brand {
    padding-left: 0; }
    .navbar .navbar-brand img {
      max-width: 140px; }

  footer {
    padding: 35px 0 50px 0; }
    footer .img-wrap.bg {
      display: none; }
    footer .top-part {
      margin-bottom: 10px; }
      footer .top-part .footer-div {
        margin-bottom: 30px; }
    footer .footer-info {
      text-align: center; }
      footer .footer-info .head {
        margin-bottom: 13px; }
      footer .footer-info .footer-list li {
        margin-bottom: 0px; }
    footer .bottom-part .wrap {
      display: block;
      text-align: center; }
      footer .bottom-part .wrap .developed {
        margin-top: 8px; } }
@media only screen and (max-width: 425px) {
  section {
    padding: 35px 0; }

  h3.title {
    font-size: 15px; }

  .button-wrap {
    margin-top: 10px; }
    .button-wrap .btn-primary {
      padding: 8px 12px;
      font-size: 15px; }

  .button-outside .btn-primary {
    min-width: 50px;
    padding: 10px 23px;
    font-size: 14px; }

  .navbar {
    padding: 12px 15px; }
    .navbar .navbar-collapse ul {
      padding: 75px 0 10px 0; }
    .navbar .navbar-brand img {
      max-width: 120px; }
    .navbar .navbar-toggler-right {
      right: 0; }

  .nav-wrapper .button-wrapper.header-top {
    right: 40px; }

  .header {
    padding: 85px 15px 0; }
    .header .logo-wrapper {
      margin-bottom: 30px; }
      .header .logo-wrapper img {
        max-width: 200px;
        margin: 0 auto; }

  /*Footer Section*/
  footer .top-part {
    margin-bottom: 30px; } }
/*News Flash*/
.alert {
  background: rgba(208, 2, 27, 0.4);
  padding: 40px;
  position: absolute;
  top: 153px;
  display: none; }
  .alert .heading {
    margin-bottom: 15px; }
    .alert .heading .title {
      color: #FFF;
      font-size: 32px;
      font-weight: 300;
      line-height: 44px;
      margin: 0; }
  .alert .description {
    font-family: "Circular_air";
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px; }
    .alert .description p {
      margin: 0; }
  .alert .read-more {
    color: #FFF;
    font-family: "Circular_air";
    color: #FFF;
    font-size: 16px;
    font-weight: 300; }
  .alert.rccpage {
    position: static;
    display: block; }
    .alert.rccpage .heading .type {
      color: #FFF;
      font-size: 14px;
      font-weight: 300;
      line-height: 20px;
      margin-bottom: 15px; }

/*Director info and socila media*/
#director .director-info {
  position: relative;
  overflow: hidden;
  border-radius: 4px; }
  #director1 .director-info {
  position: relative;
  overflow: hidden;
  border-radius: 4px; }
  #director .director-info .img-wrap {
    width: 170px;
    max-height: 160px;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0; }
     #director1 .director-info .img-wrap {
    width: 170px;
    max-height: 160px;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0; }
  #director .director-info .textual-info {
    margin-left: 170px;
    padding: 30px;
    color: #FFF;
    background: linear-gradient(145deg, #56CCF2, #2F80ED); }
      #director1 .director-info .textual-info {
    margin-left: 170px;
    padding: 30px;
    color: #FFF;
    background: linear-gradient(145deg, #56CCF2, #2F80ED); }
    #director .director-info .textual-info .name {
      font-family: "Circular_air";
      font-size: 20px;
      font-weight: 300;
      line-height: 26px;
      margin: 0; }
         #director1 .director-info .textual-info .name {
      font-family: "Circular_air";
      font-size: 20px;
      font-weight: 300;
      line-height: 26px;
      margin: 0; }
    #director .director-info .textual-info .post {
      font-family: "Circular_air";
      font-size: 14px;
      font-weight: 300;
      margin: 10px 0 20px; }
          #director1 .director-info .textual-info .post {
      font-family: "Circular_air";
      font-size: 14px;
      font-weight: 300;
      margin: 10px 0 20px; }
    #director .director-info .textual-info .more-tia {
      font-family: "Circular_air";
      font-weight: 300;
      color: #FFF;
      font-size: 14px; }
       #director1 .director-info .textual-info .more-tia {
      font-family: "Circular_air";
      font-weight: 300;
      color: #FFF;
      font-size: 14px; }
#director .social-info {
/*   background: linear-gradient(145deg, #3AE67A, #2DBE4D);
border-radius: 4px;
overflow: hidden; */ }
  #director1 .social-info {
 /*  background: linear-gradient(145deg, #3AE67A, #2DBE4D);
 border-radius: 4px;
 overflow: hidden; */ }
  #director .social-info .title {
    padding: 30px 20px 12px;
    color: #FFF;
    font-family: "Circular_air";
    font-weight: 300;
    font-size: 20px;
    line-height: 26px; }
      #director1 .social-info .title {
    padding: 30px 20px 12px;
    color: #FFF;
    font-family: "Circular_air";
    font-weight: 300;
    font-size: 20px;
    line-height: 26px; }
  #director .social-info .social-list {
    margin: 0;
    padding: 0;
    list-style-type: none; }
      #director1 .social-info .social-list {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    #director .social-info .social-list li {
      padding: 10px 20px 10px 50px;
      position: relative;
      font-family: "Circular_air";
      font-size: 14px;
      font-weight: 300;
      color: #FFF; }
       #director1 .social-info .social-list li {
      padding: 10px 20px 10px 50px;
      position: relative;
      font-family: "Circular_air";
      font-size: 14px;
      font-weight: 300;
      color: #FFF; }
      #director .social-info .social-list li .icon {
        position: absolute;
        left: 19px;
        top: 16px; }
              #director1 .social-info .social-list li .icon {
        position: absolute;
        left: 20px;
        top: 8px; }
        #director .social-info .social-list li .icon img {
          width: 27px; }
           #director1 .social-info .social-list li .icon img {
          width: 28px; }
      #director .social-info .social-list li.fb {
        background: #3A559F;
        width: 60px;
        height:60px;
        margin-bottom: 10px;
        border-radius: 4px;}
         #director1 .social-info .social-list li.fb {
        background: #3A559F;
        width: 60px;
        height:60px;
        margin-bottom: 10px;
        border-radius: 4px;}
      #director .social-info .social-list li.twitter {
        background: #50ABF1;
        width: 60px;
        height:60px;
        border-radius: 4px;}
        #director1 .social-info .social-list li.twitter {
        background: #50ABF1; 
        width: 60px;
        height:60px;
        border-radius: 4px;}
        
        /*Director info and socila media*/
        .director{
            margin-top:25px;
        }
     
.director .director-info {
  position: relative;
  overflow: hidden;
  border-radius: 4px; }
  .director1 .director-info {
  position: relative;
  overflow: hidden;
  border-radius: 4px; }
  .director .director-info .img-wrap {
    width: 170px;
    max-height: 160px;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0; }
    .director1 .director-info .img-wrap {
    width: 170px;
    max-height: 160px;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0; }
  .director .director-info .textual-info {
    margin-left: 170px;
    padding: 9px;
    color: #FFF;
    background: linear-gradient(145deg, #56CCF2, #2F80ED); }
      .director1 .director-info .textual-info {
    margin-left: 170px;
    padding: 9px;
    color: #FFF;
    background: linear-gradient(145deg, #56CCF2, #2F80ED); }
    .director .director-info .textual-info .name {
      font-family: "Circular_air";
      font-size: 20px;
      font-weight: 300;
      line-height: 26px;
      margin: 0; }
       .director1 .director-info .textual-info .name {
      font-family: "Circular_air";
      font-size: 20px;
      font-weight: 300;
      line-height: 26px;
      margin: 0; }
    .director .director-info .textual-info .post {
      font-family: "Circular_air";
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      margin: 10px 0 20px; }
         .director1 .director-info .textual-info .post {
      font-family: "Circular_air";
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      margin: 10px 0 20px; }
    .director .director-info .textual-info .more-tia {
      font-family: "Circular_air";
      font-weight: 300;
      color: #FFF;
      font-size: 14px; }
      .director1 .director-info .textual-info .more-tia {
      font-family: "Circular_air";
      font-weight: 300;
      color: #FFF;
      font-size: 14px; }
.director .social-info {
  background: linear-gradient(145deg, #3AE67A, #2DBE4D);
  border-radius: 4px;
  overflow: hidden; }
  .director1 .social-info {
  background: linear-gradient(145deg, #3AE67A, #2DBE4D);
  border-radius: 4px;
  overflow: hidden; }
  .director .social-info .title {
    padding: 30px 20px 12px;
    color: #FFF;
    font-family: "Circular_air";
    font-weight: 300;
    font-size: 20px;
    line-height: 26px; }
      .director1 .social-info .title {
    padding: 30px 20px 12px;
    color: #FFF;
    font-family: "Circular_air";
    font-weight: 300;
    font-size: 20px;
    line-height: 26px; }
  .director .social-info .social-list {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .director1 .social-info .social-list {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .director .social-info .social-list li {
      padding: 10px 20px 10px 50px;
      position: relative;
      font-family: "Circular_air";
      font-size: 14px;
      font-weight: 300;
      color: #FFF; }
       .director1 .social-info .social-list li {
      padding: 10px 20px 10px 50px;
      position: relative;
      font-family: "Circular_air";
      font-size: 14px;
      font-weight: 300;
      color: #FFF; }
      .director .social-info .social-list li .icon {
        position: absolute;
        left: 20px;
        top: 8px; }
         .director1 .social-info .social-list li .icon {
        position: absolute;
        left: 20px;
        top: 8px; }
        .director .social-info .social-list li .icon img {
          width: 15px; }
           .director1 .social-info .social-list li .icon img {
          width: 15px; }
      .director .social-info .social-list li.fb {
        background: #3A559F; }
        .director .social-info .social-list li.fb {
        background: #3A559F; }
      .director .social-info .social-list li.twitter {
        background: #50ABF1; }
          .director1 .social-info .social-list li.twitter {
        background: #50ABF1; }
/*social icons*/
.social-list .fb a{
    color:#FFF;
}
.social-list .twitter a{
    color:#FFF;
}

/*Facility box*/
.facility-wrapper .facility-box-wrap {
  margin: 0 13px;
  border-radius: 4px;
  overflow: hidden; }
  .facility-wrapper .facility-box-wrap .img-wrap {
    width: 100%;
    max-height: 300px;
    overflow: hidden; }
.facility-wrapper.facility-list-wrapper .facility-box-wrap {
  margin: 0 0 30px 0; }
.facility-wrapper .facility-content-info.blue-grad {
  background: linear-gradient(145deg, #56CCF2, #2F80ED); }
.facility-wrapper .facility-content-info.green-grad {
  background: linear-gradient(145deg, #3AE67A, #2DBE4D); }
.facility-wrapper .facility-content-info.violet-grad {
  background: linear-gradient(145deg, #AF56F2, #6E19B8); }
.facility-wrapper .facility-content-info {
  padding: 30px;
  font-family: "Circular_air";
  color: #fff; }
  .facility-wrapper .facility-content-info .head {
    font-size: 24px;
    font-weight: 300; }
  .facility-wrapper .facility-content-info .content {
    font-size: 16px;
    font-weight: 300;
    padding: 10px 0 20px 0;
    margin: 0; }
  .facility-wrapper .facility-content-info .read-more {
    font-weight: 300;
    font-size: 16px;
    color: #FFF; }

/*Goal List Template*/
.goal-list {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none; }
  .goal-list li {
    font-family: "Circular_air";
    font-size: 17px;
    line-height: 25px;
    font-weight: 300;
    color: #414141;
    margin-bottom: 20px;
    padding: 0 0 0 25px;
    position: relative; }
    .goal-list li:last-child {
      margin: 0; }
    .goal-list li:before {
      content: " ";
      position: absolute;
      left: 0;
      top: 7px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #3EDC81; }

/*Rcc Updates*/
.rcc-list {
  margin-bottom: 60px; }
  .rcc-list .rcc-info {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .rcc-list .rcc-info:before {
      content: " ";
      position: absolute;
      left: 0;
      bottom: 0px;
      width: 100%;
      height: 1px;
      background: rgba(0, 0, 0, 0.1); }
    .rcc-list .rcc-info:last-child {
      padding: 0;
      margin: 0; }
      .rcc-list .rcc-info:last-child:before {
        display: none; }
    .rcc-list .rcc-info .img-wrap {
      width: 160px;
      max-height: 120px;
      border-radius: 4px;
      position: absolute;
      overflow: hidden;
      left: 0; }
    .rcc-list .rcc-info .rcc-text {
      font-family: "Circular_air";
      padding-left: 185px;
      padding-right: 20px; }
      .rcc-list .rcc-info .rcc-text .caption {
        color: #494949;
        font-size: 18px;
        line-height: 24px;
        margin: 0; }
      .rcc-list .rcc-info .rcc-text .description {
        font-size: 18px;
        color: #A5A5A5;
        padding: 10px 0 15px 0;
        font-weight: 300;
        line-height: 24px; }
        .rcc-list .rcc-info .rcc-text .description p {
          margin: 0; }
      .rcc-list .rcc-info .rcc-text .post-date {
        color: #A5A5A5;
        font-size: 14px;
        font-weight: 300; }

/*Mobile App*/
.mobile-app {
  background: linear-gradient(320deg, #56CCF2, #2F80ED);
  padding: 0; }
  .mobile-app .app-wrapper {
    padding: 100px 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .mobile-app .img-wrap {
    position: absolute;
    bottom: 0;
    left: 0; }
  .mobile-app .content-wrapper {
    width: 50%; }
    .mobile-app .content-wrapper .head {
      font-family: "Circular_air";
      color: #FFF; }
      .mobile-app .content-wrapper .head .title {
        margin: 0;
        font-size: 36px;
        line-height: 42px;
        font-weight: normal; }
      .mobile-app .content-wrapper .head .tagline {
        margin: 25px 0 60px 0;
        font-size: 16px;
        font-weight: 300; }
    .mobile-app .content-wrapper .button-wrapper .button-class li .btn-primary {
      padding: 13px 15px; }
    .mobile-app .content-wrapper .button-wrapper .button-class li:first-child .btn-primary {
      background: #FFF;
      border-color: #FFF;
      color: #2975EA;
      font-weight: normal; }

/*Media Types*/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  #director .director-info .img-wrap {
    width: 150px; }
  #director .director-info .textual-info {
    margin-left: 150px;
    padding: 21px; }
    #director .director-info .textual-info .name {
      font-size: 18px;
      line-height: 24px; }
  #director .social-info .title {
    padding: 18px 15px 10px;
    font-size: 18px;
    line-height: 22px; }
  #director .social-info .social-list li {
    padding: 10px 20px 10px 45px;
    font-size: 12px; }
    #director .social-info .social-list li .icon {
      /* left: 15px; */ } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #director .director-info .img-wrap {
    width: 125px; }
  #director .director-info .textual-info {
    margin-left: 125px;
    padding: 15px; }
    #director .director-info .textual-info .name {
      font-size: 16px;
      line-height: 22px; }
    #director .director-info .textual-info .post {
      margin: 10px 0 15px; }
  #director .social-info .title {
    padding: 10px 15px 8px;
    font-size: 16px; }
  #director .social-info .social-list li {
    padding: 8px 10px 8px 38px;
    font-size: 12px; }
    #director .social-info .social-list li .icon {
      left: 18px;
      top: 14px; }
      #director .social-info .social-list li .icon img {
        width: 24px; } }
        @media only screen and (min-width: 992px) {
            .director1{
         display:none;
         }
         #director1{display:none;}
            }
@media only screen and (max-width: 991px) {
  .facility-wrapper .facility-content-info {
    padding: 20px 15px;
    font-family: "Circular_air";
    color: #fff; }
    .facility-wrapper .facility-content-info .head {
      font-size: 18px; }
    .facility-wrapper .facility-content-info .content {
      font-size: 14px;
      line-height: 18px;
      padding: 0px 0 10px 0; }
    .facility-wrapper .facility-content-info .read-more {
      font-size: 15px; }

  .mobile-app .app-wrapper {
    padding: 65px 0; }
  .mobile-app .img-wrap {
    max-width: 350px; }
  .mobile-app .content-wrapper {
    width: 45%; }
    .mobile-app .content-wrapper .head .title {
      font-size: 30px;
      line-height: 38px; }
    .mobile-app .content-wrapper .head .tagline {
      margin: 20px 0 50px 0;
      font-size: 16px;
      line-height: 24px; }
    .mobile-app .content-wrapper .button-wrapper .button-class li:first-child {
      margin-bottom: 45px;
      padding-right: 0; } 
     .director{display:none; }
    #director{display:none;}
    #director1{margin:20px 0;}
    .director1 .director-info .textual-info {
    padding: 17px;}
         }
@media only screen and (max-width: 767px) {
  .goal-list {
    margin-top: 20px; }
    .goal-list li {
      font-size: 16px;
      margin-bottom: 20px; }
      .goal-list li:before {
        top: 5px; }

  .rcc-list {
    margin-bottom: 20px; }
    .rcc-list .rcc-info .img-wrap {
      width: 130px; }
    .rcc-list .rcc-info .rcc-text {
      padding-left: 155px; }
      .rcc-list .rcc-info .rcc-text .caption {
        font-size: 16px;
        line-height: 22px; }
      .rcc-list .rcc-info .rcc-text .description {
        font-size: 16px;
        line-height: 22px; }

  .mobile-app .app-wrapper {
    padding: 50px 0; }
  .mobile-app .img-wrap {
    max-width: 260px; }
  .mobile-app .content-wrapper {
    width: 50%; }
    .mobile-app .content-wrapper .head .title {
      font-size: 26px;
      line-height: 34px; }
    .mobile-app .content-wrapper .head .tagline {
      margin: 15px 0 40px 0;
      font-size: 14px;
      line-height: 20px; }
    .mobile-app .content-wrapper .button-wrapper .button-class li .btn-primary {
      padding: 10px 15px; }
    .mobile-app .content-wrapper .button-wrapper .button-class li:first-child {
      margin-bottom: 35px; } }
@media only screen and (max-width: 575px) {
  .facility-wrapper {
    padding: 50px 35px; }
    .facility-wrapper .facility-box-wrap .img-wrap {
      max-height: 220px; }
    .facility-wrapper .facility-content-info {
      text-align: center; }

  .rcc-list .rcc-info .img-wrap {
    width: 115px; }
  .rcc-list .rcc-info .rcc-text {
    padding-left: 135px; }
    .rcc-list .rcc-info .rcc-text .caption {
      font-size: 15px; }
    .rcc-list .rcc-info .rcc-text .description {
      font-size: 15px; }

  #director .director-info .img-wrap {
    width: 135px; }
     #director1 .director-info .img-wrap {
    width: 135px; }
  #director .director-info .textual-info {
    margin-left: 135px;
    padding: 15px; }
     #director1 .director-info .textual-info {
    margin-left: 135px;
    padding: 15px; }
  #director .social-info .title {
    padding: 25px 20px 12px; }
      #director1 .social-info .title {
    padding: 25px 20px 12px; }

  .mobile-app .app-wrapper {
    padding: 40px 0; }
  .mobile-app .img-wrap {
    display: none; }
  .mobile-app .content-wrapper {
    width: 100%; }
    .mobile-app .content-wrapper .head {
      text-align: center; }
      .mobile-app .content-wrapper .head .title {
        font-size: 24px;
        line-height: 32px; }
      .mobile-app .content-wrapper .head .tagline {
        margin-bottom: 35px; }
    .mobile-app .content-wrapper .button-wrapper .btn-primary {
      margin-bottom: 0; }
    .mobile-app .content-wrapper .button-wrapper .button-class li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .mobile-app .content-wrapper .button-wrapper .button-class li:first-child {
        margin-bottom: 20px; } }
@media only screen and (max-width: 425px) {
    #director1 .social-info {
    margin-top: 20px;}
    .director1 .director-info .textual-info {
    padding: 5px;
}
  .facility-wrapper {
    padding: 35px 0; }

  .rcc-list .rcc-info .img-wrap {
    width: 100%;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .rcc-list .rcc-info .img-wrap img {
      max-width: 150px;
      margin: 0 auto; }
  .rcc-list .rcc-info .rcc-text {
    margin-top: 20px;
    padding: 0px;
    text-align: center; }

  .goal-list li {
    font-size: 15px;
    margin-bottom: 8px;
    line-height: 20px;
    padding-left: 20px; }
    .goal-list li:before {
      width: 7px;
      height: 7px; } }
.aboutus-header {
  background: linear-gradient(320deg, #56CCF2, #2F80ED);
  padding: 70px 0 125px 0;
  overflow: visible; }
  .aboutus-header .heading {
    margin-bottom: 30px; }
    .aboutus-header .heading .title {
      margin: 0;
      font-family: "Circular_air";
      font-size: 36px;
      font-weight: normal;
      color: #FFF;
      line-height: 44px; }
  .aboutus-header .description {
    font-family: "Circular_air";
    font-size: 18px;
    color: #FFF;
    font-weight: 300;
    line-height: 26px; }
    .aboutus-header .description p {
      margin: 0; }
  .aboutus-header .cara-wrapper {
    margin-bottom: -285px; }
    .aboutus-header .cara-wrapper .img-wrap {
      position: relative;
      max-height: 500px; }
    .aboutus-header .cara-wrapper .about-slick-cara {
      margin-bottom: 0; }
  .aboutus-header.facility-header {
    padding: 135px 0;
    background: none; }

.quick-facts .heading {
  margin-bottom: 30px; }
  .quick-facts .heading .title {
    margin: 0; }
.quick-facts .list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.quick-facts .facts-list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 50%; }
  .quick-facts .facts-list li {
    font-family: "Circular_air";
    font-size: 18px;
    font-weight: normal;
    color: #414141;
    padding: 15px 0;
    position: relative; }
    .quick-facts .facts-list li:before {
      content: " ";
      position: absolute;
      left: 0;
      bottom: 0px;
      width: 100%;
      height: 1px;
      background: #E3E3E3; }
    .quick-facts .facts-list li:first-child {
      padding-top: 0; }
    .quick-facts .facts-list li:last-child {
      padding-bottom: 0; }
      .quick-facts .facts-list li:last-child:before {
        display: none; }
  .quick-facts .facts-list.info li {
    padding-left: 10px;
    font-weight: 300;
    font-size: 15px; }
.quick-facts .goal-wrapper {
  margin-top: 85px; }
.quick-facts .goal-objective .heading {
  margin-top: 40px; }
  .quick-facts .goal-objective .heading .title {
    margin-bottom: 30px; }
  .quick-facts .goal-objective .heading .tagline {
    font-family: "Circular_air";
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    color: #414141; }

.history {
  background: #F6F6F6;
  padding-bottom: 0; }
  .history .heading {
    margin-bottom: 60px; }
    .history .heading .title {
      text-align: center; }
    .history .heading .tagline {
      text-align: center; }
  .history .history-wrapper {
    max-height: 775px;
    -ms-overflow-y: scroll;
    overflow-y: scroll;
    /*Vertical Scroll bar*/ }
    .history .history-wrapper::-webkit-scrollbar-track {
      border-radius: 0px;
      border-radius: 4px;
      background-color: #E7E7E7; }
    .history .history-wrapper::-webkit-scrollbar {
      width: 8px;
      border-radius: 4px;
      background-color: #E7E7E7; }
    .history .history-wrapper::-webkit-scrollbar-thumb {
      border-radius: 8px;
      background-color: #FFFFFF;
      -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
  .history .timeline-content .text-content {
    font-family: "Circular_air";
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #414141;
    margin: 0; }
  .history .start {
    background: #FFF;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 40px auto;
    position: relative;
    padding: 40px;
    -webkit-box-shadow: 0 10px 20px 0 #ECECEC;
    box-shadow: 0 10px 20px 0 #ECECEC; }
    .history .start:before {
      position: absolute;
      top: calc(100% - 8px);
      left: 50%;
      background: #fff;
      width: 19px;
      height: 19px;
      -webkit-transform: translate3d(-50%, 0, 0) rotate(135deg);
      transform: translate3d(-50%, 0, 0) rotate(135deg);
      border: 1px solid #E9E9E9;
      border-left: none;
      border-bottom: none;
      display: block;
      content: " ";
      opacity: 1;
      -webkit-transition: all 0.4s ease-in;
      transition: all 0.4s ease-in;
      z-index: 2; }
    .history .start .timeline-date {
      position: absolute;
      font-family: "Circular_air";
      font-size: 16px;
      color: #fff;
      bottom: -70px;
      left: 50%;
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
      z-index: 2;
      overflow: visible; }
      .history .start .timeline-date:before {
        position: absolute;
        width: 60px;
        height: 60px;
        top: 50%;
        left: 50%;
        background: linear-gradient(135deg, #AF56F2, #6E19B8);
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        border-radius: 50%;
        display: block;
        content: " ";
        z-index: -1; }
    .history .start .timeline-content .text-content {
      text-align: center; }
  .history .view-content {
    position: relative;
    margin: 88px 85px 0;
    padding-bottom: 35px; }
    .history .view-content:before {
      position: absolute;
      left: 50%;
      background: #CFCFCF;
      top: 0;
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
      width: 2px;
      height: 100%;
      display: block;
      content: " ";
      z-index: 0; }
    .history .view-content .simple_timeline {
      padding: 0 0 95px 0; }
    .history .view-content .history-list {
      width: 100%;
      margin: 0 auto;
      position: relative;
      display: inline-block;
      background: none;
      padding: 0;
      list-style: none; }
      .history .view-content .history-list li {
        margin: -30px 0 0 0;
        display: block;
        position: relative;
        width: 50%;
        padding: 0;
        clear: both; }
        .history .view-content .history-list li .timeline-wrapper {
          background: #FFF;
          padding: 40px;
          cursor: pointer;
          position: relative;
          -webkit-box-shadow: 0 10px 20px 0 #ECECEC;
          box-shadow: 0 10px 20px 0 #ECECEC; }
          .history .view-content .history-list li .timeline-wrapper:before {
            position: absolute;
            top: 50%;
            left: calc(100% - 16px);
            background: #fff;
            width: 19px;
            height: 19px;
            -webkit-transform: rotate(-315deg) translate3d(0, -50%, 0);
            transform: rotate(-315deg) translate3d(0, -50%, 0);
            border: 1px solid #E9E9E9;
            border-left: none;
            border-bottom: none;
            display: block;
            content: " ";
            opacity: 1;
            z-index: 2; }
          .history .view-content .history-list li .timeline-wrapper .timeline-date {
            position: absolute;
            font-family: "Circular_air";
            font-size: 14px;
            color: #000;
            top: 44%;
            z-index: 2;
            overflow: visible; }
            .history .view-content .history-list li .timeline-wrapper .timeline-date:before {
              position: absolute;
              width: 44px;
              height: 44px;
              top: 50%;
              left: 50%;
              background-color: #fff;
              border: 2px solid #CFCFCF;
              -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0);
              border-radius: 50%;
              display: block;
              content: " ";
              z-index: -1; }
        .history .view-content .history-list li:nth-child(even) {
          float: left; }
          .history .view-content .history-list li:nth-child(even) .timeline-wrapper {
            margin: 0 40px 0 0; }
            .history .view-content .history-list li:nth-child(even) .timeline-wrapper .timeline-date {
              right: -56px; }
        .history .view-content .history-list li:nth-child(odd) {
          float: right; }
          .history .view-content .history-list li:nth-child(odd) .timeline-wrapper {
            margin: 0 0 0 40px; }
            .history .view-content .history-list li:nth-child(odd) .timeline-wrapper:before {
              border: 1px solid #E9E9E9;
              border-right: none;
              border-top: none;
              left: initial;
              right: calc(100% - 4px); }
            .history .view-content .history-list li:nth-child(odd) .timeline-wrapper .timeline-date {
              left: -56px; }
        .history .view-content .history-list li:first-child {
          margin-top: 0; }

/*Media Queries*/
@media only screen and (max-width: 991px) {
  .aboutus-header {
    padding: 60px 20px 70px 20px; }
    .aboutus-header .heading {
      margin-bottom: 15px; }
      .aboutus-header .heading .title {
        font-size: 28px;
        line-height: 36px; }
    .aboutus-header .description {
      font-size: 14px;
      line-height: 20px; }
    .aboutus-header.facility-header {
      padding: 75px 0; }

  .history .heading {
    margin-bottom: 40px; }
  .history .start {
    padding: 30px; }
  .history .view-content {
    margin: 88px 50px 0; }
    .history .view-content .history-list li .timeline-wrapper {
      padding: 25px 30px; } }
@media only screen and (max-width: 767px) {
  .aboutus-header {
    padding: 40px 20px 40px 20px; }
    .aboutus-header .header-content {
      text-align: center; }
    .aboutus-header .cara-wrapper {
      margin: 35px auto 0 auto;
      max-width: 400px; }
    .aboutus-header.facility-header {
      padding: 45px 0; }

  .history .heading {
    margin-bottom: 30px; }
  .history .start {
    padding: 20px; }
  .history .view-content {
    margin: 88px 20px 0; }
    .history .view-content .history-list li .timeline-wrapper {
      padding: 15px 20px; }
  .history .timeline-content .text-content {
    font-size: 14px;
    line-height: 20px; }

  .quick-facts .heading {
    margin-bottom: 20px; }
  .quick-facts .goal-objective .heading .title {
    margin-bottom: 20px; }
  .quick-facts .goal-objective .heading .tagline {
    font-size: 16px;
    line-height: 22px; }
  .quick-facts .facts-list li {
    font-size: 16px;
    padding: 10px 0; } }
@media only screen and (max-width: 425px) {
  .aboutus-header {
    padding: 25px 20px 30px; }
    .aboutus-header .cara-wrapper {
      display: none; }
    .aboutus-header .heading {
      margin-bottom: 10px; }
      .aboutus-header .heading .title {
        font-size: 24px;
        line-height: 32px; }
    .aboutus-header.facility-header {
      padding: 35px 0; }

  .history .start {
    padding: 15px; }
  .history .view-content {
    margin: 88px 15px 0; }
    .history .view-content .history-list li .timeline-wrapper {
      padding: 10px 13px; }
      .history .view-content .history-list li .timeline-wrapper .text-content {
        font-size: 12px;
        line-height: 16px; }
  .history .timeline-content .text-content {
    line-height: 18px; }

  .quick-facts .goal-objective .heading .tagline {
    font-size: 14px;
    line-height: 18px; }
  .quick-facts .facts-list.info li {
    font-size: 14px; } }
.discover {
  padding-bottom: 0; }
  .discover .heading {
    margin-bottom: 50px; }
    .discover .heading .title {
      text-align: center; }
    .discover .heading .tagline {
      text-align: center; }
  .discover .cara-wrapper {
    margin: 0 13px; }

.rcc-updates .rcc-wrapper {
  margin-right: 20px; }
.rcc-updates .heading {
  margin-bottom: 40px; }
.rcc-updates .read-more {
  font-family: "Circular_air";
  color: #A5A5A5;
  font-size: 16px; }
.rcc-updates .update-wrapper {
  margin-top: 60px; }
  .rcc-updates .update-wrapper .update-list {
    margin: 0 0 40px 0;
    padding: 0;
    list-style-type: none; }
    .rcc-updates .update-wrapper .update-list li {
      position: relative;
      padding-bottom: 20px;
      margin-bottom: 20px; }
      .rcc-updates .update-wrapper .update-list li:before {
        content: " ";
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 1px;
        background: rgba(0, 0, 0, 0.1); }
      .rcc-updates .update-wrapper .update-list li:last-child {
        margin: 0;
        padding: 0; }
        .rcc-updates .update-wrapper .update-list li:last-child:before {
          display: none; }
      .rcc-updates .update-wrapper .update-list li .update-text {
        font-family: "Circular_air";
        position: relative;
        padding-right: 115px;
        padding-bottom: 30px;
        border-bottom: 1px dotted #a2a6ac;
        margin-top: 30px;}
        .rcc-updates .update-wrapper .update-list li .update-text .caption {
          color: #494949;
          font-size: 18px;
          line-height: 24px;
          margin: 0; }
        .rcc-updates .update-wrapper .update-list li .update-text .post-date {
          color: #A5A5A5;
          font-size: 14px;
          font-weight: 300; }
        .rcc-updates .update-wrapper .update-list li .update-text .type {
          position: absolute;
          right: 0;
          top: 0; }
        .rcc-updates .update-wrapper .update-list li .update-text .button-wrapper .btn-primary {
          padding: 5px 10px;
          text-transform: uppercase;
          font-size: 11px;
          letter-spacing: 1px; }
          .rcc-updates .update-wrapper .update-list li .update-text .button-wrapper .btn-primary.download {
            background: #F5A623;
            border-color: #F5A623; }
          

/*Media Types*/
@media only screen and (max-width: 767px) {
  .rcc-updates .rcc-wrapper {
    margin: 0 0 45px 0; }
  .rcc-updates .update-wrapper {
    margin-top: 40px; }
    .rcc-updates .update-wrapper .update-list li .update-text .caption {
      font-size: 16px;
      line-height: 22px; } }
@media only screen and (max-width: 767px) {
  .discover .heading {
    margin-bottom: 40px; } }
@media only screen and (max-width: 575px) {
  .rcc-updates .update-wrapper .update-list li .update-text .caption {
    font-size: 15px;
    line-height: 21px; } }
.city-guide-info {
  padding: 0; }
  .city-guide-info .city-guide-list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .city-guide-info .city-guide-list li {
      padding: 235px 0 205px 0;
      position: relative; }
      .city-guide-info .city-guide-list li:before {
        content: " ";
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear, right top, left top, from(rgba(86, 204, 242, 0.37)), color-stop(#3F9EEF), color-stop(120%, #2F80ED));
        background: linear-gradient(270deg, rgba(86, 204, 242, 0.37), #3F9EEF, #2F80ED 120%); }
      .city-guide-info .city-guide-list li.bhaktapur:before {
        background: -webkit-gradient(linear, left top, right top, from(rgba(175, 86, 242, 0)), color-stop(#8B34D1), to(#6E19B8));
        background: linear-gradient(90deg, rgba(175, 86, 242, 0), #8B34D1, #6E19B8); }
      .city-guide-info .city-guide-list li.patan:before {
        background: -webkit-gradient(linear, right top, left top, from(rgba(62, 220, 129, 0)), color-stop(#2DBE4D), color-stop(120%, #2DBE4D));
        background: linear-gradient(270deg, rgba(62, 220, 129, 0), #2DBE4D, #2DBE4D 120%); }
      .city-guide-info .city-guide-list li .img-wrap {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: -1; }
      .city-guide-info .city-guide-list li .text-content {
        position: relative;
        z-index: 2;
        max-width: 690px; }
        .city-guide-info .city-guide-list li .text-content .city {
          font-family: "Circular_air";
          color: #fff;
          font-size: 36px;
          line-height: 44px;
          margin: 0; }
        .city-guide-info .city-guide-list li .text-content .description {
          font-family: "Circular_air";
          color: #fff;
          font-size: 18px;
          font-weight: 300;
          line-height: 26px;
          padding: 32px 0; }
          .city-guide-info .city-guide-list li .text-content .description p {
            margin: 0; }
        .city-guide-info .city-guide-list li .text-content .read-more {
          font-family: "Circular_air";
          color: #fff;
          font-weight: 300;
          font-size: 16px;
          line-height: 24px; }
      .city-guide-info .city-guide-list li.right .text-content {
        left: 50%; }

/*Media Types*/
@media only screen and (max-width: 991px) {
  .city-guide-info .city-guide-list li {
    padding: 135px 0 105px 0; }
    .city-guide-info .city-guide-list li .text-content {
      max-width: 550px; }
      .city-guide-info .city-guide-list li .text-content .city {
        font-size: 34px;
        line-height: 42px; }
      .city-guide-info .city-guide-list li .text-content .description {
        font-size: 16px;
        line-height: 24px;
        padding: 20px 0; }
    .city-guide-info .city-guide-list li.right .text-content {
      left: 15%; } }
@media only screen and (max-width: 767px) {
  .city-guide-info .city-guide-list li {
    padding: 100px 0 100px 0; }
    .city-guide-info .city-guide-list li .text-content {
      max-width: 100%; }
      .city-guide-info .city-guide-list li .text-content .city {
        font-size: 30px;
        line-height: 38px; }
    .city-guide-info .city-guide-list li.right .text-content {
      left: 0; } }
@media only screen and (max-width: 575px) {
  .city-guide-info .city-guide-list li {
    padding: 50px 0; }
    .city-guide-info .city-guide-list li:before {
      background: #3F9EEF; }
    .city-guide-info .city-guide-list li .text-content {
      max-width: 100%; }
      .city-guide-info .city-guide-list li .text-content .city {
        font-size: 24px;
        line-height: 36px; }
      .city-guide-info .city-guide-list li .text-content .description {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 0; }
    .city-guide-info .city-guide-list li.right .text-content {
      left: 0; }
    .city-guide-info .city-guide-list li.bhaktapur:before {
      background: #8B34D1; }
    .city-guide-info .city-guide-list li.patan:before {
      background: #2DBE4D; } }
.top.no-table-tabs .nav-tabs {
  border: none; }
  .top.no-table-tabs .nav-tabs:before {
    display: none; }
  .top.no-table-tabs .nav-tabs li {
    width: initial;
    padding-right: 40px;
    text-align: left; }
    .top.no-table-tabs .nav-tabs li .nav-link {
      padding: 0 0 15px 0;
      color: #1D3352;
      text-transform: none; }
      .top.no-table-tabs .nav-tabs li .nav-link:after {
        background-color: #3EDC81; }
      .top.no-table-tabs .nav-tabs li .nav-link.active {
        color: #1D3352; }
    .top.no-table-tabs .nav-tabs li:last-child {
      padding: 0; }

.regulations-header {
  background: #1D3352;
  padding: 60px 0; }
  .regulations-header .heading .title {
    margin: 0;
    font-family: "Circular_air";
    font-size: 34px;
    font-weight: normal;
    color: #FFF;
    line-height: 42px; }

.table.outside-info-table {
  margin-top: 50px; }
  .table.outside-info-table thead th {
    font-size: 16px;
    font-weight: 400;
    color: #414141;
    padding: 0 20px 18px 0;
    border-bottom: 2px solid #F5A623; }
    .table.outside-info-table thead th:last-child {
      padding-right: 0; }
  .table.outside-info-table tbody td {
    font-size: 16px;
    font-weight: 300;
    padding-right: 20px; }
    .table.outside-info-table tbody td:last-child {
      padding-right: 0; }

.regulation-wrapper {
  padding-top: 20px; }
  .regulation-wrapper .note {
    margin-top: 30px; }
    .regulation-wrapper .note .head {
      font-family: "Circular_air";
      font-weight: 600;
      color: #414141;
      font-size: 18px;
      line-height: 24px; }
    .regulation-wrapper .note .goal-list {
      margin-top: 10px; }
  .regulation-wrapper .second-info {
    position: -webkit-sticky;
    position: sticky;
    top: 30px; }
    .regulation-wrapper .second-info .head {
      width: 100%;
      font-family: "Circular_air";
      font-weight: normal;
      color: #414141;
      font-size: 18px;
      line-height: 24px;
      padding-bottom: 10px;
      border-bottom: 2px solid #3EDC81; }
    .regulation-wrapper .second-info .goal-list {
      margin-top: 20px; }
      .regulation-wrapper .second-info .goal-list li {
        padding: 0; }
        .regulation-wrapper .second-info .goal-list li a {
          font-family: "Circular_air";
          font-size: 17px;
          line-height: 25px;
          font-weight: 300;
          color: #414141;
          position: relative;
          cursor: pointer; }
        .regulation-wrapper .second-info .goal-list li:before {
          display: none; }

/*Media Queries*/
@media only screen and (max-width: 991px) {
  .regulations-header {
    padding: 60px 30px; }
    .regulations-header .heading {
      padding-left: 10%;
      margin-bottom: 0; }
      .regulations-header .heading .title {
        font-size: 30px;
        line-height: 38px; }

  .top.no-table-tabs .nav-tabs li {
    padding-right: 20px; }
    .top.no-table-tabs .nav-tabs li .nav-link:after {
      height: 3px; }

  .regulation-wrapper .second-info .head {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 8px; }
  .regulation-wrapper .second-info .goal-list {
    margin-top: 10px; }
    .regulation-wrapper .second-info .goal-list li a {
      font-size: 16px;
      line-height: 22px; }

  .table.outside-info-table {
    margin-top: 30px; }
    .table.outside-info-table thead th {
      font-size: 14px;
      line-height: 18px;
      padding: 0 15px 12px 0; }
    .table.outside-info-table tbody td {
      font-size: 14px;
      line-height: 18px;
      padding-right: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .regulation-wrapper .goal-list {
    margin-top: 20px; }
    .regulation-wrapper .goal-list li {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 10px;
      padding-left: 20px; }
      .regulation-wrapper .goal-list li:before {
        width: 7px;
        height: 7px; } }
@media only screen and (max-width: 767px) {
  .regulations-header {
    padding: 45px 30px; }
    .regulations-header .heading .title {
      font-size: 26px;
      line-height: 34px; }

  .regulation-wrapper .goal-list li {
    margin-bottom: 10px;
    padding-left: 20px; }
    .regulation-wrapper .goal-list li:before {
      top: 9px;
      width: 7px;
      height: 7px; }
  .regulation-wrapper .second-info {
    display: none; }

  .table.outside-info-table {
    margin-top: 10px; } }
@media only screen and (max-width: 575px) {
  .regulations-header .heading {
    padding-left: 0; } }
@media only screen and (max-width: 425px) {
  .regulations-header .heading .title {
    font-size: 22px;
    line-height: 30px; }

  .regulation-wrapper .goal-list {
    margin-top: 10px; }
    .regulation-wrapper .goal-list li {
      font-size: 14px;
      margin-bottom: 5px;
      padding-left: 15px; }
      .regulation-wrapper .goal-list li:before {
        top: 7px; }
  .regulation-wrapper .note .head {
    font-size: 16px;
    line-height: 22px; }

  .table.outside-info-table thead th {
    padding: 0 10px 10px 0; }
  .table.outside-info-table tbody td {
    font-size: 12px;
    line-height: 16px;
    padding-right: 10px; } }
#map {
  width: 100%;
  height: 600px; }

.contact-wrapper {
  padding: 20px 0 70px; }
  .contact-wrapper .contact-list .tab-content {
    padding: 30px 0 0 0; }
  .contact-wrapper .quick-contact-form .head {
    font-family: "Circular_air";
    font-weight: normal;
    color: #414141;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 50px; }
  .contact-wrapper .quick-contact-form .contact-form .form-group {
    width: 100%;
    margin-bottom: 10px; }
    .contact-wrapper .quick-contact-form .contact-form .form-group .form-class {
      border: 1px solid #E3E3E3;
      border-top: none;
      border-left: none;
      border-right: none;
      width: 100%;
      font-family: "Circular_air";
      font-weight: 300;
      color: #414141;
      font-size: 16px;
      line-height: 22px;
      padding: 20px 20px 20px 0; }
      .contact-wrapper .quick-contact-form .contact-form .form-group .form-class:focus, .contact-wrapper .quick-contact-form .contact-form .form-group .form-class:hover {
        outline: none; }
      .contact-wrapper .quick-contact-form .contact-form .form-group .form-class.textholder {
        border-right: 1px solid #E3E3E3; }
  .contact-wrapper .quick-contact-form .contact-form .button-wrapper {
    margin-top: 20px; }
    .contact-wrapper .quick-contact-form .contact-form .button-wrapper .btn-primary {
      margin: 0;
      text-transform: uppercase;
      font-weight: normal;
      padding: 12px 15px;
      letter-spacing: 1px; }

/*Media Types*/
@media only screen and (max-width: 991px) {
  #map {
    height: 400px; }

  .contact-wrapper .quick-contact-form .head {
    margin-bottom: 25px; }
  .contact-wrapper .quick-contact-form .contact-form .form-group .form-class {
    padding: 10px 15px 10px 0; } }
@media only screen and (max-width: 767px) {
  .contact-wrapper .quick-contact-form {
    margin-top: 50px; }
    .contact-wrapper .quick-contact-form .head {
      margin-bottom: 25px; }
    .contact-wrapper .quick-contact-form .contact-form .form-group .form-class {
      padding: 10px 15px 10px 0; } }
.header.rcc-header {
  padding: 135px 0 180px; }

.rcc-list-wrapper {
  padding-top: 40px; }
  .rcc-list-wrapper .rcc-list {
    margin-top: 40px; }
    .rcc-list-wrapper .rcc-list .row {
      margin: 0 !important; }
    .rcc-list-wrapper .rcc-list .rcc-info:nth-last-child(2):before {
      display: none; }

.rcc-detail .rcc-detail-info .heading {
  margin-bottom: 20px; }
  .rcc-detail .rcc-detail-info .heading .post-date {
    font-family: "Circular_air";
    color: #414141;
    font-weight: 300;
    font-size: 14px; }
.rcc-detail .rcc-detail-info .content {
  font-family: "Circular_air";
  color: #414141;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px; }
  .rcc-detail .rcc-detail-info .content .img-wrap {
    max-height: 535px;
    margin: 30px 0; }
.rcc-detail .rcc-list {
  margin-top: 40px; }
  .rcc-detail .rcc-list .rcc-info .img-wrap {
    width: 105px;
    max-height: 80px; }

.hide {
  display: none; }

.modal-custom .iziModal-content .icon-close {
  background: #FFF;
  margin-bottom: 10px;
  position: absolute;
  right: -12px;
  top: -12px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  border: 0;
  color: #a9a9a9;
  cursor: pointer; }

.modal-custom {
  max-width: 500px !important;
  margin: 0 auto;
  height: 100% !important;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .modal-custom input:focus {
    outline: none; }
  .modal-custom ::-webkit-input-placeholder {
    /* Chrome */
    font-family: "Circular_air";
    color: #929292;
    font-weight: 500; }
  .modal-custom :-ms-input-placeholder {
    /* IE 10+ */
    font-family: "Circular_air";
    color: #929292;
    font-weight: 500; }
  .modal-custom ::-moz-placeholder {
    /* Firefox 19+ */
    font-family: "Circular_air";
    color: #929292;
    font-weight: 500;
    opacity: 1; }
  .modal-custom :-moz-placeholder {
    /* Firefox 4 - 18 */
    font-family: "Circular_air";
    color: #929292;
    font-weight: 500;
    opacity: 1; }
  .modal-custom .iziModal-wrap {
    padding: 50px 50px 100px 50px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .modal-custom .iziModal-wrap .iziModal-content {
      position: relative;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear; }
  .modal-custom .icon-close img {
    width: 14px;
    -webkit-filter: grayscale(100%) contrast(200%);
            filter: grayscale(100%) contrast(200%);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .modal-custom .icon-close:hover img {
    -webkit-filter: none;
            filter: none; }
  .modal-custom .icon-close:focus {
    outline: none; }
  .modal-custom .login-box-body {
    padding: 35px 30px;
    background-color: #FFF;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(136, 136, 136, 0.5);
    box-shadow: 0px 2px 4px 0px rgba(136, 136, 136, 0.5); }
    .modal-custom .login-box-body .product-image {
      padding-bottom: 40px;
      position: relative; }
      .modal-custom .login-box-body .product-image:before {
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        content: "";
        width: 100%;
        height: 2px;
        background: rgba(0, 0, 0, 0.1); }
      .modal-custom .login-box-body .product-image .img-wrap {
        max-width: 250px;
        margin: 0 auto; }
    .modal-custom .login-box-body .form-wrap {
      margin-top: 30px; }
      .modal-custom .login-box-body .form-wrap .form-group {
        margin-bottom: 20px; }
      .modal-custom .login-box-body .form-wrap input {
        text-align: center; }
      .modal-custom .login-box-body .form-wrap .heading {
        margin-bottom: 25px; }
        .modal-custom .login-box-body .form-wrap .heading .title {
          text-align: center;
          font-size: 22px;
          text-transform: none; }
      .modal-custom .login-box-body .form-wrap .button-wrapper .btn-primary {
        font-weight: 500;
        font-size: 18px;
        padding: 8px 30px; }
@media only screen and (min-width: 1200px){
    .top-wrap{height: 898px;}}
@media only screen and (min-width: 1600px){
    .top-wrap{height: 1268px;}}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
        .director .director-info .textual-info {
    padding: 2px 6px;}
    .director .director-info .textual-info p {
        margin-bottom:0;
        font-size:14px;
    }
    .director .director-info .textual-info .post {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    }
     #director .social-info .social-list li.fb {
        margin-bottom: 7px;
        height:55px;}
         #director1 .social-info .social-list li.fb {
        height:55px;
        margin-bottom: 7px;}
      #director .social-info .social-list li.twitter {
        height:55px;}
        #director1 .social-info .social-list li.twitter {
        height:55px;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
   #director1 .director-info {
    width: 570px;
   }
   #director1 .social-info .social-list li.fb {
    height: 70px;
   }
   #director1 .social-info .social-list li.twitter {
    height: 70px;
   }
   #director1 .social-info .social-list li .icon {
    top: 20px;    
}
}
@media only screen and (max-width: 767px) {
        #director1 .social-info .social-list li .icon {
    left: 21px;
    top: 16px;
    }
    }
    @media only screen and (max-width: 414px) {
.director1 .director-info .textual-info .post {
    margin: 0;
}}

/*# sourceMappingURL=style.css.map */