@import url('https://fonts.googleapis.com/css?family=Merriweather+Sans:700i');
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,600');

.top
{
  background:#00923F;
    font-family: 'Open Sans', sans-serif;
}

.top p span{
  color: #fff;
  padding-right: 10px;
}

.top p{
   margin: 0; 
   padding: 5px 0;
   color: #fff;
}

.top p a{
  text-decoration:none; 
   color: #fff;
   transition: all .3s ease;
}

.top p a:hover{
    color: #FBC004;
      text-decoration:none; 
}



.navbar-inverse {
    background:none;
    border:none !important;
}

.navbar {
    position: relative;
    min-height: 38px;
    margin-bottom:0px !important;
    border: 1px solid transparent;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff !important;
	font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 25px 15px;
	font-family: 'Open Sans', sans-serif;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #484848 !important;
    background-color: #FFF !important;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #000 !important;
    background-color: #FFF !important;
}

.contact_list{
             float:right;
			 margin-bottom: 0px;
			}

.contact_list li{
               display:inline-block;
			   text-align:center;
			   margin-left:2px;}

.contact_list li a{
                color: #FFFFFF;
padding: 0 12px;
transition: all .3s ease;
				  }			 

.contact_list li a::before{
                   font-size:14px;
				   line-height:30px;
         }		

.contact_list li a:hover{
                   color: #FBC004;
                   text-decoration: none;}
header{
     margin:10px 0;
  }

header .logo img{
           width: 65%;
        }	 			


header h1{
         font-family: 'Merriweather Sans', sans-serif;
		 font-size:40px;
		 padding-top:15px;
  color:#00923F;
		 }	 

     header h1 span{
         background: -webkit-linear-gradient(#D7902A, #F9C64F,#D7902A);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
padding-left: 7px;
     }  

.top-contact{
  padding-top: 25px;
}


.top-contact span{
float: left;
font-size: 20px;
color: #00923f;
     }

.top-contact .contact-info{
margin-left: 31px;
padding-left: 13px;
border-left: 1px solid #5c5a5b;
}

.top-contact .contact-info h2{
margin-top: 0;
font-size: 16px;
font-family: 'Lato', sans-serif;
font-weight: 600;
margin-bottom: 5px;
  }


.top-contact .contact-info h2 span{
  float: none;
padding-left: 4px;
font-size: 16px;
font-family: 'Lato', sans-serif;
font-weight: 600;
color: #efaa0e;
  }

.top-contact .contact-info p{
     font-family: 'Open Sans', sans-serif;
     margin: 0;

}

.navigation{
  background: #f8ac12;
  box-shadow: 0px 6px 7px rgba(0, 0, 0, 0.5);
position: relative;
z-index: 9999;
}

.navbar ul.nav > li > a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 5px;
    background-color: #00923f;
    top: 0;
    right: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.navbar ul.nav > li:hover > a::before {
    width: 100%;
    left: 0;
}

.navbar-nav > li > a {
  padding: 18px 15px 18px 15px;
font-size: 15px;
}

.nav > li > a {
    position: relative;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
     color: #fff !important;
    background:none !important;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
   color: #fff !important;
    background: none !important;
}

.navbar ul.nav > li.active > a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 5px;
    background-color: #00923f;
    top: 0;
    right: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.navbar ul.nav > li.active > a::before {
    width: 100%;
    left: 0;
}


#search {
     position: relative;
     background: #F2F2F2 none repeat scroll 0% 0%;
     border: 1px solid #D8D8D8;
     width: 100%;
     height: 40px;
     border-radius: 2px;
     margin: 5px 0px 0px 10px;
     float: right;
}

#search input {
	border: none;
	font: 300 16px/18px 'Lato', sans-serif;
	color: #5b5b5b;
	padding: 0 13px;
	width: 100%;
	height: 40px;
	background: none;
	margin-right: 0;
}

#search a {
 position: absolute;
top: 9px;
right: 5px;
}

#search a img:hover {
	opacity: .8;
	cursor: pointer;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}	  


.carousel-control.left {
    background: none;
} 

.carousel-control.right {
    background: none;
} 

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
	   			 			 		 
.sec1{ 
      padding: 60px 0px;
text-align: center;
background: #f2f2f2;
  }

