.nav-center {
    padding-top: 10px;
    padding-bottom: 10px;
}

.color-area {
    background-color: #fcf3f6;
}

.project-area {
    background: #ffffff;
}

.img-project {
    width: 100%;
    height: auto;
}

.project-topic {
    font-size: 23px;
    font-weight: 600;
}

.project-mobile-version {
    display: none;
}

@media (min-width: 598px) {
    .project-mobile-version {
        display: none;
    }
}

@media (max-width: 599px) {
    .project-web-version {
        /* display: none; */
    }
}

/* -----------------home page css-------------- */

@media (max-width: 1144px) {
    .owl-nav {
        display: none;
    }
}

/* -----------------end home page css-------------- */

/* ------------about page css-------------- */

.technology-logo {
    padding: 30px;
    width: 100%;
    height: auto;
}

/*start gallery section */


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}

/* end gallery section   */


/* ----------end about page css------- */
/* ----------team page css------- */
@media (min-width: 1025px) {
    .advisors {
        margin: auto;
        width: 50%;
    }

    .team-img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 162px;
        height: 162px;
    }
}

@media (max-width: 1025px) {
    .team-img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 142px;
        height: 142px;
    }
}

.team-topic {
    padding-top: 10px;
    font-weight: bold;
}

.secondary-text {
    margin-bottom: 0px;
}

.sm-text {
    font-size: 12px;
    color: #626262;
}

/* ----------end team page css------- */
/* ------------footer css-------------- */
.footer-topic {
    color: #fff;
    font-weight: bold;
}

.footer-p {
    color: #999;
    cursor: pointer;
}

.footer-p:hover {
    color: #c8376c;
    cursor: pointer;
}

.border-top {
    border-top: 1px solid rgb(101, 101, 101) !important
}


.footer-social-icon {
    fill: #999;
    width: 25px;
    height: 25px;
}

.footer-social-icon:hover {
    fill: #c8376c;
}

.footer-logo {
    width: 95px;
    height: 80px;
}

.partner-logo {
    width: 200px;
    height: 75px;
}

/* ------------end footer css-------------- */

/* ---------------reach us page css ------------- */
.company-map {
    border: 0;
    height: 300px;
    width: 100%;
}

.company-map-hide {
    display: none;
}

/* ---------------end reach us page css ------------- */

.description {
    text-align: justify;
}

.management {
    background-color: #fcf3f6;
}

p1 {
    color: black;
}

.accordion-title {
    background-color: #fcf3f6;
}

.firstpg {
    background-color: white;
}

.wb {
    width: fit-content;
}

@media only screen and (min-width: 760px) {
    .job {
        height: 300px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
}

.clientlogo {
    width: 100px;
}

.clientlogovivakam{
    width: 150px;
}

.clientlogocmc {
    width: 200px;
}

.clientlogosqr {
    width: 50px;
}

point {
    font-size: 12px;
    color: #3b3b3b;
}

dot{
color: black;
}

p {
    text-align: justify;
    color: #3b3b3b;
}

p2 {
    /* color: #3b3b3b; */
}

p5{
   color: black;
  font-weight: 500;
}

@media only screen and (min-width: 1000px) {
    .web {
        display: flex; 
        align-items: center;
    }
}

@media only screen and (max-width: 1025px) {
    .advisors {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .accordion-item .accordion-content {
       padding: 5px;
    }
}