/*
Theme Name: Lu Engineering
Theme URI: https://wordpress.org/themes/luengineering/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Lu Engineering brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: luengineering
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    max-width: 100%;
}

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

img {
    max-width: 100%;
}

:visited, :target, input:focus, input:active, textarea:focus, textarea:active, a:focus, a:active {
    outline: 0 none !important;
}



				
body{
	font-family: 'Open Sans', sans-serif;
	font-size: 19px;
	line-height: 23px;
	color: #444444;
}


/*------------------------ Typography ------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-style: normal;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

h1 {
	font-size: 37px;
	font-weight: 700;
	line-height: 41px;
	color:#221f1f;
}
h2 {
	font-size: 34px;
	font-weight: 700;
	line-height: 38px;
	color:#333333;
}
h3 {
	font-size: 31px;
	font-weight: 700;
	line-height: 35px;
	color:#e2121d;
}
h4 {
	font-size: 29px;
	font-weight: 700;
	line-height: 33px;
	color:#333333;
}
h5 {
	font-size: 23px;
	font-weight: 700;
	line-height: 27px;
	color:#e2121d;
}
h6 {
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	color:#221f1f;
}

p {
	font-size: 19px;
	line-height: 24px;
	font-weight:400;
}
a {
	text-decoration: none;
	color:#e2121d;
	-webkit-transition: all 0.4s ease;
  	transition: all 0.4s ease;
}
a:hover{
	color: #444444;
	text-decoration: none;
}

img, a img, img:hover, a img:hover {
    padding: 0px;
    border: none 0;
    outline: 0px none !important;
}

h2 span{
	color: #398f2b;
}


/**
 * Text Elements
 * ----------------------------------------------------------------------------
 */

address {
    font-style: italic;
    margin-bottom: 24px;
}

abbr[title] {
    border-bottom: 1px dotted #2b2b2b;
    cursor: help;
}

b, strong {
    font-weight: 700;
}

cite {
    border: 0;
}

cite, dfn, em, i {
    font-style: italic;
}

mark, ins {
    background: #fff9c0;
    border: 0;
    color: inherit;
    text-decoration: none;
}

code, kbd, tt, var, samp, pre {
    font-family: monospace, serif;
    font-size: 15px;
    line-height: 1.6;
}

pre {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 24px;
    max-width: 100%;
    overflow: auto;
    padding: 12px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

ol, ul {
    list-style: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

blockquote, q {
    quotes: none;
}

blockquote{
    position: relative;
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: italic; 
    line-height: 26px;
}

blockquote:before { 
    background-repeat: no-repeat;
    position: absolute;
    width: 38px;
    height: 33px;
    left:4px;
    top: 7px;    
}

blockquote:after {
    background-repeat: no-repeat;
    position: absolute;
    width: 38px;
    height: 33px;
    right: 90px; 
    bottom: 78px;    
}

blockquote cite {
    display: block;
    margin-top: 74px;   
    text-align: right;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
}

blockquote cite:before {
    content: "";
}

blockquote p {
    margin-bottom: 0;
}

/* remember to define focus styles! */

blockquote em, blockquote i, blockquote cite {
    font-style: normal;
}

blockquote strong, blockquote b {
    font-weight: 400;
}

small {
    font-size: smaller;
}

big {
    font-size: 125%;
}

sup, sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

dl {
    margin: 0 0 24px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 24px;
}

ul, ol {
    list-style: none;
    margin: 0 0 20px 30px;
    padding-left: 0;
}

ul {
    list-style: disc;
}

ul li{
	font-size: 16px;
    line-height: 24px;
	margin: 0;
	
}

ol {
    list-style: decimal;
    margin-left: 0;
}

ol li{
	font-size: 16px;
    line-height: 24px;
	margin: 0 0 0 15px;
}

li > ul, li > ol {
    margin: 0 0 0 20px;
}

del {
    color: #767676;
}

hr {
    background-color: rgba(0, 0, 0, 0.1);
    border: 0;
    height: 1px;
    margin-bottom: 23px;
}

/**
 *  Links
 * ----------------------------------------------------------------------------
 */

a {
    font-family: 'Open Sans', sans-serif;
/*
    font-size: 23px;
    line-height: 25px;
*/
    color: #555555;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
  	transition: all 0.4s ease;
}

a, a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: 0px none !important;
}

a:hover, a:focus {
/*	color: #398f2b;*/
    color: #e2121d;
}

/**
 * Alignment
 * ----------------------------------------------------------------------------
 */

.alignleft {
    float: left;
    margin: 7px 60px 7px 0;
}

.alignright {
    float: right;
    margin: 7px 0 7px 12px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 7px auto;
}

blockquote.alignleft, blockquote.alignright {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 17px;
    width: 50%;
}

blockquote.alignleft p, blockquote.alignright p {
    margin-bottom: 17px;
}

button, input, select, textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

button, input {
    line-height: normal;
}

input, textarea {
    background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], input[disabled] {
    cursor: default;
}

input[type="checkbox"], input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table, th, td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
    width: 100%;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: bold;
}

