.dip_newdiv {
    width:20%;
    margin-left:15px;    
}

.dip_newdiv1 {
    margin-right:15px;
    margin-top: -100px;
    float:right;
    padding-top:10px;
}

blink {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {  
    50% { opacity: 0; }
}

.dipname .img-responsive {
    margin: 0 auto;
}

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

.topmessageinfo {
    background-color:brown;
    padding:10px;
    border-radius:12px;
    text-align: center;
}

.topmessageinfo h2 {
    color: #fff;
    font-size: 20px;
}

.topmessageinfo p {
    color: #fff;
    font-size: 16px;
}
                        
.servicenews {
    padding-top:10px;
}

.services {
}

.services h2 {
    background-color:#3915c9;
    padding:10px;
    border-radius:12px;
    color: #fff;
    font-size: 36px;
}

.services h1 {
    background-color:#3915c9;
    padding:10px;
    border-radius:12px;
    color: #fff;
    font-size: 36px;
    text-align:center;
}

.servicesdetails h1 {
    background-color:#3915c9;
    padding:10px;
    border-radius:12px;
    color: #fff;
    font-size: 36px;
    text-align:center;
}

.servicesname {
    background-color: #fff;
    padding: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
    border-radius: 24px;
}

.services p {
    color: #000000;
    font-size: 16px;
    text-align: justify;
    font-weight: 600;
}

.services a:hover {
    text-decoration: none;
}

.servicesmessage {
    background-color:red;
    padding:10px;
    border-radius:12px;
}
.servicesmessage p {
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.services h3 {
    font-size: 2em;
    background-color: #156531;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
}
                
.gettouch {
    font-family:sans-serif;
    color:#fff;
}

.gettouch h2 {
    text-align: center;
    font-size: 25px;
}

.gettouch p {
    color: #fff;
}

.footer p {
    font-size: 16px;
}

.footer a:hover {
    text-decoration: none;
}

.address p {
    text-align: justify;
    font-size: 16px;
}

p.blogsdivfooterlinks {
    line-height: 12px;
}

p.sociallinks {
    text-align: center;
}

.address a:link {
    text-decoration: none;
}

h2.media-heading {
    text-align: left;
    font-size: 2em;
    color: #282828;
}

.media-body p {
    text-align: justify;
    font-family: system-ui;
}

#postimg {
    float: left;    
    margin: 0 15px 0 0;
}