
@import url('https://fonts.googleapis.com/css2?family=Clicker+Script&family=Dancing+Script&family=Enriqueta&family=Fira+Sans&family=Poppins:wght@200;300;400;500;600;700&family=Roboto:wght@100&family=Ubuntu&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Clicker+Script&display=swap'); */



a{
    text-decoration: none;
}

/* topbar menu */
/* Topbar */
.header .topbar{
	background-color:#fff;
	border-bottom:1px solid #eee;
}
.header .topbar{
	padding:15px 0;
}
.header .top-link{
	float:left;
}
.header .top-link li{
	display:inline-block;
	margin-right:15px;
}
.header .top-link li:last-child{
	margin-right:0px;
}
.header .top-link li a{
	color:#2C2D3F;
	font-size:14px;
	font-weight:400;
}
.header .top-link li:hover a{
	color:#1A76D1;
}
.header .top-contact{
	float:right;
}
.header .top-contact li{
	display:inline-block;
	margin-right:25px;
	color:#2C2D3F;
}
.header .top-contact li:last-child{
	margin-right:0;
}
.header .top-contact li a{
	font-size:14px;
}
.header .top-contact li a:hover{
	color:#1A76D1;
}
.header .top-contact li i{
	color:#1A76D1;
	margin-right:8px;
}
.header .header-inner {
	background:#fff;
	z-index:999;
	width:100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* Header Sticky */
    .section{
        padding:70px 0px;
    }
    .section-title {
        margin-bottom: 35px;
        padding: 0px 80px;
    }
    .section-title h2 {
        font-size: 25px;
        margin-bottom: 12px;
    }
    .section-title p {
        font-size: 13px;
    }

    .header .top-link li a {
        font-size: 13px;
    }
    .header .top-contact li a{
        font-size:13px;
    }
    .header .top-contact li {
        display: inline-block;
        margin-right: 25px;
        color: #2C2D3F;
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    .header.sticky{
        
    }
    .header.sticky .header-bottom{
        position:absolute;
        z-index:999;
        top:initial;
        left:0;
        bottom:initial;
    }
    .header .top-link {
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }
    .header .top-contact {
        float: none;
        text-align: center;
    }
}

@media only screen and (max-width: 450px) {
    .section{
        padding:50px 0px;
    }
    .section-title {
        margin-bottom: 30px;
        padding: 0px 20px;
    }
    .section-title h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .section-title p {
        font-size: 13px;
    }

    .header .top-link {
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }
    .header .top-contact {
        float: none;
        text-align: center;
    }
}

/* topbar menu end */

/* navbar menu */
.navbar-expand-lg .navbar-nav{
    margin-right: -6%;
}

.navbar-nav .nav-item .nav-link{
    padding: 0 13px;
}

.nav-link .active{
    color: #333;
    text-align: right;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    position: relative;
}

.login_btn {
    background-color:hotpink;
    color: #fff;
    border-radius: 25px;
    padding: 7px 25px;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s background-color;
    margin-right: 14px;
}
.login_btn:hover{
    background-color: rgb(0, 229, 255);
    color: #000;
}


.navbar-toggler {
    border: none;
    font-size: 1.25rem;
}

    .navbar-toggler:focus, .btn-close:focus {
        box-shadow: none;
        outline: none;
        color: #000000 !important;
    }

#home {
    color: #666;
}

.nav-link {
    position: relative;
    display: inline-block;
}
/* #home:hover {
    color: #000;
} */

.nav-link:hover, .nav-link.active {
    color: #2889e4 !important;
}


/* dropdown menu hover effect on effect css start */
#nav_object {
    position: relative;
}

.dropdown-menu li{
    float: none;
    margin: 0;
    border-bottom: 1px dashed #eee;
}

.dropdown-menu li a {
    padding: 12px 15px;
    color:#666;
    font-size:15px;
    background-color:#ffffff !important;
    transition: all 0.3s ease 0s;
    top: 74px;
    border-left: 3px solid #2889e4;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    padding-top: 0px;
    padding-bottom: 0px;
}

.dropdown-menu {
    background: transparent !important;
    border-bottom: 2px solid #ff8d00;
    border-radius: 0;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu li a:hover {
    color: #2581c5;
    transform: translateY(0px);
}

.dropdown-item:hover {
  
}

#nav_object {
    position: relative;
}


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

