* {
	border: 0px;
	outline: none !important;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0px;
	padding: 0px;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	list-style-type: none;
}
body, html {
	overflow-x: hidden;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	color: inherit;
}
a:hover, a:focus {
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	text-decoration: none;
	outline: none;
	color: #5c7b9b;
}
a:focus {
	outline: none;
}
textarea {
	resize: none;
}
img {
	max-width: 100%;
}
.blankSpace {
	flex: 1 1 auto;
}
.m-1, .m-2, .m-3, .m-4, .m-5 {
	margin-top: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.m-1 {
	margin-bottom: 10px !important;
}
.m-2 {
	margin-bottom: 20px !important;
}
.m-3 {
	margin-bottom: 30px !important;
}
.m-4 {
	margin-bottom: 50px !important;
}
.m-5 {
	margin-bottom: 70px !important;
}
.p-3 {
	padding: 30px 0 !important;
}
.p-4 {
	padding-right: 0 !important;
	padding-left: 0 !important;
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
.p-5 {
	padding: 80px 0 !important;
}
hr {
	margin-top: 20px;
	margin-bottom: 25px;
	border-top: 1px solid #ebebeb;
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
p {
}
.btn {
	font-size: 13px;
	min-width: inherit;
	padding-top: 8px;
	padding-right: 13px;
	padding-bottom: 8px;
	padding-left: 13px;
	line-height: normal;
}
.btn.btn-sm {
	font-size: 13px;
	min-width: inherit;
	padding-top: 8px;
	padding-right: 13px;
	padding-bottom: 8px;
	padding-left: 13px;
	line-height: normal;
}
.btn-primary {
	color: #fff;
	background-color: #5c7b9b;
	border-color: #5c7b9b;
}
.btn-primary:hover, .btn-primary:focus {
	color: #fff;
	background-color: #738FAC;
	border-color: #738FAC;
}
.btn-link {
}
.btn-link:hover, .btn-link:focus {
	text-decoration: underline;
}
.text-primary {
	color: #5c7b9b !important;
}
a.text-primary:hover, a.text-primary:focus {
	color: #5c7b9b !important;
	text-decoration: underline;
}
.text-none {
	text-transform: none;
}
.form-control {
	font-size: 14px;
	padding-top: 7.5px;
	padding-right: 13px;
	padding-bottom: 7.5px;
	padding-left: 13px;
	border: 1px solid #dddddd;
	height: auto;
	border-radius: 0;
	line-height: normal;
}
.form-control:focus {
	outline: none;
	box-shadow: none;
}

.container-fluid{
	padding:0px 110px;
}
.btn-red{
	background-color:#cf2015 !important;
}
.text-red, .text-danger{
	color:#cf2015 !important;
}
.btn-black{
	background-color:#000 !important;
}
.btn-black:hover, .btn-black.active{
	background-color:#cf2015 !important;
}
.bg-primary{
	background-color: #000 !important;
	border: none;
}
.bg-primary:hover, .bg-primary.active{
	background-color: #cf2015 !important;
}
.text-primary{
	color: #fff !important;
}
h1{
	font-size:45px;
	font-family: "CircularStdBold";
	color:#020202;
}
h3{
	font-size:26px;
	color:#000;
	font-family: "CircularStdBold";
}
p{
	font-size:20px;
	font-family: 'CircularStdBook';
	padding-bottom: 10px;
}
::-webkit-input-placeholder { /* Edge */
	color: #000 !important;
  }
    :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #000 !important;
  }
    ::placeholder {
	color: #000 !important;
  }
  select {
	appearance: none;
    	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: url(../img/dropdown.png);
	background-position: right center;
	background-repeat: no-repeat;
}
.table-responsive {
    padding-bottom: 30px;
}
.right-lebel{
	padding-right:15px;
}





