/*===========================================*/
/* This is the Main Stylesheet for Enhenyero Engineering Template
/* Theme Author: Bootstrap Seven Themes
/* Theme URL: BootstrapSeven.Com
/* Created : March 20, 2015

==============================================
CSS Style Structure
- Imports
- General
- Menu/Navigation
- Shortcodes
- Home Page
- Pages
- Portfolio Section and Pages
- Testimonial Section
- Blog/News
- About Us Page
- Contact Us Page
- Sidebar
- Footer Area
/*===========================================*/
/*===========================================*/
/* Imports
===========================================*/
@import url(http://fonts.googleapis.com/css?family=Muli:300,400,300italic,400italic|Montserrat:700,400|Montserrat+Subrayada:400,700);

/*===========================================*/
/* General
===========================================*/
body,
html {
    font-family: 'Muli', sans-serif;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    overflow-x: hidden;
   -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 66px;
  font-weight: 900;
  letter-spacing: -4px;
  text-transform: uppercase;
  line-height: 60px;
}
h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    letter-spacing: -2px;
    margin: 0;
}
h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: -1px;
}
h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: -1px;
}
p { font-size: 14px }
a {
      color: #0A5889 ;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #ffb642;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block }
* html .clearfix { height: 1% }
.clearfix { display: block }
.noradius { border-radius: 0 }
.nopadding { padding: 0 }
.nopaddingleft { padding-left: 0 }
.nopaddingright { padding-right: 0 }
.nomargin { margin: 0 }
.spacer { padding: 40px 0 }
.smallspacer { padding: 20px 0 }
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.form-control:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: none;
    outline-offset: 0;
}
.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/*===========================================*/
/* Menu/Navigation 
/*===========================================*/
#top-menu {
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    background: #2D2D2D;
    height: auto;
    color: #C3C3C3;
    padding: 8px 0 0px 0;
    border-top: 2px solid #ffb642;
}
#top-menu.navbar { min-height: 35px !important }
#top-menu p.text-right span { margin-left: 15px }
a.logo.navbar-brand { color: #FFB642 }
.logo {
    font-family: 'Arvo', serif;
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 15px 15px 25px 0;
    margin-right: 40px;
    border: 1px solid #ffb642;
}
#top-menu .navbar-header small {
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    margin-top: -50px;
}
.fa-search{
    color: #F58811 ;
      font-size: 1.3em;
}
ul.top-links li { padding: 5px 0 }
.top-contact ol li {
/*    margin-left: 20px;*/
    font-weight: 900;
}
.header-navsrch{
    border: 0 !important;
}
#main-menu {
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    background: #FFFFFF;
    min-height: 30px;
}
#sticky {
    padding: 0.5ex;
    width: 600px;
    background-color: #333;
    color: #fff;
    font-size: 2em;
    border-radius: 0.5ex;
}
#main-menu.stick {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
      box-shadow: 0px 0px 6px 0px #ccc;
}

.logo-container{
      padding-top: 4px;
}
.navbar-collapse { padding-left: 0; padding-right: 0; }
#main-menu .nav > li > a { padding: 10px 6px }
.navbar-default .navbar-toggle { border-color: transparent;  color: #242424; }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background: transparent }
.navbar-toggle {
    float: right !important;
    color: #fff;
}
#portfolio-items .item img{width:100%;}
.navbar-toggle i { text-align: center }
#main-menu i.fa.fa-bars { font-size: 23px }
#main-menu.navbar-default .navbar-brand:hover,
#main-menu.navbar-default .navbar-brand { color: #ffb642 }
.dropdown-menu > li > a,
#main-menu.navbar-default .navbar-nav > li > a {
  font-family: 'Montserrat', sans-serif;
  color: #1b59a3;
  font-weight: 700;
  letter-spacing: 0px;
  font-size: 1em;
  text-transform: uppercase;
}
#main-menu.navbar-default .navbar-nav > .active > a,
#main-menu.navbar-default .navbar-nav > .active > a:hover,
#main-menu.navbar-default .navbar-nav > .active > a:focus,
#main-menu.navbar-default .navbar-nav > li > a:hover,
#main-menu.navbar-default .navbar-nav > li > a:focus {
    color: #ffb642 !important;
    background-color: transparent;
    border-color: #ffb642;
}
#main-menu .navbar-nav > li > a {
  padding-top: 27px;
  padding-bottom: 25px;
   border-top: 2px solid transparent;
    margin-right: 15px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}
