@font-face {
  font-family: 'Cera Condensed Regular Demo';
  src: url('./assets/fonts/Cera-Condensed-Regular-Demo.woff') format('woff'),
    url('./assets/fonts/Cera-Condensed-Regular-Demo.otf') format('opentype');
}
@font-face {
  font-family: 'Cera Condensed Thin Demo';
  src: url('./assets/fonts/Cera-Condensed-Thin-Demo.woff') format('woff'),
    url('./assets/fonts/Cera-Condensed-Thin-Demo.otf') format('opentype');
}
@font-face {
  font-family: 'Cera Condensed Black Demo';
  src: url('./assets/fonts/Cera-Condensed-Black-Demo.woff') format('woff'),
  url('./assets/fonts/Cera-Condensed-Black-Demo.otf') format('opentype');
}
@font-face {
  font-family: 'Cera Condensed Bold Demo';
  src: url('./assets/fonts/Cera-Condensed-Bold-Demo.woff') format('woff'),
    url('./assets/fonts/Cera-Condensed-Bold-Demo.otf') format('opentype');
}
@font-face {
  font-family: 'Cera Condensed Light Demo';
  src: url('./assets/fonts/Cera-Condensed-Light-Demo.woff') format('woff'),
  url('./assets/fonts/Cera-Condensed-Light-Demo.otf') format('opentype');
}
@font-face {
  font-family: 'Cera Condensed Medium Demo';
  src: url('./assets/fonts/Cera-Condensed-Medium-Demo.woff') format('woff'),
      url('./assets/fonts/Cera-Condensed-Medium-Demo.otf') format('opentype'),
}
@font-face {
  font-family: 'Cera Pro Regular Demo';
  src: url('./assets/fonts/Cera-Pro-Regular-Demo.woff') format('woff'),
  url('./assets/fonts/Cera-Pro-Regular-Demo.otf') format('opentype');
}
@font-face {
  font-family: 'Cera Pro Thin Demo';
  src: url('./assets/fonts/Cera-Pro-Thin-Demo.woff') format('woff'),
  url('./assets/fonts/Cera-Pro-Thin-Demo.otf') format('opentype');
}
@font-face {
  font-family: 'Cera Pro Black Demo';
  src: url('./assets/fonts/Cera-Pro-Black-Demo.woff') format('woff'),
  url('./assets/fonts/Cera-Pro-Black-Demo.otf') format('opentype');
}
@font-face {
  font-family: 'Cera Pro Bold Demo';
  src:     url('./assets/fonts/Cera-Pro-Bold-Demo.woff') format('woff'),
  url('./assets/fonts/Cera-Pro-Bold-Demo.otf') format('opentype');
}
@font-face {
  font-family: 'Cera Pro Light Demo';
  src: url('./assets/fonts/Cera-Pro-Light-Demo.woff') format('woff'),
  url('./assets/fonts/Cera-Pro-Light-Demo.otf') format('opentype');
}
@font-face {
  font-family: 'Cera Pro Medium Demo';
  src:url('./assets/fonts/Cera-Pro-Medium-Demo.woff') format('woff'),
  url('./assets/fonts/Cera-Pro-Medium-Demo.otf') format('opentype');
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');

body {
  font-family: 'Cera Pro Regular Demo', sans-serif;
  font-size: 12pt;
  background-image: url('./assets/back.png');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.maincolor{
  background-color: #21409a;
  color:white;
}
.customnav{
  padding: 5px;
}
.nav-item{
  text-transform: uppercase;
  font-size: 8pt;
  font-family: 'Cera Pro Medium Demo',sans-serif;
  position: relative;
}
.navbar-nav{
  height: 22px;
}
.navbar-nav li:not(:last-child)::before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 0.5px; /* Adjust this value to control the thickness of the line */
  background-color: #b1b1b16b;
}
.navbar-nav li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 0.5px; /* Adjust this value to control the thickness of the line */
  background-color: #b1b1b16b;
}
.navbar-brand img {
  max-height: 100%;
  /* margin-right: 10px;  */
}
.whitecolor{
  color:white;
}
.navbar-dark .navbar-nav .nav-link{
  color:white;
}
.nav-link{
  padding: 4px;
}
.navbar {
  border-bottom: 2px solid #ff9326; /* Adjust this value to control the thickness and color of the line */
}
.handivbtn {
  margin-left: 20px;
  border-radius: 4px;
  background-color: #ff9326;
}
.nav-item a:hover{
  color: white!important;
}
.align-middle {
  display: inline-block;
  vertical-align: middle;
  padding-top: 10px;
}
.candimg{
  /* height: 200px; */
  width: 100%;
  /* border-radius: 10px; */
  height: auto;
  display: block;
}
@media (max-width: 575px) { 
  .nopadd{
    overflow: hidden; /* Hide any overflowing content */
  }
  .nopadd img {
    width: 100%; /* Make image fill entire width of column */
    height: 100%; /* Maintain aspect ratio */
    object-fit: cover; /* Maintain aspect ratio and fill the container */
  }
}
.teamimg{
  display: none;
}
@media (min-width: 576px) { 

 }

