@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');



@font-face {
    font-family: 'arialregular';
    src: url('../font/a/arial-webfont.woff2') format('woff2'),
         url('../font/a/arial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'noto_serifbold';
    src: url('../font/noto/notoserif-bold-webfont.woff2') format('woff2'),
         url('../font/noto/notoserif-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
   
    font-size: 16px;   
     color:#888;
     font-family: 'arialregular';
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p,li {
    
   
}
.no-padding {
    padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'noto_serifbold';
}


.btn{   
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    -ms-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #805454;
    text-decoration: none;
    background: #fff;
}
ul{
    margin-bottom: 0px;
    padding: 0px;
}
li {
    list-style: none;
}
a:hover{
    text-decoration: none;
}
.form-control {
    border-radius: 0;
}
a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: none !important;
}
img {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: inline-block;
}


/*-----------------
button effects
------------------*/
/* Global Button Styles */
a.animated-button:link, a.animated-button:visited {
    position: relative;
   
    margin: 30px auto 0;
    padding: 14px 15px;
    color: #fff;
    font-size:14px;
    
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    border-radius: 0;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
a.animated-button:link:after, a.animated-button:visited:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}
a.animated-button:link:hover, a.animated-button:visited:hover {
    color: #FFF;
    text-shadow: none;
}
a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
    height: 450%;
}
a.animated-button:link, a.animated-button:visited {
    position: relative;
    background: #39a159;
    margin: 30px auto 0;
    padding: 14px 35px;
    color: #fff;
    font-size: 16px;
    border-radius: 48px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 1;
}

a.animated-button.victoria-two {
    border: 2px solid #39a159;
}
a.animated-button.victoria-two:after {
    background: #369454;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
    transform: translateX(-50%) translateY(-50%) rotate(25deg);
}
a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
    height: 450%;
}


/*-----------------
button effects
------------------*/

/*---------------------
social-icons
---------------------*/

.social-network a.icoFacebook:hover {

    background-color: #3B5998;

}



.social-network a.icoTwitter:hover {

    background-color: #33ccff;

}



.social-network a.icoGoogle:hover {

    background-color: #BD3518;

}



.social-network a.icoVimeo:hover {

    background-color: #0590B8;

}



.social-network a.icoYoutube:hover {

    background-color: red;

}



.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoYoutube:hover i {

    color: #fff;

}



a.socialIcon:hover, .socialHoverClass {

    color: #44BCDD;

}



.social-circle li a {

    display: inline-block;

    position: relative;

    margin: 0 auto 0 auto;

    -moz-border-radius: 50%;

    -webkit-border-radius: 50%;

    border-radius: 50%;

    text-align: center;

    width: 45px;

    height: 45px;

    font-size: 20px;

    background-color: #686868;

}



.social-circle li i {

    margin: 0;

    line-height: 45px;

    text-align: center;

}


.social-circle li a:hover i, .triggeredHover {

    -moz-transform: rotate(360deg);

    -webkit-transform: rotate(360deg);

    -ms--transform: rotate(360deg);

    transform: rotate(360deg);

    -webkit-transition: all 0.2s;

    -moz-transition: all 0.2s;

    -o-transition: all 0.2s;

    -ms-transition: all 0.2s;

    transition: all 0.2s;

}



.social-circle i {

    color:#242424;

    -webkit-transition: all 0.8s;

    -moz-transition: all 0.8s;

    -o-transition: all 0.8s;

    -ms-transition: all 0.8s;

    transition: all 0.8s;

}
/*---------------------
social-icons
---------------------*/

/*------------------------------
bread crumb
-------------------------------*/