td {
    border-width: 0 1px 1px 0;
}

del {
    color: #767676;
}

hr {
    background-color: rgba(0, 0, 0, 0.1);
    border: 0;
    height: 1px;
    margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
    background: #9fa1a4;
    color: #000000;
    text-shadow: none;
}

::-moz-selection {
    background: #9fa1a4;
    color: #000000;
    text-shadow: none;
}

/**
 *  Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */
/*------------------------ Buttons & Fields ------------------------*/


input {
	width: 100%;
	height: 45px;
	line-height: 45px;
	float: left;
    border: 1px solid #727272;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #636363;
    padding: 0 15px;
	margin: 0;
}

textarea {
	width: 100%;
	height: 182px;
	line-height: 20px;
	float: left;
    border: 1px solid #727272;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #636363;
    padding: 10px 15px;
	margin: 0;
	resize: none;
}

input:focus, textarea:focus {
    border: 1px solid #727272;
    outline: 0;
}

/* Buttons */

input[type="button"], input[type="reset"], input[type="submit"] {
	width: 100%;
	height: 47px;
	line-height: 47px;
	float: left; 
    background: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #464646;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
}

input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #464646;
    text-transform: uppercase;
}

input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
    background: none;
}

button, input, select, textarea {
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

.search-field {
    width: 100%;
}

.search-submit {
    display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
    color: #636363;
    opacity: 1; 
}

:-moz-placeholder {
    color: #636363;
    opacity: 1; 
}

::-moz-placeholder {
    color: #636363;
    opacity: 1; 
}

:-ms-input-placeholder {
    color: #636363;
    opacity: 1; 
}

/*----------------custom styles------------*/


/*#######################################*/



.wrapper{
	width: 100%;
	max-width:1140px;
	min-width:296px;
	margin:0px auto;
}

/*** Begin Header Section *************************************************************************************/

.header-container{
	width:100%;
	float:left;
	height:auto;
}
.header-top{
	width:100%;
	float:left;
	height:auto;
	background:#333333;
	padding:2px 0px;
}
.header-bottom{
	width:100%;
	float:left;
	height:auto;
	background:url("images/hdbg.png") no-repeat #e2121d;
	background-size:auto 125px;
	background-position:-300px top;
	height:125px;
}
.main-logo{
	float:left;
	width:auto;
	max-width:370px;
	padding-top:10px;
	margin-left:-40px;
}
.fcbk-count{
	margin-left:-40px;
}
.main-logo a{
	float:left;
	width:100%;
}
.main-logo a img{
	width:100%;
	float:left;
}
.main-menu ul{
	float:left;
	width:100%;
	padding-top:50px;
	margin-bottom:0px;
}
.main-menu ul li{
	width:auto;
	height:auto;
	float:left;
	padding-right:12px;
	padding-left:12px;
	position:relative;
        list-style:none;
}
.main-menu ul > li{
	padding-bottom:100px;
}
.main-menu ul li a{
	font-size:18px;
	font-weight:400;
	color:#fff;
}
.main-menu ul li a:hover{
	/* font-weight:700; */
	color:#000000;
}

.main-menu ul li ul {
	display: none;
	position: absolute;
	width: 250px;
	top: 60px;
	left: 0;
	padding: 15px 0 0;
	margin: 0;
	z-index: 999;
	margin-bottom:0px;
}
.main-menu ul li.last ul {
	left: inherit;
	right: 0;
}
.main-menu ul li:hover ul {
	display: block;
}
.main-menu ul li:hover ul li ul {
	display: none;
}
.main-menu ul ul li {
	margin: 0;
	padding: 0;
	border: none;
	float: left;
	width: 100%;
    background: #c51320;
}
.main-menu ul ul li a {
	float: left;
	width: 100%;
	margin: 0;
	padding: 12px 12px;
	text-transform: capitalize;
	color: #FFF;
	border-top: solid 1px #FFF;
}
.main-menu ul ul li:first-child ul li a {
	border-top: solid 1px #FFF;
}
.main-menu ul ul li:first-child a, .main-menu ul ul li:first-child ul li:first-child a {
	border: none;
}
.main-menu ul li.active ul li a, .main-menu ul li:hover ul li a {
	color: #FFF;
	text-decoration: none;
}
.main-menu ul ul li a:hover, .main-menu ul ul li:hover, .main-menu ul li.active ul li a:hover, .main-menu ul li:hover ul li a:hover {
	text-decoration: none;
	color: #000000;
}
.main-menu ul li ul li ul {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 99;
	padding: 0;
	margin: 0;
}
.main-menu ul ul ul li{
    background: #847e7e;
}
.main-menu ul li ul li:hover ul {
	display: block;
}
.main-menu ul li a svg{ display:none; }
.main-menu ul li.current_page_item > a{
	font-weight:700;
}
.mean-title {
	float: left;
	padding: 10px 0;
	font-size: 18px;
	color: #5b5555;
	text-transform: uppercase;
}
a.meanmenu-reveal {
	display: none;
}
.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}
.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}
.mean-remove {
	display: none !important;
}
.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: relative;
	min-height: 42px;
	z-index: 999999;
}
.mean-container a.meanmenu-reveal {
	width: 28px;
	height: 28px;
	padding: 0;
	position: absolute;
	top: 10px;
	right: 0;
	cursor: pointer;
	color: #5b5555;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 28px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	transition: none;
	float: right;
}
.mean-container a.meanmenu-reveal span {
	display: block;
	background: #5b5555;
	height: 4px;
	margin-top: 4px;
}
.mean-container .mean-nav {
	float: left;
	width: 100%;
}
.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
	list-style-type: none;
	padding: 0;
	display: block;
}
.mean-container .mean-nav ul ul {
	border-top: 1px solid #ffffff;
}
.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
}
.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	text-decoration: none;

}
.mean-container .mean-nav ul ul li {
	padding: 0;
}
.mean-container .mean-nav ul ul li a {
	padding: 10px 15;
}
.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}
.mean-container .mean-nav ul li a.mean-expand {
	width: 26px;
	height: 30px;
	text-align: center;
	position: absolute;
	right: 10px;
	top: 3px;
	z-index: 2;
	padding: 4px 0 0;
	font-size: 26px;
}
/*========Menmenu end=================*/

