/*   
Theme Name: Kuwait Protein
Theme URI: https://bitbucket.com/branderspro/
Version: 3.0
Tags: clean, development, html5, bootstrap
Description: by Branders Pro
Author: Branders Pro
Author URI: https://branderspro.com
*/


/*===============================================================================
	FONTS
===============================================================================*/

@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap);



/*===============================================================================
	PRELOADER
===============================================================================*/

.dws-progress-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
}
.progress-percentage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  color: #024987;
}
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #fbfbfb;
}



/*===============================================================================
	BODY
===============================================================================*/

:root {
  --global-color1: #024987;
  --global-color2: #93BF24;
  --global-text-color: #606060;
  --color-header_menu: #838383;
  --color-header_icons: #838383;
  --color-footer_menu: #024987;
  --color-footer_icons: #C4C4C4;
  --main-background-color: #FFFFFF;
  --background-color1: #FBFBFB;
  --slash-color: #C4C4C4;
  --placeholder-color: #B0B0B0;
}

body {
	line-height: 1.42;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 16px !important;
	color: var(--global-text-color);
	background-color: var(--main-background-color);
}
h1, h2 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.42;
  color: var(--global-color1);
}
h3 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.42;
  color: var(--global-color1);
}
h1.slash, h2.slash, h3.slash {
  margin-bottom: 30px;
  display: inline-block;
}
h1.slash:after, h2.slash:after, h3.slash:after {
  content:'';
  border-bottom: 2px solid var(--slash-color);
  width: 60px;
  display: block;
  padding-top: 15px;
}
h1.slash.center:after, h2.slash.center:after, h3.slash.center:after {
  margin: auto;
}
h1 span, h2 span, h3 span {
  color: var(--global-color2);
}
.contents {
  min-height: calc(100Vh - 115px);
}
section.first {
  padding-top: 80px;
}
[class^="hvr-"] {
  margin: .4em;
  padding: 1em;
  cursor: pointer;
  background: #e1e1e1;
  text-decoration: none;
  color: #666;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: var(--global-color1);
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: var(--global-color1);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--global-color1);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
  color: white;
}
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}



/*===============================================================================
	CHECKBOX
===============================================================================*/

.checkbox {
  margin-bottom: 0;
}
.checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 6px 0 0 3px;
}
.checkbox_text {
  position: relative;
  padding: 0 0 0 35px;
  cursor: pointer;
  color: var(--placeholder-color);
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
}
.checkbox_text:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 0;
  background: #fff;
  transition: .2s;
  border: 1px solid #E5E5E5;
}
.checkbox_text:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 5px;
  width: 12px;
  height: 12px;
  border-radius: 0;
  background: var(--global-color2);
  transition: .2s;
  opacity: 0;
}
.checkbox input:checked + .checkbox_text:before {
  background: #fff;
  border-color: var(--global-color2);
}
.checkbox input:checked + .checkbox_text:after {
  opacity: 1;
}



/*===============================================================================
	RADIO
===============================================================================*/

.radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
}
.radio + label {
  position: relative;
  padding: 0 0 0 35px;
  cursor: pointer;
  font-size: 14px;
}
.radio + label:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0px;
  width: 22px;
  height: 22px;
  border: 2px solid #E5E5E5;
  border-radius: 50%;
  background: #FFF;
}
.radio + label:after {
	content: '';
  position: absolute;
  top: 4px;
  left: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--global-color2);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
  opacity: 0;
  transition: .2s;
}
.radio:checked + label:after {
  opacity: 1;
}
.radio:checked + label:before {
  border-color: var(--global-color2);
}



/*===============================================================================
	SLIDERS
===============================================================================*/

#slider .owl-slide,#slider-mobile .owl-slide {
	position: relative;
	height: 100vh;
  background-color: lightgray;
}
.cover {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#slider .owl-nav {
  margin-top: 0;
}
#slider .owl-nav [class*=owl-] {
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 14px;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--global-color2);
  cursor: pointer;
  border-radius: 50% !important;
  outline: none;
  transition: all .4s ease 0s;
}
#slider .owl-nav [class*=owl-]:hover {
  background: var(--global-color1);
}
#slider .owl-next {
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  right: 40px;
  top: calc(50% - 80px / 2);
}
#slider .owl-prev {
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  left: 40px;
  top: calc(50% - 80px / 2);
}
#slider .next-slide {
  background: url(assets/images/owl-right.svg)no-repeat 100%;
  height: 30px;
  width: 15px;
}
#slider .prev-slide {
  background: url(assets/images/owl-left.svg)no-repeat 100%;
  height: 30px;
  width: 15px;
}
.caption p {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
}
.caption .image {
  margin-bottom: 40px;
}
.caption .image img, .slide_btn img {
  width: auto !important;
}
.slide_btn_wrapper {
  display: inline-block;
  margin-top: 30px;
}



