/*!
 * AGRONATURAL.TR - 15/11/2025
 * Web Design: Ferdi Tarakci / ferditarakci.com
 */
body,
input,
select,
textarea,
button,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", Arial, Tahoma;
}

html {
  background: #fff;
}

body {
  line-height: 1.4;
  font-size: 14px;
  font-weight: 400;
  color: #363636;
}
body + div {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-weight: 700;
}

a {
  color: #363636;
  transition: color 0.3s linear;
}
a:hover {
  color: #000;
}

.form {
  position: relative;
  float: left;
  width: 100%;
}

.label-div,
.label-divs {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.label-div > span,
.label-div > div,
.label-divs > span,
.label-divs > div {
  position: relative;
  float: left;
  width: 100%;
}

.label-divs {
  width: 102%;
  margin-left: -2%;
}
.label-divs .label-div {
  width: 48%;
  margin-left: 2%;
  margin-bottom: 0;
}

.file span,
select,
textarea,
input[type=text],
input[type=password],
input[type=search],
input[type=tel] {
  display: block;
  width: 100%;
  height: 52px;
  line-height: 28px;
  margin: 0;
  padding: 12px 20px;
  border: 1px solid #d1d1d1;
  font-size: 14px;
  font-weight: 400;
  color: #4f504e;
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0px 3px 9px 0px rgba(35, 31, 32, 0.1);
  transition: all 0.3s linear;
}
.file span:focus,
select:focus,
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus {
  color: #2f3032;
  border-color: #8bcdfb;
  box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
}
.error .file span,
.error select,
.error textarea,
.error input[type=text],
.error input[type=password],
.error input[type=search],
.error input[type=tel] {
  color: #2f3032;
  border-color: #f00;
  box-shadow: 0 0 8px rgba(236, 82, 82, 0.6);
}

textarea {
  min-height: 120px;
  height: 120px;
}

select {
  background-image: url(../images/select_arrow_gray.png);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-position: calc(100% - 15px) 50%;
  background-size: 10px 6px;
  appearance: none;
}
.r2x select {
  background-image: url(../images/select_arrow_gray@2x.png);
}
.r3x select {
  background-image: url(../images/select_arrow_gray@3x.png);
}
.ie select::-ms-expand {
  display: none;
}

.submit-button {
  clear: both;
  float: left;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
.submit-button[disabled] {
  opacity: 0.4;
  pointer-events: none;
  filter: grayscale(100%);
}
.submit-button span {
  display: block;
  padding: 14px 40px 14px 20px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-align: left;
  border-radius: 10px;
  pointer-events: none;
  background: #e60063 url(../images/readmore_white.png) no-repeat 90% 50%;
  background-position: calc(100% - 20px) 50%;
  background-size: 5px auto;
  transition: all 0.3s linear;
}
.r2x .submit-button span {
  background-image: url(../images/readmore_white@2x.png);
}
.r3x .submit-button span {
  background-image: url(../images/readmore_white@3x.png);
}
.submit-button:hover span {
  background-color: #0a4734;
}
.submit-button.green span {
  background-color: #0a4734;
}
.submit-button.green:hover span {
  background-color: #e60063;
}

.captcha {
  padding-left: 140px;
}
.captcha .cw {
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  height: 100%;
  margin: 0;
}
.captcha .cw > span {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: 1px solid #d7d7d7;
}
.captcha img {
  display: block;
  width: 104%;
  height: 112%;
  margin: -2% 0 0 -2%;
}
.captcha a {
  padding-left: 3px;
  font-size: 12px;
}
.captcha a:hover {
  text-decoration: underline;
}

.file label {
  position: relative;
  float: left;
  width: 100%;
}
.file s {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 52px;
  line-height: 52px;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: 1px solid #21396c;
  border-radius: 6px;
  background-color: #21396c;
}
.file span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
  width: 100%;
}
.file input {
  display: none;
}

::placeholder {
  color: #4f504e;
}

/* HEADER
   ====================================== */
@keyframes logo_effect {
  100% {
    left: 400%;
  }
}
#site-wrap {
  padding-top: 86px;
  transition: all 0.3s linear;
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.25);
  backface-visibility: hidden;
}
#header .top-bar {
  position: relative;
  height: 86px;
  padding: 13px 0;
  border-top: 4px solid #b02028;
  background-color: #fff;
  transition: all 0.3s linear;
}
#header .container_12 {
  height: 100%;
}
#header .col-4 {
  height: 100%;
}
#header .col-8 {
  height: 100%;
}
#header .nav-button {
  display: none;
}
#header .logo {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 100%;
}
#header .logo a {
  position: relative;
  z-index: 1;
  display: block;
  width: 250px;
  height: 34px;
  text-decoration: none;
  background: url(../images/logo.png) no-repeat;
  background-size: 100% auto;
}
#header .logo a > span {
  display: none;
}
#header .main-nav {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}
#header .main-nav > ul {
  float: right;
  height: 100%;
}
#header .main-nav > ul > li {
  position: relative;
  float: left;
  margin-left: 30px;
}
#header .main-nav > ul > li:fist-child {
  margin-left: 0;
}
#header .main-nav > ul > li > a {
  position: relative;
  display: block;
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #231f20;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -0.25px;
  transition: all 0.3s linear;
}
#header .main-nav > ul > li > a span {
  position: relative;
  display: block;
  padding: 18px 0;
}
#header .main-nav > ul > li > a span::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 70%;
  height: 2px;
  content: "";
  opacity: 0;
  background-color: #b02028;
  transform: translate(-50%, -6px);
  transition: all 0.3s linear;
}
#header .main-nav > ul > li:hover > a, #header .main-nav > ul > li.selected > a {
  color: #b02028;
}
#header .main-nav > ul > li:hover > a span::before, #header .main-nav > ul > li.selected > a span::before {
  opacity: 1;
  transform: translate(-50%, -12px);
}
#header .main-nav > ul > li:hover .sub-nav {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
#header .sub-nav {
  overflow: hidden;
  position: absolute;
  top: 40px;
  left: 50%;
  z-index: 0;
  height: auto !important;
  min-width: 240px;
  padding: 0 5px 10px;
  opacity: 0;
  visibility: hidden;
  background: url(../images/blank.gif);
  transform: translateX(-50%) translateY(30px);
  transition: all 0.3s linear;
}
#header .sub-nav > div {
  position: relative;
  display: flex;
  width: 100%;
  margin-top: 40px;
  padding: 10px 0;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
  transition: all 0.3s linear;
}
#header .sub-nav > div::before {
  position: absolute;
  left: 50%;
  bottom: 100%;
  z-index: 0;
  content: "";
  margin-left: -6px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
}
#header .sub-nav ul {
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
#header .sub-nav ul::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
  content: "";
  border-left: 1px solid #f5f5f5;
}
#header .sub-nav ul:first-child::before {
  content: none;
}
#header .sub-nav ul > li {
  margin: 0;
  padding: 3px 0;
  border-bottom: 1px solid #f5f5f5;
  backface-visibility: hidden;
}
#header .sub-nav ul > li:last-child {
  border-bottom: 0;
}
#header .sub-nav ul > li.group-title {
  margin-bottom: 6px;
  padding: 10px 0 6px;
  font-size: 13px;
  font-weight: 700;
  color: #575757;
  text-transform: uppercase;
  border-color: #d4d4d4;
}
#header .sub-nav ul > li > a {
  position: relative;
  display: block;
  padding: 7px 14px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #575757;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  transition: all 0.3s linear;
}
#header .sub-nav ul > li:hover > a, #header .sub-nav ul > li.selected > a {
  color: #fff;
  background-color: #b02028;
}
#header .sub-nav.c2 {
  min-width: 460px;
}
#header .sub-nav.c2 ul {
  width: 50%;
}
#header .sub-nav.c3 {
  min-width: 688px;
}
#header .sub-nav.c3 ul {
  width: 33.3333333333%;
}
#header .sub-nav.c4 {
  min-width: 928px;
}
#header .sub-nav.c4 ul {
  width: 25%;
}

