@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');
.not-show{
	display: none !important;
}

.mtb-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.mtb-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}
.ptb-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}
a {
  color: #c60f01;
}
a:hover {
  color: #1f2229;
}
ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0;
}
.align-center {
  text-align: center;
}
a:hover {
  color: #c60f01;
  text-decoration: none;
}
input {
  outline: none;
  box-shadow: none;
}
.height-100per {
  height: 100%;
}
.gray-box {
  background: #f6f6f6;
  padding: 20px;
  border-radius: 5px;
}

#calendar {
  /* max-width: 1100px; */
  margin: 0 auto;
}

/* checkbox image selection start */
ul {
	list-style-type: none;
  }
  
  li {
	display: inline-block;
  }
  
  input[type="checkbox"][id^="cb"] {
	display: none;
  }
  
.attachment-box label {
  
	position: absolute;
	z-index: 1;
  }

  .select-all {position: relative;}
  
.attachment-box label::before, .select-all label::before {
	background-color: white;
	color: white;
	content: " ";
	display: block;
	border-radius: 50%;
	border: 1px solid grey;
	position: absolute;
	top: -5px;
	left: -5px;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 28px;
	transition-duration: 0.4s;
	transform: scale(0);
  }

  .select-all label::before{
  	transform: scale(1);
  	top: 2px;
	left: -3px;
	width: 20px;
	height: 20px;
  }
  
  label img {
	height: 200px;
	width: 100%;
	transition-duration: 0.2s;
	transform-origin: 50% 50%;
  object-fit: contain;
  }
  
  :checked+label {
	border-color: #ddd;
  }
  
  .attachment-box input+label::before {
    content: " ";
    background-color: #e9e9e9;
    transform: scale(1);
    display: flex;
    justify-content: center;
    align-items: center;
    }

  .attachment-box input:checked+label::before, .select-all input:checked+label::before {
	content: "✓";
	background-color: #28a745;
	transform: scale(1);
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  :checked+label img {
	transform: scale(0.9);
	box-shadow: 0 0 5px #333;
	z-index: -1;
  }
/* checkbox image selection end */

.mb_-4 {
	margin-bottom: -1.5rem !important;
}

.archive-date{
	color: #5268ee;
	line-height: 14px;
}

.archive-date svg{
	fill: #5268ee;
	width: 14px;
    height: 14px;
}

.attachment-detail{
	margin: 5px 10px 0 30px;
	/*text-align: center;*/
}

.attachment-img {
  width: 375px;
  height: 350px;
  max-width: 100%;
  flex: 0 0 375px;
}

.attachment-main-img{
	/*width: auto;
	height: 280px;*/
  width: 100%;
  height: 100%;

}
.attachment-main-img-sidebar{
	width: auto;
	height: 200px;
}
h2.blog-title {
	font-size: 1.7rem;
	font-weight: 600;
}

.attachment-box .box-content {
  background: #f6f6f6;
	border: 1px solid #ccc;
	padding: 10px;
	display: block;
	position: relative;
	margin: 0;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.attachment-box .box-content img{
  height: 200px;
  width: 100%;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
  object-fit: contain;
}

.attachment-box label {
	margin: 0;
	text-align: center;
	border-radius: 5px;
  cursor: pointer;
}

.attachment-box label .attachment-detail .attachment-title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.btn svg {margin-right: 3px;}
.post-date svg {
  width: 14px;
  height: 14px;
  fill: #c60f01;
}
ul.tagcloud li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}
ul.tagcloud li a {
  border: 1px solid #c60f01;
  display: inline-block;
  padding: 6px 15px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}
ul.tagcloud li a:hover {
  border-color: #c60f01;
  background: #c60f01;
  color: #fff;
}

#accordion .card-header .btn-link {
  padding: 0 !important;
}
#accordion .card-header .btn-link .btn:focus {
  box-shadow: none;
}
#accordion .card-header h5 {
  line-height: 0.5;
}
#accordion .card-header label {
  margin-bottom: 0;
}

