@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700);/*Google Fonts*/
* {
  outline: none !important;
}

html {
  height: 100%;
  box-sizing: border-box;
  font-size: 14px;
}

body {
  background-color: #fcfcfc;
  color: #333;
  font-family: "Mukta", sans-serif;
  margin: 0;
  min-height: 100%;
  position: relative;
  overflow-x: hidden;
}

main {
  padding: 0 0 150px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #000;
}

ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  outline: none !important;
  margin: 0;
  padding: 0;
  list-style: none;
}

p + p {
  padding: 10px 0;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

.visible-xs {
  display: none;
}

iframe {
  max-width: 100%;
}

a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

.clear {
  clear: both;
}

.custom-container {
  max-width: 1290px;
  width: 100%;
}

.padding50 {
  padding: 50px 0;
}

.pb50 {
  padding-bottom: 50px !important;
}

/* SCROLL BAR */
/* width */
::-webkit-scrollbar {
  width: 8px !important;
  height: 8px !important;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #eee;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #eee;
}

.btn {
  background-color: #ccc;
  border-radius: 20px;
  margin-right: 20px;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  padding: 9px 15px;
  overflow: hidden;
  position: relative;
}

.btn:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.3;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
}

.btn:hover:after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn:hover,
.btn.focus,
.btn:focus {
  color: #fff;
}

.btn.active,
.btn:active {
  box-shadow: none;
}

.scrollToTop {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 10%;
  z-index: 1;
  right: 10px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  color: #dc3545;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 4px 8px #cacaca;
  font-weight: bold;
  font-size: 1.4rem;
  background: #fff;
}

