@font-face{font-family:'eurostile-lt-std-bold'; src:url('../fonts/extra/eurostile-lt-std-bold.ttf');}
@font-face{font-family:'eurostile-lt-std-demi'; src:url('../fonts/extra/eurostile-lt-std-demi.ttf');}
@font-face{font-family:'eurostile-lt-std-roman'; src:url('../fonts/extra/eurostile-lt-std-roman.ttf');}
@font-face{font-family:'eurostile-lt-std-condensed'; src:url('../fonts/extra/eurostile-lt-std-condensed.ttf');}

body {
	font-family:'eurostile-lt-std-condensed','Open Sans', sans-serif;
	line-height: 28px;
    color: #333333;
    font-size: 14px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {font-family:'eurostile-lt-std-demi','Open Sans', sans-serif;}

.eurostile-demi { font-family:'eurostile-lt-std-demi';}
.eurostile-roman {font-family:'eurostile-lt-std-roman';}

.menuzord-brand img {
    max-height: 100%;
}
.menuzord-menu.menuzord-right {
    float: left;
}
.styled-icons.icon-sm a {
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin: 2px 7px 2px 0;
    width: auto;
	color:#626262;
}
.styled-icons.icon-sm a:hover {color:#e51e25;}

.header-social li {line-height:16px;}
.header-social li a {margin:0;}
.header-social.styled-icons.icon-bordered a:hover { background-color: #e51e25; color: #fff; border: 1px solid #e51e25;}

.menuzord-menu > li {
    padding: 0;
}
.menuzord-menu > li > a {
    padding: 18px 16px;
	font-size:12px;
	font-family:'eurostile-lt-std-demi','Open Sans', sans-serif;
	text-transform:uppercase;
}
.menuzord.blue .menuzord-menu > li.active > a, .menuzord.blue .menuzord-menu > li:hover > a, .menuzord.blue .menuzord-menu ul.dropdown li:hover > a {
    background: #e51e25;
    color: #fff;
}
.menuzord-menu ul.dropdown {
    top: 53px;
}
.menuzord-menu ul.dropdown {
    border: none;
}
.menuzord-menu ul.dropdown li a {
    color: #5b5b5b;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 25px 7px 22px;
    text-transform: uppercase;
}

@media only screen and (max-width:580px) {
	.phone, .email {width:50%; float:left; display:grid !important; text-align:center !important;}
	.sm-hide {display:none !important;}
	.search-form-wrapper { width: 210px !important; float:right !important; }
	.search-form-wrapper form {padding-right:8px;}
}
.search-form-wrapper {
    position: relative;
    float: right;
	width: 260px;
}
.search-form-wrapper form {
    padding: 8px 0;
    position: relative;
    margin-bottom: 0;
}
.search-form-wrapper form label {
    margin: 0px;
    position: absolute;
    right: 0;
    top: 8px;
}
.search-form-wrapper form input[type="text"] {
    background-color: #fff;
    border: 1px solid #e7e8e8;
    height: 37px;
    padding: 8px 17px;
    width: 100%;
	font-size:12px;
	font-family:'eurostile-lt-std-demi','Open Sans', sans-serif;
}
.search-form-wrapper form input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
}
.search-form-wrapper form input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color: #999;
}
.search-form-wrapper form input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color: #999;
}
.search-form-wrapper form input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #999;
}
.search-form-wrapper form input[type="submit"] {
    background-color: #e62e04;
    border-left: 1px solid #F7F8FA;
    border: none;
    height: 36px;
    width: 40px;
    text-indent: -999px;
}
.search-form-wrapper form label:before {
    color: #e8e2e2;
    cursor: pointer;
    content: "\f002";
    font-family: fontawesome;
    font-size: 16px;
    position: absolute;
    right: 13px;
    top: 4px;
}

