
@font-face {
    font-family: 'f-Bold';
    src: url('fonts/f-Bold.ttf');   
}

@font-face {
    font-family: 'f-Regular';
    src: url('fonts/f-Regular.ttf');   
}

@font-face {
    font-family: 'f-Light';
    src: url('fonts/f-Light.ttf');   
}

@font-face {
    font-family: 'avenirnext-regular';
    src: url('fonts/avenirnext-regular.ttf');   
}



body {
    font-family: 'f-Regular';
    margin: 0;
    padding: 0;
    background-color: #f4f4f9;
    color: #333;
}
p{
    font-size: 16px;
    color: #192733;
    line-height: 24px;
}
h2{
    font-size: 24px;
}
.title{
    font-size: 16px;
}
.logo img{
  width: 100px;
}
header{
    display: flex;
    position: fixed;
    width: calc(100% - 60px);
    padding: 15px 30px;
    z-index: 9;
    justify-content: space-between;
   background: #fff;
}
header .info{
    display: flex; 
    align-items: center;
}
header .info ul{
    display: flex;
    list-style: none;
    align-items: center;  
}
header .info ul li{
    display: flex;
    margin: 0 10px;    
}
header .info ul li a{
    color: #333;
    font-size: 14px;
    text-decoration: none;
}
header .info ul li a:hover{
    color: #4CAF50;  
}
header .info ul li a.active{
    color: #FF9800;  
}
header .info .right-span{
    display: flex; 
    flex-direction: column;
} 
header .info .right-span span{
    font-size: 16px;
    margin-left: 40px;
}
header .info .right-span span.one{
    color: #4CAF50; 
}
header .info .right-span span.tow{
    color: #FF9800;    
}
header .info a.link {
    display: flex;
    background: #4CAF50;
    width: 140px;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    border-radius: 33px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    font-family: 'f-Bold';
    margin-left: 40px;
}
.banner{
    background-image: url(images/goat-farms-broiler.jpeg);   
    display: flex;   
    width: 100%;
    position: relative;
     background-size: cover;
     background-position: center;
}

.banner .info{
   display: flex;
   flex-direction: column;
   position: relative;
   z-index: 1;
   /* height: 800px; */
   padding: 200px 10% 100px 10%;
   justify-content: center;
   width: 50%;
}
.banner .info h2{
    font-size: 15px;
    color: #ffffff;
    /* font-family: 'GreatVibes-Regular'; */
    margin: 0;
} 
.banner .info h2 span.one{
    font-family: 'avenirnext-regular';
    font-size: 50px;
    color: #FF9800;
}
.banner .info h2 span.two{
    font-family: 'avenirnext-regular';
    font-size: 50px;
    /* padding-left: 20px; */
    color: #4CAF50;;
}
.banner .info p{
    font-size: 18px;
    color: #ffffff;
}
.banner .info a {
    display: flex;
    background: #4CAF50;
    width: 200px;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    border-radius: 33px;
    text-decoration: none;
    font-size: 16px;
    margin-top: 50px;
    color: #fff;
    font-family: 'f-Bold';
}
.banner::after{
    content: '';
    position: absolute;
    background-color: #00000082;
    height: 100%;
    width: 100%;
}


.about-div{
    /* background-image: url(images/about.png);    */
    display: flex;
    flex-direction: column;
    /* height: 800px; */
    padding: 50px 10% 100px 10%;
    background-color: #fff;
    align-items: center;
}
.about-div h2{
    margin-bottom: 10px;
    color: #4CAF50;
    font-size: 40px;
}
.about-div .title{
    margin-bottom: 10px;
    color: #FF9800;
    width: 40%;
    text-align: center;
    font-size: 20px;
}
.about-div p{
    width: 50%;
    text-align: center;
}
.about-div p span{
    font-family: 'f-Bold';
}
.info1-section {
    display: flex;
    /* flex-direction: column; */
    /* background-color: #fff; */
    padding: 150px 10%;
    position: relative;
    align-items: center;
}
.info1-section .info-main{
    display: flex;
    /* height: 300px; */
    width: 60%;
    border: 5px solid #fff;
    position: relative; 
    padding: 50px 20px;  
    /* margin-top: 50px; */
}
.info1-section .info-main::before{
    content: '';
    display: flex;
    width: 140px;
    height: 100px;
    background-color: #ffffff;
    position: absolute;
    bottom: -40px;
    right: 30%;
}
.info1-section .info-main::after{
    content: '';
    display: flex;
    width: 140px;
    height: 100px;
    background-image: url(images/nattukozhi/Nattukozhi-01.jpg);  
    background-size: cover; 
    position: absolute;
    bottom: -40px;
    right: 30%;
    margin: 5px;
}
.info1-section .info-main .info-sub{
    display: flex;
    /* width: calc(25% - 40px);
    margin: 20px; */
  
    position: relative;
}
.info1-section .info-main .info-sub>div img{
    /* border: 1px solid #ccc; */
    padding: 5px;
    background-color: #fff;
}
.info1-section .info-main .info-sub:nth-child(1){
    left: -80px;
    width: 40%; bottom: -20px;
}
.info1-section .info-main .info-sub:nth-child(2){
    top: -100px; width: 28%;
}
.info1-section .info-main .info-sub:nth-child(3){
   
    right: -40px;
    width: 32%;
}
.info1-section .info-main .info-sub img{
    width: 100%;
    /* max-width: 100%; */
}
.info1-section::before{
    content: '';
    background-color: #4CAF50;
    height: 100%;
    position: absolute;
    top: 0;
    width: 20%;
    left: 0;
   
}
.info1-section .content{
    display: flex;
    padding-left: 100px;
    flex-direction: column;
    width: 40%;
}
.info1-section .content h2{
    margin-top: 0;
    margin-bottom: 10px;
    color: #FF9800;
    position: relative;
    font-family: 'f-Bold';
    display: flex;
    /* justify-content: end; */
}
.info1-section .content .title{
    margin-bottom: 10px;
    color: #4CAF50;
}
.info1-section .content p{
    margin: 0;
    position: relative; 
    margin-top: 20px;
    /* display: flex; */
    /* justify-content: end; */
}

