/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Barlow:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Lato");
/* CSS Document */
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto.ttf); }
@font-face {
  font-family: Roboto-Light;
  src: url(../fonts/Roboto-Light.ttf); }
@font-face {
  font-family: Roboto-Thin;
  src: url(../fonts/Roboto-Thin.ttf); }
@font-face {
  font-family: Roboto-Regular;
  src: url(../fonts/Roboto-Regular.ttf); }
@font-face {
  font-family: Roboto-Medium;
  src: url(../fonts/Roboto-Medium.ttf); }
@font-face {
  font-family: Roboto-Bold;
  src: url(../fonts/Roboto-Bold.ttf); }
@font-face {
  font-family: Roboto-Black;
  src: url(../fonts/Roboto-Black.ttf); }
@font-face {
  font-family: TitilliumWeb-Light;
  src: url(../fonts/TitilliumWeb-Light.ttf); }
/* CSS Document */
@keyframes appear {
  from {
    transform: translateY(-100px);
    opacity: 0.5; }
  to {
    transform: translateY(0);
    opacity: 1; } }
body {
  padding: 0px;
  margin: 0px;
  font-size: 1em;
  font-family: 'Barlow', sans-serif;
  background: #fff;
  line-height: 1.5em; }

h1, h2, h3, h4, h5, h6, p, ul, li {
  padding: 0px;
  margin: 0px; }

.hdr1 {
  position: relative;
  font-weight: 100;
  margin-bottom: 40px;
  display: inline-block; }
  .hdr1:after {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    height: 3px;
    width: 100px;
    background: #2196f3;
    content: ''; }

.hdr2 {
  color: #A00002;
  margin-bottom: 5px; }

.hdr3 {
  position: relative;
  font-weight: 100;
  display: inline-block; }
  .hdr3:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    height: 3px;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: none; }

.tablestyle1 {
  table-layout: fixed; }
  .tablestyle1 tr th {
    background: #22454b;
    color: #fff;
    font-weight: 100; }

.mybtn1 {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  transition: .2s;
  position: relative; }
  .mybtn1:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: rgba(255, 255, 255, 0.3);
    height: 100%;
    width: 100%;
    opacity: 0; }
  .mybtn1:hover {
    text-decoration: none;
    color: #fff; }
    .mybtn1:hover:after {
      opacity: 1; }

.col-orange {
  background: #fac917;
  color: #333; }

.col-orange:hover {
  color: #333; }

.col-blue {
  background: #2196f3; }

/*All Modal Styles*/
#rtiModal .modal-dialog .modal-content .modal-header {
  background: #00bcd5; }
  #rtiModal .modal-dialog .modal-content .modal-header .mlogo h1 {
    display: inline-block;
    vertical-align: middle;
    color: #fff; }
    #rtiModal .modal-dialog .modal-content .modal-header .mlogo h1 small {
      display: block; }
  #rtiModal .modal-dialog .modal-content .modal-header .mlogo img {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-right: 5px; }
#rtiModal .modal-dialog .modal-content .modal-body {
  padding: 30px;
  padding-bottom: 50px; }
  #rtiModal .modal-dialog .modal-content .modal-body h2 {
    text-align: center;
    position: relative;
    margin-bottom: 50px; }
    #rtiModal .modal-dialog .modal-content .modal-body h2:after {
      position: absolute;
      bottom: -15px;
      left: 0;
      right: 0;
      margin: auto;
      content: '';
      background: #00bcd5;
      height: 4px;
      width: 150px; }

