@font-face {
     
}

html ,body  {
    overflow-x: hidden;
    font-family: 'Kaushan Script';
}

body {
    overflow-x: hidden;
}

a:hover {
    text-decoration: none;
}

.no-padding {
    padding: 0;
}
/*	----------------------------------------------------------
	 Navbar Custom
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.MMenu {
    width: 100%;
    position: inherit;
    z-index: 9999;
}

.topbar-main {
    background-color: transparent;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.menu-extras {
    opacity: 0;
}

.menu-extras p {
    font-size: 16px;
    color: #141b4b;
    padding: 7px 0;
}

.navbar-custom {
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    padding: 5px 0px;
    margin-bottom: 0px;
    background-color: #f8f8f8;
}

.navbar-custom .navbar-nav li a ,.more_hover .btn-default {
    color: #141b4b;
    font-size: 18px;
    padding-top: 20px;
    background-color: transparent !important;
}

.navbar-custom .navbar-nav li a:hover,.navbar-custom .navbar-nav li a:focus,.navbar-custom .navbar-nav li a:active {
    opacity: .7;
}

.navbar-custom .nav>li>a:focus,.navbar-custom .nav>li>a:hover {
    opacity: .7;
}

.navbar-nav>li>a:hover,.navbar-nav>li>a:focus,.navbar-nav>li>a:active {
    background: none;
}

.more_hover .btn-default {
    background: none;
    border: none;
    vertical-align: inherit;
}

/* -- logo -- */
.logo img {
    width: 85px;
}

.navbar-brand {
    padding: 0;
    height: auto;
}
/* -- toggle -- */
.navbar-toggle {
  font-size: 30px;
}

.navbar-custom .btn-custom {
  margin-top: 8px;
  margin-left: 20px;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background-color: transparent;
  border-color: #337ab7;
}

.mobile_show ,.img-mobbile {
	display:none;
}

.search-hed {
    margin-top: 15px;
}

.search-hed input {
    padding: 6px 35px 9px 10px !important;
    color: #999;
    background: #f2f2f2;
    height: 40px;
}

.search-hed .btn {
    color: #fff;
    background: #141b4b;
    height: 40px;
    border: 1px solid #141b4b;
}

.search-hed .btn:hover {
    opacity: .9;
}

.dropdown-menu {
    padding: 0;
}

/*===== sticky ======*/
.navbar-default {
    margin-bottom: 0;
}

.navbar-nav {
    float: none;
}

.navbar-nav>li {
    display: inline-block;
    float: none;
}

#sticky.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 0;
    z-index: 10000;
    padding-bottom: 12px;
}

#sticky.stick .navbar-custom {
    padding: 0 0 10px !important;
}

#sticky.stick .logo img {
    width: 60px;
    margin-top: -6px;
}

