
p{
    font-size: 14px !important;
}
.contact .info {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 15px;
    padding: 30px;
    background: rgb(255, 255, 255);
}

.contact .php-email-form {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 24px 0px;
    padding: 30px;
    background: rgb(255, 255, 255);
}

.contact .php-email-form button[type="submit"] {
    color: rgb(255, 255, 255);
    background: rgb(160, 143, 192);
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    padding: 10px 30px;
    transition: all 0.4s ease 0s;
    border-radius: 50px;
}

.contact .info i {
    font-size: 20px;
    color: rgb(255, 255, 255);
    float: left;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(160, 143, 192);
    border-radius: 50px;
    transition: all 0.3s ease-in-out 0s;
}

.icon-box{
    height: auto;
    width: 100%;
    display: inline-block;
}
.services .icon-box {
    text-align: center;
    padding: 40px 20px;
    transition: all 0.3s ease-in-out 0s;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.services .icon-box:hover{
    transform: translateY(-20px);
}

.services .icon-box .icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: grey;
    margin: 0px auto 20px;
    border-radius: 100px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(160, 143, 192);
    border-image: initial;
    transition: all 0.3s ease-in-out 0s;
}

.services .icon-box .icon:hover{
    background-color: rgb(160, 143, 192);
    color: white;
}

.services .icon-box h4 a {
    color: rgb(54, 52, 58);
    transition: all 0.3s ease-in-out 0s;
    text-decoration: none;
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    bottom: 0px;
    left: 0px;
    background: skyblue;
}

/* #footer .footer-top .footer-links {
    margin-bottom: 30px;
} */
.whatsapp-section {
    position: fixed;
    right: 20px;
    z-index: 999999999;
    bottom: 24px;
}
.page-header {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(https://www.newitpartners.com/files/2010/09/Manufacturing-Technology-500x175.jpg) center center no-repeat;
    background-size: cover;
}

:root {
    --main-color: #ecf0f1;
    --point-color: #555;
    --size: 5px;
  }
  
  .loader {
    background-color: var(--main-color);
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0; left: 0;
    display: flex;
    align-items: center;
    align-content: center; 
    justify-content: center;  
    z-index: 100000;
  }
  

  
  @keyframes preloader {
    100% { transform: scale(3); }
  }

