/*
	Theme Name: Blair Electra Web
	Description: Custom Theme For Blair Electra Web
	Version: 1.0.0
	Author: Developer
*/
@font-face {
	font-family: 'Roboto';
	src: url('assets/fonts/Roboto-Regular.woff2') format('woff2'),
	url('assets/fonts/Roboto-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	src: url('assets/fonts/Roboto-Medium.woff2') format('woff2'),
	url('assets/fonts/Roboto-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	src: url('assets/fonts/Roboto-SemiBold.woff2') format('woff2'),
	url('assets/fonts/Roboto-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	src: url('assets/fonts/Roboto-Bold.woff2') format('woff2'),
	url('assets/fonts/Roboto-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	src: url('assets/fonts/Roboto-Black.woff2') format('woff2'),
	url('assets/fonts/Roboto-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
html{
	font-size: 10px;
}
body{
	font-family: 'Roboto', sans-serif;
	font-size: 1.6rem;
	font-weight: normal;
	color: #494949;
	margin: 0;
	min-width: 320px;
	padding: 20.4rem 0 0;
	position: relative;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img{
	display: inline-block;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
iframe{
	border: none;
	max-width: 100%;
}
table,
th,
td{
	border-collapse: collapse;
}
a,
.button,
label,
button,
input[type="submit"]{
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
	outline: none!important;
}
a{
	color: #335d8a;
	text-decoration: underline;
}
a:hover{
	color: #fc5a10;
}
b,strong{
	font-weight: bold;
}
.button{
	background: #fc5a10;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 2rem;
	min-width: 15em;
	padding: 1.6rem 1.8em;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}
.button:hover{
	background: #c8470d;
	color: #fff;
}
.button-white{
	background: #fff;
	color: #494949;
}
.button-white.button-outlined{
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}
.button-white.button-outlined:hover{
	background: #fff;
	color: #494949;
}
p,
ul,
ol{
	margin: 0 0 1.7em;
}
p:last-child,
ul:last-child,
ol:last-child{
	margin-bottom: 0;
}
ul{
	padding-left: 1em;
}
.fz-25{
	font-size: 2.5rem;
	line-height: 1.56;
}
h1,
.h1{
	font-size: 8rem;
	font-weight: 900;
	line-height: 1;
}
h2,
.h2{
	font-size: 5.2rem;
	font-weight: 900;
	line-height: 1;
}
h3,
.h3{
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.3;
}
h3{
}
h4{
}
h5{
}
hr{
	border: none;
	border-top: 1px solid #35757e;
	margin: 2em 0;
}
h1:first-child,
h2:first-child,
h3:first-child,
hr:first-child{
	margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
hr:last-child{
	margin-bottom: 0;
}
input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea{
	background-color: #fff;
	box-shadow: none; 
	border: none;
	display: block;
	color: #000;
	font-family: inherit;
	font-size: 1.6rem;
	font-weight: normal;
	height: auto;
	line-height: 1.5;
	padding: 1.125em 1em;
	outline: none!important;
	width: 100%;
}
::-webkit-input-placeholder {opacity: 0.8;transition: all 0.2s linear;}
::-moz-placeholder          {opacity: 0.8;transition: all 0.2s linear;}
:-moz-placeholder           {opacity: 0.8;transition: all 0.2s linear;}
:-ms-input-placeholder      {opacity: 0.8;transition: all 0.2s linear;}
:focus::-webkit-input-placeholder {opacity: 0;}
:focus::-moz-placeholder          {opacity: 0;}
:focus:-moz-placeholder           {opacity: 0;}
:focus:-ms-input-placeholder      {opacity: 0;}
textarea{
	height: 11.625em;
	padding: 1.125em 1em;
	resize: none;
}
input[type="submit"],
input[type="button"]{
	background-color: #fff;
	border: none;
	color: #fc5a10;
	cursor: pointer;
	display: inline-block;
	font-size: 1.6rem;
	font-family: inherit;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1.5;
	padding: 1.125em 1em;
	position: relative;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="submit"]:hover,
input[type="button"]:hover{
	background-color: #04163f;
	color: #fff;
}
.cf-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -0.5rem;
}
.cf-col{
	padding: 0 0.5rem 1rem;
	position: relative;
	width: 100%;
}
.cf-col-6{
	width: 50%;
}
div.wpcf7{
	font-size: 2rem;
}
.cf-col.cf-col-submit{
	padding-bottom: 0;
}
.wpcf7-form-control-wrap{
	display: block;
	position: relative;
}
.wpcf7-not-valid-tip{
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 0.2em;
	text-transform: uppercase;
	position: absolute;
	right: 0;
	top: 0;
}
.wpcf7-spinner{
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.wpcf7 form .wpcf7-response-output{
	color: #fff;
	border: none;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	max-width: 34em;
	margin: 1em auto 0;
	padding: 0.875em 1em;
	text-align: center;
	width: 100%;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output{
	background: #e51b1f;
}
.wpcf7 form.sent .wpcf7-response-output{
	background: #00395a;
}
.wpcf7-radio,
.wpcf7-checkbox{
	font-size: 16px;
}
.wpcf7-radio .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item{
	display: block;
	margin: 3px 0 0;
}
.container{
	max-width: 123.4rem;
	margin: 0 auto;
	padding-left: 3rem;
	padding-right: 3rem;
	width: 96%;
}
.row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.6rem;
}
.col-md-3,
.col-md-4,
.col-md-6,
.col-md-8,
.col-md-12{
	min-height: 1px;
	padding: 0 1.6rem;
}
.col-md-3{
	width: 25%;
}
.col-md-4{
	width: 33.33%;
}
.col-md-6{
	width: 50%;
}
.col-md-8{
	width: 66.66%;
}
.col-md-12{
	width: 100%;
}
/*--------------Header--------------*/
.header{
	background: #fff;
	font-weight: normal;
	position: absolute;
	left: 0;
	top: 0;
	text-align: left;
	width: 100%;
	z-index: 99;
}
.header a{
	text-decoration: none;
}
.header-top{
	padding: 2.5rem 0;
}
.header-top-row{
	display: flex;
	justify-content: space-between;
	position: relative;
}
.header-logo{
	position: relative;
}
.header-logo a{
	display: inline-block;
	vertical-align: middle;
}
.header-logo img{
	display: inline-block;
	height: 9rem;
	vertical-align: middle;
	width: auto;
}
.header-info{
	display: flex;
	align-items: center;
}
.header-social ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.header-social a{
	display: inline-block;
	vertical-align: middle;
}
.header-social svg{
	display: block;
	height: 4.4rem;
	width: auto;
}
.header-cta{
	margin-left: 3rem;
}
.header-cta a{
	min-width: 1px;
	padding: 1.2rem 1.8em;
}
.header-bot{
	background: #04163f;
	border-bottom: 4px solid #fc5a10;
}
.navigation{
	align-self: center;
	color: #00395a;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	text-transform: uppercase;
}
.navigation ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.navigation a{
	display: block;
	color: #fff;
	position: relative;
	text-decoration: none;
}
#touch-menu{
	display: none;
	cursor: pointer;
	width: 32px;
	height: 20px;
	margin: -10px 0 0;
	right: 0;
	top: 50%;
	position: absolute;
	z-index: 10;
}
#touch-menu span:after,
#touch-menu span:before{
	content: "";
	position: absolute;
	left: 0;
	top: -9px;
}
#touch-menu span:after{
	top: 9px;
}
#touch-menu span{
	position: relative;
	display: block;
	top: 9px;
}
#touch-menu span,
#touch-menu span:after,
#touch-menu span:before{
	width: 100%;
	height: 2px;
	background-color: #04163f;
	transition: all 0.3s;
	backface-visibility: hidden;
	border-radius: 2px;
}
#touch-menu.on span{
	background-color: transparent;
}
#touch-menu.on span:before{
	transform: rotate(45deg) translate(5px, 5px);
}
#touch-menu.on span:after{
	transform: rotate(-45deg) translate(7px, -8px);
}
/*--------------Footer-----------*/
.footer{
	background: #ebeff4;
	color: #231f20;
}
.footer a{
	color: #335d8a;
	text-decoration: none;
}
.footer a:hover{
	color: #fc5a10;
}
.footer-top{
	padding: 6rem 0 0.5rem;
}
.footer-col{
	padding-bottom: 5rem;
}
.footer-logo{
	margin-bottom: 2.6rem;
}
.footer-logo a{
	display: inline-block;
	vertical-align: middle;
}
.footer-logo img{
	display: inline-block;
	height: auto;
	vertical-align: middle;
	width: 16rem;
}
.footer-contacts{
	margin-bottom: 3.4rem;
}
.footer-social ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer-social a{
	display: inline-block;
	vertical-align: middle;
}
.footer-social svg{
	display: block;
	height: 3.6rem;
	width: auto;
}
.footer-widget ul{
	list-style-type: none;
	padding: 0;
}
.footer-widget li{
	margin-bottom: 0.625em;
}
.footer-widget li:last-child{
	margin-bottom: 0;
}
.footer-bot{
	border-top: 1px solid #d5dce8;
	padding: 4rem 0 5rem;
}
/*-----------Core--------*/
.aligncenter,.alignleft,.alignright {
	display: block;
	padding: 0;
}
.alignnone{
	margin: 0.5em 0;
}
.aligncenter {
	float: none;
	margin: .5em auto 1.5em;
}
.alignright {
	float: right;
	margin: .5em 0 1.5em 1em;
}
.alignleft {
	float: left;
	margin: .5em 1.5em 1em 0;
}
.wp-caption {
	padding: 5px 0;
	border: 1px solid #555;
	background: #444;
	text-align: center;
}
.wp-caption img {
	display: inline;
}
.wp-caption p.wp-caption-text {
	margin: 5px 0 0;
	padding: 0;
	text-align: center;
	font-size: 75%;
	font-weight: 100;
	font-style: italic;
	color: #ddd;
}
/*----------Default---------*/
.sect-pad{
	padding: 6.5rem 0;
}
.pt-0{
	padding-top: 0!important;
}
.pb-0{
	padding-bottom: 0!important;
}
.def-section{
	padding: 7rem 0 8rem;
}
.def-content h1{
	color: #000;
	font-size: 1.6em;
	line-height: 1.3;
	margin: 1.2em 0 0.6em;
}
.def-content h2{
	color: #000;
	font-size: 1.28em;
	line-height: 1.3;
	margin: 1.2em 0 0.6em;
}
.def-content h3{
	color: #000;
	font-size: 1.12em;
	line-height: 1.3;
	margin: 1.2em 0 0.6em;
}
.def-content h4{
	color: #144867;
	font-size: 1.04em;
	line-height: 1.3;
	margin: 1.2em 0 0.6em;
}
.def-content h1:first-child,
.def-content h2:first-child,
.def-content h3:first-child,
.def-content h4:first-child{
	margin-top: 0;
}
/*----------Home---------*/
.home-top-section{
	background-color: #04163f;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
}
.home-top-section-inner{
	display: flex;
	align-items: center;
	min-height: 67rem;
	padding: 8rem 0;
}
.home-top-section-content{
	font-size: 3.2rem;
	max-width: 20em;
}
.home-top-section-content h1{
	max-width: 10em;
	margin: 0 0 0.3em;
}
.home-top-section-content h1:last-child{
	margin-bottom: 0;
}
.intro-content h3{
	margin-bottom: 0.4em;
}
.intro-content li{
	margin-bottom: 0.4em;
}
.intro-content li:last-child{
	margin-bottom: 0;
}
.cta-section{
	background-color: #335d8a;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
}
.cta-section-inner{
	background: rgba(51,93,138,0.9);
	display: flex;
	align-items: center;
	min-height: 24rem;
	padding: 5rem 0;
}
.cta-row{
	display: flex;
}
.cta-button{
	align-self: center;
	margin-left: auto;
	padding-left: 3rem;
	white-space: nowrap;
}
.ft-manufactures-section{
	padding: 6rem 0 8rem;
	overflow: hidden;
}
.ft-manufactures-heading{
	margin-bottom: 4.8rem;
}
.ft-manufactures-heading h2{
	color: #000;
	margin: 0 0 0.2em;
}
.ft-manufactures-heading h2:last-child{
	margin-bottom: 0;
}
.ft-manufactures-slider-wrap{
	position: relative;
}
.ft-manufactures-slider-wrap:before,
.ft-manufactures-slider-wrap:after{
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 2rem;
	z-index: 2;
}
.ft-manufactures-slider-wrap:before{
	background: linear-gradient(to right, #fff, transparent);
	left: 0;
}
.ft-manufactures-slider-wrap:after{
	background: linear-gradient(to left, #fff, transparent);
	right: 0;
}
.ft-manufactures-button-prev,
.ft-manufactures-button-next{
	border: 2px solid #adbed0;
	cursor: pointer;
	height: 5rem;
	margin-top: -2.5rem;
	position: absolute;
	top: 50%;
	transition: all 0.2s linear;
	width: 5rem;
}
.ft-manufactures-button-prev{
	left: -7rem;
}
.ft-manufactures-button-next{
	right: -7rem;
}
.ft-manufactures-button-prev:hover,
.ft-manufactures-button-next:hover{
	background: #fc5a10;
	border-color: #fc5a10;
}
.ft-manufactures-button-prev:after,
.ft-manufactures-button-next:after{
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  transition: all 0.2s linear;
  width: 0;
}
.ft-manufactures-button-prev:after{
  border-right: 12px solid #adbed0;
  margin-left: -8px;
}
.ft-manufactures-button-next:after{
  border-left: 12px solid #adbed0;
  margin-left: -4px;
}
.ft-manufactures-button-prev:hover:after,
.ft-manufactures-button-next:hover:after{
	border-right-color: #fff;
	border-left-color: #fff;
}
.ft-manufactures-slider .swiper-slide{
	align-self: center;
	padding: 0 3rem;
	width: auto;
}
.ft-manufacture-logo{
	margin: 0 auto;
	max-width: 28rem;
	text-align: center;
}
.ft-manufacture-logo img{
	max-height: 8rem;
}
.ft-manufactures-footer{
	margin-top: 6rem;
	text-align: center;
}
.why-section{
	background: #d7dee9;
	padding: 7rem 0 3rem;
}
.why-heading{
	margin-bottom: 5.6rem;
}
.why-heading h2{
	color: #000;
}
.why-item-wrap{
	padding-bottom: 5rem;
	width: 33.33%;
}
.why-item-icon{
	margin-bottom: 3rem;
}
.why-item-icon img{
	display: inline-block;
	height: auto;
	vertical-align: middle;
	width: 11.6rem;
}
.why-item h3{
	color: #000;
	font-size: 1.28em;
	line-height: 1.2;
	margin: 0 0 0.3em;
}
.why-item p{
	max-width: 14em;
}
.markets-section{
	background: #04163f;
	color: #fff;
	padding: 8rem 0;
}
.markets-heading{
	margin-bottom: 7.2rem;
	padding-right: 25rem;
	position: relative;
}
.markets-heading h2{
	margin: 0 0 0.3em;
}
.markets-heading p{
	max-width: 33em;
	margin: 0;
}
.markets-heading .button{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.market-item-wrap{
	padding-bottom: 3.2rem;
}
.market-item{
	background: #fff;
	color: #000;
	height: 100%;
}
.market-item-thumb-wrap{
	position: relative;
}
.market-item-thumb{
	padding-top: 70%;
	position: relative;
}
.market-item-thumb img{
	display: block;
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	object-fit: cover;
	width: 100%;
}
.market-item-icon{
	left: 2rem;
	margin-top: -0.7rem;
	position: absolute;
	top: 100%;
	width: 6rem;
	z-index: 2;
}
.market-item-icon img{
	display: block;
	height: auto;
	width: 100%;
}
.market-item-content{
	padding: 2.4rem 2rem 4.2rem 9.4rem;
}
.market-item h3{
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.1;
	margin: 0 0 1em;
}
.market-item h3:last-child{
	margin-bottom: 0;
}
.market-item ul{
	list-style-type: none;
	padding: 0;
}
.market-item li{
	margin-bottom: 0.25em;
}
.market-item li:last-child{
	margin-bottom: 0;
}
.ft-news-section{
	background: #f2f2f2;
	padding: 7.3rem 0 6.5rem;
}
.ft-news-heading{
	margin-bottom: 3.5rem;
}
.ft-news-heading h2{
	color: #000;
}
.ft-news-item-wrap{
	padding-bottom: 3.2rem;
}
.ft-news-item-wrap:nth-child(even) .ft-news-item{
	margin-left: auto;
}
.ft-news-item{
	background: #e5e9f0;
	height: 100%;
	font-size: 2.2rem;
	line-height: 1.6;
	max-width: 55rem;
	padding: 3.5rem 3rem 4.5rem;
}
.ft-news-item h3{
	color: #000;
	font-size: inherit;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 0.8em;
}
.ft-news-item p{
	max-width: 16em;
	margin: 0 0 0.5em;
}
.ft-news-item p:last-child{
	margin-bottom: 0;
}
.ft-news-item a{
	font-size: 1.6rem;
	line-height: 1.5;
}
.products-section{
	background: #d8dfe9;
	padding: 6.1rem 0 7.5rem;
}
.products-heading{
	margin-bottom: 6rem;
}
.products-heading h2{
	color: #000;
}
.product-item-wrap{
	padding-bottom: 3.2rem;
}
.product-item{
	background: #fff;
	display: block;
	color: inherit;
	text-decoration: none;
}
.product-item:hover{
	color: inherit;
}
.product-item-thumb{
	padding-top: 100%;
	position: relative;
}
.product-item-thumb img{
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	object-fit: cover;
	width: 100%;
}
.product-item-content{
	padding: 0 3rem 4.2rem;
}
.product-item h3{
	color: #000;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.2;
	margin: 0;
}
.products-footer{
	padding-top: 4.3rem;
	text-align: center;
}
.contact-section{
	background-color: #04163f;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
}
.contact-section-inner{
	background: rgba(4,22,63,0.8);
	padding: 7.5rem 0;
}
.contact-content{
	font-size: 2rem;
	line-height: 1.4;
}
.contact-content h2{
	margin: 0 0 0.3em;
}
.contact-content h2 + p{
	margin-bottom: 1em;
}
.contact-content h4{
	font-size: 1.5em;
	font-weight: inherit;
	line-height: inherit;
	margin: 1em 0 0.2em;
}
.contact-content a{
	color: inherit;
	text-decoration: none;
}
.contact-form{
	background: #fc5a10;
	padding: 5rem;
}
.top-section{
	background: #04163f;
	color: #fff;
	padding: 5.5rem 0;
}
.product-cat-section{
	padding: 5.5rem 0 4.5rem;
}
.product-cat-row{
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -3rem;
}
.product-cat-item-wrap{
	padding: 3rem;
}
.product-cat-item{
	max-width: 24rem;
	margin: 0 auto;
	text-align: center;
}
.product-cat-item a{
	display: inline-block;
	vertical-align: middle;
}
.product-cat-item img{
	display: inline-block;
	max-height: 8rem;
	vertical-align: middle;
	width: auto;
}
.product-cat-heading{
	margin-bottom: 3.5rem;
}
.product-cat-heading h1{
	color: #000;
	margin-bottom: 0.5em;
}
.product-cat-heading h1:last-child{
	margin-bottom: 0;
}
.manufacture-single-heading{
	margin-bottom: 4.5rem;
}
.manufacture-single-heading h1{
	color: #000;
}
.manufacture-single-content h2{
	color: #000;
	font-size: 3.2rem;
	font-weight: normal;
	line-height: 1.4;
	margin: 1em 0 0.5em;
}
.manufacture-single-content h2:first-child{
	margin-top: 0;
}
.manufacture-single-content h3{
	color: #000;
	font-weight: normal;
	line-height: 1.3;
	margin: 1.2em 0 0.3em;
}
.manufacture-single-content h3:first-child{
	margin-top: 0;
}
.manufacture-single-content li{
	margin-bottom: 0.2em;
}
.manufacture-single-content li:last-child{
	margin-bottom: 0;
}
.manufacture-single-contact{
	max-width: 30rem;
	margin-left: auto;
	text-align: center;
}
.manufacture-single-logo{
	margin: 0 auto;
}
.manufacture-single-logo img{
	display: inline-block;
	max-height: 10rem;
	vertical-align: middle;
}
.manufacture-single-link{
	margin-top: 5.5rem;
}
.manufacture-single-link .button{
	padding-left: 1.2em;
	padding-right: 1.2em;
	width: 100%;
}
.manufacture-distributors{
	border-top: 1px solid #a2b5ca;
	margin-top: 3.5rem;
	padding-top: 3.5rem;
}
.manufacture-distributors h3{
	color: #000;
	font-weight: normal;
	line-height: 1.4;
	margin: 0 0 1rem;
}
.manufacture-distributor-row{
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2.5rem;
}
.manufacture-distributor-item-wrap{
	padding: 2.5rem;
}
.manufacture-distributor-item{
	max-width: 24rem;
	margin: 0 auto;
	text-align: center;
}
.manufacture-distributor-item a{
	display: inline-block;
	vertical-align: middle;
}
.manufacture-distributor-item img{
	display: inline-block;
	max-height: 8rem;
	vertical-align: middle;
	width: auto;
}
.manufacturers-section{
	padding-bottom: 8rem;
}
.manufacturers-heading{
	margin-bottom: 1.5rem;
}
.manufacturers-heading h2{
	color: #000;
	margin-bottom: 0.5em;
}
.manufacturer-item-wrap{
	border-bottom: 1px solid #b0bed3;
}
.manufacturer-item-wrap:last-child{
	border: none;
}
.manufacturer-item{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	min-height: 15.6rem;
	padding: 3.5rem 0;
}
.manufacturer-item-logo-col{
	padding-right: 4rem;
	width: 27%;
}
.manufacturer-item-title-col{
	padding-right: 4rem;
	width: 33%;
}
.manufacturer-item-description-col{
	width: 40%;
}
.manufacturer-item-logo{
	max-width: 24rem;
	text-align: center;
}
.manufacturer-item-logo img{
	display: inline-block;
	max-height: 8rem;
	vertical-align: middle;
}
.manufacturer-item-title{
	color: #335d8a;
	font-size: 3.2rem;
	line-height: 1.3;
}
.manufacturer-item-title a{
	color: #335d8a;
	text-decoration: none;
}
.manufacturer-item-title a:hover{
	color: #fc5a10;
}
.manufacturer-item-description{
	font-size: 2rem;
	line-height: 1.6;
	max-width: 57rem;
	margin-left: auto;
}
.timeline-section{
	background: #04163f;
	color: #fff;
	padding: 5rem 0;
}
.timeline-row{
	border-bottom: 3px solid #6b7b98;
	display: flex;
}
.timeline-item-wrap{
	border-left: 3px solid #6b7b98;
	padding: 0 6rem 2rem 2rem;
}
.timeline-item-wrap:last-child{
	max-width: 32rem;
	margin-left: auto;
	padding-right: 0;
}
.timeline-item{
	line-height: 1.2;
}
.timeline-item-year{
	color: #fc5a10;
	font-weight: bold;
}
.celebrating-content h2{
	color: #000;
}
.team-section{
	background: #04163f;
	color: #fff;
}
.team-heading{
	margin-bottom: 5.5rem;
}
.team-item-wrap{
	padding-bottom: 3.2rem;
}
.team-item{
	background: #fff;
	color: #000;
	height: 100%;
}
.team-item-pic{
	padding-top: 70%;
	position: relative;
}
.team-item-pic img{
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	object-fit: cover;
	width: 100%;
}
.team-item-content-wrap{
	padding: 2.1rem 3rem 4rem;
	position: relative;
}
.team-item-social{
	position: absolute;
	right: 2rem;
	top: 2rem;
}
.team-item-social ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.team-item-social a{
	display: inline-block;
	vertical-align: middle;
}
.team-item-social svg{
	display: inline-block;
	height: 3rem;
	vertical-align: middle;
	width: auto;
}
.team-item-content h3{
	font-size: 2.4rem;
	line-height: 1.2;
	margin: 0 0 0.5em;
	padding-right: 3rem;
}
.team-item-position{
	font-size: 1.8rem;
	line-height: 1.4;
	margin-bottom: 1.6rem;
}
.team-item-content li{
	margin-bottom: 0.5em;
}
.team-item-content li:last-child{
	margin-bottom: 0;
}
.news-section{
	background: #d8dfe9;
	padding: 6rem 0 6.5rem;
}
.news-heading{
	margin-bottom: 5.5rem;
}
.news-heading h2{
	color: #000;
}
.news-item-wrap{
	padding-bottom: 3.2rem;
}
.news-item{
	background: #04163f;
	color: #fff;
	height: 100%;
	position: relative;
}
.news-item-pic{
	background: #fff;
	padding-top: 65%;
	position: relative;
}
.news-item-pic img{
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	object-fit: cover;
	width: 100%;
}
.news-item-content{
	padding: 2.2rem 3rem 10rem;
}
.news-item-date{
	color: #fc5a10;
	font-weight: bold;
	margin: 0 0 0.75em;
}
.news-item h3{
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 1em;
	text-transform: uppercase;
}
.news-item-link{
	bottom: 0;
	left: 0;
	padding: 0 3rem 3rem;
	position: absolute;
	width: 100%;
}
.news-item-link a{
	min-width: 13rem;
	padding: 1.1rem 2rem;
}
.pagination{
	text-align: center;
}
.pagination .page-numbers{
	background: #fc5a10;
	color: #fff;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.25;
	margin: 0.2em 0.1em;
	padding: 0.75em 1em;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}
.pagination a.page-numbers:hover,
.pagination .page-numbers.current{
	background: #04163f;
	color: #fff;
}
.sidebar-widget h3{
	font-weight: normal;
	margin: 0 0 1em;
}
.sidebar-widget ul{
	color: #000;
	font-size: 1.8rem;
	list-style-type: none;
	padding: 0;
}
.sidebar-widget li{
	margin-bottom: 3.5rem;
}
.sidebar-widget li:last-child{
	margin-bottom: 0;
}
.sidebar-widget a{
	text-decoration: none;
}
.sidebar-date{
	display: block;
	margin-top: 0.4rem;
}
.post-content h1{
	text-transform: uppercase;
}
.post-date{
	color: #fc5a10;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 3.5rem;
}
/*----------------Responsive--------------*/
@media only screen and (max-width : 1360px) {
	.ft-manufactures-button-prev,
	.ft-manufactures-button-next{
		display: none;
	}
}
@media only screen and (max-width : 1200px) {
	body{
		padding-top: 17.4rem;
	}
	h1,
	.h1{
		font-size: 6.4rem;
	}
	h2,
	.h2{
		font-size: 4.6rem;
	}
	h3,
	.h3{
		font-size: 2.8rem;
	}
	.fz-25{
		font-size: 2.2rem;
	}
	.header-top{
		padding: 2rem 0;
	}
	.header-logo img{
		height: 7rem;
	}
	.home-top-section-inner{
		min-height: 59.4rem;
	}
	.home-top-section-content{
		font-size: 2.8rem;
	}
	
	.ft-manufactures-slider-wrap:before,
	.ft-manufactures-slider-wrap:after{
		content: none;
		display: none;
	}
	.ft-manufactures-slider{
		margin: 0 -3rem;
		overflow: visible;
	}
	.product-item-content{
		padding: 0 2.5rem 2.5rem;
	}
	.product-item h3{
		font-size: 2.8rem;
	}
	.manufacturer-item-title{
		font-size: 2.8rem;
	}
	.manufacture-single-content h2{
		font-size: 2.8rem;
	}
}
@media only screen and (max-width : 991px) {
	body{
		padding-top: 10.2rem;
	}
	h1,
	.h1{
		font-size: 6rem;
	}
	h2,
	.h2{
		font-size: 4rem;
	}
	h3,
	.h3{
		font-size: 2.6rem;
	}
	.fz-25{
		font-size: 2rem;
	}
	.header-top{
		padding: 2rem 0;
	}
	.header-top-row{
		padding-right: 6.2rem;
	}
	.header-logo{
		padding: 0;
	}
	.header-logo img{
		height: 6rem;
	}
	#touch-menu{
		display: block;
	}
	.header-bot{
		border-bottom-width: 2px;
	}
	.navigation{
		background: #04163f;
		display: none;
		font-size: 18px;
		font-weight: bold;
		line-height: 24px;
		width: 100%;
	}
	.navigation > ul{
		border-bottom: 1px solid rgba(255,255,255,0.2);
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.navigation > ul:last-child{
		border-bottom: none;
	}
	.navigation li{
		display: block;
		padding: 0;
		text-align: center;
		position: relative;
		width: 100%;
	}
	.navigation a{
		color: #fff;
	}
	.navigation .current-menu-item > a{
		color: #fc5a10;
	}
	.navigation > ul > li,
	.navigation ul ul li{
		display: block;
		border-top: 1px solid rgba(255,255,255,0.2);
		border-bottom: none;
	}
	.navigation > ul > li:first-child{
		border-top: 0;
	}
	.navigation > ul > li > a,
	.navigation ul ul li a{
		display: block;
		display: block;
		padding: 15px 10px;
		position: relative;
		text-transform: uppercase;
		width: 100%;
	}
	.menu-item-has-children > a > .toggle-submenu{
		border-left: 1px solid rgba(255,255,255,0.2);
		font-style: normal;
		height: 100%;
		right: 0;
		position: absolute;
		top: 0;
		width: 40px;
	}
	.menu-item-has-children > a > .toggle-submenu:after{
		content: "+";
		font-size: 21px;
		line-height: 22px;
		margin-top: -12px;
		position: absolute;
		right: 0;
		top: 50%;
		text-align: center;
		width: 100%;
	}
	.menu-item-has-children > a > .toggle-submenu.active:after{
		content: "-";
	}
	.navigation ul ul{
		background: rgba(0,0,0,0.2);
		display: none;
		left: auto;
		margin: 0;
		position: relative;
		padding: 0;
		top: auto;
	}
	.navigation ul ul li{
		padding: 0;
	}
	.footer-col{
		width: 50%;
	}
	.home-top-section-content{
		font-size: 2.6rem;
	}
	.ft-manufacture-logo{
		max-width: 18rem;
	}
	.ft-manufacture-logo img{
		max-height: 6rem;
	}
	.why-item-wrap{
		width: 50%;
	}
	.market-item-wrap{
		width: 50%;
	}
	.ft-news-item{
		font-size: 2rem;
		padding: 3rem 2.5rem;
	}
	.product-item-wrap{
		width: 50%;
	}
	.contact-content{
		font-size: 1.8rem;
	}
	.contact-form{
		padding: 2rem;
	}
	.product-cat-item{
		max-width: 18rem;
	}
	.product-cat-item img{
		max-height: 6rem;
	}
	.manufacture-distributor-item{
		max-width: 18rem;
	}
	.manufacture-distributor-item img{
		max-height: 6rem;
	}
	.manufacturer-item-title{
		font-size: 2.6rem;
	}
	.manufacturer-item-description{
		font-size: 1.8rem;
		line-height: inherit;
	}
	.team-item-wrap{
		width: 50%;
	}
	.team-item-content-wrap{
		padding: 2.1rem 2.5rem 3rem;
	}
	.timeline-item-wrap{
		padding: 0 3rem 2rem 2rem;
	}
	.news-feed-col{
		width: 100%;
	}
	.sidebar-col{
		padding-top: 5rem;
		width: 100%;
	}
	.manufacture-single-content h2{
		font-size: 2.6rem;
	}
}
@media only screen and (max-width : 767px) {
	body{
		padding-top: 8.2rem;
	}
	.button{
		padding: 1.4rem 1.5em;
	}
	h1,
	.h1{
		font-size: 4.2rem;
	}
	h2,
	.h2{
		font-size: 3rem;
	}
	h3,
	.h3{
		font-size: 2.4rem;
	}
	.fz-25{
		font-size: 1.8rem;
	}
	p,
	ul,
	ol{
		margin: 0 0 1.5em;
	}
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	select,
	textarea{
		padding: 0.875em 1em;
	}
	textarea{
		padding: 0.875em 1em;
	}
	.container{
		padding-left: 2.5rem;
		padding-right: 2.5rem;
		width: 100%;
	}
	.col-md-3,
	.col-md-4,
	.col-md-6,
	.col-md-8{
		width: 100%;
	}
	.header-top{
		padding: 1.5rem 0;
	}
	.header-top-row{
		padding-right: 5rem;
	}
	.header-logo img{
		height: 5rem;
	}
	.header-social svg{
		height: 3.2rem;
	}
	.header-cta{
		margin-left: 1rem;
	}
	.header-cta a{
		font-size: 1.2rem;
		padding: 0.6rem 1rem;
	}
	.navigation{
		font-size: 16px;
	}
	.footer-top{
		padding: 5rem 0 4rem;
	}
	.footer-col{
		padding-bottom: 4.5rem;
	}
	.footer-col:last-child{
		padding-bottom: 0;
	}
	.footer-logo{
		margin-bottom: 2rem;
	}
	.footer-contacts{
		margin-bottom: 2.5rem;
	}
	.footer-bot{
		padding: 3rem 0;
	}
	.sect-pad{
		padding: 5.5rem 0;
	}
	.top-section{
		padding: 4.5rem 0;
	}
	.home-top-section-inner{
		min-height: calc(100vh - 8.2rem);
	}
	.home-top-section-content{
		font-size: 2.4rem;
	}
	.home-top-section-content h1{
		font-size: 4.6rem;
	}
	.cta-section-inner{
		min-height: 1px;
		padding: 5rem 0;
		text-align: center;
	}
	.cta-row{
		flex-wrap: wrap;
	}
	.cta-text{
		width: 100%;
	}
	.cta-button{
		margin: 3rem auto 0;
		padding: 0;
		width: 100%;
	}
	.ft-manufactures-heading{
		margin-bottom: 4rem;
	}
	.ft-manufactures-slider{
		margin: 0 -2rem;
	}
	.ft-manufactures-slider .swiper-slide{
		padding: 0 2rem;
	}
	.ft-manufacture-logo{
		max-width: 15rem;
	}
	.ft-manufacture-logo img{
		max-height: 5rem;
	}
	.ft-manufactures-footer{
		margin-top: 4.5rem;
	}
	.why-heading{
		margin-bottom: 4rem;
	}
	.why-item-wrap{
		padding-bottom: 4rem;
	}
	.why-item-wrap:last-child{
		padding-bottom: 0;
	}
	.why-item-icon{
		margin-bottom: 2.5rem;
	}
	.why-item-icon img{
		width: 7rem;
	}
	.why-item p{
		max-width: 100%;
	}
	.markets-heading{
		margin-bottom: 4rem;
		padding: 0;
	}
	.markets-heading .button{
		margin-top: 2.5rem;
		position: relative;
		right: auto;
		top: auto;
		transform: none;
	}
	.market-item-wrap:last-child{
		padding-bottom: 0;
	}
	.market-item-content{
		padding: 2.4rem 2rem 3.6rem 9.4rem;
	}
	.market-item h3{
		font-size: 2.2rem;
	}
	.ft-news-heading{
		margin-bottom: 3rem;
	}
	.ft-news-item-wrap{
		padding-bottom: 2.4rem;
	}
	.ft-news-item-wrap:last-child{
		padding-bottom: 0;
	}
	.ft-news-item p{
		font-size: 1.8rem;
		max-width: 100%;
	}
	.products-heading{
		margin-bottom: 3.5rem;
	}
	.product-item-wrap{
		padding-bottom: 2.4rem;
	}
	.product-item-wrap:last-child{
		padding-bottom: 0;
	}
	.product-item-content{
		padding: 0 2rem 2rem;
	}
	.product-item h3{
		font-size: 2.6rem;
	}
	.products-footer{
		padding-top: 4rem;
	}
	.contact-section-inner{
		padding: 5.5rem 0;
	}
	.contact-content{
		font-size: inherit;
	}
	.contact-content h4{
		font-size: 1.25em;
	}
	.contact-form{
		margin-top: 3.5rem;
	}
	.product-cat-heading{
		margin-bottom: 1.4rem;
	}
	.product-cat-row{
		justify-content: center;
		margin: 0 -2.2rem;
	}
	.product-cat-item-wrap{
		padding: 2.2rem;
		width: 100%;
	}
	.manufacture-single-heading{
		margin-bottom: 3rem;
	}
	.manufacture-single-content{
		max-width: 100%;
		margin-bottom: 3.5rem;
	}
	.manufacture-single-content h2{
		font-size: 2.4rem;
	}
	.manufacture-single-contact{
		margin: 0 auto;
	}
	.manufacture-single-logo{
		max-width: 21rem;
	}
	.manufacture-single-logo img{
		max-height: 7rem;
	}
	.manufacture-single-link{
		margin-top: 3rem;
	}
	.manufacture-single-link .button{
		width: auto;
	}
	.manufacture-distributors h3{
		margin-bottom: 1.2rem;
	}
	.manufacture-distributor-row{
		margin: 0 -1.6rem;
	}
	.manufacture-distributor-item-wrap{
		padding: 1.6rem;
	}
	.manufacturer-item{
		min-height: 1px;
		padding: 3rem 0;
	}
	.manufacturer-item-logo-col{
		padding: 0 0 2.5rem;
		width: 100%;
	}
	.manufacturer-item-title-col{
		padding: 0 0 1.2rem;
		width: 100%;
	}
	.manufacturer-item-description-col{
		width: 100%;
	}
	.manufacturer-item-logo{
		margin: 0;
		max-width: 18rem;
		text-align: left;
	}
	.manufacturer-item-logo img{
		max-height: 6rem;
	}
	.manufacturer-item-title{
		font-size: 2.4rem;
	}
	.manufacturer-item-description{
		max-width: 100%;
	}
	.timeline-section{
		padding: 5rem 0;
	}
	.timeline-row{
		border: none;
		flex-wrap: wrap;
		font-size: 2rem;
		text-align: center;
	}
	.timeline-item-wrap{
		border: none;
		padding: 0;
		width: 100%;
	}
	.timeline-item-wrap:after{
		background: #6b7b98;
		content: "";
		display: block;
		height: 2px;
		max-width: 30rem;
		margin: 2.5rem auto;
		width: 80%;
	}
	.timeline-item-wrap:last-child{
		border: none;
		margin: 0;
		max-width: 100%;
	}
	.timeline-item-wrap:last-child:after{
		content: none;
		display: none;
	}
	.timeline-item{
		max-width: 26rem;
		margin: 0 auto;
	}
	.team-heading{
		margin-bottom: 3.5rem;
	}
	.team-item-wrap{
		padding-bottom: 2.4rem;
	}
	.team-item-wrap:last-child{
		padding-bottom: 0;
	}
	.news-heading{
		margin-bottom: 3.5rem;
	}
	.news-item-wrap{
		padding-bottom: 2.4rem;
	}
	.news-item-content{
		padding: 2rem 2.5rem 9.5rem;
	}
	.news-item-link{
		padding: 0 2.5rem 2.5rem;
	}
	.news-item-link a{
		width: 100%;
	}
	.sidebar-col{
		padding-top: 3.5rem;
	}
}
@media only screen and (min-width : 768px) {
	.order-md-1{
		order: 1;
	}
	.order-md-2{
		order: 2;
	}
}
@media only screen and (min-width : 992px) {
	.navigation > ul > li{
		display: inline-block;
		padding: 0 2.5em;
		position: relative;
	}
	.navigation > ul > li:first-child{
		padding-left: 0;
	}
	.navigation > ul > li:last-child{
		padding-right: 0;
	}
	.navigation > ul > li > a{
		padding: 1.125em 0;
	}
	.navigation > ul > li > a:hover{
		color: #fc5a10;
	}
	.navigation > ul > li > a:after{
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #fc5a10;
		bottom: 0;
		content: "";
		display: block;
		height: 0;
		left: 50%;
		opacity: 0;
		position: absolute;
		transform: translateX(-50%);
		transition: all 0.2s linear;
		width: 0;
	}
	.navigation > ul > li.current-menu-item > a:after,
	.navigation > ul > li.current-menu-parent > a:after,
	.navigation > ul > li.current-page-ancestor > a:after,
	.single-manufacturer .navigation > ul > li.menu-item-45 > a:after{
		opacity: 1;
	}
	.navigation ul ul{
		background: #fc5a10;
		border-top: 4px solid #fc5a10;
		left: 50%;
		min-width: 15em;
		position: absolute;
		text-align: center;
		top: 100%;
		transform: translate(-50%, 1em);
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s ease;
		z-index: 55;
	}
	.navigation ul > li:hover > ul{
		transform: translate(-50%, 0);
		opacity: 1;
		visibility: visible;
	}
	.navigation ul ul li{
		border-bottom: 1px solid rgba(4,22,63,0.4);
		display: block;
		white-space: nowrap;
		width: 100%;
	}
	.navigation ul ul li:last-child{
		border: none;
	}
	.navigation ul ul li a{
		color: #fff;
		display: block;
		padding: 0.75em 1.25em;
	}
	.navigation ul ul li.current-menu-item > a,
	.navigation ul ul li:hover > a{
		color: #04163f;
	}
}
@media only screen and (min-width : 1060px) {
}