@media(max-width:768px){
    .dropdown-menu li a{
        background: #fff !important;
    }
    .dropdown-menu{
        background: #fff !important;
    }
    .nav-item .nav-link{
        color: #666 !important;
        padding: 20px 5px;
    }

}
/* end of sidebar menu styling */

/* end of mouse hover of dropdown menu */

@media(min-width:991px) {
    .nav-link::before {
        content: "";
        position: absolute;
        border-radius: 3px;
        bottom:-18%;
        left: 0%;
        transform: translateY(-50%);
        width: 0;
        height: 2px;
        background-color:#0081f9;
        visibility: hidden;
        transition: 0.3s ease-in-out;
        z-index: 10000;
    }

    .nav-link:hover::before, .nav-link.active::before {
        width: 100%;
        visibility: visible;
    }
}

@media (max-width:768px){
    navbar {
        background-color: #000;
    }
    
    .navbar .navbar-brand
    {
        font-family: 'Clicker Script', cursive !important;
    }

    .navbar .navbar-brand img {
        max-width: 300px;
        margin-left: 0%;
        max-height: 65px;
    }

    .navbar-nav .nav-item .nav-link{
        color:#ffffff;
        font-family: Roboto, sans-serif;
        font-size: 16px;
        font-weight: 400;
    }
    #home {
        color: #ffffff;
    }

    .navbar-nav .nav-item .nav-link {
        padding: 5px 0px; 
    }
    .navbar-nav .nav-item .nav-link:hover{
        color: #2889e4 !important;
    }
 }

 .navbar-expand-lg .navbar-nav .dropdown-menu{
    margin-top: 3px;
 }
 
 
.navbar .nav-item
{
    padding:0px 12px;
}

@media(max-width:768px)
{
    .navbar .navbar-brand img
    {
       position: relative;
       max-width: 190px;
       right: 59px;   
    }
}
/* end nav menu */

/**** home slider *********/
.carousel-inner .carousel-item img{
    max-height: 100%;
}

.carousel-item{
    background:linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9)) !important;
}

.buton a{
    text-decoration: none;
    border-radius: 45px;
    background-color: #008142;
    color: #ffffff;
    text-align: right;
    padding: 18px 40px 17px;

}

.buton a:hover{
    background-color: #f93c03;

}

.carousel-indicators[data-bs-target]
{
    border-radius: 50%;
    width: 15px;
    height: 15px; 
  }
  
  
  
  .carousel .carousel-indicators button {
   width: 20px;
   height: 20px;
   border-radius: 100%;
   display:block;
  }
  /* / slider carousel indecator style */
  
  /* slider button */
  .carousel-control-next-icon
  {
     position:absolute;
     width: 40px;
     height:40px;
    background-color:#000;
    border-radius:100px;
    color:White; 
    font-size:5px;  
  }
  
  .carousel-control-prev-icon 
  {
     position:absolute;
     width: 40px;
      height:40px;
    background-color:#000;
    border-radius:100px;
    color:#dadada; 
    font-size:5px;  
  }
  @media(min-width:1200px){
    .carousel-control-prev-icon {
        top:350px;
    }
    .carousel-control-next-icon{
        top: 350px;
    }
  }
  
  @media(max-width:991px){
    .carousel-control-prev-icon {
        top:90px;
    }
    .carousel-control-next-icon{
        top: 90px;
    }
  }
/**** home slider end ********/

/***** animal feed and meal product START *****/
.feedmeal
{
  /*  background:#252f7c; */
 /* background:#00763bd1; */
 background:#003462;
}

@media(max-width:768px)
{
    .feedmeal
    {
        display:none;
    }
}

.feedmeal .main_feed
{
    position: relative;
    z-index: 1;
}
.feedmeal .main_feed .btm-img img
{
    width: 330px;
    position: absolute;
    opacity: .3;
    z-index: -1;
}

/*.fedmelrow
{
    column-gap: 40px;
}
*/

