.about-award-image {
    width: 30%;
}

.about-award-image img {
    width: 100%;
    height: auto;
}
.logo-responsive img{
    height: 40px;
}
.about-team-image{
    width: 30%;
}
.ceo-box {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    background: white;
    color: black;
    padding: 15px !important;
}
.ceo-box .designation{
    color: #fff;
}
.owl-bod .owl-dots .owl-dot span {
    background:  #1c5c9e;
    opacity: 0.6;
}

.owl-bod  .owl-dots .active span {
    background:  #1c5c9e; !important;
    opacity: 1;
}

.lc-blink {
    padding-top: 90px;
}

.blinking-box-index {
    margin-top: 60px;
    background: #1c5c9e;
    padding: 60px;
    text-align: center;
    color: #ffffff;
    display: block;
}

.blinking-box-index:hover {
    color: #fff;
}

.blinking-box-index h4 {
    -webkit-animation-name: text-blink;
    -moz-animation-name: text-blink;
    -o-animation-name: text-blink;
    animation-name: text-blink;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    font-size: 40px;
    font-weight: 700;
}

@keyframes text-blink {
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.main-nav-wrapper .navbar-light .navbar-nav .nav-item .nav-link{
    padding: 7px 10px;
    font-size: 14px;
}

.tm-member-desc {
    text-align: center;
}
.team-tm-desc h4{
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    margin: 10px 0;
}
.team-tm-desc h5 {
    font-size: 12px;
    color: #666666;
    margin: 0;
}
.tm-box-in .about-team-image img{
    width: 100%;

}
.tm-box-in .about-team-image{
    width: 100%;
    padding: 0;
    display: block;
}

.more{
    color: #fff;
    font-weight: 600;
}
.more:hover{
    color: #ffffff;
}
.less{
    color: #fff;
    font-weight: 600;
}
.less:hover{
    color: #ffffff;
}
.about-team-image img {
        height: 200px;
}

.floated-img {
    float: left;
    width: 50%;
    padding-right: 20px;
    height: 400px;
    object-fit: cover;
}
.d-iblk{
    display: inline-block;
}
.hidden-par{
    display: none;
}
.more-par{
    color: #ffffff;
    font-weight: 600;
    text-decoration: underline;
}
.more-par:hover{
    color: #ffffff;
    text-decoration: underline;
}
.d-none-ct{
    display:none;
}

.single-blog-box {
    display: table;
}

.single-blog-box .blog-image-thumb {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}
.single-blog-box .blog-cap {
    width: 50%;
    display: table-cell;
    position: relative;
    left: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    top: auto;
    vertical-align: middle;
}
.home-banner-wapper .carousel-item:after{
    opacity: 0.5;
}
.owl-award .award-image-box img{
    height: 200px;
}
.home-banner-wapper .carousel-item img {

    height: calc(100vh - 120px);
    width: 100%;
    object-fit: cover;

}
.single-blog-box .blog-image-thumb img {

    width: 100%;
    min-height: 280px;
    max-height: 280px;
    object-fit: contain;

}
.about-content-wrapper{
    justify-content: center;
    flex-direction: column;
    height: 100%;
    display: flex;
    position: relative;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    top: auto;
    left: auto;
}

.services-nav-tab .nav-pills .nav-link {
    background: #fff;
}

.services-nav-tab #pills-tab-0 {
    color: #06858d;
}

.services-nav-tab #pills-tab-1 {
    color: #c08508;
}

.services-nav-tab #pills-tab-2 {
    color: #8e39e5;
}

.services-nav-tab #pills-tab-3 {
    color: #115f09;
}

.services-nav-tab #pills-tab-4 {
    color: #c00808;
}

.services-nav-tab #pills-tab-5 {
    color: #14b503;
}


.services-nav-tab .nav-pills .active {
    background: #fff;
}

.services-nav-tab .nav-pills .active {
    border-color: #fff;
}

#course0 .header-md {
    color: #06858d;
}

#course1 .header-md h3 {
    color: #c08508;
}

#course2 .header-md h3 {
    color: #8e39e5;
}

#course3 .header-md h3 {
    color: #115f09;
}
.aside-bar-download ul li a{
        text-transform: capitalize;
}
.arc-gallery-link {
    background: #023061d6;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.arc-gallery-link span{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.arc-gallery-link:hover {
    color: #fff;
}

.arc-ph-box {
    position: relative;

}
.arc-ph-box img{
    width: 100%;
    height: 250px;
}