html {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
}

body {
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  color: #252525;
  font-size-adjust: none;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  width: 100%;
  font-weight: 700;
  line-height: 1;
  color: #0066cc;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
}

html body h1 { font-size: 45px; }

html body h2 { font-size: 38px; }

html body h3 { font-size: 36px; }

html body h4 { font-size: 28px; }

html body h5 { font-size: 24px; }

html body h6 { font-size: 18px; }

html body p {
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  color: #252525;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}

html body a {
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  color: #252525;
  text-transform: none;
  outline: none;
  text-decoration: none !important;
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
}

html body a:hover { color: #0066cc; text-decoration: none !important; }

html body ul,
html body ol,
html body dl {
  margin: 0px 0px 20px 0px;
  padding: 0px 20px 0px 16px;
  position: relative;
}

ul:after,
ol:after,
dl:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  overflow: hidden;
}

html body ul li,
html body ol li,
html body dl li {
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  color: #252525;
  text-transform: none;
  letter-spacing: normal;
  padding: 0px 0px 5px 2px;
}

html body li a{
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  color: #252525;
  text-transform: none;
  outline: none;
  text-decoration: none !important;
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
}

html body li a:hover { color: #0066cc; text-decoration: none !important; }

*,
*:after,
*:before {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.row:before,
.row:after,
.clearfix:before,
.clearfix:after,
.wrapper:before,
.wrapper:after { clear: both; }

.row:before,
.row:after,
.clearfix:before,
.clearfix:after,
.wrapper:before,
.wrapper:after {
  content: ".";
  display: block;
  height: 0px;
  overflow: hidden;
}

a,
button,
img,
select,
a:focus,
input:focus,
textarea:focus {
  outline: 0px !important;
  text-decoration: none;
}

.clr { clear: both; }

img {
  max-width: 100%;
  border: 0px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  outline: none;
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
}

button[disabled],
input[disabled] { cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0px;
  padding: 0px;
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
}

input:hover,
input:focus,
textarea:hover,
input[type=text]:hover,
textarea:active,
input[type=text]:active,
textarea:focus,
input[type=text]:focus,
button:focus,
button:active,
button:hover {
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none!important;
}

input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="button"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea,
button {
  -webkit-appearance: none !important;
  box-shadow: none;
  border-radius: 0px;
  /*border: none;*/
}

select {
  box-shadow: none;
  border-radius: 0px;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button { height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
}

input[type="text"]::-moz-placeholder {
  color: #252525;
  opacity: 1;
}

input[type="text"]::-webkit-placeholder {
  color: #252525;
  opacity: 1;
}

input::-moz-placeholder {
  color: #252525;
  opacity: 1;
}

input::-webkit-placeholder {
  color: #252525;
  opacity: 1;
}

textarea::-moz-placeholder {
  color: #252525;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #252525;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #252525;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #252525;
  opacity: 1;
  font-family: 'Montserrat', sans-serif;
}

:-moz-placeholder {
    /* Firefox 18- */
  color: #252525;
  opacity: 1;
  font-family: 'Montserrat', sans-serif;
}

::-moz-placeholder {
    /* Firefox 19+ */
  color: #252525;
  opacity: 1;
  font-family: 'Montserrat', sans-serif;
}

:-ms-input-placeholder {
  color: #252525;
  opacity: 1;
  font-family: 'Montserrat', sans-serif;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  border-radius: 0px;
}

input[type="radio"] {
  -webkit-appearance: radio;
  border-radius: 0px;
}

input {
  line-height: normal;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

/* Mozilla based browsers */
::-moz-selection {
  color: #fff;
  background-color: #0066cc;
}

/* Works in Safari */
::selection {
  color: #fff;
  background-color: #0066cc;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  font-size: 15px;
  color: #b7b7b7;
  width: 100%;
  height: 49px;
  background: #ffffff;
  /*border-radius: 4px;*/
  padding: 0 0 0 18px;
}

button,
input[type="submit"] {
  width: 100%;
  height: auto;
  font-weight: 700;
  font-size: 14px;
  line-height: 49px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background-color: #8cc049;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

html body #wplc_start_chat_btn{
  padding: 0px !important
}
html body #speeching_button {
    margin: 15px 5% 15px 0px;
    padding: 11px !important;
    width: 90%;
}

textarea {
  width: 100%;
  height: 119px;
  font-size: 15px;
  color: #b7b7b7;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,.7);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin: 0 0 13px 0;
  padding: 12px 18px 10px 19px;
  overflow-y: hidden!important;
}

/* End Wordpress default CSS */
/* Project name CSS */

.clear { clear: both; }

.page-wrapper {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
}

.wrapper {
  width: 100%;
  max-width: 1170px;
  margin: 0px auto;
  padding: 0px;
}

header,
section,
footer {
  float: left;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
}

section,
footer {
  background-color: #ffffff;
}


.button-row {
  display: block;
  width: 100%;
  text-align: left;
  margin: 0px;
  padding: 0px;
}
.button-row a {
  display: inline-block;
  width: auto;
  min-width: 136px;
  height: 41px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 41px;
  color: #ffffff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  background-color: #252525;
  border: 0px;
  border-radius: 0px;
  margin: 0px;
  padding: 0 37px 0px 24px;
  position: relative;
}
.button-row a:after {
  position: absolute;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: 400;
  right: 25px;
  top: 0px;
}
/*.button-row a span{
  color: #493b17;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  font-size: 14px;
  width: 100%;
  min-width: 143px;
  height: 44px;
  line-height: 46px;
  display: inline-block;
  vertical-align: top;
  background-color: transparent;
  border:1px solid #a47001;
  margin: 0px 0px 0px 0px;
  padding: 0 0px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  -webkit-transform: translate(-4px, -4px);
  transform: translate(-4px, -4px);
}
.button-row a:hover span{
  color: #ffffff;
  background-color: #a47001;
  border:1px solid #a47001;
}*/
.button-row a:hover {
  color: #ffffff;
  background-color: #0066cc;
  border:0px solid #a47001;
}

.header {
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  display: block;
  width: 100%;
  background-color: #ffffff;
  border-top: 3px solid #0066cc;
  z-index: 6;
  margin: 0px auto 0px auto;
}

.header-inner {
  position: relative;
  display: block;
  width: 100%;
}

.logo {
  float: left;
  width: auto;
  margin: 0px;
  padding: 18px 0 18px 0px;
  position: relative;
  margin: 0px auto;
  text-align: left;
}

.logo a { display: inline-block; vertical-align: top; position: relative; z-index: 1; }

.logo img {
  width: auto;
  height: auto;
  vertical-align: top;
}

.header-inner .wrapper{
  position: relative;
}
.header-right{
  float: right;
  width: 69%;
}
.menu-navigation {
  float: right;
  width: 100%;
  margin: 0px 0 0px;
  padding: 23px 0px 0px 0px;
  text-align: center;
  position: relative;
  top: 0px;
  left: 0px;
}

.menu-navigation ul.menu {
  float: right;
  width: auto;
  margin: 0px;
  padding: 0px 24px 0px 0px;
  display: inline-block;
  vertical-align: top;
}

.menu-navigation ul.menu li {
 position: relative;
  float: left;
  list-style-type: none;
  margin: 0px;
  padding: 0 0 0 31px;
}



.menu-navigation ul.menu li a {
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: #252525;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0px;
  padding: 0 0 0px;
  margin: 0px 0px 0px 0px;
  position: relative;
}

.menu-navigation ul.menu > li > a {
  /*line-height: 30px;*/
  padding-bottom: 2px;
}

/*.menu-navigation ul.menu > li > a:hover:after,
.menu-navigation ul.menu > li.current-menu-item > a:after {
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  top: auto;
  bottom: 0px;
  width: 97%;
  height: 2px;
  background-color: #a47001;
}*/
.menu-navigation ul.menu > li:first-child > a { padding-left: 0px; }

.menu-navigation ul.menu li a:hover,
.menu-navigation ul.menu li.current-menu-item > a { color: #0066cc; }

.menu-navigation ul.menu li > ul.sub-menu{
  position: absolute;
  width: 178px;
  height: 122px;
  top: 100%;
  left: 0px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  opacity: 0;
  visibility: hidden;
  background-color: transparent;

    width: 350px;
    height: auto;
    top: 100%;
    left: 14px;
    padding: 19px 0 0 0;
}


.menu-navigation ul.menu li:hover > ul.sub-menu{
  opacity: 1;
  visibility: visible;
}
.menu-navigation ul.menu li > ul.sub-menu li{
  width: 100%;
  display: block;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  list-style-type: none;
  text-align: left;

    margin: 0 0 0 0;
    border-bottom: 1px solid #eeeeee;
}
.menu-navigation ul.menu li > ul.sub-menu li a {
  display: block;
  width: 100%;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  outline: none;
  color: #323232;
  font-size: 14px;
  letter-spacing: 0.6px;
  background-color: #ffffff;
  margin: 0px;
  padding: 7px 15px 7px 17px;
}
.menu-navigation ul.menu li > ul.sub-menu li a:hover,
.menu-navigation ul.menu li > ul.sub-menu li.active a{
  color: #ffffff;
  background-color: #323232;
}

/***** machines *****/
.menu-navigation ul.menu li.machines{
    position: unset;
}
.menu-navigation ul.menu li.machines > ul.sub-menu {
    position: absolute;
    left: 31px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    max-width: 600px;
    background: #fff;
    box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.25);
    /*border-bottom: 3px solid #0066cc;*/
    transition: all ease .25s;
}

.menu-navigation ul.menu li.machines > ul.sub-menu::after{
     display: none;
}
.menu-navigation ul.menu li.machines > ul.sub-menu li {
    flex-basis: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.menu-navigation ul.menu li.machines > ul.sub-menu li a{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}
.menu-navigation ul.menu li.machines > ul.sub-menu li a span{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 55px);
    line-height: 1.25;
    font-weight: 500;
}

.menu-navigation ul.menu li.machines > ul.sub-menu li a img{
    width: 36px;
}
.menu-navigation ul.menu li.machines > ul.sub-menu li:hover a img{
    filter: invert(1);
}
.menu-navigation ul.menu li.machines > ul.sub-menu li.current-menu-item a img{
    filter: invert(1);
}
.menu-navigation ul.menu li.machines > ul.sub-menu li.current-menu-item a span{
    color: #fff;
}
.menu-navigation ul.menu li.machines > ul.sub-menu li.current-menu-item a{
    background: #0066cc;
}
.menu-navigation ul.menu li.machines > ul.sub-menu li.current-menu-item:hover a{
    background: #000;
}




/* 333 */
.language {
  display: inline-block;
  float: right;
  width: auto;
  text-align: left;
  border: 0px;
  height: 27px;
  background-color: #0066cc;
}
.language a.lang-option {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #ffffff;
  font-size: 12px;
  line-height: 25px;
  font-weight: 600;
  text-decoration: none;
  padding: 0px 11px 0px 11px;
}
.lang-option {
  width: 52px;
  height: 27px;
  padding: 0px 11px 0px 10px;

}

.lang-list,
.lang-option {
  margin: 0;
  padding: 0;
  display: inline;
}
.lang-list li{
  margin: 0px;
  padding: 0px;
}

.lang-chevron {
  display: none;
}

.language {
  /*border: solid 1px black;*/
  width: 52px;
  position: relative;
  z-index: 3;
}
.lang-list,
.lang-option {
  display: block;
}
.lang-chevron {
  display: inline-block;
  float: right;
  /*background-image: url("../images/arrow-lan.png");*/
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 10px;
  height: 6px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  position: relative;
}
.lang-chevron:after {
  position: absolute;
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  right: -3px;
  top: 0px;
}
.is-open .lang-chevron:after {
  content: "\f106";
}

.lang-option:hover, .lang-option:focus {
  background-color: transparent;
}
.lang-list {
  display: none;
  list-style-type: none;
}
.is-open .lang-option-current{
  border-bottom: none;
}
.is-open.language{
  border-bottom: none;
}
.is-open .lang-list {
  border: 0px solid rgba(163,163,163,0.70);
  background-color: #0066cc;
  border-top: none;
  display: block;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 52px;
}
.is-open .lang-chevron1 {
  transform: rotate(-180deg);
}
/* 333 */

/* Search Form Start */

.search-icon {
  float: right;
  width: auto;
  padding: 2px 0px 0px 26px;
  position: relative;
}
.search-icon:before {
  position: absolute;
  content: "";
  top: 9px;
  left: 0px;
  width: 1px;
  height: 11px;
  background-color: #a3a3a3;
}
.search-icon:after {
  position: absolute;
  content: "";
  top: 9px;
  left: 1px;
  width: 1px;
  height: 11px;
  background-color: #d6d6d6;
}
.search-icon a{
  display: inline-block;
  vertical-align: top;
  width: auto;
  cursor: pointer;
  font-size: 14px;
  color: #252525;
  line-height: 24px;
  outline: none;
  text-decoration: none;
  border: 0px;
}
.search-icon a:hover{
  color: #0066cc;
  outline: none;
  text-decoration: none;
}
.header-searchbar-row {
  position: absolute;
  top: 100%;
  right: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
  height: 75px;
  background-color: #ffffff;
  border-top: 1px solid #ececec;
  opacity: 0;
  visibility: hidden;
  margin: 0px auto;
  transition: all .6s ease 0s;
  -webkit-transition: all .6s ease 0s;
  -moz-transition: all .6s ease 0s;
  -ms-transition: all .6s ease 0s;
  -o-transition: all .6s ease 0s;
}

.header-searchbar-row.header-searchbar-open {
  opacity: 1;
  visibility: visible;
}

.header-searchbar {
  position: relative;
  width: 1170px;
  height: 75px;
  margin: 0px auto;
  padding: 15px 0px 15px 0px;
}
.header-searchbar .search-form{
  position: relative;
  width: 100%;
  max-width: 100%;
}
.header-searchbar form button[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: auto;
  height: 45px;
  font-weight: 600;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  text-transform: none;
  outline: medium none;
  background-color: #252525;
  border: 0px;
  border-radius: 0px 0px 0px 0px;
  margin: 0;
  padding: 0 25px 2px; 
}
.header-searchbar .screen-reader-text{
  display: block;
  line-height: 45px;
}
.header-searchbar form button[type="submit"]:hover{
  background-color: #0066cc !important;
}

.header-top-row{
  float: right;
  width: auto;
}
.header-top-row.header-top-row-responsive{
  display: none;
}
.header-top-row p {
  width: auto;
  margin: 0px;
  padding: 12px 19px 0px 0px;
  float: left;
  font-size: 14px;
  color: #252525;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  letter-spacing: 0.1px;
}
.header-top-row p span{
  color: #0066cc;
  text-transform: uppercase;
}
.header-searchbar form button[type="submit"]:hover { background-color: #78b81d; }

.header-searchbar form button[type="submit"] .icon-search{
  display: none;
}

.header-searchbar .header-search-bar-input-wrapper {
  position: relative;
  display: block;
  float: right;
  width: 100%;
  height: auto;
  text-align: right;
  margin: 0px; 
  padding: 0px 0px 0px 0px;
}

.header-searchbar form button[type="submit"] .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 100%;
  overflow: visible;
  position: relative !important;
  width: 100%;
  text-align: center;
  word-wrap: normal !important;
}

.header-searchbar label {
  display: none;
  float: left;
  width: auto;
  font-weight: 300;
  font-size: 24px;
  line-height: 1;
  color: #4d4d4d;
  margin: 0;
  padding: 19px 15px 15px 0;
}

.header-searchbar input.search-field[type="search"] {
  display: inline-block;
  float: left;
  width: 100%;
  height: 45px;
  font-weight: 400 !important;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  color: #252525;
  outline: medium none;
  background-color: #ffffff;
  border: 1px solid #ececec !important;
  border-radius: 0px;
  margin: 0;
  padding: 0 111px 2px 20px;
}

.header-searchbar form *::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #252525;
  opacity: 1;
}

.header-searchbar form *:-moz-placeholder {
    /* Firefox 18- */
  font-weight: 400;
  font-size: 14px;
  color: #252525;
  opacity: 1;
}

.header-searchbar form *::-moz-placeholder {
    /* Firefox 19+ */
  font-weight: 400;
  font-size: 14px;
  color: #252525;
  opacity: 1;
}

.header-searchbar form *:-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #252525;
  opacity: 1;
}

/* Search Form End */

.banner-section {
  width: 100%;
  position: relative;
}
.home-static-banner-img{
  background-size: cover;
  background-position: center;
}
.banner-section .owl-nav{
  display: none;
}
.bottom-arrow{
  width: 100%;
  text-align: center;
  height: auto;
  margin: 0px auto;
  top: auto;
  bottom: -107px;
  left: 0px;
  right: 0px;
  position: absolute;
  z-index: 3;
}
.bottom-arrow a{
  display: inline-block;
  vertical-align: top;
  height: 39px;
  width: 21px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
  position: relative;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  border: 2px solid #0066cc;
  border-radius: 50px;
}
.bottom-arrow a span{
  width: 1px;
  height: 7px;
  position: absolute;
  top: 5px;
  right: 0px;
  left: 0px;
  margin: 0px auto;
  display: inline-block;
  vertical-align: top;
  background-color: #0066cc;
}
.bottom-arrow a:after{
  position: absolute;
  content: "";
  margin: 0px auto;
  left: 0px;
  right: 0px;
  bottom: 49px;
  width: 1px;
  height: 113px;
  background-color: #0066cc;
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
}
.bottom-arrow a:hover:after{
  background-color: #0066cc;
}
.bottom-arrow a:hover{
  color: #0066cc;
}

.share-for-banner {
  max-width: 1197px;
  height: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  margin: 0px auto;
  position: absolute;
}
.share-for-banner-table {
  width: auto;
  height: 100%;
  float: right;
  display: table;
  left: 0px;
  top: -14px;
  position: relative;
  z-index: 2;
}
.share-for-banner-cell {
  width: auto;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  -webkit-padding-end:1px;
  /* margin: -40px; */
}
.share-line-for-home {
  display: inline-block;
  vertical-align: top;
  width: 1px;
  height: 39px;
  background-color: #ffffff;
  margin: 0px 0px 0px 0px;
  position: relative;
  right: -1px;
}
.share-for-banner-text {
  font-weight: 300;
  font-size: 13px;
  color: #ffffff;
  display: block;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.5px;
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -weblit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 35px 0px 0px 0px;
}
.share-for-banner-text a {
  font-weight: 300;
  font-size: 13px;
  color: #ffffff;
  display: block;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.5px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-decoration: none;
  border: 0px;
  outline: none;
  margin: 0px;
  padding: 0px;
}
.share-for-banner-text a:hover{
  color: #a47001;
}
.banner-section ul{
  margin: 0px;
  padding: 0px;
}

.banner-section ul li{
  width: 100%;
  height: 564px;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color: #000;
}
.banner-section1 ul li:after{
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#486cff+0,ffffff+100 */
background: rgb(72,108,255); /* Old browsers */
background: -moz-linear-gradient(left, rgba(72,108,255,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(72,108,255,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(72,108,255,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#486cff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.banner-section1 ul li:before{
  background-color: rgba(0,0,0,0.50);
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.banner-section ul li:before{
  background-image: url("../images/banner-logo.png");
  background-repeat: no-repeat;
  background-position: center 93px;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.banner-section .wrapper{
  height: 100%;
}
.banner-table-div{
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 3;
}
.banner-table-cell-div{
  display:table-cell;
  vertical-align: middle;
  width: auto;
  text-align: center;
}
.banner-middle-content {
  width: auto;
  min-width: 595px;
  min-height: 284px;
  display: inline-block;
  vertical-align: top;
  margin: 86px 0px 0px;
  padding: 0;
  position: relative;
}

.banner-middle-content-inner {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin: 0px 0px 0px;
  position: relative;
  z-index: 2;
  text-align: center;
}

.banner-middle-content p {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  text-transform: none;
  letter-spacing: 0px;
  text-align: center;
  margin: 0px;
  padding: 0px 0px 33px 0px;
  width: 100%;
  text-shadow:none;
  max-width: 511px;
  display: inline-block;
  vertical-align: top;
}
.banner-middle-content p br{
  display: none;
}
.banner-middle-content h1 {
  color: #ffffff;
  line-height: 46px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1.2px;
  margin: 0px 0px 25px 0px;
  padding: 0px 0px 0px 0px;
  width: 100%;
}
.banner-middle-content .button-row{
  text-align: center;
  padding-left: 3px;
}
.banner-middle-content .button-row a {
  background-color: #ffffff;
  color: #0066cc;
  border: 0px solid #ffffff;
  min-width: 136px;
  padding-left: 23px;
  padding-right: 35px;
  letter-spacing: 0px;
  font-weight: 500;
}
.banner-middle-content .button-row a:hover{
  background-color: #0066cc;
  color: #ffffff;
}
.banner-middle-content .button-row a:after {
  font-weight: 500;
  right: 23px;
}

.banner-section .owl-dots{
  position: absolute;
  bottom: 78px;
  top: auto;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 11px;
  text-align: center;
}
.banner-section .owl-dots .owl-dot{
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: 11px;
  padding-left: 4px;
}
.banner-section .owl-dots .owl-dot:first-child{
  padding-left: 0px;
}
.banner-section .owl-dots .owl-dot span{
  width: 11px;
  height: 11px;
  border: 1px solid rgba(255,255,255,0.60);
  background-color: transparent;
  border-radius: 100%;
  display: inline-block;
  vertical-align: top;
}
.banner-section .owl-dots .owl-dot.active span,
.banner-section .owl-dots .owl-dot span:hover{
  background-color: #ffffff;
}
.home-looking-section {
  background-color: #ffffff;
  padding: 177px 0px 72px;
  text-align: center;
}
.home-looking-section h2 {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0px 0px 22px 0px;
  padding: 0px;
  max-width: 627px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 47px;
}
.home-looking-section h6 {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0px 0px 29px 0px;
  padding: 0px;
  max-width: 633px;
  text-align: center;
  letter-spacing: 0px;
  line-height: 34px;
  font-size: 28px;
  font-weight: 600;
  color: #252525;
  text-transform: none;
}
.home-looking-section p {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0px;
  padding: 0px;
  max-width: 888px;
}
.count-row {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0px;
  padding: 32px 0px 0px;
}
.count-row ul {
  margin: 0px;
  padding: 0px 38px;
  position: relative;
}
.count-row ul:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  overflow: hidden;
}
.count-row ul li{
  margin: 0px;
  padding: 0px; 
  list-style-type: none;
  float: left;
  width: 33.3333%
}
.count-row ul li .count-box{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
  padding: 0px 22px;
  border-left: 1px solid rgba(0,0,0,0.10);
}
.count-row ul li:first-child .count-box{
  border-left: 0px;
}
.count-row ul li .count-box .count-number-row{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0px 0px 13px 0px;
}
.count-row ul li .count-box .count-number {
  display: inline-block;
  vertical-align: top;
  width: 95px;
  height: 95px;
  line-height: 88px;
  font-size: 38px;
  color: #252525;
  font-weight: 700;
  text-align: center;
  border-radius: 100%;
  border: 3px solid #0066cc;
}
.count-row ul li .count-box p {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: auto;
  line-height: 28px;
  font-size: 18px;
  color: #252525;
  font-weight: 600;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
.our-machinery-section {
  background-color: #f2f2f2;
  padding: 76px 0px 80px;
}
.our-machinery-section .machinery-text h6 {
  min-height: 50px;
}
.our-machinery-section .machinery-text p {
  min-height: 70px;
}
.page-title-row{
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.page-title-row h5 {
  margin: 0px 0px 9px 0px;
  padding: 0px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
  font-weight: 600;
  color: #0066cc;
  letter-spacing: 0.7px;
}
.page-title-row h3 {
  margin: 0px 0px 20px;
  padding: 0px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
  font-weight: 800;
  color: #252525;
  letter-spacing: 0.9px;
}
.our-machinery-section .page-title-row h3{
  margin: 0px 0px 56px;
}
.machinery-list-row{
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.machinery-list-row ul {
  margin: 0px -9px;
  padding: 0px 0px;
  position: relative;
}
.machinery-list-row ul li{
  margin: 0px;
  padding: 0px 9px; 
  list-style-type: none;
  float: left;
  width: 25%;
}
.machinery-box{
  margin: 0px 0px 0px;
  padding: 0px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.25);
  box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.25);
  border-bottom: 3px solid #0066cc;
    transition: all ease .5s;
}

.machinery-img{
  margin: 0px 0px 0px;
  padding: 0px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
}
.page-template-tmp_product .product-page-product-list .machinery-img {
    padding: 10% 30% 0;
}

.machinery-img:after{
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.30);
}
.machinery-img img{
  width: 100%;
  height: auto;
  vertical-align: top;
}

.team-people-list .machinery-img img{
  width: 100%;
  height: 540px;
  vertical-align: top;
}
.machinery-text {
  margin: 0px 0px 0px;
  padding: 25px 18px 16px 19px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #ffffff;
}
.page-template-tmp_product .product-page-product-list  .machinery-text{
    background-color: transparent;
}
.page-template-tmp_product .product-page-product-list  .machinery-box:hover{
    background: #0066cc;
    border-color: #fff;
}
.page-template-tmp_product .product-page-product-list  .machinery-box:hover .machinery-img, .page-template-tmp_product .product-page-product-list  .machinery-box:hover .machinery-text{
    filter: invert();
}


.machinery-text h6, 
.machinery-text h6 a {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  outline: none;
  border: 0px;
  text-decoration: none;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
.machinery-text h6{
  margin: 0px 0px 10px 0px;
}
.page-template-tmp_product .product-page-product-list  .machinery-text h6{
    text-align: center;
}
.machinery-text h6.tow-line{
  margin: 0px 0px 8px 0px;
}
.machinery-text h6 a:hover{
  color: #0066cc;
}
.machinery-text p {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: left;
  text-transform: none;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #252525;
  margin: 0px;
  padding: 0px 0px 10px 0px;
}
.machinery-text p.tow-line{
  padding: 0px 0px 7px 0px;
}
.read-more-link {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: right;
  position: relative;
  margin: 0px;
  padding: 0px 4px 0px 0px;
}
.read-more-link a {
  display: inline-block;
  vertical-align: top;
  width: auto;
  text-align: left;
  text-transform: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #0066cc;
  outline: none;
  border: 0px;
  text-decoration: none;
  position: relative;
  margin: 0px;
  padding: 0px 12px 0px 0px;
}
.read-more-link a:after {
  position: absolute;
  content: "\f105";
  font-family: "FontAwesome";
  right: 0px;
  top: 0px;
  font-weight: 400;
}
.read-more-link a:hover{
  color: #252525;
}
.our-machinery-section .button-row {
  text-align: center;
  padding: 60px 0px 0px 1px;
}
.latest-machinery-section{
  background-color: #f2f2f2;
  padding: 76px 0px 80px;
}
.latest-machinery-section .page-title-row h3{
  margin: 0px 0px 55px;
}
.latest-machinery-section .machinery-box {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 0px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .latest-machinery-section .machinery-box {
    margin-bottom: 0;
  }
}
/*.latest-machinery-section .machinery-img{
  width: 100%;
  height: 221px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}*/
.latest-machinery-section .machinery-img:after{
  background-color: rgba(0,0,0,0.20);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.latest-machinery-section .machinery-box{
  position: relative;
}
.latest-machinery-section .machinery-text{
  padding: 21px 18px 20px 27px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-blend-mode: multiply;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+15,3051d6+61 */
/*background: rgb(255,255,255); 
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 15%, rgba(48,81,214,0.50) 61%); 
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 15%,rgba(48,81,214,0.50) 61%); 
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 15%,rgba(48,81,214,0.50) 61%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#3051d6',GradientType=0 ); */
}
.machinery-text-inner{
  position: absolute;
  bottom: 0px;
  left: 0px;
  top: auto;
  width: 100%;
  height: auto;
  padding: 21px 18px 20px 27px;
}
.latest-machinery-section .button-row {
  text-align: center;
  padding: 61px 0px 0px 1px;
}
.latest-machinery-section .machinery-text h6, 
.latest-machinery-section .machinery-text h6 a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  color: #ffffff;
  letter-spacing: 0px;
}
/*.latest-machinery-section .machinery-text h6{
  margin-bottom: 12px;
}*/
.latest-machinery-section .machinery-text p{
  color: #ffffff;
  font-size: 13px;
  line-height: 18px;
  margin: 0px 0px 0px -2px;
  padding: 0px;
}
.latest-machinery-section figure {
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
  display: block;
  cursor: pointer;
  overflow: hidden;
  border: 0px;
}

.latest-machinery-section figure:hover figcaption {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
  top: 0;
  margin-top: 0px;
}

.latest-machinery-section figcaption {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 100%;
  margin-top: 100%;
  background: rgba(0,0,0,.50);
  color: #fff;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s;
  -ms-transition-delay: .1s;
  transition-delay: .1s;
}

.our-client-section {
  width: 100%;
  height: 560px;
  /*min-height: 528px;*/
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 70px 0px 33px;
  /*padding: 92px 0px 33px;*/
  background-blend-mode: multiply;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#486cff+55,ffffff+100 */
  /*background: rgb(72,108,255); 
  background: -moz-linear-gradient(left, rgba(72,108,255,1) 55%, rgba(255,255,255,1) 100%); 
  background: -webkit-linear-gradient(left, rgba(72,108,255,1) 55%,rgba(255,255,255,1) 100%); 
  background: linear-gradient(to right, rgba(72,108,255,1) 55%,rgba(255,255,255,1) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#486cff', endColorstr='#ffffff',GradientType=1 ); */
}
.our-client-section .page-title-row h5,
.our-client-section .page-title-row h3{
  color: #ffffff;
}
.testimonials-section{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
}
.testimonials-slider{
  margin: 0px;
  padding: 0px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 707px;
}
ul#testimonials-slider{
  padding-bottom: 54px;
}
.testimonials-slider ul{
  margin: 0px;
  padding: 0px;
}
.testimonials-slider ul li{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative; 
}
.testimonials-slider ul li .testimonials-inner{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
  padding: 25px 0px 0px 0px;
}
.testimonials-slider ul li .testimonials-inner p{
  color: #ffffff;
  text-align: center;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  margin: 0px;
  padding: 0px 22px 36px;
}
.testimonials-slider ul li .testimonials-inner p:after {
  position: absolute;
  content: "\f10d";
  font-family: "FontAwesome";
  width: auto;
  height: auto;
  left: 2px;
  top: -15px;
  color: #ffffff;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}
.testimonials-logo1{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
}
.testimonials-logo1 img{
  width: 100%;
  height: auto;
  vertical-align: top;
  display: inline-block;
  position: relative;
  background-color: #ffffff;
}
.testimonials-logo1 .testimonials-logo-inner{
  display: inline-block;
  position: relative;
  /*max-width: 129px;*/
  max-width: 90px;
  width: 100%;
}
.testimonials-logo1 .testimonials-logo-inner:after{
  border:2px solid #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
}
.testimonials-name{
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.testimonials-slider .owl-dots{
  position: absolute;
  bottom: 19px;
  top: auto;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 11px;
  text-align: center;
}
.testimonials-slider .owl-dots .owl-dot{
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: 11px;
  padding-left: 4px;
}
.testimonials-slider .owl-dots .owl-dot:first-child{
  padding-left: 0px;
}
.testimonials-slider .owl-dots .owl-dot span{
  width: 11px;
  height: 11px;
  border: 1px solid rgba(255,255,255,0.60);
  background-color: transparent;
  border-radius: 100%;
  display: inline-block;
  vertical-align: top;
}
.testimonials-slider .owl-dots .owl-dot.active span,
.testimonials-slider .owl-dots .owl-dot span:hover{
  background-color: #ffffff;
}
.testimonials-slider .owl-nav{
  display: none;
}

.services-section{
  padding: 126px 0px 80px;
  background-color: #fff;
}
.services-section .machinery-box {
  position: relative;
  background-color: #ffffff;
  text-align: center;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.25);
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.25);
  /* overflow: hidden; */
}
.services-section ul li .machinery-box .machinery-text {
  overflow: hidden;
  position: relative;
  padding: 70px 25px 13px 25px;
}

.services-section ul{
  margin: 0px -16.5px;
}
.services-section ul li{
  width: 33.3333%;
  padding: 0px 16.5px;
}
.services-section .machinery-bg{
  position: relative;
  overflow: hidden;
  width: 100%;
}
.services-section .machinery-bg-img {
  position: absolute;
  opacity: 0.10;
  right: -81px;
  top: 29px;
  width: 187px;
  height: 100%;
  background-repeat: no-repeat;
}
.services-section ul li:nth-child(2) .machinery-bg-img {
  right: -72px;
  top: 28px;
}
.services-section ul li:nth-child(3) .machinery-bg-img {
  right: -62px;
  top: 28px;
}
.services-section .machinery-img:after{
  display: none;
}
.services-section ul li .machinery-img {
  width: 89px;
  height: 89px;
  line-height: 89px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  background-color: #0066cc;
  position: absolute;
  top: -46px;
  z-index: 1;
  right: 0px;
  margin: 0px auto;
  left: 0px;
  /*padding-top: 18px;*/
}
/*.services-section ul li:nth-child(2) .machinery-img {
  padding-top: 17px;
}
.services-section ul li:nth-child(3) .machinery-img {
  padding-top: 17px;
}*/
.services-section .machinery-img img{
  width: auto;
  height: auto;
  vertical-align: middle;
  border-radius: 100%;
}
.services-section .machinery-text h6, 
.services-section .machinery-text h6 a {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  position: relative;
  z-index: 1;
}
.services-section .machinery-text h6{
  margin-bottom: 15px;
}
.services-section .machinery-text p {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.4px;
  padding: 0px 0px 17px 0px;
  position: relative;
  z-index: 1;
  min-height: 180px;
}
.services-section .read-more-link {
  text-align: center;
  padding: 0px;
  position: relative;
  z-index: 1;
}
.services-section .read-more-link a{
  color: #486cff;
}
.services-section .read-more-link a:hover{
  color: #252525;
}
.services-section .button-row{
  text-align: center;
  padding: 60px 0px 0px 0px;
}
.services-section .button-row a{
  min-width: 135px;
}
.blog-section {
  background-color: #ffffff;
  padding: 76px 0px 80px;
}
.blog-section .page-title-row h3{
  letter-spacing: 0px;
  margin: 0px 0px 55px;
}
.blog-section .machinery-list-row ul{
  margin: 0px -16.5px 0px;
}
.blog-section .machinery-list-row ul li{
  width: 33.3333%;
  padding: 0px 16.5px 0px; 
}
.blog-section .machinery-list-row .machinery-box,
.blog-section .machinery-list-row .machinery-box .machinery-text{
  background-color: #f2f2f2;
}
.blog-section .machinery-list-row .machinery-box .machinery-text {
  padding: 25px 30px 14px 30px;
}
.blog-section .machinery-list-row .machinery-img:after {
  display: none;
}
.machinery-text span{
  display: inline-block;
  float: left;
  vertical-align: top;
  width: 100%;
  font-size: 13px;
  color: #486cff;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.2px;
  margin: 0px;
  padding: 0px;
}
.blog-section .machinery-list-row .machinery-text h6, 
.blog-section .machinery-list-row .machinery-text h6 a{
  font-size: 21px;
  line-height: 25px;
}
.blog-section .machinery-list-row .machinery-text h6 {
  margin: 0px 0px 16px 0px;
}
.blog-section .machinery-list-row .machinery-text p{
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0.3px;
  padding: 0px 0px 16px 0px;
}
.blog-section .read-more-link {
  padding: 0px 0px 0px 0px;
  text-align: left;
}
.blog-section .read-more-link a{
  color: #486cff;
}
.blog-section .read-more-link a:hover{
  color: #252525;
}
.blog-section .button-row{
  text-align: center;
  padding: 60px 0px 0px 0px; 
}
.blog-section .button-row a {
  min-width: 135px;
}
.client-logo-section{
  padding: 54px 0px;
  background-color: #f2f2f2;
}
.client-logo-list{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
}
.client-logo-list ul{
  margin: 0px;
  padding: 0px;
}
.client-logo-list ul li{
  margin: 0px;
  padding: 0px 15px;
  width: 33.3333%;
  float: left;
  list-style-type: none;
  text-align: center;
}
.client-logo-list ul li .client-logo-img{
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.client-logo-list ul li:nth-child(1) .client-logo-img{
  padding-top: 9px;
}
.client-logo-list ul li:nth-child(2) .client-logo-img {
  padding-top: 1px;
  padding-left: 2px;
}
.client-logo-list ul li:nth-child(3) .client-logo-img {
  padding-top: 0px;
  padding-left: 2px;
}
.client-logo-list ul li .client-logo-img img{
  /*width: auto;*/
  /*height: auto;*/
  vertical-align: top;
  height: 65px;
  width: 280px;
  object-fit: contain;
}
.news-letter-section{
  padding: 46px 0px 44px;
  background-color: #0066cc;
  text-align: center;
}
.news-letter-row{
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 891px;
  padding-bottom: 60px;
  text-align: left;
}

.news-letter-text{
  float: left;
  width: auto;
}
.news-letter-text span {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.4px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0px 0px 2px 0px;
  padding: 0px;
  width: 100%;
  display: block;
  text-align: left;
}
.news-letter-text h5 {
  font-size: 26px;
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 0.66px;
  line-height: 30px;
  text-align: left;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
  width: 100%;
  display: block;
}
.news-letter-form form h2{
  font-size: 21px !important;
  color: #fff !important;
}
.news-letter-form {
  float: right;
  max-width: 616px;
  width: 100%;
  padding: 5px 0px 0px 0px;
  margin-right: 1px;
}
.news-letter-form li {
  list-style-type: none;
  margin: 0px !important;
  padding: 0px !important;
}
.news-input-fill{
  width: 100%;
  max-width: 245px;
  padding: 0px 0px 0px 10px;
  float: left;
}
.news-letter-form .news-input-fill input[type="text"], 
.news-letter-form .news-input-fill input[type="email"] {
  background-color: #ffffff;
  border-radius: 0px;
  width: 100%;
  height: 41px;
  line-height: 41px;
  font-family: 'Montserrat', sans-serif;
  color: #252525;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  border: 0px;
  outline: none;
  box-shadow: none;
  display: inline-block;
  vertical-align: top;
  margin: 0px;
  padding: 0px 14px;
}
.news-letter-form *::-webkit-input-placeholder {
  color: #252525;
  font-size: 13px;
  font-weight: 400;
  opacity: 1;
}

.news-letter-form *:-moz-placeholder {
    /* Firefox 18- */
  color: #252525;
  font-size: 13px;
  font-weight: 400;
  opacity: 1;
}

.news-letter-form *::-moz-placeholder {
    /* Firefox 19+ */
   color: #252525;
  font-size: 13px;
  font-weight: 400;
  opacity: 1;
}

.news-letter-form *:-ms-input-placeholder {
   color: #252525;
  font-size: 13px;
  font-weight: 400;
  opacity: 1;
}
.news-letter-form .button-row{
  width: auto;
  padding-left: 10px;
  float: left;
}
.news-letter-form .button-row input[type="submit"] {
  display: inline-block;
  width: auto;
  min-width: 116px;
  height: 41px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 41px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #252525;
  border: 0px;
  border-radius: 0px;
  margin: 0px;
  padding: 0 11px 0px 11px;
  position: relative;
  cursor: pointer;
}
.news-letter-form .button-row input[type="submit"]:hover {
  color: #ffffff;
  background-color: #000000;
  border: 0px;
}
.news-letter-form form > div > div:nth-of-type(3) {
  position: absolute;
  left: 0;
  bottom: 0;
}
.news-letter-form form > div > div:nth-of-type(3) > div:last-of-type {
  padding-left: 0;
}
.news-letter-form form > div > div:nth-of-type(3) input {
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px !important;
  z-index: 10;
  opacity: 0;
}
.news-letter-form form > div > div:nth-of-type(3) label,
.news-letter-form form > div > div:nth-of-type(3) label > a {
  position: relative;
  color: #fff;
  font-size: 14px;
  padding-left: 30px;
  font-weight: 400;
}
.news-letter-form form > div > div:nth-of-type(3) label > a {
  padding: 0;
  text-decoration: underline !important;
}
.news-letter-form form > div > div:nth-of-type(3) label:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #252525;
}
.news-letter-form form > div > div:nth-of-type(3) input:checked ~ label:before {
  background: #252525;
  content: "\f00c";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 15px;
  line-height: 17px;
}


.footer-section-1{
  background-color: #252525;
  border-bottom: 1px solid #3a3a3a;
  float: left;
  width: 100%;
  padding: 58px 0px 21px;
}
.footer-logo{
  float: left;
  width: auto;
}
.footer-logo a{
  display: inline-block;
  vertical-align: top;
}
.footer-logo img{
  width: auto;
  height: auto;
  vertical-align: top;
}
.footer-section-1 .footer-right {
  width: auto;
  float: right;
  text-align: right;
  padding-right: 0;
  padding: 12px 0px 0px 0px;
}
.footer-section-1 .footer-right ul {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.footer-section-1 .footer-right ul li {
  float: left;
  width: auto;
  list-style-type: none;
  margin: 0px;
  padding: 0px 0px 0px 8px;
}
.footer-section-1 .footer-right ul li:first-child {
  padding-left: 0px;
}
.footer-section-1 .footer-right ul li:before,
.footer-section-1 .footer-right ul li:after{
  display: none;
}
.footer-section-1 .footer-right ul li a {
  padding: 0px;
  margin: 0px;
  display: inline-block;
  vertical-align: top;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #3a3a3a;
  border-radius: 100%;
  color: #ffffff;
  font-size: 0px;
  font-weight: 500;
  text-align: center;
  position: relative;
}
.footer-section-1 .footer-right ul li a:after {
  content: "";
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 42px;
  width: 100%;
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
}
.footer-section-1 .footer-right ul li a:hover:after {
  color: #0066cc;
}
.footer-section-1 .footer-right ul li.fa-facebook a:after {
  content: "\f09a";
}
.footer-section-1 .footer-right ul li.fa-twitter a:after {
  content: "\f099";
}
.footer-section-1 .footer-right ul li.fa-linkedin a:after {
  content: "\f0e1";
}
.footer-section-1 .footer-right ul li.fa-youtube-play a:after {
  content: "\f16a";
}
.footer-section-1 .footer-right ul li a i.fa{
  width: auto;
  display: inline-block;
  vertical-align: top;
  padding: 0px;
}
.footer-section-1 .footer-right ul li a .fa-facebook {
  margin: 14px 0px 0px 0px;
}
.footer-section-1 .footer-right ul li a .fa-twitter {
  margin: 13px 0px 0px 0px;
}
.footer-section-1 .footer-right ul li a .fa-linkedin {
  margin: 13px 0px 0px 0px;
}
.footer-section-1 .footer-right ul li a .fa-youtube-play {
  margin: 13px 0px 0px 0px;
}
.footer-section-1 .footer-right ul li a:hover {
  border: 1px solid #0066cc;
  color: #0066cc;
}
.footer-section-2 {
  float: left;
  width: 100%;
  background-color: #252525;
  padding: 28px 0px 54px;
}
.footer-box-1{
  width: auto;
  float: left;
}
.footer-box-1 .textwidget{
  float: left;
  width: 100%;
}
.footer-box-1 li.widget,
.footer-box-1 .widget {
  padding-bottom: 0px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.footer-box-1 p {
  color: #b4b4b4;
  line-height: 24px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.33px;
  margin: 0px;
  padding: 0px;
}
.footer-box-1 p a{
  color: #b4b4b4;
  line-height: 24px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.33px;
  text-decoration: none;
  text-transform: none;
  outline: none;
  border: 0px;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.footer-box-1 p a:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -1px;
  top: auto;
  left: 0px;
  background-color: #a0a0a0;
}
.footer-box-1 p a:hover{
  color: #0066cc;
}
.footer-box-1 p a:hover:after{
  background-color: #0066cc;
}
.footer-box-1 p strong{
  font-weight: 400;
  color: #ffffff;
}
.footer-box-1:first-child p strong{
  text-transform: uppercase;
  width: 100%;
}
.footer-box-1:nth-child(2) {
  padding-left: 61px;
}
.footer-box-1:nth-child(3) {
  float: right;
}
.footer-box-1:nth-child(3) p {
  text-align: right;
}
.footer-section-3{
  float: left;
  width: 100%;
  background-color: #202020;
  padding: 15px 0px 14px;
}

.footer-link-new{
  float: right;
  width: auto;
  padding: 9px 0px 7px 0px;
}
.footer-link-new ul{
  margin: 0px -9px;
  padding: 0px;
}
.footer-link-new ul li{
  margin: 0px;
  padding: 0px 9px;
  float: left;
  width: auto;
  list-style-type: none;
}
.footer-link-new ul li a{
  color: #b4b4b4;
  line-height: 24px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.33px;
  text-decoration: none;
  text-transform: none;
  outline: none;
  border: 0px;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.footer-link-new ul li a:hover{
  color: #0066cc;
}
.footer-link-new ul li.current-menu-item a{
  color: #0066cc;
}
.footer-link-new p{
  color: #b4b4b4;
  line-height: 20px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.33px;
  margin: 0px;
  padding: 0px;
}
.footer-link-new p a{
  color: #b4b4b4;
  line-height: 24px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.33px;
  text-decoration: none;
  text-transform: none;
  outline: none;
  border: 0px;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.footer-link-new p a:hover{
  color: #0066cc;
}

.copy-right{
  float: left;
  width: auto;
  padding: 14px 0px 0px 0px;
}
.copy-right p{
  color: #b4b4b4;
  line-height: 20px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.33px;
  margin: 0px;
  padding: 0px;
}
.copy-right p a{
  color: #b4b4b4;
  line-height: 24px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.33px;
  text-decoration: none;
  text-transform: none;
  outline: none;
  border: 0px;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.copy-right p a:hover{
  color: #0066cc;
}
.chat{
  float: right;
  width: auto;
  display: none;
}
.chat a {
  display: inline-block;
  vertical-align: top;
  width: 53px;
  height: 53px;
  background-color: #0066cc;
  border-radius: 100%;
  text-align: center;
  padding: 12px 0px 0px 1px;
  margin: 0px -6px 0px 0px;
}
.chat a img{
  width: auto;
  height: auto;
  vertical-align: top;
}

.banner-section-inner-page {
  width: 100%;
  position: relative;
}
.banner-section-inner-page .wrapper {
  height: 100%;
}
.banner-section-inner-page ul {
  margin: 0px;
  padding: 0px;
}
.banner-section-inner-page ul li {
  width: 100%;
  height: 230px;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color: #000;
}
.banner-section-inner-page .banner-middle-content {
  width: auto;
  min-width: auto;
  min-height: auto;
  margin: 0px 0px 0px;
  padding: 0px !important;
}
.banner-section-inner-page .banner-middle-content h1 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.inner-page-description {
  background-color: #f2f2f2;
  padding: 72px 0px 46px;
  text-align: center;
}
.inner-page-description p{
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  line-height:29px;
  letter-spacing: -0.3px;
  color: #252525;
  width: 100%;
  max-width: 961px;
  display: inline-block;
  vertical-align: top;
  margin: 0px 0px 29px 0px;
  padding: 0px;
}
.inner-page-description p strong{
  font-weight: 700;
}
.inner-page-description p a{
  color: #0066cc;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.3px;
  text-transform: none;
  text-decoration: none;
  outline: none;
}
.inner-page-description p a:hover{
  color: #252525;
}

.team-people-section{
  padding: 80px 0px;
  text-align: center;
}
.team-people-list{
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 750px;
}
.team-people-list ul {
  margin: 0px -15px;
  padding: 0px 0px;
  position: relative;
}
.team-people-list ul li {
  margin: 0px;
  padding: 0px 15px;
  list-style-type: none;
  float: left;
  width: 50%;
}
.team-people-list ul li .machinery-img:after {
  display: none;
}
.team-people-list .machinery-text {
  background-color: #f2f2f2;
  padding-bottom: 22px;
}
.team-people-list .machinery-text h6 span {
  color: #0066cc;
  display: block;
  text-align: left;
  line-height: normal;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  margin: 4px 0px 0px;
}
.team-people-list .machinery-text p{
  line-height: 25px;
  margin: 0px;
  padding: 0px 0px 0px 1px;
  display: block;
}
.team-people-list .machinery-text p a{
  text-align: left;
  text-transform: none;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #0066cc;
  letter-spacing: 0px;
  text-decoration: none;
  outline: none;
}
.team-people-list .machinery-text p a:hover{
  color: #252525;
}
.team-people-list .machinery-text p span.icon-linkedin{
  float: none;
  width: auto;
  vertical-align: middle;
  padding-left: 7px;
}
.white-bg-color{
  background-color: #ffffff;
}
.description-width-tilte{
  padding: 45px 0px 16px;
}
.description-width-tilte h2 {
  color: #252525;
  font-weight: 800;
  font-size: 36px;
  margin: 0px 0px 28px 0px;
}
.description-width-tilte h2 strong{
  color: #0066cc;
  font-weight: 800;
}
.product-page-product-list{
  padding: 80px 0px 62px;
  background-color: #f2f2f2;
}
.product-page-product-list ul {
  margin: 0px -9px;
  padding: 0px 0px;
  position: relative;
}
.product-page-product-list ul li {
  margin: 0px;
  padding: 0px 9px 18px;
  list-style-type: none;
  float: left;
  width: 25%;
}
.product-page-product-list ul li .machinery-text h6 {
  margin: 0px 0px 9px 0px;
  word-wrap: break-word;
}
.product-page-product-list ul li .machinery-img:after {
  display: none;
}

.product-detail-section{
  background-color: #ffffff;
  border-bottom: 3px solid #fff;
}
.product-left-box{
  float: left;
  width: 50%;
}

 /* Style the list */
 .breadcrumb-section {
    /*float: left;*/
    width: 100%;
    padding: 7px 0px 11px;
 }
.breadcrumb-section.product-cat{
  padding: 10px 0;
}
ul.breadcrumb {
    padding: 0px;
    margin: 0px;
    list-style: none;
    background-color: transparent;
}

/* Display list items side by side */
ul.breadcrumb li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    float: left;
    width: auto;
    font-size: 12px;
    color: #0066cc;
    font-weight: 400;
    line-height: normal;
    position: relative;
}

/*ul.breadcrumb li:first-child a:after {
  display: none;
}*/

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li a:after {
  padding: 0px;
  font-size: 12.7px;
  line-height: normal;
  color: #777777;
  font-weight: 400;
  content: "\f105";
  font-family: "FontAwesome";
  position: relative;
  padding: 0px 6px 0px 7px;
  top: 1px;
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
    color: #777777;
    font-weight: 400;
    font-size: 12px;
    line-height: normal;
    text-decoration: none;
    position: relative;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
    color: #0066cc;
    text-decoration: none;
}
ul.breadcrumb li a:hover:after {
    color: #0066cc;
}  

.product-detail-slider{
  float: left;
  width: 100%;
  padding: 10px 65px 40px 0px;
}
.product-detail-slider ul#product-detail-slider{
  float: left;
  width: 100%;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
.product-detail-slider ul#product-detail-slider li{
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.product-detail-slider ul#product-detail-slider li .detail-slider-img{
  float: left;
  width: 100%;
  position: relative;
}
.product-detail-slider ul#product-detail-slider li .detail-slider-img:after{
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border: 1px solid #ededed;
}
.product-detail-slider ul#product-detail-slider li .detail-slider-img img{
  width: 100%;
  height: auto;
  vertical-align: top;
}
.product-detail-slider ul#product-detail-slider .owl-prev,
.product-detail-slider ul#product-detail-slider .owl-next{
  position: absolute;
  top: 45%;

}
.product-detail-slider ul#product-detail-slider .owl-prev i,
.product-detail-slider ul#product-detail-slider .owl-next i{
  font-size: 60px;
  color: #0066cc;
  transition: all ease .25s;
}
.product-detail-slider ul#product-detail-slider .owl-prev{
  left: -40px;
}
.product-detail-slider ul#product-detail-slider .owl-next{
  right: -40px;
}
.product-detail-slider ul#product-detail-slider .owl-prev:hover i,
.product-detail-slider ul#product-detail-slider .owl-next:hover i{
  color: #252525;
}

.product-detail-slider ul#product-detail-slider-navigation{
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px 40px 0px 41px;
}
.product-detail-slider ul#product-detail-slider-navigation .owl-stage{
  margin: 0 auto;
}
.product-detail-slider ul#product-detail-slider-navigation li{
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  border: 2px solid transparent;
}
.product-detail-slider ul#product-detail-slider-navigation .current li{
  border: 2px solid #0066cc;
}
.product-detail-slider ul#product-detail-slider-navigation li .slider-thumbs-img{
  float: left;
  width: 100%;
  cursor: pointer;
  position: relative;
}
.product-detail-slider ul#product-detail-slider-navigation li .slider-thumbs-img:after{
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border: 1px solid #ededed;
}
.product-detail-slider ul#product-detail-slider-navigation li .slider-thumbs-img img{
  width: 100%;
  height: auto;
  vertical-align: top;
}