.outer {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}
.align-middle {
    vertical-align: middle!important;
}
.icon-box img {
    display: inline-block;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#services h4 {font-size:25px; font-family:'eurostile-lt-std-demi','Open Sans', sans-serif;}
#services .media-body {color:#fff; line-height:28px; font-size:14px;}
#services .owl-carousel .owl-item img { width: auto; margin-top:-10px;}
#services .owl-carousel .owl-item.center {background-color:rgba(0,0,0,0.1);}

.header-top {
    padding: 5px 0;
    background-color: #ffffff;
}
.header-nav-wrapper {background-color:#f4f5f8; box-shadow:0px 5px 10px rgba(61, 61, 68, 0.5);}

.about-col-img {
    position: relative;
}
.about-col-img img {
    width: 90%;
    float: right;
}
.video-layer {
    position: absolute;
    left: 30px;
    top: 46%;
    z-index: 0;
    width: 90%;
    height: 100%;
    margin-top: -30%; 
    border: 5px solid rgba(238,44,60, 0.7);
}
@media only screen and (max-width:580px) {.video-layer {left: 10px;}}
.video-layer i {
    position: absolute;
    left: 45%;
    top: 35%;
    z-index: 1;
    color: #ffffff;
    font-size: 40px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    height: 80px;
    background: rgba(238,44,60, 0.7);
    opacity: .6;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.video-layer:hover i {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.title {font-size:35px; font-family:'eurostile-lt-std-bold','Open Sans', sans-serif; color:#555555; text-transform:uppercase;}
.title span {color:#EC375C;}

#our-company .btn {border-radius:0; background-color:#EC375C; color:#fff;}
#our-company p {text-align:justify;}

#our-products {
	background-color: #fbfbfb;
}
#our-products .owl-carousel-products .owl-item .pro-icon {
	background-color: #dd141b;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    margin: 0 auto;
    margin-top: -35px;
    position: relative;
}
#our-products .owl-carousel-products .owl-item .pro-details {padding:0 30px 30px;}
#our-products .owl-carousel-products .owl-item .pro-details h5 {
	color:#303030 !important;
	font-size:20px !important;
	font-family:'eurostile-lt-std-roman','Open Sans', sans-serif;
}
#our-products .owl-carousel-products .owl-item .pro-details p {
	color:#303030 !important;
	font-size:12px !important;
	font-family:'eurostile-lt-std-roman','Open Sans', sans-serif;
	line-height:24px;
	text-align:justify;
}
#our-products .owl-carousel-products .owl-item .pro-details a {
	color:#dc0e15;
	text-transform:uppercase;
	padding:5px 10px;
}
#our-products .owl-carousel-products .owl-item .pro-details a:hover {color:#EC375C; border:1px solid #EC375C;}
#our-products .owl-carousel-products .owl-item {padding:10px;}
#our-products .owl-carousel-products .owl-item .box-shadow {box-shadow: 0px 0px 10px #c1c1c1;}
#our-products .owl-carousel-products .owl-controls .owl-nav > div {
    background: none repeat scroll 0 0 rgba(240, 240, 240, 0.8);
    border-radius: 50px;
    border: 2px solid #EC375C;
    display: block;
    margin: 0;
	width:30px;
	height:30px;
    padding: 1px 11px;
    position: absolute;
    top: 45%;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 6;
}
#our-products .owl-carousel-products .owl-controls .owl-nav > div i {color:#EC375C;}
#our-products .owl-carousel-products .owl-controls .owl-next {
    right: -30px;
}
#our-products .owl-carousel-products .owl-controls .owl-prev {
    left: -30px;
	padding-left:8px !important;
}
@media only screen and (max-width:786px) {
#our-products .owl-carousel-products .owl-controls .owl-next {
    right:0px;
}
#our-products .owl-carousel-products .owl-controls .owl-prev {
    left: 0px;
}
.footer .call-back #call-back-form .form-group .form-control {width: 100%;}
}

