
body {
   /* margin: 0;*/
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    color: #212529;
    /*text-align: left;*/
    /* background-color: #fff; */
    /*background: #f8f9fa;*/
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: .25rem;
    margin-top: 10px;
}

.custom-pd-row {
  margin-right: -3px;
  margin-left: -3px;
}

.custom-pd-col {
  padding: 0 3px 0 3px;
}

.home-box {
  min-height: 70px;
  padding: 5px;
  display: flex; 
  justify-content: center;  
  align-items: center;       
  text-align: center; 
  border-radius: 0.25rem; 
}

.v-align {
  display: flex; 
  justify-content: center;  
  align-items: center; 
}

.home-box a {
  text-decoration: none;
}

/* Theme Changing Section*/
.header {
  color: #fff;
  /*background: #dc3545;*/
  /*background: #E20000;*/
  /*background: #0065e2f7;*/
  /*background: #E27E02;*/
  /*background: #f80000;*/
  background: #fb5e03;
  /*background: #fb5e03e6;*/
  border-bottom: 1.2px solid #FFD700;
}

.card-header {
  padding: 0.5rem 1.25rem;
  margin-bottom: 0;
  color: #FFF;
  /*background: #dc3545;*/
  /*background: #E20000;*/
  /*background: #0065e2f7;*/
  /*background: #E27E02;*/
  /*background: #f80000;*/
/*  background: #fb5e03;*/
  background: #fb5e03e6;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
/*  border: 1px solid rgba(0, 0, 0, 0.125);*/
/*border: 1.7px solid #fb5e03;*/
border: 2px solid #fb5e03;
  border-radius: 0.25rem;
  /* padding: 6px; */
}

.card-2 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
/*  border: 1px solid rgba(0, 0, 0, 0.125);*/
border: 1.3px solid #fb5e03;
  border-radius: 0.25rem;
  /* padding: 6px; */
}


.card-footer {
  color: #dc3545;
  padding: .5rem;
}

.card-body ul {
  margin-left: -18px;
} 

.card-body li {
  margin-bottom: 18px;
  /*font-weight: 650;*/
  
}

.card-body2 {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: .7rem;
}
/*.card-body li {
    text-decoration: none;
}*/

a:hover {
  color: red;
  text-decoration: none;
}

.footer {
  background: #fb5e031c;
  padding:10px;
  margin-top: 10px;
}

/* Theme Changing Section End*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    /*font-weight: 500;*/
    line-height: 1.2;
    color: inherit;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.logo {
  width: 128px;
  height: 100px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.nav {
  /*padding:10px;*/
 /* border: 1px solid gray;*/
}

.nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #444444;
}

.nav li {
  float: left;
}

.nav li a:hover:not(.active) {
  background-color: #111;
}

.nav .active {
  background-color: #FF8C00;
  font-weight: bold;
}

.disclaimer-text {
    font-size: .8em;
    color: #f80000;
    line-height: 1rem;
}

.copyright-text {
  font-weight: 600;
}

.social-icons {
/*	padding: 10px;*/
}