/*===============================================================================
	NAVBAR
===============================================================================*/

.navbar {
  padding: 0 15px;
  transition: all .4s ease 0s;
}
.navbar.sticky {
  padding: 0px 15px;
}
.navbar-nav .nav-link {
  font-weight: normal;
  font-size: 14px;
  line-height: inherit;
  text-transform: uppercase;
  color: var(--color-header_menu);
  padding: 10px 0 !important; 
  margin: 14px 15px;
  transition: all .4s ease 0s;
}
.navbar-nav .nav-link:hover {
  color: var(--global-color1);
}
.navbar-nav .nav-link:before {
  background: var(--global-color1);
}
.navbar-brand {
  margin-right: 16px;
  z-index: 1;
}
.navbar_icons {
  margin-left: 16px;
  z-index: 1;
}
.navbar_icons li {
  margin-left: 15px;
}
.navbar_icons li:first-child {
  margin-left: 0;
}
.navbar_icons li a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar_icons li a svg path {
  fill: var(--color-header_icons);
  transition: all .4s ease 0s;
}
.navbar_icons li a:hover svg path {
  fill: var(--global-color2);
}
.drawer-list {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  transform: translate(100vw, 0);
  /* ie workaround */
  -ms-transform: translatex(-100vw);
  box-sizing: border-box;
  pointer-events: none;
  /*padding-top: 125px;*/
  transition: width 475ms ease-out, transform 450ms ease, border-radius .8s .1s ease;
  border-bottom-left-radius: 100vw;
  /* background-color: #008752; */
  background: #fff;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.drawer-list .container {
    align-self: center;
}
.drawer-list ul {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  overflow-x: hidden;
  pointer-events: auto;
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
  text-align: left;
  justify-content: left;
}
.drawer-list li {
  list-style: none;
  text-transform: uppercase;
  pointer-events: auto;
  white-space: nowrap;
  box-sizing: border-box;
  transform: translatey(-100vw);
  /* ie workaround */
  -ms-transform: translatey(100vw);
  overflow: hidden;
  display: block;
    margin: 0;
    line-height: 1.42;
    padding: 5px 0;
}
.drawer-list li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--global-text-color);
  text-align: center;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
  margin: 0;
  padding: 0;
  transition: all .4s ease 0s;
  overflow: hidden;
  background: transparent;

}
.drawer-list li a:hover {
  color: var(--global-color1);
  cursor: pointer;
}
.drawer-list li a:last-child {
  margin-bottom: 0px;
}
.drawer-list ul ul {
  margin-top: 10px;
  margin-left: 20px;
}
.drawer-list ul ul li a {
  font-weight: normal;
  font-size: 26px;
  transition: all .4s ease 0s;
}
.drawer-list ul ul li a:hover {
  color: var(--global-color1);
}
input.hamburger {
  display: none;
}
input.hamburger:checked ~ .drawer-list {
	transform: translatex(0);
	border-bottom-left-radius: 0;
  }
  input.hamburger ~ .drawer-list li {
  opacity: 0;
  }
  input.hamburger:checked ~ .drawer-list li {
  transform: translatex(0);
  transition: transform 1.3s ease;
  transition: all 1s ease-in-out .3s;
  opacity: 1;
  }