/* MAIN SLIDER
   ====================================== */
#main-slider {
  position: relative;
  z-index: 0;
  margin-bottom: 40px;
}
#main-slider .tp-banner {
  max-width: 1920px;
  max-height: 500px;
  background-color: #363636;
}
#main-slider .tp-bullets.simplebullets.round {
  display: none !important;
  left: 0 !important;
  width: 100% !important;
  margin-left: 0 !important;
}
#main-slider .tp-bullets.simplebullets.round .container {
  width: 100% !important;
  padding: 0 !important;
  text-align: center;
}
#main-slider .tp-bullets.simplebullets.round .bullet {
  display: inline-block;
  float: none;
  width: 18px;
  height: 18px;
  margin: 0 4px;
  vertical-align: top;
  border-radius: 50%;
  background: #b02028;
  transition: all 0.3s linear;
}
#main-slider .tp-bullets.simplebullets.round .bullet.selected {
  background-color: #fff;
}
#main-slider .tp-leftarrow.default,
#main-slider .tp-rightarrow.default {
  top: 50% !important;
  width: 64px;
  height: 90px;
  margin-top: -32px !important;
  opacity: 1;
  border-radius: 8px;
  background: #b02028 none no-repeat 50%;
  background-size: auto 14px;
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.3s linear;
}
#main-slider .tp-leftarrow.default {
  background-image: url(../images/slider_prev.png);
  transform: translateX(-200px);
}
.r2x #main-slider .tp-leftarrow.default {
  background-image: url(../images/slider_prev@2x.png);
}
.r3x #main-slider .tp-leftarrow.default {
  background-image: url(../images/slider_prev@3x.png);
}
#main-slider .tp-rightarrow.default {
  background-image: url(../images/slider_next.png);
  transform: translateX(200px);
}
.r2x #main-slider .tp-rightarrow.default {
  background-image: url(../images/slider_next@2x.png);
}
.r3x #main-slider .tp-rightarrow.default {
  background-image: url(../images/slider_next@3x.png);
}
#main-slider:hover .tp-leftarrow.default,
#main-slider:hover .tp-rightarrow.default, .mobile #main-slider .tp-leftarrow.default,
.mobile #main-slider .tp-rightarrow.default {
  transform: translateX(0) !important;
}
#main-slider .tp-arr-subtitleholder {
  display: none;
}
#main-slider .tp-caption.slidelink {
  left: 0 !important;
  top: 0 !important;
  z-index: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
#main-slider .tp_text {
  position: relative;
  display: inline-block;
  max-width: 450px;
  padding: 20px;
  white-space: normal !important;
  background-color: rgba(255, 255, 255, 0.2);
}
#main-slider .tp_text::before {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0;
  content: "";
  opacity: 0.5;
  pointer-events: none;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: all 0.3s linear 1s;
}
#main-slider .tp_text::after {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 0;
  height: 100%;
  content: "";
  opacity: 0.5;
  pointer-events: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transition: all 0.3s linear 0.8s;
}
#main-slider .tp_text * {
  margin: 0;
}
#main-slider .tp_text h2 {
  position: relative;
  margin: 0;
  line-height: 1.2;
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: -0.25px;
}
#main-slider .tp_text h2 > span {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}
#main-slider .tp_text h2 > span::after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 0;
  content: "";
  opacity: 0.7;
  pointer-events: none;
  border-bottom: 1px solid #fff;
  transition: all 0.5s linear 0.8s;
}
#main-slider .tp_text h2 span,
#main-slider .tp_text h2 strong {
  font-weight: inherit;
}
#main-slider .tp_text h2 + p {
  margin: 10px 0 0;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  text-align: right;
  letter-spacing: -0.25px;
}
#main-slider .current-sr-slide-visible h2 > span::after {
  width: 100%;
}
#main-slider .current-sr-slide-visible .btns a::after {
  width: 100%;
}
#main-slider .current-sr-slide-visible .tp_text::before {
  top: 0;
  height: 100%;
}
#main-slider .current-sr-slide-visible .tp_text::after {
  left: 0;
  width: 100%;
}
#main-slider .btns {
  margin-top: 10px;
  white-space: nowrap;
  text-align: right;
}
#main-slider .btns a {
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
  font-size: 14px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: -0.25px;
  transition: all 0.3s linear;
}
#main-slider .btns a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 0;
  content: "";
  opacity: 0.7;
  pointer-events: none;
  border-bottom: 1px solid #fff;
  transition: all 0.3s linear 0.8s;
}

