/*

Theme Name: NT Agricom
Theme URI:  http://ninetheme.com/
Author: Ninetheme
Author URI: http://ninetheme.com/about
Description: We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.7.5
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: custom-colors, custom-menu, editor-style, featured-images, post-formats, threaded-comments, translation-ready
Text Domain: nt-agricom
Domain Path: /languages

*/


.custom-btn,
.custom-btn:hover{
	color: #fff!important;
}

.menu-item.active a,
span.caret,
.top-bar--style-1:not(.fixed) #top-bar__navigation > ul > li > a:not(:hover):not(:focus){
	color: #fff!important;
}
.menu-item.active a:after{
	border-color: #fff!important;
}
#vegas-slider .vegas-dots a:hover, #vegas-slider .vegas-dots a.active,
.feedbacks--style-1 .owl-theme .owl-dots .owl-dot span{
	box-shadow: 0 0 0 8px #ffffff inset;
}

.start-screen__content .custom-btn.big.primary{
	color: #fff!important;
}
.custom-btn.big.primary{
	color: #2e2382!important;
}
.custom-btn.big.primary:hover{
	color: #fff!important;
}
.wpb_wrapper .custom-btn.primary{
	color: #2e2382!important;
}
.wpb_wrapper .custom-btn.primary:hover{
	color: #fff!important;
}

footer .widget input.wpcf7-form-control.wpcf7-submit{
	border-color: transparent;
}


.start-screen__content .title{
	font-family: "merriweather"!important;
}
@media only screen and (min-width: 1200px){
	.start-screen__content .title{
		font-size: 130px;
	}
}

#top-bar__navigation li a:after{
	display: none!important;
}

.footer__menu{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#footer .footer__menu li{
	margin-top: 0;
}
.footer__menu li:not(:last-child){
	margin-right: 35px;
}
.footer__inner .row{
	align-items: center;
}

.gallery .gallery__item{
	padding: 0 5px;
	box-sizing: border-box;
}
.gallery .gallery__item .gallery__item__title{
	margin-bottom: 5px;
}

@media only screen and (min-width: 768px){
	#footer{
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 991px){
	.footer__inner .row{
		text-align: center;
		justify-content: center;
	}
	.footer__menu{
		justify-content: center;
	}
	#footer{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	footer .widget{
		margin-bottom: 0;
	}
}

.gallery__item figure .gallery__item__title{
	text-transform: uppercase;
}

#home-partners .vc_row{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#home-partners .vc_row img{
	max-width: 175px;
	max-height: 100px;
    width: auto;
}
.wpb_column.vc_column_container.vc_col-has-fill .vc_column-inner{
	padding-top: 0;
}

@media screen and (max-width: 991px){
	#home-partners .vc_row img{
		max-width: 124px;
		max-height: 60px;
	}
	.wpb_single_image .vc_single_image-wrapper,
	.wpb_single_image .vc_figure{
		width: 100%!important;
		text-align: center;
	}
}
@media screen and (max-width: 768px){}
@media screen and (max-width: 576px){}








.header-language {
   position: relative;
	top: 5px;
   padding: 10px;
}
.header-language.active .hover-language{
    max-height: 80px;
    opacity: 1;
}
#top-bar__navigation .active-language .lang-item {
    display: none !important;
}
#top-bar__navigation .active-language .current-lang {
    display: flex !important;
}
.active-language ul {
	margin-bottom: 0px;
}
.active-language a {
	pointer-events: none;
}
.hover-language ul {
	margin-bottom: 0px;
}
.active-language .current-lang a {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
	display: block;
    letter-spacing: 0.06em;
    color: #333333 !important;
}
.hover-language {
   position: absolute;
   bottom: 0px;
   overflow: hidden;
   max-height: 0px;
   transition: 0.35s;
   left: 50%;
   transform: translate(-50%, 100%);
   background: #fff;
   box-shadow: 0px 0px 4px rgba(0,0,0, 0.15);
   border-radius: 10px;
}
body .hover-language a {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.06em;
    color:  #333333 !important;
}
body .hover-language a:hover {
    color: #333333 !important;
    text-decoration: underline;
} 
.hover-language ul {
    padding: 6px 10px;
}
#top-bar__navigation .hover-language .lang-item {
	display: block !important;
}
#top-bar__navigation .hover-language .current-lang {
    display: none !important;
}

.active-language .current-lang:after {
    content:'';
    display: block;
    width: 8px;
    height: 8px;
    margin-left: 3px;
    transform: rotate(-45deg);
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
    transition: 0.25s;
	position: relative;
	top: -3px;
}
.active-language .current-lang {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-language {
	display:none;
	padding-right: 0px;
}
@media screen and (max-width: 767px){
	.header-language {
		display: block;
	}
	#top-bar__navigation {
		align-items: center;
	}
	#top-bar__navigation ul {
		margin-bottom: 0px;
	}
}
@media screen and (max-width: 500px){
	#top-bar__logo {
		width: 110px !important;
	}
}
@media screen and (max-width: 359px){
	#top-bar__logo {
		width: 90px !important;
	}
	.custom-btn {
    	min-width: 95px;
    	padding: 10px 6px 10px;
    	font-size: 11px;
	}
	#top-bar #top-bar__navigation .li-btn .custom-btn.primary {
		top: 6px;
	}
	.header-language {
		top: 6px;
	}
	#top-bar {
		height: 65px;
		min-height: 65px;
	}
}



#home-galley .gallery__item {
	height: 271px;
}
#home-galley .col-xs-12:first-child .gallery__item{
	height: auto;
}
@media screen and (max-width: 1200px){
	#home-galley .gallery__item {
		height: 296px;
	}
}
@media screen and (max-width: 992px){
	#home-galley .gallery__item {
		height: 330px;
	}
}
@media screen and (max-width: 767px){
	#home-galley .gallery__item {
		height: 241px;
	}
}
@media screen and (max-width: 576px){
	#home-galley .gallery__item {
		height: 289px;
	}
	#home-galley .gallery__item .gallery__item__inner {
		height: 100% !important;
	}
	#home-galley .gallery__item .gallery__item__inner img {
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	#home-galley .gallery__item .gallery__item__inner figure {
		height: 100%;
		padding: 0px;
	}
}