.sec1 .sec-1-box span{

      font-size: 25px;
color: #fff;
background: #F8AC12 none repeat scroll 0% 0%;
border-radius: 50%;
padding: 33px;
}

.sec1 .sec-1-box{
  background: rgba(255, 255, 255, 0.8);
box-shadow: 0 1px 14px 2px rgba(0, 0, 0, 0.05);
padding: 30px 30px 20px;
border: 1px solid rgba(0, 0, 0, 0.07);
}

.sec1 h1{
       color: #434343;
	  font-family: 'Raleway', sans-serif;
	   font-size:20px;
	   text-transform: uppercase;
	   font-weight:600;
     margin-top: 25px;
	    }		

.sec1 p{
      font-size: 13px;
      color: #999999;
	  font-family: 'Open Sans', sans-serif;
	  padding-bottom:10px;
}		 
.sec1 p a{
        display: inline-block;
        padding: 7px 26px;
        background: #434343 none repeat scroll 0% 0%;
        border-radius: 3px;
        font-size: 12px;
        line-height: 24px;
        color: #FFF;
        text-transform: uppercase;
        transition: all 0.3s ease 0s;
}

.sec1 .sec-1-box:hover {
    background: #00923f;
    border: 1px solid rgba(1, 39, 58, 0.2);
    box-shadow: 0 3px 14px 3px rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: ease-out 1.0s;
    -moz-transition: ease-out 1.0s;
    -o-transition: ease-out 1.0s;
    transition: ease-out 1.0s;
    transition: all 1.0s ease-in-out 0;
}

.sec1 .sec-1-box:hover h1, .sec1 .sec-1-box:hover p {
    color: #ffffff;
}

.sec1 .sec-1-box:hover span {
  background: #f8ac12 none repeat scroll 0% 0%;
border-radius: 50%;
color: #fff;
cursor: pointer;
}

.sec-1-icon span::after {
    border-radius: 50%;
    box-sizing: content-box;
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
}

.sec1 .sec-1-icon span::after {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
    left: 0;
    opacity: 0;
    padding: 0;
    top: 0;
    transform: scale(0.9);
    z-index: -1;
}

.sec1 .sec-1-box:hover .sec-1-icon span::after {
    animation: 1.3s ease-out 75ms normal none 1 running sonarEffect;
}


.sec1 p a:hover{
        color: #FFF;
        background: #009C82 none repeat scroll 0% 0%;
		text-decoration:none;
}


@keyframes sonarEffect {
 0% {
opacity:.3
}
 40% {
box-shadow:0 0 0 2px rgba(255,255,255,0.1), 0 0 7px 7px #d7d7d7, 0 0 0 7px rgba(255,255,255,0.1);
opacity:.5
}
 100% {
box-shadow:0 0 0 2px rgba(255,255,255,0.1), 0 0 7px 7px #d7d7d7, 0 0 0 7px rgba(255,255,255,0.1);
opacity:0;
transform:scale(1.5)
}
 0% {
opacity:.3
}
 40% {
box-shadow:0 0 0 2px rgba(255,255,255,0.1), 0 0 7px 7px #d7d7d7, 0 0 0 7px rgba(255,255,255,0.1);
opacity:.5
}
 100% {
box-shadow:0 0 0 2px rgba(255,255,255,0.1), 0 0 7px 7px #d7d7d7, 0 0 0 7px rgba(255,255,255,0.1);
opacity:0;
transform:scale(1.5)
}
}

.sec3{
    padding: 50px 0px;
}

.sec3 h1{
font-family: 'Lato', sans-serif;
font-size: 26px;
text-transform: uppercase;
color: #00923f;
}

.sec3 h1::before {
content: "";
position: absolute;
top: 60px;
left: 14px;
width: 60px;
height: 2px;
background: #00923f;
}

.sec3 h1::after {
content: "";
position: absolute;
top: 60px;
left: 110px;
width: 60px;
height: 2px;
background: #00923f;
}

.sec3 i{
font-size: 7px;
position: absolute;
color: #f8ac12;
top: 58px;
left: 84px;
}

.sec3 .dot{
  margin-left: 12px;
}



.sec3 h1 span{
  font-weight: 600;
  color: #f8ac12;
}

.sec3 p{
 font-size: 14px;
font-family: 'Open Sans', sans-serif;
line-height: 26px;
text-align: justify;
color: #999999;
padding: 15px 0;
margin: 0;
}