/* MAIN CAROUSEL
   ====================================== */
#main-carousel {
  position: relative;
  z-index: 0;
  margin-bottom: 40px;
}
#main-carousel a {
  text-decoration: none;
}
#main-carousel .col-12 + .col-12 {
  overflow: hidden;
}
#main-carousel .owl-title,
#main-carousel .owl-tabs {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
#main-carousel .owl-title > div,
#main-carousel .owl-tabs > div {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
#main-carousel .owl-title > div::before, #main-carousel .owl-title > div::after,
#main-carousel .owl-tabs > div::before,
#main-carousel .owl-tabs > div::after {
  position: absolute;
  top: 50%;
  left: 110%;
  width: 1000px;
  height: 1px;
  content: "";
  background-color: #cdcdcd;
  transform: translateY(-50%);
}
#main-carousel .owl-title > div::after,
#main-carousel .owl-tabs > div::after {
  left: auto;
  right: 110%;
}
#main-carousel .owl-title h4,
#main-carousel .owl-tabs h4 {
  position: relative;
  float: left;
  width: 120px;
  height: 56px;
  margin: 0;
  padding: 16px 20px 16px 48px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 600;
  color: #0a4734;
  text-align: left;
  letter-spacing: -0.25px;
  cursor: pointer;
  border: 1px solid #cdcdcd;
  border-right: 0;
  background-color: #fff;
  transition: all 0.3s linear;
}
#main-carousel .owl-title h4:last-child,
#main-carousel .owl-tabs h4:last-child {
  border-right: 1px solid #cdcdcd;
}
#main-carousel .owl-title h4::after,
#main-carousel .owl-tabs h4::after {
  position: absolute;
  left: 44px;
  bottom: 12px;
  width: 0;
  content: "";
  border-bottom: 2px solid #fff;
  transition: all 0.3s linear 0.5s;
}
#main-carousel .owl-title h4 .icon,
#main-carousel .owl-tabs h4 .icon {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 33px;
  height: 33px;
  transform: translateY(-50%);
}
#main-carousel .owl-title h4 .icon svg,
#main-carousel .owl-tabs h4 .icon svg {
  display: block;
}
#main-carousel .owl-title h4 .icon path,
#main-carousel .owl-tabs h4 .icon path {
  fill: #0a4734;
  fill-rule: evenodd;
  transition: all 0.3s linear;
}
#main-carousel .owl-title h4.selected,
#main-carousel .owl-tabs h4.selected {
  color: #fff;
  border-color: #b02028;
  background-color: #b02028;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
}
#main-carousel .owl-title h4.selected::after,
#main-carousel .owl-tabs h4.selected::after {
  width: 58px;
}
#main-carousel .owl-title h4.selected + h4,
#main-carousel .owl-tabs h4.selected + h4 {
  border-left-color: #b02028;
}
#main-carousel .owl-title h4.selected path,
#main-carousel .owl-tabs h4.selected path {
  fill: #fff !important;
}
#main-carousel .owl-title {
  display: none;
}
#main-carousel .all-btn {
  float: left;
  width: 100%;
  margin-top: 40px;
  text-align: center;
}
#main-carousel .all-btn a {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  color: #282828;
  letter-spacing: -0.25px;
  border-bottom: 2px solid #b02028;
}
#main-carousel .owl-wrapper {
  display: none;
  overflow: hidden;
  background-color: #fff;
}
#main-carousel .owl-wrapper.selected {
  display: block;
}
#main-carousel .owl-carousel {
  float: left;
  display: block;
}
#main-carousel .owl-carousel.owl-hidden {
  opacity: 1 !important;
}
#main-carousel .owl-stage {
  display: flex;
}
#main-carousel .item {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
#main-carousel .item .image {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  background: #fff url(../images/loading.svg) no-repeat 50%;
  background-size: 32px auto;
  transition: all 0.3s linear;
}
#main-carousel .item .image.loaded {
  background-image: none;
}
#main-carousel .item .image span {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}
#main-carousel .item .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main-carousel .item:hover .image span {
  transform: scale(1.08);
}
#main-carousel .item h3 {
  margin: 0;
  line-height: 1.3;
  font-size: 14px;
  font-weight: 700;
  color: #282828;
  text-transform: uppercase;
  letter-spacing: -0.25px;
}
#main-carousel .item p {
  margin: 20px 10px 0;
  line-height: 1.3;
  font-size: 13px;
}
#main-carousel .item .readmore {
  position: absolute;
  right: 1px;
  bottom: 0;
  padding: 0 16px 2px 0;
  white-space: nowrap;
  line-height: 20px;
  font-size: 14px;
  font-weight: 700;
  color: rgba(32, 32, 33, 0.77);
  text-decoration: none;
  background: url(../images/readmore_black.png) no-repeat 100% 50%;
  background-position: calc(100% - 1px) 50%;
  background-size: auto 10px;
  transition: all 0.3s linear;
}
.r2x #main-carousel .item .readmore {
  background-image: url(../images/readmore_black@2x.png);
}
.r3x #main-carousel .item .readmore {
  background-image: url(../images/readmore_black@3x.png);
}
#main-carousel .owl-nav.disabled {
  display: none !important;
}
#main-carousel .owl-dots {
  width: 100%;
  margin-top: 40px;
  text-align: center;
}
#main-carousel .owl-dots.disabled {
  display: none !important;
}
#main-carousel .owl-dot {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 4px;
  border-radius: 50%;
  background: #0a4734;
  transition: all 0.3s linear;
}
#main-carousel .owl-dot.active {
  background: #b02028;
}

/* MAIN TEXT
   ====================================== */
#main-text {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
#main-text .inner {
  position: relative;
  background: url(../images/main_text_bg.jpg) no-repeat 50%;
  background-size: cover;
}
#main-text .container_12 {
  z-index: 1;
}
#main-text .container_12 > div {
  overflow: hidden;
  display: flex;
  min-height: 373px;
  padding: 20px 10px;
  align-items: center;
  justify-content: flex-end;
}
#main-text .text {
  float: left;
  width: 480px;
  max-width: 100%;
  margin-right: 100px;
}
#main-text h2 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 800;
  color: #b02028;
  text-transform: uppercase;
}
#main-text h2::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  content: "";
  border-bottom: 4px solid #b02028;
}
#main-text h2 > strong {
  color: #fff;
}
#main-text p {
  margin: 20px 0 0;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
