.download_img img {
    width: 100%;
}

.download_item label {
    text-align: center;
    display: block;
    color: black;
    margin-top: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}

.download_item>a {
    display: block;
}

#main-header .navbar .nav__text {
    height: 7.3rem;
}
.site_counter {
    background-color: black;
    display: inline-flex;
    padding: 5px;
    color: white;
    letter-spacing: 12px;
    text-align: center;
    border-radius: 5px;
    justify-content: center;
    padding-left: 15px;
}
.title_holder h4 a {
    color: white;
}
.cs_modal_cs {
    display: flex;
    justify-content: center;
}

.cs_modal_cs a {
    font-weight: bold;
    color: black;
    font-size: 20px;
}

.custom__modal .modal-content .modal-body .btn-close {
    background-size: 14px;
    background-repeat: no-repeat;
    right: -23px;
    top: -19px;
}
#main__index-section .news-and-events__section .right-notice .card ul li a h6{
    color: white;
}
#main__index-section .news-and-events__section .right-notice .card ul li a
{
    margin-bottom: 30px;
    display: block;
}
#main__index-section .news-and-events__section .right-notice .card ul li a p
{
    line-height: 17px;
}
.icon-Wrapper i {
    position: absolute;
    top: 10px;
    right: 12px;
}

.icon-Wrapper {
    position: relative;
}
.customizer_class .modal-content {
    border-radius: 5px !important;
    overflow: hidden;
    box-shadow: 0 0 22px 3px rgb(0 0 0 / 53%);
}
figure.image img {
    width: 100%;
}
.captcha{
	height: 30px;
	width:160px;
	margin: 15px 0;
}
.captcha span{
	float:right;
	line-height: 30px;
	font-size:13pt;
	font-weight: bolder;
}
.captcha .check{
	border-radius: 3px;
	width:30px;
	height: 30px;
	border: 2px solid green;
	display:inline;
	position: absolute;
  cursor: pointer;
}

/*Styles for check animation*/
.check .wrapper {
  width: 25px;
  display: inline;
  margin: 4em auto 0;
}

.check .checkmark {
  stroke: green;
  stroke-dashoffset: 745.74853515625;
  stroke-dasharray: 745.74853515625;
  -webkit-animation: dash 2s ease-out forwards;
          animation: dash 2s ease-out forwards;
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 745.74853515625;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 745.74853515625;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/*End check animation*/