.img_cont
{
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.img_cont img
{
    width: 60px;
    height: 40px;
}
.img_cont h3
{
    color:#bcdfdc;
    font-size: 18px !important;
    font-weight: 500;
}
.img_cont .card h3:hover
{
    color:#000;
}

.img_cont .card
{
    background:transparent;
    border:none;
    padding-top:12px;
}
.img_cont .card:hover
{
    background:#f9f9f9;
    color:#000;
}

.img_cont .card>h3:hover
{
    color:#eee;
}

 /***** animal feed and meal product END *****/
 
 /***** About US Section *******/
.aboutus
{
  overflow: hidden;
}
h2.heading_title.pt-3 {
    color: #409700  ;
    font-size: 45px;
    font-weight: 700;
}
span.color-change {
   background: linear-gradient(to bottom, #d16500, #b1ab00);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.cont_aboutus
{
   margin: 20px;
}
.cont_aboutus p {
    color: #353535;
    font-size: 17px;
    text-align: justify;
    line-height: 1.9;
}

/***** About US Section END ******/

/***** Counter Section Start ******/
.fun-facts{
	position:relative;
}
.fun-facts.section{
	padding:120px 0;
}
.fun-facts{
	background:url('../IMG/counter_bg.jpg');
	background-size:cover;
	background-repeat:no-repeat;
}
.fun-facts .single-fun {
	
}
.fun-facts .single-fun i {
	position: absolute;
	left: 0;
	font-size: 62px;
	color: #fff;
	height: 70px;
	width: 70px;
	line-height: 67px;
	font-size: 28px;
	text-align: center;
	padding: 0;
	margin: 0;
	border: 2px solid #fff;
	border-radius: 0px;
	top: 50%;
	margin-top: -35px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 50%;
}
.fun-facts .single-fun:hover i{
	color:#1A76D1;
	background:#fff;
	border-color:transparent;
}
.fun-facts .single-fun .content {
	padding-left: 80px;
}
.fun-facts .single-fun span {
	color: #fff;
	font-weight: 600;
	font-size: 30px;
	position: relative;
	display: block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s eas;
	display: block;
	margin-bottom: 7px;
}
.fun-facts .single-fun p{
	color:#fff;
	font-size:15px;
}
/***** Counter Section END ********/

/***** Accordian Section END ********/
.accordion-item
{
    border-radius: 0px !important;
}
/***** Accordian Section END ********/

 /* Product section */
  .item{
    margin-right: 10px;
  }
 /* Product section end */


/** our product page **/
.prod_cont
{
    opacity: 1;
    transform: translateZ(0);
}
.prod_cont .product_heading
{
    text-align: center;
    color: #878787;
    font-weight: 700;
    font-size: 25px;
}
.detail_prod p {
    color: #353535;    
    padding: 50px;
}
.prod_cont
{
    border: 1px solid #f1f1f1; */
    /* box-shadow: 0px 0px 10px whitesmoke; */
    /* border-radius: 20px; */
    padding: 20px;
   box-shadow: 1px 0px 5px #cfcfcf;
    height: 517px;
}

@media(max-width:768px)
{
    .prod_cont
    {
         max-height: 372px;
    }
}
/** END **/


/********* footer start **********/
.footer-widget p {
    margin-bottom: 27px;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
  color:white;
    line-height: 28px;
}
p {
    
}

   .animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: #1A76D1; 
  }

.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite; }

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

.animate-border.border-white:after {
  border-color: #fff; }

.animate-border.border-yellow:after {
  border-color: #F5B02E; }

.animate-border.border-orange:after {
  border-right-color: #007bff;
  border-left-color: #007bff; }

.animate-border.border-ash:after {
  border-right-color: #EEF0EF;
  border-left-color: #EEF0EF; }

.animate-border.border-offwhite:after {
  border-right-color: #F7F9F8;
  border-left-color: #F7F9F8; }

/* Animated heading border */
@keyframes primary-short {
  0% {
    width: 15%; }
  50% {
    width: 90%; }
  100% {
    width: 10%; } }

@keyframes primary-long {
  0% {
    width: 80%; }
  50% {
    width: 0%; }
  100% {
    width: 80%; } } 

.dk-footer {
  padding: 75px 0 0;
  background-color: #191b53;
  position: relative;
  z-index: 2; 
  }
  .dk-footer .contact-us {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 80px; }
    .dk-footer .contact-us .contact-info {
      margin-left: 50px; }
    .dk-footer .contact-us.contact-us-last {
      margin-left: -80px; }
  .dk-footer .contact-icon i {
    font-size: 24px;
    top: -15px;
    position: relative;
    color:#007bff; }

/*.dk-footer-box-info {
    position: absolute;
    top: 77px;
    width: 465px;
    background: #202020;
    padding: 40px;
    z-index: 2;
  }
*/
/*
.dk-footer-box-info {
    position: absolute;
    top: 77px;
    width: 465px;
    background: #1A76D1;
    box-shadow: 2px 1px 5px;
    padding: 40px;
    z-index: 2;
}
  */
  
  .dk-footer-box-info {
    position: absolute;
    top: 77px;
    width: 465px;
    background: #191b53;
    box-shadow: 0px 0px 5px #fff;
    padding: 40px;
    z-index: 2;
}
  
  @media(max-width:768px)
  {
      .dk-footer-box-info 
      {
          position:relative;
          top:0;
          max-width:337px;
          padding:18px;
          margin-top:-42px;
          margin-bottom:17px;
          z-index:2;
      }
      .footer-left-widget {
        padding-left: 6px !important;
      }
      .copyright-menu
      {
        padding-left:0px !important;
      }
  }
  
  .copyright-menu 
  {
    padding-left: 305px;
  }
  
  .dk-footer-box-info .footer-social-link h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px; }
  .dk-footer-box-info .footer-social-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .dk-footer-box-info .footer-social-link li {
    display: inline-block; }
  .dk-footer-box-info .footer-social-link a i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #000;
    margin-right: 5px;
    color: #fff; }
    .dk-footer-box-info .footer-social-link a i.fa-facebook {
      background-color: #3B5998; }
    .dk-footer-box-info .footer-social-link a i.fa-twitter {
      background-color: #55ACEE; }
    .dk-footer-box-info .footer-social-link a i.fa-google-plus {
      background-color: #DD4B39; }
    .dk-footer-box-info .footer-social-link a i.fa-linkedin {
      background-color: #0976B4; }
    .dk-footer-box-info .footer-social-link a i.fa-instagram {
      background-color: #B7242A; }

.footer-awarad {
  margin-top: 285px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .footer-awarad p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-left: 20px;
    padding-top: 15px; }

.footer-info-text {
  margin: 26px 0 32px; }

.footer-left-widget {
  padding-left: 80px; }

.footer-widget .section-heading {
  margin-bottom: 35px; }

.footer-widget h3 {
  font-size: 24px;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content; }

.footer-widget ul {
  width: 50%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0; }

.footer-widget li {
  margin-bottom: 18px; }

.footer-widget p {
  margin-bottom: 27px; }

.footer-widget a {
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .footer-widget a:hover {
    color: #007bff; }

.footer-widget:after {
  content: "";
  display: block;
  clear: both; }

.dk-footer-form {
  position: relative; }
  .dk-footer-form input[type=email] {
    padding: 14px 28px;
    border-radius: 50px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E; }
  .dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::-webkit-input-placeholder {
    color: #878787;
    font-size: 14px; }
  .dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::placeholder {
    color: #878787;
    font-size: 14px; }
  .dk-footer-form button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 24px 12px 17px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 1px solid #007bff;
    background: #007bff;
    color: #fff; }
  .dk-footer-form button:hover {
    cursor: pointer; }

/* ==========================

    Contact

=============================*/
.contact-us {
  position: relative;
  z-index: 2;
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.contact-icon {
  position: absolute; }
  .contact-icon i {
    font-size: 36px;
    top: -5px;
    position: relative;
    color: #007bff; }

.contact-info {
  margin-left: 75px;
  color: #fff; }
  .contact-info h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0; }

/*
.copyright {
  padding: 28px 0;
  margin-top: 55px;
  background-color: #202020; 
  }
  */
  
  .copyright {
    padding: 28px 0;
    margin-top: 55px;
    background-color: #34378b;
    box-shadow: 0px 0px 4px;
}
  
  .copyright span,
  .copyright a {
    color: #c5bebe;
    padding-bottom:10px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .copyright a:hover {
    color:#007bff; }

.copyright-menu ul {
  text-align: right;
  margin: 0; }

.copyright-menu li {
  display: inline-block;
  padding-left: 20px; }

.back-to-top {
  position: relative;
  z-index: 2; }
  .back-to-top .btn-dark {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2e2e2e;
    border-color: #2e2e2e;
    display: none;
    z-index: 999;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .back-to-top .btn-dark:hover {
      cursor: pointer;
      background: #FA6742;
      border-color: #FA6742; }
/******* footer end *******/