.product-right-description-box{
  float: right;
  width: 50%;
}
.gray-bg-box-full{
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background-color: #f2f2f2;
  padding: 73px 36px 27px 71px;
}
.gray-bg-box-full:after{
  position: absolute;
  content: "";
  width: 5000px;
  height: 100%;
  left: auto;
  right: -5000px;
  top: 0px;
  background-color: #f2f2f2;
}
.gray-bg-box-full h5{
  font-size: 21px;
  line-height: 28px;
  color: #191919;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
}
.general-data{
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background-color: #ffffff;
  padding: 24px 0px 30px 25px;
}
/*---*/
.general-data .data-tabs{
  border-bottom: 2px solid #06c;
  margin-bottom: 25px;
}
.general-data .data-tabs ul{
  margin: 0;
  padding: 0;
}
.general-data .data-tabs ul li{
  display: inline-block;
  list-style-type: none;
  background: #f2f2f2;
  padding: 10px;
  width: auto;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all ease .25s;
  border: 1px solid #06c;
  border-bottom: none;
}
.general-data .data-tabs ul li:hover{
  color: #06c;
}
.general-data .data-tabs ul li.act{
  background: #06c;
  color: #fff;
}
.general-data .data-tab{
  display: none;
}
.general-data .data-tab.act{
  display: block;
}
.general-data .data-tab p{
  font-size: 16px;
  line-height: 22px;
}
/*---*/
.general-data h6 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #0066cc;
  text-transform: none;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin: 0px 0px 3px 0px;
  padding: 0px;
}
.general-data h6 a {
  float: right;
  width: auto;
  color: #252525;
  font-weight: 400;
  font-size: 13px;
  text-decoration: none;
  outline: none;
  line-height: normal;
  position: relative;
  margin: 6px 0px 0px;
}
.general-data h6 a:before {
  content: "\f02f";
  font-family: "FontAwesome";
  font-size: 13px;
  position: relative;
  float: left;
  padding-right: 7px;
  padding-top: 1px;
}
.general-data h6 a:hover{
  color: #0066cc;
}
.general-data ul {
  margin: 0px;
  padding: 0px 0px 0px 15px;
  width: 100%;
}
.general-data ul li {
  margin: 10px 0;
  padding: 0px 0px 0px 2px;
  list-style-type: disc;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #252525;
  text-transform: none;
  width: 100%;
}
.general-data ul li.parent{
  /*margin-bottom: 0;*/
}
.general-data ul li ul{
  padding: 0px 0px 0px 25px;
}
.general-data ul li ul li{
  list-style-type: circle;
}
.general-data ul li ul li:last-of-type{
  margin-bottom: 0;
}
.general-data .button-row {
  display: inline-block;
  vertical-align: top;
  margin: 12px 0px 0px -1px;
}
.general-data a.download-pdf {
  position: relative;
  background-color: #0066cc;
  color: #ffffff;
  padding: 10px 15px 10px 43px;
  font-size: 14px;
  line-height: 14px;
}
.general-data a.download-pdf:before {
  position: absolute;
  content: "\f1c1";
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: 400;
  left: 25px;
  top: 11px;
  line-height: 14px;
}
.general-data a.download-pdf:after {
  display: none;
}
.general-data a.download-pdf:hover{
  background-color: #252525;
  color: #ffffff;
}
.general-data .button-row a.add-to-cart{
  min-width: 140px;
  background-color: #252525;
  color: #ffffff;
  margin-left: 8px;
  float: left;
  padding: 0 35px 0px 24px;
}
.general-data .button-row a.add-to-cart:hover{
  background-color: #0066cc;
  color: #ffffff;
}
.general-data .button-row a.add-to-cart:after {
  right: 24px;
}