/* input.hamburger:checked ~ .drawer-list {
  transform: translateX(0);
  border-bottom-left-radius: 0;
}
input.hamburger:checked ~ .drawer-list li {
  transform: translateX(0);
}
input.hamburger:checked ~ .drawer-list li:nth-child(1) {
  transition: transform 1s 0.08s cubic-bezier(0.29, 1, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(2) {
  transition: transform 1s 0.16s cubic-bezier(0.29, 1, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(3) {
  transition: transform 1s 0.24s cubic-bezier(0.29, 1, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(4) {
  transition: transform 1s 0.32s cubic-bezier(0.29, 1, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(5) {
  transition: transform 1s 0.4s cubic-bezier(0.29, 1, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(6) {
  transition: transform 1s 0.48s cubic-bezier(0.29, 1, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(7) {
  transition: transform 1s 0.56s cubic-bezier(0.29, 1, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(8) {
  transition: transform 1s 0.64s cubic-bezier(0.29, 1, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(9) {
  transition: transform 1s 0.72s cubic-bezier(0.29, 1, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(10) {
  transition: transform 1s 0.8s cubic-bezier(0.29, 1, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(11) {
  transition: transform 1s 0.88s cubic-bezier(0.29, 1, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(12) {
  transition: transform 1s 0.96s cubic-bezier(0.29, 1, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(13) {
  transition: transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(14) {
  transition: transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(15) {
  transition: transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(16) {
  transition: transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(17) {
  transition: transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(18) {
  transition: transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(19) {
  transition: transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(20) {
  transition: transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(21) {
  transition: transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(22) {
  transition: transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(23) {
  transition: transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(24) {
  transition: transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(25) {
  transition: transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(26) {
  transition: transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(27) {
  transition: transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(28) {
  transition: transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(29) {
  transition: transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(30) {
  transition: transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(31) {
  transition: transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(32) {
  transition: transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(33) {
  transition: transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(34) {
  transition: transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(35) {
  transition: transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(36) {
  transition: transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(37) {
  transition: transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(38) {
  transition: transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(39) {
  transition: transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(40) {
  transition: transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(41) {
  transition: transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(42) {
  transition: transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(43) {
  transition: transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(44) {
  transition: transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(45) {
  transition: transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(46) {
  transition: transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(47) {
  transition: transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(48) {
  transition: transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(49) {
  transition: transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(50) {
  transition: transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
} */
label.hamburger {
  z-index: 9999;
  position: relative;
  display: block;
    margin-bottom: 0;
}
label.hamburger:hover {
  cursor: pointer;
}

