/* ------------------------------------------------
 Author: ArtStyles Brands (ArtTemplate / ArtIcons)
 URL: http://themeforest.net/user/artstyles
 
 Template Name: FORZO
 version: 1.0.6
------------------------------------------------ */
/* ------------------------------------------------

 - General Styles
   - Input
   - Buttons
 - Typography
 - Preloader
 - Top
   - Fullscreen Nav
 - Header
 - Sections
 - Section About
 - Portfolio
 - Project Single
 - Popup Gallery
 - Features
 - Our Team
 - Recent News
 - Blog
 - Cooments
 - Page Elements
   - Plans
   - Page 404
   - Contact
 - Footer
 - Zoom Image
 - Other

------------------------------------------------ */
@import url(bootstrap.min.css);
@import url(owl.carousel.min.css);
@import url(animate.css);
@import url(photoswipe.min.css);
@import url(../fonts/font-awesome-4.7.0/css/font-awesome.min.css);
@import url(../fonts/stroke-gap-icons/style.css);
/* -----------------------------------------------------------------
    - General Styles
----------------------------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  -webkit-text-size-adjust: 100%;
}

body {
  background: #222626;
  color: #ccc;
  font-family: 'Zen Kaku Gothic New';
  font-size: 16px;
  font-weight: 500;
  /*line-height: 1.6;*/
  overflow-x: hidden;
  /*-ms-overflow-style: scrollbar;
  -webkit-font-smoothing: antialiased;*/
}

/* Input */
input[type='text'], input[type='email'], input[type='password'], input[type='datetime'], input[type='date'], input[type='month'], input[type='time'], input[type='week'], input[type='search'], textarea,
textarea.form-control {
  background-color: transparent;
  border: 0;
  border: 1px solid #cccccc;
  border-radius: 0;
  box-shadow: none;
  height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  z-index: 2;
  width: 100%;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

input[type='text']:focus, input[type='email']:focus, input[type='password']:focus, input[type='datetime']:focus, input[type='date']:focus, input[type='month']:focus, input[type='time']:focus, input[type='week']:focus, input[type='search']:focus, textarea:focus,
textarea.form-control:focus {
  border-bottom: 0;
  box-shadow: none;
  color: #000;
}

textarea,
textarea.form-control {
  padding-top: 10px;
  padding-bottom: 10px;
  -ms-overflow-y: hidden !important;
  resize: none;
}

.form-group {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}

.form_element + span {
  background-color: #10131a;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transform: translate3d(0, 100%, 0);
}

.form_element:focus + span {
  transform: translate3d(0, 0, 0);
}

.has-error .form-control {
  border-color: #ff4253;
  box-shadow: none;
}
#msgSubmit {
  font-size: .86em;
  font-weight: 300;
  padding-top: 30px;
  text-align: center;
  text-transform: uppercase;
}

.text-success {
  color: #00ffd2;
}

.text-danger {
  color: #10131a;
}

::-webkit-input-placeholder {
  color: #c0c3c8;
}

:-ms-input-placeholder {
  color: #c0c3c8;
}

::-moz-placeholder {
  color: #c0c3c8;
}

:-moz-placeholder {
  color: #c0c3c8;
}

:focus::-webkit-input-placeholder {
  color: #fff;
}

:focus:-ms-input-placeholder {
  color: #fff;
}

:focus::-moz-placeholder {
  color: #fff;
}

:focus:-moz-placeholder {
  color: #fff;
}

