@font-face {
    font-family: 'oswald-l';
    src: url('../fonts/Oswald-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'oswald-m';
    src: url('../fonts/Oswald-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'oswald-b';
    src: url('../fonts/Oswald-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'lato-l';
    src: url('../fonts/Lato-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'lato-r';
    src: url('../fonts/Lato-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'lato-b';
    src: url('../fonts/Lato-Bold.ttf') format('truetype');
}

body {margin: 0; padding: 0; font-size: 16px; color: #454545; background: #fff; font-family: 'lato-r';}

.btn-default {background-color: #f9bf13; border-color: #f9bf13; border-radius: 0; text-transform: uppercase; color: #fff; padding: 8px 15px;}
.btn-default:hover, .btn-default:focus {background-color: #e2ad0f; border-color: #e2ad0f; color: #fff;}
.mt-10 {margin-top: 10px;}
textarea {resize: none;}
button:focus {outline: none !important;}

body.home_page .navbar-default {background-color: rgba(255,255,255,0.1);}
.navbar-default {background-color: #fff; border: none; border-radius: 0; margin-bottom: 0; transition: 0.3s all; -moz-transition: 0.3s all; -webkit-transition: 0.3s all; -o-transition: 0.3s all; -ms-transition: 0.3s all;}
.navbar-default .navbar-brand {height: auto; padding-top: 10px; padding-bottom: 10px;}
.navbar-default .navbar-brand img {height: 80px; transition: 0.3s all;}

.navbar-collapse {float: right;}
body.home_page .navbar-nav>li>a {color: #fff; }
.navbar-default .navbar-nav>li>a {font-size: 16px; color: #000; text-transform: uppercase; font-family: 'oswald-m'; padding-top: 20px; padding-bottom: 20px;}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {background: none; color:#f9bf13;}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {color:#f9bf13;}

.header_sticky {background-color: #fff !important; box-shadow: 0 0 10px #ccc;}
.header_sticky .navbar-nav>li>a {color: #000 !important;}
.header_sticky .navbar-brand img {height: 60px ;}
.header_sticky .header_topbar {display: none;}
.header_sticky .navbar-nav {margin-top: 15px;}

.header_topbar {display: block; text-align: right; padding: 5px 8px 0 0;}
.topbar_contact {list-style-type: none; display: inline-block; padding: 0;}
.topbar_contact>li { display: inline-block; color: #f9bf13; margin: 0 8px;  font-size: 14px;}
.topbar_contact>li>i { margin-right: 3px;}
.topbar_contact>li>a { display: inline-block; color: #f9bf13; font-weight: bold;}
.topbar_contact>li>a:hover {text-decoration: none;}


.banner_section_bg {float: left; width: 100%;}
.banner_section_bg .owl-carousel .owl-nav button.owl-prev, .banner_section_bg .owl-carousel .owl-nav button.owl-next { font-size: 32px; color: #fff; opacity: 0.5; position: absolute; top: 50%; line-height: normal;  transform: translate(0,-50%); -moz-transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%); width: 55px;  height: 55px; background: rgba(0,0,0,0.7); border-radius: 50%;}
.banner_section_bg .owl-carousel .owl-nav button.owl-prev:hover, .banner_section_bg .owl-carousel .owl-nav button.owl-next:hover, .banner_part .owl-carousel .owl-nav button.owl-prev:focus, .banner_section_bg .owl-carousel .owl-nav button.owl-next:focus {opacity:1; outline: none;}
.banner_section_bg .owl-carousel .owl-nav button.owl-prev {left: 15px;}
.banner_section_bg .owl-carousel .owl-nav button.owl-next {right: 15px;}
.banner_section_bg .owl-dots {position: absolute; bottom: 5px; left: 50%; transform: translate(-50%,0); -moz-transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -o-transform: translate(-50%,0); -ms-transform: translate(-50%,0); display: none;}
.banner_section_bg .owl-dots .owl-dot {width: 8px; height: 8px; background: #fff; border-radius:50%; margin: 0 3px; opacity: 0.5;}
.banner_section_bg .owl-dots .owl-dot.active {opacity: 1;}
.banner_section_bg .owl-dots .owl-dot:hover, .banner_section_bg .owl-dots .owl-dot:focus {outline: none; opacity: 1;}

/*title*/
.main_title_block {float: left; width: 100%; padding-bottom: 40px;}
.main_title {float: left; margin: 0; font-family: 'oswald-b'; color: #000; text-transform: uppercase; font-size: 24px; position:relative;}
.sub_title {margin-left: 30px; text-transform: uppercase; color: #666666; position: relative; display: inline-block; padding-bottom: 5px; padding-top: 4px;}
.sub_title:before {content: ''; width: 70px; height: 3px; background: #f9bf13; position: absolute; bottom: 0; left: 0; z-index: 9;}
.sub_title:after {content: ''; width: 80px; height: 1px; background: #d3d3d3; position: absolute; bottom: 1px; left: 65px;}
/*title*/

.featured_services_bg {float: left; width: 100%; margin: -100px 0 0 0; padding-bottom: 30px; position: relative; z-index: 9;}
.featured_services_block_bg {float: left; width: 100%; display: inline-flex;}
.featured_services_block {float: left; width: 25%; padding: 20px; background: #fff; transition: 0.3s all; -moz-transition: 0.3s all; -webkit-transition: 0.3s all; -o-transition: 0.3s all; -ms-transition: 0.3s all;}
.featured_services_block span {float: left;}
.featured_services_block span>img {height: 75px;}
.featured_services_block h3 {float: left; width: 100%; font-family: 'oswald-b'; color: #000;}
.featured_services_block h3>a {color: #000;}
.featured_services_block h3>a:hover {text-decoration: none; color: #f9bf13;}
.featured_services_block p {float: left; width: 100%; margin: 0; text-align: justify;}
.featured_services_block:hover {box-shadow: 0 10px 15px #ccc; transform: translateY(-10px)}


.about_section_bg {float: left; width: 100%; padding: 40px 0; background: #efefef;}
.home_about_part {float: left; width: 100%;}
.home_about_text {float: left; width: 100%; padding-top: 15px;}

.products_section_bg {float: left; width: 100%; padding: 40px 0 30px 0;}
.products_content_bg {float: left; width: 100%;}
.products_item_block {float: left; width: 100%; position: relative; margin-bottom: 30px;}
.products_item_block span>img {width: 100%;}
.products_item_block a {position:absolute; padding: 30px 30px; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.3);     display: inline-flex; justify-content: flex-end; flex-direction: column; color: #fff; font-weight: bold; text-transform: uppercase;}
.products_item_block a:hover {text-decoration: none;}
.product_title {position: relative; padding-bottom: 8px;}
.product_title:before {content: ''; width: 70px; height: 3px; background: #f9bf13; position: absolute; bottom: 0; left: 0; z-index: 9;}
.product_title:after {content: ''; width: 80px; height: 1px; background: #d3d3d3; position: absolute; bottom: 1px; left: 65px;}
.products_item_block:hover a {background-color: rgba(0,0,0,0.5);}


.inquiry_section_bg {float: left; width: 100%; padding: 60px 0; background-image: url(../images/parallax-pattern.png); background-position: center bottom; background-repeat: no-repeat; background-size:cover; background-attachment: fixed; background-color: rgba(249,191,19,0.8);}
.home_inquiry_content_bg {margin: 0 auto;}
.home_inquiry_content {display: inline-block; width: 100%; background: #fff;}
.home_inquiry_header {float: left; width: 100%; background: #fac014; color: #fff; padding: 10px; text-align: center; font-family: 'oswald-m'; font-size: 25px; text-transform: uppercase;}
.home_inquiry_header img {display: inline-block;}
.home_inquiry_header span {vertical-align: sub; margin-left: 5px;}
.home_inquiry_body {float: left; width: 100%; padding: 30px;}
.home_inquiry_body .btn-default {text-transform: uppercase; font-size: 18px; padding: 10px 80px;}
.home_inquiry_body .form-control {border-radius: 0; box-shadow: none; border-top-color: #fff; border-left-color: #fff; border-right-color: #fff;}
.home_inquiry_body .form-control:focus {box-shadow: none;}


.clients_section_bg {float: left; width: 100%; padding: 30px 0 50px 0;}
.clients_slider_bg {float: left; width: 100%;}


.footer_section_bg {float: left; width: 100%; padding: 30px 0; background: #fff; border-top: 1px solid #ddd;}
.footer_logo img {height: 100px;}
.footer_contact_block {float: left; width: 100%; margin-top: 20px;}
.footer_contact_item {float: left; width: 100%; margin-bottom: 10px;}
.footer_contact_item i {color: #fac014; float: left; margin-top: 3px; font-size: 20px; width: 22px;}
.footer_contact_item span {display: table-cell; padding-left: 10px;}
.footer_contact_item span a {color: #454545;}
.footer_block_part {float: left; width: 100%;}
.footer_block_title {float: left; width: 100%; margin-bottom: 20px;}
.footer_block_title h3 {float: left; width: 100%; margin: 0; color: #000; font-family: 'oswald-b'; text-transform: uppercase;}
.footer_block_list {margin: 0; padding: 0; float: left; width: 100%; list-style-type: none;}
.footer_block_list>li {margin: 0 0 10px 0; ;line-height: normal;}
.footer_block_list>li>a {color: #454545;}
.footer_block_list>li>a:hover {text-decoration: none; color: #fac014;}

.footer2_section_bg {float: left; width:100%; background-color: #fac014; padding: 10px 0; text-align: center;}
.footer2_section_bg p {margin: 0; color: #fff; line-height: normal;}

.inner_section_wrapper {float: left; width: 100%; padding: 60px 0;}


.page_title {float: left; width: 100%; text-align: center; padding: 30px 0; background-color: #ccc; background-image: url(../images/breadcrumbs.jpg); background-repeat: no-repeat; background-position: center center; background-size: cover; margin-top: 100px; height: 140px; align-items: center; display: inline-flex;  justify-content: center;}
.page_title h3 {margin: 0 0 5px 0; padding: 0; float: left; width: 100%; text-transform: uppercase; color: #fff; font-family: 'oswald-m'; font-size: 30px;}
.page_title ul {margin: 0; padding: 0; list-style-type: none; display: inline-block;}
.page_title ul>li {display: inline-block; margin: 0; color: #fff; font-size: 14px; position: relative; padding: 0 3px; float: left;}
.page_title ul>li>a {color: #fff;}
.page_title ul>li>a:hover {text-decoration: none;}
.page_title ul>li:after {content: '/'; margin-left: 5px;}
.page_title ul>li:last-child:after {display: none;}

.product_inner_content {float: left; width: 100%;}
.products_block_part {float: left; width: 100%; background: #fff; border: 1px solid #ddd; padding: 15px; box-shadow: 0 10px 20px #ccc; transition: 0.3s all; margin-bottom: 30px;}
.products_block_part_thumb  {float: left; width: 100%; text-align: center; padding-bottom: 20px;}
.products_block_part_thumb img  {display: inline-block;     max-height: 245px;}
.product_block_body {float: left; width: 100%; border-top: 1px solid #ccc; padding: 20px 10px 10px 10px;} 
.product_block_body h5 {float: left; width: 100%; color: #000; font-size: 18px; margin: 0 0 10px 0;} 
.product_block_body h5 a {color: #000;}
.product_block_body h5 a:hover {color: #000; text-decoration: none;}
.products_block_part:hover {box-shadow: none;}


.inner_contact_part {float: left; width: 100%;}
.contact_form_part {float: left; width: 100%; background: #fff; padding: 30px;  border: 1px solid #fac014; border-radius: 10px; box-shadow: 10px 10px 0 rgba(250,192,20,0.5);}
.contact_form_part .form-control {border-radius: 0; background-color: #ededed; border: none; box-shadow: none;}
.contact_details_right_part {float: left; width: 100%; padding-left: 30px; padding-top: 10px;}
.contact_details_info {float: left; width: 100%; margin-top: 10px;}
.contact_details_info h2 {float: left; width: 100%; margin: 0 0 5px 0; color: #000; font-weight: bold; text-transform: uppercase; font-size: 16px;}
.contact_details_info p a {color: #454545;}
.contact_details_info p a:hover {color: #fac014; text-decoration: none;}
.contact_map_part {float: left; width: 100%;}
.contact_map_part iframe {float: left; width: 100%; height: 350px;}

.clients_slider_bg .owl-carousel .owl-item {text-align: center;}
.clients_slider_bg .owl-carousel .owl-item img {width: auto; display: inline-block;}
.clients_slider_bg .owl-carousel .owl-item .item {background: #fff; border: 1px solid #ddd; padding: 20px 10px;}

.product_single_part {margin:0; width: 400px; border: 1px solid #ddd; background: #fff; text-align: center; text-align: center; padding: 10px 20px;}
.product_single_part img {display: inline-block;}
.product_single_right_part {float: left; width: 100%;}

.related_products_slider_bg {float: left; width: 100%; margin: 0;}
.related_products_part {float: left; width: 100%; padding: 60px 0;}


.dropdown_menu {
    background: #fff;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 110px;
    left: 15px;
    padding: 0;
    width: 180px;
	list-style-type:none;
	border-radius: 5px;
	opacity:0;
	transition:0.5s all;
    visibility:hidden;
}
.navbar-nav>li.dropdown>.dropdown_menu:before {
    content: '';
    position: absolute;
    top: -7px;
    left: 15px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 7px solid #fff;
    z-index: 1;
}
.navbar-nav>li.dropdown>.dropdown_menu:after {
    content: '';
    position: absolute;
    top: -9px;
    left: 13px;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 9px solid #ddd;
}
.dropdown_menu li {position:relative;}
.dropdown_menu li a {
    color: #000;
    font-size: 14px;
    padding: 9px 10px;
    display: inline-block;
    width: 100%;
}
.dropdown_menu li a:hover {
	text-decoration:none;
	background:rgba(0,0,0,0.07);
}
.sub_dropdown_menu {
    background: #fff;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 100px;
    padding: 0;
    width: 180px;
	list-style-type:none;
	border-radius: 5px;
	opacity:0;
	visibility:hidden;
}
.navbar-default .navbar-nav>li.dropdown:after {
    content: "\f0d7";
    font-family: 'FontAwesome';
    color: #fff;
    position: absolute;
    top: 17px;
    right: 0;
}
.navbar-default .navbar-nav>li.dropdown:hover>.dropdown_menu {
	opacity:1;
	top:55px;
	visibility:visible;
}
.navbar-default .navbar-nav>li.dropdown .dropdown_menu>li.dropdown:hover>.sub_dropdown_menu {
	visibility:visible;
	opacity:1;
	left: 181px;
}
.navbar-default .navbar-nav>li.dropdown .dropdown_menu>li.dropdown:after {
    content: "\f0da";
    font-family: 'FontAwesome';
    color: #000;
    position: absolute;
    top: 8px;
    right: 10px;
}


.product_core_points_part {
    float: left;
    width: 100%;
    margin: 40px 0 0 0;
}
.product_core_points_col {
    text-align: center;
}
.product_core_points_col img {
    display: inline-block;
    height: 55px;
}
.product_core_points_col h3 {
    margin: 10px 0 5px 0;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.product_core_points_col p {
    line-height: normal;
    font-size: 14px;
    margin: 0;
    color: #666666;
}
.product_core_points_block {
    background: #fff;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 10px;
    transition: 0.5s all;
}
.product_core_points_block:hover {
    border-color: #ddd;
    box-shadow: 0 5px 15px #ccc;
    transform: translateY(-15px);
}
.product_full_description_part {
    float: left;
    width: 100%;
    margin: 40px 0 20px 0;
}
.product_full_description_text {
    float: left; 
    width: 100%;
    font-size: 14px;
    text-align: justify;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(0,0,0,0.9);
}

#preloader #preloader-inner {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #3498db;
  animation: spin 2s linear infinite
}

#preloader #preloader-inner:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #e74c3c;
  animation: spin 3s linear infinite
}

#preloader #preloader-inner:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f9c922;
  animation: spin 1.5s linear infinite
}
@keyframes 
spin { 0% {
transform:rotate(0deg)
}

to { transform: rotate(1turn) }
}


.product_left_right_part_bg {float:left; width:100%;}
.product_list_column_part {float:left; width:100%; border-bottom:1px solid #ccc;}
.product_list_column_part:last-child {border-bottom:none;}
.product_2column_block {float:left; width:50%; padding-left:15px; padding-right:15px; text-align: center;}
.product_2column_block img {height: 350px; display: inline-block;}
.title_pro_column {
    margin: 0 0 20px 0;
    font-size: 28px;
    font-weight: bold;
    color: #000;
	float:left;
	width:100%;
}
.product_list_column_part:nth-child(even) .product_2column_block:first-child {float:right;}
.product_list_detail_column {padding:125px 0 50px 100px; text-align: left;}

.featured_services_block a {display:inline-block; width:100%; color:#454545;}
body.home_page .navbar-default .navbar-nav>li.dropdown:after {color:#fff;}
.header_sticky.navbar-default .navbar-nav>li.dropdown:after {color:#000 !important;}

.navbar-default .navbar-nav>li.dropdown:after {color:#000;}

.product_dowbload_box {float:left; width:100%;}
.heading_block {
    width: 100%;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #eab106;
}

.company_logo_content {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
}
.company_logo_content ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}
.company_logo_content ul>li {
    display: inline-block;
    width: 9.9%;
    background: #fff;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    min-height: 100px;
    vertical-align: middle;
    margin-right: 1%;
}
.company_logo_content ul>li:Last-child {margin-right:0;}
.company_logo_content ul>li img {display: inline-block;}
.company_logo_content h4 {
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
    display: block;
    font-size: 16px;
}

.fixed_product_cat_part {
    background: #5b5b5b;
    width: 100%;
    text-align: center;
	float:left;
}
.fixed_product_cat_part ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style-type: none;
}
.fixed_product_cat_part ul>li {
    display: inline-block;
}
.fixed_product_cat_part ul>li>a {
    display: inline-block;
    color: #fff;
    padding: 15px 12px;
	border-bottom: 4px solid #5b5b5b;
	font-size:14px;
}
.fixed_product_cat_part ul>li>a:hover {text-decoration:none;}
.fixed_product_cat_part ul>li.active a, .fixed_product_cat_part ul>li.active:hover a {
    border-color: #f9bf13;
    background: rgba(0,0,0,0.1);
}
.fixed_product_cat_part ul>li>a:hover {
    border-color: rgba(0,0,0,0.01);
    background: rgba(0,0,0,0.1);
}
.fixed_product_cat_part ul>li>a:focus {text-decoration:none;}
.fixed_product_cat_part.fixed {
    position: fixed;
    top: 100px;
    z-index: 9;
	animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-100px);
	}
	100% {
		transform: translateY(0px);
	}
}


.technicalparameters {
    text-align: left;
}
.technicalparameters h3 {
    margin: 20px 0;
}
.productDeatilsView h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 15px 0;
    line-height: normal;
	color:#000;
}
.optional_accessories {
    margin-bottom: 30px;
	padding-left: 10px;
}
.optional_accessories li {
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
    padding-left: 20px;
    position: relative;
    margin: 0 0 15px 0;
    color: #666666;
}
.optional_accessories li:before {
    content: "\f0da";
    position: absolute;
    top: 0;
    left: 0;
    color: #f9bf13;
    font-size: 18px;
	font-family: FontAwesome;
}
.bgHeading {
    background: #5b5b5b;
    color: #fff;
    border-left: 4px solid #f9bf13;
    line-height: normal !important;
    height: auto !important;
    padding: 15px 15px !important;
	font-weight:normal !important;
	position:relative;
}
.bgHeading:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 8px solid #f9bf13;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 16px;
    left: 0;
}
.technicalparameters h4 {
    height: 60px;
    padding: 0 25px;
    margin: 0;
    line-height: 60px;
	font-weight: bold;
}
.technicalDetails {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.technicalDetails li {
    padding: 15px 25px;
    background: #f4f4f4;
    color: #333333;
    margin-bottom: 2px;
}

.tbleformat {
    border-collapse: collapse;
    width: 100%;
    font-size: 16px;
    background: #f4f4f4;
}
.tbleformat {
    font-size: 14px;
}
.tbleformat td, .tbleformat th {
    border: 2px solid #fff;
    text-align: left;
    padding: 20px 30px;
    width: 50%;
}
.tbleformat th {
    background: #3c3c3c;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.tbleformat td, .tbleformat th {
    padding-top: 16px;
    padding-bottom: 16px;
}

.product_details_content h2 {
    margin: 20px 0 30px;
    padding: 0 0 15px;
    position: relative;
    color: #232323;
}
.product_details_content h2:after {
    background: #f9bf13;
    width: 80px;
    height: 2px;
    left: 0;
    bottom: 0;
    content: "";
    position: absolute;
}
.products_single_section_part {float:left; width:100%;}

.product_full_description_part .main_title:before {
    content: '';
    width: 60px;
    height: 4px;
    position: absolute;
    background: #f9bf13;
    bottom: -15px;
    left: 0;
}
