.banner-container{
	width:100%;
	float:left;
	height:auto;
	position:relative;
	background:#e2121d;
	padding-bottom:4px;
}
.banner-img{
	width:100%;
	float:left;
	height:auto;
}
.banner-img img{
	width:100%;
	float:left;
	height:auto;
}

.banner-desc-outer{
	position:absolute;
	left:0px;
	top:50%;
	width:100%;
	text-align:left;
	color:#ffffff;
	padding-right:15px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.banner-desc{
	width:100%;
	float:left;
	height:auto;
}
.banner-desc h2{
	font-size:67px;
	color:#fff;
	line-height:70px;
	position:relative;
	width:auto;
	display:inline-block;
	text-shadow: 2px 5px 2px #54514e;
        letter-spacing:-2px;
}
.banner-desc h2:before{
	position:absolute;
	content:" ";
	left:-28px;
	top:-5px;
	width:31px;
	height:31px;
	background:url("images/left_qt.png") no-repeat;
	
}
.banner-desc h2:after{
	position:absolute;
	content:" ";
	right:-28px;
	top:0px;
	width:31px;
	height:31px;
	background:url("images/right_qt.png") no-repeat;
}
.banner-desc h3{
	font-size:37px;
	color:#fff;
	font-weight:400;
	padding-bottom:16px;
        padding-top:2px;
}
/*** End Header Section ***************************************************************************************/


/*** Begin Content Section ************************************************************************************/

.content-container{
	width:100%;
	float:left;
	height:auto;
}

.news-outer{
	width:100%;
	float:left;
	height:auto;
	padding-top:15px;
	padding-bottom:30px;
}
.news-outer h2{
	padding-bottom:8px;
}
.news-list{
	width:100%;
	float:left;
	height:auto;
}
.news-list ul{
	width:100%;
	float:left;
	height:auto;
}
.news-list ul li{
	width:21.84%;
	float:left;
	height:auto;
	margin-left:4.16%;
}
.news-list ul li:first-child{
	margin-left:0px;
}
.img-ot{
	width:100%;
	float:left;
}
.img-ot img{
	width:100%;
	float:left;
}
.img-text{
	width:100%;
	float:left;
}
.img-text h5{
	font-weight:400;
	font-size:18px;
	color:#231f20;
	height:60px;
	overflow:hidden;
	line-height:22px;
	padding-top:8px;
}
.n-date{
	float:left;
	font-size:14px;
	color:#6e6c6c;
	font-weight:400;
}
.n-more{
	float:right;
	font-size:14px;
	color:#e2121d;
	font-weight:400;
}
.n-more a{
	font-size:14px;
	color:#e2121d;
	font-weight:400;
}
.n-more a:hover{
	color:#000000;
}

.home-cnt-outer{
	width:100%;
	float:left;
}
.head-out{
	float:left;
	width:100%;
	background:#e2121d;
	padding:20px 0px;
	background:url("images/hdbg.png") no-repeat #e2121d;
	background-size:auto 78px;
}
.head-out h2{
	font-weight:400;
	color:#ffffff;
	text-align:center;
        font-size:37px;
        letter-spacing:-0.8px;
}
.home-cnt-area{
	float:left;
	width:100%;
	padding-top:44px;
	text-align:center;
}
.home-cnt-area h4{
	padding-bottom:25px;
        letter-spacing:-0.8px;
}

.home-cnt-area p{
	line-height:34px;
        font-size:20px;
}
.home-block-box{
	float:left;
	width:100%;
	background:url("images/home-block-bg.png") right bottom no-repeat #e2121d;
	margin-top:50px;
	margin-bottom:20px;
	position:relative;
}
.block-img{
	float:left;
	width:50%;
}
.block-cnt{
	float:left;
	width:50%;
	padding:20px;
	text-align:left;
	color:#fff;
}
.block-cnt p{
	line-height:23px;
}
.block-cnt h3{
	color:#fff;
	font-size:26px;
	font-weight:700;
	padding-bottom:13px;
}
.rd-out{
	position:absolute;
	right:0px;
	bottom:0px;
	width:50%;
	background: rgba(0, 0, 0, 0.5);
}
.rd-out a{
	color:#d5a7a9;
	padding:15px;
	float:left;
	font-size:26px;
	font-weight:400;
}
.rd-out a:hover{
	color:#ffffff;
}
.home-block-box.box-1{
	margin-right:31px;
}
.home-block-box.box-2{
	margin-left:31px;
}
.facebook-outer{
	width: 100%;
	float: left;
	border-top: 21px solid #e9e9e9;
	border-bottom: 21px solid #e9e9e9;
	padding: 24px 0 13px;
}

.facebook-section{
	width: 100%!important;
	float: left;
}

.facebook-section h4{
	width: 100%;
	float: left;
	padding: 0 0 0 67px;
	position: relative;
}

.facebook-section h4:before{
	width: 48px;
	height: 48px;
	content: "\f230";
	font-family: 'FontAwesome';
	font-size: 53px;
	color: #3b5999;
	position: absolute;
	left: 0;
	top: 1px;
}

.content-links-outer{
	width: 100%;
	float: left;
}

.content-links-section{
	width: 100%;
	float: left;
	padding: 31px 0 44px;
}

.content-links-section ul{
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
}

.content-links-section ul li{
	width: 38%;
	float: left;
	padding: 0 0 0 155px;
	position: relative;
}

.content-links-section ul li:first-child{
	width: 24%;
	border: none;
	padding-left: 0;
}

.content-links-section ul li:before{
	width: 4px;
	height: 100%;
	content: "";
	background: #e9e9e9;
	position: absolute;
	left: 90px;
	top: 0;
}

.content-links-section ul li:first-child:before{
	content: none;
}

.content-links{
	width: 100%;
	float: left;
}

.content-links h5{
	font-size: 21px;
	line-height: 23px;
	color: #e1121d;
	font-weight: 400;
	padding: 0 0 5px;
}

.content-links p{
	width: 100%;
	float: left;
	font-size: 18px;
	line-height: 30px;
}

.red-btn{
	width: auto;
	float: left;
	font-weight: 400;
	font-size: 17px;
	color: #ffffff;
	background: #e1121d;
	padding: 3px 16px 7px;
	margin: 17px 0 0;
}

.red-btn:hover{
	color: #ffffff;
	background: #000000;
}
.red-btn:focus{
	color: #ffffff;
}
/*** End Content Section **************************************************************************************/


/*** Begin Footer Section *************************************************************************************/
.footer-container{
	width: 100%;
	float: left;
}

.footer-top{
	width: 100%;
	float: left;
	background: #333333;
}

.footer-logo{
	width: 100%;
	float: left;
}

.footer-logo a{
	width: auto;
	float: left;
}

.google-play{
	width: 100%;
	float: left;
	text-align: center;
	padding: 8px 65px 8px 0;
}

.website-by{
	width: 100%;
	float: left;
	padding: 17px 0 0 24px;
}

.website-by a{
	float: left;
}

.website-by span{
	float: left;
	font-size: 18px;
	color: #7e7e7e;
	padding: 7px 0 0 11px;
}

.footer-bottom{
	width: 100%;
	float: left;
	background: #ffffff;
	padding: 15px 0 21px;
}

.footer-links{
	width: 100%;
	float: left;
	position: relative;
}

.footer-links ul{
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	text-align: center;
}

.footer-links ul li{
	width: auto;
	float: none;
	display: inline-block;
	padding: 0 3px 0 9px;
	background: url(images/footer-divider.png) left 6px no-repeat;
}

.footer-links ul li:first-child{
	background: none;
}

.footer-links ul li a{
	width: 100%;
	float: left;
	font-size: 18px;
	font-weight: 400;
	color: #444444;
        text-transform:uppercase;
}

.footer-links ul li a:hover{
	color: #e1121d;
}

.copyright{
	position: absolute;
	left: 6px;
	top: -17px;
}

.copyright p{
	font-size: 14px;
	font-weight: 400;
	color: #a6a6a6;
}
/*** End Footer Section ***************************************************************************************/
.fl-row-fixed-width {
  max-width: 1440px;
}

.fl-builder-content {
	float: left;
	width: 100%;
}
.fl-module-content {
	margin: 0;
	
}
.fl-row-content-wrap {
	padding: 0;
}
.home-block-box.home-block-left {
	float: left;
	width: 49% !important;
}
.home-block-box.home-block-right {
	float: right;
	width: 49% !important;
}
.wp-caption-text {
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
}




/*-----branch-----*/
.branch-top-outer {
    float: left;
    width: 100%;
    background: #fff;
    border-top: 13px solid #d9d9d9;
}

.branch-desc {
    float: left;
    width: 100%;
    padding: 16px 0 40px;
}

.branch-desc p{
    font-size: 17px;
    line-height: 22px;
}

.branch-desc h1{
    color: #4b4a4a;
    padding: 0 0 27px;
}

.text-outer {
    
    padding: 40px 0 0;
}

.text-outer img {
    float: left;
    width: 31.5%;
}

.text-outer ul {
    float: left;
    margin: 0;
    padding: 0 0 0 56px;
    
}

.text-outer li {
    float: left;
    position: relative;
    width: 100%;
    font-size: 17px;
    line-height: 29px;
    padding: 45px 0 0 30px;
    list-style:none;
}

.text-outer li:before{
    position: absolute;
    content: "\f111";
    font-family: 'FontAwesome';
    left: 0;
    color: #e2121d;
}

.text-outer li:first-child{
    padding-top: 0;
}

.utility-outer{
    width: 100%;
    float: left;
    background: url("images/utility-bg.jpg") no-repeat;
    background-size: cover;
    padding: 32px 0 41px;
}

.single-blk {
    float: left;
    width: 100%;
    padding: 6px 0;
    min-height: 171px;
}

.image-blk {
    float: left;
    width: 36.9%;
    padding: 5px 0 0;
}

.text-blk {
    float: left;
    width: 63.1%;
    padding: 0 0 0 18px;
}
.text-blk h6{
}
.text-blk p{
    float: left;
    width: 100%;
    font-size: 15px;
    padding: 6px 0 2px;
}
.text-blk a{
    float: left;
    font-size: 15px;
    color: #e1121d;
}
.text-blk a:hover{
    color: #000;
}

.section-block{
    float: left;
    width: 100%;
    padding: 50px 0 66px;
    border-top: 27px solid #acacac;
}
.section-block-inner{
    float: left;
    width: 100%;
}
.section-block img{
    float: right;
    margin: 0 0 5px 75px;
}
.section-block h3{
    padding-bottom: 27px;
}
.section-block p{
    font-size: 17px;
    line-height: 29px;
    margin: 0 0 29px;
}
/*-----branch-----*/


/*news slider*/
.news-slider .fl-post-slider-img {
    width: 40%;
    padding: 0 20px 0 0;
}
.news-slider .fl-photo-align-right {
    text-align: left;
}
.news-slider .fl-post-slider-content {
    width: 60%!important;
}
.news-slider .fl-post-slider-feed-date, .news-slider .fl-post-slider-feed-more{
    color: #e2131e!important;
    font-size: 17px;
}
.news-slider .fl-post-slider-content .fl-post-slider-feed-more:hover{
    color: #000!important;
}
.news-slider .fl-post-slider-navigation .slider-prev {
    left: auto;
    right: 100px;
    bottom: 0px;
    width: 45px;
    height: 45px;
    background: #d9d9d9;
    text-align: center;
}
.news-slider .fl-post-slider-navigation .slider-next {
    left: auto;
    right: 48px;
    bottom: 0px;
    width: 45px;
    height: 45px;
    background: #d9d9d9;
    text-align: center;
}
.news-slider .fl-post-slider-navigation .slider-prev:after{
    position: absolute;
    content: "";
    margin: 0 auto;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    border-style: solid;
    border-width: 14px 15px 14px 0;
    border-color: transparent #333333 transparent transparent;
    top: 50%;
    -ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Safari */
    transform: translateY(-50%);
}
.news-slider .fl-post-slider-navigation .slider-next:after{
    position: absolute;
    content: "";
    margin: 0 auto;
    width: 0;
    left: 0;
    right: 0;
    width: 0;
    top: 50%;
    -ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%);; /* Safari */
    transform: translateY(-50%);
    height: 0;
    border-style: solid;
    border-width: 14px 0 14px 15px;
    border-color: transparent transparent transparent #333333;
}
.news-slider .fl-post-slider-navigation .slider-prev svg, .news-slider .fl-post-slider-navigation .slider-next svg{
    display: none;
}
.news-slider .fl-post-slider-feed-content{
    position: relative;
}
.fl-post-slider-navigation {
    top: auto;
    bottom: 0;
}
.news-slider .fl-post-slider-feed-content p{
    margin: 0 0 28px;
    line-height: 32px;
}
.news-slider .fl-post-slider-post .fl-post-slider-title {
    margin: 0 0 6px 0 !important;
}

