/*
Theme Name: endurance
Author: Worckrocks
Author URI: https://workrocks.com/
*/

/*main color #3EAD40 green */
/* second clor #F9BE0E yellow*/

@import url('https://fonts.googleapis.com/css?family=Exo+2:400,600,700&display=swap&subset=cyrillic');


* {
	outline: none;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.adv_01:before {
	content: '';
	display: block;
	background-image: url('/wp-content/themes/endurance/img/crown-solid.svg');
	background-size: 28px 28px;
	height: 35px;
	width: 28px;
	background-repeat: no-repeat;
}
.adv_02:before {
	content: '';
	display: block;
	background-image: url('/wp-content/themes/endurance/img/user-check-solid.svg');
	background-size: 28px 28px;
	height: 35px;
	width: 28px;
	background-repeat: no-repeat;
}
.adv_03:before {
	content: '';
	display: block;
	background-image: url('/wp-content/themes/endurance/img/spinner-solid.svg');
	background-size: 28px 28px;
	height: 35px;
	width: 28px;
	background-repeat: no-repeat;
}
.adv_04:before {
	content: '';
	display: block;
	background-image: url('/wp-content/themes/endurance/img/clock-regular.svg');
	background-size: 28px 28px;
	height: 35px;
	width: 28px;
	background-repeat: no-repeat;
}
.adv_05:before {
	content: '';
	display: block;
	background-image: url('/wp-content/themes/endurance/img/chart-line-solid.svg');
	background-size: 28px 28px;
	height: 35px;
	width: 28px;
	background-repeat: no-repeat;
}
.adv_06:before {
	content: '';
	display: block;
	background-image: url('/wp-content/themes/endurance/img/truck-solid.svg');
	background-size: 28px 28px;
	height: 35px;
	width: 28px;
	background-repeat: no-repeat;
}
.adv_07:before {
	content: '';
	display: block;
	background-image: url('/wp-content/themes/endurance/img/shield-alt-solid.svg');
	background-size: 28px 28px;
	height: 35px;
	width: 28px;
	background-repeat: no-repeat;
}
p{
	text-align: justify;
	margin-bottom: 0.5rem;
}
button:focus {
	outline: none;
}
.navbar-toggler-icon:before {
	content: '';
	display: block;
	background-image: url('/wp-content/themes/endurance/img/bars-solid.svg');
	background-size: 28px 28px;
	height: 28px;
	width: 28px;
	color: white;
}
.menu_unit:hover.menu_unit:before {
	background-color: #3EAD40;
	color: white;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus input:-webkit-autofill, textarea:-webkit-autofill, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
    border: 0;
    -webkit-text-fill-color: white;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    }
::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}
::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}
::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}
input[type="submit"] {
	background-color: #3EAD40;
	padding: 6px 36px;
	border: none;
	color: white;
}
input[type="submit"]:hover{
	background-color: #5a6268;
}
textarea[name="your-message"] {
	color: white;
	background-color: rgba(63,  174,  65, 1);
	width: 100%;
	height: 100px;
	padding-left: 10px;
	border: none;
}
input[type="text"], input[type="tel"] {
	color: white;
	background-color: rgba(63,  174,  65, 1);
	width: 100%;
	height: 35px;
	border: none;
	padding-left: 10px;
}
.info a {
	color: #3EAD40;
}
.copyright {
	font-size: 10px;
	padding-top: 10px;
	color: white;
}
.acc {
	margin-top: 35px;
}
.table th {
	background-color: rgba(63, 174, 65, 0.1);
} 
.table td, .table th {
	border: 1px solid #dee2e6;
}

footer {
	background-color: #171d20;
}
footer .row {
	padding-bottom: 35px;
}
.tables {
	overflow-x: scroll;
	width: 100%;
}
.cont_inf:hover.map-icon:before, .cont_inf:hover.phones:before, .cont_inf:hover.mail:before {
	color: white;
	background-color: #3EAD40;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.cont_inf {
	display: block;
	padding-left: 40px;
	padding-bottom: 18px;
	color: white;
}
.widget {
	padding: 35px 0 18px 0;
}
.cont_inf a {
	color: white;
	font-size: 18px;
	line-height: 1.2;
}
a:hover {
	color: #3EAD40;
	text-decoration: none;
	
}
.card-header {
	padding: 0;
	margin-bottom: 15px;
}
.card-body {
	padding: 0;
}
.card {
	border: 0;
}
.melioration a.card-link {
	background-color: #3ead40;
	color: white;
}
.melioration a.card-link:hover {
	color: #F9BE0E;
}
.card-link {
	display: block;
	font-size: 14px;
	padding: 18px;
}
.card-link b {
	color: #F9BE0E;
	font-weight: 600;
}
.adv_card {
	border-bottom: 5px solid #3EAD40;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	background-color: rgba(255, 255, 255, 0.9);
	margin-bottom: 35px;
	margin-right: 12px;
	padding: 20px 18px;
}
.item_link .btn{
	margin-left: 40px;
}
.composition {
	padding-bottom: 16px;
}
.advantages {
	position: relative;
}
.advantages_text {
	position: relative;
	z-index: 100;
}
.advantages .title_section {
	font-family: 'Exo 2', sans-serif !important;
	color: whitesmoke;
	position: relative;
	z-index: 100;
}
.over-b {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
/* 	background-color: rgba(63, 174, 65, 0.18) ; */
}
.img_slide {
	
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	min-height: 700px;
	position: relative;
	text-align: center;

}
.text_slide_inner {
	line-height: 2;
	display: inline-block;
	padding: 0px 30px;
	background-color: #3EAD40;
	color: #F9BE0E;
	font-family: 'Exo 2', sans-serif;
	font-weight: 600;
	-webkit-animation-duration: 2s;
	        animation-duration: 2s;
	-webkit-animation-delay: .5s;
	        animation-delay: .5s;
}

