/** Css for html tags **/
.pageloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
  display: flex;
}
.pageloader img {
  animation: fadeInAnimation ease 3s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  margin: auto;
  width: 350px;
}
.horizontal-blog-view {
  display: grid;
  grid-template-columns: 310px auto;
  background: #eee;
  padding: 0;
  margin-bottom: 20px;
}
.horizontal-blog-view img {
  width : 100%;
  height : 100%;
  object-fit : cover;
}
.horizontal-blog-view > div:nth-child(2) {
  padding : 20px;
}
.xs-btns {
  position: relative;
}
.btn-dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-menu.popover-type {
  min-width : 450px;
  left: -50%;
  top: 96%;
  border-radius: 8px;
  overflow: hidden!important;
  box-shadow: none;
  padding: 0;
  background: transparent;
}
.dropdown-menu.popover-type li {
  border-radius: 8px;
  border: 1px solid #eee;
  background: #fff;
}
.dropdown-menu.popover-type li:first-child {
  padding: 5px 10px;
  border: none;
  background: transparent;
}
.dropdown-menu.popover-type img {
  border-radius: 8px 8px 0 0;
}
.dropdown-menu.popover-type::before {
  content: '';
  position: absolute;
  width : 0;
  height : 0;
  left : 180px;
  top : 0;
  border-left : 14px solid transparent;
  border-right : 14px solid transparent;
  border-bottom : 14px solid #444E8C;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0.5;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0.5;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
body,
html {
  overflow-x: hidden !important;
}
body.loading {
  overflow: hidden;
}
body #loading {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  background: #fff;
}
.grid-o {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}
@media(max-width : 991px) {
    .grid-o {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(max-width : 559px) {
    .grid-o {
        grid-template-columns: repeat(1, 1fr);
    }
}
.grid-o br {
    display : none!important;
}
.grid-o a,
.grid-o button {
    display : block;
    width : 100%;
    height : 100%;
}
.reportGrid {
    display : grid;
    grid-template-columns : repeat(4, 1fr);
    grid-gap : 20px;
}
.reportGrid a{
    display : block;
    background : #eee;
    height : 100%;
}
.reportContentBox {
    padding : 5px 15px 10px;
}
.reportGrid img {
    width : 100%;
}
#loading .element {
  position: absolute;
  margin: 0 auto;
  left: 0px;
  right: 0px;
  top: 50%;
}
.loadingImg {
  margin-top: -50px;
  width: 240px;
}
body.loading #loading {
  display: block;
}

textarea {
  resize: none !important;
}
p {
  font-size: 17px !important;
}

.modal-style1 i,
#achievementModal i {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 24px;
  color: #fff;
  background: #333;
  padding: 15px;
  cursor: pointer;
}
#achievementModal .img-responsive {
  width : 100%;
}
.visit-washi-content {
  padding : 10px 20px 20px;
}
.bg-red {
  background: red;
}
@media (min-width: 768px) {
  .modal-xs {
    margin-top: 10px;
    width: 525px;
  }
}
.viewGallery .imageOnly img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.cbp img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
.jumbotron {
  padding: 0 !important;
  background: transparent;
}
.close-startUp {
  position: absolute;
  font-size: 40px;
  top: 20px;
  right: 20px;
  opacity: 1;
  color: #000;
}
.c-overlay-content {
  color: #ddd;
  font-size: 16px !important;
  text-transform: uppercase;
}
.c-overlay-content span {
  background: rgba(0, 0, 0, 0.7);
  padding: 6px 18px;
  border-radius: 6px;
}
.cause-txt2 h4 {
  font-size: 20px !important;
}
.cause-txt2 p {
  font-size: 16px !important;
  line-height: 22px;
  color: #333 !important;
}
#startupModal .modal-content {
  box-shadow: none !important;
  border-radius: 0;
}
@media (min-width: 768px) {
  .index-popup {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .index-popup.video {
    grid-template-columns: 1fr;
  }
}
.index-popup.video iframe {
  width : 100%;
  height : 300px;
  margin-bottom : 10px;
}
.index-popup .mblock {
  display: flex;
}
.mleft-block {
  display: flex;
}
.mleft-block a {
  display: block;
  width: 100%;
  height: 100%;
  background: red;
}
.mleft-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-popup .table tr td,
.index-popup .table tr th,
.mblock p {
  font-size: 15px !important;
  font-family: "Roboto Condensed", sans-serif;
}
span.close {
  width: 30px;
  height: 30px;
  line-height: 25px;
  margin-right: 10px;
  border-radius: 20px;
  font-size: 15px;
  color: #555;
  text-align: center;
  text-shadow: none;
  background: #fff;
  border: 2px solid #777;
  padding-left: 0.5px;
  font-weight: bold;
  position: absolute;
  margin-top: 10px;
  right: 0px;
  top: 0;
  opacity: 1;
}
.index-popup .mright-block {
  padding: 10px 25px 50px;
  position: relative;
  text-align: center;
}
.index-popup.video .mright-block {
  padding : 20px;
}
.index-popup .mright-block.left {
  background: #f7f7f7;
}
.index-popup .mright-block ul {
  padding: 0;
  list-style: none;
}
.index-popup .mright-block ul li {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.index-popup .mright-block ul li.tiny {
  font-size: 14px;
}
.index-popup .mright-block .btn {
  background: #31577e;
  border-color: #31577e;
}
.btn + .btn {
  margin-left : 0;
}
.btn-block+.btn-block {
  margin-top : 0;
}
@media (min-width: 768px) {
  .index-popup .mright-block .btn-holder {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
  }
  .index-popup .mright-block .btn-holder.btn-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
  }
}
@media(max-width:767px) {
  .index-popup .mright-block .btn-holder.btn-2 .btn {
    margin-bottom : 10px;
  }
  .btn-holder-video a {
    display: block;
    margin-bottom  :10px;
  }
}
@media(min-width:768px) {
  .btn-holder-video {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 10px;
  }
}
li.tiny a {
  color: #ff6565;
}
.index-popup .mright-block p {
  line-height: 20px;
  font-size: 15px !important;
}
.wrap-mcontent img {
  display: inline-block;
  width: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
.index-popup h4 {
  padding-right: 20px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #666;
  font-size: 20px;
  text-align: center;
  margin-top: 40px !important;
  margin-bottom: 20px;
}
.index-popup .table tr td:first-child {
  text-transform: uppercase;
}

.grid-box {
  border-radius: 4px;
  border: 1px solid #ddd;
  background: #f5f5f5;
  padding: 20px 20px 20px !important;
}
@media (min-width: 768px) {
  .grid-box {
    display: grid;
    grid-template-columns: 340px 1fr;
  }
}
#nt-example1 {
  margin: auto;
  padding: 0;
  height: 45px !important;
  overflow: hidden !important;
}
#nt-example1 li {
  color: #4e4e4e;
  overflow: hidden;
  padding: 0 10px;
  /* height: 40px; */
  font-size: 18px;
  text-align: left;
}
#nt-example1 li a {
  color: #ff5500;
}

/* WASHI LOGOS PAGE */
.grid-washi-logos {
  padding: 20px;
}
@media(min-width : 560px) {
  .grid-washi-logos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
  }
}
.washi-logo-box {
  background-color: #eee;
  border : 1px solid #ddd;
  padding : 20px;
  text-align: center;
  border-radius: 6px;
  margin-bottom: 20px;
}
.washi-logo-box img {
  width : 100%;
}

