body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    background-color: #fafafa;
    color: #000000;

}

.aboutbg {
    background-image: url(Images/bgimages/About-us.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 350px;
}

.abouthead {
    font-size: 42px;
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 45px;
    font-family: 'Kanit', sans-serif;
}

.navbar {
    box-shadow: 1px 1px 5px 1px #d6d6d6;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px;
    background-color: #ffffff;

}

.nav-item>a {
    color: #000000;
}

.nav-item>a:hover {
    color: #000000;
}

.dropdown-menu {
    margin-top: 0px;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 1px 1px 10px 1px #d6d6d6;
    height: auto;
    border: none;
}

.dropdown-menu>li {
    float: left;
}

.abouttext {
    padding: 45px 10px;
    font-size: 18px;
    text-align: justify;
}

.end-to-end-bg {
    padding: 65px 0px;
    background-image: url(Images/bgimages/Banner8.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    margin-top: 50px;
}

.end-to-end-img {
    text-align: center;
}

.end-to-end-head {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.end-to-end-para {
    font-size: 18px;
    text-align: justify;
}

.industry-vertical-bg {
    background-image: url(Images/bgimages/Industry-verticals.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 350px;
}

.accordian-head-text {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 25px;
}

.accordian-sub-text {
    text-align: center;
    font-size: 16px;
    padding-top: 15px;
}

.servicesbg {
    background-image: url(Images/bgimages/Services.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 350px;
}

.services-head {
    font-size: 22px;
    font-weight: bold;
    padding: 25px 0px;
}

.services-para {
    font-size: 18px;
    padding-bottom: 25px;
}

.services-bottom-para {
    padding: 65px 10px;
    font-size: 17.5px;
    text-align: center;
    background-color: #dddddd;

}

.accordion-button {
    padding: 25px 45px;
    font-weight: bold;
    font-size: 20px;
}

.homebg {
    background-image: url(Images/bgimages/Home.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 350px;
}

.home-img-para {
    border-radius: 15px;
}

.home-bullet-para {
    text-align: center;
    font-size: 18px;
    padding: 25px 0px 45px 0px;
}

.home-bullet-img {
    background-image: url(Images/bgimages/Utility-Network-Management.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.home-bullet-text {
    position: relative;
    overflow: hidden;
}

.img-text {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    top: 150px;
    bottom: 150px;
    left: 25px;
    right: 25px;
    position: absolute;

}

.home-bullet-text .img-text:hover {
    font-size: 22px;
}

.home-bullet-text img {
    transition: transform 1s;
    overflow: hidden;
}


.home-bullet-text:hover img {
    transform: scale(1.1);
    overflow: hidden;
}

.tech-bg {
    background-color: #dddddd;
    margin: 45px 0px 90px 0px;
    padding: 45px 0px;
    background-repeat: no-repeat;
}

.tech-head {
    font-size: 26px;
    text-align: center;
    padding-bottom: 25px;
    font-weight: bold;
}

.tech-para {
    text-align: center;
    font-size: 18px;
}

.layout-column {
    background-image: url(Images/Greybg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 25px 90px 65px;
    color: #ffffff;
    margin-top: -50px;
    margin-bottom: 40px;
    opacity: 0.9;
}

.layout-column>h2 {
    font-size: 40px;

}

.layout-column-text {
    font-size: 18px;
    padding: 50px 25px;
    color: #ffffff;
}

.newsbg {
    background-image: url(Images/bgimages/News.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 350px;
}

.newshead {
    font-size: 22px;
    padding: 45px 0px;
    font-weight: bold;
}

.newstext {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
}

.contactpadding
{
  padding: 25px;
  margin-top: 50px;
  box-shadow: 0px 0px 20px 0px #919192;
  border-radius: 10px;
}

.contact-address
{
  padding: 25px;
}

.certifications-head
{
    font-size: 26px;
    text-align: center;
    padding: 65px 0px 45px 0px;
    font-weight: bold;
}

.footer {
    background-color: #3a3d45;
    padding: 35px 10px;
}

.footer-head {
    color: #ffffff;
    font-weight: bold;
}

.footer-list>ul>li {
    color: #ffffff;
    line-height: 40px;
    font-size: 13px;
}

.footer-list>ul {

    padding-left: 15px;
}

.footer-address {
    color: #ffffff;
    font-size: 13px;
    padding-top: 25px;
}

.copyright {
    color: #ffffff;
    font-size: 11px;
}





@media (max-width: 576px) {

    .footer {
        background-color: #3a3d45;
        padding: 35px 10px;
    }
    .newstext {
        color: #000000;
        font-size: 16px;
        font-weight: bold;
        padding-top: 0px;
    }
    
}

@media (min-width: 576px) {
    
}