/* Mixins */
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;500;700&display=swap");
*,
*:focus {
  outline: none !important;
}

body {
  font-family: "Ubuntu", sans-serif;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
}

.page_content {
  margin-top: 110px;
  position: relative;
}

@media all and (max-width: 991.9px) {
  .page_content {
    margin-top: 80px;
  }
}

.m-15 {
  margin: 15px auto;
}

section {
  padding: 70px 0;
}

.section_title {
  margin: 0 auto 25px;
  text-align: center;
  max-width: 767px;
}

.section_title img {
  width: 64px;
  margin-bottom: 15px;
}

.section_title h3 {
  font-weight: 700;
  color: #069dc5;
  font-size: 34px;
  text-transform: uppercase;
}

.section_title p {
  font-size: 16px;
}

@media all and (max-width: 576px) {
  .section_title h3 {
    font-size: 24px;
  }
}

/* Page Head  / Breadcrumb
===========================*/
.page_head {
  display: block !important;
  padding: 90px 0 50px;
  text-align: center;
  max-height: inherit !important;
  height: auto !important;
}

.page_head * {
  text-shadow: 0px 0px 0px #069dc5;
}

.page_head h3 {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2px;
  margin: 0;
  color: #4b4a4a;
  text-align: left;
  font-size: 22px;
}

.page_head .breadcrumb {
  background-color: transparent;
  color: #4b4a4a;
  display: block;
  text-align: right;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 0 auto;
  padding: 0;
  font-size: 14px;
}

.page_head .breadcrumb li {
  display: inline-block;
}

.page_head .breadcrumb li a {
  color: #4b4a4a;
}

.page_head .breadcrumb li a::after {
  padding: 0 0 0 5px;
  color: #4b4a4a;
  content: "/";
}

.page_head .breadcrumb li a i {
  margin-right: 5px;
}

@media all and (max-width: 767.9px) {
  .page_head {
    text-align: center;
  }
  .page_head h3, .page_head .breadcrumb {
    text-align: center;
  }
}

/* Links 
===========================*/
a,
a:hover,
a:focus {
  cursor: pointer;
  text-decoration: none;
}

/* Lists  
===========================*/
ul,
li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

/*Images
===========================*/
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* Loading
=======================*/
.loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
  background-color: #069dc5;
}

.loading .load_cont {
  position: relative;
  font-weight: 500;
  color: #fff;
  font-size: 65px;
  letter-spacing: 10px;
}

.loading .load_cont span, .loading .load_cont .about.inner_about ul li strong, .about.inner_about ul li .loading .load_cont strong {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 50px;
  height: 50px;
  margin: auto 10px auto 0px;
}

