*{
    font-weight: 300;
}

a{
    color: black;
    text-decoration: none;
}

ul{
    padding: 0px;
    margin: 0px;
}

li{
    list-style: none;
}

.dropdown-menu{
    border: none;
    box-shadow: 0 16px 50px rgba(0, 0, 0, .07);
}

.dropdown-toggle::after{
    display: none;
}

.dropdown:hover .dropdown-menu{
    display: block;
}

.navbar .navbar-nav .nav-item{
    margin: 0px 10px;
}

.navbar .navbar-nav .nav-item a{
    font-weight: 300;
}

.navbar .navbar-nav .nav-item a:hover{
    color: #167b81;
}

.navbar .navbar-nav .nav-item .active{
    color: #167b81;
}

.navbar .search{
    position: relative;
    cursor: pointer;
}

.navbar .searchBox{
    position: absolute;
    right: 0px;
    min-width: 400px;
    background: white;
    padding: 10px;
    box-shadow: 0 16px 50px rgba(0,0,0,.07);
    border-radius: 10px;
    display: none;
}


.documents.dropdown{
    position: static;
}

.documents.dropdown:hover .dropdown-toggle{
    color: #167b81;
}

.documents .dropdown-menu{
    width: calc(100% - 0px);
    left: 0px;
    box-shadow: 0 16px 50px rgba(0,0,0,.07);
    border: none;
}

.documents.dropdown .dropdown-menu{
    padding: 30px;
}

.documents.dropdown h5{
    color: #167b81;
    font-size: 23px;
    margin-bottom: 0px;
}

.documents.dropdown ul li{
    margin-top: 15px;
}

.documents.dropdown ul li a{
    font-size: 14px;
    opacity: 0.7;
    padding-left: 15px;
    position: relative;
    display: inline-block;
}

.documents.dropdown ul li a::before{
    content: "\f105";
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    position: absolute;
    left: 0px;
    color: #167b81;
}

.color-green{
    color: #167b81 !important;
}

.color-yellow{
    color: #E1C68F !important;
}

.btn{
    padding: 10px 30px;
    font-weight: 300;
}

.bg-primary{
    background: #167b81 !important;
    color: white;
}

.btn-primary{
    background: #167b81 !important;
    border-color: #167b81 !important;
}

.heroSection{
    min-height: calc(100vh - 117px);
    display: flex;
    align-items: center;
}

.heroSection h1{
    font-size: 45px;
    font-weight: 300;
    margin-bottom: 30px;
}

.heroSection h1 span{
    font-weight: 700;
}

.heroSection p{
    margin-bottom: 30px;
    font-size: 25px;
}

.heroSection .wrapper{
    text-align: center;
    position: relative;
    width: 410px;
    margin: auto;
}

.heroSection .main{
    position: static;
}

.heroSection img{
    position: absolute;
}

.heroSection .one{
    left: 55px;
}

.heroSection .two{
    left: -60px;
    top: 100px;
}

.heroSection .three{
    top: 40px;
    left: 170px;
}

.heroSection .four{
    bottom: 100px;
}

.heroSection .five{
    bottom: 60px;
    right: 150px;
}

.heroSection .six{
    top: 80px;
    right: 0px;
}

.heroSection .seven{
    bottom: 111px;
    right: -10px;
}

.heroSection .eight{
    bottom: -30px;
    left: 100px;
}

.services{
    padding: 50px 0px;
}

.services .card{
    border: none;
    background: #f2f2f2;
    padding: 25px;
    padding-bottom: 0px;
    border-radius: 20px;
    transition: 0.3s;
}

.services .card:hover{
    background: #167b81;
    color: white;
}

.services .card h5{
    font-size: 25px;
    font-weight: 600;
}

.services .card p{
    min-height: 90px;
}

.whoWeAre{
    padding: 80px 0px;
}

.whoWeAre h2{
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 20px;
}

.visionMission{
    padding: 80px 0px;
}

.visionMission h2{
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 42px;
}

.techInside{
    padding-top: 50px;
    padding-bottom: 80px;
}

.techInside .title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom:40px;
}

.techInside .title h2{
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 10px;
}

.techInside .card{
    border-radius: 20px;
    overflow: hidden;
}

.techInside .card .card-body{
    padding: 25px;
}

.techInside .card h5{
    font-weight: 600;
    font-size: 23px;
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2;
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}

.techInside .card p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
            line-clamp: 2; 
    -webkit-box-orient: vertical;
}

.techInside .card a{
    color: #167b81;
    font-weight: 500;
}