.content-head{
    border-bottom: 4px solid #e2121d;
}
.page h1{
    padding: 0 0 40px;
}
.news-slider .fl-post-slider-thumb {
    padding: 35px 20px 35px 0px;
}
.news-slider .fl-post-slider-feed-meta {
    margin-bottom: 10px;
}
.news-slider .fl-post-slider-content a:hover {
    color: #e2131e!important;
}

.widget_archive{
    float: left;
    width: 100%;
    background: #e8e8e8;
    text-align: center;
}
.widget_archive .widgettitle{
    display: none;
}
.sidebar-title{
    background: #e2121d;
    padding: 18px 27px;
    text-align: left;
}
.sidebar-title h3{
    font-size: 22px;
    line-height: 24px;
    color: #fff;
}
.widget_archive label{
    display: none;
}
.widget_archive select{
    float: none;
    display: inline-block;
}
.sidebar-content{
    float: left;
    width: 100%;
    padding: 28px 26px;
    background: #e8e8e8;
}
.widget_search label{
    display: none;
}
.sidebar-news{
    float: left;
    width: 100%;
    padding: 18px 27px;
    background: #444444;
    margin: 9px 0 0;
}
.sidebar-news h3{
    font-size: 22px;
    line-height: 24px;
    color: #fff;
}
.sidebar-block{
    padding: 26px 0 0 20px;
}
.widget_search input[type="search"]{
    border: none;
    width: 83%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.widget_search input[type="search"]::-webkit-input-placeholder {
    color: #cecece;
    opacity: 1;
}
.widget_search input[type="search"]:-moz-placeholder {
    color: #cecece;
    opacity: 1;
}
.widget_search input[type="search"]::-moz-placeholder {
    color: #cecece;
    opacity: 1;
}
.widget_search input[type="search"]:-ms-input-placeholder {
    color: #cecece;
    opacity: 1;
}
.widget_search .search-submit{
    display: block;
    position: absolute;
    right: 0;
    height: 44px;
    top: 0px;
    color: #fff;
    background: #333333;
    border: none;
    padding: 0 7px;
    -webkit-transition: all 0.4s ease;
  	transition: all 0.4s ease;
}
.widget_search .search-submit:hover{
    background: #6d6c6c; 
}
.widget_search .search-submit:focus{
    outline: none;
}
.widget_search .search-form{
    position: relative;
    float: left;
    width: 100%;
}

.news-content{
    float: left;
    width: 100%;
    padding: 0 0 40px;
}


.news-content .sbHolder{
    max-width: 310px;
    font-size: 15px;
    border: 1px solid #343434;
    margin: 12px 0;
}
.news-content .sbOptions{
    top: 37px!important;
}
.news-content .sbSelector {
    line-height: 30px;
    font-size: 15px;
}
.news-content .sbToggle {
    background-size: 22px 12px;
    width: 32px;
}
.news-content .sbOptions a {
    font-size: 15px;
    line-height: 20px;
}
.news-content #container-filter{
    float: left;
    width: 102%;
    margin-left: -2%;
}
.news-content .filteritem{
    width: 23%;
    margin: 0 0 40px 2%;
}
.filteritem h6{
    font-weight: 400;
    min-height: 55px;
    padding-top: 8px;
}

