*{
  font-family: "WeblySleek UI Light", Tahoma, Arial, Helvetica, sans-serif;
  text-align: justify !important;
}

.bg-yellow{background-color: #FCC417; } /*#FCC417*/
.bg-yellow2{background-color: #E9E5E4;}
.bg-blue{ background-color: #00579E; }
.bg-orange{ background-color: #005180; }
.text-blue{ color: #005180; }
.bg-gray{background-color: #797979;}/*#B1B1B1*/
.text-yellow{color: #FCC417;}
.text-orange{color: #fc6b00;}
.text-gray{color: #545454;}
.text-blue{color: #1F79C2;}006EC8

.myriad-font {
	font-family: "Myriad Pro";
}
.arial{

  font-family: "Arial";
}
.subTitle
{	
	font-size: 	1.6em;
	font-weight: bold;	
	font-family: "Myriad Pro", Myriad,"WeblySleek", "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
}	
.subTitle a
{
	text-decoration: none;
  color: inherit;
}

.page-heading{font-size: 1.6em;}/*semi-bold text-blue*/
.bold{	font-weight: bold;}
.semi-bold{	font-weight: 600;}
.very-large{ font-size: 2.3em;}
.large{	font-size: 1.6em;}
.semi-large{ font-size: 1.4em; }
.tiny-small{ font-size: 0.7em; }
.medium { font-size: 1.3em; }
.semi-medium{ font-size: 1.2em; }
.center{justify-content:center;}
.tab{margin-left: 0.8em;}

.spacer-half{display:block; height:0.4em;}
.spacer{display:block; height:0.8em;}
.spacer-2x{display:block; height:1.6em;}
.spacer-3x{display:block; height:2.4em;}
.text-shadow{text-shadow:1px 1px 5px #fc6b00}/*63A5DA*/

#call1 a, #call2 a, #call3 a,#call4 a, #call5 a, #call6 a, #call7 a, #call8 a, #mail1 a, #mail2 a, #mail3 a, #mail4 a, #mail5 a{
  text-decoration: none;
  color: inherit;
}


.carousel-inner img {
      width: 100%;
      height: 120%;
  }
/* hover dropdown menus */
/*@media only screen and (max-width: 991px) {
    .navbar-hover .show > .dropdown-toggle::after{
        transform: rotate(-90deg);
    }
}
@media only screen and (min-width: 992px) {
    .navbar-hover .collapse ul li{position:relative;}    
    .navbar-hover .collapse ul li:hover> ul{display:block;background-color: #FFFFFF;
}
    .navbar-hover .collapse ul ul{position:absolute;top:100%;left:0;min-width:250px;display:none;}
    .navbar-hover .collapse ul ul ul{position:absolute;top:0;left:-100%;min-width:250px;display:none}
    .navbar-hover .collapse ul ul ul ul{position:absolute;top:0;left:-100%;min-width:250px;display:none;z-index:1}
}-------------------*/
.dropdown-submenu {
  position: relative;
  
}
.dropdown ul {
	background-color:  #00579D;

}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 0.6em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  margin-right: 0.1rem;

}
.dropdown-menu > li > a{

	color:#FFF;
}
.dropdown-menu > li > a:hover{background: #FCC417;}
#nav li ul li a
{
  display:block;  
  line-height:2.4em;
  border:0 none;  
  border-bottom:0 none;
}
.nav-link {color: #0071C2;}
.navbar-nav{font-size: 0.9rem;}
/*----------FAQ Accordion Start--------------*/
#accordion .btn-link {
            position: relative;
            padding-right: 2em;
            display: block;
            width: 100%;
            text-align: left;
            color: #000;
            text-decoration: none;
           /* font-family: "WeblySleek UI Light";*/
            font-size: 1em;
        }

#accordion .btn-link:after {
            content: "";
            position: absolute;
            right: 14px;
            top: 0;
            bottom: 0;
            margin: auto;
            width: 14px;
            height: 14px;
            border: 4px solid #e67300;
            border-right: none;
            border-bottom: none;
            transform: rotate(45deg);
            transition: all .5s ease;
        }
        
#accordion .btn-link[aria-expanded="true"]:after {
            transform: rotate(225deg);
          
        }

#accordion .card-body
{
  background-color: #F0F0F0; /*A9A8A7 EBEBEA EBEBEA D3D3D3*/
}      
#accordion  .card .card-header
{
  background-color: #FFFFFF;
}
/*----------FAQ Accordion End--------------*/

/*----------Footer Fb Link start--------------*/
/*#footer-buttons
{
  list-style:none;
}
#footer-buttons li
{
  display:inline-block;
  margin-right:0.4em;
}
#footer-buttons li a
{
  display:inline-block;
  height:2em;
  width:2em;
}*/
/*----------Footer Fb Link End--------------*/

/*------------MSDS and TDS pdfs start------------------------*/

.download-ebrochure
{
  line-height:24px;
  display:inline-block;
  text-decoration:none;
  padding:12px 12px 12px 60px;
  background:#CCCCCC url(../../images/design-assets/download-icon.png) left top no-repeat;
}
.download-ebrochure:hover, .download-ebrochure:focus, .download-ebrochure:active,
.download-ebrochure:hover sub, .download-ebrochure:focus sub, .download-ebrochure:active sub
{
  background:#AF0000 url(../../images/design-assets/download-icon.png) left top no-repeat;
  color:#FFFFFF;
}

/*------------MSDS and TDS pdfs End------------------------*/


/*-----------ol styling End------------------------*/


 .style ol {
  list-style: none;
  counter-reset: li;
}

 .style ol li::before {
  content: counter(li);
  color: #fc6b00;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

 .style ol > li {counter-increment: li}

 .style ul {
  list-style: none;
}

 .style ul > li::before {
  content: "\2022";
  color: #fc6b00;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

.style li {
  list-style: none;
}

.style li::before {
  
  content: "\2022";
  color: #fc6b00;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  line-height: 1.6em;
  margin-left: -1em;
}

.bullet-orange ol{
  list-style: none;
  counter-reset: li;
}

.bullet-orange ol > li::before {
  content: counter(li);
  color: #fc6b00;
  font-weight: bold;
  display: inline-block; 
  width: 0.7em;
  margin-left: -1em;
}

.bullet-orange ol > li {counter-increment: li}

.bullet-orange ul{
  list-style: none;
}

.bullet-orange ul > li::before {
  content: "\2022";
  color: #fc6b00;
  font-weight: bold;
  display: inline-block; 
   width: 1em;
  margin-left: -1em;
  }

/*------------ol styling End------------------------*/

/*------------------product-img size-------------*/

.product-img
{
  width: 600px;
  height: 400px;
}
.border-img
{
  border:solid 1px;
}
/*------------------product-img size-------------*/

/*--------------------responsive table-----------*/
.responsive table {
    display: flex;
    flex-flow: column;
    width: 100%;
}

.responsive thead {
    flex: 0 0 auto;
}

.responsive tbody {
    flex: 1 1 auto;
    display: block;
    overflow-y: auto;
    overflow-x: auto;
    height: 425px;
    overflow-x: hidden;
}
.inner-border::-webkit-scrollbar {
display: none;
}
.responsive tr {
    width: 100%;
    display: table;
    table-layout: fixed;
}

@media only screen and (min-width: 448px) 
{
  #chemical-table .chemical-tr
  {
    width: 80%;
  }
}

.carousel-indicators{
  display: none;
}
/*--------------------responsive table-----------*/

/*.dropdown {
    .dropdown-menu {
        transition: all 0.5s;
        overflow: hidden;
        transform-origin: top center;
        transform: scale(1,0);
        display: block;
    }
    &:hover {
        .dropdown-menu {
            transform: scale(1);
        }
    }
}*/
/*.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: block;
    transform: scale(0);
    transition: ease-out 0.3s;
}
.dropdown:hover .dropdown-menu {
    transform: scale(1);
}*/
