@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Patua+One&family=Vidaloka&display=swap');
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 16px;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
.dropdown-multy {
    left: 100% !important;
    top: 0px !important;
  }
  
.dropdown-multy {
    background-color: #f1f1f1 !important;
}
.dropdown-multy.show .dropdown-submenu a::after {
    transform: rotate(-0deg);
}
  

.dropdown-submenu .dropdown-multy a::after {
    display:none;
  }
.search-product-out{
	margin-top: 150px;
    margin-bottom: 50px;
}
.search-result-title h1{
	font-size:37px;
	border-bottom:1px #CCC solid;
	padding-bottom:20px;
}
.search-product-in{
	border-bottom:1px #CCC solid;
}
.search-product-in h2{
	font-size:20px;
	margin-top:60px;
}
.leave-comment{
	display:inline-block;
	border-radius: 30px;
	padding:10px 25px;
	background:#fe3057;
	margin-top:25px;
	color:#FFF;
}
.leave-comment:hover{
	background: #ce183a;
	color:#FFF;
}
.search-product-left a{
	display:inline-block;
}
.accordion-toggle:after {
    content: '';
    float: right;
    background-image: url(../images/arrow-dwn.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-size: 11px;
    background-position: center top 7px;
}
.accordion-opened .accordion-toggle:after {    
    content:'';
	background-image:url(../images/arrow-up.png);    
}
.accordion-group{
	margin-bottom:20px;
}
.accordion-heading{
	background: #e8e8e8;
	padding:10px;
	
}
.accordion-heading a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.accordion-inner{
	padding:30px;
	background-color:#8bb500;
	color: white;
	line-height: 30px;
}
.faq-head{
	margin-bottom:25px;
}

h1{font-family: 'Nunito', sans-serif;}
h2, h3, h4, h5, h6,{font-family: 'Nunito', sans-serif; 
}
h2{font-family: font-family: 'Nunito', sans-serif;
}
h3{font-family: font-family: 'Nunito', sans-serif;
}
.top_bar{
	background-color: transparent;
	padding-top: 15px;
	margin-bottom: 20px;
}
.top_bar .input-group-btn{
	position: absolute;
    right: -19px;
}
.top_bar p{
	color:#CCC;
}
.main_menu{
	background-color:transparent;
}
.top-call{
	text-align:right;
	padding-top:10px;
}
.top-call .fa{
	font-size:12px;
	padding-right:10px;
	color:#01aded;
}
.top-mail{
	text-align:left;
	padding-top:10px;
}
.top-mail .fa{
	font-size:12px;
	padding-right:10px;
	color:#01aded;
	
}
.social-icons-top{
	margin-top: 13px;
    margin-right: 50px;
}
.social-icons-top a{
	margin-right:6px;
}

.call-top {
    color: #4c4c4c !important;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: right;
    margin-top: 17px;
    margin-right: 20px;
    display: inline-block;
    float: right;
}

.call-top span{
    color: #333;
}

.call-top img{
	padding-right:10px;
}
.search-top span i {
    margin-top: 7px;
    color: #d8d8d8;
    font-size: 15px;
}
.search-top .form-control {
    border-top:0;
	border-left:0;
	border-right:0;
	background:none;
}
::placeholder {
  color: #d8d8d8 !important;
  opacity: 1; /* Firefox */
  font-size:13px;
  font-weight:100;
}
.header_area .navbar-brand img{
	width:100%;
}
.logo-scroll{
	display:none;
}
.navbar_fixed .logo-scroll{
	display: none;
    width: 200px;
    margin-bottom: 8px;
    margin-top: 8px;
}
.navbar_fixed .navbar-brand img{
    width: 100%;
}
.home-btn{
	display:none;
	color: #ffffff;
}
.logo-center img{
	margin-top: 20px;
}
.head_in{
	padding:0;
	float:left;
	width:100%;	
}
.head_in p{
	float:right;
	margin:0;
	color:#4d4d4d;	
}
.head_in p a {
    color: #4d4d4d;
    padding: 22px 20px;
    border-left: 1px #cccccc solid;
    /* margin-top: 20px; */
    display: block;
    float: right;
}
.head_in p .fa{
	margin-right:12px;
	font-size:18px;	
}
.cart-in {
    float: right;
    position: relative;
    margin-bottom: 0;
	border: 1px darkgrey solid;
    border-radius: 5px;
	padding-left: 8px;
    padding-right: 30px;
}
.cart-botton {
    border-radius: 90px;
    width: 16px;
    height: 16px;
    background: #8eb800;
    color: #FFF;
    border: 0;
    font-size: 9px;
    position: absolute;
    left: 30px;
    top: 3px;
}
.my-account {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    border: 1px darkgrey solid;
    border-radius: 5px;
    padding: 7px 12px;
    margin-left: 17px;
	position: relative;
	transition: all .3s ease-out;
	background-color: transparent;
}
.my-account img{
    width:20px;
}
.my-account:hover {
    color: #FFF;
	background-color: #8eb800;
}
.navbar_fixed .nav-right-scroll{
	display:none;
}
.search-top .form-control {
    border: 1px solid #c5c5c5;
	border-radius: 5px;
}
.banner-area{
	position:relative;
	height:800px;
}

.banner-area:after{
	content:'';
	position:absolute;
	background-image:url(../images/slider-bg-shape.png);
	background-size:cover;
	background-position:top center;
	background-repeat:no-repeat;
	left: 0;
    right: 0;
    top: -45px;
    bottom: 0;
    z-index: 9;
}
.banner-text{
	position: absolute;
    z-index: 99;
    top: 27%;
    left: 10%;
}
.banner-text h4{
	font-weight:bold;
	color:#40386c;
	padding:10px 0;
	font-size:55px;
	display:inline-block;
	margin:0px;
	line-height: 65px;
	font-family: 'Nunito', sans-serif;
	text-shadow: 1px 1px 1px #40386c;
}
.banner-text p{
	color: #000000;
    display: inline-block;
    padding:0;
	margin-top:20px;
    font-size: 18px;
    font-weight: 600;
	font-family: 'Nunito', sans-serif;
}
.slider{
	position:relative;
	margin-top: 135px;
}

.for-desktop{
	display:inherit;
}
.for-mob{
	display:none;
}

.bx-wrapper .bx-viewport{
	border:0px;
	box-shadow:none;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 9;
}
.banner-area .bx-wrapper .bx-prev {
  left: calc(96% - 13px) !important;
  top: calc(44% + 2em) !important;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.banner-area .bx-wrapper .bx-next {
  right: calc(4% - 20px) !important;
  top: calc(58% + 2em) !important;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.banner-area .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 104px;
    width: 20px;
    right: 41px;
    top: 51%;
	z-index: 99;
}
.slide_out{
	margin-top:32px;
}
.banner-inn{
	position:relative;
	padding-right: 0px;
}
.banner-inn-front-img {
    position: absolute;
    width: 500px;
    height: 500px;
    top: 35%;
    left: -11%;
    z-index: 99;
}
.banner-inn-front-img img {
    width:100%;
}
.fill {
	margin-top: 60px;
    width: 100%;
    height: 770px;
    background-position: top center !important;
    background-size: cover !important;
}
.txt_sldr {
    position: absolute;
    height: 20%;
    width: 80%;
    left: 9%;
    top: 0px;
    bottom: 0px;
    margin: auto;
    text-align: center;
    display: none;
}
.txt_sldr h4{
	font-weight:bold;
	color:#FFF;
	padding:10px 0;
	font-size:39px;
	display:inline-block;
	margin:0px;
	line-height: 65px;
	font-family: 'Nunito', sans-serif;
	text-shadow: 1px 1px 1px #000;
}

.txt_sldr p {
    color: #000000;
    display: inline-block;
    padding:0;
	margin-top:20px;
    font-size: 16px;
    font-weight: 100;
	font-family: Arial Rounded MT Bold;
	text-transform:uppercase;
}
.shopnow-botton{
	padding: 10px 28px;
	background:#e10505;
	display:inline-block;
	color:#FFF;
	border-radius:5px;
	-webkit-box-shadow: 3px 3px 5px -1px rgba(0,0,0,0.36);
-moz-box-shadow: 3px 3px 5px -1px rgba(0,0,0,0.36);
box-shadow: 3px 3px 5px -1px rgba(0,0,0,0.36);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.shopnow-botton:hover{
	background:#c1cc0b;
	color: #fff;
}

li.active-slide .txt_sldr{
	display:block;	
}

ul{
	padding:0px;
	list-style:none;
}
a:hover{
	text-decoration:none;
}

#custom-search-input {
        margin:0;
        margin-top: 10px;
        padding: 0;
    }
 
#custom-search-input .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 10px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
 
        margin-bottom: 0;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
		padding-top:0;
}
 
#custom-search-input button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px 5px;
        margin-top: 2px;
        position: relative;
        left: -28px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color:#D9230F;
}
 
    .search-query:focus + button {
        z-index: 3;   
}