/* IN CAMPUS PAGE */
.audio-player-wrapper {
  position: fixed;
  left: 4px;
  width: 32px;
  bottom: 100px;
  background: #093C62;
  padding: 6px;
  color: #eee;
  border-radius: 30px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
.audio-player-wrapper h4 {
  font-size: 15px;
  color : #fff;
}
.bap-btn {
  width: 40px;
    height: 40px;
    padding: 4px;
}
.bap-btn-default {
  color: #fff;
  text-align: center;
  margin-left: -10px;
  margin-bottom: -6px;
  opacity: 1!important;
  background-color: #00AFF1;
}
.bap-btn-default:hover {
  background : #333;
}
.index-popup.fixed {
  position: fixed;
  margin-left: 10px;
  right: 10px;
  bottom: -8px;
  background: #fff;
  display: block;
  width: calc(100% -10px);
  padding: 0;
  max-width: 400px;
  border: 1px solid #ddd;
}

/** Common css for all pages **/
.c-content-ver-nav .c-menu > li {
  list-style: none;
  padding: 7px 0;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}
.c-content-ver-nav .c-menu > li:before {
  position: absolute;
}
.c-content-ver-nav .c-menu > li > a {
  font-weight: 400;
  display: inline-block;
  padding-left: 20px;
}
.c-hor-nav-toggler {
  background: #31577e !important;
  padding: 6px;
  border-radius: 5px;
}
.c-layout-header.c-layout-header-6
  .c-topbar
  .c-brand
  > .c-hor-nav-toggler
  > .c-line {
  background-color: #fff !important;
}
.btn-top {
  border: 1px solid #31577e;
  padding: 0px 5px 0px 0;
  overflow: hidden;
  margin-top : 8px!important;
}
.btn-top span.span-icon {
  margin-right: 3px;
  padding: 5px;
  background: #31577e;
  width: 40px;
  float: left;
  color: #fff;
}
.wn {
  margin-top: -60px;
}
.slider-home {
  margin-bottom: 0px !important;
}
.nav-dir-horizontal {
  visibility: visible !important;
  z-index: 100;
  opacity: 1 !important;
}
.media-popover img {
  width : 100%;
}
@media (min-width: 991px) {
  .nft1,
  .nft2 {
    /* position: fixed !important; */
    width: 100%;
    float: left;
  }
  .nft2 {
    /* margin-top: 55px; */
  }
}
header.sticky-header .nft1 {
  display: none;
}
header.sticky-header .nft2 {
  margin-top: 0;
}
.span-text {
  float: left;
  padding: 0 6px 0 6px;
}
.span-text p {
  font-size: 14px !important;
  margin: 0;
  line-height: 15px;
}
.span-text p:first-child {
  margin-top: 2px;
}
.btn-select-file {
  margin-left: 35px;
  margin-top: -25px;
}
.c-top-menu {
  margin: 0 !important;
}
@media(max-width : 991px) {
  .c-top-menu {
    position: absolute;
    right: 100px;
    top: 0px;
    z-index: 10;
  }
}
.img-govt-logo {
  width: 180px;
}

.main-banner-area .holder {
  position: relative;
}
.c-layout-header-fullscreen.c-layout-header-static .c-layout-header,
.c-layout-header-fixed .c-layout-header {
  z-index: 999 !important;
}
.c-layout-header.c-layout-header-6.c-navbar-fluid
  .c-navbar
  .c-mega-menu
  > .nav.navbar-nav {
  width: auto;
}
.c-layout-header.c-layout-header-6 .c-topbar {
  padding: 3px 0 10px;
}
.c-page-on-scroll.c-layout-header-fixed .c-layout-header.c-layout-header-6 {
  height: 50px;
}
.btn-cart {
  margin-top: 10px;
  font-size: 12px;
}
.text-amount {
  display: none;
}
.text-it {
  margin-top: -30px !important;
  padding-left: 25px;
}
.fa-rupee-symbol {
  margin-left: 10px;
}
.box-payment {
  margin-top: 10px;
  border-radius: 4px;
  border: 1px solid #418cc4;
}
.box-payment h4 {
  padding: 10px 2px;
  background: #e3e3e3;
  border-radius: 4px 4px 0 0;
}
.box-payment div p {
  font-size: 15px !important;
  color: #000 !important;
}
.btn-total {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 2px solid #4290c2;
  border-left: none;
  border-right: none;
  border-radius: 0;
  padding: 10px 0 !important;
  width: 140px;
  padding: 0;
}
.new-hr {
  margin: 10px 0;
  padding: 0;
  border-color: #ddd !important;
}
.btn-pp {
  background: #31577e;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-pp:hover {
  color: #f5e351;
}
.c-bg-green,
.c-theme-btn.btn,
.c-content-title-1 > .c-line-right,
.c-content-title-1 > .c-line-left {
  background: #0065b3 !important;
}

@media(min-width : 768px) {
  .grid-btns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    margin-top : 30px;
  }
}
.btn-prospectus {
  background: #f47619;
  color: #fff!important;
  padding: 10px;
  width: 100%;
  border-radius: 6px;
  white-space: normal;
  border-radius: 0;
  margin-bottom : 10px;
}
.btn-prospectus.application {
  background: #244668;
}
.btn-prospectus.online {
  background: #0065B3;
}
.btn-prospectus:hover {
  background: #222222;
}
.btn-online {
  margin-top: 10px;
  background: #f8c457;
  border-radius: 0;
}

/* COURSE PAGE */
.gridView {
  display: block;
}
@media (min-width: 992px) {
  .gridView {
    display: grid !important;
    grid-template-columns: 3fr 1.2fr !important;
  }
}
.course-left {
  padding: 30px !important;
  background: #fff!important;
}
.course-right {
  padding: 30px !important;
  background: #0065b3 !important;
}
.main-top150 {
  margin-top: 150px;
}
.font-white {
  color: #fff !important;
}
.font-lavendar {
  color: #3f444a !important;
}
.font-blue {
  color: #0065b3 !important;
}
.bg-blue {
  background: #0065b3 !important;
}
.bg-yellow {
  background: #f8c457 !important;
}
.font-13 {
  font-size: 13px;
}
.btn-now:hover {
  background: #f5e351 !important;
  color: #555 !important;
}
.mtop-extra {
  padding-top: 0 !important;
  z-index: 22147483647 !important;
}
.c-mobile-logo {
  padding-bottom: 6px !important;
}
.donate-now:hover {
  background: #f5e351 !important;
}
.donation-box {
  text-align: center;
  margin-top: 10px !important;
  padding: 18px 6px;
  border-right: 5px solid #fff;
  height: 210px;
}
.donation-box p {
  color: #000 !important;
  font-size: 16px !important;
}
.db1 {
  background: #c8c5e4;
}
.db2 {
  background: #c899b9;
}
.db3 {
  background: #fbbd8a;
}
.db4 {
  background: #e4bfa4;
}
.ul-md {
  color: #3b3b3b;
  margin-left: 20px !important;
}
.box-info-dn {
  background: #2b5c7a;
  text-align: center;
  color: #fff;
  margin-top: 20px !important;
  padding: 15px !important;
}
.box-info-dn p {
  font-size: 15px !important;
}
.service-box {
  border: 1px solid #666;
  padding: 10px 30px;
  margin-bottom: 40px;
  border-radius: 12px;
}
.title-donation {
  color: #31577e;
  font-size: 26px;
}
.table-donation {
  color: #3b3b3b;
}
.table-donation tr td:nth-child(2) {
  font-weight: bold;
}
a.theme-btn,
.theme-btn,
.slide-button {
  border: 0 none;
  color: #ffffff;
  display: inline-block;
  font-family: Raleway;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1px;
  padding: 10px 35px;
  position: relative;
  vertical-align: middle;
  background: #31577e;
  border-radius: 4px;
}
a.theme-btn:before,
.theme-btn:before,
.slide-button:before {
  border-right: 20px solid rgba(0, 0, 0, 0.2);
  border-top: 20px solid rgba(0, 0, 0, 0);
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  bottom: 3px;
  right: 3px;
}
.tparrows {
  top: 45% !important;
}
.main-header {
  padding-left: 15px !important;
  padding-bottom: 5px !important;
  padding-right: 15px !important;
}

