@font-face{
	font-family:myraid-pro-regular;
	src: url(../fonts/MyriadPro-Regular.otf);
	}
	@font-face {
    font-family: myraid-pro-bold;
    src: url(../fonts/MyriadPro-Bold.otf);
}

* {
    outline: 0px;
    outline-offset: 0px;
    transition: .5s ease;

}
.myraid-bold{
	font-family: myraid-pro-bold;
	}
.myraid-regular{
	font-family: myraid-pro-regular;}
h4{ font-size:20px !important;}
a:hover{
	
	text-decoration:none !important;
	}
p{font-size:16px !important;}
.brown{color:#a02100;}
.bg-white{ background: #fff;}
.logo{
	padding:7px 0;
	}

.navbar-inverse {
    background-color: #A02100 !important;
    border-color: #080808;
}
.navbar {min-height: 100px !important;
}
.navbar-nav {
    margin:0px !important;
}
.navbar-nav > li {
  
   margin-right: 40px;
}

.navbar-header{
	background:#881E03 !important;
	float:none !important;
	}
.form-field{
	height:50px !important;
	border: 2px solid #A02100 !important;
	border-radius:0px !important;
	margin:15px 0;
	}
.form-submit{
	color:#fff !important;
	background: #a02100 !important;
	font-weight: 600;
	margin-top: 30px !important;
	}
.text-area{
	
	border: 2px solid #A02100 !important;
	border-radius:0px !important;
	margin:15px 0;
	}
.red{
	color:#A02100;
	}
.p-30{
	padding: 30px !important;
	}
.pmt-services{
	background: url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
	color:#fff;
	
	}
.pmt-services h2 {
    margin: 0px !important;
}
.pmt-services p{
	margin-bottom: 20px;
	}
.ace{
	background:#F6F6FF;
	}
.contact-btn{
	color: #fff;
	background: #a02100;
	font-size: 19px;
	padding: 10px 35px;
	border-radius: 30px;
	margin-top:20px;
}
.contact-btn:hover{
        color:#fff !important;

}
.policy{
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding: 30px 0;
	}
.services-sec:hover{
	background:#F6F6FF;
	}
.border{
	border:1px solid #E1E1E1;
	}
.p-25{
	padding:25px;
	font-size:16px;
	text-transform:uppercase;
	}
.service-btn{
	color: #fff;
	background: #A02100;
	font-size: 35px;
	padding: 10px 25px;
	}
.service-btn:hover{
	color: #fff;
	text-decoration:none;
	}
.why-us{
	background: url(../images/contactbg.jpg);
	background-repeat: no-repeat;
	background-size: cover !important;
	background-position: center center;
}
.background-white{
	background: rgba(255,255,255,.9);
	padding:30px 0;
	}
.btn{
	background:#a02100;
	color:#fff;
	border-radius:30px !important;
	padding: 10px 32px !important;
	font-size: 18px !important;
	margin-top: -18px;
	}
.btn:hover{
        color:#fff !important;

}
.footer{
		background:#161616;
		}
footer{
	background:#881E04;
	color:#fff;
	}
.footer-cpy{ 
	padding:15px 0;
	}

.shadow-effect{
    box-shadow: 0px 10px 17px -9px rgba(0,0,0,0.5);
}


@media (min-width:992px) and (max-width:1900px){

.pmt-services h4{margin-top: -42px;}
.pmt-services{margin-top: -57px;}
.left{text-align:left !important;}
.right{ text-align:right !important;}
}
@media (min-height:320px) and (max-height:992px)
{
	.center{ text-align:center;}
}
@media (min-height:320px) and (max-height:768px){
.navbar-nav > li {
    float: none !important;
    margin-right: 40px;
}