.text_slide {
	text-align: center;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	bottom: 100px;
	text-transform: uppercase;	
	font-size: 2.3rem;
}
.white .top_row {
	height: 0;
	margin: 25px 0 0 0;
	opacity: 0;
}
.menu-bar.white .bar {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.white .logo {
	width: 100px;
	padding: 10px 0;
}
.img_item:hover .over, .over:hover {
	background-color: rgba(63, 174, 65, 0.7) ;
}
.active .over {
	background-color: rgba(63, 174, 65, 0.9) ;
}
.over {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(63, 174, 65, 0.5) ;
}
.title_item {
	font-weight: bold;
	line-height: 1.2;
	text-transform: uppercase;
	font-size: 22px;
	position: relative;
	z-index: 100;
}
.title_item:hover, .img_item:hover .title_item {
	color: #F9BE0E;
}
.img_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	color: white;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 300px;
	width: 100%;
}
.img_item_description {
	width: 100%;
	height: auto;
}
.title_item_description {
	font-weight: bold;
	font-size: 22px;
	padding: 16px 0;
}
header .nav-link:hover {
	color: #F9BE0E;
}

.nav-tabs .nav-link {
	border: none;
	padding: 0px;
}
.melioration_text[data-readmore], .text_about[data-readmore] {
	overflow-y: hidden;
}

.about a, .melioration a{
	text-transform: uppercase;
	color: #3EAD40;
	font-weight: 600;
}
.btn-secondary {
	text-transform: uppercase;
	background-color: #3EAD40;
	color: white;
	border-radius: 0;
	border: 0;
	padding: 12px 36px;
}
section {
	margin-bottom: 50px;
}
section.advantages {
	margin-bottom: 0;
}
h2.title_section {
	color: rgba(0, 0, 0, 0.7);
	text-align: center;
	text-transform: uppercase;
	padding: 50px 0 25px 0;
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
}
.advantages {
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	min-height: 600px;
}

.navigation, .navigation a{
	background-color: #3EAD40;
	color: white;
}
.top_row {
	margin: 25px 0;
}
.navbar {
	padding: 0;
}
.navbar a {
	padding: 12px 20px !important;
	text-transform: uppercase;
	display: block;
}
.main_slider .img {
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 50vh;
}
.menu-bar .bar {
	background-color: white;
	margin-top: 50px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}
.info {
	font-size: 14px;
}
.phones, .map-icon, .mail {
	position: relative;
}
.map-icon:before, .phones:before, .address:before, .mail:before {
	color: #3EAD40;
	position: absolute;
	left: 0;
	top: 2px;
	border: 2px solid #3EAD40;
	width: 30px;
    height: 30px;
    text-align: center;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.phones:before {
	content: "\f095";
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.map-icon:before, .address:before {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f3c5";
}
.mail:before {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0e0";
}
.menu_unit {
	position: relative;
	padding-left: 35px;
}
.widgettitle {
	color: white;
	font-size: 22px;
	padding-bottom: 18px;
}
.div.wpcf7-validation-errors {
	color: white;
}
@media (max-width: 767px) {
	.img_item {
		min-height: 100px;
		font-size: 
	}
	.title_item {
		font-size: 16px;
	}
	.menu-title {
		display: none;
	}
	.bar .mx-auto {
		text-align: center;
	}
	header .info {
		font-size: 14px;
	}
	header .address {
		display: none;
	}
	.white .top_row {
		margin: 0;
	}
	.white .col-md-3.my-auto.mx-auto {
		display: none;
	}
	.advantages .title_section {
	color: #fff;
	font-family: 'Exo 2', sans-serif !important;
	}
	.products button {
		margin-bottom: 18px;
	}
	.navbar {
		width: 100%;
	}
	.navbar-collapse {
		padding-bottom: 18px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		text-align: center;
	}
}