.c-layout-header .c-brand > .c-hor-nav-toggler {
  background: #31577e;
  padding: 3px 12px;
}
.c-layout-header .c-quick-search > .form-control {
  padding: 10px 20px !important;
  height: 52px !important;
  border-top: 2px solid #31577e;
  background: #fff !important;
}
.c-layout-header .c-quick-search > span {
  top: 27px !important;
  right: 20px;
}
.c-layout-header-fixed .c-layout-page {
  margin-top: 79px;
}
.c-active {
  background: #f5c55f;
}
.c-theme-nav li.c-active > a:not(.btn) {
  color: #555 !important;
}
.width-100 {
  width: 100% !important;
}
.set0 {
  margin: 0;
  padding: 0;
}
.p0 {
  padding: 0;
}
.m0 {
  margin: 0;
}
.mbot0 {
  margin-bottom: 0 !important;
}
.mbot10 {
  margin-bottom: 20px;
}
.mtop10 {
  margin-top: 10px !important;
}
.mtop50 {
  margin-top: 50px !important;
}
.pad20 {
  padding: 20px !important;
}
.pl0 {
  padding-left: 0;
}
.pr0 {
  padding-right: 0;
}
.pad-lr10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.pad-lr20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.mtb15 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.mtop45 {
  margin-top: 45px !important;
}
.mtop30 {
  margin-top: 25px !important;
}
.mtop10 {
  margin-top: 10px !important;
}
.mtop20 {
  margin-top: 20px;
}
.mbot20 {
  margin-bottom: 20px;
}
.cbp-caption-activeWrap .c-masonry-border {
  z-index: -1;
}
.btn-download {
  padding: 0;
  padding: 2px 10px;
  border-radius: 0;
  margin-top: 120px;
  color: #2f353b;
  background: transparent;
  border-color: #ffffff;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: bold;
  font-size: 14px;
}
.c-content-client-logos-1 .c-logos .row > div {
  height: 200px;
  text-align: center;
}
.box-associates {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  height: 200px !important;
  /** height: 125px!important; */
  text-align: center;
}
.box-associates img {
  width: 160px !important;
}
.no-border-right {
  border-right: none;
}
.no-border-radius {
  border-radius: 0 !important;
}
.btn-download:hover {
  color: #2f353b;
  background: #fff;
  border-color: #ffffff;
}
.navbar-washi {
  border-radius: 0px;
  border: 0;
  border-bottom: 2px solid #82cde9;
  background: #31577e;
}
.c-layout-header.c-layout-header-6
  .c-navbar
  .c-mega-menu
  > .nav.navbar-nav
  > li
  > .c-link {
  min-height: 0;
}

@media (min-width: 767px) {
  .c-theme-nav li.dropdown-submenu {
    height: auto !important;
  }
}
.c-theme-nav li a {
  padding: 10px 15px !important;
  font-size: 13px !important;
}
.c-search-toggler {
  height: 50px;
}
.fa-washi-search {
  font-size: 25px;
  margin-top: -3px;
}
.navbar-washi ul li a {
  text-transform: uppercase;
  color: #fff !important;
  font-size: 16px;
  padding-left: 23px !important;
  padding-right: 23px !important;
  font-weight: 500;
}
.c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link {
  padding: 15px 30px;
  min-height: 0;
}
.navbar-washi .navbar-nav > .active > a,
.navbar-washi .navbar-nav > .active > a:focus,
.navbar-washi .navbar-nav > .active > a:hover {
  background: #f5c55f !important;
  color: #555 !important;
}
.c-layout-header
  .c-navbar
  .c-mega-menu.c-mega-menu-dark
  > .nav.navbar-nav
  > li
  .dropdown-menu
  > li
  > a {
  color: #fff;
  padding: 9px 20px !important;
}
.c-hor-nav-toggler {
  font-weight: 400;
  color: #bac3cd;
}
.c-hor-nav-toggler img {
  margin-top: -2.5px;
}
.c-mega-menu {
  max-height: 470px !important;
  background: #31577e;
}
.c-mobile-logo {
  margin-top: -18px;
  width: 50px;
  height: 50px;
  margin-left: 10px;
}
.c-page-on-scroll.c-layout-header-fixed
  .c-layout-header
  .c-mega-menu
  .nav.navbar-nav
  > li
  > .c-link {
  padding: 15px 30px;
  min-height: 50px !important;
}
.c-layout-breadcrumbs-1.c-subtitle {
  padding: 15px 10px 10px;
  background: url(../../images/slider1.jpg);
  background-size: cover;
}
.c-content-feature-13 .c-feature-13-container {
  padding: 30px !important;
}
.font-white {
  color: #fff !important;
}
.bg-white {
  background: #fff !important;
}
.resize-none {
  resize: none;
}
.c-content-feature-6 > .c-list {
  margin: 0;
}
.c-content-feature-6 > .c-list > li > .c-card {
  padding: 20px;
  text-align: center;
}
.carousel-control {
  background: transparent !important;
  color: #000 !important;
  display : flex;
}
.carousel-control i.fa {
  margin : auto;
}
/** Css for home page **/

.event li {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  list-style: none;
}
.ev-img {
  float: left;
  height: 110px;
  width: 155px;
  background-size: cover !important;
}
.ev-txt {
  display: table;
  padding-left: 30px;
  font-size: 14px !important;
}
.ev-txt span {
  font-size: 15px;
}
.ev-txt p {
  font-size: 15px !important;
}
.ev-txt h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #3b3b3b;
  max-width: 320px;
  margin-bottom: 8px;
  margin-top: 0;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cause-txt2 ul {
  margin-top: 30px;
  margin-left: -38px;
}
.cause-txt2 li {
  display: inline-block;
  margin-right: 10px;
}
.cause-txt2 .btn-default.info {
  background-color: #393939;
  border-color: #393939;
}
.cause-img img {
  object-fit: cover;
  width: 100%;
  height: 260px;
}
.cause-txt2 .btn-default:active.focus,
.cause-txt2 .btn-default:active:focus,
.cause-txt2 .btn-default,
.cause-txt2 .btn-default:active,
.cause-txt2 .btn-default:hover,
.cause-txt2 .btn-default:active:hover {
  color: #fff;
  background-color: #31577e;
  border-color: #31577e;
  padding: 8px 15px;
  outline: 0;
  letter-spacing: 0.5px;
  font-size: 15px;
  border-radius: 3px;
  transition: 0.7s;
}
#owl-demo4 .owl-controls.clickable {
  display: none !important;
}
.h2-title h1 {
  color: #333;
}
.h2-title h1 span {
  color: #31577e;
}
.tp-bullets {
  top: 25% !important;
}
.h3-curved {
  border-left: 9px solid #31577e;
  border-right: 9px solid #31577e;
  border-radius: 60px;
  padding: 8px 50px;
  background: #000;
  opacity: 0.8;
  font-size: 35px;
}
.btn-slider-link {
  font-size: 30px;
  margin-top: 40px;
  padding: 4px 40px;
  background: #2196e0;
  border-color: #2196e0;
}
.btn-slider-link:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.owl-what .item .c-border {
  height: 330px !important;
}
.owl-what .owl-controls {
  margin-top: 20px !important;
}
.owl-what .owl-controls .owl-pagination .owl-page span {
  border-radius: 0 !important;
}
.isNew {
  padding-top: 0 !important;
  padding-bottom: 20px !important;
}
.nbs-flexisel-container {
  position: relative;
  max-width: 100%;
}
.nbs-flexisel-ul {
  position: relative;
  width: 9999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
}
.nbs-flexisel-inner {
  overflow: hidden;
}
.nbs-flexisel-item {
  float: left;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  position: relative;
}
/*** Navigation ***/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
  width: 35px;
  height: 35px;
  position: absolute;
  cursor: pointer;
  z-index: 100;
  margin-top: -90px;
  display: block;
}

.nbs-flexisel-nav-left:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 50px;
}

.nbs-flexisel-nav-right:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 50px;
}
.nbs-flexisel-nav-left {
  left: -16px;
}
.nbs-flexisel-nav-right {
  right: -35px !important;
}

.btn-search {
  background: transparent !important;
}
/** Css for about us page **/
#about-left-img {
  background-image: url(../../images/aboutus-left-pic.jpg);
}

/** CSS FOR PDF REPORT PAGE **/
.container-pdf {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .table-pdf tr:hover {
    background: #f6fafd !important;
    border-left: 4px solid #666 !important;
  }
}
.table-pdf tr td:first-child {
  width: 40px;
}
.table-pdf tr td:nth-child(4) {
  text-align: center;
}
.table-pdf tr td {
  font-size: 16px;
  border-color: #ddd !important;
}
.table-pdf tr td p {
  padding-top: 6px !important;
  font-size: 16px !important;
}
.table-pdf .fa-file-pdf-o {
  color: #408dc6;
  font-size: 30px;
}
.table-pdf .btn {
  padding: 0;
  width: 40px;
  height: 30px;
  line-height: 0 !important;
  text-align: center;
  border: 0 !important;
  padding-bottom: 4px !important;
  padding-left: 2px;
  padding-top: 1px;
  background: #666666;
  color: #fff;
  margin-bottom: 0 !important;
}

