.navbar-brand img {
  /*width: 250px;*/
  /*height: auto;*/
}

.info_detail p {
  text-align: justify;
}

.info_request a {
  text-align: center;
  width: 100%;
}

.footer_section a {
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer_section a:hover {
  color: #29225b;
}

.footer_section img {
  width: 120px;
  height: auto;
  margin-bottom: 2px;
}

.info_section {
    background-color: #dadbcf;
}

.info_section .container {
    color: #2a2a28;
}

.info_section .info_contact .contact_link_box a,
.info_section .info_links a {
    color: #2a2a28;
    font-weight: 600;
}

.info_section .info_social a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #2a2a28;
}

.slider_section .detail-box h1 span {
    font-size: 60%;
}

.contact_section .form_container button.btn-box {
    border-radius: 0;
    background-color: #29225b;
}

.contact_section .form_container {
    margin-right: 0;
}

.contact_section .form_container input[type=radio] {
    width: auto;
    height: auto;
    box-shadow: none;
    margin-left: 10px;
    margin-right: 0;
}

.contact_section .form_container input[type=radio]:first-child {
    margin-left: 0;
}

.contact_section .form_container label {
    display: block;
}

.contact_section .form_container label.inline {
    display: inline-block;
}

.contact_section .form_container label.text-small {
    font-size: 90%;
    color: grey;
}

.contact_section .form_container textarea {
    width: 100%;
    border: none;
    height: 150px;
    margin-bottom: 25px;
    padding-left: 15px;
    outline: none;
    color: #101010;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.contact_section .form_container div.buttons {
    text-align: right;
}

.contact_section .heading_container {
    margin-bottom: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.contact_section .heading_container img {
    height: 60px;
    width: auto;
}

.contact_section .heading_container img:first-child {
    margin-right: 20px;
}

.contact_section .form_container input.text-danger {
    box-shadow: 0 0 5px 0 rgb(209 13 13 / 60%);
}

button.btn-box:focus {
    outline: none;
}

.client_section .box {
    height: 160px;
}

.header_section .header_bottom {
    padding: 0;
}

@media (max-width: 576px) {
    .slider_section .slider_bg_box {
        height: 200px;
    }

    .header_section .header_top .contact_nav a  {
        display: none;
    }
    .header_section .header_top .contact_nav a span {
         display: block;
    }
    .header_section .header_top .contact_nav {
        justify-content: center;
    }

    .header_section .header_bottom {
        /*background: #fff;*/
        padding: 15px 0;
    }

    .custom_nav-container .navbar-toggler span,
    .custom_nav-container .navbar-toggler span::before,
    .custom_nav-container .navbar-toggler span::after {
        background-color: #fff;
    }

    .navbar-collapse {
        background-color: rgb(41, 34, 91);
        /*background-color: rgb(190, 41, 33);*/
        padding-bottom: 10px;
    }

    .client_section .box {
        height: 300px;
    }

    .contact_section .heading_container {
        flex-direction: column;
    }

    .heading_container h2 {
        margin-bottom: 20px;
    }

    .contact_section {
        padding: 50px 0;
    }

    .footer-image {
        text-align: center;
    }
}

.about_section .img-box::before {
    background-color: #fff;
    position: unset;
}

.slider_section .slider_bg_box::before {
    background: unset;
}

.slider_section #customCarousel1 {
    display: none;
}

/*.slider_section .slider_bg_box img {*/
/*    object-fit: fill;*/
/*}*/

.custom_nav-container .navbar-nav .nav-item.nav-item-primary .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
}

.header_section .header_top .contact_nav a:hover i,
.header_section .header_top .contact_nav a:hover,
.header_section .header_top .contact_nav a:hover span,
.info_section .info_links a:hover,
.info_section .info_contact .contact_link_box a:hover,
.custom_nav-container .navbar-nav .nav-item.nav-item-primary:hover .nav-link,
.info_section .info_social a:hover {
    color: #51479b;
}

.custom_nav-container .navbar-nav .nav-item.nav-item-primary .nav-link,
.heading_container h2 span {
    color: #29225b;
}

.about_section .detail-box a, .info_request a {
    background-color: #29225b;
}

.header_section .header_bottom {
    background: #29225b;
}

.table .thead-dark th {
    background-color: #2daae1;
    border-color: #2daae1;
}

.heading_container [type="search"] {
    width: 180px;
    outline-offset: unset;
    -webkit-appearance: auto;
}

.heading_container [type="search"]:focus-visible {
    outline: none;
}

.custom_nav-container .navbar-nav li {
    line-height: 40px;
}

.custom_nav-container .navbar-nav li.double {
    line-height: unset;
}