@media (min-width: 768px) { 

}

@media (min-width: 992px) { 
  .video iframe{
    width: 100%;
    height: 360px;
  }
  .ca_column {
    width: calc((100% / 7)); /* Adjust -10px for gap */
    padding-left: 10px;
    /* padding-right: 10px; */
    margin-bottom: 10px;
  }
  .dt_ca_column {
    width: calc((100% / 1)); /* Adjust -10px for gap */
  }
  .blog_section{
    margin-top: 60px;
  }
  .top_div{
    margin-top: 0px;
    margin-left: auto;
    font-weight: 300;
    width: 388px;
    margin-right: auto;
  }
  .margintop{
    margin-top: 80px;
  } 
  .newsdetail{
    padding: 50px;
  }
  .marginleft_big{
    margin-left: 10px;
  }
  .utubs{
    margin-top: 20px;
  }
  .udiv iframe{
    height: 250px;
    width: 300px;
  }
 }

@media (min-width: 1200px) { 
  .teamimg{
    display: none;
  }
 
}
@media (max-width: 991px) { 
  .gobiimg{
    display: none;
  }
  .teamimg{
    display: block;
  }
  .video iframe{
    width: 100%;
    height: 250px;
  }
  .ca_column {
    width: calc((100% / 3)); /* Adjust -10px for gap */
    padding-left: 5px;
    /* padding-right: 5px; */
    margin-bottom: 5px;
  }

  .dt_ca_column {
    width: calc((100% / 2));
    padding-left: 5px;
  }
  .margintop{
    margin-top: 60px;
  }
  .blog_section{
    margin-top: 40px;
  }
  .top_div{
    margin-top: 10px;
    margin-left: auto;
    font-weight: 300;
    
    margin-right: auto;
  }
  .detail_div{
    margin-top: 20px;
  }
  .dt_title{
    display: inline-block;
  }
  .newsdetail{
    padding: 20px;
  }
  .marginleft_big{
    margin-left: 0;
  }
  .utubs{
    margin-top: 40px;
  }
  .udiv{
    margin-top: 30px;
  }
  .udiv iframe{
    height: 300px;
    width: 100%;
  }
}

.blog_section{
  background-color: rgba(25, 33, 89, 0.5);
  padding: 20px 0px;
}
.blogs{
  margin-top:0 50px;
}