.about-us-out {
    padding-top: 0;
    padding-bottom: 60px;
    background-color: #fdfcfc;
    position: relative;
	
}

.about-us-out h1{
	font-family: 'Nunito', sans-serif;
	font-weight:bolder;
	padding-bottom:15px;
	position:relative;
	color:#40386c;
}
.about-us-out p{
	color:#656565;
	font-size:15px;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
}
.read-more{
	display:inline-block;
	background:#e10505;
	font-weight:bold;
	color:#FFF;
	padding:10px 20px;
	margin-top:10px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.read-more:hover{
	background: #c1cc0b;
    color: #fff;
}
.abt-banner-in{
	padding-left:0 !important;
	position:relative;
}
.about-tight{
    text-align:center;
}
.about-tight p{
    text-align:center;
}
.fill-02 {
	margin-top: 0;
    width: 100%;
    height: 560px;
    background-position: top center !important;
    background-size: cover !important;
}
.summary{
	background-color:#262829;
}
.summary p{
	color:#FFF !important;
	font-size: 13px !important;
    line-height: 25px !important;
}


.shope-out{
	margin-bottom:50px;
	background-color: #fdfcfc !important;
}
.shope-in{
	padding-top: 50px;
    padding-bottom: 50px;
    background-color: #efefef;
    border-radius: 5px;
	text-align:center;
}
.shope-inside{
	border: 1px white solid;
	padding-top:15px;
	padding-bottom:15px;
}
.shope-in h1{
    font-weight: bold;
    color: #40386c;
    font-size: 45px;
    line-height: 55px;
	margin-bottom:20px;
}



.contact-section-out{
	padding-top:70px;
	padding-bottom:70px;
	background-color: #f7f7f7;
	overflow:hidden;
}
.contact-section-out h1{
	font-family: 'Nunito', sans-serif;
	font-weight:bolder;
	text-align:center;
	padding-bottom:15px;
	margin-bottom:50px;
	position:relative;
}
.address-in {
    margin-bottom: 50px;
    border-right: 1px #b3b3b3 solid;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-right: 50px;
}
.address-in h4{
	font-family: 'Nunito', sans-serif;
	font-size:20px;
	font-weight:bolder;
	color:#333;
	
}

.address-in p{
	color:#707070;
	font-weight:800;
	font-family: 'Nunito', sans-serif;
}
.address-in a{
	color:#5f5f5f;
	font-size:15px;
}
.contact-form .form-control{
	border-left:0;
	border-right:0;
	border-top:0;
	border-radius: 0;
	background-color: #f7f7f7;
}
.contact-form .btn{
	background: #e10505;
	color:#FFF;
    border-radius: 0;
    font-size: 15px;
    padding: 10px 20px;
	transition: all .3s ease-out;
	border-radius: 6px;
}
.contact-form .btn:hover{
	background: #333;
	color:#FFF;
}
.empty{
	color: #262829 !important;
}

.sheep-programs-out{
	padding-top:0;
	padding-bottom:50px;
	background-color: #fdfcfc;
	overflow:hidden;
}
.sheep-programs-out h1{
	font-weight:bold;
	color:#40386c;
	font-size:39px;
	text-align:center;
	padding-bottom:20px;
	font-family: 'Nunito', sans-serif;
}
.sheep-programs-in{
	width:100%;
	text-align:center;
	border-radius: 14px;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.32);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.32);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.32);
}
.sheep-programs-in:hover, .sheep-programs-in:focus, .sheep-programs-in:active {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
}
.sheep-programs-in:hover .find-out-more {
    background-color:#c1cc0b;
	padding:10px 20px; 
	color:#FFF;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
}