.footer {
    background: #333333;
}
.footer-bottom {
    background-color: #EC375C !important;
}
.footer .widget .widget-title {
    margin-top: 0px;
	color:#EC375C;
	font-size:20px; 
	font-weight:600;
	text-transform:uppercase;
	font-family:'eurostile-lt-std-demi','Open Sans', sans-serif;
}
.footer .widget p {text-align:justify;}
.footer .widget, .footer .widget a {color:#999;}
.footer .widget a:hover {
    color: #fff;
}
.footer .widget ul.links li {margin-bottom:0; padding-bottom:0; padding-left:25px;}
.footer .widget ul.links li::before {content:'\f061'; font-family:'FontAwesome'; display:block; position: absolute; left: 15px;border: 1px solid #999;
    border-radius: 50px;
    width: 18px;
    height: 18px;
    line-height: 6px;
    padding: 5px;
    margin-top: 5px;
}
.footer-contact {padding-left:30px;}
.footer-contact li {padding-left:5px; display:block;}
.footer-contact li i {margin-left: -30px;
    border: 1px solid #999;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    padding: 5px 5px;
    font-size: 10px;}

.footer .call-back {border-bottom:2px solid #8c8787; margin-bottom:40px;}
.footer .call-back .title {font-size:30px; font-family:'eurostile-lt-std-demi','Open Sans', sans-serif; color:#fff; text-transform:uppercase;}
@media only screen and (max-width:991px) {.footer .call-back .title {text-align:center;}}
.footer .call-back .title span {color:#EC375C; font-family:'eurostile-lt-std-bold','Open Sans', sans-serif;}
.footer #call-back-form {background-color:#232323; border:1px solid #8c8787;}
.footer .call-back .btn {
    width: 100%;
    border-radius: 0;
    height: 45px;
    background-color: #EC375C;
    color: #fff;
    font-family: 'eurostile-lt-std-roman','open-sans-bold','Open Sans', sans-serif;
    font-size: 14px;
}
.footer .call-back #call-back-form .form-group .form-control {
    height: 45px;
	background-color:transparent;
	border:1px solid #8c8787;
	color:#fff;
	font-family: 'eurostile-lt-std-roman','open-sans-bold','Open Sans', sans-serif;
}
.footer input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.footer input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.footer input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.footer input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.footer .newsletter-form input {background-color:#cccccc;} 
.footer .newsletter-form .btn {background-color:#EC375C; color:#fff;}
.footer .newsletter-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #7b7777;
}
.footer .newsletter-form input::-moz-placeholder { /* Firefox 19+ */
  color: #7b7777;
}
.footer .newsletter-form input:-ms-input-placeholder { /* IE 10+ */
  color: #7b7777;
}
.footer .newsletter-form input:-moz-placeholder { /* Firefox 18- */
  color: #7b7777;
}



.footer .social-links {margin-top:30px;}
.footer .social-links a {width:30px; height:30px; border:1px solid #999; border-radius:50px;}


.border-right {
	height:2px;
	width:100%;
	background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(193,39,44,1) 40%, rgba(193,39,44,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(40%, rgba(255,255,255,1)), color-stop(40%, rgba(193,39,44,1)), color-stop(100%, rgba(193,39,44,1)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(193,39,44,1) 40%, rgba(193,39,44,1) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(193,39,44,1) 40%, rgba(193,39,44,1) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(193,39,44,1) 40%, rgba(193,39,44,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(193,39,44,1) 40%, rgba(193,39,44,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#EC375C', GradientType=1 );
}
.border-left {
	height:2px;
	width:100%;
	background: rgba(193,39,44,1);
background: -moz-linear-gradient(left, rgba(193,39,44,1) 0%, rgba(193,39,44,1) 60%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(193,39,44,1)), color-stop(60%, rgba(193,39,44,1)), color-stop(60%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(left, rgba(193,39,44,1) 0%, rgba(193,39,44,1) 60%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(left, rgba(193,39,44,1) 0%, rgba(193,39,44,1) 60%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(left, rgba(193,39,44,1) 0%, rgba(193,39,44,1) 60%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
background: linear-gradient(to right, rgba(193,39,44,1) 0%, rgba(193,39,44,1) 60%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EC375C', endColorstr='#ffffff', GradientType=1 );
}

#products .ignitec-product:nth-child(even) .ignitec-product-details .thumb {float:left; padding:15px; padding-top:0; padding-left:0;}
#products .ignitec-product .ignitec-product-details {padding:15px; margin-top:0;}
#products .ignitec-product .ignitec-product-details h4 {margin-bottom:15px;}
#products .ignitec-product .ignitec-product-details h5 {margin-bottom:5px;}
#products .ignitec-product:nth-child(even) .ignitec-product-details {padding:15px; margin-top:0;}
#products .ignitec-product .ignitec-product-details .thumb {float:right; padding:15px; padding-top:0; padding-right:0;}
#products .ignitec-product .ignitec-product-details .spec {}

#products table {
	width: 100%;
    margin-bottom: 20px;
}
#products table>tbody>tr>td, #products table>tbody>tr>th, #products table>tfoot>tr>td, #products table>tfoot>tr>th, #products table>thead>tr>td, #products table>thead>tr>th {
    border: 1px solid #ddd;
	border-left:2px solid #bdbaba;
	background-color: #f8f8f8;
	padding-left:30px;
	padding-top:5px;
	padding-bottom:5px;
}
#products table>tbody>tr>td:before {content:'\f054'; position:absolute; font-family:FontAwesome; margin-left: -20px; color: #e51e25;}

@media only screen and (max-width:600px) {
	#products .ignitec-product .ignitec-product-details .thumb {float:none !important; padding-left:0;}
	#products .ignitec-product:nth-child(even) .ignitec-product-details .thumb {padding-right:0;}
}

.products-list .products-listbox {width:33.3%; float:left; padding:5px; text-align:center;}
.products-list .products-listbox img {/*-webkit-filter: grayscale(60%); filter: grayscale(60%);*/}
.products-list .products-listbox:hover img {/*-webkit-filter: grayscale(0%); filter: grayscale(0%);*/}
.products-list .products-listbox h5 {font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0;
	margin-bottom:0;
    background-color: #e51e25;
    color: #fff;}
@media only screen and (max-width:991px) {.products-list .products-listbox {width:33.3%; float:left;}}
@media only screen and (max-width:768px) {.products-list .products-listbox {width:50%; float:left;}}
@media only screen and (max-width:480px) {.products-list .products-listbox {width:100%; float:none;}}


.inner-header.layer-overlay::before {
    background: rgba(229, 30, 37, .8) none repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.inner-header h2.title {font-family:'eurostile-lt-std-demi','Open Sans', sans-serif; font-size:28px}
.inner-header .breadcrumb a {color:#fff;}
.inner-header .breadcrumb > li + li::before {
    content: "/";
    font-family: fontawesome;
    font-size: 9px;
}

/****** Inner Page Left Section ******/
.inner-page-left-section {
    padding: 0px;
    background: #f4f4f4;
    overflow: hidden;
}
@media only screen and (max-width:991px) {
.inner-page-left-section {
    background: #fff;
}
}
.white-left:before{
	content: '';
	width: 2500px;
	/*height:auto;*/
	min-height: 1000%;
	background: #fff;
	position: absolute;
	top: 1px;
	right: 0px;
	z-index: 0;
	top:-60px;
	bottom: -30px;
}
/****** Inner Page left Section End ******/

.about-logo {padding:120px 0; margin:0 auto; display:block;}

.side-bar { border:1px solid #f4f5f8; background: #f4f5f8;}
.side-bar li {border-bottom:1px solid #e6e6e6;}
.side-bar li:hover a {background-color: #f5f5f5; color: #e51e25; }
.side-bar li a {padding:10px 20px 10px 10px; line-height: 16px; display:block;}
.side-bar li a i {float:right; margin-right: -10px;}

.industries .industry-box {width:33.3%; float:left; padding:5px; text-align:center;}
.industries .industry-box img {-webkit-filter: grayscale(60%); filter: grayscale(60%);}
.industries .industry-box:hover img {-webkit-filter: grayscale(0%); filter: grayscale(0%);}
.industries .industry-box h5 {font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0;
	margin-bottom:0;
    background-color: #e51e25;
    color: #fff;}
@media only screen and (max-width:991px) {.industries .industry-box {width:33.3%; float:left;}}
@media only screen and (max-width:768px) {.industries .industry-box {width:50%; float:left;}}
@media only screen and (max-width:480px) {.industries .industry-box {width:100%; float:none;}}

.downloads-links li {border-bottom:1px solid #f1f1f1;}
.downloads-links li:hover a {background-color: #f5f5f5; color: #e51e25; text-decoration: underline;}
.downloads-links li a {padding:10px 30px 10px 10px; line-height: 16px; display:block;}
.downloads-links li a i {float:right; margin-right: -10px; margin-top: 5px;}

.main-content p {text-align:justify; line-height:22px; padding-bottom:15px;}

/****** News and Events Page ******/
.side-bar .widget {
	padding-top:20px;
    margin-bottom: 0px;
}
.side-bar .widget ul li {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.widget .post-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}
.widget .post.media-post img {width:70px; float: left; margin: 0 10px 10px 0;}
.widget .search-button {
    background: #fec00d none repeat scroll 0 0;
    border: 1px solid #F7F8FA;
    border-radius: 0;
    height: 45px;
 }
.blog-posts.single-post p {text-align:justify; height:auto !important;}
.blog-posts.single-post .share .styled-icons a {
    color: #333333;
    font-size: 18px;
    height: 32px;
    line-height: 38px;
    width: 32px;
    float: left;
    margin: 5px 7px 5px 0;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog-posts.single-post .post {height:auto; max-height:100%;}
.blog-posts.single-post .post .entry-content .entry-title { height: auto !important;}

/*.blog-posts .post {height:384px; max-height:384px; overflow:hidden; background-color:#f8f8f8;}
@media only screen and (min-width:768px) and (max-width:991px) {.blog-posts .post { height: 430px !important; max-height: 430px !important;}}
@media only screen and (max-width:767px) {.blog-posts .post { height: 100% !important; max-height: 100% !important;}}*/
.blog-posts .post .entry-content .entry-title {height:50px; overflow:hidden; min-height:50px;}
.blog-posts .post .entry-content p {height: 65px; overflow: hidden; min-height: 65px; margin: 5px 0; font-size: 13px;}
.blog-posts .post .entry-content a:hover {color: #e51e25 !important;}
/****** News and Events Page End ******/


/**** SEARCH *****/

#search h3 {font-family: 'helvetica-normal','Open Sans', sans-serif; font-weight: bold;}
#search #content-block {min-height:300px;}
#search .search-box {background-color:#eee;}
#search .search-box .form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 45px !important;
    height: 45px !important;
    line-height: 45px !important;
    text-align: center;
    pointer-events: none;
    color: #fff !important;
    background-color: #e62e04 !important;
}
#search .results-found {padding:20px 0;}
#search .search-results h5 {color:#072163; margin:0; font-size:16px;}
#search .search-results h5 a {color:#072163;}
#search .search-results a {color:#009688; font-size:14px;}
#search .search-results ul li {padding:5px 0;}

#search .search-box form label {
    margin: 0px;
    position: absolute;
    right: 0;
    top: 0px;
}
#search .search-box form input[type="submit"] {
    background-color: #e62e04;
    border-left: 1px solid #F7F8FA;
    border: none;
    height: 45px;
    width: 40px;
    text-indent: -999px;
}
#search .search-box form label:before {
    color: #e8e2e2;
    cursor: pointer;
    content: "\f002";
    font-family: fontawesome;
    font-size: 16px;
    position: absolute;
    right: 13px;
    top: 8px;
}

/**** SEARCH END *****/

.pagination.theme-colored li.active a {background: #e62e04;}


#contact-us .contact {padding-left:30px;}
#contact-us .contact li {padding-left:5px; display:block;}
#contact-us .contact li a {color:#333333;}
#contact-us .contact li a:hover { color: #e51e25; }
#contact-us .contact li i {margin-left: -30px;
    border: 1px solid #e51e25;
    background-color: #e51e25;
    color: #fff;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    padding: 5px 5px;
    font-size: 10px;
}

#contact-us .form-group {
    margin-bottom: 10px;
}
#contact-us .form-control {
    border-radius: 0;
    box-shadow: none;
    height: 45px;
}
#contact-us textarea.form-control {
    height: auto;
}
#contact-us  input[type=file] {
    display: block;
    background-color: #ecedf1;
    padding: 10px;
}
	

.rev_slider img.banner-bg {max-height:100%;} 


#dynamic-content h1 {margin-bottom: 15px; margin-top:0;}
#dynamic-content h2 {margin-bottom: 15px; margin-top:0;}
#dynamic-content h3 {margin-bottom: 15px; margin-top:0;}
#dynamic-content h4 {margin-bottom: 15px; margin-top:0;}
#dynamic-content h5 {margin-bottom: 5px; margin-top:0;}
#dynamic-content h6 {margin-bottom: 5px; margin-top:0;}
#dynamic-content p {text-align: justify; line-height: 22px; padding-bottom: 15px;}
#dynamic-content ul {padding-left: 20px;}
#dynamic-content ul li:before {content: "\f054"; font: normal normal normal 10px/1 FontAwesome; position: absolute; left: 30px; line-height: 28px; color: #615757;}
#dynamic-content table {width: 100%; margin-bottom: 20px;}
#dynamic-content table>tbody>tr>td, #dynamic-content table>tbody>tr>th, #dynamic-content table>tfoot>tr>td, #dynamic-content table>tfoot>tr>th, #dynamic-content table>thead>tr>td, #dynamic-content table>thead>tr>th {border: 1px solid #ddd; border-left:2px solid #bdbaba; background-color: #f8f8f8; padding-left:30px; padding-top:5px; padding-bottom:5px;margin: 2px; width: 48%; float: left;}
#dynamic-content table>tbody>tr>td:before {content:'\f054'; position:absolute; font-family:FontAwesome; font-size: 10px; margin-top: 4px; margin-left: -20px; color: #e51e25;}
@media only screen and (max-width:991px) { 
#dynamic-content table>tbody>tr>td, #dynamic-content table>tbody>tr>th, #dynamic-content table>tfoot>tr>td, #dynamic-content table>tfoot>tr>th, #dynamic-content table>thead>tr>td, #dynamic-content table>thead>tr>th { margin:0 !important; margin-bottom: 2px !important; width: 100% !important;}
}

#page-404 {color:#fff;}
#page-404 h1 {color:#fff; font-size:200px;}
@media only screen and (max-width:991px) {#page-404 h1 {color:#fff; font-size:100px !important;}}
#page-404 h2, #page-404 h3 {color:#fff;}
#page-404 p {text-align:center !important; color:#fff;}
#page-404 .widget ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #545252;
}
#page-404 .widget ul li a {display:block;}


.current{
    background: #e62e04 !important;
    color: #fff !important;
}


#quality-approvals .approval-list li {width:20%; float:left; text-align:center; padding:5px;}
@media only screen and (max-width:991px) {#quality-approvals .approval-list li {width:33.3%;}}
@media only screen and (max-width:480px) {#quality-approvals .approval-list li {width:50%;}}

.btn-dark.btn-theme-colored:hover {
    color: #e51e25;
    background-color: #fff;
    border-color: #e51e25;
}

.cat__content {min-height:790px;}
@media only screen and (max-width: 1366px) {.cat__content {min-height:478px !important;}}
@media only screen and (max-width: 991px) {.cat__content {min-height:506px !important;} .cat__footer__company { padding-left: 0;}}
@media only screen and (max-width: 768px) {.cat__content {min-height:506px !important;}}
@media only screen and (max-width: 668px) {.cat__content {min-height:400px !important;}}
@media only screen and (max-width: 480px) {.cat__content {min-height:auto !important;}}


.btn {
    color: #ffffff;
    background-color: #2499F3;
    border-color: #2499F3;
}
.btn:hover {
    color: #ffffff;
    background-color: #EC375C;
    border-color: #EC375C;
}
.btn.btn-primary {
    color: #ffffff;
    background-color: #2499F3;
    border-color: #2499F3;
}
.btn.btn-primary:hover {
    color: #ffffff;
    background-color: #EC375C;
    border-color: #EC375C;
}

.pagination .page-item.active .page-link {
    background: #EC375C;
    border-color: #EC375C;
}

/* Scroll bar custom */

/* width */
::-webkit-scrollbar {
  background: #f2f4f8;
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f2f4f8;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #2499F3; 
}