.filteritem span{
    font-size: 14px;
    color: #858484;
    line-height: 26px;
}

.read-more{
    float: right;
    font-size: 14px;
    color: #e2121d;
}
.read-more:hover{
    color: #000;
}
.fl-module img{
    height: auto;
}

.related-news .filteritem h6{
    min-height: 0;
    padding: 8px 0;
}
.related-news .filteritem img{
    margin: 0 0 4px;
}
.related-news .filteritem{
    padding: 0 0 10px;
}
.single .post-image img{
    width: 100%;
    height: auto;
}
.single .title-header-left span{
    color: #e2121d;
    padding: 8px 0;
    float: left;
    font-size:15px;
}
.single .post-content{
    padding: 8px 0 20px;
}
.single #commentform{
    padding: 8px 0;
    float: left;
    width: 100%;
}
.single #commentform p{
    float: left;
    margin: 0 0 10px;
    width: 100%;
}
.single .logged-in-as{
    float: left;
    padding: 0 0 8px;
    width: 100%;
}
.logged-in-as a{
    color: #000;
}
.logged-in-as a:hover{
    color: #e42630;
}
.comment-form-comment{
    text-align: left;
}
.comment-form-comment textarea{
    margin: 8px 0 0;
}
.single .form-submit{
    float: left;
    width: 100%;
}
.single .form-submit input{
    width: auto;
    border: 1px solid #343434;
    color: #000;
    -webkit-transition: all 0.4s ease;
  	transition: all 0.4s ease;
}
.single .form-submit input:hover{
    background: #e42630;
    color: #fff;
}
.nav-links{
    float: left;
    width: 100%;
    position: relative;
}
.nav-links svg{
    width: 25px;
    height: 25px;
    bottom: -2px;
    position: absolute;
    left: 0;
}
.nav-links a{
    font-size: 16px;
    color: #000;
    line-height: 20px;
    margin: -20px 0 0;
}
.nav-links a:hover{
    color: #e42630;
}
.nav-title{
    position: relative;
    padding-left: 30px;
}
.nav-next a{
    float: right;
}
.nav-links .nav-next svg{
    left: auto;
    right: 0;
}
.nav-links .nav-next .nav-title{
    padding: 0 30px 0 0;
}
.navigation.post-navigation{
    float: left;
    width: 100%;
    padding: 20px 0 30px;
}
.navigation.post-navigation h2{
    display: none;
}
#archives-2 h2{
    display: none;
}
#archives-2{
    padding: 28px 26px;
    background: #e8e8e8;
}
.title-header .social-share #st-1{
    text-align: right;
}
.social-share #st-1 .st-btn, #st-4 .st-btn, #st-3 .st-btn{
    margin-right: 4px!important;
}
.social-share{
    padding: 15px 0;
}
.social-share h5{
    color: #444444;
    padding: 0 0 8px;
}
.archive-left article{
    float: left;
    width: 100%;
    padding: 0 0 40px;
}
.archive-left article h2{
    padding: 0 0 16px;
}
.archive-left article img{
    margin: 0 0 16px;
}
.archive-page-header{
    float: left;
    width: 100%;
}
.archive .navigation.pagination h2{
    display: none;
}
.home-title h1{
    padding: 0px 0px 5px;
}
.content-list .masonry-brick{
    border: none;
}
.content-list .masonry-brick .fl-post-grid-text{
    padding: 0;
}
.content-list h2.fl-post-grid-title{
    font-weight: 400;
    min-height: 55px;
    padding-top: 8px;
    font-size: 20px;
    line-height: 22px;
    color: #221f1f;
    margin: 0;
}
.content-list .fl-post-grid-meta {
    font-size: 14px;
    padding-bottom: 10px;
    font-size: 14px;
    color: #858484;
    line-height: 26px;
    width: auto;
    padding: 0;
    float: left;
    width: auto;
}
.content-list .fl-post-grid-content{
    float: right;
    width: auto;
}
.content-list .fl-post-grid-content a{
    margin: 0;
    color: #e2121d;
}
.content-list .fl-post-grid-content a:hover{
    color: #000;
}