a.btn-download:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
}
a.btn-download {
    background-color: #29225b;
}
a.btn-download {
    display: inline-block;
    padding: 10px 45px;
    color: #ffffff;
    border-radius: 0px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
}

.events i {
    width: 15px;
    text-align: center;
}

.events .card {
    margin-bottom: 20px;
}

.events .subject {
    color: #29225b;
    font-weight: bolder;
}

.events .details {
    color: #999999;
}

.events .date {
    color: #e61873;
}

.events .time {
    color: #f9b233;
}

.events .location {
    color: #2daae1;
}

.photo-stack {
    list-style: none;
    position: relative;
}

.photo-stack li {
    position: absolute;
    top: 0;
    left: 0;
    border-left: 8px solid;
}

.photo-stack li:nth-child(1) {
    z-index: 5;
    -ms-transform: rotate(0) scale(0.9) translate(50px, 20px);
    -webkit-transform: rotate(0) scale(0.9) translate(50px, 20px);
    transform: rotate(0) scale(0.9) translate(50px, 70px);
    border-color: #e61873;
}

.photo-stack li:nth-child(2) {
    z-index: 4;
    -ms-transform: rotate(0) scale(0.9) translate(0px, -40px);
    -webkit-transform: rotate(0) scale(0.9) translate(0px, -40px);
    transform: rotate(0) scale(0.9) translate(0px, 300px);
    border-color: #f9b233;
}

.photo-stack li:nth-child(3) {
    z-index: 3;
    -ms-transform: rotate(0) scale(0.9) translate(20px, 80px);
    -webkit-transform: rotate(0) scale(0.9) translate(20px, 80px);
    transform: rotate(0) scale(0.9) translate(20px, 150px);
    border-color: #2fac66;
}

.photo-stack li img {
    -webkit-box-shadow: 0px 0px 20px 2px rgba(51, 51, 51, 0.25);
    -moz-box-shadow: 0px 0px 20px 2px rgba(51, 51, 51, 0.25);
    box-shadow: 0px 0px 20px 2px rgba(51, 51, 51, 0.25);
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.photo-stack li:hover:nth-child(1), .photo-stack li:hover:nth-child(2), .photo-stack li:hover:nth-child(3) {
    z-index: 5;
    /* transform: translateX(-50px); */
}

.photo-stack li:hover:nth-child(1) img {
    z-index: 4;
    transform: scale(1.1);
}

.photo-stack li:hover:nth-child(2) img {
    z-index: 4;
    transform: scale(1.1);
}

.photo-stack li:hover:nth-child(3) img {
    z-index: 4;
    transform: scale(1.1);
}

.photo-stack li:hover img {
    -webkit-filter: none;
    filter: none;
}

.custom_nav-container .navbar-nav .nav-item.color1:hover .nav-link,
.custom_nav-container .navbar-nav .nav-item.color1.active .nav-link {
    color: #e61873;
}

.custom_nav-container .navbar-nav .nav-item.color1:hover,
.custom_nav-container .navbar-nav .nav-item.color1.active {
    border-bottom: 2px solid;
    border-color: #e61873;
}

.custom_nav-container .navbar-nav .nav-item.color2:hover .nav-link,
.custom_nav-container .navbar-nav .nav-item.color2.active .nav-link {
    color: #2fac66;
}

.custom_nav-container .navbar-nav .nav-item.color2:hover,
.custom_nav-container .navbar-nav .nav-item.color2.active {
    border-bottom: 2px solid;
    border-color: #2fac66;
}

.custom_nav-container .navbar-nav .nav-item.color3:hover .nav-link,
.custom_nav-container .navbar-nav .nav-item.color3.active .nav-link {
    color: #f9b233;
}

.custom_nav-container .navbar-nav .nav-item.color3:hover,
.custom_nav-container .navbar-nav .nav-item.color3.active {
    border-bottom: 2px solid;
    border-color: #f9b233;
}

.custom_nav-container .navbar-nav .nav-item.color4:hover .nav-link,
.custom_nav-container .navbar-nav .nav-item.color4.active .nav-link {
    color: #999999;
}

.custom_nav-container .navbar-nav .nav-item.color4:hover,
.custom_nav-container .navbar-nav .nav-item.color4.active {
    border-bottom: 2px solid;
    border-color: #999999;
}

.custom_nav-container .navbar-nav .nav-item.color5:hover .nav-link,
.custom_nav-container .navbar-nav .nav-item.color5.active .nav-link {
    color: #2daae1;
}

.custom_nav-container .navbar-nav .nav-item.color5:hover,
.custom_nav-container .navbar-nav .nav-item.color5.active {
    border-bottom: 2px solid;
    border-color: #2daae1;
}

.pdf {
    width: 70%;
    height: 600px;
}

@media (max-width: 576px) {
    .pdf {
        width: 95%;
        height: 350px;
    }
}
