.meta-text{
    font-family:'LatoR';
}
.andevis-logo-svg{
    width:65%;
    //margin-left:41px;
}

/**
 * Menu styles needed to make JS work
 */
ul.dropdown-menu{
	border: 0;
	border-radius: 10px;
}
.dropdown:hover>.dropdown-menu {
	display: block;
	max-height: 400px;
	opacity: 1;
}
.dropdown:hover>.dropdown-menu {
	display: block;
}
.dropdown-toggle>.dropdown-menu, .dropdown > .dropdown-menu {
	margin: 0;
// For animation
transition: all 0.3s;
	max-height: 0;
	display: block;
	overflow: hidden;
	opacity: 0;
}
.portfolio-back{
    font-size: 16px;
    background-color: #6d4147;
    border-radius: 5px;
    padding: 5px;
    padding-left:10px;
    padding-right:10px;
    color: #fff;
    text-decoration: none;
    transition:.5s;
    vertical-align: middle;
}
.portfolio-back:hover{
    background-color: #CF142B;
    color: #fff;
    text-decoration: none;
}

.nav-item.active{
    font-weight:bold;
    background-color:#a62633 !important;
    border-radius:5px;

}
.menu-item{
    margin-right:5px;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
	color: #fff;
	font-family:'LatoB';
	-webkit-font-smoothing: antialiased;
}
#main-nav{
    border-top-left-radius: 90px;
    border-bottom-right-radius: 90px;
    border-top-right-radius: 90px;
    border-bottom-left-radius: 90px;
}
.navbar-nav .nav-link{
    color:#fff !important;
    font-family: "LatoR";
    font-size:14px;
    padding:10px;
    padding-left:12px !important;
    padding-right:12px !important;
				letter-spacing:1px;
}
#navbarNavDropdown{
    padding:10px;
}
.flex-row{
    width:100%;
    display:flex;
    vertical-align: middle;
    align-items: center;
}
.search-area-header{
    position: absolute;
    right: 32px;
				top: 18px;
}
.language-switcher{
	position: absolute;
	top: 18px;
	right: 22%;
}
.language-switcher .trp-ls-shortcode-current-language{
	border-radius: 40px !important;
}
.language-switcher .trp-ls-shortcode-current-language{
	width: 50px !important;
}
.trp-ls-shortcode-language{
	width:50px !important;
}
#ajaxsearchlite1{
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 40px;
}
#ajaxsearchlite1 .probox{padding:5px;}


/**
    Header
 */
.content-area,{
	margin-top: -100px;
	margin-bottom: 100px;
}
.generic-cover{
	right: 22%;
	top: 20%;
	position: absolute;
	width: 13%;
	z-index: 0;
	transition:.5s;
}
.portfolio-cover{
	right: 19%;
	top: 28%;
	position: absolute;
	width: 22%;
	z-index: 0;
	transition:.5s;
}
.frontpage-cover{
	right: 19%;
	top: 28%;
	position: absolute;
	width: 28%;
	z-index: 0;
	transition:.5s;
}
@media only screen and (max-width: 2560px) {
    .frontpage-cover{
        right: 27%;
        top: 18%;
        position: absolute;
        width: 22%;
    }
}
@media only screen and (max-width: 1920px) {
    .frontpage-cover{
        right: 20%;
        top: 28%;
        width: 23%;
    }
}
@media only screen and (max-width: 1680px) {
    .frontpage-cover{
        right: 16%;
        top: 33%;
        position: absolute;
        width: 29%;
    }
}
@media only screen and (max-width: 1024px) {
    .frontpage-cover{
       display:none;
    }
}
/**
	Product blocks header frontpage
 */
.spacer{
	padding-top:15px;
	padding-bottom:15px;
}
.product-no-bg{
	background-color: transparent !important;
}
.product-content a:hover > img{
    background-color:#dbdbdb;
    padding:8px;
    border-radius:5px;
    transition:.5s;
}
.product-link a:hover > .product-content img{
    background-color:#dbdbdb;
    padding:8px;
    border-radius:5px;
    transition:.5s;
}
.product-content .legend-bullet-wrap{
    margin-top:5px;
}
.product-content .legend-bullet{
    width:20px;
    height:7px;
    background-color:#d5cbcc;
    border-radius:5px;
    margin:0 auto;
}
.product-content .legend-bullet.active{
    background-color:#CF142B;
}
.product-block{
	min-height:125px;
    transition:.5s;
}
.product-block:hover{
    cursor:pointer;
}