/*home slider*/
.content-block-slider .slick-slider{
    position: relative;
}
.content-block-slider .slick-slider .slick-arrow{
    font-size: 0px;
    width: 40px;
    height: 40px;
    background: #cccccc;
    border: none;
    box-shadow: none;
    bottom: 0;
    left: 0;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.4s ease;
  	transition: all 0.4s ease;
}
.content-block-slider .slick-slider .slick-arrow:focus{
    outline: none;
}
.content-block-slider .slick-slider .slick-arrow:hover, .content-block-slider .slick-slider .slick-arrow:focus{
    background: #e5e5e5;
}
.content-block-slider .slick-slider .slick-arrow:after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Safari */
    transform: translateY(-50%);
}
.content-block-slider .slick-slider .slick-arrow.slick-prev:after{
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 13px 13px 0;
    border-color: transparent #ffffff transparent transparent;
}
.content-block-slider .slick-slider .slick-arrow.slick-next:after{
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 13px 13px;
    border-color: transparent transparent transparent #ffffff;
}
.content-block-slider .slick-slider .slick-arrow.slick-prev{
    position: absolute;
}
.content-block-slider .slick-slider .slick-arrow.slick-next{
/*    left: 50px;*/
    margin-left: 50px;
}

.archive-left {
	float: left;
	width: 70%;
	padding: 35px 30px 0 0;
}
.archive-right {
	float: right;
	width: 30%;
	padding: 100px 0 0 0;
}
.related-news {
	float: left;
	width: 100%;
	background: #ebebeb;
	padding: 40px 40px;
}
.content-area {
	float: left;
	width: 100%;
	padding: 35px 0px 0px 0px;
}
.title-header {
	float: left;
	width: 100%;
}
.title-header-left {
	float: left;
	width: 75%;
}
.title-header-left h1 {
  color:#3a3838;
  text-transform:uppercase;
}

