@import url('https://fonts.googleapis.com/css?family=Abel|Exo+2:100,400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

body
{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	background-color: #f2f2f2;
	color: #333;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6
{
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	font-weight: 500;
	margin-top: 0;

}
h1,.h1 
{
	font-size:40px;
	text-transform:none;
}
h2,.h2
{
	font-size: 32px;
	text-transform: uppercase;
}
h3,.h3
{
	font-size: 28px;
	text-transform: uppercase;
}
h4,.h4
{
	font-size: 22px;
	text-transform: uppercase;
}
h5,.h5
{
	font-size: 18px;
	text-transform: uppercase;
}

div.title
{
	overflow: hidden;
}
div.title h2.heading_title
{
	color: #4771b6;
	font-weight: bold;
	font-size: 35px;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	padding-right: 25px;
}

div.title h2.heading_title::after
{
	content: '-';
	font-size: 2px;
	background: rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.1);
	height: 4px;
	display: block;
	width: 2000%;
	position: absolute;
	right: -2000%;
	top: 50%;
}

a{text-decoration: none;color:#142532;}
a:focus{text-decoration: none}

a:hover{color :#142532;}
ul,li
{
    list-style:none;
    padding:0px;
    margin:0px; 
}
.auto-container 
{
    position: relative;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.medium-container
{
    max-width:960px;
    margin: 0 auto;
    position: relative;
}

.small-container
{
    max-width:800px;
    margin: 0 auto;
    position: relative;
}

section
{
	padding: 40px 0;
}

/***************************** HEADER ***************************************/
.header-section
{
	background: transparent;
	-webkit-box-sizing: border-box;
	display: block;
}
.header-section .top-bar
{
	background-color: #ce0017;
	height: 25px;
	position: relative;
	/*transition: all ease-in-out .5s;*/
}
.header-section .top-bar ul
{
	text-align: right;
}
.header-section .top-bar ul li
{
	padding: 0 17px;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	/*transition: all ease-in-out .2s;*/
}
.header-section .top-bar ul li a
{
	line-height: 2em;
	color :#fff;
	cursor: pointer;
	white-space: nowrap;
	text-transform: uppercase;
	vertical-align: middle;
	display: block;
}
.header-section .top-bar ul li:hover
{
	background-color: rgba(255,255,255,0.4);
}

.main-header
{
	width: 100%;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 96;
	top: 0;
	/*transition: transform .2s ease-in-out;*/
	background-color: transparent;
	height: auto;
	box-shadow: 0 10px 16px 0 rgba(0,0,0,0.1), 0 6px 20px 0 rgba(0,0,0,0.05);
}
.main-header .main-box
{
	/*background: #142532;*/
	background: #fff;
	width: 100%;
	transition: none;
	padding :10px 10px;
}
.fixed-header 
{
    position: fixed !important;
    top: 0;
    z-index: 333;
    width: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: none;
}
.fixed-header .main-box
{
	background-color: #fff;
	box-shadow: 0 10px 16px 0 rgba(0,0,0,0.1), 0 6px 20px 0 rgba(0,0,0,0.05);
    box-shadow: 0 0 7px rgba(0,0,0,0.2);
    padding:0;
}
.fixed-header .main-box .auto-container
{
	display: none;
}


header .main-header .main-box .logo-box
{
	display: table;
	vertical-align: middle;
	margin: 0 auto;
}

header .main-header .main-box .logo-box .logo a
{
	display: inline-block;
}
header .main-header .main-box .logo-box .logo img 
{
	max-width: 100%;
	width: 100px;
}
header .main-header .main-box .logo-text,
header .main-header .main-box .logo-box .logo
{
	display: inline-block;
	vertical-align: middle;
}
header .main-header .main-box .logo-box .logo
{
	margin-right: 15px;
}
header .main-header .main-box .logo-text .title,
header .main-header .main-box .logo-text .desc
{
	display: block;
	color: #4771b6;
	font-weight: bold;
	font-family: "Times New Roman";
}
header .main-header .main-box .logo-text .title
{
	font-size: 35px;
}
header .main-header .main-box .logo-text .desc
{
	font-style: 22px;
}

.main-header .nav-outer
{
	position: relative;
	text-align: center;
}

.main-menu
{
	margin: 0 auto;
	background-color: #4671b7;
	margin-top: 25px;
	display: inline-block;
}
.main-menu .navbar-collapse
{
	padding: 0;
}
.main-menu ul.navigation
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-header nav.main-menu ul.navigation li
{
	float: left;
	display: inline-block;
}
.main-header nav.main-menu ul li a
{
	color: #fff;
	display: block;
	transition: all .3s ease;
	padding:10px 35px;
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
}

.main-menu .navigation li.current > a,
.main-menu .navigation li:hover > a
{
	background-color: #1a237e;
	text-decoration: none;
	color: #fff;
	opacity: 1;
}

.main-header .main-menu .navigation li:hover ul
{
	visibility: visible;
	opacity: 1;
	transform: scaleY(1);
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
}
.main-header .main-menu .navigation ul
{
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	position: absolute;
	background: #f37633;
	width: 100%;
	margin:0;
	top: 100%;
	left: 0;
	width: 240px;
	transform: scaleY(0);
	-moz-transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-o-transform: scaleY(0);
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	visibility: hidden;
	opacity: 0;
}
.main-header .main-menu .navigation ul li 
{
    position: relative;
}

.main-header .main-menu .navigation ul li
{
	padding:0;
	background-color: transparent;
	display: block;
	width: 100%;
}
.main-header .main-menu .navigation ul li:last-child
{
	border-bottom: none;
}
.main-header .main-menu .navigation ul li a
{
	transition: all 0.4s ease 0s;
	border-top: 0;
	color: #fff;
	display: block;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}




.main-header .nav-toggler
{
	z-index: 99;
	position: absolute;
	width: 38px;
	left: 20px;
}
.main-header .nav-toggler button
{
	margin: 0 auto;
	width: auto;
	border:none;
	/*background-color: #ce0017;*/
	background: transparent;
	height: 100%;
	color :#000;
	outline: none !important;
	box-shadow: none !important;

}

/**** SIDE BAR MOBILE VIEWS ****/

.sidebar-overlay
{
	display: none;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sidebar-overlay
{
	position: fixed;
	z-index: 444;
}

.hidden-bar.left-align
{
	padding: 0;
	left: -400px;
}
.hidden-bar.left-align.visible-sidebar
{
	left: 0;
}

.hidden-bar-wrapper
{
	max-height: 650px;
}
.hidden-bar .logo img
{
	max-width: 150px;
}
.hidden-bar
{
	position: fixed;
	top: 0;
	width: 305px;
	height: 100%;
	z-index: 9999;
	-moz-transition: all 700ms ease;
	background-color: transparent;
	background-repeat: repeat;
	background-color: #fff;
	box-shadow: 0 0 15px #666;
}
.hidden-bar .sidebar-button:first-child,
.hidden-bar .sidebar-bottom .sidebar-button:first-child
{
	margin-left: 15px;
}

.hidden-bar .sidebar-button {
    width: 90px;
	height: 49px;
	display: block;
	float: left;
	background-repeat: no-repeat;
	text-align: center;
}
.hidden-bar .side-menu 
{
    padding: 0;
    font-size: 13px;
    letter-spacing: 1px;
}
.hidden-bar .side-menu ul li
{
	border-bottom: 1px dashed #666;
}
.hidden-bar .side-menu ul li a
{
	display: block;
	font-weight: 500;
	text-transform: uppercase;
	padding: 10px 15px 10px 20px;
	position: relative;
	transition: all 0.3s ease;
	border-top: none;
	border-bottom: none;
	background-repeat: repeat-x;
	color: #4771b6;
	margin-bottom: -1px;
}
.hidden-bar .side-menu ul li a:hover, 
.hidden-bar .side-menu ul li.current a 
{
	text-decoration: none;
	font-weight: bold;
    color: #4771b6;
}
.hidden-bar .sidebar-copyright {
    padding-top: 15px;
    font-size: 10px;
    text-align: center;
    color :#8a8a8a;
}
.hidden-bar .side-menu ul ul
{
	padding-left: 20px;
	display: none;
}
.hidden-bar .side-menu ul li.show-child ul
{
	display: block;
}
.hidden-bar .side-menu ul ul li a
{
	font-size: 11px;
	line-height: normal;
}
/**** SIDE BAR MOBILE VIEWS ****/

/**** FOR MOBILE TOGGLE *****/

.off-canvas-menu 
{
    margin: 0;
    padding-right: 0;
}
.navbar-toggle 
{
    position: relative;
    float: none;
    padding: 0px;
    margin : 0px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color :#fff;
}
.navbar-toggle i
{
	font-size: 24px;
	color :#000;
}

.block-head.head-menu 
{
    float: left;
    margin-top: 10px;
}

.block-head.head-menu 
{
	display: none;
}

/**** FOR MOBILE TOGGLE *****/

/***************************** HEADER ***************************************/


/******** BANNER ***********/
.owl-carousel .owl-nav 
{
	margin-top: 0;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next
{
	display: inline-block;
	margin: 5px;
	padding: 3px 10px;
}
.owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot 
{
    font-family: 'fontAwesome';

}
.owl-carousel .owl-nav .owl-prev:before
{
    // fa-chevron-left
    content: "\f053";
    margin-right:10px;
}
.owl-carousel .owl-nav .owl-next:after
{
    //fa-chevron-right
    content: "\f054";
    margin-right:10px;
}
.owl-theme .owl-dots
{
	position: absolute;
	left: 50%;
	z-index: 99;
	bottom: 0;
}
.main-slider:hover .owl-nav
{
	opacity: 1;
	visibility: visible;
}

.owl-theme .owl-nav.disabled + .owl-dots
{
	margin-top: -30px;
	z-index: 9999;
	position: relative;
}
.owl-theme .owl-dots .owl-dot span
{
	background-color: #7e7e7e;
	opacity: 0.5;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span
{
	opacity: 1;
}
.main-slider .owl-nav .owl-prev,
.main-slider .owl-nav .owl-next
{
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	background: transparent;
	opacity: 0.8;
	font-size: 35px;
	color :#fff;
}
.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover
{
	background: transparent;
	opacity: 1;
	color :#fff;
}
.main-slider .owl-nav .owl-prev
{
	left: 1%;
}
.main-slider .owl-nav .owl-next
{
	right: 1%;
}
.main-slider .owl-nav .owl-prev i,
.main-slider .owl-nav .owl-next i
{
	color: #fff;
	font-size: 28px;
}
.main-slider .hero-caption
{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10%;
	left:10%;
	z-index: 10;
	color: #1a237e;
}
.main-slider .hero-caption .hero-text
{
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	color: #fff;
}
.main-slider .hero-caption .hero-text h2
{
	font-family: 'Exo 2';
	font-weight: 700;
	font-size: 55px;
	text-transform: none;
}

.main-slider .hero-caption .hero-text .cover_link
{
	padding-top: 15px;
	padding-bottom: 15px;
	color: #fff;
}
.main-slider .hero-caption .hero-text .cover_link p
{
	color: #fff;
	font-size: 30px;
	margin: 0;
	padding: 0;
}
.main-slider .hero-caption .hero-text .cover_link p i
{
	color: #fe0000;
	font-size: 45px;
	margin-left: 25px;
}
/******** BANNER ***********/


/***************************** HOME ***************************************/
.news_section_home
{
	position: relative;
}
.news_section_home .news_item
{
	margin-bottom: 25px;
}
.news_section_home .news_item .news_image
{
	height: 200px;
	overflow: hidden;
}
.news_section_home .news_item .news_image img
{
	width: 100%;
}
.news_section_home .news_item .news_content
{
	color: #fff;
	background:#000;
	padding:15px 25px;

}
.news_section_home .news_item .news_content h3.title
{
	margin: 0;
	padding: 0;
	font-size: 16px;
	text-transform: none;
	margin-bottom: 15px;
}
.news_section_home .news_item .news_content .meta
{
	font-style: italic;
	font-size: 13px;
}

.about_section_home
{
	position: relative;
}
.about_section_home [class*="col-"]
{
	padding-right: 0;
	padding-left: 0;
	border-right: 1px #eeeeee solid;
	padding-bottom: 35px;
	padding-top: 35px;
}
.about_section_home [class*="col-"]:last-child
{
	border-right: 0;
}
.about_section_home .motto_icon
{
	text-align: center;
}
.about_section_home .motto_icon i
{
	color: #4771b6;
	font-size: 80px;
	margin-bottom: 20px;
}
.about_section_home .motto_icon .motto_desc
{
	padding-left: 15px;
	padding-right: 15px;
}
.about_section_home .motto_icon .motto_desc h3
{
	margin: 0;
	padding: 0;
	text-transform: none;
	font-size: 18px;
	font-weight: bold;
}

.home_motto
{
	padding: 80px 0;
	text-align: center;
}
.home_motto h2
{
	text-transform: none;
	text-shadow: 0 0 1px #666;
}
.home_motto p
{
	font-style: italic;
}

.home_client
{
	padding: 40px 0;
}
.home_client h2
{
	color: #4771b6;
	font-weight: bold;
	text-align: center;
}
.home_client .home_client_list
{
	padding: 25px 0;
}
.home_client .slick-arrow-next,
.home_client .slick-arrow-prev
{
	position: absolute;
	top: 50%;
	z-index: 9999;
	display: inline-block;
	background: transparent;
	opacity: 0.8;
	color :#4771b6;
	cursor: pointer;
}
.home_client .slick-arrow-next i,
.home_client .slick-arrow-prev i
{
	font-size: 35px;
}
.home_client .slick-arrow-prev
{
	left: 1%;
}
.home_client .slick-arrow-next
{
	right: 1%;
}
.home_client .client_box img
{
	margin: 0 auto;
	max-height: 120px;
	transition: all 0.5s linear;
}
.home_client .client_box img:hover
{
	filter: grayscale(0);
}
/***************************** HOME ***************************************/

/***************************** PAGE ***************************************/
section.bg_orange
{
	color: #fff;
	background: #f37633;
}
section.page
{
	position: relative;
}
section.page .break_space
{
	margin: 35px 0;
}
section.page h3
{
	text-align: center;
	text-transform: none;
	font-weight: bold;
	color: #000;
}

section.page h3.text-left
{
	text-align: left;
}
section.page h3.border-center span,
section.page h3.border-right span
{
	display: inline-block;
  	position: relative;  
}
section.page h3.border-center span:before
{
	right: 100%;
  	margin-right: 15px;
}
section.page h3.border-center span:after,
section.page h3.border-right span:after
{
	left: 100%;
  	margin-left: 15px;
}

section.page h3.border-center span:before,
section.page h3.border-center span:after,
section.page h3.border-right span:after
{
	content: "";
  	position: absolute;
  	height: 25px;
  	border-bottom: 1px solid #666;
  	top: 0;
  	width: 400px;
}
section.page h3.border-right span:after
{
	width: 250px;
}
section.page h4.sub-title
{
	text-align: center;
	color: #fdab55;
	text-transform: none;
	margin: 0;
	font-size: 20px;
}

section.project .project_list
{
	position: relative;
}
section.project .project_list .project_list_item
{
	margin: 10px 0 15px 0;
	background-color: #fff;
	transition: box-shadow .25s, -webkit-box-shadow .25s;
	border-radius: 2px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
}
section.project .project_list .project_list_item .project_image
{
	height: 245px;
	overflow: hidden;
	position: relative;
}
section.project .project_list .project_list_item .project_image img
{
	margin: 0 auto;
	display: block;
	border-radius: 2px 2px 0 0;
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
}
section.project .project_list .project_list_item .project_description
{
	padding: 24px;
	border-radius: 0 0 2px 2px;
	height: 120px;
	overflow: hidden;
}
section.project .project_list .project_list_item .project_description h3
{
	text-transform: none;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
}

section.project .project_list .project_list_item .owl-nav .owl-prev,
section.project .project_list .project_list_item .owl-nav .owl-next
{
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
	background: transparent;
	opacity: 0.8;
	font-size: 35px;
	color :#fff;
}
section.project .project_list .project_list_item .owl-nav .owl-prev:hover,
section.project .project_list .project_list_item .owl-nav .owl-next:hover
{
	background: transparent;
	opacity: 1;
	color :#fff;
}
section.project .project_list .project_list_item .owl-nav .owl-prev
{
	left: 1%;
}
section.project .project_list .project_list_item .owl-nav .owl-next
{
	right: 1%;
}
section.project .project_list .project_list_item .owl-nav .owl-prev i,
section.project .project_list .project_list_item .owl-nav .owl-next i
{
	color: #fff;
	font-size: 28px;
}

/***************************** PAGE ***************************************/

/***************************** NEWS ***************************************/
.news_list
{
	position: relative;
}
.news_list .news_item
{
	margin-bottom: 25px;
}
.news_list .news_item .news_image
{
	max-height: 150px;
	overflow: hidden;
	border:1px solid #ccc;
	margin-bottom: 0;
	border-bottom: 0;
}
.news_list .news_item .news_image img
{
	width: 100%;
	height: 100%;
}

.news_list .news_item .news_item_content
{
	border:1px solid #ccc;
	border-top: 0;
	background: #fff;
	padding: 10px 15px;
}
.news_list .news_item .news_item_content .news_title h3
{
	text-align: left;
	font-size: 16px;
	margin: 0;
	color:#ed1b24;
	margin-bottom: 15px;
}

.news .news_image
{
	position: relative;
	margin-bottom: 25px;
}
.news .news_image img
{
	max-width: 100%;
}
.news .news_content h2
{
	text-transform: none;
	font-size: 25px;
}
/***************************** NEWS ***************************************/

/***************************** PRODUCT ***************************************/
section.banner_page
{
	padding: 0;
}
section.bg_white
{
	background: #fff;
}
div.category_specification
{
	width: 100%;
	display: table;
}
div.category_specification .title,
div.category_specification .spec
{
	display: table-cell;
	vertical-align: middle;
}
div.category_specification .title
{
	width: 30%;
}
div.category_specification .title h3
{
	text-transform: none;
	font-weight: bold;
}
div.category_specification .spec table
{
	width: 100%;
	border-collapse: collapse;
}

section.product
{
	border-top: 3px solid #000;
}
section.product aside
{
	background : #e8e8e8;
	padding: 10px 15px;
}
section.product aside .side-box
{

}
section.product aside .side-box h3
{
	text-transform: none;
	margin: 0;
	font-size: 16px;
	margin-bottom: 15px;
}
section.product aside .side-box .side-category a
{
	font-size: 14px;
	display: block;
	margin-bottom: 15px;
}
section.product aside .side-box .side-category a:hover,
section.product aside .side-box .side-category a:click,
section.product aside .side-box .side-category a:focus
{
	text-decoration: none;
}
section.product aside .side-box .side-category a .indicator
{
	float: right;
	font-size: 16px;
}
section.product aside .side-box .side-category a ul
{
	transition: all .2s ease;
	display: none;
	padding-left: 20px;
}
section.product aside .side-box .side-category a.current ul
{
	display: block;
}
section.product aside .side-box .side-category a ul li
{
	list-style: " > ";
	margin: 5px 5px;
}
section.product .product_container
{
	width: 100%;
	position: relative;
}
section.product .product_container .product_item
{
	margin-bottom: 25px;
}
section.product .product_container .product_item .product_image,
section.product .product_container .product_item .product_description
{
	display: block;
}
section.product .product_container .product_item .product_image
{
	height: 200px;
}
section.product .product_container .product_item .product_image img
{
	height: 100%;
	max-width: 100%;
}
section.product .product_container .product_item .product_description
{
	background:#000;
	color: #fff;
	text-align: center;
	padding:5px 5px;
}
section.product .product_container .product_item .product_description h4
{
	margin : 0;
}
/***************************** PRODUCT ***************************************/

/***************************** FOOTER ***************************************/
footer
{
	background : #f6faff;
	color: #8893b9;
}
footer .first_footer_inner
{
	border-bottom: 1px solid #e5e5e5;
}
footer .second_footer_inner
{
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

footer .footer_box
{
	margin: 75px 0 60px;
}
footer .footer_box .footer_logo
{
	display: block;
}
footer .footer_box .footer_logo .footer_logo_image
{
	margin-bottom: 25px;
}
footer .footer_box .footer_logo .footer_logo_image,
footer .footer_box .footer_logo .footer_logo_text
{
	display: inline-block;
	vertical-align: middle;
}
footer .footer_box .footer_logo .footer_logo_image
{
	margin-right: 25px;
}
footer .footer_box .footer_logo .footer_logo_image img
{
	max-width: 100px;
}
footer .footer_box .footer_company
{
	margin: 25px 0;
	border: 1px solid #fff;
	padding: 5px 15px;
	text-align: center;
}

footer .footer_box h3
{
	margin: 0;
	padding: 0;
	font-size: 20px;
	color: #031b4e;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 25px;
}

footer .footer_box ul.footer_link li
{
	margin-bottom: 15px;
}
footer .footer_box ul.footer_link li a
{
	display: block;
	color: inherit;
	transition: all .3s ease;
}
footer .footer_box ul.footer_link li a:hover
{
	color: #0d47a1;
}

/***************************** FOOTER ***************************************/