ol.social-icons li {
    width: 25px;
    height: 25px;
    margin-left: 5px !important;
}
ol.social-icons li a:hover,
ol.social-icons li a:focus { color: #ffffff !important }
ol.social-icons li a {
    color: #ffffff;
    background: #5E5E5E;
    font-size: 15px;
    border-radius: 50%;
    padding: 3px 6px !important;
}
.mob-logo{
    display: none;
}
ol.social-icons li:hover a { background: #ffb642 }
#main-menu .navbar-form {
    padding: 23px 0px 5px 15px;
    margin-top: 0;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#main-menu .form-control {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-color: #656565;
    background: transparent;
    border-right-color: transparent;
    color: #f1f1f1;
}
#main-menu .input-group-btn button.btn.btn-default {
    background: transparent;
    /*border-color: #656565;
    color: #fff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-left-color: transparent;*/
    border: 0;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #222 !important;
    background-color: #FFFFFF;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus { background-color: transparent }
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: auto !important;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #FFB642;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    border: 0;
    border-radius: 0;
}
.dropdown-menu > li > a {
    display: block;
    padding: 15px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #222222;
    white-space: nowrap;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}
  #product-items .item img{
    width: 100%;
  }

        .breadcrumb2 { 
list-style: none;
    overflow: hidden;
    font: 15px 'Montserrat', sans-serif;
    padding-left: 0;
    margin-bottom: 34px;
        }
        .breadcrumb2 li { 
            float: left; 
        }
        .breadcrumb2 li a {
            color: white;
            text-decoration: none; 
            padding: 10px 0 10px 55px;
            background: brown;                   /* fallback color */
            background: hsl(0, 0%, 22%); 
            position: relative; 
            display: block;
            float: left;
                font-size: 13px;
        }
        .breadcrumb2 li a:after { 
            content: " "; 
            display: block; 
            width: 0; 
            height: 0;
            border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
            border-bottom: 50px solid transparent;
            border-left:30px solid hsl(0, 0%, 22%);
            position: absolute;
            top: 50%;
            margin-top: -50px; 
            left: 100%;
            z-index: 2; 
        }   
        .breadcrumb2 li a:before { 
            content: " "; 
            display: block; 
            width: 0; 
            height: 0;
            border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
            border-bottom: 50px solid transparent;
            border-left: 30px solid white;
            position: absolute;
            top: 50%;
            margin-top: -50px; 
            margin-left: 1px;
            left: 100%;
            z-index: 1; 
        }   
        .breadcrumb2 li:first-child a {
            padding-left: 10px;
        }
        .breadcrumb2 li:nth-child(2) a       { background:        hsl(0, 0%, 31%); }
        .breadcrumb2 li:nth-child(2) a:after { border-left-color: hsl(0, 0%, 31%); }
        .breadcrumb2 li:nth-child(3) a       { background:        hsl(0, 0%, 41%); }
        .breadcrumb2 li:nth-child(3) a:after { border-left-color: hsl(0, 0%, 41%); }
        .breadcrumb2 li:nth-child(4) a       { background:       hsl(0, 0%, 51%); }
        .breadcrumb2 li:nth-child(4) a:after { border-left-color: hsl(0, 0%, 51%); }
        .breadcrumb2 li:nth-child(5) a       { background:        hsla(34,85%,75%,1); }
        .breadcrumb2 li:nth-child(5) a:after { border-left-color: hsla(34,85%,75%,1); }
        .breadcrumb2 li:last-child a {
           /* background: white !important;
            color: black;
            pointer-events: none;*/
            cursor: default;
        }
        /*.breadcrumb2 li:last-child a:after { border: 0; }*/
        .breadcrumb2 li a:hover { background: hsl(0, 0%, 31%); }
        .breadcrumb2 li a:hover:after { border-left-color: hsl(0, 0%, 31%) !important; }

@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
.bl-cat-link{
  display: block;
  color: #282828;
  padding: 10px 0px 10px 11px;
  margin-bottom: 4px;
  cursor: pointer;
  width: 96%;
}
.bl-cat-link:hover{
  background-color: #F58811;
  color: #fff !important;

}
.bl-active{
  background-color: #F58811;
  color: #fff !important;
}
.bl-inner-list-item{
    font-size: 15px;
    display: block;
    padding: 13px  17px 10px  22px;
        border-bottom: 1px solid #D4D4D4;
    background-color: #F3F3F3;
    font-family: 'Montserrat', sans-serif;
    color: #777;
    cursor: pointer;
}
 .bl-inner-list-item .fa{
    font-size: 21px;
  }
  .bl-inner-list-item:hover{
   
    background-color: #1A56A0;
 
    color: #fff;

  }
  .bl-inner-list-item:hover .fa{
 color: #fff;
  }
.bl-inner-list-item .fa{

  margin-right: 7px;
  color: #777;
    vertical-align: middle;

}
.bl-inner-list-item span{
   /* display: inline-block;*/
    vertical-align: super;
    text-indent: 0;
}
.bl-products-items .item{
    padding: 4px 0 0 0;
    opacity: 0.9;
    margin-right: 6px;
}
.bl-products-items .item:hover{
opacity: 1;
}
.bl-products-items .item a{
    color: #303030;
        display: inline-block;
    margin-left: 1px;
}
.bl-products-items .item p{
text-align: center;
  margin-top: 7px;
      color: #595959;
    text-align: center;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 600;
    min-height: 84px;
}
.bl-products-items .owl-controls i.fa { font-size: 22px }
.bl-products-items .owl-controls .owl-buttons div {
    color: #454545;
    display: inline-block;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: transparent;
    opacity: 0.8;
}
.bl-products-items .owl-controls{
    margin-top: 0 !important;
}
.bl-suppliers-container{
  position: relative;
  border-bottom: 2px solid #3896FF;
   padding: 6px 0px 16px 0;

}
.bl-tab-content-inner{

}
.bl-suppliers{padding: 0;
  padding-bottom: 12px;
  padding-top: 12px;
  /*border-bottom: 2px solid #F58811;
  margin-bottom: 25px;*/
  display: inline-block;
}