.fixed-social {
  position: fixed;
  left: 10px;
  top: 50%;
  z-index: 100;
}
.fixed-social li i {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-bottom: 8px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 8px #cacaca;
  color: #6e6e6e;
  border: none;
}
.fixed-social li i:hover {
  color: #fff;
  background: #0062cc;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

section {
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -mpz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

h4 {
  color: #9f9f9f;
  font-size: 1.7rem;
  font-weight: normal;
}

h2 {
  color: #000;
}

.hero-section {
  padding: 40px 0;
  background: #fcfcfc;
}
.hero-section .carousel-inner {
  box-shadow: 0 3px 5px #e2e2e2;
}
.hero-section .carousel-inner .carousel-item {
  border-radius: 8px;
  box-shadow: 0 3px 5px #e2e2e2;
}
.hero-section .carousel-inner .carousel-item img {
  border-radius: 8px;
  width: 100%;
}
/* .hero-section .carousel-inner .carousel-item::before {
  content: "";
  position: absolute;
  background-image: -webkit-gradient(linear, left top, right top, from(#000000bf), to(#16264700));
  background-image: linear-gradient(to right, #000000bf, #16264700);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  border-radius: 8px;
} */
.hero-section .carousel-inner .carousel-item .carousel-caption {
  background: #00000040;
  left: 9%;
  right: auto;
  padding: 0;
  width: 80%;
  bottom: 15px;
  border-radius: 0.5rem;
  text-align: center;
  position: absolute;
}

.hero-section .carousel-inner .carousel-item .carousel-caption h2 {
  color: #fff;
  font-size: 1.5rem;
  text-align: left;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 28px;
}
.hero-section .circle {
  width: 516px;
  height: 516px;
  background-color: rgba(30, 217, 222, 0.16);
  border-radius: 50%;
  position: absolute;
  top: -150px;
}
.hero-section .right-circle {
  right: -150px;
}
.hero-section .carousel-indicators {
  bottom: 45px;
}
.hero-section .carousel-indicators li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 2px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #0062cc;
  border: 1px solid #0062cc;
  border-radius: 10px;
}
.hero-section .carousel-indicators li .active {
  background-color: #fff;
  border-color: #fff;
}

.top-header {
  padding: 55px 0 5px;
}
.top-header .logo img {
  width: 110px;
  margin-top:15px;
}
.top-header .nepal-flag img {
  width: 68px;
  margin-top: 15px;
}
.top-header .office-title {
  text-align: center;
}
.top-header .office-title h2 {
  margin: 6px 0;
  color: #004a99;
  font-weight: 900;
  font-size: 2.2rem;
  line-height: 1.8rem;
}
.top-header .office-title p {
  font-size: 1.3rem;
  color: #dc3545;
  font-weight: 500;
  line-height: 2rem;
}

.navbar-default {
  background-color: #0062cc;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.navbar-default .navbar-brand {
  display: none;
}
.navbar-default .navbar-nav li {
  padding: 14px 0;
  margin-right: 5px;
  border-right: 1px solid #006ee6;
  border-bottom: 3px solid #0062cc;
}
.navbar-default .navbar-nav li a {
  color: #fff;
  padding: 14px 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 1.3rem;
  /* font-weight: 800; */
}
.navbar-default .navbar-nav li a i {
  color: #f5f5ff;
}
.navbar-default .navbar-nav li:hover {
  color: #fff;
  border-bottom: 3px solid #e4606d;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.navbar-default .navbar-nav li:last-child {
  border: none;
}
.navbar-default .navbar-nav .active {
  color: #fff;
  border-bottom: 3px solid #eb8c95;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.navbar-default .navbar-collapse {
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

/* FEATURE BOXES */
.feature-title h4 {
  color: #000;
  font-weight: 900;
  margin-bottom: 1.2rem;
}

.feature-boxes {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.feature-boxes .feature-item {
  width: 40%;
  height: 132px;
  background: #fff;
  margin-bottom: 16px;
  margin-right: 16px;
  border-radius: 8px;
  box-shadow:3px 3px 5px #cccccc80;
  text-align: center;
  padding: 22px 10px;
}
.feature-boxes .feature-item i {
  /* color: #fff; */
  font-size: 1.9rem;
}
.feature-boxes .feature-item h4 {
  font-weight: 900;
  /* color: #fff; */
}
.feature-boxes .feature-item p {
  /* color: #fff; */
  font-size: 1.2rem;
}
.feature-boxes .feature-item.one i, .feature-item.one h4, .feature-item.one p {
  color: #0062cc;
}
.feature-boxes .feature-item.two i, .feature-item.two h4, .feature-item.two p {
  color: #dc3545;
}
.feature-boxes .feature-item.three i, .feature-item.three h4, .feature-item.three p {
  color: #28a745;
}
.feature-boxes .feature-item.four i, .feature-item.four h4, .feature-item.four p {
  color: #fa9f10;
}
.feature-boxes .feature-item.five i, .feature-item.five h4, .feature-item.five p {
  color: #0062cc;
}
.feature-boxes .feature-item.six i, .feature-item.six h4, .feature-item.six p {
  color: #2b86b4;
}


.dark-theme .feature-item.one i, .dark-theme .feature-item.one h4, .dark-theme .feature-item.one p {
  color: white;
}
.dark-theme .feature-item.two i, .dark-theme .feature-item.two h4, .dark-theme .feature-item.two p {
  color: white;
}
.dark-theme .feature-item.three i, .dark-theme .feature-item.three h4, .dark-theme .feature-item.three p {
  color: white;
}
.dark-theme .feature-item.four i, .dark-theme .feature-item.four h4, .dark-theme .feature-item.four p {
  color: white;
}
.dark-theme .feature-item.five i, .dark-theme .feature-item.five h4, .dark-theme .feature-item.five p {
  color: white;
}
.dark-theme .feature-item.six i, .dark-theme .feature-item.six h4, .dark-theme .feature-item.six p {
  color: white;
}

.top-bar {
  background: #fff;
  padding: 9px 0;
  box-shadow: 0px 0px 4px 0px #ece9e9;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
}
.top-bar h5 {
  color: #000;
  font-size: 1.2rem;
  padding: 5px 0;
  font-weight: 500;
  margin-top: 5px;
}
.top-bar .btn-apply {
  font-size: 1rem;
  font-weight: 900;
  padding: 8px 23px;
  border-radius: 300px;
  background: #0062cc;
  margin-left: 16px;
  border: 2px solid #0056b3;
}

.title_wrapper {
  margin-bottom: 1rem;
}
.title_wrapper h4 {
  font-weight: 800;
  color: #000;
  font-size: 1.5rem;
}

.highcharts-figure {
  min-width: 320px;
  max-width: 800px;
  margin: 1em auto;
}

.highcharts-data-table table {
  min-width: 320px;
  max-width: 800px;
  margin: 1em auto;
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #EBEBEB;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}
.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
  padding: 0.5em;
}
.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
  padding: 0.5em;
}
.highcharts-data-table td {
  padding: 0.5em;
}
.highcharts-data-table thead tr {
  background: #f8f8f8;
}
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}
.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

/* NOTICE LISTS */
.posts .post-block-list {
  display: block;
  width: 100%;
}
.posts .post-block-list .post-content .post-details {
  display: inline-block;
  width: 62%;
}
.posts .post-block-list .post-content .post-action {
  display: inline-block;
}
.posts .post-block-list .post-content .post-action .view-btn {
  background: #f5f2f2;
  padding: 4px 20px;
  border-radius: 300px;
  display: block;
  margin-top: 5px;
  border: 1px solid #eae7e7;
  font-weight: 600;
  color: #444444 !important;
}
.posts .post-block-list .post-content .post-action .view-btn:hover {
  background: #0062cc;
  border: 1px solid #0062cc;
  color: #fff !important;
}

/* MODAL */
.report-details-modal .btn-primary {
  background: #0062cc;
  padding: 6px 40px;
  border-radius: 300px;
  border: 1px solid #0062cc;
  font-weight: 600;
  color: #fff !important;
  font-size: 1.2rem;
}
.report-details-modal td {
  font-size: 1rem;
}
.report-details-modal .modal-title {
  color: #000;
  font-weight: bold;
}

/*  */
.tracking-status-intransit {
  background-color: #65aee0;
}

.tracking-status-outfordelivery {
  background-color: #f5a551;
}

.tracking-status-deliveryoffice {
  background-color: #f7dc6f;
}

.tracking-status-delivered {
  background-color: #4cbb87;
}

.tracking-status-attemptfail {
  background-color: #b789c7;
}

.tracking-status-error {
  background-color: #d26759;
}

.tracking-status-exception {
  background-color: #d26759;
}

.tracking-status-expired {
  background-color: #616e7d;
}

.tracking-status-pending {
  background-color: #ccc;
}

.tracking-status-inforeceived {
  background-color: #214977;
}

.tracking-list {
  border: 1px solid #e5e5e5;
}

.tracking-item {
  border-left: 1px solid #e5e5e5;
  position: relative;
  padding: 1rem 0 1rem 2rem;
  font-size: 0.9rem;
  margin-left: 1rem;
  min-height: 5rem;
}
.tracking-item:last-child {
  padding-bottom: 4rem;
}
.tracking-item .tracking-date {
  margin-bottom: 0.5rem;
}
.tracking-item .tracking-date span {
  color: #888;
  font-size: 85%;
  padding-left: 0.4rem;
}
.tracking-item .tracking-content {
  padding: 0.5rem 0.8rem;
  background-color: #f4f4f4;
  border-radius: 0.5rem;
}
.tracking-item .tracking-content span {
  display: block;
  color: #888;
  font-size: 85%;
}
.tracking-item .tracking-icon {
  line-height: 2.6rem;
  position: absolute;
  left: -1.3rem;
  width: 2.6rem;
  height: 2.6rem;
  text-align: center;
  border-radius: 50%;
  font-size: 1.1rem;
  background-color: #fff;
  color: #fff;
}
.tracking-item .tracking-icon.status-sponsored {
  background-color: #f68;
}
.tracking-item .tracking-icon.status-delivered {
  background-color: #4cbb87;
}
.tracking-item .tracking-icon.status-outfordelivery {
  background-color: #f5a551;
}
.tracking-item .tracking-icon.status-deliveryoffice {
  background-color: #f7dc6f;
}
.tracking-item .tracking-icon.status-attemptfail {
  background-color: #b789c7;
}
.tracking-item .tracking-icon.status-exception {
  background-color: #d26759;
}
.tracking-item .tracking-icon.status-inforeceived {
  background-color: #214977;
}
.tracking-item .tracking-icon.status-intransit {
  color: #e5e5e5;
  border: 1px solid #e5e5e5;
  font-size: 0.6rem;
}

@media (min-width: 992px) {
  .tracking-item {
    margin-left: 10rem;
  }
  .tracking-item .tracking-date {
    position: absolute;
    left: -10rem;
    width: 7.5rem;
    text-align: right;
  }
  .tracking-item .tracking-date span {
    display: block;
  }
  .tracking-item .tracking-content {
    padding: 0;
    background-color: transparent;
  }
}
/* SIDEBAR EVENTS */
section.events-of-months {
  background: #fcfcfc;
}
section.events-of-months .notice-lists, section.events-of-months .about-event {
  padding: 1rem;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 5px #e2e2e2;
  border-radius: 7px;
}
section.events-of-months .sidebar-bg .nav-tabs {
  border: none;
  margin-bottom: 0;
  border-radius: 4px;
  margin-top: 12px;
  -webkit-box-pack: center;
          justify-content: center;
}
section.events-of-months .sidebar-bg .nav-tabs .nav-item .nav-link {
  border-radius: 300px;
  color: #000;
  border: none;
  padding: 8px 16px;
  font-weight: bold;
  background: #f5f2f2;
  margin-right: 4px;
}
section.events-of-months .sidebar-bg .nav-tabs .active .nav-link {
  color: #fff;
  background: #0062cc;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}
section.events-of-months .sidebar-bg .nav-tabs .nav-link:hover {
  color: #fff;
  background: #0062cc;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}
section.events-of-months .sidebar-bg a.nav-link.active {
  margin-right: 10px;
  background: #0062cc !important;
  color: #fff !important;
}
section.events-of-months .btn-load-more {
  font-weight: bold;
  background: #0062cc;
  color: #fff;
  font-size: 1rem;
  border: 3px solid #0062cc;
  margin-top: 20px;
}
section.events-of-months .btn-load-more:hover {
  font-weight: bold;
  background: #0062cc;
  color: #fff;
  font-size: 1rem;
  border: 3px solid #0062cc;
  margin-top: 20px;
}
section.events-of-months .tab-content .posts .post-block-list {
  display: table;
}
section.events-of-months .tab-content .posts .post-block-list .thumb {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
section.events-of-months .tab-content .posts .post-block-list .thumb img {
  max-width: 59px;
  min-width: 60px;
  border-radius: 3px;
}
section.events-of-months .tab-content .posts .post-block-list .post-content {
  display: table-cell;
  padding: 0 15px;
  vertical-align: middle;
}
section.events-of-months .tab-content .posts .post-block-list .post-content h2 {
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0;
}
section.events-of-months .tab-content .posts .post-block-list .post-content a {
  color: #000;
}
section.events-of-months .tab-content .posts .post-block-list .post-content p.time {
  font-size: 1rem;
  margin: 0 0 5px;
}
section.events-of-months .tab-content .posts .post-block-list .post-content p {
  font-size: 0.875rem;
}
section.events-of-months .tab-content .posts li {
  padding: 10px;
  background: #fff;
  margin-bottom: 13px;
  box-shadow: 0 2px 3px #f1eded;
  border-radius: 5px;
}
section.events-of-months .tab-pane {
  padding: 0;
  margin: 0;
}

/* pagination */
.pagination {
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
}
.pagination li {
  display: inline-block !important;
}
.pagination li:first-child a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination li:first-child span {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination li a {
  padding: 7px 16px;
  color: #525c65;
  text-decoration: none;
  background-color: #fff;
  border: none;
  font-size: 1.2rem;
  margin: 0px 3px;
  font-weight: bold;
  border-radius: 4px !important;
  box-shadow: 0 2px 3px #f1eded;
}
.pagination li a:focus {
  color: #fff;
  background-color: #fa9f10;
  border-color: #fa9f10;
}
.pagination li a:hover {
  color: #fff;
  background-color: #fa9f10;
  border-color: #fa9f10;
}
.pagination li span {
  padding: 7px 16px;
  color: #525c65;
  text-decoration: none;
  background-color: #f5f5f5;
  border: none;
  font-size: 1rem;
  margin: 0px;
}
.pagination li span:focus {
  color: #fff;
  background-color: #fa9f10;
  border-color: #fa9f10;
  color: #fff;
  background-color: #fa9f10;
  border-color: #fa9f10;
}
.pagination li span:hover {
  color: #fff;
  background-color: #fa9f10;
  border-color: #fa9f10;
  color: #fff;
  background-color: #fa9f10;
  border-color: #fa9f10;
  color: #fff;
  background-color: #fa9f10;
  border-color: #fa9f10;
}
.pagination .active a {
  background-color: #fa9f10;
  border-color: #fa9f10;
}
.pagination .active a:focus {
  background-color: #fa9f10;
  border-color: #fa9f10;
}
.pagination .active a:hover {
  background-color: #fa9f10;
  border-color: #fa9f10;
}
.pagination .active span {
  background-color: #fa9f10;
  border-color: #fa9f10;
}
.pagination .active span:focus {
  background-color: #fa9f10;
  border-color: #fa9f10;
}
.pagination .active span:hover {
  background-color: #fa9f10;
  border-color: #fa9f10;
}

.report-form {
  background: #fcfcfc;
  padding: 50px 0;
}
.report-form h4 {
  font-weight: bold;
  color: #000;
}
.report-form p {
  font-size: 1rem;
}
.report-form .form-cotent {
  background: #fff;
  padding: 50px 0;
  box-shadow: 0 5px 12px #e1e0e0;
  border-radius: 8px;
  padding: 30px;
}
.report-form .form-cotent label {
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
  width: 100%;
  color: #000;
}
.report-form .form-cotent label i {
  margin-right: 8px;
}
.report-form .form-group {
  margin-bottom: 2rem;
}
.report-form small.help-text {
  display: block;
}
.report-form .radio-inline-custome .radio-inline {
  font-size: 1rem !important;
  display: inline;
  margin-right: 20px;
  font-weight: normal;
}
.report-form .add-more {
  padding: 7px 20px;
  font-size: 1rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #efecec !important;
  color: #000000 !important;
  font-weight: bold;
  margin-left: -2px;
  border: 1px solid #d8c6c6;
}
.report-form .formSubmitBtn {
  padding: 7px 15px !important;
  font-size: 1rem;
  background: #0062cc;
}
.report-form .stepwizard-step p {
  margin-top: 10px;
}
.report-form .stepwizard-row {
  display: table-row;
}
.report-form .stepwizard {
  display: table;
  width: 100%;
  position: relative;
}
.report-form .stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.report-form .stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 2px;
  background-color: #ccc;
  z-order: 0;
}
.report-form .stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}
.report-form .stepwizard-step .btn-primary {
  background: #0062cc !important;
}
.report-form .btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.report-form .btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.report-form .form-title h3 {
  font-weight: bold;
}
.report-form .form-title p {
  font-size: 1rem;
}
.report-form .form-title {
  margin-bottom: 1.5rem;
}

footer .top-footer {
  background: #f0f3f5;
  padding: 0;
}
footer .top-footer .container.up-footer {
  background: #fff;
  position: relative;
  top: -50px;
  padding: 0 0 50px;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.02);
  border-radius: 8px;
}
footer .top-footer .container.up-footer .footer-title h3 {
  font-weight: bold;
  margin-bottom: 1rem;
  color: white;
  background: #0062cc;
  padding: 20px 0;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
footer .top-footer .container.up-footer p {
  font-size: 1rem;
  margin: 0 !important;
  padding: 0;
}
footer .bottom-footer {
  background: #0062cc;
  padding: 20px 0;
}
footer .bottom-footer .social-link a {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  color: #fff;
  margin-right: 9px;
}
footer .bottom-footer .copyright p {
  margin: 0;
  font-size: 1rem;
  color: #ddd;
}

.buttons {
  position: fixed;
  right: 13px;
  top: 50%;
  display: block;
  z-index: 1;
}
.buttons span {
  display: block;
  font-size: 22px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #fefefe;
  color: #dc3545;
  box-shadow: 0 4px 8px #cacaca;
  border-radius: 50%;
  cursor: pointer;
  margin-bottom: 8px;
}

section.poll-lists {
  padding: 50px 0;
  display: block !important;
}

section.poll-lists h2 {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.pol-item {
  background: #fff;
  box-shadow: 0 2px 3px #f1eded;
  padding: 20px;
  width: 100%;
  margin-bottom: 20px;
}

.pol-item h4 {
  color: #000;
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 22px;
}

.post-footer-item {
  display: inline-block;
  border-left: 1px solid #eee;
  padding: 0 15px;
  font-weight: 500;
}

.post-footer-item:first-child {
  padding-left: 0;
  border: none;
}

.post-footer-item i {
  margin-right: 7px;
}

.poll-results-box {
  display: block;
  width: 100%;
  background: #fff;
  padding: 30px;
  margin: 20px 0 0 0;
  box-shadow: 0 2px 3px #f1eded;
}

.poll-results-box h4 {
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}

.poll-results-box .progress {
  margin-bottom: 20px;
}

.comment-form {
  background: #fff;
  padding: 20px;
  box-shadow: 0 2px 3px #f1eded;
  margin-bottom: 20px;
  width: 100%;
  margin-top: 20px;
}

.comment-form h2 {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  margin-left: 20px;
}

.comment-form .btn {
  padding: 10px 30px;
  font-size: 1.2rem;
  font-weight: bold;
  background: #0062cc;
  border-radius: 300px;
  margin-left: 20px;
  margin-top: 20px;
}

.comments {
  background: #fff;
  padding: 20px;
  box-shadow: 0 2px 3px #f1eded;
}

.comment {
  background: #fefefe;
  margin-bottom: 16px;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  padding: 20px;
}

.comment-footer ul {
  margin-top: 20px;
}

.comment-footer ul li {
  display: inline-block;
  margin: 0 10px;
}

.comment-header h5 {
  margin-bottom: 16px;
}

.reply {
  margin-left: 60px;
}

.dark-theme  {
  color: #dcdcdc !important;
  background: #292929 !important;
}

.dark-theme .pol-item {
  color: #dcdcdc !important;
  background: #292929 !important;
  border: 1px solid #555 !important;
}
.dark-theme .poll-results-box, .dark-theme .comments, .dark-theme .comment {
  color: #dcdcdc !important;
  background: #292929 !important;
  border: 1px solid #555 !important;
}


.dark-theme .table, .dark-theme .comment-form {
  color: #dcdcdc !important;
  background: #292929 !important;
}
.dark-theme * {
  box-shadow: none !important;
}

.dark-theme .top-bar {
  color: #dcdcdc !important;
  background: #292929 !important;
  box-shadow: none !important;
  border: 1px solid #555 !important;
}

.dark-theme .select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #dcdcdc !important;
  background: #292929 !important;
  box-shadow: none !important;
  border: 1px solid #555 !important;
}

.dark-theme .select2-results__option {
  color: #dcdcdc !important;
  background: #292929 !important;
  box-shadow: none !important;
  border: 1px solid #555 !important;
}

.dark-theme .modal-content {
  color: #dcdcdc !important;
  background: #292929 !important;
  box-shadow: none !important;
  border: 1px solid #555 !important;
}

.dark-theme .list-group-item {
  color: #dcdcdc !important;
  background: #292929 !important;
  border: 1px solid #555 !important;
}

.dark-theme .report-form {
  background: #292929 !important;
  color: #dcdcdc !important;
  box-shadow: none;
}

.dark-theme .report-form .form-cotent{
  background: #292929 !important;
  color: #dcdcdc !important;
  border: 1px solid #555 !important;
}

.dark-theme .report-form .form-cotent label {
  color: #dcdcdc !important;
}

.dark-theme .top-bar  .report-form {
  background: #292929 !important;
  box-shadow: none;
  border: 1px solid #555 !important;
}

.dark-theme h4, .dark-theme h3, .dark-theme h5, .dark-theme h2{
  color: #dcdcdc !important;
  background: #292929 !important;
}

.dark-theme .breadcrumb, .dark-theme .card{
  color: #dcdcdc !important;
  background: #292929 !important;
  border: 1px solid #555 !important;
}

.dark-theme .top-bar h5 {
  color: #dcdcdc !important;
}
.dark-theme .top-bar .btn-apply {
  background: #292929 !important;
  color: #dcdcdc !important;
  border-color: #555 !important;
}
.dark-theme .top-header .office-title h2 {
  color: #dcdcdc !important;
}
.dark-theme .top-header .office-title p {
  color: #dcdcdc !important;
}
.dark-theme .navbar-default {
  background: #202020 !important;
}
.dark-theme .navbar-default .navbar-nav li {
  border-right: 1px solid #555 !important;
  border-bottom: 3px solid #555 !important;
}
.dark-theme .hero-section {
  background: #292929 !important;
}
.dark-theme .hero-section .feature-title h4 {
  color: #dcdcdc !important;
}
.dark-theme .hero-section .feature-boxes .feature-item {
  background: #292929 !important;
  color: #dcdcdc !important;
  border: 1px solid #555 !important;
}
.dark-theme section.events-of-months {
  background: #292929 !important;
}
.dark-theme section.events-of-months h1, .dark-theme section.events-of-months h2, .dark-theme section.events-of-months h3, .dark-theme section.events-of-months h4, .dark-theme section.events-of-months h5, .dark-theme section.events-of-months h6, .dark-theme section.events-of-months p, .dark-theme section.events-of-months li, .dark-theme section.events-of-months a, .dark-theme section.events-of-months table, .dark-theme section.events-of-months tr, .dark-theme section.events-of-months th td {
  color: #dcdcdc !important;
  border-color: #555 !important;
}
.dark-theme section.events-of-months .title_wrapper h4 {
  color: #dcdcdc !important;
}
.dark-theme section.events-of-months .tab-content .posts li {
  background: #292929 !important;
  border: 1px solid #555 !important;
}
.dark-theme section.events-of-months .tab-content .posts li a {
  color: #dcdcdc !important;
}
.dark-theme section.events-of-months .tab-content .posts li .view-btn {
  background: #292929 !important;
  color: #dcdcdc !important;
  border: 1px solid #555 !important;
}
.dark-theme section.events-of-months .btn-load-more {
  background: #292929 !important;
  color: #dcdcdc !important;
  border: 1px solid #555 !important;
}
.dark-theme section.events-of-months .about-event {
  background: #292929 !important;
  border: 1px solid #555 !important;
}
.dark-theme section.events-of-months .about-event .nav-tabs .nav-item .nav-link {
  background: #292929 !important;
  color: #dcdcdc !important;
  border: 1px solid #555 !important;
}
.dark-theme section.events-of-months .about-event .nav-tabs .nav-item .nav-link.active {
  background: #fff !important;
  color: #000 !important;
}
.dark-theme footer .top-footer {
  background: #202020 !important;
}
.dark-theme footer .top-footer .up-footer {
  background: #292929 !important;
  border: 1px solid #555 !important;
}
.dark-theme footer .top-footer .up-footer h3 {
  background: #292929 !important;
}
.dark-theme footer .bottom-footer {
  background: #292929 !important;
}
.dark-theme .fixed-social li i, .dark-theme .buttons span, .dark-theme .scrollToTop {
  background: #292929 !important;
  border: 1px solid #555 !important;
  color: #dcdcdc !important;
}

@media only screen and (max-width: 1220px) {
  body {
    overflow-x: hidden;
  }
}
@media (min-width: 992px) {
  .container {
    width: 880px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1050px;
  }
}
@media (min-width: 1250px) {
  .container {
    width: 1200px;
  }
}
@media only screen and (max-width: 1180px) {
  .navbar-form {
    width: 36%;
  }
}
@media only screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }

  .circle {
    display: none;
  }

  h1.logo {
    float: none !important;
  }

  h1.logo a {
    display: block;
  }

  h1.logo a img {
    margin: 0 auto;
  }

  .navbar-nav {
    margin: 0;
  }

  .navbar-default .pull-right {
    float: none !important;
  }

  .nav > li {
    padding: 0 !important;
  }

  .navbar-default .navbar-nav > li > a {
    padding: 15px 10px;
    font-size: 1rem;
    display: block;
    margin: 0;
  }

  .btn {
    font-size: 1.2rem;
    padding: 6px 14px;
    margin-bottom: 10px;
  }

  .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }

  .nav > li {
    display: block;
  }

  .about-event img {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 600px) {
  #html {
    overflow-x: hidden;
  }

  .hidden-xs {
    display: none;
  }

  .navbar-form {
    width: 50% !important;
  }

  .footer-content {
    min-height: inherit;
    margin-bottom: 10px;
  }

  /*  */
  .top-bar {
    text-align: center;
    position: static;
    width: 100%;
  }
  .top-bar .btn-apply {
    font-size: 1rem;
  }

  .top-header {
    padding: 26px 0;
  }
  .top-header img {
    display: block;
    margin: auto;
  }

  .nepal-flag {
    display: none;
  }

  /*  */
  .highcharts-figure, .highcharts-data-table table {
    min-width: 100%;
  }

  .office-title h2 {
    font-weight: bold !important;
    font-size: 1.5rem !important;
  }

  button.navbar-toggler {
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    text-align: left;
  }

  .navbar {
    padding: 8px 0;
  }

  .carousel-caption {
    display: block;
    /* position: static !important; */
    /* margin-top: 20px; */
  }

  .slide {
    margin-bottom: 20px;
    min-height: 320px;
    border-bottom: 1px solid #eee;
  }

  .carousel-inner .carousel-item::before {
    display: none;
  }

  .feature-item {
    width: 100% !important;
  }

  .tab-content .posts .post-block-list .thumb {
    display: none !important;
  }

  .fixed-social {
    position: static;
    left: 10px;
    top: 50%;
    z-index: 100;
    display: block;
  }

  .fixed-social li {
    display: inline-block;
    margin-right: 5px;
  }

  .fixed-social li i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: transparent;
    box-shadow: none;
    color: #ffffff;
    border: none;
    font-size: 0.875rem;
  }

  .container.up-footer {
    position: static !important;
    padding: 16px !important;
  }

  .scrollToTop {
    background: #ffff;
    display: none !important;
  }

  section.events-of-months {
    padding: 0px 15px 40px;
    background: #fafafa;
  }

  .events-of-months .col-md-6 {
    padding: 0 !important;
  }

  .feature-title h4 {
    font-size: 1.3rem !important;
  }

  .title_wrapper h4 {
    font-size: 1.4rem !important;
  }

  .post-details {
    width: 100% !important;
  }

  .tab-content .posts .post-block-list .post-content p {
    display: inline-block !important;
  }

  .post-content {
    padding: 0;
  }

  a.view-btn {
    margin-top: 0px;
    display: inline-block;
    margin-left: 10px;
  }

  .apply-mobile {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 100;
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border-top: 2px solid #f1f0f0;
  }

  .apply-mobile .btn {
    margin: 0;
    font-size: 1rem;
    background: #0062cc !important;
  }

  .bottom-footer {
    padding: 20px 0 80px !important;
  }

  .navbar-toggler span {
    width: 90%;
    display: inline-block;
  }

  .carousel-caption h2 {
    font-size: 1rem !important;
    line-height: 20px !important;
  }

  .printing-area {
    padding: 0;
  }

  .printing-area .tracking-list {
    border: none;
  }

  .report-form {
    padding: 40px 0 !important;
  }
  .report-form .form-cotent {
    padding: 20px 16px !important;
  }

  .sidebar-bg .nav-tabs {
    -webkit-box-pack: start !important;
    justify-content: start !important;
  }
}