/*All Modal Styles*/
.header {
  background: #01bdd8;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  height: auto;
  position: relative;
  z-index: 999; }
  .header.header-fixed {
    height: auto;
    /*position: fixed;*/
    width: 100%;
    z-index: 100;
    box-shadow: 0 2px 5px rgba(51, 51, 51, 0.32);
    top: 0;
    animation-name: appear;
    animation-duration: 1s;
    animation-iteration-count: 1; }
    .header.header-fixed .logo {
      padding: 5px 0; }
      .header.header-fixed .logo img {
        width: 12%;
        padding: 0;
        margin-right: 15px; }
      .header.header-fixed .logo h1 {
        font-size: 2.5em; }
    .header.header-fixed .utility {
      margin-top: 3px; }
    .header.header-fixed .navbar {
      margin-top: 5px; }
    .header.header-fixed .rightmenu {
      padding: 25px 0px 0 0; }
      .header.header-fixed .rightmenu img {
        width: 40%; }
  .header .logo {
    display: block;
    padding: 10px 0;
    text-decoration: none; }
    .header .logo span {
      position: relative;
      display: inline-block; }
      .header .logo span img {
        width: 90%;
        margin-right: 0; }
      .header .logo span:after {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: -10px;
        height: 80%;
        width: 1px;
        background: rgba(255, 255, 255, 0.5);
        content: ''; }
    .header .logo img, .header .logo h1 {
      display: inline-block;
      vertical-align: middle;
      transition: .3s; }
    .header .logo img {
      width: 12%;
      position: relative;
      margin-right: 15px; }
    .header .logo h1 {
      color: #fff;
      font-size: 1.6em;
      }
      .header .logo h1 small {
        font-size: .6em;
        display: block; }
  .header .utility {
    text-align: right;
    margin-top: 5px; }
    .header .utility ul {
      display: inline-block; }
      .header .utility ul.impInfo {
        margin-right: 15px;
        background: #02a8bf;
        text-align: center; }
        .header .utility ul.impInfo li {
          color: #fff;
          margin: 0 8px;
          vertical-align: middle;
          position: relative;
          padding: 0 10px; }
          .header .utility ul.impInfo li:first-child:after {
            position: absolute;
            top: -4px;
            right: -12px;
            content: '';
            height: 125%;
            width: 5px;
            background: #01bdd8;
            transform: rotate(25deg); }
          .header .utility ul.impInfo li label {
            vertical-align: middle;
            margin: 0;
            font-weight: 300; }
          .header .utility ul.impInfo li strong {
            font-size: 1.3em;
            font-weight: 500;
            vertical-align: middle;
            letter-spacing: 1px;
            margin-left: 10px; }
      .header .utility ul li {
        list-style: none;
        display: inline-block;
        vertical-align: middle; }
        .header .utility ul li.search-expand {
          width: 150px !important;
          transition: .5s; }
        .header .utility ul li.search {
          position: relative;
          height: 22px;
          width: 10px;
          transition: .5s;
          margin: 0 15px; }
          .header .utility ul li.search a {
            position: relative;
            padding: 1px; }
            .header .utility ul li.search a i {
              position: absolute;
              top: 5px;
              right: 0;
              font-size: .9em; }
          .header .utility ul li.search .form-control {
            display: none;
            border-radius: 0;
            padding-left: 0;
            height: 20px;
            background: transparent;
            border: 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
            .header .utility ul li.search .form-control:focus {
              outline: 0;
              box-shadow: none;
              color: #fff; }
            .header .utility ul li.search .form-control::placeholder {
              /* Chrome, Firefox, Opera, Safari 10.1+ */
              color: rgba(255, 255, 255, 0.8);
              font-size: .8em; }
        .header .utility ul li a {
          color: rgba(255, 255, 255, 0.9);
          padding: 5px;
          display: block;
          font-size: 1em;
          text-decoration: none;
          transition: .2s; }
          .header .utility ul li a:hover {
            color: white; }
        .header .utility ul li.langbtn a {
          background: #00a1b7;
          text-decoration: none;
          border-radius: 3px;
          padding: 5px 10px; }
  .header .navbar {
    padding: 0;
    margin-top: 30px;
    box-shadow: none;
    transition: .3s; }
    .header .navbar .navbar-nav .nav-item:last-child .nav-link {
      padding-right: 0; }
    .header .navbar .navbar-nav .nav-item.dropdown {
      position: relative; }
      .header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        top: 98%;
        padding: 0;
        margin: 0;
        font-size: 1rem;
        background-color: #fff;
        border-radius: 0;
        transform: scaleY(0);
        display: block;
        transition: .4s;
        transform-origin: top; }
        .header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu li {
          transform: translateX(-400px);
          opacity: 0;
          transition: .8s; }
          .header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item {
            padding: 5px;
            display: block;
            padding: 7px 10px;
            border-bottom: 1px solid #ddd;
            background: #fff;
            transition: .2s; }
            .header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item:hover {
              background: #00bcd5;
              color: #fff; }
          .header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu li:last-child .dropdown-item {
            border-bottom: 0; }
      .header .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
        display: block;
        transform: scaleY(1); }
        .header .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu li {
          opacity: 1;
          transform: translateX(0); }
      .header .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-toggle:active {
        pointer-events: none; }
    .header .navbar .navbar-nav .nav-item .nav-link {
      color: rgba(255, 255, 255, 0.8);
      font-size: 1.1em;
      transition: .3s;
      position: relative;
      padding: 10px 20px;
      text-transform: none; }
      .header .navbar .navbar-nav .nav-item .nav-link:before {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 3px;
        width: 100%;
        background: #fff;
        content: '';
        margin: auto;
        transform: scaleX(0);
        transition: .2s;
        border: 0; }
      .header .navbar .navbar-nav .nav-item .nav-link.active:before, .header .navbar .navbar-nav .nav-item .nav-link:hover:before {
        transform: scaleX(1); }
  .header .rightmenu {
    display: block;
    text-align: right;
    padding: 40px 0px 0 0;
    transition: .3s;
    opacity: 0.7; }
    .header .rightmenu:hover {
      opacity: 1; }
    .header .rightmenu img {
      width: 40%;
      margin-right: 10px; }
    .header .rightmenu label {
      color: #fff;
      cursor: pointer;
      font-size: .9em; }
  .header .dropdown .dropdown-toggle:after {
    border-top: .3em solid #fff;
    position: absolute;
    bottom: 15px; }
  .header .dropdown .dropdown-menu {
    top: 79px !important;
    border-radius: 0;
    background: #0f75c5;
    padding: 0;
    border: none;
    left: auto !important;
    right: 0;
    transform: translate3d(0, 0, 0) !important; }
    .header .dropdown .dropdown-menu .dropdown-item {
      color: #fff;
      padding: 10px;
      cursor: pointer; }
      .header .dropdown .dropdown-menu .dropdown-item:hover, .header .dropdown .dropdown-menu .dropdown-item:focus {
        background: #084f88;
        outline: 0; }

.news {
  background: #003e47;
  height: 57px;
  z-index: 1;
  position: relative;
  border-bottom: 1px dotted #003e47; }
  .news .newshead {
    text-align: left;
    color: #fff; }
    .news .newshead h2 {
      font-size: 1.5em;
      padding: 15px 0;
      position: relative;
      font-weight: 400;
      background: #d34c47;
      text-align: center; }
      .news .newshead h2:after {
        position: absolute;
        top: 5px;
        right: -10px;
        background: rgba(255, 255, 255, 0);
        content: '';
        width: 2px;
        bottom: 5px; }
  .news .tictic ul li {
    list-style: none; }
    .news .tictic ul li a {
      color: #2196f3;
      display: block;
      padding: 15px;
      font-size: 1.1em;
      text-decoration: none;
      white-space: nowrap; }

.banner {
  background-image: url(../../images/website/banner1.jpg);
  overflow: hidden;
  background-size: 100%;
  position: relative; }
  .banner:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.01);
    z-index: 1; }
  .banner #myCarousel1 {
    z-index: 99; }
    .banner #myCarousel1 .carousel-inner .carousel-item .carousel-text .scrolme {
      position: relative; }
      .banner #myCarousel1 .carousel-inner .carousel-item .carousel-text .scrolme:after {
        position: absolute;
        content: '';
        height: 80%;
        width: 2px;
        background: #92e6ed;
        top: 0;
        left: 10px; }
    .banner #myCarousel1 .carousel-inner .carousel-item .carousel-text h1 {
      color: #92e6ed;
      font-weight: 100;
      position: relative; }
      .banner #myCarousel1 .carousel-inner .carousel-item .carousel-text h1:after {
        position: absolute;
        content: '';
        height: 90%;
        width: 2px;
        background: #92e6ed;
        top: -50px;
        left: 10px; }
      .banner #myCarousel1 .carousel-inner .carousel-item .carousel-text h1 span {
        color: #92e6ed;
        font-weight: 400; }
    .banner #myCarousel1 .carousel-inner .carousel-item .carousel-text p {
      color: #fff;
      line-height: 1.8em;
      font-size: 1em;
      font-weight: 400;
      margin-left: 40px; }
    .banner #myCarousel1 .carousel-inner .carousel-item .carousel-figure {
      text-align: center; }
      .banner #myCarousel1 .carousel-inner .carousel-item .carousel-figure img {
        margin-top: 0;
        width: 55%; }
    .banner #myCarousel1 .carousel-inner .carousel-item .applyBtns {
      margin-top: 40px;
      margin: 40px 0 0 0;
      display: block;
      width: 100%;
      border-spacing: 3px; }
      .banner #myCarousel1 .carousel-inner .carousel-item .applyBtns .sbtnrow .btn {
        height: 200px;
        padding: 20px;
        font-size: 1.2em;
        border-radius: 2px;
        color: #fff;
        position: relative;
        overflow: hidden;
        white-space: normal;
        padding-top: 40px; }
        .banner #myCarousel1 .carousel-inner .carousel-item .applyBtns .sbtnrow .btn:after {
          position: absolute;
          content: '';
          width: 100%;
          height: 100%;
          background: rgba(255, 255, 255, 0.1);
          top: 0;
          left: 0;
          transform: scalex(0);
          transition: .3s;
          border-radius: 100px;
          transform-origin: center;
          opacity: 0; }
        .banner #myCarousel1 .carousel-inner .carousel-item .applyBtns .sbtnrow .btn:hover {
          background: transparent;
          border: none;
          padding-top: 20px; }
          .banner #myCarousel1 .carousel-inner .carousel-item .applyBtns .sbtnrow .btn:hover label {
            display: none; }
          .banner #myCarousel1 .carousel-inner .carousel-item .applyBtns .sbtnrow .btn:hover img {
            height: 100%; }
          .banner #myCarousel1 .carousel-inner .carousel-item .applyBtns .sbtnrow .btn:hover:after {
            transform: scalex(0);
            opacity: 1;
            border-radius: 0; }
        .banner #myCarousel1 .carousel-inner .carousel-item .applyBtns .sbtnrow .btn img {
          margin: auto;
          display: block;
          height: 60%;
          width: 100%;
          object-fit: contain;
          transition: .1s; }
        .banner #myCarousel1 .carousel-inner .carousel-item .applyBtns .sbtnrow .btn label {
          margin-bottom: 0;
          display: block;
          vertical-align: middle;
          margin-top: 15px;
          transition: .3s; }
      .banner #myCarousel1 .carousel-inner .carousel-item .applyBtns .btn-warning {
        background: #ff9801;
        border-color: #ff9801; }
      .banner #myCarousel1 .carousel-inner .carousel-item .applyBtns .btn-success {
        background: #8cc24a;
        border-color: #8cc24a; }
      .banner #myCarousel1 .carousel-inner .carousel-item .applyBtns .btn-info {
        background: #01bdd8;
        border-color: #01bdd8; }
      .banner #myCarousel1 .carousel-inner .carousel-item .applyBtns .btn-danger {
        background: #de453d;
        border-color: #de453d; }