.product-content img{
    height:100%;
}
.product-content{
	padding:10px;
	text-align:center;
}
.product-content-xs{
	padding:20px;
	padding-top:0px;
	text-align:center;
}
.product-link{
	padding-top:20px;
}
.product-slogan{
	font-size:36px;
	font-weight:bold;
	font-family:'PoppinsM';
    max-width: 700px;
    overflow-wrap: break-word;
}
.product-link a{
	font-family: "RalewayXB";
	text-transform: uppercase;
	text-align: center;
	width:200px;
	height:200px;
	color:#000000;
	font-size:16px;
}

/**
	Service listing
 */
.services-section{
	margin-top: -50px;
}
.service-listing{
	padding-top:50px;
}
.service-box{
	margin-bottom:30px;
}
.service{
	background-color:#fff;
	padding:20px;
	box-shadow: 2px 3px 13px 2px #dbdbdb;
}
.service .title{
	padding-top:20px;
	font-family: "LatoB";
	color:#457B9D;
    font-weight:bold;
	font-size:18px;
}
.service .text{
	padding-top:20px;
	line-height:30px;
	font-size:16px;
	min-height:109px;
	height:109px;
	overflow:hidden;
}
.service .arrow-right{
	padding-left:20px;
}
.service .link{
	padding-top:20px;
}

/**
	Benefits section
 */
.benefits-section{
	padding-top:50px;
	padding-bottom:50px;
	background-image:url('../img/coaching2.png');
    background-position: 25vh 22vh;
    background-size: 70%;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 2560px) {
    .benefits-section{
        background-position: 37vh 13vh;
        background-size: 58%;
    }
}
@media only screen and (max-width: 1920px) {
    .benefits-section{
        background-position: 25vh 22vh;
        background-size: 70%;
    }
}
@media only screen and (max-width: 1680px) {
    .benefits-section{
        background-position: 21vh 28vh;
        background-size: 76%;
    }
}
@media only screen and (max-width: 1440px) {
    .benefits-section{
        background-position: 17vh 44vh;
        background-size: 81%;
    }
}

.benefit{
	margin-bottom:20px;
}
.benefit h4{
	padding-top:10px;
	color:#457B9D;
}
.benefit .text{
	color:#343434;
	line-height:30px;
	font-size:15px;
}
/**
	Feedback
 */
.slick-current.slick-active{

}
.no-pad{
	padding-left:0px;
	padding-right:0px;
}
#fb-prev-button{
	position: absolute;
	z-index: 99999;
	left: 38%;
	margin-top: -280px;
	cursor:pointer;
}
#fb-next-button{
	position: absolute;
	z-index: 99999;
	right: 38%;
	margin-top: -280px;
	cursor:pointer;

}
#fb-prev-button img{
	transform: rotate(
			180deg
	);
}
.slick-current.slick-active .feedback-box{
	border-radius:35px;
	background-color:#434141;
	padding:20px;

	text-align:center;
	font-family:'PoppinsR';
	line-height:35px;
	min-height:255px;
	background-color:#CF142B !important;
	transform: scale(1);

}
.feedback-box{
	border-radius:35px;
	background-color:#434141;
	padding:10px;

	text-align:center;
	font-family:'PoppinsR';
	line-height:35px;
	min-height:255px;
	margin-right: 50px;
	margin-left: 50px;
	transform: scale(0.85);
}
.feedback-xs{
	border-radius:35px;
	background-color:#434141;
	padding:10px;

	text-align:center;
	font-family:'PoppinsR';
	line-height:35px;
	min-height:255px;

}
.feedback-box .text{
	padding-top:50px;
	padding-bottom:50px;
	color:#fff;
}
.feedback-xs .text{
	padding-top:30px;
	padding-bottom:30px;
	color:#fff;
}
.feedback-red{
	background-color:#CF142B !important;
}
.text-red{
    color:#CF142B !important;   
}
.feedback-bubble{
	width:18px;
	height:18px;
	background-color:#434141;
	margin: 0 auto;
	border-radius:40px;
	margin-top:20px;
	margin-bottom:20px;
}
.feedback-name{
	font-size:20px;
}
.reviews-listing .buttons{
	position: absolute;
	z-index: 9999;
	text-align: center !important;
	left: 48%;
	margin-top: -118px;
}
.reviews-listing .buttons #prev-feedback-button{
	margin-right: 77px;
	margin-left: -16px;
}
.reviews-listing .buttons #prev-feedback-button,
.reviews-listing .buttons #next-feedback-button {
	color:#424242;
}
/**
	Trusted by
 */
.trusted-by-section{
	padding-top:50px;
	padding-bottom:50px;
}
.trusted-title{
	text-align:center;
	font-weight:bold;
	text-transform: uppercase;
	color:#B1ABAB;
}
.partner-area{
	margin-top:50px;
	background-color:#FAFAFA;
	border-radius:30px;
	padding-top:10px;
	padding-bottom:10px;
	z-index: -1;
}