.bl-suppliers .fa{
  font-size: 24px;
  vertical-align: middle;
  margin-right: 7px;
}
.bl-suppliers hr{
  width: 67px;
  border-top: 1px solid #F58811;
  margin-left: 0;
}
.bl-suppliers img{
  vertical-align: top;
}
.bl-products-container{
    padding: 0;
}
.bl-products-item{
  padding-left: 0px;
  margin-bottom: 3px;
}
.bl-products-item a{
    opacity: 0.9;
    display: inline-block;
}
.bl-products-item a:hover{
    opacity: 1;
}
.bl-products-item a img{
    box-shadow: 1px 1px 5px 0px #AFAFAF;
}
.bl-products-item a p{
    color: #595959;
    text-align: center;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 600;
    min-height: 84px;
}
.bl-inner-list-item:focus{

   font-weight: bold;
    background-color: #1A56A0;
    font-size: 17px !important;
    color: #fff;
}
.bl-list-active{
    font-weight: bold;
    background-color: #1A56A0;
    font-size: 17px !important;
    color: #fff;
}
.bl-list-active:hover{
    font-weight: bold;
    background-color: #1A56A0;
    font-size: 17px !important;
    color: #fff;

}
.bl-list-active .fa{
  font-size: 26px;
    color: #fff;
}
.bl-inner-tab-body{
    display: none;
}
.bl-inner-tab-body#ms-tab1{
    display: block;
}
.product-content{
    margin-top: 40px;
    margin-bottom: 40px;
}
.related-products-row{
   /* padding: 0 !important;*/
}
.no-padding-left{
    padding-left: 0;
}


.bl-projects-items .item{
    padding: 4px 0 0 0;
    opacity: 0.9;
    margin-right: 6px;
}
.bl-projects-items .item:hover{
opacity: 1;
}
.bl-projects-items .item a{
    color: #303030;
        display: inline-block;
    margin-left: 1px;
}
.bl-projects-items .item p{
text-align: center;
  margin-top: 7px;
}
.bl-projects-items .owl-controls i.fa { font-size: 22px }
.bl-projects-items .owl-controls .owl-buttons div {
    color: #454545;
    display: inline-block;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: transparent;
    opacity: 0.8;
}
.bl-projects-items .owl-controls{
    margin-top: 0 !important;
}
/*===========================================*/
/* Shortcodes
/*===========================================*/
blockquote {
    padding: 20px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #ffb642;
    background-color: #FAFAFA;
}
blockquote .lead {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;
    color: #777;
}
.blockquote-reverse {
    border-right: 5px solid #ffb642;
    padding: 20px;
}
blockquote.dark {
    background-image: url(../images/pattern/04.png);
    background-repeat: repeat;
    color: #ffffff;
}
blockquote.dark .lead { color: #ffffff }
blockquote.color { background-color: rgba(189, 59, 36, 0.15) }
/* Lists */
ul.list-block li {
    line-height: 30px;
    font-size: 16px;
}
ul.list-block i { margin-right: 20px }
/* Tabs */
.tab-style1 .tab-content {
    border: 1px solid #f1f1f1;
    padding: 10px 15px;
    border-top-color: transparent;
}
.tab-style1 .nav-tabs > li > a { border-radius: 0 }
.tab-style1 .nav-tabs > li.active > a,
.tab-style1 .nav-tabs > li.active > a:hover,
.tab-style1 .nav-tabs > li.active > a:focus {
    color: #FFF;
    cursor: default;
    background-color: #ffb642;
    border: 1px solid #ffb642;
    border-bottom-color: transparent;
    font-weight: 700;
}
.tab-style1 .nav-tabs { border-bottom: 1px solid rgb(189, 59, 36) }
.tab-style2 .nav-pills > li.active > a,
.tab-style2 .nav-pills > li.active > a:hover,
.tab-style2 .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #ffb642;
}
.tab-style2 .nav-pills > li > a { border-radius: 0 }
.tab-style2 .tab-content {
    padding: 15px;
    border: 1px solid #f1f1f1;
    border-left-color: #ffb642;
}
/* Accordion */
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-default > .panel-heading {
    color: #777;
      background-color: #2D2D2D;
  border: 2px solid #2D2D2D;
  
    border-radius: 0;
}
.panel-default > .panel-heading:hover,
.panel-default > .panel-heading:focus,
.panel-default > .panel-heading.active ,.panel-default > .panel-heading a:focus,.panel-default > .panel-heading a:hover{ background: #444444;color: #fff !important;   }
.panel-default {
    border-color: transparent;
   /* background: #fbfbfb;*/
    border-radius: 0;
    border: 0;
}
.panel-group .panel {
    margin-bottom: 10px;
    border-radius: 0;
}
*:focus { outline: none !important }
.panel-title > a { color: #FFF; }
h4.panel-title { font-weight: 400;
  font-size: 20px;
  text-shadow: 1px 1px 1px #000;}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  background-color: #F5F5F5;
  }
  #en-partners small{
    font-size: 15px;
  }
  .section-title p{
        font-size: 15px;
  }
  .clients-inner-page-container .caption p{
    display: none;
  }

/* Accordion Style 2 */
#accordion2 .panel-default > .panel-heading {
    background-color: #ffb642;
    border: 2px solid #ffb642;
    color: #f1f1f1;
}
#accordion2 .panel-title > a { color: #222222 }
/* Accordion Style 3 */
#accordion3>.panel-default > .panel-heading {
    color: #777;
    background-color: transparent;
    border: 2px solid #ddd;
}
#accordion3>.panel-default > .panel-heading:hover,
#accordion3>.panel-default > .panel-heading.active { background-color: #ddd }
/* Accordion Style 4 */
#accordion4>.panel-default > .panel-heading {
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #ffb642;
}
#accordion4>.panel-default > .panel-heading:hover,
#accordion4>.panel-default > .panel-heading.active { background-color: #ffb642 }
#accordion4>.panel-default > .panel-heading.active .panel-title > a,
#accordion4>.panel-default > .panel-heading:hover .panel-title > a,
#accordion4>.panel-default > .panel-heading .panel-title > a:focus { color: #f1f1f1 }
/*===========================================*/
/* Home Page
/*===========================================*/
#header-slider .carousel-caption {
    position: absolute;
    top: 20%;
    right: 0;
    left: 0;
    bottom: auto;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
