a { text-decoration: none; }
.head {color: #051242; font-weight: bold;}
.head a {text-decoration: none; color: #051242; font-weight: bold;}
.footer { background-color: #051242; color: #fff; font-weight: bold;}
.footer a { color: #e6335a; text-decoration: none;}
.footer a:hover { color: #7a7e9a; }
.error { color: #d00; font-weight: bold; text-align: center; }
.success { color: #070; font-weight: bold; text-align: center; }
.cart {height: 30px;}
.gcColor {color: #051242}
.cursor-pointer {cursor: pointer;}
.bLogo {max-height: 20px}
.basket {height: 30px; padding: 2px; cursor: pointer}
.prodqty {width: 50px;}
.myAlert { top: 50%; left: 50%; max-width: 100%; max-height: 100%; transform: translate(-50%, -50%); z-index: 99999; }

.single-service { height: 230px; }
.single-service .service-img { margin-bottom: 20px; }
.single-service .service-img img { width: 60px; }
.single-service .service-content a {text-decoration: none; color: #051242; font-weight: bold; }

.company-img { position: relative; z-index: 1; }
.company-img::before { position: absolute; content: ""; width: 350px; height: 100px; background: #e6335a; z-index: -1; left: -30px; top: -30px; border-radius: 4px; }
.company-img::after { position: absolute; content: ""; width: 350px; height: 100px; background: #051242; z-index: -1; right: -30px; bottom: -30px; border-radius: 4px; }