.stick .navbar-nav li a {
    padding-top: 24px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.dropdown-menu>li>a {
    padding: 15px 10px;
    color: #5e5a54;
    text-transform: none;
    font-weight: 400;
    background: none;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 20px !important;
}

.navbar-nav>li>.dropdown-menu {
    min-width: 200px;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    margin-top: 5px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 3px solid #141b4b;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.navbar-default .navbar-nav>li>a {
  font-weight: bold;
}

.mega-dropdown {
  position: static !important;
  /*width: 100%;*/
}

.mega-dropdown-menu {
    margin-left: 27%;
    padding: 20px 0px 10px;
    width: 50%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

/*.navbar-nav>li>.dropdown-menu:before {
  content: "";
  border-bottom: 15px solid #fff;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  position: absolute;
  top: -15px;
  left: 9px;
  z-index: 10;
}

.navbar-nav>li>.dropdown-menu:after {
    content: "";
    border-bottom: 17px solid #141b4b;
    border-right: 19px solid transparent;
    border-left: 19px solid transparent;
    position: absolute;
    top: -20px;
    left: 7px;
    z-index: 8;
}
*/
.mega-dropdown-menu:before {
  content: "";
  border-bottom: 15px solid #fff;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  position: absolute;
  top: -15px;
  left: 10px;
  z-index: 10;
}

.mega-dropdown-menu:after {
  content: "";
  border-bottom: 17px solid #ccc;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  position: absolute;
  top: -17px;
  left: 8px;
  z-index: 8;
}

.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu > li > ul > li {
  list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #999;
  white-space: normal;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
    color: #141b4b;
    font-size: 18px;
    font-weight: bold;
    padding: 3px 2px;
}

.mega-dropdown-menu form {
  margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 5px;
    margin-left: -1px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #141b4b;
    margin-top: 6px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form ,.navbar-default,.btn-primary {
    border: none;
}

.btn .caret {
    margin-left: 10px;
}

.carousel {
    margin-top: 7px;
}

.megah h3 {
    font-size: 20px;
    color: #141b4b;
    margin-top: 10px;
}

.sec-hed {
    padding: 3px 20px !important;
}

.special-prodd li a {
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 0 !important;
}

.special-prodd li:last-of-type a {
    border-bottom: none;
}

.secmega-dropdown-menu {
    margin-left: 41% !important;
}

.carousel-inner img {
    filter: brightness(70%);
    -webkit-filter: brightness(70%);
    -moz-filter: brightness(70%);
    -o-filter: brightness(70%);
    -ms-filter: brightness(70%);
}
/*	----------------------------------------------------------
	Home Banner
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.banner-wrap {
    background-color: #222;
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ),url(../new-image/banner-home.jpg);
    background-size: cover;
    background-position: center;
    clear: both;
    color: #FFFFFF;
    height: 670px;
    padding-top: 114px;
}

.banner-wrap h1 {
    font-family: "Courgette";
    white-space: nowrap;
    font-size: 55px;
    line-height: 150px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    visibility: inherit;
    transition: none 0s ease 0s;
    border-width: 0px;
    margin: 0px; 
    letter-spacing: 0px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform-origin: 50% 50% 0px;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

.banner-wrap h2 {
    white-space: nowrap;
    font-size: 40px;
    line-height: 45px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    font-family: Anton;
    visibility: inherit;
    transition: none 0s ease 0s;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
}

.banner-wrap a {
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    margin-top: 30px;
    display: inline-block;
    padding: 10px 20px;
}

.banner-swrap {
    padding: 1px 0 30px;
    background-image: url(../new-image/home-about-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 50px;
    transition: all 700ms ease 0s;
    border-color: transparent;
    -webkit-box-shadow: 1px 1px 23px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 23px 1px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 23px 1px rgba(0,0,0,0.3);
}

.titles h3 {
    font-family: "Great Vibes";
    color: #141b4b;
    line-height: 1.2;
    font-size: 38px;
    font-weight: 400;
    font-style: normal;
}

.titles h4 {
    text-transform: uppercase;
    font-size: 40px;
    color: #392a25;
    font-weight: 900;
    line-height: 1.6;
    margin-top: -10px;
}

.vc_separator {
    max-width: 350px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.vc_separator .vc_sep_holder {
    height: 1px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 10%;
}

.insight-separator .vc_sep_line {
    border-color: #5e5a54;
}

.vc_separator .vc_sep_holder .vc_sep_line {
    height: 1px;
    border-top: 1px solid #ebebeb;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
}

.insight-separator--icon {
    width: 70px;
    text-align: center;
}

.vc_icon_element {
    line-height: 0;
    font-size: 14px;
    margin-bottom: 35px;
}

.vc_separator .vc_icon_element {
    margin-bottom: 0;
}

.vc_icon_element.vc_icon_element-outer {
    box-sizing: border-box;
    text-align: center;
}

.insight-separator--icon i {
    font-size: 30px;
    color: #141b4b;
    display: inline-block;
}

.vc_separator .vc_sep_holder {
    height: 1px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 10%;
}

.home-about p {
    font-size: 17px;
    line-height: 24px;
    font-weight: normal;
    color: #555555;
    padding: 0 96px;
}

.home-about a ,.more-bttn a {
    font-size: 14px;
    display: inline-block;
    padding: 10px 20px;
    margin-top: 20px;
    color: #fff;
    background: #141b4b;
    border: 1px solid #141b4b;
}

.home-about a:hover ,.more-bttn a:hover {
    color: #141b4b;
    background: #fff;
}

.home-about img {
    width: 250px !important;
    margin: 15px auto;
}

.owl-carousel {
    margin: 40px 0;
}

/*.owl-carousel img ,.nnews-desc img {
   filter: brightness(70%);
    -webkit-filter: brightness(70%);
    -moz-filter: brightness(70%);
    -o-filter: brightness(70%);
    -ms-filter: brightness(70%);
}*/
/*	----------------------------------------------------------
	Content
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.content-wrap {
    margin-top: 190px;
}
/*	----------------------------------------------------------
	Timer
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.timer-wrap .titles ,.products-wrap .titles ,.videos-wrap .titles ,.homemap-wrap .titles ,.seeds-tit .titles ,.one-wrap .titles {
    display: block;
    text-align: center;
}

.timer-wrap img {
    width: 100%;
}

.timer-wrap .off-get {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #f14545;
}

.timer-wrap p {
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    color: #555555;
    margin-top: 4px;
}

.timer {
    color: #fff;
    background-color: #141b4b;
    text-align: center;
    padding-top: 27px;
    padding-bottom: 18px;
    margin-top: 19px;
    margin-bottom: 30px;
    transition: all 700ms ease 0s;
    border-color: transparent;
    box-shadow: none;
	display: none;
}

.timer li {
    display: inline-block;
    border-right: 1px solid #fff;
    padding: 0 70px;
}

.timer li:last-of-type {
    border: none;
}

.timer li h4 {
    font-size: 40px;
}

.timer li span {
    font-size: 16px;
}
/*	----------------------------------------------------------
	Shipping
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.shipping {
    margin-top: 25px;
}

.first-col {
    background-image: url(../new-image/home-seeds-image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: rgba(0, 0, 0, 0);
    padding: 20px 0;
}

.sec-col {
    background-image: url(../new-image/home-one-image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: rgba(0, 0, 0, 0);
    padding: 20px 0;
}

.shipping img {
    width: 100%;
    position: absolute;
}

.first-col img {
    margin-top: 35px;
    left: 0;
}

.sec-col img {
    margin-top: -45px;
    right: 30px;
}

.shipping h3 {
    font-family: 'Courgette';
    font-size: 40px;
    font-weight: normal;
    color: #fff;
    margin-top: 10px;
}

.shipping p {
    font-family: 'Courgette';
    font-weight: normal;
    color: #fff;
    font-size: 20px;
    line-height: 44px;
}

.shipping a {
    font-family: 'Courgette';
    font-weight: normal;
    min-height: 40px;
    padding: 5px 30px;
    border-radius: 30px;
    border-width: 2px;
    border-color: #fff;
    border-style: solid;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin-top: 7px;
    display: inline-block;
}

.shipping .sec-col h3 {
    color: #fff;
}

.shipping .sec-col p {
    color: #fff;
}

.shipping .sec-col a {
    color: #fff;
    border-color: #fff;
}
/*	----------------------------------------------------------
	Products
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.products-wrap {
    margin-top: 50px;
}

.product-sect {
    height: 200px;
    display: block;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 23px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 23px 1px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 23px 1px rgba(0,0,0,0.3);
}

.product-sect img {
    width: 80%;
    right: 0;
    height: inherit;
    top: 0;
    position: absolute;
    z-index: -1;
}

.product-sect h3 {
    padding: 90px 32px;
    font-size: 36px;
    font-weight: bold;
    color: #141b4b;
    text-transform: uppercase;
}

.more-bttn {
    margin-top: 35px;
}

.more-bttn a {
    font-size: 16px;
    padding: 10px 30px;
}

/* Shutter In Vertical */
.hvr-shutter-in-vertical {
    color: #fff;
    background: #040d49;
}
.hvr-shutter-in-vertical:before {
  background: #141b4b;
}
.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
  color: white;
}

.extended-produce ul {
    display: none;
}

.extended-produce ul li {
    font-size: 16px;
}

.extended-produce:hover h3 {
    padding: 20px 32px 0;
}

.extended-produce:hover ul {
    padding: 0 32px;
    display: block;
}

.extended-produce:hover img {
    opacity: .5;
}


/*	----------------------------------------------------------
	Home Videos
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.videos-wrap {
    background-size: cover;
    background-repeat: repeat;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient( rgba(20, 27, 75, 0.7), rgba(20, 27, 75, 0.7) ),url(../images/home7_img8.jpg);
    background-attachment: scroll;
    /*min-width: 1379px;*/
    left: 0px;
    width: 100%;
    height: 400px;
    padding-top: 30px;
    margin-top: 50px;
}

.videos-wrap .titles h3,.videos-wrap .titles i,.videos-wrap .titles p {
    color: #fff;
}

.videos-wrap .titles p {
    font-size: 16px;
}

.hm_video iframe {
    width: 100%;
    height: 300px;
    margin-top: 50px;
}
/*	----------------------------------------------------------
	Home Map
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.homemap-wrap {
    clear: both;
    margin-top: 170px;
}

.map-img img {
    width: 100%;
}
/*	----------------------------------------------------------
	Partners
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.partners-wrap {
    background: #f6f6f6;
}

.clients-logos .Articles_article {
    width: auto;
    height: 85px;
    border: 1px solid #ebebeb;
    padding: 15px 0;
}

.clients-logos .Articles_article img {
    width: 120px;
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: .7;
    margin: 0 auto;
}

.clients-logos .Articles_article:hover img {
     -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .7;
    border: none;
}
/*	----------------------------------------------------------
	Footer
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */ 
.footer-wrap {
    background-color: #141b4b;
    background: linear-gradient( rgba(20, 27, 75, 0.7), rgba(20, 27, 75, 0.7) ),url(../images/footer.jpg) fixed;
    background-size: cover;
    background-position: center;
    clear: both;
    color: #FFFFFF;
    padding: 40px 0px 20px;
}

.footer-main h3 {
    color: #fff;
}

.footer .widget-title {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    margin-bottom: 35px;
    padding-bottom: 15px;
    text-transform: uppercase;
    color: #fff;
}

.line {
    width: 10%;
    margin: 10px 0;
    border: 1px solid #fff;
}

.footer .widget-title:before {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 0px;
    width: 50px;
    height: 1px;
    background: #da0f32;
    left: 0;
    z-index: 1;
}

.footer .widget-title:after {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 0px;
    width: 100px;
    height: 1px;
    background: rgba(255,255,255,.3);
    left: 0;
}

.footer p {
    line-height: 24px;
    font-size: 15px;
}

.footer-about p {
    padding-top: 4px;
    line-height: 1.7;
}

.footer-social {
    margin-top: 30px;
}

.footer-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-social ul li {
    margin: 0 10px 0 0;
    display: inline-block;
}

.footer-social ul li a i {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    border-radius: 50%;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

.footer-social ul li a i:hover {
    opacity: .7;
}

.tit p ,.tit a {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}

.tit a {
    color: #fff;
    margin-bottom: 10px;
}

.tit a:hover {
    opacity: .5;
}

.sec-ch {
    margin: 0;
}

.footer-widget ul.list-arrow li {
    border-bottom: 1px solid rgba(255,255,255,.07);
    padding: 6px 0;
}

ul.list-arrow li:before {
    font-family: FontAwesome;
    content: "\f105";
    margin-right: 10px;
    color: #ca1f2e;
    font-size: 16px;
}

.footer-widget ul.list-arrow li a {
    color: #cecece;
}

.footer-widget ul.list-arrow li a:hover {
    color: #ca1f2e;
}

.working-hours {
    padding-right: 10px;
}

.copyright {
    color: #fff;
    padding: 30px 0;
    position: relative;
    z-index: 1;
    font-weight: 500;
}

.copyright a {
    font-weight: bold;
}

.copy-link {
    color: #fff;
}

.copy-link:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-menu {
    float: right;
}

.footer-menu ul li {
    display: inline-block;
    line-height: 12px;
    padding-left: 15px;
}

.footer-menu ul.nav li a {
    background: none;
    color: #fff;
    padding: 0;
}

.footer-menu ul.nav li a:hover {
   opacity: .7;
}

.inner-pages .MMenu {
    position: inherit;
}

.inner-pages .menu-extras i ,.inner-pages .navbar-custom .navbar-nav li a {
    color: #141b4b;
}

.footer-widget .map iframe {
    width: 100%;
}
/*	----------------------------------------------------------
	Breadcrumb
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.breadcrumb-wrap {
    background-color: #222;
    background: url(../images/bread-bg/about-us.jpg);
    background-size: cover;
    background-position: center;
    clear: both;
    color: #FFFFFF;
    padding: 40px 0px;
    text-align: center;
}

.breadcrumb-mango {
    background: linear-gradient( rgba(20, 27, 75, 0.5), rgba(20, 27, 75, 0.5) ),url(../images/bread-bg/mango-page.jpg) !important;
}

.breadcrumb-grape {
    background: url(../images/bread-bg/grape-page.jpg) !important;
}
 
.breadcrumb-iceberg {
    background: url(../images/bread-bg/iceberg-page.jpg) !important;
}

.breadcrumb-orange {
    background-color: #222;
    background: url(../images/bread-bg/orange-page.jpg) !important;
    background-size: cover;
    background-position: center;
    clear: both;
    color: #FFFFFF;
    padding: 40px 0px;
    text-align: center;
}

.breadcrumb-wrap h1 {
    margin: 0px;
    color: #FFFFFF;
    font-size: 42px;
    font-weight: 600;
}

.eventchamp-breadcrumb {
    color: #FFFFFF;
    margin-top: 15px;
}

.eventchamp-breadcrumb > ul {
    list-style: none;
    padding: 0rem;
    margin: 0rem;
}

.eventchamp-breadcrumb > ul > li {
    font-size: 18px;
    display: inline-block;
    margin-right: 5px;
}

.eventchamp-breadcrumb > ul > .home:after {
    content: '/';
    display: inline-block;
    margin-left: 7px;
}

.eventchamp-breadcrumb > ul > li:last-child {
    margin-right: 0rem;
}

.home a {
    font-size: 16px;
    color: #fff;
}
/*	----------------------------------------------------------
	About Page
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.innerc-wrap {
    margin: 30px 0;
}

.aboutpage-wrap {
    padding-top: 20px;
}

.about-desc h5 {
    font-size: 18px;
    color: #d0d0cf;
    margin-bottom: 0;
}

.about-desc h3 {
    font-size: 35px;
    font-weight: bold;
    color: #141b4b;
    margin: 0;
}

.about-desc p ,.Singlenew .excerpt {
    font-size: 1.2em;
    color: #888888;
    line-height: 1.7;
    direction: ltr;
}

.about-desc img {
    width: 100%;
}

.vtitle {
    margin-top: 14px;
    line-height: 40px;
    white-space: nowrap;
    position: absolute;
    right: 100%;
    transform-origin: top right 0;
    transform: rotate( 270deg );
}

.mtitle {
    margin-top: 500px;
    right: 0;
    transform: rotate( 450deg );
}

.vtitle h3 {
    font-size: 97px;
}

.sqs-block {
    position: relative;
    height: auto;
    padding-top: 17px;
    padding-bottom: 17px;
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(128,128,128,0);
    transition: box-shadow .2s ease-in-out;
}

[class*=sqs-col] .sqs-block {
    padding-left: 17px;
    padding-right: 17px;
}

.sqs-block:not(.sqs-block-html):not(.sqs-block-markdown) {
    clear: both;
}

.sqs-layout:not(.sqs-editing) .sqs-row+.sqs-row .sqs-block:not(.float):first-child {
    padding-top: 17px;
}

.sqs-layout:not(.sqs-editing) .sqs-row+.sqs-row:not(:last-child) .sqs-block:last-child {
    padding-bottom: 17px;
}

.sqs-block-image .image-block-outer-wrapper.image-block-v2 {
    position: relative;
}

.sqs-block-image .design-layout-collage:not(.sqs-narrow-width) {
    display: flex;
}

.sqs-text-ready .image-block-v2:not([class*="-animation-"]), .sqs-text-ready.image-block-v2:not([class*="-animation-"]) {
    opacity: 1;
}

.sqs-block-image .image-block-outer-wrapper.image-block-v2 .intrinsic {
    position: relative;
    max-width: initial !important;
}

.sqs-block-image .design-layout-collage:not(.sqs-narrow-width) .intrinsic {
    overflow: visible;
}

.sqs-block-image .design-layout-collage:not(.sqs-narrow-width) .image-card-wrapper, .sqs-block-image .design-layout-collage:not(.sqs-narrow-width)>div:first-child {
    width: 50%;
}

.sqs-block-image .design-layout-collage:not(.sqs-narrow-width) .image-inset, .sqs-block-image .design-layout-collage:not(.sqs-narrow-width) .sqs-image-content {
    position: relative !important;
}

.sqs-block-image .design-layout-collage:not(.sqs-narrow-width).image-position-left>div:first-child>div {
    width: 140%;
}

.sqs-block-image .design-layout-card .intrinsic img, .sqs-block-image .design-layout-overlap .intrinsic img, .sqs-block-image .design-layout-collage .intrinsic img, .sqs-block-image .design-layout-stack .intrinsic img {
    width: 100% !important;
    height: 400px !important;
    position: static !important;
}

.sqs-block-image .image-block-outer-wrapper.image-block-v2 .intrinsic img {
    display: block;
}

.sqs-block-image .design-layout-collage .sqs-image-content::after, .sqs-block-image .design-layout-collage .image-overlay {
    background-color: rgba(0,0,0,0);
}

.sqs-block-image .image-block-outer-wrapper.image-block-v2 .sqs-image-content::after, .sqs-block-image .image-block-outer-wrapper.image-block-v2 .image-overlay {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.sqs-block-image .image-block-outer-wrapper.image-block-v2 .image-card-wrapper {
    z-index: 2;
    pointer-events: none;
}

.sqs-block-image .design-layout-collage:not(.sqs-narrow-width) .image-card-wrapper, .sqs-block-image .design-layout-collage:not(.sqs-narrow-width)>div:first-child {
    width: 50%;
}

.sqs-block-image .design-layout-collage:not(.sqs-narrow-width) .image-card-wrapper {
    display: flex;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
}

.image-block-collage-content-position-top .sqs-block-image .design-layout-collage .image-card-wrapper {
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.sqs-block-image .design-layout-collage .image-card {
    background-color: #fff;
    padding: 10%;
    box-sizing: border-box;
}

.sqs-block-image .image-block-outer-wrapper.image-block-v2 .image-card {
    pointer-events: auto;
}

.image-block-collage-content-position-top .sqs-block-image .design-layout-collage:not(.sqs-narrow-width) .image-card {
    margin-top: 32%;
}

.sqs-block-image .design-layout-collage:not(.sqs-narrow-width).image-position-left .image-card {
    width: 108%;
    margin-left: -8%;
    margin-top: 200px;
    -webkit-box-shadow: 1px 1px 23px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 23px 1px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 23px 1px rgba(0,0,0,0.3);
}

.image-block-collage-text-alignment-left .sqs-block-image .design-layout-collage .image-card>* {
    text-align: left !important;
}
.sqs-block-image .design-layout-collage .image-title-wrapper {
    font-size: 6.4vw;
}
body:not(.image-block-collage-dynamic-font-sizing) .sqs-block-image .design-layout-collage .sqs-dynamic-text {
    font-size: initial !important;
}
.sqs-dynamic-text {
    min-width: 100%;
    line-height: 1em;
}

.sqs-block-image .image-block-outer-wrapper.image-block-v2 .image-title p {
    display: inline;
    margin: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

body:not(.image-block-collage-dynamic-font-sizing) .sqs-block-image .design-layout-collage .image-title p {
    font-size: 30px;
    line-height: 1.4em;
    color: #000;
    font-weight: bold;
}

.image-block-collage-text-alignment-left .sqs-block-image .design-layout-collage .image-card>* {
    text-align: left !important;
}
.sqs-block-image .design-layout-collage .image-subtitle-wrapper {
    font-size: 3.2vw;
}
.sqs-block-image .design-layout-collage .image-subtitle-wrapper {
    width: 100%;
}

.sqs-block-image .design-layout-collage .image-title-wrapper+.image-subtitle-wrapper .image-subtitle {
    margin-top: 4%;
}
body:not(.image-block-collage-dynamic-font-sizing) .sqs-block-image .design-layout-collage .sqs-dynamic-text {
    font-size: initial !important;
}
.sqs-dynamic-text {
    min-width: 100%;
    line-height: 1em;
}
/*	----------------------------------------------------------
	Seeds Page
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.seeds-breadcrumb {
    background-color: #222;
    background: url(../images/bread-bg/seeds.jpg);
    background-size: cover;
    background-position: center;
    clear: both;
    color: #FFFFFF;
    padding: 40px 0px;
    text-align: center;
}

#growls {
    display: none;
}

.seeds-desc {
    margin: 70px 0;
}

.insight-about--content--title {
        margin-top: -37px;
        margin-left: 18px;
}

.insight-about--content--title img {
    width: 200px;
    margin-left: 43px;
}

.ion-ios-arrow-thin-right:before {
    content: "\00bb";
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    margin-top: 11px;
    margin-left: 7px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*	----------------------------------------------------------
	One Page
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.oone-desc {
    margin: 30px 0 50px;
}

.one-wrap .hvr-icon-spin {
    width: 100%;
}

.one-fimg {
    margin-top: 100px;
}

.one-fbordr {
    width: 100%;
    height: 410px;
    position: relative;
    border: 3px solid #323333;
}

.one-fimg img {
    width: 100%;
    height: 409px;
    position: absolute;
    margin: -40px 0 0 -40px;
}

.one-fimg img,.one-secimg img {
    filter: brightness(70%);
    -webkit-filter: brightness(70%);
    -moz-filter: brightness(70%);
    -o-filter: brightness(70%);
    -ms-filter: brightness(70%);
}

.bg {
    height: 410px;
    background: #e4f5fd;
    position: relative;
    margin-right: -200px;
    z-index: -1;
    width: 350px;
    float: right;
    margin-top: 50px;
    opacity: 0;
}

.one-p {
    font-size: 16px;
    line-height: 1.5;
    padding-top: 30px;
}
/*	----------------------------------------------------------
	Products Page
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.extended-prod {
    margin: 30px 0 50px;
}
/*	----------------------------------------------------------
	Farm Page
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.farm-img img {
    width: 100%;
}

.farm-wrap p {
    font-size: 18px;
}

.link-farms {
    margin-top: 10px;
}

.link-farms img {
    filter: brightness(70%);
    -webkit-filter: brightness(70%);
    -moz-filter: brightness(70%);
    -o-filter: brightness(70%);
    -ms-filter: brightness(70%);
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
  background: linear-gradient(45deg, #ff89e9 0%,#05abe0 100%);
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 3em;
  text-align: center;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-40px,0,0);
  transform: translate3d(-40px,0,0);
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #141b4b;
    position: relative;
    font-size: 17px;
    background-color: rgba(250,250,250,.7);
    padding: 15px 20px;
    text-align: center;
    top: 50px; 
}

.hovereffect .overlay:before {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #fff;
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-20px,0,0);
  transform: translate3d(-20px,0,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
    margin-top: 70px;
  /*opacity: 0;*/
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
}

.hovereffect:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect:hover .overlay:before,
.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.innerfarm-wrap {
    margin: 30px 0 0 !important;
}

.innerc-wrap .partners-wrap {
    margin-top: 30px;
}

.farm-map {
    margin-top: 50px;
}

.farm-map iframe {
    width: 100%;
    height: 500px;
}

/*	----------------------------------------------------------
	Pack House Page
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.Pack_header #sticky.stick {
    z-index: 999;
}

.packdesc-wrap {
    background: #141b4b;
    margin-left: -190px;
    padding: 25px 20px;
    width: 380px;
    margin-top: 100px;
}

.pack-dwrap {
    margin-left: -45px;
   /* padding: 25px 20px;*/
}