.loading .load_cont span i, .loading .load_cont .about.inner_about ul li strong i, .about.inner_about ul li .loading .load_cont strong i {
  display: block;
  width: 50px;
  height: 50px;
  border: 5px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.loading .load_cont span img, .loading .load_cont .about.inner_about ul li strong img, .about.inner_about ul li .loading .load_cont strong img {
  width: 28px;
  margin: 12px auto;
}

.up-btn {
  display: none;
  position: fixed;
  bottom: 15px;
  left: 15px;
  margin: auto;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 0;
  background-color: #ffc107;
  color: #4b4a4a;
  z-index: 999;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.up-btn:hover {
  background-color: #069dc5;
  color: #fff;
}

form .form-group {
  position: relative;
  margin: 0 0 20px 0;
}

form label {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 10px 0;
  text-align: left;
  color: #010101;
}

form label sup {
  color: #dc3545;
}

form .form-control {
  width: 100%;
  color: #010101;
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 0;
  padding: 0 15px;
  line-height: 40px;
  height: 40px;
  font-size: 13px;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 500;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

form .form-control:hover {
  outline: 0;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

form .form-control:focus {
  outline: 0;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

form textarea.form-control {
  height: 120px !important;
  resize: none;
  overflow-x: hidden;
  line-height: 30px;
}

.contact {
  background-color: #f1f1f1;
}

.contact h3 {
  font-weight: 500;
  color: #069dc5;
  font-size: 22px;
}

.contact p {
  color: #4b4a4a;
  font-size: 14px;
}

.contact form {
  border-radius: 5px;
  background-color: #fff;
  padding: 25px 25px 5px 25px;
}

.contact form button {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border: none;
  margin-bottom: 15px;
  line-height: 45px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 700;
  padding: 0 25px;
  background-color: #ffc107;
  color: #010101;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  transition: 0.3s background-color linear;
  -webkit-transition: 0.3s background-color linear;
  -moz-transition: 0.3s background-color linear;
  -ms-transition: 0.3s background-color linear;
  -o-transition: 0.3s background-color linear;
}

.contact form button::before {
  content: " ";
  position: absolute;
  left: 0;
  background-color: #069dc5;
  width: 100%;
  height: 100%;
  -webkit-clip-path: circle(0% at 0% 100%);
  clip-path: circle(0% at 0% 100%);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -webkit-transition: 0.3s -webkit-clip-path linear;
  transition: 0.3s -webkit-clip-path linear;
  transition: 0.3s clip-path linear;
  transition: 0.3s clip-path linear, 0.3s -webkit-clip-path linear;
  -webkit-transition: 0.3s clip-path linear;
  -moz-transition: 0.3s clip-path linear;
  -ms-transition: 0.3s clip-path linear;
  -o-transition: 0.3s clip-path linear;
}

.contact form button span, .contact form button .about.inner_about ul li strong, .about.inner_about ul li .contact form button strong {
  position: relative;
}

.contact form button span i, .contact form button .about.inner_about ul li strong i, .about.inner_about ul li .contact form button strong i {
  margin: 0 2px;
  vertical-align: middle;
}

.contact form button:hover::before {
  -webkit-clip-path: circle(100% at 50% 50%);
  clip-path: circle(100% at 50% 50%);
}

.contact .map {
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
}

/* Header
==============================*/
header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  min-height: 70px;
  width: 100%;
  background-color: transparent;
  z-index: 999;
  color: #fff;
}

header .navbar-brand {
  margin: 15px auto 15px 0;
  height: 50px;
  padding: 0;
}

header .navbar-brand img {
  height: 100%;
  margin: 0;
}

@media all and (max-width: 576px) {
  header .navbar-brand {
    height: 40px;
    margin: 20px auto 20px 0;
  }
}

header .header_btns {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  margin: auto;
  height: 50px;
  max-width: 576px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header_btns a {
  display: inline-block;
  position: relative;
  padding: 5px 5px 5px 41px;
  font-size: 13px;
  font-weight: 500;
  color: #4b4a4a;
  line-height: 20px;
}

header .header_btns a i {
  position: absolute;
  vertical-align: bottom;
  background-color: #ffc107;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  left: 0;
  top: 5px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

header .header_btns .menu-btn {
  display: none;
  background-color: #069dc5;
  border: 0;
  color: #ffffff;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 0 0 5px;
  font-size: 12px;
  position: relative;
  vertical-align: bottom;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

@media all and (max-width: 991.9px) {
  header .header_btns {
    width: 120px;
  }
  header .header_btns a {
    padding: 0;
    margin: 0 0 0 5px;
  }
  header .header_btns a i {
    position: relative;
    top: 0;
  }
  header .header_btns a span, header .header_btns a .about.inner_about ul li strong, .about.inner_about ul li header .header_btns a strong {
    display: none;
  }
  header .header_btns .menu-btn {
    display: inline-block;
  }
}

header .navbar {
  padding: 0;
  background-color: #4b4a4a;
}

header .navbar .navbar-collapse {
  z-index: 99;
}

header .navbar .navbar-collapse .navbar-nav {
  width: 100%;
  text-align: left;
  margin: 0;
  z-index: 99;
}

header .navbar .navbar-collapse .navbar-nav li a {
  position: relative;
  display: block;
  padding: 0 25px;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  text-align: left;
  line-height: 50px;
  letter-spacing: 1px;
  z-index: 999;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

header .navbar .navbar-collapse .navbar-nav li a span, header .navbar .navbar-collapse .navbar-nav .about.inner_about ul li a strong, .about.inner_about ul header .navbar .navbar-collapse .navbar-nav li a strong {
  position: relative;
}

header .navbar .navbar-collapse .navbar-nav li a::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffc107;
  width: 100%;
  height: 100%;
  -webkit-clip-path: circle(0% at 0% 100%);
  clip-path: circle(0% at 0% 100%);
  -webkit-transition: 0.4s -webkit-clip-path linear;
  transition: 0.4s -webkit-clip-path linear;
  transition: 0.4s clip-path linear;
  transition: 0.4s clip-path linear, 0.4s -webkit-clip-path linear;
  -webkit-transition: 0.4s clip-path linear;
  -moz-transition: 0.4s clip-path linear;
  -ms-transition: 0.4s clip-path linear;
  -o-transition: 0.4s clip-path linear;
}

header .navbar .navbar-collapse .navbar-nav li a:hover {
  color: #4b4a4a;
}

header .navbar .navbar-collapse .navbar-nav li a:hover::before {
  -webkit-clip-path: circle(100% at 50% 50%);
  clip-path: circle(100% at 50% 50%);
}

header .navbar .navbar-collapse .navbar-nav li a.active {
  background-color: #069dc5;
}

header .navbar .navbar-collapse .navbar-nav li.search_btn {
  width: 50px;
  text-align: center;
  cursor: pointer;
}

header .navbar .navbar-collapse .navbar-nav li.search_btn i {
  position: relative;
  display: block;
  height: 100%;
  line-height: 50px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

header .navbar .navbar-collapse .navbar-nav li.search_btn::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffc107;
  width: 100%;
  height: 100%;
  -webkit-clip-path: circle(0% at 0% 100%);
  clip-path: circle(0% at 0% 100%);
  -webkit-transition: 0.4s -webkit-clip-path linear;
  transition: 0.4s -webkit-clip-path linear;
  transition: 0.4s clip-path linear;
  transition: 0.4s clip-path linear, 0.4s -webkit-clip-path linear;
  -webkit-transition: 0.4s clip-path linear;
  -moz-transition: 0.4s clip-path linear;
  -ms-transition: 0.4s clip-path linear;
  -o-transition: 0.4s clip-path linear;
}

header .navbar .navbar-collapse .navbar-nav li.search_btn:hover {
  color: #4b4a4a;
}

header .navbar .navbar-collapse .navbar-nav li.search_btn:hover::before {
  -webkit-clip-path: circle(100% at 50% 50%);
  clip-path: circle(100% at 50% 50%);
}

header .navbar .navbar-collapse .navbar-nav li.call {
  right: 0;
  position: absolute;
}

header .navbar .navbar-collapse .navbar-nav li.call a {
  position: relative;
  line-height: 50px;
  text-align: center;
  padding: 0 15px;
  border-right: 0;
  background-color: #069dc5;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
}

@media all and (max-width: 991.9px) {
  header .navbar .navbar-collapse li.search_btn {
    display: none;
  }
  header .navbar .navbar-collapse li.call {
    position: relative;
    display: block;
  }
  header .navbar .navbar-collapse li.call a i {
    display: inline-block;
  }
}

header .search_form {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  margin: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all linear;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
}

header .search_form .form-group {
  position: relative;
  margin: 0;
}

header .search_form .form-group .form-control {
  width: 100%;
  height: 50px;
}

header .search_form .form-group button {
  border: 0;
  background-color: #069dc5;
  position: absolute;
  right: 45px;
  top: 0;
  padding: 0 21px;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500;
}

header .search_form .form-group button.close {
  background-color: #ffc107;
  right: 0;
  padding: 0;
  width: 45px;
  color: #000;
  text-shadow: none;
  font-size: 20px;
  opacity: 1;
}

header .search_form.move {
  top: 50px;
  opacity: 1;
  visibility: visible;
}

header.move {
  border-bottom: 1px solid #d0d0d0;
  background-color: #fff;
}

.main_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 640px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/hero_bc.jpg) center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
}

.main_sec .wel_text {
  text-align: center;
  max-width: 768px;
  margin: auto;
}

.main_sec .wel_text h2 {
  font-size: 62px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 0 0 30px 0;
  text-shadow: 0px 0px 0px #069dc5;
}

.main_sec .wel_text p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
}

.main_sec .wel_text ul li {
  display: inline-block;
  vertical-align: middle;
}

.main_sec .wel_text ul li a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border: none;
  margin-bottom: 15px;
  line-height: 45px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 700;
  padding: 0 25px;
  background-color: #ffc107;
  color: #010101;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  transition: 0.3s background-color linear;
  -webkit-transition: 0.3s background-color linear;
  -moz-transition: 0.3s background-color linear;
  -ms-transition: 0.3s background-color linear;
  -o-transition: 0.3s background-color linear;
}

.main_sec .wel_text ul li a::before {
  content: " ";
  position: absolute;
  left: 0;
  background-color: #069dc5;
  width: 100%;
  height: 100%;
  -webkit-clip-path: circle(0% at 0% 100%);
  clip-path: circle(0% at 0% 100%);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -webkit-transition: 0.3s -webkit-clip-path linear;
  transition: 0.3s -webkit-clip-path linear;
  transition: 0.3s clip-path linear;
  transition: 0.3s clip-path linear, 0.3s -webkit-clip-path linear;
  -webkit-transition: 0.3s clip-path linear;
  -moz-transition: 0.3s clip-path linear;
  -ms-transition: 0.3s clip-path linear;
  -o-transition: 0.3s clip-path linear;
}

.main_sec .wel_text ul li a span, .main_sec .wel_text .about.inner_about ul li a strong, .about.inner_about .main_sec .wel_text ul li a strong {
  position: relative;
}

.main_sec .wel_text ul li a span i, .main_sec .wel_text .about.inner_about ul li a strong i, .about.inner_about .main_sec .wel_text ul li a strong i {
  margin: 0 2px;
  vertical-align: middle;
}

.main_sec .wel_text ul li a:hover::before {
  -webkit-clip-path: circle(100% at 50% 50%);
  clip-path: circle(100% at 50% 50%);
}

.main_sec .wel_text ul li:last-child a {
  background-color: #069dc5;
}

.main_sec .wel_text ul li:last-child a::before {
  background-color: #ffc107;
}

@media all and (max-width: 991.9px) {
  .main_sec .wel_text h2 {
    font-size: 42px;
  }
  .main_sec .wel_text p {
    font-size: 14px;
  }
}

@media all and (max-width: 767.9px) {
  .main_sec .wel_text h2 {
    font-size: 32px;
  }
  .main_sec .wel_text p {
    font-size: 12px;
  }
}

@media all and (max-width: 576px) {
  .main_sec .wel_text h2 {
    font-size: 23px;
    margin-bottom: 15px;
    letter-spacing: 1px;
  }
  .main_sec .wel_text p {
    text-align: justify;
  }
  .main_sec .wel_text a {
    line-height: 35px;
    font-size: 11px;
    padding: 0 15px;
    letter-spacing: 0px;
  }
}

@media all and (max-width: 576px) {
  .main_sec {
    height: auto;
    max-height: initial;
    padding: 70px 0 140px;
  }
}

.about {
  background-color: #fff;
}

.about .info_wrap {
  margin: -200px auto 100px;
  background-color: #fff;
  max-width: 991px;
}

.about .info_wrap .info {
  text-align: center;
  padding: 25px;
}

.about .info_wrap .info:first-child {
  border-right: 1px solid #e6e6e6;
}

@media all and (max-width: 767.9px) {
  .about .info_wrap .info:first-child {
    border-right: 0;
    border-bottom: 1px solid #d0d0d0;
  }
}

.about .info_wrap .info img {
  margin: 15px auto;
  width: 74px;
}

.about .info_wrap .info h4 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.about .info_wrap .info p {
  font-size: 14px;
}

@media all and (max-width: 576px) {
  .about .info_wrap {
    margin-bottom: 50px;
  }
  .about .info_wrap .info {
    padding: 15px;
  }
}

.about .about_content {
  margin: 25px auto;
}

.about h2 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 20px 0;
  text-shadow: 0px 0px 0px #069dc5;
}

@media all and (max-width: 576px) {
  .about h2 {
    font-size: 22px;
  }
}

.about p {
  font-size: 16px;
  margin-bottom: 20px;
}

.about p strong {
  line-height: 30px;
  display: block;
  font-weight: 500;
  color: #069dc5;
  font-size: 14px;
  margin: 5px 0;
}

.about img {
  margin-bottom: 15px;
}

.about a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border: none;
  margin-bottom: 15px;
  line-height: 45px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 700;
  padding: 0 25px;
  background-color: #ffc107;
  color: #010101;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  transition: 0.3s background-color linear;
  -webkit-transition: 0.3s background-color linear;
  -moz-transition: 0.3s background-color linear;
  -ms-transition: 0.3s background-color linear;
  -o-transition: 0.3s background-color linear;
}

.about a::before {
  content: " ";
  position: absolute;
  left: 0;
  background-color: #069dc5;
  width: 100%;
  height: 100%;
  -webkit-clip-path: circle(0% at 0% 100%);
  clip-path: circle(0% at 0% 100%);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -webkit-transition: 0.3s -webkit-clip-path linear;
  transition: 0.3s -webkit-clip-path linear;
  transition: 0.3s clip-path linear;
  transition: 0.3s clip-path linear, 0.3s -webkit-clip-path linear;
  -webkit-transition: 0.3s clip-path linear;
  -moz-transition: 0.3s clip-path linear;
  -ms-transition: 0.3s clip-path linear;
  -o-transition: 0.3s clip-path linear;
}

.about a span, .about.inner_about a ul li strong, .about.inner_about ul li a strong {
  position: relative;
}

.about a span i, .about.inner_about a ul li strong i, .about.inner_about ul li a strong i {
  margin: 0 2px;
  vertical-align: middle;
}

.about a:hover::before {
  -webkit-clip-path: circle(100% at 50% 50%);
  clip-path: circle(100% at 50% 50%);
}

.about.inner_about .info_wrap {
  max-width: 100%;
  margin: 35px auto 15px;
}

.about.inner_about .info_wrap .info {
  border: 0;
  text-align: left;
  padding: 0;
}

.about.inner_about .info_wrap .info p {
  text-align: left;
}

.about.inner_about .info_wrap .info img {
  margin: 15px 0;
}

.about.inner_about ul li {
  font-size: 14px;
}

.about.inner_about ul li span, .about.inner_about ul li strong {
  line-height: 30px;
  display: block;
  font-weight: 500;
  color: #069dc5;
  font-size: 14px;
  margin: 5px 0;
}

.about.inner_about ul li strong {
  font-size: 18px;
}

.products {
  background-color: #f9f9f9;
}

.products.related {
  background-color: #fff;
}

.products .product_item {
  margin: 25px auto;
  background-color: #fff;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.products .product_item img {
  width: 100%;
  padding: 25px;
  border-bottom: 1px solid #f1f1f1;
}

.products .product_item h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #069dc5;
  margin: 20px auto 10px;
  letter-spacing: 2px;
}