#header-slider .carousel-indicators {
    position: absolute;
    bottom: 50px;
    left: auto;
    right: 0;
    z-index: 15;
    width: 20%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
#header-slider .carousel-indicators .active {
    width: 20px;
    height: 10px;
    margin: 1px;
    background-color: #ffb642;
    border-color: #ffb642;
    border: 0;
    border-radius: 0;
}
#header-slider .carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 0;
}
.lead {
  font-size: 15px !important;
}
.fa-check-square{
    margin-right: 13px;
  font-size: 13px;
}
.en-partners small{
font-size: 15px !important;
}
.left span.fa,
.right span.fa {
    position: absolute;
    top: 43%;
}
a.carousel-control span.fa {
    border: 1px solid #f1f1f1 !important;
    padding: 10px;
    margin-left: -20px;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active { opacity: 1 }
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right { opacity: 1 }
.carousel-fade .carousel-control { z-index: 20 }
button.en-btn,
a.en-btn {
    background-color: #FFFFFF;
    color: #fff;
    border-radius: 40px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    border-color: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding: 10px 40px;
    background: transparent;
    border: 4px solid #ffffff;
}
button.en-btn:hover,
a.en-btn:hover {
    background-color: #ffffff;
    color: #222222;
    border-color: transparent;
    padding-left: 50px;
    padding-right: 50px;
}
a.en-btn.light {
    background-color: #ffffff;
    color: #222222;
}
a.en-btn.light:hover { background-color: #ffffff }
button.en-btn.dark,
a.en-btn.dark {
    background-color: #222222;
    color: #ffffff;
    border: 0;
}
a.read-more,
a.read-more>span {
    color: #ffb642;
    font-style: normal;
    font-weight: 900;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
a.read-more:hover { font-weight: 900 }
a.read-more:hover>span {
    -webkit-transform: translateX(90%);
    transform: translateX(90%);
}



/*about icon*/
@font-face {
    font-family: "Flaticon";
    src: url("about/flaticon.eot");
    src: url("about/flaticon.eot#iefix") format("embedded-opentype"),
    url("about/flaticon.woff") format("woff"),
    url("about/flaticon.ttf") format("truetype"),
    url("about/flaticon.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
    font-family: Flaticon;
        /*font-size: 20px;*/
font-style: normal;
margin-left: 20px;
}.flaticon-pumpjack:before {
    content: "\e000";
}
.flaticon-industry2:before {
    content: "\e000";
}
.flaticon-tester:before {
    content: "\e002";
}

.materials-panel{
  /*background: url(../images/products/material.jpg);*/
  padding: 17px 14px;
  border: 0 !important;
  background-size: cover;
  background-position: 0px 73px;
}


/* Pages 
/*===========================================*/
/* Page Content */
#en-content { padding:28px 0 }
#en-content .img,
.img { margin: 15px 0 }
/* Page Header */
#en-header {
    background-color: #ffb642;
    padding: 2%;
    color: #ffffff;
}
#en-header .breadcrumb {
    padding: 5px 15px 0px;
    list-style: none;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    color: #fff;
    /*position: absolute;
    bottom: 23px;*/
}
#en-header .breadcrumb a { color: #FFFFFF !important }
#en-header .breadcrumb > .active {
    color: #FFF;
    font-weight: 900;
}
.breadcrumb > li + li:before { color: #FFF }
/* Image Thumbnail with Caption*/
.post-img.thumbnail {
    border-radius: 0;
    border-color: transparent;
    background-color: #ECECEC;
}
/* Intro */
#en-intro {
    padding: 80px 0;
    background: #ffffff;
      color: #000000;
}
#en-intro small{
      font-size: 15px;
}
/* Services */
#en-services {
    padding: 80px 0;
   /* background: #F5F5F5;*/
    background-image: url(../images/pattern/alternative.png);
    background-repeat: repeat;
    /*color: #ffffff;*/
    /*color: #404041;*/
      color: #F5F5F5;
}
#en-services h2{
    color: #fff;
}
#en-services h4{
    color: #fff;
}
#en-services:hover h4{
    color: #F0F0F0 !important;
}