.sec3 .btn-default {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    border-radius: 0px;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 15px;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    text-decoration: none;
    background-color: #00923f;
    color: #fff;
}

.sec3 .btn-default::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #F8AC12;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.sec3 .btn-default:hover {
    color: #fff;
}

.sec3 .btn-default:hover::before {
    text-decoration: none;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.sec3 .sec3-pic img{
  position: absolute;
bottom: 0;
display: inline-block;
top: 20px;
left: 115px;
}

.sec2{
    padding: 100px 0;
text-align: center;
background: url(../images/bg.jpg) fixed 50% 50%;
color: #FFFFFF;
background-size: cover;
position: relative;
z-index: 0;
overflow: hidden;
}

.sec2 h1{
      font-family: 'Lato', sans-serif;
text-align: right;
	   font-size:26px;
	   font-weight:600;
	   padding-bottom:10px; 
     color: #f8ac12;
	   }	

.sec2 p{
      font-size: 15px;
font-family: 'Open Sans', sans-serif;
text-align: right;
line-height: 30px;
margin-bottom: 5px;
}


.sec2 .camera_overlay {
  position: absolute;
right:-100px;
width: 47%;
height: 100%;
z-index: -1;
transform: skewX(-25deg);
-webkit-transform: skewX(-25deg);
-moz-transform: skewX(-25deg);
-ms-transform: skewX(-25deg);
-o-transform: skewX(-25deg);
top: 0px;
    background: rgba(25,25,25,0.8);
   
}

.sec2 ul{
list-style: none;
text-align: right;
}

.sec2 ul li{
font-size: 15px;
font-family: 'Open Sans', sans-serif;
line-height: 26px;
}

.sec2 ul li i{
color: #f5c400;
padding-left: 10px;
}

.mid{
  padding: 20px 0;
}

.fea {
    padding: 20px;
    position: relative;
}
.hd {
 font-size: 20px;
font-family: 'Raleway', sans-serif;
font-weight: 600;
text-transform: uppercase;
color: #00923f;    
}
.top_ {
    z-index: 9999;
	padding-top:16px;
}

.btn-success {
    color: #FFF;
background-color: #F8AC12;
border-color: #F8AC12;
    margin: 0px 3px;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    color: #FFF;
    background-color: #2A2A2A !important;
    border-color: #000;
}
.photo {
  margin-top: 20px;
    padding: 10px 0 0 0;
    box-shadow: 0px 0px 10px rgba(66, 66, 66, 0.42);
    position: relative;

width: 100%;
}

.photo img {
    width: 90%;
   
    margin: 0px auto;
    padding: 13px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition:  .4s;
}

.photo img:hover {
   moz-transform: scale(1.2);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1);
cursor: pointer;
}

.photo p {
  text-align: center;
padding: 10px 0px;
text-transform: capitalize;
margin: 0px 12px 20px;
color: #f8ac12;
font-family: 'Open Sans', sans-serif;
transition: all 500ms ease 0s;
}

.photo:hover p{
  color: #00923F;
}

.cat{
  padding: 0;
}


.about-banner{
    background-image: url(../images/about-banner.jpg);
    position: relative;
    background-attachment: fixed;
     background-position: center center;
background-repeat: no-repeat;
background-size: cover;
padding: 60px 0px 90px;
}

.about-banner::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
   background-color: rgba(67, 67, 67, 0.70);
}


.quality-banner{
    background-image: url(../images/quality-banner.jpg);
    position: relative;
    background-attachment: fixed;
     background-position: center center;
background-repeat: no-repeat;
background-size: cover;
padding: 60px 0px 90px;
}

.quality-banner::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
   background-color: rgba(67, 67, 67, 0.70);
}


.contact-banner{
    background-image: url(../images/contact-banner.jpg);
    position: relative;
    background-attachment: fixed;
     background-position: center center;
background-repeat: no-repeat;
background-size: cover;
padding: 60px 0px 90px;
}

.contact-banner::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
   background-color: rgba(67, 67, 67, 0.70);
}


.enquiry-banner{
    background-image: url(../images/enquiry-banner.jpg);
    position: relative;
    background-attachment: fixed;
     background-position: center center;
background-repeat: no-repeat;
background-size: cover;
padding: 60px 0px 90px;
}