.products .product_item p {
  color: #4b4a4a;
  font-size: 12px;
  padding: 0 15px;
  min-height: 35px;
}

.products .product_item a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border: none;
  margin-bottom: 15px;
  line-height: 45px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 700;
  padding: 0 25px;
  background-color: #ffc107;
  color: #010101;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  transition: 0.3s background-color linear;
  -webkit-transition: 0.3s background-color linear;
  -moz-transition: 0.3s background-color linear;
  -ms-transition: 0.3s background-color linear;
  -o-transition: 0.3s background-color linear;
  line-height: 35px;
  width: 35px;
  height: 35px;
  padding: 0;
}

.products .product_item a::before {
  content: " ";
  position: absolute;
  left: 0;
  background-color: #069dc5;
  width: 100%;
  height: 100%;
  -webkit-clip-path: circle(0% at 0% 100%);
  clip-path: circle(0% at 0% 100%);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -webkit-transition: 0.3s -webkit-clip-path linear;
  transition: 0.3s -webkit-clip-path linear;
  transition: 0.3s clip-path linear;
  transition: 0.3s clip-path linear, 0.3s -webkit-clip-path linear;
  -webkit-transition: 0.3s clip-path linear;
  -moz-transition: 0.3s clip-path linear;
  -ms-transition: 0.3s clip-path linear;
  -o-transition: 0.3s clip-path linear;
}