label.hamburger {
  left: 0;
}
.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hamRotate.active {
  transform: rotate(45deg);
}
.hamRotate180.active {
  transform: rotate(180deg);
}
.ham .line {
  fill:none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke:#C0C0C0;
  stroke-width:2;
  stroke-linecap:round;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
/* .ham:hover .line {
  stroke: #fff;
} */
.ham7 .top {
  stroke-dasharray: 25 82; 
}
.ham7 .middle {
  stroke-dasharray: 40 111;
}
.ham7 .bottom {
  stroke-dasharray: 32 161;
}
.ham7.active .top {
  stroke-dasharray: 17 82;
  stroke-dashoffset: -62px;
}
.ham7.active .middle {
  stroke-dashoffset: 23px;
}
.ham7.active .bottom {
  stroke-dashoffset: -83px;
}

.hamburger:hover .top, .ham7.active .top {
    stroke-dasharray: 40 82;
}
.hamburger:hover .bottom, .ham7.active .bottom {
  stroke-dasharray: 40 161;
}



/*===============================================================================
	FOOTER
===============================================================================*/

footer {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid var(--slash-color);
}
footer .copyright p {
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  color: var(--global-text-color);
  margin-top: 10px;
  margin-bottom: 0;
}
footer .footer_center .menu_wrapper li a {
  font-weight: normal;
  font-size: 14px;
  line-height: inherit;
  text-transform: uppercase;
  color: var(--color-footer_menu);
  margin: 0 10px;
  padding: 0 0 3px 0;
  background: transparent;
}
footer .footer_center .menu_wrapper li a:hover {
  color: var(--color-footer_menu);
  text-decoration: none;
}
footer .footer_center .menu_wrapper li a:before {
  background: var(--color-footer_menu);
}
footer .footer_center .social_wrapper li {
  margin: 10px 7px 0;
}
footer .footer_center .social_wrapper li a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer_center .social_wrapper li a svg path {
  fill: var(--color-footer_icons);
  transition: all .4s ease 0s;
}
footer .footer_center .social_wrapper li a:hover svg path {
  fill: var(--global-color2);
}
footer .footer_right p {
  font-weight: normal;
  font-size: 10px;
  line-height: inherit;
  color: #8E9498;
}
footer .footer_right a:hover {
  text-decoration: none;
}



/*===============================================================================
	Front Page
===============================================================================*/

.more {
  width: 120px;
  height: 40px;
  font-weight: normal;
  font-size: 12px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #C4C4C4;
  color: #C4C4C4;
  padding: 0 15px;
  background: transparent;
  transition: all .4s ease 0s;
}
.more svg {
  margin-left: auto;
}
.more:hover {
  color: #C4C4C4;
  text-decoration: none;
  padding-right: 10px;
}
.slide_btn:hover::before, .slide_btn:before {
  background: #C4C4C4;
}
.slide_btn:hover {
  color: var(--global-color1);
}
.slide_btn path {
  stroke: #C4C4C4;
  transition: all .4s ease 0s;
}
.slide_btn:hover path {
  stroke: var(--global-color1);
}
.row_wrapper {
  padding-top: 80px;
  padding-bottom: 100px;
}
.bgc {
  background: var(--background-color1);
}
.count_to {
  font-weight: 600;
  font-size: 40px;
  line-height: inherit;
  color: var(--global-color2);
}
.count_text {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: var(--global-text-color);
}
.about_text p {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: var(--global-text-color);
}
.about_btn_wrapper {
  margin-top: 9px;
  display: inline-block;
}
.about_btn_wrapper .about_btn {
  border: 1px solid var(--global-color1);
  color: var(--global-color1);
}
.about_btn_wrapper .about_btn:hover {
  color: #fff;
}
.about_btn_wrapper .about_btn path {
  stroke: var(--global-color1);
  transition: all .4s ease 0s;
}
.about_btn_wrapper .about_btn:hover path {
  stroke: #fff;
}
.cat_text p {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: var(--global-text-color);
  margin-bottom: 30px;
}
.products_wrapper {
  margin-bottom: 80px;
}
.products_wrapper:last-child {
  margin-bottom: 0;
}
.prod_block_wrapper {
  position: relative;
  padding-bottom: 80px;
}
.brands_blk_wrapper {
  position: absolute;
  bottom: 0;
  max-width: 475px;
  width: 100%;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
}
.brands_blk_wrapper.left {
  left: 35px;
}
.brands_blk_wrapper.right {
  right: 35px;
}
.brands_header {
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
  overflow: overlay;
}
.brands_image {
  height: 114px;
  max-width: 114px;
  background-color: var(--global-color1);
  width: 100%;
  display: flex;
  justify-content: center;
  align-self: center;
}
.brands_text {
  font-weight: bold;
  font-size: 30px;
  line-height: inherit;
  color: #FFFFFF;
  background-color: var(--global-color2);
  width: 100%;
  display: flex;
  padding-left: 40px;
}
.brands_text p {
  align-self: center
}
.brands_text p a{
  color:#fff;
}
.brands_content {
  padding: 11px;
  background-color: #fff;
}
.brands_content img {
  width: 80px;
  margin: 15px;
}
.form_wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}
.touch_left p {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: var(--global-text-color);
  margin-bottom: 40px;
}
.list_contact li {
  display: flex;
  margin-bottom: 30px;
}
.list_contact li:last-child {
  margin-bottom: 0;
}
.list_contact li span.icon {
  max-width: 19px;
  width: 100%;
  display: block;
  margin-right: 10px;
  line-height: 26px;
}
.list_contact li a {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: var(--global-text-color);
  margin: 0;
  padding: 0;
  background: transparent;
  transition: all .4s ease 0s;
}
.list_contact li a:hover {
  text-decoration: none;
  color: var(--global-color1);
}
.list_contact li a.email {
  color: var(--global-color1);
}
.form-group {
  margin-bottom: 20px;
}
.form-control {
  font-weight: normal;
  font-size: 14px;
  color: var(--global-text-color);
  height: calc(1.5em + .75rem + 4px);
  border: 1px solid #E5E5E5;
  border-radius: 0;
}
.form-control:focus {
  color: var(--global-text-color);
  background-color: #fff;
  border-color: rgba(147,191,36,1);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(147,191,36,.25);
}