footer{
    padding-top: 40px;
    border-top: 1px solid #ddd;
}

footer h6{
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

footer h6 i{
    margin-right: 10px;
    color: #167b81;
}

footer ul{
    text-align: right;
}

footer ul li{
    display: inline-block;
    margin-left: 20px;
}

footer ul li a{
    font-size: 25px;
    color: #8C8C8C;
}

footer .copyright{
    padding: 20px 0px;
    border-top: 1px solid #ddd;
    margin-top: 40px;
}

footer .copyright span{
    margin-left: 30px;
}

.blogDetails{
    padding: 50px 0px;
}

.blogDetails .blogImage{
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 30px;
}

.blogDetails .blogImage .mainImg{
    display: block;
    margin: auto;
}

.blogDetails .blogImage .bg{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: -1;
    filter: blur(100px);
    opacity: 0.5;
}

.blogDetails .blogMeta{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blogDetails .blogMeta .catagory{
    background: #177e8426;
    padding: 4px 15px;
    border-radius: 50px;
    color: #177e84;
    font-weight: 500;
}


.blogDetails .blogContent h2{
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 40px;
}


.serviceDetailsHero{
    background: linear-gradient(45deg, #FEF8D2, #D2EFFE);
    padding: 60px 0px;
}

.serviceDetailsHero h2{
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 20px;
}

.serviceDetailsHero p{
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 200;
}

.readMoreDetails{
    padding: 60px 0px;
}

.readMoreDetails h5{
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
}

.readMoreDetails p{
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 200;
    line-height: 1.8;
    text-align: center;
}

.technologiesWeUse{
    padding-top: 60px;
    padding-bottom: 100px;
}

.technologiesWeUse .title{
    margin-bottom: 30px;
    font-size: 40px;
}

.technologiesWeUse .nav-item .nav-link{
    font-size: 20px;
    color: black;
    font-weight: 400;
    padding: 10px 30px;
    border-radius: 0px;
}

.technologiesWeUse .nav-item .nav-link.active{
    background: transparent;
    color: #167b81;
    font-weight: 600;
    border-bottom: 2.5px solid #167b81;
}

.technologiesWeUse .icon-box{
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.technologiesWeUse h5{
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 16px;
}

.cloudInfra {
    padding: 80px 0px;
}
.cloudInfra h5 {
    font-size: 36px;
}
.cloudInfra .card {
    padding: 40px;
    display: block;
    height: 100%;
    border-radius: 20px;
}
.cloudInfra .card img {
    width: 155px;
    height: 94px;
    object-fit: contain;
    margin-bottom: 30px;
}
.cloudInfra .card h5 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.cloudInfra .card p {
    margin-bottom: 0px;
}

.theme-text {
    color: #197b82;
}

.remoteDesktopManagement {
    padding-top: 50px;
    background: #f7f7f7;
}
.remoteDesktopManagement h2 {
    font-size: 45px;
}

.remoteDesktopManagement img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.remoteDesktopManagement h5 {
    font-size: 25px;
}
.remoteDesktopManagement p {
    width: 84%;
}


.networkAndMonitoring {
    padding: 80px 0px;
}

.networkAndMonitoring h2 {
    font-size: 45px;
}
.networkAndMonitoring h5 {
    font-size: 23px;
}

.networkAndMonitoring h5 span{
    font-weight: bold;
}

.networkAndMonitoring img {
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
}

.text-yellow {
    color: #e3ca91;
}

.readMoreDetails .card {
    height: 100%;
}

.readMoreDetails .card h5{
    font-size: 22px;
    margin-bottom: 10px;
}

.readMoreDetails .card p{
    font-size: 16px;
}

.contactPage {
    padding-top: 40px;
    padding-bottom: 80px;
}

.contactPage .heading h1 {
    font-weight: bold;
    font-size: 55px;
    margin-bottom: 20px;
}
.contactPage .heading p {
    font-size: 18px;
}
.contactPage .wrapper {
    padding: 40px;
    background: #fff7e6;
    border: 1px solid #ece3cc;
    border-radius: 20px;
}
.contactPage .wrapper .singleContact {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
}

.contactPage .wrapper .singleContact i {
    width: 60px;
    height: 60px;
    min-width: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: #197B82;
    color: white;
    text-align: center;
    font-size: 20px;
}
.contactPage .wrapper .yourNote textarea {
    padding-right: 60px;
}
.contactPage .wrapper .yourNote {
    position: relative;
}
.contactPage .wrapper .yourNote #start-recognition {
    padding: 0px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    background: #ececec;
    right: 15px;
    top: 15px;
    color: #000000;
    font-size: 18px;
}
.contactPage .wrapper .yourNote #stop-recognition {
    padding: 0px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 18px;
}

.documentations{
    padding: 60px 0px;
}

.documentations h2{
    color: #167b81;
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 45px;
}

.certificateSection .card{
    border: none;
    background: #f2f2f2;
    padding: 25px;
    padding-bottom: 0px;
    border-radius: 20px;
    transition: 0.3s;
    height: 100%;
    justify-content: space-between;
}

.certificateSection .card a{
    position: relative;
}

.certificateSection .card h6{
    margin-bottom: 0px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    color: white;
}

.certificateSection .card:hover{
    background: #167b81;
    color: white;
}

.certificateSection .card:hover img{
    filter: brightness(0.4);
    transition: 0.3s;
}

.certificateSection .card:hover h6{
    opacity: 1;
}

.certificateSection .card img{
    height: 200px;
    width: 100%;
    object-fit: contain;
    background: black;
    border: 10px solid #e1c68f;
    border-bottom: none;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    transition: 0.3s;
}

.certificateSection .card p{
    font-weight: 600;
    font-size: 18px;
}


.empanelment .card{
    padding: 20px;
    border-radius:20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.empanelment .card img{
    height: 75px;
    width: 100%;
    object-fit: contain;
}

.empanelment .card p{
    font-weight: 600;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 0px;
    font-size: 16px;
}




.partners .card{
    padding: 20px;
    border-radius:20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners .card img{
    height: 75px;
    width: 100%;
    object-fit: contain;
}

.partners .card p{
    font-weight: 600;
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
}


.clientList .card{
    padding: 20px;
    border-radius:20px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 15px;
}

.clientList .card img{
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.clientList .card p{
    font-weight: 600;
    font-size: 18px;
}

.aiTechStack{
    padding-bottom: 100px;
    padding-top: 40px;
}

.aiTechStack .title{
    margin-bottom: 40px;
}

.aiTechStack .title img{
    width: 50px;
    margin-right: 10px;
}

.aiTechStack .card{
    padding: 20px;
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    gap: 25px;
}

.aiTechStack .card .main{
    width: 350px;
    max-width: 350px;
    min-width: 350px;
    border-radius: 15px;
}

.aiTechStack .card h3{
    margin-bottom: 10px;
    color: #167b81;
    font-weight: 600;
    font-size: 35px;
}
.aiTechStack .card h5{
    margin-bottom: 20px;
    font-weight: 300;
}


.aiTechStack .card h6{
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 20px;
}

.aiTechStack .card .verticle li{
    display: inline-block;
    margin-right: 25px;
}

.aiTechStack .card .verticle li:last-child{
    margin-right: 0px;
}

.aiTechStack .card .verticle li img{
    height: 35px;
}

.aiTechStack .card p b{
    font-weight: 600;
    font-size: 18px;
}

.aiTechStack .card .horizonal li{
    margin-top: 15px;
}

.aiTechStack .card .horizonal li i{
    color: #167b81;
}

.aiTechStack .card .horizonal li:first-child{
    margin-top: 0px;
}

.aiTechStack .card .horizonal li img{
    height: 30px;
}



@media only screen and (max-width: 600px) {
    .aiTechStack .card{
        flex-direction: column;
        gap: 15px;
    }
    .aiTechStack .card .main {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        border-radius: 15px;
        height: 200px;
        object-fit: contain;
        background: black;
    }
    .aiTechStack .card .verticle li{
        margin-bottom: 25px;
    }
    .aiTechStack .card h6{
        margin-bottom: 15px;
    }
}


@media only screen and (max-width: 600px) {
    
    .heroSection {
        min-height: unset;
        text-align: center;
    }
    .heroSection .wrapper{
        display: none;
    }
    .heroSection h1 {
        font-size: 40px;
    }

    .navbar .search{
        display: none;
    }
    .serviceDetailsHero h2{
        font-size: 40px;
        margin-top: 30px;
    }

    .readMoreDetails h5{
        font-size: 30px;
    }
    .readMoreDetails p {
        font-size: 16px;
    }

    .serviceDetailsHero{
        text-align: center;
    }

    .networkAndMonitoring h2 {
        font-size: 35px;
        margin-top: 20px;
    }

    .remoteDesktopManagement h2 {
        font-size: 40px;
    }

    .contactPage .wrapper {
        padding: 30px;
    }
    

}