.products .product_item a span, .products .product_item a .about.inner_about ul li strong, .about.inner_about ul li .products .product_item a strong {
  position: relative;
}

.products .product_item a span i, .products .product_item a .about.inner_about ul li strong i, .about.inner_about ul li .products .product_item a strong i {
  margin: 0 2px;
  vertical-align: middle;
}

.products .product_item a:hover::before {
  -webkit-clip-path: circle(100% at 50% 50%);
  clip-path: circle(100% at 50% 50%);
}

.products .product_item a i {
  line-height: 35px;
}

@media all and (max-width: 767.9px) {
  .products .product_item {
    margin: 15px auto;
  }
  .products .product_item h3 {
    font-size: 16px;
  }
  .products .product_item p {
    max-width: 270px;
    margin: auto auto 15px auto;
    min-height: 55px;
  }
}

@media all and (max-width: 576px) {
  .products .product_item p {
    max-width: 100%;
    min-height: auto;
  }
}

.products .product_head {
  position: relative;
  background-color: #fff;
  padding: 25px 25px 25px 220px;
  margin: 0 auto 15px auto;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.products .product_head img {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  width: 190px;
  margin: auto;
}

.products .product_head .cont h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  color: #069dc5;
  margin: 0 0 10px 0;
  letter-spacing: 2px;
}