.footer {
  background: #003e47;
  padding: 5px 0;
  height: 76px; }
  .footer p {
    color: #01bdd8;
    margin-top: 10px; }
  .footer .quicklinks {
    /*display: none; */
  }
    .footer .quicklinks li {
      list-style: none;
      display: inline-block;
      vertical-align: middle;
      border-right: 1px solid #00b0c7; }
      .footer .quicklinks li a {
        padding: 10px;
        display: block;
        text-decoration: none;
        color: #d4faff;
        transition: .2s;
        position: relative; }
        .footer .quicklinks li a:hover {
          color: rgba(255, 255, 255, 0.8); }
  .footer .socialbtm {
    display: inline-block;
    margin-top: 17px; }
    .footer .socialbtm li {
      list-style: none;
      display: inline-block;
      vertical-align: middle;
      margin-left: 5px; }
      .footer .socialbtm li.fb a:hover {
        background: #4867aa; }
      .footer .socialbtm li.ttr a:hover {
        background: #1da1f2; }
      .footer .socialbtm li.flogo {
        margin-left: 20px; }
        .footer .socialbtm li.flogo a {
          height: 65px;
          width: 65px;
          border: none; }
      .footer .socialbtm li a {
        border: 2px solid rgba(149, 208, 255, 0.5);
        border-radius: 100px;
        height: 35px;
        width: 35px;
        display: block;
        text-align: center;
        transition: .2s; }
        .footer .socialbtm li a i {
          font-size: 1.2em;
          color: #95d0ff;
          line-height: 1.9em;
          transition: .2s; }

.scrolltotop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  height: auto;
  width: auto; }
  .scrolltotop img {
    height: 70%;
    width: 70%;
    opacity: .5;
    transition: .2s; }
    .scrolltotop img:hover {
      opacity: 1; }

.rightpanel {
  width: 0px;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  background: #035a67;
  z-index: 9999;
  transition: .5s;
  box-shadow: -5px 0 5px rgba(0, 0, 0, 0.1);
  opacity: 0; }
  .rightpanel.rightpanel1 {
    display: block;
    width: 300px;
    transition: .5s;
    opacity: 1; }
  .rightpanel .rp-header {
    position: relative;
    background: #003e47; }
    .rightpanel .rp-header .rp-close {
      font-size: 3em;
      text-decoration: none;
      transition: .2s;
      padding: 5px 20px;
      display: block;
      text-align: left; }
      .rightpanel .rp-header .rp-close i {
        color: rgba(255, 255, 255, 0.2);
        transition: .2s; }
        .rightpanel .rp-header .rp-close i:hover {
          color: rgba(255, 255, 255, 0.8); }
  .rightpanel .rp-body {
    padding: 5px 0; }
    .rightpanel .rp-body ul li {
      list-style: none; }
      .rightpanel .rp-body ul li:last-child a {
        border: 0; }
      .rightpanel .rp-body ul li a {
        color: #ccc;
        text-decoration: none;
        padding: 10px 20px;
        display: block;
        font-size: 1.3em;
        border-bottom: 1px solid #176d79;
        transition: .2s; }
        .rightpanel .rp-body ul li a:hover {
          color: #fff; }
    .rightpanel .rp-body .loginbtn {
      display: block;
      padding: 10px;
      font-size: 1.3em;
      margin: 15px; }
      .rightpanel .rp-body .loginbtn i {
        margin-right: 10px; }

@media (min-width: 991px) {
  .container {
    max-width: 900px; } }
@media (min-width: 1152px) {
  .container {
    max-width: 1140px; } }
@media (min-width: 1366px) {
  .container {
    max-width: 1300px; }
    .header .logo h1 {
    color: #fff;
    font-size: 1.3em;
}
     }
@media (min-width: 1680px) {
  .container {
    max-width: 1600px; } }
    @media (min-width: 1440px) {
  .container {
    max-width: 1400px; } 
    .header .utility ul.impInfo li strong {
    font-size: 1em;}

  }
@media (max-width: 1600px) {
  .header .navbar {
    margin-top: 15px; }
  .header.header-fixed .logo img {
    width: 15%; }
  .header .rightmenu img {
    margin-right: 5px; }

  .banner #myCarousel1 .carousel-inner .carousel-item .applyBtns .btnrow .btn {
    padding: 8px 5px;
    font-size: 0.9em; } }
@media (max-width: 1366px) {
  .header .logo {
    padding: 5px 0; }
    .header .logo img {
      width: 12%; }
  .header .navbar {
    margin-top: 5px; }
    .header .navbar .navbar-nav .nav-item .nav-link {
      font-size: 1em; }
  .header .rightmenu {
    padding: 30px 0px 0 0; }
    .header .rightmenu img {
      margin-right: 3px; }
  .header .utility {
    margin-top: 2px; }
    .header .utility ul.impInfo li {
      padding: 2px 5px;
      font-size: .8em; }
      .header .utility ul.impInfo li strong {
    font-size: 1em;}

  .news {
    height: 37px; }
    .news .newshead h2 {
      padding: 7px 0;
      font-size: 1.3em; }
    .news .tictic ul li a {
      padding: 7px;
      font-size: 1em; }

  .banner #myCarousel1 .carousel-inner .carousel-item .applyBtns {
    margin-top: 10px; }
    .banner #myCarousel1 .carousel-inner .carousel-item .applyBtns .btnrow .btn {
      padding: 8px 3px; }
  .banner #myCarousel1 .carousel-inner .carousel-item .carousel-figure img {
    width: 55%; }
  .banner #myCarousel1 .carousel-inner .carousel-item .carousel-text h1 {
    font-size: 2.5em; }
  .banner #myCarousel1 .carousel-inner .carousel-item .carousel-text p {
    font-size: 1em;
    line-height: 1.7em; }

  .footer {
    height: 60px; }
    .footer p {
      margin-top: 3px; }
    .footer .socialbtm {
      margin-top: 10px; } }
