.image-about 
{
	width: 100%;
    margin-top: 70px;
}
.upper-box h5 a {
    font-family: 'Montserrat';
    font-size: 19px;
    font-weight: 700;
}
.clients-icon {
    margin-bottom: 30px;
    border: 1px solid white;
    padding: 5px 9px;
    transition: 0.5s;
}
.clients-icon  img:hover {
    transform: rotate(45deg);
    transition: 0.5s;
}
.clients-icon img{
    transition: 0.5s;
}

.form-group h3 {
    color: white;
    font-size: 18px;
    font-family: 'Montserrat';
}
.contact-info ul li a {
    color: white !important;
    font-family: 'Montserrat';
    font-size: 18px !important;
}
.lower-content h5 a {
    color: white !important;
    font-family: 'Montserrat';
    font-size: 18px;
}
.lower-content {
    background: red;
    padding: 9px 0px !important;
}
.sms-banner {
    background-image: url(../../assets/images/banner1.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-color: #0000004f;
}
.abt-page
{
    position: relative;
    color: #555555;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.9em;
    margin-top: 15px;
    margin-bottom: 22px;
    font-family: 'Montserrat', sans-serif;
}
.space 
{
    padding: 100px 0px;
}
.table-main tr td {
    font-size: 17px;
    text-transform: capitalize;
}
.table-main tr td a {
    color: black;
    background: #ffc107;
    padding: 10px 10px;
    border-radius: 4px;
    transition: 0.5s;
}
.table-main tr td a:hover {
    background: red;
    transition: 0.5s;
}
.table-main tr td a:hover {
    color: white;
    transition: 0.5s;
}
.table-main .thead-dark th {
    background: red;
    border-bottom: 0px;
}
.logo a img {
    width: 100%;
    margin-top: 30px;
}

.gallery-page {
    margin-bottom: 20px;
    border: 4px solid #d2ae36;
}

.gallery-bg {
    background-image: url(../../assets/images/gallery-bg.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-color: #d2ae36;
}

.service-content p 
{
    color: #555555;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.9em;
    margin-top: 15px;
    margin-bottom: 22px;
    font-family: 'Montserrat', sans-serif;
}
.button-read a {
    background: black;
    color: white;
    padding: 15px 20px;
    font-size: 17px;
    float: right;
}






































































































@media (max-width: 768px)
{
	.image-about 
	{
		width: 100%;
	    margin-top: 0px;
	}
}