/* @import url('https://fonts.googleapis.com/css?family=Cuprum:400,700|Open+Sans:300,400,600,700,800'); */
/**
 * Global Reset of all HTML Elements
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */
@font-face {
    font-family: 'Cuprum';
    src: url('fonts/Cuprum-Regular.eot');
    src: url('fonts/Cuprum-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Cuprum-Regular.woff2') format('woff2'),
        url('fonts/Cuprum-Regular.woff') format('woff'),
        url('fonts/Cuprum-Regular.ttf') format('truetype'),
        url('fonts/Cuprum-Regular.svg#Cuprum-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cuprum';
    src: url('fonts/Cuprum-SemiBold.eot');
    src: url('fonts/Cuprum-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Cuprum-SemiBold.woff2') format('woff2'),
        url('fonts/Cuprum-SemiBold.woff') format('woff'),
        url('fonts/Cuprum-SemiBold.ttf') format('truetype'),
        url('fonts/Cuprum-SemiBold.svg#Cuprum-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
html,
body {
  border: 0;
  line-height: normal;
  margin: 0;
  padding: 0;
  height: 100%;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
img {
  max-width: 100%;
}
.button {
  margin: 0;
  padding: 0px;
  vertical-align: baseline;
  *vertical-align: middle;
}
.openSans {
  font-family: 'Open Sans', sans-serif;
}
.cuprum {
  font-family: 'Cuprum', sans-serif;
}
input[type="submit"] {
  background: #7b2b38 0%;
  background: -moz-linear-gradient(bottom, #7b2b38 0%, #7b2b38 30%, #ab7780 100%, #ab7780 100%, #ab7780 100%, #ab7780 100%);
  background: -webkit-gradient(linear, bottom top, right top, color-stop(0%, #7b2b38 0%), color-stop(100%, #7b2b38 30%));
  background: -webkit-linear-gradient(bottom, #7b2b38 0%, #7b2b38 30%, #ab7780 100%, #ab7780 100%, #ab7780 100%, #ab7780 100%);
  background: -o-linear-gradient(bottom, #7b2b38 0%, #7b2b38 30%, #ab7780 100%, #ab7780 100%, #ab7780 100%, #ab7780 100%);
  background: -ms-linear-gradient(bottom, #7b2b38 0%, #7b2b38 30%, #ab7780 100%, #ab7780 100%, #ab7780 100%, #ab7780 100%);
  background: linear-gradient(to bottom, #7b2b38 0%, #7b2b38 30%, #ab7780 100%, #ab7780 100%, #ab7780 100%, #ab7780 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7b2b38 0%, endColorstr=#7b2b38 30%, GradientType=1);
  border: 0px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  cursor: pointer;
}
.transition {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.transition2 {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.pullRight {
  float: right;
}
.bodyFont {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #121212;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  line-height: normal;
  font-family: 'Open Sans', sans-serif;
  color: #121212;
  font-weight: 400;
}
h1 {
  font-size: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 21px;
  }
}
h2 {
  font-size: 22px;
  color: #1ab99b;
  font-weight: 800;
  text-transform: uppercase;
}
p {
  line-height: 34px;
  font-size: 18px;
  padding: 0 0 0 0px;
  margin: 0px 0 34px 0px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  p {
    line-height: 28px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  p {
    line-height: 30px;
    font-size: 16px;
  }
}
p:last-child {
  margin: 0px;
}
ul,
li {
  list-style: none;
}
.textBorder {
  position: relative;
}
.textBorder:after {
  width: 25%;
  left: 50%;
  bottom: -22px;
  height: 3px;
  content: '';
  position: absolute;
  background-color: #121212;
  transform: translateX(-50%);
}
.button,
button {
  width: 100%;
  max-width: 212px;
  height: 47px;
  font-size: 22px;
  line-height: 47px;
  font-family: 'Cuprum', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  background-color: #1ab99b;
  color: #ffffff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: inline-block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 0px;
  cursor: pointer;
}
.button:hover,
button:hover {
  background-color: #ffffff;
  color: #1ab99b;
}
label {
  font-size: 18px;
  display: block;
  margin: 0 0 5px 0px;
}
input,
textarea {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border: 1px solid #1ab99b;
  width: 100%;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #121212;
  display: inline-block;
}
textarea {
  min-height: 100px;
  line-height: 28px;
  padding: 15px;
}
.navigation {
  position: relative;
  z-index: 1;
  padding: 22px 0 0 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .navigation {
    padding: 15px 0 0 0px;
  }
}
@media only screen and (max-width: 767px) {
  .navigation {
    padding: 0px 0 0 0px;
  }
}
.navigation nav li {
  float: left;
  position: relative;
  list-style: none;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.navigation nav li:hover {
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .navigation nav li:first-child a {
    padding-left: 0px !important;
  }
  .navigation nav li:last-child a {
    padding-right: 0px !important;
  }
}
.navigation nav li a {
  display: block;
  font-size: 19px;
  font-family: 'Cuprum', sans-serif;
  color: #121212;
  padding: 0 24px;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  .navigation nav li a {
    padding: 0 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .navigation nav li a {
    padding: 0 15px;
  }
}
.navigation nav li a:hover,
.navigation nav li a.active {
  color: #1ab99b;
}
.navigation nav li .childMarker:hover {
  color: #1ab99b;
}
.navigation nav li .submenu {
  display: none;
  padding: 10px 0px 10px 0px;
  position: absolute;
  white-space: nowrap;
  z-index: 99;
  left: 0px;
  top: 40px;
  text-align: left;
  background: #999;
  border-radius: 0 0 7px 7px;
}
.navigation nav li .submenu li {
  float: none;
  color: #fff;
  line-height: 25px;
  padding: 0px;
  background-image: inherit;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.navigation nav li .submenu li:hover {
  background: #000;
}
.navigation nav li .submenu li a {
  padding: 0 30px;
  color: #000;
}
.navigation nav li .submenu li a:hover {
  color: #fff;
}
.menuBtnWrapper,
#mobileMenu {
  display: none;
}
@media only screen and (max-width: 767px) {
  #contents {
    position: relative;
    background-color: #fff;
    height: 100%;
  }
  .menuBtnWrapper {
    display: block;
    text-align: right;
  }
  .navigation {
    display: none;
  }
  #mobileMenu a.active {
    background-color: inherit;
  }
  #menuBtn {
    z-index: 1000;
    cursor: pointer;
  }
  .menuBtnWrapper i {
    cursor: pointer;
    font-size: 30px;
    margin: 4px 0 4px 18px;
    position: relative;
    color: #1ab99b;
  }
  #mobileMenu {
    display: none;
    background-color: #1ab99b;
    height: 10000%;
    right: 0;
    overflow: hidden;
    position: fixed;
    -moz-transition: width 1000ms;
    -o-transition: width 1000ms;
    -webkit-transition: width 1000ms;
    transition: width 1000ms;
    top: 0;
    width: 200px;
    z-index: 0;
    box-shadow: -5px 0px 2px 1px rgba(0, 0, 0, 0);
  }
  #mobileMenu ul {
    position: relative;
    width: 200px;
    padding-bottom: 20px;
  }
  #mobileMenu ul li {
    color: #000;
    list-style: none;
    border-bottom: solid 1px #fff;
  }
  #mobileMenu ul li.active {
    background-color: transparent;
  }
  #mobileMenu ul li.active a {
    color: #fff;
  }
  #mobileMenu ul li a,
  #mobileMenu ul li .childMarker {
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    display: block;
    line-height: 35px;
    padding: 4px 15px;
    text-decoration: none;
    width: 201px;
    text-align: left;
    text-transform: uppercase;
  }
  #mobileMenu ul li a:hover,
  #mobileMenu ul li .childMarker:hover {
    color: #1ab99b;
    background-color: #ffffff;
  }
  #mobileMenu ul li .childMarker i {
    background-color: transparent;
    color: #ffffff;
    font-size: 17px;
    line-height: 35px;
    position: relative;
    margin-left: 5px;
    float: right;
    vertical-align: middle;
  }
  #mobileMenu ul li a i {
    background-color: transparent;
    color: #fff;
    font-size: 17px;
    line-height: 36px;
    position: relative;
    margin-left: 10px;
    vertical-align: bottom;
  }
  #mobileMenu ul .submenu {
    color: #000;
    background-color: #666;
    display: none;
    font-size: 17px;
    height: 100%;
    left: 200px;
    padding: 0;
    position: absolute;
    -moz-transition: transform 1000ms ease 0s;
    -o-transition: transform 1000ms ease 0s;
    -webkit-transition: transform 1000ms ease 0s;
    transition: transform 1000ms ease 0s;
    top: 0;
    width: 200px;
    z-index: 10000;
  }
  #mobileMenu ul .submenu ul li {
    line-height: 36px;
  }
  #mobileMenu ul .submenu ul li a {
    color: #fff;
  }
  #mobileMenu ul .submenu ul li a:hover {
    color: #fff;
    background-color: #000;
  }
  #mobileMenu ul .submenu .backLinkContainer a {
    color: #0069aa;
  }
  #mobileMenu ul .submenu .backLink i {
    background-color: transparent;
    color: #fff;
    font-size: 17px;
    line-height: 35px;
    margin: 0 2px 0 0px;
    vertical-align: 0;
  }
  .slideOut {
    right: 200px;
    animation: slideOut 1000ms;
    animation-fill-mode: backwards;
    -webkit-animation: slideOut 1000ms;
    -webkit-animation-fill-mode: backwards;
  }
  @-webkit-keyframes slideOut {
    from {
      right: 0px;
    }
    to {
      right: 200px;
    }
  }
  @keyframes slideOut {
    from {
      right: 0px;
    }
    to {
      right: 200px;
    }
  }
  .slideIn {
    animation: slideIn 1000ms;
    animation-fill-mode: backwards;
    -webkit-animation: slideIn 1000ms;
    -webkit-animation-fill-mode: backwards;
  }
  @-webkit-keyframes slideIn {
    from {
      right: 200px;
    }
    to {
      right: 0px;
    }
  }
  @keyframes slideIn {
    from {
      right: 200px;
    }
    to {
      right: 0px;
    }
  }
}
body {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #121212;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
body a {
  color: #121212;
  text-decoration: none;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  outline: 0;
}
body a:hover {
  color: #1ab99b;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  outline: 0;
}
body a:focus {
  border: 0 none;
  outline: 0 none;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
.container {
  margin: 0 auto;
  padding: 0;
  max-width: 1266px;
  margin: 0px auto;
  width: 100%;
}
.container:before,
.container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) and (max-width: 1366px) {
  .container {
    max-width: 96%;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    max-width: 90%;
  }
}
.overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
}
.loadingIcon {
  border-top: 2px solid #1ab99b;
  border-right: 2px solid #1ab99b;
  border-bottom: 2px solid #1ab99b;
  border-left: 2px solid #ffffff;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  position: fixed;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -30px;
  z-index: 3;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#contents {
  z-index: 1;
  position: relative;
}
.sticky {
  position: fixed;
  font-size: 24px;
  padding: 10px 0 0px 0px;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 60px;
  background-color: #eeedeb;
  box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, 0.9);
  animation: smoothScroll 1s forwards;
  z-index: 2;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-128px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media only screen and (max-width: 767px) {
  .sticky {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sticky .header .col.logo {
    padding: 0px;
  }
}
.sticky .header .col.logo img {
  width: 42%;
  height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sticky .header .col.logo img {
    width: 125px;
  }
}
.sticky .header .col.navBar .navigation {
  padding: 8px 0 0 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sticky .header .col.navBar .navigation {
    padding: 9px 0 0 22px;
  }
}
.sticky .header .col.languageBox {
  padding: 0px 0 0 0px;
}
.sticky .header .col.languageBox .goog-te-gadget-simple {
  height: 40px;
  line-height: 40px;
}
header {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  width: 100%;
  height: 128px;
  padding: 30px 0 0px 0px;
  background-color: rgba(238, 237, 235, 0.9);
  box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, 0.9);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  header {
    height: 80px;
    padding: 20px 0 0px 0px;
  }
}
@media only screen and (max-width: 767px) {
  header {
    padding: 20px 0 0px 0px;
    height: 155px;
    position: relative;
    box-shadow: -6px -1px 10px 0px rgba(0, 0, 0, 0.9);
  }
}
header .header {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
header .header:before,
header .header:after {
  content: "";
  display: table;
}
header .header:after {
  clear: both;
}
header .header .col {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
header .header .col.logo {
  width: 16.66666667%;
  float: left;
  padding: 0;
  margin: 0 0% 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  header .header .col.logo {
    width: 16.66666667%;
    float: left;
    padding: 0;
    margin: 0 0% 0 0;
    text-align: left;
    padding: 3px 0 0 0px;
  }
}
@media only screen and (max-width: 767px) {
  header .header .col.logo {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0% 0 0;
    text-align: center;
    margin-bottom: 20px;
  }
}
header .header .col.logo img {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  header .header .col.logo img {
    width: 125px;
  }
}
@media only screen and (max-width: 767px) {
  header .header .col.logo img {
    width: 230px;
    height: auto;
  }
}
header .header .col.navBar {
  width:60.666667%;
  float: left;
  padding: 0;
  margin: 0 0% 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  header .header .col.navBar {
    width: 58.33333333%;
    float: left;
    padding: 0;
    margin: 0 0% 0 0;
  }
  header .header .col.navBar .navigation {
    padding: 9px 0 0 22px;
  }
  header .header .col.navBar .navigation nav li a {
    padding: 0 4px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  header .header .col.navBar {
    float: right;
    width: 40%;
  }
}
header .header .col.languageBox {
  width: 21.666667%;
  float: left;
  padding: 0;
  margin: 0 0% 0 0;
  text-align: right;
  position: relative;
  padding: 12px 0 0 0px;
  display: flex; 
}
header .header .col.languageBox img {
 margin: 0 40px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  header .header .col.languageBox {
    width: 25%;
    float: left;
    padding: 0;
    margin: 0 0% 0 0;
    padding: 0px 0 0 0px;
  }
}
@media only screen and (max-width: 767px) {
  header .header .col.languageBox {
    width: 60%;
    padding: 0px 0 0 0px;
    text-align: left;
  }
}
header .header .col.languageBox .goog-te-gadget-simple {
  width: 188px;
  height: 40px;
  line-height: 40px;
  background-color: #1ab99b;
  border: 0px;
  border-radius: 7px;
  padding: 0 10px;
}
header .header .col.languageBox .goog-te-gadget-simple:hover {
  background-color: #ffffff;
}
header .header .col.languageBox .goog-te-gadget-simple:hover a span {
  color: #1ab99b !important;
}
header .header .col.languageBox .goog-te-gadget-simple a span {
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff !important;
  font-size: 18px;
  font-family: 'Cuprum', sans-serif;
}
header .header .col.languageBox .goog-te-gadget-simple a span:nth-child(3) {
  margin: 0 7px 0 3px;
  border-left: 0px !important;
}
header .header .col.languageBox .goog-te-gadget img {
  display: none !important;
}
.mainSliderPanel {
  position: relative;
}
.mainSliderPanel .mainSliderText span {
  text-align: left;
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 650px;
  padding: 8px 0 0 0px;
  transform: translate(-50%, -20%);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mainSliderPanel .mainSliderText span {
    max-width: inherit;
    width: 80%;
    text-align: center;
    transform: translate(-50%, -28%);
  }
}
@media only screen and (max-width: 767px) {
  .mainSliderPanel .mainSliderText span {
    max-width: inherit;
    width: 75%;
    text-align: center;
    transform: translate(-50%, -50%);
  }
}
.mainSliderPanel .mainSliderText span h2 {
  font-size: 68px;
  font-family: 'Cuprum', sans-serif;
  color: #1ab99b;
  font-weight: 800;
  text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.46);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mainSliderPanel .mainSliderText span h2 {
    font-size: 58px;
  }
}
@media only screen and (max-width: 767px) {
  .mainSliderPanel .mainSliderText span h2 {
    font-size: 25px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.46);
  }
}
.mainSliderPanel .mainSliderText span p {
  font-weight: 300;
  text-align: left;
  font-size: 25px;
  padding: 4px 0 0 2px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mainSliderPanel .mainSliderText span p {
    font-size: 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .mainSliderPanel .mainSliderText span p {
    text-align: center;
    font-size: 16px;
  }
}
.owl-carousel .owl-item {
  opacity: 0.3;
}
.owl-carousel .owl-item.center {
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  .ourServicesPanel .owl-carousel .owl-item .col:first-child img {
    width: 100% !important;
  }
}
.ourServicesPanel .owl-carousel .owl-nav {
  width: 102px;
  height: 102px;
  display: block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.1);
  box-shadow: 5px 9px 3px -7px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  .ourServicesPanel .owl-carousel .owl-nav {
    width: 80px;
    height: 80px;
    bottom: 30px;
  }
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.mainSliderPanel .owl-carousel .owl-nav .owl-prev,
.mainSliderPanel .owl-carousel .owl-nav .owl-next {
  transform: translateY(0);
}
@media only screen and (max-width: 767px) {
  .mainSliderPanel .owl-carousel .owl-nav .owl-prev,
  .mainSliderPanel .owl-carousel .owl-nav .owl-next {
    transform: translateY(-120%);
  }
}
.ourServicesPanel .owl-carousel .owl-nav .owl-prev i,
.ourServicesPanel .owl-carousel .owl-nav .owl-next i {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.mainSliderPanel .owl-carousel .owl-nav .owl-prev i:before,
.mainSliderPanel .owl-carousel .owl-nav .owl-next i:before {
  content: '';
  position: absolute;
  width: 36px;
  height: 65px;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mainSliderPanel .owl-carousel .owl-nav .owl-prev i:before,
  .mainSliderPanel .owl-carousel .owl-nav .owl-next i:before {
    width: 25px;
    height: 45px;
    background-position: top, left;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .mainSliderPanel .owl-carousel .owl-nav .owl-prev i:before,
  .mainSliderPanel .owl-carousel .owl-nav .owl-next i:before {
    width: 18px;
    height: 32px;
    background-position: top, left;
    background-size: cover;
  }
}
.ourServicesPanel .owl-carousel .owl-nav .owl-prev i,
.ourServicesPanel .owl-carousel .owl-nav .owl-next i {
  font-size: 44px;
  color: #656262;
}
.ourServicesPanel .owl-carousel .owl-nav .owl-prev:hover i,
.ourServicesPanel .owl-carousel .owl-nav .owl-next:hover i {
  color: #1ab99b;
}
.owl-carousel .owl-nav .owl-prev {
  left: 50%;
}
.mainSliderPanel .owl-carousel .owl-nav .owl-prev {
  margin-left: -633px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mainSliderPanel .owl-carousel .owl-nav .owl-prev {
    margin-left: -355px;
  }
}
@media only screen and (max-width: 767px) {
  .mainSliderPanel .owl-carousel .owl-nav .owl-prev {
    margin-left: 20px;
    left: 0px;
  }
}
.mainSliderPanel .owl-carousel .owl-nav .owl-prev i:before {
  background-image: url(../images/prev-img.png);
  background-repeat: no-repeat;
}
.mainSliderPanel .owl-carousel .owl-nav .owl-prev:hover i:before {
  background-image: url(../images/prev-img-hover.png);
}
.ourServicesPanel .owl-carousel .owl-nav .owl-prev {
  margin-left: -33px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  .ourServicesPanel .owl-carousel .owl-nav .owl-prev {
    margin-left: -25px;
  }
}
.owl-carousel .owl-nav .owl-next {
  right: 50%;
}
.mainSliderPanel .owl-carousel .owl-nav .owl-next {
  margin-right: -597px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mainSliderPanel .owl-carousel .owl-nav .owl-next {
    margin-right: -330px;
  }
}
@media only screen and (max-width: 767px) {
  .mainSliderPanel .owl-carousel .owl-nav .owl-next {
    margin-right: 38px;
    right: 0px;
  }
}
.mainSliderPanel .owl-carousel .owl-nav .owl-next i:before {
  background-image: url(../images/next-img.png);
  background-repeat: no-repeat;
}
.mainSliderPanel .owl-carousel .owl-nav .owl-next:hover i:before {
  background-image: url(../images/next-img-hover.png);
}
.ourServicesPanel .owl-carousel .owl-nav .owl-next {
  margin-right: -33px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  .ourServicesPanel .owl-carousel .owl-nav .owl-next {
    margin-right: -25px;
  }
}
.aboutPanel {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  padding: 145px 0 157px 0px;
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.aboutPanel:before,
.aboutPanel:after {
  content: "";
  display: table;
}
.aboutPanel:after {
  clear: both;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  .aboutPanel {
    padding: 80px 0 80px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .aboutPanel {
    padding: 40px 0 40px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutPanel {
    padding: 30px 0 30px 0px;
  }
}
.aboutPanel h1 {
  display: inline-block;
  margin: 15px 0 54px 0px;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  .aboutPanel p {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .aboutPanel p {
    padding: 0 40px;
  }
}
.ourServicesPanel {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.ourServicesPanel:before,
.ourServicesPanel:after {
  content: "";
  display: table;
}
.ourServicesPanel:after {
  clear: both;
}
.ourServicesPanel .ourServicesSlider {
  position: relative;
  background-color: #eeedeb;
}
.ourServicesPanel .ourServicesSlider .col {
  width: 50%;
  float: left;
  padding: 0;
  margin: 0 0% 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  .ourServicesPanel .ourServicesSlider .col {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0% 0 0;
  }
}
.ourServicesPanel .ourServicesSlider .col:first-child {
  position: relative;
}
.ourServicesPanel .ourServicesSlider .col:first-child:before {
  content: '';
  left: 0px;
  position: absolute;
  background-color: rgba(26, 185, 155, 0.7);
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.ourServicesPanel .ourServicesSlider .col:last-child .ourServicesText {
  padding: 0px 310px 0px 93px;
}
@media screen and (max-width: 1800px) and (min-width: 1367px) {
  .ourServicesPanel .ourServicesSlider .col:last-child .ourServicesText {
    padding: 0px 50px 0px 93px;
  }
}
@media only screen and (min-width: 1367px), only screen and (min-width: 1025px) and (max-width: 1366px) {
  .ourServicesPanel .ourServicesSlider .col:last-child .ourServicesText {
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  .ourServicesPanel .ourServicesSlider .col:last-child .ourServicesText {
    padding: 0 50px 0 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ourServicesPanel .ourServicesSlider .col:last-child .ourServicesText {
    text-align: center;
    padding: 80px 0px 130px 0px;
    width: 80%;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 767px) {
  .ourServicesPanel .ourServicesSlider .col:last-child .ourServicesText {
    text-align: center;
    padding: 30px 0px 130px 0px;
    width: 80%;
    margin: 0px auto;
  }
}
.ourServicesPanel .ourServicesSlider .col:last-child .ourServicesText h1 {
  position: relative;
  margin: 15px 0 78px 0px;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  .ourServicesPanel .ourServicesSlider .col:last-child .ourServicesText h1 {
    margin: 15px 0 60px 0px;
  }
}
@media only screen and (min-width: 1367px), only screen and (min-width: 1025px) and (max-width: 1366px) {
  .ourServicesPanel .ourServicesSlider .col:last-child .ourServicesText h1:after {
    left: 0px;
    transform: inherit;
    width: 11.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ourServicesPanel .ourServicesSlider .col:last-child .ourServicesText h1:after {
    width: 11.5%;
  }
}
@media only screen and (max-width: 767px) {
  .ourServicesPanel .ourServicesSlider .col:last-child .ourServicesText h1 {
    margin: 15px 0 50px 0px;
  }
  .ourServicesPanel .ourServicesSlider .col:last-child .ourServicesText h1:after {
    width: 20%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ourServicesPanel .ourServicesSlider .col:last-child .ourServicesText span {
    display: inline-block;
    width: 12%;
    text-align: left;
    vertical-align: top;
  }
}
.ourServicesPanel .ourServicesSlider .col:last-child .ourServicesText span img {
  width: auto;
}
@media only screen and (max-width: 767px) {
  .ourServicesPanel .ourServicesSlider .col:last-child .ourServicesText span img {
    margin: 0px auto;
  }
}
.ourServicesPanel .ourServicesSlider .col:last-child .ourServicesText span strong {
  font-weight: 700;
  color: #1ab99b;
  display: block;
  margin: 4px 0 0 0px;
  font-family: 'Cuprum', sans-serif;
  font-size: 23px;
}
.ourServicesPanel .ourServicesSlider .col:last-child .ourServicesText p {
  padding: 6px 0 0 0px;
  text-align: justify;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ourServicesPanel .ourServicesSlider .col:last-child .ourServicesText p {
    display: inline-block;
    width: 86%;
  }
}
.ourProductPanel {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  padding: 102px 0 82px 0px;
}
.ourProductPanel:before,
.ourProductPanel:after {
  content: "";
  display: table;
}
.ourProductPanel:after {
  clear: both;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  .ourProductPanel {
    padding: 80px 0 80px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ourProductPanel {
    padding: 40px 0 40px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .ourProductPanel {
    padding: 30px 0 30px 0px;
  }
}
.ourProductPanel h1 {
  display: inline-block;
  margin: 15px 0 75px 0px;
}
@media only screen and (max-width: 767px) {
  .ourProductPanel h1 {
    margin: 15px 0 55px 0px;
  }
}
.productLightBox {
  max-width: 100%;
  margin: 0px auto 0px auto;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.productLightBox:before,
.productLightBox:after {
  content: "";
  display: table;
}
.productLightBox:after {
  clear: both;
}
.productLightBox .col {
  width: 33.33333333%;
  float: left;
  padding: 0;
  margin: 0 0% 0 0;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .productLightBox .col {
    min-height: inherit;
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0% 0 0;
    margin-bottom: 30px;
  }
  .productLightBox .col:last-child {
    margin-bottom: 0px;
  }
}
.productLightBox .col .example-image-link {
  position: relative;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 25px;
  height: 370px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .productLightBox .col .example-image-link {
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .productLightBox .col .example-image-link {
    height: 282px;
  }
}
.productLightBox .col .example-image-link img {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 200px;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .productLightBox .col .example-image-link img {
    min-height: 140px;
  }
}
.productLightBox .col .example-image-link .productLightBoxText {
  opacity: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
  width: 100%;
  padding: 0 15px;
  transform: scale(0);
}
.productLightBox .col .example-image-link .productLightBoxText h1 {
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  transform: translateY(-100%);
  top: 50%;
  font-weight: 700;
  left: 0;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  transition-delay: 0.3s;
  opacity: 0;
}
.productLightBox .col .example-image-link .productLightBoxText h1:after {
  background-color: #ffffff;
  width: 0%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition-delay: 0.4s;
}
.productLightBox .col:hover .example-image-link .productLightBoxText {
  opacity: 9;
  background-color: rgba(26, 185, 155, 0.7);
  transform: scale(1);
}
.productLightBox .col:hover .example-image-link .productLightBoxText h1 {
  opacity: 9;
}
.productLightBox .col:hover .example-image-link .productLightBoxText h1:after {
  width: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  .productLightBox .col:hover .example-image-link .productLightBoxText h1:after {
    width: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .productLightBox .col {
    padding: 12px 15px;
  }
}
.footer {
  background-color: #333333;
  text-align: center;
  color: #ffffff;
  padding: 84px 0 90px 0px;
  position: relative;
  margin: 16px 0 0 0px;
}
.footer:before {
  background: #31ffd7;
  background: -moz-linear-gradient(left, #31ffd7 0%, #1ab99b 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #31ffd7), color-stop(100%, #1ab99b));
  background: -webkit-linear-gradient(left, #31ffd7 0%, #1ab99b 100%);
  background: -o-linear-gradient(left, #31ffd7 0%, #1ab99b 100%);
  background: -ms-linear-gradient(left, #31ffd7 0%, #1ab99b 100%);
  background: linear-gradient(to left, #31ffd7 0%, #1ab99b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#31ffd7, endColorstr=#1ab99b, GradientType=1);
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  height: 16px;
  top: -16px;
  width: 100%;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  .footer {
    padding: 84px 0 90px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer {
    padding: 40px 0 40px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 40px 0 40px 0px;
  }
}
.footer a {
  color: #ffffff;
}
.footer h2 {
  font-size: 27px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .footer h2 {
    font-size: 19px;
  }
}
.footer .footerNavBar {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  padding: 40px 0 63px 0px;
}
.footer .footerNavBar:before,
.footer .footerNavBar:after {
  content: "";
  display: table;
}
.footer .footerNavBar:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .footer .footerNavBar {
    padding: 20px 0 30px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footerNavBar ul {
    margin: 0px auto;
    width: 280px;
  }
}
.footer .footerNavBar ul li {
  float: none;
  display: inline-block;
  margin: 0 28px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer .footerNavBar ul li {
    margin: 0 17px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footerNavBar ul li {
    margin: 8px 0px;
    width: 49%;
  }
}
.footer .footerNavBar ul li a {
  font-size: 19px;
  font-family: 'Cuprum', sans-serif;
}
@media only screen and (max-width: 767px) {
  .footer .footerNavBar ul li a {
    font-size: 17px;
  }
}
.footer .footerNavBar ul li a.active {
  color: #1ab99b;
}
.footer .footerSocialLink a {
  display: inline-block;
  margin: 0 5px;
}
.footer .footerSocialLink a i {
  width: 49px;
  height: 49px;
  line-height: 49px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-size: 19px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .footer .footerSocialLink a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
  }
}
.footer .footerSocialLink a i:hover {
  background-color: #1ab99b;
  border: 1px solid #1ab99b;
  color: #ffffff;
}
.footer .copyRight p {
  padding: 20px 244px 0px 244px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer .copyRight p {
    padding: 20px 40px 0px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .copyRight p {
    padding: 30px 0px 0px 0px;
  }
}
.mid_section {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  min-height: 600px;
  padding: 130px 0 0px 0px;
}
.mid_section:before,
.mid_section:after {
  content: "";
  display: table;
}
.mid_section:after {
  clear: both;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mid_section {
    min-height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .mid_section {
    text-align: center;
    min-height: 300px;
    padding: 0;
  }
}
.productsPage .mid_section {
  padding: 80px 0 80px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .productsPage .mid_section {
    padding: 50px 0 50px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .productsPage .mid_section {
    padding: 40px 0 40px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mid_section {
    padding: 80px 0 0 0px;
  }
}
@media only screen and (max-width: 767px) {
  .mid_section {
    padding: 0;
  }
}
.mid_section h1.textBorder {
  display: inline-block;
  margin: 0 0 30px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mid_section h1.textBorder {
    margin: 0 0 10px 0px;
  }
}
.productsPage .mid_section h1.textBorder {
  margin: 0 0 55px 0px;
}
.mid_section h1.textBorder:after {
  left: 3px;
  width: 50%;
  transform: inherit;
  bottom: -15px;
}
@media only screen and (max-width: 767px) {
  .mid_section h1.textBorder:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.mid_section .contentText {
  padding: 20px 0 80px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mid_section .contentText {
    padding: 20px 0 50px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .mid_section .contentText {
    padding: 20px 0 0px 0px;
  }
}
.mid_section .inq_main {
  padding: 30px 0px;
}
@media only screen and (max-width: 767px) {
  .mid_section .inq_main {
    padding: 10px 0px 30px 0px;
  }
}
.mid_section .inq_main .col.inq_left {
  width: 66.66666667%;
  float: left;
  padding: 0;
  margin: 0 0% 0 0;
  padding: 0px 70px 0 0px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mid_section .inq_main .col.inq_left {
    padding: 0px 40px 0 0px;
  }
}
@media only screen and (max-width: 767px) {
  .mid_section .inq_main .col.inq_left {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0% 0 0;
    padding: 0px 0px 0 0px;
  }
}
.mid_section .inq_main .col.inq_left .Inquiry_form {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.mid_section .inq_main .col.inq_left .Inquiry_form:before,
.mid_section .inq_main .col.inq_left .Inquiry_form:after {
  content: "";
  display: table;
}
.mid_section .inq_main .col.inq_left .Inquiry_form:after {
  clear: both;
}
.mid_section .inq_main .col.inq_left .Inquiry_form .feild_main {
  width: 50%;
  float: left;
  padding: 0;
  margin: 0 0% 0 0;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .mid_section .inq_main .col.inq_left .Inquiry_form .feild_main {
    padding: 0px;
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0% 0 0;
    margin-bottom: 20px;
    text-align: left;
  }
}
.mid_section .inq_main .col.inq_left .Inquiry_form .feild_main .feild_main_input {
  margin: 0 20px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mid_section .inq_main .col.inq_left .Inquiry_form .feild_main .feild_main_input {
    margin: 0 15px 20px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .mid_section .inq_main .col.inq_left .Inquiry_form .feild_main .feild_main_input {
    margin: 0 0px 20px 0px;
  }
}
.mid_section .inq_main .col.inq_left .Inquiry_form .feild_main .feild_main_input .formError {
  z-index: 1;
}
.mid_section .inq_main .col.inq_left .Inquiry_form .feild_main .feild_main_input input:hover,
.mid_section .inq_main .col.inq_left .Inquiry_form .feild_main .feild_main_input textarea:hover {
  border: 1px solid #31ffd7;
}
.mid_section .inq_main .col.inq_left .Inquiry_form .feild_main .feild_main_input input:focus,
.mid_section .inq_main .col.inq_left .Inquiry_form .feild_main .feild_main_input textarea:focus {
  border: 1px solid #000000;
}
.mid_section .inq_main .col.inq_left .Inquiry_form .feild_main:first-child .feild_main_input,
.mid_section .inq_main .col.inq_left .Inquiry_form .feild_main:nth-child(2n+3) .feild_main_input {
  margin-left: 0px;
}
.mid_section .inq_main .col.inq_left .Inquiry_form .feild_main:nth-child(2n) .feild_main_input {
  margin-right: 0px;
}
.mid_section .inq_main .col.inq_left .Inquiry_form .feild_main.feild_main_wid {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 0% 0 0;
  margin-bottom: 40px;
}
.mid_section .inq_main .col.inq_left .Inquiry_form .feild_main.feild_main_wid .feild_main_input {
  margin-right: 0px;
}
.mid_section .inq_main .col.inq_left .Inquiry_form .feild_main.feild_main_wid .feild_main_input .formError {
  top: 133px !important;
  z-index: 1 !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  .mid_section .inq_main .col.inq_left .Inquiry_form .feild_main.feild_main_wid {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mid_section .inq_main .col.inq_left .Inquiry_form.Inquiry_form_bottom .feild_main {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0% 0 0;
  }
  .mid_section .inq_main .col.inq_left .Inquiry_form.Inquiry_form_bottom .feild_main .feild_main_input {
    margin: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .mid_section .inq_main .col.inq_left .Inquiry_form.Inquiry_form_bottom .feild_main:last-child {
    margin-bottom: 0px;
  }
  .mid_section .inq_main .col.inq_left .Inquiry_form.Inquiry_form_bottom .feild_main:last-child .feild_main_input {
    margin-bottom: 0px;
  }
}
.mid_section .inq_main .col.inq_left .Inquiry_form.Inquiry_form_bottom .feild_main button {
  max-width: inherit;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mid_section .inq_main .col.inq_left .Inquiry_form.Inquiry_form_bottom .feild_main button {
    margin: 40px auto 40px auto;
    max-width: 150px;
  }
}
.mid_section .inq_main .col.inq_left .Inquiry_form.Inquiry_form_bottom .feild_main button:hover {
  background-color: rgba(26, 185, 155, 0.5);
  color: #ffffff;
}
.mid_section .inq_main .col.inq_right {
  width: 33.33333333%;
  float: left;
  padding: 0;
  margin: 0 0% 0 0;
  padding: 8px 0 0 0px;
}
@media only screen and (max-width: 767px) {
  .mid_section .inq_main .col.inq_right {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0% 0 0;
    padding: 0px 0px 0 0px;
  }
}
.mid_section .inq_main .col.inq_right.inquiry_Right {
  background-color: rgba(26, 185, 155, 0.2);
  padding: 30px;
  -webkit-box-shadow: 0 0 2px #000000;
  -moz-box-shadow: 0 0 2px #000000;
  box-shadow: 0 0 2px #000000;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mid_section .inq_main .col.inq_right.inquiry_Right {
    padding: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .mid_section .inq_main .col.inq_right.inquiry_Right {
    margin: 30px 0 0 0px;
  }
}
.mid_section .mid_cnt_main {
  padding: 30px 0px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.mid_section .mid_cnt_main:before,
.mid_section .mid_cnt_main:after {
  content: "";
  display: table;
}
.mid_section .mid_cnt_main:after {
  clear: both;
}
.mid_section .mid_cnt_main .col:first-child {
  width: 25%;
  float: left;
  padding: 0;
  margin: 0 0% 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mid_section .mid_cnt_main .col:first-child {
    width: 33.33333333%;
    float: left;
    padding: 0;
    margin: 0 0% 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .mid_section .mid_cnt_main .col:first-child {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0% 0 0;
    text-align: left;
  }
}
.mid_section .mid_cnt_main .col:first-child h2 {
  background: #31ffd7;
  background: -moz-linear-gradient(left, #31ffd7 0%, #1ab99b 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #31ffd7), color-stop(100%, #1ab99b));
  background: -webkit-linear-gradient(left, #31ffd7 0%, #1ab99b 100%);
  background: -o-linear-gradient(left, #31ffd7 0%, #1ab99b 100%);
  background: -ms-linear-gradient(left, #31ffd7 0%, #1ab99b 100%);
  background: linear-gradient(to left, #31ffd7 0%, #1ab99b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#31ffd7, endColorstr=#1ab99b, GradientType=1);
  border-radius: 30px 0px 0px 0px;
  padding: 10px 20px 10px 30px;
  color: #ffffff;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .mid_section .mid_cnt_main .col:first-child h2 {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
  }
}
.mid_section .mid_cnt_main .col:first-child ul {
  background-color: rgba(26, 185, 155, 0.1);
  padding: 10px 20px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mid_section .mid_cnt_main .col:first-child ul {
    padding: 10px 15px;
  }
}
.mid_section .mid_cnt_main .col:first-child ul li {
  padding: 8px 0px;
  font-size: 18px;
  cursor: pointer;
  display: block;
}
.mid_section .mid_cnt_main .col:first-child ul li a {
  display: block;
}
.mid_section .mid_cnt_main .col:first-child ul li:hover a.productLink {
  color: #1ab99b;
}
.mid_section .mid_cnt_main .col:first-child ul li:hover a.productLink i {
  border-color: #1ab99b;
}
.mid_section .mid_cnt_main .col:first-child ul li i {
  float: right;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-weight: 300;
  position: relative;
}
.mid_section .mid_cnt_main .col:first-child ul li i:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #1ab99b;
  height: 0;
  width: 0;
  right: 0px;
  top: 11px;
  position: absolute;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.mid_section .mid_cnt_main .col:first-child ul li i.arrowRotate:before {
  border-top: 0px solid #1ab99b;
  border-bottom: 7px solid #1ab99b;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.mid_section .mid_cnt_main .col:first-child ul .productSubMenu {
  line-height: 40px;
  transition: all 0.0s ease 0s;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  .mid_section .mid_cnt_main .col:first-child ul .productSubMenu {
    line-height: 35px;
  }
}
.mid_section .mid_cnt_main .col:first-child ul .productSubMenu a {
  color: #ffffff;
}
.mid_section .mid_cnt_main .col:first-child ul .productSubMenu ul {
  margin-top: 10px;
  background-color: rgba(26, 185, 155, 0.8);
  padding: 10px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mid_section .mid_cnt_main .col:first-child ul .productSubMenu ul {
    padding: 10px 0px;
  }
}
.mid_section .mid_cnt_main .col:first-child ul .productSubMenu ul li {
  padding: 0px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mid_section .mid_cnt_main .col:first-child ul .productSubMenu ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .mid_section .mid_cnt_main .col:first-child ul .productSubMenu ul li {
    font-size: 15px;
  }
}
.mid_section .mid_cnt_main .col:first-child ul .productSubMenu ul li:hover,
.mid_section .mid_cnt_main .col:first-child ul .productSubMenu ul li.active {
  background-color: #fecc09;
}
.mid_section .mid_cnt_main .col:first-child ul .productSubMenu ul li:hover a,
.mid_section .mid_cnt_main .col:first-child ul .productSubMenu ul li.active a {
  color: #000000;
}
.mid_section .mid_cnt_main .col:first-child ul .productSubMenu ul li a {
  padding: 0px 20px;
}
.mid_section .mid_cnt_main .col:last-child {
  width: 75%;
  float: left;
  padding: 0;
  margin: 0 0% 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mid_section .mid_cnt_main .col:last-child {
    width: 66.66666667%;
    float: left;
    padding: 0;
    margin: 0 0% 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .mid_section .mid_cnt_main .col:last-child {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0% 0 0;
  }
}
.mid_section .mid_cnt_main .col:last-child.myProductsRight {
  padding: 0 0 0 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mid_section .mid_cnt_main .col:last-child.myProductsRight {
    padding: 0 0 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .mid_section .mid_cnt_main .col:last-child.myProductsRight {
    padding: 0px;
  }
}
.mid_section .mid_cnt_main .col:last-child.myProductsRight .productHeading {
  background: #fae283;
  background: -moz-linear-gradient(left, #fae283 0%, #fecc09 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fae283), color-stop(100%, #fecc09));
  background: -webkit-linear-gradient(left, #fae283 0%, #fecc09 100%);
  background: -o-linear-gradient(left, #fae283 0%, #fecc09 100%);
  background: -ms-linear-gradient(left, #fae283 0%, #fecc09 100%);
  background: linear-gradient(to left, #fae283 0%, #fecc09 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fae283, endColorstr=#fecc09, GradientType=1);
  border-radius: 0px 30px 0px 0px;
  padding: 10px 20px;
  color: #000000;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .mid_section .mid_cnt_main .col:last-child.myProductsRight .productHeading {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin: 40px 0 0 0px;
  }
}
.mid_section .mid_cnt_main .col:last-child.myProductsRight h3 {
  background-color: #e4d347;
  color: #000000;
  padding: 5px 20px;
  border-radius: 8px 8px 0 0px;
}
.mid_section .mid_cnt_main .col:last-child.myProductsRight .productBottom {
  background-color: rgba(26, 185, 155, 0.1);
  margin: 20px 0 40px 0px;
  padding: 0 0 20px 0px;
  border-radius: 0 0 8px 8px;
}
.mid_section .mid_cnt_main .col:last-child.myProductsRight .productBottom img {
  border: 10px solid #1ab99b;
  display: block;
  width: 100%;
  margin: 0 0 20px 0px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .mid_section .mid_cnt_main .col:last-child.myProductsRight .productBottom img {
    border: 5px solid #1ab99b;
    min-height: 150px;
  }
}
.mid_section .mid_cnt_main .col:last-child.myProductsRight .productBottom .productDescription {
  background-color: rgba(255, 255, 255, 0.7);
  margin: 20px 20px 30px 20px;
  padding: 0 0px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .mid_section .mid_cnt_main .col:last-child.myProductsRight .productBottom .productDescription {
    margin: 20px 15px 30px 15px;
  }
}
.mid_section .mid_cnt_main .col:last-child.myProductsRight .productBottom .productDescription:last-child {
  margin-bottom: 5px;
}
.mid_section .mid_cnt_main .col:last-child.myProductsRight .productBottom .productDescription p {
  border-bottom: 1px solid rgba(26, 185, 155, 0.3);
  padding: 20px 20px;
  margin-bottom: 0px;
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .mid_section .mid_cnt_main .col:last-child.myProductsRight .productBottom .productDescription p {
    padding: 20px 15px;
  }
}
.mid_section .mid_cnt_main .col:last-child.myProductsRight .productBottom .productDescription p:last-child {
  border-bottom: 0px solid rgba(26, 185, 155, 0.3);
}
.mid_section .mid_cnt_main .col:last-child.myProductsRight .productBottom .productDescription ul {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 15px 0px;
  border-radius: 0px 0px 8px 8px;
}
@media only screen and (max-width: 767px) {
  .mid_section .mid_cnt_main .col:last-child.myProductsRight .productBottom .productDescription ul {
    text-align: left;
  }
}
.mid_section .mid_cnt_main .col:last-child.myProductsRight .productBottom .productDescription ul li {
  padding: 5px 40px;
  position: relative;
  font-size: 17px;
  font-weight: 300;
}
.mid_section .mid_cnt_main .col:last-child.myProductsRight .productBottom .productDescription ul li:before {
  content: '';
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #1ab99b;
  height: 0;
  width: 0;
  left: 20px;
  top: 11px;
  position: absolute;
}
.mid_section .mid_cnt_main .col:last-child.myProductsRight .myProductspec {
  padding: 0 0px 0px 0px;
  background-color: rgba(26, 185, 155, 0.3);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 0 20px 20px 20px;
}
.mid_section .mid_cnt_main .col:last-child.myProductsRight .myProductspec:last-child {
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mid_section .mid_cnt_main .col:last-child.myProductsRight .myProductspec {
    width: 92%;
    overflow: scroll;
  }
}
.mid_section .mid_cnt_main .col:last-child.myProductsRight .myProductspec h3 {
  background-color: rgba(254, 204, 9, 0.7);
}
.mid_section .mid_cnt_main .col:last-child.myProductsRight .myProductspec table {
  margin: 0px 0px 0px 0px;
  font-size: 17px;
}
.mid_section .mid_cnt_main .col:last-child.myProductsRight .myProductspec table tr {
  background-color: #ffffff;
  margin: 0 20px;
}
.mid_section .mid_cnt_main .col:last-child.myProductsRight .myProductspec table tr:first-child td {
  color: #1ab99b;
  font-weight: 600;
}
.mid_section .mid_cnt_main .col:last-child.myProductsRight .myProductspec table tr:last-child td {
  border-bottom: 0px;
}
.mid_section .mid_cnt_main .col:last-child.myProductsRight .myProductspec table tr td {
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-right: 1px solid rgba(26, 185, 155, 0.3);
  border-bottom: 1px solid rgba(26, 185, 155, 0.3);
}
.mid_section .mid_cnt_main .col:last-child.myProductsRight .myProductspec table tr td:last-child {
  border-right: 0px;
  background-color: #ffffff;
}
.mid_section .mid_cnt_main .myProducts {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.mid_section .mid_cnt_main .myProducts:before,
.mid_section .mid_cnt_main .myProducts:after {
  content: "";
  display: table;
}
.mid_section .mid_cnt_main .myProducts:after {
  clear: both;
}
.mid_section .product_detail {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: rgba(26, 185, 155, 0.1);
  padding: 40px;
  margin-top: 40px;
  -webkit-box-shadow: 0 0 2px #000000;
  -moz-box-shadow: 0 0 2px #000000;
  box-shadow: 0 0 2px #000000;
}
.mid_section .product_detail:before,
.mid_section .product_detail:after {
  content: "";
  display: table;
}
.mid_section .product_detail:after {
  clear: both;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mid_section .product_detail {
    padding: 30px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .mid_section .product_detail {
    padding: 30px 20px;
    margin-top: 30px;
  }
}
.mid_section .product_detail .col {
  width: 33.33333333%;
  float: left;
  padding: 0;
  margin: 0 0% 0 0;
}
@media only screen and (max-width: 767px) {
  .mid_section .product_detail .col {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0% 0 0;
  }
}
.mid_section .product_detail .col img {
  display: block;
  width: 100%;
  border: 1px solid rgba(26, 185, 155, 0.5);
}
.mid_section .product_detail .col:last-child {
  width: 66.66666667%;
  float: left;
  padding: 0;
  margin: 0 0% 0 0;
  padding: 0 0 0 50px;
}
@media only screen and (max-width: 767px) {
  .mid_section .product_detail .col:last-child {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0% 0 0;
    padding: 0 0 0 0px;
  }
}
.contact_Detail h2 {
  font-size: 30px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .contact_Detail h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .contact_Detail h2 {
    font-size: 27px;
  }
}
.contact_Detail h1 {
  font-weight: 600;
  font-size: 25px;
  padding: 5px 0 10px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .contact_Detail h1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .contact_Detail h1 {
    font-size: 19px;
  }
}
.contact_Detail strong {
  font-weight: 600;
  position: relative;
  font-size: 20px;
}
.contact_Detail strong:after {
  content: '';
  position: absolute;
  left: 0px;
  background-color: #121212;
  height: 2px;
  width: 100%;
  bottom: 0px;
}
.contact_Detail p {
  padding: 5px 0 0 0px;
  margin: 0px;
}
.contact_Us_Page {
  padding-bottom: 100px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.contact_Us_Page:before,
.contact_Us_Page:after {
  content: "";
  display: table;
}
.contact_Us_Page:after {
  clear: both;
}
.contact_Us_Page .col:first-child {
  width: 41.66666667%;
  float: left;
  padding: 0;
  margin: 0 0% 0 0;
}
@media only screen and (max-width: 767px) {
  .contact_Us_Page .col:first-child {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0% 0 0;
  }
}
.contact_Us_Page .col:last-child {
  width: 58.33333333%;
  float: left;
  padding: 0;
  margin: 0 0% 0 0;
  margin-top: 13px;
}
@media only screen and (max-width: 767px) {
  .contact_Us_Page .col:last-child {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0% 0 0;
  }
}
.contact_Us_Page .col:last-child .contactUsMap {
  height: 450px;
  max-width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .contact_Us_Page .col:last-child .contactUsMap {
    height: 348px;
  }
}
@media only screen and (max-width: 767px) {
  .contact_Us_Page .col:last-child .contactUsMap {
    height: 300px;
  }
}
.contact_Us_Page .col:last-child .contactUsMap #google-maps-display {
  border: 1px solid #1ab99b;
}
.products_slider {
  padding: 129px 0 0 0px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .products_slider {
    padding: 81px 0 0 0px;
  }
}
@media only screen and (max-width: 767px) {
  .products_slider {
    padding: 0px 0 0 0px;
  }
}
@media only screen and (max-width: 767px) {
  .products_slider .mainSliderPanel .owl-carousel .owl-item img {
    height: 150px;
  }
}
.products_slider .mainSliderPanel .owl-carousel .owl-nav .owl-prev,
.products_slider .mainSliderPanel .owl-carousel .owl-nav .owl-next {
  transform: translateY(-150%) !important;
}
.captcha_error,
.succ_msg,
.feild_msg {
  font-weight: 600;
  font-size: 16px;
}
.captcha_error {
  color: red;
  margin-top: 5px;
}
.succ_msg {
  color: green;
  margin-bottom: 20px;
}
.feild_msg {
  margin-bottom: 20px;
  color: red;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  table td {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 767px) {
  table {
    overflow: scroll;
    width: 100%;
    display: block;
    border-bottom: 1px solid #1ab99b;
    border-top: 1px solid #1ab99b;
    font-size: 15px;
    height: 250px;
  }
}
.galleryblocks .colsContent {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.galleryblocks .colsContent:before,
.galleryblocks .colsContent:after {
  content: "";
  display: table;
}
.galleryblocks .colsContent:after {
  clear: both;
}
.galleryblocks .colsContent .col {
  width: 25%;
  float: left;
  padding: 0;
  margin: 0 0% 0 0;
  border: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .galleryblocks .colsContent .col {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0% 0 0;
    margin: 0 0 20px 0;
  }
}
.galleryblocks .colsContent .col a {
  background-size: cover;
  background-position: center center;
  position: relative;
  height: auto;
}
.galleryblocks .colsContent .col a:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.66666667%;
}
.galleryblocks .colsContent .col a span {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px 0;
  text-align: center;
  display: block;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .galleryblocks .colsContent .col a span {
    font-size: 15px;
  }
}
.galleryblocks .example-image-link {
  width: 25%;
  float: left;
  padding: 0;
  margin: 0 0% 0 0;
  border: 4px solid #fff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .galleryblocks .example-image-link {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0% 0 0;
    margin: 0 0 20px 0;
  }
}
.galleryblocks .example-image-link:hover span {
  background-color: #1ab99b;
}
.galleryblocks .example-image-link .example-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  object-position: center bottom;
}
@media only screen and (max-width: 767px) {
  .galleryblocks .example-image-link .example-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center bottom;
  }
}
.galleryblocks .example-image-link span {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px 0;
  text-align: center;
  display: block;
  color: #fff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .galleryblocks .example-image-link span {
    font-size: 15px;
  }
}
.contentPage {
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.contentPage.Cat_Content {
  background-image: inherit;
}
.contentPage .iconLine {
  position: relative;
  margin: 0 0 15px 0;
  text-align: left;
  /*  &:before{
        position:absolute;
        content:'';
        background-color:#17b89a;
        height:2px;
        width:50%;
        left:0;
        bottom: 0;

        }*/
  /* &:after{
        position:absolute;
        content:'';
        background-color:#17b89a;
        height:5px;
        width:30%;
        left: 30px;
        bottom:3px;

        }*/
}
.contentPage .iconLine i {
  color: #17b89a;
  font-size: 40px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .contentPage .iconLine i {
    font-size: 40px;
  }
}
.contentPage .iconLine strong {
  color: #1b1b1b;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: 'Cuprum', sans-serif;
  font-size: 30px;
  padding-left: 10px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .contentPage .iconLine strong {
    font-size: 30px;
  }
  .Qualityimg .example-image-link{
    margin: 10px 0 !important;
  }
}
.contentPage .MissionBlock p {
  background: rgba(255, 255, 255, 0.5);
  padding: 20px 20px;
  border: 1px solid #bfbfbf;
  margin: 0px 0 10px 0px;
  text-align: left;
}
.Qualityimg  .example-image-link .example-image {
  height: 450px!important;
}
.Qualityimg .example-image-link {
   border: 4px solid #bdbcb9;
       margin: 10px;
 }