.trusted-by-section .buttons{
	padding-top:30px;
	margin-bottom: -69px;
	padding-left: 30px;
	z-index: 99999;
	padding-right: 30px;
}
#prev-button, #next-button{
	color:#424242;
}
#prev-button{
	margin-right:100px;
}
/**
	Portfolio
 */
.portfolio-header-wrapper{
	padding-top:50px;
}
.portfolio-header-wrapper h2{
	font-family: "PoppinsM";
	font-size:30px;
}
.portfolio-header-wrapper h3{
	font-family: "PoppinsR";
	font-size:20px;
	line-height:30px;
    width:85%;

}
.portfolio-item{
	min-height:280px;
	background-size:cover;
	margin-bottom:30px;
}
.portfolio-item .overlay{
	min-height:280px;
	background-color:rgba(0,0,0,0.5);
	display:none;
	transition:.5s;
	transition-timing-function: ease-in;

}
.portfolio-item:hover .overlay{
	transition:.5s;
	transition-timing-function: ease-in;
	display:block;
}
.portfolio-item .content{
	padding-top:110px;
	color:#fff;
	font-family: "PoppinsB";

}
.portfolio-item .content a{
	color:#fff;
}
.single-portfolio{
	margin-top:-200px;
	min-height:100vh;
}
.single-portfolio h2{
	color:#363434;
	font-family: "PoppinsB";
	font-size:30px;
}
.single-portfolio h3{
	color:#363434;
	padding-top:20px;
	font-family: "PoppinsB";
	font-size:20px;
}
.single-portfolio .description{
	font-family: "PoppinsR";
	line-height:30px;
}
.single-portfolio .detail-row{
	margin-bottom:20px;
}

/**
	Company page
 */
.company-overview{
	padding-top:20px;
}
.company-overview h4{
	font-family: "PoppinsM";
	color:#CF142B;
	font-size:30px;
}
.company-overview h5{
	font-family: "PoppinsR";
	color:#343434;
	font-weight:400;
}
.overview-block{
	margin-bottom:20px;
}
.vision-block {
	margin-bottom:30px;
}
.vision-title{
	color:#343434;
	font-family: "PoppinsSemiBold";
	font-size:20px !important;
	vertical-align: middle;
	padding-top:10px;
}
.vision-title h3{
	font-size:20px;
}
.vision-title h3 img{
	margin-right:20px;
}
.vision-description{
	padding-top:10px;
	font-family: "RalewayR";
	line-height:30px;
}
.process-section{
	padding-bottom:80px;
}
.process-flow .process-step{
	background-color:#343434;
	padding:20px;
	color:#fff;
	min-height:230px;
	border:1px solid #707070;
}
.process-flow{
	padding-top:30px;
}
.process-red{
	background-color:#CF142B !important;
}
.process-step .number{
	text-align:right;
	font-size:30px;
	min-height:152px;
	font-family: "RalewayB";
}
.process-step .text{
	text-align:left;
	font-size:20px;
	font-family: "RalewayB";
	min-height:60px;
}
.marg-up{
	margin-top:-20px;
}
.red-process-line{
	height:5px;
	background-color:#CF142B;
	width:100%;
	margin-top:-280px;
}
.job-listing{
	padding-top:50px;
}
.job-offer{
	margin-bottom:20px;
}
.job-offer .header{
	background-color:#FCFCFC;
	padding:20px;
	box-shadow: 2px 3px 13px 2px #dbdbdb;
}
.job-offer .content{
	background-color:#FCFCFC;
	min-height:250px;
	padding:40px;
	padding-top:10px;
	box-shadow: 1px 5px 13px 2px #dbdbdb;
}
.job-offer .content .description{
	padding-top:7px;
}
.job-offer .content .details{
	padding-top:20px;
}
.job-offer .content .details .row{
	margin-bottom:10px;
}
.job-offer .description,
.job-offer .contact-message,
.job-offer .details {
	font-family: "RalewayR";
	line-height:30px;
}
.job-offer .content[data-open="0"]{
	display:none;
}
.open-job-offer{
	color:#CF142B;
}
.job-offer ul li{list-style-type:none;}
.job-offer ul li::before {
	font-size: 30px;
	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #CF142B; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 1em; /* Also needed for space (tweak if needed) */
	margin-left: -1em; /* Also needed for space (tweak if needed) */
}


/**
	Contact us page
 */
.contact-sub{
	padding-top:50px;
	font-family: "RalewayR";
	line-height:30px;
}
.contact-sub img{
	margin-top:10px;
}
.contact-form{
	background-color:#fff;
    box-shadow:2px 2px 2px 2px #dbdbdb;
	border-radius:25px;
	padding:20px;
	margin-top:-250px;
	color:#000 !important;
	font-family: "PoppinsR";

}
.nf-field-label label{
	font-size:12px !important;

}

