/**
* Theme Name: Digicop Child
* Description: This is a child theme of Digicop.
* Author: <a href="https://designervily.com/">Designervily</a>
* Template: digicop
* Version: 1.0
*/


.headercss{
	background-color:black;
	text-align:right;
	color:white;
	font-size:20px;
}
.enquiry {
    font-family: rubik,Sans-serif;
    font-weight: 500;
/*     text-transform: uppercase; */
	text-transform: capitalize;
    letter-spacing: .1rem;
/*     background-color: var( --e-global-color-410fd79 ); */
	font-size: 18px;
}
.phone {
	margin-right:20px;
}
.phone a {
	color:white;
}
.enquiry-button {
    display: inline-block;
    line-height: 1;
	background-color: #b31f1f;
    font-size: 15px;
    padding: 6px 12px;
	margin-bottom:3px;
    border-radius: 3px;
	border:1px solid #b31f1f;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;
}
.enquiry-button a {
	color:white;
}
.enquiry-button a:hover {
  color: white;
}
.enquiry-button:hover {
	background-color: black;
	border:1px solid white;
}
.container.mobile_section { padding-right: 40px; }

@media(max-width:767px){
	.container.mobile_section { text-align: center; padding-right: 0px;}
}