.navbar-nav{
    display:block;
}
.navbar-nav .nav-item {
    margin: 0 10px;
    display: inline-block;
}
.nav-item.dropdown .dropdown-menu a:hover {
    padding-left: 0;
}
.header-top {
    background-color: #0c4da2;
}
.search-top .search-input {
    position: relative;
    width: 300px;
    background: #fff;
}
.search-top .search-input .container {
    padding-left: 0;
    padding-right: 0;
}
.search-top .search-inner {
    padding: 0;
}
.search-top .search-input .form-control {
    font-size: 12px;
    height: auto;
    color: #333;
    padding:0 0 0 10px;
}
.search-top .search-input .form-control {
    font-size: 12px;
    height: auto;
    color: #333;
}
.search-top button {
    background-color: #0c4da2;
    border: 0;
    color: #fff;
    height: 25px;
}
.header-top .social-icons li a {
    background-color: transparent;
    color: #fff;
}
.menu-top .navbar-nav .nav-link{
    font-size: 12px;
    line-height: 40px;
    color:#fff;
}
.menu-top .nav-link.dropdown-toggle::after{
    border-color: #fff;
    width: 0.3rem;
    height: 0.3rem;
    margin-left:6px;
}
.menu-top .nav-item.dropdown .dropdown-menu a{
    font-size: 12px;
}
.menu-top .navbar-nav .dropdown-menu {
    min-width: 10em !important;
    max-width: 10em !important;
}
.menu-top .nav-link.selected:before{
    background-color: transparent;
}
/* .nav-item:last-child .dropdown-menu, .nav-item:nth-last-child(2) .dropdown-menu, .nav-item:nth-last-child(3) .dropdown-menu {
    left:auto !important;
    right:0 !important;    
} */
.nav-item:last-child .dropdown-menu .dropdown-submenu .dropdown-menu, .nav-item:nth-last-child(2) .dropdown-menu .dropdown-submenu .dropdown-menu, .nav-item:nth-last-child(3) .dropdown-menu .dropdown-submenu .dropdown-menu{
    left:auto !important;
    right:100% !important;   
}
.nav-item.dropdown .dropdown-menu a {
    padding-left: 10px !important;
    padding-right: 10px;
}
.nav-item.dropdown .dropdown-menu a:hover {
    background: #e0ecfb;
}
.nav-item.dropdown .dropdown-menu a:hover {
    color: #0c4da2;
}
.navbar-nav .nav-item.dropdown .dropdown-menu {
    padding: 12px;
}
.dropdown-toggle::after{
    margin-left:10px;
}
.navbar-nav .dropdown-menu{
    position: absolute;
}
.navbar-nav .dropdown-submenu .dropdown-toggle::after{
    right:10px;
}
.menu-top .navbar-nav .dropdown-submenu .dropdown-toggle::after{
    width: 0.325rem;
    height: 0.325rem;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}
.service-img .img-fluid{
    width:100%;
}
.owl-stage{
    display: flex;
}
.owl-item .item {
    height: 100%;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 22px 0 rgb(7 7 7 / 8%);
}
.owl-carousel .service-item {
    margin: 0 0;
    box-shadow: none;
}
.service-item .desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-custom, .event-custom, .spotlight-custom, .press-release-custom, .life-story-custom, .recognition-custom, .client-custom, .department-custom, .team-custom {
    display: block;
}
.gallery-custom {
    margin-bottom: 70px;
}
.gallery-custom .item {
    box-shadow: 0 0 10px #ddd;
}
.gallery-custom .item .image {
    min-height: 300px;
    max-height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-custom .item .image img {
    min-height: 300px;
    max-height: 300px;
    width:100%;
}
.gallery-custom .item .content {
    padding: 15px;
    display: block;
}
ul.ul-custom{
    list-style: none;
}
ul.ul-custom li{
    position: relative;
    padding-left:30px;
}
ul.ul-custom li:before{
    content:"" !important;
    height:15px;
    width:15px;
    position:absolute;
    left:0;
    top:5px;
    content: "";
    background:url(../images/check.svg) no-repeat center center;
}
.pdf-icon {
    height: 37px;
    width: 30px;
    background: url(../images/pdf-icon.png) no-repeat 50%;
    background-size: cover;
}
.download-custom{
    font-style: italic;
}
.breadcrumb-item {
    text-transform: none;
}
.list-custom {
    display: block;
}
.list-custom .list-list-style .list-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    background-color: #fff;
}
.list-custom .list-item {
    display: block;
    margin-bottom: 30px;
    height: 100%;
    position: relative;
    background: #fff;
}
.list-custom .list-list-style .list-item .pdf-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    height: 37px;
    width: 30px;
    background: url(../images/pdf-icon.png) no-repeat 50%;
    background-size: cover;
}
.list-custom .list-item .list-image {
    height: 250px;
    width: 100%;
    overflow: hidden;
    background-color: #f5f5f5;
}
.list-custom .list-list-style .list-item .list-image {
    height: 100px;
    width: 100px;
}
.list-custom .list-item .list-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.list-custom .list-list-style .list-item .list-image img {
    -o-object-fit: cover;
    object-fit: cover;
}
.list-custom .list-item .list-desc {
    display: block;
    padding: 20px;
    background-color: #fff;
}
.client-custom .owl-stage-outer{
    padding-bottom:0;
}
.client-custom .owl-item .item{
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    border:1px solid #f2f2f2;
    height: 100%;
}
.client-custom .owl-item .item img{
    height: 100%;
}
.owl-item .item{
    box-shadow: none;
}
.team-member .team-description {
    background: hsla(0,0%,91%,.8);
}
.table-view .heading{
    padding-top:20px;
    padding-bottom:20px;
    border-top:1px solid #0c4da2;
    border-bottom:1px solid #0c4da2;
}

