@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900|Montserrat:400,700');
@font-face {
    font-family: 'montserratlight';
    src: url('../fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratsemibold';
    src: url('../fonts/montserrat-semibold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('../fonts/proxima-nova-bold-webfont.woff2') format('woff2'),
         url('../fonts/proxima-nova-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*=========
general css start
==========*/
*+html {
	margin:0px;
	padding:0px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, header, footer, section, nav {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0px;
	padding:0px;
}
img {
	border:0px;
	outline:none;
}
p {
	margin:0px;
	padding:0px 0px 15px 0px;
}
ul li, ol li {
	margin:0px;
	padding:0px;
	list-style:none;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.flclear {
	float:none;
	clear:both;
}
.spacer2 {
	height:2px;
}
.spacer5 {
	height:5px;
}
.spacer10 {
	height:10px;
}
.spacer15 {
	height:15px;
}
.spacer20 {
	height:20px;
}
.spacer30 {
	height:30px;
}
.spacer40 {
	height:40px;
}
.spacer70 {
	height:70px;
}
input[type="text"]:focus, textarea:focus { }
/*=============
general css END
============*/
body {
	background:#ffffff;
	width:100%;
	margin:0 auto;
	padding:0px;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	color:#5d5c5c;
	text-decoration:none;
}
a{color:#5d5c5c; text-decoration:none;}
a:hover{ color:#f8be0d; text-decoration:none; }
a:focus{ text-decoration:none; outline:none; outline-offset:0px;}
.imgwidth img{width:100%;}
.header
{
	background:#33322d;
	padding:10px 0px;
}
.sliderbg
{
	background:url(../images/slider-img.jpg) no-repeat top center;
	background-size:cover;
	padding:110px 0px;
	text-align:center;
}
.font42
{
	font-size:42px;
}
.textwhite
{
	color:#fff;
}
.textyellow
{
	color:#f8be0d;
}
.light
{
	font-family: 'montserratlight';
}
.semibold
{
	font-family: 'montserratsemibold';
}
.bold
{
	font-weight:700;
}
.footer
{
	background:#121212;
	padding:20px 0px;
	color:#ffffff;
	font-size:20px;
	font-family: 'montserratlight';
	text-align:center;	
}
.footer a
{
	color:#f8be0d;
}
.footer a:hover
{
	color:#fff;
}
.contentdiv
{
	padding:30px 0px;
}
.relative
{
	position:relative;
}
.marlr5
{
	margin:0px 5%;
}
.btngiveme
{
	background:#f8be0d;
	border-bottom:solid 14px #e3ad09;
	color:#fff;
	font-size:35px;
	padding:15px 0px 10px;
	text-align:center;
	margin-top:4.5%;
	transition: ease-in-out 0.3s;
}
.btngiveme:hover, .btngiveme:focus
{
	background:#121212;
	border-bottom:solid 14px #000;
	color:#fff;
}
.arrowdiv
{
	margin-top: -55px;
}
.font30mrid
{
	font-size:30px;
	font-family:Myriad Pro;
}
.font30
{
	font-size:30px;	
}
.quote
{
	position: absolute;
    right: 0px;
    top: -10px;
}
.linediv
{
	background: #bebebf;
    height: 1px;
    width: 90%;
    margin: 0 auto;
    position: absolute;
    bottom:55px;
    z-index: 0;
    left: 5%;
}
.proxima30
{
	font-family: 'proxima_nova_rgbold';
	font-size:30px;
	color:#9f9f9f;
}
.whitebg5
{
	padding: 20px 25px;
    background: #fff;
    position: relative;
    z-index: 1;
	
}
.limitopp
{
	background:#ededed;
	padding:14px 0px;
	font-size:28px;
	font-family: 'montserratlight';
	position: relative;
    z-index: 1;
}

.clock {
  /*position: relative;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  border: solid 5px #9b9b9b;
  left: 50%;
  margin-left: -25px;
  top: 50%;
  margin-top: -25px;*/
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    border: solid 5px #9b9b9b;
    left: 50%;
    
    margin-top: 7px;
    float: left;
    margin-left: -125px;
}
.clock .hours {
  position: absolute;
  width: 50px;
  height: 5px;
  top: 16.5px;
  -webkit-animation: you-spin-me-round-round-baby-right-round 5s linear 0s infinite;
  left: -4px;
}
.clock .hours:before {
  content: "";
  height: 5px;
  width: 16px;
  position: absolute;
  right: 11px;
  background:#9b9b9b;
  border-radius: 5px;
}
.clock .minutes {
  position: absolute;
  width: 50px;
  height: 5px;
  top: 16.5px;
  -webkit-animation: you-spin-me-round-round-baby-right-round 0.41s linear 0s infinite;
  left: -4px;
}
.clock .minutes:before {
  content: "";
  height: 5px;
  width: 22px;
  position: absolute;
  right: 5px;
  background: #9b9b9b;
  border-radius: 5px;
}

@-webkit-keyframes you-spin-me-round-round-baby-right-round {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.marl
{
	margin-left:60px;
}

.font25mrid {
    font-size: 25px;
    font-family: Myriad Pro;
	color:#5d5c5c;
}
.font32mrid {
    font-size: 32px;
    font-family: Myriad Pro;
	color:#5d5c5c;
}
.whiterage
{
	background: #fff;
    padding: 10px 20px;
    position: relative;
    z-index: 1;
    width: 70%;
    margin: 0 auto;
}
.linebg
{
	background: #6f6f70;
    height: 1px;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 10%;
    bottom: 33px;
    z-index: 0;
}
.contactform .form-group label {
    font-family: 'Lato', sans-serif;
    color: #2c3e50;
    text-transform: uppercase;
	margin-left:0px;
	margin-right:30px;
}
.contactform .form-control {
    height: 48px;
    border: solid 1px #d6dde2;
    box-shadow: none;
}
.contactform .checkbox-inline, .contactform .radio-inline
{
	font-size:20px;
	color:#868686;
	text-transform: capitalize!important;
}
.contactform .checkbox-inline+.checkbox-inline, .contactform .radio-inline+.radio-inline
{
	/*margin-left: 30px;*/
}
.contactform .checkbox input[type=checkbox], .contactform .checkbox-inline input[type=checkbox], .contactform .radio input[type=radio], .contactform .radio-inline input[type=radio]
{
	margin-left: -30px;
    margin-top: 8px;
    height: 20px;
    width: 20px;
}
.contactform .checkbox-inline, .contactform .radio-inline
{
	padding-left: 30px;
}

.btnblack
{
	background:#272727;	
	color:#fff;
	font-size:25px;
	padding:15px 15px;
	text-align:center;	
	transition: ease-in-out 0.3s;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
}
.btnblack:hover, .btnblack:focus, .btnblack.focus
{
	background:#000000;
	color:#fff;	
}
.progressdiv
{
	padding:15px;
	border-radius:4px;
	background:url(../images/progres-bar-bg.jpg) repeat-x top left;
}
.progressdiv .progress
{
	height:29px;
	border:1px solid #c0bcb9;	
	margin-bottom:0px;
}
.progressdiv .progress-bar
{
	font-size:21px;
	line-height:29px;
	text-align:right;
}
.progressdiv .progress-bar-success {
    background-color: #a0c142;
}


@media (max-width:992px) {
.quote{display:none;}	
}



@media (max-width:640px) {
.btngiveme
{
	font-size:28px;
}
.arrowdiv
{
	margin-top: -35px;
}
}
@media (max-width:480px) {

/**** custom style *****/
.i-want-container{
	padding-left: 10px;
	padding-right: 10px;
}

/********end **********/
.btngiveme
{
	font-size:20px;
}
.arrowdiv
{
	margin-top: -20px;
}
.clock
{
	display:none;
}
.marl
{
	margin-left:0px;
}
}
@media (max-width:360px) {
.btngiveme
{
	font-size:16px;
}
}
/* .error{background-color: #FF6600;border:#AA4502 1px solid;padding: 5px 10px;color: #FFFFFF;border-radius:4px;} */
.error{    
	padding: 5px 10px;
    color: grey;
    border-radius: 4px;
}
.success{background-color: #36b03e;border:#0FA015 1px solid;padding: 5px 10px;color: #FFFFFF;border-radius:4px;}
.info{font-size:.8em;color: #FF6600;letter-spacing:2px;padding-left:5px;}