.ca_container{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ca_row{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
}

/* .margintop{
  margin-top: 80px;
} */
.gobiimg{
  /* height: 100px; */
  width: 90%;
  text-align: center;
  margin: 0px auto;
}
.gobiimg_team{
  margin-left: 0 5px;
  width: auto;
  max-width: 100%;
}
.gobiimg_slogan{
  height: 40px;
  margin-left: 5px;
  margin-right: 5px;
}
.footer{
  height: 50px;
  text-align: center;
  bottom: 0;
  width: 100%;
  /* position: fixed; */
}
.footer p {
  padding-top: 16px;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  color: white;
  vertical-align: middle;
}
.blog_section_title{
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #e9e9e9;
  line-height: 22px;
  border-bottom: 1px solid #ff9326;
}
.blog_img{
  height: 200px;
  width: auto;
}
.blog_title{
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: white;
  padding: 10px 0px;
  /* border-bottom: 1px solid #ff9326; */
}
.blog_desc{
  font-family: 'CeraCondensedPro-Light', sans-serif;
  font-size: 12px;
  color: white;
  padding: 5px 0px;
}


.names {
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(to right, #192159, rgba(25, 33, 89, 0.8));
  width: 100%;
  padding: 10px 5px;
  box-sizing: border-box; /* Include padding in width calculation */
  overflow: hidden; /* Hide overflowing content */
  text-overflow: ellipsis; /* Display an ellipsis (...) when text overflows */
  white-space: nowrap; /* Prevent text from wrapping */
  /* border-radius: 0px 0px 15px 0px; */
  text-transform: lowercase;
  border-top: 2px solid #ff9326;
}

.names_ovog{
  margin: 0;
  /* font-family: 'Cera Pro Light Demo', sans-serif; */
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  font-size: 9pt;
  color:#efefef;
  text-transform: capitalize;
}
.names_ner{
  margin: 0;
  /* font-family: 'Cera Pro Bold Demo', sans-serif; */
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 9pt;
  color: #fff;
  text-transform: uppercase;
}
.names_ner::first-letter { text-transform: uppercase; }
.ca_column{
  position: relative;
  overflow: hidden;
  border-radius: 0px 0px 16px 0;
  cursor: pointer;
}

.detail_div{
  border-radius: 20px;
  padding: 10px;
  background-color: white;
  position: relative;
  height: 100%;
}
.margin_div{
  margin: 10px;
}
.close_btn{
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.close_btn2{
  position: absolute;
  right: 10px;
  top: -5px;
  cursor: pointer;
}
.close_btn3{
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
  z-index: 99;
}
.close_btn4{
  position: absolute;
  right: 20px;
  top: -5px;
  cursor: pointer;
  /* z-index: 99; */
}
.dt_qrimg{
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.dt_qrimg img{
  height: 100px;
}
.dt_social{
  display: flex;
}
.dt_social p{
  margin-left: 5px;
  margin-bottom: 0;
  margin-top:0px;
}
.dt_social img{
  width: 20px;
  height: 20px;
}
.top_title {
  font-size: 13pt;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  font-weight: 300;
  color: #192159;
}
.top_description{
  color: #192159;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  font-size: 10pt;
  font-weight: 300;
}
.dt_title{
  font-family: "Montserrat", sans-serif;
  font-size: 11pt;
  font-weight: 300;
  color: #4d4d4d;
  border-bottom: 1px solid #192159;

}
.dt_desc{
  font-family: "Montserrat", sans-serif;
  font-size: 10pt;
  font-weight: 300;
  color : #192159;
}

/* blogs */
.blog_item img{
  width: 360px;
  height: 200px;
}
.handiv_section{
  background-color: rgba(25, 33, 89, 0.5);
  padding: 20px 0px;
  position: relative;
}
.relative{
  position: relative;
}
.handiv_user_img{
  width: 150px;
  padding: 0px 5px 0 0;
}
.handiv_qr{
  position: relative;
  margin-top: auto;
}
.handiv_qrimg{
  width: 80px;
  height: 80px;
  margin-top: auto;
  margin-left: 35px;
}
.qr_bank_name{
  font-size: 9pt;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: white;
  margin: 0;
}
.qr_txt{
  text-align: center;
  margin-bottom: 10px;
}
.qr_bank_dans{
  font-size: 11pt;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: white;
  margin: 0;
}
.qr_div{
  width: 150px;
  padding: 16px 0px;
  background: rgba(25, 33, 89, 1);
  border-radius: 20px;
}

.handiv_item{
  margin-top: 10px;
  margin-bottom: 10px;
}
.handiv_disclaimer{
  background: rgba(25, 33, 89, 1);
  border-radius: 20px;
  padding: 20px;
}
.blog_item_img{
  position: relative;
  display: inline-block;
  width: 100%; /* Set the desired width of the container */
  height: 200px; /* Set the desired height of the container */
  overflow: hidden;
}
.blog_item_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.newsdetail{
  background: white;
  border-radius: 20px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  position: relative;
  overflow-x: scroll;
}
.news_body_title{

  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.utubs iframe{
  width: 100%;
  height: 250px;
}


/* .owl-item .active::after{
  content: ""; 
  background: red;
  width: 100%;
  height: 100%; 
  min-height: 1px; position: absolute; top: 0;
} */
/* .iframe-container-div{
  overlay: red;
} */
.iframe-container-div iframe{
  z-index: 99999999;
}
.iframe-container-div::before { 
  content: ""; 
  background: transparent;
  width: 100%;
   height: 40%; 
   min-height: 1px; position: absolute; top: 0; }

   .utitle{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #e9e9e9;
    line-height: 22px;
    border-bottom: 1px solid #ff9326;
    margin: 10px;
    height: 47px;
    overflow: hidden;
  }



.shdl .dropdown-menu{
  font-size: 8pt;
  font-family:  "Montserrat", sans-serif;
  background-color: #21409a;
  color:white;
  margin-right: 100px;
}
.dropdown-menu{
  margin-left: -80px;
}
.sh_modal_title{
  color: #192159;
  font-size: 10pt;
  font-family:"Montserrat", sans-serif ;
}
.sh_modal_video{
  text-align: center;
  width: 100%;
}
.modalitem{
  margin-bottom: 10px;
}
.sh_modal_video iframe{
  width: 100%;
    height: 240px;
}
#sh_candidates{
  position: relative;
}
#as_candidates{
  position: relative;
}

#asuudal{
  background-color: rgba(25, 33, 89, 0.5);
  padding: 20px 0px;
}
#shiidel{
  background-color: rgba(25, 33, 89, 0.5);
  padding: 20px 0px;
}