.breadcrumb-in {
    background: url(../images/poultry-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 325px;
    background-position: 0% 18%;
}

.breadcrumb-in.cow-ban {
    background: url(../images/live-stock-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 325px;
    background-position: 0% 18%;
}
.breadcrumb-in.aqa-ban {
    background: url(../images/d.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 325px;
    background-position: 0% 18%;
}

.bc-out {
    background: #0000001f;
    height: 325px;
}
.bc-out-title h1 {
    font-size: 55px;
    margin: 0px;
    font-weight: bolder;
    color: #fff;
}
.bc-out-title {
    margin: 7em auto 0px;
}
h1.bs-h-two {
    color: #ff9908;
}

ul.bc-list-ul li:last-child:after {
    content: '';
}

ul.bc-list-ul li:after {
    content: '/';
    padding: 0px 8px;
    font-weight: 100;
    color: #63636373;
}

ul.bc-list-ul {
    display: -webkit-box;
    padding: 15px 0px;
    height: 50px;
}


ul.bc-list-ul li a, ul.bc-list-ul li span {
    color: #636363;
    font-size: 16px;
    
}

ul.bc-list-ul li a {
    color: #ff3c42;
    font-weight: 600;
}

ul.bc-list-ul li a:hover {
    color: #f26166;
}

.bc-list {
    background: #f6f6f6;
}

/*------------------------------
bread crumb
-------------------------------*/



/*-----------------------------------
Header
--------------------------------------*/
.logo>a>img {
    width: 95%;
    transition: all 0.50s ease-in-out;
}
.header_top.active .logo>a>img {
    width: 85%;
    transition:all  0.50s ease-in-out;
}
.header_top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 999;
    transition: all 0.50s ease-in-out;
    height: 90px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0px 2px 0px 0px #0000001a;
}
.header_top.active {
    background: #fffefd;
    -webkit-box-shadow: inset 0 6px 25px rgba(0, 0, 0, 0.01), 0 0 25px rgba(197, 204, 216, 0.85);
    -moz-box-shadow: inset 0 6px 25px rgba(0, 0, 0, 0.01), 0 0 25px rgba(197, 204, 216, 0.85);
    box-shadow: inset 0 6px 25px rgba(0, 0, 0, 0.01), 0 0 25px rgba(153, 162, 145, 0.85);
    height: 75px;
    border-bottom: 1px solid #00a65100;
    transition: all 0.50s ease-in-out;
}

.header_top.active nav.navbar.navbar-default.menu-nav {
    padding: 6px 0px;
    transition: 0.50s ease-in-out;
}

/*-----------------------------------
Header
--------------------------------------*/
/*-------------------------------------
main-body
--------------------------------------*/

.banner {
    background: url(../images/ban.jpg);
    background-size: cover;
    background-position: center;
    height: 800px;
}

.main-body {
    padding-top: 5em;
}

section.s-abt-sec {
    padding: 75px 0px;
    text-align: center;
    color: #000;
    font-weight: bolder;
}

.s-ab-txt h1:before {
    content: '';
    position: absolute;
    height: 1px;
    background: red;
    width: 150px;
    margin-left: -175px;
    margin-top: 28px;
}

.s-ab-txt h1:after{
    content: '';
    position: absolute;
    height: 1px;
    background: red;
    width: 150px;
       margin-left: 25px;
    margin-top: 28px;
}


.s-ab-txt h1 {
    font-weight: 800;
    font-size: 40px;
    margin: 0px;
}

.abt-d-at img {
    width: 100%;
}
.abt-det-t {
    padding: 3em 3em;
}

section.abt-sec {
    padding: 0px 0px 0px;
}

ol.carousel-indicators.s-crsl {
    bottom: -27em;
}


.s-crsla-cap {
    text-align: -webkit-right;
    padding: 25px;

    color: #000;
}


.carousel-caption.s-caption {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0);
}
/*-------------*/


.carousel-inner.s-carsl {
    position: absolute;
    right: 0em;
    top: -167px;
    background: #fff;
    width: 93%;
    box-shadow: -3px 3px 9px #00000012;
}

.abt-s-d-sl {
    height: 515px;
}
.s-img {
    text-align: -webkit-right;
}
.s-img img {
    width: 51% !important;
    margin-right: 1em;
}

.carousel-caption.s-caption {
    background: #fff;
    position: absolute;
    right: 0px;
    margin-left: -14em;
    width: 49%;
    top: 1px;
    bottom: 0px;
}

.s-crsla-cap p {
    margin: 5px 0px;
}

.s-crsla-cap h2 {
    font-weight: 600;
    font-size: 35px;
}


/*--------------------------
quality section
--------------------------*/
section.quality-sec {
    background: url(../images/parallex.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.quality-di {
    padding: 75px 0px;
    background: #000000bd;
}


.s-ab-txt.q-ab-txt {
    text-align: center;
    margin-bottom: 5em;
    color: #eee;
}

.s-ab-txt.q-ab-txt h1 {
    margin: 0px 0px 25px;
}



.q-c-di {
    text-align: center;
    color: #eee;
}
.q-c-di-in h3 {
    font-size: 19px;
    margin-bottom: 18px;
}
.abt-btnn.prlx-btn.ql-b {
    text-align: center;
}

.abt-btnn.prlx-btn.ql-b a {
    margin-top: 4em;
}

/*--------------------------
enquiry section
--------------------------*/
section.footer-enquiry-sec {
    background: #f26166;
}

.enq-title h1 {
    color: #fff;
}

section.footer-enquiry-sec {
    background: #f26166;
    padding: 36px;
}


a.btn.enq-btn {
    background: #fff;
    padding: 20px 35px;
    font-size: 20px;
    color: #444;
    border-radius: 43px;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 25px auto 0;
    border: 1px solid transparent;
}
a.btn.enq-btn:hover {
    background: #e03c42;
    border: 1px solid #fff;
    color: #fff;
}

.enq-div:before {
    content: "";
    background: url(../images/en.png);
    position: absolute;
    height: 92px;
    width: 100px;
    background-repeat: no-repeat;
    margin-top: -2em;
    margin-left: 7em;
    background-size: contain;
}

.content.text-left {
    margin-left: 3em;
}


.vertical-group a {
    color: #000;
    margin-bottom: 7px;
}

.vertical-group {
    position: relative;
    writing-mode: tb-rl;
    top: -23em;
}



/*--------------------------
enquiry section
--------------------------*/

/*-------------------------------
footer
--------------------------------*/
.footer-d {
    padding: 60px 0px 60px;
    background: #242424;
    color: #cbcbcb;
}


ul.sec-two-ul li a {

    color:#e4e4e4;
    font-size: 12px;

}

.foot-logo {

    margin-bottom: 2em;

}

ul.sec-two-ul li a:hover {

    color: #fcf9f4;

}


.foot-sec-one p {
    font-size: 12px;
    color: #8b8b8b;
}
.sec-two {

    text-align: -webkit-left;

    margin: 0px 1%;

}



p.foot-title {
    font-size: 12px;
    font-weight: 700;
    color: #8b8b8b;
}



.sec-three {

    margin-bottom: 50px;

}



.sec-three p {
    font-size: 12px;
    line-height: 20px;
    color: #8b8b8b;
}



ul.social-network {

    list-style: none;

    display: inline;

    margin-left: 0 !important;

    padding: 0;

}



ul.social-network li {

    display: inline;

    margin: 0 1px;

}


.cp p {
    font-size: 12px;
}
.cpa p {
    font-size: 12px;
}
.foot-crt {
    background: #242424;
    border-top: 1px solid #8b8b8b57;
    padding: 20px 0px;
    color: #8b8b8b;
}


.cpa {
    text-align: -webkit-right;
}

.cpa p a {
    color: #f26166;
}

.vertical-group:before {
    content: '';
    border-top: 15em solid #000;
    position: absolute;
    width: 1px;
    top: -17em;
    left: 10px;
}

.vertical-group:after {
    content: '';
    border-top: 15em solid #000;
    position: absolute;
    width: 1px;
    top: 7em;
    left: 10px;
}



/*----------------------
Contact page
-----------------------*/
.contact-title h1 {
    color: #ff3c42!important;
    font-size: 35px!important;
    line-height: 30px!important;
    text-transform: UPPERCASE!important;
    background-color: white;
    margin-bottom: 45px;
    margin-top: 30px;
}
}
.contact-address h2{
    font-size: 22px;
    color:#ff3c42 !important;
    margin-top: 0px;
    margin-bottom: 15px;
}

.contact-address h2 {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 10px;
}
.contact-address p span {
    color: #ff3c42;
    font-size: 20px;
    margin-right: 13px;
}
.contact-para p {
    font-weight: 300;
    font-size: 20px;
    color: #ff3c42;
    margin-bottom: 16px;
}
.form-group.cntct-frm-ad {
    margin-bottom: 30px;
}
.form-group.cntct-frm-ad input {
    height: 45px;
}
.btn-de {
    margin-right: 5px;
    padding: 12px 25px 12px 25px;
    background:#ff3c42;
    color: #fff;
    font-size: 17px;
    margin-top: 10px;
}
.cont-btn {
    margin-bottom: 3em;
    margin-top: 2em;
}
input.cnt-btnn.qte-btn.qte-btna.btn.btn-de.hvr-sweep-to-right.btn.btn-big.form-btn:hover {
   
    color: #ffffff;
    text-decoration: none;
    background:#ed1f27;
    
}

.contact-address p {
    margin-bottom: 35px;
}
.black-col-text{
    color:#888;
}
/*-------------------------------
footer
--------------------------------*/

/*------------------------------------------------------------------------------
Profile Page
--------------------------------------------------------------------------------*/
.design-icon:before {
    content: "";
    display: block;
    border-bottom: 2px solid;
    position: absolute;
    width: 20%;
    left: 25%;
    top: 25px;
}
.chrom-sec-di {
    padding: 60px 0px;
}
.center-text {
    text-align: center;
}

.center-text.p-t h2 {
    margin-bottom: 10px;
}

.center-text.p-t {
    margin-bottom: 40px;
}

.design-icon {
    margin-bottom: 28px;
}

.center-text.sm-h3 h3 {
    color: #ff3c42;
    margin-bottom: 25px;
    font-size: 40px;
    font-weight: 600;
}
.design-icon:after {
    content: "";
    display: block;
    border-bottom: 2px solid;
    position: absolute;
    width: 20%;
    right: 25%;
    top: 25px;
}

.aboutus h3 {
    color: #ff3c42;
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 25px;
}
.aboutus h2 {
    width: 100%;
    font-size: 26px;
    margin: 0px;
    margin-bottom: 25px;
}

.chrm-d.vm {
    text-align: center;
}
.bg-c{
    background: #eee;
}
.q-a-li {
    padding: 50px 0px 0px 40px;
}
ul.q-a-ul li {
    list-style: disc;
    margin-left: 19px;
    margin-bottom: 0px;
}
.q-a-img img {
    width: 100%;
       box-shadow: 0px 6px 23px 2px #2929298a;
}
.r-d {
    padding: 50px 0px 0px 40px;
}

/*------------------------------------------------------------------------------
Profile Page
--------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------
produsts page
--------------------------------------------------------------------------------------------*/



.prd-sec-di {
    padding: 60px 0px;
}
section.prd-dt-sec.prd-dt-clr {
    background: #f1f1f1;
}
.pr-d-title h1 {
    color: #ff3c42;
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: 600;
    margin-top: 0px;
}
.pr-d-title.pr-d-tt p {
    font-size: 18px;
}

ul.pr-d-in-ul {
    padding-left: 22px;
}

.pr-d-title h3 {
    margin-bottom: 40px;
    margin-top: 0px;
    font-size: 20px;
}
.pr-d-title h3:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 121px;
    background: #f26166;
    margin-top: 30px;
}
ul.pr-d-in-ul li {
    list-style-type: disc;
    margin-bottom: 8px;
}

.pr-d-in h3 {
    margin: 0px 0px 20px;
}
.prd-sec-di.prd-d:after {
    background: url(../images/en1.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    position: absolute;
    height: 400px;
    width: 400px;
    right: 0px;
    margin-top: -22em;
    opacity: 0.4;
}

.prd-sec-di.prd-d1:after {
    background: url(../images/en2.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    position: absolute;
    height: 400px;
    width: 400px;
    
    margin-top: -22em;
    opacity: 0.4;
}

/*-----------------------------------------------------------------------------------------
produsts page
--------------------------------------------------------------------------------------------*/