.bg-success {
    background-color: #28a745 !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}

.pt-3, .py-3 {
  padding-top: 1rem !important;
}

.m-0 {
    margin: 0 !important;
}

h5, .h5 {
    font-size: 1.5rem;
}


.job-details-title {
  font-weight: 600;
  color: #b22222;
}

.job-details-box {
    border: 1px solid #EEE;
    display: block;
    padding: .5em;
}

.post-title h2 {
  margin-top: 0;
  font-size: 1.15em;
  color: green;
  font-weight: 600;
}

.dept-name h3 {
  margin-top: 7px;
  font-size: 1.15em;
  color: #b22222;
  font-weight: 600;
}

.details-notification h4 {
  margin-top: -5px;
  font-size: 1.15em;
  color: #FB5E03;
  font-weight: 600;
}

.mt-1 {
    margin-top: .75rem;
}

.mt-2 {
    margin-top: 1.5rem;
}

.job-details-box2 {
  border: 1px solid #EEE;
  display: block;
}

.job-details-head {
  font-size: 1.15em;
  color: green;
  font-weight: 600;
  border-bottom: 1px solid #EEE;
  padding: 5px;
}

.job-details-desc li {
  margin-top: 10px;
}

/*.job-details-desc {
  padding:9px;
  
}*/

/*.job-details-desc table tr td:first-child {
  border-left: 0px;
}*/

.job-details-desc table tr td:last-child {
  border-right:  0px;
}

/*.if-table table {
  border-collapse: collapse;
  
}*/

.eqWrap {
  display: flex;
}

.equalHW {
  flex: 1;
}

.if-table table td {
  text-align: center;
  border:  1px solid #EEE;
  border-bottom: 0px;
  border-left: 0px;
}

.imp-links table {
  /*border-collapse: collapse;*/
  text-align:center;
  border: 0px;
}

.imp-links table strong {
  font-weight: 600;
}

.imp-links table td {
  width: 50%;
  line-height: 28px;
  color: #b22222;
  font-weight: 600;
  font-size: 1.15em;
  border: 1px solid #EEE;
  border-bottom: 0px;
  border-left: 0px;
}

.imp-links table td p {
  display: block;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.job-details-value h1 {
  font-size: 1.3em;
  margin-top: 0px;
  font-weight: 600;
}

.job-details-value {
  font-size: 1.15em;
  line-height: 1.5em;
}

.sm-icons {
  width: 32px;
  height: 32px;
}

/* ----------------- Desktop View -----------------*/
@media (min-width: 992px) {

  .container{
    width:1040px;
    margin: 0px auto;
  }

  .grid-height {
    height: 720px;
  }

  .header {
    padding: 10px;
  }

  .siteurl {
    font-size: 1.2em;
    margin-top: -4px;
  }

  .nav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }

  .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: .3rem;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;

  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .ads {
    border: 1px solid #EEE;
    margin:15px auto;
    clear:both;
  }

  .job-details-title {
    font-size: 1.15em;
  }

}





/* ----------------- Mobile View -----------------*/
@media (max-width: 576px) {

  .container{
    width:100%;
  }

  .col-xs-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xs-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xs-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xs-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xs-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    position: relative;
    width: 100%;
    /* padding: 0 5px;*/
    font-size: 1em;
  }

  .logo {
    max-width: 81%;
    height: auto;
    margin: 5px 0 0 5px;
  }

  .sitename {
    margin-top: 7px;
    font-size: 1.5em;
  }

  .siteurl {
    margin-top: 0;
    font-size: 1em;
    padding: 0;
  }

  .nav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 9px 5px;
    text-decoration: none;
    font-size:1em;
  }

  .custom-pd-row-mob {
    margin-right: -3px;
    margin-left: -3px;
  }

  .custom-pd-col-mob {
    padding: 0 3px 0 3px;
  }

  .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
/*    padding: .3rem;*/
    /*height: 720px;*/
  }

  .hidden-xs {
    display: none;
  }


  /*.card-header h5{ 
     font-size:1rem;

  }*/

  /* NEW CODING */

  .home-box {
    min-height: 85px;
  }

  .card-header {
    padding: 5px 2px;
  }

  .card {
    border: 1px solid #fb5e03;
  }

  .card-body ul {
    margin-left: -35px; 
    list-style-type: none;
  }

  html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 65%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .job-details-title {
    font-size: 1.4em;
  }

  .job-details-value {
    font-size: 1.3em;
  }


  .short-details {
    font-size: 1em;
    font-weight: 600;
  }

  .job-details-head {
    font-size: 2em;
  }

  .post-title h2 {
    font-size: 1.4em;
    font-weight: 700;
  }

  .job-details-desc li {
    font-size: 1.3rem;
    line-height: 1.5em;
    margin-left: -18px !important; 
  }

  .text-center-xs {
    text-align: center;
  }
  
  .copyright-text {
    padding: 10px;
    font-weight: 800;
  }
}

/* ----------------- ./End Mobile View -----------------*/

/* custom CSS */
.text-green {
  color: green !important;
}

.text-orange {
  color: #fb5e03 !important;
}

.text-red {
  color: #f80000 !important;
}

.text-deep-red {
  color: #D32F2F !important;
}

.text-maroon {
  color: #b22222 !important;
}

.text-blue {
  color: #4C92FF !important;
}