#main-text .btns {
  margin-top: 30px;
  white-space: nowrap;
}
#main-text .btns a {
  position: relative;
  display: inline-block;
  padding: 12px 40px 12px 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  background: #b02028 url(../images/readmore_white.png) no-repeat 90% 50%;
  background-position: calc(100% - 20px) 50%;
  background-size: 5px auto;
  transition: all 0.3s linear;
}
.r2x #main-text .btns a {
  background-image: url(../images/readmore_white@2x.png);
}
.r3x #main-text .btns a {
  background-image: url(../images/readmore_white@3x.png);
}
#main-text .btns a:hover {
  top: 1px;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2);
}

/* MAIN CAROUSEL 2
   ====================================== */
#main-carousel-2 {
  position: relative;
  z-index: 0;
  margin-bottom: 40px;
}
#main-carousel-2 a {
  text-decoration: none;
}
#main-carousel-2 .container_12 {
  overflow: hidden;
}
#main-carousel-2 .owl-wrapper {
  margin-left: -10px;
  margin-right: -10px;
}
#main-carousel-2 .owl-carousel {
  float: left;
  display: block;
}
#main-carousel-2 .owl-stage {
  display: flex;
}
#main-carousel-2 .item {
  position: relative;
  float: left;
  padding-bottom: 50px;
  text-align: center;
}
#main-carousel-2 .item .image {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  padding: 20px;
  background: #fff url(../images/loading.svg) no-repeat 50%;
  background-size: 32px auto;
  transition: all 0.3s linear;
  backface-visibility: hidden;
}
#main-carousel-2 .item .image.loaded {
  background-image: none;
}
#main-carousel-2 .item .image span {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  border-radius: 50%;
  background: #0a4734 none no-repeat 50%;
  transition: all 0.3s linear;
}
#main-carousel-2 .item .image img {
  position: absolute;
  inset: 0;
  width: 72px;
  height: 72px;
  margin: auto;
  object-fit: cover;
}
#main-carousel-2 .item h4 {
  position: relative;
  margin: 0;
  padding-bottom: 18px;
  line-height: 1.3;
  font-size: 14px;
  font-weight: 700;
  color: #282828;
  text-transform: uppercase;
  letter-spacing: -0.25px;
}
#main-carousel-2 .item h4::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 44px;
  margin-left: -22px;
  content: "";
  border-bottom: 4px solid #0a4734;
  transition: all 0.3s linear;
}
#main-carousel-2 .item p {
  margin: 20px 10px 0;
  line-height: 1.3;
  font-size: 14px;
}
#main-carousel-2 .item:hover .image span {
  background-color: #b02028;
}
#main-carousel-2 .item:hover h4::after {
  border-bottom: 4px solid #b02028;
}
#main-carousel-2 .owl-nav {
  display: none;
}
#main-carousel-2 .owl-nav.disabled {
  display: none !important;
}
#main-carousel-2 .owl-dots {
  width: 100%;
  margin-top: 40px;
  text-align: center;
}
#main-carousel-2 .owl-dots.disabled {
  display: none !important;
}
#main-carousel-2 .owl-dot {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 4px;
  border-radius: 50%;
  background: #0a4734;
  transition: all 0.3s linear;
}
#main-carousel-2 .owl-dot.active {
  background: #0a4734;
}

/* MAIN NEWS
   ====================================== */
#main-news {
  position: relative;
  z-index: 0;
  margin-bottom: 40px;
}
#main-news .main-section-title {
  color: #0a4734;
}
#main-news .owl-carousel {
  float: left;
  display: block;
  margin-top: 20px;
}
#main-news .item {
  position: relative;
  float: left;
  width: 100%;
  padding-left: 70px;
  padding-bottom: 90px;
}
#main-news .item::before {
  position: absolute;
  top: 0;
  left: 1px;
  width: 50px;
  height: 50px;
  content: "";
  background: url(../images/main_news_icon.png) no-repeat 50%;
  background-size: 50px;
  transition: all 0.3s linear;
}
.r2x #main-news .item::before {
  background-image: url(../images/main_news_icon@2x.png);
}
.r3x #main-news .item::before {
  background-image: url(../images/main_news_icon@3x.png);
}
#main-news .item:hover::before {
  transform: rotate(720deg);
}
#main-news .item h5 {
  position: relative;
  margin: 0;
  padding-bottom: 12px;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 700;
  color: #0a4734;
  text-transform: capitalize;
  letter-spacing: -0.25px;
}
#main-news .item h5::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  content: "";
  border-bottom: 4px solid #dfd9d9;
}
#main-news .item h5 a {
  display: block;
  color: inherit;
}
#main-news .item p {
  margin: 20px 0 0;
  line-height: 1.3;
  font-size: 13px;
}
#main-news .readmore {
  position: absolute;
  bottom: 20px;
  left: 70px;
  padding: 12px 40px 12px 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  background: #b02028 url(../images/readmore_white.png) no-repeat 90% 50%;
  background-position: calc(100% - 20px) 50%;
  background-size: 5px auto;
  transition: all 0.3s linear;
}
.r2x #main-news .readmore {
  background-image: url(../images/readmore_white@2x.png);
}
.r3x #main-news .readmore {
  background-image: url(../images/readmore_white@3x.png);
}
#main-news .readmore:hover {
  bottom: 19px;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2);
}
#main-news .owl-nav.disabled {
  display: none !important;
}
#main-news .owl-dots {
  width: 100%;
  margin-top: 40px;
  text-align: center;
}
#main-news .owl-dots.disabled {
  display: none !important;
}
#main-news .owl-dot {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 4px;
  border-radius: 50%;
  background: #0a4734;
  transition: all 0.3s linear;
}
#main-news .owl-dot.active {
  background: #b02028;
}
#main-news .all-btn {
  float: left;
  width: 100%;
  margin-top: 40px;
  text-align: center;
}
#main-news .all-btn a {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  color: #282828;
  letter-spacing: -0.25px;
  border-bottom: 2px solid #b02028;
}

/* MAIN SERVICES
   ====================================== */