.table-view .heading .title h5{
    margin:0;
    padding:0;
}

.table-view .content-part{
    padding-top:20px;
    padding-bottom:20px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}

.table-view .content-part.team{
    padding-top:20px;
    padding-bottom:20px;
    display: block;
}

.table-view .content-part.career{
    padding-top:20px;
    padding-bottom:20px;
    display: block;
}

.table-view .content-part.tender{
    padding-top:20px;
    padding-bottom:20px;
    display: block;
}

/* .table-view .content-part:last-child{
    border-bottom:1px solid transparent;
} */

.table-view .content-part .image{
    border:4px solid #dbe6f5;
    /* overflow: hidden; */
    margin-right:40px;
    min-height: 150px;
    min-width: 150px;
    max-height: 150px;
    max-width: 150px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-view .content-part.featured .image{
    min-width: 240px;
    max-width: 240px;
}

.image.radius {
    border-radius: 50%;
    position: relative;
}

.table-view.type2 .content-part .image{
    margin-right:40px;
}

.table-view.type2 .content-part .image.radius{
    border-radius: 50%;
}

.table-view.type2 .content-part .image{
    min-height: 150px;
    min-width: 150px;
    max-height: 150px;
    max-width: 150px;
    overflow: hidden;
}

.table-view .content-part .image.height-max-190{
    max-height:190px;
}

.table-view .content-part .image img{
    object-fit: cover;
    /* min-width: 100%; */
    max-width: 100%;
    /* height: 100%; */
    min-height: 150px;
    max-height: 100%;
    overflow: hidden;
}

.table-view.type2 .content-part .image img{/* height: 100%; */min-height: 150px;max-height: 100%;}

.table-view .content-part .content{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.table-view .content-part .content .member-title{
    font-weight: 600;
}

.table-view .content-part .content .title{
    font-weight: 600;
}

.table-view .content-part .content .description{
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-view .content-part .content .division{
    font-weight: normal;
}

.table-view .content-part .content .designation{
    font-weight: normal;
}

.life-story-custom .table-view.type2 .content-part{
    padding-top:0;
    padding-bottom:0;
    align-items: center;
}

.life-story-custom .table-view.type2 .image{
    margin-right: 0;
    border:0;
    border-radius: 30px;
}

.life-story-custom .table-view.type2 .content-part .content{
    background-color: #f2f2f2;
    padding:40px 0 40px 40px; 
    flex-grow: 1;
}

.life-story-custom .table-view.type2 .content-part .image{
    min-height: 500px;
    min-width: 300px;
    max-height: 500px;
    max-width: 300px;
}

.team-custom .table-view .small-button-section{
   display: block;
   text-align: left;
}

.short-description{
    text-align: justify;
}

.card.post-card{
    height: 100%;
}
.case-study-custom .lead, .case-study-custom .post-card .desc, .search-area .item .desc, .service-item .desc, .table-view .description, .card-body .description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* .client-custom .item{
    max-width:250px;
} */
.header-wrapper-full {
    box-shadow: 0 0 10px #ddd;
    background: #fff;
}
.help-block{
    color: #da0000;
    font-size: 0.8rem;
}
.menu-inline li {
    display: inline-block;
    margin-right: 40px;
    padding: 10px 30px;
    font-weight: 500;
    text-transform: uppercase;
    background: #f5f8fd;
    margin-bottom: 20px;
}
.menu-inline li:after {
    content: "\f105";
    font-family: Line Awesome Free;
    font-weight: 900;
    height: 30px;
    width: 30px;
}
.menu-inline li:first-child{
    margin-left:0;
}
.menu-inline li:last-child{
    margin-right:0;
}
.header{
    position: relative;
    z-index: 10;
}
.search-area .item {
    display: block;
    padding: 30px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.search-area .item .item-type {
    display: block;
    margin-bottom: 15px;
    font-size: 13px;
}
.search-area .item .link {
    display: block;
    margin-bottom: 15px;
}
.search-area .item .link a {
    color: #0c4da2;
}
.search-area .item .image {
    min-height: 220px;
    max-height: 250px;
    overflow: hidden;
    width: 100%;
    text-align: center;
    border: 5px solid #dbe6f5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-area .item .image img {
    height: 100%;
    width: auto;
}
.custom-sidebar-menu{
    position: fixed;
    left:-310px;
    top:0;
    width:300px;
    height: 100%;
    background-color: #fff;
    z-index: 20;
    transition: all 0.5s;
    padding:10px 10px;
    box-shadow: 0 0 10px #999;
}
.navbar-toggler.cross{
    position: relative;
}
.navbar-toggler.cross span{
    position:absolute;
    width:22px;
}
.navbar-toggler.cross span:first-child{
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    left:8px;
    top:9px;
}
.navbar-toggler.cross span:last-child{
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    right:8px;
    top:9px;
}
.contain-slider-text{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}
.banner{
    margin-left:-12px;
    margin-right:-12px;
}
.banner-slider h1{
    font-size:50px;
    line-height: 54px;
    margin-bottom:10px;
}
.banner-slider p{
    font-size:22px;
    line-height: 26px;
    margin-bottom:10px;
}
.custom-sidebar-menu .logo-mobile{
    position: absolute;
    left:0;
    top:0;
    height: 60px;
    width:300px;
    padding:10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.custom-sidebar-menu .bottom-part{
    position: absolute;
    left:0;
    top:60px;
    width:100%;
    height: calc(100% - 60px);
    padding:10px;
    overflow: auto;
}
.custom-sidebar-menu .search-top{
    margin-bottom:20px;
}
.custom-sidebar-menu .search-input{
    width:280px;
}
.custom-sidebar-menu .search-top .search-input .form-control{
    height:40px;
}
.custom-sidebar-menu .search-top button{
    height: 40px;
    width:45px;
}
.custom-sidebar-menu .accordion_menu ul li a{
    font-weight: 500;
    font-size: 0.9em;
}
.scroll-top a, .scroll-top a:visited {
    height: 40px;
    width: 40px;
    line-height: 40px;
}
.banner .owl-item .item{
    /* height: 650px; */
}
.banner .owl-item .item .container{
    height: 100%;
}
.banner .owl-item .item .container .row{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}
.banner .item .container{
    /* padding-left:10%;
    padding-right: 10%; */
}
.gallery-custom .item{
    cursor: pointer;
    height:100%;
}
/* .container-fluid .container{
    padding-left:0;
    padding-right:0;
}
.container .container{
    padding-left:0;
    padding-right:0;
}
.container .container-fluid{
    padding-left:0;
    padding-right:0;
} 
.container-fluid .container-fluid{
    padding-left:0;
    padding-right:0;
} */

section.page-wrapper-custom{
    /* overflow-x: hidden; */
}
.pageBGCustom{
    background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;
}
.ht-progress-bar h4 {
    margin-bottom: 20px;
}
.ht-progress-bar .progress-parcent {
    top: -20px;
    font-size: 12px;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    background: #0c4da2;
    /* border-radius: 100%; */
    height:25px;
    width:25px;
    line-height: 25px;
}
.owl-carousel .owl-nav{
    top:50%;
    transform:translateY(-50%);
}
.owl-carousel .owl-stage-outer{
    padding-bottom:10px;
}
.banner .owl-carousel .owl-nav{
    top:45%;
}
.client-custom .owl-carousel .owl-nav{
    top:55%;
}
.owl-prev{
    left:-12px !important;
}
.owl-next{
    right:-12px !important;
}
.banner .owl-prev{
    left:10px !important;
}
.banner .owl-next{
    right:10px !important;
}
.accordion_menu ul li.selected a{
    font-weight: 500;
}
.btn-link{
    color:#0c4da2 !important;
    font-weight: 600;
    text-decoration: underline !important;
    font-size: 13px;
}
.btn-link:hover{
    color:#408ef3 !important;
    text-decoration: underline !important;
}
#social-links ul{
    list-style: none;
}
#social-links ul li{
   display: inline-block;
   margin-right:5px;
}
#social-links ul li:before{
    display: none;
}
#social-links ul li a{
    display: block;
    cursor: pointer;
}
#social-links ul li a span{
    font-size: 30px;
}
.page-title h1 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 500;
}
.page-title{
    padding-top:0;
    padding-bottom:0;
}
.page-title.parallaxie img{
    width: 100%;
}
.page-title.parallaxie .container{
    position: relative;
    min-height: 600px;
    max-height: 600px;
}
.page-title.parallaxie .container-full{
    position: relative;
    min-height: 600px;
    max-height: 600px;
}
.page-title.parallaxie .white-bg{
    background-color:rgba(255,255,255,0.7);
    position:absolute;
    right:0;
    bottom:0;
    max-width:70%;
}
.breadcrumb-item {
    font-size: 13px;
}
.title_bg_style_custom{
    padding:6px 0 8px;
    border-radius: 30px;
}
.featured-item{
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    gap: 0 30px;
}
.badge-primary{
    background-color: #0c4da2;
    color:#fff;
}
.badge-primary:hover{
    background-color: #0c4da2;
    color:#fff;
}
.row-five-column-custom{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
}
.row-five-column-custom .item{
    margin-bottom:20px;
}
.channel{
    font-weight: 600;
    font-size: 12px;
}
.search-team-members-custom{
    position:relative;
}
.search-team-members-custom .form-control{
    height:30px;
    padding-right:90px;
}
.search-team-members-custom .btn{
    position:absolute;
    right:10px;
    top:0;
    height:30px;
    line-height: 15px;
    font-size: 13px;
    padding: 0 20px;
}
.accordion .accordion-item .accordion-button{
    padding: 0rem 1rem;
}
.accordion_menu ul li a{
    background:transparent;
    padding-left:0;
    padding-right:0;
}
.accordion_menu ul li span.toggle{
    /* background:none;
    height:16px;
    width:16px;
    top:7px; */
}
.accordion_menu ul li span.toggle.expanded{
    top:10px;
}
.sidebar .section-title{
    margin-bottom:20px;
}
.blog-custom .table-view .content-part .image, 
.event-custom .table-view .content-part .image, 
.spotlight-custom .table-view .content-part .image, 
.press-release-custom .table-view .content-part .image, 
.recognition-custom .table-view .content-part .image, 
.research-custom .table-view .content-part .image, 
.tender-custom .table-view .content-part .image,
.case-study-custom .table-view .content-part .image,
.department-custom .table-view .content-part .image, 
.news-link-custom .table-view .content-part .image,
.life-story-custom .table-view .content-part .image{
    min-width: 150px;
    max-width: 150px;
    min-width: 150px;
    max-width: 150px;
}
.blog-custom .table-view .content-part .content,
.event-custom .table-view .content-part .content, 
.spotlight-custom .table-view .content-part .content, 
.press-release-custom .table-view .content-part .content, 
.recognition-custom .table-view .content-part .content, 
.research-custom .table-view .content-part .content, 
.tender-custom .table-view .content-part .content,
.case-study-custom .table-view .content-part .content,
.department-custom .table-view .content-part .content, 
.news-link-custom .table-view .content-part .content,
.life-story-custom .table-view .content-part .content{
    padding-left:20px;
    flex-grow: 1;
    text-align: left;
}
/* .department-custom .table-view .content-part{
    display: block;
}
.department-custom .table-view .content-part .image{
    min-height: 300px;
    max-height: 300px;
    margin-bottom: 30px;
}
.department-custom .table-view .content-part .image img{
    height: 300px;
}

.case-study-custom .content-part .image{
    position: relative;
}

.case-study-custom .table-view .content-part{
    display: block;
}
.case-study-custom .table-view .content-part .image{
    min-height: 300px;
    max-height: 300px;
    margin-bottom: 30px;
}
.case-study-custom .table-view .content-part .image img{
    height: 300px;
} */

