

body{

 font-family: 'Roboto', sans-serif;

}

.prg p{
	text-align:justify;
}



*{

	margin: 0;
	position: 0;
}

.header{

	position: relative;
}
.header-top.top-right{

	float:left;
}
.header-top{

	background: #243559;
	padding: 10px;
	overflow: hidden;
}

.prg p{
	text-align:justify;
}

.email-text .email-icon::before{
    position: relative;
    content: "\f003";
    font-family: FontAwesome;
    vertical-align: middle;
}
.email-text{
    display: inline-block;
    position: relative;
    padding: 0px 30px;
    color: #fff;
    vertical-align: middle;

}
.top-right .phone-text {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    color:#fff;
}
.email-icon{
	position:relative;
	display: inline-block;
}
.email-icon::before{

  content: "\f095";
  font-family: FontAwesome;
  left: 0;
  right: 0;
  vertical-align: middle;

}
.top-right {
    float: left;
    position: relative;
}
.right{

	float:right;
}
.quite{
	display: inline-block;
}
.quite .btn-quote {

    text-decoration: none;
    font-size: 17px;
    background-color: #fd5f16;
    color: #fff;
    padding: 10px 21px;
    margin: 0;
    border: 3px solid #fd5f16;
    transition: 0.4s;
    text-transform: uppercase;
    font-weight: 800;

}
.header-area{

	position: relative;
  box-shadow: 0px 1px 2px #998d8d;
}
.header-area .logo a{
	float:left;
	display: block;
}

.header-area .logo{
   
   position: relative;
   padding: 18px 0px;
   margin-bottom: 57px;
}

.header-area .logo a img {
    width: 100%;
    max-width: 281px;
}



.menu{

	float:right;
}
.slider .owl-carousel img{
   width: 100%;

}



.navbar-expand-lg{

	margin-top: 20px;
}
.navbar-nav .nav-link{
	position: relative;
}

.navbar-light .navbar-nav .nav-link::before {
     content:"" !important;
    position: absolute !important;
    left: 0 !important;
    top:0 !important;
    transition:5s !important;
    height: 2px !important;
}



.navbar-light .navbar-nav .nav-link::before {
    color: rgba(255, 0, 0, 0.5) !important;
    content:"" !important;
    position: absolute !important;
    left: 0 !important;
    top:-28px !important;
    transition:.5s !important;
    height: 2px !important;
    background-color: #fd5f16 !important;
    width: 0px !important;
}
.navbar-light .navbar-nav .nav-link:hover:before{

    background-color: #fd5f16 !important;
    width: 54px !important;
    transition:.5s !important;
}




button.owl-prev {
    position: absolute;
    top: 127px;
    right: 0;
    margin:0;
    padding: 0;

}

button.owl-next {
    position: absolute;
    left: 0;
    top: 154px;
    margin: 0;
    padding: 0;
}
.section{
      position: relative;
      margin-top: 43px;

}
.section .text-title {
    text-align: center;
}
a.btn {
    border: 2px solid #243559;
    background: #fff;
    color: red;
    padding: 6px 14px;
}
.text-prg P {
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
    color: #000;
}
.text-title h2{
   color: #fd5f16;
    font-size: 27px;
    font-weight: 700;

}
.prd h2 {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
}
/*--------*/


.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  
  -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
}

.hovereffect:hover .overlay {
  background-color: rgba(48, 152, 157, 0.4);
}

.hovereffect img {
  display: block;
  position: relative;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
 
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  font-weight: normal;
  margin: 35px 0 0 0;
  padding: 19px 100px;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.product-h {
    text-align: center;
    padding: 22px 0px;
}
.comp a img {
    width: 100%;
}


.prd {
    margin-bottom: 45px;
}
.ftr-section {
    color: #fff;
    width: 100%;
    float: left;
    padding: 70px 0px 0px;
    background-color: #0a0303;
    background-size: cover;
}
.ftr-section {
    position: relative;
}
.ftr-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color:#f26223;
    opacity: .9;
}
ul.footer-info {
    width: 100%;
    float: left;
    margin: 0px 0px 35px;
    padding: 0px;
    border-bottom: 1px solid #fff;
}
ul.footer-info li {
    list-style: none;
    float: left;
    width: auto;
    font-size: 17px;
    color: #fff;
    padding: 8px 20px 23px 35px;
    border-right: 1px solid #fff;
    margin-right: 20px;
    position: relative;
}
.footer-btm {
    width: 100%;
    float: left;
    border-top: 1px solid #fff;
    padding: 11px 0px 4px;
    margin: 14px 0px 0px;
}