.sheep-programs-in img{
	border-top-right-radius: 14px;
	border-top-left-radius: 14px;
	width: 100%;
}
.sheep-programs-out .bx-wrapper .bx-prev {
    left: 20px;
    
}
.sheep-programs-in h2{
	font-size:20px;
}
.slider_products li{
    padding-top: 25px;
    padding-bottom: 10px;
}
.sheep-programs-content{
	padding:20px;
	width:auto;
}
.sheep-programs-content p{
	font-size:15px;
}
.find-out-more{
	font-size:16px;
	color: #000;
	font-weight:bold;
	margin-top: 7px;
    margin-bottom: 7px;
	display:inline-block;
	border-radius: 6px;
-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.cattle-programs-out{
	padding-top:20px;
	padding-bottom:50px;
	background-color: #fdfcfc;
	overflow:hidden;
}
.cattle-programs-out h1{
	font-weight:bold;
	color:#40386c;
	font-size:39px;
	text-align:center;
	padding-bottom:30px;
	font-family: 'Nunito', sans-serif;
}
.cattle-programs-in{
	width:100%;
	text-align:center;
	border-radius: 14px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.32);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.32);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.32);
}
.cattle-programs-in img{
	border-top-right-radius: 14px;
	border-top-left-radius: 14px;
}
.cattle-programs-in h2{
	font-size:20px;
}