.contact-form .ninja-forms-req-symbol{
	color:#000;
	font-weight:bold;
}
.contact-form input{
	background-color:transparent !important;
	border: 0px;
	padding-bottom:10px;
	border-bottom:1px solid #fff;
	border-left:0px !important;
	border-right:0px !important;
	border-top:0px !important;
	color:#000 !important;
}
.contact-form textarea{
	background-color:transparent !important;
	border: 0px;
	padding-bottom:10px;
	border-bottom:1px solid #fff;
	border-left:0px !important;
	border-right:0px !important;
	border-top:0px !important;
	min-height:150px !important;
	color:#000 !important;
}
.nf-form-content textarea.ninja-forms-field {
	height: 100px !important;
}
.contact-form input[type="button"]{
	background-color:transparent !important;
	border: 1px solid #000 !important;
	color:#000 !important;
}
.contact-form .nf-form-title{
    color:#CF142B;
}
.contact-form .nf-form-content {
    margin-top:20px;
}
.nf-error-msg{
	color:#000 !important;
}
.nf-pass{
	background-color:transparent !important;
}
.nf-error .ninja-forms-field{
	border-color: #fff !important;
}
.contact-info {margin-top: -224px;}
.info-row{
	margin-bottom:20px;
	font-family: "PoppinsR";

}
.info-row small{
	font-weight:bold;
	font-family: "PoppinsM";
}
.hidden{
	display:none;
}
#close-service-popup{
	color: #cf142b;
}
.google-map iframe{
	width:100% !important;
	height:500px !important;
	margin-top:50px;
}
.service-popup-title{
	font-size:20px;
	color:#cf142b;
}
.service-popup-content label{
	font-family:'RalewayR';
	font-size:16px;
	margin-top:20px;
	margin-bottom:20px;
}
.service-popup-content .popoup-description{
	font-family:'RalewayR';
	font-size:16px;
	line-height:30px;
}

/**
Call to action widget
*/
.call-to-action{margin-top:40px;}
.cta-widget{
    min-height:250px;
    background-size: cover;
    border-radius:10px;
    margin-bottom:20px;
    background-repeat: no-repeat;
    overflow:hidden;
}

.cta-overlay{
    min-height:250px;
    background-color:rgba(0,0,0,0.50);
    color:#fff;
    padding:20px;
    border-radius:10px;
}
.cta-overlay .title{
    padding-top:50px;
    font-size:25px;
    font-family:'RalewayXB';
}
.cta-widget.cta-sm .cta-overlay .title{
    font-size:16px !important;
    padding-top:10px;
}
.cta-widget.cta-sm .cta-overlay .description{
    font-size:14px !important;
    min-height:63px;
}
.cta-overlay .description{
    font-size:16px;
    font-family:'PoppinsM';

    margin-top:10px;
}
.cta-overlay .action{
    margin-top:30px;
}
.cta-overlay .action a{
    font-size:12px;
    font-family:'RalewayB';
    background-color:#000;
    color:#fff;
    border-radius:40px;
    padding-left:15px;
    padding-right:15px;
    padding-top:10px;padding-bottom:10px;
}
.cta-center{
    text-align:center;
}
.cta-widget.cta-sm{
    min-height:120px !important;
}
.cta-sm .cta-overlay{
    min-height:120px !important;
}
.service-contact-form input[type="button"]{
    background-color:#457B9D !important;
    color:#fff !important;
    border-radius: 40px !important;
    padding-left:25px !important;
    padding-right:25px !important;
    padding-top:10px !important;
    padding-bottom:10px !important;
    font-family:'RalewayB';
    text-align: right;
    float: right;
}
.service-contact-form input[type="text"]{
    background-color:transparent !important;
}
.service-contact-form input[type="email"]{
    background-color:transparent !important;
}
.service-contact-form input[type="tel"]{
    background-color:transparent !important;
}
.service-contact-form textarea{
    background-color:transparent !important;
}
.no-pad{
    padding:0 !important;
}
.flex-row{
    display:flex;
    align-items: flex-start;
}
.product-flex{
    width:230px;
    height:126px;
}
.product-flex-row{
    width:79%;
    position:absolute;
}
.spacer-product{
    height:30px;
}
.contact-form .nf-form-content input[type=submit],.service-popup-content .nf-form-content input[type=submit] {
    background-color:#000 !important;
    color:#fff !important;
    border-radius:40px;
    padding-left:25px;
    padding-right: 25px;
}
.feedback-short-text{
    display:flex;
}
.quote-left{
    margin-right:40px;
    
}
.quote-right{
    margin-top: auto; 
}
.quote-middle{
    font-family: "LoraR";
    font-style: normal;
}
.feedback-client-name{
    margin-top:20px;
    margin-bottom:40px;
    font-family: "LoraB";
    font-weight:bold;
    font-size:16px;


}