/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box; }

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit; }

/**
 * Basic styles for links
 */
a {
  color: #e50050;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    color: #222222;
    text-decoration: underline; }

 @font-face {
  font-family: 'ml-ttbhavananormal';
  src: url("ml_tt_bhavana_normal-webfont.woff2") format("woff2"), url("ml_tt_bhavana_normal-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; } 
@font-face {
  font-family: 'montserratmedium';
  src: url("font") format("woff2"), url("montserrat-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'montserratlight';
  src: url("montserrat-light-webfont.woff2") format("woff2"), url("montserrat-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'mlw-ttrevathinormal';
  src: url("ml_tt_revathi-webfont.woff2") format("woff2"), url("ml_tt_revathi-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/**
 * Basic typography style for copy text
 */
body {
  color: #222222;
  font: normal 125%/1.4 "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: '';
  display: table; }

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1180px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  padding-right: 20px;
  /* 3 */
  width: 100%;
  /* 1 */ }

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap; }

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

header.landing_header {
  height: 76px;
  width: 100%;
  position: fixed;
  z-index: 100;
  border-bottom: 1px solid #64d2fd;
  background: rgba(62, 210, 253, 0.3); }
  header.landing_header .header-max {
    max-width: 1110px;
    margin: 0 auto; }
  header.landing_header .brand_wap {
    padding: 7px 0;
    float: left; }
    header.landing_header .brand_wap img {
      max-width: 100%; }
  header.landing_header .login_section {
    height: 76px;
    float: right;
    border-left: 1px solid #64d2fd;
    font-family: "montserratlight"; }
    header.landing_header .login_section .search_wrap {
      width: 250px;
      padding: 17px 10px;
      border-right: 1px solid #64d2fd;
      float: left; }
      header.landing_header .login_section .search_wrap .input-group .form-control {
        border: none;
        height: 41px;
        border-top-left-radius: 50px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 50px; }
      header.landing_header .login_section .search_wrap .input-group .input-group-btn .btn {
        border: none;
        height: 41px;
        width: 50px;
        border-top-left-radius: 0px;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom-left-radius: 0px;
        background: #02345f;
        color: #fff;
        outline: none; }
      header.landing_header .login_section .search_wrap .input-group .input-group-btn .glyphicon {
        font-size: 18px; }
    header.landing_header .login_section .header_btn_wrap {
      padding: 17px 0 17px 10px;
      float: left; }
      header.landing_header .login_section .header_btn_wrap .btn-default {
        height: 41px;
        line-height: 22px;
        font-size: 13px;
        padding: 10px 15px;
        background: #005ac2;/*#02345f;*/
        color: #fff;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        border: none; }
      header.landing_header .login_section .header_btn_wrap .btn-default:hover {
        background: #4690d0; }
      header.landing_header .login_section .header_btn_wrap .mobile_search {
        display: none; }
  header.landing_header .landing_hamburger {
    float: right;
    margin: 17px 0;
    display: none; }
    header.landing_header .landing_hamburger .btn {
      font-size: 19px;
      background: #02345f;
      color: #fff; }

.inn_header {
  height: 64px;
  width: 100%;
  position: fixed;
  z-index: 100;
  background: #fff url(../images/inn_header_border.png);
  background-position: left bottom;
  background-repeat: repeat-x; }
  .inn_header .inn_logo_wrap {
    width: 233px;
    height: 61px;
    padding: 20px 10px;
    background: #242424;
    float: left; }
    .inn_header .inn_logo_wrap img {
      max-width: 100%; }
  .inn_header .menu-toggle {
    display: none;
    padding: 18px 20px;
    background: #f7f7f7;
    color: #222222;
    float: left;
    border-right: 1px solid #e8e8e8; }
    .inn_header .menu-toggle .glyphicon {
      font-size: 20px; }
  .inn_header .menu-toggle:hover {
    background: #4690d0;
    color: #fff; }
  .inn_header .logout_btn {
    padding: 18px 20px;
    background: #f7f7f7;
    color: #222222;
    float: right;
    border-left: 1px solid #e8e8e8; }
    .inn_header .logout_btn .glyphicon {
      font-size: 20px; }
  .inn_header .logout_btn:hover {
    background: #4690d0;
    color: #fff; }
  .inn_header .inn_search_wrap {
    float: left;
    width: 200px;
    padding: 12px 15px; }
    .inn_header .inn_search_wrap .form-control,
    .inn_header .inn_search_wrap .btn,
    .inn_header .inn_search_wrap .btn:active,
    .inn_header .inn_search_wrap .btn:focus,
    .inn_header .inn_search_wrap .btn:hover {
      border: none;
      box-shadow: none;
      outline: none;
      background: #fff; }
    .inn_header .inn_search_wrap .glyphicon {
      font-size: 20px; }

.footer_nav_wrap {
  background: #242424;
  font-family: "mlw-ttrevathinormal"; }

.footer_nav {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0px;
  padding: 0px; }
  .footer_nav li {
    display: table-cell;
    text-align: center;
    font-size: 17px; }
    .footer_nav li a {
      display: block;
      width: 100%;
      padding: 30px 10px 23px 10px;
      color: #fff;
      text-decoration: none; }
    .footer_nav li a:hover {
      background: #02345f; }
  .footer_nav li:nth-child(odd) a {
    background: #242424; }
  .footer_nav li:nth-child(even) a {
    background: #3c3737; }
  .footer_nav li a:hover {
    background: #02345f; }

.footer_copyright {
  text-align: center;
  padding: 16px 0px;
  font-family: "montserratlight";
  color: #373737; }
  .footer_copyright a {
    color: #373737;
    text-decoration: none; }
  .footer_copyright a:hover {
    color: #02345f;
    text-decoration: none; }

/* banner */
.landing-banner {
  width: 100%;
  color: #fff;
  display: inline-block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  border-bottom: 5px solid #02345f;
  margin-bottom: -5px; }

.banner_content {
  padding-top: 76px;
  width: 100%;
  height: 100%;
  text-align: center; }

.bannerTbl {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed; }
  .bannerTbl .bannerTr {
    width: 100%;
    height: 100%;
    display: table-row; }
  .bannerTbl .bannerTd {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle; }

.ban_box_wrap {
  text-align: center;
  padding-bottom: 3%;
  background: url(../images/box-shadow.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: bottom center; }
  .ban_box_wrap .box_bg_01 {
    background: #026784; }
  .ban_box_wrap .box_bg_02 {
    background: #0180bb; }
  .ban_box_wrap .box_bg_03 {
    background: #02345f; }
  .ban_box_wrap .box_bg_04 {
    background: #0ba9d7; }

.banner_border {
  border-top: 1px solid #4690d0;
  border-left: 1px solid #4690d0;
  border-bottom: 1px solid #4690d0; }

.banner_box {
  padding: 20px 15px;
  border-right: 1px solid #4690d0; }

.box_icon_holder {
  width: 68px;
  height: 68px;
  margin: 0 auto 20px; }

.box_number {
  font-size: 18px;
  color: #fff; }

.box_title {
  font-size: 18px;
  color: #fff; }

.banner_thump {
  text-align: left; }

/* menu_section */
.menu_section {
  padding: 27px 0; }
  .menu_section .menu_bg_01 {
    background: #007fcf; }
  .menu_section .menu_bg_02 {
    background: #025f99; }
  .menu_section .menu_bg_03 {
    background: #0ba9d7; }
  .menu_section .menu_bg_04 {
    background: #029ebd; }
  .menu_section .menu_bg_05 {
    background: #5bbffe; }
  .menu_section .menu_section_td:hover,
  .menu_section .menu_section_td:focus,
  .menu_section .menu_section_td:active {
    text-decoration: none; }
    .menu_section .menu_section_td:hover .menu_icon_holder img,
    .menu_section .menu_section_td:focus .menu_icon_holder img,
    .menu_section .menu_section_td:active .menu_icon_holder img {
      border-color: #fff;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }

.menu_section_tbl {
  display: table;
  width: 100%;
  table-layout: fixed; }

.menu_section_tr {
  display: table-row;
  width: 100%; }

.menu_section_td {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  font-family: "ml-ttbhavananormal";
  padding: 15px;
  border-right: 1px solid #fff; }
  .menu_section_td .menu_icon_holder {
    padding-top: 30px; }
    .menu_section_td .menu_icon_holder img {
      max-width: 106px;
      max-height: 106px;
      width: 100%;
      border-width: 2px;
      border-style: solid;
      border-color: transparent;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      -webkit-transition: all 0.6s;
      -moz-transition: all 0.6s;
      transition: all 0.6s; }
  .menu_section_td .menu_title_holder {
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    min-height: 90px;
    padding: 10px 0; }

.menu_section_td:last-child {
  border-right: none; }

/* sub_menu_section */
.sub_menu_section {
  padding: 27px 0; }
  .sub_menu_section .sub_menu_bg_01 {
    background: #242424; }
  .sub_menu_section .sub_menu_bg_02 {
    background: #02b1d4; }
  .sub_menu_section .sub_menu_bg_03 {
    background: #242424; }

.sub_menu_box {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: center;
  padding: 15px;
  min-height: 330px; }
  .sub_menu_box .sub_menu_icon_holder {
    padding: 15px 0; }
    .sub_menu_box .sub_menu_icon_holder img {
      max-width: 100%; }
  .sub_menu_box .sub_menu_title_holder {
    font-size: 23px;
    line-height: 23px;
    color: #fff;
    font-family: "ml-ttbhavananormal"; }
  .sub_menu_box .btn {
    background: #02b1d4;
    color: #fff;
    border: none;
    font-size: 13px;
    margin-top: 10px; }

.menu_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  width: 100%;
  height: 50%;
  transition: .5s ease; }

.sub_menu_box:hover .menu_overlay {
  height: 100%; }

.menu_text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center; }

.quote_section {
  padding: 27px 0; }
  .quote_section .quote_thump_img img {
    max-width: 100%; }
  .quote_section .quote_text {
    font-family: "ml-ttbhavananormal"; }
    .quote_section .quote_text h2 {
      margin-top: 0px; }
    .quote_section .quote_text p {
      font-family: "mlw-ttrevathinormal";
      line-height: 24px; }
  .quote_section .carousel {
    padding-top: 25px; }
  .quote_section .carousel-control {
    width: 30px;
    height: 28px;
    top: -6px;
    background: #4690d0; }
    .quote_section .carousel-control .glyphicon {
      top: 4px; }
  .quote_section .carousel-control.left {
    right: 40px;
    left: auto; }

.news_section {
  padding: 27px 0; }
  .news_section .media {
    background: #f3efef;
    padding: 10px;
    margin-bottom: 15px; }
    .news_section .media .media-left img {
      max-width: 107px; }
    .news_section .media .media-body .media-heading {
      font-family: "ml-ttbhavananormal";
      font-size: 21px;
      color: #4690d0;
      margin-bottom: 5px; }
    .news_section .media .media-body h6 {
      margin-top: 0px;
      margin-bottom: 10px;
      font-size: 11px; }
    .news_section .media .media-body p {
      font-family: "mlw-ttrevathinormal";
      line-height: 20px;
      font-size: 11px; }
  .news_section .media_card {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center; }
    .news_section .media_card .media_card_title {
      background: rgba(0, 0, 0, 0.7);
      font-family: "ml-ttbhavananormal";
      color: #fff;
      font-size: 30px;
      text-align: center;
      padding: 4px 10px; }
    .news_section .media_card .media_card_body {
      padding: 20px 10px;
      text-align: center; }
      .news_section .media_card .media_card_body p {
        font-family: "mlw-ttrevathinormal";
        line-height: 23px;
        font-size: 12px;
        color: #fff; }
      .news_section .media_card .media_card_body .btn {
        background: #02b1d4;
        color: #fff;
        border: none;
        font-size: 13px;
        margin-top: 0px;
        font-weight: normal; }

.projects_section {
  padding: 27px 0; }
  .projects_section .media {
    background: #4690d0;
    border: 1px solid #fff; }
  .projects_section .projects_wrap {
    padding-bottom: 3%;
    background: url(../images/box-shadow.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: bottom center; }
  .projects_section .projects_title_img img {
    max-width: 100%;
    float: left; }
  .projects_section .projects_box_scroll {
    height: 169px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 20px; }
  .projects_section .projects_list {
    margin: 0px;
    padding: 20px 15px 20px 0; }
    .projects_section .projects_list li {
      margin: 10px 0;
      color: #fff; }

html {
  height: 100%; }

body {
  min-height: 100%; }

body {
  font-family: "montserratmedium"; }

.innerpage_body {
  background: #e9e9e9; }

.page_title_wrap {
  background: #4690d0;
  font-family: "ml-ttbhavananormal";
  padding: 5px 15px;
  margin-bottom: 20px;
  color: #fff; }
  .page_title_wrap h2 {
    margin: 0px; }
  .page_title_wrap img {
    vertical-align: middle; }

.media-body {
  width: 100%; }

.page_wrapper {
  padding-left: 0px;
  transition: all .4s ease 0s;
  height: 100%; }

.sidebar-wrapper {
  margin-left: -233px;
  left: 0px;
  width: 233px;
  background: #046dd5;
  position: fixed;
  height: 100%;
  z-index: 10000;
  transition: all .4s ease 0s;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: right 160px;
  background-repeat: no-repeat; }

.page-content-wrapper {
  padding-left: 0;
  margin-left: 0;
  width: 100%;
  height: auto; }
  .page-content-wrapper .container {
    padding-left: 15px;
    padding-right: 15px; }

.page_wrapper.active {
  padding-left: 233px; }

.page_wrapper.active .sidebar-wrapper {
  left: 233px; }

.page-content-wrapper {
  width: 100%;
  padding-top: 80px; }

/* Sidebar */
.mob_info {
  display: none;
  padding-bottom: 10px;
  background: #0ba9d7; }
  .mob_info .inn_mob_search {
    padding: 10px; }
  .mob_info .mob_logout {
    float: right;
    margin-right: 10px;
    color: #fff; }
  .mob_info .mob_logout:hover,
  .mob_info .mob_logout:focus,
  .mob_info .mob_logout:active {
    color: #fff;
    text-decoration: underline; }

.sidebar_logo {
  background: #242424;
  text-align: center;
  padding: 10px; }
  .sidebar_logo img {
    max-width: 100%; }

.sidebar_scroll {
  width: 233px;
  position: absolute;
  height: 100%;
  padding-top: 132px;
  top: 0px;
  z-index: -1; }

.sidebar_nav {
  margin: 0px;
  padding: 0px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto; }
  .sidebar_nav li {
    font-family: "ml-ttbhavananormal";
    font-size: 18px;
    border-bottom: 1px solid #178afc; }
  .sidebar_nav a {
    display: block;
    padding: 6px 15px;
    color: #fff;
    text-decoration: none;
    text-shadow: 2px 2px 2px #969696; }
  .sidebar_nav a:hover {
    background: #052881;
    text-decoration: none; }

/* inner page banner */
.inn_banner_section .inn_banner_wrap {
  width: 100%;
  height: 362px;
  color: #fff;
  display: inline-block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center; }

.inn_banner_right {
  width: 100%;
  height: 362px; }

.inn_banner_box {
  text-align: center;
  padding: 20px 15px; }

.inn_banner_half {
  height: 50%; }

.inn_box_icon_holder {
  width: 68px;
  height: 68px;
  margin: 0 auto 20px; }

.inn_box_number {
  font-size: 18px;
  color: #fff; }

.inn_box_title {
  font-size: 18px;
  color: #fff; }

.inn_box_bg_01 {
  background: #026784; }

.inn_box_bg_02 {
  background: #0180bb; }

.inn_box_bg_03 {
  background: #02345f; }

.inn_box_bg_04 {
  background: #0ba9d7; }

.inn_page_content {
  padding: 27px 0; }
  .inn_page_content p {
    font-family: "mlw-ttrevathinormal";
    line-height: 24px; }
  .inn_page_content h2 {
    font-family: "ml-ttbhavananormal"; }

/* inner page styles */	
header.inner_header {
  height: auto;
  width: 100%;
  /*height: 115px;
    width: 100%;
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 100;*/
}
header.inner_header .header-max {
    max-width: 1110px;
    margin: 0 auto; 
}
header.inner_header .inner-logo, header.inner_header .logo-text {
	text-align: center;
	padding: 10px;
}
section.inner-content{
	max-width: 1110px;
    margin: 0 auto;
	background-color: #f3f3f3;
	margin-top: 15px;
	padding: 10px;
	font-family: "montserratlight";
}
section.inner-content .content-label{
	font-family: "ml-ttbhavananormal";
	text-align: center;
	font-size: 17px;
}
section.inner-content .default-title{
	font-size: 14px;
}
section.inner-content .content-title{
	font-family: "ml-ttbhavananormal";
	font-size: 17px;
}
.content-box1{
	padding:20px 0px;
}
.content-box1 div{
	padding: 0px;
}
.content-box1 textarea{
	width: 100%;
	border: 1px solid #cbcbcb;
	height: 60px;
}
.content-box2{
	padding:20px 0px;
	margin-top: 15px;
	background-color: #fff;
	border: 1px solid #cbcbcb;
}
.content-box2 .content-title, .content-box2 .default-title{
	width: 30%;
    float: left;
}
.content-box2 input{
	width: 70%;
	background-color: #f3f3f3;
	border: 1px solid #cbcbcb;
	height: 30px;
}
.content-box2 textarea{
	width: 70%;
	background-color: #f3f3f3;
	border: 1px solid #cbcbcb;
	height: 90px;
}
.content-box2 div{
	margin: 10px 0px;
}
.grid-right .content-box2 .btn{
	margin-top: 0px;
}
section.inner-content .grid-left{
	margin: 15px 10px 15px 0px;
}
.grid-left .grid-top-border{
	border-top: 1px solid #cbcbcb;
}

section.inner-content .grid-right{
	margin: 15px 0px;
}
.grid-left .btn, .grid-right .btn, .comment-box .btn{
	margin-top: 20px;
	border-radius: 0px;
    font-size: 12px;
	background-color: #046dd6;
}
.grid-left .btn{
	margin-top: 0px;
}
.comment-box .btn{
	margin-top: 0px;
}
.details-grid{
	margin-bottom: 20px;
}
.no-pad{
	padding: 0px;
}
.comment-box span{
	width: 100%;
	float: left;
}
.comment-box .comment-search span{
	width: auto;
	float : none;
}
.comment-box .comment-search input{
	width: 200px;
    margin-left: 50px;
    margin-right: 10px;
}
.comment-box textarea{
	width: 100%;
	height: 80px;
	margin-top: 5px;
}

section.inner-content .content-grid{
	background-color: #fff;
	display: flex;
}
section.inner-content .grid-content-box{
	height: 330px;
	margin: 15px 10px 0px 0px;
}
.grid-nav{
	background-color: #fff;
    position: absolute;
    bottom: 0px;
    width: 98%;
    /*border: 1px solid #ccc;*/
    height: 31px;
}
.grid-nav .pagination{
	margin: 0px;
	float: right;
}
.grid-nav .pagination>li>a:hover, .pagination>li>a:active{
	background-color: #046dd6;
	color: #fff;
}
.grid-main-box{
    max-height: 345px;
    margin-bottom: 20px;
}
.grid-container{
	max-height: 345px;
    overflow: hidden;
}
section.inner-nav-menu{
	width: 100%;
	font-family: "ml-ttbhavananormal";
	background-color: #046dd6;
	color: #fff;
	/*margin-top: 115px;*/
}
section.inner-content .inner-block1 ul{
width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0px;
  padding: 0px;
}
.inner-block1 ul li{
	display: table-cell;
    text-align: center;
    font-size: 17px;
	padding: 10px 0px;	
}
.inner-block1 ul li span{
	width: 90%;
    display: inline-block;
	border: 1px solid #dfdfdf;  
    border-radius: 16px;
    background-color: #fff;
	padding: 5px;
}
section.inner-content .title-blue{
	width: 60%;
    display: inline-block;
    border-radius: 16px;
    background-color: #046dd6;
	color: #fff;
	font-size: 17px;
	text-align: center;
	margin: 5px 0px;
	padding: 5px;
}
section.inner-content .col-full-border{
	border: 1px solid #cbcbcb;
	padding: 5px;
}
section.inner-content .col-border{
	border: 1px solid #cbcbcb;
	border-top: 0px;
	border-left: 0px;
	/*padding: 5px;*/
	padding: 8px 5px;
	text-align: center;
}
section.inner-content .col-first-border{
	border: 1px solid #cbcbcb;
	border-top: 0px;
	padding: 5px;
	text-align: center;
}
.header_nav_container{
	max-width: 1110px;
    margin: 0 auto;
}
.header_nav {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0px;
  padding: 0px; }
  .header_nav li {
    display: table-cell;
    text-align: center;
    font-size: 17px;
	border-right: 1px solid #0d81f4;
	}
	.header_nav li:first-child {
	border-left: 1px solid #0d81f4;
	}
    .header_nav li a {
      display: block;
      width: 100%;
      padding: 30px 10px 23px 10px;
      color: #fff;
      text-decoration: none; }
    .header_nav li a:hover {
      background: #02345f; }
  .header_nav li:nth-child(odd) a {
    background: #046dd6; }
  .header_nav li:nth-child(even) a {
    background: #046dd6; }
  .header_nav li a:hover {
    background: #02345f; }
	

/*# sourceMappingURL=style.css.map */
.login-box,
.register-box {
  width: 360px;
}

@media (max-width: 576px) {
  .login-box,
  .register-box {
    margin-top: .5rem;
    width: 90%;
  }
}

.login-card-body,
.register-card-body {
  background: #ffffff;
  border-top: 0;
  color: #666;
  padding: 20px;
}

.login-card-body .input-group .form-control,
.register-card-body .input-group .form-control {
  border-right: 0;
}

.login-card-body .input-group .form-control:focus,
.register-card-body .input-group .form-control:focus {
  box-shadow: none;
}

.login-card-body .input-group .form-control:focus ~ .input-group-append .input-group-text,
.register-card-body .input-group .form-control:focus ~ .input-group-append .input-group-text {
  border-color: #80bdff;
}

.login-card-body .input-group .form-control.is-valid:focus,
.register-card-body .input-group .form-control.is-valid:focus {
  box-shadow: none;
}

.login-card-body .input-group .form-control.is-valid ~ .input-group-append .input-group-text,
.register-card-body .input-group .form-control.is-valid ~ .input-group-append .input-group-text {
  border-color: #28a745;
}

.login-card-body .input-group .form-control.is-invalid:focus,
.register-card-body .input-group .form-control.is-invalid:focus {
  box-shadow: none;
}

.login-card-body .input-group .form-control.is-invalid ~ .input-group-append .input-group-text,
.register-card-body .input-group .form-control.is-invalid ~ .input-group-append .input-group-text {
  border-color: #dc3545;
}

.login-card-body .input-group .input-group-text,
.register-card-body .input-group .input-group-text {
  background-color: transparent;
  border-bottom-right-radius: 0.25rem;
  border-left: 0;
  border-top-right-radius: 0.25rem;
  color: #777;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.login-box-msg,
.register-box-msg {
  margin: 0;
  padding: 0 20px 20px;
  text-align: center;
    font-family: Meera,AnjaliOldLipi,Kartika;
}