.section-title.text-left hr { margin-left: 0 }
.section-title.text-center {
    width: 60%;
    margin: auto;
    margin-bottom: 60px;
}
.section-title h2 { line-height: 32px;  color: #1B59A3; }
.section-title hr {
    width: 60px;
    border-color: #6F6F6F;
}
.service h4 {  margin-top: 20px;
  color: #3D3D3D;
  opacity: 1 !important; }
.service>a h4,
.service>a img {
    transition: all 0.5s;
    opacity: 0.8;
}
.clients-inner-page-container .thumbnail img{
    width: 100%;
}
.clients-inner-page-container .section-title{
    margin-bottom: 23px;
}
.service>a img {
      width: 100%;
}
.desktop-solutions{
    display: block;
    float: none !important;
    margin: 0 auto;
}
.desktop-solutions .main-solutions{
      margin-bottom: 35px;
}
.mobile-solutions{
    display: none;
}
.service:hover>a h4 { color: #ffb642 }
.service:hover>a img { opacity: 1 }
/* CTA */
.en-cta { background-image: url(../images/slider/contact.jpg);  background-position: 0 76%; }
.en-cta .overlay {
    padding: 3%;
    color: #ffffff;
}
.overlay.dark { background-color: rgba(0, 0, 0, 0.60) }
.overlay.color { background-color: rgba(255, 182, 66, 0.85) }
.overlay.light {
    background-color: rgba(255, 255, 255, 0.5);
    color: #222222 !important;
}
.en-cta2 {
    padding: 3%;
    color: #ffffff;
}
.en-cta-solid {
    padding: 3%;
    background-color: #f1f1f1;
    margin: 20px 0;
}
.en-cta-solid.dark {
    background-image: url(../images/pattern/04.png);
    background-repeat: repeat;
    color: #ffffff;
}
.en-cta-solid.color {
    background-color: #ffb642;
    color: #f1f1f1;
}
/* Single Blog Posts */
ul.share {
    margin: 20px 0;
    border-top: 2px solid #ffb642;
    padding: 10px;
    background: #FBFBFB;
}
ul.share li {
    margin-right: 10px;
    font-size: 20px;
}
.author {
    border-top: 2px solid #ffb642;
    margin-top: 60px;
    background: #FBFBFB;
    padding: 20px;
}
.media.comment {
    padding: 20px 0;
    border-top: 2px solid #ffb642;
}
.media.reply-comment { padding: 20px 0 }
/* Comment Form */
#comment-form { margin-bottom: 30px }
/* Team Page */
#en-team {
    background: #fafafa;
    background-image: url(../images/pattern/03.png);
    background-repeat: repeat;
    color: #ffffff;
    padding: 80px 0;
}
.team .hover-bg {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.team .hover-bg .hover-text.on { opacity: 1 }
.team .hover-bg .hover-text.off {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    -webkit-transform: translateY(62%);
    transform: translateY(62%);
    opacity: 1;
    background: rgba(0, 0, 0, 0.70);
}
.team .hover-bg:hover .hover-text.off {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}
.team h5,
.career-position h5 { margin-bottom: 0px }
.career-position h6 {
    color: #ffb642;
    text-decoration: underline;
}
#en-career {
    padding: 80px 0;
    background: #ffffff;
}
/* Error Page */
.error i { font-size: 200px }
/* Career Page */
.position-details {
    margin-top: 40px;
    border-top: 1px solid #f1f1f1;
    padding: 30px 0;
}
/*===========================================*/
/* Portfolio Section and Page
/*===========================================*/
#en-portfolio {
    padding: 80px 0;
      color: #000000;
    background-color: #ffffff;
}
#portfolio-items .item {
    padding: 30px 0px;
    margin: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.item .hover-bg {
    position: relative;
    overflow: hidden;
}
.hover-bg .hover-text {
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    /*height: 60%;*/
    padding: 20px;
    color: #ffffff;
    transition: all 0.8s;
}
.hover-bg .hover-text.on { opacity: 1 }
.hover-bg .hover-text.off {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    -webkit-transform: translateY(65%);
    transform: translateY(65%);
    opacity: 1;
    /*background: rgba(0, 0, 0, 0.70);*/
    background: rgba(32, 32, 32, 0.88);
}
.hover-bg:hover .hover-text.off {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}
#en-services .item .service{
      padding: 6px;
}
#en-services .owl-controls i.fa { font-size: 30px }
#en-services .owl-theme .owl-controls .owl-buttons div {
    color: #909090;
    display: inline-block;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: transparent;
    opacity: 0.8;
}
#portfolio-items .owl-controls i.fa { font-size: 30px }
#en-portfolio .owl-theme .owl-controls .owl-buttons div {
    color: #222222;
    display: inline-block;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: transparent;
    opacity: 0.8;
}
#suppliers-items .owl-controls i.fa { font-size: 30px }
#suppliers-items.owl-theme .owl-controls .owl-buttons div {
    color: #222222;
    display: inline-block;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: transparent;
    opacity: 0.8;
}
#product-items .owl-controls i.fa { font-size: 30px }
#product-items.owl-theme .owl-controls .owl-buttons div {
    color: #222222;
    display: inline-block;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: transparent;
    opacity: 0.8;
}
#landing-items .owl-controls {     position: absolute;
    top: -51px;
    right: 0;}
#landing-items .owl-controls i.fa { font-size: 30px }
#landing-items.owl-theme .owl-controls .owl-buttons div {
    color: #222222;
    display: inline-block;
    margin: 5px;
    padding: 3px 0px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: transparent;
    opacity: 0.8;
}
#sys-items .owl-controls i.fa { font-size: 30px }
#sys-items.owl-theme .owl-controls .owl-buttons div {
    color: #222222;
    display: inline-block;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: transparent;
    opacity: 0.8;
}

#clients-items .owl-controls i.fa { font-size: 30px }
#en-partners .owl-theme .owl-controls .owl-buttons div {
    color: #222222;
    display: inline-block;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: transparent;
    opacity: 0.8;
}

