@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
body{
	margin: 0px auto;
	padding: 0px;
	scroll-behavior: smooth;
	font-family: 'Roboto Condensed', sans-serif;
}
.container-fluid {
   
    padding-right: 0px !important;
    padding-left: 0px !important;
    
}


/*---------------------------btn style-------*/
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 99;
    background: #00496a;
    border-radius: 50%;
    color: #fff;
    padding: 12px;
    border: none;
    font-size: 19px;
    height: 47px;
    width: 48px;
}
.back-to-top:hover{
  background:#555;
  color: #fff; 
}
p{
  font-size: 16px;
}
/*--------header-------------------------------*/
.header-area {
    background: #fff;
    padding-bottom: 0;
    padding: 20px 0 70px;
    display: block;
    position: relative;
   
}
 .header-area ul li.single-info-box {
  position: relative;
  padding-left: 35px;  
}

 .header-area ul li{
  list-style-type: none;
  display: inline-block;
  margin-left: 30px;
}
.header-area ul{
  padding-left: 0;
}
.header-area ul li.single-info-box .icon-holder {
    left: -14px;
    position: absolute;
    top: -7px;
    font-size: 35px;
    color: #fdc716;
}
.social-links ul li {
  display: inline-block;
  margin-left: 10px;
}
.social-links ul li a i {

  color: #fff !important;
  border-radius: 50%;
  display: block;
  font-size: 15px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  width: 40px;
  border: 1px solid #d3d3d3;
  /*box-shadow: 0px 3px 4px #d3d3d3;*/
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.social-links ul li a{
  text-decoration: none;
}
.social-links ul li a:hover i{
  color: #fff;
}


/*------------------------------------header-------------------*/

.sticky{
  position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 999;
    min-height: auto;
    margin: 0;
    left: 0 !important;
    transform: translate(0%,0%) !important; 
}
/*.sticky + .header-area {
  padding-top: 192px !important;
}*/
.navbar{
	 background: #00496a;
    z-index: 999 !important;
    width: 85%;
    left: 50%;
    padding: 15px;
    top: 99%;
    border: none;
    border-radius: 0 !important;
    /* padding-left: 20%; */
    transform: translate(-50%,-50%);
    position: absolute;
}
@media (min-width: 768px){
.navbar-nav {
    float: none !important;
    margin: 0 auto !important;
    display: table !important;
}
}
.navbar li a{
  color: #fff !important;
  font-size: 13px;
}
.navbar-default .navbar-nav>.active>a {
    color: #555;
    background-color: #00496a !important;
}
.navbar .active{
background: none;
border-bottom: 2px solid #fdc716;
}
.navbar li{
  margin-left: 20px !important;
}
.navbar li:hover{
  border-bottom: 2px solid #fdc716;
}

/*----------------------------------------navbar--------------*/
.carousel-indicators li{
	width: 10px;
	height: 10px;
	border: 4px solid #00496a;
	border-radius: 25px;
	background: #fdc716;
}

.carousel-indicators li.active{
	border: 4px solid #fdc716;
	background: #00496a;
}
.carousel-caption{
	position: absolute;
  left: 15%;
  right: 15%;
  width: 70%;
  height: 100%;
 
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
}
/*----------------------------------navbar-----------------------------*/
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-toggle:focus {
    outline: 0;
    background: none !important;
}

.carousel-control i{
  position: absolute;
  top: 50%;
}
.carousel-caption h2{

  position: relative;
  padding: 20px;
  top:50%;
  left: 50%;
  font-size: 41px;
  z-index: 99;
  transform: translate(-50%, -50%);

  /* Safari 4.0 - 8.0 */
  -webkit-animation-name: anim;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  /* Standard syntax */
  animation-name: anim;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
}
@keyframes anim {
	from{
    top:  -200px; opacity: 0.5;
  }
  to{
    top:50% ; opacity: 1;
  }

}
 h2{
  font-size: 40px;
}
.Welcome_row, .chemical_row{
  display: block;
  overflow: hidden;
}
.Welcome .btn-default, .chemical .btn-default{
  background: #fff !important; 
   position: absolute;
   left: 40%;
}
.Welcome .btn-default:hover{
   background: #80808047 !important;

}
.chemical .btn-default:hover{
   background: #80808047 !important;

}
/*----------------------------------------home------------------------*/

.line2{
	background: #6d6a60;
}

/*---------------------------------footer----------------------*/
footer{
  display: block;
  overflow: hidden;
}
#footer {
    background: #474749;
    border-top: 4px solid #474749;
    margin-top: 0px;
    padding: 40px 0 0;
    position: relative;
    clear: both;
    color:#fff;
}
#footer .contact {
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer li {
    line-height: 24px;

}
#footer .contact p {
    margin-bottom: 10px;
}
#footer p{
  font-size: 15px;
}
#footer a{
	color: #fff;
	font-size: 15px;
  text-decoration: none;
}
#footer .contact i {
    display: block;
    float: left;
    color: #fdc716;
    font-size: 1.2em;
    margin: 5px 14px 10px 0;
    position: relative;
    text-align: center;
    top: -2px;
    width: 16px;
}
#footer .footer-copyright {
    background: #232121;
    border-top: 4px solid #232121;
    padding: 10px;
}
#footer .footer-copyright p {
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    text-align: center;
}
/*--------------------------------------bg-img----------------------*/

/*---------------------------------about-------------------------*/

@media only screen and (max-width: 992px){
 
.header-area .single-info-box, .header-area .social-links{
  display: none;
}
.carousel-caption h2{
  font-size: 28px;

}

} 
@media only screen and (max-width: 350px){
.carousel-caption h2{
   font-size: 
  }
}
@media only screen and (max-width: 767px){
  .outer-box2{
    padding-left: 15px !important;
  }
}



.gem-icon{
    background: #000000;
    width: 60%;
    /* height: 40%; */
    border-radius: 50px;
    margin-top: -7px;
}