@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Armata&display=swap');
/*font-family: 'Armata', sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
/*font-family: 'Roboto Condensed', sans-serif;*/

/*===== Start common css ======*/
body {
    font-family: 'Roboto Condensed', sans-serif;
    overflow-x: hidden;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.bg-dark {
    background-color: #082a4d!important;
}
.h-450{
  max-height:450px;
  overflow-y: scroll; 
}
.h-200{
  max-height:195px;
  overflow-y: scroll; 
}
.bg-light-yellow {
    border: 10px solid #B53E07;
}
.card-body {
    padding: 1rem;
}
/*===== End common css ======*/

/*=====top bar======*/
.top-bg {
  background-color: #082a4d;
}

.header-bot-wrap {
    background: rgb(179 172 160);           padding: 0;         display: -webkit-flex;
    display: flex;                          flex-wrap: wrap;
    -webkit-box-shadow: 0 9px 5px -8px rgb(0 0 0 / 13%);        -moz-box-shadow: 0 9px 5px -8px rgba(0, 0, 0, .75);
    box-shadow: 0 9px 5px -8px rgb(0 0 0 / 13%);                margin-top: 5px;
}
.header-bot-left { background: #fff;        padding: 0px 45px 0px 0px;          position: relative; }
.header-bot-left:after {display: block;     background-color: #fff;             position: absolute;      z-index: 0;     content: "";        bottom: 0;      height: 100%;       right: -37px;      width: 14%;     -webkit-transform: skew( 30deg);    -moz-transform: skew(30deg);    -ms-transform: skew(30deg);     -o-transform: skew(30deg);      transform: skew( 30deg); }
.header-bot-left img { display: block; width: auto; max-height: 95px; }
.top-bar { background: url(../images/top-bg22.png) repeat-x 0 bottom; min-height: 15px; padding-top: 0; position: absolute; bottom: -10px; width: 100%; }
.top-menu-bar { padding: 10px 0px; }
.top-menu { margin: 0; padding: 5px; }
.top-menu li>a { display: inline-block; padding: 1px; color: #000; transition: all 0.3s; }
.top-menu li>a:hover { color: rgba(155, 136, 34, 0.84); }
.list-inline li { display: inline-block; }
.list-inline li a span { color: #ffffff; font-weight: bold; font-size: 14px; }
.logo-bar ul.top-menu {  margin: 0; }
.logo-bar .top-menu li a { display: block; padding: 5px; font-size: 14px; font-weight: bold; color: #000; text-transform: uppercase; text-align: center; transition: all 0.3s; }
.logo-bar .top-menu li a i {
  display: block;
  margin: 0px auto 5px auto;
  padding: 10px 5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 6px solid transparent;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  text-align: center;
  transition: background 0.7s ease 0s;
}

.logo-bar .top-menu li:nth-child(1) a i {
  background: rgb(147 69 6);
  border-color: #fff;
}

.logo-bar .top-menu li:nth-child(2) a i {
  background: rgb(202 153 48);
  border-color: #953821;
  /* color: #000; */
}

.logo-bar .top-menu li a i {
  background: rgb(202 153 48);
  border-color: #953821;
}

.logo-bar .top-menu li:nth-child(4) a i {
    /* background: rgb(66 65 65 / 50%); */
    /* border-color: #424141; */
}

.logo-bar .top-menu li:nth-child(6) a i {
    /* background: rgb(150 119 52); */
    /* border-color: #082a4d; */
}

.logo-bar .top-menu li:nth-child(1) a:hover {
  color: #03a9f4;
}

.logo-bar .top-menu li:nth-child(2) a:hover {
  color: #ff9800;
}

.logo-bar .top-menu li:nth-child(3) a:hover {
  color: #009688;
}

.logo-bar .top-menu li:nth-child(4) a:hover {
  color: #009688;
}
.logo-bar .top-menu li a:hover i {
    background: rgb(8 42 77 / 80%);
    border-color: #082a4d;
}
.logo-bar .list-inline li a span {
  color: #000;
  font-weight: bold;
  font-size: 17px;
}
.btn-menu-mobile{display: none;}
.dxt-none{display: none;}
/*=====End top bar======*/

/*=====Start  marquee section======*/
.marquee-style {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
}

.marquee-style:hover {
  color: #fff;
}

.latestNewsSpan {
  position: absolute;
  background-color: #082a4d;
  z-index: 9;
  padding: 0px 20px;
  color: #ffffff;
  font-weight: 900;
}
/*=====End  marquee section======*/

/* ==== Start calender style  === */
.img-hilight {
    position: absolute;
    left: 20px;
    width: 20px;
    height: 20px;
}
.date-holder{
    width: 65px;
    text-align: center;
    float: left;
    margin-right: 11px;
}
.month-m{
    background: #557596;
    padding: 2px 0px;
    border-radius: 10px 10px 0px 0px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    /* border-bottom: 1px dashed #ec8f0b; */
    display: inherit;
    box-shadow: 1px 2px 3px 0px #c2c7cc;
  }
    .date-m{background: #ffffff;
    padding: 0px;
    display: inherit;
    font-size: 21px;
    font-weight: bold;
    border: 1px solid #eee;
    box-shadow: 1px 2px 3px 0px #c2c7cc;}
  .time-m{background:#f34f59;
    padding: 4px 0px;
    border-radius: 0px 0px 10px 10px;
    color: #fdfafa;
    font-size: 13px;
    display: inherit;
    box-shadow: 1px 3px 2px 1px #c2c7cc;}
    .cus-list-inline{
      padding-left: 0;
      list-style: none;
      }
.cus-list-inline li a {
    display: block;
    color: #000;
    padding: 7px 6px 18px 6px;
    min-height: 75px;
}
/* ==== End calender style  === */

/* ==== Start Title style  === */
.bg-dark-pink{
  background-color: #934506;
}
.title-wrap {
    text-align: left;
    border: 2px solid #ffffff;
    border-radius: 0;
    box-shadow: 0 0 4px rgb(0 0 0 / 30%);
    background: #ca9930;
    padding: 12px 6px;
    margin-bottom: 0px;
}
  .pageTitle {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    /*text-transform: uppercase;*/
    font-weight: 500;
  }
/* ==== End Title style  === */

/*=== start card style ===*/
.datcard:nth-of-type(odd) {
    background-color: #988969;
}
.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 32px;
  height: 32px;
  overflow: hidden;
  top: 0;
  right: 0;
  background-color: rgb(8 42 77);
  border-radius: 0 4px 0 32px;
}
.datcard {
    min-height: 65px;
    color: #fff !important;
    display: block;
    font-size: 15px;
    position: relative;
    background-color: #e87864;
    border-radius: 4px;
    padding: 24px 10px;
    z-index: 0;
    overflow: hidden;
    text-decoration: none !important;
    text-align: center;
    text-transform: uppercase;
}
.datcard:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: rgb(8 42 77);
  height: 1em;
  width: 1em;
  border-radius: 100%;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}

.datcard:hover:before {
  transform: scale(45);
}

.datcard:hover p {
  transition: all 0.3s ease-out;
  color: rgb(255, 255, 255);
  color: rgba(255, 255, 255, 0.8);
}
/*=== End card style ===*/

.thumbnail_menu {
    padding: 0px;
    margin: 0px 5px 0 5px;
}
.thumbnail_menu li {
  padding-bottom: 5px;
  margin: 0px;
  display: block;
  /* border-bottom: 1px dashed #ccc; */
  float: left;
  width: 100%;
}
.thumbnail_menu li a {
    /* font-family: 'Lato', sans-serif; */
    font-size: 16px;
    color: #282828;
    text-decoration: none;
}
.thumbnail_menu li a i{color: #298ac8;  padding-right:4px;}
.thumbnail_menu li a:hover{
  color:#2196F3;
}
.support-float {
    position: fixed;
    right: 0;
    bottom: 71px;
    background: #ffffff;
    border-radius: 16%;
    padding: 5px;
    border: 2px solid rgb(8 42 77);
    box-shadow: 0px 2px 20px 5px rgb(0 0 0 / 45%);
    color: #084481 !important;
    font-size: 15px;
}
.support-float img {
    width: 66px;
    display: block;
    margin: auto;
}
.support-card-header {
    background-color: #ebac26;
    color: #fff;
}
.btn-bengali {
    margin-top: -18px;
    float: right;
}
.main-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 3px;
    margin-bottom: 3px;
}
.mb--25 {
    margin-bottom: 25px;
}
.modal-top-bar {
    background: url(../images/modal-top-bg.png) repeat-x 0 bottom;
    min-height: 15px;
    padding-top: 0;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
}
.w-150{
  width: 150px;
}
.rul-ol li {
    padding-bottom: 21px;
    text-align: justify;
}
/*============
footer section
======================*/
  footer {
    background-color: #934506;
    padding: 20px

  }
  .bg-footer {
    background: url(../images/banner-con1.jpg);
    background-position: bottom center;
    background-size: cover;
    background-blend-mode: darken;
    background-color: rgb(0 0 0 / 60%);
  }

  /*top to scroll*/
  #return-to-top {
    position: fixed;
    bottom: 85px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 99999999999;
    box-shadow: 0px -9px 30px 0px rgba(0, 125, 214, 0.75);
  }
  #return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
  }
  #return-to-top:hover i {
    color: #fff;
    top: 5px;
  }
  /*============
End footer section
======================*/

  /*============
Start Document Details
======================*/
.border-row {
    position: relative;
    border: 1px dashed;
    padding: 10px;
    padding-top: 30px;
    margin: 0;
    margin-bottom: 15px;
}
.float-title {
    position: absolute;
    top: -12px;
    background-color: #fff;
    padding: 0px 15px;
    color: #953821;
}
.img-placeholder {
    width: 138px;
    height: 138px;
    border: 2px dashed #ebac26;
    border-radius: 8px;
    margin-bottom: 5px;
}
.img-sign {
    width: 200px;
    height: 50px;
    border: 2px dashed #ebac26;
    border-radius: 8px;
    margin-bottom: 5px;
    padding: 8px;
}
  /*============
End Document Details
======================*/

.home-imp-date .card .card-body.h-200{
    max-height: 450px;
    overflow-y: scroll;
}
/*.upload-box {
    border: 2px dashed #ebac26;
    padding: 15px;
    border-radius: 15px;
    position: relative;
    text-align: center;
}
.btn-upload {
    cursor: pointer;
    background-color: #ccc;
    color: #fff;
    padding: 11px 20px;
}
.input-upload{

}*/
label.pri-star-required:after
{
    color: red;
    content: " *";
}
.hide{
  display: none;
}
.reg-box {
    border: 10px solid;
    box-shadow: inset 0px 0px 20px 0px rgb(0 0 0 / 25%) !important;
}
.reg-heder-title {
    font-size: 32px;
    padding-top: 21px;
    color: #fff;
    text-transform: uppercase;
}
.fgp{
  color: #c90707;
  font-weight: bold;
}
.fgp:hover{
  color: #c90707;
  font-weight: bold;
  text-decoration: none;
}
.reg-pre-header-li-home {
    float: right;
    color: #fff;
}
.reg-pre-header-li-home a {
    color: #fff !important;
}
.pr-105 {
    padding-right: 105px;
}
.alert-success {
    color: #ffffff;
    background-color: #6ea255;
    border-color: #ffffff;
    border: 1px dashed;
}
.img-bulb {
    float: left;
    width: 40px;
    padding-top: 5px;
}
.ml-45{
      margin-left: 45px;
}
.hide-taxm, .hide-tax{
  display:none;
}
.alert-custom-bg {
    color: #032f5a;
    background-color: #e0ddd2;
}
.point-li li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0a4";
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    left: 17px;
}
.font-14{
  font-size: 14px;
}
.bg-dark-geay {
    background-color: #bfbbbb !important;
}
.light-gradient {
    background-image: linear-gradient(to right top, #ebd3a9, #f1cda5, #f6c7a3, #fbc1a2, #ffbba4);
    border-radius: 12px;
}
.pt-20{
      padding-top: 27%;
}
.color-lable{
  color: #032f5a;
}
.border-dash{
  border: 1px dashed;
}
.alert-custom-bg1 {
    color: #032f5a;
    background-color: #f6e5a5;
}
.alert-info1 {
    color: #0c5460;
    background-color: #ddf1f4;
    border-color: #bee5eb;
}
.alert-warning1 {
    color: #000000;
    background-color: #ececec;
    border-color: #17a2b8;
    border: dashed 2px #17a2b8;
    font-size: 16px;
}
.alert1 {
    position: relative;
    padding: .50rem .75rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    text-align: justify;
}
.pt-1-5 {
    padding-top: 1rem !important;
}
.font-14 {
    font-size: 14px;
    text-align: justify;
}
.alert-custom-bg2 {
    background-color: #ffe9e5;
}
.font-20{
font-size:18px;
}

.read-only-box{
border: 1px dashed #000;
width: 100%;
padding: .375rem .75rem;
background-color: #dee0e0;

}

.vc-box {
}
.text-details {
    line-height: 25px;
    font-family: 'Roboto Condensed', sans-serif;
}
.vcsMessageH {
    font-size: 17px;
    text-align: center;
    line-height: 25px;
    padding: 5px 5px 9px 15px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: auto;
    float: right;
    margin: 0 auto;
}
.img-vc {
    width: 150px;
    height: 150px;
    margin: 0px auto;
    padding: 5px;
    border: #dbd0bd solid 4px;
    display: block;
}
.btn{
  transition: 0.3s;
}
.btn:hover{
      border-radius: 25px;
}
a:hover {
    color: #0056b3;
    text-decoration: none;
}
.big-success {
    font-size: 61px;
    border: 6px solid #fff;
    border-radius: 50%;
    padding: 29px 22px;
    margin: 25px;
}