.products .product_head .cont p {
  color: #4b4a4a;
  font-size: 14px;
  margin-bottom: 10px;
}

.products .product_head .cont span, .products .product_head .cont .about.inner_about ul li strong, .about.inner_about ul li .products .product_head .cont strong {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}

.products .product_head .cont ul {
  display: inline-block;
  vertical-align: middle;
}

.products .product_head .cont ul li {
  display: inline-block;
  vertical-align: middle;
  background-color: #ffc107;
  padding: 0 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

@media all and (max-width: 576px) {
  .products .product_head {
    padding: 15px;
    text-align: center;
  }
  .products .product_head img {
    position: relative;
    left: 0;
    margin: 0 auto 15px;
  }
  .products .product_head .cont {
    text-align: center;
  }
}

.wide_prod img {
  margin: 15px auto;
}

.wide_prod .cont {
  margin: 15px auto;
  background-color: #fff;
  padding: 25px;
}

.wide_prod .cont h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  color: #069dc5;
  margin: 0 0 10px 0;
  letter-spacing: 2px;
}

.wide_prod .cont p {
  color: #4b4a4a;
  font-size: 14px;
  margin-bottom: 10px;
}

.wide_prod .cont ul {
  margin: 15px auto;
}

.wide_prod .cont ul li {
  padding: 0 0 0 20px;
  font-size: 14px;
  line-height: 30px;
  position: relative;
  max-width: 100%;
}