.video-btn-pos{
    transform: translate(-50%, -50%);
}

.accordion .accordion-body{
    text-align: left !important;
}

/* .accordion .accordion-item .accordion-button{
    font-size:0.85rem;
}

.accordion .accordion-body{
    font-size:0.85rem;
} */

.section-title .type2{
    text-decoration: underline;
}

.featured-custom .table-view.type3 .content-part{
   flex-direction: column;
   align-items: center;
}

.featured-custom .table-view.type3 .content-part .image{
    margin-right:0;
    margin-bottom: 20px;
}
.featured-custom .table-view.type3 .content-part .content{
    align-items: center;
}
.featured-custom .table-view.type3 .content-part .content .desc{
    text-align: center;
}

/*-------Overriding Bootstrap Container Width Starts Here----------*/
@media (min-width: 992px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1200px
    }
}

@media (min-width: 1400px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width:1400px
    }
}
@media (min-width: 1600px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width:1500px
    }
}
/*-------Overriding Bootstrap Container Width Ends Here----------*/
@media screen and (min-width:992px){
    .page-content.sidebar .container-fluid, .page-content.sidebar .container{
        /* padding-left:0;
        padding-right:0; */
    }
}
@media (max-width: 992px){
    .navbar-toggler {
        position: absolute;
        right: 0;
    }
}

