html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, q, s, small, strong, b, u, i, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, footer, header, menu, nav, section, time, audio, video, button, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: 'Inter', sans-serif;
	font-weight: normal;
	vertical-align: baseline;
	text-decoration: none;
	line-height: 1.2
}
body{
	padding:0 3em 3em 3em;
	}
a {
	display: inline-block;
	text-decoration: none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfloat {
	zoom: 1;
}
.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	overflow: hidden;
	height: 0;
}
.spill {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.multiSpill {
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	/* -webkit-line-clamp:3;*/
	overflow: hidden;
}
input {
	-webkit-appearance: none;
	-moz-appearance: none;
}
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
}
input:focus {
	outline: none !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
select:focus {
	outline: none !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
textarea:focus {
	outline: none !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
button:focus {
	outline: none !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
button {
	cursor: pointer;
}
select {
	cursor: pointer;
}
input type:checkbox {
 cursor:pointer;
}
input type:radiobox {
 cursor:pointer;
}
a:hover, a:focus, a:visited {
	text-decoration: none;
}
/*    font-family: 'Oswald', sans-serif;

    font-family: 'Raleway', sans-serif;

    font-family: 'Roboto', sans-serif;*/
.container-2 {
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
	right: 0;
}
.container-2 input#search {
	width: 36px;
	height: 36px;
	background: #ffbd00;
	border: none;
	font-size: 10pt;
	float: right;
	color: #262626;
	padding-left: 35px;
	color: #fff;
	cursor: pointer !important;
	-webkit-transition: width .55s ease;
	-moz-transition: width .55s ease;
	-ms-transition: width .55s ease;
	-o-transition: width .55s ease;
	transition: width .55s ease;
}
 .container-2 input#search::-webkit-input-placeholder {
 color: #65737e;
}
 .container-2 input#search:-moz-placeholder { /* Firefox 18- */
 color: #65737e;
}
 .container-2 input#search::-moz-placeholder {  /* Firefox 19+ */
 color: #65737e;
}
 .container-2 input#search:-ms-input-placeholder {
 color: #65737e;
}
.container-2 .icon {
	position: absolute;
	right: 9px;
	margin-left: 17px;
	margin-top: 10px;
	z-index: 1;
	color: #4f5b66;
	background: url(../images/serchicon.png) no-repeat;
	width: 19px;
	height: 19px;
	z-index: 99;
}
.container-2 input#search:focus, .container-2 input#search:active {
	outline: none;
	width: 300px;
}
.container-2:hover input#search {
	width: 300px;
}
.container-2:hover .icon {
	color: #93a2ad;
}
.morebutfaa .btn {
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	overflow: hidden;
	padding: 20px 73px 20px 27px;
	position: relative;
	text-decoration: none;
	line-height: 1;
	background: #626f85;
	font-size: 16px;
}
.morebutfaa .btn .btn-content {
	font-size: 1em;
	line-height: 1.2;
	padding: 0 26px;
	position: relative;
	right: 0;
	transition: right 300ms ease;
	display: block;
	text-align: left;
}
.morebutfaa .btn .icon {
	position: absolute;
	right: 2px;
	text-align: center;
	top: 42%;
	transition: all 300ms ease;
	transform: translateY(-50%);
	width: 58px;
	height: 70%;
}
.morebutfaa .btn .icon i {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.morebutfaa .btn:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #009CD0;
	opacity: 0;
	transition: opacity 300ms ease;
}
.morebutfaa .btn:hover .btn-content {
	right: 100%;
}
.morebutfaa .btn:hover .icon {
	border-left: 0;
	font-size: 1.8em;
	width: 100%;
}
.morebutfaa .btn:hover:after {
	opacity: .2;
}
.morebutfaa .btn.btn-alt-color {
	border-color: salmon;
	color: salmon;
}
.morebutfaa .btn.btn-alt-color .icon {
	border-left-color: salmon;
}
.morebutfaa .btn.btn-alt-color:after {
	background-color: salmon;
}
 @media (max-width: 767px) {
.morebutfaa .btn {
    display: table;
    margin: 0 auto;
}
}

.fadeIn-bottom {
	top: 80%;
}
.fadeIn-top {
	top: 20%;
}
.fadeIn-left {
	left: 20%;
}
.fadeIn-right {
	left: 80%;
}
.topHeader {
	width: 100%;
	background: #fff;
	padding: 10px 0;
	border-bottom: 1px solid #f9f9f9;
}
slide {
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center center;
}
.one {
	background-color: #000;
	background-image: url(../images/banner_img.jpg);
	background-repeat: no-repeat;
	background-size: contain;
}

.bb-slider {
	width: 100%;
	height: 750px;
	position: relative;
	overflow: hidden;
}
.slider_text {
	position: absolute;
	top: 50%;
	left: 39%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9999;
	width: 40%;
}
.slider_text h2 {
	font-size: 3.5rem;
	color: #fff;
}
.slider_text h2 span {
	color: #fff;
}
.slider_text h4 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	padding-bottom: 20px;
}
.slider_text p {
	color: #fff;
}

/*.bb-slider:after{
	background:url(../images/slider_before.png) no-repeat;
	position:absolute;
	width:25%;
	height:100%;
	content:"";
	z-index:99;
	opacity:1 !important;
	}*/

.bb-slide {
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	transition: opacity 600ms ease-in;
}
.bb-slide.bb-active {
	opacity: 0.75;
}
.bb-dots {
	position: absolute;
	bottom: 5%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.bb-dot {
	display: inline-block;
	width: 30px;
	height: 3px;
	background: #fff;
	opacity: 0.5;
	cursor: pointer;
}
.bb-dot.bb-active {
	opacity: 1;
	cursor: default;
	background: #00a84f;
}
.bb-dot:not(:last-child) {
	margin-right: 4px;
}
@media (max-width: 500px) {
.one {
	background-size: 130%;
	background-color:#fff;
}
}