.pack-desc {
    margin-left: -17px;
}

.pack-desc h3 ,.pack-desc h5 {
    color: #fff;
}

.line2 {
    width: 100%;
    margin: 10px 0 10px -20px;
    border: 2px solid #fff;
}

.overllay {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.overllay .play {
    position: absolute;
    width: 120px;
    height: 120px;
    top: 40%;
    left: 45%;
}

.card .card-img-top ,.ppack-pack img {
    filter: brightness(50%);
    -webkit-filter: brightness(50%);
    -moz-filter: brightness(50%);
    -o-filter: brightness(50%);
    -ms-filter: brightness(50%);
}

.ppack-pack {
    margin-top: 50px;
}
/*	----------------------------------------------------------
	Sustainability Page
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.Sustainability-wrap {
    margin-bottom: 40px !important;
}

.slide-content-text {
    padding-right: 80px;
}

.slide-content-text p {
     line-height: 1.2;
}

.slide-side-text {
    font-size: 1em;
}

.slide-content-cta {
    margin-left: 35px;
}


.FoodSafety-wrap {
    margin: 30px 0 0;
}

.FoodSafety-wrap ul li {
    margin-bottom: 50px;
}

.FoodSafety-wrap ul li img {
    height: 100px;
}

.FoodSafety-first ,.FoodSafety-third {
    width: auto !important;
    position: relative;
    float: right;
}

.FoodSafety-second {
    width: auto !important;
    position: absolute;
    top: 14%;
    z-index: 1;
}

.FoodSafety-third {
    float: left;
}

.quality {
    margin-top: 15px;
}
/*	----------------------------------------------------------
	Contact Page
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.contactus-wrap {
    margin-bottom: 30px !important;
}

.contact-map iframe {
    width: 100%;
    height: 350px;
}

.contact-title h3 {
    font-size: 22px;
    font-weight: bold;
}

.line2 {
    width: 20px;
    margin: 10px 0;
    border: 1px solid #141b4b;
}

.cont-details p ,.message-wrap p {
    font-size: 16px;
}

.cont-info {
    margin-top: 20px;
    padding: 2px 15px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 23px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 23px 1px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 23px 1px rgba(0,0,0,0.3);
}

.cont-info li {
    padding-bottom: 7px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cont-info i {
    color: #141b4b;
    font-size: 18px;
    text-align: center;
}

.cont-info span {
    font-size: 16px;
}

.form-con input,.form-con select ,.form-con textarea {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    padding-left: 7px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.form-con select,.form-con input::placeholder,.form-con textarea::placeholder {
    color: #8e8e8e ;
}

.dropdownplus {
    color: #141b4b;
}

.form-con textarea {
    height: 100px;
}

.form-con button {
    float: right;
    padding: 10px 45px;
    background: #141b4b;
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 3px;
}

.form-con button:hover {
    opacity: .7;
}

/*	----------------------------------------------------------
	Grape Page
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.grape-about {
    width: 100%;
    height: 250px;
}

.grape-about img ,.grape-about2 img {
    width: auto;
    height: 100%;
    margin: 0 auto;
    display: block;
}

.grape-about2 {
    width: 100%;
    height: 300px;
}

.grape-desc h3 {
    text-transform: uppercase;
    font-size: 22px;
}

.line3 {
    width: 100%;
    border: 1px solid #eee;
    margin: 10px 0 0;
}

.bg-list {
    background: #f5f5f5;
}

.first-table p {
    font-size: 18px;
    padding-top: 7px;
}

.table>thead>tr>th {
    font-size: 22px;
    font-weight: bold;
}

.table>tbody>tr>td {
    font-size: 16px;
}

.pproduct-lasttab>tbody>tr>td {
    font-size: 18px;
}

.special {
    width: 45px;
    height: 30px;
    text-align: center;
}

.special img {
    width: auto;
}

.title-img {
    width: 50px !important;
    height: 50px;
    margin-right: 7px;
    border-radius: 50px;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    vertical-align: middle;
}

.table>thead>.sec-th>th {
    font-size: 18px;
    font-weight: bold;
}








.last-cont {
    width: 100%;
    text-align: center;
}

.portfolioFilter {
  padding: 25px 0;
}

.portfolioFilter a {
    margin-right: 0;
    color: #141b4b;
    text-decoration: none;
    background: #fff;
    border: 1px solid #141b4b;
    padding: 8px 25px;
    border-radius: 5px;
    display: inline-block;
}

.portfolioFilter a.current {
  background: #141b4b;
  border: 1px solid #141b4b;
  color: #fff;
}

.portfolioContainer{
  border: 1px solid #fff;
  border-radius: 3px;
}

.portfolioContainer img {
  max-width:100%;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

 .event-list-style-1 .image {
     width: 100%;
     height: 250px;
    margin-bottom: 30px;
}

.event-list-style-1 .image > a, .event-list-style-1 .image > a:visited {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
}

.event-list-style-1 .image > a:before {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.4) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.4) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 );
    display: block;
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 6px;
}

.event-list-style-1 .image img {
    width: 100%;
    height: 100%;
    display: block;
}

.event-list-style-1 .image .status {
    position: absolute;
    z-index: 1;
    bottom: 20px;
    left: 20px;
    font-size: 12px;
    text-transform: uppercase;
    list-style: none;
    margin: 0px;
    background: #FFFFFF;
    padding: 6px 20px;
    border-radius: 25px;
    font-weight: 500;
    color: #ca1f2e;
}

.event-list-style-1 .image .price {
    position: absolute;
    z-index: 1;
    bottom: 20px;
    right: 20px;
    font-size: 12px;
    text-transform: uppercase;
    list-style: none;
    margin: 0px;
    color: #FFFFFF;
    padding: 6px 20px;
    border-radius: 25px;
    font-weight: 500;
    background: #ca1f2e;
}

.event-list-style-1 .title {
    color: #222222;
    font-size: 19px;
    line-height: 1.4;
    font-weight: 700;
}

.event-list-style-1 .details {
    margin-top: 10px;
    margin-bottom: 5px;
    width: 100%;
}

.event-list-style-1 .details > div {
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 10px;
}

.event-list-style-1 .details .category {
    font-size: 12px;
    text-transform: uppercase;
}

.event-list-style-1 .details .category .post-categories {
    list-style: none;
    margin: 0px;
    color: #FFFFFF;
    padding: 6px 20px;
    border-radius: 25px;
    font-weight: 500;
    background: #ca1f2e;
}

.event-list-style-1 .details .category .post-categories span {
    display: block;
}

.event-list-style-1 .details .category .post-categories a, .event-list-style-1 .details .category .post-categories a:visited {
    color: #FFFFFF;
}

.event-list-style-1 .details > div {
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 10px;
}

.event-list-style-1 .details .date, .event-list-style-1 .details .location {
    font-size: 12px;
    color: #888888;
    align-items: center;
}

.event-list-style-1 .details .date i ,.event-list-style-1 .details .location i {
    font-size: 15px;
    color: #ca1f2e;
    margin-right: 3px;
}

.event-list-style-1 .details > div:last-child {
    margin-right: 0;
}

.event-list-style-1 .title a, .event-list-style-1 .title a:visited {
    color: #222222;
}

.more-events {
    margin: 30px 0;
}

.more-events a {
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    background: #ca1f2e;
    border: 1px solid #ca1f2e;
    padding: 12px 50px;
    border-radius: 25px;
}

.more-events a:hover {
    color: #ca1f2e;
    background: #fff;
}




























 
 

/*	----------------------------------------------------------
	Contact Page
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.contact-wrap {
    margin-bottom: 50px;
}

.contact-wrap h3 {
    font-size: 22px;
    color: #ca1f2e;
    font-weight: bold;
}

.contact-wrap p {
    font-size: 1.2em;
}

.contact-wrap input ,.contact-wrap textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
    
.contact-wrap textarea {
    height: 200px;
}

.contact-wrap button {
    color: #fff;
    background: #ca1f2e;
    border: 1px solid #ca1f2e;
    float: right;
    padding: 8px 40px;
    font-size: 18px;
    border-radius: 3px;
}

.contact-wrap button:hover {
    color: #ca1f2e;
    background: #fff;
}

.contact-desc h4 {
    font-weight: bold;
    color: #ca1f2e;
}



.contact-desc p span {
    font-weight: bold;
}

.contact-wrap .map iframe {
    width: 100%;
    height: 300px;
    margin-top: 20px;
}

.special-prodd li a:first-of-type {padding: 7px 0 12px !important;}

.just-this img {height: 200px !important;}

.mobile-drop {display: none !important;}

.fnc-nav__control:hover,.fnc-nav__control:focus {color: #fff;}
/*	----------------------------------------------------------
	Responsive Structure
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
@media only screen and ( min-width: 992px) and ( max-width: 1199px ) {
    .carousel, .carousel img, .carousel-inner {height: 500px;}
    .carousel img {height: 100% !important;position: inherit;margin-top: 0px;}
    .newsletter-form {float: none; margin-left: 0;}
    .newsletter-form input {width: 100%; min-width: inherit;}
    .TESTIMONIAL ,.NEWS .block-image img ,.TESTIMONIAL-title {padding-bottom: 0 !important;}
    .videos-wrap {min-width: inherit;height: auto;padding-bottom: 30px;}
    .homemap-wrap {margin: 0;}
    .hm_video video {margin: 0; height: auto;}
    .product-sect h3 {font-size: 28px;}
}

@media only screen and ( min-width: 768px) and ( max-width: 991px ) {
    .nav>li>a {padding: 10px 8px;}
    .subscribe-call-to-acton {padding: 30px 0 0 0;}
    .ts-newsletter:before {border:none;}
    .ts-newsletter {min-height: inherit;padding: 0 0 15px 0; background: transparent;}
    .newsletter-form {float: none; margin-left: 0;}
    .newsletter-form input {width: 100%; min-width: inherit;}
    .sub-adwrap {background-size: 100% 100%!important;}
    .slz-icon-box-1.style-4 {padding-bottom: 80px;}
    .sec-st {padding-bottom: 0 !important;}
    .Sender ,.Shipper {padding: 20px 10px 80px;}
    .slz-pricing-table-01 {margin-bottom: 25px;}
    .pricing {padding-bottom: 10px !important;}
    .main-content {padding-left: 50px;}
    .serv-sad .content-wrapper {padding: 40px 0;}
    .TESTIMONIAL ,.NEWS .block-image img ,.TESTIMONIAL-title {padding-bottom: 0 !important;}
    .navbar-custom .navbar-nav li a {font-size: 17px;}
    .contact-icons .media {height: auto;}
    .carousel-caption .title {font-size: 45px;line-height: 40px;}
    .carousel-caption .category {margin: 0 auto 15px;}
    .event-search-tool button {padding: 11px 0;}
    #sticky.stick .logo img {margin-top: -8px;}
    .timer li {padding: 0 50px;}
    .videos-wrap {min-width: inherit;height: auto;padding-bottom: 30px;}
    .homemap-wrap {margin: 0;}
    .hm_video video {margin: 0; height: auto;}
    .product-sect img {width: 100%;}
    .navbar-nav>li>.mega-dropdown-menu {margin-top: -46px;}
    .mega-dropdown-menu:before,.mega-dropdown-menu:after {left: 322px;}
    .mega-dropdown-menu ,.secmega-dropdown-menu {width: 100%;margin-left: 0 !important;}
    .vtitle {right: 130%;}
    .mtitle {right: -33%;}
    .sqs-block-image .design-layout-collage:not(.sqs-narrow-width).image-position-left .image-card ,.sqs-block-image .design-layout-collage:not(.sqs-narrow-width) .image-card-wrapper, .sqs-block-image .design-layout-collage:not(.sqs-narrow-width)>div:first-child {width: 100%; margin: 0;text-align: left;}
    .insight-about--main-img ,.wpb_wrapper p, .wpb_wrapper img {padding: 0;}
    .insight-about--content--title img {margin-left: 0;margin-top: 46px;}
    .insight-about--carousel {left: 0;}
    .product-sect h3 {font-size: 20px;}
    .grape-about2 img {width: 100%;}
    .bs-example {overflow: scroll;}
    .hovereffect h2 {top: 0;}
    .hovereffect a, .hovereffect p {margin-top: 10px;}
    .overllay .play {top: 30%;}
    .FoodSafety-second {display: none;}
    .banner-wrap h1 {font-size: 42px;}
    .fnc-nav__control {width: 150px;}
    .fnc-nav__bgs {height: 0;}
    .fnc-slide__content {top: 30%;}
    .fnc-slide__heading-line {font-size: 14px;}
}

@media only screen and ( min-width: 320px) and ( max-width: 767px ) {
    .navbar-toggle {border: 1px solid #fff; margin-top: 15px;}
    .navbar-toggle .icon-bar {background: #fff;}
    .logo img {margin-top: 0; padding: 6px 15px 0 5px;}
    #sticky.stick .logo img {width: 85px;margin-top: 0;padding: 6px 15px 0 5px;}
    #sticky.stick .navbar-toggle {border: 1px solid #141b4b;}
    #sticky.stick .navbar-toggle .icon-bar {border: 1px solid #141b4b;}
    .nav>li {display: block;}
    .navbar-nav .open .dropdown-menu {text-align: center;}
    .mobile-dromenu {display: block;text-align: center;}
    .mega-dropdown-menu ,.secmega-dropdown-menu {mar.insight-about--content--titlegin: 0 !important;padding: 0;}
    .mega-dropdown-menu:before,.mega-dropdown-menu:after {display: none;}
    .topbar-main .nav > li > a {padding: 15px 10px 10px;}
    .navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {padding: 5px 0 5px 10px;}
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {margin-left: 0;}
    .navbar-nav {margin: 7.5px 10px;}
    .banner-wrap h1 {font-size: 17px;line-height: 70px;}
    .banner-wrap h2 {font-size: 18px;}
    .home-about p {padding: 0 15px;}
    .content-wrap {margin-top: 255px;}
    .timer li {border: none;}
    .sec-col img ,.first-col img {display: none;}
    .videos-wrap {min-width: inherit;height: auto;padding-bottom: 30px;}
    .homemap-wrap {margin: 0;}
    .hm_video video {margin: 0; height: auto;}
    .product-sect img {width: auto;}
    .carousel, .carousel img, .carousel-inner {height: 480px;}
    .carousel img {height: 580px !important; position: inherit;margin-top: 0px;}
    .carousel-caption {top: 30px;}
    .carousel-caption h1 {font-size: 40px;}
    .carousel-caption .title {font-size: 45px;line-height: 40px;}
    .carousel-caption .buttons a {display: block;margin: 0 0 16px;}
    .carousel-caption .category {margin: 43px auto 15px;}
    .carousel-caption p.capt-head {padding: 0; line-height: 33px;}
    .menu-extras .navbar-right {float: none !important;}
    .menu-extras .dropdown-menu {position: absolute !important; background: #fff !important;}
    .topbar-main .dropdown-menu {min-width: 102px;}
    .topbar-main .dropdown-menu li span {color: #000;}
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {margin-top: 20px; background: #fff;}
    .navbar-custom .navbar-nav li a {color: #fff;padding-top: 17px;}
    .container>.navbar-collapse {background: rgba(0,0,0,0.9);margin-top: 14px;}
    .more_hover ,.Services-menu ,.copyright-info ,.footer-menu {text-align: center;}
    .more_hover li {display: block;}
    .slz-tab-vertical .tab-list li {width: 80px; padding-left: 10px;margin-right: 35px;}
    .slz-tab-vertical .tab-list-wrapper:before {right: 21px;}
    .wpb_wrapper p ,.wpb_wrapper img {padding-right: 10px;}
    .Quotes {padding: 0 15px;}
    .ad-chan {padding: 7px 0 0;}
    .subscribe-call-to-acton {padding: 30px 0 0 0;}
    .ts-newsletter:before {border:none;}
    .ts-newsletter {min-height: inherit;padding: 0 0 15px 0; background: transparent;}
    .newsletter-form {float: none; margin-left: 0;}
    .newsletter-form input {width: 100%; min-width: inherit;}
    .footer-menu {margin-top: 10px;}
    .footer-menu ul li {padding-top: 15px;}
    .secad-desc {padding-top: 40px;}
    .header-wrap {height: 320px;}
    .title-command-wrapper {width: 100%;}
    .head-bg ,.shipping-bg , .Import-bg ,.Products-bg ,.Contact-bg ,.estate-bg ,.Consulting-bg ,.news-bg {height: 250px;}
    .benef-desc {padding: 0 15px;}
    .iimport-tite .title {font-size: 40px;}
    .Realestate_wrap {margin-bottom: 0;}
    .no-padding ,.no-padding2 {padding: 15px;}
    .contact-icons .media {margin-bottom: 30px;}
    .about-img iframe {margin-top: 40px;}
    .about-title .subtitle {font-size: 12px;}
    .slz-icon-box-1.style-4 {padding-bottom: 80px;}
    .slz-icon-box-1.lst-st {padding-bottom: 0!important;}
    .Sender h1, .Shipper h1 {font-size: 28px;}
    .Sender ,.Shipper {padding: 4px 10px 80px;}
    .no-padding, .no-padding2 {padding: 0;}
    .quote-item {padding: 0 30px; box-shadow: none; -webkit-box-shadow: none;}
    .slz-pricing-table-01 {margin-bottom: 15px;}
    .pricing {padding-bottom: 20px !important;}
    .NEWS .sub-content {margin: 0 auto;display: block;}
    .NEWS .about-title .subtitle-inner {padding: 0 10px;}
    .f-footer {padding: 30px 0 !important;}
    .serv-sad .content-wrapper {padding: 0;}
    .TESTIMONIAL ,.NEWS .block-image img ,.TESTIMONIAL-title {padding-bottom: 0 !important;}
    .about-title {padding: 20px 0;}
    .quote-title {padding: 50px 0 30px;}
    .no-padding, .no-padding2 {padding: 0 15px;}
    #sec-produt {margin-bottom: 30px !important}
    .contact-icons .media {height: auto;}
    .intrinsic ,.vtitle {display: none;}
    .sqs-block-image .design-layout-collage:not(.sqs-narrow-width).image-position-left .image-card ,.sqs-block-image .design-layout-collage:not(.sqs-narrow-width) .image-card-wrapper, .sqs-block-image .design-layout-collage:not(.sqs-narrow-width)>div:first-child {width: 100%; margin: 0;text-align: left;}
    .insight-about--main-img ,.wpb_wrapper p, .wpb_wrapper img {padding: 0;}
    .insight-about--content--title img {margin-left: 0;margin-top: 46px;}
    .insight-about--carousel {left: 0;}
    .one-fimg img {margin: -40px 0 0 -33px;}
    .product-sect h3 {font-size: 28px;}
    .grape-about img, .grape-about2 img {width: auto !important;}
    .bs-example {overflow: scroll;}
    .portfolioFilter a {margin-bottom: 7px;}
    .hovereffect {margin-top: 15px;}
    .overllay {height: auto;}
    .card-deck {padding-right: 15px !important;}
    .overllay .play {top: 19%;left: 33%; width: 100px !important;height: 100px;}
    .packdesc-wrap {margin-top: 20px;width: auto;margin-left: 0;}
    .mob-padd {padding: 0 15px !important;}
    .pack-dwrap ,.pack-desc {margin-left: 0;}
    .FoodSafety-first, .FoodSafety-third ,.FoodSafety-second {display: none;}
    .slide-content-text {padding: 5px;}
    .slide-content-text > p {padding-left: 0 !important;}
    .farm-wrap p {font-size: 16px;}
    .banner-swrap {background-size: cover;}
    .fnc-nav__control {width: 50%;}
    .fnc-nav__bgs {height: 0;}
    .fnc-slide__content {left: 15px;top: 20px;}
    .fnc-slide__heading-line {font-size: 14px;}
    .mega-dropdown-menu {margin: 0 !important;}
    .about-desc img {width: 100% !important;}
    .grape-about img, .grape-about2 img {width: auto !important;}
    .titles h4 {font-size: 16px;}
    .one-fbordr {display: none;}
    .mega-dropdown {display: none !important;}
    .mobile-drop ,.img-mobbile {display: block !important;}
    .one-fimg {margin-top: 30px;}
    .one-p {padding-top: 15px;}
    .sqs-block-image .design-layout-collage .image-title-wrapper+.image-subtitle-wrapper .image-subtitle {margin-top: 0;}
    .banner-wrap h1 {font-family: auto;}
    .hovereffect a, .hovereffect p {opacity: 1;}
    .fnc-nav__control {padding-top: 15px; line-height: 0;}
    .fnc-nav__control.m--active-control {padding-top: 0;}
}


@media only screen and ( min-width: 501px) and ( max-width: 767px ) {
    .grape-about img, .grape-about2 img {width: auto !important;}
}


@media only screen and ( min-width: 320px) and ( max-width: 349px ) {
    .content-wrap {margin-top: 350px;}
}



































