@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;1,300&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans&display=swap');
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,%20600,700,800");
.bolder {
  font-weight: 600; }

.cfix, .topbar:after {
  content: '';
  display: block;
  width: 100%;
  clear: both; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; } 

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: 700; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

code,
kbd,
pre,
samp {
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

select {
  text-transform: none; }

button {
  overflow: visible; }

button,
input,
select,
textarea {
  max-width: 100%; }

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

button[disabled],
html input[disabled] {
  cursor: default;
  opacity: .5; }

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

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0; }

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

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

fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 1.75em;
  min-width: inherit;
  padding: 0.875em; }

fieldset > :last-child {
  margin-bottom: 0; }

legend {
  border: 0;
  padding: 0; }

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

optgroup {
  font-weight: bold; }

/**
 * 2. GLOBAL STYLES
 * -----------------------------------------------------------------------------
 */
/*1.1 GENERAL STYLES*/
body,
button,
input,
select,
textarea {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7; }

h1,
h2,
.banner-page .title-page,
h3,
.jumbo-heading h2,
.jumbo-heading .banner-page .title-page,
.banner-page .jumbo-heading .title-page,
h4,
.lead,
h5,
.section-subheading,
h6 {
  clear: both;
  font-weight: 700;
  margin: 0;
  text-rendering: optimizeLegibility; }

p {
    line-height: 26px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    font-size: 16px;
        }
    

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

blockquote {
  border: 0 solid #1a1a1a;
  border-left-width: 4px;
  color: #686868;
  font-size: 16px;
  font-style: italic;
  line-height: 1.6;
  margin: 0 0 1.4736842105em;
  overflow: hidden;
  padding: 0 0 0 1.263157895em; }

blockquote,
q {
  quotes: none; }

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

blockquote p {
  margin-bottom: 1.4736842105em; }