.gallery-section-out{
	padding-top:10px;
	padding-bottom:10px;
	background-color: #fdfcfc;
}
.gallery-section-out h1{
	font-weight:bolder;
	color:#40386c;
	font-size:40px;
	text-align:center;
	padding-bottom:50px;
	font-family: 'Nunito', sans-serif;
}




.why-choose-out{
    padding-top:50px;
	padding-bottom:20px;
	background-color: #fdfcfc;
	position:relative;
	overflow:hidden;
}
.why-choose-out:before {
    content: '';
    position: absolute;
    background-image: url(../images/why-red.png);
    top: 0;
    left: 0;
    right: 59%;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
	z-index: 0;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.why-choose-red img{
	width:90%;
	margin-top: 60px;
}
.why-choose-out h1{
	font-weight:bolder;
	color:#40386c;
	font-size:40px;
	text-align:left;
	padding-bottom:50px;
	font-family: 'Nunito', sans-serif;
}

.why-choose-content h2{
	font-weight:bolder;
	color:#484848;
	font-size:22px;
	text-align:left;
	font-family: 'Nunito', sans-serif;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.why-choose-content p{
	color:#656565;
	font-size:15px;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
}
.why-choose-right .row{
	margin-bottom:40px;
}
.why-choose-content:hover h2{
	color:#c1cc0b;
}

.card-right img{
	margin-bottom:30px;
}
.card-right{
	text-align:left;
}
input[type=checkbox], input[type=radio] {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    vertical-align: text-top;
}
.radio-inline{
	margin-right:20px;
}


.map iframe{
	display:block;
	height:100%;
	width:100%;
}
footer{
	background:#333;
	color:#fff;	
}
#back_top{
	position:fixed;
	right:5%;
	bottom:30px;
	width:40px;
	height:40px;
	background: #fd0404;
	display:none;
	cursor:pointer;
	color:#fff;
	text-align:center;
	line-height:40px;
	opacity:.6
}
#back_top:hover{
	opacity:1;
}