/** CSS FOR GUIDE BOOKS **/
@media (min-width: 991px) {
  .guideBooksContainer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .guideBooksContainer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 25px;
  }
}
body.guide-books .guide-boxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap : 20px;
}
@media(max-width : 991px) {
  body.guide-books .guide-boxes {
    grid-template-columns: repeat(3, 1fr);    
  }
}
@media(max-width : 767px) {
  body.guide-books .guide-boxes {
    grid-template-columns: repeat(2, 1fr);    
  }
}
@media(max-width : 561px) {
  body.guide-books .guide-boxes {
    grid-template-columns: repeat(1, 1fr);    
  }
}
body.guide-books .guide-boxes .box {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  body.guide-books .guide-boxes .box {
    margin-bottom: 20px;
  }
}
body.guide-books .guide-boxes .box .boxes {
  border: 1px solid #ddd;
  padding: 20px 10px;
  height: 100%;
}

body.guide-books .guide-boxes .box .boxes {
  /* margin-bottom: 30px; */
  text-align: center;
}

body.guide-books .guide-boxes .box .boxes:hover h4 {
  color: #207abd;
}
body.guide-books .guide-boxes .box .boxes:hover .btn-version {
  background: #207abd;
  color: #fff;
  border-color: #207abd;
}
body.guide-books .guide-boxes .box .boxes h4 {
  overflow: hidden;
  /* display: -webkit-box; */
  /* -webkit-line-clamp: 2; */
  -webkit-box-orient: vertical;
  /* font-weight: bold; */
  line-height: 20px;
  font-size: 14px;
  margin-top: 15px;
  text-align: center;
}
body.guide-books .guide-boxes .box .boxes .btn-version {
  font-size: 15px !important;
  border: 1px solid #ccc;
  background: transparent;
  padding: 4px 12px;
  margin-top: 6px;
  text-transform: uppercase;
}

/* CURRENT OPPORTUNITY PAGE */
.opportunity-box {
  border: 1px solid #ddd;
  padding: 20px;
  margin: 20px;
}
@media (min-width: 768px) {
  .opportunity-box {
    display: grid;
    grid-template-columns: 0.4fr 1fr;
    grid-gap: 5px 35px;
    margin: 0;
    margin-bottom: 20px;
  }
}
.job-title h3 {
  font-weight: bold;
  color: #333;
}
.opportunity-box .btn {
  text-transform: uppercase;
  padding: 0;
  color: #31577e;
  font-size: 14px;
  background: transparent;
  font-weight: bold;
}
.opportunity-box .btn.more-desc {
  color: #ff5500;
}
.modal-flat * {
  border-radius: 0;
}
.modal-flat .modal-body {
  padding: 30px;
  font-size: 16px;
}
.modal-flat .modal-body p {
  font-size: 17px !important;
}
.modal-flat h3 {
  color: #31577e;
  font-size: 20px;
}
.table-job {
  margin-bottom: 0;
}
.table-job tr td:first-child {
  color: #000;
  min-width: 240px;
  max-width: 35%;
}
.table-job tr td p {
  margin-bottom: 20px;
}
.table-job tr td p:last-child {
  margin-bottom: 0;
}
.popup-ul {
  margin: 0;
  padding: 0;
}
.popup-ul li {
  list-style: none;
  position: relative;
  margin-bottom: 15px;
  padding-left: 20px;
}
.popup-ul li::before {
  position: absolute;
  content: "\f105";
  left: 5px;
  top: 0;
  font-family: "FontAwesome";
}
.fa-close-popup {
  position: absolute;
  right: 1px;
  top: 1px;
  font-size: 24px;
  cursor: pointer;
  z-index: 999;
  background: #333;
  color: #eee;
  padding: 15px;
}
/** GUIDE BOOKS PAGE **/
#filterGuide .modal-backdrop {
  z-index: 10;
}
#filterGuide .modal-dialog {
  z-index: 999;
}
#filterGuide .modal-content {
  border-radius: 0;
}
#filterGuide .modal-body {
  padding: 0;
}
.filterGuideBtn {
  width: 100%;
  position: fixed;
  bottom: 0;
  background: #31577e;
  border: none;
  color: #fff;
  outline: none;
  text-transform: uppercase;
  padding: 6px;
}

/** CSS FOR TEAM PAGE **/
#team-area .col-md-3 {
  width: 20% !important;
  padding-left: 5px;
  padding-right: 5px;
}
.c-content-person-1 .c-body p,
.c-content-person-1 .c-body .c-head .c-name {
  font-size: 14px;
}
.c-team {
  margin-top: 99px !important;
}
.c-content-person-1.c-option-2 .c-body {
  padding: 10px;
  height: 170px;
}
.bg1 {
  background: #15a05c !important;
}
.bg2 {
  background: #dd4c3e !important;
}
.bg3 {
  background: #ffaa00 !important;
}
.mission {
  padding-left: 50px;
}
.statement {
  margin-top: -300px !important;
}
#carouselChart img {
  height: 350px;
}
#carouselChart .glyphicon-chevron-left,
#carouselChart .glyphicon-chevron-right {
  background: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #000;
}
.c-card h4 {
  color: #fff !important;
}

/** CSS FOR OGP CAPCITY PAGE **/
.inner-all-cate {
  margin-left: 20px;
}

/** CSS FOR ADDMISSION APPLICATION PAGE **/
#cover {
  width: 200px;
  height: 230px;
}
.box-dd {
  width: 200px;
  height: 230px;
}
.rb {
  margin-left: 30px !important;
  color: #0065b3;
}
.application-page input[type="radio"] {
  position: relative !important;
  visibility: visible !important;
}
.label-upload {
  float: left;
  width: 100% !important;
  margin-left: -40px;
}
.mop {
  margin-top: 15px !important;
}
.img-dummy {
  width: 220px;
  height: 140px;
}

.label-upload {
  pointer: cursor;
  width: 100%;
  height: 40px;
  padding: 7.5px 0 0 15px;
  background: url(../../images/upload.gif) no-repeat right;
}
.input-upload {
  border: 1px solid #d5d5d5;
  pointer-events: none;
}
#upload-photo {
  position: absolute;
  z-index: -1;
}
.form-hsc,
.form-bsc,
.form-other {
  display: none;
}

