.bg-light-blue {
    background-color: #00a0e3;
}

.bg-light2-gray {
    background-color: #e3e3e3;
}
.border-1px-lightgrey {
    border: 1px solid #c4c4c4;
}
.bg-light-blueFooter {
    background-color: #e1e1e1;
}
.color-light-White {
    color: #d2d2d2;
}
.bg-dark-blue {
   background: #2b244c;
}
.color-dark-Blue {
    color: #2b244c !important;
}
hr {
    margin: 5px 0px 15px;
}


/* ************Scroll bar************ */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }


.btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 6px;
    font-size: 12px;
}

.footer-social-div {
    padding: 5px;
    border: 2px solid;
    border-radius: 50%;
}
.footer-social-icon {
    width: 20px;
    height: 20px;
}


.InterLink {
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
    width: 180px;
    height: 180px;
}

.InterLink img {
    width: 100%; 
    height: 100%;
    transition: transform 0.3s ease; /* Smooth zoom effect */
    object-fit: cover; 
    border-radius: 50%;
}

.InterLink:hover img {
    transform: scale(1.2); /* Zooms in on hover */
}


/********************  Display *************************/
.displayCo {
    display: block;
}

@media(max-width:1025px) {
    .displayCo {
        display: none;
    }
}

.displayIp {
    display: none;
}

@media(max-width:1025px) {
    .displayIp {
        display: block;
    }
}

.displayCoMo {
    display: block;
}

@media(max-width:769px) {
    .displayCoMo {
        display: none;
    }
}

@media(max-width:740px) {
    .displayCoMo {
        display: block;
    }
}

.displayIonly {
    display: none;
}

.displayHP {
    display: None;
}

@media(max-width:1025px) {
    .displayIonly {
        display: block;
    }
}

@media(max-width:740px) {
    .displayIonly {
        display: none;
    }
}

@media screen and (min-width: 1360px) and (max-width: 1380px) {
    .displayHP {
        display: block;
    }
}

.displayCoI {
    display: block;
}

@media(max-width:700px) {
    .displayCoI {
        display: none !important;
    }
}

.displayMOnly {
    display: none;
}

@media(max-width:700px) {
    .displayMOnly {
        display: block;
    }
    header a.logo img {
        max-height: 30px;
    }
}

.rightBottom {
    position: fixed;
    right: 25px;
    bottom: 90px;
    z-index: 99999;
}
.width50px {
    width: 50px
}
.width250px {
    max-width: 350px
}
.disnone {
    display: none;
}
.bgGrey {
    background: #f7f7f7;
}
    .bgGrey:hover {
        background: #d9251c;
    }