.wide_prod .cont ul li::before {
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  top: 10px;
  background-color: #ffc107;
  border-radius: 50%;
}

.partners p {
  font-size: 12px;
}

.partners .partners_list li {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
}

.partners .partners_list li img {
  width: 156px;
  -webkit-filter: grayscale(0.5);
          filter: grayscale(0.5);
  cursor: pointer;
  -webkit-transition: 0.3s -webkit-filter linear;
  transition: 0.3s -webkit-filter linear;
  transition: 0.3s filter linear;
  transition: 0.3s filter linear, 0.3s -webkit-filter linear;
  -webkit-transition: 0.3s filter linear;
  -moz-transition: 0.3s filter linear;
  -ms-transition: 0.3s filter linear;
  -o-transition: 0.3s filter linear;
}

.partners .partners_list li img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

@media all and (max-width: 1259.9px) {
  .partners p {
    margin-bottom: 0;
  }
  .partners .partners_list li img {
    width: 126px;
  }
}

@media all and (max-width: 991.9px) {
  .partners {
    text-align: center;
    padding: 35px 0;
  }
}

.partners_inner .product_item img {
  width: auto;
  padding: 0;
  margin-top: 15px;
  border: 0;
}

footer {
  padding: 70px 0 0;
  background: url(../images/footer_bc.png) center no-repeat #4b4a4a;
}

footer h3 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 15px 0;
}

footer img {
  margin: 35px auto 15px;
}

footer ul {
  margin: 15px 0;
}

footer ul li a {
  color: #fff;
  display: inline-block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
  line-height: 20px;
  padding: 5px 0 5px 40px;
  font-size: 14px;
}

footer ul li a i {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  background-color: #069dc5;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

footer ul li a:hover {
  color: #069dc5;
}

footer ul.links li a {
  margin: 0;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media all and (max-width: 1259.9px) {
  footer ul.links li a {
    font-size: 12px;
  }
}

footer .copyrights {
  border-top: 1px solid #5f5f5f;
  margin-top: 15px;
  padding: 15px;
  text-align: center;
}

footer .copyrights p {
  color: #fff;
  line-height: 20px;
  text-align: center;
  display: block;
  margin-bottom: 0;
}

@media all and (max-width: 991.9px) {
  footer {
    padding: 30px 0 0 0;
  }
}
/*# sourceMappingURL=style.css.map */