@import url('https://fonts.googleapis.com/css?family=Exo&display=swap');

body{
    font-size:15px;
    font-family: "Exo", Arial, Tahoma, sans-serif;
}

h2{
    font-size: 30px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0px;
}
h3{
    font-size:24px;
    line-height: 29px;
    font-weight: 400;
    letter-spacing: 0px;
}
h5 {
    font-size: 17px;
    line-height: 21px;
    font-weight: 300;
    letter-spacing: 0px;
}
strong{font-weight: 700;}


.home-about{   
    padding: 40px 0;
}
.home-about h5{
    color:#ff4141;
    padding: 20px 0;
}
.home-about p{
    text-align: justify;
    font-family: segoe UI;
}
.border{
    background: url('../img/home_agro_sep.png') repeat-x; 
    height: 3px;
    margin: 35px 0;
}
.home-about .social ul li{
    float:right;
    list-style: none;
}
.home-about .social{
    margin-right:9%;
}
.home-about .social ul li i{
    color: #fff;
    padding: 12px;
    background: #ff4141;
    margin: 0 8px;
}
.home-about .social ul li i:hover{
    background:#242b33;
    }
.pdf{
    color:#000;
}
.pdf p strong{
    color:#000;
}
.pdf p span{
    color:#848484;
}
.pdf:hover{
    text-decoration: none;
}
.pdf img{
    position: relative;
    float: left;
    padding-right: 11px;
}

.home-about-img{
    background:url(../img/home-about-1.png);
    width: 100%;
    height: 520px;
    transition: all 0.4s linear;
    background-size: contain;
    background-repeat: no-repeat;
}
.home-about-img:hover{
    background:url(../img/home-about-2.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.new-product{
    background: #f8f9fb;
    padding: 40px 0 70px;
}
.heading{
    padding: 40px 0;
}
.heading h2{
    padding: 24px 0 0;
    font-size:40px;
}
.downcontent{
    text-align:center;
    padding: 0 20px;
}
.downcontent img{
    position: absolute;
    right: 0;
    top: 50%;
}
.downcontent h3,a {
    color:#ff4141;
}
.downcontent a i {
   padding-right:10px;
}
.downcontent a:hover{
    text-decoration: none;
    color:#ff4141;
}

.mission{
    padding-top:80px;
    padding-bottom: 60px;
    background:url("../img/faq.jpg") no-repeat;
    background-position: center;
    background-size:cover;
    color:#fff;
}
.mission img{
    width:50%;
}
.home-quality{
    padding:80px 0;
}
.home-quality-img{
    background:url(../img/home-about-2.png);
    width: 100%;
    height: 520px;
    transition: all 0.4s linear;
    background-size: contain;
    background-repeat: no-repeat;
    
}
.home-quality-img:hover{
    background:url(../img/home-about-1.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.home-quality h2{
    font-weight: 600;
}
.quality-inner{
    padding-bottom: 30px;
}
.quality-inner i{
    color: #ff4141;
    font-size: 50px;
    position: absolute;       
}
.quality-inner h4{
    color: #000;
    font-weight: 700;
    font-size: 18px;
    font-family: droid serif;
}
.quality-inner h4{
    margin-left:80px;
}
.quality-inner p{
    margin-left:80px;
}

footer{
    background: #2A333C;
    color: #fff;
    padding: 40px 0;
}
.footeritem h4{
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 25px;
}
.copyright{
    background: #FF4141;
    color:#fff;
    text-align: center;
    padding: 25px 0;
}
.copyright h4 a{
    color:#fff;
}

.innerbanner{
    padding-top:80px;
    padding-bottom: 60px;
    background:url("../img/faq.jpg") no-repeat;
    background-position: center;
    background-color: #0c141d;
    color:#fff;
        margin-top: 100px;
}

.innerbanner h1{
    font-size: 50px;
    font-weight: 400;
}

.innercontent{
    padding:40px 0;
}
.innercontent h3{margin-bottom:15px;padding-top: 10px;}
.innercontent h3 span{
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #ff4141;
}

.address h3, .address p{
    margin-left:50px;
}
.contactform h2{
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
}
.contactform input {
    width: 100%;
    padding: 5px;
    margin-bottom: 8px;
    margin-top: 10px;
}
.contactform .btn{
    width: auto;
    background: #ff4141;
    border: 0;
    padding: 8px 15px;
    color: #fff;
    font-size: 14px;
}
.innerproduct{
    padding-bottom:50px;
}


.navbar-default {
    background-color: transparent;
    border-color: #e7e7e7;
}
.navbar-fixed-top {
    border-width: 0 0 1px;
}
.header{
    background: #fff;
    padding: 20px 25px;
}



.topnav {
  overflow: hidden;
  padding-left: 8%;
  float:right;
}
.topnav a {
    float: left;
    display: block;
    padding: 12px 30px;
    text-decoration: none;
    font-size: 16px;
    color: #000;
}
.topnav a:hover{
    color: #fff;
    transition: all 0.5s ease;
    background: #ff4141;
    border-radius: 8px;
}
.topnav .active{
    color: #e97195;
}
.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 14px;    
  border: none;
  outline: none;
  color: #000;
  padding: 20px 25px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  text-transform: uppercase;
}
.dropdown .dropbtn:hover {
    color:#e97195;
    transition: all 1s ease;
}

.dropdown-content {
    display: none;
    position: fixed;
    background-color: #fff;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-top: 2px solid #e97195;
    border-radius: 0 0 20px 20px;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}


.dropdown-content a:hover {
  color:#e97195;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a ,.dropdown .dropbtn {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}


#sticky_nav{
	background:#fff;
	width:100%;
	display:block;
	position:fixed;
	z-index:999;
	transition:all .5s ease;
    top:0;
	}




/*====================Responsive======================*/

@media only screen and (min-width:300px) and (max-width:767px){
    .home-about .social ul li {
        margin-top:0;
    }
    .home-about .social {
    margin-right: 0;
        
    }
    .home-about .social ul li i {
        margin:0 3px;
    }
    .pdf{
        position: absolute;
    }
    
    .home-about-img {
        height:300px;
        margin: 25px 0;
    }
    .downcontent img {
        right: 25px;
    }
    .home-quality-img {
        height: 300px;
    }
    iframe{
        width: 100%;
    }
    .innerbanner h1 {
        font-size: 30px;
    }
    .innercontent h3 span {
        font-size: 17px;
        font-weight: normal;  
    }
    .topnav {
        overflow: hidden;
        padding-left: 0;
        float: none;
        margin-top: 8px;
    }
    .topnav a.icon {
        float: right;
        display: block;
        margin-top: -60px;
        position: absolute;
        right: 20px;
    }
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 60px;
    }

}