/*CSS for custom scrollbar*/

.scrollbar-wrapper.scrollbar-dynamic {
    max-height: none;
}
.scrollbar-wrapper.tab-content{
    overflow-y: auto;
    height: 500px;
}

/*.scrollbar-wrapper.contact-list{
    overflow-y: auto;
    height: 400px;
    border: none;
    margin-bottom: 20px;
}*/

.scrollbar-wrapper {
    height: 100%;
    overflow: auto;
    width: 100%;
}

.sidebar-title {
    margin-bottom: 20px;
    position: relative;
}

.sidebar-title h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.sidebar-contant .thumb-box figure {
    display: grid;
    grid-gap: 0;
    grid-template-columns: 108px 1fr;
    align-items: center;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.sidebar-contant .thumb-box:last-child figure {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.sidebar-contant .thumb-box figure.without-thumb {
  grid-template-columns: 100% 1fr;
}

.media-img a img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

img {
    height: auto;
    max-width: 100%;
    border: none;
    outline: none;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

/* @media (min-width: 992px){
	.sidebar-box .sidebar-contant, .footer-static-block .footer-block-contant {
		display: block !important;
	}
} */

/* custom form css start */
.register-card {
  background: #f6f6f6;
	padding: 30px 40px;
	margin-top: 60px;
	margin-bottom: 60px;
	border: none !important;
	/*box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2)*/
}

.register-card-popup {
  background: #f6f6f6;
	padding: 30px 40px;
	margin-bottom: 30px;
	border: none !important;
}

.blue-text {
	color: #00BCD4
}

.form-control-label {
	margin-bottom: 0
}

/* form input,
form textarea{
	padding: 8px 15px;
	border-radius: 5px !important;
	margin: 5px 0px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	font-size: 18px !important;
	font-weight: 300
} */

/* input:focus,
textarea:focus {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 1px solid #00BCD4;
	outline-width: 0;
	font-weight: 400
} */

.btn-block {
	text-transform: uppercase;
	font-size: 15px !important;
	font-weight: 400;
	height: 43px;
	cursor: pointer
}

.btn-block:hover {
	color: #fff !important
}

button:focus {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline-width: 0
}
/* custom form css end */

.blog-item .blog-detail .blog-title a, .blog-item .post-info .post-tags{
	overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: inherit;
}
/*.blog-item{
	transform: scale(0.9);
    box-shadow: 0 0 5px #333;
    padding: 10px;	
}*/
.side-date-filter .date-range-filter{
	font-size: 15px;
}
.one-line-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
}
.two-line-ellipsis{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sidebar-contant .thumb-detail-info a {
  color: #2d3e50;
}

.thumb-detail-info .post-info{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inherit;
    color: #c60f01;
}

/* sticky button start */
.sticky-button {
    width: 100%;
    z-index: 99;
    position: static;
}

.sticky-button.sticky {
    position: fixed;
    top: 0;
	left: 0;
	right: 0;
}
/* sticky button end */

/* Edit by 07/04/2022 */
select {
  background: url(../images/select-icon.png) no-repeat scroll right 50% #fff !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #eaeaea;
  padding: 7px 24px 7px 5px;
  line-height: 18px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}
.mb-30 {
  margin-bottom: 30px;
}
.p-25 {
  padding: 25px;
}
.p-10-0 {
  padding: 10px 0;
}
.cat-banner {
  border-radius: 5px;
  overflow: hidden;
}

.box-shadow {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.blog-item {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.blog-media {
  overflow: hidden;
  background: #1b2839;
  position: relative;
  z-index: 0;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.blog-item img {
  width: 100%;
}
.blog-item .blog-media img {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  opacity: 0.8;
}

.blog-item:hover .blog-media img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-detail .post-info ul li {
  display: inline-block;
  position: relative;
  margin-right: 15px;
  padding-right: 15px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.post-date {
  line-height: 14px;
}
.post-info ul li span {
  width: 25px;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #fcede8;
  color: #ef6c00;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.blog-title {
  /*margin-bottom: 10px;
  margin-top: 10px;*/
  margin: 0;
}
.blog-title > a {
  color: #000000;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.blog-item .blog-effect::before, .blog-item .blog-effect::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.blog-item .blog-effect::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
}
.blog-item .blog-effect::after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
}

.blog-item:hover .blog-effect::before {

    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);

}
.blog-item:hover .blog-effect::after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.search-form-wrapper {
  padding: 10px;
  border-radius: 5px;
  margin: 20px 0;
  background: #f0f0f0;
}

.search-form-wrapper .select-item select {
  width: 100%;
}

.btn, button {
  /*background-color: transparent;*/
  padding: 12px 15px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}

.btn-color {
  color: #fff !important;
  background: #c60f01;
  border: none;
}

.btn-color:hover {
  color: #fff !important;
  background: #363535;
}

.btn-green {
  color: #fff !important;
  background: #218838;
  border: none;
}

.btn-green:hover {
  color: #fff !important;
  background: #146a27;
}

.btn-link {
  color: #2f2f2f !important;
  background: transparent;
}
.btn.small {
  padding: 7px 9px;
  font-weight: 400;
  font-size: 14px;
}

.btn.full { width: 100%; }

.left-sidebar-btn .btn{
  margin: 0 2px;
}
.left-sidebar-btn .btn:first-child{
  margin-left: 0;
}
.left-sidebar-btn .btn:last-child{
  margin-right: 0;
}

/*_______________________________________________________
// HEADER  //----------------------------
_______________________________________________________*/
#header {
  /*margin: 0 -10px;
  padding: 0 10px;*/
  border-bottom: 5px solid #c60f01;
  margin-bottom: 50px;
}
.header-top {
  padding: 21px 0;
}
.right-side {
  float: right;
}

/*----- Search Style Start -----*/
  .search-box {
    position: relative;
  }
  .search-box input.input-text {
    border: none;
    width: 100%;
    height: 42px;
    padding: 6px 6px 6px 10px;
    -webkit-border-radius : 0;
       -moz-border-radius : 0;
       -o-border-radius : 0;
        border-radius : 0;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
    -webkit-transition: all 0.4s ease 0s;
       -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
         -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
  }
  header .search-box input.input-text {
    border: 1px solid #d1d1d1;
    height: 45px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
  }
  .popup-detail .search-box input.input-text {
    border: 1px solid #eeeeee;
  }
  .search-box button.search-btn {
    background: url("../images/sprite.png") no-repeat scroll -4px -89px #f5f5f5;
    border: none; 
    height: 42px;
    width: 42px;
    position: absolute;
    right: -1px;
    top: 0;
  }
  header .search-box button.search-btn {
    background: url("../images/sprite.png") no-repeat scroll -0px -83px #c60f01;
    height: 45px;
    width: 45px;
    -webkit-border-radius: 0 5px 5px 0;
       -moz-border-radius: 0 5px 5px 0;
         -o-border-radius: 0 5px 5px 0;
            border-radius: 0 5px 5px 0;
  }
  .top-search-bar {
      position: absolute;
      top: 0px;
      width: 100%;
      z-index: 1;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.4s ease-in-out 0s;
         -moz-transition: all 0.4s ease-in-out 0s;
          -ms-transition: all 0.4s ease-in-out 0s;
           -o-transition: all 0.4s ease-in-out 0s;
              transition: all 0.4s ease-in-out 0s;
  }
  .top-search-bar.open {
      opacity: 1;
      visibility: visible;
  }
  .top-search-bar .search-box a span {
      background: url("../images/sprite.png") no-repeat scroll -15px -136px rgba(0, 0, 0, 0);
      display: block;
      height: 30px;
      margin-top: 12px;
      width: 20px;
  }
  .top-search-bar .search-box .search-btn {
      color: #ffffff;
      font-size: 20px;
      left: 0;
      position: absolute;
  } 
  .search-box .close-btn {
      color: #fff;
      cursor: pointer;
      font-size: 20px;
      position: absolute;
      right: 13px;
      top: 25px;
  }
  .top-search-bar .search-box .close-btn span {
      background: url("../images/sprite.png") no-repeat scroll -132px -768px rgba(0, 0, 0, 0);
      display: block;
      height: 20px;
      width: 20px;
  }
  .top-search-bar .search-box {
      background: #2084ff none repeat scroll 0 0;
      padding: 15px 30px;
      position: relative;
  }
  .top-search-bar .search-box input {
      background: none repeat scroll 0 0 transparent;
      border: medium none;
      color: #ffffff;
      padding: 2px 30px 3px;
      width: 100%;
  } 
/*----- Search Style End -----*/

.fc-toolbar-chunk .fc-prev-button, .fc-toolbar-chunk .fc-next-button {
  background: #940800;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 0;
}

.fc-toolbar-chunk .fc-prev-button:not(:last-child) {
  margin-right: 10px;
}

#calendar .fc-toolbar-chunk:last-child .fc-button-group {
  background: #ececec;
  padding: 3px;
  border-radius: 5px;
}

#calendar .fc-toolbar-chunk:last-child .fc-button-group button {
  height: 32px;
  padding: 3px 10px;
  border: transparent;
  background: transparent;
  color: #2d3e50;
  border-radius: 5px !important;
}
#calendar .fc-toolbar-chunk:last-child .fc-button-group button.fc-button-active {
  background: #c60f01;
  color: #fff;
}

.fc .fc-today-button.fc-button-primary {
  background: #c60f01;
  border: none !important;
  text-transform: capitalize;
}
.fc .fc-today-button.fc-button-primary:disabled {
  background: #ececec;
  color: #2d3e50;
}
.fc-dayGridMonth-button, .fc-timeGridWeek-button, .fc-timeGridDay-button {}
.sidebar-box {
  background: #f6f6f6;
  padding: 20px;
  border-radius: 5px;
}
.sidebar-box .sidebar-title h3 {
  font-size: 24px;
  font-weight: 500;
}
.sidebar-box .sidebar-title h3::before {
  content: "";
  border-left: 3px solid #940800;
  position: absolute;
  left: -20px;
  top: 0;
  height: 100%;
}
#right-search-form .form-inputs {position: relative;}
#right-search-form #right-search-box {height: calc(1.5em + .75rem + 6px);}
#right-search-form button {
  background: url("../images/sprite.png") no-repeat scroll -4px -83px #c60f01;
  border: none;
  height: 42px;
  width: 42px;
  position: absolute;
  right: -1px;
  top: 0;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  padding: 0;
}

