.top-content-wrap-head a {
    color: white;
}

a {
    text-decoration: none;
}




.navbar-nav .nav-item .nav-link {
    color: white;
    text-transform: uppercase;
}

.carousel-caption {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    bottom: unset;
}

.image-card {
    cursor: pointer;
}



footer h3 {
    color: white;
}

footer a {
    color: #c7c7c7 !important;
}

footer p {
    color: #c7c7c7;
}

footer li {
    color: #c7c7c7;;
}

.callout-info span {
    color: #8f8f8f;
}

.callout-info a {
    color: #8f8f8f;
}


.btn{border-radius: 0px!important;}


.callout-bg {
    background-image: url(../images/back/callout-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    /* position: absolute;
    width: 100%;
    height: 377px;
    left: 0;
    top: 0; */
}

/* .cons-list h3 {
    color: #212529 !important;
} */

.bgcolor1 {
    background-color: #f2f2f2;
}

.d-ruby-text {
    display: ruby-text;
}




.img-bg1 {
    background-image: url(../images/back/counters-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.img-cover {}

.card:hover .img-cover img {
    transform: scale(1.1);
}

.img-cover {
    height: 350px;
    overflow: hidden;
}

.img-cover img {
    transition: 0.5s all;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

/* main p {
    text-align: justify;
} */

/* .about-image-wap{
    background-image: url(../images/about/about-bg.jpg);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
} */
.about-image-wap {
    position: relative;
    width: 100%;
    height: 100%;
}

.about-img {
    width: 80%;
    float: left;
}

.about-img-slide {
    position: absolute;
    top: 0;
    width: 70%;
    padding: 100px 0px;
    right: 0;
}

.about-list li::before {
    content: '';
    background-image: url(../svg/check.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 6px 6px -3px 0px;
}
footer i{color: #ffc107;}
footer h3{
    position: relative;
   margin-bottom: 1em;
}
/* footer h3:before {
    background-color: #ffc107;
    position: absolute;
    content: "";
    width: 25%;
    height: 1px;
    left: 0;
    bottom: -5px;
} */

@media (max-width: 768px) {
    #pager-header {
        height: 200px;
    }
    .carousel-caption h1{font-size: 2em;}

    .topH {
        padding-top: 50px;
    }
    .w-sm-25{width: 75%;}

    .carousel-inner img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .carousel-inner .carousel-item{
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 768px) {
    
    .w-md-75{width: 25%;}
    .w-md-80 {
        width: 80%;
    }
    .navbar-nav .nav-item {
        margin: auto;
    }

    #pager-header {
        height: 350px;
    }

    .topH {
        padding-top: 104px;
    }
}

#pager-header {
    width: 100%;
    position: relative;
}

#pager-header .pager-img {
    width: 100%;
    height: 100%;
}

#pager-header .pager-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

#pager-header .pager-content {
    position: absolute;
    width: 100%;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}