.title-header .social-share {
	padding: 15px 0 0 0;
}

.header-bottom {
	position: relative;
}
.header-bottom:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 13px;
	left: 0;
	bottom: -13px;
	background: rgba(0,0,0,.15);
	z-index: 1;
}
.load-more {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 36px;
}
.load-more a {
	display: inline-block;
}
.full-width {
	float: left;
	width: 100%;
	padding: 20px 20px;
}
#cff .cff-item {
	border-bottom:0px !important;
	clear: none;
	padding-top: 30px;
}
#cff .cff-item p {
   font-size:14px;
}

.cff-post-text {
	padding-right: 60px !important;
}
#cff .cff-shared-link {
	width: 90%;
}
.reply{
    text-align: right;
}
.reply svg{
    overflow: hidden;
    width: 20px;
    height: 20px;
    margin: 0 6px 0 0px;
}
.search .page-header{
    margin: 0;
}
.search .search-form{
    float: left;
    width: 100%;
    padding: 20px 0;
}
.search .search-form label{
    padding: 0 0 10px;
}

#wrap_404 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 40px 0 60px;
}

#wrap_404 h1 {
    font-size: 176px;
    color: #000;
    line-height: 176px;
    font-weight: 700;
}

#wrap_404 h1 span {
   color: #c51320;
}