@media (max-width: 1280px) {
  .header .utility {
    margin-top: 2px; }
    .header .utility ul.impInfo li {
      padding: 2px 0px;
      font-size: .7em; }
  .header .rightmenu {
    padding: 18px 0px 0 0; } }
@media (max-width: 1152px) {
  .header .logo img {
    width: 16%; }

  .news {
    height: 40px; }
    .news .newshead h2 {
      padding: 9px 0;
      font-size: 1.2em; }
    .news .tictic ul li a {
      padding: 7px;
      font-size: 1em; }

  .banner #myCarousel1 .carousel-inner .carousel-item .applyBtns .btnrow .btn {
    padding: 3px; }
    .banner #myCarousel1 .carousel-inner .carousel-item .applyBtns .btnrow .btn label {
      width: 70px;
      margin: auto; } }
@media (max-width: 1024px) {
  .header .logo img {
    width: 22%; }
  .header .logo h1 {
    font-size: 2.5em; } }
@media (max-width: 991px) {
  .header .logo img {
    width: 22%;
    margin-right: 5px; }
  .header .logo h1 {
    font-size: 2em; }
  .header .utility ul.impInfo li {
    padding: 2px 0px;
    font-size: .7em; }

  .banner #myCarousel1 .carousel-inner .carousel-item .applyBtns {
    display: block !important; }
    .banner #myCarousel1 .carousel-inner .carousel-item .applyBtns .btnrow {
      display: block !important; }
      .banner #myCarousel1 .carousel-inner .carousel-item .applyBtns .btnrow .btn {
        display: inline-block;
        width: 48% !important;
        margin: 5px 0;
        padding: 8px 15px; }
        .banner #myCarousel1 .carousel-inner .carousel-item .applyBtns .btnrow .btn label {
          width: auto;
          margin: auto; }
  .banner #myCarousel1 .carousel-inner .carousel-item .carousel-figure img {
    width: 100%; } }
