@font-face {
  font-family: 'Titillium Web';
  src: url('../fonts/TitilliumWeb-SemiBold.ttf');
}

.d-flex {
  display: flex !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-center {
  align-items: center !important;
}

.text-white {
  color: white !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.ps-20 {
  padding-left: 20px !important;
}

.float-left {
  float: left !important;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.contentbox {
  position: relative;
  width: 600px;
  height: 400px;
  background: #fff;
  border-radius: 20px;
  display: flex;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.contentbox .imgbx {
  position: relative;
  width: 300px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contentbox .imgbox img {
  position: relative;
  max-width: 100%;
  z-index: 1;
}

.contentbox .contentbox {
  position: relative;
  width: 300px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contentbox .content h1 {
  color: rgb(236, 35, 35);
  line-height: 1em;
  font-weight: 600;
  font-size: 4em;
}

.contentbox .content h2 {
  font-size: 3em;
  color: #251a1a;
  line-height: 0%;
  color: #333;
  text-transform: uppercase;
  justify-content: space-evenly;
}

/* .contentbox .content h2 span
{
color: #333;
font-size: 0.75em;

text-align: center;
} */
.contentbox .content h3 {
  font-weight: 7000px;
  color: #277fe4;
  font-size: 2em;
  line-height: 0%;
}

.contentbox .content a {
  display: inline-block;
  padding: 10px 20px;
  background: #ff4d54;
  color: #fff;
  margin-top: 15px;
  text-decoration: none;
  border-radius: 10px;
}

.close {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: #f3f3f3 url(close.html);
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: center;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
}

@media (max-width: 767px) {
  .contentbox {
    width: 300px;
    height: auto;
    flex-direction: column;
  }

  .contentbox .imgbx {
    height: 200px;
    transform: translate(-50px);
  }

  .contentbox .imgbx::before {
    background: #fff;
  }

  .contentbox .content {
    height: auto;
    text-align: center;
    padding: 20px;
    padding-top: 0;
  }

  .close {
    top: -50px;
    right: -10px;
    background: #fff url(close.html);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
  }
}

html {
  font-family: 'Roboto Condensed', sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-x: hidden;
}

body {
  margin: 0;
  /* font-family: 'Open Sans', sans-serif; */
  font-family: 'Roboto Condensed', sans-serif;
  overflow-x: hidden;
}

article,
aside,
details,
/* 1 */
figcaption,
figure,
footer,
header,
main,
/* 2 */
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
/* 1 */
[hidden] {
  display: none;
}

a,
button,
span,
div {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
  transition: all 0.5s ease;
}

input {
  transition: all 0.5s ease;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0 0 15px;
  font-family: 'Titillium Web', sans-serif;
  transition: all 0.5s ease;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  transition: all 0.5s ease;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

optgroup {
  font-weight: bold;
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
html [type="button"],
/* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/******** Start Home Page CSS **********************************************************/
.ilr_topbar {
  width: 100%;
  background: #db5500;
  padding: 8px 0;
  font-family: 'Titillium Web', sans-serif;
}

.ilr_topbar p {
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  font-weight: 600;
  margin: 0;
}

.ilr_topbar .social_icons {
  margin: 0 0 0;
  text-align: right;
}

.ilr_topbar .social_icons a {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
  color: #db5500;
  display: inline-block;
  font-size: 18px;
  height: 35px;
  line-height: 35px;
  margin: 0 0 0 3px;
  padding: 0;
  text-align: center;
  width: 35px;
}

.ilr_topbar .social_icons a:hover {
  background: #166EB5;
  color: #fff;
}

.ilr_header {
  width: 100%;
  background: #fff;
  padding: 15px 0;
  vertical-align: top;
  font-family: "Titillium Web", sans-serif;
}

.ilr_header a {
  display: inline-block;
  display: flex;
}

.ilr_header a:hover {
  text-decoration: none;
  cursor: pointer;
}

.ilr_header .logo_text {
  display: inline-block;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  padding: 10px 0 0 10px;
}

.ilr_header .logo_text h1 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-size: 44px;
  color: #db5500;
  margin: 0;
}

.ilr_header .logo_text small {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #db5500;
  margin-top: -8px;
  display: block;
}

.ilr_header .logo_text h1 span {
  color: #166EB5;
}

.logo_text h1 span {
  font-size: 12px;
  display: block;
  text-align: right;
}

.ilr_header .contact_info {
  padding-top: 10px;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  margin-left: 20px;
}

.ilr_header .contact_info a {
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  color: #166EB5;
  margin: 0 0 5px;
  font-weight: 400;

}

.ilr_header .contact_info a i {
  border: 1px solid #166EB5;
  height: 30px;
  line-height: 30px;
  margin-left: 10px;
  text-align: center;
  width: 30px;
}

.ilr_header .contact_info a:hover {
  color: #fff;
  background: #db5500;
}

.ilr_header a.btn_log {
  background: #166EB5 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  margin-top: 0px;
  max-width: 200px;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  font-family: 'Titillium Web', sans-serif;
}

.navbar-inverse {
  background-color: #166EB5;
  border: 0 none;
  border-radius: 0;
  margin: 0;
  min-height: auto;
  text-align: center;
  padding: 0 0;
}

.navbar-brand {
  float: left;
  font-size: 18px;
  height: auto;
  line-height: 20px;
  padding: 8px 0 0 15px;
}

.navbar-nav>li {
  display: inline-block;
  float: none;
}

.navbar-inverse .navbar-nav>li>a {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  padding: 20px 23px;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
  background-color: #DB5500;
  color: #fff;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
  background-color: #DB5500;
  color: #fff;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
  background-color: #DB5500;
  color: #fff;
}

.navbar-nav>li>.dropdown-menu {
  border-bottom: 3px solid #F7931E;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-width: 0 0 3px;
  margin-top: 32px;
}

.navbar-nav .caret {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px dashed;
  display: inline-block;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  width: 0;
  margin-top: -2px;
}

.navbar-inverse li.appoinment a:hover {
  background: #F7931E;
  color: #fff;
}

.navbar-collapse {
  padding: 0;
}

.navbar-nav>li>.dropdown-menu {
  border-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-width: 0 0 3px;
  left: 0;
  margin-top: 0;
  right: auto;
  padding: 15px 0 0;
  background-color: #DB5500;
  border-radius: 0;
}

.dropdown-menu>li>a {
  clear: both;
  color: #fff;
  display: block;
  font-weight: 400;
  line-height: 1.42857;
  padding: 10px 20px;
  white-space: nowrap;
  border-bottom: 1px solid #c44d02;
  font-size: 16px;
}

.enquiry {
  background: #db5500 none repeat scroll 0 0;
  border: 0 none;
  bottom: 0;
  color: #fff;
  font-size: 18px;
  line-height: 60px;
  padding: 0 35px;
  position: absolute;
  right: 15px;
  top: 0;
  box-shadow: none;
  font-family: 'Titillium Web', sans-serif;
}

a.enquiry:focus,
a.enquiry:hover {
  background: #000 none repeat scroll 0 0;
  color: #fff;
  text-decoration: none;
}

.enquiry i {
  margin-right: 8px;
  font-size: 20px;
}

.navbar .container {
  position: relative;
}






.ilr_banner {
  margin: 0 0;
  padding: 0;
  position: relative;
}

.ilr_banner .banner_txt {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  border-radius: 15px 15px 0 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 800px;
  padding: 30px 50px 20px;
  position: absolute;
  right: 0;
  text-align: center;
  top: auto;
  width: 100%;
  z-index: 99;
}

.ilr_banner .item img {
  width: 100%;
}

.ilr_banner .banner_txt>h1 {
  color: #fff;
  font-size: 33px;
  font-weight: 700;
  text-transform: uppercase;
}

.ilr_banner .banner_txt p {
  color: #e3e3e3;
  font-size: 18px;
}

.ilr_banner .item a {
  background: #db5500 none repeat scroll 0 0;
  border-radius: 2px;
  color: #fff;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 20px;
  max-width: 200px;
  width: 100%;
  font-family: 'Titillium Web', sans-serif;
  display: block;
  margin: 20px auto 0;
}

.ilr_banner .banner_txt a:hover {
  background: #166EB5 none repeat scroll 0 0;
  color: #fff;
  text-decoration: none;
}

.carousel-control {
  background-color: rgba(0, 0, 0, 0);
  bottom: 0;
  color: #fff;
  font-size: 20px;
  left: 0;
  opacity: 1;
  position: absolute;
  text-align: center;
  text-shadow: none;
  top: 0;
  width: 100px;
}

.ilr_banner .carousel-control span {
  background: rgba(0, 45, 66, 0.7) none repeat scroll 0 0;
  color: #fff;
  display: block;
  font-size: 28px;
  height: 62px;
  left: 0;
  line-height: 62px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 50%;
  width: 62px;
  z-index: 999;
  border-radius: 50%;
  transform: translateY(-50%);
}

.ilr_banner .carousel-control:hover span {
  background: #DB5500 !important;
}

.about_ilr {
  padding: 50px 0;
  text-align: left;
}

.about_ilr h2 {
  color: #DB5500;
  margin-bottom: 30px;
  padding-bottom: 13px;
  position: relative;
  font-size: 32px;
  font-weight: 600;
}

.about_ilr h2::after {
  background: #DB5500 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: auto;
  width: 80px;
}

.about_ilr p {
  color: #777;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  padding-right: 50px;
  text-align: justify;
}

p.big_font {
  color: #3d3e3e;
  font-size: 20px !important;
  font-weight: 300;
}

.about_ilr a {
  background: #166EB5 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  margin-top: 25px;
  max-width: 200px;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  font-family: 'Titillium Web', sans-serif;
}

.about_ilr a:hover {
  background: #DB5500;
}

.about_ilr img {
  background: #fff none repeat scroll 0 0;
  border: 2px dotted #DB5500;
  border-radius: 50px 0 50px 0;
  margin-top: 50px;
  padding: 10px;
  width: 100%;
}

.ilr_news {
  padding: 50px 0;
  text-align: center;
  background-color: #166EB5;
  color: #fff;
}

.ilr_news h2 {
  border: 1px solid;
  color: #fff;
  background: #DB5500;
  display: inline-block;
  font-family: "Titillium Web", sans-serif;
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 60px 0;
  padding: 15px 25px;
  position: relative;
  vertical-align: middle;
}


.ilr_news h2::after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 1px;
  position: absolute;
  right: 96px;
  top: 153%;
  transform: rotate(90deg);
  width: 63px;
}

.ilr_news h2 a {
  color: #fff;
}

.ilr_news h2:hover {
  color: #fff;
  background: #DB5500;
}

.ilr_news .item a {
  color: #fff;
  display: inline-block;
  font-weight: bold;
  margin-left: 5px;
  text-decoration: underline;
}

.news_blk {
  border: 1px solid #fff;
  display: inline-block !important;
  vertical-align: middle;
  width: 100%;
  padding: 25px 25px 0;
}

.news_blk h3 {
  font-size: 22px;
  font-weight: bold;
}

.news_blk p {
  font-size: 18px;
}

.ilr_news .owl-prev,
.ilr_news .owl-next {
  background: #db5500 none repeat scroll 0 0;
  display: inline-block;
  font-size: 18px;
  padding: 10px 13px;
}

.ilr_management {
  padding: 50px 0;
  text-align: center;
  background: #fff;
  color: #fff;
}

.ilr_management h2 {
  color: #DB5500;
  margin-bottom: 30px;
  padding-bottom: 13px;
  position: relative;
  font-size: 35px;
  font-weight: 600;
}

.ilr_management h2::after {
  background: #DB5500 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 80px;
}

p.max-width {
  color: #3d3e3e;
  font-size: 20px;
  font-weight: 300;
  margin: auto;
  max-width: 622px;
}

.management_blk {
  background: #166EB5 none repeat scroll 0 0;
  border-radius: 5px;
  padding: 30px;
  position: relative;
  /* margin-top: 180px; */
}

.management_blk>.icon>img {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #166EB5;
  border-radius: 50%;
  left: 0;
  margin: auto;
  margin-bottom: 30px;
  max-width: 180px;
  padding: 6px;
  width: 100%;
}

.management_blk h3 {
  color: #fff;
  margin-bottom: 5px;
  position: relative;
  font-size: 24px;
  font-weight: 600;
}

.management_blk small {
  color: #fff;
  margin-bottom: 15px;
  position: relative;
  font-size: 16px;
  display: block;
}

.management_blk p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.management_blk a {
  background: #db5500 none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-family: "Titillium Web", sans-serif;
  font-size: 20px;
  margin: 30px auto 0;
  max-width: 180px;
  padding: 10px 20px;
  text-decoration: none;
  width: 100%;
}

.management_blk a:hover {
  background: #000 none repeat scroll 0 0;
}

.ilr_courses {
  background: #f5f5f5 none repeat scroll 0 0;
  padding: 50px 0;
  position: relative;
}

.courses_blk {
  background: #fff none repeat scroll 0 0;
  padding: 5px 5px 25px;
  border: 1px solid #ddd;
  text-align: center;
}

.courses_blk a,
.btn-primary {
  background: #166EB5 none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-family: "Titillium Web", sans-serif;
  font-size: 20px;
  margin: 20px auto 10px;
  max-width: 180px;
  padding: 10px 20px;
  text-decoration: none;
  width: 100%;
}

.btn-primary {
  margin: 0px !important;
}

.courses_blk a:hover,
.btn-primary:hover {
  background: #db5500 none repeat scroll 0 0;
}

.courses_blk>img {
  width: 100%;
  margin-bottom: 30px;
}

.courses_blk h3 {
  color: #DB5500;
  margin-bottom: 25px;
  padding-bottom: 13px;
  position: relative;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}

.courses_blk h3::after {
  background: #DB5500 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 60px;
}

.courses_blk p {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  padding: 0 10px;
}

.courses_blk table {
  width: 100%;
  border: 0;
  font-size: 16px;
  text-align: center;
  color: #999999;
}

.courses_blk table th {
  text-align: center;
  color: #166EB5;
  padding: 2px 5px 7px
}

.courses_blk table td {
  padding: 2px 5px;
}

.box-2 .testimonial_text {
  float: left;
}

.testimonial {
  background: #166EB5;
  color: #fff;
  padding: 50px 0 100px;
  text-align: center;
  position: relative;
  margin: 0 -15px;
}

.testimonial_text {
  float: right;
  max-width: 570px;
  text-align: left;
  width: 100%;
  padding: 0 50px 0 0;
}

.testimonial_text h2 {
  color: #fff;
  margin-bottom: 50px;
  position: relative;
  font-size: 35px;
  font-weight: 600;
}

.testimonial_text h2 i {
  background: #db5500 none repeat scroll 0 0;
  border-radius: 5px;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  padding: 0;
  text-align: center;
  vertical-align: top;
  width: 40px;
}

.testimonial_text .owl-dot>span {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  display: block;
  height: 12px;
  margin: 5px;
  width: 12px;
}

.testimonial_text .owl-dot.active span {
  background: #DB5500 none repeat scroll 0 0;
}

.testimonial_text .owl-dot {
  display: inline-block;
}

.testimonial_text .owl-theme .owl-controls {
  text-align: left;
}

.name_box img {
  display: inline-block !important;
  margin-top: 50px;
  max-width: 60px;
  vertical-align: top;
}

.arrow_box {
  position: relative;
  border-radius: .4em;
  border: 1px solid #fff;
  padding: 40px 25px;
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
  min-height: 184px;
}

.arrow_box p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

.user_name {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin: 56px 0 0 25px;
  position: relative;
  text-align: left;
}

.user_name small {
  display: block;
  font-weight: 400;
}

.name_box {
  margin-bottom: 30px;
}

.arrow_box:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #fff;
  border-bottom: 0;
  border-left: 0;
  margin-left: -10px;
  margin-bottom: -20px;
}


.feedback-form {
  background: #fff;
  padding: 50px 15px 50px 50px;
}

.social_block {
  background: #fff;
  padding: 50px 0;
  background: #f5f5f5;
}

.social_block h2 {
  color: #db5500;
  margin-bottom: 30px;
  position: relative;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 13px;
}

.social_block h2::after {
  background: #DB5500 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 80px;
}

.feedback-form h2 {
  color: #db5500;
  margin-bottom: 30px;
  position: relative;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 13px;
}

.feedback-form h2::after {
  background: #DB5500 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 80px;
}

.feedback-form p.max-width {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin: auto;
  max-width: 622px;
  text-align: center;
}

.feedback-form form {
  float: left;
  text-align: left;
  width: 100%;
  margin-top: 50px;
}

.feedback-form form .form-control {
  background-color: #f9f9f9;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  color: #999999;
  display: block;
  font-size: 16px;
  height: auto;
  line-height: 1.42857;
  padding: 15px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}

.feedback-form form .btn-default {
  background-color: #166EB5;
  border: 0 none;
  border-radius: 0;
  color: #fff;
  display: block;
  font-size: 18px;
  margin: 15px auto 0;
  max-width: 200px;
  padding: 15px;
  width: 100%;
}

.feedback-form form .btn-default:hover {
  background-color: #DB5500;
}

footer {
  background: #126aad;
  padding: 40px 0;
  color: #fff;
  font-size: 16px;
}

footer h3 {
  font-size: 26px;
  color: #fff;
  padding-bottom: 15px;
  text-align: left;
  position: relative;
  margin-bottom: 20px;
}

footer h3::before {
  background: #DB5500 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  margin: 0;
  position: absolute;
  right: auto;
  width: 70px;
}

footer a {
  color: #ddd;
  position: relative;
}

footer a:hover {
  color: #DB5500;
}

footer .widget a {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
  padding-left: 15px;
}

footer .widget a::before {
  color: #dddddd;
  content: "\f105";
  font-family: fontawesome;
  left: 0;
  margin-right: 0;
  position: absolute;
}

.copyright {
  background: #db5500;
  padding: 10px 0;
  margin-top: 0;
  font-size: 16px;
}

.copyright p {
  color: #ddd;
  margin: 0;
  font-size: 16px;
}

.copyright a {
  color: #fff;
  font-size: 16px;
}

.copyright a:hover {
  color: #fff;
}

/******** End Home Page CSS **********************************************************/

.page_title {
  background: #699bc4 none repeat scroll 0 0;
  color: #fff;
  padding: 50px 0;
  text-align: center;
}

.page_header>h2 {
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 10px;
}

.page_header .breadcrumb {
  background: transparent none repeat scroll 0 0;
  padding: 0;
  font-size: 18px;
}

.page_header .breadcrumb li a {
  color: #fff;
  font-size: 18px;
}

.page_header .breadcrumb>.active {
  color: #EEE;
}

.common_class.about_ilr h2 {
  color: #db5500;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.common_class.about_ilr img {
  margin-top: 0;
}

.common_class.about_ilr p {
  padding-right: 0;
}

.objectives {
  margin: 30px 0 0;
  padding: 25px;
  background: #f5f5f5;
  border: 1px solid #ddd;
}

.objectives p {
  text-align: center;
}

.common_class h3 {
  color: #db5500;
  font-size: 25px;
  font-weight: 600;
}

.common_class h4 {
  color: #db5500;
  font-size: 21px;
  font-weight: 600;
  margin: 20px 0 10px;
}

.common_class .listing li::before {
  color: #DB5500;
  content: "\f14a";
  font-family: FontAwesome;
  left: 0;
  position: absolute;
  font-size: 15px;
}

.common_class .listing li {
  color: #777;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
  padding: 0 0 0 25px;
  position: relative;
  text-align: left;
}

.common_class .listing ul {
  background: #fff none repeat scroll 0 0;
  margin-bottom: 15px;
  padding: 15px 15px 5px;
}

.chief {
  position: relative;
  padding: 150px 0 0;
}

.chief_txt {
  background: #166EB5 none repeat scroll 0 0;
  text-align: center;
  padding: 170px 25px 25px;
  border-radius: 4px;

}

.chief img {
  border-radius: 50%;
  border: 1px solid #166EB5;
  top: 0;
  max-width: 300px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.chief p {
  color: #eee;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  padding-right: 50px;
  text-align: justify;
}

.chief h2::after {
  content: "";
  left: 0;
  margin: auto;
  right: 0;
}

.chief small {
  color: #fff;
  display: block;
  font-size: 18px;
  margin-bottom: 0;
  position: relative;
}

.faculty h2::after {
  left: 0;
  right: 0;
}

.common_class.faculty h2 {
  text-align: center;
}

.common_class table {
  border: 1px solid #ddd;
  font-size: 16px;
}

.common_class th {
  background: #166EB5 none repeat scroll 0 0;
  color: #fff;
  font-size: 18px !important;
  text-align: left;
  white-space: -moz-pre-space;
}

.common_class.course img {
  margin-bottom: 15px;
}

.common_class .table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  border-top: 1px solid #ddd;
  font-size: 16px;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: middle;
}

.common_class.download a {
  margin: 0;
}

.facilities {
  background: #166EB5 none repeat scroll 0 0;
  padding: 25px;
  margin-top: 25px;
}

.about_ilr .facilities p {
  color: #eee;
}

.contact_us .col-sm-6 {
  padding: 0;
}

.pd0 {
  padding: 0 !important;
}

.form_txt {
  background: rgba(0, 0, 0, 0) url("../images/txt_bg.jpg") no-repeat scroll center center / cover;
  position: relative;
}

.form_txt::before {
  background: #252438 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.ad_box {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 1;
}

.ad_box p i {
  background: #db5500 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}

.ad_box p span {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-left: 15px;
  display: inline-block;
  margin-bottom: 10px;

}

.ad_box p {
  color: #aeadad;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  padding: 0 0 0 70px;
  text-align: left;
}

.ad_box {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  max-width: 400px;
  width: 100%;
}

.txt_row {
  margin-bottom: 25px;
  vertical-align: top;
}

iframe {
  margin: 0;
  padding: 0;
}

.map.h_box {
  background: #f2f1f0 none repeat scroll 0 0;
}

.common_class .contact_us h2::after {
  right: 0;
}

.common_class .contact_us h2 {
  margin-bottom: 35px;
  text-align: center;
}

.addOpen .modal-dialog.modal-dialog-centered {
  top: 50%;
  transform: translateY(-50%);
}

.addOpen .row.align-items-center {
  display: flex;
  align-items: center;
}

.addOpen img {
  max-width: 250px;
}

.addOpen .modal-body {
  padding: 35px;
}

.addOpen .modal-header .close {
  margin-top: -2px;
  font-size: 35px;
  color: red;
}

.addOpen .modal-header .close span {
  color: red;
}

.addOpen .btn-primary {
  background: #166EB5;
  border: #166EB5;
  color: #fff;
}

.btn-primary:hover {
  background: #DB5500;
  border: #DB5500;
  color: #fff;
}

.addOpen h1 {
  color: #000;
  margin: 0;
  position: relative;
  font-size: 30px;
  font-weight: 600;
}

.addOpen h2 {
  color: #DB5500;
  margin: 0 0 15px;
  position: relative;
  font-size: 28px;
  font-weight: 600;
}

.addOpen p {
  color: #3d3e3e;
  font-size: 20px font-weight: 300;
}

.addUpdates h2 {
  background: #166EB5 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  margin: 0px;
  max-width: 200px;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  font-family: 'Titillium Web', sans-serif;
}

.dataScroll {
  padding: 10px 15px;
}

.addUpdates {
  margin-bottom: 25px;

}

.dataScroll p {
  color: #3d3e3e;
  font-size: 20px !important;
  font-weight: 300;
  margin: 0;
}

.addUpdates .col-md-12 {
  display: flex;
  align-items: center;
}

/******** Start Media CSS **********************************************************/
@media only screen and (max-width: 1199px) {

  .ilr_news h2::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 30px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 100%;
    transform: translateY(0px);
    width: 1px;
  }

  .ilr_news h2 {
    margin: 0;
  }

  .news_blk {
    border: 1px solid #fff;
    display: inline-block !important;
    margin-top: 29px;
    padding: 25px 25px 0;
    vertical-align: middle;
    width: 100%;
  }

  .ilr_topbar p {
    line-height: 26px;
  }
}

@media only screen and (max-width: 1024px) {

  .ilr_header .logo_text h1 {
    font-size: 35px;
  }

  .ilr_header .logo_text small {
    font-size: 16px;
  }

  .ilr_header img {
    max-width: 85px;
    width: 100%;
  }

  .navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    padding: 20px 10px;
  }

  .enquiry {
    font-size: 17px;
    padding: 0 20px;
  }

  .ilr_banner .item {
    min-height: 400px;
  }

  .ilr_banner .item img {
    display: none;
  }

  .about_ilr p {
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .ilr_topbar p {
    line-height: 26px;
    margin-bottom: 7px;
    text-align: center;
  }

  .ilr_topbar .social_icons {
    margin: 0;
    text-align: center;
  }

  .ilr_header {
    text-align: center;
  }

  .ilr_header a {
    display: block;
    vertical-align: top;
  }

  .ilr_header .logo_text {
    padding: 7px 0 0;
  }

  .ilr_header .contact_info {
    display: block;
    padding-top: 18px;
    text-align: center;
    width: auto;
  }

  .ilr_header a {
    display: inline-block;
    vertical-align: top;
  }

  .ilr_header .contact_info a i {
    float: left;
    margin-left: 0;
    margin-right: 10px;
  }

  .ilr_header .contact_info a {
    margin: 0 15px 5px 0;
  }

  .courses_blk {
    margin-bottom: 15px;
    padding: 15px;
  }

  .testimonial_text {
    float: none;
    max-width: 100%;
    padding: 15px;
    text-align: left;
    width: 100%;
  }

  .testimonial {
    padding: 50px 0;
  }

  .enquiry {
    background: #db5500 none repeat scroll 0 0;
    border: 0 none;
    bottom: 0;
    box-shadow: none;
    color: #fff;
    font-family: "Titillium Web", sans-serif;
    font-size: 18px;
    height: 50px;
    left: 1px;
    line-height: 53px;
    padding: 0 35px;
    position: absolute;
    right: auto;
    top: 0;
  }

  .navbar-nav>li {
    display: block;
    float: none;
    padding: 0 15px;
    text-align: left;
  }

  .navbar-inverse .navbar-toggle:focus,
  .navbar-inverse .navbar-toggle:hover {
    background-color: #db5500;
  }

  .navbar-inverse .navbar-toggle {
    border-color: #166EB5;
  }

  .feedback-form form {
    float: none;
    margin: 0;
    max-width: 100%;
    width: 100%;
  }

  .carousel-control span {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    top: 54%;
  }

  footer h3 {
    margin-bottom: 20px;
  }

  .widget {
    margin-top: 30px;
  }

  .copyright {
    text-align: center;
  }

  .copyright .text-right {
    text-align: center;
  }

  .feedback-form {
    background: #fff none repeat scroll 0 0;
    margin: 0 -15px;
    padding: 50px 0;
  }

  .feedback-form h2 {
    margin-bottom: 35px;
    padding: 0 15px;
  }

  .objectives {
    margin: 30px 0 0;
    padding: 0;
  }
}

@media only screen and (max-width: 480px) {
  .ilr_banner .banner_txt {
    padding: 15px;
  }

  .ilr_banner .banner_txt>h1 {
    font-size: 24px;
  }

  .ilr_banner .banner_txt p {
    color: #e3e3e3;
    font-size: 16px;
  }

  .news_blk {
    padding: 15px 15px 0;
  }

  .management_blk {
    padding: 160px 15px 15px;
  }

  .contact_us.e_height {
    margin: 0 -15px;
  }

  .testimonial_text h2 {
    font-size: 28px;
  }

  .feedback-form h2 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 360px) {
  .ilr_header .contact_info a {
    display: block;
    margin: 0 auto 10px;
    max-width: 200px;
    text-align: left;
    width: 100%;
  }

  p.big_font {
    color: #3d3e3e;
    font-size: 17px !important;
    font-weight: 300;
  }
}



.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 10px;
}

.p-2 {
  padding: 20px;
}

.p-3 {
  padding: 30px;
}

.p-4 {
  padding: 40px;
}

.p-5 {
  padding: 50px;
}


.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-5 {
  padding-bottom: 50px;
}


.pt-1 {
  padding-top: 10px;
}

.pt-2 {
  padding-top: 20px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-5 {
  padding-top: 50px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mb-3 {
  margin-bottom: 30px;
}

.mb-4 {
  margin-bottom: 40px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-5 {
  margin-top: 50px;
}



.services-content .serv-sec .detail {
  background: #fff;
  border-radius: 0 0 6px 6px;
  position: relative;
  box-shadow: 0px 5px 0 0px rgba(222, 222, 248, 0.5), 0 5px 25px 0 rgba(222, 222, 248, 0.9);
}


.services-content .serv-sec .detail h3 {
  font-weight: 500;
  margin-top: 0px;
}

.services-content .serv-sec .detail p {
  margin: 4px 0 0 0;
}

.shadow-dark {
  box-shadow: 0px 5px 0 0px rgb(0 0 0 / 30%), 0 5px 25px 0 rgb(0 0 0 / 30%);
}

.radius {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}


/* accreditions start */
.accr-img {
  background-image: url(../images/eligibilty.jpg);
  padding: 50px 50px;
  border-radius: 50px;
  position: relative;
}

.accrhead {
  position: absolute;
  display: inline-table;
  margin: 0 auto;
  text-align: center;
  left: 0px;
  right: 0px;
  top: -45px;
  background: linear-gradient(93.11deg, #ad172b 2.32%, #092f87 180.03%);
  padding: 15px 100px;
  border-radius: 30px;
}

.accrhead .head {
  margin-bottom: 0px !important;
}

.arraward {
  text-align: center;
}

.arraward p {
  color: #010101;
  font-size: 26px;
}

.arraward img {
  width: 30%;
  margin-bottom: 20px;
}

.arrpoints .arraward::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 7px;
  background: linear-gradient(180deg, rgba(9, 47, 135, 0) 0%, #DB5500 100%);
  right: -5px;
  top: 0px;
  border-radius: 10px;
}

.arrpoints:last-child .arraward::after {
  content: none;
}



.backgroundOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  opacity: .7;
  filter: alpha(opacity=7);
  -moz-opacity: .7;
  z-index: 1021;
  display: none;
}

.delayedPopupWindow {
  display: none;
  position: fixed;
  align-self: center;
  width: 560px;
  height: auto;
  top: 40%;
  left: 50%;
  margin-top: -265px;
  margin-left: -318px;
  z-index: 1022;
  transition: 0.6s;
}

#btnClose {
  display: block;
  align-self: right;
  float: right;
  font-size: 20px;
  text-decoration: none;
  color: #000;
  position: absolute;
  top: 15px;
  right: 25px;
}



.form-container {
  background-color: rgba(255, 255, 255, 1);
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.form-container h2 {
  text-align: center;
  margin-bottom: 30px;
  color: black;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"] {
  border: 2px solid;
  border-color: #e4ecf2;
  height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 20px;
  font-size: 16px;
  width: 100%;
  border-radius: 5px;
  padding-right: 40px;
}

select {
  border: 2px solid;
  border-color: #e4ecf2;
  height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 20px;
  font-size: 16px;
  width: 100%;
  border-radius: 5px;
  padding-right: 40px;
}

textarea {
  border: 2px solid;
  border-color: #e4ecf2;
  height: 100px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 20px 40px;
  font-size: 16px;
  width: 100%;
  border-radius: 5px;
}


input[type="text"]:focus,
input[type="email"]:focus,
select:focus {
  outline: none;
  border-color: #66afe9;
}

textarea:focus {
  outline: none;
  border-color: #66afe9;
}

input[type="submit"] {
  background-color: #166EB5;
  border-radius: 2px;
  color: #fff;
  display: block;
  border: none;
  font-size: 20px;
  padding: 10px 30px;
  text-decoration: none;
  width: 100%;
}

input[type="submit"]:hover {
  background-color: #DB5500;
}



.input-item.ltn__custom-icon::before {
  position: absolute;
  top: 23px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 22px;
  color: #166EB5;
}

.input-item-name.ltn__custom-icon::before {
  content: "\f007";
  font-family: fontawesome;
}

.input-item-email.ltn__custom-icon::before {
  content: "\f0e0";
  font-family: fontawesome;
}

.input-item-phone.ltn__custom-icon::before {
  content: "\f095";
  font-family: fontawesome;
}

.input-item-textarea.ltn__custom-icon::before {
  content: "\f27a";
  font-family: fontawesome;
}



.single__bloge {
  border-radius: 10px;
}

.single__bloge img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  padding: 10px;
  display: inline-block;
  -webkit-box-shadow: 0px 8px 20px rgba(1, 1, 28, 0.1);
  box-shadow: 0px 8px 20px rgba(1, 1, 28, 0.1);
  overflow: hidden;
}

.single__bloge img:hover {
  transform: scale(1.1);
}


.white-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 20px 20px 0px;
}



.cooking-course-choose-img-box {
  position: relative;
  display: block;
  padding-left: 52px;
  padding-right: 90px;
  overflow: hidden;
}

.cooking-course-choose-img-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50px;
  bottom: 0;
  right: 110px;
  z-index: -1;
  border: 2px solid #f6931d;
  background: #f6931d;
  transform: rotate(-10deg);
  border-radius: 6px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}


.cooking-course-choose-img-box:hover .inner img {
  transform: scale(1.05);
}

.rules li {
  margin-left: 20px;
  font-size: 16px;
  line-height: 2;
}

.rules li::before {
  content: "\f061";
  font-family: fontawesome;
  font-size: 14px;
  color: #DB5500;
  position: absolute;
  left: 16px;
}

.rules-2 li::before {
  content: "\f061";
  font-family: fontawesome;
  font-size: 14px;
  color: #DB5500;
  left: 16px;
  margin-right: 10px;
}

.about li {
  margin-left: 20px;
  font-size: 16px;
  line-height: 2;
}

.about li::before {
  content: "\f061";
  font-family: fontawesome;
  font-size: 14px;
  color: #DB5500;
  position: absolute;
  left: 16px;
}


.temparary {
  background: #db5500 none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-family: "Titillium Web", sans-serif;
  font-size: 20px;
  margin: 20px auto 0;
  max-width: 180px;
  padding: 10px 20px;
  text-decoration: none;
  width: 100%;
}

.temparary:hover {
  background: #000 none repeat scroll 0 0;
  color: #fff;
  text-decoration: none;
}

.text-black {
  color: #000;
}


.icon img {
  background: #fff;
  border: 2px dotted #DB5500;
  margin-top: 50px;
  padding: 20px;
  width: 120px;
  border-radius: 5px;
}

.detail p {
  text-align: center;
}

.facilities h2 {
  color: #fff !important;
}

.border-right {
  border-right: 1px solid black;
}

@media only screen and (max-width: 575px) {

  .padd-top {
    padding-top: 20px;
  }

  .mobile-none {
    display: none;
  }

  .delayedPopupWindow {
    align-self: center;
    width: 320px;
    left: 94%;
    top: 43%;
  }

  .ilr_header .logo_text h1 {
    font-size: 22px;
  }

  .ilr_header .logo_text small {
    font-size: 12px;
  }

  .ilr_header img {
    max-width: 60px;
    width: 100%;
    margin-top: -26px;
  }

  .ilr_header .contact_info {
    display: none;
  }

  .ilr_topbar p {
    font-size: 13px;
    margin-bottom: 0;
  }

  .ilr_topbar .social_icons a {
    font-size: 15px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
  }

  .dropdown-menu>li>a {
    color: #fff !important;
  }

  .ilr_banner .carousel-control span {
    font-size: 24px;
    height: 45px;
    line-height: 45px;
    width: 45px;
  }

  .management_blk {
    padding: 30px 15px 15px;
  }

  .arrpoints .arraward::after {
    display: none;
  }

  .accr-img {
    padding: 30px 20px;
  }

  .arraward img {
    width: 35%;
    margin-bottom: 10px;
  }

  .arraward p {
    font-size: 20px;
  }


  .copyright p {
    font-size: 14px;
  }

  .breadcrumb {
    margin-bottom: 0px;
  }

  .white-overlay {
    padding: 20px 20px 20px;
    margin: 0px 20px;
  }

  .page_header>h2 {
    font-size: 25px;
  }

  .page_header .breadcrumb {
    font-size: 16px;
  }

  .page_title {
    padding: 20px 0;
  }

  .icon img {
    margin-top: 30px !important;
    margin-bottom: 0px !important;
    padding: 12px;
    width: 80px;
  }

  .contact_us.e_height {
    margin: 0 0;
  }

  .form-container {
    padding: 30px;
  }

  .contact_us iframe {
    width: 340px;
    height: 400px;
  }

  .ilr_topbar {
    display: none;
  }

}








/*!
 * Dropdownhover v1.0.0 (http://bs-dropdownhover.kybarg.com)
 */
.dropdown .dropdown-menu .caret {
  border: 4px solid transparent;
  border-left-color: #000;
  float: right;
  margin-top: 6px;
}

.dropdown-menu {
  min-width: 250px;
}

.dropdown-menu>li.open>a {
  background-color: #F5F5F5;
  color: #262626;
  text-decoration: none;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
  margin: 0;
  right: auto;
  top: -1px;
}

.dropdown-menu-right .dropdown-menu,
.navbar-right .dropdown-menu .dropdown-menu,
.pull-right .dropdown-menu .dropdown-menu {
  left: auto;
  right: 100%;
}

.dropdown-menu.animated {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.dropdown-menu.animated:before {
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}

.dropdownhover-top {
  margin-bottom: 2px;
  margin-top: 0;
}

.navbar-fixed-bottom .dropdown-menu .dropdown-menu,
.dropdownhover-top .dropdown-menu {
  bottom: -1px;
  top: auto;
}

.navbar-nav>li>.dropdown-menu {
  margin-bottom: 0;
}

.dropdownhover-bottom {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.dropdownhover-left {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.dropdownhover-right {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.dropdownhover-top {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}


/*!
 * Dropdownhover v1.0.0 (http://bs-dropdownhover.kybarg.com)
 */
.m-0 {
  margin: 0px;
}

.vision-mission-img {
  width: 100px !important;
  height: 100px;
  margin-right: 15px;
  float: left;
  margin-top: 15px !important;
}

.qr-img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.justify-content-center {
  justify-content: center;
}

.syllabus-pdf,
.affidavit-pdf {
  background: #fff !important;
}

.syllabus-pdf img,
.affidavit-pdf img {
  border: none !important;
  max-width: 130px;
}

.ragging-poster {
  max-width: 100% !important;
  padding: 0 !important;
}

.ragging-poster img {
  border: none !important;
  border-radius: 0px 0px 0px 0px !important;
  margin: 0 !important;

}

a.tabs-menu.tabs-menu-active {
  background-color: #fff;
  border: solid 2px #1179ac;
  color: #6b6b6b;
  border-bottom: 0;
}

.tabs-content {
  border: solid 2px #1179ac;
  margin-top: -2px;
  background-color: #fff;
  overflow: hidden;
  line-height: 1.5;
}

.tabs-panel {
  display: none;
  min-height: 150px;
  overflow: auto;
  padding: 10px;
  height: 450px;
  font-size: 14px;
}

table,
th,
td {
  border: 1px solid black;
  border-collapse: collapse;
  padding: 5px;
  text-align: left;
}

th {
  background-color: #f2f2f2;
}

.head-tag a {
  background: #166EB5 none repeat scroll 0 0;
  color: #fff;
  font-size: 18px;
  margin-top: 0px;
  max-width: 100%;
  padding: 10px 9px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  font-family: 'Titillium Web', sans-serif;
  margin-bottom: 10px;
}

.head-tag a:hover {
  background: #DB5500;
}

.air-img {
  border: none !important;
  border-radius: 0 !important;
}

.library-img {
  border: none !important;
  border-radius: 20px !important;
}

.tag-img a {
  background: #ffffff none repeat scroll 0 0;
}

.tag-img a:hover {
  background: #ffffff;
}

.tag-img a {
  padding: 0px !important;

}

.tag-img .air-image {
  width: 80px;

}

.tag-img img {
  margin: 0px 0px 0px 40px !important;
  padding: 0px !important;
  width: 150px;
}

.spcl-para {
  font-size: 12px !important;
}

.library-table table {
  font-size: 14px;
}

.library-table th {
  font-size: 16px !important;
}


/* ------------------- */
/* -------Popup------- */
/* ------------------- */


@media (min-width:1024px) {
    .modal-dialog {
        width: 1000px;
        margin: 30px auto;
        padding: 15px;
    }

    
}
.card {
    border: 1px solid #d3d3d3; /* A light gray border, similar to the image */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow for a "card" effect */
    border-radius: 4px; /* Slightly rounded corners */
}

.card-body {
    padding: 20px; /* Provides internal spacing */
}

h5.mb-3 {
    font-weight: bold;
    font-size: 2.25rem;
    color: #333; /* Dark gray for the heading */
    margin-bottom: 1rem; /* Space below the heading */
}

p {
    font-size: 1rem;
    line-height: 1.5; /* Improves readability */
    color: #555; /* A softer gray for the text */
    margin-bottom: 1rem;
}

strong {
    font-weight: bold;
    color: #333; /* Darker text for the bold labels */
}