#main-services {
  position: relative;
  z-index: 0;
  margin-bottom: 40px;
}
#main-services .main-section-title {
  color: #0a4734;
}
#main-services .owl-carousel {
  float: left;
  display: block;
}
#main-services .item {
  position: relative;
  float: left;
  width: 100%;
}
#main-services .item h4 {
  position: relative;
  margin: 10px 0 0;
  padding-bottom: 12px;
  line-height: 1.3;
  font-size: 15px;
  font-weight: 700;
  color: #0a4734;
  text-transform: capitalize;
  letter-spacing: -0.25px;
}
#main-services .item h4::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  content: "";
  border-bottom: 4px solid #dfd9d9;
}
#main-services .item h4 a {
  display: block;
  color: inherit;
}
#main-services .item p {
  margin: 20px 0 0;
  line-height: 1.3;
  font-size: 13px;
}
#main-services .readmore {
  position: absolute;
  bottom: 20px;
  left: 70px;
  padding: 12px 40px 12px 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  background: #b02028 url(../images/readmore_white.png) no-repeat 90% 50%;
  background-position: calc(100% - 20px) 50%;
  background-size: 5px auto;
  transition: all 0.3s linear;
}
.r2x #main-services .readmore {
  background-image: url(../images/readmore_white@2x.png);
}
.r3x #main-services .readmore {
  background-image: url(../images/readmore_white@3x.png);
}
#main-services .readmore:hover {
  bottom: 19px;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2);
}
#main-services .owl-nav.disabled {
  display: none !important;
}
#main-services .owl-dots {
  width: 100%;
  margin-top: 40px;
  text-align: center;
}
#main-services .owl-dots.disabled {
  display: none !important;
}
#main-services .owl-dot {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 4px;
  border-radius: 50%;
  background: #0a4734;
  transition: all 0.3s linear;
}
#main-services .owl-dot.active {
  background: #b02028;
}
#main-services .all-btn {
  float: left;
  width: 100%;
  margin-top: 40px;
  text-align: center;
}
#main-services .all-btn a {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  color: #0a4734;
  letter-spacing: -0.25px;
  border-bottom: 2px solid #b02028;
}

/* MAIN FORM
   ====================================== */
#main-form {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
#main-form .inner {
  position: relative;
  background: url(../images/main_form_bg.jpg) no-repeat 50%;
  background-size: cover;
}
#main-form .container_12 {
  overflow: hidden;
}
#main-form .container_12 > div {
  display: flex;
  min-height: 430px;
  padding: 20px 10px;
  align-items: center;
}
#main-form h6 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
}
#main-form h6::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  content: "";
  border-bottom: 4px solid #e60063;
}

.main-form {
  width: 600px;
  max-width: 100%;
}
.main-form .a,
.main-form .b {
  float: left;
  width: 48%;
}
.main-form .b {
  margin-left: 4%;
}
.main-form .label-div {
  margin-bottom: 12px;
}
.main-form .intl-tel-input.separate-dial-code .selected-flag {
  padding-left: 10px;
  border-radius: 10px 0px 0px 10px;
  background-color: rgba(0, 0, 0, 0.1);
}
.main-form .intl-tel-input .country-name {
  font-size: 12px;
}
.main-form .intl-tel-input .selected-dial-code {
  font-size: 13px;
}
.main-form .file span,
.main-form select,
.main-form textarea,
.main-form input[type=text] {
  height: 40px;
  line-height: 28px;
  padding: 5px 10px;
  font-size: 13px;
  color: #383b41;
  border-radius: 8px;
  border-color: #7b9ec1;
  background-color: #e6f0fa;
  box-shadow: none;
}
.main-form .file span:focus,
.main-form select:focus,
.main-form textarea:focus,
.main-form input[type=text]:focus {
  color: #2f3032;
  border-color: #cacaca;
  box-shadow: inset 0px 1px 3px rgba(117, 117, 117, 0.2);
}
.main-form textarea {
  min-height: 90px;
  height: 90px;
}
.main-form select option[data-type] {
  display: none;
}
.main-form .error select,
.main-form .error textarea,
.main-form .error input[type=text] {
  color: #2f3032 !important;
  border-color: #fd835d !important;
  box-shadow: inset 0px 1px 3px rgba(117, 117, 117, 0.2) !important;
}
.main-form .submit-button {
  float: right;
}
.main-form .submit-button span {
  width: 148px;
  padding: 10px 40px 10px 20px;
  line-height: 20px;
}
.main-form .captcha a {
  color: rgba(255, 255, 255, 0.6);
}
.main-form .file span {
  padding-right: 32%;
}
.main-form .file s {
  width: 30%;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  border-radius: 8px;
  border-color: #e60063;
  background-color: #e60063;
}

/* PAGE IMAGE
   ====================================== */
#page-image {
  clear: both;
  position: relative;
  z-index: 0;
}
#page-image .bg-image {
  position: relative;
  width: 100%;
  min-height: 100px;
  background: none no-repeat 50% 0;
  background-size: auto 100%;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
}
#page-image .hidden-image {
  visibility: hidden;
  display: block;
}

/* CONTENT
   ====================================== */
.sub-page {
  position: relative;
}
.sub-page .inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
.sub-page article {
  font-weight: 600;
  color: #0b0b0c;
  text-align: justify;
}
.sub-page article + div {
  margin-top: 40px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  margin: 0 0 10px;
  padding: 0;
  line-height: 1.2;
  font-size: 22px;
  font-weight: 700;
  color: #363636;
  letter-spacing: -0.25px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 14px;
}

p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
  margin-top: 30px;
}

.page-title,
.main-section-title {
  position: relative;
  margin-bottom: 30px !important;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: 800;
  color: #0b0b0c;
  text-transform: uppercase;
}
.page-title::after,
.main-section-title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  content: "";
  border-bottom: 4px solid #b02028;
}

/* ABOUT
   ====================================== */
#about .video {
  position: relative;
  z-index: -1;
  display: block;
  width: 150%;
  margin: -60px 0 -60px -25%;
  background: #fff url(../images/loading.svg) no-repeat 50%;
  background-size: 42px auto;
}
#about .video::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  pointer-events: none;
  background: url(../images/video_overlay.png) no-repeat;
  background-size: 100% auto;
}
#about .video video {
  display: block;
  width: 100%;
}

