.pagebg {
    background-size:  cover;
    background-position:  center;
    position: relative;
}
.pagebg::before {
    content:  "";
    position:  absolute;
    background: rgba(0, 0, 0, 0.5);
    width:  100%;
    height:  100%;
    top:  0;
    left:  0;
}
.pagebg p {
    text-align: center;
    position: relative;
    font-size: 65px;
    padding: 10rem 0rem;
    color: #fff;
    line-height: 75px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 2px 20px #000;
    letter-spacing: 1px;
	margin-bottom: 0;
}
.mainheading {
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    color: #0c1321;
    font-weight: bold !important;
	margin:0px !important;
}
.mainheading:before {
    content: "";
    position: relative;
    background: #0c1321;
    width: 70px;
    height: 4px;
    top: -8px;
    border-right: 15px solid #f69323;
    margin-right: 15px;
    display: inline-block;
}
.mainheading:after {
    content: "";
    position: relative;
    background: #0c1321;
    width: 70px;
    height: 4px;
    top: -8px;
    border-left: 15px solid #f69323;
    display: inline-block;
    margin-left: 15px;
}
.inpages p {
    color: #333;
    padding-left: 0px !important;
    font-size: 16px;
    line-height: 28px;
}
.inpages {
    padding: 20px 100px 50px;
}
.inpages img {
    border: 8px solid #e5e5e5;
}
.servbox {
    box-shadow: 0 20px 20px -20px #ddd;
    border: 1px solid #e5e5e5;
    padding: 30px;
}
.servbox h3 {
    color: #0c1321;
    border-bottom: 1px solid #fbca93;
    padding-bottom: 5px;
}
.locmap iframe {
    border: 1px solid #e5e5e5 !important;
    padding: 2px;
	width: 100% !important;
}
.wpcf7 {
    width:  100%;
    float:  left;
}
.wpcf7 label {
   width: 48.5%;
    float: left;
    margin: 0 0.75%;
    margin-bottom: 15px;
    position: relative;
    z-index: 9;
	font-size: 16px;
}
.fullwidth {
    width: 98.5% !important;
}
.wpcf7 input {
    border: 1px solid #ccc;
    padding: 10px 10px;
    width: 100%;
    border-radius: 0;
	font-weight: 500;
}
.wpcf7 select {
    border: 1px solid #ccc;
    padding: 12px 10px;
	height: auto;
    width: 100%;
    border-radius: 0;
	font-weight: 500;
}
.wpcf7 textarea {
    border: 1px solid #ccc;
    padding: 10px 10px;
    width: 100%;
    border-radius: 0px;
    height: 140px;
	font-weight: 500;
}
.wpcf7 input:focus {
    border: 1px solid #f69323;
    box-shadow: none;
    outline: none;
}
.wpcf7 textarea:focus {
    border: 1px solid #f69323;
    box-shadow: none;
    outline: none;
}
.wpcf7 input::placeholder{
	font-weight: 400;
}
.wpcf7 textarea::placeholder{
	font-weight: 400;
}
.wpcf7-submit {
    width:  30% !important;
    background: #0c1321;
    color:  #fff;
    border:  none !important;
    padding:  10px 0 !important;
    font-size: 18px;
    letter-spacing:  5px;
    font-weight: 300;
    cursor:  pointer;
    transition:  all ease-in-out 0.5s;
	margin-left: 8px;
}
.wpcf7-submit:hover {
    background:  #222;
}
.contbox p strong {
    font-weight: 600;
    text-transform: uppercase;
    color: #0c1321;
    font-size: 17px;
    margin: 12px 0px;
    display: inline-block;
    border-bottom: 1px solid #ee6013;
}
.branchlist ul li {
    display: inline-block;
    background: #e57e0a;
    text-align: center;
    color: #fff;
    margin: 10px;
    padding: 10px 10px;
    border-radius: 10px;
    font-weight: 700;
    text-shadow: 0 1px 5px #444;
    width: 14%;
}
.branchlist ul {
    text-align: center;
}
.page_about .section_header em {
    font-size: 20px;
    position: absolute;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: -40px;
    color: #f38a13;
}
.enqform .wpcf7 {
    background: #f69323;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0 30px 30px -30px #aaa;
}
.enqform .wpcf7 input{
	background: #fff;
}
.enqform .wpcf7 select{
	background: #fff;
}
.enqform .wpcf7 textarea{
	background: #fff;
}
.enqform .wpcf7 .wpcf7-submit{
	background: #111;
	margin: 0 auto;
	display: block;
	padding: 16px 10px !important;
}
.watsapp-callbtn {
    position: fixed;
    z-index: 999;
    bottom: 18px;
    left: 20px;
}
.watsapp-callbtn a {
    color: #fff;
    background: #ff8d00;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    display: block;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.5);
	margin-top: 10px;
}
.whatsapp {
    background: #5fcd38 !important;
    font-size: 30px !important;
}
.watsapp-callbtn a:hover{
    color: #fff;
}
/*************************************RESPONSIVE CSS*************************************/
@media only screen and (max-width: 600px) {
  .pagebg p {
    font-size: 35px;
    padding: 4rem 0rem;
	  line-height: 40px; 
	}
	.inpages {
    padding: 20px 25px 50px;
}
	.mainheading {
		font-size: 27px; 
	}
	.mainheading::after, .mainheading::before{
		display: none;
	}
	.wpcf7-submit {
		width: 75% !important; 
	}
	.enqform .wpcf7 {
    background: #f69323;
    padding: 5px 0px;
    border-radius: 15px;
    box-shadow: 0 30px 30px -30px #aaa;
}
	.recaptcha {
    top: 50px !important;
}
	.locmap iframe{
		margin-top: 30px;
	}
}