/*.fc-view-harness thead th.fc-col-header-cell {
  background: #ececec;
}*/

.fc-view-harness thead th.fc-col-header-cell a {
  color: #2d3e50;
  font-weight: 500;
}

.fc-theme-standard .fc-scrollgrid {
  border-radius: 5px;
  overflow: hidden;
}
/* .fc-view-harness tr td a {
  color: #2d3e50;
} */
/* .fc-view-harness tr td .fc-h-event {
  background: #c60f01;
  border-color: #c60f01;
} */

.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
  padding: 5px;
  /*bottom: 0;*/
}
.fc-view-harness tr td .fc-h-event {
  border-radius: 15px;
  padding: 2px 5px;
}
.fc-view-harness thead th.fc-col-header-cell a {
  background: #ececec;
  padding: 5px 0;
  width: 100%;
}

.tab-view .nav-link {
  color: #c60f01;
}
.tab-view .nav-link.active {
  background-color: #c60f01;
}

.attachment-box a {
  color: #c60f01;
}
.attachment-box a:hover {
  color: #1f2229;
}

/*_______________________________________________________
// FOOTER  //----------------------------
_______________________________________________________*/
.footer-part {
    border-top: 3px solid #c60f01;
    margin-top: 50px;
    /*margin-left: -10px;
    margin-right: -10px;*/
    color: #999;
    overflow: hidden;
}
.footer-top {
  /*padding: 0 10px;*/
}
ul.footer-menu li {
  width: 100%;
}
ul.footer-menu li a {
  display: inline-block;
  width: 100%;
  padding: 4px 0 4px 20px;
  position: relative;
}
ul.footer-menu li a::before {
    position: absolute;
    content: "";
    background: url("../images/sprite.png") no-repeat scroll -15px -131px transparent;
    left: 0;
    top: 9px;
    width: 10px;
    height: 15px;
}
.footer-about p {
  margin-bottom: 0;
}