/* SERVICES
   ====================================== */
#services .boxs {
  position: relative;
  float: left;
  display: flex;
  width: 102%;
  flex: 1 1 auto;
  flex-wrap: wrap;
  margin-left: -2%;
  margin-bottom: -60px;
  background-color: #fff;
}
#services .boxs .no_results {
  width: 98%;
  margin: 60px 0 60px 2%;
  font-size: 18px;
  font-weight: 700;
  color: #0a4734;
  text-align: center;
}
#services .boxs .item {
  position: relative;
  width: 48%;
  margin-left: 2%;
  padding-bottom: 60px;
  background-color: #fff;
}
#services .boxs .item .image {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  background: #f5f5f5 url(../images/loading.svg) no-repeat 50%;
  background-size: 32px auto;
  transition: all 0.3s linear;
}
#services .boxs .item .image.loaded {
  background-image: none;
}
#services .boxs .item .image span {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}
#services .boxs .item .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#services .boxs .item:hover .image span {
  transform: scale(1.08);
}
#services .boxs .item h2 {
  position: relative;
  margin: 0;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 800;
  color: #0b0b0c;
  text-transform: uppercase;
}
#services .boxs .item h2::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  content: "";
  border-bottom: 4px solid #9ccf3b;
}
#services .boxs .item h2 a {
  color: inherit;
}
#services .boxs .item p {
  margin: 20px 0 0;
  line-height: 1.3;
  font-size: 13px;
}

/* NEWS
   ====================================== */
#news.news-detail article + .boxs {
  padding-top: 40px;
  border-top: 1px solid #dedede;
}
#news .boxs {
  position: relative;
  float: left;
  display: flex;
  width: 102%;
  flex: 1 1 auto;
  flex-wrap: wrap;
  margin-left: -2%;
  margin-bottom: -60px;
  background-color: #fff;
}
#news .boxs .no_results {
  width: 98%;
  margin: 60px 0 60px 2%;
  font-size: 18px;
  font-weight: 700;
  color: #0a4734;
  text-align: center;
}
#news .boxs .item {
  position: relative;
  width: 31.3333333333%;
  margin-left: 2%;
  padding-bottom: 60px;
  background-color: #fff;
}
#news .boxs .item .image {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  background: #f5f5f5 url(../images/loading.svg) no-repeat 50%;
  background-size: 32px auto;
  transition: all 0.3s linear;
}
#news .boxs .item .image.loaded {
  background-image: none;
}
#news .boxs .item .image span {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 42%;
}
#news .boxs .item .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#news .boxs .item > div {
  position: relative;
  padding-left: 70px;
  padding-bottom: 70px;
}
#news .boxs .item > div::before {
  position: absolute;
  top: -6px;
  left: 1px;
  width: 50px;
  height: 50px;
  content: "";
  background: url(../images/main_news_icon.png) no-repeat 50%;
  background-size: 50px;
  transition: all 0.3s linear;
}
.r2x #news .boxs .item > div::before {
  background-image: url(../images/main_news_icon@2x.png);
}
.r3x #news .boxs .item > div::before {
  background-image: url(../images/main_news_icon@3x.png);
}
#news .boxs .item h2 {
  position: relative;
  margin: 0;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  color: #0a4734;
  text-transform: capitalize;
}
#news .boxs .item h2::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  content: "";
  border-bottom: 4px solid #dfd9d9;
}
#news .boxs .item h2 a {
  color: inherit;
}
#news .boxs .item .date {
  position: absolute;
  top: 54px;
  left: 1px;
  width: 50px;
  line-height: 1;
  font-size: 11px;
  font-weight: 400;
  color: #818181;
  text-align: center;
}
#news .boxs .item .date span {
  display: block;
  margin: 0 0 2px;
}
#news .boxs .item p {
  margin: 20px 0 0;
  line-height: 1.3;
  font-size: 13px;
}
#news .boxs .item:hover > div::before {
  transform: rotate(720deg);
}
#news .boxs .item:hover .image span {
  transform: scale(1.08);
}
#news .boxs .readmore {
  position: absolute;
  left: 70px;
  bottom: 1px;
  padding: 12px 40px 12px 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  background: #b02028 url(../images/readmore_white.png) no-repeat 90% 50%;
  background-position: calc(100% - 20px) 50%;
  background-size: 5px auto;
  transition: all 0.3s linear;
}
.r2x #news .boxs .readmore {
  background-image: url(../images/readmore_white@2x.png);
}
.r3x #news .boxs .readmore {
  background-image: url(../images/readmore_white@3x.png);
}
#news .boxs .readmore:hover {
  bottom: 0;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2);
}

/* PRODUCTS
   ====================================== */
#products .boxs {
  position: relative;
  float: left;
  display: flex;
  width: 102%;
  flex: 1 1 auto;
  flex-wrap: wrap;
  margin-left: -2%;
  background-color: #fff;
}
#products .boxs .item {
  position: relative;
  width: 23%;
  margin-left: 2%;
  padding: 40px 0;
  text-align: center;
  background-color: #fff;
}
#products .boxs .item:hover {
  z-index: 1;
  box-shadow: 0px 3px 30px 5px rgba(22, 22, 22, 0.2);
}
#products .boxs .item .image {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  background: #fff url(../images/loading.svg) no-repeat 50%;
  background-size: 32px auto;
  transition: all 0.3s linear;
}
#products .boxs .item .image.loaded {
  background-image: none;
}
#products .boxs .item .image span {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}
#products .boxs .item .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#products .boxs .item:hover .image span {
  transform: scale(1.08);
}
#products .boxs .item h2 {
  margin: 0;
  line-height: 1.3;
  font-size: 14px;
  font-weight: 700;
  color: #282828;
  text-transform: uppercase;
  letter-spacing: -0.25px;
}
#products .boxs .item p {
  margin: 10px 20px 0;
  line-height: 1.3;
  font-size: 13px;
}

/* CONTACT
   ====================================== */