/** GALLERY PAGE **/
.gallery-grid-box {
  display: grid;
  grid-template-columns: 70px auto 130px;
  grid-column-gap: 20px;
  border-bottom : 1px solid #999;
  padding : 10px 0;
  margin-bottom : 5px;
}
.gallery-grid-box:last-child {
  border-bottom: none;
}
@media(max-width : 767px) {
  .gallery-grid-box {
    grid-template-columns: 70px auto;
  }
  .gallery-grid-box .action {
    grid-column-end: span 3;
    padding-left : 90px;
  }
}
.gallery-grid-box .img img {
  width : 100%;
  border-radius: 6px;
}
.gallery-grid-box h2 {
  font-size : 18px;
  margin : 0;
}
.gallery-grid-box p {
  margin : 0;
  font-size : 16px!important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp : 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.gallery-grid-box h5 {
  color : #f90d0d;
}
@media(min-width : 768px) {
  .gallery-grid-box .action {
    display: flex;
  }
}
.centerMe {
  margin : auto;
}
.gallery-box {
  border-radius: 5px;
}
.gallery-box img {
  height: 220px;
  width: 100%;
  object-fit: cover;
}
#project {
  padding-bottom: 70px;
}
.projects {
  margin-top: 5px;
  /* border-radius: 5px; */
  box-shadow: 0 3px 30px 3px rgba(0, 0, 0, 0.03);
}
.projectv2 {
  padding-bottom: 85px;
  background-image: url(../images/bg-pattern.jpg);
  background-position: center center;
  background-size: cover;
  border-top: 1px solid #e4e3e3;
}
.projectv2 .row {
  padding-left: 15px;
  padding-right: 15px;
}
.projectv2 .col-md-4 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.projectv2 .projects > .inner-content {
  padding: 0;
}
.position-absolute {
  position: absolute;
}
.projectv2 .projects {
  margin-bottom: 15px;
}
.projects > .inner-content {
  /* border-radius: 5px; */
  position: relative;
}
.projects > .inner-content .thumb:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  width: 100%;
  height: 30%;
  background-image: -webkit-linear-gradient(180deg, #202124, transparent);
  background-image: linear-gradient(180deg, #202124, transparent);
}
.projects > .inner-content .thumb:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  border-radius: 5px;
  /* background-image: -webkit-linear-gradient(0deg, #202124, transparent);
  background-image: linear-gradient(0deg, #202124, transparent); */
}
.projects > .inner-content .thumb {
  overflow: hidden;
  border-radius: 5px;
}
.projects > .inner-content img {
  /* border-radius: 5px; */
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.projects > .inner-content:hover img {
  transform: scale(1.2);
}
.projects > .inner-content:before {
  background-color: #faaf52;
  content: "";
  display: block;
  position: absolute;
  bottom: 16px;
  right: 0;
  width: 3px;
  height: 18px;
}

.projects > .inner-content .project-title h3 {
  line-height: 22px !important;
  margin-top: -12px;
  max-width: 300px;
  top: 0;
  left: 0;
}
.projects > .inner-content .project-title-v2 h3 {
  line-height: 22px !important;
  max-width: 300px;
  z-index: 2;
  color: #fff;
  pointer-events: none;
  font-size: 18px;
  padding: 20px;
  left: 0;
  bottom: 10px;
  font-weight: normal;
}
.projects > .inner-content .project-about .project-detail {
  background: rgba(255, 255, 255, 0.93);
  opacity: 0;
  padding: 20px;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.projects > .inner-content .project-about .project-detail.active,
.projects > .inner-content .project-about .project-detail:hover {
  opacity: 1;
}

@media (min-width: 544px) and (max-width: 991px) {
  .projects > .inner-content .project-about .project-detail p {
    font-size: 18px !important;
    line-height: 27px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .projects > .inner-content .project-about .project-detail {
    padding: 2px;
  }
  .projects > .inner-content .project-about .project-detail p {
    font-size: 11px !important;
    line-height: 20px !important;
  }
}

.projects > .inner-content .project-summary .project-link,
.projects > .inner-content .project-summary .project-number {
  line-height: 50px !important;
}
.projects > .inner-content .project-summary-v2 {
  position: absolute;
  overflow: hidden;
  /* border-radius: 5px; */
  width: 100%;
  z-index: 7;
  bottom: 0;
  padding: 0 20px;
}
.project-link.pull-right {
  float : left!important;
}
.project-summary-v2 .project-number {
  color: #fff;
}
.project-summary-v2 .popup-trigger {
  color: #fff;
  padding: 10px;
  border-left: 2px solid #faaf52;
  font-size: 13px;
}
.project-summary-v2 .popup-trigger:hover {
  background: #faaf52;
}
.project-link a {
  float: left;
  color: #fff !important;
}

/** CSS FOR VIDEO GALLERY PAGE **/

.left-menu-gallery {
  background-image: url(../../images/bg_left_menu.jpg);
  position: relative;
  padding: 40px 20px;
}
.left-menu-gallery::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.wrap-lmenu-gallery {
  margin-bottom: 30px;
}
.wrap-lmenu-gallery * {
  color: #eee;
  text-align: center;
}
.wrap-lmenu-gallery h3 span {
  font-size: 16px;
  position: relative;
  color: #f5e351;
}
.wrap-lmenu-gallery h3 span::before {
  position: absolute;
  content: "";
  left: -15px;
  bottom: 10px;
  width: 10px;
  height: 2px;
  background: #ccc;
}
.wrap-lmenu-gallery h3 span::after {
  position: absolute;
  content: "";
  right: -15px;
  bottom: 10px;
  width: 10px;
  height: 2px;
  background: #ccc;
}
.wrap-lmenu-gallery ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wrap-lmenu-gallery ul li a {
  display: block;
  padding: 8px 5px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
}
.wrap-lmenu-gallery ul li a:hover {
  color: #82cde9;
}
.wrap-lmenu-gallery ul li:last-child a {
  border: none;
}

/** LITE BG **/
.lb-data .lb-caption {
  font-size : 18px;
}
.left-menu-gallery.lite {
  background-image: url(../../images/bg_left_menu_lite.jpg);
  position: relative;
  padding: 40px 20px;
  background-position: right;
}
.left-menu-gallery.lite::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(250, 250, 250, 0.85);
}
.left-menu-gallery.lite .wrap-lmenu-gallery {
  margin-bottom: 30px;
}
.left-menu-gallery.lite .wrap-lmenu-gallery * {
  color: #eee;
  text-align: center;
}
.left-menu-gallery.lite .wrap-lmenu-gallery h3 span {
  font-size: 16px;
  position: relative;
  color: #31577e;
}
.left-menu-gallery.lite .wrap-lmenu-gallery h3 span::before {
  position: absolute;
  content: "";
  left: -15px;
  bottom: 13px;
  width: 10px;
  height: 2px;
  background: #222;
}
.left-menu-gallery.lite .wrap-lmenu-gallery h3 span::after {
  position: absolute;
  content: "";
  right: -15px;
  bottom: 13px;
  width: 10px;
  height: 2px;
  background: #222;
}
.left-menu-gallery.lite .wrap-lmenu-gallery ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.left-menu-gallery.lite .wrap-lmenu-gallery ul li a {
  display: block;
  padding: 8px 5px;
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  border-bottom: 1px dashed rgba(49, 50, 46, 0.15);
}
.left-menu-gallery.lite .wrap-lmenu-gallery ul li a:hover {
  color: #82cde9;
}
.left-menu-gallery.lite .wrap-lmenu-gallery ul li:last-child a {
  border: none;
}

.video-frame {
  margin-bottom: 30px !important;
}
.youtube-img {
  cursor: pointer;
}
.container-fluid.gallery {
  padding: 0;
}

@media (min-width: 768px) {
  .container-fluid.gallery .row {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
  }
}
.container-fluid .gallery-holder {
  padding: 40px;
}
.container-fluid .gallery-holder .col-md-4 {
  padding : 5px 5px 0;
}
/** VIEW GALLERY PAGE **/
#content-view-gallery .element-item {
  margin-bottom: 20px;
  height: 200px;
  overflow: hidden;
}

/** PROJECT PAGE **/
.search {
  margin-top: 20px;
}
.input-group-addon {
  padding: 0;
}
.input-group-addon button {
  height: 38px;
  border: none;
  padding: 0 30px;
  background: #31577e;
  color: #fff;
}
.search .field {
  height: 40px;
  border: 1px solid #31577e;
}
.search .job-listing {
  display: block;
  border-radius: 4px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  margin-bottom: 35px;
  background-color: #fff;
  transition: 0.3s;
  position: relative;
}
.job-listing.no-records {
  background: #eee;
  pointer-events: none;
  border: 1px solid #eee;
  margin-bottom: 25px;
}
.job-listing-details {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 35px;
  padding-bottom: 32px;
  border: 1px solid #eee;
}
.job-listing .job-listing-company-logo {
  flex: 1;
  max-width: 100px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.job-listing .job-listing-company-logo img {
  border-radius: 4px;
  transform: translate3d(0, 0, 0);
  width: 90px;
}
.job-listing .job-listing-description {
  flex: 1;
}
.job-listing h4.job-listing-company {
  font-size: 16px;
  color: gray;
}
.verified-badge {
  position: relative;
  height: 25px;
  width: 25px;
  display: inline-block;
  background-color: #38b653;
  border-radius: 50%;
  text-align: center;
  z-index: 10;
  font-weight: 500;
}
.verified-badge:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 16px;
  color: #fff;
  position: relative;
  top: 0;
  line-height: 27px;
}
.job-listing h3.job-listing-title {
  font-size: 20px;
  color: #333;
  line-height: 30px;
}
.job-listing .job-listing-description p {
  margin: 15px 0 0;
  padding: 0;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}
span.bookmark-icon {
  font-size: 20px;
  position: absolute;
  z-index: 101;
  right: 35px;
  top: 35px;
  cursor: pointer;
  background-color: #eee;
  color: silver;
  display: block;
  height: 39px;
  width: 39px;
  border-radius: 50%;
  transition: all 0.4s;
  line-height: 27px;
}
.bookmark-icon:before {
  transition: transform 0.4s cubic-bezier(0.8, -0.41, 0.19, 2.5);
  font-family: material-icons;
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  top: 6px;
  content: "\f005";
  font-family: FontAwesome;
}
.job-listing .job-listing-footer {
  background-color: #f9f9f9;
  padding: 0px 35px;
  border-radius: 0 0 4px 4px;
  position: relative;
  border: 1px solid #eee;
  margin-bottom: 25px;
}
.job-listing .job-listing-footer ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.job-listing .job-listing-footer ul li {
  display: inline-block;
  margin-right: 14px;
  color: #777;
}
.job-listing-company .verified-badge,
.job-listing .job-listing-footer ul li .verified-badge {
  position: relative;
  display: inline-block;
  transform: scale(0.7);
  top: 2px;
  margin-left: -2px;
}
.button.button-sliding-icon {
  padding-left: 20px;
  padding-right: 10px;
  background: #31577e;
}
.button {
  display: block;
  text-align: center;
  box-shadow: 0 4px 12px rgba(102, 103, 107, 0.15);
  width: 150px;
  float: right;
  padding: 5px 10px;
  margin-top: 15px;
  color: #eee;
  border: none;
}

.button.button-sliding-icon i {
  padding-right: 5px;
}
.button-sliding-icon i {
  opacity: 0;
  max-width: 0;
  transition: 0.25s;
  display: inline-block;
  transform: translateX(-20px);
}
.button.button-sliding-icon:hover i {
  max-width: 20px;
  opacity: 1;
  transform: translateX(0);
}
.iframe-full-view {
  width: 100%;
  height: 450px;
  background: #f5f5f5;
}
.wrap-2box {
  background: #f8f8f8;
  padding: 20px;
  border: 1px solid #eee;
  margin-bottom: 20px;
}
.table-detail-fview,
.table-detail-fview tr,
.table-detail-fview tr td {
  border: none !important;
  font-size: 14px;
}
.table-detail-fview tr td:first-child {
  font-weight: bold;
  color: #999;
}
.attachment-box {
  flex: 0 1 calc(33% - 20px);
}
a.attachment-box {
  cursor: pointer;
}
.attachment-box {
  display: block;
  margin: 0 20px 20px 0;
  background-color: #eee;
  border-radius: 4px 0 4px 4px;
  font-weight: 600;
  padding: 25px 20px;
  padding-right: 25px;
  line-height: 24px;
  flex-direction: column;
  color: #666;
  position: relative;
  transition: 0.3s;
  width: 100%;
  cursor: default;
  position: relative;
}
.attachment-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 20px 20px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.15) #f8f8f8;
  transition: 0.3s;
  border-radius: 0 0 0 4px;
}

