

.topHeadUl{
    display: flex;
    justify-content: space-between;
}
#topHead{background-color: #1a2d57;}
#topHead ul{
    gap: 10px;
}
#topHead a{color: white;}
@media (min-width: 768px) {
.logoA{
    width: 22%;
}
}

@media (max-width: 768px) {
    .logoA{
        width: 50%;
    }
    }


header{
    position: sticky;
    top: 0;
    width: 100%;
    background-color: white;
    z-index: 10;
}
#homeAbout{
    height: 88vh;
    width: 100%;
    overflow: hidden;
}
/* #homeStr{
    margin-top: -120px;
} */
#slider .carousel-item{
    height: 100vh;
    width: 100%;
}
#slider .carousel-item .backImg{
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.carousel-caption{
    text-align: left;
}

footer{
    background-color: #191828;
}

h2{
    color: 191828;
}
.bgColor1{background-color: #f2f2f2;}
.bgColor2{background-color: #38b6ff;}
.numBox{text-align: center;}
.btn-warning {
    color: #ffffff;
    background-color: #38b6ff;
    border-color: #38b6ff;
}

.nav-pills button{text-align: left;}

footer h5{
    color: white;
}

footer :where(p,a,li){
    color: #ffffffab;
}
a{text-decoration: none;}
/* .cardStar{text-align: center;} */
.justify-content-center{justify-content: center;}





.pageTitleContent{
    position: absolute;
    top: 34%;
    width: 100%;
    color: white;
    text-align: center;
}
#whSec{
    background-image: url(../images/back/Small-BG.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.content-6{    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;}

    #contact a{color: black;}
    #contact p{margin: 0;}

.aboutBack{
    color: white;
}
.aboutBackColor{ 
    background: linear-gradient(271deg, rgb(0 137 217 / 0%) 0%, rgb(2 80 125 / 99%) 43%, rgb(26 45 87) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.aboutBackImg{
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    right: 0;
}
.aboutBackImg img{
    width: 100%;height: 100%;object-fit: cover;
    object-position: right;
}
.aboutSlide{
    position: absolute;
    width: 100%;
    height: 100%;
}
#homeAbout{
    position: relative;
}

.navbar-nav{
    text-transform: uppercase;
}


/* .tab-content{text-align: center;} */
.text-justify{text-align: justify;}
.row-reverse{flex-direction: row-reverse;}


.justify-content-center{justify-content: center;}

#phoneFooter{
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2;
}
#phoneFooter ul li{    width: 100%;
    background-color: #38b6ff;
    padding: 6px;
    border-radius: 50px;
    text-align: center;
    margin: 9px 12px;}
    #phoneFooter ul li a{color: white;}

.navbar-toggler{font-size: 30px;}
.btn-warning:hover {
    color: #ffffff;
    background-color: #1a2d57;
    border-color: #38b6ff;
}
@media (min-width: 768px) {
    .navbar-nav{gap: 30px;}
    #phoneFooter{display: none;}
}