.col-1-5{
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
.footer_out{
	background:#262829;
	background-position:center;
	padding-top:0px;
	padding-bottom:0px;
	
}
.footer_out p{
	font-size:14px ;
	color: #9c9c9c;
	line-height:30px;
}
.footer_out h2 {
	font-family: 'Nunito', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    padding-bottom: 15px;
	margin-top:0;
}
.footer_out li a {
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    color: white;
	font-size:14px ;
	color: #9c9c9c;
}
.footer_out a{
	font-size:14px ;
	color: #9c9c9c;
}
.cpy{
	text-align:center;
	margin-top:20px;
	color:#ababab;
}
.social{
	text-align:right;
	border-top:1px solid #333;
	margin-top:20px;
	padding-top:20px;
	color:#ababab;
}
.social a{
	margin-left: 15px;
}
.social a img{
	width: 16px;
}
.cpy p a{
	text-align:right;
	display:block;
	color:#ababab;
}
.btm_logo{
	margin-bottom:30px;
}
.btm_logo img{
	width:60%;
}
.footer-btm{
	text-align:center;
}
.footer-btm-tabs{
	text-align: center;
}
.footer-btm-tabs a {
    color: #c9c9c9;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
    display: inline-block;
    border-right: 1px #b7b7b7 solid;
	text-transform:uppercase;
}
.footer-btm-tabs a:last-child {
    border-right: 0;
}
.footer-in{
	padding-bottom:50px;
}

.mobile-float{
	position:fixed;
	width:100%;
	left:0;
	right:0;
	bottom: -1px;
	background-color: #000000;
	z-index: 11;
	display: none;
}
.column {
  float: left;
  width: 33.33%;
  text-align:center;
}
.column p {
  margin-bottom: 5px;
  color: white;
  font-size: 13px;
}
.column p a {
  color: white;
}
.column img {
  padding-top:10px;
  padding-bottom:5px;
  width: 20px;
}



.inner-banner-area {
    position: relative;
}
.fill-inner {
    width: 100%;
    height: 420px;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
}
.fill-inner h1 {
	font-family: 'Nunito', sans-serif;
	font-weight:bolder;
    position: absolute;
    text-align: center;
    top: 58%;
    color: #ffffff;
    left: 0;
    right: 0;
    z-index: 9;
}
.who-we-are{
	background-color: #fdfcfc !important;
}
.inner-section-one {
    padding-top: 40px;
}

.inner-section-one h1 {
    font-weight:bolder;
	color:#000;
	font-size:36px;
}

.inner-section-one p {
    font-size:15px;
	color:#666;
}

.blue{
	color: #2db9fb;
    text-decoration:underline;
}

.orange{
	color: #F60;
    text-decoration:underline;
}
.gallery-section{
	padding-top:40px;
	padding-bottom:70px;
}
.gallery-section h1{
	text-align:center;
	margin-bottom:30px;
}
.gallery-in{
	margin-bottom:30px;
}



.about-us-out #more {display: none;}

.blue-red{
	color:#36F;
	border-bottom:1px red solid;
	width: fit-content;
}












@media (min-width: 1400px) {
   .why-choose-out:before {

    left: 10%;
}
.about-us-out:after {
    position: absolute;
    content: '';
    left: 0;
    top: -74px;
    right: 50%;
    bottom: -2px;
    background: url(../images/abt-shape-big.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 99;
}
.banner-area:after {
    content: '';
    position: absolute;
    background-image: url(../images/slider-bg-shape-big.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    top: -45px;
    bottom: 0;
    z-index: 9;
}

}

@media only screen and (max-width: 1024px){
	
.offset-1 {
	margin-left:0 !important;
}	
.offset-2 {
	margin-left:0 !important;
}
.offset-3 {
	margin-left:0 !important;
}
.offset-5 {
	margin-left:0 !important;
}
	
.home-btn {
    display: inherit;
	font-size:22px;
}	
.header_area .navbar-brand {
    margin-right: 10px;
}
.call-top {
    font-size: 12px;
	display:none;
}
.call-top img {
    padding-right: 10px;
    width: 23px;
}
.call-top span {
    display:none;
}
#custom-search-input {
    margin-top: 0;
    width: 60%;
    margin-bottom: 2px;
}
.top_bar {
    padding-top: 8px;
    padding-bottom: 6px;
}
.navbar-toggler {
    margin-top: 15px;
    margin-bottom: 12px;
}
.header_area .navbar {
    background: transparent;
}
.fill{
	margin-top:-113px;
	width:100%;
	height:320px;
	background-position: top center !important;
    background-size: cover !important;
}
.navbar-default {
    background: #ffffff;
    border-bottom:1px solid #CCC;
}
.navbar-default .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;

}
.navbar-brand {
    padding: 4px 7px;

}
.navbar-brand>img {
    width: 97px !important;
    height: 22px;
    padding-left: 0;
    margin-top: 0px;
}
.main_menu {
    background-color: #b5040b;
}
.navbar-brand {
    height: 34px;
	padding:0;
}
.mobile_icon_nav a span img{
	border: 0 !important;
    width: 40px;
    margin-top: 6px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #666;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #333;
    background-color: #FFF;
}
.navbar-nav .open .dropdown-menu>li>a {
    line-height: 24px;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
}

.slide_out {
    margin-top: 16px;
}
.txt_sldr {
    position: absolute;
    height: 59%;
    width: 96%;
    left: 0px;
    right: 0px;
    top: 13%;
    bottom: 0px;
    margin: auto;
    text-align: center;
    display: none;
	background-color: rgba(0, 0, 0, 0.3);

}
.txt_sldr h4 {
    font-weight: bold;
    padding: 10px 0;
    font-size: 20px;
    display: inline-block;
    margin: 0px;
    line-height: 30px;
    color: #ffffff;
    /*text-shadow: 1px 1px 0px #999;*/
	text-shadow:none;
}

.txt_sldr p {
    color: #fff;
    display: inline-block;
    padding: 0px 0;
    font-size: 14px;
    margin-top: 0;
    font-weight: 700;
	/*text-shadow: 1px 1px 0px #999;*/
	text-shadow:none;
}
.txt_sldr h4 span {
    font-size: 16px;
    line-height: 5px;
	color: #f94a4a;
}


.head_in {
    padding: 0;
}
.head_in p a {
    color: #FFFFFF;
    margin-left: 10px;
    margin-right: 15px;
    background: #58a139;
    padding: 5px;
    text-align: center;
    width: 30px;
    display: inline-block;
	border-radius:4px;
}
.head_in p .fa {
    margin-right: 0;
    font-size: 16px;
}
.mobile_icon_nav{
	position:absolute;
	right:75px;
	top:8px;
	display:inline-block;
}
.fill_inner {
    height: 250px;
    background-position: top 0px center !important;
}


.navbar-fixed-top {
    top: 0;

}
.navbar-default .navbar-nav>li>a{
	padding-left:20px;
	color:#333;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    display: inherit;
}

h1{
	font-size:30px !important;
}
.cpy p a {
    text-align: left;
}




.banner-area {
    margin-top:80px;
	height: 227px;
}
.mobile-float{
	display: inherit;
}

.banner-inn-front-img {
    display:none;
}
.banner-area:after {
    background-image: none;
	display:none;

}
.top_bar {
     margin-bottom: 0; 
}
.sheep-programs-out .bx-wrapper .bx-prev {
    left: 18px;
    background: url(../images/controls.png) no-repeat 0 -32px;
	
}
.sheep-programs-out .bx-wrapper .bx-next {
    right: 18px;
    background: url(../images/controls.png) no-repeat -43px -32px;
	
}
.slider_products li {

    margin-right: 0 !important;
}
.address-in {
    margin-bottom: 50px;
    border-right: 0;
	    padding-top: 20px;
    padding-bottom: 30px;
}
.why-choose-out:before {
    right: 14%;
}
.contact-section-out h1 {
    text-align: left;
	padding-bottom: 0;
    margin-bottom: 0;
}
.about-us-out:after {
    background: none;
	display:none;

}
.about-us-out:before {
    background: none;
	display:none;
}
.for-mob {
    display: block;
}
.about-us-out h1 {
    margin-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
}
.about-us-out {
    padding-bottom: 0px;
	padding-top: 50px;
}
.sheep-programs-out h1 {
    padding-bottom: 0;
    margin-top: 50px;

}
.sheep-programs-in {
    margin-bottom: 30px;
}
.sheep-programs-out {
    padding-bottom: 0px;
}

.gallery-section-out h1 {
    padding-bottom: 20px;
}
.footer_out {
    padding-top: 30px;
}
.footer_out h2 {
    padding-bottom: 0px;
    padding-top: 30px;
    margin-top: 0;
}
.banner-text {
    top: 10px;
    left: 10%;
}
.banner-text h4 {
    font-weight: bold;
    color: #FFF;
    padding: 10px 0;
    font-size: 25px;
    display: inline-block;
    margin: 0px;
    line-height: 25px;
	margin-top:20px;
}

.banner-inn {
    padding-right: 0px;
    padding-left: 0;
}
.banner-area .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    display:none;
}
.desk-img-banner{
	display:none !important;
}
.banner-text p {
    color: #ffffff;
    display: inline-block;
    padding: 0;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
	margin-bottom: 5px;
}
.for-desktop{
	display:none;
}
.about-us-out p {
    
    padding-top: 0;
}
.top_bar .input-group-btn{
	position: absolute;
    right: 0px;
}
#custom-search-input button {
    left: -10px;
}