footer a {
  color: #999;
}

.footer-logo {
  margin-bottom: 20px;
}

footer .social-media {
  padding: 0px 0 25px 0;
}

footer .social-media ul {
  display: inline-block;
}

.social-media ul li {
  display: inline-block;
  margin: 0 5px;
}
.footer-static-block .head-three {
    color: #212529;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c60f01;
    position: relative;
}
.footer-static-block .head-three::after {
    position: absolute;
    content: "";
    width: 120px;
    height: 2px;
    background: #c60f01;
    bottom: 0;
    left: 0;
}
.social-media ul li a {
  /* color: #fff; */
  display: inline-block;
  -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.social-media ul li a i.fa {
    display: inline-block;
    text-align: center;
    /* margin: 0 10px; */
    font-size: 18px;
    height: 45px;
    width: 45px;
    padding: 13px;
    text-align: center;
}

.social-media ul li:first-child a i.fa {
  margin-left: 0;
}

.social-media ul li:last-child a i.fa {
  margin-right: 0;
}

.social-media ul li a {
  background: #e0e0e0;
}

.social-media ul li a:hover {
  background: #c60f01;
  color: #fff;
}

.footer-bottom {
    background: #c60f01;
    color: #fff;
}

.footer-bottom p {
  padding: 25px 0;
}

.footer-bottom p a {
  color: #c60f01;
}
.footer-block-contant .news-media {
    width: 100px;
}
.footer-block-contant .news-detail-info {
    width: calc(100% - 120px);
    margin-left: 120px;
}
.footer-block-contant .news-detail-info a {
  color: #2d3e50;
}
.footer-block-contant .news-detail-info a:hover, .live-tweets .news-detail-info a.title:hover {
  color: #c60f01;
}
.footer-block-contant .news-detail-info .date {
  color: #c60f01;
}
.live-tweets .footer-block-contant .news-detail-info {
    width: auto;
    margin-left: 0;
}
.live-tweets .footer-block-contant .news-detail-info .date {
  color: #000000;
}

.live-tweets .footer-block-contant .news-detail-info .media-title {
  color: #c60f01;
  font-weight: 500;
}
.live-tweets .news-detail-info .title {
    color: #999;
}

.sidebar-product ul li {
  border-bottom: 1px solid #e8e8e8;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  width: 100%;
}
.sidebar-product ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sidebar-product ul li:first-child {
  padding-top: 0;
}
.news-media {
  width: 148px;
  float: left;
}

/*.fc-h-event .fc-event-title{
  white-space: normal;
  line-height: 16px;
}*/
#accordion .card {position: relative;}
.collapse-icon span {
  background: url("../images/sprite.png") no-repeat scroll -110px -404px;
  height: 50px;
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
}
.collapse-icon.collapsed span {
  background-position: -110px -366px;
}

.left-sidebar-btn{
  text-align: center;
  margin-bottom: 15px;
}

@media (max-width: 1199px) {
  .fc .fc-toolbar-title {
    font-size: 22px;
  }
  .sidebar-box .sidebar-title h3 {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .blog-detail {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .mb-md-30 {
    margin-bottom: 30px;
  }
  .header-top a.btn {
    font-size: 14px;
  }
  #calendar {
   margin-bottom: 30px !important; 
  }
  .blog-listing .blog-item .blog-detail .blog-title a{
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
  }
}

@media (min-width: 576px) {
  .fc .fc-daygrid-day-number {padding: 10px;}
}

@media (max-width: 575px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-header {
    text-align: center;
  }
  .header-top .right-side {
    text-align: center;
    float: none;
  }
  .header-top .right-side a.btn {
    background: transparent;
    color: #2f2f2f !important;
  }
  .register-card {padding: 30px 20px;}
  #calendar .fc-header-toolbar {
    flex-wrap: wrap;
  }
  #calendar .fc-header-toolbar .fc-toolbar-chunk:first-child {
    -ms-flex-order: 1;
    order: 1;
  }
  #calendar .fc-header-toolbar .fc-toolbar-chunk:last-child {
    -ms-flex-order: 2;
    order: 2;
  }
  #calendar .fc-header-toolbar .fc-toolbar-chunk:nth-child(2) {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .fc-toolbar-chunk .fc-prev-button, .fc-toolbar-chunk .fc-next-button {
    height: 30px;
    width: 30px;
  }
  .fc-toolbar-chunk .fc-prev-button:not(:last-child) {
    margin-right: 5px;
  }
  .fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
    margin-left: .50em;
  }
  #calendar .fc-toolbar-chunk:last-child .fc-button-group button, #calendar .fc-header-toolbar .fc-toolbar-chunk:first-child button {
    font-size: 14px;
  }
  .fc .fc-daygrid-more-link {
    font-size: 0;
    display: inline-block;
  }
  .fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
    bottom: 0;
  }
  .fc .fc-daygrid-more-link::before {
    background: url(../images/info-icon.png) no-repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    content: "";
    /*font-size: 14px;*/
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.cookie-bg-custom{
  background-color:#2f2f2f;
}
.cookie-button-fixed{
bottom: 0;
position: fixed;
right: 0;
border-radius: 4px;
z-index: 10;
}


.custom-checkbox label {
  margin: 0;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}

.custom-checkbox input{
  display: none;
}

.custom-checkbox label {
  position: absolute;
  z-index: 1;
  padding-left: 30px !important;
  top: 20px;
}

.custom-checkbox input:checked+label::before {
  content: "✓";
  background-color: #28a745;
  transform: scale(1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-checkbox input+label::before {
  content: " ";
  background-color: #e9e9e9;
  transform: scale(1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-checkbox label::before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid grey;
  position: absolute;
  top: 0px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}

.mfp-iframe-scaler{
  overflow: visible;
}

.mfp-custom-iframe .mfp-btn-group {
  background: #fff;
  padding: 5px;
  /* display: flex; */
  justify-content: center;
  position: absolute;
  width: 100%;
  /* bottom: -45px; */
  line-height: 36px;
  align-items: center;
  box-shadow: 0 0 5px rgb(0 0 0);
  top: -45px;
  text-align: center;
}
.mfp-custom-img{ margin-top: 15px; }
.mfp-custom-img .mfp-btn-group{
  background: #fff;
  padding: 5px;
  /* display: flex; */
  justify-content: center;
  position: absolute;
  width: 100%;
  /* bottom: -45px; */
  line-height: 36px;
  align-items: center;
  box-shadow: 0 0 5px rgb(0 0 0);
  top: 3px;
  text-align: center;
}
.mfp-btn-group label.popup-select-label {
  margin-right: 20px;
  margin-bottom: 0;
}
.mfp-custom-iframe .mfp-close{
  top: -40px;
  right: 0;
  width: 30px;
  color: black;
  margin-right: 5px;
}
.mfp-custom-img .mfp-close{
  right: 0;
  width: 30px;
  color: black;
  margin: 7px;
}

.tab-content.scrollbar-wrapper p{
  text-indent: 0 !important;
}