
/* Select year and month  */
.select_year {
    display: flex;
    align-items: center;
    column-gap: 15px;
    justify-content: flex-end;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.select_year p {
    margin: 0;
    font-size: 15px;
    color: #555;
    font-weight: 500;
}
.select_year select {
    border: 1px solid #ddd;
    height: 40px;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    background: #eee;
    color: #333;
    width: 150px;
}

.month-dropdownlist {
    display: flex;
    /* align-items: center; */
    gap: 15px;
}

.month-dropdownlist p {
    margin: 0;
    white-space: nowrap;
    color: #555;
    font-size: 15px;
    font-weight: 500;
}

.month-dropdownlist ul {
    display: flex;
    column-gap: 10px;
    row-gap: 10px;
    flex-wrap: wrap;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.month-dropdownlist ul li {
    border: 1px solid #5555;
    font-size: 15px;
    line-height: normal;
    margin: 0;
}

.month-dropdownlist ul li a {
    font-weight: 600;
    display: block;
    padding: 6px 12px;
    color: #222;
    font-size: 13px;
}
.month-dropdownlist ul li.bgf {
    background: #edd96f;
}
.error, .clr_red {
    color: red;
}

/* Select year and month end  */

/* Gallery  */
.gallery_grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 31px;
    padding: 20px;
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-top: 40px;
}

.contentbox{
  padding: 20px;  
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-top: 40px;
}

.image-gallery {
    height: 270px;
    position: relative;
    border: 1px solid #123785;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.gallery_grid .title_box {
    position: absolute;
    padding: 6px 10px;
    bottom: 0;
    width: 100%;
    background: #123785;
    left: 0;
}
.gallery_grid img {
    max-width: unset;
    width: 100%;
}
.gallery_grid .title_box p {
    text-align: center;
    font-weight: 400;
    margin: 0;
    font-size: 14px;
    color: #fff;
    line-height: normal;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.gallery_grid .title_box p.date {
    font-size: 13px;
    color: #ffd638;
    margin-top: 1px;
}

/* Gallery ENd  */

.width-50px{ width:50px; }
.width-150px{ width:150px; }
.width-200px{ width:220px; }

.table thead.bg-primary tr th {
    background: #123785;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    vertical-align: middle;
}



.counter-table {counter-reset: rowNumber; }
.counter-table tbody tr {counter-increment: rowNumber; }
.counter-table tbody tr td:first-child::before {content: counter(rowNumber); }
tbody.counter-table tr td:nth-child(2), tbody.counter-table tr td:nth-child(3) {text-transform: uppercase; }



.columnfull{
    grid-column: 1 / -1
}

.video_box {
    text-align: center;
}

.video_box p {
    margin: 0;
    color: #222;
    font-size: 15px;
    font-weight: 600;
}
.video_box p.date {
    margin: 0;
    color: #ce251c;
    font-size: 14px;
    line-height: normal;
}

.rowgap25 {
    row-gap: 25px;
}


/* Event Details Page  */
.event_titlebox h3 {
    font-size: 25px;
    margin-bottom: 5px;
    line-height: normal;
    color: #222;
}

.event_titlebox p {
    margin-bottom: 0;
    color: #ce251c;
}

.event_contentbox p {
    font-size: 15px;
    line-height: 27px;
    color: #555;
    margin-bottom: 15px;
}

.event_contentbox {}

.event_contentbox p {
    font-size: 15px;
    line-height: 27px;
    color: #555;
    margin-bottom: 15px;
    text-align: justify;
}

.event_contentbox ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    row-gap: 10px;
}

ul {}

.event_contentbox ul li {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: normal;
    position: relative;
    padding-left: 20px;
}

.event_contentbox ul li:before {
    content: "";
    position: absolute;
    background: #d02d24;
    width: 8px;
    height: 8px;
    left: 0;
    top: 7px;
}

.event_contentbox h4 {
    font-size: 22px;
    color: #222;
}


/* Event Details Page end */











/* Career Form  */
.career_box {
    width: 100%;
    background: #fff;
    padding: 30px;
    border-radius: 15px;
}
.careerform .md-form {
    margin-bottom: 15px;
}
.careerform .md-form label {
    margin-bottom: 5px;
    color: #000;
    font-weight: normal;
    font-size: 15px;
    line-height: normal;
}
.careerform .md-form label span.mend {
    color: red;
}
.careerform input.form-control, .careerform textarea.form-control {
    padding: 10px 20px;
    color: #000;
    border: 1px solid #ccc;
    height: auto;
    border-radius: 4px;
}
.formgroupcustom {
    position: relative;
}
.formgroupcustom img {
    position: absolute;
    top: 1px;
    right: 1px;
    height: 100%;
    margin-right: 29px;
    border-radius: 0;
}
.formgroupcustom span.refersh-box {
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
}
.formgroupcustom span.refersh-box i {
    font-style: normal;
}

.note {
    font-weight: normal;
    color: #444;
    font-size: 12px;
    line-height: normal;
}
.field-error {
    color: red;
    font-size: 14px;
}
.mb40px {
    margin-bottom: 40px !important;
}
.careerform .downloadbtn {
    background: #da251c;
    border: 1px solid #da251c;
    padding: 10px 35px;
    display: inline-block;
    margin-top: 25px;
    width: auto;
    color: #fff;
    font-size: 20px;
    transition: 0.5s all ease;
    text-transform: uppercase;
    font-weight: 400;
}
.careerform .downloadbtn:hover {
    background: #fff;
    color: #000;
    border: 1px solid #da251c;
}
.download_form a {
    font-size: 20px;
    border-bottom: 1px solid;
    font-weight: 500;
    color: #007bff;
}

/* Chrome, Safari, Edge */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

div#career_main .success_message {
    text-align: center;
    background: #fff;
    display: table;
    margin: auto;
    padding: 30px;
    font-size: 25px;
    border-radius: 15px;
}

/* Career Form End  */


.dynamic_outer ul {
    padding: 0;
    margin: 0;
}

.mt-40px{ margin-top:40px !important; }



.circlenav.navinbottom .owl-nav {
    margin-top: 20px;
}

.navinbottom .owl-nav {
    display: flex;
    column-gap: 15px;
    justify-content: center;
}

.owlnav .owl-nav button {
    background: #00000099 !important;
    width: 35px;
    height: 35px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    border-radius: 50%;
    color: #fff !important;
    transition: 0.5s ease-in-out all;
}

.circlenav .owl-nav button {
    background: #00000085 !important;
    color: #fff !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.circlenav.navinbottom .owl-nav button {
    position: unset !important;
    transform: unset;
}

.circlenav .owl-nav button:hover {
    background: #000 !important;
    color: #fff !important;
}

.owlnav .owl-nav button span {
    font-size: 25px;
    display: flex;
    align-items: center;
    transform: translateY(-3px);
}


.circlenav .owl-nav button span {
    font-size: 25px;
    line-height: 20px;
}

.event-image {
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #222;
}