.fill-inner {
    height: 215px;
    margin-top: 75px;
}
.fill-inner h1 {
    top: 43%;
	font-size: 25px !important;

}


.why-choose-right img{
	margin-bottom:30px;
}







}

































.ekko-lightbox {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding-right: 0px!important;
}
.ekko-lightbox-container {
  position: relative;
}
.ekko-lightbox-container > div.ekko-lightbox-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}
.ekko-lightbox iframe {
  width: 100%;
  height: 100%;
}
.ekko-lightbox-nav-overlay {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.ekko-lightbox-nav-overlay a {
  flex: 1;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s;
  color: #fff;
  font-size: 30px;
  z-index: 100;
}
.ekko-lightbox-nav-overlay a > * {
  flex-grow: 1;
}
.ekko-lightbox-nav-overlay a > *:focus {
  outline: none;
}
.ekko-lightbox-nav-overlay a span {
  padding: 0 30px;
}
.ekko-lightbox-nav-overlay a:last-child span {
  text-align: right;
}
.ekko-lightbox-nav-overlay a:hover {
  text-decoration: none;
}
.ekko-lightbox-nav-overlay a:focus {
  outline: none;
}
.ekko-lightbox-nav-overlay a.disabled {
  cursor: default;
  visibility: hidden;
}
.ekko-lightbox a:hover {
  opacity: 1;
  text-decoration: none;
}
.ekko-lightbox .modal-dialog {
  display: none;
}
.ekko-lightbox .modal-footer {
  text-align: left;
}
.ekko-lightbox-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: flex;
  /* establish flex container */
  flex-direction: column;
  /* make main axis vertical */
  justify-content: center;
  /* center items vertically, in this case */
  align-items: center;
}
.ekko-lightbox-loader > div {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
}
.ekko-lightbox-loader > div > div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite ease-in-out;
}
.ekko-lightbox-loader > div > div:last-child {
  animation-delay: -1s;
}
.modal-dialog .ekko-lightbox-loader > div > div {
  background-color: #333;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}