.attachment-box:hover {
  background: #31577e;
}
.attachment-box:hover * {
  color: #eee;
}
.bookmark-button {
  background-color: #404040;
  display: block;
  padding: 0;
  position: relative;
  height: 44px;
  line-height: 44px;
  color: #fff;
  padding: 0 15px;
  padding-left: 59px;
  border-radius: 4px;
  width: 200px;
  transition: 0.4s;
  cursor: pointer;
  border: none;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}
.bookmark-button .bookmark-icon {
  border-radius: 4px;
  position: absolute;
  left: 0;
  right: auto;
  top: auto;
  height: 44px;
  width: 44px;
  border-radius: 4px 0 0 4px;
  pointer-events: none;
  transition: 0.4s;
  animation: none;
  background: #666;
}
.bookmark-button .bookmark-icon:before {
  top: 8px;
  color: #fff;
  transition: 0.4s;
  font-size: 18px;
}
.bookmark-icon:before {
  transition: transform 0.4s cubic-bezier(0.8, -0.41, 0.19, 2.5);
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  top: 6px;
  content: "\f005";
}
.bookmark-button.bookmarked .bookmarked-text,
.bookmark-button .bookmark-text {
  display: block;
}
.bookmark-button .bookmarked-text {
  display: none;
}
.share-buttons {
  display: block;
}
.share-buttons-trigger {
  display: inline-block;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  color: #a0a0a0;
  font-size: 18px;
  background-color: #f0f0f0;
  border-radius: 4px;
  transition: 0.4s;
  cursor: default;
}
.share-buttons-content {
  display: inline-block;
  position: relative;
  width: calc(100% - 60px);
}
.share-buttons-content span {
  margin-left: 10px;
  color: #888;
  cursor: default;
  padding: 10px 0;
  display: inline-block;
  transition: 0.4s;
}
.share-buttons-icons {
  position: absolute;
  left: 5px;
  top: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.4s cubic-bezier(0.5, -0.41, 0.19, 2);
}
.share-buttons-icons li {
  display: inline-block;
  float: left;
}
.share-buttons-icons li:first-child a {
  border-radius: 4px 0 0 4px;
}

.share-buttons-icons li a {
  height: 44px;
  width: 44px;
  display: inline-block;
  line-height: 44px;
  text-align: center;
  background-color: #333;
  color: #fff;
  font-size: 14px;
}
.share-buttons-icons li:last-child a {
  border-radius: 0 4px 4px 0;
}
.share-buttons:hover .share-buttons-icons {
  opacity: 1;
  transform: translate(0);
}
/** SEMINAR PAGE **/
.img-seminar {
  height: 400px !important;
}
.cbp-caption iframe {
  height: 320px;
}
.c-news {
  margin-bottom: 30px !important;
}
.btn-more {
  padding: 0;
  background: #32c5d2;
  border: none;
  padding: 0px 8px;
  margin-top: 15px;
}

/* CONTACT US PAGE */
.c-size-md2 {
  padding : 30px 0;
}
.map-pointer-box {
  background: #FFCD41;
  text-align: center;
  border-radius: 6px;
  padding : 10px;
  position: relative;
  margin-bottom: 20px;
}
.map-pointer-box::before {
  content: '';
  position: absolute;
  width: 0; 
  height: 0; 
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #FFCD41;
  bottom: -15px;
  z-index: 10;
}
.map-pointer-box p {
  margin : 0;
  color : #111;
}
.mobile-or-email {
  display: inline-block;
  width : 50px;
}
.gm-ui-hover-effect {
  top : 0!important;
  right : 0!important;
}
.gm-style-iw-d h1 {
  font-size : 18px;
  color : #31577E;
  text-transform: uppercase;
}
.gm-style .gm-style-iw-c {
  border-radius: 0;
  padding : 12px 18px;
}
/** DONATE PAGE **/
.form-horizontal label {
  text-align: left !important;
}
.text-area-donation {
  text-align: center;
  font-size: 80px;
  resize: none;
  text-transform: uppercase;
  padding: 0;
  height: 110px !important;
  overflow: hidden;
  border-color: #b2b2b2;
}
.body-foriegn {
  background: #000;
}
#donateForeign .text-area-donation {
  height: 50px !important;
  font-size: 38px;
}
.agree {
  color: #7caeeb;
}
.text-area-donation::-webkit-input-placeholder {
  color: #e5e5e5;
}
.text-area-donation::-moz-placeholder {
  color: #e5e5e5;
}
.text-area-donation:-ms-input-placeholder {
  color: #e5e5e5;
}
.text-area-donation:-moz-placeholder {
  color: #e5e5e5;
}
.btn-dn {
  background-color: #31577e;
  color: #fff !important;
}
.btn-dn:hover {
  background-color: #eb5d68;
  color: #fff !important;
}
.fade-scale {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.modal::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 10px;
  background-color: transparent;
}

.modal::-webkit-scrollbar {
  width: 12px;
  background-color: transparent;
}

.modal::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: none;
  background-color: transparent;
}
.btn-payment-option {
  background-color: #3b3b3b;
  color: #fff !important;
}
.btn-payment-option.active {
  background-color: #31577e;
}

.fa-donate-india {
  font-size: 80px;
  position: absolute;
  left: 50px;
  top: 70px;
}
#donateForeign .fa-donate-india {
  font-size: 45px;
  top: 32px;
}