.info1-section p span{
    /* color: #4CAF50; */
    font-family: 'f-Bold';
}
.info2-section {
    display: flex;
    /* flex-direction: column; */
    /* background-color: #fff; */
    padding: 150px 10%;
    position: relative;
    align-items: center;
}
.info2-section .info-main{
    display: flex;
    /* height: 300px; */
    width: 60%;
    border: 5px solid #fff;
    position: relative; 
    padding: 50px 20px;  
}
.info2-section .info-main::before{
    content: '';
    display: flex;
    width: 140px;
    height: 100px;
    background-color: #ffffff;
    position: absolute;
    bottom: -40px;
    left: 30%;
   
}

.info2-section .info-main::after{
    content: '';
    display: flex;
    width: 140px;
    height: 100px;
    background-image: url(images/broiler/broiler_chicken_03.jpg);  
    background-size: cover; 
    position: absolute;
    bottom: -40px;
    left: 30%;
    margin: 5px;
}
.info2-section .info-main .info-sub{
    display: flex;
    /* width: calc(25% - 40px);
    margin: 20px; */
  
    position: relative;
}
.info2-section .info-main .info-sub>div img{
    /* border: 1px solid #ccc; */
    padding: 5px;
    background-color: #fff;
}
.info2-section .info-main .info-sub:nth-child(1){
    left: -60px;
    width: 32%;
}
.info2-section .info-main .info-sub:nth-child(2){
    top: -100px; width: 28%;
}
.info2-section .info-main .info-sub:nth-child(3){
    bottom: -30px;
    right: -40px;
    width: 40%;
}
.info2-section .info-main .info-sub img{
    width: 100%;
    max-width: 100%;
}
.info2-section::before{
    content: '';
    background-color: #FF9800;
    height: 100%;
    position: absolute;
    top: 0;
    width: 20%;
    right: 0;
}
.info2-section .content{
    display: flex;
    padding-right: 100px;
    flex-direction: column;
    width: 40%;
}
.info2-section h2{
    margin-top: 0;
    margin-bottom: 10px;
    color: #4CAF50;
    position: relative;
    
    display: flex;
    /* justify-content: end; */
}
.info2-section .content .title{
    margin-bottom: 10px;
    color: #FF9800;
}
.info2-section p{
    margin: 0;
    position: relative;
   
    margin-top: 20px;
   
    /* display: flex; */
    /* justify-content: end; */
}
.info2-section p span{
    /* color: #4CAF50; */
    font-family: 'f-Bold';
}
.mid-div {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    padding: 100px 10% 150px 10%;
    position: relative;
}
.mid-div h2{
    margin-top: 0;
    margin-bottom: 10px;
    /* color: #4CAF50;
    position: relative; */
    font-family: 'f-Bold';
    /* display: flex; */
    /* justify-content: end; */
}
.mid-div h2 span{
    font-size: 14px;
}
.mid-div .title{
    margin-bottom: 10px;
    color: #aaa;
}
.mid-div p{
    width: 70%;
    margin: 0;
    position: relative;
    text-align: center;
    margin-top: 20px;
    /* display: flex; */
    /* justify-content: end; */
}

.mid-div p span{
    /* color: #4CAF50; */
    font-family: 'f-Bold';
}
.mid-div .info-main{
    display: flex;
    /* height: 300px; */
    width: 70%;
  
    position: relative; 
    padding: 50px;  
    margin-top: 100px;
}
.mid-div .info-main::before{
   content: '';
   display: flex;
   width: 140px;
   height: 100px;
   background-color: #FF9800;
   position: absolute;
   left: -40px;
   top: 50px;
 
}
.mid-div .info-main::after{
    content: '';
    display: flex;
    width: 140px;
    height: 100px;
    background-color: #4CAF50;
    position: absolute;
    right: -40px;
    bottom: 50px;
  
 }
 .bar{
    position: absolute;
    border: 5px solid #f4f4f9;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
 }