.section22 {
    background: url(image/bg-image-5.jpg) bottom center no-repeat;
    background-attachment: scroll;
    background-size: auto auto;
    background-attachment: scroll;
    background-size: auto auto;
    background-attachment: scroll;
    background-size: auto auto;
    background-attachment: fixed;
    background-size: cover;
    padding: 10px 0;
}
.section22 {
    position: relative;
    margin: 46px 0px;
}
.section22:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color:#fd5f16;
    opacity: .9;
}
.w3layouts_stats_left p {
    font-size: 3em;
    font-weight: 100;
    letter-spacing: 2px;
    color: #ffffff;
    margin: 0.1em 0 0.1em 0;
}
.w3layouts_stats_left p {
    font-size: 3em;
    font-weight: 100;
    letter-spacing: 2px;
    color: #ffffff;
    margin: 0.1em 0 0.1em 0;
}

.w3layouts_stats_left span {
    font-size: 2.5em;
    color: #fff;
}
.w3layouts_stats_left h3 {
    font-size: 1em;
    color: rgb(237, 234, 237);
    letter-spacing: 3px;
    margin: 0;
    font-weight: 600;
}
.stats {
    text-align: center;
    padding: 4em 0;
}
ul.footer-link {
    list-style: none;
}
ul.footer-link li a {
    color: #fff;
    text-decoration: none;
    margin-left: -36px;
}
.header-socials.footer-socials {
    margin: 0px 0px 30px;
    width: 100%;
    float: left;
}
.header-socials.footer-socials i {
    width: 30px;
    height: 30px;
    line-height: 28px;
    border: 2px solid #fff;
    border-radius: 30px;
    margin: 0px 3px 0px 0px;
    color: #fff;
    text-align: center;
}
a.ftr-read-more {
    font-size: 14px;
    color: #c8c8c8;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    border: 1px solid #fff;
    padding: 8px 20px;
    display: block;
    float: left;
    text-decoration: none;
    margin-top: 20px;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    animation: slide-down 0.7s;
    background-color: #fff;
    box-shadow: 0px 2px 2px #e4e2e2;
}


@media (max-width: 768px) {
   ul.footer-info li{

   	         border:none;
        }
}
@media (max-width: 480px) {
  .email-text{
  	  padding: 0px 2px;
  }

  .quite .btn-quote{
  	font-size: 10px;
  	font-size: 15px;
  	background-color: transparent;
  	padding: 10px 3px;
  	font-weight: normal;
  	border:none;
  }

  .menu {
    float: right;
    width: 100%;
   }
   .logo::after{

     display: none;
}
 .logo::before{

 	display: none;
 }

}

.text-center {
    text-align: center;
}
.heading {
    position: relative;
    margin: 30px 0px;
    text-align: center;
}

.inquiryq {
    font-family: 'Merriweather', serif;
    color: #041e42;
    font-weight: bold !important;
    text-transform: uppercase;
    font-size: 30px;
    margin-top: 18px;
    text-align: center;
}
.inqueryn {
    font-family: 'Merriweather', !serif !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    color: #041e42;
    font-family: roboto;
}
.inq{

   box-shadow: 3px 0px 6px #171515;

}

.head {
    position: relative;
    margin: 40px 0px;
}

.head h3 {
    position: relative;
    border-left: 4px solid #e65301;
    padding: 3px 17px;
    margin-top: 9px;
    font-weight: 400;
    font-size: 21px;
    display: block;
}
.slider img{
  width:100%;
}

.product-heading::before {
    content: "";
    background-color: #555;
    position: absolute;
    height: 2px;
    z-index: 1;
    width: 100%;
    top: 27px;
    left: 0;
}
.product-heading::after {
    content: "";
    background-color: #555;
    position: absolute;
    height: 2px;
    z-index: 1;
    width: 100%;
    top: 24px;
    left: 0;
}
.headings {
    width: 20%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    background: #fff;
}
.product-heading {
    text-align: center;
}

.product-heading {
    position: relative;
    margin-top: 29px;
}
.agro {
    margin-top: 63px;
}

 