#contact-map {
  position: relative;
  z-index: 0;
}
#contact-map iframe,
#contact-map .map-div {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 400px;
  margin: 0 auto;
  border: 0;
  background-color: rgb(229, 227, 223);
}
#contact-map .google-map-directions {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 1;
  width: 80px;
  margin-left: -40px;
  padding: 5px;
  text-align: center;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.4);
}
#contact-map .google-map-directions .navigate-link {
  display: block;
  text-decoration: none;
  transition: all 0.3s linear;
}
#contact-map .google-map-directions .navigate-link:hover {
  opacity: 0.7;
}
#contact-map .navigate-text {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #19457a;
}
#contact-map .navigate-icon {
  overflow: hidden;
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 auto;
  background: url(../images/map_direction.png) no-repeat;
  background-size: 100%;
}

#contact .col-6 {
  float: right;
  width: 54%;
  padding-left: 60px;
  padding-right: 60px;
}
#contact .col-6 + .col-6 {
  float: left;
  width: 46%;
}
#contact .page-title {
  color: #0a4734;
}
#contact .address-list {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 100px;
  padding-left: 140px;
  background: url(../images/contact.jpg) no-repeat 0 4px;
  background-size: auto 200px;
}
#contact .address-info {
  float: left;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #dbdbdb;
}
#contact .address-info:first-child {
  padding-top: 0;
  border-top: 0;
}
#contact .address-info:last-child {
  padding-bottom: 0;
}
#contact .address-info h2 {
  position: relative;
  font-size: 20px;
  font-weight: 800;
  color: #383b41;
  text-transform: uppercase;
  letter-spacing: -0.25px;
}
#contact .address-info > div {
  position: relative;
  float: left;
  width: 100%;
  line-height: 22px;
  margin-bottom: 15px;
  padding-left: 30px;
}
#contact .address-info > div:last-child {
  margin-bottom: 0;
}
#contact .address-info > div::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  content: "";
  background: none no-repeat 50%;
  background-size: auto 100%;
}
#contact .address-info > div.address::before {
  background-image: url("../images/info_icon_address.png");
}
.r2x #contact .address-info > div.address::before {
  background-image: url("../images/info_icon_address@2x.png");
}
.r3x #contact .address-info > div.address::before {
  background-image: url("../images/info_icon_address@3x.png");
}
#contact .address-info > div.phone::before {
  background-image: url("../images/info_icon_phone.png");
}
.r2x #contact .address-info > div.phone::before {
  background-image: url("../images/info_icon_phone@2x.png");
}
.r3x #contact .address-info > div.phone::before {
  background-image: url("../images/info_icon_phone@3x.png");
}
#contact .address-info > div.fax::before {
  background-image: url("../images/info_icon_fax.png");
}
.r2x #contact .address-info > div.fax::before {
  background-image: url("../images/info_icon_fax@2x.png");
}
.r3x #contact .address-info > div.fax::before {
  background-image: url("../images/info_icon_fax@3x.png");
}
#contact .address-info > div.email::before {
  background-image: url("../images/info_icon_mail.png");
}
.r2x #contact .address-info > div.email::before {
  background-image: url("../images/info_icon_mail@2x.png");
}
.r3x #contact .address-info > div.email::before {
  background-image: url("../images/info_icon_mail@3x.png");
}
#contact .address-info a {
  text-decoration: none;
}
#contact .address-info a:hover {
  text-decoration: underline;
}
#contact .form select,
#contact .form textarea,
#contact .form input[type=text] {
  height: 42px;
  line-height: 22px;
  padding: 10px 0;
  border: 0 !important;
  border-bottom: 1px solid #cac1c0 !important;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0;
  background: none !important;
  box-shadow: none !important;
}
#contact .form textarea {
  height: 100px;
  min-height: 100px;
}
#contact .form .captcha {
  padding-left: 0;
  padding-right: 140px;
}
#contact .form .captcha .cw {
  left: auto;
  right: 0;
  text-align: right;
}
#contact .form .captcha a {
  padding-left: 0;
  padding-right: 3px;
}
#contact .form .submit-button {
  margin-top: 10px;
}
#contact .form .submit-button span {
  min-width: 200px;
}
#contact .form .ftAlert {
  margin-top: 50px;
}
#contact .contact-socials {
  padding-left: 0 !important;
}
#contact .contact-socials > div {
  display: inline-block;
  vertical-align: top;
}
#contact .contact-socials a {
  overflow: hidden;
  position: relative;
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  background: url(../images/socials.png) no-repeat;
  background-size: auto 60px;
  transition: all 0.1s linear;
}
.r2x #contact .contact-socials a {
  background-image: url(../images/socials@2x.png);
}
.r3x #contact .contact-socials a {
  background-image: url(../images/socials@3x.png);
}
#contact .contact-socials a:hover {
  opacity: 0.7;
}
#contact .contact-socials a.fb {
  background-position: 0px -30px;
}
#contact .contact-socials a.tw {
  background-position: -38px -30px;
}
#contact .contact-socials a.yt {
  background-position: -76px -30px;
}
#contact .contact-socials a.in {
  background-position: -114px -30px;
}

/* ABOUT
   ====================================== */
#footer-logos {
  position: relative;
  border-top: 1px solid #dedede;
  background-color: #fff;
}
#footer-logos .boxs {
  position: relative;
  float: left;
  display: flex;
  width: 100%;
  flex: 1 1 auto;
  flex-wrap: wrap;
}
#footer-logos .item {
  position: relative;
  width: 18%;
  padding: 30px 10px;
}
#footer-logos .item:nth-child(3) {
  width: 28%;
}
#footer-logos .item::after {
  position: absolute;
  top: 20%;
  right: 0;
  height: 60%;
  content: "";
  border-right: 1px solid #dedede;
}
#footer-logos .item:last-child::after {
  content: none;
}
#footer-logos .item .image {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  background: #fff url(../images/loading.svg) no-repeat 50%;
  background-size: 28px auto;
  transition: all 0.3s linear;
}
#footer-logos .item .image.loaded {
  background-image: none;
}
#footer-logos .item .image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 80px;
  margin-left: auto;
  margin-right: auto;
}
#footer-logos .item:hover .image span {
  transform: scale(1.03);
}

/* FOOTER
   ====================================== */
