﻿
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  margin: 0px;
  padding: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #797979;
}
:focus {
  outline: none;
}
a {
  text-decoration: none;
  -webkit-transition: color 0.2s linear;
          transition: color 0.2s linear;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #ffb600;
}
button:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #242424;
  font-family: 'Poppins', sans-serif;
}
.f_p {
  font-family: 'Poppins', sans-serif;
}
.f_l {
  font-family: 'Lora', serif;
}
.f_play {
  font-family: 'Playfair Display', serif;
}
.f_300 {
  font-weight: 300;
}
.f_400 {
  font-weight: 400;
}
.f_500 {
  font-weight: 500;
}
.f_600 {
  font-weight: 600;
}
.f_700 {
  font-weight: 700;
}
.f_size_18 {
  font-size: 18px;
}
.f_size_20 {
  font-size: 20px;
  line-height: 32px;
}
.f_size_32 {
  font-size: 32px;
}
.l_height_28 {
  line-height: 28px;
}
.mb-50 {
  margin-bottom: -50px;
}
.mt_50 {
  margin-top: 50px;
}
.mb_50 {
  margin-bottom: 50px;
}
.mb_55 {
  margin-bottom: 55px;
}
.mb-30 {
  margin-bottom: -30px;
}
.mb_30 {
  margin-bottom: 30px;
}
.mb_40 {
  margin-bottom: 40px;
}
.mb_20 {
  margin-bottom: 20px;
}
.mt_7 {
  margin-top: 7px;
}
.sec_gap {
  padding-top: 100px;
  padding-bottom: 100px;
}
/*=========== font color css ============*/
.title_color {
  color: #242424;
}
.color_w {
  color: #fff;
}
/*============= background color ==========*/
.bg_color {
  background: #f8f8f8;
}
.bg_color_two {
  background: #f4f4f4;
}
.bg_color_three {
  background: #f3f3f3;
}
/* End Container Custome Code css
============================================================================================ */
.commingsoon_section {
  min-height: 100vh !important;
}
.vc_row {
  position: relative;
}
.vc_row .vc_row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.section_title h2 {
  display: inline-block;
}
.section_title h2 span {
  font-weight: 700;
  font-style: italic;
}
.section_title p {
  margin-bottom: 0px;
}
.section_title .mb_3 {
  margin-bottom: 3px;
}
.title_br {
  width: 50px;
  height: 2px;
  background: #ffb600;
  display: inline-block;
  margin-left: 15px;
}
.title_br.dark {
  background: #242424;
}
.page-links {
  clear: both;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 600;
}
.page-links label {
  color: #242424;
  margin-right: 10px;
}
.page-links .no {
  color: #ffb600;
  display: inline-block;
  margin: 7px;
}
.page-links a {
  font-size: 16px;
  font-weight: 600;
}
.page-links a .no {
  color: #242424;
}
.page-links a:hover .no {
  color: #ffb600;
}
blockquote {
  font-style: italic;
  line-height: 1.7;
  quotes: "" "";
}
table {
  margin-bottom: 20px;
  font-size: 14px;
}
table thead tr th {
  color: #242424;
  font-weight: 600;
  border-bottom: 1px solid #ffb600;
  padding-bottom: 5px;
}
table tbody tr th {
  color: #797979;
  padding: 5px;
  border-bottom: 1px solid #ffb600;
}
table tbody tr th a {
  color: #ffb600;
}
table tbody tr td {
  padding: 5px;
  border-bottom: 1px solid #ffb600;
}
table tbody tr td a {
  color: #ffb600;
}
.border-shadow {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.15);
}
.border-shadow-bold {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.45);
          box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.45);
}
.contact_inner {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
  padding: 35px 54px 54px 55px;
}
.p_text p {
  padding-left: 45px;
  position: relative;
}
.p_text p:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 8px;
  display: inline-block;
}
.p_text.p_text_grey p:before {
  background: #d6d6d6;
}
.p_text.p_text_light_grey p:before {
  background: #858484;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  overflow: auto;
}
ul li {
  margin-bottom: 10px;
}
ul ul {
  margin-top: 10px;
}
dl dt {
  color: #242424;
}
dl dd {
  margin-bottom: 10px;
}
strong {
  color: #242424;
}
ol {
  margin-left: 0px;
  padding-left: 30px;
}
ol li {
  margin-bottom: 20px;
}
ol ol {
  margin-top: 20px;
}
.post-password-form label {
  color: #242424;
}
.post-password-form input[type=submit] {
  background-color: #242424;
  border: none;
  color: #fff;
  cursor: pointer;
  padding-left: 15px;
  padding-right: 15px;
  height: 31px;
}
.post-password-form input[type=submit]:hover {
  background-color: #ffb600;
}
.post-password-form input[type=password] {
  border: 1px solid #242424;
  padding-left: 5px;
}
.twitter-tweet-rendered {
  margin-left: auto;
  margin-right: auto;
}
.read_more {
  font: 400 16px/30px 'Poppins', sans-serif;
  color: #fff;
  background: #242424;
  -webkit-border-radius: 45px;
          border-radius: 45px;
  padding: 8px 42px;
  display: inline-block;
  -webkit-transition: background 0.3s linear, color 0.23s linear !important;
          transition: background 0.3s linear, color 0.23s linear !important;
  cursor: pointer;
}
.read_more:hover {
  background: #ffb600;
  color: #fff;
}
.border_radious_none {
  -webkit-border-radius: 0px;
          border-radius: 0px;
}
.btn_yellow {
  background: #ffb600;
  color: #242424;
}
.btn_yellow:hover {
  background: #d69b07;
}
.btn_yellow:focus {
  color: #000;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition: all 300ms;
          transition: all 300ms;
}
.read_btn_two {
  font-size: 15px;
  border: 2px solid #6a6a6a;
  display: inline-block;
  padding: 6px 25px;
  color: #242424;
  -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
}
.read_btn_two:hover {
  background: #ffb600;
  color: #242424;
  border-color: #ffb600;
}
.two_column_sample .two_column_item {
  max-width: 370px;
  display: inline-block;
}
.two_column_sample .two_column_item + .two_column_item {
  margin-left: 27px;
}
.f_width {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  padding: 0 15px;
}
.thm-btn {
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
}
.mgr--13 {
  margin-right: -13px;
}
.btn_white {
  font-size: 15px;
  background: #fff;
  color: #242424;
  padding: 12px 40px;
}
.title_br {
  width: 50px;
  height: 2px;
  background: #ffb600;
  display: inline-block;
  margin-left: 15px;
}
.border_bottom {
  border-color: #dcdcdc;
  margin-top: 50px;
}
.main_blog_inner {
  margin-bottom: -80px;
}
.social_icon li a {
  width: 36px;
  height: 36px;
  border: 1px solid #858585;
  font-size: 17px;
  color: #858585;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
}
.social_icon li a:hover {
  border-color: #ffb600;
  color: #ffb600;
}
.social_icon li + li {
  margin-left: 10px;
}
img,
video {
  height: auto;
  max-width: 100%;
}
.wp-caption,
.gallery-caption {
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
            box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
            box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
            box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
            box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@media (max-width: 1199px) {
  .reset-padding-lg .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .padding-info-section .vc_column-inner {
    padding-right: 8% !important;
    padding-left: 10.5% !important;
  }
}
@media (max-width: 991px) {
  .reset-padding-md .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .reset-margin-md .vc_column-inner {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .no-padding-md .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .no-padding-md.wpb_single_image,
  .no-padding-md.vc_custom_heading,
  .no-padding-md.wokrate-custom-heading {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .bg-custom-hide-md {
    display: none;
  }
  .itext-center-md {
    text-align: center !important;
  }
  .sep-width-52-md {
    width: 52px !important;
  }
  .sep-width-52-md.wokrate-custom-heading,
  .sep-width-52-md.vc_custom_heading {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .reset-padding-md-element {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 767px) {
  .bg-custom-hide-xs {
    display: none;
  }
  .itext-center-sm {
    text-align: center !important;
  }
  .no-padding-sm {
    padding: 0 !important;
  }
  .no-padding-sm .vc_custom_heading,
  .no-padding-sm.vc_custom_heading {
    padding: 0 !important;
  }
  .padding-xs-0-element {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .padding-xs-0-element.wpb_single_image {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/* Container Custome Code css
============================================================================================ */
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
i:before {
  margin-left: 0px !important;
}
@media (min-width: 992px) {
  .padding-r-115 {
    padding-right: 115px !important;
  }
}
.parallax {
  background-color: #ffb600;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.section-title {
  margin: 0;
  padding: 0;
}
.wp-caption .wp-caption-text {
  color: #797979;
  font-size: 13px;
  text-align: center;
  font-style: italic;
  margin-top: 13px;
}
.screen-reader-text,
.gallery-caption,
.bypostauthor,
.sticky {
  position: relative;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.aligncenter img {
  display: block;
  margin: 1em auto;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
header.site-header {
  border: none;
  margin: 0;
}
header .navbar {
  padding: 0 45px;
}
header .menu_absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
header .header-logo {
  position: relative;
}
header .header-logo .main-logo,
header .header-logo .alt-logo {
  -webkit-transition: all .3s;
          transition: all .3s;
}
header .header-logo .alt-logo {
  position: absolute;
  left: 0;
  opacity: 0;
}
header.header-fixed {
  width: 100%;
  left: 0;
  top: -70px;
  position: fixed;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  border-bottom: 0;
  z-index: 400;
  -webkit-transform: translateY(70px);
      -ms-transform: translateY(70px);
          transform: translateY(70px);
  -webkit-transition: -webkit-transform 500ms ease, background 100ms linear;
          transition: transform 500ms ease, background 100ms linear;
}
header.header-fixed .nav-menu > .menu-item {
  padding-top: 12px;
  padding-bottom: 19px;
}
header.header-fixed.type1 .navbar {
  background-color: #1d1d1d;
  border-bottom: 0;
}
header.header-fixed.type2 {
  top: -70px;
}
header.header-fixed.type2 .header-logo .main-logo {
  opacity: 0;
}
header.header-fixed.type2 .header-logo .alt-logo {
  opacity: 1;
}
header.header-fixed.type2 .header_top {
  display: none;
}
header.header-fixed.type2 .navbar {
  background-color: #fff;
}
header.header-fixed.type2 .navbar .menu-toggle .hamburger span,
header.header-fixed.type2 .navbar .menu-toggle .hamburger-cross span {
  background: #242424;
}
header.header-fixed.type3 .header-top,
header.header-fixed.type3 .header-middle {
  display: none;
}
header.header-fixed.type4 .header-top,
header.header-fixed.type4 .header-middle {
  display: none !important;
}
header.header-fixed.type5 {
  position: fixed;
}
header.header-fixed.type5 .header-logo .main-logo {
  opacity: 0;
}
header.header-fixed.type5 .header-logo .alt-logo {
  opacity: 1;
}
header.header-fixed.type5 .header-top {
  display: none !important;
}
header.header-fixed.type5 .header-bottom {
  position: relative;
}
header.header-fixed.type5 .navbar {
  background-color: #fff;
}
header.header-fixed.type5 .navbar .menu-toggle .hamburger span,
header.header-fixed.type5 .navbar .menu-toggle .hamburger-cross span {
  background: #242424;
}
header.type3 .contact-info,
header.type4 .contact-info {
  margin-left: 0;
  margin-right: 0;
}
header.type3 .contact-info .c-info i,
header.type4 .contact-info .c-info i {
  color: #ffb600;
  line-height: 47px;
  padding-right: 15px;
}
header.type3 .contact-info .c-info i:before,
header.type4 .contact-info .c-info i:before {
  font-size: 50px;
}
header.type3 .contact-info .c-info .line-1,
header.type4 .contact-info .c-info .line-1 {
  font-size: 16px;
  line-height: 20px;
}
header.type3 .contact-info .c-info .line-2,
header.type4 .contact-info .c-info .line-2 {
  font-size: 15px;
  color: #8e8e8e;
}
header.type3 .contact-info .c-info + .c-info,
header.type4 .contact-info .c-info + .c-info {
  margin-left: 42px;
}
header.type1 .phone {
  font: 300 16px/34px "Poppins", sans-serif;
  color: #fff;
}
header.type1 .phone:before {
  content: "";
  width: 1px;
  height: 20px;
  background: #919191;
  display: inline-block;
  top: 2px;
  position: relative;
  margin: 0 30px;
}
header.type2 {
  background: #212121;
  border-bottom: 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
header.type2 .nav-menu .menu-item > a {
  color: #fff;
}
header.type2 .nav-menu .menu-item > a:before {
  background-color: #ffb600;
}
header.type2 .nav-menu .menu-item > a:hover {
  color: #ffb600;
}
header.type2 .nav-menu .menu-item.menu-item-search {
  position: relative;
  margin-left: 19px;
}
header.type2 .nav-menu .menu-item.menu-item-search i {
  color: #fff;
  font-size: 17px;
}
header.type2 .nav-menu .menu-item.menu-item-search:before {
  content: "";
  height: 20px;
  width: 1px;
  background: #fff;
  display: inline-block;
  margin-right: 15px;
  top: 4px;
  position: relative;
}
header.type2 .header_top .header_border_bottom {
  border-bottom: 1px solid #383838;
}
header.type2 .header_top .header_info_top li {
  margin-bottom: 0;
}
header.type2 .header_top .header_info_top li a {
  font: 300 15px/43px "Poppins", sans-serif;
  color: #909090;
  -webkit-transition: color 0.2s linear;
          transition: color 0.2s linear;
}
header.type2 .header_top .header_info_top li + li {
  padding-left: 30px;
}
header.type2 .header_top .social-icon li {
  margin-bottom: 0;
}
header.type2 .header_top .social-icon li a {
  font-size: 16px;
  line-height: 43px;
  color: #909090;
}
header.type2 .header_top .social-icon li + li {
  margin-left: 18px;
}
header.type3 .header-top {
  background: #2c2c2c;
  padding: 10px 0px;
}
header.type3 .header-top .phone {
  font: 400 15px/27px "Poppins", sans-serif;
  color: #9c9c9c;
  letter-spacing: 0.30px;
}
header.type3 .header-top .phone a {
  font-size: 19px;
  color: #fff;
  font-weight: 300;
  vertical-align: middle;
  padding-left: 8px;
  -webkit-transition: color 0.2s linear;
          transition: color 0.2s linear;
}
header.type3 .header-top .phone a:hover {
  color: #ffb600;
}
header.type3 .header-top .header-top-right .location {
  font: 400 15px/26px "Poppins", sans-serif;
  color: #909090;
}
header.type3 .header-top .header-top-right .location i {
  color: #ffb600;
  font-size: 18px;
  vertical-align: middle;
  padding-right: 12px;
  margin: 0;
  width: auto;
  height: auto;
  line-height: inherit;
}
header.type3 .header-top .header-top-right .social_info {
  margin-left: 20px;
}
header.type3 .header-top .header-top-right .social_info a {
  font-size: 16px;
  color: #8e8e8e;
  line-height: 24px;
  margin-left: 12px;
  -webkit-transition: color 0.2s linear;
          transition: color 0.2s linear;
}
header.type3 .header-top .header-top-right .social_info a:hover {
  color: #ffb600;
}
header.type3 .header-top .header-top-right .social_info:before {
  content: "";
  width: 1px;
  height: 20px;
  background: #545455;
  display: inline-block;
  top: 3px;
  position: relative;
  margin-right: 5px;
}
header.type3 .header-middle {
  overflow: hidden;
  background: #fff;
  padding: 32px 0 16px;
}
header.type3 .header-middle .header-logo {
  margin: 0;
  padding: 0;
}
header.type3 .header-bottom {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
header.type3 .menu-three {
  padding: 0;
  background: #ffb600;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 100%;
  z-index: 9999;
  left: 0;
  right: 0;
}
header.type3 .menu-three .nav-menu > .menu-item {
  padding: 12px 27px;
}
header.type3 .menu-three .nav-menu > .menu-item > a {
  color: #242424;
}
header.type3 .menu-three .nav-menu > .menu-item + .menu-item {
  margin-left: 0;
  border-left: 1px solid #d69a02;
}
header.type3 .menu-three .nav-menu > .menu-item .dropdown-menu {
  left: 0;
}
header.type3 .menu-three .nav-menu > .menu-item:hover > a {
  color: #fff;
}
header.type3 .menu-three .get-btn {
  font: 500 18px/62px "Poppins", sans-serif;
  color: #fff;
  background: #1c1c1c;
  letter-spacing: 0.36px;
  display: inline-block;
  padding: 0px 20px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
          transition: all 0.3s linear;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #d69a02;
}
header.type3 .menu-three .get-btn:hover {
  background: #1490d7;
  color: #fff;
}
header.type4 li {
  margin-bottom: 0;
}
header.type4 .header-top {
  background: #eee;
  font-family: 'Open Sans', sans-serif;
}
header.type4 .header-top .header-info-top li {
  padding: 0 30px;
  border-left: 1px solid #d7d7d7;
}
header.type4 .header-top .header-info-top li a {
  font: 300 16px/50px "Open Sans", sans-serif;
  color: #242424;
}
header.type4 .header-top .header-info-top li a i {
  font-weight: 400;
  padding-right: 7px;
}
header.type4 .header-top .header-info-top li:first-child {
  padding-left: 0;
  border: 0;
}
header.type4 .header-top .social-icon {
  border-right: 1px solid #d7d7d7;
}
header.type4 .header-top .social-icon li {
  margin-right: 28px;
  margin-left: 0;
}
header.type4 .header-top .social-icon li a {
  font-size: 16px;
  line-height: 43px;
  color: #242424;
}
header.type4 .header-top .social-icon li a:hover {
  color: #ffb600;
}
header.type4 .header-top .flag-selector {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
header.type4 .header-top .flag-selector ul {
  background-color: #fff;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  width: 135px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-transition: all .3s;
          transition: all .3s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}
header.type4 .header-top .flag-selector ul li {
  text-align: center;
  line-height: 26px;
}
header.type4 .header-top .flag-selector ul li a {
  line-height: inherit;
  display: block;
}
header.type4 .header-top .flag-selector ul li a:hover {
  background-color: #ffb600;
  color: #fff;
}
header.type4 .header-top .flag-selector span,
header.type4 .header-top .flag-selector a {
  font: 400 15px/50px "Open Sans", sans-serif;
  color: #242424;
}
header.type4 .header-top .flag-selector span img,
header.type4 .header-top .flag-selector a img {
  position: relative;
  top: -2px;
  left: 5px;
}
header.type4 .header-top .flag-selector:hover ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
header.type4 .header-middle {
  overflow: hidden;
  background: #fff;
  padding: 32px 0px 16px;
}
header.type4 .header-middle .contact-info .c_info + .c_info {
  margin-left: 42px;
}
header.type4 .header-bottom {
  padding: 0px;
  background: #1a1a1a;
}
header.type4 .header-bottom .navbar {
  padding: 0;
}
header.type4 .header-bottom .nav-menu > .menu-item {
  padding-top: 13px;
  padding-bottom: 17px;
}
header.type4 .header-bottom .nav-menu > .menu-item + .menu-item {
  margin-left: 65px;
}
header.type4 .header-bottom .nav-menu > .menu-item.menu-item-search {
  margin-left: 25px;
}
header.type4 .header-bottom .nav-menu > .menu-item.menu-item-search:before {
  content: "";
  height: 20px;
  width: 1px;
  background: #828282;
  display: inline-block;
  margin-right: 20px;
  top: 4px;
  position: relative;
}
header.type5 {
  position: relative;
}
header.type5 .header-top {
  background: #141414;
}
header.type5 .header-top .phone {
  font: 400 15px/46px "Poppins", sans-serif;
  color: #fff;
}
header.type5 .header-top .phone a {
  font-size: 18px;
  color: #ffb600;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}
header.type5 .header-top .header-top-right .location {
  font: 400 15px/46px "Poppins", sans-serif;
  color: #a9a9a9;
}
header.type5 .header-top .header-top-right .flag-selector {
  position: relative;
  cursor: pointer;
  margin-left: 48px;
}
header.type5 .header-top .header-top-right .flag-selector ul {
  background-color: #fff;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: 10;
  top: 100%;
  right: 0;
  width: 135px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-transition: all .3s;
          transition: all .3s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}
header.type5 .header-top .header-top-right .flag-selector ul li {
  text-align: center;
  line-height: 26px;
}
header.type5 .header-top .header-top-right .flag-selector ul li a {
  line-height: inherit;
  display: inline-block;
}
header.type5 .header-top .header-top-right .flag-selector ul li img {
  position: relative;
  top: -2px;
  margin-right: 5px;
}
header.type5 .header-top .header-top-right .flag-selector ul li:hover {
  background-color: #ffb600;
}
header.type5 .header-top .header-top-right .flag-selector ul li:hover a {
  color: #fff;
}
header.type5 .header-top .header-top-right .flag-selector span,
header.type5 .header-top .header-top-right .flag-selector a {
  font: 400 15px/50px "Poppins", sans-serif;
}
header.type5 .header-top .header-top-right .flag-selector span img,
header.type5 .header-top .header-top-right .flag-selector a img {
  position: relative;
  top: -2px;
  margin-right: 5px;
}
header.type5 .header-top .header-top-right .flag-selector span {
  color: #fff;
}
header.type5 .header-top .header-top-right .flag-selector a {
  color: #242424;
}
header.type5 .header-top .header-top-right .flag-selector:before {
  content: "";
  width: 1px;
  height: 18px;
  background: #828282;
  display: inline-block;
  position: absolute;
  top: 48%;
  left: -25px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
header.type5 .header-top .header-top-right .flag-selector:hover ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
header.type5 .header-bottom {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 100;
}
header.type5 .navbar {
  padding: 0;
}
header.type5 .navbar .nav-menu > .menu-item .dropdown-menu li {
  margin-bottom: 0;
}
header.type5 .navbar .nav-menu > .menu-item.menu-item-search {
  position: relative;
}
header.type5 .navbar .nav-menu > .menu-item.menu-item-search i {
  margin-left: 0;
}
header.type5 .navbar .nav-menu > .menu-item.menu-item-search:before {
  content: "";
  height: 20px;
  width: 1px;
  background: #bebcb7;
  display: inline-block;
  margin-right: 20px;
  top: 4px;
  position: relative;
}
@media (max-width: 1280px) {
  header .nav-menu > .menu-item + li {
    margin-left: 20px;
  }
  header .nav-menu > .menu-item.menu-item-search {
    margin-left: 15px;
  }
  header.type1 .phone:before {
    margin: 0 20px;
  }
}
@media (max-width: 1199px) {
  header .nav-menu > .menu-item > a {
    font-size: 15px;
  }
  header .nav-menu > .menu-item + li {
    margin-left: 13px;
  }
  header .nav-menu > .menu-item.menu-item-search {
    margin-left: 15px;
  }
  header.type1 .phone {
    font-size: 18px;
  }
  header.type3 .navbar .navbar-collapse .nav-menu > .menu-item {
    padding: 12px 15px;
  }
  header.type3 .navbar .navbar-collapse .nav-menu > .menu-item > a {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  header.type1 .phone {
    display: none;
  }
  header.type2 .header_top .header_info_top li a {
    font-size: 13px;
  }
  header.type2 .header_top .header_info_top li + li {
    padding-left: 8px;
  }
  header.type2 .header_top .header_info_top li:last-child {
    padding-left: 0;
  }
  header.type3 .header-top .phone {
    font-size: 13px;
  }
  header.type3 .header-top .phone a {
    font-size: 15px;
  }
  header.type3 .header-middle {
    padding: 20px 0px 10px;
  }
  header.type3 .header-middle .float-lg-left {
    display: none;
  }
  header.type3 .header-middle .contact-info {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
       -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  header.type3 .navbar {
    padding: 0px 15px;
  }
  header.type3 .navbar .navbar-brand {
    padding: 10px 0px;
  }
  header.type3 .navbar .navbar-collapse .nav-menu > .menu-item {
    padding: 0;
  }
  header.type3 .navbar .navbar-collapse .nav-menu > .menu-item > a {
    color: #fff;
    font-size: 15px;
  }
  header.type3 .navbar .navbar-collapse .nav-menu > .menu-item > a:hover {
    color: #ffb600;
  }
  header.type3 .navbar .navbar-collapse .nav-menu > .menu-item + .menu-item {
    border: none;
  }
  header.type3 .get-btn {
    background: #242424 !important;
    border: 0;
    display: block !important;
  }
  header.type3 .get-btn:hover {
    background-color: #1490d7 !important;
  }
  header.type4 .header-top .social-icon {
    margin-right: 13px;
  }
  header.type4 .header-top .social-icon li {
    margin-right: 13px;
  }
  header.type4 .header-middle .float-lg-left {
    display: none;
  }
  header.type4 .navbar .navbar-collapse {
    background-color: #1a1a1a;
  }
  header.type4 .navbar .navbar-collapse .nav-menu > .menu-item {
    padding: 0px;
    display: inline-block;
    line-height: 45px;
  }
  header.type4 .navbar .navbar-collapse .nav-menu > .menu-item + .menu-item {
    margin: 0;
  }
  header.type4 .navbar .navbar-collapse .nav-menu > .menu-item.menu-item-search:before {
    display: none;
  }
  header.type5 .navbar .navbar-collapse .nav-menu > .menu-item.menu-item-search:before {
    display: none;
  }
}
@media (max-width: 776px) {
  header.type2 .header_top .header_info_top {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
       -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  header.type2 .header_top .header_info_top li a {
    line-height: 25px;
  }
  header.type2 .header_top .header_info_top li + li {
    padding-left: 8px;
  }
  header.type2 .header_top .social-icon {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
       -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  header.type3 .header-top .header-top-right {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
       -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  header.type5 .header-top .phone {
    display: none;
  }
  header.type5 .header-top .header-top-right {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
       -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
@media (max-width: 782px) {
  body.admin-bar header.type1 .navbar {
    top: 46px;
  }
  body.admin-bar header.header-fixed.type2,
  body.admin-bar header.header-fixed.type3,
  body.admin-bar header.header-fixed.type4,
  body.admin-bar header.header-fixed.type5 {
    top: -24px;
  }
}
@media (max-width: 600px) {
  body.admin-bar header.header-fixed.type2,
  body.admin-bar header.header-fixed.type3,
  body.admin-bar header.header-fixed.type4,
  body.admin-bar header.header-fixed.type5 {
    top: -70px;
  }
}
@media (max-width: 480px) {
  header.type3 .header-top,
  header.type3 .header-middle {
    display: none;
  }
}
@media (max-width: 340px) {
  header.type1 > .navbar {
    display: block;
  }
  header.type2 .navbar > .container {
    display: block;
  }
  header.type3 .header-bottom > .navbar {
    display: block;
  }
  header.type4 .header-bottom .container > .navbar {
    display: block;
  }
  header.type5 .header-bottom > .container {
    display: block;
  }
}
@media (min-width: 992px) {
  header.header-fixed.type5 .navbar .nav-menu > .menu-item > a,
  header.header-fixed.type2 .navbar .nav-menu > .menu-item > a {
    color: #242424;
  }
  body.admin-bar header.type2,
  body.admin-bar header .menu_absolute {
    top: 32px;
  }
}
@media (min-width: 783px) {
  body.admin-bar header.type2,
  body.admin-bar .menu_absolute {
    top: 32px;
  }
  body.admin-bar header.header-fixed.type2,
  body.admin-bar header.header-fixed.type3,
  body.admin-bar header.header-fixed.type4,
  body.admin-bar header.header-fixed.type5 {
    top: -38px;
  }
}
.sidebar_contact_info {
  border: 1px solid #e2e2e2;
  padding: 30px;
}
.sidebar_contact_info h3 {
  color: #242424;
  font-size: 22px;
}
.sidebar_contact_info .title_br {
  width: 40px;
  margin-left: 0;
  margin-bottom: 10px;
}
.sidebar_contact_info a {
  display: block;
  font: 600 18px/36px "Poppins", sans-serif;
  color: #242424;
  margin-top: 5px;
  -webkit-transition: color 0.2s linear;
          transition: color 0.2s linear;
}
.sidebar_contact_info a i {
  color: #757575;
  vertical-align: middle;
  padding-right: 15px;
}
.sidebar_contact_info a:hover {
  color: #ffb600;
}
.download_info .download-btn2 {
  font: 500 16px/29px "Poppins", sans-serif;
  color: #fff;
  letter-spacing: 0.36px;
  background: #242424;
  display: block;
  padding: 12px 18px;
  margin-bottom: 10px;
}
.download_info .download-btn2 img {
  padding-right: 20px;
  vertical-align: middle;
}
.widget.widget_search .input-group {
  position: relative;
}
.widget.widget_search .input-group input {
  font: 400 16px/22px "Poppins", sans-serif;
  background: #242424;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  padding-left: 20px;
  height: 52px;
  color: #fff;
  z-index: 0 !important;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.widget.widget_search .input-group button {
  position: absolute;
  padding: 0px;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  background: transparent;
  right: 20px;
  height: 100%;
  color: #fff;
  z-index: 1;
}
.widget.wokrate_recent_posts_widget .media {
  padding: 0 0 23px;
  margin-bottom: 23px;
  border-bottom: 1px solid #e1e1e1;
}
.widget.wokrate_recent_posts_widget .media .media-thumbnail img {
  max-width: initial;
}
.widget.wokrate_recent_posts_widget .media .media-content h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
  margin-top: -5px;
  margin-bottom: 2px;
}
.widget.wokrate_recent_posts_widget .media .media-content h4 a {
  color: #242424;
}
.widget.wokrate_recent_posts_widget .media .media-content h4 a:hover {
  color: #ffb600;
}
.widget.wokrate_recent_posts_widget .media .media-content .date {
  font-size: 14px;
  font-weight: 500;
  color: #9a9a9a;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
}
.widget.wokrate_recent_posts_widget .media:first-child {
  padding-top: 0;
}
.widget.wokrate_recent_posts_widget .media.has-post-thumbnail .media-content {
  padding-left: 18px;
}
.widget.widget_tag_cloud .tagcloud a {
  display: inline-block;
  border: 1px solid #e4e4e4;
  font-size: 14px !important;
  line-height: 36px;
  padding: 0px 25px;
  color: #a6a6a6;
  margin-right: 7px;
  margin-bottom: 5px;
  margin-top: 5px;
  -webkit-transition: all 300ms linear 0s;
          transition: all 300ms linear 0s;
}
.widget.widget_tag_cloud .tagcloud a:hover {
  background: #242424;
  border-color: #242424;
  color: #fff;
}
.widget.wpf_services_widget ul li {
  display: block;
}
.widget.wpf_services_widget ul li a {
  width: 100%;
  font: 500 17px/25px "Poppins", sans-serif;
  color: #242424;
  display: block;
  border: 0px;
  padding: 15px 25px;
  background: #f1f1f1;
  margin-bottom: 3px;
  -webkit-border-radius: 0;
          border-radius: 0;
  position: relative;
  -webkit-transition: all 0.3s linear;
          transition: all 0.3s linear;
  z-index: 1;
}
.widget.wpf_services_widget ul li a:before {
  content: "";
  width: 0;
  height: 100%;
  background: #ffb600;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: width 0.3s linear;
          transition: width 0.3s linear;
  z-index: -2;
}
.widget.wpf_services_widget ul li a:after {
  content: "";
  width: 4px;
  top: 0;
  left: 0;
  background: #d2d2d2;
  height: 100%;
  position: absolute;
  z-index: -1;
  -webkit-transition: background 0.2s linear;
          transition: background 0.2s linear;
}
.widget.wpf_services_widget ul li a:hover,
.widget.wpf_services_widget ul li a.active {
  color: #242424;
}
.widget.wpf_services_widget ul li a:hover:before,
.widget.wpf_services_widget ul li a.active:before {
  width: 100%;
}
.widget.wpf_services_widget ul li a:hover:after,
.widget.wpf_services_widget ul li a.active:after {
  background: #242424;
}
.widget select {
  color: #242424;
  width: 90%;
  padding: 5px;
}
.widget + .widget {
  margin-top: 50px;
}
footer .widget strong {
  color: #fff;
}
footer .widget .widget-title {
  margin-bottom: 22px;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}
footer .widget ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
footer .widget ul li {
  padding-bottom: 10px;
  margin-bottom: 0;
}
footer .widget ul li a {
  color: #8b8b8b;
}
footer .widget ul li a:hover {
  color: #ffb600;
}
footer .widget ul li:last-child {
  padding-bottom: 0;
}
footer .widget.wokrate_recent_posts_widget .media .media-content h4 a {
  color: #fff;
}
footer .widget.widget_search .input-group input {
  background-color: #fff;
}
footer .widget.widget_search .input-group i {
  color: #242424;
}
aside .widget .widget-title {
  display: inline-block;
  font-size: 22px;
  color: #242424;
  font-weight: 600;
  margin-bottom: 22px;
  position: relative;
}
aside .widget .widget-title:after {
  content: '';
  position: absolute;
  bottom: 6px;
  width: 25px;
  right: -39px;
  height: 2px;
  background: #ffb600;
  display: inline-block;
}
aside .widget .dropdown-menu {
  display: block;
  position: static;
  border: none;
  float: none;
}
aside .widget ul {
  list-style: none;
  padding: 0;
}
aside .widget ul li {
  margin: 0;
  display: block;
}
aside .widget ul li a {
  font-size: 16px;
  color: #797979;
  font-family: "Poppins", sans-serif;
  line-height: 42px;
  -webkit-transition: all 400ms linear 0s;
          transition: all 400ms linear 0s;
  font-weight: 500;
}
aside .widget ul li a:hover {
  color: #ffb600;
}
aside .widget ul ul {
  padding-left: 10px;
}
aside .widget.widget_calendar {
  line-height: 26px;
}
aside .widget.widget_calendar #wp-calendar {
  color: #242424;
  width: 100%;
}
aside .widget.widget_calendar #wp-calendar caption {
  margin-bottom: 15px;
}
aside .widget.widget_calendar #wp-calendar a {
  color: #ffb600;
}
aside .widget.widget_calendar table tbody tr td {
  padding: 5px;
}
aside .widget.widget_meta ul > li,
aside .widget.widget_categories ul > li {
  position: relative;
  display: block;
  -webkit-transition: all .2s;
          transition: all .2s;
}
aside .widget.widget_meta ul > li a,
aside .widget.widget_categories ul > li a {
  position: relative;
}
aside .widget.widget_meta ul > li + li,
aside .widget.widget_categories ul > li + li {
  border-top: 1px solid #e6e6e6;
}
aside .widget.widget_meta ul > li:after,
aside .widget.widget_categories ul > li:after {
  content: "\f105";
  color: #c8c8c8;
  font-family: 'FontAwesome';
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 7px;
  -webkit-transition: all .4s linear 0s;
          transition: all .4s linear 0s;
}
aside .widget.widget_meta ul > li:hover > a,
aside .widget.widget_categories ul > li:hover > a {
  color: #ffb600;
}
aside .widget.widget_meta ul > li:hover:after,
aside .widget.widget_categories ul > li:hover:after {
  color: #ffb600;
  right: 7px;
}
aside.service-sidebar .widget + .widget {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .widget.widget_search .input-group input {
    font-size: 14px;
    padding-left: 15px;
  }
  .widget.widget_search .input-group button {
    right: 10px;
  }
}
@media (max-width: 1199px) {
  aside .widget .widget-title {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  aside .widget .screen-reader-text {
    display: block;
  }
}
.nav-menu > .menu-item {
  padding-top: 25px;
  padding-bottom: 26px;
  position: relative;
  margin-bottom: 0;
}
.nav-menu > .menu-item > a {
  color: #fff;
  font: 500 16px/38px "Poppins", sans-serif;
  padding: 0;
  position: relative;
}
.nav-menu > .menu-item > a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #ffb600;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
}
.nav-menu > .menu-item + li {
  margin-left: 35px;
}
.nav-menu > .menu-item .dropdown-menu {
  padding: 0px;
  border: 0px;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  background: #252525;
  margin: 0px;
}
.nav-menu > .menu-item .dropdown-menu li {
  margin-right: 0px;
  display: block;
}
.nav-menu > .menu-item .dropdown-menu li a {
  display: block;
  line-height: 24px;
  color: #b0b0b0;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.30px;
  font-size: 15px;
  padding: 7px 0;
  text-transform: inherit;
  -webkit-transition: all 400ms linear 0s;
          transition: all 400ms linear 0s;
  font-weight: 400;
  text-shadow: none;
}
.nav-menu > .menu-item .dropdown-menu li:hover a {
  color: #ffb600;
}
.nav-menu > .menu-item.menu-item-search {
  margin-left: 30px;
}
.nav-menu > .menu-item.menu-item-search a {
  font-size: 14px;
  color: #fff;
  line-height: 38px;
}
.nav-menu > .menu-item.menu-item-search a:before {
  display: none;
}
.nav-menu > .menu-item.current_page_item > a,
.nav-menu > .menu-item:hover > a {
  color: #ffb600;
}
.nav-menu > .menu-item.current_page_item > a:before,
.nav-menu > .menu-item:hover > a:before {
  width: 50%;
  right: auto;
  left: 0;
}
.nav-menu > .menu-item:hover.menu-item-search a {
  color: #fff;
}
.nav-menu > .menu-item:hover > .dropdown-menu {
  visibility: visible;
  top: 100%;
  opacity: 1;
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
  border: none;
  padding: 0px;
}
.menu-toggle {
  width: 22px;
  height: 22px;
  position: relative;
  cursor: pointer;
  display: block;
}
.menu-toggle .hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
}
.menu-toggle .hamburger span {
  width: 0%;
  height: 2px;
  position: relative;
  top: 0;
  left: 0;
  margin: 4px 0;
  display: block;
  background: #fff;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
          transition: 0.2s ease-in-out;
}
.menu-toggle .hamburger span:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.menu-toggle .hamburger span:nth-child(2) {
  -webkit-transition-delay: .125s;
          transition-delay: .125s;
}
.menu-toggle .hamburger span:nth-child(3) {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.menu-toggle .hamburger-cross {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
}
.menu-toggle .hamburger-cross span {
  display: block;
  background: #fff;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
          transition: 0.2s ease-in-out;
}
.menu-toggle .hamburger-cross span:nth-child(1) {
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
  left: 10px;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}
.menu-toggle .hamburger-cross span:nth-child(2) {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 10px;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}
.collapsed .menu-toggle .hamburger span {
  width: 100%;
}
.collapsed .menu-toggle .hamburger span:nth-child(1) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}
.collapsed .menu-toggle .hamburger span:nth-child(2) {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}
.collapsed .menu-toggle .hamburger span:nth-child(3) {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}
.collapsed .menu-toggle .hamburger-cross span:nth-child(1) {
  height: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.collapsed .menu-toggle .hamburger-cross span:nth-child(2) {
  width: 0;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}
@media (max-width: 1280px) {
  header .navbar {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-collapse {
    margin-left: -15px;
    margin-right: -15px;
    max-height: 400px;
    overflow-y: scroll;
    background: #1d1d1d;
  }
  .navbar .navbar-collapse .nav-menu {
    padding: 20px;
  }
  .navbar .navbar-collapse .nav-menu > .menu-item {
    padding: 0px;
  }
  .navbar .navbar-collapse .nav-menu > .menu-item > a {
    display: inline-block;
    line-height: 45px;
  }
  .navbar .navbar-collapse .nav-menu > .menu-item ul {
    -webkit-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
            transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
    display: none;
    overflow: hidden;
  }
  .navbar .navbar-collapse .nav-menu > .menu-item ul li {
    padding: 4px 20px;
  }
  .navbar .navbar-collapse .nav-menu > .menu-item ul li a {
    display: block;
    line-height: 38px;
    color: #b0b0b0;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.30px;
    font-size: 15px;
    padding: 0;
    text-transform: inherit;
    -webkit-transition: all 400ms linear 0s;
            transition: all 400ms linear 0s;
    font-weight: 400;
    text-shadow: none;
  }
  .navbar .navbar-collapse .nav-menu > .menu-item + li {
    margin-left: 0px;
  }
  header .navbar {
    padding: 0 15px;
  }
  header .navbar .navbar-brand {
    padding: 14px 0px 17px;
  }
  header.type2 .navbar .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  header.type2 .navbar .navbar-collapse {
    background: #ffb600;
  }
  header.type2 .navbar .menu-item.menu-item-search:before {
    display: none;
  }
}
@media (min-width: 992px) {
  header .navbar .navbar-collapse .nav-menu > .menu-item ul {
    display: block !important;
  }
  .nav-menu > .menu-item .dropdown-menu {
    -webkit-transition: all 400ms ease-out;
            transition: all 400ms ease-out;
    display: block;
    min-width: 255px;
    -webkit-border-radius: 0px;
            border-radius: 0px;
    border: none;
    padding: 18px 33px;
    -webkit-box-shadow: none;
            box-shadow: none;
    visibility: hidden;
    top: 120%;
    left: -23px;
    opacity: 0;
  }
}
.error404 .site-header,
.error404 .page-title {
  display: none;
}
.error404 .content-area {
  background: url(img/404.jpeg) no-repeat scroll center 0 / cover;
  position: relative;
  z-index: 1;
  min-height: 926px;
}
.error404 .ovarlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.error404 .error_content {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  margin-top: -55px;
}
.error404 .error_content h1 {
  color: #fff;
  font-size: 200px;
  line-height: 230px;
  font-weight: 700;
  margin-bottom: 0px;
}
.error404 .error_content .description {
  font-size: 60px;
  line-height: 80px;
  font-weight: 600;
  margin-bottom: 18px;
}
.error404 .error_content .description h2 {
  color: #fff;
  font-size: 60px;
  line-height: 80px;
  font-weight: 600;
  margin-bottom: 18px;
}
.error404 .error_content .description h2 span {
  color: #ffb600;
  font-size: 80px;
}
.error404 .error_content .description p {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 50px;
}
.error404 .error_content .read_more {
  font-size: 22px;
  font-weight: 600;
  min-width: 330px;
  text-align: center;
  padding: 20px 0px;
}
.page-title {
  background-color: #000;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  height: 351px;
  max-height: 351px;
  position: relative;
  width: 100%;
}
.page-title .title-breadcrumb {
  overflow: hidden;
  padding-top: 91px;
  text-align: center;
}
.page-title .container {
  height: 100%;
  display: table;
}
.page-title .container > .row {
  vertical-align: middle;
  display: table-cell;
}
.page-title .container > .row h2 {
  font-size: 50px;
  line-height: 55px;
}
.page-title .container > .row .breadcrumb {
  background: transparent;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 0;
}
.page-title .container > .row .breadcrumb li {
  font: 500 13px/26px "Poppins", sans-serif;
}
.page-title .container > .row .breadcrumb li span {
  color: #fff;
}
.page-title .container > .row .breadcrumb li i {
  color: #ffb600;
  margin-left: 9px;
  margin-right: 9px;
}
.page-title .container > .row .breadcrumb li a span {
  color: #ffb600;
}
.page-title:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.shop-page-title {
  background: url(img/main-shop-page.jpeg) no-repeat scroll center 0 / cover;
  height: 680px;
  max-height: 680px;
}
.shop-page-title .shop_banner_content {
  float: right;
  margin-top: 105px;
}
.shop-page-title .shop_banner_content h1 {
  font-size: 50px;
  margin-bottom: 15px;
}
.shop-page-title .shop_banner_content p {
  font-family: "Lato", sans-serif;
  margin-bottom: 35px;
}
.shop-page-title .shop_banner_content .read_more {
  padding: 12px 45px;
}
.bottom-toolbar {
  margin-top: 50px;
}
.bottom-toolbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bottom-toolbar ul li {
  display: inline-block;
  margin-bottom: 0;
}
.bottom-toolbar ul li .page-numbers {
  font: 700 18px/40px "Open Sans", sans-serif;
  display: inline-block;
  margin: 0px 8px 0px 0px;
  color: #242424;
  width: 44px;
  height: 44px;
  border: 2px solid #d4d4d4;
  text-align: center;
  -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
}
.bottom-toolbar ul li .page-numbers.current,
.bottom-toolbar ul li .page-numbers:hover {
  background: #242424;
  border-color: #242424;
  color: #fff;
}
.blog.blog-list .site-main,
.archive.blog-list .site-main,
.search-results.blog-list .site-main {
  padding-right: 30px;
}
.single-post .site-main {
  padding-right: 30px;
}
.archive article .entry-header .thumbnail,
.search-results article .entry-header .thumbnail {
  position: relative;
}
.archive article .entry-header .thumbnail .blog-date,
.search-results article .entry-header .thumbnail .blog-date {
  left: 20px;
  bottom: -20px;
  font: 600 17px/36px "Poppins", sans-serif;
  background: #ffb600;
  display: inline-block;
  padding: 2px 20px;
  position: absolute;
  z-index: 2;
  color: #242424;
}
.archive article .entry-header .blog_img,
.search-results article .entry-header .blog_img {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.archive article .entry-header .blog_img img,
.search-results article .entry-header .blog_img img {
  -webkit-transition: all 0.3s linear;
          transition: all 0.3s linear;
  max-width: 100%;
}
.archive article .entry-header .blog_img:before,
.search-results article .entry-header .blog_img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 350ms linear;
          transition: opacity 350ms linear;
  z-index: 1;
}
.archive article .entry-header .post_info,
.search-results article .entry-header .post_info {
  padding: 16px 0 10px;
}
.archive article .entry-header .post_info .blog_author_area,
.search-results article .entry-header .post_info .blog_author_area {
  float: right;
}
.archive article .entry-header .post_info .blog_author_area span,
.search-results article .entry-header .post_info .blog_author_area span {
  font: 500 16px/37px "Poppins", sans-serif;
  color: #b8b8b8;
  position: relative;
}
.archive article .entry-header .post_info .blog_author_area span a,
.search-results article .entry-header .post_info .blog_author_area span a {
  color: #b8b8b8;
}
.archive article .entry-header .post_info .blog_author_area span a:hover,
.search-results article .entry-header .post_info .blog_author_area span a:hover {
  color: #ffb600;
}
.archive article .entry-header .post_info .blog_author_area span + span:before,
.search-results article .entry-header .post_info .blog_author_area span + span:before {
  content: '/';
  z-index: 0;
  margin: 0px 10px 0px 6px;
}
.archive article:hover .entry-header .blog_img img,
.search-results article:hover .entry-header .blog_img img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.archive article:hover .entry-header .blog_img:before,
.search-results article:hover .entry-header .blog_img:before {
  opacity: 1;
}
.post .entry-header .thumbnail {
  position: relative;
}
.post .entry-header .thumbnail .blog-date {
  left: 20px;
  bottom: -20px;
  font: 600 17px/36px "Poppins", sans-serif;
  background: #ffb600;
  display: inline-block;
  padding: 2px 20px;
  position: absolute;
  z-index: 2;
  color: #242424;
}
.post .entry-header .blog_img {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.post .entry-header .blog_img img {
  -webkit-transition: all 0.3s linear;
          transition: all 0.3s linear;
  max-width: 100%;
}
.post .entry-header .blog_img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 350ms linear;
          transition: opacity 350ms linear;
  z-index: 1;
}
.post .entry-header .post_info {
  padding: 16px 0 10px;
}
.post .entry-header .post_info .blog_author_area {
  float: right;
}
.post .entry-header .post_info .blog_author_area span {
  font: 500 16px/37px "Poppins", sans-serif;
  color: #b8b8b8;
  position: relative;
}
.post .entry-header .post_info .blog_author_area span a {
  color: #b8b8b8;
}
.post .entry-header .post_info .blog_author_area span a:hover {
  color: #ffb600;
}
.post .entry-header .post_info .blog_author_area span + span:before {
  content: '/';
  z-index: 0;
  margin: 0px 10px 0px 6px;
}
.post:hover .entry-header .blog_img img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.post:hover .entry-header .blog_img:before {
  opacity: 1;
}
.blog article .entry-content,
.archive article .entry-content,
.search-results article .entry-content {
  padding-top: 11px;
  margin-bottom: 36px;
}
.blog article .entry-content h4,
.archive article .entry-content h4,
.search-results article .entry-content h4 {
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 32px;
}
.blog article .entry-content h4 .fa-thumb-tack,
.archive article .entry-content h4 .fa-thumb-tack,
.search-results article .entry-content h4 .fa-thumb-tack {
  margin-right: 5px;
}
.blog article + article,
.archive article + article,
.search-results article + article {
  margin-top: 80px;
}
.blog.blog-two-cols article,
.archive.blog-two-cols article,
.search-results.blog-two-cols article {
  margin-bottom: 80px;
}
.blog.blog-two-cols article .entry-header,
.archive.blog-two-cols article .entry-header,
.search-results.blog-two-cols article .entry-header {
  margin-bottom: 51px;
}
.blog.blog-two-cols article .entry-content,
.archive.blog-two-cols article .entry-content,
.search-results.blog-two-cols article .entry-content {
  padding-top: 0;
}
.blog.blog-two-cols article + article,
.archive.blog-two-cols article + article,
.search-results.blog-two-cols article + article {
  margin-top: 0;
}
.blog.blog-two-cols hr,
.archive.blog-two-cols hr,
.search-results.blog-two-cols hr {
  width: 100%;
}
.blog.blog-two-cols .bottom-toolbar ul,
.archive.blog-two-cols .bottom-toolbar ul,
.search-results.blog-two-cols .bottom-toolbar ul {
  text-align: center;
}
.archive .page-header {
  margin-bottom: 25px;
}
.single-post article {
  margin-bottom: 50px;
}
.single-post article .entry-header .thumbnail:hover .blog_img img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.single-post article .post-title {
  font-size: 26px;
  font-weight: 600;
  padding-top: 11px;
  margin-bottom: 20px;
  line-height: 32px;
}
.single-post article .title {
  padding-top: 11px;
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 32px;
}
.single-post article:hover .entry-header .blog_img img {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.single-services.left-sidebar .content-area {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.single-services.left-sidebar .content-area .site-main {
  padding-left: 30px;
}
.single-services.left-sidebar aside {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.single-services.right-sidebar .content-area .site-main {
  padding-right: 30px;
}
.page-template-coming-soon .site-header,
.page-template-coming-soon .site-footer,
.page-template-coming-soon .page-title {
  display: none;
}
@media (max-width: 1199px) {
  .blog.blog-list .site-main,
  .archive.blog-list .site-main,
  .search-results.blog-list .site-main {
    padding-right: 0;
  }
  .blog.blog-list .post .entry-header .blog_img img,
  .archive.blog-list .post .entry-header .blog_img img,
  .search-results.blog-list .post .entry-header .blog_img img {
    width: 100%;
  }
  .single-post .site-main {
    padding-right: 0;
  }
  .two_column_sample .two_column_item {
    width: 45%;
  }
  .page-template-coming-soon .wokrate-custom-heading h2 {
    font-size: 60px !important;
  }
  .single-services .primary-sidebar .sidebar_contact_info {
    padding: 30px 15px;
  }
  .single-services .primary-sidebar .sidebar_contact_info a {
    font-size: 15px;
  }
  .single-services .primary-sidebar .download_info .download-btn2 {
    padding: 12px 15px;
  }
  .single-services .primary-sidebar .download_info .download-btn2 img {
    padding-right: 10px;
  }
  .single-services.left-sidebar .content-area .site-main {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .blog .content-area,
  .archive .content-area,
  .search-results .content-area {
    padding-bottom: 50px;
  }
  .blog .primary-sidebar,
  .archive .primary-sidebar,
  .search-results .primary-sidebar {
    padding-top: 0;
  }
  .primary-sidebar {
    padding-top: 0;
  }
  .error404 .content-area {
    min-height: 700px;
  }
  .page-template-coming-soon .wokrate-custom-heading h2 {
    font-size: 60px !important;
  }
  .page-template-coming-soon p.vc_custom_heading {
    font-size: 18px !important;
    margin-bottom: 0px !important;
  }
  .single-services .primary-sidebar {
    padding-top: 100px;
    padding-bottom: 0;
  }
  .single-services .content-area {
    padding-top: 50px;
  }
}
@media (max-width: 776px) {
  .page-title .title-breadcrumb{
    
padding-top: 135px;
  }
  .page-title .container > .row h2 {
    font-size: 20px;
    line-height: 5px;
  }
  .blog.blog-list .post .entry-header .post_info,
  .archive.blog-list .post .entry-header .post_info,
  .search-results.blog-list .post .entry-header .post_info {
    margin-top: 36px;
  }
  .blog.blog-list .post .entry-header .post_info .blog_author_area,
  .archive.blog-list .post .entry-header .post_info .blog_author_area,
  .search-results.blog-list .post .entry-header .post_info .blog_author_area {
    float: none;
  }
  .blog.blog-list .post .border_bottom,
  .archive.blog-list .post .border_bottom,
  .search-results.blog-list .post .border_bottom {
    margin-bottom: 12px;
  }
  .blog.blog-two-cols article .entry-header,
  .archive.blog-two-cols article .entry-header,
  .search-results.blog-two-cols article .entry-header {
    margin-bottom: 43px;
  }
  .archive .page-header,
  .search-results .page-header {
    font-size: 35px;
    line-height: 46px;
  }
  .single-post .post .entry-header .post_info {
    margin-top: 36px;
  }
  .single-post .post .entry-header .post_info .blog_author_area {
    float: none;
  }
  .single-post .post .border_bottom {
    margin-bottom: 12px;
  }
  .error404 .content-area .error_content h2 {
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 26px;
  }
  .error404 .content-area .error_content h2 span {
    font-size: 32px;
  }
  .error404 .content-area .error_content p {
    font-size: 22px;
  }
  .page-template-coming-soon .wokrate-custom-heading h2 {
    font-size: 45px !important;
    line-height: 55px !important;
  }
  .search-no-results .page-content > p {
    padding-bottom: 30px;
  }
  .shop-page-title .shop_banner_content {
    float: none;
  }
  .shop-page-title .shop_banner_content h1 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .blog.blog-list .post .entry-header .post_info .blog_author_area span,
  .archive.blog-list .post .entry-header .post_info .blog_author_area span,
  .search-results.blog-list .post .entry-header .post_info .blog_author_area span {
    font-size: 14px;
    line-height: 30px;
  }
  .blog.blog-list .post .entry-header .post_info .blog_author_area span + span:before,
  .archive.blog-list .post .entry-header .post_info .blog_author_area span + span:before,
  .search-results.blog-list .post .entry-header .post_info .blog_author_area span + span:before {
    margin: 0px 5px 0px 0px;
  }
  .single-post .post .entry-header .post_info .blog_author_area span {
    font-size: 14px;
    line-height: 30px;
  }
  .single-post .post .entry-header .post_info .blog_author_area span + span:before {
    margin: 0px 5px 0px 0px;
  }
  .error404 .content-area .error_content h1 {
    font-size: 145px;
    line-height: 175px;
  }
  .page-template-coming-soon .wokrate-custom-heading h2 {
    font-size: 39px !important;
    line-height: 55px !important;
  }
}
@media (max-width: 480px) {
  .error404 .content-area .error_content h1 {
    font-size: 85px;
    line-height: 110px;
  }
  .error404 .content-area .error_content .read_more {
    width: 100%;
    min-width: auto;
  }
}
@media (max-width: 450px) {
  .page-title .container > .row .breadcrumb li {
    font-size: 12px;
    margin-bottom: 0;
  }
  .two_column_sample .two_column_item {
    width: 100%;
  }
  .two_column_sample .two_column_item + .two_column_item {
    margin-left: 0;
  }
  .search-no-results .page-header h1 {
    font-size: 30px;
  }
}
.woocommerce-checkout form.checkout .form-row-first,
.woocommerce-checkout form.checkout .form-row-last,
.woocommerce-checkout form.checkout .validate-email,
.woocommerce-checkout form.checkout .validate-phone {
  width: 50%;
  float: left;
}
.woocommerce-checkout form.checkout .form-row {
  font: 500 15px/22px "Poppins", sans-serif;
  color: #797979;
  display: block;
  margin-bottom: 22px;
}
.woocommerce-checkout form.checkout .form-row label {
  font: 500 15px/26px "Poppins", sans-serif;
  color: #797979;
  display: block;
}
.woocommerce-checkout form.checkout .form-row .input-text {
  border: 1px solid #e2e2e2;
  font-size: 15px;
  min-height: 38px;
  color: #c6c6c6;
  font-family: "Lato", sans-serif;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 20px;
}
.woocommerce-checkout #ship-to-different-address .shipping-text {
  line-height: 33px;
  font-size: 32px;
  font-weight: 600;
  color: #242424;
}
.woocommerce-checkout #ship-to-different-address input {
  margin-right: 12px;
}
.woocommerce-checkout .woocommerce-checkout-review-order {
  border: 1px solid #d9d9d9;
  padding: 15px 30px 48px;
}
.woocommerce-checkout table.shop_table {
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 0;
  margin-bottom: 0;
  border: none;
}
.woocommerce-checkout table.shop_table thead tr th {
  border: none;
  font: 500 15px/42px "Poppins", sans-serif;
  color: #797979;
  padding: 0;
}
.woocommerce-checkout table.shop_table thead tr th.product-name {
  text-transform: uppercase;
}
.woocommerce-checkout table.shop_table thead tr th:last-child {
  text-align: right;
}
.woocommerce-checkout table.shop_table tbody tr td {
  border: none;
  font: 500 15px/42px "Poppins", sans-serif;
  color: #797979;
  padding: 0;
}
.woocommerce-checkout table.shop_table tbody tr td:last-child {
  text-align: right;
}
.woocommerce-checkout table.shop_table tfoot tr.cart-subtotal th,
.woocommerce-checkout table.shop_table tfoot tr.woocommerce-shipping-totals th,
.woocommerce-checkout table.shop_table tfoot tr.cart-subtotal td,
.woocommerce-checkout table.shop_table tfoot tr.woocommerce-shipping-totals td {
  border: none;
  font: 500 15px/42px "Poppins", sans-serif;
  color: #797979;
  padding: 0;
}
.woocommerce-checkout table.shop_table tfoot tr.cart-subtotal th:last-child,
.woocommerce-checkout table.shop_table tfoot tr.woocommerce-shipping-totals th:last-child,
.woocommerce-checkout table.shop_table tfoot tr.cart-subtotal td:last-child,
.woocommerce-checkout table.shop_table tfoot tr.woocommerce-shipping-totals td:last-child {
  text-align: right;
}
.woocommerce-checkout table.shop_table tfoot tr.order-total th,
.woocommerce-checkout table.shop_table tfoot tr.order-total td {
  line-height: 45px;
  padding: 0;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.woocommerce-checkout table.shop_table tfoot tr.order-total td {
  text-align: right;
}
.woocommerce-checkout table.shop_table tfoot tr.cart-subtotal th,
.woocommerce-checkout table.shop_table tfoot tr.order-total th {
  text-transform: uppercase;
}
.woocommerce-checkout .woocommerce-checkout-payment {
  background-color: transparent !important;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_methods {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.woocommerce-checkout .woocommerce-checkout-payment .woocommerce-privacy-policy-text {
  font-weight: 400;
}
.woocommerce-checkout .woocommerce-checkout-payment .woocommerce-privacy-policy-text a {
  color: #ffb600;
}
.woocommerce-checkout .woocommerce-checkout-payment .button {
  font: 400 16px/30px "Poppins", sans-serif;
  background: #ffb600 !important;
  color: #242424;
  border: 0px;
  -webkit-border-radius: 45px;
          border-radius: 45px;
  padding: 8px 42px !important;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: background 0.3s linear, color 0.23s linear !important;
          transition: background 0.3s linear, color 0.23s linear !important;
}
.woocommerce-checkout .woocommerce-checkout-payment .button:hover {
  background: #d69b07 !important;
}
.woocommerce-checkout .woocommerce-form-coupon .button {
  font: 400 16px/30px "Poppins", sans-serif;
  background: #ffb600 !important;
  color: #242424;
  border: 0px;
  -webkit-border-radius: 45px;
          border-radius: 45px;
  padding: 8px 42px !important;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: background 0.3s linear, color 0.23s linear !important;
          transition: background 0.3s linear, color 0.23s linear !important;
}
.woocommerce-checkout .woocommerce-form-coupon .button:hover {
  background: #d69b07 !important;
}
.woocommerce-checkout .woocommerce-customer-details .woocommerce-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce-checkout .woocommerce-customer-details .woocommerce-column {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  max-width: 100%;
}
.woocommerce-checkout .woocommerce-customer-details .woocommerce-column h2 {
  margin-bottom: 15px;
}
.woocommerce-checkout .woocommerce-customer-details .woocommerce-column address {
  -webkit-border-radius: 0;
          border-radius: 0;
}
.woocommerce-cart .return-to-shop .button,
.woocommerce-cart .wc-proceed-to-checkout .button {
  font: 500 16px/30px "Poppins", sans-serif;
  display: inline-block;
  float: none !important;
  letter-spacing: 0.5px;
  padding: 8px 42px;
  border: 0;
  background: #ffb600 !important;
  color: #242424 !important;
  -webkit-border-radius: 45px;
          border-radius: 45px;
  margin-top: 13px !important;
}
.woocommerce-cart .return-to-shop .button:hover,
.woocommerce-cart .wc-proceed-to-checkout .button:hover {
  background: #d69b07 !important;
  color: #fff !important;
}
.woocommerce-cart .wc-proceed-to-checkout {
  text-align: center;
  border: 1px solid #ebebeb;
  border-top: 0;
}
.woocommerce-cart .wc-proceed-to-checkout .button {
  padding: 0 27px !important;
  line-height: 40px;
  border: 0;
  font-weight: 500 !important;
  font-size: 16px !important;
  display: inline-block !important;
}
.woocommerce-cart .cart_totals h2 {
  border-top: 1px solid #EBEBEB;
  border-left: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  background: #F9F9F9;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  margin-bottom: 0;
  padding: 25px 20px;
  color: #242424;
}
.woocommerce-cart table.cart {
  -webkit-border-radius: 0;
          border-radius: 0;
  border: none;
  border-collapse: collapse;
  margin-bottom: 0;
}
.woocommerce-cart table.cart img {
  width: 120px;
}
.woocommerce-cart table.cart thead {
  background: #f9f9f9;
}
.woocommerce-cart table.cart thead tr th {
  color: #242424;
  font: 600 18px/60px "Poppins", sans-serif;
  padding: 0 20px;
  border: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb !important;
  border-bottom: 0;
}
.woocommerce-cart table.cart thead tr th:first-child {
  padding: 0 40px;
}
.woocommerce-cart table.cart tbody tr td {
  border: 1px solid #ebebeb !important;
  color: #797979;
  font: 400 17px/26px "Lato", sans-serif;
  padding: 25px 20px;
  vertical-align: middle;
}
.woocommerce-cart table.cart tbody tr td.product-thumbnail a {
  color: #242424;
}
.woocommerce-cart table.cart tbody tr td.product-thumbnail a.remove {
  font-size: 14px;
}
.woocommerce-cart table.cart tbody tr td.product-thumbnail a.remove:hover {
  color: red !important;
  background: transparent;
}
.woocommerce-cart table.cart tbody tr td.product-thumbnail p {
  margin-bottom: 0;
}
.woocommerce-cart table.cart tbody tr td.product-name a {
  color: #797979;
}
.woocommerce-cart table.cart tbody tr td.product-remove a {
  color: #242424 !important;
  margin: 0 auto;
}
.woocommerce-cart table.cart tbody tr td.product-remove a:hover {
  color: #242424 !important;
  background: transparent;
}
.woocommerce-cart table.cart tbody tr td .quantity .qty {
  width: 182px;
}
.woocommerce-cart table.shop_table {
  -webkit-border-radius: 0;
          border-radius: 0;
  border-collapse: collapse;
  border: 1px solid #dddddd;
  margin-bottom: 0;
}
.woocommerce-cart table.shop_table tbody tr th {
  color: #242424;
  font: 600 18px/60px "Poppins", sans-serif;
  padding: 25px 20px;
  border: 1px solid #ebebeb;
  border-bottom: 0;
}
.woocommerce-cart table.shop_table tbody tr td {
  border: none;
  color: #797979;
  font: 400 17px/26px "Lato", sans-serif;
  padding: 25px 20px;
  vertical-align: middle;
}
.woocommerce-cart table.shop_table tbody tr td.product-name a {
  color: #797979;
}
.woocommerce-cart table.shop_table tbody tr td.product-remove a {
  color: #242424 !important;
  margin: 0 auto;
}
.woocommerce-cart table.shop_table tbody tr td.product-remove a:hover {
  color: #242424 !important;
  background: transparent;
}
.woocommerce-cart table.shop_table tbody tr td .quantity .qty {
  width: 182px;
}
.woocommerce-cart table.shop_table .woocommerce-shipping-calculator input,
.woocommerce-cart table.shop_table .woocommerce-shipping-calculator select {
  -webkit-border-radius: 0;
          border-radius: 0;
}
.woocommerce-cart table.shop_table .button {
  font: 500 16px/30px "Poppins", sans-serif;
  display: inline-block;
  float: none !important;
  letter-spacing: 0.5px;
  padding: 8px 42px;
  border: 0;
  background: #ffb600 !important;
  color: #242424 !important;
  -webkit-border-radius: 45px;
          border-radius: 45px;
  margin-top: 13px !important;
}
.woocommerce-cart table.shop_table .button:hover {
  background: #d69b07 !important;
  color: #fff !important;
}
.woocommerce-cart .bottom-box {
  background: #f9f9f9;
  margin: 0 0 50px;
  padding: 25px 14px 25px 26px;
  border: 1px solid #ebebeb;
  border-top: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce-cart .bottom-box input {
  border: 1px solid #dddddd;
  color: #8e8d8d;
  margin-right: 14px;
  outline: medium none;
  padding: 0 20px;
  width: 130px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  font: 400 14px/31px "Open Sans", sans-serif;
}
.woocommerce-cart .bottom-box .coupon-box .button {
  padding: 0px 28px;
  color: #fff;
  background: #242424;
  text-transform: capitalize;
  border: none;
  outline: none;
  font: 400 15px/33px "Lato", sans-serif;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.woocommerce-cart .bottom-box .coupon-box .button:hover {
  background: #ffb600;
  color: #242424;
}
.woocommerce-cart .bottom-box .add-to-cart-wrap .button {
  float: right;
  font: 400 16px/30px "Poppins", sans-serif;
  background: #ffb600;
  color: #242424;
  border: 0px;
  -webkit-border-radius: 45px;
          border-radius: 45px;
  padding: 8px 42px !important;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: background 0.3s linear, color 0.23s linear !important;
          transition: background 0.3s linear, color 0.23s linear !important;
}
.woocommerce-cart .bottom-box .add-to-cart-wrap .button:hover {
  background: #d69b07;
}
.post-type-archive-product .woocommerce-products-header {
  margin-top: 100px;
}
.post-type-archive-product .shop_features_area {
  background: #242424;
  padding: 36px 0px;
}
.post-type-archive-product .shop_features_area .media .media-left {
  padding-right: 30px;
  padding-top: 5px;
}
.post-type-archive-product .shop_features_area .media .media-body h4 {
  margin-bottom: 5px;
}
.post-type-archive-product .shop_features_area .media .media-body p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.post-type-archive-product .products {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.post-type-archive-product .products .product {
  float: none;
  text-align: center;
  margin-bottom: 80px;
}
.post-type-archive-product .products .product .product-thumbnail {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.post-type-archive-product .products .product .product-thumbnail img {
  -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
  position: relative;
  z-index: -1;
  max-width: 100%;
  width: 100%;
  margin: 0;
}
.post-type-archive-product .products .product .product-thumbnail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 182, 0, 0.8);
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity 350ms linear;
          transition: opacity 350ms linear;
}
.post-type-archive-product .products .product .woocommerce-loop-product__title {
  margin-top: 23px !important;
  font-size: 20px !important;
  padding: 0 !important;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 4px !important;
}
.post-type-archive-product .products .product .woocommerce-loop-product__title a {
  color: #242424;
}
.post-type-archive-product .products .product .woocommerce-loop-product__title a:hover {
  color: #ffb600;
}
.post-type-archive-product .products .product .price del,
.post-type-archive-product .products .product .price ins,
.post-type-archive-product .products .product .price .woocommerce-Price-amount {
  font: 400 23px/28px 'Poppins', sans-serif;
  margin-bottom: 0;
  vertical-align: middle;
  color: #242424 !important;
}
.post-type-archive-product .products .product .price del {
  margin-right: 5px;
}
.post-type-archive-product .products .product .price ins {
  text-decoration: none;
}
.post-type-archive-product .products .product .button {
  font: 500 16px/30px "Poppins", sans-serif;
  display: inline-block;
  float: none !important;
  letter-spacing: 0.5px;
  padding: 8px 42px;
  border: 0;
  background: #ffb600 !important;
  color: #242424 !important;
  -webkit-border-radius: 45px;
          border-radius: 45px;
  margin-top: 13px !important;
}
.post-type-archive-product .products .product .button:hover {
  background: #d69b07 !important;
  color: #fff !important;
}
.post-type-archive-product .products .product .star-rating {
  color: #ffb600;
  margin-left: auto;
  margin-right: auto;
}
.post-type-archive-product .products .product:hover .product-thumbnail:before {
  opacity: 1;
}
.post-type-archive-product .bottom-toolbar {
  margin-top: 0;
  margin-bottom: 92px;
}
.post-type-archive-product .bottom-toolbar ul {
  border: none !important;
}
.post-type-archive-product .bottom-toolbar ul li {
  float: none !important;
  display: inline-block !important;
  border: none !important;
}
.post-type-archive-product .bottom-toolbar ul li .page-numbers {
  font: 700 18px/40px "Open Sans", sans-serif !important;
  margin: 0px 8px 0px 0px !important;
  display: inline-block !important;
  line-height: 24px !important;
}
.post-type-archive-product .bottom-toolbar ul li .page-numbers.current,
.post-type-archive-product .bottom-toolbar ul li .page-numbers:hover {
  background: #242424 !important;
  color: #fff !important;
}
.post-type-archive-product .best_products_area {
  background-image: url(img/lux.jpeg);
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  padding: 80px 0px;
  position: relative;
}
.post-type-archive-product .best_products_area .products {
  margin-bottom: 0;
}
.post-type-archive-product .best_products_area .products .product {
  margin-bottom: 0;
}
.post-type-archive-product .best_products_area .products .product .wrapper {
  padding-top: 23px;
  padding-bottom: 40px;
  background: #f1f2f2;
  height: 100%;
}
.post-type-archive-product .best_products_area .luxury_content .inner {
  padding-left: 40px;
  padding-top: 15px;
}
.post-type-archive-product .best_products_area .luxury_content .inner .this_title {
  font-size: 48px;
  line-height: 50px;
  color: #fff;
  font-weight: 600;
}
.post-type-archive-product .best_products_area .luxury_content .inner .this_title span {
  color: #ffb600;
}
.post-type-archive-product .best_products_area .luxury_content .inner p {
  font-size: 18px;
  letter-spacing: 0.30px;
  color: #fff;
  font-weight: 400;
}
.post-type-archive-product .best_products_area:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.single-product .entry-summary form {
  margin-bottom: 15px !important;
}
.single-product .entry-summary .product_title {
  font-size: 32px;
  color: #242424;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 30px !important;
  margin-bottom: 25px;
}
.single-product .entry-summary .woocommerce-product-rating {
  color: #ffb600;
}
.single-product .entry-summary .woocommerce-product-rating .woocommerce-review-link {
  display: none;
}
.single-product .entry-summary .woocommerce-product-details__short-description {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 18px;
  margin-bottom: 23px;
}
.single-product .entry-summary .price del,
.single-product .entry-summary .price ins,
.single-product .entry-summary .price .woocommerce-Price-amount {
  font: 600 24px/28px "Lato", sans-serif;
  margin-left: 4px;
  vertical-align: middle;
  color: #242424 !important;
}
.single-product .entry-summary .price ins {
  text-decoration: none;
}
.single-product .entry-summary .title-info {
  margin-right: 4px;
  color: #242424 !important;
  font: 500 18px/26px "Poppins", sans-serif;
}
.single-product .entry-summary .quantity {
  display: inline-block;
  float: none !important;
}
.single-product .entry-summary .quantity input {
  border: 1px solid #eaeaea;
}
.single-product .entry-summary .button {
  font: 500 18px/30px "Poppins", sans-serif !important;
  display: block;
  float: none !important;
  letter-spacing: 0.5px;
  padding: 10px 42px;
  border: 0px;
  background: #ffb600 !important;
  color: #242424 !important;
  -webkit-border-radius: 45px;
          border-radius: 45px;
  margin-top: 50px;
}
.single-product .entry-summary .button:hover {
  background: #d69b07 !important;
  color: #fff !important;
}
.single-product .product_meta > span {
  display: block;
}
.single-product .product_meta a {
  color: #ffb600;
}
.single-product .entry-summary,
.single-product .woocommerce-product-gallery {
  float: left;
  width: 50%;
}
.single-product .woocommerce-product-gallery {
  margin-bottom: 80px !important;
  padding-right: 75px;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs {
  margin-top: 10px !important;
}
.single-product div.product .woocommerce-tabs ul {
  margin-bottom: 0 !important;
}
.single-product div.product .woocommerce-tabs ul.tabs {
  padding: 0 0 0 5px;
  width: 100%;
}
.single-product div.product .woocommerce-tabs ul.tabs li {
  padding: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  border-top: 3px solid #ffb600;
  border-left: 1px solid #ffb600;
  border-right: 1px solid #ffb600;
  border-bottom: 1px solid #ffb600;
}
.single-product div.product .woocommerce-tabs ul.tabs li a {
  -webkit-border-radius: 0;
          border-radius: 0;
  margin: 0;
  padding: 0 45px;
  background: #ffb600;
  font: 600 16px/45px "Poppins", sans-serif;
  -webkit-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out;
  color: #242424 !important;
}
.single-product div.product .woocommerce-tabs ul.tabs li:before,
.single-product div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.single-product div.product .woocommerce-tabs ul.tabs li + li {
  margin-left: 10px;
}
.single-product div.product .woocommerce-tabs ul.tabs li.active,
.single-product div.product .woocommerce-tabs ul.tabs li:hover {
  border-left-color: #dee2e6;
  border-right-color: #dee2e6;
  border-bottom-color: #fff;
  z-index: 2;
}
.single-product div.product .woocommerce-tabs ul.tabs li.active a,
.single-product div.product .woocommerce-tabs ul.tabs li:hover a {
  background-color: #fff;
}
.single-product div.product .woocommerce-tabs .wc-tab {
  padding: 45px 70px 55px 40px;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.single-product div.product .woocommerce-tabs .wc-tab h2 {
  margin-bottom: 15px;
}
.single-product div.product .woocommerce-tabs .wc-tab .stars a {
  color: #ffb600;
}
.single-product div.product .woocommerce-tabs .wc-tab .comment-respond .comment-reply-title {
  color: #242424;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;
  font-size: 18px;
  display: block;
}
.single-product div.product .woocommerce-tabs .wc-tab .comment-respond .submit {
  font: 400 16px/30px 'Poppins', sans-serif;
  background-color: #ffb600 !important;
  -webkit-border-radius: 0 !important;
          border-radius: 0 !important;
  color: #242424 !important;
  margin-top: 10px !important;
  font-weight: 600 !important;
  padding: 8px 24px !important;
}
.single-product .related {
  padding: 100px 0 0;
  border-top: 1px solid #dcdcdc;
  margin-top: 100px;
}
.single-product .related h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 37px;
}
.single-product .related .row {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 0;
}
.single-product .related .product {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.single-product .related .product .woocommerce-loop-product__title {
  font-size: 20px;
  line-height: 32px;
  margin-top: 23px;
  margin-bottom: 8px;
}
.single-product .related .product .woocommerce-loop-product__title a {
  color: #242424;
}
.single-product .related .product .woocommerce-loop-product__title a:hover {
  color: #ffb600;
}
.single-product .related .product .star-rating {
  color: #ffb600;
  margin-left: auto;
  margin-right: auto;
}
.single-product .related .product .price {
  color: #242424;
  display: block;
  font-weight: 400;
  font-size: 23px;
  margin-bottom: 22px;
}
.single-product .related .product .price del {
  margin-right: 4px;
}
.single-product .related .product .button {
  background-color: #ffb600 !important;
  color: #242424 !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
  -webkit-border-radius: 45px;
          border-radius: 45px;
  padding: 8px 42px;
  display: inline-block;
}
.single-product .related .product .button:hover {
  background: #d69b07 !important;
}
@media (max-width: 1199px) {
  .single-product .site-main > .product .entry-summary {
    width: 50% !important;
  }
}
@media (max-width: 991px) {
  .single-product .site-main > .product .entry-summary,
  .single-product .site-main > .product .woocommerce-product-gallery {
    width: 100% !important;
    float: none;
  }
  .single-product .site-main > .product .entry-summary {
    margin-bottom: 73px !important;
  }
  .single-product .site-main > .product .woocommerce-product-gallery {
    padding-right: 0;
    margin-bottom: 30px !important;
  }
  .single-product .site-main > .product .woocommerce-tabs .wc-tab {
    padding-left: 15px;
    padding-right: 15px;
  }
  .single-product .site-main > .product .woocommerce-tabs .wc-tab h2 {
    font-size: 24px;
  }
  .single-product .site-main > .product .woocommerce-tabs .wc-tab .comment-respond .comment-reply-title {
    padding-left: 0;
  }
  .single-product .related .product {
    margin-bottom: 80px;
  }
  .shop-page-title {
    height: 560px;
  }
  .shop-page-title .shop_banner_content {
    margin-top: 80px;
  }
  .post-type-archive-product .shop_features_area .media .media-left {
    padding-right: 10px;
  }
  .post-type-archive-product .shop_features_area .media .media-body h4 {
    font-size: 18px;
  }
  .post-type-archive-product .bottom-toolbar {
    margin-bottom: 35px;
  }
  .post-type-archive-product .best_products_area .luxury_content .inner {
    padding-left: 0px;
    padding-top: 35px;
  }
  .woocommerce-cart table.cart thead tr th.product-name,
  .woocommerce-cart table.cart thead tr th.product-remove,
  .woocommerce-cart table.cart thead tr th.product-subtotal {
    display: none;
  }
  .woocommerce-cart table.cart tbody tr td.product-name,
  .woocommerce-cart table.cart tbody tr td.product-remove,
  .woocommerce-cart table.cart tbody tr td.product-subtotal {
    display: none;
  }
  .woocommerce-cart table.shop_table {
    -webkit-border-radius: 0;
            border-radius: 0;
    border-collapse: collapse;
    border: 1px solid #dddddd;
    margin-bottom: 0;
  }
  .woocommerce-cart table.shop_table tbody tr th {
    color: #242424;
    font: 600 18px/60px "Poppins", sans-serif;
    padding: 25px 20px;
    border: 1px solid #ebebeb;
    border-bottom: 0;
  }
  .woocommerce-cart table.shop_table tbody tr td {
    border: none;
    color: #797979;
    font: 400 17px/26px "Lato", sans-serif;
    padding: 25px 20px;
    vertical-align: middle;
  }
  .woocommerce-cart table.shop_table tbody tr td.product-name a {
    color: #797979;
  }
  .woocommerce-cart table.shop_table tbody tr td.product-remove a {
    color: #242424 !important;
    margin: 0 auto;
  }
  .woocommerce-cart table.shop_table tbody tr td.product-remove a:hover {
    color: #242424 !important;
    background: transparent;
  }
  .woocommerce-cart table.shop_table tbody tr td .quantity .qty {
    width: 182px;
  }
  .woocommerce-cart table.shop_table .woocommerce-shipping-calculator input,
  .woocommerce-cart table.shop_table .woocommerce-shipping-calculator select {
    -webkit-border-radius: 0;
            border-radius: 0;
  }
  .woocommerce-cart table.shop_table .button {
    font: 500 16px/30px "Poppins", sans-serif;
    display: inline-block;
    float: none !important;
    letter-spacing: 0.5px;
    padding: 8px 42px;
    border: 0;
    background: #ffb600 !important;
    color: #242424 !important;
    -webkit-border-radius: 45px;
            border-radius: 45px;
    margin-top: 13px !important;
  }
  .woocommerce-cart table.shop_table .button:hover {
    background: #d69b07 !important;
    color: #fff !important;
  }
  .woocommerce-cart .bottom-box input {
    margin-bottom: 5px;
  }
}
@media (max-width: 776px) {
  .single-product div.product .woocommerce-tabs ul.tabs {
    padding: 0;
  }
  .single-product div.product .woocommerce-tabs ul.tabs li {
    display: block !important;
    margin: 0;
  }
  .single-product div.product .woocommerce-tabs ul.tabs li a {
    display: block !important;
    line-height: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .single-product div.product .woocommerce-tabs ul.tabs li.active {
    border-left-color: #e2e2e2;
    border-right-color: #e2e2e2;
  }
  .single-product div.product .woocommerce-tabs ul.tabs li + li {
    margin-left: 0;
  }
  .single-product .related .product:last-child {
    margin-bottom: 0;
  }
  .single-product .related .section_title {
    text-align: center;
    margin-bottom: 45px;
  }
  .single-product .related .section_title h2 {
    margin-bottom: 10px;
  }
  .single-product .related .section_title .title_br {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .post-type-archive-product .shop_features_area .shop_feature {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce-customer-details .woocommerce-columns {
    display: block;
  }
  .woocommerce-checkout .woocommerce-customer-details .woocommerce-column {
    margin-bottom: 30px;
  }
  .single-product .related h2 {
    text-align: center;
  }
  .woocommerce-cart .bottom-box .coupon-box {
    margin-bottom: 10px;
  }
  .woocommerce-cart .bottom-box .add-to-cart-wrap .button {
    float: none;
  }
  .woocommerce-checkout form.checkout h2 {
    font-size: 24px !important;
  }
  .woocommerce-checkout #ship-to-different-address .shipping-text {
    line-height: 33px;
    font-size: 24px;
  }
  .woocommerce-checkout #ship-to-different-address .title_br {
    display: none;
  }
}
@media (max-width: 576px) {
  .post-type-archive-product .best_products_area .products .product {
    margin-bottom: 25px;
    height: auto;
  }
  .single-product .site-main > .product .woocommerce-tabs .wc-tab .comment-respond form input {
    width: 100%;
  }
  .woocommerce-cart table.cart thead tr th {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .woocommerce-cart table.cart thead tr th.product-price {
    display: none;
  }
  .woocommerce-cart table.cart tbody tr td {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .woocommerce-cart table.cart tbody tr td.product-price {
    display: none;
  }
  .woocommerce-cart table.cart tbody tr td.product-quantity input {
    width: 70px !important;
  }
  .woocommerce-checkout .woocommerce-checkout-payment .button {
    padding: 14px 22px !important;
    font-size: 14px;
    line-height: 16px;
  }
  .woocommerce-checkout form.checkout .form-row-first,
  .woocommerce-checkout form.checkout .form-row-last,
  .woocommerce-checkout form.checkout .validate-email,
  .woocommerce-checkout form.checkout .validate-phone {
    width: 100%;
    float: none;
  }
}
.arrows,
.owl-nav {
  position: relative;
}
.arrows .owl-next,
.owl-nav .owl-next,
.arrows .owl-prev,
.owl-nav .owl-prev {
  width: 44px;
  height: 44px;
  text-align: center;
  border: 2px solid #747474;
  position: absolute;
  padding: 0px;
  bottom: 0;
  background: transparent;
  color: #747474;
  -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
  cursor: pointer;
}
.arrows .owl-next i,
.owl-nav .owl-next i,
.arrows .owl-prev i,
.owl-nav .owl-prev i {
  line-height: 40px;
  font-size: 22px;
  margin-top: -3px;
}
.arrows .owl-next:hover,
.owl-nav .owl-next:hover,
.arrows .owl-prev:hover,
.owl-nav .owl-prev:hover {
  background: #ffb600;
  border-color: #ffb600;
  color: #242424;
}
.arrows .owl-next,
.owl-nav .owl-next {
  left: 64px;
}
.v-icon {
  width: 85px;
  height: 85px;
  line-height: 85px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  bottom: 30px;
  background: #ffb600;
  right: 35px;
  z-index: 1;
  -webkit-transition: all 700ms linear;
          transition: all 700ms linear;
  text-align: center;
  color: #fff;
}
.v-icon:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 1px 0px 10px 20px rgba(255, 182, 0, 0.9);
          box-shadow: 1px 0px 10px 20px rgba(255, 182, 0, 0.9);
  -webkit-transform: scale(0.3);
      -ms-transform: scale(0.3);
          transform: scale(0.3);
  z-index: -1;
}
.v-icon:hover:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 700ms linear;
          transition: all 700ms linear;
  opacity: 0;
}
.wokrate-video-banner {
  position: relative;
}
.wokrate-video-banner .v-icon {
  display: inline-block;
  position: relative;
  right: auto;
  bottom: auto;
  font-size: 23px;
  width: 97px;
  height: 97px;
  line-height: 97px;
  color: #000;
}
.wokrate-video-banner .v-icon:after {
  display: none;
}
.wokrate-video-banner img {
  width: 100%;
}
.wokrate-video-banner .video-banner-source {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.wokrate-video-banner .ripple,
.wokrate-video-banner .ripple:before,
.wokrate-video-banner .ripple:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 98px;
  height: 98px;
  margin-left: -49px;
  margin-top: -49px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: rippleOne 3s infinite;
          animation: rippleOne 3s infinite;
}
.wokrate-video-banner .ripple:before {
  -webkit-animation-delay: .9s;
          animation-delay: .9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.wokrate-video-banner .ripple:after {
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.vc_tta-tabs.vc_tta-style-flat.vc_tta-shape-square .vc_tta-tabs-container .vc_tta-tabs-list {
  text-align: center;
  margin: 0;
}
.vc_tta-tabs.vc_tta-style-flat.vc_tta-shape-square .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
  background: transparent;
  margin: 0;
  border: 1px solid #dcdcdc;
  min-width: 180px;
}
.vc_tta-tabs.vc_tta-style-flat.vc_tta-shape-square .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  font: 500 15px/30px "Poppins", sans-serif;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  padding: 10px 0px;
  color: #797979;
  border: 0px;
  background: transparent;
  text-align: center;
}
.vc_tta-tabs.vc_tta-style-flat.vc_tta-shape-square .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:hover {
  color: #ffb600;
}
.vc_tta-tabs.vc_tta-style-flat.vc_tta-shape-square .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab + .vc_tta-tab {
  border-left: 0px solid #dcdcdc;
}
.vc_tta-tabs.vc_tta-style-flat.vc_tta-shape-square .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  color: #ffb600;
}
.vc_tta-tabs.vc_tta-style-flat.vc_tta-shape-square .vc_tta-panels-container .vc_tta-panels {
  background-color: transparent !important;
}
.vc_tta-tabs.vc_tta-style-flat.vc_tta-shape-square .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
  color: #797979 !important;
  padding: 45px 85px 0px !important;
}
.vc_tta-tabs.vc_tta-style-flat.vc_tta-shape-square .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body p {
  line-height: 24px;
}
.wokrate-latest-news .media {
  padding: 25px 0px;
  border-bottom: 1px solid #e1e1e1;
}
.wokrate-latest-news .media .thumbnail {
  margin-right: 36px;
}
.wokrate-latest-news .media .media-body h4 a {
  color: #242424;
}
.wokrate-latest-news .media .media-body h4 a:hover {
  color: #ffb600;
}
.wokrate-latest-news .media .media-body p {
  line-height: 24px;
  margin-bottom: 0;
}
.wokrate-latest-news .media .media-body .blog-meta span {
  font-size: 14px;
  display: inline-block;
  color: #ffb600;
  font-weight: 400;
}
.wokrate-latest-news .media .media-body .blog-meta span + span:before {
  content: '';
  width: 1px;
  height: 14px;
  float: left;
  background: #ffb600;
  margin: 6px 12px 0px 7px;
}
.wokrate-latest-news .media:last-child {
  border: 0px;
}
.wokrate-latest-news.banner_info .lt_news_left {
  padding: 0px;
  width: -webkit-calc(50% - 115px);
  width: calc(50% - 115px);
  position: relative;
  z-index: 1;
  background: #202020;
}
.wokrate-latest-news.banner_info .lt_news_left img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}
.wokrate-latest-news.banner_info .lt_news_left .lt_news_content {
  padding: 95px 70px 188px 0px;
  max-width: 470px;
  margin-left: auto;
  margin-right: 0;
}
.wokrate-latest-news.banner_info .lt_news_left .lt_news_content h2 {
  display: inline-block;
  margin-bottom: 28px;
}
.wokrate-latest-news.banner_info .lt_news_left .lt_news_content p {
  font-weight: 400;
  color: #bcbcbc;
  line-height: 28px;
  margin-bottom: 45px;
}
.wokrate-latest-news.banner_info .lt_news_right {
  padding-left: 80px;
  padding-right: 0px;
  width: -webkit-calc(50% + 115px);
  width: calc(50% + 115px);
}
.wokrate-latest-news.banner_info .lt_news_right .lt_news_inner {
  max-width: 620px;
}
.wokrate-latest-news.grid article {
  margin-bottom: 50px;
}
.wokrate-latest-news.grid article .entry-header .thumbnail .blog-date {
  font: 600 17px/36px "Poppins", sans-serif;
  background: #ffb600;
  display: inline-block;
  padding: 2px 20px;
  position: relative;
  top: -20px;
  left: auto;
  bottom: auto;
  z-index: 2;
}
.wokrate-latest-news.grid article .entry-content h4 {
  font-size: 20px;
  line-height: 32px;
}
.read_btn {
  color: #ffb600;
  border-bottom: 1px solid #ffb600;
  padding-top: 15px;
  display: inline-block;
}
.wokrate-map {
  width: 100%;
  height: 470px;
}
.wokrate-countdown {
  max-width: 800px;
}
.wokrate-countdown .timer__section {
  width: 170px;
  height: 170px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: transparent;
  border: 1px solid #ffb600;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  line-height: 170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffb600;
}
.wokrate-countdown .timer__section .timer_text {
  width: 100%;
}
.wokrate-countdown .timer__section .timer__number {
  font-size: 55px;
  line-height: 55px;
  font-weight: 600;
}
.wokrate-countdown .timer__section .timer__label {
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  padding-top: 15px;
  font-weight: 400;
}
.search-no-results .form-control,
.wokrate-search-form .form-control {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid #cdcdcd;
  -webkit-border-radius: 3px !important;
          border-radius: 3px !important;
  font-family: "Poppins", sans-serif;
  line-height: 58px;
  height: 58px;
  padding: 0 30px;
  width: 100%;
  background: transparent;
  z-index: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.search-no-results .input-group-btn,
.wokrate-search-form .input-group-btn {
  position: absolute;
  right: 0;
  z-index: 3;
}
.search-no-results .input-group-btn button,
.wokrate-search-form .input-group-btn button {
  border: 0px;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  margin: 0px;
  background: transparent;
  padding: 0px 30px;
  color: #c0c0c0;
  line-height: 58px;
  cursor: pointer;
}
.wokrate-testimonial-tab.grid {
  margin-left: -30px;
  margin-right: -30px;
}
.wokrate-testimonial-tab.grid .testimonial_item_width {
  padding: 0px 45px;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  margin-bottom: 128px;
}
.wokrate-testimonial-tab.grid .testimonial_item_width .testimonial_item {
  background: #fff;
  max-width: 330px;
  padding: 70px 30px 20px;
  position: relative;
  height: 100%;
}
.wokrate-testimonial-tab.grid .testimonial_item_width .testimonial_item .thumbnail {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 0;
  left: 50%;
}
.wokrate-testimonial-tab.grid .testimonial_item_width .testimonial_item .entry-content h3 {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 0px;
}
.wokrate-testimonial-tab.grid .testimonial_item_width .testimonial_item .entry-content .country_name {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  color: #a0a0a0;
  margin-bottom: 20px;
}
.wokrate-testimonial-tab.grid .testimonial_item_width .testimonial_item .entry-content p {
  font-size: 15px;
  margin-bottom: 30px;
}
.wokrate-testimonial-tab.grid .testimonial_item_width .testimonial_item .entry-content .q_icon {
  color: #ffb600;
  float: right;
  padding-bottom: 19px;
}
.wokrate-testimonial-tab.grid .testimonial_item_width .testimonial_item .entry-content .q_icon:before {
  font-size: 47px;
}
.wokrate-testimonial-tab.carousel {
  padding-left: 120px;
}
.wokrate-testimonial-tab.carousel article {
  cursor: ew-resize;
}
.wokrate-testimonial-tab.carousel article .thumbnail i {
  display: block;
  text-align: center;
  color: #ffb600;
  line-height: 42px;
  margin-top: 28px;
}
.wokrate-testimonial-tab.carousel article .thumbnail i:before {
  font-size: 37px;
}
.wokrate-testimonial-tab.carousel article .media-body {
  padding-left: 75px;
}
.wokrate-testimonial-tab.carousel article .media-body p {
  font-size: 22px;
  line-height: 35px;
  font-style: italic;
}
.wokrate-testimonial-tab.carousel article .media-body h6 {
  color: #849bb3;
  font-family: "Lora", serif;
  font-style: italic;
}
.wokrate-testimonial-tab.carousel .owl-dots {
  text-align: right;
  margin-top: 30px;
}
.wokrate-testimonial-tab.carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #242424;
}
.wokrate-testimonial-tab.carousel .owl-dots .owl-dot.active {
  background: #ffb600;
}
.wokrate-testimonial-tab.carousel .owl-dots .owl-dot + .owl-dot {
  margin-left: 6px;
}
.wpcf7-form .question-form .form-group textarea {
  min-height: 155px;
  padding-top: 10px;
  resize: none;
}
.wpcf7-form .question-form .form-group .form-control {
  font: 500 16px/36px "Poppins", sans-serif;
  color: #242424;
  border: 0px;
  height: auto;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  background: transparent;
  border-bottom: 2px solid rgba(36, 36, 36, 0.3);
  padding: 20px 0px 7px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.wpcf7-form .question-form .form-group .form-control::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #242424;
}
.wpcf7-form .question-form .form-group .form-control::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #242424;
}
.wpcf7-form .question-form .form-group .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #242424;
}
.wpcf7-form .question-form .form-group .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #242424;
}
.wpcf7-form .question-form .form-group .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #242424;
}
.wpcf7-form .question-form .form-group .submit_btn {
  font: 600 16px/28px "Poppins", sans-serif;
  color: #fff;
  background: #242424;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  border: 0px;
  padding: 10px 32px;
  margin-top: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s linear;
          transition: all 0.3s linear;
}
.wpcf7-form .subscrib_form {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wpcf7-form .subscrib_form .form-group {
  margin-bottom: 15px;
}
.wpcf7-form .subscrib_form .form-control {
  font: 400 17px/30px "Poppins", sans-serif;
  color: #7e7e7e;
  height: 50px;
  padding: 0 30px;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  border: 0;
  max-width: 495px;
  margin-right: 18px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.wpcf7-form .subscrib_form .read_more {
  font: 500 18px/46px "Poppins", sans-serif;
  padding: 1px 46px;
  cursor: pointer;
  margin-left: 18px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.wpcf7-form .contact_us_form .form-group {
  margin-bottom: 20px;
}
.wpcf7-form .contact_us_form .form-group .form-control {
  font: 400 16px/26px "Poppins", sans-serif;
  color: #797979;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  padding-left: 20px;
  height: 55px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.wpcf7-form .contact_us_form .form-group textarea {
  height: 230px !important;
  padding-top: 15px;
}
.wpcf7-form .contact_us_form .form-group:last-child {
  margin-bottom: 0px;
  margin-top: 10px;
}
.wpcf7-form .contact_us_form.drop-message-form .form-group {
  margin-bottom: 16px;
}
.wpcf7-form .contact_us_form.drop-message-form .form-group:last-child {
  margin-top: 0;
}
.wokrate-timelines .history_item {
  overflow: visible;
  position: relative;
  padding-bottom: 50px;
  z-index: 1;
}
.wokrate-timelines .history_item .history_date {
  background: #ffb600;
  width: 108px;
  height: 108px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #242424;
  text-align: center;
  line-height: 108px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.wokrate-timelines .history_item .media-body {
  padding-left: 62px;
}
.wokrate-timelines .history_item .media-body h3 {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 15px;
}
.wokrate-timelines .history_item .media-body p {
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 0px;
}
.wokrate-timelines .history_item .media-body .history_img {
  display: inline-block;
  margin-top: 40px;
}
.wokrate-timelines .history_item .media-body .history_img + .history_img {
  margin-left: 27px;
}
.wokrate-timelines .history_item:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #d2d2d2;
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 54px;
  z-index: -1;
}
.wokrate-timelines .history_item:last-child:before {
  display: none;
}
.wokrate-member-tab.grid article {
  cursor: pointer;
  margin-bottom: 30px;
}
.wokrate-member-tab.grid article .thumbnail {
  position: relative;
  overflow: hidden;
}
.wokrate-member-tab.grid article .thumbnail img {
  width: 100%;
}
.wokrate-member-tab.grid article .thumbnail .social_icon {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
  display: block;
}
.wokrate-member-tab.grid article .thumbnail .social_icon li {
  display: inline-block;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
  opacity: 0;
}
.wokrate-member-tab.grid article .thumbnail .social_icon li a {
  border-color: #fff;
  color: #fff;
}
.wokrate-member-tab.grid article .thumbnail .social_icon li a:hover {
  color: #ffb600;
  border-color: #ffb600;
}
.wokrate-member-tab.grid article .thumbnail .social_icon li:nth-child(1) {
  -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
}
.wokrate-member-tab.grid article .thumbnail .social_icon li:nth-child(2) {
  -webkit-transition: all 0.3s linear;
          transition: all 0.3s linear;
}
.wokrate-member-tab.grid article .thumbnail .social_icon li:nth-child(3) {
  -webkit-transition: all 0.4s linear;
          transition: all 0.4s linear;
}
.wokrate-member-tab.grid article .thumbnail .social_icon li:nth-child(4) {
  -webkit-transition: all 0.5s linear;
          transition: all 0.5s linear;
}
.wokrate-member-tab.grid article .entry-content h5 {
  margin-top: 15px;
  -webkit-transition: color 0.2s linear;
          transition: color 0.2s linear;
}
.wokrate-member-tab.grid article .entry-content p {
  margin-bottom: 0px;
}
.wokrate-member-tab.grid article:hover .overlay {
  opacity: 0.60;
}
.wokrate-member-tab.grid article:hover .social_icon li {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.wokrate-banner-image img {
  max-width: inherit;
}
.wokrate-banner-image .mission_left_img {
  width: -webkit-calc(50% - 200px);
  width: calc(50% - 200px);
  position: relative;
  z-index: 1;
}
.wokrate-banner-image .mission_left_img img {
  width: 100%;
}
.wokrate-banner-image .mision_right {
  width: -webkit-calc(50% + 220px);
  width: calc(50% + 220px);
  -webkit-background-size: cover;
          background-size: cover;
  position: relative;
  z-index: 1;
}
.wokrate-banner-image .mision_right .overlay {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #ffb600;
  opacity: 0.95;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.wokrate-banner-image .mision_right .mission_content {
  max-width: 800px;
  margin-left: 0;
  padding: 0px 80px;
}
.wokrate-banner-image .mision_right .mission_content p {
  font-size: 17px;
  color: #242424;
}
.wokrate-banner-image .mision_right .mission_content .title_br {
  background: #242424;
}
.wokrate-banner-image .mision_right .mission_content .mission_icon {
  max-width: 30%;
  float: left;
}
.wokrate-banner-image .mision_right .mission_content .mission_icon h4 {
  font-family: "Open Sans", sans-serif;
  padding-left: 35px;
}
.wokrate-banner-image .mision_right .mission_content .mission_icon + .mission_icon {
  max-width: 35%;
  padding-left: 30px;
  border-left: 1px dashed #242424;
}
.wokrate-project-tab.grid article {
  margin-bottom: 40px;
  text-align: center;
}
.wokrate-project-tab.grid article .entry-header .thumbnail {
  position: relative;
  overflow: hidden;
}
.wokrate-project-tab.grid article .entry-header .thumbnail img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.6s linear;
          transition: all 0.6s linear;
}
.wokrate-project-tab.grid article .entry-header .thumbnail .arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -27px;
  margin-left: -27px;
  overflow: hidden;
  z-index: 1;
}
.wokrate-project-tab.grid article .entry-header .thumbnail .arrow a {
  width: 50px;
  height: 50px;
  position: absolute;
  background: #242424;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
  left: 0;
  color: #fff;
  opacity: 1;
  line-height: 52px;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
  overflow: hidden;
  display: inline-block;
}
.wokrate-project-tab.grid article .entry-header .thumbnail:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 182, 0, 0.8);
  position: absolute;
  z-index: 1;
  opacity: 0;
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.wokrate-project-tab.grid article .entry-content h5 {
  margin: 27px 0px 5px;
  -webkit-transition: color 300ms linear;
          transition: color 300ms linear;
}
.wokrate-project-tab.grid article .entry-content h5 a {
  color: #242424;
}
.wokrate-project-tab.grid article .entry-content h5 a:hover {
  color: #ffb600;
}
.wokrate-project-tab.grid article footer {
  color: #9b9ba2;
  font-size: 15px;
  margin-bottom: 0px;
}
.wokrate-project-tab.grid article:hover .entry-header .thumbnail img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.wokrate-project-tab.grid article:hover .entry-header .thumbnail .arrow a {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.8);
          transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.8);
}
.wokrate-project-tab.grid article:hover .entry-header .thumbnail:before {
  opacity: 1;
}
.wokrate-project-tab.grid_2 article {
  margin-bottom: 30px;
}
.wokrate-project-tab.grid_2 article img {
  max-width: 100%;
  -webkit-transition: all 0.5s linear;
          transition: all 0.5s linear;
  width: 100%;
}
.wokrate-project-tab.grid_2 article .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
          transition: opacity 0.3s linear;
}
.wokrate-project-tab.grid_2 article p {
  position: absolute;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  color: #242424;
  background: rgba(255, 182, 0, 0.85);
  bottom: 0;
  padding: 20px 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.3s linear;
          transition: all 0.3s linear;
}
.wokrate-project-tab.grid_2 article a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.wokrate-project-tab.grid_2 article a:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.wokrate-project-tab.grid_2 article a:hover .overlay {
  opacity: 1;
}
.wokrate-project-tab.grid_2 article a:hover p {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.wokrate-project-tab.carousel .section_title > p {
  margin-bottom: 110px;
}
.wokrate-project-tab.carousel .project-slider {
  margin-top: 45px;
}
.wokrate-project-tab.carousel .project-item .thumbnail {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.wokrate-project-tab.carousel .project-item .thumbnail img {
  -webkit-transition: all 0.4s linear;
          transition: all 0.4s linear;
  z-index: -1;
  position: relative;
}
.wokrate-project-tab.carousel .project-item .thumbnail:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffb600;
  opacity: 0;
  -webkit-transition: opacity 300ms linear;
          transition: opacity 300ms linear;
  z-index: 0;
}
.wokrate-project-tab.carousel .project-item h4 {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: color 0.2s linear;
          transition: color 0.2s linear;
  padding-top: 25px;
}
.wokrate-project-tab.carousel .project-item h4 a {
  color: #fff;
}
.wokrate-project-tab.carousel .project-item h4 a:hover {
  color: #ffb600;
}
.wokrate-project-tab.carousel .project-item p {
  line-height: 28px;
  margin-bottom: 0px;
}
.wokrate-project-tab.carousel .project-item:hover .thumbnail img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.wokrate-project-tab.carousel .project-item:hover .thumbnail:before {
  opacity: 0.8;
}
.overlay-custom-bg-section {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  bottom: 0;
}
.overlay-custom-bg-section.stretch-row-bg {
  left: 0;
  right: 0;
}
.overlay-custom-bg-section.bg-custom-parallax {
  background-attachment: fixed;
}
.wokrate-button-wrapper.align-left {
  text-align: left;
}
.wokrate-button-wrapper.align-center {
  text-align: center;
}
.wokrate-button-wrapper.align-right {
  text-align: right;
}
.wokrate-button-wrapper .wokrate-button {
  background: #ffb600;
  color: #242424;
  font: 400 16px/30px "Poppins", sans-serif;
  -webkit-border-radius: 45px;
          border-radius: 45px;
  padding: 8px 42px;
  display: inline-block;
  -webkit-transition: background 0.3s linear, color 0.23s linear !important;
          transition: background 0.3s linear, color 0.23s linear !important;
  cursor: pointer;
}
.wokrate-button-wrapper .wokrate-button:hover {
  background: #d69b07;
  color: #fff;
}
.wokrate-button-wrapper .wokrate-button.layout-2 {
  color: #fff;
  background: #242424;
}
.wokrate-button-wrapper .wokrate-button.layout-2:hover {
  color: #242424;
  background: #fff;
}
.wokrate-service-tab img {
  width: 100%;
}
.wokrate-service-tab.grid article {
  cursor: pointer;
  margin-bottom: 50px;
}
.wokrate-service-tab.grid article .entry-header .thumbnail {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 250px;
  overflow: hidden;
  border: 1px solid #ddd;
}
.wokrate-service-tab.grid article .entry-header .thumbnail img {
  -webkit-transition: all 0.5s linear;
          transition: all 0.5s linear;
  max-width: 100%;
}
.wokrate-service-tab.grid article .entry-header .thumbnail .hover_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 182, 0, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
          transition: opacity 0.3s linear;
}
.wokrate-service-tab.grid article .entry-header .thumbnail .hover_content .read_more {
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.3s linear !important;
          transition: all 0.3s linear !important;
  padding: 7px 30px;
  font-size: 15px;
}
.wokrate-service-tab.grid article .entry-header .thumbnail:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.wokrate-service-tab.grid article .entry-header .thumbnail:hover .hover_content {
  opacity: 1;
}
.wokrate-service-tab.grid article .entry-header .thumbnail:hover .hover_content .read_more {
  background: #242424;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.wokrate-service-tab.grid article .entry-content h3 {
  margin: 20px 0px 23px;
  -webkit-transition: color 0.3s ease;
          transition: color 0.3s ease;
}
.wokrate-service-tab.grid article .entry-content h3:hover {
  color: #ffb600;
}
.wokrate-service-tab.grid article .bottom_br {
  width: 100%;
  height: 1px;
  display: block;
  background: #dcdcdc;
  position: relative;
}
.wokrate-service-tab.grid article .bottom_br:before {
  content: "";
  width: 70px;
  background: #ffb600;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
}
.wokrate-service-tab.grid_2 .services {
  margin-bottom: 50px;
}
.wokrate-service-tab.grid_2 .thumbnail {
  position: relative;
}
.wokrate-service-tab.grid_2 .thumbnail .hover_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 182, 0, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
          transition: opacity 0.3s linear;
}
.wokrate-service-tab.grid_2 .thumbnail .hover_content .read_more {
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.3s linear !important;
          transition: all 0.3s linear !important;
  padding: 7px 30px;
  font-size: 15px;
}
.wokrate-service-tab.grid_2 .thumbnail img {
  max-width: 100%;
}
.wokrate-service-tab.grid_2 .thumbnail:hover .hover_content {
  opacity: 1;
}
.wokrate-service-tab.grid_2 .thumbnail:hover .hover_content .read_more {
  background: #242424;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.wokrate-service-tab.grid_2 .entry-content {
  padding-top: 25px;
}
.wokrate-service-tab.grid_2 .entry-content .icon {
  padding-right: 12px;
  padding-top: 5px;
}
.wokrate-service-tab.grid_2 .entry-content .media-body h3 {
  line-height: 22px;
  margin-bottom: 6px;
  -webkit-transition: color 0.2s linear;
          transition: color 0.2s linear;
}
.wokrate-service-tab.grid_2 .entry-content .media-body h3 a {
  color: #242424;
}
.wokrate-service-tab.grid_2 .entry-content .media-body h3 a:hover {
  color: #ffb600;
}
.wokrate-service-tab.grid_2 .entry-content .media-body p {
  color: #898989;
  margin-bottom: 0px;
}
.wokrate-service-tab.grid_2 .entry-content.has-icon .media-body {
  border-left: 1px solid #bbbbbb;
  padding-left: 15px;
}
.wokrate-service-tab.carousel .services {
  text-align: center;
  position: relative;
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.wokrate-service-tab.carousel .services h3 {
  line-height: 28px;
  padding-top: 25px;
}
.wokrate-service-tab.carousel .services p {
  font-size: 15px;
  color: #898989;
}
.wokrate-service-tab.carousel .services a {
  color: #ffb600;
  font-size: 14px;
  border-bottom: 1px solid #ffb600;
}
.wokrate-service-tab.carousel .services .service-content {
  padding: 30px 30px 35px;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  background: #fff;
  border: 1px solid #ebebeb;
  -webkit-transition: -webkit-transform 0.6s ease, -webkit-transform 0.6s ease;
          transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.wokrate-service-tab.carousel .services .service-content p {
  line-height: 28px;
  margin-bottom: 28px;
}
.wokrate-service-tab.carousel .services .service-content .icon img {
  display: inline-block;
  width: auto;
}
.wokrate-service-tab.carousel .services .hover-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  padding: 30px 30px 30px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  background: #242424;
  -webkit-transition: -webkit-transform 0.6s ease, -webkit-transform 0.6s ease;
          transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.wokrate-service-tab.carousel .services .hover-content p {
  margin-bottom: 26px;
}
.wokrate-service-tab.carousel .services:hover .service-content {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.wokrate-service-tab.carousel .services:hover .hover-content {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.wokrate-service-tab.carousel .carousel-wrapper {
  padding-top: 55px;
}
.wokrate-service-tab.carousel .owl-nav {
  position: absolute;
  right: 45px;
  top: 0;
}
.wokrate-service-tab.carousel .owl-nav .owl-prev,
.wokrate-service-tab.carousel .owl-nav .owl-next {
  border: 2px solid #d4d4d4;
}
.wokrate-service-tab.carousel .owl-nav .owl-prev i,
.wokrate-service-tab.carousel .owl-nav .owl-next i {
  font-size: 20px;
  color: #242424;
}
.wokrate-service-tab.carousel .owl-nav .owl-prev:hover,
.wokrate-service-tab.carousel .owl-nav .owl-next:hover {
  background: #ffb600;
  border-color: #ffb600;
  color: #242424;
}
.wokrate-service-tab.carousel .owl-nav .owl-prev {
  right: 11px;
}
.wokrate-service-tab.carousel .owl-nav .owl-next {
  left: 0;
}
.wokrate-custom-heading {
  position: relative;
}
.wokrate-custom-heading .custom-heading-line-separator {
  width: 50px;
  height: 2px;
  background: #ffb600;
  display: inline-block;
  margin-left: 15px;
}
.wokrate-custom-heading .custom-heading-line-separator.bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
}
.wokrate-custom-heading.has-bottom-line .vc_custom_heading {
  display: inline-block;
}
.wokrate-custom-heading.has-bottom-line.text-center .custom-heading-line-separator.bottom {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.wokrate-custom-heading.has-bottom-line.line-bottom .vc_custom_heading {
  display: block;
}
.wokrate-faq.layout_1 .card {
  border: 1px solid #d4d4d4;
  margin-bottom: 20px;
  -webkit-border-radius: 0px;
          border-radius: 0px;
}
.wokrate-faq.layout_1 .card .card-header {
  padding: 0px;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  border: 0px;
  background: transparent;
}
.wokrate-faq.layout_1 .card .faq-title {
  display: block;
  font: 500 17px/28px "Poppins", sans-serif;
  padding: 11px 50px;
  color: #000;
  vertical-align: middle;
  position: relative;
  white-space: normal;
  text-decoration: none;
  text-align: left;
}
.wokrate-faq.layout_1 .card .faq-title span {
  color: #959595;
  font-size: 26px;
  font-weight: 400;
  position: absolute;
  left: 18px;
  -webkit-transition: all .2s;
          transition: all .2s;
}
.wokrate-faq.layout_1 .card .faq-title span.minus {
  opacity: 0;
  background: #ffb600;
  color: #fff;
  width: 28px;
  height: 28px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  left: 12px;
  padding-left: 3px;
}
.wokrate-faq.layout_1 .card .card-body {
  font: 400 16px/28px "Open Sans", sans-serif;
  padding: 0px 50px 20px;
}
.wokrate-faq.layout_1 .card.active {
  background: #fff;
}
.wokrate-faq.layout_1 .card.active .faq-title span.plus {
  opacity: 0;
}
.wokrate-faq.layout_1 .card.active .faq-title span.minus {
  opacity: 1;
}
.wokrate-faq.layout_1 .card:last-child {
  margin-bottom: 0;
}
.wokrate-faq.layout_2 .card {
  border: 0px;
  background: transparent;
  margin-bottom: 38px;
}
.wokrate-faq.layout_2 .card .card-header {
  padding: 0px;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  border: 0px;
  background: transparent;
}
.wokrate-faq.layout_2 .card .card-header .faq-title {
  display: block;
  font: 600 20px/30px "Poppins", sans-serif;
  color: #000;
  vertical-align: middle;
  position: relative;
  padding: 0px 25px 0px 28px;
  white-space: normal;
  text-decoration: none;
  text-align: left;
}
.wokrate-faq.layout_2 .card .card-header .faq-title span {
  font-weight: 500;
  font-size: 26px;
  position: absolute;
  left: 0;
  -webkit-transition: all .2s;
          transition: all .2s;
}
.wokrate-faq.layout_2 .card .card-header .faq-title span.minus {
  opacity: 0;
}
.wokrate-faq.layout_2 .card .card-body {
  font: 400 16px/28px "Open Sans", sans-serif;
  padding: 5px 45px 0px 28px;
}
.wokrate-faq.layout_2 .card.active {
  background-color: transparent;
  border: none;
}
.wokrate-faq.layout_2 .card.active .faq-title span.plus {
  opacity: 0;
}
.wokrate-faq.layout_2 .card.active .faq-title span.minus {
  opacity: 1;
}
.wokrate-faq.layout_2 .card:last-child {
  margin-bottom: 0;
}
.wokrate-content-box.awesome.layout_inline {
  line-height: 36px;
  position: relative;
  padding-left: 35px;
  vertical-align: middle;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #797979;
}
.wokrate-content-box.awesome.layout_inline i {
  width: 17px;
  height: 17px;
  border: 1px solid #797979;
  color: #a6cde7;
  text-align: center;
  line-height: 15px;
  font-size: 11px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  padding-left: 2px;
  position: absolute;
  left: 0;
  top: 11px;
}
.wokrate-content-box.flat_icon.icon_left,
.wokrate-content-box.flat_icon.circle_icon_left {
  position: relative;
}
.wokrate-content-box.flat_icon.icon_left i,
.wokrate-content-box.flat_icon.circle_icon_left i {
  position: absolute;
  left: 0;
  color: #ffb600;
}
.wokrate-content-box.flat_icon.icon_left i:before,
.wokrate-content-box.flat_icon.circle_icon_left i:before {
  font-size: 50px;
  line-height: 55px;
}
.wokrate-content-box.flat_icon.icon_left h4,
.wokrate-content-box.flat_icon.circle_icon_left h4 {
  font-size: 18px;
  font-weight: 600;
}
.wokrate-content-box.flat_icon.icon_left p,
.wokrate-content-box.flat_icon.circle_icon_left p {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 0px;
  line-height: 24px;
}
.wokrate-content-box.flat_icon.icon_left.has-icon,
.wokrate-content-box.flat_icon.circle_icon_left.has-icon {
  padding-left: 70px;
}
.wokrate-content-box.flat_icon.circle_icon_left {
  min-height: 55px;
}
.wokrate-content-box.flat_icon.circle_icon_left i {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid #ffb600;
  color: #ffb600;
  text-align: center;
  position: absolute;
  left: 0;
  font-weight: 400;
}
.wokrate-content-box.flat_icon.circle_icon_left i:before {
  font-size: 30px;
  line-height: 50px;
}
.wokrate-content-box.flat_icon.circle_icon_left h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 3px;
}
.wokrate-content-box.flat_icon.circle_icon_left.has-icon {
  padding-left: 75px;
}
.wokrate-content-box.list {
  position: relative;
  padding-left: 38px;
}
.wokrate-content-box.list .dot {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #5b5b5b;
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
}
.wokrate-content-box.list p {
  margin-bottom: 0;
}
.wokrate-content-box.image.image_side {
  position: relative;
  padding-left: 42px;
  margin-bottom: 20px;
}
.wokrate-content-box.image.image_side .image {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wokrate-content-box.image.image_side h6 {
  margin-bottom: 5px;
}
.wokrate-content-box.image.image_side p {
  margin-bottom: 0;
  font-family: 'Poppins', sans-serif;
}
.wokrate-content-box.image.image_side.image_top .image {
  top: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
@media (max-width: 1650px) {
  .wokrate-banner-image {
    min-height: 550px;
  }
  .wokrate-banner-image .mission_left_img img {
    height: 100%;
  }
}
@media (max-width: 1500px) {
  .wokrate-banner-image .mission_left_img {
    width: -webkit-calc(50% - 40px);
    width: calc(50% - 40px);
  }
  .wokrate-banner-image .mision_right {
    width: -webkit-calc(50% + 40px);
    width: calc(50% + 40px);
  }
  .wokrate-banner-image .mision_right .mission_content {
    padding-left: 20px;
  }
  .wokrate-banner-image .mision_right .mission_content .mission_icon .media-body {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    padding-right: 20px;
  }
  .wokrate-banner-image .mision_right .mission_content .mission_icon .media-body h4 {
    padding-left: 15px;
  }
}
@media (max-width: 1280px) {
  .wokrate-project-tab.grid.five-cols .f_width {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 1199px) {
  .wokrate-testimonial-tab.grid .testimonial_item_width {
    padding: 0px 15px;
  }
  .wokrate-banner-image {
    display: block !important;
    height: auto;
  }
  .wokrate-banner-image .mision_right,
  .wokrate-banner-image .mission_left_img {
    width: 100%;
  }
  .wokrate-banner-image .mision_right .mission_content {
    max-width: 100%;
    padding: 80px 80px 80px 20px;
  }
  .wokrate-latest-news.banner_info .lt_news_left .lt_news_content {
    padding-right: 15px;
    padding-left: 40px;
  }
  .wokrate-latest-news.banner_info .lt_news_right {
    padding-left: 50px;
  }
  .wokrate-latest-news.banner_info .lt_news_right .lt_news_inner {
    max-width: 550px;
  }
}
@media (max-width: 991px) {
  .wokrate-countdown .timer__section {
    width: 140px;
    height: 140px;
    line-height: 140px;
  }
  .wokrate-countdown .timer__section .timer__number {
    font-size: 48px;
    line-height: 48px;
  }
  .wokrate-testimonial-tab.grid .testimonial_item_width {
    width: 50%;
    margin-bottom: 80px;
  }
  .wokrate-testimonial-tab.carousel {
    padding-left: 0;
  }
  .wokrate-timelines .history_item .media-body {
    padding-left: 25px;
  }
  .wokrate-timelines .history_item .media-body .history_img {
    width: -webkit-calc(98% / 2);
    width: calc(98% / 2);
  }
  .wokrate-timelines .history_item .media-body .history_img + .history_img {
    margin-left: 5px;
  }
  .wokrate-project-tab.grid.five-cols .f_width,
  .wokrate-project-tab.grid_2.five-cols .f_width {
    max-width: 33.33%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
  .wokrate-project-tab.carousel .project-slider {
    margin-top: 50px;
  }
  .wokrate-latest-news.banner_info .lt_news_left,
  .wokrate-latest-news.banner_info .lt_news_right {
    overflow: hidden;
    width: 100%;
  }
  .wokrate-latest-news.banner_info .lt_news_left img {
    height: auto;
  }
  .wokrate-latest-news.banner_info .lt_news_left .lt_news_content {
    max-width: 100%;
    padding: 150px 35px;
  }
  .wokrate-latest-news.banner_info .lt_news_right {
    padding-left: 0;
  }
  .wokrate-latest-news.banner_info .lt_news_right .lt_news_inner {
    max-width: 100%;
    padding: 100px 35px;
  }
  .wokrate-latest-news.grid article {
    margin-bottom: 40px;
  }
  .wokrate-latest-news.grid article .blog_img img {
    width: 100%;
  }
  .p_text p {
    padding-left: 0;
  }
  .p_text p:before {
    display: none;
  }
  .contact_inner {
    padding: 15px;
    overflow: hidden;
  }
  .wokrate-service-tab.grid_2 .services .thumbnail img {
    width: 100%;
  }
  .vc_tta-tabs.vc_tta-style-flat.vc_tta-shape-square .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
    min-width: 140px;
  }
  .vc_tta-tabs.vc_tta-style-flat.vc_tta-shape-square .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
    padding: 30px 0px 0px !important;
    background: transparent;
  }
}
@media (max-width: 776px) {
  .wokrate-countdown .timer__section {
    margin: 0 auto 30px;
  }
  .wokrate-countdown .timer__section .timer__number {
    font-size: 48px;
    line-height: 48px;
  }
  .wokrate-countdown .timer__section .timer__label {
    font-size: 16px;
    line-height: 18px;
    padding-top: 7px;
  }
  .wokrate-faq.layout_1 .card .faq-title {
    padding: 10px 10px 10px 50px;
  }
  .wokrate-faq.layout_1 .card .card-body {
    padding-right: 10px;
  }
  .wokrate-faq.layout_2 .card .card-header .faq-title {
    padding-right: 0px;
    font-size: 17px;
  }
  .wokrate-faq.layout_2 .card .panel-body {
    padding-right: 0px;
  }
  .wpcf7-form .subscrib_form .read_more {
    padding: 0px 28px;
  }
  .wokrate-banner-image .mision_right .mission_content .mission_icon {
    max-width: 100%;
    float: none;
    border: 0px;
  }
  .wokrate-banner-image .mision_right .mission_content .mission_icon + .mission_icon {
    border: 0px;
    padding-left: 0px;
    margin-top: 25px;
  }
  .wokrate-timelines .history_item .media-body .history_img + .history_img {
    margin-left: 0;
  }
  .wokrate-project-tab.grid article .entry-header .thumbnail img {
    width: 100%;
  }
  .vc_tta-tabs.vc_tta-style-flat.vc_tta-shape-square .vc_tta-tabs-container {
    display: block !important;
  }
  .vc_tta-tabs.vc_tta-style-flat.vc_tta-shape-square .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
    min-width: auto;
    width: -webkit-calc(25%);
    width: calc(25%);
  }
  .vc_tta-tabs.vc_tta-style-flat.vc_tta-shape-square .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    display: none !important;
  }
  .wokrate-testimonial-tab.carousel article .media-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 650px) {
  .wokrate-project-tab.grid.five-cols .f_width,
  .wokrate-project-tab.grid_2.five-cols .f_width {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .wokrate-latest-news.banner_info .lt_news_left .lt_news_content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 576px) {
  .wokrate-countdown .timer__section {
    width: 130px;
    height: 130px;
    line-height: 130px;
  }
  .wpcf7-form .subscrib_form .form-control {
    width: 100%;
    margin-right: 0px;
  }
  .wokrate-custom-heading .vc_custom_heading {
    display: block !important;
  }
  .wokrate-custom-heading .custom-heading-line-separator {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .wokrate-testimonial-tab.grid .testimonial_item_width {
    width: 100%;
    padding: 0px 45px;
  }
  .wokrate-testimonial-tab.grid .testimonial_item_width .testimonial_item {
    max-width: 100%;
  }
  .wokrate-testimonial-tab.carousel article .media {
    display: block;
    text-align: center;
  }
  .wokrate-testimonial-tab.carousel article .media .thumbnail img {
    width: auto;
    display: inline-block;
  }
  .wokrate-testimonial-tab.carousel article .media .media-body p {
    font-size: 18px;
    margin-top: 15px;
    line-height: 30px;
  }
  .wokrate-testimonial-tab.carousel .owl-dots {
    text-align: center;
  }
  .wokrate-banner-image .mision_right .mission_content .title_br {
    display: block;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .wokrate-timelines .history_item {
    display: block;
  }
  .wokrate-timelines .history_item .media-body {
    padding-left: 0;
    padding-top: 30px;
  }
  .wokrate-timelines .history_item:before {
    display: none;
  }
  .wokrate-project-tab.grid.five-cols .f_width,
  .wokrate-project-tab.grid_2.five-cols .f_width {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .wokrate-latest-news.banner_info .lt_news_right .lt_news_inner .media .thumbnail {
    margin-right: 15px;
  }
  .wokrate-latest-news.banner_info .lt_news_left .lt_news_content h2 {
    display: block;
  }
  .vc_tta-tabs.vc_tta-style-flat.vc_tta-shape-square .vc_tta-tabs-container {
    display: block !important;
  }
  .vc_tta-tabs.vc_tta-style-flat.vc_tta-shape-square .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
    margin-bottom: 10px;
    width: -webkit-calc(50%);
    width: calc(50%);
  }
  .vc_tta-tabs.vc_tta-style-flat.vc_tta-shape-square .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab + .vc_tta-tab {
    border-left: 1px solid #dcdcdc;
  }
  .f38-576 {
    font-size: 38px !important;
  }
}
@media (max-width: 450px) {
  .wokrate-timelines .history_item .media-body .history_img {
    width: 100%;
  }
  .wokrate-content-box.image.image_side {
    padding-left: 70px !important;
  }
  .wokrate-latest-news.banner_info .lt_news_right .lt_news_inner .media {
    display: block;
  }
  .wokrate-latest-news.banner_info .lt_news_right .lt_news_inner .media .media-body {
    padding-left: 0px;
    padding-top: 25px;
  }
}
@media (max-width: 379px) {
  .wokrate-countdown {
    display: block !important;
  }
  .wokrate-countdown > div {
    margin-left: auto;
    margin-right: auto;
  }
}
.comments-area .comment-result {
  font-size: 22px;
  margin-bottom: 30px;
}
.comment-list {
  border: 1px solid #eeeeee;
}
.comment-list .comment,
.comment-list .pingback {
  padding-top: 25px;
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 75px;
  margin-top: 0px;
  border-bottom: 1px solid #eeeeee;
}
.comment-list .comment .media-left,
.comment-list .pingback .media-left {
  width: 10%;
  margin-right: 30px;
  min-width: 70px;
}
.comment-list .comment .media-left img,
.comment-list .pingback .media-left img {
  max-width: initial;
}
.comment-list .comment .media-body,
.comment-list .pingback .media-body {
  width: 90%;
}
.comment-list .comment .media-body h4,
.comment-list .pingback .media-body h4 {
  line-height: 1.2;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 0px;
  padding-bottom: 7px;
}
.comment-list .comment .media-body h4 a,
.comment-list .pingback .media-body h4 a {
  color: #242424;
}
.comment-list .comment .media-body p,
.comment-list .pingback .media-body p {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0;
  color: #898989;
  line-height: 28px;
  margin-bottom: 0;
}
.comment-list .comment .media-body .date_rep,
.comment-list .pingback .media-body .date_rep {
  margin-top: 10px;
}
.comment-list .comment .media-body .date_rep a,
.comment-list .pingback .media-body .date_rep a {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #aeaeae;
  margin-right: 20px;
  position: relative;
}
.comment-list .comment .media-body .date_rep a.comment-reply-link,
.comment-list .pingback .media-body .date_rep a.comment-reply-link,
.comment-list .comment .media-body .date_rep a.comment-edit-link,
.comment-list .pingback .media-body .date_rep a.comment-edit-link {
  color: #ffb600;
}
.comment-list .comment .media-body .date_rep a.comment-reply-link:before,
.comment-list .pingback .media-body .date_rep a.comment-reply-link:before,
.comment-list .comment .media-body .date_rep a.comment-edit-link:before,
.comment-list .pingback .media-body .date_rep a.comment-edit-link:before {
  content: "";
  background: #aeaeae;
  height: 13px;
  width: 1px;
  position: absolute;
  left: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.comment-list .comment .comment,
.comment-list .pingback .comment {
  background: transparent;
  padding-left: 0px;
  padding-top: 40px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-left: 10%;
}
.comment-list .comment .comment:last-child,
.comment-list .pingback .comment:last-child {
  border-bottom: none;
}
.comment-list .comment:nth-child(even),
.comment-list .pingback:nth-child(even) {
  background: #fcfcfc;
}
.comment-list .comment:last-child,
.comment-list .pingback:last-child {
  border-bottom: none;
}
.comment-respond {
  margin-top: 60px;
}
.comment-respond .comment-reply-title {
  font-size: 22px;
  color: #242424;
  font-weight: 600;
  margin-bottom: 30px;
  padding-left: 36px;
}
.comment-respond .comment-reply-title a {
  color: #242424;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
.comment-respond .comment-reply-title a:hover {
  color: #d69b07;
}
.comment-respond .comment-reply-title small {
  font-size: 14px;
  margin-left: 10px;
}
.comment-respond .comment-form {
  background: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 50px 35px;
}
.comment-respond .comment-form .form-group {
  margin-bottom: 20px;
}
.comment-respond .comment-form .form-group input {
  background: #fff;
  border-color: #eeeeee;
  font-size: 16px;
  color: #737373;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 45px;
  padding-left: 20px;
}
.comment-respond .comment-form .form-group textarea {
  background: #fff;
  border-color: #eeeeee;
  color: #737373;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  -webkit-border-radius: 0;
          border-radius: 0;
  font-size: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 173px;
  padding: 16px 20px;
}
.comment-respond .comment-form .read_more {
  margin-top: 10px;
  font-weight: 600;
  padding: 8px 24px;
}
.comment-respond .comment-form .logged-in-as a {
  color: #242424;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
.comment-respond .comment-form .logged-in-as a:hover {
  color: #d69b07;
}
@media (max-width: 776px) {
  .comment-list .comment,
  .comment-list .pingback {
    overflow: hidden;
    padding-right: 5px;
  }
  .comment-list .comment .media,
  .comment-list .pingback .media {
    display: block;
  }
  .comment-list .comment .media .media-left,
  .comment-list .pingback .media .media-left {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .comment-list .comment .media .media-body,
  .comment-list .pingback .media .media-body {
    padding-right: 10px;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .comment-respond .comment-form {
    padding: 50px 15px;
  }
}
.search-form-popup {
  position: relative;
  max-width: 950px;
  margin: auto;
}
.search-form-popup .search_box_inner {
  background: #1a1a1c;
  padding: 100px 60px;
  display: block;
  overflow: hidden;
}
.search-form-popup .search_box_inner h3 {
  padding-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .48px;
}
.search-form-popup .search_box_inner .input-group {
  display: block;
  position: relative;
}
.search-form-popup .search_box_inner .input-group input {
  background: transparent;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  height: 50px;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  color: #666;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  width: 100%;
  letter-spacing: .28px;
}
.search-form-popup .search_box_inner .input-group .input-group-btn {
  position: absolute;
  right: 5px;
  top: 12px;
  z-index: 4;
}
.search-form-popup .search_box_inner .input-group .input-group-btn .btn-default {
  padding: 0px;
  border: none;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: transparent;
  color: #666;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  letter-spacing: .28px;
}
.search-form-popup .mfp-close {
  right: 0;
  color: #fff;
}
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
          transition: opacity 0.3s ease-out;
}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.wokrate-back-to-top {
  background: url(img/up-arrow.png ) no-repeat center center;
  width: 54px;
  height: 67px;
  line-height: 67px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
  overflow: hidden;
}
.wokrate-back-to-top.show {
  opacity: 1;
  visibility: visible;
}
footer.type1 .footer-wrapper {
  background-color: rgba(39, 39, 39, 0.94);
  -webkit-background-size: cover, cover;
          background-size: cover, cover;
  background-position: 50%, center;
  background-repeat: no-repeat;
  color: #8b8b8b;
  position: relative;
}
footer.type1 .footer-wrapper a {
  color: #8b8b8b;
}
footer.type1 .footer-wrapper a:hover {
  color: #ffb600;
}
footer.type1 .footer-wrapper .subscrib_form {
  margin-bottom: 30px;
}
footer.type1 .footer-wrapper .subscrib_form .form-control {
  font: 400 14px/24px "Poppins", sans-serif;
  color: #838486;
  letter-spacing: 0.42px;
  padding: 0 22px;
  background: transparent;
  border: 1px solid #4a4a4a;
  height: 47px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
footer.type1 .footer-wrapper .subscrib_form .submit_btn_b {
  background: #ffb600;
  color: #242424;
  padding: 0 16px;
  height: 100%;
  cursor: pointer;
  font-size: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
}
footer.type1 .footer-wrapper .footer-widgets {
  padding-top: 90px;
  padding-bottom: 42px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
}
footer.type1 .footer-wrapper .footer-widgets .footer-2 .widget,
footer.type1 .footer-wrapper .footer-widgets .footer-3 .widget {
  padding-left: 37px;
}
footer.type1 .footer-wrapper .footer_copyright {
  z-index: 10;
  position: relative;
}
footer.type1 .footer-wrapper .footer_copyright .bottom_info {
  border-top: 1px solid #3d3d3d;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #8b8b8b;
  padding: 27px 0px;
  overflow: hidden;
}
footer.type1 .footer-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(39, 39, 39, 0.94);
}
@media (max-width: 1199px) {
  footer.type1 .footer-wrapper .footer-widgets .footer-2 .widget,
  footer.type1 .footer-wrapper .footer-widgets .footer-3 .widget {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  footer.type1 .footer-wrapper .footer-widgets .footer-col {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  footer.type1 .footer-wrapper .footer-widgets .footer-col {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  footer.type1 .bottom_info {
    display: block !important;
  }
  footer.type1 .bottom_info .pull-left,
  footer.type1 .bottom_info .pull-right {
    float: none !important;
    text-align: center;
  }
}

.eltdf-modal-holder {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(0, 0, 0, .3);
	z-index: 1002
}

.eltdf-modal-holder .eltdf-modal-content {
	position: absolute;
	top: 47%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 432px;
	background-color: #fff;
	box-sizing: border-box;
	-webkit-transform: translateY(-47%) translateZ(0);
	-moz-transform: translateY(-47%) translateZ(0);
	transform: translateY(-47%) translateZ(0)
}

.eltdf-modal-holder .eltdf-modal-content .eltdf-modal-content-inner {
	padding: 20px 44px 33px
}

.eltdf-modal-holder .eltdf-modal-content .eltdf-modal-content-inner.eltdf-login-content-inner {
	padding: 20px 44px 0;
	background-image: url(../img/user-login.png);
	background-repeat: no-repeat;
	background-size: cover
}

.eltdf-modal-holder .eltdf-modal-content .eltdf-modal-content-inner.eltdf-register-content-inner {
	margin-top: 1px;
	background-image: url(../img/user-register.png);
	background-repeat: no-repeat;
	background-size: cover
}

@media only screen and (max-width:1280px) {
	.eltdf-modal-holder .eltdf-modal-content .eltdf-modal-content-inner {
		padding: 39px 25px 20px
	}
	.eltdf-modal-holder .eltdf-modal-content .eltdf-modal-content-inner.eltdf-login-content-inner {
		padding: 20px 25px 0
	}
}

.eltdf-modal-holder .eltdf-modal-content .eltdf-modal-content-inner h3 {
	margin: 7px 0 18px
}

@media screen and (max-width:1366px) {
	.eltdf-modal-holder .eltdf-modal-content .eltdf-modal-content-inner h3 {
		margin: 7px 0 18px
	}
}

.eltdf-modal-holder .eltdf-modal-content .eltdf-modal-content-inner .eltdf-social-login-holder .eltdf-social-login-holder-inner {
	padding: 0 0 38px
}

.eltdf-modal-holder .eltdf-modal-content fieldset>div {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle
}

.eltdf-modal-holder .eltdf-modal-content fieldset>div:not(.eltdf-register-button-holder):not(.eltdf-lost-pass-remember-holder):not(.eltdf-login-button-holder):not(.eltdf-register-link-holder) {
	margin-bottom: 7px
}

@media screen and (max-width:1366px) {
	.eltdf-modal-holder .eltdf-modal-content fieldset>div:not(.eltdf-register-button-holder):not(.eltdf-lost-pass-remember-holder):not(.eltdf-login-button-holder):not(.eltdf-register-link-holder) {
		margin-bottom: 2px
	}
}

.eltdf-modal-holder .eltdf-modal-content .eltdf-checbox-label,
.eltdf-modal-holder .eltdf-modal-content .eltdf-lost-pass-holder a,
.eltdf-modal-holder .eltdf-modal-content input[type=checkbox] {
	vertical-align: middle
}

.eltdf-modal-holder .eltdf-modal-content .eltdf-checbox-label {
	margin-bottom: 1px
}

.eltdf-modal-holder .eltdf-modal-content label {
	line-height: 25px;
	display: inline-block;
	margin-bottom: 4px
}

.eltdf-modal-holder .eltdf-modal-content input[type=text],
.eltdf-modal-holder .eltdf-modal-content input[type=email],
.eltdf-modal-holder .eltdf-modal-content input[type=password] {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 15px 16px;
	font-size: 15px;
	line-height: 19px;
	font-weight: inherit;
	background-color: #fff;
	border: 1px solid #d6d6d6;
	outline: 0;
	-webkit-appearance: none;
	box-sizing: border-box;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0)
}

.eltdf-modal-holder .eltdf-modal-content input[type=text]::-webkit-input-placeholder,
.eltdf-modal-holder .eltdf-modal-content input[type=email]::-webkit-input-placeholder,
.eltdf-modal-holder .eltdf-modal-content input[type=password]::-webkit-input-placeholder {
	color: inherit
}

.eltdf-modal-holder .eltdf-modal-content input[type=text]:-moz-placeholder,
.eltdf-modal-holder .eltdf-modal-content input[type=email]:-moz-placeholder,
.eltdf-modal-holder .eltdf-modal-content input[type=password]:-moz-placeholder {
	color: inherit;
	opacity: 1
}

.eltdf-modal-holder .eltdf-modal-content input[type=text]::-moz-placeholder,
.eltdf-modal-holder .eltdf-modal-content input[type=email]::-moz-placeholder,
.eltdf-modal-holder .eltdf-modal-content input[type=password]::-moz-placeholder {
	color: inherit;
	opacity: 1
}

.eltdf-modal-holder .eltdf-modal-content input[type=text]:-ms-input-placeholder,
.eltdf-modal-holder .eltdf-modal-content input[type=email]:-ms-input-placeholder,
.eltdf-modal-holder .eltdf-modal-content input[type=password]:-ms-input-placeholder {
	color: inherit
}

.eltdf-modal-holder .eltdf-modal-content .eltdf-lost-pass-holder,
.eltdf-modal-holder .eltdf-modal-content .eltdf-remember-holder {
	display: inline-block;
	width: 50%;
	margin-top: 2px
}

.eltdf-modal-holder .eltdf-modal-content .eltdf-lost-pass-holder {
	float: right;
	text-align: right
}

.eltdf-modal-holder .eltdf-modal-content .eltdf-lost-pass-holder a {
	color: #ff1949
}

.eltdf-modal-holder .eltdf-modal-content .eltdf-lost-pass-holder a:hover {
	color: #252525
}

.eltdf-modal-holder .eltdf-modal-content .eltdf-register-link-holder a {
	color: #ff1949
}

.eltdf-modal-holder .eltdf-modal-content .eltdf-register-link-holder a:hover {
	color: #252525
}

.eltdf-modal-holder .eltdf-modal-content .eltdf-login-button-holder button,
.eltdf-modal-holder .eltdf-modal-content .eltdf-register-button-holder button,
.eltdf-modal-holder .eltdf-modal-content .eltdf-register-notice button,
.eltdf-modal-holder .eltdf-modal-content .eltdf-reset-password-button-holder button {
	margin: 13px 0 6px;
	color: #fff;
	border: none;
	background-color: #ff1949;
	width: 100%;
	padding: 16px 33px
}

@media screen and (max-width:1366px) {
	.eltdf-modal-holder .eltdf-modal-content .eltdf-login-button-holder button,
	.eltdf-modal-holder .eltdf-modal-content .eltdf-register-button-holder button,
	.eltdf-modal-holder .eltdf-modal-content .eltdf-register-notice button,
	.eltdf-modal-holder .eltdf-modal-content .eltdf-reset-password-button-holder button {
		margin: 11px 0 8px
	}
}

.eltdf-modal-holder .eltdf-modal-content .eltdf-login-button-holder button .eltdf-btn-hover-item,
.eltdf-modal-holder .eltdf-modal-content .eltdf-register-button-holder button .eltdf-btn-hover-item,
.eltdf-modal-holder .eltdf-modal-content .eltdf-register-notice button .eltdf-btn-hover-item,
.eltdf-modal-holder .eltdf-modal-content .eltdf-reset-password-button-holder button .eltdf-btn-hover-item {
	background-color: #f6f6f6!important
}

.eltdf-modal-holder .eltdf-modal-content .eltdf-register-button-holder button {
	margin: 21px 0 6px
}

.eltdf-modal-holder .eltdf-modal-content .eltdf-login-form-social-login {
	margin: 0 -44px;
	padding: 14px 44px 30px;
	background-color: #252525
}

.eltdf-modal-holder .eltdf-modal-content .eltdf-login-social-title {
	margin: 7px 0 23px;
	color: #fff;
	font-size: 20px;
	font-family: Poppins, sans-serif;
	font-weight: 700;
	max-width: 54%;
	line-height: 28px
}

@media screen and (max-width:1366px) {
	.eltdf-modal-holder .eltdf-modal-content .eltdf-login-social-title {
		margin: 2px 0 14px
	}
}

.eltdf-modal-holder .eltdf-modal-content .eltdf-login-social-title span {
	font-size: 14px;
	font-family: Poppins, sans-serif;
	font-weight: 400;
	display: inline-block;
	position: relative;
	line-height: 1em
}

.eltdf-modal-holder .eltdf-modal-content .eltdf-login-social-title span:after,
.eltdf-modal-holder .eltdf-modal-content .eltdf-login-social-title span:before {
	content: "";
	position: absolute;
	height: 1px;
	background: #eaeaea;
	top: 8px;
	width: 90px
}

.eltdf-modal-holder .eltdf-modal-content .eltdf-login-social-title span:before {
	right: 100%;
	margin-right: 25px
}

.eltdf-modal-holder .eltdf-modal-content .eltdf-login-social-title span:after {
	left: 100%;
	margin-left: 25px
}

.eltdf-modal-holder .eltdf-modal-content .eltdf-login-social-networks .eltdf-facebook-login-holder,
.eltdf-modal-holder .eltdf-modal-content .eltdf-login-social-networks .eltdf-google-login-holder {
	display: inline-block
}

.eltdf-modal-holder .eltdf-modal-content .eltdf-login-social-networks button {
	width: 40px;
	height: 40px;
	line-height: 34px;
	padding: 0;
	display: inline-block;
	margin: 0 13px 0 0
}

.eltdf-modal-holder .eltdf-modal-content .eltdf-login-social-networks button>i {
	margin: 0;
	font-size: 18px
}

.eltdf-modal-holder .eltdf-modal-content .eltdf-login-social-networks button span {
	margin: 0 0 0 2px;
	font-size: 17px
}

.eltdf-modal-holder .eltdf-modal-content .eltdf-login-social-networks button .eltdf-btn-text {
	display: none
}

.eltdf-modal-holder .eltdf-modal-content .eltdf-login-social-info {
	font-family: Poppins, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 13px 0 10px
}

.eltdf-modal-holder .eltdf-modal-content .eltdf-register-notice p {
	text-align: center
}

.eltdf-modal-holder{}
.eltdf-modal-holder .close{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.eltdf-modal-holder .eltdf-modal-content{}

.eltdf-btn.eltdf-btn-solid.btn-login{
    margin: 13px 0 6px;
    color: #fff;
    border: none;
    background-color: #ff1949;
    width: 100%;
    padding: 16px 33px;
    text-align: center;
    display: block;
}
.eltdf-modal-holder .eltdf-modal-content .eltdf-lost-pass-holder.text-left,.text-left{
    text-align: left;
}
.eltdf-contact-form-7-widget .wpcf7-form-control.wpcf7-text:disabled{background: #f3f3f3;}

@media only screen and (max-width:767px){
	.eltdf-title-holder.eltdf-standard-with-breadcrumbs-type .eltdf-page-title{
		padding-top:50px
	}
	.eltdf-position-right-inner a{
    font-size: 12px;
    display: block;
    line-height: 19px;
    font-weight: bold;
    color: #bf1e2e;
}
}