.effect::-webkit-input-placeholder       {color: var(--placeholder-color); opacity: 1; transition: opacity 0.3s ease;}
.effect::-moz-placeholder                {color: var(--placeholder-color); opacity: 1; transition: opacity 0.3s ease;}
.effect:-moz-placeholder                 {color: var(--placeholder-color); opacity: 1; transition: opacity 0.3s ease;}
.effect:-ms-input-placeholder            {color: var(--placeholder-color); opacity: 1; transition: opacity 0.3s ease;}
.effect:focus::-webkit-input-placeholder {color: var(--placeholder-color); opacity: 0.3; transition: opacity 0.3s ease;}
.effect:focus::-moz-placeholder          {color: var(--placeholder-color); opacity: 0.3; transition: opacity 0.3s ease;}
.effect:focus:-moz-placeholder           {color: var(--placeholder-color); opacity: 0.3; transition: opacity 0.3s ease;}
.effect:focus:-ms-input-placeholder      {color: var(--placeholder-color); opacity: 0.3; transition: opacity 0.3s ease;}

textarea {
  resize: none;
}
.block_btn {
  margin-top: 20px;
}
.submit {
  font-weight: bold;
  font-size: 16px;
  line-height: inherit;
  color: #FFFFFF;
  max-width: 175px;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-self: center;
  background: var(--global-color1);
  border: 0;
  margin-left: auto;
  text-transform: uppercase;
  outline: none;
  transition: all .4s ease 0s;
}
.submit:hover {
  background: var(--global-color2);
}
.row_slide {
  padding-top: 80px;
  padding-bottom: 55px;
}



/*===============================================================================
	About Page
===============================================================================*/

.row_page_wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}
.quote_bg {
  background: url(assets/images/quote_bg.jpg)no-repeat center;
  background-size: cover;
}
.quote_head p {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: var(--global-text-color);
}
.page_text {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: var(--global-text-color);
}
.information {
  margin-bottom: 80px;
  display: inline-block;
}
.information:last-child {
  margin-bottom: 0;
}
.information ul {
  list-style: none;
  padding-left: 0;
}
.information li {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: var(--global-text-color);
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}
.information li:before {
  content: '';
  width: 25px;
  height: 1px;
  position: absolute;
  background-image: url('assets/images/line.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: 16px;
  transform: translateY(-50%);
}



/*===============================================================================
	Brands Page
===============================================================================*/

.brands_wrapper {
  padding-bottom: 50px;
}
.brands_wrapper img {
  max-width: 160px;
  width: 100%;
  margin-bottom: 50px;
  display: block;
}
.brand_banner {
  position: relative;
}
.brand_img {
  position: absolute;
  top: calc(50% - 70px / 2);
  left: calc(50% - 160px / 2);
}
.single_content_wrapper p {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: var(--global-text-color);
}
.single_block_images {
  margin-top: 20px;
}
.single_block_images .single_image {
  margin: 15px 0;
}



/*===============================================================================
	Category Page
===============================================================================*/

.cat_wrapper {
  padding-top: 20px;
}
.cat_wrapper .cat_head_image {
  height: 95px;
  width: 75px;
  display: flex;
  align-items: center;
}
.cat_wrapper .cat_head_image path {
  fill: var(--global-color1);
}
.cat_wrapper .cat_head_text p {
  font-weight: bold;
  font-size: 40px;
  color: var(--global-color2);
}
.cat_wrapper .cat_text {
  margin-top: 30px;
}
.cat_brands .image {
  margin-bottom: 30px;
}



/*===============================================================================
	Careers Page
===============================================================================*/

.careers_form textarea {
  margin-bottom: 20px;
}
.selectable {
  width: 100%;
}
.jq-selectbox__select,
.jq-file__name {
  height: 37px;
  box-shadow: none;
  border: 1px solid #E5E5E5;
  border-radius: 0;
  font-size: 14px;
  padding: 2px 46px 2px 12px;
  color: var(--placeholder-color);
}
.jq-selectbox__trigger,
.jq-file__browse {
  border-left: 1px solid #E5E5E5;
}
.jq-file {
  box-shadow: none;
  border-radius: 0;
}
.jq-selectbox__trigger-arrow {
  top: 16px;
}
.jq-file__browse {
  padding: 1.5px 20px;
  border-radius: 0;
  font: 14px/32px 'Open Sans', sans-serif;
}
.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid rgba(147,191,36,1);
  box-shadow: 0 0 0 0.2rem rgba(147, 191, 36, .25);
}
.jq-file.focused {
  box-shadow: 0 0 0 0.2rem rgba(147, 191, 36, .25);
}
.jq-file.focused .jq-file__name {
  border: 1px solid rgba(147,191,36,1);
}



/*===============================================================================
	Contacts Page
===============================================================================*/

.contact_left_block p {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: var(--global-text-color);
  margin-bottom: 40px;
}
.map {
  margin-top: 80px;
}