.section-sources {
  background: url(../images/frontend/transparent-bg.png) #cfd8e67d;
}


#sources .box a { 
  text-decoration: none;
  color:#2b86b4;
}
#sources .box:hover a { 
  color:white;
}
#sources .box {
  text-align: center;
  background-color: white;
  color: #2b86b4;
  /* border: 4px solid #2b86b4; */
  box-shadow:3px 3px 5px #cccccc80;
  margin-bottom: 4px;
  width:100%;
  height:120px;
  display:inline-grid; justify-content: center; align-content: center
}
#sources .box:hover {
  background-color: #2b86b4;
  border: 4px solid white;
  color:white;
  font-weight:bold;
  transform: scale(1.1);
  transition-duration: 0.4s;
  border-radius: 8px;
  z-index: 10;
  box-shadow: 0px 1px 9px 1px #38383838;
}

#sources .box h4 {padding:15px 0; font-size:1.25rem; color:#2b86b4;}
#sources .box:hover h4 {color:white;}
#sources .box i {padding-top:20px; font-size:2rem;}
#sources .box:hover i {
  -webkit-transform: scale(1.2) rotate(
12deg);
  -moz-transform: scale(1.2) rotate(12deg);
  -ms-transform: scale(1.2) rotate(12deg);
  -o-transform: scale(1.2) rotate(12deg);
  transform: scale(1.2) rotate(
12deg);
}

.dark-theme .section-sources {
  background: url(../images/frontend/transparent-bg.png) #3e3d3d !important;
}

.dark-theme .section-sources  h4{
  background: #646262 !important;
}
.dark-theme #sources .box a { 
  color:#dcdcdc;
}
.dark-theme #sources .box {
  background-color: #646262;
  color: #dcdcdc;
  box-shadow:3px 3px 5px #cccccc80;
}