.ui-widget.ui-widget-content {
    border: 1px solid #034c82;
    background-color: #034c82;
    max-height: 400px;
    min-height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.4);
  -webkit-overflow-scrolling: touch;
}

.ui-menu .ui-menu-item-wrapper {
    padding: 12px 15px;
    font-size: 15px;
    background-color: #005a9c;
    color: #fff;
    border: 1px solid #005a9c;
    border-bottom-color: #034c82;
}

.ui-menu .ui-state-active {
    border-color: #005a9c !important;
    margin: 0 !important;
    border-bottom-color: #034c82 !important;
    background-color: #034c82;
}

section.inner-page .page-title  form {
    padding: 30px 15px;
    background-color: #eee;
    text-align: center;
    border-bottom: 1px solid #f7f7f7;
}

section.inner-page .page-title form input[type="text"] {
    height: 50px;
    max-width: 450px;
    width: 100%;
    padding: 12px;
    font-size: 18px;
    color: #333333;
    border: 1px solid #dddddd;
    vertical-align: middle;
}

section.inner-page .page-title form  input[type="submit"] {
    border: 1px solid #d30001;
    height: 50px;
    max-width: 130px;
    width: 100%;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #d30001;
    color: #ffffff;
    font-size: 16px;
    margin-left: -5px;
}

section.inner-page  ul.search_update_list {
    margin-top: 30px;
    word-break: break-all;
}

section.inner-page ul.search_update_list h3 {
    color: #333333;
    font-weight: 700;
    margin-bottom: 15px;
}

section.inner-page ul.search_update_list p {
    color: #005a9c;
    font-size: 15px;
}

section.inner-page ul.search_update_list li {
    padding: 25px 15px;
    border-bottom: 1px solid #e7e7e7;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}


section.inner-page ul.search_update_list li:hover {
    background-color: #ffffff;
}

section.inner-page ul.search_update_list a {
    color: #005a9c;
    font-size: 15px;
}

.related_wroks .embed-responsive-4by3::before {
    padding-top: 52%;
}

.related_wroks .owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 40px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.64) !important;
    border-radius: 50%;
}
.related_wroks .owl-nav button span {
    font-size: 28px;
    line-height: 20px;
}
.related_wroks .owl-nav button.owl-next {
    right: 0;
}
.related_wroks .owl-nav button span {
    font-size: 28px;
    line-height: 20px;
    color: #333333;
}
.related_wroks .embed-responsive-item #player {
    max-width: 100% !important;
}
section.body-cont5 .sec a.thumb {
    min-height: 200px;
    overflow: hidden;
    display: block;
    max-height: 200px;
}

section.body-cont5 .sec a.gnrl {
    min-height: 200px;
    overflow: hidden;
    display: block;
    max-height: 200px;
}

section.body-cont5 .sec img {
    object-fit: cover;
}

header .top-part .src-but.show-form form {
    z-index: 99;
}

header .top-part form input[type="text"] {
    opacity: 1;
    background-color: #054676;
}

header .top-part form input[type="submit"] {
    background-color: #054676;
}


header .top-part ul.social_sec {
    display: inline-block;
}

header .top-part ul.social_sec li {
    display: inline-block;
}

header .top-part ul.social_sec li a {
    font-size: 18px;
    margin: 6px;
}



header .top-part a.sec-icon {
    padding-left: 10px;
    border-left: 1px solid #1876bb;
}

header .top-part a.sec-icon img {
    max-width: 20px;
}