.mid-div .info-main .info-sub{
    width: 30%;
    margin: 20px;
    display: flex;
    /* width: calc(25% - 40px);
    margin: 20px; */
   
    position: relative;
}
.mid-div .info-main .info-sub.first{
    top: 160px;
    z-index: 2;
    width: 30%;
}
.mid-div .info-main .info-sub.last{
    bottom: 90px;
    z-index: 2;
    width: 30%;
}
.mid-div .info-main .info-sub.mid{
    width: 40%;
}
.mid-div .info-main .info-sub img{
    width: 100%;
    max-width: 100%;
    /* border: 1px solid #ccc; */
    padding: 5px;
    background-color: #f4f4f9;
}
.last-div{
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    padding: 100px 10%;
    position: relative;
}
.last-div h2{
    margin-top: 0;
    margin-bottom: 10px;
    /* color: #4CAF50;
    position: relative; */
    font-family: 'f-Bold';
    display: flex;
    /* justify-content: end; */
}
.last-div p{
    margin: 0;
    position: relative;
    display: flex;
    /* justify-content: end; */
}
.last-div .product{
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    margin: 10px 20%;
    align-items: center;
    justify-content: center;
}
.last-div .product .product-sub{
    display: flex;
    width: calc(26% - 20px);
    border: 1px solid #ccc;
    padding: 5px;
    background-color: #fff;
    margin: 20px;
    /* justify-content: center; */
    /* align-items: center; */
}
.last-div .product .product-sub img{
    width: 100%;
}

.footer{
    background-color: #192733;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 50px 10% 15px 10%;
}
.footer .nav-links{
    list-style: none;
    padding: 50px 0 10px 0; margin: 0;
    display: flex;
}
.footer .nav-links li{
    margin: 10px;
}
.footer .nav-links a{
    color: #ffffff;
    text-decoration: none;
}
.footer .nav-links a:hover{
    color: #FF9800;
}
.footer .social{
    display: flex;
    margin-bottom: 10px;
}
.footer .social a{
    margin: 5px;
}

.read-more{   
   display: flex;
}

.read-more a{
    text-decoration: none;
    font-size: 16px;
    margin-top: 20px;
    color: #aaa;
    font-family: 'f-Bold';
}
.footer .logo-foot img{
    width: 140px;
}
.info1-section .read-more a{
    color: #4CAF50;
}
.info2-section .read-more a{
    color: #FF9800;
}
.mid-div .read-more a{
    color: #aaa;
}
.read-more a:hover{
    color: #aaa;
}
.about-div .read-more a{
    color: #FF9800;
}
.copyright{
    color: #f7f7f7;
    font-size: 12px;
}
.copyright i{
    color: #bbb;
}
.copyright i span{
    color: #f7f7f7;
}
.common-banner{
    background-image: url(images/goat-farms-broiler.jpeg);   
    display: flex;   
    /* width: 80%; */
    position: relative;
    background-size: cover;
    background-position: center;
    /* padding: 50px 10%; */
    height: 350px;
    justify-content: center;
}
.common-banner::after{
    content: '';
    position: absolute;
    background-color: #00000082;
    height: 100%;
    width: 100%;
    right: 0;
    
}
.common-banner .info{   
    position: absolute;
    z-index: 2;
    height: 200px;
    width: 200px;
    top: 60%;
    background: #fff;
    border: 8px solid #f4f4f9;   
    border-radius: 100%;
    overflow: hidden;
    left: 10%;
}

.common-banner .info img{
    position: absolute;
   margin: auto;
   max-width: 100%;
   max-height: 100%;
   left: 0;right: 0;top: 0;bottom: 0;
}

.common-info{
  /* padding-top: 120px; */
  background-color: transparent;
  align-items: flex-start;
  margin-left: 250px;
  padding: 50px 10% 60px 10%;
  position: relative;
}
/* .common-info::before{
    content: '';
    display: flex;
    width: 100px;
    height: 100%;
    background-color: #FF9800;
    position: absolute;
    left: -100px;
    top: 0;
}
.common-info::after{
    content: '';
    display: flex;
    width: 100px;
    height: 100%;
    background-color: #4CAF50;
    position: absolute;
    left: -40px;
    top: 0;
} */
.common-info .title, .common-info p{
   text-align: left;
   width: 100%;
}

.common-info a{
    text-decoration: none;
    font-size: 16px;
    color: #192733;
    font-size: 14px;
}
.common-info-sub{
    display: flex;
    width: 100%;
}
.common-info-left{
    display: flex;
    flex-direction: column;
    width: 50%;
    padding-right: 50px;
}
.common-info-right{
    width: 50%;
    display: flex;
    
}
.common-info-right iframe{
    width: 100%;
    height: 250px;
}
.common-info .product{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* justify-content: center; */
}
.common-info .product .product-sub{
    display: flex;
    width: 200px;
    border: 1px solid #ccc;
    padding: 5px;
    background-color: #fff;
    margin: 10px;
    /* justify-content: center; */
    /* align-items: center; */
}
.common-info .product .product-sub img{
    width: 100%;
}
.common-info h2 span{
    font-size: 20px;
    color: #555;
}

.con-info{
    font-size: 18px;
    color: #4CAF50;
}
.con-info a{
    color: #FF9800;
    padding: 0 15px;
    text-decoration: none;
}