.fade-scale.in {
  opacity: 1;
  transform: scale(1);
}
#donateIndia .modal-content,
#donateForeign .modal-content {
  border-radius: 0;
}
#donateIndia .modal-header,
#donateForeign .modal-header {
  background-color: #2b5c7a;
}
#donateIndia .modal-header h4,
#donateForeign .modal-header h4 {
  color: #fff !important;
}
#donateIndia .close,
#donateForeign .close {
  color: #fff;
  opacity: 1;
}
#donateIndia .fg-phone .form-control,
#donateForeign .fg-phone .form-control {
  border-radius: 0;
}
#donateIndia .fg-phone .pr0 .form-control,
#donateForeign .fg-phone .pr0 .form-control {
  background: red;
  border: 0;
  background: #555;
  text-align: center;
  color: #fff;
  pointer-events: none;
  letter-spacing: 1.3px;
  font-size: 16px;
}

.navbar-fixed-bottom {
  background: #31577e;
  border-radius: 0;
  color: #000;
  margin-bottom: 0;
  border: 0;
  padding: 0 !important;
  overflow-x: hidden !important;
}
#btn-fixed-bottom {
  padding: 10px 20px !important;
}
#btn-fixed-bottom .btn {
  margin: 0;
  padding: 3px 10px;
  pointer-events: none;
  font-weight: bold;
}
#btn-fixed-bottom .btn-cart-number,
#btn-fixed-bottom .btn-cart-amount {
  border-radius: 4px 0 0 4px;
}
#btn-fixed-bottom .btn-cart-view,
#btn-fixed-bottom .btn-cart-checkout {
  border-radius: 0 4px 4px 0;
}
#btn-fixed-bottom .btn-cart-number {
  background: #ecdd46;
}
#btn-fixed-bottom .btn-cart-view {
  background: #f58730;
  color: #fff;
}
#btn-fixed-bottom .btn-cart-amount {
  background: #4de948;
}
#btn-fixed-bottom .btn-cart-checkout {
  pointer-events: auto;
  background: #48c2f1;
}
.navbar-fixed-bottom .fa-close {
  margin-top: 10px;
  margin-right: 20px;
  display: none;
}
.navbar-fixed-bottom #sidebar {
  overflow-x: hidden;
}
.navbar-fixed-bottom #bottom-menu {
  padding-left: 5% !important;
  padding-right: 5% !important;
}
.navbar-fixed-bottom #sidebar .open {
  display: none;
}
.navbar-fixed-bottom #sidebar .btn-reset {
  margin-top: 30px !important;
}
#bottom-menu {
  display: none;
  height: 300px;
  overflow: auto;
  background: #fff;
}

.navbar-fixed-bottom h4 {
  padding: 15px 0 10px 0 !important;
}
#bottom-menu::-webkit-scrollbar {
  width: 3px;
}

#bottom-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#bottom-menu::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.donate-box {
  margin-bottom: 20px;
  border: 1px solid #ddd;
  padding: 10px;
}
.donate-box-inner {
  position: relative;
  background: #0065b3;
  padding-top: 10px;
  margin-top: -110px;
  height: 110px;
}
.donate-box-inner h1 {
  color: #fff;
}
.donate-box-inner h2 {
  color: #000;
}
.body-di {
  color: #000;
}

/** GENERAL COUNCIL PAGE **/
.council-box {
  margin-top: 10px;
  margin-bottom: 10px;
}
.cb-img img {
  border: 1px solid #ddd;
}
.cb-info h2,
h3 {
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 5px !important;
}
.cb-info h2 {
  color: #428fc3;
}
.cb-info p {
  margin-top: 20px;
  font-size: 16px !important;
}

/** CHECKOUT PAGE **/
.table-payment-option tr th {
  background: #666666;
  color: #fff;
}
.table-payment-option tr td {
  padding: 15px 5px !important;
  border-color: #ddd !important;
}
input[type="radio"] {
  position: absolute;
  visibility: hidden;
}
.payment {
  position: relative !important;
  visibility: visible !important;
}

.label-payment {
  margin-left: 45px;
  margin-top: 3px;
}
.check:hover label {
  color: #ffffff;
}

.check {
  margin-top: -29px;
  display: block;
  position: static;
  border: 2px solid #aaaaaa;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  left: 20px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
  margin-left: 10px;
}

.check:hover {
  border: 2px solid #0dff92;
}

.check::before {
  display: block;
  position: relative;
  content: "";
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 3px;
  left: 0;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

input[type="radio"]:checked ~ .check {
  border: 2px solid #0dff92;
}

input[type="radio"]:checked ~ .check::before {
  background: #0dff92;
}

/** SUCCESS PAGE **/
.box-success {
  border: 2px solid #1ba975;
  padding: 70px 50px;
  border-radius: 6px;
}
.box-success .fa {
  font-size: 100px;
  margin-bottom: 30px;
  color: #1ba975;
}
.btn-print {
  margin-top: 20px;
  font-size: 20px;
  color: #000;
  border-color: #666;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 1171px) {
  .c-layout-header .c-brand {
    margin: 35px 0 35px 0;
  }
}
@media (min-width: 991px) and (max-width: 1100px) {
  .c-layout-header
    .c-navbar
    .c-mega-menu.c-fonts-uppercase
    > .nav.navbar-nav
    > li
    > .c-link {
    font-size: 10px;
  }
}

@media (min-width: 1400px) {
  .tp-bgimg {
    background-size: cover !important;
    background-position: center center !important;
    cursor: pointer;
  }
}
@media (min-width: 210px) and (max-width: 767px) {
  .ev-txt {
    width: 100%;
    padding-top: 10px !important;
    padding-left: 0;
  }
  .job-title span {
    display: none;
  }
  .donation-box {
    height: auto !important;
  }
  .btn-top {
    padding: 0 !important;
  }
  .btn-top span.span-icon {
    margin-right: 0 !important;
  }
  .taw {
    margin-top: 0px !important;
  }
  .tp-banner {
    height: 100% !important;
  }
  .logo-xs {
    width: 60px;
    margin-top: 0px;
  }
  .btn-select-file {
    margin-bottom: 20px;
  }
  .xs-btns {
    margin-top: 0;
  }

  .xs-do {
    margin-right: 30px !important;
  }
  .c-layout-header.c-layout-header-6 .c-topbar .c-top-menu > .c-links > li {
    padding: 0;
  }
  .navi {
    width: 100%;
    padding-right: 0px !important;
  }
  .navi .lfloat-xs {
    float: left;
    margin-right: 0px;
  }
  .c-mobile-logo {
    /* width: 90% !important; */
  }
  .c-hor-nav-toggler {
    position: relative;
    margin-top: 0px !important;
    /* margin-right: 15px !important; */
    padding: 5px 12px !important;
    color: #fff;
  }
  .c-hor-nav-toggler {
    margin: 0;
    padding: 0;
  }
  .c-layout-header.c-layout-header-6 .c-topbar .c-brand {
    margin-bottom: 0 !important;
    margin-top: 0px !important;
    position: relative;
    display: block;
    /* background: red; */
  }
  .pad-l-xs40 {
    padding-left: 40px;
  }
  .main-top150 {
    margin-top: 100px;
  }
  .donate-box-inner {
    margin-top: -90px;
    height: 90px;
  }
  .donate-box-inner h1 {
    font-size: 16px;
  }
  .donate-box-inner h2 {
    font-size: 14px;
  }
  .mtop-extra {
    margin-top: -70px;
  }
  .c-navbar-wrapper {
    background: #fff !important;
    border-bottom: 2px solid #31577e;
  }
  .c-layout-header .c-brand {
    margin-bottom: 4px;
  }
  .c-layout-header .c-quick-search {
    top: -105px;
    height: 100px !important;
  }
  .c-layout-header .c-quick-search > .form-control {
    height: 100px !important;
  }
  .img-involved {
    margin: 0 auto;
  }
  .statement {
    margin-top: 0px !important;
  }
  .statement-p {
    background: #fff !important;
  }
  #team-area .col-md-3 {
    width: 50% !important;
    padding-left: 5px;
    padding-right: 5px;
  }
  .box-associates {
    border-right: none;
  }
  .c-photo {
    position: static;
    z-index: 1;
    width: 100% !important;
  }
  .c-text {
    margin: 0 auto;
    margin-top: -30px;

    z-index: 10 !important;
    background: #fff !important;
  }
  .btn-xs-course {
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .tparrows {
    top: 30% !important;
  }

  .btn-payment-option {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0 !important;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  body.guide-books .guide-boxes {
    padding: 30px 0;
  }
  .tp-banner {
    height: 100% !important;
  }
  .c-layout-header.c-layout-header-6 .c-topbar .c-top-menu .c-links {
    /* margin-right: 100px; */
  }
  /* .c-layout-header.c-layout-header-6 .c-topbar .c-brand > .c-logo {
    margin-top: -75px;
  } */
  .c-layout-header.c-layout-header-6 .c-topbar .c-brand > .c-hor-nav-toggler {
    margin-top: 0;
    /* margin-right: 15px; */
    color: #fff;
    position: absolute;
    right: 15px;
    top: 7px;
    margin: 0;
  }
  .main-top150 {
    margin-top: 100px;
  }
  .tparrows {
    top: 30% !important;
  }
  .c-layout-header.c-layout-header-6 .c-topbar {
    height: auto;
    padding: 0;
  }
  .c-layout-header .c-navbar .c-mega-menu {
    overflow-x: visible !important;
  }
  .c-layout-header-fullscreen.c-layout-header-mobile-fixed.c-layout-header-static
    .c-layout-header.c-mega-menu-shown
    .c-mega-menu,
  .c-layout-header-fixed.c-layout-header-mobile-fixed
    .c-layout-header.c-mega-menu-shown
    .c-mega-menu {
    overflow-y: visible !important;
  }
  .c-navbar-wrapper {
    background: #fff !important;
    border-bottom: 2px solid #31577e;
  }
  .c-layout-header .c-brand {
    margin-bottom: 4px;
  }
  .c-layout-header .c-quick-search {
    top: -105px;
    height: 100px !important;
  }
  .c-layout-header .c-quick-search > .form-control {
    height: 100px !important;
  }
  #team-area .col-md-3 {
    width: 33.3% !important;
    padding-left: 5px;
    padding-right: 5px;
  }
  .no-border-right {
    border-right: 1px solid #ddd !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link {
    padding: 15px 20px !important;
  }
  #team-area .col-md-3 {
    width: 25% !important;
    padding-left: 5px;
    padding-right: 5px;
  }

  .tparrows {
    top: 35% !important;
  }
}