/* Buttons */
.btn {
  background-color: #10131a;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-family: 'Zen Kaku Gothic New';
    font-size: 1em;
    font-weight: 400;
    line-height: 3.3;
    letter-spacing: 0.08em;
    padding: 0 20px 0;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1);
    top: 10px;
}
.btn .btn_icon {
  font-size: 14px;
  padding-left: 8px;
  position: relative;
  transform: translateX(0);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.btn:hover {
  background-color: #10131a;
  color: #fff;
}
.btn:hover .btn_icon {
  transform: translateX(3px);
}
.btn:focus {
  color: #fff;
  outline: none;
}
.btn:active, .btn:active:focus {
  box-shadow: none;
  outline: none;
}
.btn_gost_white {
  background-color: transparent;
  border: 2px solid #fff;
}
.btn_gost_white::before {
  content: '';
  border-top: 2px solid #fff;
  height: 2px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  left: 0;
  top: -1px;
  bottom: 0;
  width: 0%;
  transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}
.btn_gost_white:hover {
  background-color: transparent;
  color: #fff;
}
.btn_gost_white:hover::before {
  width: 100%;
}
.btn_gost_black {
  background-color: transparent;
  border: 2px solid #10131a;
  color: #10131a;
}
.btn_gost_black::before {
  content: '';
  border-top: 2px solid #10131a;
  height: 2px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  left: 0;
  top: -1px;
  bottom: 0;
  width: 0%;
  transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}
.btn_gost_black:hover {
  background-color: transparent;
  color: #10131a;
}
.btn_gost_black:hover::before {
  width: 100%;
}
.btn_gost {
  background-color: transparent;
  border: 0;
  color: #10131a;
  font-weight: 600;
  padding: 0;
}
.btn_gost:hover {
  background-color: transparent;
  border: 0;
  color: #00ffd2;
}
.btn_fullid {
  width: 100%;
}
.btn_effect:hover::before, .btn_effect:hover::after {
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.btn_effect:hover::before {
  background-color: rgb(134 194 41 / 66%);
  animation: color_1 .2s infinite, pause 4s infinite;
}
.btn_effect:hover::after {
  background-color: rgb(3 147 220 / 72%);
  animation: color_2 .2s infinite, pause 4s infinite;
}
.btn.disabled {
  opacity: 1;
}

@-webkit-keyframes color_1 {
  0%, 100% {
    top: 0;
    left: 0;
  }
  20% {
    top: -2px;
    left: -2px;
  }
  40% {
    top: 2px;
    left: -2px;
  }
  60% {
    top: 2px;
    left: 2px;
  }
  80% {
    top: 2px;
    left: -2px;
  }
}
@keyframes color_1 {
  0%, 100% {
    top: 0;
    left: 0;
  }
  20% {
    top: -2px;
    left: -2px;
  }
  40% {
    top: 2px;
    left: -2px;
  }
  60% {
    top: 2px;
    left: 2px;
  }
  80% {
    top: 2px;
    left: -2px;
  }
}
@-webkit-keyframes color_2 {
  0%, 100% {
    top: 0;
    left: 0;
  }
  20% {
    top: 2px;
    left: 2px;
  }
  40% {
    top: -2px;
    left: 2px;
  }
  60% {
    top: -2px;
    left: -2px;
  }
  80% {
    top: -2px;
    left: 2px;
  }
}
@keyframes color_2 {
  0%, 100% {
    top: 0;
    left: 0;
  }
  20% {
    top: 2px;
    left: 2px;
  }
  40% {
    top: -2px;
    left: 2px;
  }
  60% {
    top: -2px;
    left: -2px;
  }
  80% {
    top: -2px;
    left: 2px;
  }
}
@-webkit-keyframes pause {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes pause {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.btn__load__col {
  margin-top: 100px;
}
.btn__load__col .btn__load {
  background-color: transparent;
  border: 1px solid #10131a;
  border-radius: 50%;
  display: block;
  margin: 0 auto 10px;
  position: relative;
  height: 40px;
  width: 40px;
  transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}
.btn__load__col .btn__load:hover, .btn__load__col .btn__load:focus {
  background-color: #10131a;
}
.btn__load__col .btn__load:hover::after, .btn__load__col .btn__load:hover::before, .btn__load__col .btn__load:focus::after, .btn__load__col .btn__load:focus::before {
  background-color: #fff;
}
.btn__load__col .btn__load::after, .btn__load__col .btn__load::before {
  content: '';
  background-color: #10131a;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}
.btn__load__col .btn__load::after {
  height: 2px;
  width: 14px;
}
.btn__load__col .btn__load::before {
  height: 14px;
  width: 2px;
}
.btn__load__col .btn__load svg ellipse {
  stroke: #10131a;
}
.btn__load__col .btn__load__text {
  color: #10131a;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: block;
  letter-spacing: .06em;
  text-align: center;
  text-transform: uppercase;
}

button:focus {
  outline: none;
}

/* -----------------------------------------------------------------
    - Typography
----------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

.title__h1 {
  font-size: 4.1em;
  margin-top: 30px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 580px) {
  .title__h1 {
    font-size: 3.3em;
    line-height: 1.32;
  }
}

.title__h2 {
  font-size: 3.3em;
  margin-top: 30px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 580px) {
  .title__h2 {
    font-size: 2.7em;
  }
}

.title__h3 {
  font-size: 2.7em;
  margin-top: 30px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 580px) {
  .title__h3 {
    font-size: 2.1em;
  }
}

.title__h4 {
  font-size: 2.1em;
  margin-top: 30px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 580px) {
  .title__h4 {
    font-size: 1.7em;
  }
}

.title__h5 {
  font-size: 1.7em;
  letter-spacing: .1em;
  margin-top: 28px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 580px) {
  .title__h5 {
    font-size: 1.3em;
  }
}

.title__h6 {
  font-size: 1.3em;
  letter-spacing: .1em;
  margin-top: 26px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 580px) {
  .title__h6 {
    font-size: 1em;
  }
}

.title_big {
  font-size: 6.4em;
}
@media only screen and (max-width: 580px) {
  .title_big {
    font-size: 4em;
  }
}

.paragraph_size_20 {
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.9;
  margin-bottom: 60px;
}

.text_uppercase {
  text-transform: uppercase;
}

.text_bold {
  font-weight: 600;
}

.object_fit_cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

a {
  color: #86c229;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}
a:hover {
  color: #0393dc;
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}

img {
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

::-moz-selection {
  background: #86c229;
  color: #fff;
}

::selection {
  background: #86c229;
  color: #fff;
}

/* -----------------------------------------------------------------
    - Preloader
----------------------------------------------------------------- */
.loading {
  background-image: -webkit-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
  color: #10131a;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  z-index: 1100;
}
.loading .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -60px;
  margin-left: -60px;
}
.loading .preloader .rippling-1, .loading .preloader .rippling-2 {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background: #fff;
  animation: preloader 1.6s linear infinite;
}
.loading .preloader .rippling-2 {
  animation-delay: -0.8s;
}
.loading_completed {
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
/* -----------------------------------------------------------------
    - Top
----------------------------------------------------------------- */
.top {
  height: 110px;
  padding: 30px 15px;
  position: fixed;
  width: 100%;
  transition: all 0.6s 0s cubic-bezier(0.7, 0, 0.3, 1);
  top: 0;
  z-index: 1003;
}
.top.affix {
  background-color: #222222;
  box-shadow: 0 0 60px rgba(16, 19, 26, 0.04);
  height: 80px;
  padding: 15px 15px;
  position: fixed;
  z-index: 1003;
}
@media only screen and (max-width: 580px) {
  .top.affix {
    padding: 15px 0;
  }
}
body.menu_open .top.affix {
  background-color: transparent;
  box-shadow: none;
}
@media only screen and (max-width: 580px) {
  .top {
    padding: 15px 0px;
    position: fixed;
  }
}
.top .navbar__logo {
  float: left;
  height: auto;
  /*padding-top: 5px;*/
  opacity: 1;
  visibility: visible;
  overflow: hidden;
  transition: all 0.6s 0s cubic-bezier(0.7, 0, 0.3, 1);
  width: 220px;
  margin-left: -22px;
}
.top .navbar__logo svg {
  width: 100%;
}
.top .navbar__logo .logotype path {
  fill: #fff;
}
@media only screen and (max-width: 900px) {
  .top .navbar__logo {
    width: 160px;
  }
}
@media only screen and (max-width: 320px) {
  .top .navbar__logo {
    padding-top: 10px;
    width: 200px;
  }
  .top .navbar__logo img, .top .navbar__logo svg {
    width: 80%;
  }
}

.top_white .navbar__logo .logotype path {
  fill: #10131a;
}
.top_white .hamburger {
  color: #10131a;
}

.top_black .navbar__logo .logotype path {
  fill: #fff;
}
.top_black.affix .logotype path {
  fill: #10131a;
}
.top_black.affix .hamburger {
  color: #10131a;
}
.top_black .hamburger {
  color: #fff;
}

@media only screen and (max-width: 320px) {
  body.menu_open .navbar__logo {
    opacity: 0;
    visibility: hidden;
  }
}
.navbar__right {
  float: right;
}

.hamburger {
  background-image: -webkit-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
  border-radius: 50%;
  color: #00ffd2;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  height: 50px;
  width: 50px;
  padding-top: 14px;
  position: relative;
  text-transform: uppercase;
}
.hamburger::before {
  content: '';
  background-color: #86c229;
  border-radius: 50%;
  position: absolute;
  height: 50px;
  width: 50px;
  top: 0;
  z-index: -1;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1);
   animation: cc-calto-action-ripple 0.6s linear infinite;
}
.hamburger .line {
  width: 20px;
  height: 2px;
  background-color: #10131a;
  display: block;
  margin: 4px auto;
  transition: all 0.4s 50ms ease-in-out;
 
}
  @keyframes cc-calto-action-ripple {
  0% {
    -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
    box-shadow: 0 4px 10px #0393dc, 0 0 0 0 #0393dcc2, 0 0 0 5px #0393dcad, 0 0 0 10px #0393dc6b; }
  100% {
    -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
    box-shadow: 0 4px 10px #0393dc, 0 0 0 5px #0393dcc2, 0 0 0 10px #0393dcad, 0 0 0 20px #0393dc6b; } }

  span.num{
    position: absolute;
    color: #ffffff;
    left: 138%;
    /* bottom: -50%; */
    font-family: poppins;
    font-size: 14px;
    font-weight: 600;
  }
.hamburger:hover {
  color: #00ffd2;
  cursor: pointer;
}
.hamburger:hover::before {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.hamburger.is_active .line:nth-child(2) {
  opacity: 0;
}
.hamburger.is_active .line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.hamburger.is_active .line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}
.text__hamburger {
  position: absolute;
    top: 45%;
    right: 120px;
    margin-top: -12px;
    letter-spacing: 1px;
    opacity: 1;
    transform: translateX(0%);
    transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1);
    color: #fff;
}
@media only screen and (max-width: 580px) {
  .hamburger .text__hamburger {
    display: none;
  }
}
.menu_open .hamburger {
  background-color: #fff;
  position: relative;
  z-index: 1;
  transition: background-color 0.3s 0s cubic-bezier(0.7, 0, 0.3, 1);
}
.menu_open .hamburger::before {
  background-color: #fff;
}
.menu_open .hamburger .text__hamburger {
  opacity: 0;
  transform: translateX(100px);
}

.effect_rings {
  position: relative;
}
.effect_rings svg {
  top: 0;
  left: 0;
}
.effect_rings div {
  pointer-events: none;
}

/* Fullscreen Nav */
.menu__wrap {
  background-color: #10131a;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 0px;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transform-origin: 50% 50%;
  transition: all 0.4s 0s cubic-bezier(0.7, 0, 0.3, 1);
  z-index: 1002;
}
.menu_open .menu__wrap {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.4s 80ms cubic-bezier(0.7, 0, 0.3, 1);
}
.menu__wrap .menu__inner {
  height: 100vh;
  position: relative;
}
.menu__wrap .morph-shape {
  position: absolute;
  top: -11%;
  bottom: -11%;
  left: -11%;
  right: -11%;
}
.menu__wrap .morph-shape svg path {
  fill: #222626;
}

body.menu_open {
  overflow: hidden;
}
body.menu_open .navbar__logo .logotype path {
  fill: #10131a;
}
body.menu_open .navbar {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.8s cubic-bezier(0.7, 0, 0.3, 1);
}

.nav__v1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin: auto;
  overflow-y: auto;
  overflow-y: overlay;
  padding-top: 100px;
  position: relative;
}
@media only screen and (max-width: 580px) {
  .nav__v1 {
    padding-top: 30px;
  }
}
.nav__v1 .navbar {
  margin: auto;
  min-height: auto;
  padding-bottom: 30px;
  opacity: 0;
  width: 100%;
  text-align: center;
  flex: 0 0 auto;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.8s cubic-bezier(0.7, 0, 0.3, 1);
}
.nav__v1 .navbar .navbar-nav {
  float: none;
  margin-top: 2%;
    display:flex;
    flex-direction:column;
}
.nav__v1 .navbar li {
  display: inline-block;
    float: none;
    padding: 0 13px;
}
.nav__v1 .navbar a {
  background-color: transparent;
    color: #ffffff;
    font-size: 30px;
    font-weight: 900;
    line-height: 30px;
    letter-spacing: .08em;
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
   font-family: 'Zen Kaku Gothic New';
}
@media only screen and (max-width: 580px) {
  .nav__v1 .navbar a {
    font-size: 1.3em;
    line-height: 20px;
  }
}
.nav__v1 .navbar a::before {
  content: '';
  /*border-top: 2px solid #10131a;*/
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 22%;
  width: 0%;
  transition: width 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}
.nav__v1 .navbar a:hover {
  background: none;
  color: #86c229;
  display: inline-block;
  text-decoration: none;
}
.nav__v1 .navbar a:hover::before {
  border-color: #fff;
  width: 100%;
}
.nav__v1 .navbar a:focus {
  background: none;
}
.nav__v1 .navbar .fa {
  font-size: 14px;
  position: absolute;
  top: 38%;
  right: -18px;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.nav__v1 .navbar .dropdown.open .fa {
  transform: rotate(-180deg);
}
.nav__v1 .navbar .dropdown .dropdown-menu {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: none;
  float: none;
  position: relative;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
.nav__v1 .navbar .dropdown .dropdown-menu li a {
  font-size: 1em;
  font-weight: 500;
  padding: 8px 0;
  opacity: .7;
}
.nav__v1 .navbar .dropdown .dropdown-menu li a:hover {
  opacity: 1;
}
.nav__v1 .navbar .dropdown.current .dropdown-toggle {
  color: #10131a;
}
.nav__v1 .navbar .dropdown.current .dropdown-toggle::before {
  border-color: #10131a;
  width: 100%;
}
.nav__v1 .navbar .open .dropdown-menu li a {
  font-size: 1em;
  padding: 8px 0;
}
.nav__v1 .footer_nav_bar {
  color: #10131a;
  padding: 50px 0 20px;
  width: 100%;
  flex: 0 0 auto;
}
@media only screen and (max-width: 580px) {
  .nav__v1 .footer_nav_bar {
    display: none;
  }
}
.nav__v1 .footer_nav_bar::before {
  background-color: #10131a;
}
.nav__v1 .footer_nav_bar .elsewhere a {
  color: #10131a;
}

.nav__v2 li a {
  color: #10131a;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-right: 30px;
  padding: 15px 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.nav__v2 li a:hover, .nav__v2 li a:focus {
  background: none;
  color: #00ffd2;
}
.nav__v2 li:last-child a {
  margin-right: 0;
}
.nav__v2 li.active a {
  color: #00ffd2;
  transition: color .4s;
}
.nav__v2 li.active a::before {
  content: '';
  background-color: #00ffd2;
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 6px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: none;
}

.affix-top .nav__v2 li a {
  color: #fff;
}
.affix-top .nav__v2 li a:hover {
  color: #00ffd2;
}
.affix-top .nav__v2 li.active a {
  color: #00ffd2;
}
@media (max-width: 767px) {
  .affix-top .nav__v2.navbar-collapse li a {
    color: #10131a;
  }
  .affix-top .nav__v2.navbar-collapse li.active a {
    color: #00ffd2;
  }
}

.navbar-toggle {
  margin: 0;
  padding: 14px 0 0;
}

@media (max-width: 767px) {
  .nav__v2.navbar-collapse {
    background-color: #fff;
    border-top: 1px solid #eaebed;
    box-shadow: 0 20px 30px rgba(16, 19, 26, 0.04);
  }

  .container-fluid > .nav__v2.navbar-collapse {
    margin: 15px -30px 0;
  }

  .nav__v2 .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .nav__v2 .navbar-nav {
    margin: 15px 0;
  }

  .nav__v2 .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 15px;
  }
  .nav__v2 .navbar-nav > li > a::before {
    display: none;
  }
}
@media (max-width: 580px) {
  .container-fluid > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }

  .container-fluid > .nav__v2.navbar-collapse {
    margin: 15px -15px 0;
  }

  .nav__v2 .navbar-nav > li > a {
    margin-left: 0;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
/* Dropdown */
.nav__v2 .dropdown-menu {
  border: 0;
  box-shadow: 0 28px 50px rgba(77, 91, 120, 0.15);
}
.nav__v2 .dropdown-menu li a {
  font-weight: 500;
  padding: 10px 15px;
  text-transform: none;
}

/* -----------------------------------------------------------------
    - Header
----------------------------------------------------------------- */
.hero {
  color: #fff;
  height: 100%;
  position: relative;
}
.hero .vertical_text {
  color: #10131a;
  font-family: "Poppins", sans-serif;
  font-size: 2.2em;
  font-weight: 300;
  height: 100%;
  letter-spacing: .8em;
  padding-left: 30px;
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
  width: 20%;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
}
@media only screen and (max-width: 580px) {
  .hero .vertical_text {
    display: none;
  }
}
.hero._static {
  background-color: #ececee;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 140px);
  margin: 110px 30px 30px;
  position: relative;
}
.hero._static ._caption {
  text-shadow: 0 5px 40px rgba(16, 19, 26, 0.4);
}
.hero ._caption {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 30px;
  position: relative;
  text-shadow: 0 2px 36px rgba(16, 19, 26, 0.1);
  width: 100%;
  z-index: 1;
}
.hero ._caption._right {
  align-items: flex-end;
}
.hero ._caption._right .row_caption {
  width: 50%;
}
.hero ._caption._left {
  padding-left: 100px;
}
.hero ._caption._left .row_caption {
  width: 50%;
}
.hero ._caption._center {
  text-align: center;
}
.hero .hero__title {
  color: #86c229;
    font-size: 60px;
    /* letter-spacing: 0.06em; */
    margin-bottom: 32px;
    text-transform: uppercase;
    /* left: 45%; */
    text-align: center;
    /* font-family: 'Zen Kaku Gothic New'; */
    font-family: Manrope, sans-serif;
    font-weight: 700;
}
.hero .hero__title._light {
  font-weight: 300;
  margin-top: 0;
}
@media only screen and (max-width: 580px) {
  .hero .hero__title {
    font-size: 2em;
    line-height: 1.36;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.hero .sub_title {
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 3px;
}
.hero .hero__description {
  font-size: 25px;
    font-weight: 700;
    line-height: 1;
    z-index: 1;
    text-align: center;
    font-family: 'Zen Kaku Gothic New';
    text-transform: uppercase;
    margin-top: -18px;
    letter-spacing: 2px;
}
@media only screen and (max-width: 580px) {
  .hero .hero__description {
    font-size: 1em;
    line-height: 1.75;
  }
}

.hero-video {
  height: 100vh;
}
.hero-video .hero__caption {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  margin-left: 30px;
  margin-right: 30px;
  height: 100%;
  width: 60%;
}
@media only screen and (max-width: 580px) {
  .hero-video .hero__caption {
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 1700px) {
  .hero-video .hero__caption {
    width: 50%;
  }
}

.hero__slider {
  background-color: #10131a;
  height: calc(100vh - 200px);
  margin-top: 110px;
  position: relative;
  overflow: hidden;
  width: 80%;
}
.hero__slider._full {
  height: 100vh;
  margin-top: 0;
  width: 100%;
}
.hero__slider._full .slider__caption {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 580px) {
  .hero__slider._full .slider__caption {
    width: 100%;
  }
}
@media only screen and (min-width: 1700px) {
  .hero__slider._full .slider__caption {
    width: 100%;
  }
}
@media only screen and (max-width: 580px) {
  .hero__slider {
    margin-top: 80px;
    height: calc(100vh - 80px);
    width: 100%;
  }
}
@media only screen and (max-height: 768px) {
  .hero__slider {
    height: calc(100vh - 110px);
  }
}
.hero__slider .slider__caption {
  position: relative;
  width: 80%;
  z-index: 1;
}
@media only screen and (max-width: 580px) {
  .hero__slider .slider__caption {
    width: 100%;
  }
}
.hero__slider div:not(.owl-nav) {
  height: 100%;
}
.hero__slider div.owl-dots {
  height: auto;
  margin-left: 30px;
  position: absolute;
  bottom: 20px;
  text-align: left;
}
@media only screen and (max-width: 580px) {
  .hero__slider div.owl-dots {
    margin-left: 15px;
    bottom: 5px;
  }
}
.hero__slider div.owl-dots .owl-dot {
  height: auto;
  margin: 0 20px 1px 0;
}
@media only screen and (max-width: 580px) {
  .hero__slider div.owl-dots .owl-dot {
    margin: 0 15px 1px 0;
  }
}
.hero__slider div.owl-dots .owl-dot span {
  background-color: #fff;
  height: 12px;
  margin: 0;
  width: 2px;
}
.hero__slider div.owl-dots .owl-dot.active span {
  background-color: #86c229;
  height: 30px;
}
.hero__slider .item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 30px;
  position: relative;
}
@media only screen and (max-width: 580px) {
  .hero__slider .item {
    padding: 15px;
  }
}
.hero__slider .owl-nav {
  color: #10131a;
  position: absolute;
  right: 0;
  bottom: 0;
}
.hero__slider .owl-nav .owl-prev, .hero__slider .owl-nav .owl-next {
  /*background-color: #fff;*/
  display: inline-block;
  font-size: 1.3em;
  height: 80px;
  width: 80px;
  padding-top: 24px;
  vertical-align: middle;
}
@media only screen and (max-width: 580px) {
  .hero__slider .owl-nav .owl-prev, .hero__slider .owl-nav .owl-next {
    font-size: 1em;
    height: 50px;
    width: 50px;
    padding-top: 11px;
  }
}
.hero__slider .owl-nav .owl-prev .fa, .hero__slider .owl-nav .owl-next .fa {
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.hero__slider .owl-nav .owl-prev:hover .fa, .hero__slider .owl-nav .owl-next:hover .fa {
  color: #00ffd2;
}
.hero__slider .owl-nav .owl-prev {
  padding-left: 40px;
}
@media only screen and (max-width: 580px) {
  .hero__slider .owl-nav .owl-prev {
    padding-left: 18px;
  }
}
.hero__slider .owl-nav .owl-prev .fa:hover {
  transform: translateX(-3px);
}
@media only screen and (max-width: 580px) {
  .hero__slider .owl-nav .owl-prev .fa:hover {
    transform: translateX(0);
  }
}
.hero__slider .owl-nav .owl-next {
  padding-right: 40px;
  text-align: right;
}
@media only screen and (max-width: 580px) {
  .hero__slider .owl-nav .owl-next {
    padding-right: 18px;
  }
}
.hero__slider .owl-nav .owl-next .fa:hover {
  transform: translateX(3px);
}
@media only screen and (max-width: 580px) {
  .hero__slider .owl-nav .owl-next .fa:hover {
    transform: translateX(0);
  }
}

.hero-video::before, .hero__slider .item::before, .section_image::before, .page__hero::before {
  content: '';
    background-color:#000000ad;
    height: 100%;
    /* opacity: .1; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.animate-out {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

.scroll__down {
  display: inline-block;
  position: absolute;
  bottom: 70px;
  left: 50%;
  z-index: 2;
  transform: translate(0, -50%);
  transition: opacity .3s;
}
.scroll__down:hover {
  opacity: .5;
}
.scroll__down span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 0px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
.scroll__down span::before, .scroll__down span::after {
  box-sizing: border-box;
  position: absolute;
  top: 16px;
  left: 50%;
  content: '';
  width: 8px;
  height: 8px;
  margin-left: -4px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: scrolldown 2s infinite;
  animation: scrolldown 2s infinite;
}
.scroll__down span::after {
  top: 0;
}

@-webkit-keyframes scrolldown {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: .6;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scrolldown {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: .6;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* -----------------------------------------------------------------
    - Sections
----------------------------------------------------------------- */
.container_md {
  max-width: 900px;
}

.section {
  box-sizing: border-box;
  padding: 70px 0;
}
@media screen and (max-width: 580px) {
  .section {
    padding: 65px 0;
  }
}
.section .heading_wrap {
  margin-bottom: 110px;
}
@media screen and (max-width: 580px) {
  .section .heading_wrap {
    margin-bottom: 60px;
  }
}

.no_padding {
  padding: 0;
}

.no_padding_top {
  padding-top: 0;
}

.no_padding_bottom {
  padding-bottom: 0;
  padding-top: 2px;
}

.top_padding_30 {
  padding-top: 30px;
}

.top_padding_60 {
  padding-top: 60px;
}

.top_padding_80 {
  padding-top: 80px;
}

.top_padding_240 {
  padding-top: 240px;
}
@media only screen and (max-width: 320px) {
  .top_padding_240 {
    padding-top: 160px;
  }
}

.top_margin_50 {
  margin-top: 50px;
}

.separation_top {
  border-top: 1px solid #eaebed;
}

.separation_bottom {
  border-bottom: 1px solid #eaebed;
}

.section__title {
  letter-spacing: 0.8px;
  margin-bottom: 38px;
  position: relative;
}
@media only screen and (max-width: 580px) {
  .section__title {
    margin-bottom: 26px;
  }
}
.section__title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  background-color: #10131a;
  height: 2px;
  width: 40px;
}
.section__title._left {
  text-align: left;
}
.section__title._left::after {
  margin-left: auto;
  left: 0;
}
.section__title._center {
  text-align: center;
}
.section__title._center::after {
  margin: auto;
  left: 0;
  right: 0;
}
.section__title._right {
  text-align: right;
}
.section__title._right::after {
  margin-right: auto;
  right: 0;
}
.section__title._left_bias::before {
  display: none;
}
.section__title._left_bias::after {
  content: '';
  position: absolute;
  left: -100px;
  bottom: -14px;
  background-color: #10131a;
  margin: 0;
  height: 2px;
  width: 145px;
}
.section__title._no_line::before, .section__title._no_line::after {
  display: none;
}

.edge {
  display: block;
  position: relative;
}
/*.edge::before {
  content: '';
  position: absolute;
  top: 25%;
  left: 0;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #10131a;
  height: 1px;
  width: 110px;
}*/
@media only screen and (max-width: 580px) {
  .edge::before {
    display: none;
  }
}

.section__subtitle {
  line-height: 2;
}
.section__subtitle._left {
  text-align: left;
}
.section__subtitle._center {
  text-align: center;
}
.section__subtitle._right {
  text-align: right;
}
.section__subtitle._firts_paragraph {
  font-size: 1.3em;
  line-height: 1.9;
}
@media only screen and (max-width: 580px) {
  .section__subtitle._firts_paragraph {
    font-size: 1.1em;
    line-height: 1.8;
  }
}

.wrap__section__description._left {
  padding-left: 55px;
}
.wrap__section__description._right {
  padding-right: 55px;
}

.section__description {
  /*line-height: 2.4;*/
  padding-bottom: 20px;
  color: #fff;
    font-size: 17px;
    line-height: 28px;
    text-align: justify;
    margin: 0;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
}

.row_flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section_image {
  background-color: #ccc;
  background-image: url(../img/image_05.jpg);
  background-size: cover;
  color: #fff;
  height: auto;
  width: 100%;
  position: relative;
  text-align: center;
}
.section_image .quote {
  color: #fff;
  margin: 130px 0;
}
.section_image .quote cite {
  color: #fff;
}

/* -----------------------------------------------------------------
    - Section About
----------------------------------------------------------------- */
.section_about {
  color: #10131a;
  padding-bottom: 0;
  position: relative;
  /*&::before {
	content: '';
	position: absolute;
	bottom: 0;
	background-color: $white-color;
	height: 20%;
	width: 100%;
  }*/
}
@media only screen and (max-width: 1200px) {
  .section_about {
    padding-bottom: 140px;
  }
}
@media only screen and (max-width: 980px) {
  .section_about {
    padding-bottom: 0;
  }
}
.section_about .section__title {
  margin-top: 0;
}

.col_describe._left {
  padding-right: 60px;
}
.col_describe._left .edge::before {
  right: -130px;
}
@media only screen and (max-width: 580px) {
  .col_describe._left {
    padding-right: 15px;
  }
}
.col_describe._right {
  padding-left: 60px;
}
.col_describe._right .edge::before {
  left: -130px;
}
@media only screen and (max-width: 580px) {
  .col_describe._right {
    padding-left: 15px;
  }
}
.col_describe .title {
  margin-top: 0;
  margin-bottom: 50px;
}
.col_describe .sub_title {
  color: #c0c3c8;
  font-weight: 600;
}
.col_describe .edge::before {
  left: auto;
  bottom: 0;
}
.col_describe .num_section {
  color: #10131a;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1.715em;
  font-weight: 700;
  text-align: right;
}

.image__box {
  background-color: #fff;
  box-shadow: 0 28px 50px rgba(77, 91, 120, 0.15);
  box-sizing: content-box;
  margin-left: 55px;
  padding: 14%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 990px) {
  .image__box {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 10%;
    width: 60%;
  }
}
.image__box img {
  height: 100%;
  width: 100%;
}
.image__box.box_v2 {
  margin-left: 0;
  padding: 10%;
  width: 70%;
}
@media only screen and (max-width: 1200px) {
  .image__box.box_v2 {
    width: auto;
  }
}
@media only screen and (max-width: 990px) {
  .image__box.box_v2 {
    margin-left: auto;
    margin-bottom: 60px;
    width: 50%;
    transform: translateY(0) !important;
  }
}
@media only screen and (max-width: 580px) {
  .image__box.box_v2 {
    width: 70%;
  }
}
.image__box._right {
  float: right;
}
@media only screen and (max-width: 990px) {
  .image__box._right {
    float: none;
  }
}

/* -----------------------------------------------------------------
    - Portfolio
----------------------------------------------------------------- */
.filter__items {
  font-family: "Poppins", sans-serif;
  margin-bottom: 50px;
  padding-left: 0;
  list-style: none;
}
.filter__items li {
  display: inline-block;
  font-weight: 600;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media only screen and (max-width: 320px) {
  .filter__items li {
    font-size: 12px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.filter__items li a {
  color: #10131a;
  padding: 0;
  position: relative;
  text-decoration: none;
}
.filter__items li a::before {
  content: '';
  background-color: #00ffd2;
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -8px;
  transform: scale3d(0, 1, 1);
  transition: transform 0.1s;
}
.filter__items li a:hover {
  color: #00ffd2;
}
.filter__items li.active a, .filter__items li.active a:hover {
  color: #00ffd2;
  cursor: default;
}
.filter__items li.active a::before, .filter__items li.active a:hover::before {
  content: '';
  background-color: #00ffd2;
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -8px;
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.grid__portfolio {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -11px;
  margin-right: -11px;
}
.grid__portfolio:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 320px) {
  .grid__portfolio {
    margin-left: 0;
    margin-right: 0;
  }
}
.grid__portfolio.portfolio_fixed {
  margin-left: auto;
  margin-right: auto;
}
.grid__portfolio.portfolio_creative {
  margin-left: auto;
  margin-right: auto;
}
.grid__portfolio.portfolio_creative .item__portfolio {
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 280px;
}
@media screen and (max-width: 704px) {
  .grid__portfolio.portfolio_creative .item__portfolio {
    width: 340px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 580px) {
  .grid__portfolio.portfolio_creative .item__portfolio {
    width: 100%;
    margin-top: 10px;
  }
}
.grid__portfolio.portfolio_creative .item__portfolio:nth-child(2) {
  margin-top: 14em;
}
@media screen and (max-width: 704px) {
  .grid__portfolio.portfolio_creative .item__portfolio:nth-child(2) {
    margin-top: 10px;
  }
}
.grid__portfolio .item__portfolio {
  margin: 0px;
  padding: 4px;
}
.grid__portfolio .item__portfolio_column_4_2 {
  height: auto;
  padding: 0 15px 30px;
  width: 25%;
}
@media screen and (max-width: 991px) {
  .grid__portfolio .item__portfolio_column_4_2 {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .grid__portfolio .item__portfolio_column_4_2 {
    padding: 0 7.5px 15px;
    width: 50%;
  }
}
@media screen and (max-width: 320px) {
  .grid__portfolio .item__portfolio_column_4_2 {
    padding: 0 0 15px;
    width: 100%;
  }
}
.grid__portfolio .item__portfolio_column_4 {
  height: auto;
  width: 25%;
}
@media screen and (min-width: 1500px) {
  .grid__portfolio .item__portfolio_column_4 {
    width: 20%;
  }
}
@media screen and (max-width: 1170px) {
  .grid__portfolio .item__portfolio_column_4 {
    width: 33.33333333%;
  }
}
@media screen and (max-width: 768px) {
  .grid__portfolio .item__portfolio_column_4 {
    width: 50%;
  }
}
@media screen and (max-width: 580px) {
  .grid__portfolio .item__portfolio_column_4 {
    padding: 10px 12px;
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .grid__portfolio .item__portfolio_column_4 {
    padding: 7px 0;
  }
}
.grid__portfolio .item__portfolio_column_3 {
  width: 360px;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 990px) {
  .grid__portfolio .item__portfolio_column_3 {
    height: 340px;
    width: 340px;
  }
}
@media screen and (max-width: 768px) {
  .grid__portfolio .item__portfolio_column_3 {
    height: 320px;
    width: 320px;
  }
}
@media screen and (max-width: 580px) {
  .grid__portfolio .item__portfolio_column_3 {
    height: 360px;
    width: 360px;
  }
}
@media screen and (max-width: 320px) {
  .grid__portfolio .item__portfolio_column_3 {
    height: 280px;
    width: 280px;
  }
}
.grid__portfolio .item__portfolio_column_2 {
  height: auto;
  width: 50%;
}
.grid__portfolio .item__portfolio._gutter_30 {
  padding: 15px;
}
@media screen and (max-width: 1500px) {
  .grid__portfolio .item__portfolio._hide {
    display: none;
  }
}
.grid__portfolio .item_portfolio_full {
  height: 600px;
}
@media screen and (max-width: 990px) {
  .grid__portfolio .item_portfolio_full {
    height: 680px;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .grid__portfolio .item_portfolio_full {
    height: 680px;
  }
}
@media screen and (max-width: 580px) {
  .grid__portfolio .item_portfolio_full {
    height: 400px;
    width: 100%;
  }
}
.grid__portfolio .item_portfolio_half {
  height: 300px;
}
@media screen and (max-width: 990px) {
  .grid__portfolio .item_portfolio_half {
    height: 340px;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .grid__portfolio .item_portfolio_half {
    height: 340px;
  }
}
@media screen and (max-width: 580px) {
  .grid__portfolio .item_portfolio_half {
    height: 400px;
    width: 100%;
  }
}
.grid__portfolio .item__portfolio__inner {
  background-color: #ececee;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.grid__portfolio .item__portfolio__inner:hover .item_portfolio_hover {
  opacity: 1;
}
.grid__portfolio .item__portfolio__inner:hover .image__portfolio {
  transform: scale(1.08);
}
.grid__portfolio .image__portfolio {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: opacity 0.35s, transform 0.35s;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.grid__portfolio .item_portfolio_hover {
  background-color: rgb(134 194 41 / 69%);
  padding: 30px;
  color: #fff;
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-transform: uppercase;
  transition: all 0.8s;
}
.grid__portfolio .item_portfolio_hover .link__portfolio {
  display: block;
  float: left;
  height: 21px;
  width: 21px;
  position: relative;
}
.grid__portfolio .item_portfolio_hover .link__portfolio::before, .grid__portfolio .item_portfolio_hover .link__portfolio::after {
  content: '';
  background-color: #fff;
  margin: auto;
  position: absolute;
}
.grid__portfolio .item_portfolio_hover .link__portfolio::before {
  height: 1px;
  width: 100%;
  top: 0;
  bottom: 0;
}
.grid__portfolio .item_portfolio_hover .link__portfolio::after {
  height: 100%;
  width: 1px;
  left: 0;
  right: 0;
}
.grid__portfolio .item_portfolio_hover .link__portfolio._center {
  float: none;
  height: 60px;
  width: 60px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
  transform: rotate(90deg) scale(0.5);
}
.grid__portfolio .item_portfolio_hover .link__zoom {
  cursor: url(../images/cursor_plus.svg) 49 49, pointer;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.grid__portfolio .item_portfolio_hover .heading__portfolio {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 30px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.6s;
}
.grid__portfolio .item_portfolio_hover .heading__portfolio .title_portfolio {
  letter-spacing: 0.1em;
  margin: 0;
  margin-right: 40px;
  font-family: 'Barlow Condensed';
    font-weight: 600;
}
@media screen and (max-width: 900px) {
  .grid__portfolio .item_portfolio_hover .heading__portfolio .title_portfolio {
    font-size: 1.3em;
  }
}
.grid__portfolio .item_portfolio_hover .heading__portfolio .category__portfolio {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-right: 40px;
}
@media screen and (max-width: 900px) {
  .grid__portfolio .item_portfolio_hover .heading__portfolio .category__portfolio {
    font-size: 0.8em;
  }
}
.grid__portfolio .item_portfolio_hover:hover .heading__portfolio {
  transform: translate3d(0, 0, 0);
}
.grid__portfolio .item_portfolio_hover .liked__box, .grid__portfolio .item_portfolio_hover .link__portfolio {
  transform: translate3d(0, -100%, 0);
  transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}
.grid__portfolio .item_portfolio_hover:hover .liked__box, .grid__portfolio .item_portfolio_hover:hover .link__portfolio {
  transform: translate3d(0, 0, 0);
}
.grid__portfolio .item_portfolio_hover:hover .link__portfolio._center {
  transform: rotate(0deg) scale(1);
}
.grid__portfolio .heading__portfolio__outer {
  padding-top: 30px;
}
.grid__portfolio .heading__portfolio__outer .title_portfolio {
  font-family: "Merriweather", serif;
  letter-spacing: 0.02em;
  margin: 0;
}
.grid__portfolio .heading__portfolio__outer .category__portfolio {
  display: block;
  margin-top: 3px;
}

.touch .item__portfolio {
  cursor: pointer;
}

.liked__box {
  float: right;
  height: 20px;
  position: relative;
  width: 28px;
  text-align: center;
  z-index: 1;
}
.liked__box.animating_liked::after, .liked__box.animating_liked::before, .liked__box.animating_unliked::after, .liked__box.animating_unliked::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
  height: 58px;
  margin-top: -19px;
  margin-left: -15px;
  border-radius: 50%;
}
.liked__box.animating_liked::before, .liked__box.animating_unliked::before {
  box-shadow: 0 0 0 6px white;
}
.liked__box.animating_liked::after, .liked__box.animating_unliked::after {
  box-shadow: 0 0 0 3px white;
}
.liked__box.animating_liked.black_effect::before, .liked__box.animating_unliked.black_effect::before {
  box-shadow: 0 0 0 6px #10131a;
}
.liked__box.animating_liked.black_effect::after, .liked__box.animating_unliked.black_effect::after {
  box-shadow: 0 0 0 3px #10131a;
}
.liked__box.animating_liked::before {
  -webkit-animation: anim_liked_1 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  animation: anim_liked_1 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.liked__box.animating_liked::after {
  -webkit-animation: anim_liked_2 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  animation: anim_liked_2 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.liked__box.animating_unliked::before {
  -webkit-animation: anim_liked_3 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  animation: anim_liked_3 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.liked__box.animating_unliked::after {
  -webkit-animation: anim_liked_4 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  animation: anim_liked_4 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.liked__box.is_unliked .icon__liked::before {
  content: "\f08a";
  -webkit-animation: heartanim_1 0.4s forwards;
  animation: heartanim_1 0.4s forwards;
}
.liked__box.is_liked .icon__liked::before {
  content: "\f004";
  -webkit-animation: heartanim_2 0.4s forwards;
  animation: heartanim_2 0.4s forwards;
}
.liked__box .icon__liked {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: block;
  font-size: 18px;
  height: 20px;
  line-height: 22px;
  margin: auto;
  width: 28px;
  position: relative;
  z-index: 1;
}
.liked__box .icon__liked::before {
  font-family: fontawesome;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.liked__box .like-count {
  font-size: 0.8em;
  display: block;
}

@-webkit-keyframes anim_liked_1 {
  0% {
    opacity: 1;
    transform: scale3d(0.1, 0.1, 1);
  }
  100% {
    opacity: 0;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes anim_liked_1 {
  0% {
    opacity: 1;
    transform: scale3d(0.1, 0.1, 1);
  }
  100% {
    opacity: 0;
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes anim_liked_2 {
  0% {
    opacity: 1;
    transform: scale3d(0.1, 0.1, 1);
  }
  50%, 100% {
    opacity: 0;
    transform: scale3d(1.2, 1.2, 1);
  }
}
@keyframes anim_liked_2 {
  0% {
    opacity: 1;
    transform: scale3d(0.1, 0.1, 1);
  }
  50%, 100% {
    opacity: 0;
    transform: scale3d(1.2, 1.2, 1);
  }
}
@-webkit-keyframes anim_liked_3 {
  0% {
    opacity: 1;
    transform: scale3d(0.1, 0.1, 1);
  }
  100% {
    opacity: 0;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes anim_liked_3 {
  0% {
    opacity: 1;
    transform: scale3d(0.1, 0.1, 1);
  }
  100% {
    opacity: 0;
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes anim_liked_4 {
  0% {
    opacity: 1;
    transform: scale3d(0.1, 0.1, 1);
  }
  50%, 100% {
    opacity: 0;
    transform: scale3d(1.2, 1.2, 1);
  }
}
@keyframes anim_liked_4 {
  0% {
    opacity: 1;
    transform: scale3d(0.1, 0.1, 1);
  }
  50%, 100% {
    opacity: 0;
    transform: scale3d(1.2, 1.2, 1);
  }
}
@-webkit-keyframes heartanim_1 {
  0% {
    transform: scale(1.5);
  }
  25% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes heartanim_1 {
  0% {
    transform: scale(1.5);
  }
  25% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes heartanim_2 {
  0% {
    transform: scale(0.5);
  }
  25% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes heartanim_2 {
  0% {
    transform: scale(0.5);
  }
  25% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.2);
  }
  100% {
    transform: scale(1);
  }
}
/* -----------------------------------------------------------------
    - Project Single
----------------------------------------------------------------- */
.project_single .elsewhere a {
  color: #4c5467;
}
@media screen and (max-width: 580px) {
  .project_single ._firts_paragraph {
    font-size: 1.3em;
    line-height: 1.9;
  }
}

.main__image__project {
  background-color: #ececee;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 580px) {
  .main__image__project {
    margin-bottom: 20px;
  }
}
.project_single._vertical .main__image__project {
  height: auto;
  margin-bottom: 30px;
}
.project_single._vertical .main__image__project:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .project_single._vertical .main__image__project:last-child {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 580px) {
  .project_single._vertical .main__image__project:last-child {
    margin-bottom: 40px;
  }
}
.main__image__project .image__portfolio {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.main__image__project .liked__box {
  background-color: #10131a;
  color: #fff;
  height: 60px;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  border-radius: 50%;
  padding-top: 11px;
}
.main__image__project .liked__box.liked__box.animating_liked::after, .main__image__project .liked__box.liked__box.animating_liked::before, .main__image__project .liked__box.liked__box.animating_unliked::after, .main__image__project .liked__box.liked__box.animating_unliked::before {
  box-shadow: none;
}
.main__image__project .liked__box svg ellipse {
  stroke: #10131a;
}

.project__left__col {
  padding-left: 100px;
  position: relative;
}
@media screen and (max-width: 990px) {
  .project__left__col {
    padding-left: 0;
  }
}
.project_single._vertical .project__left__col {
  padding-left: 30px;
}
@media screen and (max-width: 991px) {
  .project_single._vertical .project__left__col {
    padding-left: 15px;
  }
}
.project_single._vertical .project__left__col .title:first-child {
  margin-top: 0;
}

.description__project {
  color: #4c5467;
  line-height: 2;
}

.title_half_underscore {
  margin-bottom: 35px;
  padding-bottom: 20px;
  position: relative;
}
.title_half_underscore::before {
  content: '';
  background-color: #10131a;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
}

.details__list {
  color: #4c5467;
  padding-left: 0;
  list-style: none;
  line-height: 2;
}
.details__list li {
  margin-bottom: 16px;
}
.details__list li span {
  display: block;
}
.details__list._inline li {
  display: inline-block;
  margin-right: 40px;
}
@media screen and (max-width: 580px) {
  .details__list._inline li {
    display: block;
  }
}

.details__main__image {
  font-family: "Poppins", sans-serif;
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.pager__wrap {
  margin-top: 90px;
}
.pager__wrap .pager {
  margin-top: 35px;
}
.pager__wrap .pager li {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.pager__wrap .pager li a {
  color: #c0c3c8;
  padding: 5px 14px;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  text-decoration: none;
}
.pager__wrap .pager li a:hover {
  color: #10131a;
}
.pager__wrap .pager .disabled a:hover {
  color: #c0c3c8;
}
.pager__wrap .pager .previous i {
  margin-right: 10px;
}
.pager__wrap .pager .next i {
  position: relative;
  margin-left: 10px;
}
.pager__wrap .pager .back_grid {
  fill: #c0c3c8;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.pager__wrap .pager .back_grid:hover {
  fill: #10131a;
}

/* -----------------------------------------------------------------
 Custom viewer
----------------------------------------------------------------- */
.pswp__bg {
  background-color: #10131a;
}

.pswp__caption {
  background-color: transparent !important;
  min-height: 0;
  opacity: 1 !important;
  position: absolute;
  left: auto;
  bottom: 0;
  right: 0;
  width: 0;
  z-index: 1;
}
.pswp__caption::before {
  background-image: url(../images/icon-info.svg);
  background-repeat: no-repeat;
  background-position: center center;
  content: '';
  cursor: pointer;
  height: 26px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 26px;
  z-index: 2;
}
@media only screen and (max-width: 580px) {
  .pswp__caption::before {
    bottom: 15px;
    right: 15px;
  }
}
.pswp__caption:hover > .pswp__caption__center {
  opacity: 1;
  transform: translateX(0);
}
.pswp__caption .pswp__caption__center {
  background-color: #10131a;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.2);
  min-width: 200px;
  padding: 30px 30px 50px;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.3s 0s cubic-bezier(0.7, 0, 0.3, 1);
}
.pswp__caption .pswp__caption__center .options__photo {
  font-weight: 600;
  line-height: 2;
  margin-bottom: 16px;
}
.pswp__caption .pswp__caption__center .options__photo span {
  display: block;
  font-weight: 300;
  text-transform: uppercase;
}

/* -----------------------------------------------------------------
    - Features
----------------------------------------------------------------- */
.features__box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 40px;
  margin-top: 40px;
}
.features__box._column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.features__box._column .icon__wrap {
  margin: 0 auto 34px;
}
.features__box._column .description__features {
  padding-left: 0;
  margin-top: 0;
  flex: 1;
}
.features__box .description__features {
  padding-left: 30px;
  margin-top: -5px;
  flex: 1;
}
.features__box .description__features [class^="title__"] {
  margin-top: 0;
}
@media screen and (max-width: 320px) {
  .features__box {
    display: block;
    margin-bottom: 60px;
    margin-top: 60px;
    text-align: center;
  }
  .features__box .description__features {
    padding-left: 0;
    margin-top: 30px;
  }
}

.icon_box {
  border: 1px solid #00ffd2;
  border-radius: 0 16px 0 16px;
  color: #00ffd2;
  display: inline-block;
  flex: 1;
  padding: 16px;
}
@media screen and (max-width: 320px) {
  .icon_box {
    display: inline-block;
  }
}

.icon_size_18 {
  font-size: 18px;
}

.icon_size_24 {
  font-size: 24px;
}

.icon_size_34 {
  font-size: 32px;
}

/* -----------------------------------------------------------------
    - Our Team
----------------------------------------------------------------- */
.team__carousel .item__carousel {
  background-color: #f0f5f9;
  background-repeat: no-repeat;
  background-position: top right;
  height: 400px;
  padding: 80px 60px;
}
 #product .item__carousel{
      background-color: #fff !important;
      background-position: center !important;
    
}
.team__carousel .item__carousel .team__description {
  width: 50%;
}
@media only screen and (max-width: 320px) {
  .team__carousel .item__carousel .team__description {
    width: 100%;
  }
}
.team__carousel .item__carousel .team_name {
  margin-top: 6px;
  margin-bottom: 34px;
  margin-left: -2px;
  letter-spacing: 0.02em;
  position: relative;
  font-family: 'Barlow Condensed';
    text-transform: uppercase;
    color: #0393dc;
}
.team__description p{
  line-height: 24px;
}
.team__carousel .item__carousel .team_name::before {
  content: '';
  background-color: #86c229;
  height: 2px;
  position: absolute;
  left: -88px;
  bottom: -16px;
  width: 128px;
}
.team__carousel .item__carousel .team_specialty {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .team__carousel .item__carousel {
    width: 580px;
  }
}
@media only screen and (min-width: 900px) {
  .team__carousel .item__carousel {
    width: 750px;
  }
}
@media only screen and (max-width: 900px) {
  .team__carousel .item__carousel {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 580px) {
  .team__carousel .item__carousel {
    background-position: bottom right;
    background-size: 80%;
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 320px) {
  .team__carousel .item__carousel {
    background-size: 100%;
    height: 500px;
    padding: 20px;
  }
}

.owl-item.active.center .item__carousel {
  background-color: #d0f19c;
}

.owl-dots {
  margin-top: 26px;
  text-align: center;
}
#product .owl-dots {
  margin-top: 26px;
  text-align: center;
  display: none;
}
.owl-dots .owl-dot {
  display: inline-block;
}
.owl-dots .owl-dot span {
  width: 30px;
  height: 2px;
  margin: 5px 8px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background: #86c229;
}

.elsewhere {
  font-size: 1em;
  margin-top: 20px;
}
.elsewhere li {
  margin-right: 15px;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.elsewhere li:hover {
  opacity: .6;
}
.elsewhere li a {
  color: #10131a;
}

/* -----------------------------------------------------------------
    - Recent News
----------------------------------------------------------------- */
.news__item__half {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.news__item__half .news_left {
  flex: 1;
}
.news__item__half .img__news__box {
  background-color: #ececee;
  width: 262px;
  height: 262px;
  overflow: hidden;
}
@media only screen and (max-width: 580px) {
  .news__item__half .img__news__box {
    width: 100%;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .news__item__half {
    display: block;
  }
}

.detail__news,
.data {
  color: #c0c3c8;
  font-family: "Poppins", sans-serif;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
}
.detail__news a,
.data a {
  font-weight: 600;
  text-decoration: none;
}
.detail__news._single,
.data._single {
  margin-bottom: 26px;
}

.title_news {
  margin-top: 10px;
  margin-bottom: 12px;
  margin-right: 30px;
}

.read__more {
  font-family: "Poppins", sans-serif;
  font-size: 1em;
  font-weight: 600;
  display: inline-block;
  line-height: 1.7;
  letter-spacing: 0.3px;
  padding-left: 32px;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.read__more:hover {
  color: #00ffd2;
  padding-left: 52px;
}
.read__more:focus {
  color: #00ffd2;
}
.read__more::before {
  content: '';
  background-color: #00ffd2;
  height: 48%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  width: 20px;
  left: 0;
  top: 0;
  bottom: 0;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.read__more:hover::before {
  width: 40px;
}

/* -----------------------------------------------------------------
    - Blog
----------------------------------------------------------------- */
.grid__news {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
.grid__news:after {
  content: '';
  display: block;
  clear: both;
}

.item__news {
  box-sizing: border-box;
  float: left;
  width: 555px;
  margin-bottom: 70px;
}
.news__wrap__fullwidth .item__news {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .item__news {
    width: 455px;
  }
}
@media screen and (max-width: 991px) {
  .item__news {
    width: 100%;
  }
}
.item__news .media__content {
  margin-bottom: 53px;
  margin-bottom: 53px;
}
.item__news .image__news {
  max-height: 405px;
}
.news__wrap__fullwidth .item__news .image__news {
  max-height: 100%;
}
.item__news .title_news {
  margin-top: 14px;
  margin-bottom: 32px;
  margin-right: 0;
}
.item__news .title_news a {
  color: #10131a;
  text-decoration: none;
}
.item__news .title_news a:hover {
  color: #00ffd2;
}
.item__news iframe {
  width: 100%;
  border: 0;
  height: 312px;
}
@media screen and (max-width: 1200px) {
  .item__news iframe {
    height: 256px;
  }
}
@media screen and (max-width: 991px) {
  .item__news iframe {
    height: 405px;
  }
}
@media screen and (max-width: 580px) {
  .item__news iframe {
    height: 280px;
  }
}
.item__news .news__paragraph {
  color: #4c5467;
  line-height: 2.1;
}
.item__news .news__paragraph .title {
  color: #10131a;
  margin-top: calc(30px + 24px);
}
.item__news .news__paragraph p {
  margin-bottom: 24px;
}
.item__news .news__paragraph img {
  max-width: 100%;
}
.item__news .news__paragraph ul {
  list-style-type: disc;
  margin: 30px 0;
}
.item__news .news__paragraph ul li {
  margin-bottom: 12px;
}
.item__news .news__paragraph table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}
.item__news .news__paragraph th {
  font-weight: bold;
  text-transform: uppercase;
}
.item__news .news__paragraph td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}
.item__news .news__paragraph,
.item__news .footer__news {
  padding-left: 20px;
  padding-right: 20px;
}
.news__wrap__fullwidth .item__news .news__paragraph, .news__wrap__fullwidth .item__news .footer__news {
  padding-left: 0;
  padding-right: 0;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .news__wrap__fullwidth .item__news .news__paragraph, .news__wrap__fullwidth .item__news .footer__news {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 580px) {
  .news__wrap__fullwidth .item__news .news__paragraph, .news__wrap__fullwidth .item__news .footer__news {
    padding-left: 0;
    padding-right: 0;
  }
}
.item__news .footer__news {
  margin-top: 30px;
}
.item__news .footer__news .liked__box {
  width: auto;
  text-align: left;
}
.item__news .footer__news .liked__box .icon__liked {
  display: inline-block;
  vertical-align: top;
}
.item__news .footer__news .liked__box .like-count {
  font-family: "Poppins", sans-serif;
  display: inline-block;
  height: 28px;
  vertical-align: middle;
}
.item__news .share__post {
  display: inline-block;
}
.item__news .share__post a {
  color: #4c5467;
  margin-right: 35px;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .item__news .share__post a {
    margin-right: 30px;
  }
}
.item__news .share__post a span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: .8em;
  letter-spacing: .06em;
  padding-left: 15px;
}
@media only screen and (max-width: 768px) {
  .item__news .share__post a span {
    display: none;
  }
}
.item__news .share__post a:hover {
  color: #00ffd2;
}

.blog__single .page__hero {
  margin-bottom: 70px;
}
@media only screen and (max-width: 580px) {
  .blog__single .page__hero {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .blog__single .page__hero .title {
    font-size: 2.2em;
    margin-top: 15px;
  }
}
.blog__single .heading_wrap {
  margin-bottom: 80px;
}
.blog__single .post__gallery {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -120px;
  margin-right: -120px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1200px) {
  .blog__single .post__gallery {
    margin-left: 0;
    margin-right: 0;
  }
}
.blog__single .post__gallery .item__post__gallery {
  flex: auto;
  padding: 5px;
  width: 33.33333333%;
}

.news__wrap__fullwidth._single .item__news {
  margin-bottom: 120px;
}
.news__wrap__fullwidth._single .item__news iframe {
  height: 640px;
}
@media only screen and (max-width: 1200px) {
  .news__wrap__fullwidth._single .item__news iframe {
    height: 540px;
  }
}
@media only screen and (max-width: 990px) {
  .news__wrap__fullwidth._single .item__news iframe {
    height: 440px;
  }
}
@media only screen and (max-width: 580px) {
  .news__wrap__fullwidth._single .item__news iframe {
    height: 340px;
  }
}
.news__wrap__fullwidth._single .item__news .footer__news {
  margin-top: 60px;
}
.news__wrap__fullwidth._single .item__news .footer__news .liked__box {
  margin-top: 2px;
}
.news__wrap__fullwidth._sedibar .news__paragraph {
  padding-left: 60px;
  padding-right: 40px;
  max-width: 100%;
}
@media only screen and (max-width: 1199px) {
  .news__wrap__fullwidth._sedibar .news__paragraph {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.news__wrap__fullwidth._sedibar .post__gallery {
  margin-left: -5px;
  margin-right: -5px;
}
.news__wrap__fullwidth._sedibar .footer__news {
  padding-left: 60px;
  padding-right: 40px;
  max-width: 100%;
}

.initial_letter {
  font-size: 3.5em;
  padding: 0 16px 0 0;
  line-height: 1.2em;
  float: left;
  display: inline-block;
}

.quote {
  border: 0;
  font-style: italic;
  color: #10131a;
  font-size: 1.3em;
  margin-top: 50px;
  margin-bottom: 40px;
  padding-top: 18px;
  padding-left: 100px;
  position: relative;
}
@media only screen and (max-width: 320px) {
  .quote {
    font-size: 1.1em;
    margin-top: 35px;
    margin-bottom: 20px;
    padding-left: 30px;
  }
}
.quote p {
  margin-bottom: 14px;
}
.quote cite {
  color: #4c5467;
  font-size: .8em;
}
.quote::before {
  background-image: url(../images/icon-quote.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  height: 60px;
  position: absolute;
  width: 80px;
  top: 0;
  left: -40px;
}
@media only screen and (max-width: 768px) {
  .quote::before {
    height: 45px;
    width: 60px;
    left: 0;
  }
}
@media only screen and (max-width: 320px) {
  .quote::before {
    height: 15px;
    width: 20px;
  }
}
.quote._center {
  border: 0;
  font-size: 1.715em;
  font-weight: 300;
  padding-top: 100px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.quote._center::before {
  background-image: url(../images/icon-quote-white.svg);
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* Sidebar */
.col__sedebar {
  padding-right: 60px;
  padding-top: 57px;
}
@media only screen and (max-width: 1199px) {
  .col__sedebar {
    padding-right: 0;
  }
}
.col__sedebar .search-form {
  margin-bottom: 60px;
  position: relative;
}
.col__sedebar .search-form .btn_search {
  background-color: transparent;
  border: 0;
  color: #c0c3c8;
  position: absolute;
  right: 19px;
  top: 10px;
  z-index: 2;
}
.col__sedebar .details__list {
  margin-bottom: 60px;
}
.col__sedebar .details__list li {
  margin-bottom: 12px;
}
.col__sedebar a {
  color: #4c5467;
}
.col__sedebar a:hover {
  color: #00ffd2;
}

/* -----------------------------------------------------------------
    - Cooments
----------------------------------------------------------------- */
.section__comments {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.section__comments .media {
  margin-top: 64px;
}
@media screen and (max-width: 580px) {
  .section__comments .media {
    margin-top: 40px;
  }
}
.section__comments .media .pull-left {
  border-radius: 50%;
  height: 64px;
  padding-right: 0;
  margin-top: 6px;
  margin-right: 30px;
  overflow: hidden;
  width: 64px;
}
@media screen and (max-width: 580px) {
  .section__comments .media .pull-left {
    height: 32px;
    margin-right: 20px;
    width: 32px;
  }
}
.section__comments .media .pull-left img {
  height: 64px;
  width: 64px;
}
@media screen and (max-width: 580px) {
  .section__comments .media .pull-left img {
    height: 32px;
    width: 32px;
  }
}
.section__comments .media .media-header {
  margin-bottom: 18px;
}
@media screen and (max-width: 580px) {
  .section__comments .media .media-header {
    margin-bottom: 0;
  }
}
.section__comments .media .media-header .media-heading {
  font-size: 1.15em;
  font-weight: 600;
}
.section__comments .media .media-header .media-heading a {
  color: #10131a;
  text-decoration: none;
}
.section__comments .media .media-header .media-heading a:hover {
  color: #00ffd2;
}
.section__comments .media .media-body {
  line-height: 2.1;
}
.section__comments .media .media-body .media-footer {
  margin-top: 10px;
}
.section__comments .media .media-body .media-footer .reply {
  color: #c0c3c8;
  font-family: "Poppins", sans-serif;
  font-size: .85em;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}
.section__comments .media .media-body .media-footer .reply:hover {
  color: #00ffd2;
}
.section__comments .media .media-body .media-footer .reply i {
  padding-right: 8px;
}
.section__comments .title_form {
  margin-top: 90px;
  margin-bottom: 60px;
}
@media screen and (max-width: 580px) {
  .section__comments .btn {
    width: 100%;
  }
}

/* -----------------------------------------------------------------
    - Page Elements
----------------------------------------------------------------- */
.page__hero {
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  height: 600px;
  position: relative;
  width: 100%;
}
.page__hero._fullscreen {
  height: 100vh;
}
.page__hero .heading_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 90%;
}
.page__hero .heading_wrap .detail__news {
  color: #fff;
}
@media screen and (max-width: 320px) {
  .page__hero .heading_wrap .detail__news {
    font-size: .85em;
  }
}
.page__hero .heading_wrap .title_big {
  margin-bottom: 18px;
  text-transform: uppercase;
}
.page__hero .heading_wrap ._firts_paragraph {
  font-weight: 300;
}

/* Plans */
.col__plans {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .col__plans {
    margin-bottom: 80px;
  }
}
.col__plans .price__plan {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.5;
}
.col__plans .price__plan .currency {
  line-height: 3.8;
  vertical-align: top;
}
.col__plans .price__plan .amount {
  font-size: 3.4em;
  padding: 0 6px;
}
.col__plans .price__plan .month {
  text-transform: uppercase;
}
.col__plans ul {
  color: #4c5467;
  font-size: .86em;
  list-style: none;
  margin: 30px 0 26px;
  padding: 0;
}
.col__plans ul li {
  padding-bottom: 13px;
}

/* 404 */
.element__404 {
  height: 150px;
  margin: 20px auto 60px;
  width: 470px;
  position: relative;
}
.element__404::before, .element__404::after {
  content: '';
  background-color: #fff;
  height: 40px;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}
.element__404::before {
  top: -40px;
}
.element__404::after {
  bottom: -40px;
}
@media screen and (max-width: 580px) {
  .element__404 {
    height: 102px;
    width: 320px;
  }
}
.element__404 .svg__mask {
  background-image: url(../images/404_2.svg);
  background-repeat: no-repeat;
  height: 150px;
  width: 470px;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 580px) {
  .element__404 .svg__mask {
    height: 102px;
    width: 320px;
  }
}
.element__404 .image__mask {
  background-image: url(../img/art_01.jpg);
  height: 150px;
  width: 470px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 580px) {
  .element__404 .image__mask {
    height: 102px;
    margin-left: 1px;
    width: 317px;
  }
}

/* Contact */
@media screen and (max-width: 990px) {
  .col_contact_info {
    margin-bottom: 50px;
  }
}

/* -----------------------------------------------------------------
    - Zoom Image
----------------------------------------------------------------- */
img[data-action="zoom"] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}

.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 1005;
  transition: all 300ms;
}

img.zoom-img {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}

.zoom-overlay {
  z-index: 1004;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 300ms;
}

.zoom-overlay-open .zoom-overlay {
  opacity: 1;
}

.zoom-overlay-open,
.zoom-overlay-transitioning {
  cursor: default;
}

/* -----------------------------------------------------------------
    - Other
----------------------------------------------------------------- */
/*@media screen and (max-width: 580px) {*/
/*  .skrollable {*/
/*    transform: none !important;*/
/*    opacity: 1 !important;*/
/*  }*/
/*}*/
/*.item__portfolio figcaption {*/
/*  display: none;*/
/*}*/

/*.jarallax {*/
/*  position: relative;*/
/*  background-size: cover;*/
/*  background-repeat: no-repeat;*/
/*  background-position: 50% 50%;*/
/*}*/

/* Glitch Effect */
/*._glitch {
  position: relative;
}

@keyframes noise-anim {
  0% {
    clip: rect(57px, 9999px, 57px, 0);
  }
  5% {
    clip: rect(94px, 9999px, 3px, 0);
  }
  10% {
    clip: rect(53px, 9999px, 14px, 0);
  }
  15% {
    clip: rect(27px, 9999px, 3px, 0);
  }
  20% {
    clip: rect(66px, 9999px, 43px, 0);
  }
  25% {
    clip: rect(51px, 9999px, 27px, 0);
  }
  30% {
    clip: rect(22px, 9999px, 26px, 0);
  }
  35% {
    clip: rect(36px, 9999px, 7px, 0);
  }
  40% {
    clip: rect(34px, 9999px, 11px, 0);
  }
  45% {
    clip: rect(59px, 9999px, 37px, 0);
  }
  50% {
    clip: rect(95px, 9999px, 54px, 0);
  }
  55% {
    clip: rect(60px, 9999px, 51px, 0);
  }
  60% {
    clip: rect(48px, 9999px, 68px, 0);
  }
  65% {
    clip: rect(95px, 9999px, 54px, 0);
  }
  70% {
    clip: rect(26px, 9999px, 2px, 0);
  }
  75% {
    clip: rect(38px, 9999px, 2px, 0);
  }
  80% {
    clip: rect(29px, 9999px, 89px, 0);
  }
  85% {
    clip: rect(45px, 9999px, 79px, 0);
  }
  90% {
    clip: rect(99px, 9999px, 88px, 0);
  }
  95% {
    clip: rect(89px, 9999px, 19px, 0);
  }
  100% {
    clip: rect(90px, 9999px, 14px, 0);
  }
}
._glitch:after {
  content: attr(data-text);
  position: absolute;
  left: 2px;
  text-shadow: -1px 0 rgba(224, 34, 130, 0.75);
  top: 0;
  color: #fff;
  background-color: transparent;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 2s infinite linear alternate-reverse;
}

@keyframes noise-anim-2 {
  0% {
    clip: rect(47px, 9999px, 13px, 0);
  }
  5% {
    clip: rect(20px, 9999px, 43px, 0);
  }
  10% {
    clip: rect(43px, 9999px, 94px, 0);
  }
  15% {
    clip: rect(56px, 9999px, 63px, 0);
  }
  20% {
    clip: rect(94px, 9999px, 12px, 0);
  }
  25% {
    clip: rect(67px, 9999px, 75px, 0);
  }
  30% {
    clip: rect(14px, 9999px, 98px, 0);
  }
  35% {
    clip: rect(73px, 9999px, 65px, 0);
  }
  40% {
    clip: rect(48px, 9999px, 43px, 0);
  }
  45% {
    clip: rect(80px, 9999px, 40px, 0);
  }
  50% {
    clip: rect(64px, 9999px, 55px, 0);
  }
  55% {
    clip: rect(57px, 9999px, 69px, 0);
  }
  60% {
    clip: rect(11px, 9999px, 96px, 0);
  }
  65% {
    clip: rect(95px, 9999px, 66px, 0);
  }
  70% {
    clip: rect(38px, 9999px, 34px, 0);
  }
  75% {
    clip: rect(78px, 9999px, 64px, 0);
  }
  80% {
    clip: rect(8px, 9999px, 70px, 0);
  }
  85% {
    clip: rect(35px, 9999px, 31px, 0);
  }
  90% {
    clip: rect(25px, 9999px, 11px, 0);
  }
  95% {
    clip: rect(18px, 9999px, 34px, 0);
  }
  100% {
    clip: rect(92px, 9999px, 97px, 0);
  }
}
._glitch:before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  text-shadow: 1px 0 rgba(0, 255, 210, 0.75);
  top: 0;
  color: #fff;
  background-color: transparent;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-2 3s infinite linear alternate-reverse;
}
*/
/* Reveal Effect */
.reveal {
  position: relative;
}
.reveal::before {
  content: '';
  background: #10131a;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0% 0% 0px;
  animation: reveal 1s 0s ease-in-out forwards;
  z-index: 1;
}
.reveal::after {
  content: '';
  background: #86c229;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0% 0% 0px;
  animation: reveal 1s 0.5s ease-in-out forwards;
  z-index: 1;
}
.reveal._delay_1::before {
  animation-delay: 1s;
}
.reveal .reveal_item {
  opacity: 1;
  transition: all 0s 0.5s ease-in-out;
}

.reveal_item {
  opacity: 1;
}

@keyframes reveal {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
    transform-origin: 0% 0% 0px;
  }
  51% {
    transform-origin: 100% 50% 0px;
  }
  100% {
    transform: scaleX(0);
    transform-origin: 100% 50% 0px;
  }
}

/*# sourceMappingURL=style.css.map */


/*custom css*/

.sec-head {
    position: relative;
    margin: 0 auto 80px;
}
.sec-head h6 {
    color: #82c224;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin-bottom: 5px;
    font-family: 'Poppins', sans-serif;
}
.sec-head h3 {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
/*    text-shadow: 0 8px rgb(253 243 243 / 11%);*/
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
}
.sec-head h3 span{
font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    /* text-shadow: 0 8px rgb(253 243 243 / 11%); */
    color: #86c229;
    font-family: 'Barlow Condensed', sans-serif;
}
.sec-head .tbg {
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 100%;
    text-align: center;
    font-size: 10vw;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px rgb(133 194 38 / 25%);
    opacity: .3;
    font-family: 'Barlow Condensed';
    text-transform: uppercase;
}
.social ul li:hover a {
    color: #85c226;
}

/*why choose us*/
.myo {
    padding-bottom: 100px;
    padding-top: 100px;
}

.titleBox {
    border-left: 15px solid #85c226;
    border-right: 15px solid #85c226;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 20px;
    -moz-background-size: 100% 20px;
    background-size: 100% 15px;
    background-image: linear-gradient(to right, #cae3a4e3 0%, #85c226 100%), linear-gradient(to right, #b4df70 0%, #85c226 100%);
    /* line-height: 30px; */
    text-align: center;
    position: relative;
    color: white;
    height: 430px;
    padding: 15px 0px;
    text-align: left;
}
.titleBox1 {
    border-left: 15px solid #85c226;
    border-right: 15px solid #85c226;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 20px;
    -moz-background-size: 100% 20px;
    background-size: 100% 15px;
    background-image: linear-gradient(to right, #cae3a4e3 0%, #85c226 100%), linear-gradient(to right, #b4df70 0%, #85c226 100%);
    /* line-height: 30px; */
    text-align: center;
    position: relative;
    color: white;
/*    height: 430px;*/
    padding: 80px 40px;
    text-align: left;
}

.titleBox1 h3 {
    font-family: 'Playfair Display', serif;
    font-size: 60px;
}

.titleBox1 p {
    text-transform: uppercase;
    color: grey;
    font-weight: 700;
    margin: 30px 0;
    /*font-size: 22px;*/
}

.titleBox .bg-cube {
    margin: 10px 0;
    width: 110px;
    height: 35px;
    border-left: 2px solid #a95e0e;
    border-right: 2px solid #e69801;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 20px;
    -moz-background-size: 100% 20px;
    background-size: 100% 2px;
    background-image: -webkit-linear-gradient(left, #a95e0e 0%, #e69801 100%), -webkit-linear-gradient(left, #a95e0e 0%, #e69801 100%);
    background-image: -moz-linear-gradient(left, #a95e0e 0%, #e69801 100%), -moz-linear-gradient(left, #a95e0e 0%, #e69801 100%);
    background-image: -o-linear-gradient(left, #a95e0e 0%, #e69801 100%), -o-linear-gradient(left, #a95e0e 0%, #e69801 100%);
    background-image: linear-gradient(to right, #a95e0e 0%, #e69801 100%), linear-gradient(to right, #a95e0e 0%, #e69801 100%);
    line-height: 30px;
    text-align: center;
    color: white;
    padding: 10px;
    transition: 0.5s ease;
    position: relative;
}

.titleBox .bg-cube:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 105px;
    height: 40px;
    background-image: linear-gradient(to right, #a95e0e, #e69801);
    transition: opacity 0.5s ease-out;
    z-index: 2;
    opacity: 0;
}

.titleBox .bg-cube:hover:after {
    opacity: 1;
}

.titleBox a {
    color: white;
    position: relative;
    z-index: 10;
}

.titleBox a:hover {
    text-decoration: none;
}

.myoInfo {
    color: white;
}

.myo .num {
    background: #dddddd;
    display: inline-block;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    color: black;
    text-align: center;
    font-weight: 700;
}

.myo .stepBox {
    display: flex;
    align-items: center;
    margin: 25px 0;
}

.myo .text {
    display: inline-block;
    margin-left: 20px;
}

.myo .text h4{
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
    border-bottom: 2px solid #85c226;
    padding-bottom: 5px;
    font-family: 'Zen Kaku Gothic New';
}

.myo .text p {
   color: #fff;
    font-size: 17px;
    line-height: 26px;
    text-align: justify;
    margin: 0;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
}

.myoInfo>span {
    display: block;
    height: 2px;
    width: 35px;
    background: #85c226;
    margin-bottom: -5px;
}

.myoImg {
    position: relative;
    width: 100%;
}

.myoImg img {
    position: absolute;
    left: -150px;
    top: -10px;
    max-width: 100%;
    box-shadow: rgb(0 0 0 / 95%) 0px 5px 15px;
}

#abt-img1 {
      -webkit-filter: grayscale(1);
    }
#abt-img1:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}


@media only screen and (max-width: 769px){
.myoImg img {
    left: 0px;
    top: 0px;
    width: 90%;
    position: relative;
    display: block;
    margin: auto;
}
}

.wardrobes {
    background-color: #191919;
    /*padding: 100px 0 50px;*/
    /*box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.75);*/
    position: relative;
}
.wardrobes .row {
    margin: 20px 0;
}
.wardrobes .ftoverlay {
    z-index: 2;
    position: relative;
}


.wardrobes .titleBox {
    /*padding: 50px 100px;*/
    padding: 0px 56px;
    z-index: 1;
    width: 500px;
}

.wardrobes .ftoverlay img {
    position: absolute;
    left: 70px;
    top: 500px;
    /*height: 500px;*/
    /*width: 707px;*/
    /*max-width: 100%;*/
}

@media only screen and (max-width: 376px){
.wardrobes .ftoverlay img {
    top: 1190px;
}
}
/*@media only screen and (max-width: 480px){
.wardrobes .ftoverlay img {
    height: 100%;
    width: 100%;
    top: 960px;
}
}*/

@media only screen and (max-width: 769px){
/*.wardrobes .ftoverlay img {
    
    width: 100%;
    height: 100%;
    display: block;
    margin: auto;
    top: 750px;
    left: 0;
    position: relative;
}*/
#storyimg{
  display: none;
}
}
@media only screen and (min-width: 992px){
#storyimg{
  display: block;
}
}
/*@media only screen and (max-width: 1024px){
.wardrobes .ftoverlay img {
    height: 350px;
    width: 607px;
}
}*/
.single img:hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
    z-index: 3;
    transition: 0.5s ease;
}
.wardrobes .titleBox .heading {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
}
.wardrobes .titleBox .text {
    margin: 70px 0;
    font-family: "Dosis", sans-serif;
    color: #8e8d8e;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
    
}
.single .titleBox .bg-cube {
    margin: 10px 0;
    width: 110px;
    height: 35px;
    border-left: 2px solid #a95e0e;
    border-right: 2px solid #e69801;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 20px;
    -moz-background-size: 100% 20px;
    background-size: 100% 2px;
    background-image: -webkit-linear-gradient(left, #a95e0e 0%, #e69801 100%), -webkit-linear-gradient(left, #a95e0e 0%, #e69801 100%);
    background-image: -moz-linear-gradient(left, #a95e0e 0%, #e69801 100%), -moz-linear-gradient(left, #a95e0e 0%, #e69801 100%);
    background-image: -o-linear-gradient(left, #a95e0e 0%, #e69801 100%), -o-linear-gradient(left, #a95e0e 0%, #e69801 100%);
    background-image: linear-gradient(to right, #a95e0e 0%, #e69801 100%), linear-gradient(to right, #a95e0e 0%, #e69801 100%);
    line-height: 15px;
    text-align: center;
    color: white;
    /* padding: 10px; */
    transition: 0.5s ease;
    position: relative;
}
.single .titleBox .bg-cube:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 110px;
    height: 35px;
    background-image: linear-gradient(to right, #a95e0e, #e69801);
    transition: opacity 0.5s ease-out;
    z-index: 2;
    opacity: 0;
}

.wardrobes .right .titleBox {
    float: right;
}
.wardrobes .right .ftoverlay img {
    position: absolute;
    left: -60px;
    top: 641px;
    /*height: 500px;
    width: 707px;*/
   max-width: 100%;
   background: #e3d6d3;
}

@media only screen and (max-width: 769px){
.wardrobes .titleBox {
    width: 100%;
    padding: 0px 23px;
}
.wardrobes .right {
    flex-direction: column-reverse;
}
.wardrobes .right .ftoverlay img {
  left: 0px;
    top: 1072px;
}
.wardrobes {
padding-bottom: 270px;
}
}

 #animatedcrystalstudio{
font-family: cursive;
    color: white;
    font-size: 70px;
    font-weight: bold;
    font-family: 'Barlow Condensed', sans-serif;
       background: linear-gradient(to right, #eef1e9 20%, #85c226 40%, #0092dc 60%, #FFF 80%);
  background-size: 200% auto;
  color: #000;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: shine 7s linear infinite;
          animation: shine 7s linear infinite;
}
@-webkit-keyframes shine {
  to {
    background-position: 200% center;
  }
}
@keyframes shine {
  to {
    background-position: 200% center;
  }
}


#abt-img {
     filter: gray; 
      -webkit-filter: grayscale(1); 
    
     
    }

    #abt-img:hover {
      filter: none;
      -webkit-filter: grayscale(0);
     
    }


    .menu-cover-title {
    transition-delay: 1s;
    opacity: 0.03;
    transform: translateY(-50%);
}
.menu-cover-title {
    position: absolute;
    top: 50%;
    font-size: 20vw;
    font-weight: 600;
    line-height: 1.15;
    transform: translateY(-50%) rotateX(75deg);
    opacity: 1;
    padding-left: inherit;
    transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition-property: opacity, transform;
    pointer-events: none;
    color: #ffffff0f;
    font-family: 'Barlow Condensed';
}


/*clients css*/


.pad-tb {
/*    padding-top: 50px;*/
    padding-bottom: 100px;
}

.item-partner img {
/*    background: #222626;*/
    padding: 0 15px;
    max-height: 150px;
    min-height: 150px;
    margin: 0;
    align-items: center;
    display: flex;
    position: relative;
    border-radius: 8px;
    box-shadow: -20px 20px 40px #85c22500, 20px -20px 40px #1e1d1d;
    background: linear-gradient(103deg, #4a4a4a38, #141313);
}
.item-partner {
    opacity: 0.4;
}
.item-partner:hover {
    opacity: 1;
}


/*about css*/
.section-margin {
    margin-top: 120px;
    margin-bottom: 120px;
}
.d-flex {
    display: flex;
}
.about-section .box-img {
    position: relative;
    padding: 30px;
    margin-right: 50px;
}
.about-section .box-img .svg {
    position: absolute;
    top: 0;
    right: 0;
}
.about-section .box-img .svg svg {
    max-width: 100%;
    height: auto;
}
.about-section .box-img .svg svg path {
    stroke: #ffffff1a;
}
.about-section .box-img .box-img-inner {
    position: relative;
    width: 100%;
    height: 500px;
}
.about-section .box-img .box-img-inner img {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 104.5px;
    box-shadow: rgb(0 0 0 / 94%) 0px 5px 15px;
}
.cover-bg-img {
    width: 100%;
    /*height: 100%;*/
   
}
.cover-bg-img2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.about-section .box-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150px;
    height: 150px;
    /* background: #86c229; */
    border-bottom-left-radius: 100%;
    background-image: -webkit-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
}
.text-uppercase {
    text-transform: uppercase;
}
.sub-title {
    position: relative;
    font-family: var(--body-font);
    font-size: 13px;
    font-weight: 500;
    padding-left: 20px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.sub-title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    background-color: var(--theme-color);
    border-radius: 50%;
}
.mb-30 {
    margin-bottom: 30px;
}
.title .top-s {
    font-family: var(--assistant-font);
    font-weight: 400;
}
.title span.sub {
    position: relative;
    display: inline-block;
}
.title {
    position: relative;
    color: var(--heading-color);
    font-family: var(--heading-font);
    font-size: 58px;
    font-weight: 600;
    letter-spacing: 2px;
}

.line-thumb{
  display: none;
}

/*breadcrums css*/

.page-title{
  position:relative;
  text-align:center;
  color:#ffffff;
  z-index:1;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
  padding:135px 0px 150px 0px;
}

.page-title:before{
  content:'';
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background: rgb(0 0 0 / 87%);
}

.page-title .auto-container{
   position:relative;
   z-index:1;
}

.page-title h1{
  color: #ffffff;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: 'Barlow Condensed';
/*    text-shadow: 0 8px rgb(253 243 243 / 11%);*/
}

.page-title h2{
  color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: 'Barlow Condensed';
/*    text-shadow: 0 8px rgb(253 243 243 / 11%);*/
}

.page-title .text{
  position:relative;
  font-size:18px;
  font-weight:400;
  margin-top:10px;
  color:rgba(255,255,255,0.70);
  font-family: 'Poppins', sans-serif;
}

.breadcrumb-outer{
  position:relative;
  text-align:center;
  z-index: 10;
  margin-top:-30px;
}

.breadcrumb-outer .bread-crumb{
  position:relative;
  padding:15px 30px;
  border-radius:50px;
  display:inline-block;
  background-color:#86c229;
  box-shadow:0px 10px 30px rgba(0,0,0,0.10);
}

.breadcrumb-outer .bread-crumb li{
  position:relative;
  display:inline-block;
  font-size:15px;
  color:#ffffff;
  font-weight:600;
  margin-right:5px;
  text-transform:capitalize;
  font-family: 'Zen Kaku Gothic New';
}

.breadcrumb-outer .bread-crumb li a{
  position: relative;
    font-size: 15px;
    color: #ffffff;
    margin: 0px 7px;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: 'Zen Kaku Gothic New';
    text-decoration: none;
}

.breadcrumb-outer .bread-crumb a:hover,
.breadcrumb-outer .bread-crumb a.current{
  position:relative;
  color:#0393dc;
}


/*inner about css*/

.welcome-section {
    position: relative;
    overflow: hidden;
    padding: 70px 0 70px;
}
.welcome-section .image-column {
    position: relative;
    margin-bottom:30px;
}
.welcome-section .image-column .inner-column {
    position: relative;
}
.welcome-section .image-column .image {
    position: relative;
    width: 450px;
    height: 450px;
    z-index: 1;
    overflow: hidden;
    border-radius: 50%;
/*    border: 5px solid #96bd2c;*/
    animation-duration: 5s;
    animation-iteration-count: infinite;
    transform-origin: top;
    animation-name: bounce-1;
    animation-timing-function: linear;
    left: 20px;
}
@keyframes bounce-1{0%{transform:translateY(0)}50%{transform:translateY(-10px)}100%{transform:translateY(0)}}
.welcome-section .image-column .color-layer {
    position: absolute;
    left: 49%;
    bottom: -402px;
    width: 550px;
    height: 463px;
    border-radius: 50%;
    transform: translateX(-47%);
    box-shadow: -6px -6px 10px 0px #0c0c0c, 4px 3px 15px 0px rgb(9 10 9 / 30%);
    /* background: linear-gradient(103deg, #030404, #ffffff); */
    background-image: -webkit-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
}
.welcome-section .image-column .big-text {
    position: absolute;
    left: 0px;
    right: -12px;
    bottom: -117px;
    opacity: 0.8;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    font-size: 71px;
    text-transform: uppercase;
    color: #ffffff;
    transition: all 300ms linear 0ms;
    font-family: 'Barlow Condensed';
}
.welcome-section .image-column .big-text:hover{
    color: #000;
    transition: 0.6s;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.welcome-section .content-column {
    position: relative;
    margin-bottom: 30px;
}
.welcome-section .content-column .inner-column {
    position: relative;
    padding: 30px;
}
.welcome-section .content-column .sec-title-three {
    margin-bottom: 20px;
    text-align: justify;
}
.sec-title-three .title {
    position: relative;
    display: block;
    font-weight: 600;
    font-size: 20px;
    color: #1a5056;
    margin-bottom: 20px;
    font-family: 'Fira Sans';
}
.sec-title-three .title span {
    position: relative;
    color: #000;
}
.sec-title-three h2 {
    line-height: 50px;
    font-weight: 800;
    color: #fff;
    margin-top: 15px;
    font-family: 'Barlow Condensed';
    text-transform: uppercase;
    font-size: 39px;
}
.sec-title-three .text {
    line-height: 27px;
    color: #fff;
    margin-top: 20px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
    font-size: 17px;
}
.welcome-section .content-column .quality-box {
    position: relative;
    padding: 20px 25px;
    margin-top: 15px;
    margin-bottom: 35px;
    box-shadow: -6px -6px 10px 0px #f5f9fc, 4px 3px 15px 0px rgb(127 163 199 / 30%);
    background: linear-gradient(103deg, #e3edf7, #ffffff);
    background-color: #fff;
    text-align: justify;
}
.welcome-section .content-column .quality-box .quality-inner {
    position: relative;
    padding-left: 75px;
}
.welcome-section .content-column .quality-box span {
    position: absolute;
    left: 0px;
    top: 18px;
    line-height: 1em;
    font-size: 60px;
    color: #000;
}
.welcome-section .content-column .quality-box h4 {
    color: #000;
    font-size: 24px;
    font-family: 'rajdhani';
    font-weight: 600;
}
.welcome-section .content-column .quality-box .text {
    position: relative;
    line-height: 28px;
    font-family: 'Fira Sans';
    font-weight: 600;
    font-size: 15px;
    margin-top: 10px;
    color: #000;
}




/*our mission css*/
.features-style3-area {
    position: relative;
    display: block;
    padding: 55px 0;
    z-index: 2;
   
}

.single-features-style3{
    position: relative;
    display: block;
    overflow: hidden;
    background: #222222;
    padding: 40px 45px 45px;
    box-shadow: 4.558px 13.237px 24px 0px rgb(0 0 0);
    z-index: 2;
}
.single-features-style3:before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: "";
}
.single-features-style3::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
    transition: .5s;
    transform: perspective(400px) scaleX(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    z-index: -1;
}
.single-features-style3:hover:after{
    opacity: 1;
    transform: perspective(400px) scaleX(1.0);
}

.single-features-style3 .icon {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: #e9ebf4;
    border-radius: 50%;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-features-style3:hover .icon{
    background: rgba(233, 235, 244, .15);
}
.single-features-style3 .icon span::before {
    position: relative;
    display: inline-block;
    top: 15px;
    left: -15px;
    color: #86c229;
    font-size: 75px;
    line-height: 200px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-features-style3:hover .icon span::before{
    color: #ffffff;
}


.single-features-style3 .inner{
    position: relative;
    display: block;
}
.single-features-style3 .inner .counting{
    position: relative;
    display: block;
}
.single-features-style3 .inner .counting h2{
    font-size: 72px;
    line-height: 70px;
    font-weight: 600;
    opacity: 0.1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-family: 'Barlow Condensed';
    color: #86c229;
}
.single-features-style3 .inner .text {
    position: relative;
    display: block;
    padding-top: 7px;
}
.single-features-style3 .inner .text h3{
    color: #222222;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 3px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-family: 'Barlow Condensed';
    color: #86c229;
}
.single-features-style3:hover .inner .text h3{
    color: #ffffff;
}
.single-features-style3 .inner .text p{
    margin: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    color: #fff;
    font-family: 'Zen Kaku Gothic New';
    font-size: 15px;
    text-align: justify;
    line-height: 22px;
}
.single-features-style3:hover .inner .text p{
    color: #ffffff;
}
.single-features-style3 .inner .readmore-button{
    position: relative;
    display: block;
    margin-top: 24px;
}
.single-features-style3 .inner .readmore-button a{
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.single-features-style3 .inner .readmore-button a span::before {
    position: relative;
    display: inline-block;
    top: 2px;
    color: #2739a7;
    font-size: 20px;
    line-height: 20px;
    padding-right: 10px;
}
.single-features-style3:hover .inner .readmore-button a span::before{
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s
}
.single-features-style3.martop20 {
    margin-top: 20px;
}
.single-features-style3.martop40 {
    margin-top: 40px;
}

/*** 

====================================================================
    Steps Section
====================================================================

***/

.steps-section{
    position:relative;
    padding-top:50px;
    padding-bottom:60px;
}

.steps-section .outer-container{
    position:relative;
    padding-top: 40px;
}

.steps-section .outer-container:before{
    position:absolute;
    content:'';
    left:0px;
    top:100px;
    width:100%;
    height:91px;
    background:url(https://html.themexriver.com/pixer/images/background/pattern-1.png) center top no-repeat;
}

.steps-section .outer-container .services-block-two:nth-child(2),
.steps-section .outer-container .services-block-two:nth-child(4){
    margin-top:70px;
}

.services-block-two{
    position:relative;
    margin-bottom:40px;
}

.services-block-two .inner-box{
    position:relative;
    text-align:center;
}

.services-block-two .inner-box .icon-outer{
    position:relative;
    display:inline-block;
}

.services-block-two .inner-box .icon-outer .icon-box{
    position:relative;
    width:135px;
    height:135px;
    color:#ffffff;
    text-align:center;
    border-radius:50%;
    line-height:138px;
    font-size:62px;
    background-color:#222222;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.20);
}

.services-block-two .inner-box .icon-outer .icon-box img{
    position:relative;
}

.services-block-two .inner-box .icon-outer .icon-box:before{
    position:absolute;
    content:'';
    left: 0;
    top:0px;
    width:100%;
    height:100%;
    display:block;
    opacity:0;
    border-radius:50%;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    box-shadow:inset 0 0 15px rgba(0,0,0,0.20);
    background-image: -webkit-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
}

.services-block-two .inner-box:hover .icon-outer .icon-box:before{
    opacity:1;
}

.services-block-two .inner-box .lower-box{
    position:relative;
    margin-top:30px;
}

.services-block-two .inner-box .lower-box h5{
    position:relative;
    font-weight:700;
    line-height:1.3em;
    margin-bottom:14px;
    text-transform: uppercase;
    font-family: 'Barlow Condensed';
    font-size: 20px;
}

.services-block-two .inner-box .lower-box h5 a{
    position:relative;
    color:#86c229;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    text-decoration: none;
}

.services-block-two .inner-box .lower-box h5 a:hover{
    color:#85c125;
}

.services-block-two .inner-box .lower-box .text{
    position:relative;
    color:#ffffff;
    font-size:15px;
    line-height:20px;
    margin-bottom:14px;
    padding:0px 50px;
    font-family: 'Zen Kaku Gothic New';
}

.services-block-two .inner-box .lower-box .contact{
    position:relative;
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;
    font-family: 'Poppins', sans-serif;
    color: #f23e9d;
    letter-spacing:1px;
    background: linear-gradient(to top, #fb8460 0%, #f13aa1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/*products css*/

.fit_onclass_wrapper {
    padding: 50px 0 20px;
    z-index: 0;
}
.fit_onclass_video {
    border-radius: 10px;
    position: relative;
    margin-bottom: 60px;
}
.fit_onclass_video:before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    position: absolute;
    background: rgb(16 26 48 / 35%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.fit_onclass_video > img {
    border-radius: 10px;
}
.fit_onclass_video:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--orange-color);
    z-index: -1;
    width: 85%;
    margin: auto;
    border-radius: 10px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.fit_onclass_data .about_heading {
    margin-bottom: 15px;
    color: #86c229;
    letter-spacing: 0;
    text-align: left;
    font-family: 'Barlow Condensed';
    font-weight: 600;
}
.fit_onclass_data p {
    margin-bottom: 18px;
    font-family: 'Zen Kaku Gothic New';
    text-align: justify;
    color: #fff;
    line-height: 22px;
    font-size: 16px;
}
.fit_onclass_video:hover:before {
    opacity: 1;
    visibility: visible;
}
.section-titless {
        text-align: center;
    font-family: 'Barlow Condensed';
    font-weight: 400;
    line-height: 1.4;
    font-size: 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 10px;
}

.section-titlesss {
        text-align: center;
    font-family: 'Barlow Condensed';
    font-weight: 400;
    line-height: 1.4;
    font-size: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 30px;
    color:#fff;
}

.heading-shapes {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -5px;
    z-index: 4;
    line-height: 0px;
}
.heading-shapes i {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin: 0px 1px;
    transform: rotate(45deg);
}
.heading-shapes i:nth-child(2) {
    width: 12px;
    height: 12px;
    background-color: #86c229;
}
.heading-shapes i {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #0393dc;
    margin: 0px 1px;
    transform: rotate(45deg);
}
.centered-title .section-titless:after {
    content: "";
    background-size: 100% 100%;
    background-color: #fff;
    position: absolute;
    bottom: 0px;
    right: 50%;
    margin-right: -100px;
    width: 200px;
    height: 1px;
    z-index: 2;
    background-position: 0px 0px;
}

.service-contact-box-one {
    /*background-image: -webkit-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);*/
    background-color:#222222;
    padding: 12px 30px;
    position: relative;
    border-radius: 10px;
    text-align: center;
    justify-content: center;
    overflow: hidden;
    z-index: 0;
    margin-top: 45px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.service-contact-box-one .h3-title {
    color: #ffffff;
}
h3.h3-title {
    font-family: 'Zen Kaku Gothic New';
    font-size: 20px;
    color: #161616;
    line-height: 8px;
    font-weight: 700;
}
.service-contact-icon-one {
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 24px;
}
.service-contact-box-one p {
    color: #0393dc;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 600;
}




/*quality css*/

.sidebar-page-container {
    margin: 5px 0;
}
.with-left-sidebar .sidebar {
    margin-right: 0;
}
.catouterdiv {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 49px 30px;
    background: #86c229;
}
.widget-contents {
    position: relative;
    padding: 30px 20px;
    /*background-color: #222222;*/
    text-align: center;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    
}
.widget-contents .icon {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 1em;
    color: #df6512;
    font-weight: 400;
    margin-bottom: 15px;
}
.widget-contents .text {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
/*    text-transform: uppercase;*/
    font-family: 'Zen Kaku Gothic New';
}
.widget-contents .number {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    color: #86c229;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: 'Zen Kaku Gothic New';
}
.widget-contents .email {
    position: relative;
}
.widget-contents .email a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #86c229;
    font-weight: 700;
    font-family: 'Zen Kaku Gothic New';
    text-decoration: none;
}
.widget-contents .number:hover{
  color:#0393dc;
}
.widget-contents .email a:hover{
  color: #0393dc;
}
.with-left-sidebar .content-side {
    padding-left: 21px;
}
.sidebar-page-container .content-side {
    margin-bottom: 30px !important;
}
.service-details {
    position: relative;
}
.service-details .big-image {
    position: relative;
    margin-bottom: 30px;
}
.service-details .big-image img {
    display: block;
    width: 149%;
}
.service-details .content p {
    margin-bottom: 25px;
    font-family: 'Zen Kaku Gothic New';
    text-align: justify;
    color: #fff;
    font-size: 17px;
    line-height: 25px;
}
.service-details h3 {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: 'Zen Kaku Gothic New';
    color: #86c229;
}
.service-details h3:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    border-bottom: 3px solid #99be24;
}
.service-details h3:after {
    content: '';
    position: absolute;
    left: 22px;
    bottom: 0;
    width: 20px;
    border-bottom: 3px solid #0393dc;
}
.inner-content {
    position: relative;
    display: block;
    width: 100%;
}
.inner-content ul {
    position: relative;
    display: block;
    overflow: hidden;
}
.inner-content ul li {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    padding-left: 80px;
    margin-bottom: 25px;
    min-height: 85px;
}
.inner-content ul li .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    padding-top: 10px;
    padding-left: 10px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.inner-content ul li .icon::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #86c229;
    border-radius: 50%;
    content: "";
}
.inner-content ul li .icon .inner {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    background: #222626;
    border-radius: 50%;
}
.inner-content ul li .icon span::before {
    position: relative;
    display: block;
    color: #222222;
    font-size: 50px;
    line-height: 70px;
    text-align: center;
    font-weight: 100;
}
.inner-content ul li .text {
    position: relative;
    display: block;
    padding-left: 20px;
    padding-top: 20px;
}
.inner-content ul li .text h5 {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 3px;
    font-family: 'Zen Kaku Gothic New';
}
#icon {
    top: 30%;
    left: 25%;
    position: absolute;
    font-size: 30px;
    color: #0393dc;
}
.brouch {
    position: relative;
    display: block;
    color: #f7f7f7;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    font-family: 'Zen Kaku Gothic New';
    padding: 10px 15px;
    /* background: #0e0e29; */
    transition: all 300ms ease;
}
.brouch:hover{
  color:#0393dc;
}

.inner_box {
    position: relative;
    /* padding: 30px 25px; */
    margin: 0px 60px 0 0;
    padding: 10px;
    width: 103%;
}
.cat_inner ul li {
    text-align: justify;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 20px;
    margin-bottom: 8px;
    border: 1px solid #ffffff2e;
    overflow: hidden;
    position: relative;
    transition: all .6s ease-in-out;
    margin-right: -15px;
    left: -48px;
    font-family: 'Zen Kaku Gothic New';
}
.cat_inner ul li a {
    color: #fff;
    transition: all .6s ease-in-out;
    text-decoration: none;
}
.cat_inner ul li:hover span {
    right: 0;
    font-size: 18px;
}
.cat_inner ul li span {
    height: 100%;
    width: 60px;
    text-align: center;
    color: #0393dc;
    background: #86c229;
    display: block;
    top: 0;
    position: absolute;
    line-height: 47px;
    right: -100px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    transition: all .6s ease-in-out;
}

h5.widget-title {
    position: relative;
    margin: 0 0 50px;
    text-transform: uppercase;
    text-align: justify;
    font-family: 'Zen Kaku Gothic New';
    font-size: 21px;
    font-weight: 600;
    color: #86c229;
}
h5.widget-title:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 20px;
    background-color: #0393dc;
    top: 34px;
    left: 20px;
    margin-left: -20px;
}
h5.widget-title:after {
    position: absolute;
    content: "";
    height: 3px;
    width: 20px;
    background-color: #0393dc;
    top: 34px;
    left: 43px;
    margin-left: -20px;
}
#slidecaption {
    -webkit-animation-name: spinner;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    animation-name: spinner;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
@keyframes spinner { 
    from { 
        -moz-transform: rotateY(0deg); 
        -ms-transform: rotateY(0deg); 
        transform: rotateY(0deg); 
    } 
    to 
    { 
        -moz-transform: rotateY(-360deg); 
        -ms-transform: rotateY(-360deg); 
        transform: rotateY(-360deg); 
    
    } 
}



.shadow-hover {
    box-shadow: 0 0px 30px 0px rgb(0 0 0 / 10%);
    transition: all .5s ease-in-out;
}
.shadow-hover:hover {
    box-shadow: 0 0px 30px 0px rgb(255 255 255 / 13%);
}

#Qty-desc {
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 1.8em;
    text-align: justify;
    transition: all 0.6s ease;
    font-family: 'Zen Kaku Gothic New';
}


/*contact css*/
/*----------------------------------------*/

.contact-info-section{
  position:relative;
  padding:100px 0px 60px;
      padding-bottom: 30px;
      
}

.contact-info-section .inner-container{
  position:relative;
}

.contact-info-section .inner-container .layer-one{
  position:absolute;
  right:-80px;
  bottom:-80px;
  width:200px;
  height:200px;
  background-repeat:no-repeat;
}

.contact-form-section .layer-two{
  position:absolute;
  right:0px;
  top:80px;
  width:100%;
  height:1013px;
  background-position:right top;
  background-repeat:no-repeat;
}

.contact-info-section .inner-container .contact-box:nth-child(2){
  transform:translateY(20px);
}

.contact-info-section .inner-container .contact-box:nth-child(3){
  transform:translateY(40px);
}

.contact-box{
  position:relative;
  margin-bottom:30px;
}

.contact-box .inner-box{
  position:relative;
  text-align:center;
  overflow:hidden;
  border-radius:0px;
  padding:45px 40px 55px;
  background-color:#222222;
  box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.contact-box .inner-box .icon{
  position:relative;
  margin-bottom:28px;
}

.contact-box .inner-box h4{
  color: #ffffff;
    font-weight: 500;
    line-height: 20px;
    padding-bottom: 20px;
    /* margin-bottom: 30px; */
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

/*.contact-box .inner-box h4:before{
  position:absolute;
  content:'';
  left:50%;
      bottom: 200px;
  height:3px;
  width:40px;
  margin-left:-20px;
  background-color:#eaca60;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}
*/
.contact-box .inner-box:hover h4:before{
  background-color:#fff;
}

.contact-box .inner-box:hover h4{
  color:#ffffff;
  z-index:1;
}

.contact-box .inner-box ul{
  position:relative;
}

.contact-box .inner-box p{
  position:relative;
  color:#ffffff;
  font-size:18px;
  margin-bottom:5px;
  font-family: 'Zen Kaku Gothic New';
  transition:all 500ms ease;
}

.contact-box .inner-box ul li a{
  position:relative;
  color:#ffffff;

  transition:all 500ms ease;
}

.contact-box .inner-box ul li:last-child{
  position:relative;
  margin-bottom:0px;
}

.contact-box .inner-box:hover ul li,
.contact-box .inner-box:hover ul li a{
  
}

.contact-box .inner-box:before{
  position:absolute;
  content:'';
  left:0px;
  top:0px;
  right:0px;
  bottom:0px;
  opacity:0;
  border-radius:0px;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
  /*background-color:#bd6f29;*/
  background-image: -webkit-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
  transform:scale(0.2,1);
}

.contact-box .inner-box:hover::before{
  opacity:1;
  transform:scale(1,1);
}

.contact-box .inner-box:after{
  position:absolute;
  content:'';
  left:60px;
  bottom:-15px;
  right:60px;
  height:20px;
  border-radius:50px;
  background-color:#b7d5e6;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.contact-box .inner-box:hover::after{
  background-color:#ffffff;
}

/*inner products css*/
.centered-title{
  position: relative;
    margin-bottom: 50px;
    margin-top: 50px;
    text-align: center;
    float: left;
    width: 100%;
}
.centered-title h2 {
    position: relative;
    display: inline-block;
    font-size:50px;
    color: #86c229;
    line-height: 1.6em;
    font-weight: 700;
    /* padding-bottom: 10px; */
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: 'Barlow Condensed';
}
.ttm-bgcolor-darkgrey {
    background-color: #222222;
    padding: 20px;
    box-shadow: 0 5px 15px 0 rgb(10 10 10);
}
.ttm-bgcolor-darkgrey > .ttm-bg-layer {
    background-color: #fff;
    box-shadow: 0 5px 15px 0 rgb(68 68 68 / 10%);
}
.ttm-bg-layer {
    position: absolute;
    height: 100%;
    /* width: 100%; */
    top: 0;
    left: 0;
}
.layer-content {
    position: relative;
    z-index: 9;
    height: 100%;
}
/*.shap:after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    top: -50px;*/
/*    border-bottom: 50px solid #25262a;*/
/*    border-left: 50px solid rgb(255 255 255 / 0%);*/
/*    border-right: 50px solid rgb(255 157 0 / 0%);*/
/*    height: 0;*/
/*    width: 400px;*/
/*    left: 0;*/
/*    right: 0;*/
/*    margin: auto;*/
/*}*/
.titles {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #86c229;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 25px;
    text-align: left;
}
.titles:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    border-bottom: 3px solid #ffffff;
}
.titles:after {
    content: '';
    position: absolute;
    left: 22px;
    bottom: 0;
    width: 20px;
    border-bottom: 3px solid #ffffff;
}
.content p {
    line-height: 1.6;
    margin-bottom: 25px;
}
.ttm-bgcolor-skincolor {
    background-color: #ffffff;
    /* border-radius: 10%; */
}
.ttm-bg {
    position: relative;
    z-index: 0;
}
.ml_170 {
    margin-left: -170px !important;
}
.ttm-bgcolor-skincolor > .ttm-bg-layer {
    background-color: #fff;
}
#specification li {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    font-family: 'Zen Kaku Gothic New';
}



.mrb-60 {
    margin-bottom: 60px;
}
.team-block {
    position: relative;
}
.team-block .team-upper-part {
    position: relative;
    overflow: hidden;
}
.team-block .team-upper-part img {
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.team-block .team-upper-part img {
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.team-block .team-upper-part .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(33, 38, 49, 0.8);
    padding: 35px 40px 40px 40px;
    transform-origin: bottom;
    transform: perspective(2em) rotateX(2deg);
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
}
.team-block .team-bottom-part {
    background-image: -webkit-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
    padding: 20px;
    position: absolute;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -35px;
    z-index: 10;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-box-shadow: 0 10px 16px rgb(0 0 0 / 10%);
    -khtml-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 16px rgb(0 0 0 / 10%);
}
.team-block .team-bottom-part .designation {
    color: #ffffff;
    font-family: 'Zen Kaku Gothic New';
    font-size: 18px;
}
.mrb-5 {
    margin-bottom: 5px;
}
.team-block:hover .team-upper-part .overlay {
    -webkit-transform: perspective(0em) rotateY(0deg);
    -moz-transform: perspective(0em) rotateY(0deg);
    -ms-transform: perspective(0em) rotateY(0deg);
    -o-transform: perspective(0em) rotateY(0deg);
    transform: perspective(0em) rotateY(0deg);
    opacity: 1;
}
.team-block:hover .team-bottom-part {
    background: #222626;
    bottom: -60px;
}
.team-block:hover .team-bottom-part .team-title a {
    color: #fff;
}
.team-block:hover .team-bottom-part .designation {
    z-index: 1;
    position: sticky;
    color: #fff;
}
.team-title a{
  color: #0393dc;
    text-decoration: none;
    font-size: 24px;
   font-family: 'Barlow Condensed';
   text-transform: uppercase;
}
.pdb-215 {
    padding-bottom: 100px;
}
.pdt-105 {
    /*padding-top: 100px;*/
}

.blog-cat {
    position: relative;
    text-transform: uppercase;
    box-shadow: 0 5px 15px 0 rgb(10 10 10);
    padding: 10px 47px;
    background:#222222;
}
.blog-cat li {
    position: relative;
    margin-bottom: 10px;
    list-style-type: none;
}
.blog-cat li a {
    position: relative;
    color: #fff;
    font-size: 14px;
    padding: 8px 12px;
    display: block;
    z-index: 1;
    width: 130%;
    font-weight: 700;
    /*background-color: #222626;*/
    transition: all 500ms ease;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    text-decoration: none;
    right: 15%;
    border: 1px solid #ffffff0f;
}
/*.active-product li a{
    background-image: -webkit-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
}*/
.blog-cat li a:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 0%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: all 500ms ease;
    background-image: -webkit-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
    /* background-color: #f38a17; */
}
.blog-cat li a:after {
    position: absolute;
    content: '\f105';
    right: 0px;
    top: 0px;
    z-index: 1;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    width: 50px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-family: 'FontAwesome';
    /* background-color: #086493; */
    transition: all 500ms ease;
}
.blog-cat li a:hover {
    color: #ffffff;
}
.blog-cat li a:hover::before {
    width: 100%;
    opacity: 1;
}
.no-padding {
    padding-left: 0;
}
.sidebar .popular-tags1 li {
    display: inline-block;
}
.sidebar .popular-tags1 a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 8px 22px;
    margin: 0 5px 10px 0;
    border: 1px solid #86c229;
    border-right: none;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
    transition: all 300ms ease;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}
.sidebar .popular-tags1 a:before {
    content: '';
    position: absolute;
    top: 5px;
    right: -14px;
    height: 30px;
    width: 30px;
    border-radius: 4px;
    border-right: 1px solid #86c229;
    border-top: 1px solid #86c229;
    transform: rotate(48deg) skew(6deg);
}
.sidebar .popular-tags1 a:hover {
    background: #86c229;
    color: #fff;
}
.sidebar .popular-tags1 a:hover::before {
    background: #0393dc;
}
.sidebar__contact-info {
    position: relative;
    display: block;
    background: #86c229;
    margin-top: 30px;
    padding: 17px 63px 29px;
    z-index: 1;
    font-family: 'Barlow Condensed';
}
.sidebar__contact-info .icon {
    position: absolute;
    right: 30px;
    bottom: 8px;
    z-index: -1;
}
.content p {
    line-height: 1.6;
    margin-bottom: 25px;
}
.sidebar__contact-info-text {
    color: #ffffff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 13px;
}
.sidebar__contact-agent {
    position: relative;
    display: block;
    background: #fffefe00;
    /* box-shadow: 0px 0px 50px 0px rgb(195 195 195); */
    padding: 10px;
    box-shadow: rgb(0 0 0) 0px 3px 8px;
}
.get_touch_area {
    display: block;
    overflow: hidden;
    /* padding-top: 100px; */
    /* background-color: #f7f8fb; */
}

.btn-action.style-2 {
    background: #86c229;
    padding: 14px 37px;
    border-radius: 33px;
    z-index: 1;
    border: none;
    transition: color 0.4s linear;
    position: relative;
    overflow: hidden;
    display: inline-block;
    font-family: 'Zen Kaku Gothic New';
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    box-shadow: #000000 0px 5px 15px;
    top: 20px;
}
.btn-action.style-2::before, .btn-action.style-2::after {
    background-color: #0393dc;
}
.btn-action::before {
    left: -20px;
    transform: translate(-50%, -50%);
}
.btn-action::before, .btn-action::after {
    position: absolute;
    z-index: -1;
    top: 50%;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #fd562a;
    border-radius: 50%;
}
.btn-action::after {
    right: -20px;
    transform: translate(50%, -50%);
}
.btn-action.style-2:hover {
    color: #fff;
    transition-delay: 0.5s;
}
.btn-action:hover::before {
    -webkit-animation: criss-cross-left 0.8s both;
    animation: criss-cross-left 0.8s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
.btn-action:hover::after {
    -webkit-animation: criss-cross-right 0.8s both;
    animation: criss-cross-right 0.8s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
@keyframes criss-cross-left {
    0% {
      left: -20px;
    }
    50% {
        left: 50%;
        
        width: 20px;
        height: 20px;
    }
    100% {
        left: 50%;
        width: 375px;
        height: 375px;

    }
  }
  
@keyframes criss-cross-right {
    0% {
        right: -20px;
    }
    50% {
        right: 50%;
        width: 20px;
        height: 20px;

    }
    100% {
        right: 50%;
        width: 375px;
        height: 375px;

    }
}

/*our core values css*/
.rs-process.modify1 {
    background:#222222e6;
}
.pt-160 {
    padding-top: 70px;
}
.pb-120 {
    padding-bottom: 68px;
}
.rs-process .shape-animation {
    position: relative;
}
.rs-process .shape-animation .shape-process {
    position: absolute;
    left: 180px;
    top: 50px;
}
.dance2 {
    animation: dance2 4s alternate infinite;
}
@keyframes dance2 {
    0% {
        transform: translate3d(0, 0, 0)
    }
    50% {
        transform: translate3d(15px, -15px, 0)
    }
    100% {
        transform: translate3d(0, -15px, 15px)
    }
}
.sec-title {
    position: relative;
    margin-top: 25%;
}
.sec-title .title1 {
    position: relative;
    color: #c30b0b;
    font-size: 40px;
    line-height: 1.1em;
    font-weight: 700;
    letter-spacing: 0;
    /* padding-left: 20px; */
    display: inline-block;
    text-transform: uppercase;
    /* border-left: 4px solid #df1e08; */
    font-family: 'Barlow Condensed';
}
.mb-70 {
    margin-bottom: 70px!important;
}
.rs-process.modify1 .rs-addon-number .number-text .number-title .title1 {
    color: #0393dc;
    margin-bottom: 15px;
   font-family: 'Barlow Condensed';
}
.rs-process .rs-addon-number .number-text .number-title .title1 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
}
.rs-process.modify1 .rs-addon-number .number-text .number-txt {
    color: #fff;
    margin-bottom: 20px;
    padding-right: 0;
    font-family: 'Zen Kaku Gothic New';
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;
}
.rs-process.modify1 .rs-addon-number .number-text {
    margin: 0 25px 0 30px;
    padding: 10px 47px 2px 48px;
    /* background-color: #afcd81d1; */
    border-radius: 0 50px;
    position: relative;
    background-image: -webkit-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
    box-shadow: rgb(0 0 0) 0px 8px 24px;
    transition: all .5s ease;
}
.rs-process.modify1 .rs-addon-number .number-text:hover{
    border-radius: 50px 0;
    transform: scale(1,1);
}

/*md speak css*/

.about-area {
    padding: 50px 0;
    background: #212222;
    position: relative;
    overflow: hidden;
}
.about-area::before {
    position: absolute;
    content: "";
    width: 400px;
    height: 100%;
    background: #081f51;
    top: 0;
    margin-left: -50%;
}
.md-image {
    position: relative;
}
.md-image img {
    max-width: 100%;
    height: 400px;
    margin-left: 10%;
}
.md-image .activity {
    position: absolute;
    content: "";
    background: #fff;
    width: 170px;
    height: 150px;
    bottom: 41px;
    right: 0;
    text-align: center;
    line-height: 45px;
    font-size: 25px;
    transform: perspective(300px) rotateX(-6deg) rotateY(-22deg);
    box-shadow: -16px -10px 10px #0000006e;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    color: #333;
}
.md-image .activity:hover {
    transform: perspective(300px) rotateX(-6deg) rotateY(0deg);
}
.md-image span {
    display: block;
    padding-top: 37px;
    font-size: 55px;
    font-weight: 600;
    text-align: center;
    padding-left: 15px;
    font-family: 'Barlow Condensed';
    color: #86c229;
}
.about-content {
    z-index: 1;
    position: relative;
    text-align: justify;
}
.about-content span {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-left: 45px;
    font-family: 'Barlow Condensed';
}
.about-content span::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 3px;
    background: #86c229;
    bottom: 20px;
    left: 0;
}

.about-content h2 b {
    font-weight: 600;
    color: #28b463;
    font-style: bold;
    font-size: 50px;
}
.about-content p {
    margin-top: 20px;
    color: #ffffff;
    line-height: 22px;
    font-family: 'Zen Kaku Gothic New';
    font-size: 17px;
}
.about-area::before {
    position: absolute;
    content: "";
    width: 30%;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
    top: 0;
    margin-left: 0%;
}
.team {
    filter: grayscale(1);
}
.team {
    clip-path: polygon(0 0, 100% 0%, 100% 93%, 0 100%);
}
.team:hover {
    filter: grayscale(0);
}

.quote-section-two {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 50px 0px 0;
    background-size: cover;
    background-position: 300px;
    background-repeat: no-repeat;
}
.quote-section-two .form-column {
    position: relative;
    z-index: 2;
    padding: 0;
    /* margin-left: -96px; */
    /* margin-top: 50px; */
    /* margin-bottom: 40px; */
}
.quote-section-two .form-column .inner-column {
    position: relative;
    padding: 45px 45px;
    background-color: #131313;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
}
.sec-title1 {
    position: relative;
    margin-bottom: 50px;
}
.bdt-advanced-heading {
    position: relative;
    text-align: justify;
}
.bdt-advanced-heading .bdt-sub-heading {
    color: #0d0d0f;
    /* font-family: "Inter", Sans-serif; */
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 2px;
}
.bdt-advanced-heading .bdt-sub-heading-content{
    display: inline-block;
    vertical-align: middle;
}
.bdt-sub-heading-content::before{
    content: "";
    display: inline-flex;
    width: 50px;
    height: 2px;
    background-color: #86c229;
    position: relative;
    margin-right: 20px;
    top: -4px;
}
.bdt-advanced-heading .bdt-heading-title {
    margin: 0;
    padding: 0;
}
.sec-title1 h2 {
    position: relative;
    display: block;
    font-size: 70px;
    line-height: 0.9em;
    text-transform: Capitalize;
    color: var(--thm-black);
    font-weight: 400;
    margin-bottom: 0px;
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    /* text-shadow: 0 1px 2px rgb(0 0 0 / 50%); */
}
.bdt-advanced-heading .bdt-main-heading {
    display: inline-block;
    vertical-align: middle;
}
#sub-title {
    font-family: 'Zen Kaku Gothic New';
    font-size: 30px;
    font-weight: 600;
}
.bdt-main-heading-inner {
    font-weight: 400;
    text-transform: capitalize;
    font-style: normal;
    line-height: 58px;
}
.quote-form {
    position: relative;
    z-index: 1;
}
.quote-section-two .content-column {
    position: relative;
    padding: 0;
}
.quote-section-two .content-column .inner-column {
    position: relative;
    padding-top: 50px;
    /* padding-left: 60px; */
}
.mapgray {
    filter: grayscale(100%) invert(92%) contrast(83%);
}

/*industry work css*/
.work-process-section {
    position: relative;
    padding: 120px 0;
    margin-top: 50px;
}
.work-process-section .bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 415px;
    background-size: cover;
}
.sec-title2 .sub-title {
    color: #e83a2d;
}
.sec-title2 .sub-title {
    position: relative;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: ' Yantramanav',sans-serif;
    margin-bottom: 20px;
    display: inline-block;
    padding: 0 17px;
}
.sec-title2.light h2 {
    color: #fff;
}
.sec-title2 h2 {
    position: relative;
    font-size: 35px;
    font-weight: 700;
    color: #020169;
    padding-top: 10px;
}
.work-process-block .inner-box1 {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}
.work-process-block .count {
    position: relative;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin: 0 auto;
    margin-bottom: 50px;
    border-radius: 50%;
    transition: .5s;
}
.work-process-block .count:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border: 2px dashed #fff;
    border-radius: 50%;
    transition: .5s;
}
.work-process-block .icon {
    border: 2px solid #0a0950;
    color: #94bc2d;
}
.work-process-block .icon {
    position: relative;
    background: #fff;
    width: 130px;
    height: 112px;
    line-height: 108px;
    text-align: center;
    font-size: 60px;
    display: inline-block;
    margin-bottom: 30px;
    border-radius: 10px;
}
.work-process-block .icon:before {
    border-bottom-color: #0a0950;
}
.work-process-block .icon:before {
    position: absolute;
    content: '';
    border: 32px solid transparent;
    top: -64px;
    left: 50%;
    transform: translateX(-50%);
}
.work-process-block .icon:after {
    position: absolute;
    content: '';
    border: 32px solid transparent;
    border-bottom-color: #fff;
    top: -61px;
    left: 50%;
    transform: translateX(-50%);
}
.work-process-block h4 {
    font-size: 22px;
    font-weight: 700;
     /*margin-bottom: -111px; */
    color: #86c229;
    font-family: 'Zen Kaku Gothic New';
}
.work-process-block .inner-box:hover .count:before {
    border: 20px dotted #e83a2d;
}

.top .call {
    float: left;
    color: #fff !important;
    line-height: 32px;
    font-family: 'Zen Kaku Gothic New';
    font-size: 18px;
    font-weight: 500;
    margin-top: 13px;
}

#feedback {
    position: fixed;
    top: 50%;
    z-index: 998;
}
.social-list {
    list-style: none;
    position: absolute;
    top: 50%;
   left: -36px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.social-list li .soundcloud {
    border-color: #86c229;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
}
.social-list li a {
    display: block;
    margin-left: -2px;
    height: 60px;
    width: 60px;
    /* border-radius: 0 25px 25px 0; */
    border: 1px solid #000;
    background: #222222;
    margin-bottom: 0px;
    transition: all 0.4s ease;
    color: #2980b9;
    text-decoration: none;
    line-height: 60px;
    position: relative;
}
.social-list li a span {
    padding: 0 30px 0 15px;
    position: absolute;
    left: -200px;
    -webkit-transition: left 0.4s ease;
    transition: left 0.4s ease;
}
.social-list li a i {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.5em;
}
.social-list li .spotify {
    border-color: #86c229;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
}
.social-list li a:hover span {
    left: 0;
}
.social-list li .soundcloud:hover {
    background-image: -webkit-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
    background-repeat: repeat-x;
    width: 250px;
}
.social-list li .spotify:hover {
    background-image: -webkit-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
    background-repeat: repeat-x;
    width: 250px;
}
#contactForm {
    display: none;
    border: 6px solid #97bd28;
    padding: 2em;
    width: 400px;
    text-align: center;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    z-index: 9999;
}
small {
    font-size: 80%;
}
.formBtn {
    width: 140px;
    display: inline-block;
    background: #86c229;
    color: #fff;
    font-weight: 100;
    font-size: 1.2em;
    border: none;
    height: 40px;
}
/*Google translater*/
.goog-te-gadget-simple {
    align-items: center;
    color: var(--dark-color);
    text-transform: capitalize;
    font-weight: 500;
    /*padding: 5px 17px;*/
    color: #0d0d25;
    background: var(--body-bg);
    /*box-shadow: inset 8px 8px 12px #e2e2e2, inset -8px -8px 12px #ffffff;*/
    border-radius:6px;
    font-family: 'Barlow Condensed'!important;
}
.goog-te-menu2 {
  max-width: 100%;
}
.goog-te-gadget-simple .goog-te-menu-value span:hover{
    color: #86c229;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}


.goog-te-menu2 {
  padding: 8px!important;
  background-color: #ffffff;
  text-decoration: none;
  border: 1px solid #6b90da;
  overflow: hidden;
}
.goog-te-menu2 {
    background-color: #ffffff;
    text-decoration: none;
    border: 1px solid #8fbc8f !important;
    overflow: hidden;
    padding: 4px;
}
.goog-te-menu2-item div, .goog-te-menu2-item:link div {
    color: #8fbc8f !important;
    background: #ffffff;
}

.goog-te-menu-value {
  /* color: black !important;*/
  color: #fff!important;
  font-weight: 700;
  margin: 0!important;
  text-decoration: none;
}
.goog-te-gadget-simple .goog-te-menu-value span {
   color:#86c229;
    font-weight: 500;
  text-transform: uppercase;
    font-size: 14px;
}
.goog-te-menu-value:before {
  content: "";
  margin-right: 16px;
  font-size: 2rem;
  vertical-align: -10px;
}
.goog-te-menu-value span:nth-child(5) {
  display: none;
}
.goog-te-menu-value span:nth-child(3) {
  border: none !important;
}
.goog-te-menu-value span:nth-child(3):after {
  content: "";
  font-size: 1.5rem;
  vertical-align: -6px;
}
.goog-te-gadget-icon {
  /*background-image: url(https://placehold.it/32) !important;*/
  background-position: 0px 0px;
  height: 32px !important;
  width: 32px !important;
  margin-right: 8px !important;
  display: none;
}
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}
.goog-te-gadget-simple {
    background:#fff !important;
    border: none !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    display: inline-block;
    /*padding-top: 5px !important;*/
    /*padding-bottom: 2px;*/
    cursor: pointer;
    zoom: 1;
    display: inline;
   height: 35px;
   box-shadow: rgb(134 194 41 / 80%) 0px 2px 8px 0px;
}

.footer {
position: relative;
/*    padding-top: 60px;*/
    background-image: linear-gradient(135deg, #222626, #131413);
}
.footer .footer-top {
    position: relative;
    padding-bottom: 60px;
    border-bottom: 2px solid green;
}


.footer .footer-block.block-logo .description-logo {
    /*max-width: 300px;*/
   color: #fff;
    font-family: 'Zen Kaku Gothic New';
    line-height: 20px;
    text-align: justify;
    font-size: 17px;
}
.mt-20 {
    margin-top: 20px;
}
.footer .footer-block .contact-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 1px solid #fff3;
    box-shadow: rgb(0 0 0 / 78%) 0px 5px 15px;
}
.footer .footer-block .contact-item i {
    margin-bottom: 15px;
    font-size: 50px;
    color: #86c229;
}
.footer .footer-block .contact-item h4 {
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.5;
}
.sm-title-block {
    font-size: 16px;
}
.mr-30 {
    margin-right: 30px;
}
.footer .footer-block .socials {
    display: flex;
}
.footer .footer-block .socials li {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.footer .footer-block .socials li::before {
    top: -2px;
    left: 2px;
}
.footer .footer-block .socials li:before, .footer .footer-block .socials li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid #86c229;
/*    border-radius: 50px;*/
    box-sizing: border-box;
    opacity: 0.5;
    transition-property: all;
    transition-duration: 250ms;
    transition-timing-function: ease-out;
}
.footer .footer-block .socials li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #86c229;
    width: 60px;
    height: 60px;
    z-index: 2;
    font-size: 16px;
    text-decoration: none;
}
.socials li a i {
    transform: scale(1);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.socials li a span {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    transform-origin: center bottom;
    cursor: pointer;
}
.socials li a span {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.55, 0.02, 0.1, 0.9);
}
.socials li a:after{
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.55, 0.02, 0.1, 0.9);
}
.socials li a:after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #86c229;
    transform: translate(-50%, -50%) scale(0.2);
}
.footer .footer-block .socials li:after {
    top: 2px;
    left: -2px;
}
.socials li:not(:last-of-type) {
    margin-right: 20px;
}
.socials li a:hover i {
    transform: scale(0);
}
.socials li a:hover:after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.5s cubic-bezier(0.75, -0.5, 0, 1.75);
    transition-delay: 0.2s;
}
.socials li a:hover span {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, -25);
    transition: all 0.6s cubic-bezier(0.75, -0.5, 0, 1.75);
}
.quick-link-list ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.quick-link-list ul li {
    margin: 5px 50px 40px 0px;
}
.quick-link-list ul li a {
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    display: block;
    letter-spacing: 2px;
    font-family: 'Zen Kaku Gothic New';
    text-decoration: none;
}
.footer .footer-body .footer-body--wrapper {
    width: 100%;
    /*height: 100%;*/
    background-image: -webkit-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
    padding: var(--footer-body-offset);
    display: flex;
    justify-content: center;
}
.footer .footer-body .footer-body--wrapper p {
    font-size: 15px;
    font-weight: 700;
    font-family: 'Zen Kaku Gothic New';
    color: #000;
    text-transform: capitalize;
}
.footer-menu-wrap {
    position: relative;
    padding: 80px 50px 55px;
}

.footer-menu-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    height: 1px;
    background: #121418;
    box-shadow: 0px 3px 0px 0px rgb(143 143 143 / 14%);
}

#pro-img{
  background-color: #f0f5f9;
    background-repeat: no-repeat;
    background-position: center;
    height: 228px;
}
.layer-content .section-titles P{
  text-align: justify;
  line-height: 26px;
}
.dia-service-details p{
    text-transform:none !important;
}
.tbg2{
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 100%;
    text-align: center;
    font-size: 10vw;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px rgb(133 194 38 / 25%);
    opacity: .3;
    font-family: 'Barlow Condensed';
    text-transform: uppercase;
}
.supply-box{
    box-shadow: 0 5px 15px 0 rgb(10 10 10);
    padding: 20px 30px;
    background: #222222;
    margin-bottom: 70px;
}
.supply-box p{
    text-align:justify;
}


/*industry*/
.industr-slider .hero__slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 21px;
}
.industr-slider{
  margin-top: 80px;
  margin-bottom: 100px;
}
.industr-slider .hero__slider .item::before{
    content: '';
    background-color: #00000059;
    height: 100%;
    /* opacity: .1; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

/*industry*/

#slide-1{
  background: url(../img/industry/industries/chemical-industry.jpg);
  background-size: cover !important;
}
#slide-2{
  background: url(../img/industry/industries/DAIRY-&-FOODS.jpg);
}
#slide-3{
  background: url(../img/industry/industries/fertilizer-and-pesticides.jpg);
  background-size: cover;
}

#slide-4{
  background: url(../img/industry/industries/industrial-machinery.jpg);
  background-size: cover;
}
#slide-5{
  background: url(../img/industry/industries/nuclear.jpg);
  background-size: cover;
}
#slide-6{
  background: url(../img/industry/industries/offshore-platfoem.jpg);
  background-size: cover;
}
#slide-7{
  background: url(../img/industry/industries/oil-and-gas.jpg);
  background-size: cover;
}
#slide-8{
  background: url(../img/industry/industries/petrochemical-industry.jpg);
  background-size: cover;
}
#slide-9{
  background: url(../img/industry/industries/pharmacuticals.jpg);
  background-size: cover;
}
#slide-10{
  background: url(../img/industry/industries/powerplant.jpg);
  background-size: cover;
}
#slide-11{
  background: url(../img/industry/industries/pumps-and-compresser.jpg);
  background-size: cover;
}
#slide-12{
  background: url(../img/industry/industries/ship-building.jpg);
  background-size: cover;
}
#slide-13{
  background: url(../img/industry/industries/sugar-mill.jpg);
  background-size: cover;
}
#slide-14{
  background: url(../img/industry/industries/textile-machinery-images.jpg);
  background-size: cover;
}
#slide-15{
  background: url(../img/industry/industries/water-treatment-plant.jpg);
  background-size: cover;
}


.industr-slider .content-slide {
  padding: 60px 60px;
  color: #fff;
 background-color: rgb(0 0 0 / 80%);
 height:85% !important;
  margin: 50px;

}


.title {
  text-align: center;
    font-size: 60px;
    font-weight:700;
    margin-bottom: 10px;
    margin-top: -17px;
    font-family: 'Barlow Condensed';
    color: #84c225;
    text-transform: uppercase;
}
.active-product a{transition: all 500ms ease;
    background-image: -webkit-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);}
    
    
/*BLOGS*/
.news-block-one {
  position: relative;
  transition: all 500ms ease;
 

}

.news-block-one .inner-box {
  margin-bottom: 30px;
}

.news-block-one .image {
  position: relative;
  overflow: hidden;
}

.news-block-one img {
  width: 100%;
  transition: all 500ms ease;
 

}

.news-block-one:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: all 500ms ease;
  
}

.news-block-one:hover li strong{
  color: #000;
  transition: all 500ms ease;
  
}

.news-review{
    padding: 20px 17px 30px 10px;
    background: #fff;
    border: 1px solid #00000021;
}

.news-comment{
    float:left;
    margin:0;
    padding:7px 0 0 0;
    line-height:1;
    text-align:center;
}

.news-comment li{
    list-style:none;
    margin-left: 15px;
    font-size: 30px;
    color: #20509e;
    font-weight:700;
}

.news-comment li small{
    display:block;
    margin-bottom:10px;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
}

.news-comment li strong{
  position: relative;
  font-size: 36px;
  color: #dddddd;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.news-comment li:after{
    content: "";
    border-bottom:1px solid lightgray;
    margin-bottom:10px;
    display: block;
}

.news-comment li:last-child:after{
    border-bottom: 0px none;
    margin-bottom: 0;
}

.news-title{
    margin: 0;
    padding: 0 0 0 70px;
}

.news-title  a{
    position: relative;
    font-size:18px;
    color: #000;
    text-transform: uppercase;
    display: block;
    letter-spacing: 1px;
    font-weight: 700;
}

.news-title  a:hover{
    color: #20509e;
}

.news-description{
    font-size: 15px;
    color: #848484;
    line-height:21px;
    padding: 30px 0 0 70px;
}

.news-block-one h4 {
  font-size: 20px;
  font-weight: 600;
}

.news-block-one h4 a {
  color: #222;
}

.news-block-one h4 a:hover {
  color: #e41f2c;
}

.news-block-one .text {
  margin-bottom: 15px;
}

/*.blog-section .text-wrapper h1 {
    text-shadow: -4px 6px 5px #0000002e;
}
.blog-section .text-wrapper h1 {
    font-size: 54px;
    line-height: 58px;
    margin-bottom: 30px;
    color: #20509e;
    margin: 0;
    font-size: 54px;
    font-weight: 500;
    line-height: 1.2;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    margin-bottom: 30px;
}*/
/*news details*/

/*.inner-content-wrapper {
  float: left;
  width: 100%;
  padding: 100px 0;
}*/
.blog-details-sec .content-side {
    position: relative;
    margin-bottom: 50px;
}
.news-block-two .image-box {
  position: relative;
  display: block;
  margin-top:40px;
}
.news-block-two .image-box img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.news-block-two .image-box a {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;

  transform: scale(0);
  
  transition: all 300ms ease;
}



.news-block-two .image-box a:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #222222;
  opacity: .60;
  content: "";
}
.news-block-two .inner-box:hover .image-box a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.plus-icon {
  height: 50px;
  width: 50px;
  /*background-image: url(../images/icons/plus.png);*/
  background-position: center;
  background-repeat: no-repeat;
}
.news-block-two .image-box a .plus-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
}
.news-block-two .lower-content {
  position: relative;
}
.news-block-two .lower-content .info-box {
  position: relative;
  display: block;
  background-color: #f2f2f2;
  padding: 20px 20px;
  margin-bottom: 40px;
}
.news-block-two .info-box li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #222222;
  font-weight: 400;
  padding-right: 11px;
  margin-right: 10px;
}
.news-block-two .info-box li a {
  color: #222222;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-block-two .info-box li a:hover {
  color: #ed4a00;
}
.news-block-two .info-box li:before {
  position: absolute;
  right: 0;
  top: 3px;
  height: 14px;
  width: 1px;
  background-color: #4f4f4f;
  content: "";
}
.news-block-two .info-box li:last-child:before {
  display: none;
}
.news-block-two .info-box li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.news-block-two .info-box li i {
  margin-right: 10px;
  font-weight: 400;
}
.news-block-two .lower-content .content {
  position: relative;
  padding-left: 100px;
}
.news-block-two .content h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  top: -5px;
  color: #36404b;
  font-weight: 500;
  margin-bottom: 15px;
}
.news-block-two .content h3 a {
  color: #36404b;
  
  transition: all 300ms ease;
}
.news-block-two .content h3 a:hover {
  color: #ed4a00;
}
.blog-detail h3 {
  position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #86c229;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px
}
.news-block-two .content p {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  font-weight: 400;
  margin-bottom: 27px;
}
.news-block-two .content .read-more {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #36404b;
  font-weight: 500;
  padding: 10px 25px;
  border: 1px solid #cbcbcb;
  font-family: "Rubik", sans-serif;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-block-two .content .read-more:hover {
  color: #ed4a00;
}

.blog-list .news-block-two {
  margin-bottom: 60px;
}
.blog-list .news-block-two .content h3 {
  margin-bottom: 10px;
}
.blog-list .news-block-two .content p {
  font-weight: 500;
}
.blog-list .styled-pagination {
  margin-top: 100px;
}
.blog-details-sec .group-title {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.blog-details-sec .group-title h2 {
  color: #36404b;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
}
.blog-details-sec .sidebar-side {
    position: relative;
    margin-bottom: 50px;
    margin-top: 10px;
}
.sidebar-side .sidebar-title h2 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}
blockquote {
    margin: 0 0 1rem;
}
.blog-detail blockquote {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    font-weight: 400;
    text-align: center;
    font-style: italic;
    border: 5px double #fbdc04;
    margin-bottom: 30px;
    padding: 29px 20px;
    font-family: "Roboto", sans-serif;
}
.category-list {
    position: relative;
    display: block;
}
.category-list li {
    position: relative;
    border: 1px solid #eeeeee;
    margin-bottom: -1px;
    list-style-type: none;
}

.category-list li a {
    position: relative;
    display: block;
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    line-height: 28px;
    padding: 10px 0;
    padding-left: 35px;
    transition: all 200ms ease;
}

.category-list li a:before {
    position: absolute;
    left: 15px;
    height: 50px;
    top: 2px;
    line-height: 48px;
    font-size: 14px;
    color:#0758af;
    content: "\f105";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.category-list li a span {
    float: right;
    font-size: 14px;
    margin-right: 20px;
    color: #333333;
   
    transition: all 200ms ease;
}


.sidebar .search-box {
    position: relative;
}
.sidebar-widget {
    
    margin-bottom: 40px;
}
.widget-content {
    position: relative;
}
.latest-news .post {
    position: relative;
    padding-left: 100px;
    /*margin-bottom: -70px;*/
    min-height: 70px;
}
.latest-news .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 70px;
    width: 85px;
    margin-bottom: 20px;
}
.latest-news .post .post-info {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #777777;
}

.latest-news .post h3 {
    color: #36404b;
  position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #36404b;
    font-weight: 500;
    top: 0px;
    margin-bottom: 2px;
    transition: all 300ms ease;
}
.latest-news .post .post-info span {
    position: relative;
    margin-right: 6px;
    font-size: 16px;
    color: #aaaaaa;
}


.widget-contents {
    position: relative;
    padding: 50px 40px;
    /*background-color:#0a55ac;*/
    /*background-image: -webkit-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);*/
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.widget-contents .icon {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 1em;
    color: #df6512;
    font-weight: 400;
    margin-bottom: 15px;
}
.widget-contents .text {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
}
.widget-contents .number {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 5px;
}
.widget-contents .email {
    position: relative;
}

.widget-contents .email a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 700;
}


.para:before{
    font-family: 'FontAwesome';
    content: '\f105';
    font-size: 15px;
    left: 0;
    margin-right: 11px;
    color: #86c229;
    font-weight: 900;
}

.mer-h5{
        margin-top: 0;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.mer-heading{
    font-size: 18px;
    margin: 10px 0;
    color: #fff;
    text-transform:uppercase;
}


/*blog li css*/
#e li{
		list-style: none;
		padding: 7px 30px;
	background-image: url(
"https://citizenpipefittings.com/wp-content/uploads/2023/11/imgpsh_fullsize_anim-4.png");
	background-repeat: no-repeat;
	background-position: left start;
	background-position-y:10px;
	background-size: 18px;
	color:#ccc !important;
	font-size:17px;
	font-weight:500;
	text-align:justify;
	/*font-family: "dm sans", Sans-serif;*/
}
@media only screen and (max-width: 600px){
	li{
		margin-left:-30px !important;
	}
}

#f li{
		list-style: none;
		padding: 7px 30px;
	background-image: url(
"https://citizenpipefittings.com/wp-content/uploads/2023/12/pointer.png");
	background-repeat: no-repeat;
	background-position: left start;
	background-position-y:5px;
	background-size: 28px;
	color:#ccc !important;
	font-size:17px;
	font-weight:300;
	/*font-family: "dm sans", Sans-serif;*/
}
@media only screen and (max-width: 600px){
	li{
		margin-left:-30px !important;
	}
}

#a li{
		list-style: none;
		padding: 7px 30px;
	background-image: url(
"https://citizenpipefittings.com/wp-content/uploads/2023/12/pointer.png");
	background-repeat: no-repeat;
	background-position: left start;
	background-position-y:5px;
	background-size: 28px;
	color:#ccc !important;
	font-size:17px;
	font-weight:300;
	/*font-family: "dm sans", Sans-serif;*/
}
@media only screen and (max-width: 600px){
	li{
		margin-left:-30px !important;
	}
}



a > img {
	transition: all 0.15s ease-in-out 0s;
}

a:hover > img {
	opacity: 0.8;
}

.sub-heading{
    font-size: 24px;
    margin: 30px 0 10px 0;
    color: #fff;
    text-transform:uppercase;
}