#product-items .item{
    box-shadow: 1px 1px 5px 1px #AFAFAF;
    text-align: center;
    border: 1px solid #D2D2D2;


}
#suppliers-items{

        margin-top: 36px;
}
.sysmob-title{
        font-size: 20px;
    margin-bottom: 27px;
    text-align: center;
    display: none;
}
/* Portfolio Page */
#itemsWork .item { margin-bottom: 30px }
.isotope-item { z-index: 2 }
.isotope-hidden.isotope-item { z-index: 1 }
.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.isotope {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
ul.list-inline.cat {
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    text-align: center;
}
ul.cat li a {
    padding: 10px 5px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}
ul.cat li a:hover,
ul.cat li a:focus,
ul.cat li a:active,
ul.cat li a.active {
    border-top: 2px solid #ffb642;
    border-bottom: 2px solid #ffb642;
}
.project-details {
    margin-top: 40px;
    border-top: 1px solid #f1f1f1;
    padding: 30px 0;
    border-bottom: 1px solid #f1f1f1;
}
/*===========================================*/
/* Testimonial Section
/*===========================================*/
#testimonial .item {
    width: 80%;
    margin: auto;
}
.testimonial .owl-theme .owl-controls .owl-page span,
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 20px;
    height: 10px;
    margin: 2px 5px;
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 0;
    background: transparent;
    border: 1px solid #777;
}
.testimonial .owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page.active span {
    opacity: 1;
    background: #ffb642;
    border-color: transparent;
}
.owl-theme .owl-controls,
.owl-theme .owl-controls { margin-top: 10px }
.testimonial {
    background: url(../images/slider/01.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.testimonial .overlay { padding: 4% }
.testimonial.light .overlay { background: rgba(255, 255, 255, 0.92) }
.testimonial.dark .overlay {
    background: rgba(40, 47, 53, 0.85);
    color: #ffffff;
}
.testimonial.color .overlay {
    background-color: rgba(255, 182, 66, 0.85);
    color: #ffffff;
}
.testimonial.color blockquote footer { color: #f1f1f1 }
.testimonial.color .owl-theme .owl-controls .owl-page span {
    background: transparent;
    border: 1px solid #ffffff;
}
.testimonial.color .owl-theme .owl-controls .owl-page.active span {
    opacity: 1;
    background: #ffffff;
    border-color: transparent;
}
.testimonial img {
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
      color: #0A5889;
}
.testimonial blockquote {
    border-left: 0;
    font-style: italic;
    background-color: transparent;
}
.testimonial blockquote footer {
    margin-top: 15px;
    color: #ffb642;
}

/*===========================================*/
/* Blog/News
/*===========================================*/
#en-news {
  padding: 80px 0;
 /* background: #F4F4F4;*/
   background-image: url(../images/pattern/alternative.png); 
  background-repeat: repeat;
  color: #DADADA;
}
.news>a h4 { transition: all 0.8s }
.news:hover>a h4 { color: #ffb642 }
.news>hr {
    width: 100px;
    border-color: #333333;
    margin-left: 0;
}
#blogposts .meta{
    display: none;
}
span.meta-date,
p.meta { color: #D7D7D7 }
.meta-date i,
p.meta span { margin-right: 10px }
/* Partners */
#en-partners {
    padding: 80px 0;
    background: #FFFFFF;
       color: #000000;
}

/* News / Blog Page */
#blogposts .news { margin-bottom: 60px }
#blogposts .news hr { border-color: #f1f1f1 }
.news:hover>a h3 { color: #ffb642 }
.news .featured-img { position: relative }
.featured-img span.meta-date {
    position: absolute;
    top: 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.48);
    color: #ffffff;
}
/* Pagination */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #ffb642;
    border-color: #ffb642;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #ffb642;
    text-decoration: none;
    background-color: #fff;
    border: 2px solid #ddd;
    margin: 5px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #ffb642;
    background-color: #eee;
    border-color: #ddd;
}
.pagination li.active a { color: #fff !important }
.load_more{
      background-color: #222222;
      border: 0;
      padding: 11px 33px;
      color: #fff;
      margin: 12px 0 0 0;
}
.load_more:hover{
    background-color: #5E5E5E;
}
/*===========================================*/
/* About Us Page
/*===========================================*/
/* Values */
.values {
    height: 100%;
    width: 100%;
    padding: 60px 50px 40px 50px;
    color: #ffffff;
    overflow: hidden;
    height: 450px;
}
.detail { position: relative }
.values hr {
    width: 80px;
    margin-left: 0;
    border-color: rgba(255, 255, 255, 0.44);
}
.values span.icons { font-size: 38px }
.c1 { background: #D3932A }
.c2 { background: #E69D27 }
.c3 { background: #ffb642 }
.values span.icons {
    font-size: 238px;
    position: absolute;
    bottom: -200px;
    right: -50px;
    color: rgba(255, 255, 255, 0.16);
}
/* Awards */
#en-awards { padding: 80px 0 }
.awards i.icons,
.career-position i.icons {
    font-size: 60px;
    margin-left: -20px;
}
/* Why Us Section */
#en-why-us,
#en-application,
#en-offices {
    padding: 80px 0;
    background: #fafafa;
}
#en-why-us .section-title.text-left { margin-top: 20px }
/*===========================================*/
/* Contact Us Page
/*===========================================*/
#contact-form .alert-danger {
    color: #000000;
    background-color: #FFF0D9;
    border-color: #FFB642;
}
.form input.form-control {
    height: 50px;
    color: #777;
    background-color: transparent;
}
.form .form-control { margin-bottom: 20px }
.form textarea { background: transparent }
.offices { margin-bottom: 30px }
/* Map */
.map iframe {
    height: 300px;
    width: 100%;
    border: 0;
}
/*===========================================*/
/* Sidebar
/*===========================================*/
.sidebar-widget {
    margin-bottom: 30px;
    border-top: 2px solid #ffb642;
    padding: 30px;
    background: #FBFBFB;
}
.sidebar-widget .widget-title h4 { color: #777777 }
.recent-posts .media {
    border-bottom: 1px dashed #f1f1f1;
    padding: 10px 0;
}
.recent-posts .media img,
.recent-posts .media a h5 { transition: all 0.5s }
.recent-posts .media span { margin-right: 5px }
.recent-posts .media:hover img { opacity: 0.7 }
.recent-posts .media:hover a h5 { color: #ffb642 }
.sidebar-widget ul.list-block li i,
.sidebar-widget ul.list-block li a {
    color: #777;
    transition: all 0.5s;
}
.sidebar-widget ul.list-block li:hover a { color: #ffb642 }
.sidebar-widget ul.list-block li:hover i {
    margin-left: 10px;
    color: #ffb642;
}
.tags ul li {
    border: 2px solid #ddd;
    padding: 5px 10px;
    margin-bottom: 10px;
    transition: all 0.5s;
}
.tags ul li:hover {
    background: #ffb642;
    border-color: #ffb642;
}
.tags ul li:hover>a { color: #ffffff }
/*===========================================*/
/* Footer Area
/*===========================================*/
#en-footer .footer-content {
    padding: 80px 0;
    background: #202020;
/*    background: url(../images/pattern/ftr.png);
    color: #777;*/
  color: #BBB;
}
#en-footer .widget-title h4{
    text-transform: uppercase;
  color: #F58811;
  letter-spacing: 0px;
}
#en-footer .widget li:hover a{
 color: #ccc !important;
}
#en-footer .widget{
    border-left: 0 !important;
}
#en-footer .bottom-footer {
    background: #0F0F0F;
/*    background-image: url(../img/pattern/alternative.png);*/
    background-repeat: repeat;
    color: #ffffff;
    padding: 20px 0 10px;
}
.bottom-footer a { color: #f1f1f1 }
a.footer-logo { margin-bottom: 20px }
.footer-logo {
    font-size: 26px;
    color: #777;
    font-family: 'Arvo', serif;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 40px;
    border: 1px solid #777777;
    padding: 2px 7px;
}
/* Footer Widget */
.widget { border-left: 1px solid #333333 }
.widget-title.text-left hr { margin-left: 0 }
.widget-title.text-center {
    width: 60%;
    margin: auto;
    margin-bottom: 60px;
}
.widget-title h4 {
    text-transform: uppercase;
    color: #f1f1f1;
}
.widget-title hr {
    width: 60px;
    border-color: #ffb642;
}
.widget li i,
.widget a {
/*    color: #777;*/
  color: #BBB;
    transition: all 0.5s;
}
.widget li:hover a { color: #ffb642 }
.widget li:hover i {
    margin-left: 10px;
    color: #ffb642;
}
.widget .media a h5 {
    color: #f1f1f1;
    transition: all 0.5s;
}
.widget .media:hover a h5 { color: #ffb642 }
/* Form */
.widget .form-control {
    height: 50px;
    color: #f1f1f1;
    background-color: transparent;
    border: 1px solid #777;
}

.grid {
  list-style: none;
  padding: 0;
  margin: 0;
  min-height: 100%;
  overflow: hidden; }
  .grid li {
    height: 360px;
    color: white;
    display: block;
    cursor: pointer;
    position: relative;
    margin: 0;
    z-index: 0;
    background-color: black;
    box-shadow: none; }
    .grid li.open {
      z-index: 9000; }
    .grid li:hover {
      z-index: 10; }
      .grid li:hover .item-bg {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05); }
      .grid li:hover .item-name h1 {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        transition-delay: 0s; }
      .grid li:hover .item-name p {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition-delay: 0.1s;
        -moz-transition-delay: 0.1s;
        transition-delay: 0.1s; }
  .grid .item-bg {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }
  .grid .item-name {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center; }
  .grid .item-name-inner {
    display: table-cell;
    vertical-align: middle; }
    .grid .item-name-inner h1 {
      -webkit-transition: all 0.2s 0.05s;
      -moz-transition: all 0.2s 0.05s;
      transition: all 0.2s 0.05s;
      -webkit-transform: translate(0, 25px);
      -moz-transform: translate(0, 25px);
      -ms-transform: translate(0, 25px);
      -o-transform: translate(0, 25px);
      transform: translate(0, 25px); }
      .grid .item-name-inner h1 small {
        display: block;
        text-transform: none;
        color: white;
        font-size: 14px;
        margin-bottom: 15px;
        font-weight: 400;
        letter-spacing: 0.05em; 
            letter-spacing: 1px;
    line-height: 17px;
    margin-top: 15px;
    }
      .grid .item-name-inner h1 b {
        display: block;
        margin-bottom: 50px;
        font-size: 42px;
        font-weight: 200; 
        letter-spacing: 1px;}
    .grid .item-name-inner p {
      font-size: 18px;
      font-weight: 200;
      border-bottom: 2px solid white;
      display: inline-block;
      padding-bottom: 8px;
      letter-spacing: 0.05em;
      opacity: 0;
      -webkit-transition: all 0.2s 0s;
      -moz-transition: all 0.2s 0s;
      transition: all 0.2s 0s;
      -webkit-transform: translate(0, 25px);
      -moz-transform: translate(0, 25px);
      -ms-transform: translate(0, 25px);
      -o-transform: translate(0, 25px);
      transform: translate(0, 25px); }
  .grid .item-overlay {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
    background-size: cover !important;
    pointer-events: none;
    cursor: default;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  .grid .item-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 60px 60px; }
    .grid .item-content h2 {
      font-size: 80px;
      margin-bottom: 50px;
      margin-top: 0;
      font-weight: 200; }
    .grid .item-content p {
      margin-bottom: 25px; }
    .grid .item-content .image {
      display: block;
      margin: 50px -80px 50px; }
      .grid .item-content .image img {
        width: 100%; }
  .grid .close {
    cursor: pointer;
    z-index: 1000;
    text-shadow: none;
    color: white;
    font-weight: 100;
    font-size: 90px;
    opacity: 0.7;
    position: fixed;
    top: 0px;
    right: 40px; }
    .grid .close:hover {
      opacity: 1; }

.grid li:nth-child(1) .item-bg, .grid li:nth-child(1) .item-overlay {
  background-color: #0061aa; }
.grid li:nth-child(2) .item-bg, .grid li:nth-child(2) .item-overlay {
  background-color: #2980b9; }
.grid li:nth-child(3) .item-bg, .grid li:nth-child(3) .item-overlay {
  background-color: #2179B3; }
.grid li:nth-child(4) .item-bg, .grid li:nth-child(4) .item-overlay {
  background-color: #168CE4; }
.grid li:nth-child(5) .item-bg, .grid li:nth-child(5) .item-overlay {
  background-color: #4C99D4; }
.grid li:nth-child(6) .item-bg, .grid li:nth-child(6) .item-overlay {
  background-color: #2980b9; }
.grid li:nth-child(7) .item-bg, .grid li:nth-child(7) .item-overlay {
  background-color: #4e4e93; }
.grid li:nth-child(8) .item-bg, .grid li:nth-child(8) .item-overlay {
  background-color: #bf8dc8; }

@media (max-width: 992px) {
  .grid .item-content {
    padding: 40px; }
    .grid .item-content .image {
      margin-left: 0;
      margin-right: 0; } .sysmob-title{
        display: block;
    }
.tabs nav a.icon span{
    display: none;
}
}
.mob-material-cont{
    display: none;
}
.panel-group-b{
    display: block;
}
.mob-material-cont{

        text-align: center;
    margin-bottom: 21px;
}
.mob-mater{
        padding: 7px;
    font-size: 16px;
}
.mob{
    display: block;
}
.center-mob{

}
@media (max-width: 768px) {
.sys-desc{
    padding: 0 !important;
}
.center-mob{
    text-align: center;
}
.bl-suppliers{
    text-align: center;
}
.mob-material-cont{
    display: block;
}
.panel-group-b{
    display: none;
}
.mob{
    display: none;
}
  .grid .item-content {
    padding: 40px 30px; }
    .grid .item-content h2 {
      font-size: 50px;
      margin-bottom: 30px;
      margin-top: 0;
      font-weight: 200; }
    .grid .item-content .image {
      margin: 30px 0; }
  .grid .close {
    font-size: 50px;
    top: 0px;
    right: 30px;
    font-weight: 200; } 
.breadcrumb2{
    display: none;
}
.dropdown-menu{
    width: 100%;
}
.dropdown-menu li{
    text-align: center;
}
}

.bl-inner-list-item i::before{
margin-left: 0 !important;

}
.bl-inner-list-item i{
vertical-align: super;
    margin-right: 7px;
    font-size: 17px;

}
    .flaticon-box39:before {
    content: "\e000";
}
.flaticon-box85:before {
    content: "\e001";
}
.flaticon-cable1:before {
    content: "\e002";
}
.flaticon-cogwheel36:before {
    content: "\e003";
}
.flaticon-constructions4:before {
    content: "\e004";
}
.flaticon-driller1:before {
    content: "\e005";
}
.flaticon-engineer:before {
    content: "\e006";
}
.flaticon-gas20:before {
    content: "\e007";
}
.flaticon-gasoline6:before {
    content: "\e008";
}
.flaticon-industry2:before {
    content: "\e009";
}
.flaticon-pipe:before {
    content: "\e00a";
}
.flaticon-pumpjack:before {
    content: "\e00b";
}
.flaticon-tester:before {
    content: "\e00c";
}
.flaticon-wheels9:before {
    content: "\e00d";
}

.suppliers-items{


}
#suppliers-items .item{
    height: 150px;
    padding: 5px 1px;
    position: relative;

}
#suppliers-items .item a{
    display: inline-block;
    border-left: 1px solid #ccc;
    padding-top: 29px;
    padding-bottom: 29px;
    text-align: center;
    width: 100%;

}
.supplier-name{
    position: absolute;
    bottom: 4px;
    right: 15px;
    font-size: 11px;
    font-weight: 100;
    font-family: 'Montserrat', sans-serif;
}
.owl-carousel#landing-items .item{
    padding: 10px;
}
.owl-carousel#landing-items .hover-bg .hover-text {
    height: 67%;
    }
.owl-carousel#landing-items .hover-bg:hover .hover-text {
    height: 100%;
    }