.enquiry-banner::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
   background-color: rgba(67, 67, 67, 0.70);
}

.product-banner{
    background-image: url(../images/product-banner.jpg);
    position: relative;
    background-attachment: fixed;
     background-position: center center;
background-repeat: no-repeat;
background-size: cover;
padding: 60px 0px 90px;
}

.product-banner::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
   background-color: rgba(67, 67, 67, 0.70);
}


.tablefeedback {
    font-family: 'Open Sans', sans-serif;
}

.tablefeedback tr td {
    font-family: 'Open Sans', sans-serif;
    padding: 7px;
}

.tablefeedback .btn-primary {
    color: #fff;
    background-color: #f8ac12;
    border-color: #f8ac12;
    border-radius: 0px;
    padding: 8px 30px;
    transition: .4s;
}

.tablefeedback .btn-primary:hover {
    background-color: #00923f;
    border-color: #00923f;
}








.banner-title h1{
font-family: 'Raleway', sans-serif;
text-transform: uppercase;
color: #f8ac12;
position: relative;
padding-left: 16px;
font-weight: 600;
font-size: 30px;
}


.main-bar{
    position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
padding: 12px 0px;
background-color: rgba(67, 67, 67, 0.85);
}

.main-bar .bread-crumb{
    padding-left: 0;
list-style: none;
font-family: 'Open Sans', sans-serif;
}

.main-bar li{
    float: left;
    padding-right: 6px;
color:#fff;
}

.main-bar li a{
font-size: 14px;
color:#f8ac12;
transition: .4s;
}

.main-bar li a:hover{
text-decoration:none; 
color:#fff;
}

.matter{
    padding: 30px 0;
}

.matter h1{
    font-size: 25px;
text-transform: uppercase;
font-weight: 600;
color: #00923f;
font-family: 'Lato', sans-serif;
margin-bottom: 18px;
    }


    .matter h1::after{
content: "";
position: absolute;
background:#f8ac12;
height: 3px;
left: 14px;
top: 55px;
width: 40px;
    }

.matter p{
font-family: 'Open Sans', sans-serif;
line-height: 28px;
font-size: 14px;
text-align: justify;
    }

.matter .side-pro ul {
    padding-left: 0;
}

.matter .side-pro ul li{
    list-style: none;
}

.matter .side-pro ul li a {
  color: #000;
font-family: 'Lato', sans-serif;
font-size: 14px;
padding: 15px 17px;
background-color: #e4e4e4;
display: block;
text-decoration: none;
margin-bottom: 5px;
border-left: 4px solid #00923f;
transition: all 0.5s ease;
}


.matter .side-pro ul li a:hover {
color: #fff;
border-left: 4px solid rgb(0, 146, 63);
background-color: #f8ac12;
}

.side-pro h2{
  font-family: 'Lato', sans-serif;
font-size: 22px;
text-transform: uppercase;
background: #f8ac12;
color: #fff;
padding: 15px;
}
.matter ul{
  font-family: 'Open Sans', sans-serif;
  margin-top: 0;
  padding-left: 0px;
  list-style: none;
}

.matter h3 {
  font-size: 17px;
font-weight: 600;
color: #00923f;
font-family: 'Lato', sans-serif;
}


.contact {
    margin-bottom: 20px;
    margin-top: 10px;
    background-color: rgb(239, 239, 239);
}

.contact .icon{
  background: #ffc811;
float: left;
height:105px;
padding: 35px 10px;
}

.contact .icon span {
font-size: 20px;
color: #fff;
vertical-align: middle;
}


.contact .contact-detail{
height: 105px;
padding: 15px 12px 0 50px;
}

.contact h2 {
   text-transform: uppercase;
font-size: 16px;
font-family: 'PT Sans', sans-serif;
font-weight: 600;
color: #00923f;
margin-top: 0px;
}

.contact .contact-detail a{
  color: #333;
  transition: .4s;
  }


.contact .contact-detail a:hover{
  color: #00923f;
  text-decoration:none; 
  }

  .single-pro{
    
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0px 0px 3px #cbcbcb;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: box-shadow, transform;
transition-property: box-shadow, transform;
margin: 20px 0;
  }

  .single-pro:hover{
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }


.single-pro .pro-img {
  padding-bottom: 15px;
}