blockquote cite,
blockquote small {
  color: #1a1a1a;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75; }

blockquote cite:before,
blockquote small:before {
  content: "\2014\00a0"; }

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

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

blockquote > :last-child {
  margin-bottom: 0; }

blockquote footer, blockquote small, blockquote .small {
  display: block;
  color: #041e42; }

address {
  font-style: italic;
  margin: 0 0 1.75em; }

code,
kbd,
tt,
var,
samp,
pre {
 // font-family: Inconsolata, monospace; }

pre {
  border: 1px solid #d1d1d1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin: 0 0 1.75em;
  max-width: 100%;
  overflow: auto;
  padding: 1.75em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

code {
  background-color: #d1d1d1;
  padding: 0.125em 0.25em; }

abbr,
acronym {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help; }

mark,
ins {
  background: #007acc;
  color: #fff;
  padding: 0.125em 0.25em;
  text-decoration: none; }

big {
  font-size: 125%; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

body {
  background: #ffffff; overflow-x: hidden;     position: relative;
    min-height: 100%;
    top: 0px;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #d1d1d1;
  border: 0;
  height: 1px;
  margin: 0 0 1.75em; }

ul,
ol {
  margin: 0 0 1.75em 1.25em;
  padding: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal;
  margin-left: 1.5em; }

li > ul,
li > ol {
  margin-bottom: 0; }

dl {
  margin: 0 0 1.75em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 0 1.75em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle; }

del {
  opacity: 0.8; }

table,
th,
td {
  border: 1px solid #d1d1d1;  }

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%; }

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

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

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

th,
td {
  padding: 0.4375em; }

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #686868;
  font-family: "Open Sans", sans-serif; }

:-moz-placeholder {
  color: #686868;
  font-family: "Open Sans", sans-serif; }

::-moz-placeholder {
  color: #686868;
  font-family: "Open Sans", sans-serif;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */ }

:-ms-input-placeholder {
  color: #686868;
  font-family: "Open Sans", sans-serif; }

html, body {
  width: 100%;
  height: 100%; }

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

.animationload {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background-color: #fff; }

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  width: 200px;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat; }

.pos-relative {
  position: relative; }

.navbar-brand {
  padding: 0; }

.section {
  position: relative;  }
  
  .section > .container-fluid {
    padding-top: 30px;
    padding-bottom: 30px; }
    
  .section.overlap {
    /*transform: translateY(-125px);*/
    position: relative;
    z-index: 100;
    margin-top: -40px; }
    
    .section.overlap h3 {
        font-family: 'Rubik', sans-serif;
    font-weight: 600;
    line-height: 3.4rem;
    font-style: italic;
    font-size: 19px;
    color: #000;
    }
   .section.overlap  .about_focus {
       background: url(../images/about_banner.jpg) bottom center no-repeat;
    padding: 8rem 0px;
    text-align: center;
    color: #fff;
    box-shadow: 0px -1px 6px #727272; margin:2rem 0px;
   }
     .section.overlap  .about_focus h3 {
         font-size: 28px;
    font-weight: 600;
    color: #fff;
    font-style: normal;
    letter-spacing: 1px; text-decoration:underline;
         
     }
        .section.overlap  .about_focus  h4 {
                font-size: 22px !important;
    font-weight: 500;
            
        }
   
  .section.overlap .margin_sett {
     margin-top: 5rem;
  }

    .section.overlap > .container {
      background-color: #fff;
      padding-top: 20px; }
  .section.overlap-bottom {
    position: relative;
    z-index: 100;
    margin-bottom: -125px; }
    .section.overlap-bottom > .container {
      background-color: #fff;
      padding-top: 20px;
      padding-bottom: 0; }
  .section.section-border > .container {
    border-bottom: 1px solid #eee; }
  .section.banner {
    padding: 0 0; 
   /* margin-top:-26px;*/
  }
  .section.testimony > .container, .section.page404 > .container {
    padding-top: 50px;
    padding-bottom: 0; }
  .section.cta > .container {
    padding-top: 0;
    padding-bottom: 0; }
  .section.stat-client > .container {
    padding-top: 20px;
    padding-bottom: 20px; }

.bglight {
 //background-color: #eff3f6; margin: 0;
    padding: 0 !important; } 

.section-heading {
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 1px;
  font-weight: 700;
  color: #292929;
  margin-bottom: 20px;
  border-top: 1px solid #dedede;
  padding-top: 20px;
  padding-bottom: 10px;
  position: relative; }
  .section-heading:before {
    content: '';
    border-top: 2px solid #ffbc1b;
    position: absolute;
    top: 0;
    left: 0;
    width: 250px; }
  .section-heading.white {
    color: #fff;
    border-color:#292929;}

.section-subheading {
  color: #999999; }

.section-heading-2 {
  font-size: 24px;
  font-weight: 600;
  color: #041e42; }

.section-heading-3 {
    font-size: 1.4em;
    line-height: 31px;}

.no-gutter {
  margin-right: 0;
  margin-left: 0; }

.no-gutter > [class^="col-"],
.no-gutter > [class*=" col-"],
.no-gutter[class*='col-'],
.no-gutter[class*=" col-"] {
  padding-right: 0;
  padding-left: 0; }

/* 1.2. TEXT COLOR */
/* 1.3. ANCHOR */
a {
  color: #000;
  text-decoration: none; }
  a:hover {
    color: #ffbc1b;
    text-decoration: none; }

/* 1.4. HEADING & PARAGRAPH */
p {
  margin: 0 0 20px 0; }

h1,
h2,
.banner-page .title-page,
h3,
.jumbo-heading h2,
.jumbo-heading .banner-page .title-page,
.banner-page .jumbo-heading .title-page,
h4,
.lead,
h5,
.section-subheading {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 20px;     line-height: 4.4rem;
    font-size: 3.4rem; }

h1 {
  font-size: 3.571em;
  line-height: normal; }

.title-page {
    font-size: 28px;
    line-height: normal;
    font-weight: 600;}

h3, .jumbo-heading h2, .jumbo-heading .banner-page .title-page, .banner-page .jumbo-heading .title-page {
  font-size: 1.714em;
  line-height: normal; }

h4, .lead {
  font-size: 1.286em;
  line-height: normal; }

h5, .section-subheading {
  font-size: 14px;
  line-height: 22px; }

h6 {
  font-size: 13px; }

strong, b {
  font-weight: 700; }

.lead {
     font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color: #000;
    line-height: 32px;
    font-size: 17px;} 

ol, ul {
  list-style: initial;
  margin-left: 24px; }
  ol li, ul li {
    margin: 8px 0; }

.title-heading {
  color: #041e42;
  font-size: 36px;
  line-height: 50px; }

blockquote {
  padding: 15px 20px;
  background-color: #f6f6f6;
  margin: 0 0 20px;
  border-left: 5px solid #ffbc1b;
  font-style: italic; }

.jumbo-heading {
  color: #292929;
  font-size: 20px;
  position: relative; }
  .jumbo-heading h2, .jumbo-heading .banner-page .title-page, .banner-page .jumbo-heading .title-page {
    position: relative;
    z-index: 2;
    font-size: 43px;
    line-height: 6rem;
    color: #3c3a3a; }
    
    
.jumbo-heading h1, .jumbo-heading .banner-page .title-page, .banner-page .jumbo-heading .title-page {
    position: relative;
    z-index: 2;
    font-size: 43px;
    line-height: 6rem;
    color: #3c3a3a; }
    
    
  .jumbo-heading .fa {
    font-size: 200px;
    position: absolute;
    top: 0;
    left: 0;
    color: #f5f5f5;
    z-index: 1; }

ul.checklist {
  margin: 0; }
  ul.checklist li {
    list-style: none;
    margin: 10px 0 25px 35px; }
    ul.checklist li:before {
      font-family: FontAwesome;
      content: "\f00c";
      font-size: 20px;
      color: #041e42;
      margin-left: -35px;
      margin-right: 15px; }

ul.bull {
  margin: 0 0 20px;
  list-style: none;
  padding: 0; }
  ul.bull li {
    position: relative;
    padding: 0 0 0 26px;
    margin: 0 0 14px; font-weight:400;
    line-height: 29px;  font-family: 'Rubik', sans-serif; font-size:16px; }
    ul.bull li:before {
      content: "\f105";
      font: normal normal normal 14px/1 FontAwesome;
      position: absolute;
      left: 0;
      top: 2px;
      display: inline-block;
      vertical-align: top;
      font-size: 15px;
      color: #ffbc1b;     font-weight: 600;  line-height:29px;}

ul.circle {
  margin: 0 0 20px;
  list-style: none;
  padding: 0; }
  ul.circle li {
    position: relative;
    padding: 4px 0 4px 20px;
    margin: 0 0 14px;
    line-height: 22px; }
    ul.circle li:before {
      content: "\f10c";
      font: normal normal normal 14px/1 FontAwesome;
      position: absolute;
      left: 0;
      top: 10px;
      display: inline-block;
      vertical-align: top;
      font-size: 7px;
      color: #46c2ca; }

.bgsection {
  background: url(../images/bgoverlay-1.jpg) bottom center no-repeat;
  background-attachment: fixed;
  background-size: cover; }
  .bgsection:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #041e42;
    opacity: .9; }

.grid-services {
  margin-top: 0px;
  margin-bottom: 30px; }

.grid-item {
  margin-top: 30px;
  margin-bottom: 30px; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.margin-bottom-30 {
  margin-bottom: 30px; }

.margin-bottom-50 {
  margin-bottom: 50px; }

.margin-bottom-70 {
  margin-bottom: 70px; }

.margin-bottom-90 {
  margin-bottom: 90px; }

.margin-bottom-100 {
  margin-bottom: 100px; }

.banner-page {
  //height: 350px;
  display: block;
  background-color: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
.title-page {
    text-align: left;
    color: #ffffff;
    margin-bottom: 0; }





.breadcrumb {
    padding: 0;
    margin: 0;
    text-align: left;
    background-color: transparent;
    font-size: 18px;
    font-weight: 600; }
  .breadcrumb > .active,
   .breadcrumb > li + li:before,
  .breadcrumb a {
      color: #ffffff; }
   .breadcrumb > .active:hover,
     .breadcrumb > li + li:before:hover,
     .breadcrumb a:hover {
        color: #46c2ca; }

/* 2.5. CATEGORY MENU */
.widget {
    border: 2px solid rgba(0,0,0,.1);
    border-radius: 4px;
    background-color: rgba(0,0,0,.01);
    padding: 2rem 2.2rem;
    margin-top: 5rem;}

.widget-title {
    font-size: 17px;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase; letter-spacing: 1px; font-family: 'Rubik', sans-serif;}

.category-nav {
  margin-left: 0;
  margin-bottom: 30px;
  padding: 0; }

.category-nav {
  margin-left: 0;
  margin-bottom: 30px;
  padding: 0; }
  .category-nav li {
    list-style: none;
    margin: 0;
    font-weight: 700; }
    .category-nav li a {
      color: #666666;
      display: block;
      padding: 15px 20px;
      margin-bottom: 5px;
      background-color: #eff3f6;
      border-left: 5px solid transparent; }
      .category-nav li a:hover {
        border-color: #ed1c24; }
    .category-nav li.active a {
      border-color: #ed1c24; }

.info-detail dl {
  font-size: 16px; }
.info-detail dt {
  font-weight: 700; }
.info-detail dd {
  margin-bottom: 20px; }

.widget.tags a {
  display: inline-block;
  vertical-align: top;
  padding: 5px 8px 6px;
  font-size: 13px !important;
  color: rgba(34, 34, 34, 0.8);
  border: 1px solid #ccc;
  margin: 0 6px 7px 0;
  text-decoration: none !important;
  text-transform: lowercase;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .widget.tags a:hover {
    background-color: #ed1c24;
    color: #ffffff;
    border-color: #ed1c24; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #ffbc1b; }

/* ==========================
Back To Top Section
============================= */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #ffbc1b url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s; }

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s; }

.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1; }

.cd-top.cd-fade-out {
  opacity: .5; }

.cd-top:hover {
  opacity: 1; }

/**
 * 3. - COMPONENTS
 * -----------------------------------------------------------------------------
 */
/* 2.1. PRELOADER */
.animationload {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background-color: #fff; }

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  width: 200px;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat; }

/* 2.2. BUTTONS */
:focus {
  outline: none; }


.btn, .btn-primary, .btn-secondary {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #000;
  padding: 13px 35px;
  border: 0;
  font-weight: 600;
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  -ms-border-radius: 3;
  border-radius: 3; }

.btn-default {
  background-color: #ed1c24;
  color: #ffffff;
  padding: 15px 20px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

.btn-default:hover {
  background-color: #041e42; }

.btn-cta {
  background-color:#ffbc1b ;
  color: #ffffff;
  padding: 15px 25px;
  border: 0;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .btn-cta:hover {
    background-color: #000;
    color: #ffffff; }

.navbar-main .btn-orange-cta:hover {
  background-color: #041e42;
  color: #ffffff; }

.btn-primary {
  background-color: #fff; color: #000; }
  .btn-primary:hover {
    background-color: #fff !important; color: #000 !important;
  }

.btn-secondary {
  background-color: #fcae1b; }
.btn-secondary:hover {
  background-color: #fff !important;
}

.btn-secondary.disabled {
  background-color: #ffbc1b;
  border-color: #041e42; }

.pagination {
  clear: both;
  text-align: left;
  margin-top: 20px; }
  .pagination > li {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; }
    .pagination > li > a {
      padding: 15px 20px;
      margin-right: 5px;
      margin-bottom: 5px;
      color: #666666;
      display: inline-block;
      border-color: transparent;
      background: #eee;
      border: 0; }
      .pagination > li > a:hover, .pagination > li > a.active {
        background: #041e42;
        color: #fff; }
    .pagination > li:first-child > a, .pagination > li:first-child > span {
      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 {
    background: #041e42;
    color: #fff; }
  .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background: #041e42;
    color: #fff; }

.btn-sidebar {
  border-radius: 0;
  text-align: left;
  font-size: 16px;
  font-weight: 700; }
  .btn-sidebar .fa {
    margin-right: 10px;
    font-size: 1.4em;
    vertical-align: middle; }

/* 2.3. BOX ICON 1 */
.box-icon-1 {
  margin-bottom: 20px; }
  .box-icon-1 .icon {
    display: inline-block;
    color: #ffbc1b;
    font-size: 36px;
    line-height: 43px;
    float: left; }
  .box-icon-1 .body-content {
    margin-left: 55px;
    color: #041e42;
    font-weight: 700; }
.box-icon-1 .body-content .heading {
      color: #666666;
      font-weight: 400; }
      
.box-icon-1 a {
        font-family: 'Rubik', sans-serif;
    font-size: 17px;
    color: #282828;
    font-weight: 500;
    letter-spacing: 0.2px; 
}



/* 2.4. BOX ICON 2 */
.box-icon-2 {
   margin-bottom: 40px;
    padding: 14px 19px 18px;
    background-color: #eff3f6;
    border: 1px solid #bfbfbf;
    min-height: 250px;
}
  .box-icon-2 .icon {
    display: inline-block;
    color: #525252;
    font-size: 40px;
    line-height: 43px;
    margin-bottom: 20px;  font-family: 'Rubik', sans-serif;}
  .box-icon-2 .body-content {
    color: #222222; font-size:15.5px; }
    .box-icon-2 .body-content .heading {
      color: #1a1a1a;
      font-size: 18px;
      margin-bottom: 15px;
      text-transform: uppercase;
      font-weight: 700;  font-family: 'Rubik', sans-serif;}
  .box-icon-2:hover {
    background-color: #ffbc1b; }
    .box-icon-2:hover .icon, .box-icon-2:hover .body-content {
         font-family: 'Rubik', sans-serif;
      color: #ffffff; }

/* 2.4. BOX ICON 3 */
.box-icon-3 {
  padding: 50px 30px 60px 30px;
  border: 1px solid #dcdde1;
  text-align: center;
  position: relative;
  background-color: #eff3f6;
  min-height: 300px; }
  .box-icon-3 .icon {
    display: inline-block;
    color: #041e42;
    font-size: 50px;
    line-height: 43px;
    margin-bottom: 40px; }
  .box-icon-3 .body-content {
    color: #222222; }
    .box-icon-3 .body-content .heading {
      color: #041e42;
      margin-bottom: 15px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: .2px; }
    .box-icon-3 .body-content .readmore {
      display: block;
      margin-top: 20px;
      font-weight: 700;
      -webkit-transform: translate3d(0px, 25px, 0px);
      transform: translate3d(0px, 25px, 0px);
      -webkit-transition: all 0.4s ease 0s !important;
      transition: all 0.4s ease 0s !important;
      opacity: 0;
      color: #041e42; }
  .box-icon-3:hover {
    background-color: #46c2ca;
    -webkit-box-shadow: 0 10px 18px #eee;
    -moz-box-shadow: 0 10px 18px #eee;
    box-shadow: 0 10px 18px #eee; }
    .box-icon-3:hover .icon {
      color: #ffffff; }
    .box-icon-3:hover .body-content {
      color: #ffffff; }
      .box-icon-3:hover .body-content .readmore {
        opacity: 1;
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px); }
  .box-icon-3 .line-t {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
    .box-icon-3 .line-t:before {
      content: '';
      width: 2px;
      height: 2px;
      display: block;
      position: absolute;
      top: -1px;
      left: -1px;
      background-color: #041e42; }
    .box-icon-3 .line-t:after {
      content: '';
      width: 2px;
      height: 2px;
      display: block;
      position: absolute;
      top: -1px;
      right: -1px;
      background-color: #041e42; }
  .box-icon-3 .line-b {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    .box-icon-3 .line-b:before {
      content: '';
      width: 2px;
      height: 2px;
      display: block;
      position: absolute;
      bottom: -1px;
      left: -1px;
      background-color: #041e42; }
    .box-icon-3 .line-b:after {
      content: '';
      width: 2px;
      height: 2px;
      display: block;
      position: absolute;
      bottom: -1px;
      right: -1px;
      background-color: #041e42; }

/* 2.5. BOX ICON 4 */
.box-icon-4 {
  margin-bottom: 20px;
  padding: 30px 30px 30px 30px;
  background-color: #eff3f6;
  border: 1px solid #dcdde1;
  text-align: center;
  height: 145px;
  position: relative;
  overflow: hidden; }
  .box-icon-4 .icon {
    display: inline-block;
    color: rgba(255, 255, 255, 0.2);
    font-size: 100px;
    position: absolute;
    right: -40px;
    bottom: -20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  .box-icon-4 .body-content {
    color: #000000;
    font-weight: 500;}
    .box-icon-4 .body-content .heading {
     color: #131313;
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
       }
      .box-icon-4 .body-content .email_col {
         color: #000;
    font-size: 17px;
      }
      .box-icon-4 .body-content .email_col:hover {
          color:#fff;
      }
  .box-icon-4:hover {
    background-color: #ffbc1b; }
    .box-icon-4:hover .icon {
      right: 0; }
    .box-icon-4:hover .body-content {
      color: #ffffff; }

/* 2.5. BOX IMAGE 1 */
.box-image-1 {
  position: relative;
  margin-bottom: 30px; }
  .box-image-1 .image {
    overflow: hidden;
    background-color: #000; }
    .box-image-1 .image img {
      opacity: .9;
      max-width: 100%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1);
      -webkit-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
      -webkit-transition-duration: 250ms;
      transition-duration: 250ms;
      -webkit-transition: 0.1s all linear;
      transition: 0.1s all linear; }
  .box-image-1:hover .image img {
    opacity: .4;
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    box-shadow: none;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms; }
  .box-image-1 .description {
    position: absolute;
    left: 40px;
    bottom: 40px; }
  .box-image-1 .blok-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400; }

/* 2.6. BOX IMAGE 2 */
.box-image-2 .image img {
  width: 100%; }
.box-image-2 .blok-title {
  color: #041e42;
  font-size: 24px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 20px; }

/* 2.7. BOX IMAGE 4 */
.box-image-4 {
  position: relative;
  margin: 3rem 0px 2rem 0px;
  box-shadow: 0px 2px 15px 7px #dfdfdf;
}
  .box-image-4 .media {
    overflow: hidden;
    background-color: #041e42;
    position: relative;     border: 1px solid; }
    .box-image-4 .media img {
      opacity: 1;
      max-width: 100%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1);
      -webkit-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
      -webkit-transition-duration: 250ms;
      transition-duration: 250ms;
      -webkit-transition: 0.1s all linear;
      transition: 0.1s all linear; }
  .box-image-4 .body {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: -webkit-calc(100% - 20px);
    height: calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    background-color: rgb(255 255 255 / 40%);
    //border: solid 8px #ffbc1b;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out; }
    .box-image-4 .body .content {
      position: absolute;
      width: 80%;
      top: 64%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center; }
      
      .box-image-4 .body .content .title, h3 {
            color:#000;
      }
      
      hr {
      content: '';
    border-top: 2px solid #ffbc1b;
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
      }
    
  .box-image-4 .title {
    color: #ffffff;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px; font-weight: 100; 'Rubik', sans-serif;}
  .box-image-4 .category {
    color: #ffffff; }
  .box-image-4:hover .media img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    box-shadow: none;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms; }
  .box-image-4:hover .body {
    opacity: 1; }
  .box-image-4:hover .title {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

/* 2.7. BOX IMAGE 3 */
.box-image-3 {
  position: relative;
  margin-bottom: 40px; }
  .box-image-3 .image {
    overflow: hidden;
    background-color: #041e42;
    position: relative; }
    .box-image-3 .image:before {
      content: '';
      position: absolute;
      background: url(../images/link.html) center top no-repeat;
      top: 40%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 50px;
      height: 50px;
      text-align: center;
      z-index: 9;
      color: #ffffff;
      font-size: 30px;
      filter: alpha(opacity=0);
      opacity: 0;
      -webkit-transition: all ease .25s;
      transition: all ease .25s; }
    .box-image-3 .image img {
      opacity: 1;
      max-width: 100%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1);
      -webkit-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
      -webkit-transition-duration: 250ms;
      transition-duration: 250ms;
      -webkit-transition: 0.1s all linear;
      transition: 0.1s all linear; }
  .box-image-3:hover .image img {
    opacity: .2;
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms; }
  .box-image-3:hover .image:before {
    top: 50%;
    filter: alpha(opacity=1);
    opacity: 100; }
  .box-image-3 .blok-title {
    text-align: center;
    color: #666666;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px; }
  .box-image-3:hover .blok-title {
    color: #041e42; }

/* 2.8. BOX IMAGE 4 */
.feature-box-8 {
  position: relative;
  background-color: #fff; border: 1px solid #444444;
  color: #ffffff; box-shadow:1px 1px 7px #d6d6d6;
  margin-bottom: 30px;}
  .feature-box-8 .media {
    width: 100%;
    margin-bottom: 30px; }
  .feature-box-8 .body {
    position: relative;
    text-align: center;
    padding: 0px 40px 30px; }
    .feature-box-8 .body .icon-holder {
      position: absolute;
      left: 50%;
      top: -30px;
      width: 84px;
      height: 84px;
      line-height: 100px;
      background-color: #041e42;
      color: #ffffff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); display: none; } 
    .feature-box-8 .body .fa {
      font-size: 40px; }
    .feature-box-8 .body .title {
    color: #003d71;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .2px;
    display: inline-block;
    padding: 6px 17px;
    font-size: 17px; }
    .feature-box-8 .body .readmore {
      display: block;
      margin-top: 20px;
      font-weight: 700;
      -webkit-transform: translate3d(0px, 25px, 0px);
      transform: translate3d(0px, 25px, 0px);
      -webkit-transition: all 0.4s ease 0s !important;
      transition: all 0.4s ease 0s !important;
      opacity: 0;
      color: #041e42; }
  .feature-box-8:hover {
    background-color: #ffbc1b;
    color: #000; }
    .feature-box-8:hover .icon-holder {
      background-color: #46c2ca; }
    .feature-box-8:hover .title {
      color: #041e42; }
    .feature-box-8:hover .readmore {
      opacity: 1;
      -webkit-transform: translate3d(0px, 0px, 0px);
      transform: translate3d(0px, 0px, 0px); }

/* 2.8. BOX TESTIMONY */
.box-testimony {
  position: relative;
  box-sizing: border-box; }
  .box-testimony:before {
    content: "\f10e";
    color: #ed1c24;
    font-family: FontAwesome;
    font-size: 60px;
    float: left;
    line-height: initial; }
  .box-testimony .quote-box {
    margin-left: 80px; }
    .box-testimony .quote-box blockquote {
      font-size: 18px;
      line-height: 32px;
      font-weight: 600;
      padding: 0;
      background-color: transparent;
      margin: 0;
      border-left: 0;
      font-style: italic; }
    .box-testimony .quote-box .quote-name {
      margin-top: 30px;
      font-size: 24px;
      line-height: 34px;
      font-weight: 700;
      color: #041e42; }
      .box-testimony .quote-box .quote-name span {
        font-size: 12px;
        font-style: italic;
        color: #222222;
        font-weight: normal;
        display: block; }

/* TESTIMONIALS 1 */
.testimonial-1 {
  position: relative; }
  .testimonial-1 .media {
    float: left;
    margin: 0 30px 0 0;
    max-width: 255px;
    display: block;
    position: relative;
    background-color: #041e42; }
    .testimonial-1 .media img {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1);
      -webkit-transition: 0.4s all linear;
      transition: 0.4s all linear; }
  .testimonial-1:hover .media img {
    filter: alpha(opacity=30);
    opacity: .3;
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms; }
  .testimonial-1 .body {
    overflow: hidden;
    color: #222222; }
  .testimonial-1 .title {
    color: #041e42;
    font-weight: 700;
    font-size: 16px; }
  .testimonial-1 .position {
    color: #a2a2a2; }
  .testimonial-1 .company {
    color: #a2a2a2;
    margin-bottom: 20px; }

/* TESTIMONIALS 2 */
.testimonial-2 {
  position: relative;
  margin-bottom: 30px;
  margin-left: 0;
  margin-bottom: 100px;
  background-color: #041e42; }
  .testimonial-2 .body {
    border: none;
    margin-bottom: 0;
    padding: 30px;
    font-weight: 500;
    color: #fff;
    min-height: 140px; }
  .testimonial-2 .info {
    background-color: #fff;
    display: inline-block;
    padding: 20px 20px;
    margin-top: -40px;
    float: right;
    min-width: 290px;
    border-bottom: 2px solid #041e42;
    height: 90px;
    position: relative;
    z-index: 3; }
    .testimonial-2 .info .media {
      max-width: 60px;
      max-height: 60px;
      float: left; }
    .testimonial-2 .info .info-title {
      margin-left: 80px; }
    .testimonial-2 .info .title {
      color: #041e42;
      font-weight: 700;
      font-size: 16px; }
    .testimonial-2 .info .position {
      color: #a2a2a2; }
    .testimonial-2 .info .company {
      color: #a2a2a2;
      margin-bottom: 20px; }
  .testimonial-2:hover {
    background-color: #46c2ca; }
    .testimonial-2:hover .info {
      border-color: #46c2ca; }

/* TESTIMONIALS 3 */
.testimonial-3 .media {
  text-align: center;
  float: left;  width: 100%; padding:20px;}
  .testimonial-3 .media img {
    width: 100%;
    //margin-bottom: 25px;
    //-webkit-border-radius: 100px;
    //-moz-border-radius: 100px;
    //-ms-border-radius: 100px; 
     }
.testimonial-3 .body {
  padding-left: 200px;
  font-size: 2.7rem;
  line-height: normal; }
.testimonial-3 .title {
  color: #000;
  font-weight: 700;
  font-size: 18px; }
.testimonial-3 .company {
  color: #777;
  margin-bottom: 20px; }
@media (max-width: 768px) {
  .testimonial-3 .media {
    float: none; }
    .testimonial-3 .media img {
      margin: 0 auto;
      //margin-bottom: 25px; }
  .testimonial-3 .body {
    padding-left: 0;
    text-align: center; } }

/* 2.9. BOX TEAM 2 */
.box-team {
  border: 1px solid #eee;
  margin-bottom: 30px;
  background-color: #041e42;
  color: #fff; }
  .box-team:hover {
    background-color: #041e42; }
  .box-team:after {
    content: '';
    display: block;
    width: 100%;
    clear: both; }
  .box-team .box-image {
    float: left;
    width: 50%;
    position: relative; }
    .box-team .box-image img {
      display: block;
      width: 100%; }
    .box-team .box-image .sosmed {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(255, 255, 255, 0.6);
      text-align: center;
      padding: 10px 0; }
      .box-team .box-image .sosmed .fa {
        font-size: 18px;
        color: #041e42;
        padding: 0 20px; }
        .box-team .box-image .sosmed .fa:hover {
          color: #46c2ca; }
  .box-team .body-content {
    float: left;
    width: 50%;
    padding: 30px 30px;
    position: relative; }
    .box-team .body-content .people {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 0; }
    .box-team .body-content .position {
      color: #46c2ca;
      font-size: 12px;
      font-style: italic; }
    .box-team .body-content .excert {
      margin-top: 20px;
      margin-bottom: 35px; }
    .box-team .body-content .phone {
      font-size: 18px; }
      .box-team .body-content .phone .fa {
        font-size: 30px;
        color: #ed1c24;
        margin-right: 10px;
        vertical-align: middle; }
  .box-team:hover {
    background-color: #46c2ca;
    color: #000; }
    .box-team:hover .position {
      color: #041e42; }

/* 2.10. BOX STATISTIC */
.box-statistic {
  text-align: center;
  margin-top: 40px; }
  .box-statistic .icon {
    font-size: 36px;
    color: #ed1c24;
    margin-bottom: 30px; }
  .box-statistic .heading {
    font-size: 36px;
    color: #041e42;
    font-weight: 700;
    margin-bottom: 20px; }
  .box-statistic .subheading {
    font-size: 14px;
    font-weight: 600;
    color: #46c2ca; }

.counter-1 .counter-number {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 0;
  width: 70px;
  padding-right: 14px;
  letter-spacing: -.5px;
  font-weight: 700;
  font-size: 48px;
  color: #46c2ca; }
.counter-1 .counter-title {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 0;
  text-align: left;
  line-height: 18px;
  margin-bottom: 0;
  color: #ffffff; }

/* 2.11. BOX HISTORY */
.box-history .item {
  padding-bottom: 40px; }
  .box-history .item:before {
    content: '';
    position: absolute;
    left: 92px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #eee;
    z-index: -1; }
  .box-history .item .year {
    float: left;
    font-size: 18px;
    font-weight: 700; }
  .box-history .item .year-info {
    position: relative;
    margin-left: 100px; }
    .box-history .item .year-info:before {
      content: '';
      position: absolute;
      left: -30px;
      width: 15px;
      height: 15px;
      background-color: #ed1c24;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      border-radius: 30px; }
    .box-history .item .year-info .heading {
      font-size: 24px;
      color: #041e42;
      margin-bottom: 20px; }
  .box-history .item:after {
    content: '';
    clear: both;
    display: block; }

.history-2 .timeline__item .media {
  display: table-cell;
  width: 30%; }
  .history-2 .timeline__item .media img {
    margin-bottom: 80px; }
.history-2 .timeline__item .year {
  font-size: 6rem;
  font-weight: 700;
  color: #002e5b;
  letter-spacing: -.04em;
  margin-top: -15px;
  line-height: normal; }
.history-2 .timeline__item .aksen {
  position: relative;
  display: table-cell;
  width: 80px; }
  .history-2 .timeline__item .aksen:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 20px;
    bottom: -5px;
    width: 1px;
    background: #e6e6e6;
    border-radius: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .history-2 .timeline__item .aksen:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 8px;
    width: 9px;
    height: 9px;
    background: #fde428;
    border-radius: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
.history-2 .timeline__item:last-child .aksen:before {
  display: none; }
.history-2 .timeline__item .text {
  display: table-cell;
  padding: 0 0 50px;
  vertical-align: top; }
  .history-2 .timeline__item .text .title {
    font-size: 20px;
    margin: 0 0 16px;
    padding: 0;
    font-weight: 700; }
@media (max-width: 767px) {
  .history-2 .timeline__item .media {
    display: block;
    width: 100%; }
    .history-2 .timeline__item .media img {
      margin-bottom: 20px; }
  .history-2 .timeline__item .aksen {
    display: none; } }

/* 2.12. BOX PARTNERS */
.box-partner {
  margin-top: 30px;
  margin-bottom: 30px; }
  .box-partner .item {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee; }
    .box-partner .item .box-image {
      float: left;
      width: 20%;
      font-size: 18px; }
      .box-partner .item .box-image img {
        width: 100%;
        border: 1px solid #eee;
        padding: 20px; }
    .box-partner .item .box-info {
      float: left;
      width: 70%;
      position: relative;
      margin-left: 40px; }
      .box-partner .item .box-info .heading {
        font-size: 24px;
        color: #041e42;
        font-weight: 700;
        margin-bottom: 20px; }
    .box-partner .item:after {
      content: '';
      clear: both;
      display: block; }
  .box-partner .item:last-child {
    border-bottom: 0; }

/* 2.13. PANEL ACCORDION */
.panel-faq.panel-group .panel {
  border-radius: 0px; }
.panel-faq .panel-default {
  border-color: transparent; }
  .panel-faq .panel-default > .panel-heading {
    color: #ffffff;
    background-color: #041e42;
    border-color: #ddd;
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 13px 20px;
    position: relative; }
    .panel-faq .panel-default > .panel-heading:before {
      padding: 0 0px 0 20px;
      content: "\002B";
      font-family: Arial;
      font-size: 24px;
      position: absolute;
      top: 10px;
      right: 20px; }
    .panel-faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: transparent; }
    .panel-faq .panel-default > .panel-heading.active {
      background-color: #eff3f6;
      color: #041e42; }
      .panel-faq .panel-default > .panel-heading.active:before {
        color: #041e42;
        content: "\002D"; }
  .panel-faq .panel-default:hover > .panel-heading {
    color: #46c2ca; }
  .panel-faq .panel-default:hover > .panel-heading.active {
    color: #041e42; }
.panel-faq .panel-title {
  font-size: 16px;
  display: block; }
  .panel-faq .panel-title > a,
  .panel-faq .panel-title > a:active,
  .panel-faq .panel-title > a:focus {
    color: inherit;
    text-decoration: none;
    display: block; }
.panel-faq .panel-body {
  padding: 15px 20px;
  background-color: #eff3f6;
  margin-top: 0; }
  .panel-faq .panel-body p {
    margin: 10px 0; }
.panel-faq .collapse.in {
  display: block;
  visibility: visible; }

/* 2.14. FAQ */
.faq-list {
  margin: 0;
  padding: 0; }
  .faq-list li {
    list-style: none; }
    .faq-list li .fa {
      color: #f00;
      font-size: 14px;
      margin-right: 10px; }
  .faq-list .faq-item-image {
    position: relative;
    width: 100%;
    text-align: center; }
  .faq-list .faq-item-image img {
    display: block; }

.faq-1 .item {
  margin-bottom: 70px; }
  .faq-1 .item .question {
    position: relative;
    padding-left: 40px;
    font-size: 1.714em;
    line-height: normal;
    margin-bottom: 30px; }
    .faq-1 .item .question:before {
      content: "\f059";
      color: #ed1c24;
      font-family: FontAwesome;
      position: absolute;
      left: 0;
      top: 5px; }
  .faq-1 .item .answer {
    position: relative;
    padding-left: 40px;
    margin-bottom: 30px; }
    .faq-1 .item .answer:before {
      content: "\f064";
      color: #46c2ca;
      font-family: FontAwesome;
      position: absolute;
      left: 0;
      top: 5px; }

/* 2.15. PRICING TABLE */
.panel-pricing {
  border-color: #ccc;
  text-align: center;
  margin-bottom: 40px;
  background-color: #f6f6f6;
  border-radius: 0; }
  .panel-pricing.best .price {
    background-color: #46c2ca; }
  .panel-pricing .price {
    padding: 15px 0;
    font-size: 80px;
    background-color: #041e42;
    font-size: 36px;
    color: #fff;
    font-weight: 700; }
    .panel-pricing .price sup {
      font-size: 18px;
      margin-right: 5px;
      top: -.6em;
      font-weight: 400; }
    .panel-pricing .price small {
      font-size: 14px;
      margin-left: 0px; }
  .panel-pricing h3, .panel-pricing .jumbo-heading h2, .jumbo-heading .panel-pricing h2, .panel-pricing .jumbo-heading .banner-page .title-page, .jumbo-heading .banner-page .panel-pricing .title-page, .panel-pricing .banner-page .jumbo-heading .title-page, .banner-page .jumbo-heading .panel-pricing .title-page {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    padding-top: 10px; }
  .panel-pricing > .panel-heading {
    color: #666666;
    border-color: #eee;
    padding: 0px 0px; }
  .panel-pricing .table > tbody > tr > td, .panel-pricing .table > tfoot > tr > td {
    padding: 12px 0;
    vertical-align: top;
    border-top: none; }
  .panel-pricing .table {
    margin-bottom: 0; }
  .panel-pricing .panel-body {
    padding: 10px;
    text-align: center; }
    .panel-pricing .panel-body table,
    .panel-pricing .panel-body th,
    .panel-pricing .panel-body td {
      border: 0;
      text-align: center; }
  .panel-pricing .panel-footer {
    padding: 30px 0;
    border-top: 0; }

/* 2.16. CAREER TABS */
.career-tabs > ul {
  margin-left: 0px; }
.career-tabs .nav-tabs {
  border-bottom: 0; }
  .career-tabs .nav-tabs > li {
    float: left;
    margin-bottom: 0;
    width: 25%;
    background: #041e42;
    text-align: center; }
    .career-tabs .nav-tabs > li > a {
      padding: 20px 0;
      color: #ffffff;
      margin-right: 0;
      border-radius: 0;
      font-weight: 700; }
      .career-tabs .nav-tabs > li > a:hover {
        background-color: #46c2ca; }
    .career-tabs .nav-tabs > li.active > a, .career-tabs .nav-tabs > li.active > a:hover, .career-tabs .nav-tabs > li.active > a:focus {
      color: #041e42;
      cursor: default;
      background-color: #eff3f6; }
.career-tabs .tab-content {
  padding: 20px 30px;
  border: 1px solid #eee;
  background-color: #eff3f6; }

/* 3.17. BOX NEWS */
.box-news-1 {
  position: relative;
  margin-bottom: 30px; }
  .box-news-1 .media {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #041e42; }
    .box-news-1 .media img {
      -webkit-transition: 0.4s all linear;
      transition: 0.4s all linear; }
    .box-news-1 .media:before {
      content: "\f0c1";
      font-family: FontAwesome;
      position: absolute;
      top: 40%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 50px;
      height: 50px;
      text-align: center;
      z-index: 9;
      color: #ffffff;
      font-size: 30px;
      filter: alpha(opacity=0);
      opacity: 0;
      -webkit-transition: all ease .25s;
      transition: all ease .25s; }
  .box-news-1 .body {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc; }
    .box-news-1 .body:before {
      background-color: #ed1c24;
      position: absolute;
      display: block;
      content: "";
      width: 100%;
      height: 2px;
      left: 0;
      bottom: 0;
      -webkit-transform-origin: left top;
      -moz-transform-origin: left top;
      -ms-transform-origin: left top;
      -o-transform-origin: left top;
      transform-origin: left top;
      -webkit-transform: scale(0, 1);
      -moz-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
      -o-transform: scale(0, 1);
      transform: scale(0, 1);
      -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
      -moz-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
      -o-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
      transition: transform 0.4s cubic-bezier(1, 0, 0, 1); }
    .box-news-1 .body .title {
      font-weight: 700; }
      .box-news-1 .body .title a {
        color: #041e42; }
        .box-news-1 .body .title a:hover {
          color: #ed1c24; }
    .box-news-1 .body .meta {
      color: #6f6f6f;
      font-size: 13px;
      margin-top: 5px; }
      .box-news-1 .body .meta span {
        display: inline-table;
        margin-right: 20px; }
      .box-news-1 .body .meta .fa {
        color: #46c2ca; }
  .box-news-1:hover .body:before {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  .box-news-1:hover .media img {
    filter: alpha(opacity=80);
    opacity: .4;
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms; }
  .box-news-1:hover .media:before {
    top: 50%;
    filter: alpha(opacity=1);
    opacity: 100; }

/* 3.17. BOX NEWS */
.box-news-2 {
  position: relative;
  margin-bottom: 40px; }
  .box-news-2 .image {
    overflow: hidden;
    background-color: #041e42;
    position: relative; }
    .box-news-2 .image img {
      opacity: 1;
      max-width: 100%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1);
      -webkit-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
      -webkit-transition-duration: 250ms;
      transition-duration: 250ms;
      -webkit-transition: 0.1s all linear;
      transition: 0.1s all linear; }
    .box-news-2 .image:before {
      content: '';
      position: absolute;
      background: url(../images/link.html) center top no-repeat;
      top: 40%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 50px;
      height: 50px;
      text-align: center;
      z-index: 9;
      color: #ffffff;
      font-size: 30px;
      filter: alpha(opacity=0);
      opacity: 0;
      -webkit-transition: all ease .25s;
      transition: all ease .25s; }
  .box-news-2:hover .image img {
    opacity: .2;
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms; }
  .box-news-2:hover .image:before {
    top: 50%;
    filter: alpha(opacity=1);
    opacity: 100; }
  .box-news-2 .meta-date {
    margin-top: 10px;
    color: #041e42;
    font-size: 12px;
    font-style: italic; }
  .box-news-2 .blok-title {
    color: #666666;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 20px;
    height: 50px;
    overflow: hidden; }
    .box-news-2 .blok-title a:hover {
      color: #ed1c24; }

/* 2.18. LIST NEWS */
.meta-blog, .list-news .news-item .meta, .single-news .meta {
  margin-bottom: 20px; }
  .meta-blog:after, .list-news .news-item .meta:after, .single-news .meta:after {
    clear: both;
    content: " ";
    display: table; }
  .meta-blog > div, .list-news .news-item .meta > div, .single-news .meta > div {
    float: left;
    font-size: 13px;
    line-height: normal; }
    .meta-blog > div:last-child, .list-news .news-item .meta > div:last-child, .single-news .meta > div:last-child {
      text-align: right;
      float: right; }
    .meta-blog > div i, .list-news .news-item .meta > div i, .single-news .meta > div i {
      color: #46c2ca; }
  .meta-blog .meta-author, .list-news .news-item .meta .meta-author, .single-news .meta .meta-author,
  .meta-blog .meta-category,
  .list-news .news-item .meta .meta-category,
  .single-news .meta .meta-category {
    margin: 0 0 10px 20px;
    padding: 0 0 0 21px; }
  @media (max-width: 768px) {
    .meta-blog > div, .list-news .news-item .meta > div, .single-news .meta > div {
      display: block;
      float: none;
      margin-bottom: 10px; }
      .meta-blog > div:last-child, .list-news .news-item .meta > div:last-child, .single-news .meta > div:last-child {
        text-align: left;
        float: none; }
    .meta-blog .meta-author, .list-news .news-item .meta .meta-author, .single-news .meta .meta-author,
    .meta-blog .meta-category,
    .list-news .news-item .meta .meta-category,
    .single-news .meta .meta-category {
      margin-left: 0;
      padding-left: 0; } }

.list-news {
  width: 98%; }
  .list-news .news-item {
    margin-bottom: 70px;
    padding-right: 15px;
    padding-left: 15px;
    /*.meta-date{
       	margin-top: 10px;
       	color: $blue_1;
       	font-size: 12px;
       	font-style: italic;
    }
    .meta-author{
    	color: $blue_1;
    	font-style: italic;
    	font-size: 12px;
    	margin-bottom: 20px;
    }*/ }
    .list-news .news-item .image {
      position: relative;
      overflow: hidden;
      background-color: #041e42; }
      .list-news .news-item .image:before {
        content: "\f0c1";
        font-family: FontAwesome;
        position: absolute;
        top: 40%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 50px;
        height: 50px;
        text-align: center;
        z-index: 9;
        color: #ffffff;
        font-size: 30px;
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transition: all ease .25s;
        transition: all ease .25s; }
      .list-news .news-item .image img {
        opacity: 1;
        max-width: 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        -webkit-transition-duration: 250ms;
        transition-duration: 250ms;
        -webkit-transition: 0.1s all linear;
        transition: 0.1s all linear; }
      .list-news .news-item .image .meta-date {
        position: absolute;
        bottom: 40px;
        left: 0;
        width: 70px;
        height: 70px;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
        background-color: #ed1c24;
        font-size: 26px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        padding-top: 13px;
        z-index: 1; }
        .list-news .news-item .image .meta-date span {
          font-size: 14px;
          display: block; }
    .list-news .news-item:hover .image img {
      opacity: .2;
      -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1);
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      -webkit-transition-duration: 250ms;
      transition-duration: 250ms; }
    .list-news .news-item:hover .image:before {
      top: 50%;
      filter: alpha(opacity=1);
      opacity: 100; }
    .list-news .news-item .blok-title {
      font-size: 24px;
      margin-top: 5px;
      margin-top: 20px;
      margin-bottom: 10px;
      font-weight: 700; }
      .list-news .news-item .blok-title a {
        color: #041e42; }
        .list-news .news-item .blok-title a:hover {
          color: #ed1c24; }

@media (max-width: 1024px) {
  .list-news {
    width: initial; } }
/**
 * 4. - LOGO & NAVIGATION
 * -----------------------------------------------------------------------------
 */
/* 4.1 - TOPBAR */
.topbar {
  background-color: rgb(90, 90, 90);
  padding: 0 0;
  height: 40px; display:none;}
  .topbar .topbar-left .welcome-text {
    //color: #ffffff;
    //padding: 0px;
    //display: inline-block;
    //font-size: 21px;
    //font-weight: 600; 
    
    font-style: italic;
    color: #ffffff;
    padding: 0px 0;
    display: inline-block;
    
  }
 .topbar .topbar-left .welcome-text a {
    color: #ffffff;
    font-weight: 600;
    font-size: 19px;
    text-decoration: underline;
    letter-spacing: 2px;
 }
 .topbar .topbar-left .welcome-text a:hover {
     color:#ffbc1b;
 }
  .topbar .topbar-right {
    text-align: right; }
    .topbar .topbar-right .topbar-menu {
      display: inline-table;
      margin-bottom: 0;
      vertical-align: top; }
      
      
      .topbar .topbar-right .topbar-menu li {
    /*list-style: none;
   // float: left;
    //color: #191919;
    //padding: 8px 15px;
    //font-size: 14px;
    //font-weight: 500;
   // background-color: #fcae1b;border-top-right-radius: 15px; */
    
    list-style: none;
    float: left;
    color: #ffffff;
    padding: 0 10px;
    font-size: 12px;
    
          
      }
      
        .topbar .topbar-right .topbar-menu li a {
          color: #fff;    
          /*font-weight:600;*/ }
          .topbar .topbar-right .topbar-menu li a:hover {
            color: #fff;}
    .topbar .topbar-right .topbar-sosmed {
      display: inline-table;
      margin-bottom: 0; }
      .topbar .topbar-right .topbar-sosmed li {
        list-style: none;
        float: left;
        font-size: 16px;
        padding: 0 10px; }
        .topbar .topbar-right .topbar-sosmed li a {
          color: #ffffff; }
          .topbar .topbar-right .topbar-sosmed li a:hover {
            color: #ffbc1b; }

.topbar-logo {
  background-color: #ffffff;
  //padding: 15px 0; }

.contact-info {
    float: right;
    margin-top: 3rem;}
.contact-info > div {
    display: inline-table;
    margin-right: 40px; }

.navbar-toggle .icon-bar {
  background: #ffffff; }

.navbar-toggle {
  float: left; }

/* 4.2 - NAVBAR */
.rowe 
{
  background-color: #ffffff;
 //border-top: 1px solid #ccc; 
    
}

.navbar-main 
{
  background-color:transperant;
  border-radius: 0;
  margin-bottom: 0;
  border: 0;
  position: relative;
  z-index: 3;
  /*bottom: -22px;*/
  -webkit-transition: padding .2s ease-in-out;
  transition: padding .2s ease-in-out;
  /*@include translateY(22px);*/    
  }
  .navbar-main > .container
  {
    position: relative;
    }
.navbar-main.stiky 
{
    position: fixed;
    top: 0;
    /*right: 0;*/
    left: 0;
    z-index: 1030;
    /*padding-top: 33px;*/
    /*bottom: auto;*/
    /*-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);*/
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border-radius:0px;
    background-color:#000 !important;
}
  .navbar-main .navbar-brand 
  {
    position: absolute; 
    left: 40px;
   top: -12.4rem; 
      
  }
  .navbar-main .navbar-collapse
  {
    padding-right: 0; background-color:#000;
    padding-left: 0;
   
    }
    /*col-sm-10 and 2 remove padding left right*/
    .col-sm-10
  .navbar-main ol, .navbar-main li 
  {
    margin: 0 0;
    font-size: 12px;
    font-weight: 700;
    }
    
    #myHeader .navbar-nav li.active > a {
	background-color: #EEEEEE;
	color: #fff;
}
    
  .navbar-main .nav > li > a 
  {
       color: #ffbc1b !important;
    text-transform: uppercase;
    padding: 15px 18px;
    font-size: 16px;
    background-color: #000;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    letter-spacing: 0.3px;
    border-right: 1px solid #eaeaea;
    border-left:1px solid #eaeaea;
    padding-left:4rem;
  }
    
  .navbar-main .nav > li.active > a,
  .navbar-main .nav > li > a:hover,
  .navbar-main .nav > li > a:focus
  {
      
   
    //box-shadow: 0px 2px 7px #93834b;
    background-color: #ffbc1b;
    color: #000000 !important;
    //border-top: 4px solid #fff; //text-decoration:underline;
   
    }
  .navbar-main .nav .open > a, .navbar-main .nav .open > a:hover, .navbar-main .nav .open > a:focus 
  {
    background-color: transparent;
    border-color: transparent;
    color: #ffbc1b;  
      
  }
  .navbar-main .caret 
 {
    margin-left: 10px;
    }
  .navbar-main .nav.navbar-right > li 
  {
    margin-right: 15px; 
      
  }
  .navbar-main .fa
  {
    font-size: 18px; 
      
  }
  .navbar-main .dropdown-menu
  {
    background-color: #fff;
    min-width: 180px;
    color: #000;
    padding: 0;
    border: 0;
    border-radius: 0; 
      
  }
    .navbar-main .dropdown-menu > li 
    {
      text-transform: uppercase;
      border-bottom: 1px solid #073472;
      }
      .navbar-main .dropdown-menu > li a
      {
        padding: 15px 18px;
    color: #000;
    font-size: 15px; 
          
      }
        .navbar-main .dropdown-menu > li a:hover 
        {
          background-color: #ffda81 !important;
          color: #000000;
          }

/**
 * 5. - HOME
 * -----------------------------------------------------------------------------
 */
/* 5.1 - HERO */
.banner {
  position: relative;
  padding: 0 0; }
  .banner .overlay-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: -1; }
  .banner ol li, .banner ul li {
    margin: 0; }
  .banner .btn-primary:hover, .banner .btn-secondary:hover {
    background-color: #46c2ca; }

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  bottom: 46%;
  width: 100%; }

.slides-navigation.center {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  bottom: 25%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateX(-7px);
  -ms-transform: translateX(-7px);
  transform: translateX(-7px); }

.slides-navigation .container {
  position: relative; }

.slides-navigation a {
  position: absolute;
  display: block; }

.slides-navigation.center a {
  position: relative;
  display: inline-table;
  text-align: center; }

/*.slides-navigation {
  bottom: 20%;
}*/
.slides-navigation a {
  color: #ffffff;
  font-size: 14px;
  margin: 5px;
  background: transparent;
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  width: 40px;
  height: 40px;
  border: 3px solid #ffffff;
  padding-top: 7px;
  text-align: center; }
  .slides-navigation a:hover {
    color: #fff;
    border-color: #fff;
    text-decoration: none; }
  .slides-navigation a.prev {
    left: -60px; }
  .slides-navigation a.next {
    right: -60px; }

.slides-navigation.center a.next {
  left: 0;
  right: 0; }

.slides-navigation.center a.prev {
  left: 0; }

/* 5.2 - Text Typing */
.wrap-caption {
  padding-top: 22%;
  color: #ffffff;
  width: 45%; }
  .wrap-caption.center {
    width: 80%;
    margin: 0 auto;
    text-align: center; }
  .wrap-caption .excerpt {
    margin-bottom: 50px;
    font-size: 18px; color: #fff;}
  .wrap-caption .btn, .wrap-caption .btn-primary, .wrap-caption .btn-secondary {
    margin-right: 15px; }

/**
 * 6. - SECTION
 * -----------------------------------------------------------------------------
 */
/* 6.1 - About */
.banner-page.about {
  background: url("../images/banner-page.jpg") bottom center no-repeat;
  background-attachment: fixed;
  background-size: cover; }


.plastic-tp {
    background: url("../images/plastic-thread-protectors-banner.jpg") bottom center no-repeat;
  background-attachment: fixed;
  background-size: cover;      min-height: 280px;
}

.premium-tp {
    background: url("../images/premium-tp.jpg") bottom center no-repeat;
  background-attachment: fixed;
  background-size: cover; 
}

.director-image {
  position: relative;
  margin-bottom: 60px; }
  .director-image .director-image-title {
    background-color: #46c2ca;
    letter-spacing: -.6px;
    color: #fff;
    text-align: right;
    padding: 10px 30px;
    position: absolute;
    left: 0;
    bottom: 0; }
  .director-image:after {
    position: absolute;
    height: 40px;
    background-color: #46c2ca;
    left: 0;
    bottom: -40px;
    right: 40px; }

.director-title {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 0; }

.director-position {
  font-size: 14px;
  color: #041e42;
  text-transform: uppercase;
  font-weight: 600; }

.bos-quote {
  padding: 20px;
  background-color: #ffffff;
  border: 4px solid #dcdde1; }
  .bos-quote .bos-photo {
    float: left;
    width: 100px; }
    .bos-quote .bos-photo img {
      display: block; }
  .bos-quote .bos-text {
    margin-left: 120px; }
  .bos-quote:after {
    content: '';
    clear: both;
    display: inline-table; }

.box-vision {
  border-left: 10px solid #041e42;
  padding: 15px 30px;
  font-size: 20px;
  line-height: normal;
  background-color: #eff3f6;
  color: #041e42;
  margin-bottom: 60px;
  font-weight: 400;
  font-style: italic; }

dl.hiw {
  width: 100%; }
  dl.hiw dt {
    width: 30px;
    float: left; }
    dl.hiw dt .fa {
      font-size: 24px;
      color: #041e42; }
  dl.hiw dd {
    margin-left: 60px;
    margin-bottom: 40px; }
    dl.hiw dd h4, dl.hiw dd .lead {
      clear: none; }

.vidimg {
  position: relative; }
  .vidimg .play-vid {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    background-color: #041e42;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: block;
    border: 2px solid #ffffff;
    padding-top: 13px;
    padding-left: 7px;
    text-align: center; }
    .vidimg .play-vid a {
      color: #ffffff; }
    .vidimg .play-vid:hover {
      background-color: #ed1c24; }

/* 6.2 - Services */
.banner-page.project {
  background: url("../images/bgoverlay-1.jpg") bottom center no-repeat; }

.section.project {
  //background: url("../images/bgoverlay-1.jpg") bottom center no-repeat;
  background-attachment: fixed;
  background-size: cover; //display: none;      margin-top: -2%;}

.section.project:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  //background-color: #636363;
  opacity: .9; }

.portfolio_filter {
  margin: 0;
  padding: 0; }
  .portfolio_filter li {
    float: left;
    list-style: none;
    padding: 0 10px;
    text-transform: uppercase;
    text-decoration: none; }
    .portfolio_filter li a {
      color: #fff;
      font-weight: 700; }
      .portfolio_filter li a.active, .portfolio_filter li a:hover {
        color: #ffbc1b;
        text-decoration: none; }
  .portfolio_filter.dark li a {
    color: #666666; }
    .portfolio_filter.dark li a.active, .portfolio_filter.dark li a:hover {
      color: #ed1c24;
      text-decoration: none; }

/* 6.3 - Pages */
.banner-page.pages {
  background: url("../images/slide2-2.html") bottom center no-repeat; }

/* 6.3 - Projects */
.banner-page.project {
  background: url("../images/slide2-2.html") bottom center no-repeat; }

/* 6.4 - News */
.banner-page.news {
  background: url("../images/slide2-2.html") bottom center no-repeat; }

.single-news .image {
  position: relative; }
  .single-news .image .meta-date {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 70px;
    height: 70px;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    background-color: #ed1c24;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding-top: 13px; }
    .single-news .image .meta-date span {
      font-size: 14px;
      display: block; }
.single-news .blok-title {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #041e42; }

.author-box {
  background-color: #f6f6f6;
  padding: 20px;
  margin-top: 60px; }
  .author-box .media {
    display: table-cell;
    vertical-align: top;
    width: 120px; }
    .author-box .media img {
      width: 100px;
      height: 100px; }
  .author-box .body {
    margin-left: 20px;
    display: table-cell;
    vertical-align: top; }
  .author-box .media-heading {
    color: #222222;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 10px; }
    .author-box .media-heading span {
      font-weight: 400;
      font-size: 12px;
      display: block;
      color: rgba(34, 34, 34, 0.3); }
  .author-box:after {
    @extent .clrfix; }

.comments-box {
  padding-bottom: 30px;
  /*border-bottom: 1px solid #E9E9E9;*/ }
  .comments-box .media {
    /*padding: 20px;*/
    padding-bottom: 30px;
    border-bottom: 1px solid #E9E9E9;
    background-color: #fff;
    margin-bottom: 30px; }
    .comments-box .media .media-left {
      display: inline-table;
      float: left;
      padding-right: 20px; }
      .comments-box .media .media-left img {
        width: 60px;
        height: 60px; }
    .comments-box .media .media-body {
      margin-left: 140px; }
    .comments-box .media.comment {
      background-color: #fff; }
    .comments-box .media.reply-comment {
      /*background-color:#F6F6F6;*/
      margin-left: 40px; }
    .comments-box .media:after {
      display: table;
      content: " ";
      clear: both; }
  .comments-box .media-heading {
    color: #041e42;
    font-weight: 600; }
  .comments-box .comments-box .media-left img {
    width: 100px;
    height: 100px; }
  .comments-box .date {
    float: right;
    color: rgba(34, 34, 34, 0.3); }
  .comments-box .replay {
    margin-top: 5px; }
    .comments-box .replay a {
      color: rgba(34, 34, 34, 0.3); }
      .comments-box .replay a:hover {
        color: #ed1c24; }

.comments-box .title-heading,
.leave-comment-box .title-heading {
  font-size: 18px;
  line-height: 25px;
  color: #041e42;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 40px; }

/* 6.5 - Contact */
.form-comment .form-control,
.contact .form-control {
  height: 45px;
  background-color: #f6f6f6;
  border: 1px solid #eee;
  border-radius: 3px;
  box-shadow: none; }
.form-comment textarea.form-control,
.contact textarea.form-control {
  height: auto; }
.form-comment .btn.disabled, .form-comment .disabled.btn-primary, .form-comment .disabled.btn-secondary, .form-comment .btn[disabled], .form-comment [disabled].btn-primary, .form-comment [disabled].btn-secondary, .form-comment fieldset[disabled] .btn, .form-comment fieldset[disabled] .btn-primary, .form-comment fieldset[disabled] .btn-secondary,
.contact .btn.disabled,
.contact .disabled.btn-primary,
.contact .disabled.btn-secondary,
.contact .btn[disabled],
.contact [disabled].btn-primary,
.contact [disabled].btn-secondary,
.contact fieldset[disabled] .btn,
.contact fieldset[disabled] .btn-primary,
.contact fieldset[disabled] .btn-secondary {
  opacity: 1; }

.maps-wraper {
      position: relative;
    width: 100%;
    display: flex;  }

.maps {
  width: 100%;
  height: 350px;
  display: block;
  background: #ccc;
  position: relative; }

#google-container {
  position: relative;
  width: 100%;
  height: 500px;
  background-color: #fff; }

#cd-google-map {
  position: relative;
  overflow: hidden; }

#cd-google-map .col-md-12 {
  padding: 0; }

#cd-google-map .address {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px 0;
  background-color: rgba(5, 5, 5, 0.9); }

#cd-google-map .address .address-item {
  position: relative;
  padding-left: 44px; }

#cd-google-map .address .address-item i {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 4px;
  color: #fcfcfc;
  font-size: 22px;
  text-align: center;
  line-height: 24px; }

#cd-zoom-in,
#cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: #041e42;
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("../images/cd-icon-controller.svg"); }

.no-touch #cd-zoom-in:hover,
.no-touch #cd-zoom-out:hover {
  background-color: #ed1c24; }

#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px; }

#cd-zoom-out {
  background-position: 50% -32px; }

/* 6.6 Section - Features */
/* 6.7 Section - CTA */
.section.cta {
  background: url("../images/bgoverlay-2.jpg") bottom center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 80px 0;  margin-bottom: 5rem;}
  .section.cta .cta-info {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    color: #ffffff; }
    
    .section.cta .cta-info h3 {
        color: #efefef;
    font-family: 'Rubik', sans-serif;
    font-size: 26px;
    letter-spacing: 2px;
    font-weight: 500;
    }

.section.cta .cta-info p {
    color: #c7c7c7;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;

}
.section.cta:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color:#1b1b1b;
  opacity: .9; }

/*.cta{
	background-color: $blue_1;
	padding: 80px 0;

	.cta-info{
		width: 60%;
		margin: 0 auto;
		text-align: center;
		font-family: $font_1;
		color: $white;
	}
}*/
/* 6.8 - Price */
/* 6.9 - Partners */
.client-img {
  text-align: center;
  margin-bottom: 40px; }
  .client-img img {
    margin: 0 auto; }

/* 6.10 - Testimony */
.people,
.user-pic {
  display: block;
  max-width: 100%; }

#owl-testimony .owl-dots {
  display: none !important; }

@media (max-width: 768px) {
  #owl-testimony .owl-nav {
    display: none !important; }

  #owl-testimony .owl-dots {
    display: block !important; } }
.testimony {
  padding: 80px 0; }
  .testimony .owl-controls .owl-nav [class*=owl-] {
    color: #041e42;
    font-size: 14px;
    margin: 5px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 40px;
    height: 40px;
    border: 3px solid #041e42;
    padding-top: 7px; }
    .testimony .owl-controls .owl-nav [class*=owl-]:hover {
      background: transparent;
      color: #ed1c24;
      border-color: #ed1c24;
      text-decoration: none; }
  .testimony .owl-nav {
    position: relative;
    z-index: 2; }
    .testimony .owl-nav .owl-prev,
    .testimony .owl-nav .owl-next {
      position: absolute;
      top: -180px; }
    .testimony .owl-nav .owl-prev {
      left: -70px; }
    .testimony .owl-nav .owl-next {
      right: -70px; }

/* 6.11 - 404 Page */
.title-404 {
  font-size: 5em;
  color: #041e42;
  margin-bottom: -20px; }

.subtitle-404 {
  font-size: 2em;
  color: #46c2ca; }

/* 6.12 - Pages */
.banner-page.pages {
  background: url("../images/slide2-2.html") bottom center no-repeat; }

/* 6.12 - Contact */
.banner-page.contact {
  background: url("../images/slide2-2.html") bottom center no-repeat; }

/**
 * 7. - FOOTER
 * -----------------------------------------------------------------------------
 */
 /*footer css (redesign css )*/
.footer .footer-item{
    margin-bottom:0px !important;
    text-align:center;
}
 
.footer {
  padding: 200px 0 0 0;
  background: url(../images/bgoverlay-1.jpg) bottom center no-repeat;
  color: #ffffff;
  background-attachment: fixed;
  background-size: cover;
  color: #ffffff; }
  .footer > .container {
    padding-bottom: 20px; }
  .footer .footer-item .logo-bottom {
    margin-bottom: 10px; }
  .footer .footer-item  p {
    line-height: 16px;
    font-weight: 300;
    font-style: normal;
    color: #d1d1d1;
    font-size: 16px;
    font-family: 'Noto Sans', sans-serif;
    padding-left: 10px;
  }
    .footer .footer-item a {
            color: #d1d1d1!important;
    font-size: 16px;
    }
  .footer .footer-item .footer-title {
    font-size: 20px;
    padding: 20px 0 0px 0;
    //border-top: 1px solid #000000;
    margin-bottom: 5px;
    position: relative; color:#d1d1d1;}
    .footer .footer-item .footer-title:before {
      content: '';
      display: block;
      width: 150px;
      border-top: 2px solid #ffbc1b;
      position: absolute;
      left: 90px;
      top: 0; }
  .footer .footer-item .footer-sosmed {
    /*margin: 2.5rem 0px;
    display: inline-block;*/
    display:block;
    overflow: hidden;
  text-align: center;
  
  }

 .footer .footer-item .footer-sosmed::before,
 .footer .footer-item .footer-sosmed::after {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  margin-bottom:32px;
  vertical-align: middle;
  width: 50%;
}

 .footer .footer-item .footer-sosmed::before {
  right: 0.5em;
  margin-left: -50%;
}

 .footer .footer-item .footer-sosmed::after {
  left: 0.5em;
  margin-right: -50%;
}

  .footer .footer-item .footer-sosmed a {
    margin:0px 20px;
}
/*in responsive (redesign)*/
@media (max-width: 479px) {
    .footer .footer-item .footer-sosmed a {
    margin:0px 1px;
}
    
}

    .footer .footer-item .footer-sosmed a .item {
      color: #ffffff;
      display: table-cell;
      vertical-align: middle;
      margin: 0 14px;
      width: 40px;
      height: 40px;
      text-align: center;
      background-color: #ffbc1b;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      border-radius: 50px; }
      .footer .footer-item .footer-sosmed a .item:hover {
        background-color: #000; }
      .footer .footer-item .footer-sosmed a .item .fa {
        font-size: 16px; }
  .footer .footer-item .list {
    margin: 0;
    padding: 0; }
    .footer .footer-item .list li {
      list-style: none;
      margin: 14px 0; }
      .footer .footer-item .list li a {
        color: #fff; }
        .footer .footer-item .list li a:hover {
          color: #ffbc1b; }
  .footer .footer-item .footer-subscribe {
    position: relative; }
    .footer .footer-item .footer-subscribe input[type=email] {
      width: 100%;
      background: #fff;
      padding: 10px 57px 10px 17px;
      min-height: 38px;
      max-width: 480px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; }
      .footer .footer-item .footer-subscribe input[type=email]:focus {
        background: #fff;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: 0 0 0 2px #ed1c24;
        -moz-box-shadow: 0 0 0 2px #ed1c24;
        box-shadow: 0 0 0 2px #ed1c24;
        border-color: transparent; }
    .footer .footer-item .footer-subscribe input[type=submit] {
      position: absolute;
      left: 0;
      top: 0;
      visibility: hidden; }
    .footer .footer-item .footer-subscribe label {
      position: absolute;
      right: 0;
      top: 0;
      border: 0;
      width: 40px;
      height: 38px;
      line-height: 40px;
      padding: 0;
      cursor: pointer;
      text-align: center;
      font-size: 13px;
      background: none;
      color: #ffffff;
      outline: 0 !important;
      -webkit-transition: color .3s ease;
      -moz-transition: color .3s ease;
      -ms-transition: color .3s ease;
      -o-transition: color .3s ease;
      transition: color .3s ease;
      background: #ffbc1b; }
    .footer .footer-item .footer-subscribe .icon {
      font-size: 18px; }
    .footer .footer-item .footer-subscribe p {
      color: rgba(255, 255, 255, 0.7);
      font-size: 13px;
      margin-top: 16px; }
  .footer .footer-item .recent-post {
    margin: 0;
    padding: 0; }
    .footer .footer-item .recent-post li {
      list-style: none;
      margin: 0 0 30px; }
      .footer .footer-item .recent-post li a {
        color: #fff;
        line-height: 20px;
        display: inline-block;
        vertical-align: top;
        margin: 0 0 14px; }
        .footer .footer-item .recent-post li a:hover {
          color: #46c2ca; }
      .footer .footer-item .recent-post li .date {
        display: block;
        font-size: 12px;
        padding: 0;
        color: rgba(255, 255, 255, 0.7); }
        .footer .footer-item .recent-post li .date i {
          margin-right: 5px; }
  .footer .fcopy {
    padding-top: 36px;
    color: #000000;
    font-size: 14px;
    background-color:#ffbc1b;
    border-top: 2px solid #fff;}

.list-info {
  margin: 0;
  padding: 0; }
  .list-info li {
    //margin-bottom: 20px;
    list-style: none; }
    .list-info li .info-icon {
      display: inline-block;
      color: #fcae1b;
      font-size: 16px;
      float: left; }
    .list-info li .info-text {
    text-align: left;
    font-size: 14px;
    color: black;
    font-family: revert;
    font-weight: 400 !important;
    line-height: 32px;
        
    }
    .list-info li .info-text a {
        color:#000;
    }
    .list-info li .info-text a:hover {
        color:#fcae1b;
    }

/**
 * 8. - RESPONSIVE
 * -----------------------------------------------------------------------------
 */
@media (max-width: 1024px) {
  .box-icon-2 .icon {
    display: none;
  }
  .box-icon-2 {
    min-height: auto; }
  .slides-navigation a.prev {
    left: -20px; }

  .slides-navigation a.next {
    right: -20px; }

  .testimony .owl-nav .owl-prev {
    left: -20px; }

  .testimony .owl-nav .owl-next {
    right: -20px; } }
@media (max-width: 768px) {

  .slides-navigation a.prev {
    left: 4rem; }

  .slides-navigation a.next {
    right: 4rem; }



  .navbar-toggle {
    clear: left;
    float: right; }

  .topbar {
    height: auto;     display: none; }

  .topbar-left {
    text-align: center; }

  .topbar-right {
    text-align: center !important; }

  .topbar-menu, .topbar-sosmed {
    margin-left: 0;
    margin-bottom: 0; }

  .nav > li > a {
    padding: 10px 6px; }

  /*.navbar-main .dropdown-menu > li a{
  	color: #333333;
  }*/
  .box-icon-1 .icon {
    clear: left;
    display: block;
    width: 100%;
    text-align: center; }
  .box-icon-1 .body-content {
    text-align: center;
    margin-left: 0; }

  .container-nav .btn-orange-cta {
    position: absolute;
    right: 10px;
    top: 0; }

  .wrap-caption {
    width: 100%; }

  .box-team .box-image, .box-team .body-content {
    width: 100%; }

  .btn-sidebar.btn, .btn-sidebar.btn-primary, .btn-sidebar.btn-secondary, .btn-sidebar.btn-primary, .btn-sidebar.btn-secondary {
    padding: 15px 25px; } }
@media (max-width: 767px) {
  .navbar-main {
    bottom: 0; }
    .navbar-main .navbar-brand {
      top: 7px; }
      .navbar-main .navbar-brand > img {
        width: 60%; }
    .navbar-main .dropdown-menu > li a {
      color: #222222; }

  .nav > li > a {
    padding: 10px 25px; } }
@media (max-width: 479px) {
  .contact-info {
    clear: right;
    width: 100%;
    display: none; }
    .contact-info > div {
      display: block;
      margin-right: 0px; }

  /*.topbar-logo{
  	.btn-cta{
  	    clear: right;
  		position: relative;
  	 	transform: translateY(78px);
  		z-index: 4;
  	}
  }*/
  .bos-quote .bos-photo {
    clear: left;
    display: block;
    width: auto;
    margin-bottom: 20px; }
  .bos-quote .bos-text {
    clear: left;
    display: block;
    margin-left: 0; }

  h2, .banner-page .title-page, .banner-page .title-page {
    font-size: 2em; }

  .box-partner .item .box-image {
    clear: left;
    width: auto; }

  .box-partner .item .box-info {
    clear: left;
    width: auto;
    margin-left: 0; }

  .career-tabs .nav-tabs > li {
    width: 100%;
    clear: left; }

  .testimonial-1 .media {
    clear: both;
    display: block;
    max-width: 300px;
    margin-bottom: 40px;
    margin-right: 0; }
  .testimonial-1 .body {
    clear: both;
    display: block; }

  .cta .cta-info {
    width: 100%; } }


@media (max-width: 425px) { 

.topbar .topbar-right .topbar-menu li a {
  font-size: 14px;
}
.section-heading {
  font-size: 20px;  
  padding-bottom: 0px;
}
h3, .jumbo-heading h2, .jumbo-heading .banner-page .title-page, .banner-page .jumbo-heading .title-page {
  font-size: 15px;
}
.section {
    //  max-height: 177px;
}
.title-page {
  font-size: 21px;
}
}
/*lata-coding*/
.contact .off_loc {
    color: #2f2f2f;
    text-align: center;
    margin: 4rem 0px;
    border-bottom: 1px solid #e0e0e0;
    line-height: 70px;
    font-weight: 600;
    font-size: 21px;
} 
.section-content {
 margin: 6rem 0px;
}
.section-content .pro-form {
    border: 1px solid black;
    padding: 10px 18px; text-align: center;
}
.section-content .pro-form h2 {
    font-size: 24px;
    background-color: #ffbc1b;
    padding: 4px 14px; color: #fff;
}
.section-content .section-heading2 {
    //border-top: 1px solid #dedede;
}
.section-content .section-heading2 a {
    color: #335eaf;
    font-weight: 600;
    text-decoration: underline;
    letter-spacing: 0.5px;
}
.section-heading2:before {
    content: '';
    border-top: 2px solid #fcaf17;
    position: absolute;
    top: -2px;
    left: 0;
    width: 250px;
    }
.section-content .section-heading2  h1 {
    font-size: 19px;
    font-weight: 600;
    color: #2d2d2d;
    text-transform: uppercase;
}
.section-content .section-heading2  h6 {
    font-size: 19px;
    font-weight: 600;
}
.section-content .section-heading2 img {
  float: right;
}

/*.section-content .right-bar {*/
/*  margin-top:100px;*/
/*  height: 100%;*/
/*  width: 250px;*/
/*  position: fixed;*/
/*  z-index: 1;*/
/*  top: 0;*/
/*  left: 0;*/
/*  overflow-x: hidden;*/
/*  padding-top: 20px;*/
/*  padding-left:40px;*/
/*}*/



.section-content .right-bar ul li a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 25px;
  color: #2196F3;
  display: block;
  font-size: 13px !important;
}

.section-content .right-bar ul li a:hover {
  color: #FFBC1B;
}

.section-content .right-bar  h3 {
    background: #f7f7f7;
    color: #4a4949;
    padding: 8px 10px;
    margin: 0;
    text-align: left;
    border: 1px solid #d0d0d0;   
    font-size: 20px;
}
.section-content .right-bar ul {
    margin-left: 0;
    margin-bottom: 30px;
    padding: 0;
}
.section-content .right-bar ul li {
    list-style: none;
    margin: 0;
    font-weight: 700;
}
.section-content .right-bar ul li  a {
    color: #fff;
    display: block;
    padding: 8px 10px;
    background-color: rgb(90, 90, 90);
    border-left: 5px solid transparent;
    border-bottom: 1px dotted #fff;
   
}
.section-content .right-bar ul li  a:hover {
  border-left: 5px solid #ffbc1b;
}
.btn-secondary {
    background-color: #292929b !important;
    padding: 13px 35px !important; 
    text-align: center !important; 
}
.btn-secondary:hover {
  background-color: #ffbc1b !important;
  color: #fff !important
}
.section-content .pro-table p {
    font-style: normal;
    color: #0c0c0c;
    font-size: 18px;
    margin-top: 29px; margin-bottom: 0px;}
.section-content .pro-table ul  li {
  font-size: 18px; color:#000 !important; list-style-type: disclosure-closed;
}
.section-content .pro-table h2 {
    color: #020000;
    background-color: #e6e6e6;     font-size: 21px;
    padding: 2px 2rem;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  background-color: #ededed !important;
    color: black;
    font-weight: 600 !important;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  text-align: center !important;     font-weight: 400; vertical-align: middle !important;
}

.non-wlded-ct {
    background: url("../images/banner-page-2.jpg") bottom center no-repeat;
  background-attachment: fixed;
  background-size: cover;     min-height: 280px; }
.pressedsteel {
    background: url("../images/banner-3.jpg") bottom center no-repeat;
  background-attachment: fixed;
  background-size: cover; }


.composite_tp {
    background: url("../images/composite-tp-banner.jpg") bottom center no-repeat;
  background-attachment: fixed;
  background-size: cover; }


.linepipe {
    background: url("../images/line-pipe-protector-banner.jpg") bottom center no-repeat;
  background-attachment: fixed;
  background-size: cover; min-height: 280px; }
  
.packagingframes {
    background: url("../images/packaging-frames-banner.jpg") bottom center no-repeat;
  background-attachment: fixed;
  background-size: cover; min-height: 280px;
}
.bumperrings {
    background: url("../images/bumperrings-banner.jpg") bottom center no-repeat;
  background-attachment: fixed;
  background-size: cover; min-height: 280px; 
}
  

.caststeel {
    background: url("../images/cast-steel-banner.jpg") bottom center no-repeat;
  background-attachment: fixed;
  background-size: cover;  min-height: 280px;}
.table-responsive > .table {
  display: inline !important;
}
.clamponcasing {
  background: url("../images/clamp-oncasing-banner.jpg") bottom center no-repeat;
  background-attachment: fixed;
  background-size: cover;min-height: 280px;  }
.tubingcasing {
  background: url("../images/tubing-casing-banner.jpg") bottom center no-repeat;
  background-attachment: fixed;
  background-size: cover; min-height: 280px; }

.ftex {
  line-height: 26px;
    font-weight: 300;
    font-style: normal;
    color: #000;
    font-size: 16px;
    font-family: 'Noto Sans', sans-serif; text-align: center;
}
.contactdic {
  background: url("../images/contact-us.jpg") bottom center no-repeat;
  background-attachment: fixed;
  background-size: cover; min-height: 280px; }
.compositetp {
  background: url("../images/composite-banner.jpg") bottom center no-repeat;
  background-attachment: fixed;
  background-size: cover; min-height: 280px; }

.cementbasket {
  background: url("../images/cemeent-basket-banner.jpg") bottom center no-repeat;
  background-attachment: fixed;
  background-size: cover; min-height: 280px;  }
  
  
  .completion_tp {
  background: url("../images/cemeent-basket-banner.jpg") bottom center no-repeat;
  background-attachment: fixed;
  background-size: cover; min-height: 280px;  }
  
  
  
 .cementbasket_2 {
  background: url("../images/cemeent-basket-banner.jpg") bottom center no-repeat;
  background-attachment: fixed;
  background-size: cover; min-height: 280px; }
  
.completiontool {
  background: url("../images/completiontool.jpg") bottom center no-repeat;
  background-attachment: fixed;
  background-size: cover;   min-height: 280px; }

.packersystem {
  background: url("../images/packer-system.jpg") bottom center no-repeat;
  background-attachment: fixed;
  background-size: cover; min-height: 280px; }


.topbar .topbar-left .topbar-sosmed2 {
    display: inline-table;
    margin-bottom: 0;list-style-type: none;
  }
    .topbar .topbar-left .topbar-sosmed2li {
    list-style: none;
    float: left;
    font-size: 16px;
    padding: 0 10px;}
    .topbar .topbar-left .topbar-sosmed2 li a {
    color: #ffffff;
  }
  /*menu-responsive*/
  @media (max-width: 767px) {
.navbar-main .navbar-brand > img {
      //width: 80% !important;     min-width: 77%;
}
.navbar-main .navbar-brand {
    top: 0px !important;
}
.navbar-main > .container {
    padding: 2rem 0px !important; background-color: #fff !important; 
}
.rowe {
  border: none !important;
}
.navbar-main .dropdown-menu > li a {
  color: #fff !important;
}

.navbar-main .navbar-collapse {
      margin-top: 26px !important;
      border-radius:40px 0px 0px 0px;
}
table,
th,
td {
  font-size: 11px !important;
}
}

/*media query*/
@media only screen and (max-width: 1024px) and (min-device-width: 768px) { 
.feature-box-8 {
  min-height: 500px;
}
}
@media only screen and (max-width: 768px) and (min-device-width: 320px) {
.feature-box-8 {
  max-height: 0px; display: inline-table;
}
.section-content .section-heading2 h1 {
    font-size: 16px;
    margin-bottom: 7px;
    margin-top: 25px;}
   
.section-content .right-bar { 
    display:none;
}
    
.section-content .pro-table h2 {
    color: #020000;
    background-color: #e6e6e6;
    font-size: 16px;
    padding: 13px;
} 
    
.container-fluid, .pro-form {
 padding-left:10px !important;
 padding-right:10px !important;
}


.navbar-main.stiky {
    margin-top:3.5rem;
    background-color:#000 !important;
    
}

.goog-te-gadget {
    margin-top: -1rem !important; 
}

div#slides {
   max-height: 5%; 
}

.carousel-caption {
    border-bottom: 2px solid #c7c7c7;
    text-align: left;
    padding: 15px 13px;
    color: white;
    text-shadow: none;
}
.carousel-caption h3 {
    font-size:17px;
}
.carousel-caption p {
    
}

.section.overlap {
    margin-top:0px !important;
}
}


@media only screen and (max-width: 768px) and (min-device-width: 320px) {
    
.section-content .section-heading2 h2 {
  color: #020000;
  background-color: #e6e6e6;
  font-size: 18px;
  padding: 13px;
} 
.navbar-main .nav > li > a {
    font-size:16px !important; letter-spacing: 1px;
}

.cementbasket, .completiontool, .cementbasket_2, .plastic-tp, .linepipe, .packagingframes, .bumperrings, .non-wlded-ct, .wellequipements, .contactdic{
    display:none;
}

.section-content.why.overlap {
   
    margin-top: 1rem;
}
}


.dark.cc_dialog button.cc_b_ok {
        background-color: #fcae1b;
}


/*stellarnav*/



/* all nav */
.stellarnav { position: relative; width: 100%; z-index: 9900; line-height: normal; }
.stellarnav a { color: #777; }
.stellarnav ul { margin: 0; padding: 0; text-align: center; }
.stellarnav li { list-style: none; display: block; margin: 0; padding: 0; position: relative; line-height: normal; vertical-align: middle; }
.stellarnav li a { padding: 15px; display: block; text-decoration: none; color: #777; font-size: inherit; font-family: inherit; box-sizing: border-box; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; transition: all .3s ease-out; }

/* main level */
.stellarnav > ul > li { display: inline-block;  }
.stellarnav > ul > li > a { padding: 20px 40px; }

/* first level dd */
.stellarnav ul ul { top: auto; width: 220px; position: absolute; z-index: 9900; text-align: left; display: none; background: #ddd; }
.stellarnav li li { display: block; }

/* second level dd */
.stellarnav ul ul ul { top: 0; /* dd animtion - change to auto to remove */ left: 220px; }
.stellarnav > ul > li:hover > ul > li:hover > ul { opacity: 1; visibility: visible; top: 0; }

/* .drop-left */
.stellarnav > ul > li.drop-left > ul { right: 0; }
.stellarnav li.drop-left ul ul { left: auto; right: 220px; }

/* light theme */
.stellarnav.light { background: rgba(255, 255, 255, 1); }
.stellarnav.light a { color: #000; }
.stellarnav.light ul ul { background: rgba(255, 255, 255, 1); }
.stellarnav.light li a { color: #000; }

/* dark theme */
.stellarnav.dark { background: rgb(25, 25, 25); }
.stellarnav.dark a { color: #FFF; }
.stellarnav.dark ul ul { background: rgb(25, 25, 25); }
.stellarnav.dark li a { color: #FFF; }

.stellarnav.dark li a:hover {
	background-color: #ffbc1b;	
}
/* sticky nav */
.stellarnav.fixed { position: fixed; width: 100%; top: 0; left: 0; z-index: 9999; }

/* only used when 'scrollbarFix' is set to true in the js. This fixes horizontal scrollbar caused by the dd menus that are very long.*/
body.stellarnav-noscroll-x { overflow-x: hidden; }

/* general styling */
.stellarnav li.has-sub > a:after { content: ''; margin-left: 10px; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid #FFF; display: inline-block; }
.stellarnav li li.has-sub > a:after { margin-left: 10px; float: right; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px solid #FFF; position: relative; top: 4px; }
.stellarnav li.drop-left li.has-sub > a:after { float: left; margin-right: 10px; border-left: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-right: 6px solid #FFF; }
.stellarnav.hide-arrows li.has-sub > a:after, .stellarnav.hide-arrows li li.has-sub > a:after, .stellarnav.hide-arrows li.drop-left li.has-sub > a:after { display: none; }
.stellarnav .menu-toggle, .stellarnav .close-menu, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile { display: none; text-transform: uppercase; text-decoration: none; }
.stellarnav .dd-toggle { display: none; position: absolute; top: 0; right: 0; padding: 0; width: 48px; height: 48px; text-align: center; z-index: 9999; border: 0; }
.stellarnav.desktop li.has-sub a { //padding-right: 5px; }

.stellarnav.desktop li.has-sub a:hover {
	background-color: #ffbc1b;
}


.stellarnav.desktop.hide-arrows li.has-sub a { padding-right: 15px; }
.stellarnav.mobile > ul > li > a.dd-toggle { padding: 0; }
.stellarnav li.call-btn-mobile, .stellarnav li.location-btn-mobile { display: none; }

/* svg icons */
.stellarnav svg { fill: currentColor; width: 1em; height: 1em; position: relative; top: 2px; 
color: #ffbc1b;
    font-size: 19px;
}
/* svg icons */

.stellarnav a.dd-toggle .icon-plus { box-sizing: border-box; transition: transform 0.3s; width: 12px; height: 100%; position: relative; vertical-align: middle; display: inline-block; }
.stellarnav a.dd-toggle .icon-plus:before { content: ''; display: block; width: 12px; height: 0px; border-bottom: solid 3px #777; position: absolute; top: 50%; transform: rotate(90deg); transition: width 0.3s; }
.stellarnav a.dd-toggle .icon-plus:after { content: ''; display: block; width: 12px; height: 0px; top: 50%; border-bottom: solid 3px #777; position: absolute; }
.stellarnav li.open > a.dd-toggle .icon-plus { -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); }
.stellarnav.light a.dd-toggle .icon-plus:before { border-color: #000; }
.stellarnav.light a.dd-toggle .icon-plus:after { border-color: #000; }
.stellarnav.dark a.dd-toggle .icon-plus:before { border-color: #FFF; }
.stellarnav.dark a.dd-toggle .icon-plus:after { border-color: #FFF; }

.stellarnav .icon-close { box-sizing: border-box; width: 12px; height: 12px; position: relative; display: inline-block; }
.stellarnav .icon-close:before { content: ''; display: block; width: 12px; height: 0px; border-bottom: solid 3px #777; position: absolute; top: 50%; transform: rotate(45deg); }
.stellarnav .icon-close:after { content: ''; display: block; width: 12px; height: 0px; top: 50%; border-bottom: solid 3px #777; position: absolute; transform: rotate(-45deg); }
.stellarnav.light .icon-close:before { border-color: #000; }
.stellarnav.light .icon-close:after { border-color: #000; }
.stellarnav.dark .icon-close:before { border-color: #FFF; }
.stellarnav.dark .icon-close:after { border-color: #FFF; }

/* mobile nav */
.stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu { padding: 15px; box-sizing: border-box; }
.stellarnav .menu-toggle span.bars { display: inline-block; margin-right: 7px; position: relative; top: 3px; }
.stellarnav .menu-toggle span.bars span { display: block; width: 15px; height: 2px; border-radius: 6px; background: #777; margin: 0 0 3px; }
.stellarnav .full { width: 100%; }
.stellarnav .half { width: 50%; }
.stellarnav .third { width: 33%; text-align: center; }
.stellarnav .location-btn-mobile.third { text-align: center; }
.stellarnav .location-btn-mobile.half { text-align: right; }
.stellarnav.light .third, .stellarnav.light .half { border-left: 1px solid rgba(0, 0, 0, .15); }
.stellarnav.light.left .third, .stellarnav.light.left .half { border-bottom: 1px solid rgba(0, 0, 0, .15); }
.stellarnav.light.right .third, .stellarnav.light.right .half { border-bottom: 1px solid rgba(0, 0, 0, .15); }
.stellarnav.light .third:first-child, .stellarnav.light .half:first-child { border-left: 0; }
.stellarnav.dark .third, .stellarnav.dark .half { border-left: 1px solid rgba(255, 255, 255, .15); }
.stellarnav.dark.left .third, .stellarnav.dark.left .half { border-bottom: 1px solid rgba(255, 255, 255, .15); }
.stellarnav.dark.right .third, .stellarnav.dark.right .half { border-bottom: 1px solid rgba(255, 255, 255, .15); }
.stellarnav.light.left .menu-toggle, .stellarnav.light.right .menu-toggle { border-bottom: 0; }
.stellarnav.dark.left .menu-toggle, .stellarnav.dark.right .menu-toggle { border-bottom: 0; }
.stellarnav.dark .third:first-child, .stellarnav.dark .half:first-child { border-left: 0; }
.stellarnav.light .menu-toggle span.bars span { background: #000; }
.stellarnav.dark .menu-toggle span.bars span { background: #FFF; }
.stellarnav.mobile { position: static; }
.stellarnav.mobile.fixed { position: static; }
.stellarnav.mobile ul { position: relative; display: none; }
.stellarnav.mobile.active { padding-bottom: 0; }
.stellarnav.mobile.active > ul { display: block; }
.stellarnav.mobile ul { text-align: left; }
.stellarnav.mobile > ul > li { display: block; }
.stellarnav.mobile > ul > li > a { padding: 15px; }
.stellarnav.mobile ul { background: rgba(221, 221, 221, 1); }
.stellarnav.mobile ul ul { position: relative; opacity: 1; visibility: visible; width: auto; display: none; -moz-transition: none; -webkit-transition: none; -o-transition: color 0 ease-in; transition: none; }
.stellarnav.mobile ul ul ul { left: auto; top: auto; }
.stellarnav.mobile li.drop-left ul ul { right: auto; }
.stellarnav.mobile li a { border-bottom: 1px solid rgba(255, 255, 255, .15); }
.stellarnav.mobile > ul { border-top: 1px solid rgba(255, 255, 255, .15); }
.stellarnav.mobile.light li a { border-bottom: 1px solid rgba(0, 0, 0, .15); }
.stellarnav.mobile.light > ul { border-top: 1px solid rgba(0, 0, 0, .15); }
.stellarnav.mobile li a.dd-toggle { border: 0; }
.stellarnav.mobile.light li a.dd-toggle { border: 0; }
.stellarnav.mobile .menu-toggle, .stellarnav.mobile .dd-toggle, .stellarnav.mobile .close-menu, .stellarnav.mobile .call-btn-mobile, .stellarnav.mobile .location-btn-mobile { display: inline-block; }
.stellarnav.mobile li.call-btn-mobile { border-right: 1px solid rgba(255, 255, 255, .1); box-sizing: border-box; }
.stellarnav.mobile li.call-btn-mobile, .stellarnav.mobile li.location-btn-mobile { display: inline-block; width: 50%; text-transform: uppercase; text-align: center; }
.stellarnav.mobile li.call-btn-mobile.full, .stellarnav.mobile li.location-btn-mobile.full { display: block; width: 100%; text-transform: uppercase; border-right: 0; text-align: left; }
.stellarnav.mobile.light ul { background: rgba(255, 255, 255, 1); }
.stellarnav.mobile.dark ul { background: rgba(0, 0, 0, 1); }
.stellarnav.mobile.dark ul ul { background: rgba(255, 255, 255, .08); }
.stellarnav.mobile.light li.call-btn-mobile { border-right: 1px solid rgba(0, 0, 0, .1); }
.stellarnav.mobile.top { position: absolute; width: 100%; top: 0; left: 0; z-index: 9999; }
.stellarnav.mobile li.has-sub > a:after, .stellarnav.mobile li li.has-sub > a:after, .stellarnav.mobile li.drop-left li.has-sub > a:after { display: none; }

/* left and right positions */
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul { 
    position: fixed; top: 0; bottom: 0; width: 100%; max-width: 280px; overflow-x: hidden; overflow-y: auto; top: 36px; -webkit-overflow-scrolling: touch;
    }
.stellarnav.mobile.right > ul { right: 0;     z-index: 9999; }
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { display: inline-block; text-align: right; }
.stellarnav.mobile.left > ul { left: 0; }
.stellarnav.mobile.right .location-btn-mobile.half, .stellarnav.mobile.right .call-btn-mobile.half, .stellarnav.mobile.right .close-menu.half { text-align: center; }
.stellarnav.mobile.right .location-btn-mobile.third, .stellarnav.mobile.right .call-btn-mobile.third, .stellarnav.mobile.right .close-menu.third { text-align: center; }
.stellarnav.mobile.left .location-btn-mobile.half, .stellarnav.mobile.left .call-btn-mobile.half, .stellarnav.mobile.left .close-menu.half { text-align: center; }
.stellarnav.mobile.left .location-btn-mobile.third, .stellarnav.mobile.left .call-btn-mobile.third, .stellarnav.mobile.left .close-menu.third { text-align: center; }
.stellarnav.mobile.left .menu-toggle.half, .stellarnav.mobile.left .menu-toggle.third, .stellarnav.mobile.right .menu-toggle.half, .stellarnav.mobile.right .menu-toggle.third { text-align: left; }
.stellarnav.mobile.left .close-menu.third span, .stellarnav.mobile.right .close-menu.third span { display: none; }
/* left and right positions */

/* mega dd */
.stellarnav.desktop li.mega ul ul { background: none; }
.stellarnav.desktop li.mega li { display: inline-block; vertical-align: top; margin-left: -4px; }
.stellarnav.desktop li.mega li li { display: block; position: relative; left: 4px; }
.stellarnav.desktop li.mega ul ul { width: auto; }
.stellarnav.desktop > ul > li.mega { position: inherit; }
.stellarnav.desktop > ul > li.mega > ul { width: 100%; }
.stellarnav.desktop > ul > li.mega > ul li.has-sub ul { display: block; position: relative; left: auto; }
.stellarnav.desktop > ul > li.mega > ul > li { padding-bottom: 15px; box-sizing: border-box; }
.stellarnav.desktop li.mega li li a { padding: 5px 15px; }
.stellarnav.desktop li.mega li.has-sub a:after { display: none; }
.stellarnav.desktop > ul > li.mega > ul > li > a { color: yellow; }
/* mega dd */


/* Fallback for slow javascript load */
@media only screen and (max-width : 768px) {
	.stellarnav { overflow: hidden; display: block; }
	.stellarnav ul { position: relative; display: none; }
}

/* mobile nav */
@media only screen and (max-width : 420px) {
	.stellarnav.mobile .call-btn-mobile.third span, .stellarnav.mobile .location-btn-mobile.third span { display: none; }
}




/*bootstrap-dropdown-hover*/
/*!
 * Dropdownhover v1.0.0 (http://bs-dropdownhover.kybarg.com)
 */
.dropdown .dropdown-menu .caret{border:4px solid transparent;border-left-color:#000;float:right;margin-top:6px}
.dropdown-menu{min-width:250px}
.dropdown-menu > li.open > a{background-color:#F5F5F5;color:#262626;text-decoration:none}
.dropdown-menu .dropdown-menu{left:100%;margin:0;right:auto;top:-1px!important;z-index:999;}
.dropdown-menu-right .dropdown-menu,.navbar-right .dropdown-menu .dropdown-menu,.pull-right .dropdown-menu .dropdown-menu{left:auto;right:100%}
.dropdown-menu.animated{-webkit-animation-duration:0.3s;animation-duration:0.3s}
.dropdown-menu.animated:before{content:" ";display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:99}
.dropdownhover-top{margin-bottom:2px;margin-top:0}
.navbar-fixed-bottom .dropdown-menu .dropdown-menu,.dropdownhover-top .dropdown-menu{bottom:-1px;top:auto}
.navbar-nav > li > .dropdown-menu{margin-bottom:0}
.dropdownhover-bottom{-webkit-transform-origin:50% 0;transform-origin:50% 0}
.dropdownhover-left{-webkit-transform-origin:100% 50%;transform-origin:100% 50%}
.dropdownhover-right{-webkit-transform-origin:0 50%;transform-origin:0 50%}
.dropdownhover-top{-webkit-transform-origin:50% 100%;transform-origin:50% 100%}

/*//bootstrap-dropdown-hover*/

/*magnific-popup*/


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


/*//magnific-popup*/


.wellequipements {
  background: url("../images/well-equipements.jpg") bottom center no-repeat;
  background-attachment: fixed;
  background-size: cover;     min-height: 280px; }
  
  /*style for pipe protection catalog button*/
  
  .feedback {
    background-color: #fcae1b;
    color: black;
    padding: 7px 21px;
    border-radius: 4px;
    border-color: #fcae1b;
    font-weight: bold;
}

#mybutton {
  position: fixed;
  bottom: -4px;
  left: 10px; z-index:9999;bottom: 1rem;
}

  /*//style for pipe protection catalog button*/
  
  
.nvbr {
    overflow: hidden;
    background-color: #fcae1b;
    position: fixed;
    top: 0rem;
    width: 100%;  
    width: 100%;
    z-index: 99999;
}

.nvbr a {
    display: block;
    color: #000000;
    text-align: center;
    padding: 3px 0px;
    text-decoration: none;
    font-size: 19px;  
}

.nvbr a:hover {
  background: #ddd;
  color: black;
}

.gcavcF {
    display:none;
}

.click_link {
      text-align: center;
    margin-bottom: 22px;
    //background-color: #ffbc1b;
    padding: 8px 0px;  font-weight: 600;
}

.click_link a {
     color: #000;
    font-size: 16px;
    line-height: 0px;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}


.container-fluid {
 padding-left:50px;
 padding-right:50px;
 margin-top:-26px;
}


/*test*/

.col-item {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  background: #fff;
}

.col-item .photo img {
  margin: 0 auto;
  width: 100%;
}

.col-item .info {
  padding: 10px;
  border-radius: 0 0 5px 5px;
  margin-top: 1px;
}

.col-item:hover .info {
  background-color: #f5f5dc;
}

.col-item .price {
  /*width: 50%;*/
  float: left;
  margin-top: 5px;
}

.col-item .price h5 {
  line-height: 20px;
  margin: 0;
}

.price-text-color {
  color: #219fd1;
}

.col-item .info .rating {
  color: #777;
}

.col-item .rating {
  /*width: 50%;*/
  float: left;
  font-size: 17px;
  text-align: right;
  line-height: 52px;
  margin-bottom: 10px;
  height: 52px;
}

.col-item .separator {
  border-top: 1px solid #e1e1e1;
}

.clear-left {
  clear: left;
}

.col-item .separator p {
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
}

.col-item .separator p i {
  margin-right: 5px;
}

.col-item .btn-add {
  width: 50%;
  float: left;
}

.col-item .btn-add {
  border-right: 1px solid #e1e1e1;
}

.col-item .btn-details {
  width: 50%;
  float: left;
  padding-left: 10px;
}

.controls {
  margin-top: 20px;
}

[data-slide="prev"] {
  margin-right: 10px;
}

.mg_top-50 {
    margin-top: 6.5rem;
    padding-bottom: 0; clear:both;
}
.padding_0 {
margin-top: 0;
    padding-bottom: 0;
    clear: both;

}
/*test navigation*/
.navbar-toggle {
    background-color:#000 !important;

}
.owl-theme .owl-controls {
    float: left;
}
.img-circle {
    border-radius:0px !important;
}

.owl-carousel.owl-loaded {
        //display: block;
    //border: 1px solid red;
    margin: 0;
    padding: 0;
   // background-color: red; 
   display:flex;
}

.slick_sl_content {
    background-color: #ebebeb;
    padding: 2rem 15px;
    margin-top: 30px;
    min-height: 300px;
}
.slick_sl_content p {
   color: black;
    margin-top: -2rem;
}

.owl-theme .owl-controls {
    margin-top:30px;
}

.footer-item {
    margin-bottom: 3rem; 
}

.mt_10 {
    margin-top: -8% !important;
}

@media (min-width: 1440px) {
.navbar-nav {
    float: left;
    margin: 0 15.5rem;
}
}

.span  {
        margin: 0rem 0 6rem 0;
    background-color: #fafafa;
}
.span p {
        color: black;
    padding-left: 15px;
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
}


.span_2  {
        margin: 0rem 0 6rem 0;
}
.span_2 p {
        color: black;
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
}




/*============================================================
                        MY CUSTOM CSS
  ============================================================*/
  
/* Homepage Css */

/* header css */
.header .desktop-header .column2 .navbar:before{
    content:'';
    width: 60px;
    height: 50px;
    position: absolute;
    left: -49px;
    top: -2px;
    background-image: url("../images/nav-curve-blackpng.png");
    z-index:1;
}


/* Hide the :before pseudo-element when 'hide-before' class is applied */
.navbar-main.hide-before .desktop-header .column2 .navbar:before {
    display: none; /* Hides the pseudo-element when scrolled more than 100px */
}


.header .desktop-header{
    padding:10px 0px;
    display:flex;
}
.header .desktop-header .column1{
    width:20%;
    height:auto;
}
.header .desktop-header .column1{
    border-bottom:3px solid #000;
}
.header .desktop-header .column2{
    width:80%;
    height:auto;
}
.header .desktop-header .column2 .container.container-nav{
    padding:0px;
}
.header .desktop-header .column2 .navbar-main .navbar-collapse{
    border-radius:0px 0px 0px 0px;
}
@media (min-width: 992px) {
    
    .header .desktop-header .column2 .navbar-nav {justify-content:center;display: flex;}
}
/* topbar css */
.header .topbar {display: block;background-color: #FFBC1B;height: auto;padding: 5px 0;}
.header .topbar p {margin-bottom: 0;font-size: 15px;}
.header .topbar p a:hover {color: #000;}
.header .topbar p i {margin-right: 5px;}


/* centerbar css */
.centerbar {padding: 10px 0;}

/* searchbar css */
.searchbar {border: 2px solid #FCAE1B;border-radius: 8px;float: left;width: 100%;}
.search-input {
    border: none;
    width: 77%;
    padding: 0;
    padding-left: 15px;
    margin-top: 6px;
    margin-bottom: 6px;
    position: relative;
    background-color: transparent;
}
.search-input::placeholder {font-size: 15px;font-style: italic;}
#livesearch {
    position: absolute;
    color: #fff;
    width: 93%;
    z-index: 1000;
    overflow-y: auto;
    max-height: 300px;
}
#livesearch a {display: block;padding: 6px 10px 6px 10px;font-size: 15px;}
#livesearch a:hover {background-color: #fff;}
#livesearch a:last-child {margin-bottom: 0;}
#livesearch br {display: none;}

#google_translate_element {text-align: right;}
/* navbar css */
.navbar-main {width: 100%;position: relative;z-index: 100;}
.is-fixed .navbar-main {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 10%);
}
.navbar-nav {float: none;}
.navbar-nav>li {float: none;}
.navbar-main .nav > li > a {padding: 15px 28px;}

.goog-te-gadget .goog-te-combo {
    margin: 4px 0;
    padding: 5px;
    background-color: transparent;
}
/* Mobile Menu Css */
.mobile-sidebar-menu {display: none;height: auto;}
.mobile-menu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 10000;
}
.mobile-menu-btn {
    font-size: 25px;
    cursor: pointer;
    color: #000;
    border: none;
    background-color: transparent;
    transition: margin-left .5s !important;
    position: absolute;
    bottom: 18px;
    right: 12px;
    z-index: 1000;
}
.mobile-menu .navbar-nav {margin: auto;}
.mobile-menu .navbar-nav > li > a {padding: 15px 10px;}
.mobile-menu .dropdown-menu > li a {padding: 15px 22px !important;color: #000 !important;}

.mobile-menu-show {height: 70px;}
#mobilesticky {z-index: 1000;}
.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
}
.mobile-widget-3 {
    padding: 5px 0;
    position: relative;
    height: 80px;
    z-index: 100;
    background-color: #fff;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
}
.mobile-widget-3 .container {height: 100%;}
.mobile-menu-logo {
    position: absolute;
    bottom: 6px;
    left: 6px;
    max-width: 112px !important;
}

@media (min-width: 992px) {
    .centerbar .row {justify-content: center;display: flex;align-items: center;}
    .navbar-nav {justify-content: center;display: flex;}
}

@media (max-width: 991px) {
    .desktop-menu, .header .topbar, .centerbar .row .col-md-3 {display: none;}
    .mobile-sidebar-menu {display: block;}
}


/* Slider Banner Css*/
.carousel-caption {border-bottom: 0;bottom: 40px;}
.carousel-caption h3 {color: #fff;}
.carousel-indicators {margin-bottom: 0;}


/* Company Overview Css */
.section.feature {padding-top: 50px;padding-bottom: 60px;}

@media (max-width: 575px) {.section.feature {padding-top: 25px;padding-bottom: 40px;}}


/* Why Choose Us Section Css */
.section-title {text-align: center;margin-bottom: 50px;}
.section-title h3 {
    font-size: 30px;
    color: #292929;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.section-title img {margin: auto;}
.whychooseus-section {padding: 60px 0 80px;}
.whychooseus-widget {
	text-align: center;
	margin-top: 50px;
	position: relative;
}
.whychooseus-widget1:before, .whychooseus-widget2:before {
	content: '';
    top: 30px;
    right: -27%;
    z-index: 99;
    width: 170px;
    height: 50px;
    background-image: url(../images/rightdirection.png);
    display: block;
    position: absolute;
}
.whychooseus-icon {
	position: relative;
	text-align: center;
    width: 130px;
    height: 130px;
    border: 2px dashed #071323;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: auto;
    margin-bottom: 30px;
}
.whychooseus-icon:before {
    content: "01";
    color: #fff;
    height: 35px;
    width: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    background-color: #FFBC1B;
    font-weight: 500;
    top: 0;
    right: 0;
    z-index: 99;
}
.whychooseus-icon2:before  {content: "02";}
.whychooseus-icon3:before  {content: "03";}
.whychooseus-content h5 {
	font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

@media (max-width: 1200px) {.whychooseus-widget1:before, .whychooseus-widget2:before {content: none;}}
@media (max-width: 575px) {.section-title {margin-bottom: 35px;}.section-title h3 {font-size: 25px;}.whychooseus-section {padding: 40px 0;}}


/* Latest Category Section Css */
.category-section {padding: 60px 0;}
.category-section ul.nav {border: 1px solid #E5EAEE;}
.category-section ul.nav li {margin: 0;}
.category-section ul.nav li a {font-size: 16px;padding: 12px 15px;border-bottom: 1px solid #E5EAEE;}
.category-section ul.nav li.active a {background-color: #FFBC1B;color: #fff;}
.category-product-widget {border: 2px solid #F6F6F6;text-align: center;margin-bottom: 30px;padding: 30px;}
.category-product-image {margin-bottom: 30px;}
.category-section .category-product-title h4 {margin-bottom: 0;height: 48px;}

@media (max-width: 575px) {
    .category-section {padding: 40px 0;}
}


/* Oil Tools Section Css */
.oil-tools-section {padding: 60px 0;}
.oil-tools-widget {background: #fff;text-align: center;padding: 30px;margin-bottom: 30px;box-shadow: 0 0 5px 0 rgb(0 0 0 / 5%);}
.oil-tools-image {margin-bottom: 30px;}
.oil-tools-content a {
    background-color: #FFBC1B;
    padding: 6px 22px;
    display: inline-block;
    font-size: 15px;
    color: #000;
}

@media (max-width: 575px) {
    .oil-tools-section {padding: 40px 0;}
}


/* New Category List Css */
.category-list-section {padding: 60px 0;}
.category-item-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
    border: 1px solid #E8E8E8;
    /*background-color: #f4f4f4;*/
}
.category-item-box span {text-align: center;display: block;}
.category-item-box span img {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.category-item-box:hover img {
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.category-info-box {
    position: absolute;
    bottom: 20px;
    z-index: 20;
    right: 0;
}
.category-info {
    background: rgb(252,174,27,0.61);
    padding: 5px 15px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 10;
}
.category-item-box:hover .category-info {
    /*background: rgb(252,174,27,0);*/
    background: rgb(175,175,175,0);
}
.category-info h4 {font-size: 18px;color: #fff;text-transform: uppercase;margin: 10px 0;transition: all 0.4s ease-in-out;}
.category-item-box:hover .category-info h4 {color: #000;}
.category-item-box .img-overlay {
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    /*background: rgb(252,174,27,0.61);*/
    background: rgb(175,175,175,0.29);
    z-index: 9;
}
.img-overlay p {
    font-weight: 600;
    font-size: 15px;
    background-image: url(../images/categorylist/plus-w.svg);
    background-size: 40px auto;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 28px 55px;
    margin-left: 20px;
    text-transform: uppercase;
    opacity: 0;
    color: #fff;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.category-item-box:hover .img-overlay, .category-item-box:hover .img-overlay p {
    opacity: 1;
}

@media (max-width: 575px) {
    .category-list-section {padding: 20px 0;}
}


/* Category List Section Css */
/*.category-list-section.packers-list-section {padding-top: 60px;}*/
/*.category-list-section {padding-bottom: 60px;}*/
/*.category-list-section .category-product-widget {padding: 25px;}*/
/*.category-list-section .category-product-title a {*/
/*    background-color: #FFBC1B;*/
/*    padding: 6px 22px;*/
/*    display: inline-block;*/
/*    font-size: 15px;*/
/*    color: #000;*/
/*}*/
/*.category-list-section .category-product-title h4 {height: 48px;}*/

/*@media (max-width: 575px) {*/
/*    .category-list-section.packers-list-section {padding-top: 40px;}*/
/*    .category-list-section {padding-bottom: 40px;}*/
/*}*/




/* Hot Selling Products Css */
.hot-selling-products-area {
    padding-bottom: 80px;
}

.hot-selling-products-area .row {
    margin-top: 85px;
    display: flex;
    flex-wrap: wrap;
}

.hot-selling-products-area .row .col-lg-12 {
    margin-bottom: 25px;
    width: 100%;
}
.hot-selling-products-area .row .col-lg-3, .hot-selling-products-area .row .col-lg-9 {width: 100%;}

.category-title {
    float: left;
    width: 100%;
}

.category-title h5 {
    float: left;
    font-size: 25px;
    font-weight: bold;
    color: #1d1c1c;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 15px;
}

.hot-selling-products-area .row .col-lg-12.text-left .category-title hr {
    float: right;
}

.hot-selling-products-area .row .col-lg-12.text-right .category-title h5 {
    margin-left: 15px;
    margin-right: 0;
    float: right;
}

.category-title h5 span {
    color: #FCAE1B;
}

.category-title hr {
    width: 67%;
    float: left;
    border-top: 5px solid #E3E3E3;
    border-radius: 30px;
    margin: 8px 0 0;
    clear: inherit;
    position: inherit;
}

.category-title .horizntal {
    width: 40%;
    float: left;
    border-top: 4px solid #ffdb97;
    border-radius: 30px;
    margin: 12px 0 0;
    clear: inherit;
}

.container-fluid {
    width: 88% !important;
}

.category-image {
    background-image: url(../images/homecategory/packers.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 522px;
    position: relative;
}

.category-image a {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 20px;
    border-radius: 30px;
    background-color: #FCAE1B;
    color: #fff !important;
}

.category-image a:hover {
    color: #fff !important;
}

/*.threading_taps_dies_slider {*/
/*    background-image: url(../images/custom-images/threading_taps_dies/threading_taps_dies_slider.jpg);*/
/*}*/

/*.gear_hob_broaches_slider {*/
/*    background-image: url(../images/custom-images/gear_hob_broaches/gear_hob_broaches_slider.jpg);*/
/*}*/

/*.rotary_burrs_slider {*/
/*    background-image: url(../images/custom-images/rotary_burrs/rotary_burrs_slider.jpg);*/
/*}*/

/*.hss_cutting_tools_slider {*/
/*    background-image: url(../images/custom-images/hss_cutting_tools/hss_cutting_tools_slider.jpg);*/
/*}*/

/*.woodworking_tools_slider {*/
/*    background-image: url(../images/custom-images/woodworking_tools/woodworking_tools_slider.jpg);*/
/*}*/

/*.gauges_slider {*/
/*    background-image: url(../images/custom-images/gauges/gauges_slider.jpg);*/
/*}*/

/*.machine_knives_blades_slider {*/
/*    background-image: url(../images/custom-images/machine_knives_blades/machine_knives_blades_slider.jpg);*/
/*}*/

.category-products-area {
    float: left;
    width: 100%;
    overflow: hidden;
}

.category-products-widget {
    float: left;
    width: 25%;
    border: 1px solid #E9E9E9;
    text-align: center;
    padding: 10px;
}

.category-products-area .category-products-widget:nth-child(n+5) {
    border-top: 0;
}

.category-products-widget a {
    display: block !important;
}

.category-products-image {
    overflow: hidden;
    margin-bottom: 10px;
}

.category-products-image img {
    transition: all 0.5s ease 0s !important;
}

.category-products-image:hover img {
    transform: scale(1.1);
}

.category-products-widget h6 {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    color: #1d1c1c;
    font-weight: normal;
    margin-bottom: 0;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease 0s !important;
}

.category-products-widget h6:hover {
    color: #fcae1b;
}

@media (min-width: 992px) {
    .hot-selling-products-area .row .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .hot-selling-products-area .row .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .hot-selling-products-area .row:nth-child(even) .col-lg-3 {
        padding-right: 0;
    }

    .hot-selling-products-area .row:nth-child(odd) .col-lg-3 {
        padding-left: 0;
    }
    
    .hot-selling-products-area .row .col-lg-3.order-lg-2 {-ms-flex-order: 2;order: 2;}
    .hot-selling-products-area .row .col-lg-9.order-lg-1 {-ms-flex-order: 1;order: 1;}
    
    .hot-selling-products-area .category-image {background-size: cover;}
}

@media (max-width: 1199px) {
    .category-image {height: 445px;}
    .category-image a {
        padding: 5px 15px;
    }

    .category-products-image {
        margin-bottom: 10px;
    }

    .category-title hr {
        width: 60%;
    }
}

@media (max-width: 991px) {
    .hot-selling-products-area .row .col-lg-12 {text-align: center;}
    .hot-selling-products-area {
        padding-top: 60px;
    }

    .category-image {
        height: 500px;
        margin-bottom: 20px;
    }

    .category-image a {
        padding: 6px 20px;
    }

    .category-title {
        float: none;
    }

    .category-title h5 {
        float: none !important;
        margin: 0 !important;
        font-size: 20px !important;
    }

    .category-title hr {
        display: none;
    }
}

@media (max-width: 767px) {
    .category-products-widget {
        width: 33.333333%;
    }
}

@media (max-width: 575px) {
    .hot-selling-products-area {
        padding-top: 40px;
    }

    .hot-selling-products-area .row {
        margin-top: 40px;
    }

    .hot-selling-products-area .row .col-lg-12 {
        margin-bottom: 15px;
    }

    .category-products-widget {
        width: 50%;
    }
}


/* Our Goal Section css */
.our-goal-section {background-color: #F1F1F1;padding: 60px 0;}
.service-box-new {
    position: relative;
    padding: 30px;
    margin:10px;
    z-index: 1;
    overflow: hidden;
    background-color: #ffffff;
    /*height: 380px;*/
    margin-bottom: 30px;
    border:5px solid #FFBC1B;
    border-radius:0px 55px 0px 55px;
     overflow:visible;
}
/*.service-box-new:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -32px;
    left: 50%;
    background-color: #FFBC1B;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    -webkit-transform: scale(1);
    transform: translateX(-50%) scale(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform 1s ease-out;
    transition: -webkit-transform 1s ease-out;
    transition: transform 1s ease-out;
    transition: transform 1s ease-out, -webkit-transform 1s ease-out;
}
.service-box-new:hover:before {
    -webkit-transform: scale(50);
    transform: scale(50);
}*/

.service-box-new .icon .whychooseus-redesign{
    position:absolute;
    width:100px;
    height:100px;
    top:-81px;
    left:-88px;
    z-index:1;
}

.service-box-new .border-class{
    border:3px solid #000;
    padding:10px 20px;
     border-radius:0px 25px 0px 25px;
     height:320px;
}
.wt-icon-box-wraper-new {
    position: relative;
    margin-bottom: 50px;
}
.wt-icon-box-wraper-new .icon {font-size: 70px;display: inline-flex;}
.wt-icon-box-wraper-new .inline-icon img {transition: all 0.5s ease-in-out;}
.wt-icon-number-new {
    position: absolute;
    left: 0px;
    top: 0px;
}
.wt-icon-number-new span {
    font-size: 85px;
    font-family: 'Teko', sans-serif;
    line-height: 100px;
    color: rgba(0,0,0,0.1);
    font-weight: 500;
    opacity: 0.5;
    display: block;
    transition: all 0.5s ease-in-out;
}
.service-box-new:hover .wt-icon-number-new span {color: rgba(255,255,255,0.5);}
.service-box-new .s-title-one {transition: all 0.5s ease-in-out;}
.service-box-content-new p {margin-bottom: 5px;}

@media (max-width: 1199px) {.service-box-new {height: 395px;}}
@media (max-width: 991px) {
    .service-box-new {height: 370px;}
    .our-goal-section .row .col-md-4:last-child{float: none;margin: auto;}
}
@media (max-width: 767px) {.service-box-new {height: auto;}}
@media (max-width: 575px) {.our-goal-section {padding: 30px 0;}.service-box-new .s-title-one {font-size: 20px;}}


/* Shipment Section css */
.shipment-section {padding-bottom: 60px;}
#shipment {position: relative;}
#shipment .owl-nav .owl-prev, #shipment .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #FFBC1B;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 35px;
}
#shipment .owl-nav .owl-next {right: 0;left: auto;}
 
@media (max-width: 575px) {
    .shipment-section {padding-bottom: 30px;}
}


/* Footer css */
.footer .footer-item .list li a {transition: all 0.3s ease-in-out;}
.footer .footer-item .list li:hover a {padding-left: 10px;color: #FFBC1B !important;}
.box-icon-4 {height: 200px;}
.box-icon-4 .body-content .heading {font-size: 18px;margin-bottom: 5px;}
.box-icon-4 .body-content .email_col {margin-bottom: 10px;display: block;}

@media (max-width: 1199px) {.box-icon-4 {height: 207px;}}
@media (max-width: 991px) {.box-icon-4 {height: 230px;}}
@media (max-width: 767px) {.box-icon-4 {height: auto;}}


/* about us css */
/*.aboutus-section {padding: 80px 0;}*/
/*.aboutus-section .container-fluid {padding: 0;}*/
/*.aboutus-section .container-fluid .row {margin: 0;}*/
/*.aboutus-content {*/
/*	position: relative;*/
/*	z-index: 1;*/
/*	padding-left: 80px;*/
/*}*/
/*.aboutus-content:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: -150px;*/
/*    top: -90px;*/
/*    background-color: #ededed;*/
/*    background-repeat: repeat;*/
/*    -webkit-transform: skew(-30deg);*/
/*    transform: skew(-20deg);*/
/*    height: 500px;*/
/*    z-index: -1;*/
/*    width: 3000px;*/
/*}*/
/*.aboutus-slider {*/
/*	padding-top: 150px;*/
/*    padding-bottom: 150px;*/
/*    padding-left: 90px;*/
/*}*/
/*#caro.owl-carousel {display: block;z-index: -1;}*/




/*==============================================*/
                /*New Homepage Css*/
/*==============================================*/

/*=================== HEADER CSS ====================*/
html, body {overflow-x: hidden;}
/* Topbar Css */
.topbar-new .row {display: flex;align-items: center;}
.topbar-new {padding: 10px 0;}
.logo img {max-width: 170px;}
.searchbar {border: 2px solid #FCAE1B;border-radius: 8px;float: left;width: 100%;}
.search-input {
    border: none;
    width: 77%;
    padding: 0;
    padding-left: 15px;
    margin-top: 6px;
    margin-bottom: 6px;
    position: relative;
    background-color: transparent;
}
.search-input::placeholder {font-size: 15px;font-style: italic;}
#livesearch {
    position: absolute;
    color: #fff;
    width: 93%;
    z-index: 1000;
    overflow-y: auto;
    max-height: 300px;
}
#livesearch a {display: block;padding: 6px 10px 6px 10px;font-size: 15px;}
#livesearch a:hover {background-color: #fff;}
#livesearch a:last-child {margin-bottom: 0;}
#livesearch br {display: none;}
.search-btn {
    background: #FCAE1B;
    border: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #fff;
    padding: 6px 20px;
    float: right;
}
.header-contact-info {width: 100%;float: left;}
.header-phone {float: left;width: 40%;display: flex;margin-right: 15px;}
.header-phone span, .header-email span {margin-bottom: 0;padding-left: 10px;font-size: 15px;display: inline-block;}
.header-phone i, .header-email i {
    display: block;
    margin-top: 4px;
    width: 30px;
    height: 30px;
    padding-top: 6px;
    border: 2px solid #EDEDED;
    text-align: center;
    color: #FCAE1B;
}
.header-phone span a, .header-email span a {font-weight: 600;font-size: 14px;color: #1d1c1c;}
.header-email {float: left;width: 55%;display: flex;}

/* Navbar Css */
.header {border-top: 1px solid #EAEAEA;border-bottom: 1px solid #EAEAEA;height: auto !important;}
.main-bar {
    background: #fff;
    width: 100%;
    position: relative;
    z-index: 100;
}
.main-bar .navbar {margin-bottom: 0;}
.is-fixed.header {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 10%);
}
.navbar-toggler {margin: 0;}
.navbar-toggler div {
	width: 25px;
    height: 4px;
    background-color: #1d1c1c;
    display: block;
    margin: 5px 0px;
    transition: all .6s ease-in-out;
}
.navbar-toggler[aria-expanded='true'] #one {
	transform: translateY(9px) rotate(-135deg);
	transition: all .6s ease-in-out;
	background-color: #FCAE1B;
}
.navbar-toggler[aria-expanded='true'] #two {
	opacity: 0;
	transition: .4s ease;
}
.navbar-toggler[aria-expanded='true'] #three {
	transform: translateY(-9px) rotate(-45deg);
	transition: all .6s ease-in-out;
	background-color: #FCAE1B;
}

.navbar-toggler:focus {outline: none;}
.desktop-menu .main-menu {padding-top: 0;padding-bottom: 0;}
.desktop-menu .navigation > li {padding: 8px 0;list-style: none;}
.navigation > li {margin: 0 5px 0 !important;}
.navigation > li:last-child {margin-right: 0;}
.navigation > li .nav-link {
    font-size: 15px;
    font-weight: 600;
    color: #707070;
    display: block;
    text-transform: uppercase;
    padding: 8px 14px !important;
}
.navigation li .nav-link.active, .navigation li .nav-link:hover {color: #fff !important;background-color: #FCAE1B;}
.mobile-menu {display: none;}
.mobile-menu .navbar-collapse {padding-left: 0;padding-right: 0;}
.mobile-header-emailbar {background-color: #FCAE1B;}
.mobile-header-email {text-align: center;padding: 6px 0;}
.mobile-header-email a, .mobile-menu .mobile-header-email a:hover {color: #fff !important;}
.mobile-menu .searchbar {margin: 10px 0;}
.mobile-menu .searchbar .search-input {width: 100%;}
.mobile-menu .header .main-menu {padding-left: 0;padding-right: 0;}
.mobile-menu .header .main-menu .navigation {margin-top: 10px;}
.mobile-menu .header .main-menu .navigation li {list-style: none;}
.mobile-menu ul li.nav-item {border-bottom: 1px solid #999999;}
.mobile-menu .header .main-menu .navigation li .nav-link {font-size: 16px;display: block;text-decoration: none !important;}
.mobile-menu .header .main-menu .navigation li .downicon {display: none !important;}
.mobile-menu .header .main-menu .navigation li .dropdown-menu {border: none !important;}
/*.mobile-menu .header .main-menu .navigation li .dropdown-toggle::after {*/
/*    position: absolute;*/
/*    right: 25px;*/
/*    top: 16px;*/
/*    font-size: 21px;*/
/*}*/
.mobile-menu .header .main-menu a img {max-width: 170px;}
.google-translate-widget {margin-bottom: 0;margin-left: auto;}
.google-translate-widget li {list-style: none;}
.google-translate-widget li h4 {margin-bottom: 0;}
.google-translate-widget li .goog-te-gadget {font-size: 0;} 
.google-translate-widget li .goog-te-gadget span {display: none;}

@media (min-width: 768px) {.mobile-header-emailbar {display: none;}}
@media (max-width: 1199px) {
    .search-input {width: 72%;}
    .header-contact-info {float: none;}
    .header-phone {float: none;width: 100%;margin-right: 0;margin-bottom: 5px;}
    .header-email {float: none;width: 100%;}
    .navigation li .nav-link {padding: 8px !important;font-size: 15px;}
}
@media (max-width: 991px) {
    .topbar-new .d-none, .desktop-menu {display: none;}
    .topbar-new .col-md-5 {width: 100%;}
    .mobile-sidebar-menu {display: block;}
    .mobile-menu {display: block;}
    .google-translate-widget {display: none;}
    .topbar {padding: 10px 0;}
}
@media (max-width: 420px) {
    .mobile-menu .searchbar .search-input {padding-left: 10px;margin-top: 4px;}
    .mobile-menu .searchbar .search-input::placeholder {font-size: 14px;}
    .mobile-menu .searchbar .search-btn {font-size: 14px;}
}

/* Dropdown Css*/
.navbar-nav span .hovericon {
    font-size: 20px; 
    display: block !important;
    position: absolute; 
    z-index: 99; 
    right: 12px; 
    top: 0;   
    height: 37px; 
    width: 37px; 
    cursor: pointer; 
    text-align: center; 
    line-height: 37px;
    color: #fff;
}
@media (min-width: 992px) {
    .header .container {padding-left: 0 !important;padding-right: 0 !important;}
    .navbar-nav span .downicon {display: none !important;}
    .desktop-menu .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}
@media (max-width: 991px) {
  	.navbar-nav span .downicon {
    	font-size: 20px; 
    	display: block !important;
    	position: absolute; 
    	z-index: 99; 
    	right: 12px; 
    	top: 0;   
    	height: 37px; 
    	width: 37px; 
    	cursor: pointer; 
    	text-align: center; 
    	line-height: 37px;
    	color: #707070;
  	}
}

.desktop-menu .navigation > li.dropdown {position: inherit;}
.desktop-menu .main-menu .navigation > li > ul {
    right: 0;
    display: flex;
    max-width: 400px;
    width: 100%;
}
.main-menu .navigation > li > ul {
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.20);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    visibility: hidden;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.main-menu .navigation ul li {list-style: none;margin: 0;}
.main-menu .navigation > li > ul > li {
    display: block;
    position: relative;
    vertical-align: top;
    width: 50%;
}
.main-menu .navigation > li > ul > li > ul {
    margin: 10px 0 10px 0;
    width: 100%;
}
.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1; 
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    z-index: 999;
}
.main-menu .navigation > li > ul > li a {font-size: 15px;color: #1d1c1c;padding: 8px 20px !important;display: block;}
.main-menu .navigation > li > ul > li a:hover,
.main-menu .navigation > li > ul > li a:focus {background-color: #FCAE1B;color: #fff !important;}
/*.main-menu .navigation > li > ul > li:first-child a {padding-top: 10px;}*/

@media (max-width: 991px) {
    .main-menu .navigation > li > ul {/*border: 1px solid #d6d6d6;*/ box-shadow: inherit; width: 100%;max-width: 100%;padding: 0; position: inherit; -moz-transform: translateY(0); transform: translateY(0);float: none;}
    .main-menu .navigation > li > ul > li {background: linear-gradient(#FCAE1B, #de9308);width: 100%;margin: 0;}
    .main-menu .navigation > li > ul > li a {color: #fff !important;}
    .main-menu .navigation > li.dropdown > ul.open { display: block; opacity: 1; visibility: visible; }
}



/*=================== SLIDER BANNER CSS ====================*/
.carousel-caption {
    position: absolute;
    top: 50% !important;
    left: 25% !important;
    right: 25% !important;
    transform: translateY(-50%);
    bottom: auto !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    color: #fff;
    text-shadow: none;
    text-align: center;
}
.carousel-inner .item .overlay-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
}
.carousel-inner-caption {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}
.carousel-inner-caption h1 {text-transform: uppercase;font-weight: bold;margin-bottom: 12px;margin-top: 0;}
.carousel-inner-caption::before, .carousel-inner-caption::after, .bottom-corners::before, .bottom-corners::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border: 2px solid #ffffff;
    border-bottom: none;
}
.bottom-corners::before, .bottom-corners::after {
    top: auto;
    bottom: 0;
    border: 2px solid #ffffff;
    border-top: none;
}
.carousel-inner-caption::before, .bottom-corners::before {
    border-right: none;
}
.carousel-inner-caption::after, .bottom-corners::after {
    left: auto;
    right: 0;
    border-left: none;
}
.carousel-inner-caption a {
    color: #fff;
    padding: 8px 20px;
    color: #fff !important;
    background-color: #FCAE1B;
}
.carousel-inner-caption a:hover {
    color: #fff !important;
}
.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 50% !important;
    transform: translate(-50%, -50%);
    background-color: #FCAE1B !important;
    height: 40px !important;
    width: 40px !important;
    line-height: 43px !important;
    border-radius: 50% !important;
    opacity: .8 !important;
    color: #fff !important;
    font-size: 21px !important;
    border: none !important;
    padding-top: 0 !important;
    margin-right: 0;
    text-align: center;
}
.carousel-control-prev {
    left: 10% !important;
}
.carousel-control-next {
    right: 8% !important;
}
.carousel-control-prev:hover, .carousel-control-next:hover {
    color: #FCAE1B !important;
    background-color: #fff !important;
}

@media (max-width: 991px) {
    .carousel-inner-caption h1 {font-size: 35px;}
}
@media (max-width: 767px) {
    .carousel-inner-caption h1 {font-size: 30px;}
    .carousel-inner-caption {padding-top: 20px;padding-bottom: 20px;}
}
@media (max-width: 575px) {
    .carousel-inner-caption {padding-top: 12px;padding-bottom: 12px;}
    .carousel-inner-caption::before, .carousel-inner-caption::after, .bottom-corners::before, .bottom-corners::after {left: -8px;right: auto;width: 25px;height: 25px;}
    .carousel-inner-caption::after, .bottom-corners::after {right: -8px;left: auto;width: 25px;height: 25px;}
    .carousel-inner-caption h1 {font-size: 12px;}
    .carousel-inner-caption a {font-size: 8px;padding: 5px 10px;}
    .carousel-control-prev, .carousel-control-next {height: 30px !important;width: 30px !important;line-height: 32px !important;font-size: 16px !important;}
    .carousel-control-next {right: 3% !important;}
}
@media (max-width: 340px) {
    .carousel-inner-caption h1 {font-size: 14px;margin-bottom: 8px;} 
}


/*=================== WHY CHOOSE US SECTION CSS ====================*/
.services-area {padding: 60px 0;}
.section-title {text-align: center;margin-bottom: 20px;}
.section-title h3 {
    position: relative;
    display: inline-block;
    font-size: 35px;
    font-weight: 600;
    color: #1d1c1c;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 5px 50px;
    letter-spacing: 0.5px;
}
.section-title h3::before, .section-title h3::after {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    border: 2px solid #FCAE1B;
    z-index: 2;
}
.section-title h3::before {
    top: 0; 
    left: 0;
    border-width: 2px 0 0 2px;
}
.section-title h3::after {
    bottom: 0;
    right: 0;
    border-width: 0 2px 2px 0;
}
.section-title img {display: block;margin: auto;}
.tagline {text-align: center;color: #a2a2a2 !important;line-height: 1.5;}
.tagline span {color: #1d1c1c;font-weight: 500;}

.service-wrap {
    /*background-image: url(../images/custom-images/service-bg.jpg);*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    text-align: center;
    padding: 12px;
    margin-top: 30px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 10%);
    /*background: linear-gradient(45deg, #dadada, transparent);*/
    background: #f9f9f9;
}
.service-wrap:hover .service-vector img {transform: rotate(5deg);}
.service-widget {position: relative;padding: 20px 10px;}
.service-widget::before, .service-widget::after {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    border: 2px solid #1d1c1c;
    z-index: 2;
}
.service-widget::before {
    top: 0;
    left: 0;
    border-width: 2px 0 0 2px;
}
.service-widget::after {
    bottom: 0;
    right: 0;
    border-width: 0 2px 2px 0;
}
.service-vector {transition: all 0.3s ease 0s !important;}
.service-vector img {max-width: 70px;}
.service-title {margin-top: 15px;margin-bottom: 28px;height: 48px;}
.service-title h5 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #FCAE1B;
    text-transform: uppercase;
}
.service-title h5::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 1px;
    background-color: #1d1c1c;
}
.service-content p {margin-bottom: 0;height: 168px;}
.service-content a {
    color: #fff !important;
    padding: 8px 20px;
    background-color: #FCAE1B;
}
.service-content a:hover {color: #fff !important;}

@media (max-width: 1199px) {
    .service-title h5 {font-size: 20px;}
    .service-content p {height: 252px;}
}
@media (max-width: 991px) {
    .service-title {height: auto;}
    .service-content p {height: auto;}
}
@media (max-width: 767px) {.service-wrap {background-size: cover;}}
@media (max-width: 575px) {
    .services-area {padding: 40px 0;}
    .section-title h3 {font-size: 25px;padding: 5px 35px;}
}



/*=================== ABOUT US SECTION CSS ====================*/
.aboutus-area {
    background-image: url(../images/custom_images/aboutbg.jpg);
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 15px;
}
.about-content .section-title {text-align: left;}
.about-content .section-title h3 {
    font-size: 20px;
    color: #fff;
    text-align: left;
    padding-left: 10px;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 0;
    letter-spacing: 0.5px;
}
.about-content .section-title h3 span {color: #FCAE1B;}
.about-content h5 {color: #fff;font-size: 18px;font-weight: 500;}
.about-content p {color: #fff !important;line-height: 1.5;}
.about-image img, .about-image2 img {
    border: 10px solid #423E3D;
    box-shadow:0px 3px 10px -1px #e5ad43;
}
.about-btn {
    padding: 8px 20px;
    margin-left: 150px;
    background-color: #FCAE1B;
    color: #fff !important;
    margin-top: 15px;
    display: inline-block;
}
a.about-btn:hover {color: #fff !important;}
.mobile-about-btn {display: none;}
.about-row {position: relative;}
.about-image2 {
    position: absolute;
    bottom: -240px;
    left: 0;
}

@media (max-width: 1199px) {
    .about-btn {margin-left: 120px;}
    .about-image2 {bottom: -215px;max-width: 585px;}
}
@media (max-width: 991px) {
    .aboutus-area {background-size: cover;padding-bottom: 40px;}
    .about-image {text-align: center;margin-bottom: 30px;}
    .desktop-about-btn {display: none;}
    .mobile-about-btn {display: block;}
    .about-btn {margin: 0 0 25px;}
    .about-image2 {position: inherit;bottom: inherit;left: inherit;max-width: 100%;padding: 0 15px;}
}
@media (max-width: 575px) {
    .aboutus-area {padding-top: 40px;}
    .about-content .section-title h3 br {display: none;}
}



/*=================== HOT SELLING PRODUCTS SECTION CSS ====================*/
.hot-selling-products-area {padding-top: 300px;padding-bottom: 80px;}
.hot-selling-products-area .section-title h3 span {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: normal;
    color: #FCAE1B;
}
.hot-selling-products-area .row {margin-top: 85px;}
.hot-selling-products-area .row .col-lg-12 {margin-bottom: 20px;}
.category-title {float: left;width: 100%;}
.category-title h5 {
    float: left;
    font-size: 25px;
    font-weight: bold;
    color: #1d1c1c;
    text-transform: uppercase; letter-spacing:1px;
    margin-bottom: 0;
    margin-right: 15px;
}
.hot-selling-products-area .row .col-lg-12.text-left .category-title hr {float: right;}
.hot-selling-products-area .row .col-lg-12.text-right .category-title h5 {margin-left: 15px;margin-right: 0;float: right;}
.category-title h5 span {color: #FCAE1B;}
.category-title hr {
    width: 67%;
    float: left;
    border-top: 5px solid #E3E3E3;
    border-radius: 30px;
    margin: 12px 0 0;
    clear: inherit;
}

.category-title .horizntal {
    width: 40%;
    float: left;
    border-top: 4px solid #ffdb97;
    border-radius: 30px;
    margin: 12px 0 0;
    clear: inherit;
}

.container-fluid {
    width:88% !important;
}

.category-image {
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    position: relative;
}
.category-image a {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 20px;
    border-radius: 30px;
    background-color: #FCAE1B;
    color: #fff !important;
}
.category-image a:hover {color: #fff !important;}
.packers_slider {background-image: url(../images/custom_images/packers/packers.jpg);}
.service_tools_slider {background-image: url(../images/custom_images/service-tools/service-tools.jpg);}
.flow_control_systems_slider {background-image: url(../images/custom_images/flow-control-systems/flow-control-systems.jpg);}
.cast_iron_products_slider {background-image: url(../images/custom_images/cast-iron-products/cast-iron-products.jpg);}
.octg_and_accessories_slider {background-image: url(../images/custom_images/octg-and-accessories/octg-and-accessories.jpg);}
.thread_protectors_slider {background-image: url(../images/custom_images/thread-protectors/thread-protectors.jpg);}
.category-products-area {
    float: left;
    width: 100%;
    overflow: hidden;
}
.category-products-widget {
    float: left;
    width: 25%;
    border: 1px solid #E9E9E9;
    text-align: center;
    padding: 10px;
}
.category-products-area .category-products-widget:nth-child(n+5) {border-top: 0;}
.category-products-widget a {display: block !important;}
.category-products-image {overflow: hidden;}
.category-products-image img {transition: all 0.5s ease 0s !important;}
.category-products-image:hover img {transform: scale(1.1);}
.category-products-widget h6 {
    color: #1d1c1c;
    font-weight: normal;
    margin-bottom: 0;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease 0s !important;
}
.category-products-widget h6:hover {color: #fcae1b;}

@media (min-width: 992px) {
    .hot-selling-products-area .row:nth-child(even) .col-lg-3 {padding-right: 0;}
    .hot-selling-products-area .row:nth-child(odd) .col-lg-3 {padding-left: 0;}
    .hot-selling-products-area .order-lg-1 {-ms-flex-order: 1;order: 1;}
    .hot-selling-products-area .order-lg-2 {-ms-flex-order: 2;order: 2;}
}
@media (max-width: 1199px) {
    .category-image a {padding: 5px 15px;}
    .category-products-image {margin-bottom: 10px;}
    .category-title hr {width: 60%;}
}
@media (max-width: 991px) {
    .hot-selling-products-area {padding-top: 60px;}
    .category-image {height: 500px;margin-bottom: 20px;}
    .category-image a {padding: 6px 20px;}
    .category-title {float: none;}
    .category-title h5 {float: none !important;margin: 0 !important; font-size:20px !important;}
    .category-title hr {display: none;}
}
@media (max-width: 767px) {
    .category-products-widget {width: 33.333333%;}
}
@media (max-width: 575px) {
    .hot-selling-products-area .section-title h3 {padding: 5px 15px;}
    .hot-selling-products-area {padding-top: 40px;}
    .hot-selling-products-area .row {margin-top: 40px;}
    .hot-selling-products-area .row .col-lg-12 {margin-bottom: 15px;}
    .category-products-widget {width: 50%;} 
}



/*=================== FOOTER CSS ====================*/
.footer-area {
    background-image: url(../images/bgoverlay-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
}
.footer-widget-1 {
    background-color: #1D1C1C;
    padding: 39px 10px 20px 40px;
    margin-top: -35px;
    border-radius: 10px;
}
.footer-widget-1 img {margin-bottom: 20px;max-width: 200px;}
.footer-widget-1 h4 {color: #FCAE1B;text-transform: uppercase;font-size: 18px;margin-bottom: 10px;}
.footer-widget-1 p {padding-bottom: 5px;display: flex;margin-bottom: 8px;}
.footer-widget-1 p i {
    color: #FCAE1B;
    display: block;
    font-size: 16px;
    padding-top: 6px;
}
.footer-widget-1 span {font-size: 15px;padding-left: 10px;color: #999;}
.footer-widget-1 span br {display: none;}
.footer-widget-1 span a {color: #999;}
.footer-widget h3 {
    font-size: 20px;
    color: #999;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
}
.footer-widget h3.mt-4 {margin-top: 24px;}
.footer-widget h3::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 70px;
    height: 1px;
    background-color: #FCAE1B;
}
.footer-widget-2 ul {margin-bottom: 0;margin-left: 0;}
.footer-widget-2 ul li {margin-bottom: 8px;list-style: none;}
.footer-widget-2 ul li i {color: #FCAE1B;margin-right: 5px;}
.footer-widget-2 ul li a {color: #999;font-size: 15px;}
.footer-widget-3 .child {
    font-size: 16px;
    margin-right: 3px;
    color: #fff;
    text-align: center;
    background-color: #FCAE1B;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    position: relative;
    display: inline-block;
}
.footer-widget-3 .child i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.footer-widget-3 .child:hover {color: #FCAE1B;background-color: #1d1c1c;}
.copyright-row {border-top: 1px solid #3C3835;margin-top: 5px;}
.copyright {text-align: center;padding: 15px 0;}
.copyright p {margin-bottom: 0;color: #fff !important;letter-spacing: 0.5px;}
.copyright p span {color: #FCAE1B;text-transform: uppercase;}

/* call widget */
.call_float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 28px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.call_float i {margin-top: 16px;}

/* whatsapp widget */
.whatsapp_float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.whatsapp_float i {margin-top: 16px;}

@media (max-width: 1199px) {
    .footer-widget-1 p {line-height: 1.5;}
    .footer-widget-1 p i {padding-top: 4px;}
}
@media (max-width: 991px) {.footer-widget-2, .footer-widget-3 {margin-top: 35px;}}
@media (max-width: 767px) {
    .footer-widget-2 {margin-top: 35px;}
    .call_float {
        width: 40px;
        height: 40px;
        bottom: 20px;
        left: 10px;
        font-size: 22px;
    }
    .whatsapp_float {
        width: 40px;
        height: 40px;
        bottom: 20px;
        right: 10px;
        font-size: 22px;
    }
    .call_float i, .whatsapp_float i {margin-top: 10px;}
}
@media (max-width: 575px) {
    .footer-widget-1 {
        padding: 39px 10px 20px 25px;
    }
    .footer-widget-3 {margin-top: 20px;}
}




