@media (max-width: 768px) {
  .header .logo img {
    width: 25%;
    margin-right: 5px; }
  .header .logo h1 {
    font-size: 2em; }
  .header .navbar {
    margin-top: 5px; }
    .header .navbar .navbar-nav .nav-item .nav-link {
      font-size: 1em;
      padding: 10px 15px; }
  .header .utility ul.impInfo {
    margin-right: 0; }
    .header .utility ul.impInfo li {
      display: inline-block;
      vertical-align: bottom; }
  .header .utility ul li {
    display: none; }
    .header .utility ul li.langbtn {
      display: block; }
      .header .utility ul li.langbtn a {
        border-radius: 0;
        padding: 2px 10px; }
    .header .utility ul li a {
      padding: 0 2px; }
  .header .rightmenu img {
    width: 100%; }
  .header .dropdown .dropdown-toggle:after {
    border-top: .5em solid #fff;
    position: absolute;
    bottom: 30px;
    right: -15px; } }
@media (max-width: 640px) {
  .header .rightmenu {
    padding: 30px 0px 0 0; }
    .header .rightmenu img {
      width: 50%; }
  .header .logo h1 {
    font-size: 2.5em; }
  .header .utility {
    display: none; }
    .header .utility ul.impInfo li {
      display: block;
      text-align: left;
      padding: 2px 0px;
      font-size: .9em; }
      .header .utility ul.impInfo li:first-child:after {
        display: none; }
  .header .navbar .navbar-toggler {
    background: #005192;
    display: inline-block;
    float: right;
    margin-top: 30px; }
    .header .navbar .navbar-toggler span {
      color: #fff; }
  .header .navbar .navbar-collapse {
    position: absolute;
    top: 90px;
    background: #333333;
    width: 150px; }

  .banner #myCarousel1 .carousel-inner .carousel-item .applyBtns {
    margin-top: 15px; }
    .banner #myCarousel1 .carousel-inner .carousel-item .applyBtns .btnrow .btn {
      width: 48%;
      margin: 5px 0;
      padding: 10px; }
  .banner #myCarousel1 .carousel-inner .carousel-item .carousel-figure {
    display: none; }

  .footer {
    height: auto;
    text-align: left; }
    .footer .socialbtm {
      margin-top: 10px; } }
@media (max-width: 576px) {
  .header .dropdown .dropdown-toggle:after {
    display: none; }

  .news {
    height: auto; }
    .news .newshead {
      padding: 0; }

  .banner {
    padding: 30px 0; }
    .banner #myCarousel1 .carousel-inner .carousel-item .applyBtns {
      margin-top: 15px; }
      .banner #myCarousel1 .carousel-inner .carousel-item .applyBtns .btnrow .btn {
        width: 48%;
        margin: 5px 0; }
    .banner #myCarousel1 .carousel-inner .carousel-item .carousel-figure {
      display: block; } }
@media (max-width: 410px) {
  .banner #myCarousel1 .carousel-inner .carousel-item .applyBtns .btnrow .btn {
    width: 48%;
    margin: 5px 0;
    padding: 8px 2px;
    font-size: 1em; } }
body.hindi {
  font-size: 85% !important;
  line-height: 1.8em !important; }

/*# sourceMappingURL=mainstyle.css.map */
.hdrr1 {
  position: relative;
  font-weight: 100;
  margin-bottom: 40px;
  display: inline-block; }
  .hdrr1:after {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    height: 3px;
    width: 100px;
    /*background: #2196f3;*/
    content: ''; }