#footer {
  position: relative;
  z-index: 0;
}
#footer .top-bar {
  position: relative;
  padding: 15px 0;
  background-color: #b2b2b2;
}
#footer .top-bar .col-6 {
  display: flex;
  align-items: center;
}
#footer .top-bar .col-6.a {
  width: 70%;
}
#footer .top-bar .col-6.b {
  width: 30%;
  justify-content: flex-end;
}
#footer .divider {
  display: none;
  padding-bottom: 5px;
}
#footer .copyright {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  padding-left: 40px;
  padding-right: 40px;
  line-height: 32px;
  font-size: 15px;
  color: #fff;
}
#footer .logo {
  display: inline-block;
  vertical-align: top;
  width: 178px;
  height: 40px;
  background: url(../images/logo_white.png) no-repeat;
  background-size: auto 40px;
}
.r2x #footer .logo {
  background-image: url(../images/logo_white@2x.png);
}
.r3x #footer .logo {
  background-image: url(../images/logo_white@3x.png);
}
#footer .socials {
  display: inline-block;
  vertical-align: top;
}
#footer .socials > div {
  display: inline-block;
  vertical-align: top;
}
#footer .socials a {
  overflow: hidden;
  position: relative;
  float: left;
  width: 30px;
  height: 30px;
  margin-left: 4px;
  margin-right: 4px;
  background: url(../images/socials.png) no-repeat;
  background-size: auto 60px;
  transition: all 0.1s linear;
}
.r2x #footer .socials a {
  background-image: url(../images/socials@2x.png);
}
.r3x #footer .socials a {
  background-image: url(../images/socials@3x.png);
}
#footer .socials a.fb {
  background-position: 0px 0px;
}
#footer .socials a.fb:hover {
  background-position: 0px -30px;
}
#footer .socials a.tw {
  background-position: -38px 0px;
}
#footer .socials a.tw:hover {
  background-position: -38px -30px;
}
#footer .socials a.yt {
  background-position: -76px 0px;
}
#footer .socials a.yt:hover {
  background-position: -76px -30px;
}
#footer .socials a.in {
  background-position: -114px 0px;
}
#footer .socials a.in:hover {
  background-position: -114px -30px;
}
#footer .web-designs {
  float: right;
  backface-visibility: hidden;
}
#footer .web-designs .wd {
  position: relative;
  float: left;
  display: flex;
  align-items: center;
  height: 24px;
  padding-left: 28px;
  line-height: 24px;
  background: url(../images/web_icon_ft.png) no-repeat 0 50%;
  background-size: auto 100%;
}
#footer .web-designs .wd a {
  display: block;
  white-space: nowrap;
  color: #fff;
  line-height: 15px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

/* FIXED BUTTONS
   ====================================== */
#fixed-buttons {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 3;
  width: 52px;
}
.mobile #fixed-buttons {
  right: 20px;
  bottom: 20px;
}
#fixed-buttons a {
  display: block;
  width: 56px;
  height: 56px;
  margin-top: 10px;
  cursor: pointer;
  text-decoration: none;
  border: 2px solid #fff;
  border-radius: 50%;
  background: none no-repeat 50%;
  background-size: auto 52px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4);
  backface-visibility: hidden;
  animation-iteration-count: infinite;
  animation-name: pulse;
  transition: all 0.5s cubic-bezier(0, 1.6, 0.59, 1.01);
}
#fixed-buttons a:hover {
  transform: scale(1.1);
}
#fixed-buttons .whatsapp {
  animation-duration: 1.8s;
  animation-fill-mode: both;
  background-image: url(../images/fixed_whatsapp_icon.png);
}
.r2x #fixed-buttons .whatsapp {
  background-image: url(../images/fixed_whatsapp_icon@2x.png);
}
.r3x #fixed-buttons .whatsapp {
  background-image: url(../images/fixed_whatsapp_icon@3x.png);
}

@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.fancybox-caption__body h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.fancybox-caption__body p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.7);
}
.fancybox-caption__body .counter {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
}

/* SYSTEM FORM MESSAGE
   ====================================== */
.ftAlert {
  position: relative;
  float: left;
  width: 100%;
  margin: 10px 0;
  padding: 10px 10px 10px 40px;
  font-size: 12px;
  font-weight: 400;
  color: #2b2b2b;
  text-align: left;
  border-radius: 3px;
  border: 1px solid #fff;
  background: none no-repeat 10px 50%;
  background-size: 20px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.ftAlert.success {
  color: #398b03;
  border-color: #75b975;
  background-color: #dff0d8;
  background-image: url(../images/ft-form-mesaj/success.png);
}
.ftAlert.warning {
  color: #b17a01;
  border-color: #ffd293;
  background-color: #fcf8e3;
  background-image: url(../images/ft-form-mesaj/warning.png);
}
.ftAlert.error {
  color: #833;
  border-color: #c39595;
  background-color: #f2dede;
  background-image: url(../images/ft-form-mesaj/error.png);
}
.ftAlert.info {
  color: #1a4773;
  border-color: #80d0e8;
  background-color: #d9edf7;
  background-image: url(../images/ft-form-mesaj/info.png);
}
.ftAlert.loading {
  color: #1a4773;
  border-color: #cacaca;
  background-color: #f5f5f5;
  background-image: url(../images/ft-form-mesaj/loading.gif);
}
.ftAlert .close {
  float: right;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1;
  font-size: 21px;
  font-weight: 700;
  color: #000;
  opacity: 0.2;
  cursor: pointer;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  background: transparent;
  appearance: none;
  transition: all 0.3s linear;
}
.ftAlert .close:hover, .ftAlert .close:focus {
  opacity: 0.5;
}

/* CLEAR FLOATED ELEMENTS
   ====================================== */
/* http://sonspring.com/journal/clearing-floats */
.clr,
.clear {
  overflow: hidden;
  display: block;
  visibility: hidden;
  clear: both;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.container,
.container_12,
.clearfix {
  display: inline-block;
}
.container::before, .container::after,
.container_12::before,
.container_12::after,
.clearfix::before,
.clearfix::after {
  overflow: hidden;
  visibility: hidden;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  content: ".";
}
.container::after,
.container_12::after,
.clearfix::after {
  clear: both;
}
* html .container,
* html .container_12,
* html .clearfix {
  height: 1%;
}
.container,
.container_12,
.clearfix {
  display: block;
  /*
  	The following zoom: 1 rule is specifically for IE6 + IE7.
  	Move to separate stylesheet if invalid CSS is a problem.
  */
  zoom: 1;
}