.single-pro .pro-name{
  background: #00923f;
padding: 2px 15px;
transition: .4s;
}

.single-pro .pro-name h4{
color: #fff;
font-family: 'Lato', sans-serif;
font-weight: 600;
font-size: 16px;
}

.single-pro .pro-name span{
position: absolute;
bottom: 22px;
right: 18px;
background: #f8ac12;
color: #fff;
padding: 12px 13px;
border-radius: 30px;
transition: .4s;
  }

  .single-pro:hover .pro-name{
background: #f8ac12;
  }

   .single-pro:hover span{
 background: #00923f;
   }


.pro-box {
position: relative;
display: inline-block;
width: 100%;
text-align: center;
padding: 5px;

}

.pro-out{
margin:15px 0 20px;
box-shadow: 0 0px 5px rgb(198, 198, 198);
}

.pro-box .thumb {
    display: block;
    position: relative;
    overflow: hidden;
}

.inner p{
padding: 2px 0;
text-align: center;
color: #fff;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
background: #00923F;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
text-shadow: 0 1px 1px rgb(53, 53, 53);
}

.pro-box .img-thumbnail {
    padding: 0px;
    border: 0px solid #ddd;
    border-radius: 0px;
}

.pro-box img {
    width: 100%;
    height: 100%;
    transition: all 0.9s ease 0s;
}



.pro-box .thumb:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
    transition: all 0.9s ease 0s;
}

.pro-out .inner p::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f8ac12;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
 

.pro-out:hover .inner p::before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}





footer{
       background:#00923F;
       padding: 40px 0;
	}

  footer .footer-logo img {
    width: 45%;
}

footer p {
    float: left;
    padding: 12px 0px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
}


footer h2 {
font-size: 23px;
color: #fff;
margin-top: 0px;
font-family: 'Lato', sans-serif;
text-transform: uppercase;
margin-bottom: 25px;
}


footer h2::before {
content: "";
position: absolute;
top: 33px;
left: 16px;
width: 40px;
height: 1px;
background: #f8ac12;
}

footer h2::after {
content: "";
position: absolute;
top:36px;
left: 16px;
width: 60px;
height: 1px;
background: #f8ac12;
}



footer h1 {
color: #f8ac12;
font-size: 26px;
font-family: 'Lato', sans-serif;
text-transform: uppercase;
margin: 0;
line-height: 36px;
padding-top: 10px;
}

footer h1 span{
  color: #fff;
}

footer ul {
	padding: 0;
}

footer ul li a{
	color: #fff;
	line-height: 25px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
  transition: all .3s ease;
}

footer ul li a i{
 padding-right: 4px;
font-size: 12px;
}

footer ul li a:hover{
   color:#F8AC12;
   text-decoration:none;
 }

footer ul li {
	color: #fff;
	line-height: 30px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-style:normal;
	list-style: none;
}

footer .i-links .contact-icon {
    display: table-cell;
    vertical-align: top;
    padding-top: 6px;
}

footer .i-links ul {
    padding-left: 0px;
    list-style: none;
    margin-top: 30px;
}

footer .i-links li {
    line-height: 32px;
}

footer .i-links .contact-icon i {
    font-size: 24px;
    color: #F8AC12;
    padding-right: 15px;
}

footer .i-links .contact-info {
    display: table-cell;
    vertical-align: top;
}

footer .i-links p {
    color: #fff;
    font-weight: 300;
   font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
    padding-top: 5px;
    text-transform: capitalize;
}

footer .i-links li a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    text-transform: lowercase;
}

.soc_icons {
    margin-top: 0px;
    position: relative;
    white-space: nowrap;
    padding-left: 0;
    left: 0px;
}
.soc_icons > li {
    display: inline-block;
    margin-right: 9px;
    position: relative;
}
.soc_icons > li > a {
    background:#5C5C5C  none repeat scroll 0px 0px;
    border-radius: 500px;
    color: #f8f8f8;
    display: inline-block;
    height: 37px;
    line-height: 1em;
    position: relative;
    text-align: center;
    transition: all 0.4s ease-out 0s;
    width: 37px;
}
.soc_icons i {
    font: 16px/37px 'FontAwesome';
}
.soc_icons > li > a:hover {
    background: #F9C700 none repeat scroll 0px 0px;
    color: #FFF;
    text-decoration: none;
}		 
		 			 
		 