@media (min-width: 210px) and (max-width: 992px) {
  .c-layout-header .c-navbar .c-mega-menu.c-mega-menu-dark-mobile {
    background: #31577e;
  }
  .c-list li {
    text-align: center;
  }
  .c-list li img {
    margin: 0 auto !important;
  }
  #file-section .file {
    margin-top: 20px !important;
  }
  .container-pdf {
    margin-top: 20px;
  }
  .c-team {
    margin-top: 80px !important;
  }
  .c-layout-header .c-navbar {
    height: 85px;
  }
  .c-layout-header .c-brand {
    margin-top: 10px !important;
  }
  .c-mobile-logo {
    margin-top: 0px !important;
  }
  .c-layout-header .c-quick-search > .form-control {
    padding: 1px 15px 15px 15px;
  }
  .c-layout-header .c-quick-search > span {
    margin-top: 1px !important;
  }
  .c-layout-header .c-quick-search > span {
    top: 17px !important;
  }
  .c-layout-header.c-layout-header-default-mobile
    .c-quick-search
    > .form-control {
    height: 106px;
  }
  .c-layout-header-fullscreen.c-layout-header-mobile-fixed.c-layout-header-static
    .c-layout-header.c-mega-menu-shown
    .c-mega-menu,
  .c-layout-header-fixed.c-layout-header-mobile-fixed
    .c-layout-header.c-mega-menu-shown
    .c-mega-menu {
    margin-top: -3px;
  }
  #about-left-img {
    background-image: url(../../images/aboutus-left-pic2.jpg);
  }

  .mtop45 {
    margin-top: 20px !important;
  }
  .c-content-feature-13 .c-feature-13-container {
    padding: 0;
  }
  .c-content-feature-13 .c-feature-13-tile > .c-feature-13-content {
    padding-left: 0;
  }
  .c-content-box.c-size-md {
    padding: 0 !important;
  }
  .c-layout-footer.c-layout-footer-4.c-bg-footer-8 {
    background: url(../img/content/backgrounds/fotoer-bg.jpg) center center
      no-repeat;
    background-size: cover;
  }
  #container-top-header {
    display: none;
  }
  .show-it {
    display: block !important;
  }
}
@media (max-width: 559px) {
  .c-team {
    margin-top: 60px!important;
  }
}

/* BACKGROUND DEMO PAGE */
@media(min-width : 992px) {
  .grid-combined {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.grid-combined::before {
  display: none!important;
}
.c-bg-lite {
  background-color: #eee;
}
.img-fit {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* ALBUM PAGE */
.h3-bc-title {
  border-bottom : 1px solid #ccc;
  padding-bottom : 15px;
  margin-bottom : 15px;
}
.container-grid-type {
  display: grid;
  grid-template-columns: 0px 130px auto;
  grid-column-gap : 20px;
}
.bc-albums {
  float : none;
  text-align: right;
  margin-top : 0!important;
}
.bc-album-title {
  margin-top : 10px!important;
}
.bc-back {
  display: inline-block;
  width : 30px;
  height : 30px;
  border-radius: 30px;
  line-height: 33px;
  text-align: center;
  color : #fff;
  background: #31577E;
}
.bc-back:hover {
  background: #2D75B0;
  color : #fff;
}
.album-holder {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap : 20px;
  margin-top : 20px;
  padding : 0 20px;
}
@media(max-width : 991px) {
  .album-holder {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media(max-width : 767px) {
  .album-holder {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media(max-width : 561px) {
  .album-holder {
    grid-template-columns: repeat(1, 1fr);
  }
}
.album-box {
  border : 1px solid #ccc;
  padding : 20px;
  border-radius: 4px;
}
.album-box a {
  display: block;
}
.album-box .imgs {
  display: flex;
  height: 180px;
  overflow : hidden;
  margin-bottom : 10px;
}
.album-box img {
  margin : auto;
  max-width: 100%;
}
.album-box .info p {
  margin : 0;
  font-size : 14px!important;
  line-height: 20px;
  text-align: center;
  color : #333333;
}
.album-box .info p.link {
  color : #0069B7;
}
.view-album-wrapper {
  padding : 30px 40px 30px 30px;
}

/* BROCHURE PAGE */
.c-content-box.c-size-md.limit {
  padding : 30px 0;
}
.grid-new-content {
  display : grid;
  grid-template-columns : 2fr 1fr;
  color : #222;
}
@media(max-width : 991px) {
  .grid-new-content {
    grid-template-columns : 1fr;
  }  
}

.content-left-white {
  background : #ffffff;
  padding : 30px;
}
.content-left-white img {
  width : 100%;
}

.content-left {
  background : #f8c457;
  padding : 30px;
}
.content-left img {
  width : 100%;
}
.project-specification {
  margin-top : 0;
  background : rgba(255, 255, 255, 0.15);
  padding : 15px 25px;
}

.project-specification2 {
  margin-top : 0;
  background : rgba(0, 101, 179, 0.15);
  padding : 15px 25px;
}



.content-right {
  padding : 30px;
  background : #0065b3;
}
.content-right * {
  color : #fff;
}
h2.title {
  margin-top : 0;
  font-size : 25px;
}
.table-style-1 th {
  background : rgba(255, 255, 255, 0.15);
}
.table-style-1 th,
.table-style-1 td {
  border : 1px solid rgba(255, 255, 255, .35)!important;
  font-weight : normal;
}

.table-style-11 th {
  background : rgba(0, 101, 179, 0.15);
}
.table-style-11 th,
.table-style-11 td {
  border : 1px solid rgba(0, 101, 179, .35)!important;
  font-weight : normal;
}

.btn-style-1 {
  display : block;
  padding : 10px;
  background : #244668;
  border-radius : 4px;
  color : #fff;
  font-size : 17px;
  text-align : center;
}
.btn-style-1:hover {
  background : #333;
  color : #fff;
}
p .highlight {
  color : #ffd000;
}