/*--Google fonts--*/
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:200,200i,300,300i,400,400i,600,600i,700,700i,900');
/*--Main Container--*/
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Flaticon.woff") format("woff"),
       url("../fonts/Flaticon.ttf") format("truetype"),
       url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  	font-family: Flaticon;
    font-size: 20px;
	font-style: normal;
	/*margin-left: 20px;*/
}
.flaticon-double-angle-pointing-to-right:before { content: "\f100"; }
.flaticon-clock:before { content: "\f101"; }
.flaticon-information-symbol:before { content: "\f102"; }
.flaticon-network:before { content: "\f103"; }
.flaticon-call-answer:before { content: "\f104"; }
.flaticon-man-user:before { content: "\f105"; }
.flaticon-close-envelope:before { content: "\f106"; }
.flaticon-earth-globe:before { content: "\f107"; }
.flaticon-globe:before { content: "\f108"; }
.flaticon-link:before { content: "\f109"; }
.flaticon-fax:before { content: "\f10a"; }
.flaticon-maps-and-flags:before { content: "\f10b"; }
.flaticon-pdf:before { content: "\f10c"; }
.flaticon-back:before { content: "\f10d"; }
.flaticon-next:before { content: "\f10e"; }
.flaticon-envelope:before { content: "\f10f"; }
.flaticon-direction-signals-on-a-post:before { content: "\f110"; }
.flaticon-sheet:before { content: "\f111"; }
.flaticon-office-telephone:before { content: "\f112"; }
body{
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
 display:block;
}
#wrapper{
	position: relative;
	overflow: hidden;
	height: 100%;
	min-height: 600px;
}
.default{
	width: 100%;
	padding: 32px 0 36px 0;
}
h2,h1{
	display: block;
	font-size: 30px;
	padding-bottom: 46px;
	margin: 0;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

/* Custom Style 8-11-2018 */
.sticky{
	position: fixed !important;
  	top: 0;
  	width: 100%;
}
.sticky .header_upper{display: none;}
.float-btn{
	position: fixed;
	right: -48px;
	top: 42%;
	z-index: 9999;
}
.float-btn a{
  border-radius:5px 5px 0px 0px;
  background-color: #e3332d;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 24px;
  padding: 7px 18px 11px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  transform:rotate(-90deg);
  -webkit-transform:rotate(-90deg);
  outline: none;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
}
.short-note{
	color: #e3332d;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 13px;
    display: inline-block;
}
.random-block{margin-top: 50px;}
.random-block h4{margin-bottom: 0px !important;}
.random-block .txt{font-size: 16px;}



/*--Header--*/
#header{
	position: relative;
	z-index: 999;
	background: #fff;
}
.header_upper{
	width: 100%;
	overflow: hidden;
	background-color: #e3332d;
}
.menu{
	padding: 14px 0 0 0;
}
/*--Logo--*/
.navbar-brand{
	padding: 0;
	float: left;
}
.top_links a{
	color: #fff;
	background-color: #c2251f;
	padding: 9px;
	font-size: 15px;
	font-weight: 600;
	margin-left: 3px;
	text-decoration: none;
	display: inline-block;
}
.top_links a i, .top_links a span{
	display: inline-block;
	vertical-align: top;
	line-height: 23px;
}
.top_links a i{
	font-weight: 400;
	margin-right: 8px;
}
.top_links a i:before{
	font-size: 23px;
}
.navbar-brand img{
	width: 100%;
	height: auto;
	display: block;
}
#header .navbar-nav>li{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	border-left: 1px solid #585858;
	padding: 0 10px;
	margin-bottom: 14px;
	margin-left: -3px;
}
#header .navbar-nav>li:last-child{
	padding-right: 0;
}
#header .navbar-nav>li:first-child{
	border: none;
}
.navbar-light .navbar-nav .nav-link{
	padding: 0 0;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
	color: #000;
	line-height: 15px;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
	background: none;
	color: #e3332d;
}
.navbar-nav > li ul{
	position: absolute;
	width: 290px;
	left: 0;
	top: 100%;
	list-style: none;
	padding: 20px 0 0 0;
	margin: 0;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transition:all linear 0.2s;
	-webkit-transition:all linear 0.2s;
	-ms-transition:all linear 0.2s;
	font-weight: 400;
	text-transform: capitalize;
	z-index: 99
}
.navbar-nav > li>ul:before{
	content: "";
	position: absolute;
	top: -16px;
	left: 5%;
	border: 20px solid transparent;
	border-bottom-width:16px;
	border-bottom-color:#ce2520;
	z-index: 999;
}
.navbar-nav > li ul li{
	border-bottom:1px solid #e43532;
	position: relative;
	background: #ce2520;
}
.navbar-nav > li ul li a{
	padding: 10px 10px;
	display: block;
	font-size: 15px;
	color: #fff;
}
.navbar-nav > li ul li.has-drop-down{
	/*background: #ccc;*/
}
.navbar-nav > li ul ul{
	left:100%;
	right:auto;
	padding: 0;
	top: 0;
}
.navbar-nav > li ul ul li{
	background-color: #e3332d;
	padding-left: 0;
	padding-right: 0;
}
.navbar-nav > li ul ul a{
	padding-left: 0;
	padding-left: 18px;
	padding-right: 18px;
	border-bottom: 1px solid #ce2520;
}
/*.navbar-nav > li ul ul a:hover{
	background-color: transparent;
}*/
.navbar-nav > li ul ul ul a{
	padding-left: 30px;
}
.navbar-nav li li a{
	padding: 5px 10px;
	display: block;
	color: #000;
}
.navbar-nav li li a:hover{
	text-decoration: none;
	background: #054fad;
	color: #fff;
}
.navbar-nav li .opener{display: none;}
.navbar-nav > li ul li.has-drop-down>a{/*background: #007bff;*/}
.has-drop-down-a {
	position: relative;
}
.navbar-nav li li>.has-drop-down-a {
	position: relative;
}
.navbar-nav li li>.has-drop-down-a:after{
	content: '';
	position: absolute;
	right: 10px;
	top: 40%;
	border:5px solid transparent;
	border-top-color: #fff;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}
.navbar-nav li li.hover>.has-drop-down-a:after{
	border-top-color: transparent;
	border-bottom-color: #fff;
}
/*--Slideshow--*/
.slideshow{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.slideshow .slideset{
	position: relative;
}
.slideshow .slide{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
.slideshow .slide img,
.slideshow .slide picture{
	width: 100%;
	height: auto;
	display: block;
}
.slideshow .slide.active{
	z-index: 2;
}
.slideshow .caption{
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 999;
	color: #fff;
}
.slideset .slide:nth-child(even) .caption_inner{
	float: right;
	padding-right: 108px;
	padding-left: 0;
}
.caption_inner{
	padding-left: 108px;
	float: left;
}
.slideshow .caption h1{
	display: block;
	margin: 0;
	padding: 0;
	font-size: 32px;
	font-weight: 900;
	text-transform: uppercase;
}
.slideshow .caption span{
	display: block;
	margin: 0;
	padding: 0 0 24px 0;
	font-weight: 600;
	font-size: 24px;
	color: #fff;
}
.slideshow .caption a{
	display: inline-block;
	min-width: 172px;
	line-height: 41px;
	font-size: 20px;
	background-color: #39396c;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}
.slideshow .caption a:hover{
	background-color: #e3332d;
}
.handler{
	position: absolute;
	z-index: 999;
	background-color: rgba(255,255,255,0.3);
	text-decoration: none;
	color: #fff;
	padding: 4px 10px;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.handler:hover{
	color: #fff;
	text-decoration: none;
}
.btn-next{
	left: 7%;
}
.btn-prev{
	right: 7%;
}
footer{
	width: 100%;
	overflow: hidden;
	background-color: #39396c;
	padding: 28px 0 0 0;
}
.footer_upper{
	width: 100%;
	overflow: hidden;
	padding: 0 0 0 0;
	color: #d7d7fc;
}
.footer_upper ul{
	width: 100%;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer_upper ul li{
	display: inline-block;
	margin: 0 0 25px 0px;
	padding: 0 37px;
	vertical-align: top;
	border-right: 1px solid #d7d7fc;
}
.footer_upper ul li:first-child{
	padding-left: 0;
}
.footer_upper h4{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	padding: 0 0 9px 0;
	margin: 0;
}
.footer_upper h4 i{
	font-weight: 400;
	margin-right: 7px;
}
.footer_upper span{
	display: block;
}
.footer_upper span a{
	color: #d7d7fc;
	text-decoration: none;
	font-weight: 600;
}
.footer_upper h4 i:before{
	font-weight: 400;
	font-size: 15px;
}
.get_quote{
	float: right;
	color: #39396c;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #fff;
	line-height: 31px;
	padding: 0 18px;
	margin-right: 6px;
	text-decoration: none;
}
.get_quote:hover{
	text-decoration: none;
	color: #fff;
	background-color: #e3332d;
}
.footer_middle{
	background: #e3332d;
}
.footer_middle ul{
	list-style: none;
	margin: 0;
	padding: 20px 0 10px 0;
	text-align: center;
	width: 100%;
	overflow: hidden;
}
.footer_middle ul li{
	display: inline-block;
	margin-left: -3px;
	padding: 0 22px 10px 22px;
}
.footer_middle ul li a{
	color: #fff;
	text-transform: capitalize;
	text-decoration: none;
}
.footer_middle ul li a:hover{
	color: #39396c;
}
.footer_lower{
	padding: 14px 0;
	background-color: #fff;
	color: #464646;
	text-align: center;
}
.footer_lower span{
	display: inline-block;
}
.footer_lower span a{
	color: #37376c;
}
.offer_inner{
	width: 100%;
	overflow: hidden;
	padding: 21px 0;
	margin-bottom:40px;
	background-color: #ececec;
	border: 1px solid #d1d1d1;
	color: #464646;
}
.offer_inner h2{
	color: #000;
	font-size: 1.75rem;
    padding-bottom: 0px;
    font-weight: 500;
    margin-bottom: 0.5rem;
}
.offer_inner .btn{
	display: block;
	text-transform: uppercase;
	color: #fff;
	background-color: #39396c;
	text-align: center;
	font-size: 21px;
	border-radius: 0 0;
	margin: 30px 0 0 0;
	padding: 0;
	line-height: 56px;
}
.our_products{
	width: 100%;
	padding-bottom: 26px;
}
.our_products:after,
.our_products .txt_box:after,
.our_products .p_box:after{
	display: block;
	content: "";
	clear: both;
}
.our_products .p_box{
	width: 100%;
	background-color: #f8f8f8;
	padding: 10px 10px 0 10px;
	margin-bottom: 14px;
	border-bottom: 3px solid #e5e6e6;
}
.our_products .txt_box{
	width: 100%;
	color: #464646;
	padding: 22px 5px 0 5px;
	min-height: 210px;
	position: relative;
}
.our_products .txt_box h3{
	display: block;
	margin: 0;
	padding: 0 0 13px 0;
	color: #3b3c6f;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
}
.our_products .txt_box span{
	display: block;
	padding-bottom: 32px;
}
.our_products .txt_box .btn{
	padding: 0;
	border-radius: 0 0;
	line-height: 45px;
	background: #e3332d;
	text-transform: uppercase;
	color: #fff;
	min-width: 156px;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom: -23px;
}
.our_products .txt_box .btn:hover{
	background-color: #37376c;
}
.news_events{
	color: #fff;
	background: url(../images/petren.jpg) repeat-x left bottom #37376c;
}
.news_events h2{
	display: block;
	text-align: center;
	color: #fff;
}
.news_events .viewall{
	display: inline-block;
	padding: 0;
	border-radius: 0 0;
	line-height: 25px;
	background: #37376c;
	text-transform: uppercase;
	color: #fff;
	min-width: 130px;
	text-align: center;
	border: 1px solid #fff;
}
.date{
	float: left;
	font-size: 18px;
	color: #f8f8f8;
	padding: 12px 10px;
	background-color: #9696c8;
	text-align: center;
	line-height: 18px;
	text-transform: uppercase;
	margin-right: 14px;
}
.news_desc{
	overflow: hidden;
	width: auto;
	color: #ebebff;
	font-size: 14px;
	font-weight: 300;
}
.news_desc h3{
	display: block;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 7px 0;
}
.news_desc .know_more{
	display: block;
	text-align: left;
}
.news_desc .know_more a{
	color: #ebebff;
}
.trade{
	background: url(../images/petren01.jpg) repeat-x left top #f5f5f5;
}
.trade h2{
	padding-bottom: 8px;
}
.subtitle{
	display: block;
	text-align: center;
	color: #37376c;
	font-weight: 300;
	padding-bottom: 45px;
}
.td_box_inner{
	width: 100%;
	overflow: hidden;
	border-left: 1px solid #37376c;
	font-size: 16px;
	color: #37376c;
	margin-bottom: 25px;
}
.td_box_inner .title_bar{
	background-color: #e8e8e8;
}
.td_box_inner .title_bar h3{
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.inner_bar{
	padding: 8px 17px;
	text-align: left;
	position: relative;
	font-size: 14px;
}
.td_box_inner .desc_bar{
	background-color: #fff;
}
.inner_bar .uc_date{
	position: absolute;
	right: 17px;
	top: 8px;
	text-transform: uppercase;
}
.td_box_inner .desc_bar address{
	padding: 0;
	margin: 0;
}
.banner{
	width: 100%;
	overflow: hidden;
}
.banner img{
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}
.default_block{
	font-size: 18px;
	color: #000;
}
/*.default_block h1{
	padding-bottom: 0px;
}*/
.default_block h2,
.default_block h1{
	padding: 0 0 26px 0;
}
.default_block .note{
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 400;
	color: #3b3c6f;
	padding: 0 0 30px 0;
}
.default_block .note a{
	color: #e3332d;
}
.default_block .note strong{
	color: #e3332d;
	font-weight: bold;
}
.default_block p a{
	color: #1169a7;
}
.app_box{
	width: 100%;
	overflow: hidden;
	padding: 18px 7px;
	background-color: #39396c;
}
.app_box h4{
	display: block;
	padding: 10px 0 0 0;
	font-size: 17px;
	color: #fff;
	font-weight: 300;
	text-transform: capitalize;
}
.p_list{
	padding-top: 34px;
}
.p_list h5{
	display: block;
	margin: 0;
	padding: 0;
	color: #e3332d;
	font-weight: bold;
}
.p_list ul{
	width: 100%;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 26px 0 0 0;
	font-size: 18px;
	font-weight: 400;
}
.p_list ul li{
	display: block;
	position: relative;
	padding: 0 0 0 21px;
	color: #000;
}
.p_list ul li i{
	position: absolute;
	left: 0;
	top: 0;
}
.p_list ul li i:before{
	font-size: 8px;
}
.caution{
	display: block;
	color: #e3332d;
	text-transform: uppercase;
	padding: 0 0 20px 0;
	font-weight: 600;
}
.areas{
	padding-top: 94px;
	margin-bottom: -100px;
}
.areas_box{
	width: 100%;
	border:1px solid #d1d1d1;
	margin-bottom: 100px;
	min-height: 539px;
}
.areas_box:afer{
	display: block;
	content: "";
	clear: both;
}
.areas_box .img_box{
	margin-top: -73px;
}
.areas_box .img_box h4{
	display: block;
	margin: 0;
	padding: 14px 0 30px 0;
	color: #e3332d;
	font-weight: bold;
	font-size: 20px;
}
.areas_box .txt_box{
	padding: 0 28px 36px 28px;
	font-size: 18px;
	color: #000;
}
.areas_box .txt_box ul{
	width: 100%;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}
.areas_box .txt_box ul li{
	display: block;
	position: relative;
	padding: 0 0 4px 20px;
	font-size: 16px;
	color: #000;
	line-height: 25px;
}
.areas_box .txt_box ul li:after{
	content: "";
	width: 5px;
	height: 5px;
	background: #000;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 11px;
}
.download_holder{
	width: 100%;
	overflow: hidden;
	padding-top: 30px;
	 -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
}
.download_wrap{
	width: 50%;
	padding: 0 0;
	vertical-align: top;
	border: none;
}
.download_box{
	width: 100%;
	overflow: hidden;
	background-color: #f7f7f7;
	border:1px solid #d1d1d1;
	padding: 30px 20px;
}
.download_box h4{
	display: block;
	margin: 0;
	padding: 14px 0 23px 0;
	color: #e3332d;
	font-weight: bold;
	font-size: 20px;
}
.download_box ul{
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	list-style: none;
}
.download_box ul li{
	display: block;
	position: relative;
	padding: 0 0 4px 20px;
	font-size: 16px;
	color: #000;
	line-height: 25px;
}
.download_box ul li a{
	color: #39396c;
}
.download_box ul li:after{
	content: "";
	width: 4px;
	height: 4px;
	background: #39396c;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 11px;
}
.contact .caution{
	background-color: #f5f5f5;
	border:1px solid #dbdbdb;
	padding: 25px 0;
	font-size: 22px;
	text-transform: initial;
}
.contact .caution i:before{
	font-size: 25px;
}
.c_info_inner{
	padding: 24px 10px;
	border:1px solid #dbdbdb;
	font-size: 21px;
	color: #5a5a5a;
}
.c_info_inner a{
	color: #5a5a5a;
	font-weight: 600;
}
.c_info_inner span{
	padding-top: 12px;
}
.c_info_inner i{
	margin-right: 10px;
}
.c_info_inner i.flaticon-envelope{
	margin-top: 15px;
}
.c_info_inner i:before{
	font-size: 42px;
}
.c_info_inner i.flaticon-envelope:before{
	font-size: 58px;
	line-height: 37px;
}
.mailbox span{
	display: block;
	color: #5a5a5a;
	font-size: 14px;
	line-height: 17px;
	padding: 0 0 0 0;
}
.mailbox span a{
	color: #5a5a5a;
	font-weight: 600;
}
.address_wrap{
	width: 100%;
	overflow: hidden;
}
.address_wrap h3{
	padding: 0 0 38px 0;
	margin: 0;
	font-size: 24px;
	color: #3b3c6f;
}
.adrs_bx{
	width: 100%;
	overflow: hidden;
	padding: 30px;
	margin-bottom: 30px;
	border:1px solid #dbdbdb;
}
.adrs_bx h5{
	display: block;
	margin: 0;
	padding: 0 0 13px 0;
	font-size: 21px;
	color: #000;
	text-transform: uppercase;
}
.adrs_bx h5 img{
	float: left;
	margin-right: 5px;
}
.adrs_bx ul{
	width: 100%;
	overflow: hidden;
	padding: 15px 0 0 0;
	margin: 0;
	list-style: none;
}
.adrs_bx ul li{
	display: block;
	position: relative;
	padding: 0 0 6px 0;
	font-size: 18px;
	color: #000;
	line-height: 25px;
}
.adrs_bx ul li i{
	margin-right: 10px;
}
.adrs_bx ul li i:before{
	font-size: 18px;
}
.adrs_bx ul li a{
	color: #000;
}
.resume{
	width: 100%;
	overflow: hidden;
	background: #f8f8f8;
	position: relative;
	font-size: 20px;
}
.resume:after{
	content: "";
	width: 50%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background: #f4f4f4;
}
.send_resume, .mail_resume{
	position: relative;
	z-index: 2;
}
.resume h4{
	display: block;
	margin: 0;
	padding: 0 0 20px 0;
	color: #e3332d;
	font-size: 20px;
	font-weight: 700;
}
.send_resume i{
	margin-right: 18px;
}
.send_resume i:before{
	font-size: 40px;
}
.send_resume a{
	font-size: 20px;
	color: #000;
	margin-top: 14px;
}
.about_contat a{
	display: inline-block;
    padding: 0;
    border-radius: 0 0;
    line-height: 40px;
    background: #3b3b6e;
    text-transform: uppercase;
    color: #fff;
    min-width: 140px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.about_contat a:hover{
	background: #e3332d;
	text-decoration: none;
}
.about_contat a:last-child{
	background: #e3332d;
}
.about_contat a:last-child:hover{
	background: #3b3b6e;
}
.getquote{
	width: 100%;
	overflow: hidden;
}
.getquote .form-control{
	padding-top:17px;
	padding-bottom:17px;
}
.getquote .form-control,
.getquote .input-group-text{
	border-radius: 0 0;
}
.getquote .input-group-text{
	background-color: #e4e4e4;
	color: #858585;
	height: 60px;
}
.t_area{
	border: 1px solid #ced4da;
}
.wpcf7-form-control-wrap.yourfile{
	display: block;
	width: 100%;
}
.t_area .input-group-prepend{
	border: none;
	display: inline-block;
}
.t_area textarea,
.t_area .input-group-text{
	border: none;
	border-radius: 0 0;
	resize:none;
	padding-top: 17px;
	padding-bottom: 17px;
}
.getquote .form-control:focus{
	color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem transparent;
    outline: none;
    border-color: #ced4da;
}
.getquote button, .getquote input[type=submit]{
	/*width: 100%;*/
    width: auto;
    padding: 0 20px;
    margin: 0 auto;
	display: block;
	background-color: #c2251f;
	color: #fff;
	text-transform: uppercase;
	border: none;
	font-size: 18px;
	line-height: 52px;
	cursor: pointer;
}
.getquote button:hover{
	background-color: #39396c;
}
.cathodes_lamp{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.for_lamps{
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
}
.for_lamps form{
	width: 100%;
	overflow: hidden;
}
.for_lamps select{
	width: 100%;
	color: #7b7b7b;
	font-size: 15px;
	font-weight: 600;
	border-color: #7b7b7b;
	padding: 10px 5px;
}
.semi_bold{
	font-weight: 600;
}
.performances_list{
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0 -16px;
	list-style: none;
}
.performances_list li{
	display: inline-block;
	vertical-align: top;
	width: 45%;
	background: #39396c;
	color: #fff;
	font-size: 16px;
	padding: 15px 20px;
	margin:0 16px 7px 16px;
}
.dwn_brochure h5{
	display: block;
	margin: 0;
	padding: 0 0 17px 0;
	font-size: 18px;
	font-weight: 600;
}
.dwn_brochure a{
	background-color: #e3332d;
	color: #fff;
}
.dwn_brochure a i{
	background-color: #c0221d;
	padding: 5px 13px;
}
.dwn_brochure a i:before{
	font-size: 27px;
}
.dwn_brochure a span{
	display: inline-block;
	padding: 12px 0 0 20px;
	font-weight: 600;
	font-size:16px;
}
.prod_list{
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 30px 0 20px 0;
	list-style: none;
}
.prod_list li{
	display: block;
	padding: 0 0 0 26px;
	margin: 0 0 30px 0;
	border-left: 3px solid #3b3b6e;
}
.left_content h4{
	display: block;
	margin: 0;
	padding: 0 0 22px 0;
	text-transform: uppercase;
	font-weight: 700;
	color: #3b3c6e;
	font-size: 18px;
}
.text-left .rsp{
	padding: 0 0 30px 0;
	margin-bottom: 35px;
	border-bottom: 1px solid #bbbbbb;
}
.text-left .table-responsive table thead{
	background-color: #e3332d;
	border: none;
}
.text-left .table-responsive table {
	font-size: 14px;
	color: #000;
	border: none;
}
.text-left .table-responsive table th{
	font-weight: 600;
	color: #fff;
	vertical-align: top;
	border: none;
	text-align: center;
}
.text-left .table-responsive table th[scope="col"],
.text-left .table-responsive table td[scope="col"]{
	text-align: left;
	width: 22%;
}
.text-left .table-responsive table tbody tr{
	border-bottom: 4px solid #fff;
}
.text-left .table-responsive table td{
	border: none;
	background: #e9e9e9;
	text-align: center;
}
.wpcf7-form p{
	margin: 0 !important;
	display: block;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}
.img_wrap .img-fluid{margin-bottom: 15px;}
.row-block .row{
	padding: 30px 0;
}
.sideblock{
	background: #e3332d;
	color: #fff;
	padding: 20px;
	margin-bottom: 20px;
}
.sideblock ul{
	list-style: none;
	padding: 0 10px;
	margin: 0;
}
.sideblock ul li{
	margin: 0 0 5px;
	padding-left:15px;
	position: relative;
}
.sideblock ul li:after{
	position: absolute;
	left: 0;
	top: 14px;
	margin-top: -2px;
	width: 5px;
	height: 5px;
	background: #fff;
	content: '';
	border-radius: 100%;
}
.row-block .table-responsive table th{
	color: #000;
	background: #ddd;
}
.row-block .table-responsive table em{
	font-size: 10px;
	display: block;
	font-style: normal;
}
.saes-logo{
	width:69px;
	height: 64px;
}
.saes-logo img,
.saes-logo picture{
	display: block;
	height: auto;
	width: 100%;
}
/*05-09-2019-*/
.core-value{
	background: url(../images/bg-corevalue.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 60px 0;
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 22px;
}
.core-value h2{
	font-size: 50px;
	line-height: 1;
	margin: 0 0 30px;
	color: #fff;
	padding: 0;
}
.core-value .box{margin-bottom: 30px;}
.core-value .box .inner{
	height: 264px;
	background: #000;
	color: #fff;
	border-radius: 10px;
	padding: 20px;
}
.core-value .box{
	font-size: 18px;
	line-height: 1.2;
}
.core-value .box img{
	margin: 0 0 20px;
}
.core-value .box h3{
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 10px;
}
.core-value .box:nth-child(1) .inner{background: #cf5e12;}
.core-value .box:nth-child(2) .inner{background: #e3332d;}
.core-value .box:nth-child(3) .inner{background: #3c3d70;}
.core-value .box:nth-child(4) .inner{background: #3771ff;}
@media screen and (max-width:1399px){
	.slideshow .slide > img,
	.slideshow .slide picture,
	.banner img{
		max-width: inherit;
		width: 130%;
		margin: 0 -15%;
	}
}
@media screen and (max-width:1199px){
	.footer_upper ul li{
		padding: 0 30px;
	}
	.c_info_inner{
		font-size: 16px;
	}
	.c_info_inner i:before{
		font-size: 37px;
	}
	.dwn_brochure a i {
    padding: 5px 10px;
	}
	.dwn_brochure a span{
		padding-left: 10px;
	}
}
/*--nav--*/
@media screen and (min-width:768px){
	.navbar-nav > li .opener{display: none;}
	.quote-btn{display: none;}
}
@media screen and (min-width:1025px){
	.navbar-nav > li:hover > ul, .navbar-nav > li ul li:hover > ul{
		opacity: 1;
		visibility: visible;
	}
}
@media screen and (max-width:1024px){
	.navbar-nav > li.hover> ul, .navbar-nav > li ul li.hover > ul{
		opacity: 1;
		visibility: visible;
	}
	.navbar-light .navbar-nav .nav-link{
		/*padding: 10px 13px;
		font-size: 15px;*/
	}
	#header .navbar-nav>li{
		padding: 0 7px;
	}
}
@media screen and (max-width:991px){
	.navbar-nav > li{
		display: inline-block;
		float: none !important;
		text-align: left;
	}
	.navbar-nav > li ul ul{
		position: static;
		max-height: 0;
	}
	.navbar-nav > li ul li.hover>ul{
		max-height: 400px;
	}
	.menu{
		padding-top: 30px;
	}
	.get_quote{
		padding: 0 16px;
	}
	.footer_upper{
		padding-bottom: 30px;
	}
	.footer_upper ul li{
		padding: 0 15px;
	}
	.footer_upper ul li:last-child{
		padding-right: 0;
		border-right: 0;
	}
	.caption_inner,
	.slideset .slide:nth-child(even) .caption_inner{
		padding: 0;
		float: none;
		width: 100%;
	}
	.handler{
		top: auto;
		bottom: -5%;
	}
	.our_products .p_box{
		margin-bottom: 60px;
	}
	.our_products{
		padding-bottom: 0;
	}
	.inner_bar .uc_date{
		position: static;
	}
	.for_lamps{
		position: static;
		margin-bottom: 20px;
		width: 100%;
		overflow: hidden;
	}
	.performances_list{
		margin: 0;
	}
	.performances_list li{
		display: block;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.navbar-nav li li>.has-drop-down-a:after {
    right: 10px;
    top: 50%;
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
}
}
@media screen and (min-width:767px){
	/*--Tab become accordian--*/
	.tab-pane .opener{display: none;}
}
@media screen and (max-width:767px){
	.slideshow .caption a{
		background-color: #fff;
		color: #39396c;
	}
	.slideshow .caption a:hover{
		color: #000;
	}
	.saes-logo{
		height: auto;
	}
	.row-block .img-fluid {
		margin: 0 auto 20px;
		display: block;
	}
	h2{
		font-size: 24px;
	}
	.float-btn{display: none;}
	.quote-btn a{
		background-color: #e3332d;
		color: white;
		text-transform: uppercase;
		text-align: center;
		font-weight: 700;
		font-size: 16px;
	}
	/*--Tab become accordian--*/
	.tab-pane .opener{
		display: block;
		padding: 5px 10px;
		border:1px solid #ddd;
	}
	.tab-pane.open .opener{
		background: #000;
		color: #fff;
	}
	.tab-content > .tab-pane{display: block !important;}
	.tab-content > .tab-pane.fade{
		opacity: 1 !important;
		visibility: visible !important;
	}
	.nav-tabs{display: none;}
	.tab-content > .tab-pane .data{
		opacity: 0;
		visibility: hidden;
		max-height: 0;
		transition:all linear 0.3s;
		-webkit-transition:all linear 0.3s;
		-ms-transition:all linear 0.3s;
	}
	.tab-content > .tab-pane.open .data{
		opacity: 1 !important;
		visibility: visible;
		max-height: 8000px;
		padding:15px 0;
	}
	/*--Header--*/
	#header{z-index: 9999;}
	#header.clone{display: none !important;}
	html.nav-open{
		overflow-y: hidden;
		position: relative;
		height: 100%;
	}
	html.nav-open body{
		overflow-y: hidden;
		position: relative;
		height: 100%;
	}
	#header .container{padding: 0;}
	.navbar-nav > li ul li{border-bottom:none;}
	.navbar-nav li a{border-bottom:1px solid #ddd;}
	.navbar-nav li li a{
		line-height: 20px;
		padding-bottom: 10px;
		padding-top: 10px;
		color: #000;
	}
	.navbar-nav li li a:hover{
		background: #054fad;
		color: #fff;
		text-decoration: none;
	}
	.navbar-nav li .opener{
		width: 40px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 999;
		text-indent: -999px;
		overflow: hidden;
		background: #007bff !important;
		height: 40px;
		border-left:1px solid #ddd;
		border-bottom:none!important;
		display: block;
	}
	.navbar-nav > li ul li.has-drop-down>a {
    	background: #007bff;
	}
	.navbar-nav li{
		overflow: hidden;
		display: block;
	}
	#header .navbar-nav>li{
		padding: 0;
	}
	.navbar-nav > li>ul:before{
		display: none;
	}
	.navbar-nav > li ul{
		position: relative;
		opacity: 1;
		visibility: visible;
		max-height: 0;
		width: 100%;
		z-index: 99;
		top: 0;
		padding: 0;
		left: 0 !important;
		right: auto !important;
		background: #fff;
	}
	.navbar-toggler{
		float: right;
		margin-top: 10px;
		margin-right: 0;
	}
	.navbar-nav > li.hover > ul, .navbar-nav > li ul li.hover > ul{max-height: 400px;}
	.nav-open .nav li>li{display: none;}
	.nav-open .nav li.hover{
		position:relative;
		width: 100%;
		z-index: 999;
		background: #eee;
		top: 0;
		overflow: hidden;
		display: block !important;
	}
	#header .navbar-nav>li{
		display: block;
	}
	#header .navbar-collapse{
		padding: 0;
		margin: 0;
		background: #37376c;
	}
	#header .navbar-nav>li{
		margin-bottom: 0;
	}
	.navbar-light .navbar-nav .nav-link{
		color: #fff;
		padding: 14px 10px;
	}
	.navbar-light .navbar-nav .hover .nav-link.has-drop-down-a{
		color: #fff;
		background: #007bff;
	}
	.nav-open .nav	 li > a.opener:after{
		position: absolute;
		width: 10px;
		height: 10px;
		border:2px solid transparent;
		border-color: #fff #fff transparent transparent;
		transform: rotate(45deg) translateY(-50%);
		-ms-transform: rotate(45deg) translateY(-50%);
		-webkit-transform: rotate(45deg) translateY(-50%);
		left: 10px;
		top: 50%;
		content: '';
	}
	.nav-open .nav	 li.hover > a.opener:after{
		position: absolute;
		width: 10px;
		height: 10px;
		border:2px solid transparent;
		border-color:transparent transparent #fff #fff ;
		transform: rotate(45deg) translateY(-50%);
		-ms-transform: rotate(45deg) translateY(-50%);
		-webkit-transform: rotate(45deg) translateY(-50%);
		left: 10px;
		top: 50%;
		content: '';
	}
	.navbar-collapse, .navbar-collapse.collapse {
		position: fixed;
		left: -258%;
		top: 0;
		width: 258px;
		background: #213d87;
		height: 100vh !important;
		max-height: 100%;
		z-index: 99999;
		transition: all linear 0.2s;
		-webkit-transition: all linear 0.2s;
		-ms-transition: all linear 0.2s;
		border: none;
		overflow: auto;
	}
	.navbar-right{text-align: left;}
	.navbar-collapse.collapse:before{
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		content: 'Menu';
		text-align: center;
		width: 100%;
		padding:14px 10px;
		font:18px/21px 'Montserrat', sans-serif;
		color: #fff;
		font-weight: 700;
		border-bottom:2px solid #fff;
		display: block;
	}
	#header .navbar-nav {
		padding: 52px 0 0;
		margin: 0;
	}
	.navbar-collapse.collapse { display: block !important; }
	.nav-open .navbar-collapse { left: 0; }
	.navbar-toggler{
		padding: 0 6px;
		height: 40px;
		z-index: 9999;
		background-color: #e3332d;
		border: none;
	}
	.navbar-light .navbar-toggler-icon {
	  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	}
	.nav-open .navbar-toggler .sr-only + .icon-bar{display: none;}
	.nav-open .navbar-toggler .icon-bar + .icon-bar{
		margin: 0;
		transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
	.nav-open .navbar-toggler .icon-bar:last-child{
		transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		margin-top: -2px;
	}
	/*--Serach Form--*/
	.serach-form{
		width: 100%;
		float: none;
		display: block;
		margin:10px 0 0;
	}
	.serach-form a{display: none;}
	.serach-form .field{
		width: 100%;
		opacity: 1;
		visibility: visible;
	}
	.serach-form .input{
		max-width: inherit;
		width: calc(100% - 46px);
	}
	/*--Slideshow--*/
	.slideshow .slide > img,
	.slideshow .slide picture,
	.banner img{
		width: 150%;
		margin: 0 -25%;
	}
	.footer_upper ul li{
		padding: 0 0 15px 0;
		display: block;
		margin: 0 0 14px 0;
		border-right: 0;
		border-bottom: 1px solid #d7d7fc;
	}
	.footer_middle ul li{
		padding-left: 15px;
		padding-right: 15px;
	}
	.slideshow .caption{
		position: static;
		background: #e3332d;
		padding: 30px 0;
		transform: none;
		-ms-transform:none;
		-webkit-transform:none;
	}
	.handler{
		display: none;
	}
	.slideshow .caption h1{
		font-size: 26px;
	}
	.slideshow .caption span{
		font-size: 18px;
	}
	.our_products .txt_box{
		min-height: inherit;
	}
	.news_events{
		text-align: right;
	}
	.news_events .viewall{
		position: static;
		display: inline-block;
		margin-bottom: 30px;
	}
	.company_overview,
	.company_overview .note{
		font-size: 16px;
	}
	.areas_box{
		min-height: inherit;
	}
	.areas_box .txt_box{
		font-size: 16px;
	}
	.download_holder{
	width: 100%;
	overflow: hidden;
	 -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
		}
	.download_wrap{
		width: 100%;
		padding: 0 0;
		vertical-align: top;
		border: none;
	}
	.download_box{
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.mailbox span{
		font-size: 16px;
		padding-bottom: 14px;
	}
	.send_resume div{
		padding-bottom: 40px;
		border-bottom: 1px solid #e3332d;
	}
	.resume:after{
		display: none;
	}
	.saes-logo{float:left;width:45px;}
	.navbar{
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.logo{width:230px;}
	
}
@media screen and (max-width:575px){
	.header_upper{
		padding: 10px 0;
	}
	.logo{width:184px;}
}

@media only screen and (max-width:430px){
	.top_links a{text-align: center;}
}