@media only screen and (max-width: 823px){
    .navbar-nav .nav-item {
        display: block;
    }
    .pagination-custom p.mb-0{
        margin-bottom:15px !important;
        text-align: center;
    }
    .pagination-custom nav{
        text-align: center;
    }
    .list-custom .list-list-style .list-item{
        flex-direction: column;
    }
    .list-custom .list-list-style .list-item .pdf-icon{
        right:20px;
        top:20px;
    }
    .banner .owl-item .item{
        /* height: 280px; */
    }
    .banner-slider h1{
        font-size:30px;
        line-height: 34px;
        margin-bottom:10px;
    }
    .banner-slider p{
        font-size:16px;
        line-height: 20px;
        margin-bottom:10px;
    }
    .banner-slider .btn{
        padding: 8px 15px;
    }
    .banner-slider .btn span{
        padding-right:30px;
        font-size: 14px;
        line-height: 14px;
    }
    .title_bg_style_custom{
        font-size: 18px;
    }
    .page-title.parallaxie .white-bg{
        display: none !important;
    }
    .featured-item{
        flex-direction: column;
    }
    .featured-item img{
        margin-bottom:25px;
    }
    .row-five-column-custom{
        flex-direction: column;
        gap: 0;
    }
    .table-view .content-part{
        flex-direction: column;
        align-items: center;
    }
    .table-view .content-part .content{
        flex-direction: column;
        padding-left:0 !important;
        align-items: center;
    }
    .table-view .content-part .image{
        margin-right:0;
        margin-bottom: 40px;
    }
    .life-story-custom .table-view.type2 .content-part .content{
        padding:20px;
        width: 100%; 
    }
    .table-view .content-part .content .member-title, .table-view .content-part .content .designation{
        text-align: center;
    }
    .table-view .heading{
        display: none;
    }
    .table-view .content-part .content .division{
        text-align: center;
    }
    .team-custom .small-button-section{
        display: block;
        text-align: center;
    }
    .team-custom .table-view .small-button-section{
        display: block;
        text-align: center;
    }
    .table-view.type2 .content-part .image{
        margin-right: 0;
    }
    .blog-custom .table-view .content-part .content,
    .event-custom .table-view .content-part .content, 
    .spotlight-custom .table-view .content-part .content, 
    .press-release-custom .table-view .content-part .content, 
    .recognition-custom .table-view .content-part .content, 
    .research-custom .table-view .content-part .content, 
    .tender-custom .table-view .content-part .content,
    .case-study-custom .table-view .content-part .content,
    .department-custom .table-view .content-part .content, 
    .news-link-custom .table-view .content-part .content,
    .life-story-custom .table-view .content-part .content{
        text-align: center;
    }
}

@media screen and (max-width:640px){
    .banner-slider h1{
        font-size:20px;
        line-height: 24px;
        margin-bottom:10px;
    }
    .banner-slider p{
        font-size:14px;
        line-height: 18px;
        margin-bottom:10px;
    }
}