#wrap_404 h2 {
    display: block;
    font-size: 30px;
    color: #000;
}

#wrap_404 h6 {
    display: inline-block;
    padding-bottom: 30px;
    font-size: 24px;
    font-weight: normal;
    color: #000;
}

#wrap_404 p a{
    padding: 10px 20px;
    border: 2px solid #000;
    color: #000;
}

#wrap_404 p a:hover{
    color: #fff;
    background: #c51320;
}

.sidebar-inner-content{
    margin: 0 0 20px;
}

#st-1 .st-btn[data-network="facebook"],
#st-3 .st-btn[data-network="facebook"],
#st-4 .st-btn[data-network="facebook"] {
   background:#3c589a !important;
}
#st-1 .st-btn[data-network="twitter"],
#st-3 .st-btn[data-network="twitter"],
#st-4 .st-btn[data-network="twitter"]  {
   background:#14b2c8 !important;
}
#st-1 .st-btn[data-network="googleplus"],
#st-3 .st-btn[data-network="googleplus"],
#st-4 .st-btn[data-network="googleplus"] {
   background:#d51f1f !important;

}
#st-1 .st-btn[data-network="linkedin"],
#st-3 .st-btn[data-network="linkedin"],
#st-4 .st-btn[data-network="linkedin"] {
   background:#2886ef !important;
}
#st-1 .st-btn[data-network="pinterest"],
#st-3 .st-btn[data-network="pinterest"],
#st-4 .st-btn[data-network="pinterest"] {
   background:#cc2329 !important;
}

.fl-post-gallery-img-horiz {
    height: 100% !important;
    max-height: 100% !important;
    max-width: 100% !important;
    width: auto !important;
}

.social-holder
{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.social-holder a
{
	color: #FFF;
	padding: 5px 20px;
	display: inline-block;
}