.agent-gray-bg-box-full{
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background-color: #f2f2f2;
  padding: 36px 36px 25px 70px;
}
.agent-gray-bg-box-full:after{
  position: absolute;
  content: "";
  width: 5000px;
  height: 100%;
  left: auto;
  right: -5000px;
  top: 0px;
  background-color: #f2f2f2;
}
.agent-gray-bg-box-full .answer-txt{
  color: #06c;
  font-weight: bold;
}
.agent-img{
  float: left;
  width: 96px;
  height: 96px;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
}
.agent-img:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  left: 0px;
  top: 0px;
  border: 2px solid #0066cc;
}
.agent-img img{
  width: 100%;
  height: 130px;
  vertical-align: top;
  /*border-radius: 100%;*/
}
.agent-content {
  display: block;
  width: 100%;
  padding: 0px 0px 0px 116px;
  margin: -3px 0px 0px 0px;
}
.agent-content h6 {
  clear: none;
  font-size: 18px;
  color: #0066cc;
  font-weight: 600;
  text-transform: none;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
.agent-content h6 strong {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #252525;
  font-weight: 400;
  text-transform: none;
  margin: 3px 0px 0px;
  padding: 0px;
}
.agent-content p{
  font-size: 16px;
  color: #252525;
  text-align: left;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  margin: 0px;
  padding: 0px;
}
.agent-content p a{
  font-size: 16px;
  color: #252525;
  text-align: left;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  text-decoration: none;
  outline: none;
}
.agent-content p a:hover{
  color: #0066cc;
}
.agent-share-row{
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.agent-share-row a{
  float: left;
  margin-left: 7px;
  margin-top: 6px;
}
.agent-share-row a:first-child{
  margin-left: 0px;
}
.inner-page-description h4{
  color: #252525;
  font-size: 28px;
  font-weight: 600;
  text-transform: none;
  width: 100%;
  display: block;
  text-align: center;
  margin: 0px 0px 33px 0px;
  padding: 0px;
}
.do-you-sell-description{
  padding: 69px 0px 46px;
  background-color: #ffffff;
}
.we-buy-me-latest-machinery{
  background-color: #f2f2f2;
  padding: 76px 0px 50px;
}
.we-buy-me-latest-machinery ul {
  margin: 0px -15px;
  padding: 0px 0px;
  position: relative;
}
.we-buy-me-latest-machinery ul li {
  margin: 0px;
  padding: 0px 15px 30px;
  list-style-type: none;
  float: left;
  width: 33.3333%;
}
.we-buy-me-latest-machinery ul li .machinery-img:after {
  display: none;
}
.we-buy-me-latest-machinery .page-title-row h3 {
  margin: 0px 0px 55px;
}
.we-buy-me-latest-machinery ul li .machinery-text h6 {
  margin: 0px 0px 9px 0px;
}
.interested-contact-us-section{
  background-color: #ffffff;
  padding: 56px 0px 28px;
}
.interested-contact-us-section .page-title-row h3 {
  margin: 0px 0px 35px;
}
.interested-contact-inner{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
}
.interested-contact-inner ul {
  margin: 0px 0px;
  padding: 0px 0px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 575px;
}
.interested-contact-inner ul li {
  margin: 0px;
  padding: 0px 0px 30px;
  list-style-type: none;
  float: left;
  width: auto;
}
.interested-contact-inner ul li + li{
  float: right;
}
.interested-contact-div{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
}
.round-box{
  width: 90px;
  height: 90px;
  line-height: 90px;
  overflow: hidden;
  border-radius: 100%;
  display: inline-block;
  vertical-align: top;
  border: 2px solid #0066cc;
  font-size: 48px;
  color: #0066cc;
  margin: 0px 0px 13px 0px;
}
.round-box .fa-envelope{
  font-size: 38px;
}
.interested-contact-inner ul li + li .round-box{
  line-height: 75px;
}
.interested-contact-div p,
.interested-contact-div p a{
  font-size: 22px;
  font-weight: 600;
  margin: 0px;
  padding: 0px;
}

.our-services-list-section {
  background-color: #f2f2f2;
  padding: 80px 0px 50px;
}
.our-services-list-section .machinery-list-row ul{
  margin: 0px -15px;
}
.our-services-list-section .machinery-list-row ul li{
  width: 33.3333%;
  padding: 0px 15px 30px;
}
.our-services-list-section .machinery-list-row ul li .machinery-img:after {
  display: none;
}
.our-services-list-section .machinery-list-row ul li .machinery-text p{
  line-height: 25px;
}
.our-services-list-section .machinery-list-row ul li .machinery-text h6 {
  margin: 0px 0px 8px 0px;
}
.our-services-list-section .machinery-list-row ul li .machinery-text {
  padding: 25px 19px 17px 19px;
}
.any-questions-section {
  padding: 80px 0px;
  text-align: center;
  background-color: #ffffff;
  position: relative;
  min-height: 531px;
}
.any-questions-section .wrapper{
  padding: 40px 0px 40px 0px;
  position: relative;
  height: 100%;
}
.any-questions-img {
  width: 47.3%;
  height: 100%;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 59px;
  top: 0px;
  background-color: #000;
}
.any-questions-content {
  width: 47.7%;
  height: auto;
  min-height: 291px;
  float: right;
  background-color: #f2f2f2;
  border-bottom: 3px solid #0066cc;
  -webkit-box-shadow: 2px 2px 4px -1px rgba(0,0,0,0.25);
  -moz-box-shadow: 2px 2px 4px -1px rgba(0,0,0,0.25);
  box-shadow: 2px 2px 4px -1px rgba(0,0,0,0.25);
  margin: 0px 0px 0px 0px;
  position: relative;
  z-index: 1;
  left: -59px;
  padding: 37px 19px 19px 32px;
}
.any-questions-content h2 {
  font-weight: 800;
  color: #252525;
  text-align: left;
  margin: 0px 0px 14px 0px;
  padding: 0px;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.3px;
}
.any-questions-content p {
  text-align: left;
  line-height: 32px;
  margin: 0px 0px 15px -1px;
  padding: 0px;
}
.any-questions-content p a{
  color: #0066cc;
  line-height: 32px;
}
.any-questions-content p a:hover{
  color: #252525;
}

.contact-form-section {
  padding: 75px 0px 80px;
  background-color: #f2f2f2;
}
.contact-form-section .page-title-row h3 {
  margin: 0px 0px 35px;
}
.contact-form-inner{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
}
.contact-form-inner form{
  width: 100%;
  max-width: 907px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.contact-form-inner .fild-row {
  margin: 0px -8px 0px -6px;
}
.contact-form-inner .fild-row:after {
  content: "";
  display: block;
  height: 0px;
  overflow: hidden;
  clear: both;
}
.contact-form-inner .fild-coll{
  margin: 0px 0px 14px;
  padding: 0px 7px;
  width: 50%;
  float: left;
}
.contact-form-inner .fild-coll-full{
  margin: 0px 0px 20px;
  padding: 0px 7px;
  width: 100%;
  float: left;
}
.contact-form-inner input[type="text"],
.contact-form-inner input[type="email"],
.contact-form-inner input[type="tel"],
.contact-form-inner textarea{
  float: left;
  width: 100%;
  height: 41px;
  line-height: 41px;
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  outline: none;
  box-shadow: none;
  padding: 0px 14px;
  margin: 0px;
  color: #929292;
  font-size: 15px;
  font-weight: 300;
  text-align: left;
}
.contact-form-inner .select-wrapper{
  width: auto;
  position: relative;
}
.contact-form-inner .select-wrapper span{
  display: block;
}
.contact-form-inner .select-wrapper:after {
  position: absolute;
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 17px;
  color: #252525;
  right: 0;
  top: 0;
  width: 20px;
  line-height: 41px;
}
.contact-form-inner select{
  height: 41px;
  line-height: 41px;
  color: #929292;
  font-size: 15px;
  text-transform: none;
  font-weight: 300;
  width: 100%;
  border: 1px solid #e4e4e4;
  box-shadow: none;
  border-radius: 0px;
  padding: 0px 14px;
}
.contact-form-inner textarea{
  height: 236px;
  line-height: 20px;
  resize: none;
  padding: 11px 14px;
}

.contact-form-inner form *::-webkit-input-placeholder {
  color: #929292;
  font-size: 13px;
  font-weight: 300;
  opacity: 1;
  font-family: 'Montserrat', sans-serif;
}

.contact-form-inner form *:-moz-placeholder {
    /* Firefox 18- */
  color: #929292;
  font-size: 13px;
  font-weight: 300;
  opacity: 1;
  font-family: 'Montserrat', sans-serif;
}

.contact-form-inner form *::-moz-placeholder {
    /* Firefox 19+ */
  color: #929292;
  font-size: 13px;
  font-weight: 300;
  opacity: 1;
  font-family: 'Montserrat', sans-serif;
}

.contact-form-inner form *:-ms-input-placeholder {
  color: #929292;
  font-size: 13px;
  font-weight: 300;
  opacity: 1;
  font-family: 'Montserrat', sans-serif;
}
.contact-form-inner .button-row {
  display: block;
  width: 100%;
  float: left;
  vertical-align: top;
  text-align: center;
  margin: 0px;
  padding: 0px 0px 0px 2px;
}
.contact-form-inner .button-row .sub-btn-coll{
  display: inline-block;
  vertical-align: top;
  width: auto;
  position: relative;
}
.contact-form-inner div.wpcf7 .ajax-loader {
  position: absolute;
  right: -30px;
  top: 13px;
}
.contact-form-inner .button-row .sub-btn-coll:after {
  position: absolute;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  right: 23px;
  top: 6px;
}
.contact-form-inner .button-row .sub-btn-coll:hover:after{
  color: #ffffff;
}
.contact-form-inner .button-row input[type="submit"] {
  display: inline-block;
  width: auto;
  min-width: 111px;
  height: 41px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 41px;
  color: #ffffff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  background-color: #252525;
  border: 0px;
  border-radius: 0px;
  margin: 0px;
  padding: 0 24px;
  position: relative;
  outline: none;
  cursor: pointer;
  box-shadow: none;
    text-align: center;
}
.contact-form-inner .button-row input[type="submit"]::after{
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    font-weight: 400;
    right: 25px;
    top: 0px;
}

.contact-form-inner .button-row input[type="submit"]:hover {
  color: #ffffff;
  background-color: #0066cc;
  border: 0px solid #a47001;
}

.contact-address-section{
  background-color: #ffffff;
  padding: 0px;
  position: relative;
}
.contact-address-section .contact-address-box{
  float: left;
  width: 39%;
  height: auto;
  min-height: 504px;
  padding: 73px 25px 33px 0px;
}
.contact-address-section .contact-address-box h2{
  font-size: 36px;
  line-height: 40px;
  font-weight: 800;
  color: #252525;
  text-align: left;
  margin: 0px 0px 22px 0px;
  padding: 0px;
}
.contact-address-section .contact-address-box p{
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #252525;
  text-align: left;
  margin: 0px 0px 24px 0px;
  padding: 0px;
  display: block;
}
.contact-address-section .contact-address-box p strong{
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
}
.contact-address-section .contact-address-box p a{
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #0066cc;
  text-decoration: none;
  outline: none;
  border: 0px;
  text-transform: none;
}
.contact-address-section .contact-address-box p a:hover{
  color: #252525;
  text-decoration: none;
}
.contact-address-section .map-box {
  float: right;
  position: absolute;
  right: 0px;
  left: auto;
  top: 0px;
  width: 59.5%;
  height: 100%;
}
.contact-address-section .map-box img{
  width: 100%;
  height: auto;
  vertical-align: top;
}
.contact-address-section .map-box iframe{
  width: 100% !important;
  height: 100% !important;
  border: 0px !important;
}
.your-items-section{
  background-color: #f2f2f2;
  padding: 6px 0px;
}
.your-items-section p{
  font-weight: 600;
  color: #252525;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  width: 100%;
  display: block;
  margin: 0px;
  padding: 0px;
}
.your-items-box-section{
  background-color: #ffffff;
  padding: 30px 0px 80px;
}
.your-items-row{
  position: relative;
  float: left;
  width: 100%;
  padding: 0px 0px 40px 0px;
  margin: 0px 0px 40px 0px;
  border-bottom: 1px solid #f2f2f2;
}
.items-img{
  float: left;
  width: 100%;
  max-width: 320px;
  position: relative;
}
.items-img img{
  width: 100%;
  height: auto;
  vertical-align: top;
}
.items-img:after{
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border: 1px solid #ededed;
}
.your-items-content{
  display: block;
  width: 100%;
  padding: 3px 200px 0px 340px;
  position: relative;
}
.your-items-content h6{
  color: #191919;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  text-transform: uppercase;
  width: 80%;
  display: inline-block;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
.your-items-content h6 a{
  color: #191919;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  text-align: left;
  width: 100%;
  display: block;
  margin: 0px;
  padding: 0px;
}
.your-items-content h6 a:hover{
  color: #0066cc;
}
.your-items-content p{
  color: #252525;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  width: 100%;
  display: block;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.edit-remove-link{
  position: absolute;
  width: auto;
  right: 0px;
  top: 5px;
  left: auto;
  padding: 0px 48px 0px 0px;
}
.edit-remove-link .a-link{
  width: auto;
  float: left;
  position: relative;
  padding: 0px 0px 0px 34px;
}
.edit-remove-link .a-link:first-child{
  padding-left: 0px;
}
.edit-remove-link a{
  color: #0066cc;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none !important;
  outline: none;
  width: auto;
  float: left;
  position: relative;
  padding: 0px 0px 0px 0px;
}
.edit-remove-link .a-link a:after {
  position: absolute;
  content: "";
  left: 0px;
  top: auto;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background-color: #3f8cd9;
}
.edit-remove-link .a-link a:hover:after {
  background-color: #191919;
}
.edit-remove-link a:hover{
  color: #191919;
  text-decoration: none !important;
}
.edit-remove-link a:first-child{
  padding-left: 0px;
}
.edit-remove-link .a-link:first-child:before,
.edit-remove-link .a-link:first-child:after{
  display: none;
}
.edit-remove-link .a-link:before {
  position: absolute;
  content: "";
  left: 17px;
  top: 5px;
  width: 1px;
  height: 11px;
  background-color: #448fda;
}
.edit-remove-link .a-link:after {
  position: absolute;
  content: "";
  left: 18px;
  top: 5px;
  width: 1px;
  height: 11px;
  background-color: #88b8e7;
}
.your-items-box-section .button-row{
  text-align: right;
  float: left;
  width: 100%;
  margin: -15px 0px 0px 0px;
}
.your-items-box-section .button-row a{
  min-width: 115px;
  padding: 0 34px 0px 24px;
}
.your-items-box-section .button-row a:after {
  right: 23px;
}

.fancybox-overlay  {
  display: none;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 99999;
  background-color: rgba(0,0,0,0.75);
}
.popup-container1 {
  background-color: transparent;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  max-width: 100%;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0%;
  margin: 0px auto 0px auto;
  border-radius: 0px;
  text-align: center;
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: center;
}
.popup-container .mCSB_scrollTools .mCSB_draggerContainer {
  display: none;
}
.popup-container .mCSB_inside > .mCSB_container {
  margin-right: 0px;
}
.fancybox-wrap{
  margin-top: 19px;
  /*margin: 138px 0px 138px 0px;*/
}
.fancybox-skin{
  padding: 0px !important;
  border-radius: 0px;
}
.fancybox-inner{
  float: left;
  display: inline-block;
  vertical-align: top;
  /*max-width: 453px;*/
  max-width: 470px;
  width: 100%;
  background-color: #ffffff;
  position: relative;
  z-index: 999999;
    height: auto !important;
}
.enquiry-form-box h2 {
  background-color: #0066cc;
  color: #ffffff;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  display: block;
  float: left;
  margin: 0px;
  padding: 20px 28px 20px;
  /*padding: 26px 28px 31px;*/
}
.enquiry-form-box p{
  color: #252525;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
  text-align: left;
  width: 100%;
  display: block;
  float: left;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.enquiry-form-inner{
  width: 100%;
  display: block;
  float: left;
  padding: 24px 30px 30px 30px;
}

.enquiry-form-inner .fild-coll-full-1{
  margin: 0px 0px 14px;
  padding: 0px 0px;
  width: 100%;
  float: left;
}
.enquiry-form-inner input[type="text"],
.enquiry-form-inner input[type="email"],
.enquiry-form-inner textarea{
  float: left;
  width: 100%;
  height: 41px;
  line-height: 41px;
  background-color: #ffffff;
  border: 1px solid #c2c2c2;
  border-radius: 0px;
  outline: none;
  box-shadow: none;
  padding: 0px 14px;
  margin: 0px;
  color: #252525;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
}
.enquiry-form-inner textarea{
  height: 131px;
  line-height: 20px;
  resize: none;
  padding: 8px 14px;
}

.enquiry-form-inner form *::-webkit-input-placeholder {
  color: #252525;
  font-size: 13px;
  font-weight: 400;
  opacity: 1;
  font-family: 'Montserrat', sans-serif;
}

.enquiry-form-inner form *:-moz-placeholder {
    /* Firefox 18- */
  color: #252525;
  font-size: 13px;
  font-weight: 400;
  opacity: 1;
  font-family: 'Montserrat', sans-serif;
}

.enquiry-form-inner form *::-moz-placeholder {
    /* Firefox 19+ */
  color: #252525;
  font-size: 13px;
  font-weight: 400;
  opacity: 1;
  font-family: 'Montserrat', sans-serif;
}

.enquiry-form-inner form *:-ms-input-placeholder {
  color: #252525;
  font-size: 13px;
  font-weight: 400;
  opacity: 1;
  font-family: 'Montserrat', sans-serif;
}
.enquiry-form-inner .button-row {
  display: block;
  width: 100%;
  float: left;
  vertical-align: top;
  text-align: right;
  margin: 0px;
  padding: 0px 0px 0px 0px;
}
.enquiry-form-inner .button-row .sub-btn-coll{
  display: inline-block;
  vertical-align: top;
  width: auto;
  position: relative;
}
.enquiry-form-inner .button-row .sub-btn-coll:after {
  position: absolute;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  right: 23px;
  top: 6px;
}
.enquiry-form-inner .button-row .sub-btn-coll:hover:after{
  color: #ffffff;
}
.enquiry-form-inner .button-row input[type="submit"] {
  display: inline-block;
  width: auto;
  min-width: 111px;
  height: 41px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 41px;
  color: #ffffff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  background-color: #252525;
  border: 0px;
  border-radius: 0px;
  margin: 0px;
  padding: 0 34px 0px 24px;
  position: relative;
  outline: none;
  cursor: pointer;
  box-shadow: none;
  float: none;
}
.enquiry-form-inner .button-row input[type="submit"]:hover {
  color: #ffffff;
  background-color: #0066cc;
  border: 0px solid #a47001;
}
.blog-page-blog-section{
  background-color: #ffffff;
  padding: 80px 0px;
}
.blog-page-blog-section ul{
  margin: 0px -16.5px 0px;
  padding: 0px;
}
.blog-page-blog-section ul li{
  margin: 0px;
  padding: 0px 16.5px 33px;
  width: 33.3333%;
}
.blog-page-blog-section ul li .machinery-img:after {
  display: none;
}
.blog-page-blog-section ul li .machinery-text {
  background-color: #f2f2f2;
  padding: 25px 30px 14px 30px;
}
.blog-page-blog-section ul li .machinery-text h6, 
.blog-page-blog-section ul li .machinery-text h6 a {
  font-size: 21px;
  line-height: 25px;
}
.blog-page-blog-section ul li .machinery-text h6 {
  margin: 0px 0px 16px 0px;
}
.blog-page-blog-section ul li .machinery-text p {
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0.3px;
  padding: 0px 0px 16px 0px;
}
.blog-page-blog-section ul li .read-more-link {
  padding: 0px 0px 0px 0px;
  text-align: left;
}
.blog-page-blog-section ul li .read-more-link a {
  color: #486cff;
}
.blog-page-blog-section ul li .read-more-link a:hover {
  color: #252525;
}
.blog-page-blog-section .button-row{
  margin: 27px 0px 0px 0px;
  padding: 0px;
  text-align: center;
}
.blog-page-blog-section .button-row a {
  min-width: 135px;
}
.blog-detail-page-blog-section{
  background-color: #f2f2f2;
  padding: 80px 0px 50px;
}
.blog-detail-tilte{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  border-bottom: 1px solid rgba(0,0,0,0.12);
  padding-bottom: 15px;
  margin-bottom: 12px;
}
.blog-detail-tilte p{
  display: block;
  float: none;
  vertical-align: top;
  width: 100%;
  font-size: 13px;
  color: #252525;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.2px;
  margin: 0px;
  padding: 0px;
}
.blog-detail-tilte p span {
  display: inline-block;
  float: none;
  vertical-align: top;
  width: auto;
  font-size: 13px;
  color: #486cff;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.2px;
  margin: 0px;
  padding: 0px;
}
.blog-detail-tilte .by-text{
  width: auto;
  float: left;
}
.blog-detail-tilte .date-text{
  width: auto;
  float: right;
}
.blog-detail-description h5, 
.blog-detail-description h5 a {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 21px;
  line-height: 30px;
  color: #252525;
  outline: none;
  border: 0px;
  text-decoration: none;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
.blog-detail-description h5 a{
  width: auto;
}
.blog-detail-description h5 a:hover {
  color: #0066cc;
  text-decoration: none !important;
}
.blog-detail-description h5{
  margin: 0px 0px 9px 0px;
}
.blog-detail-page-single-img-1{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: left;
  margin: 0px 0px 25px 0px;
}
.blog-detail-page-single-img-1 img{
  width: 100%;
  height: auto;
  vertical-align: top;
}
.blog-detail-description{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: left;
  padding-right: 170px;
  position: relative;
}
.blog-detail-description .social-box {
  position: absolute;
  width: auto;
  right: 0px;
  top: 72px;
  max-width: 65px;
  z-index: 3;
}
.blog-detail-description .social-box .social-icon{
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.blog-detail-description .social-box .social-icon a{
  display: inline-block;
  vertical-align: top;
  width: 64px;
  line-height: 64px;
  height: 64px;
  background-color: #3b579d;
  text-align: center;
  margin-bottom: 5px;
}
.blog-detail-description .social-box .social-icon a:hover{
  opacity: 0.8;
}
.blog-detail-description .social-box .social-icon a img{
  width: auto;
  height: auto;
  vertical-align: top;
  margin-top: 19px;
}
.blog-detail-description .social-box .social-icon a.faceboox{
  background-color: #3b579d;
}
.blog-detail-description .social-box .social-icon a.faceboox img{
  margin-top: 19px;
}
.blog-detail-description .social-box .social-icon a.twitter{
  background-color: #55adee;
}
.blog-detail-description .social-box .social-icon a.twitter img{
  margin-top: 21px;
}
.blog-detail-description .social-box .social-icon a.linkedin{
  background-color: #007bb5;
}
.blog-detail-description .social-box .social-icon a.linkedin img{
  margin-top: 20px;
}
.blog-detail-description .social-box .social-icon a.buffer{
  background-color: #c9c9c9;
}
.blog-detail-description .social-box .social-icon a.buffer img{
  margin-top: 18px;
}
.blog-detail-description .social-box .like-box{
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 36px;
}
.blog-detail-description .social-box .like-box a {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
  margin-bottom: 31px;
}
.blog-detail-description .social-box .like-box a:hover{
  opacity: 0.8;
}
.blog-detail-description .social-box .like-box a img{
  width: auto;
  height: auto;
  vertical-align: top;
  margin-top: 0px;
  opacity: 1;
}
.blog-detail-description .social-box .like-box a.like-icon{
  line-height: 39px;
}
.blog-detail-description .social-box .like-box a.comment-icon{
  line-height: 31px;
}
.blog-detail-description .social-box .like-box span {
  font-weight: 600;
  color: rgba(37,37,37,0.50);
  font-size: 15px;
  position: relative;
  top: 4px;
  left: 2px;
  letter-spacing: 1.5px;
}
.blog-detail-description .social-box .like-box .comment-icon span {
  top: -2px;
  left: 2px;
}
.blog-detail-description p{
  display: block;
  float: none;
  vertical-align: top;
  width: 100%;
  font-size: 15px;
  color: #252525;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0.35px;
  margin: 0px 0px 24px 0px;
  padding: 0px;
}
.blog-detail-description p strong{
  color: #252525;
  font-weight: 600;
  letter-spacing: 0.1px;
  margin: 0px 0px 24px 0px;
}
.blog-detail-description p a {
  text-transform: none;
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
  color: #0066cc;
  outline: none;
  border: 0px;
  text-decoration: none;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
.blog-detail-description p a:hover {
  color: #252525;
}
.blog-detail-description h6 {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: left;
  text-transform: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.1px;
  color: #0066cc;
  outline: none;
  border: 0px;
  text-decoration: none;
  margin: 0px 0px 16px 0px;
  padding: 0px;
}
.blog-detail-description h6 strong{
  display: block;
  font-weight: 600;
  font-size: 17px;
  color: #252525;
  margin: 5px 0px 0px 0px;
}

.comment-form-section {
  width: 100%;
  text-align: left;
  background-color: #f2f2f2;
  padding: 0px 0px 60px 0px;
}
.comment-form-row{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 964px;
}
.sort-by-row{
  display: inline-block;
  vertical-align: top;
  width: 100%; 
  border-top: 1px solid rgba(0,0,0,0.12);
  border-bottom: 1px solid rgba(0,0,0,0.12);
  padding: 20px 0px;
  margin: 0px 0px 20px 0px;
}
.sort-by-row h6{
  width: auto;
  float: left;
  color: #0066cc;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  text-align: left;
  margin: 0px;
  padding: 0px;
  text-transform: none;
}
.sort-by-form{
  width: auto;
  float: right;
}
.sort-by-form .select-wrapper{
  float: right;
  width: auto;
  position: relative;
}
.sort-by-form .select-wrapper:after {
  position: absolute;
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 17px;
  color: #252525;
  right: 0px;
  top: 0px;
  width: 20px;
  height: 34px;
  line-height: 34px;
}
.sort-by-form select{
  min-width: 110px;
  height: 34px;
  line-height: 32px;
  color: #252525;
  font-size: 15px;
  text-transform: none;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
  width: auto;
  border: 1px solid #dedede;
  background-color: #f2f2f2;
  box-shadow: none;
  border-radius: 0px;
  float: right;
  padding: 0px 10px 0px 6px;
}

.sort-by-form span{
  width: auto;
  float: left;
  color: #252525;
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  text-align: left;
  margin: 0px 9px 0px 0px;
  padding: 0px;
}

.comment-box-section{
  width: 100%;
  max-width: 639px;
  float: left;
}
.add-comment{
  float: left;
  width: 100%;
  background-color: #ffffff;
  padding: 20px;
  margin: 0px 0px 20px 0px;
}
.add-comment .user-img{
  float: left;
  width: auto;
  padding-left: 23px;
  padding-top: 16px;
}
.textarea-wrapper{
  display: block;
  width: 100%;
  padding: 0px 0px 0px 102px
}
.add-comment textarea{
  box-shadow: none;
  display: block;
  width: 100%;
  background-color: #f2f2f2;
  border: 1px solid #dedede;
  border-radius: 0px;
  color: #252525;
  font-size: 15px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  margin: 0px;
}
.add-comment .button-row {
  text-align: right;
  padding: 10px 0px 0px 0px;
}
.add-comment .button-row input[type="submit"] {
  display: inline-block;
  width: auto;
  min-width: 166px;
  height: 34px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 34px;
  color: #ffffff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  background-color: #252525;
  border: 0px;
  border-radius: 0px;
  margin: 0px;
  padding: 0 37px 0px 24px;
  position: relative;
  cursor: pointer;
  border: 0px;
  outline: none;
  box-shadow: none;
}
.add-comment .button-row input[type="submit"]:hover {
  color: #ffffff;
  background-color: #0066cc;
  border: 0px solid #a47001;
}
.add-comment .button-row .sub-btn-coll {
  display: inline-block;
  vertical-align: top;
  width: auto;
  position: relative;
}
.add-comment .button-row .sub-btn-coll::after {
  position: absolute;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  right: 23px;
  top: 2px;
}
.comment-box{
  float: left;
  width: 100%;
  background-color: #f2f2f2;
  border: 1px solid #bbbbbb;
  padding: 20px 20px 16px 20px;
  margin: 0px 0px 21px 0px;
}
.comment-box .avtar-img{
  float: left;
  width: auto;
  padding-left: 0px;
  padding-top: 0px;
}
.comment-box .avtar-img img{
  width: auto;
  height: auto;
  vertical-align: top;
  border-radius: 100%;
}
.comment-box .comment-wrapper{
  display: block;
  width: 100%;
  padding: 0px 0px 0px 112px;
}
.comment-box .comment-wrapper .comment-title {
  display: block;
  float: left;
  width: 100%;
  margin: -9px 0px 9px 0px;
}
.comment-box .comment-wrapper h6{
  width: auto;
  float: left;
  color: #0066cc;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  text-align: left;
  margin: 0px;
  padding: 0px;
  text-transform: none;
}
.comment-box .comment-wrapper span{
  width: auto;
  float: right;
  color: #252525;
  font-weight: 300;
  font-size: 13px;
  line-height: 25px;
  text-align: left;
  margin: 0px;
  padding: 0px;
  text-transform: none;
}
.comment-box .comment-wrapper p{
  width: 100%;
  float: right;
  color: #252525;
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  text-align: left;
  margin: 0px 0px 25px 0px;
  padding: 0px;
  text-transform: none;
}
.comment-box-footer{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
  margin: -6px 0px 0px 0px;
}
.comment-box-footer-inner{
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.comment-box-footer-inner div{
  float: left;
  width: auto;
}
.comment-box-footer-inner a {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
  margin-bottom: 0px;
}
.comment-box-footer-inner a:hover{
  opacity: 0.8;
}
.comment-box-footer-inner a img{
  width: auto;
  height: auto;
  vertical-align: top;
  margin-top: 0px;
  opacity: 1;
}
.comment-box-footer-inner .comment-unlike {
  padding-left: 41px;
}
.comment-box-footer-inner .comment-unlike img {
  margin-top: 5px;
}
.comment-box-footer-inner .comment-count{
  padding-left: 40px;
}
.comment-box-footer-inner .comment-count img{
  margin-top: 4px;
}
.comment-box-footer-inner a span {
  font-weight: 600;
  color: rgba(37,37,37,0.50);
  font-size: 15px;
  position: relative;
  top: -3px;
  left: 7px;
  letter-spacing: 1.5px;
}
.comment-box-child{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0px 0px 0px 40px;
}
.comment-box-child .comment-box{
  position: relative;
}
.comment-box-child .comment-box:before{
  position: absolute;
  content: "";
  left: 58px;
  top: -12px;
  background-image: url("../images/comment-box-arrow.jpg");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 18px;
  height: 12px;
}




/* 404 Page css and Search page css Start */

.search-form {
  position: relative;
  width: 100%;
  max-width: 555px;
  display: inline-block;
  vertical-align: top;
}
.search-form label{
  display: none;
}
.nav-links{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 40px 0px 20px;
}
.nav-previous{
  float: left;
  width: auto;
}
.nav-next{
  float: right;
  width: auto;
}
.nav-previous a,
.nav-next a{
  display: inline-block;
  width: auto;
  min-width: 125px;
  height: 40px;
  font-weight: 400;
  font-size: 13px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  background-color: #323232;
  border: 0px solid #323232;
  border-radius: 0px;
  margin: 0px;
  padding: 0 15px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.nav-previous a:hover,
.nav-next a:hover{
  color: #ffffff;
  background-color: #000000;
  border: 0px solid #000000;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.nav-links .nav-previous span.nav-subtitle,
.nav-links .nav-next span.nav-subtitle {
  background: transparent;
  font-weight: 400;
  color: #ffffff;
  display: block;
  font-size: 13px;
  letter-spacing: 0.7px;
  margin-bottom: 0px;
}

.screen-reader-text{
  display: none;
}
.nav-title{
  display: none;
}

.error-404.not-found{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 22px 0px 82px;
}
.error-404.not-found .page-header,
.search-page-section .page-header{
  display: inline-block;
  vertical-align: top;
  width: 100% !important;
  margin: 0px;
  padding: 0px 0px 20px;
}
.error-404.not-found .page-header h4.page-title,
.search-page-section .page-header h4.page-title{
  font-size: 27px;
  line-height: 38px;
  font-weight: 700;
  color: #323232;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
.error-404.not-found .search-form svg.icon.icon-search,
.search-page-section .search-form svg.icon.icon-search{
  display: none;
}
.error-404.not-found input[type="search"],
.search-page-section input[type="search"]{
  border: 1px solid #bbb;
  border-radius: 0px;
}
.error-404.not-found .search-form .search-submit,
.search-page-section .search-form .search-submit{
  bottom: 0;
  padding: 12px 10px 11px;
  position: absolute;
  right: 0;
  top: 0px;
  width: 120px;
  height: auto;
  background-color: #252525;
  border-radius: 0px;
}
.error-404.not-found .search-form .search-submit:hover,
.search-page-section .search-form .search-submit:hover{
  background-color: #0066cc;
  border-radius: 0px;
}
.error-404.not-found .search-form .search-submit .screen-reader-text,
.search-page-section .search-form .search-submit .screen-reader-text{
  clip: auto;
  /* font-size: 16px; */
  font-size: 14px;
  font-weight: 400;
  position: relative !important;
  /* width: auto; */
  overflow: visible;
  height: auto;
  width: 100%;
  word-wrap: normal !important;
  display: block;
  line-height: normal;
}
.search-page-section .search-left-content{
  float: left;
  /*width: 66%;
  padding-right: 66px;*/
  width: 100%;
  padding-right: 0px;
}
.search-page-section .sidebar{
  float: right;
  width: 34%;
}
.has-sidebar .search-page-section .sidebar #secondary {
  float: right;
  padding-top: 0;
  width: 100%;
}
.search-page-section .page-header h4.page-title {
  text-align: left;
}
.search-page-section p{
  text-align: left;
}
.inner-page-description.search-page-section h4 {
  width: 100%;
  display: block;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
.inner-page-description.search-page-section h4,
.inner-page-description.search-page-section h4 a {
  color: #252525;
  font-size: 28px;
  font-weight: 600;
  text-transform: none;
  text-decoration: none;
}
.inner-page-description.search-page-section h4 a:hover {
  color: #0066cc !important;
}
.search-page-section .entry-summary{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 21px;
  margin-bottom: 42px;
  text-align: left;
}
.search-page-section .entry-header h2.entry-title{
  font-size: 17px;
  line-height: 24px;
}
.search-page-section .page-header h3.page-title{
  font-size: 36px;
  line-height: 40px;
  text-align: left !important;
  width: 100%;
  display: block;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  letter-spacing: 0px;
}

.search-page-section .widget {
  background-color: #f2f2f2;
  padding: 20px 0px;
  margin-bottom: 20px;
}
.search-page-section .widget h2.widget-title{
  font-size: 16px;
  margin-bottom: 15px;
  padding-left: 15px;
  padding: 0px 15px;
}
.search-page-section .widget ul li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px;
}
.search-page-section .widget a {
  -webkit-box-shadow: none !important;
  /* box-shadow: !important;*/
   font-weight: normal;
   font-size: 15px;
   color: #252525;
   font-weight: 400 !important;
   border: 0px;
   outline: none;
   text-transform: uppercase;
}
.search-page-section .widget a:hover {
  -webkit-box-shadow: none !important;
   /*box-shadow: !important;*/
   border: 0px;
   outline: none;
   color: #0066cc;
}
.search-page-section .widgetbigtitle.widget_search {
  background-color: transparent;
  padding: 0px;
}
.search-page-section .search-form .search-submit  {
  width: 85px;
}

.search-page-section .link-more {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.search-page-section .link-more a {
  display: inline-block;
  width: auto;
  min-width: 125px;
  height: 40px;
  font-weight: 400;
  font-size: 13px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  background-color: #323232;
  border: 0px solid #323232;
  border-radius: 0px;
  margin: 0px;
  padding: 0 15px;
   -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.search-page-section .link-more a:hover,
.search-page-section .link-more a:focus {
  color: #ffffff;
  background-color: #000000;
  border: 0px solid #000000;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.search-page-section .link-more a.more-link{
  background-color: #252525 !important;
  color: #ffffff !important;
  border: 0px solid #a47001 !important;
  height: 41px;
  line-height: 41px;
  font-weight: 500;
  letter-spacing: 0.7px;
  font-size: 14px;
  text-transform: uppercase;
  min-width: 163px;
  padding: 0px 15px;
}
.search-page-section .link-more a.more-link:hover,
.search-page-section .link-more a.more-link:focus{
  background-color: #0066cc !important;
  color: #ffffff  !important;
  border: 0px solid #a47001 !important;
}

.search-page-section .entry-header .entry-title a{
   -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.search-page-section .entry-header .entry-title a:hover{
   -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #f9b313;
}
.search-page-section {
  background-image: none !important;
}
.search-page-section .widget.widget_search {
  background-color: transparent;
  padding: 0px 0px 0px;
  margin-bottom: 20px;
}

.search-page-section .navigation.pagination{
   border: 0px;
   display: inline-block;
   vertical-align: top;
   width: 100%;
}
.search-page-section .page-numbers{
  background-color: #252525 !important;
  color: #ffffff !important;
  border: 0px solid #a47001 !important;
}
.search-page-section .page-numbers:hover,
.search-page-section .page-numbers.current{
  background-color: #0066cc !important;
  color: #ffffff  !important;
  border: 0px solid #a47001 !important;
}
.search-page-section .prev.page-numbers,
.search-page-section .next.page-numbers{
  display: inline-block;
  width: auto;
  min-width: 125px;
  height: 40px;
  font-weight: 400;
  font-size: 13px;
  line-height: 44px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  background-color: #323232;
  border: 0px solid #323232;
  border-radius: 0px;
  margin: 0px;
  padding: 0 15px;
   -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.search-page-section .page-numbers{
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #323232;
  color: #ffffff !important;
  font-size: 17px;
  padding: 0em 0.75em;
  vertical-align: top;
  min-height: 43px;
  line-height: 43px;
}
.search-page-section .entry-meta {
  text-align: left;
}
.search-page-section .entry-meta a{
  box-shadow: none !important;
}
.search-page-section .prev.page-numbers{
  float: left;
}
.search-page-section .next.page-numbers{
  float: right;
}
.search-page-section .content-area{
  text-align: left;
}
.search-page-section .prev.page-numbers,
.search-page-section .next.page-numbers {
  display: inline-block;
  width: auto;
  min-width: 163px;
  height: 44px;
  font-weight: 500;
  font-size: 14px;
  line-height: 44px;
  color: #ffffff !important;
  text-align: center;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  background-color: #252525 !important;
  border: 0px solid #252525 !important;
  border-radius: 0px;
  margin: 0px;
  padding: 0 15px;
  position: relative;
}
.search-page-section .prev.page-numbers:hover,
.search-page-section .next.page-numbers:hover {
  color: #ffffff !important;
  background-color: #0066cc !important;
  border: 0px solid #0066cc !important;
}
.search-page-section .prev.page-numbers span.screen-reader-text,
.search-page-section .next.page-numbers span.screen-reader-text {
  color: #ffffff !important;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  font-size: 14px;
  width: 100%;
  min-width: 163px;
  height: 44px;
  line-height: 46px;
  display: inline-block;
  vertical-align: top;
  background-color: transparent !important;
  /*border: 1px solid #a47001 !important;
  margin: 0px 0px 0px 0px;
  padding: 0 0px;
  position: absolute !important;
  left: 0px;
  right: 0px;
  top: 0px;*/

  /*transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  -webkit-transform: translate(-4px, -4px);
  transform: translate(-4px, -4px);*/
}
.search-page-section .prev.page-numbers:hover span.screen-reader-text,
.search-page-section .next.page-numbers:hover span.screen-reader-text {
  color: #ffffff !important;
  /*background-color: #a47001 !important;
  border: 1px solid #a47001 !important;*/
}
/*.search-page-section .prev.page-numbers span.screen-reader-text,
.search-page-section .next.page-numbers span.screen-reader-text{
  line-height: 43px;
  display: block;
}*/
.search-page-section .page-numbers .icon {
  display: none !important;
}
.search-page-section .page-numbers:hover,
.search-page-section .page-numbers:focus,
.search-page-section .page-numbers.current{
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #000000;
  color: #ffffff !important;
}
.search-page-section .page-numbers.current{
  font-size: 17px;
  padding: 0em 0.75em;
  vertical-align: top;
  min-height: 43px;
  line-height: 43px;
}
.search-page-section .prev.page-numbers:hover,
.search-page-section .prev.page-numbers:focus,
.search-page-section .next.page-numbers:hover,
.search-page-section .next.page-numbers:focus {
  color: #ffffff;
  background-color: #000000;
  border: 0px solid #000000;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.search-page-section .prev.page-numbers{
  float: left;
}
.search-page-section .next.page-numbers{
  float: right;
}

.search-page-section .prev.page-numbers svg.icon.icon-arrow-left,
.search-page-section .next.page-numbers svg.icon.icon-arrow-left{
  display: none;
}
.search-page-section .prev.page-numbers .screen-reader-text,
.search-page-section .next.page-numbers .screen-reader-text{
  clip: auto;
  /* font-size: 16px; */
  font-size: 14px;
  font-weight: 400;
  /* height: auto; */
  position: relative !important;
  /* width: auto; */
  overflow: visible;
  height: auto;
  width: 100%;
  line-height: normal;
  word-wrap: normal !important;
  display: block;
}
.has-sidebar:not(.error404) .search-page-section #primary {
  width: 60%;
}
/*.search-page-section .sidebar{
  display: none;
}*/
.search-page-section .sidebar .widget{
  background-color: #ffffff;
  border-radius: 0px;
  padding: 20px 0px 20px;
  border: 1px solid #e3e3e3;
  text-align: left;
}
.search-page-section .widget.widget_search{
  padding: 20px;
}
.search-page-section .sidebar .widget h2,
.search-page-section .sidebar .widget ul{
  padding-left: 20px;
  padding-right: 20px;
}
.search-page-section p {
  padding: 0px 0px 0px;
  text-align: left;
}
.search-page-section .entry-title{
  text-align: left;
}
.search-page-section article{
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.default-page-section{
  text-align: left;
}
.default-page-section h2.entry-title,
.default-page-section h3.entry-title,
.default-page-section h4.entry-title {
  color: #252525 !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  letter-spacing: 0px !important;
  text-transform: uppercase !important;
  width: 100%;
  display: block;
  text-align: left;
  margin: 0px 0px 23px 0px;
  padding: 0px;
}
.default-page-section h3.entry-title{
  font-size: 36px !important;
  font-weight: 700 !important;
}
.default-page-section h2.entry-title{
  font-size: 38px !important;
  font-weight: 700 !important;
}
.default-page-section .entry-content{
  float: left;
}
.default-page-section .entry-content h1,
.default-page-section .entry-content h2,
.default-page-section .entry-content h3,
.default-page-section .entry-content h4,
.default-page-section .entry-content h5,
.default-page-section .entry-content h6{
  color: #252525 !important;
  margin: 0px 0px 25px 0px;
  padding: 0px;
  width: 100%;
  display: block;
  text-align: left;
}
.default-page-section .entry-content p{
  text-align: left;
  line-height: 30px;
  font-weight: 400;
}
.default-page-section .entry-content p a{
  text-decoration: none;
  box-shadow: none !important;
}
.default-page-section .entry-content p a:hover{
  text-decoration: none;
  box-shadow: none !important;
}
.default-page-section .entry-content li a{
  text-decoration: none;
  box-shadow: none !important;
  color: #0066cc;
}
.default-page-section .entry-content li a:hover{
  text-decoration: none;
  box-shadow: none !important;
  color: #252525;
}
.default-page-section .entry-content blockquote{
  background-color: #e8e8e8;
  border-left: 5px solid #0066cc;
  text-align: left;
  font-style: normal;
  padding: 15px;
  margin: 0px 0px 30px 0px;
}
.default-page-section .entry-content blockquote p{
  margin: 0px;
  padding: 0px;
}
.archive-page-section section.no-results.not-found{
  background-color: transparent;
}



div.wpcf7-response-output {
  margin: 19px 0px 0px 0px;
  padding: 0px;
  /*color: #ff0000;*/
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  border: 0px;
  float: left;
  width: 100%;
}

div.wpcf7-mail-sent-ok {
  color: #398f14;
  font-size: 14px;
  line-height: 24px;
  border: 0px;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
  color: #ff0000;
  font-size: 14px;
  line-height: 24px;
  border: 0px;
}

div.wpcf7-spam-blocked {
  color: #ffa500;
  font-size: 14px;
  line-height: 24px;
  border: 0px;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  color: #ff0000;
  font-size: 14px;
  line-height: 24px;
  border: 0px;
}

span.wpcf7-not-valid-tip {
  color: #ff0000;
  font-size: 14px;
  line-height: 24px;
  border: 0px;
  float: left;
  width: 100%;
}

.comment-box-section .add-comment .comments-area .comment-reply-title,
.comment-box-section .add-comment .comments-area .comment-form .comment-notes,
.comment-box-section .add-comment .comments-area .comment-form .comment-form-comment label,
.comment-box-section .add-comment .comments-area .comment-form .comment-form-author,
.comment-box-section .add-comment .comments-area .comment-form .comment-form-email,
.comment-box-section .add-comment .comments-area .comment-form .comment-form-url{
  display: none;
}
.comment-box-section .add-comment .comments-area{
  padding: 0px !important;
  margin: 0px !important;
}
.comment-box-section .add-comment .comments-area .comment-form{
  display: block;
  width: 100%;
  padding: 0px 0px 0px 102px;
  position: relative;
}
.comment-box-section .add-comment .comments-area .comment-form:after{
  position: absolute;
  content: "";
  left: 23px;
  top: 16px;
  background-image: url("../images/user-img.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 46px;
  height: 60px;
}
.comment-box-section .add-comment .comments-area .comment-form p{
  margin: 0px;
  padding: 0px;
}
.comment-box-section .add-comment .comments-area .comment-form .comment-form-comment{
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
.comment-box-section .add-comment .comments-area .comment-form p.form-submit:after {
  position: relative;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  right: 23px;
  top: 2px;
  display: inline-block;
  vertical-align: top;
}
.comment-box-section .add-comment .comments-area .comment-form .form-submit input[type="submit"] {
  display: inline-block;
  width: auto;
  min-width: 166px;
  height: 34px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 34px;
  color: #ffffff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  background-color: #252525;
  border: 0px;
  border-radius: 0px;
  margin: 0px -10px 0px 0px;
  padding: 0 37px 0px 24px;
  position: relative;
  cursor: pointer;
  border: 0px;
  outline: none;
  box-shadow: none;
}
.comment-box-section .add-comment .comments-area .comment-form .form-submit input[type="submit"]:hover {
  color: #ffffff;
  background-color: #0066cc;
  border: 0 solid #a47001;
}
.language {
    width: auto;

    background-color: transparent;
}
.header-top-row-responsive .language {
    width: auto !important;
}
.wpml-ls-legacy-dropdown {
    width: auto;
    padding: 4px 0 0;

    text-align: center;

    background-color: transparent;
}
.header-right .wpml-ls-legacy-dropdown a {
    display: block;
    /*padding: 4px 10px 6px;*/

    padding: 0;

    text-decoration: none;

    color: #fff;
    border: none;

    /*background-color: #0066cc;*/
    background-color: transparent;

    line-height: 1;
}
.wpml-ls-legacy-dropdown a:hover,
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
    background-color: transparent;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language {
    padding: 0 0 10px;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language a {
    position: relative;

    overflow: hidden;

    width: 30px;
    height: 30px;
    margin: 0 auto;
    padding: 0;

    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 2px 3px 18px -3px rgba(0,0,0,0.75);
    box-shadow: 2px 3px 18px -3px rgba(0,0,0,0.75);
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    top: 30px;
    left: 50%;

    display: none;

    width: 45px;
    margin-top: 10px;
    margin-left: -22px;
    padding: 5px 0 0;

    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;

    border-top: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 2px 10px 34px -4px rgba(0,0,0,0.75);
    box-shadow: 2px 10px 34px -4px rgba(0,0,0,0.75);
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu:before {
    position: absolute;
    top: -9px;
    left: 12px;

    width: 0;
    height: 0;

    content: "";

    border-width: 0 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu li {
    padding: 5px 10px;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:hover {
    background-color: #06c;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:hover a {
    background-color: #06c;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
    display: none;

    width: 25px;
    height: 20px;

    border-width: 1px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #0052b4;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu a,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu a {
    display: block;
}
.wpml-ls-legacy-dropdown .wpml-ls-item .wpml-ls-flag {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

    -o-object-fit: cover;
    object-fit: cover;
}
.header-right .wpml-ls-legacy-dropdown a span {
    vertical-align: middle;
    font-size: 12px;  
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after,
.header-right .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    /*content: '';*/
    /*vertical-align: middle;*/
    /*display: inline-block;*/
    /*border: 0.20em solid transparent;*/
    /*border-top: .3em solid;*/
    /*position: absolute;*/
    /*right: 10px;*/
    /*top: calc(50% - .125em);*/
  display: none !important;
}

.accordion-section{
  float: left;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 66px 0px;
}
.accordion-section .ui-state-default, 
.accordion-section .ui-widget-content .ui-state-default, 
.accordion-section .ui-widget-header .ui-state-default, 
.accordion-section .ui-button, 
.accordion-section html .ui-button.ui-state-disabled:hover, 
.accordion-section html .ui-button.ui-state-disabled:active {
  border: 0px;
  background: #252525;
  font-weight: normal;
  color: #ffffff;
  border-radius: 0px;
  margin: 0px 0px 11px;
  padding: 15px 25px;
  text-transform: none;
  position: relative;
}

.accordion-section .ui-state-active, 
.accordion-section .ui-widget-content .ui-state-active, 
.accordion-section .ui-widget-header .ui-state-active, 
.accordion-section a.ui-button:active, 
.accordion-section .ui-button:active, 
.accordion-section .ui-button.ui-state-active:hover {
  border: 0px;
  background: #0066cc;
  font-weight: normal;
  color: #ffffff;
  border-radius: 0px;
  margin: 0px;
}
.accordion-section .ui-accordion .ui-accordion-content {
  padding: 25px 25px;
  border: 1px solid #f1f1f1;
  border-radius: 0px;
  background-color: #f7f7f7;
  margin: 0px 0px 11px 0px;
}
.accordion-section .ui-accordion-header:hover{
   background: #0066cc;
}
.accordion-section .ui-state-active .ui-icon, 
.accordion-section .ui-button:active .ui-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 25px;
  left: auto;
  margin: -10px 0px 0px;
  text-indent: 0;
}
.accordion-section .ui-icon, 
.accordion-section .ui-widget-content .ui-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 25px;
  left: auto;
  margin: -10px 0px 0px;
  text-indent: 0;
}
.accordion-section .ui-state-active .ui-icon:after, 
.accordion-section .ui-button:active .ui-icon:after {
  content: "\f106";
  font-family: 'FontAwesome';
  text-indent: 0;
}
.accordion-section .ui-icon:after, 
.accordion-section .ui-widget-content .ui-icon:after {
  position: absolute;
  content: "\f107";
  font-family: 'FontAwesome';
  color: #ffffff;
  font-size: 30px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  top: 0px;
  right: 0px;
  left: auto;
  text-indent: 0;
}
.product-detail-page-video{
    text-align: center;
    padding-top: 50px;
}
.product-detail-page-video iframe {
    margin-bottom: 0;
}

/*Sticky button*/
.sticky-button{
  z-index: 9999;
  position: fixed;
  top: 50%;
  right: -1px;
  width: auto;
  border: 1px solid #252525;
  text-align: center;
  transform: rotate(90deg);
  transform-origin: 100% 0;
  background: #06c;
  transition: all ease .25s;
}
.sticky-button a{
  display: block;
  padding: 0 15px;
}
.sticky-button p{
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
  margin-bottom: 0;
  line-height: 30px;
}
.sticky-button:hover{
  background: #252525;
}

/*Cart page*/
.empty-cart-txt{
  display: none;
  margin-top: 20px;
  text-align: center;
}
.empty-cart-txt h3{
  margin-bottom: 20px;
}
.empty-cart-txt a{
  color: #0066cc;
}
.empty-cart-txt button{
  border: none;
  text-transform: none;
  border-radius: 0;
  background: #0066cc;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  padding: 20px 25px;
  line-height: 16px;
  height: auto;
  width: auto;
  margin-bottom: 15px;
  transition: all ease .25s;
}
.empty-cart-txt button:hover{
  background: #252525;
}
.empty-cart-txt form{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.empty-cart-txt form input{
    height: 41px;
    max-width: 400px;
    line-height: 41px;
    background-color: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
    padding: 0px 14px;
    margin: 0px;
    color: #929292;
    font-size: 15px;
    font-weight: 300;
}
.empty-cart-txt form button{
  width: 41px;
  height: 41px;
  padding: 0;
  margin: 0;
}
.privacy-check-content{
  clear: both;
}
.privacy-check-content .privacy-check{
  position: relative;
  text-align: left;
}
.privacy-check-content .privacy-check input{
  position: absolute;
  top: 4px;
  left: 0;
  width: 25px;
  height: 25px;
  z-index: 10;
  opacity: 0;
}
.privacy-check-content .privacy-check label{
  font-size: 14px;
  padding-left: 30px;
}
.privacy-check-content .privacy-check label a{
  font-size: 14px;
  color: #0066cc;
}
.privacy-check-content .privacy-check label:before{
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #0066cc;
}
.privacy-check-content .privacy-check input:checked ~ label:before{
  background: #0066cc;
  content: "\f00c";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 15px;
  line-height: 17px;
}
.privacy-check-content .privacy-check.err label:before{
  border: 2px solid #ff0000;
}

.news-letter-section .privacy-check-content{
  margin-top: 20px;
}
.news-letter-section .privacy-check-content .privacy-check label{
  color: #fff;
}
.news-letter-section .privacy-check-content .privacy-check label:before{
  border: 2px solid #252525;
}
.news-letter-section .privacy-check-content .privacy-check label a{
  color: #fff;
  text-decoration: underline !important;
}
.news-letter-section .privacy-check-content .privacy-check input:checked ~ label:before{
  background: #252525;
}
.news-letter-section .privacy-check-content .privacy-check.err label:before{
  border: 2px solid #ff0000;
}
.search-bar-static{
  padding: 20px 0;
  background: #0066cc;
}
.search-bar-static .search-bar-static-cont{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.search-bar-static .search-bar-static-cont p{
  font-size: 18px;
  color: #fff;
  width: auto;
  flex-basis: 40%;
  margin: 0 25px 0 0;
}
.search-bar-static .search-bar-static-cont form{
  display: flex;
  flex-basis: 40%;
}
.search-bar-static .search-bar-static-cont form input{
  height: 41px;
  max-width: 400px;
  line-height: 41px;
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  outline: none;
  box-shadow: none;
  padding: 0px 14px;
  margin: 0px;
  color: #929292;
  font-size: 15px;
  font-weight: 300;
}
.search-bar-static .search-bar-static-cont form button{
  /*width: 41px;*/
  /*height: 41px;*/
  line-height: 41px;
  border-radius: 0;
  padding: 0 10px;
  width: auto;
  margin: 0;
  background: #252525;
  font-weight: normal;
  text-transform: none;
}

/*404*/
.page-404-container{
  border-top: 3px solid #06c;
}
.page-404-content{
  padding: 35px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-404-content .txt-404{
  flex-basis: 60%;
}
.page-404-content .img-404{
  /*flex-basis: 38%;*/
}
.page-404-content .txt-404 p{
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
}
.page-404-content .txt-404 a{
  font-size: 22px;
  color: #06c;
  font-weight: 600;
  text-decoration: underline !important;
}
.page-404-content .txt-404 form{
  display: flex;
  margin-bottom: 25px;
}
.page-404-content .txt-404 form input{
  height: 41px;
  width: 80%;
  line-height: 41px;
  background-color: #ffffff;
  border: 4px solid #06c;
  border-radius: 0px;
  outline: none;
  box-shadow: none;
  padding: 0px 14px;
  margin: 0px;
  color: #252525;
  font-size: 16px;
}
.page-404-content .txt-404 form button{
  width: 41px;
  height: 41px;
  line-height: 41px;
  border-radius: 0;
  padding: 0;
  margin: 0;
  background: #06c;
  transition: all ease .25s;
  cursor: pointer;
}
.page-404-content .txt-404 form button:hover{
  background: #252525;
}
.page-404-content .img-404 .img-404-cont{
  position: relative;
}
.page-404-content .img-404 .img-404-cont .img-404-txt{
  position: absolute;
  top: 163px;
  left: -70px;
  right: 0;
  bottom: 0;
  z-index: 10;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.page-404-content .img-404 .img-404-cont img{
  display: block;
  width: 440px;
  margin: 0 auto;
}
.page-404-content .img-404 .img-404-cont svg{
  display: block;
  width: 440px;
  margin: 0 auto;
}
.page-404-content .img-404 .img-404-cont .img-404-txt h1{
  font-size: 45px;
  color: #06c;
  margin-bottom: 20px;
}
.page-404-content .img-404 .img-404-cont .img-404-txt p{
  font-weight: 600;
  font-size: 16px;
  color: #06c;
}

.page-404-content  g, path{
  animation-name: DrawLine, FadeStroke;
  animation-delay: 1s, 4s, 4s;
  animation-duration: 4s, 1s, 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-iteration: 1;
  stroke-dashArray: 2500;
  stroke-dashoffset: 2500;
  stroke: #06c;
}
.page-404-content   svg .no path,
.page-404-content   svg .no{
  animation-name: FillIn;
  fill-opacity: 0;
  animation-delay: 3s;
  animation-duration: .25s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-iteration: 1;
}

@keyframes DrawLine {
  to {stroke-dashOffset: 0;} }
@keyframes FadeStroke {
  to {stroke-opacity: 1;} }
@keyframes FillIn {
  from {fill-opacity: 0;}
  to {fill-opacity: 1;} }

/*404 (END)*/

.trading_file_field{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.trading_file_field p{
  margin-bottom: 0;
  width: auto;
}
.trading_file_field .txt{
  font-size: 14px;
  white-space: nowrap;
  margin-right: 10px;
  display: inline-block;
}

/*Thank you page*/
.page-thank{
  padding: 100px 0;
}
.page-thank .page-thank-cont{
  text-align: center;
}
.page-thank .page-thank-cont form{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-thank .page-thank-cont form input{
  height: 41px;
  max-width: 400px;
  line-height: 41px;
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  outline: none;
  box-shadow: none;
  padding: 0px 14px;
  margin: 0px;
  color: #929292;
  font-size: 15px;
  font-weight: 300;
}
.page-thank .page-thank-cont form button{
  width: 41px;
  height: 41px;
  padding: 0;
  margin: 0;
  border: none;
  text-transform: none;
  border-radius: 0;
  background: #0066cc;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
}
.page-thank .page-thank-cont .back{
  margin-top: 30px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #ffffff;
  padding: 10px 20px;
  background: #252525;
  border-radius: 0;
  display: inline-block;
  width: auto;
  line-height: 14px;
  text-transform: none;
  transition: all ease .25s;
}
.page-thank .page-thank-cont .back:hover{
  background: #0066cc;
}
.banner-middle-content-inner.thank-title h1{
  position: relative;
}
.banner-middle-content-inner.thank-title h1:before{
  content: '';
  position: absolute;
  top: -25px;
  left: -60px;
  width: 100px;
  height: 100px;
  background: url(../images/gear.svg) no-repeat center;
  background-size: 100% 100%;
  transform: rotate(-90deg);
}
/*Thank you page (END)*/

@media screen and (max-width: 1023px){
  .news-letter-section .privacy-check-content{
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.general-data .data-tabs ul li{
	position: relative;
	top: 10px;
}

#product-detail-slider-navigation li.slick-slide.is-active {
  border: 2px solid #0066cc;
}
#product-detail-slider-navigation.slick-slider {
  margin:0 -5px;
}
#product-detail-slider-navigation.slick-slider .slick-slide {
  padding:1px;
  margin-right:5px;
  margin-left:5px;
}
#product-detail-slider-navigation li.slick-slide {
  border: 2px solid #0066cc;
}
#product-detail-slider .slick-prev,
#product-detail-slider .slick-next {
  position: absolute;
  top: 50%;
  left: -40px;
  margin-top: -30px;
  font-size: 60px;
  color: #0066cc;
  transition: all ease .25s;
  cursor: pointer;
}
#product-detail-slider .slick-prev:hover,
#product-detail-slider .slick-next:hover {
  color: #252525;
}
#product-detail-slider .slick-next {
  left: auto;
  right: -40px;
}

/* Blog image */
.blog-detail-page-single-img-1 img{
  max-width: 33.3vw;
  display: block;
  margin: 0 auto;
}

.single img{
  /*max-width: 33.3vw;*/
  display: block;
  margin: 0 auto;
}


/* Partner`s slider */

/*#product-detail-slider-navigation li.slick-slide.is-active {
  border: 2px solid #0066cc;
}
#product-detail-slider-navigation.slick-slider {
  margin:0 -5px;
}
#product-detail-slider-navigation.slick-slider .slick-slide {
  padding:1px;
  margin-right:5px;
  margin-left:5px;
}
#product-detail-slider-navigation li.slick-slide {
  border: 2px solid #0066cc;
}*/
#partner_logo_block .slick-prev,
#partner_logo_block .slick-next {
  position: absolute;
  top: 50%;
  left: -40px;
  margin-top: -30px;
  font-size: 60px;
  color: #0066cc;
  transition: all ease .25s;
  cursor: pointer;
}
#partner_logo_block .slick-prev:hover,
#partner_logo_block .slick-next:hover {
  color: #252525;
}
#partner_logo_block .slick-next {
  left: auto;
  right: -40px;
}

.client-logo-list ul li.client-logo-img.slider-thumbs-img img{
  height: 100px;
  width: 100%;
  object-fit: contain;
}


.logo_title{
  text-align: center;
  margin-bottom: 50px;
}

#partner_logo_block{
  z-index: 0;
}

/*
.client-logo-section:not(.wrapper_logo) {
  background-color: #fff;
}*/
/*********************************************************************************************************************/

.most-popular-section{
    padding: 80px 0;
}
.most-popular-section h2{
    margin: 0 0 9px 0;
    letter-spacing: .7px;
    font-size: 24px;
    font-weight: 600;
    text-align: center;

}
.most-popular-section h3{
    font-weight: 800;
    color: #252525;
    letter-spacing: .9px;
    margin-bottom: 55px;
    text-align: center;


}
.most-popular-section ul{
    padding: 20px 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    /*max-width: 600px;*/
    margin: 0 auto;
}
.most-popular-section ul::after{
    display: none;
}
.most-popular-section li{
    flex-basis: 33.333%;
    /*max-width: 230px;*/
    padding: 0;
}

@media (max-width: 767px) {
    .most-popular-section li {
        flex-basis: 100%;
    }
}
.most-popular-section li a{
    padding: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    transition: .25s all ease;
}
.most-popular-section li a:hover {
    background: #0066cc;
    color: #fff;
}
.most-popular-section li a:hover img {
    filter: invert(1);
}
.most-popular-section li a:hover h4{
    color: #fff;
}

.most-popular-section li img{
    height: 30px;
    padding-right: 15px;

}
.most-popular-section li h4{
    font-size: 20px;
    line-height: 1.1;
    font-weight: 500;
    color: #252525;
    text-transform: none;
    width: auto;

}
.most-popular-section{

}
.most-popular-section{

}
.most-popular-section{

}
.most-popular-section{

}

