@font-face {
  font-family: 'Gotham Ultra';
  src: url("../font/Gotham-Ultra.woff2") format("woff2"), url("Gotham-Ultra.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url("../font/GothamMedium.woff2") format("woff2"), url("GothamMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url("../font/Gotham-Light.woff2") format("woff2"), url("Gotham-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url("../font/GothamBlack.woff2") format("woff2"), url("GothamBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url("../font/Gotham-Black.woff2") format("woff2"), url("Gotham-Black.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url("../font/Gotham-BoldItalic.woff2") format("woff2"), url("Gotham-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url("../font/Gotham-BookItalic.woff2") format("woff2"), url("Gotham-BookItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url("../font/Gotham-Book.woff2") format("woff2"), url("Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url("../font/Gotham-ThinItalic.woff2") format("woff2"), url("Gotham-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url("../font/Gotham-UltraItalic.woff2") format("woff2"), url("Gotham-UltraItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url("../font/Gotham-Thin.woff2") format("woff2"), url("Gotham-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url("../font/Gotham-Bold.woff2") format("woff2"), url("Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url("../font/Gotham-LightItalic.woff2") format("woff2"), url("Gotham-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url("../font/Gotham-Medium.woff2") format("woff2"), url("Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.container-fluid {
  max-width: 1396px;
}

@media screen and (max-width: 1439px) {
  .container-fluid {
    max-width: 1280px;
  }
}

@media screen and (max-width: 1279px) {
  .container-fluid {
    max-width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

.selector-for-some-widget {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

::-moz-selection {
  color: #ffffff;
  background: #0088E3;
}

::selection {
  color: #ffffff;
  background: #0088E3;
}

html,
body {
  height: 100%;
  background: #F5F5F5;
  color: #373935;
}

a:hover {
  text-decoration: none;
  color: #00a0e3;
}

button:focus,
a:focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.custom-switch,
.custom-switch label,
.morning label,
.morning input {
  cursor: pointer;
}

body {
  font-family: "Gotham";
  position: relative;
  margin: 0;
}

@media screen and (max-width: 1919px) {
  body {
    zoom: 0.85;
  }
}

@media screen and (max-width: 414px) {
  body {
    zoom: 0.9;
  }
}

@media screen and (max-width: 991px) {
  .p-5 {
    padding: 2rem !important;
  }
}

@media screen and (max-width: 575px) {
  .p-5 {
    padding: 1rem !important;
  }
}

.mt-140 {
  margin-top: 140px;
}

@media screen and (max-width: 1919px) {
  .mt-140 {
    margin-top: 120px;
  }
}

@media screen and (max-width: 991px) {
  .mt-140 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .mt-140 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 414px) {
  .mt-140 {
    margin-top: 60px;
  }
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.header {
  height: 100%;
  width: 140px;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #373935;
  text-align: center;
  outline: 1px solid #5d5d5d;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}

@media screen and (max-width: 1079px) {
  .header {
    width: 120px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    width: 100%;
    height: auto;
    position: relative;
    display: inline-block !important;
    z-index: 1;
  }
}

.header .navbar {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .header .navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header .navbar .navbar-brand {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .header .navbar .navbar-brand {
    margin-left: 20px;
  }
}

.header .navbar .navbar-brand .logo {
  max-width: 90%;
  margin-top: 30px;
}

@media screen and (max-width: 1439px) {
  .header .navbar .navbar-brand .logo {
    margin-top: 20px;
    max-width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .header .navbar .navbar-brand .logo {
    margin-top: 10px;
    max-width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .header .navbar button.navbar-toggler {
    margin-right: 20px;
  }
}

.header .navbar .navbar-collapse {
  height: 85%;
}

.header .navbar .navbar-collapse ul.sideNav {
  display: block;
  padding: 0;
  margin-bottom: 30px;
}

.header .navbar .navbar-collapse ul.sideNav li {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .header .navbar .navbar-collapse ul.sideNav li {
    margin: 0 auto;
    display: table;
    padding: 10px;
  }
}

.header .navbar .navbar-collapse ul.sideNav li:hover {
  width: 100%;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .header .navbar .navbar-collapse ul.sideNav li:hover {
    background: transparent;
  }
}

.header .navbar .navbar-collapse ul.sideNav li:hover p {
  color: #373935 !important;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .header .navbar .navbar-collapse ul.sideNav li:hover p {
    color: #D3A034 !important;
  }
}

.header .navbar .navbar-collapse ul.sideNav li:hover text#_,
.header .navbar .navbar-collapse ul.sideNav li:hover path {
  fill: #373935;
}

.header .navbar .navbar-collapse ul.sideNav li a {
  width: 140px;
  display: table-caption;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
  line-height: 16px;
  padding: 14px 20px;
  background: transparent;
}

@media screen and (max-width: 1439px) {
  .header .navbar .navbar-collapse ul.sideNav li a {
    padding: 10px 20px;
  }
}

@media screen and (max-width: 1365px) {
  .header .navbar .navbar-collapse ul.sideNav li a {
    padding: 10px 20px;
  }
}

@media screen and (max-width: 1079px) {
  .header .navbar .navbar-collapse ul.sideNav li a {
    width: 120px;
  }
}

@media screen and (max-width: 767px) {
  .header .navbar .navbar-collapse ul.sideNav li a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: block;
    margin: 0 auto;
    font-size: 18px;
    padding: 10px;
  }
}

.header .navbar .navbar-collapse ul.sideNav li a span svg {
  margin: 8px;
}

@media screen and (max-width: 767px) {
  .header .navbar .navbar-collapse ul.sideNav li a span svg {
    display: none;
  }
}

.header .navbar .navbar-collapse ul.sideNav li a p {
  margin-bottom: 0;
}

.header .navbar .navbar-collapse ul.sideNav li a text#_,
.header .navbar .navbar-collapse ul.sideNav li a path {
  fill: #FFFFFF;
}

.header .navbar .navbar-collapse ul.sideNav a.active {
  background-color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .header .navbar .navbar-collapse ul.sideNav a.active {
    background-color: transparent;
  }
}

.header .navbar .navbar-collapse ul.sideNav a.active p {
  color: #373935 !important;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .header .navbar .navbar-collapse ul.sideNav a.active p {
    color: #D3A034 !important;
  }
}

.header .navbar .navbar-collapse ul.sideNav a.active text#_,
.header .navbar .navbar-collapse ul.sideNav a.active path {
  fill: #373935;
}

@media screen and (max-width: 767px) {
  .header .navbar .navbar-collapse ul.sideNav .automotive_lubricants,
  .header .navbar .navbar-collapse ul.sideNav .commercial_industrial,
  .header .navbar .navbar-collapse ul.sideNav .greases {
    display: none;
  }
}

.header .navbar .navbar-collapse ul.sideNav .automotive_lubricants_dropdown {
  display: none;
}

@media screen and (max-width: 767px) {
  .header .navbar .navbar-collapse ul.sideNav .automotive_lubricants_dropdown {
    display: block;
  }
  .header .navbar .navbar-collapse ul.sideNav .automotive_lubricants_dropdown .dropdown-menu {
    position: static;
    float: none;
    background-color: #ffffff08;
    padding: 12px;
  }
  .header .navbar .navbar-collapse ul.sideNav .automotive_lubricants_dropdown .dropdown-menu .dropdown-item {
    font-weight: 500;
    font-size: 16px;
  }
  .header .navbar .navbar-collapse ul.sideNav .automotive_lubricants_dropdown .dropdown-menu .dropdown-item:hover {
    color: #FDA801;
  }
}

.header .navbar .navbar-collapse .automotive_lubricants {
  position: relative;
}

.header .navbar .navbar-collapse .automotive_lubricants .automotive_lubricants_hide {
  display: none;
}

.header .navbar .navbar-collapse .automotive_lubricants .automotive_lubricants_li:hover + .automotive_lubricants_hide {
  display: block;
  position: absolute;
  min-width: 404px;
  border-radius: 0px 10px 10px 0px;
  background: #f2f2f2;
  -webkit-box-shadow: 0px 0px 99px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 99px rgba(0, 0, 0, 0.1);
  padding: 10px 30px 20px 30px;
  top: 0;
  left: 140px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 1079px) {
  .header .navbar .navbar-collapse .automotive_lubricants .automotive_lubricants_li:hover + .automotive_lubricants_hide {
    left: 120px;
  }
}

@media screen and (max-width: 767px) {
  .header .navbar .navbar-collapse .automotive_lubricants .automotive_lubricants_li:hover + .automotive_lubricants_hide {
    display: none;
  }
}

.header .navbar .navbar-collapse .automotive_lubricants .automotive_lubricants_hide:hover {
  display: block;
  position: absolute;
  min-width: 404px;
  border-radius: 0px 10px 10px 0px;
  background: #f2f2f2;
  -webkit-box-shadow: 0px 0px 99px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 99px rgba(0, 0, 0, 0.1);
  padding: 10px 30px 20px 30px;
  top: 0;
  left: 140px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 1079px) {
  .header .navbar .navbar-collapse .automotive_lubricants .automotive_lubricants_hide:hover {
    left: 120px;
  }
}

.header .navbar .navbar-collapse .automotive_lubricants .product_list:hover .product_image {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.header .navbar .navbar-collapse .automotive_lubricants .product_list:hover .sub_title2 {
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  color: #373935;
  opacity: 1;
}

.header .navbar .navbar-collapse .automotive_lubricants .product_list h6 {
  font-weight: normal;
  font-size: 15px;
  text-align: center;
  color: #373935;
  opacity: 0.6;
  padding: 0px 7px;
}

.header .navbar .navbar-collapse .commercial_industrial {
  position: relative;
}

.header .navbar .navbar-collapse .commercial_industrial .commercial_industrial_hide {
  display: none;
}

.header .navbar .navbar-collapse .commercial_industrial .commercial_industrial_li:hover + .commercial_industrial_hide {
  display: block;
  position: absolute;
  min-width: 294px;
  border-radius: 0px 10px 10px 0px;
  background: #f2f2f2;
  -webkit-box-shadow: 0px 0px 99px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 99px rgba(0, 0, 0, 0.1);
  padding: 10px 30px 20px 30px;
  top: 0;
  left: 140px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 1079px) {
  .header .navbar .navbar-collapse .commercial_industrial .commercial_industrial_li:hover + .commercial_industrial_hide {
    left: 120px;
  }
}

@media screen and (max-width: 767px) {
  .header .navbar .navbar-collapse .commercial_industrial .commercial_industrial_li:hover + .commercial_industrial_hide {
    display: none;
  }
}

.header .navbar .navbar-collapse .commercial_industrial .commercial_industrial_hide:hover {
  display: block;
  position: absolute;
  min-width: 294px;
  border-radius: 0px 10px 10px 0px;
  background: #f2f2f2;
  -webkit-box-shadow: 0px 0px 99px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 99px rgba(0, 0, 0, 0.1);
  padding: 10px 30px 20px 30px;
  top: 0;
  left: 140px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 1079px) {
  .header .navbar .navbar-collapse .commercial_industrial .commercial_industrial_hide:hover {
    left: 120px;
  }
}

.header .navbar .navbar-collapse .commercial_industrial .product_list:hover .product_image {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.header .navbar .navbar-collapse .commercial_industrial .product_list:hover .sub_title2 {
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  color: #373935;
  opacity: 1;
}

.header .navbar .navbar-collapse .commercial_industrial .product_list h6 {
  font-weight: normal;
  font-size: 15px;
  text-align: center;
  color: #373935;
  opacity: 0.6;
  padding: 0px 17px;
}

.header .navbar .navbar-collapse .commercial_industrial .product_list .active {
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  color: #373935;
  opacity: 1;
}

.header .navbar .navbar-collapse .greases {
  position: relative;
}

.header .navbar .navbar-collapse .greases .greases_hide {
  display: none;
}

.header .navbar .navbar-collapse .greases .greases_li:hover + .greases_hide {
  display: block;
  position: absolute;
  min-width: 294px;
  border-radius: 0px 10px 10px 0px;
  background: #f2f2f2;
  -webkit-box-shadow: 0px 0px 99px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 99px rgba(0, 0, 0, 0.1);
  padding: 10px 30px 20px 30px;
  top: 0;
  left: 140px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 1079px) {
  .header .navbar .navbar-collapse .greases .greases_li:hover + .greases_hide {
    left: 120px;
  }
}

@media screen and (max-width: 767px) {
  .header .navbar .navbar-collapse .greases .greases_li:hover + .greases_hide {
    display: none;
  }
}

.header .navbar .navbar-collapse .greases .greases_hide:hover {
  display: block;
  position: absolute;
  min-width: 294px;
  border-radius: 0px 10px 10px 0px;
  background: #f2f2f2;
  -webkit-box-shadow: 0px 0px 99px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 99px rgba(0, 0, 0, 0.1);
  padding: 10px 30px 20px 30px;
  top: 0;
  left: 140px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 1079px) {
  .header .navbar .navbar-collapse .greases .greases_hide:hover {
    left: 120px;
  }
}

.header .navbar .navbar-collapse .greases .product_list:hover .product_image {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.header .navbar .navbar-collapse .greases .product_list:hover .sub_title2 {
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  color: #373935;
  opacity: 1;
}

.header .navbar .navbar-collapse .greases .product_list h6 {
  font-weight: normal;
  font-size: 15px;
  text-align: center;
  color: #373935;
  opacity: 0.6;
  padding: 0px 17px;
}

.header .navbar .navbar-collapse .greases .product_list .active {
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  color: #373935;
  opacity: 1;
}

main .lub_finder_main {
  position: fixed;
  top: 80px;
  z-index: 1;
  right: -184pt;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media screen and (max-width: 767px) {
  main .lub_finder_main {
    right: -127pt;
    top: 132px;
  }
}

main .lub_finder_main:hover {
  right: 0;
}

main .lub_finder_main .lub_finder {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 360px;
  border-radius: 55px 0px 0px 55px;
  background: #373935;
}

@media screen and (max-width: 767px) {
  main .lub_finder_main .lub_finder {
    max-width: 270px;
  }
}

main .lub_finder_main .lub_finder span {
  padding: 16px;
  background-color: white;
  border-radius: 100px;
  border: solid 10px #373935;
}

@media screen and (max-width: 767px) {
  main .lub_finder_main .lub_finder span {
    padding: 8px;
  }
}

main .lub_finder_main .lub_finder p {
  font-weight: 800;
  font-size: 24px;
  line-height: 31px;
  text-align: left;
  color: #fff;
  margin: 0;
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  main .lub_finder_main .lub_finder p {
    font-size: 20px;
    line-height: 28px;
  }
}

main .slides #slider1 {
  background: url(../images/slider_1_old.jpg) top center repeat, url(../images/slider_1.1.png);
  z-index: -1;
  background-size: cover;
}

@media screen and (max-width: 1279px) {
  main .slides #slider1 {
    background: url(../images/slider_1_mobile.jpg) top center no-repeat;
    background-size: cover;
  }
}

main .slides #slider1:before {
  content: url(../images/slider_1.1.png);
  position: absolute;
  z-index: 1;
  bottom: -10px;
  right: 0;
}

@media screen and (max-width: 1919px) {
  main .slides #slider1:before {
    zoom: 0.82;
  }
}

@media screen and (max-width: 1598px) {
  main .slides #slider1:before {
    zoom: 0.73;
  }
}

@media screen and (max-width: 1439px) {
  main .slides #slider1:before {
    margin-bottom: 0;
    zoom: 0.7;
  }
}

@media screen and (max-width: 1365px) {
  main .slides #slider1:before {
    zoom: 0.65;
  }
}

@media screen and (max-width: 1279px) {
  main .slides #slider1:before {
    zoom: 0.52;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  main .slides #slider1:before {
    content: url(../images/slider_1.1_mobile.png) !important;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    display: none;
  }
}

@media screen and (max-width: 575px) {
  main .slides #slider1:before {
    zoom: 0.44;
  }
}

@media screen and (max-width: 413px) {
  main .slides #slider1:before {
    zoom: 0.4;
  }
}

main .slides #slider2 {
  background: url(../images/slider_2.jpg) top center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

@media screen and (max-width: 1279px) {
  main .slides #slider2 {
    background: url(../images/slider_2_mobile.jpg) top center no-repeat;
    background-size: cover;
  }
}

main .slides #slider3 {
  background: url(../images/slider_3.jpg) center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

@media screen and (max-width: 1279px) {
  main .slides #slider3 {
    background: url(../images/slider_3_mobile.jpg) top center no-repeat;
    background-size: cover;
  }
}

.modal-dialog.modal-dialog-centered {
  position: relative;
}

.modal-dialog.modal-dialog-centered .modal-content {
  width: 460px;
  border-radius: 10px;
  padding: 60px 40px;
}

@media screen and (max-width: 1079px) {
  .modal-dialog.modal-dialog-centered .modal-content {
    width: 95%;
    padding: 60px 60px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .modal-dialog.modal-dialog-centered .modal-content {
    width: 90%;
    border-radius: 10px;
    padding: 50px 40px;
  }
}

@media screen and (max-width: 413px) {
  .modal-dialog.modal-dialog-centered .modal-content {
    padding: 40px 30px;
  }
}

.modal-dialog.modal-dialog-centered .modal-content .modal-header {
  border: none;
}

.modal-dialog.modal-dialog-centered .modal-content .modal-header button.close {
  position: absolute;
  right: 22px;
  top: 24px;
}

.modal-dialog.modal-dialog-centered .modal-content .modal-header .modal-title {
  margin-bottom: 0;
  line-height: 36px;
  font-weight: 800;
  font-size: 30px;
  text-align: left;
  color: #373935;
}

@media screen and (max-width: 413px) {
  .modal-dialog.modal-dialog-centered .modal-content .modal-header .modal-title {
    line-height: 28px;
    font-size: 24px;
  }
}

.modal-dialog.modal-dialog-centered .modal-content .modal-body {
  max-width: 380px;
  margin: 60px 0;
}

@media screen and (max-width: 767px) {
  .modal-dialog.modal-dialog-centered .modal-content .modal-body {
    margin: 40px 0;
    max-width: 100%;
  }
}

.modal-dialog.modal-dialog-centered .modal-content .modal-body form .selectpicker_div_black {
  position: relative;
  padding-bottom: 34px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modal-dialog.modal-dialog-centered .modal-content .modal-body form .selectpicker_div_black .selectpicker_label {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #373935;
  opacity: 0.6;
  margin: 0;
  position: absolute;
  top: -20px;
  left: 0;
  padding: 10px 0;
}

.modal-dialog.modal-dialog-centered .modal-content .modal-body form .selectpicker_div_black .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100% !important;
}

.modal-dialog.modal-dialog-centered .modal-content .modal-body form .selectpicker_div_black button.btn.dropdown-toggle.btn-light {
  width: 100% !important;
  color: #373935;
  background-color: transparent;
  background: transparent;
  border-bottom: 1px solid #373935 !important;
  border-radius: 0;
  border: none;
  padding: 0px 10px 0px 0;
}

.modal-dialog.modal-dialog-centered .modal-content .modal-body form .selectpicker_div_black .btn-light:not(:disabled):not(.disabled).active,
.modal-dialog.modal-dialog-centered .modal-content .modal-body form .selectpicker_div_black .btn-light:not(:disabled):not(.disabled):active,
.modal-dialog.modal-dialog-centered .modal-content .modal-body form .selectpicker_div_black .show > .btn-light.dropdown-toggle {
  color: #373935;
  background-color: #f8f9fa00;
  border-bottom: #373935 solid 1px;
  border-radius: 0;
  border: none;
}

.modal-dialog.modal-dialog-centered .modal-content .modal-body form .selectpicker_div_black .bootstrap-select .dropdown-toggle:focus,
.modal-dialog.modal-dialog-centered .modal-content .modal-body form .selectpicker_div_black .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
  outline-offset: -2px;
  -webkit-box-shadow: 0px 1px 0px #373935 !important;
          box-shadow: 0px 1px 0px #373935 !important;
}

.modal-dialog.modal-dialog-centered .modal-content .modal-body form .selectpicker_div_black .dropdown-item {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #807F7F;
  padding: 14px 20px;
  border-bottom: #ddd solid 1px;
}

.modal-dialog.modal-dialog-centered .modal-content .modal-body form .selectpicker_div_black .dropdown-item.active,
.modal-dialog.modal-dialog-centered .modal-content .modal-body form .selectpicker_div_black .dropdown-item:active {
  color: #373935;
  text-decoration: none;
  background: #e4e4e4;
  padding: 14px 20px !important;
}

.modal-dialog.modal-dialog-centered .modal-content .modal-body form .selectpicker_div_black .form-control:focus {
  color: #373935;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modal-dialog.modal-dialog-centered .modal-content .modal-body form .selectpicker_div_black .dropdown-menu.show {
  border-radius: 0 0 15px 15px;
  background: #fff;
  -webkit-box-shadow: 0px 16px 32px rgba(75, 75, 75, 0.2);
          box-shadow: 0px 16px 32px rgba(75, 75, 75, 0.2);
  margin-top: 0;
  border: none;
  border-radius: 4px;
}

.modal-dialog.modal-dialog-centered .modal-content .modal-body form .selectpicker_div_black .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -0.02em;
  text-align: left;
  padding: 15px 0;
  color: #373935;
  /* margin: 0; */
  /* padding: 0; */
  line-height: normal;
}

.modal-dialog.modal-dialog-centered .modal-content .modal-body form .selectpicker_div_black .dropdown-item:focus,
.modal-dialog.modal-dialog-centered .modal-content .modal-body form .selectpicker_div_black .dropdown-item:hover {
  color: #373935;
  text-decoration: none;
  background-color: #00000012;
}

.modal-dialog.modal-dialog-centered .modal-content .modal-body form .user-box {
  position: relative;
  padding-bottom: 24px;
}

.modal-dialog.modal-dialog-centered .modal-content .modal-body form .user-box input {
  padding: 14px 0;
  width: 100%;
  color: #373935;
  margin-bottom: 0px;
  border: none;
  border-bottom: solid 1px #939393;
  outline: none;
  background: transparent;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 0;
}

.modal-dialog.modal-dialog-centered .modal-content .modal-body form .user-box input:focus {
  -webkit-box-shadow: 0px 1px 0px #000;
          box-shadow: 0px 1px 0px #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 575px) {
  .modal-dialog.modal-dialog-centered .modal-content .modal-body form .user-box input {
    padding: 12px 0;
    font-size: 16px;
  }
}

.modal-dialog.modal-dialog-centered .modal-content .modal-body form .user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  color: #373935;
  pointer-events: none;
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 14px;
  letter-spacing: -0.02em;
  opacity: 0.6;
}

@media screen and (max-width: 575px) {
  .modal-dialog.modal-dialog-centered .modal-content .modal-body form .user-box label {
    font-size: 13px;
  }
}

.modal-dialog.modal-dialog-centered .modal-content .modal-body form .user-box input:focus ~ label,
.modal-dialog.modal-dialog-centered .modal-content .modal-body form .user-box input:valid ~ label {
  top: -20px;
  left: 0;
  color: #373935;
  font-size: 13px;
  letter-spacing: -0.02em;
  opacity: 0.6;
}

.modal-dialog.modal-dialog-centered .modal-footer {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: none;
}

.modal-dialog.modal-dialog-centered .modal-footer .btn-model {
  padding: 16px 64px;
  border-radius: 5px;
  background: #373935;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
  margin: 0;
}

.modal-dialog.modal-dialog-centered .modal-footer .btn-model:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  color: #fff;
}

.about_main {
  margin-left: 100px;
  overflow: overlay;
  height: inherit;
  position: initial;
}

@media screen and (max-width: 1439px) {
  .about_main {
    margin-left: 120px;
  }
}

@media screen and (max-width: 767px) {
  .about_main {
    margin-left: 0px;
  }
}

.about_main .lub_finder_main {
  top: 42px;
  right: -170pt;
}

@media screen and (max-width: 1439px) {
  .about_main .lub_finder_main {
    right: -168pt;
  }
}

@media screen and (max-width: 1279px) {
  .about_main .lub_finder_main {
    right: -182pt;
  }
}

@media screen and (max-width: 767px) {
  .about_main .lub_finder_main {
    right: -127pt;
    top: 132px;
  }
}

.about_main .jumbotron {
  padding: 56px 0;
  background: #c5c4c0;
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  .about_main .jumbotron {
    padding: 46px 0;
  }
}

.about_main .jumbotron .breadcrumb {
  margin-bottom: 26px;
  background-color: transparent;
}

.about_main .jumbotron .breadcrumb .breadcrumb-item a {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
  opacity: 0.6;
}

.about_main .jumbotron .breadcrumb .breadcrumb-item.active {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  color: #000;
  opacity: 0.6;
  text-transform: uppercase;
}

.about_main .jumbotron h1.title {
  font-weight: 900;
  font-size: 46px;
  line-height: 32px;
  text-align: left;
  color: #373935;
}

@media screen and (max-width: 767px) {
  .about_main .jumbotron h1.title {
    font-size: 40px;
  }
}

@media screen and (max-width: 575px) {
  .about_main .jumbotron h1.title {
    font-size: 34px;
    line-height: 10px;
  }
}

.about_main .about_contain {
  margin-left: 44px;
  margin-top: 20px;
}

@media screen and (max-width: 1079px) {
  .about_main .about_contain {
    margin-left: 12px;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .about_main .about_contain {
    margin-top: 40px !important;
    margin-left: 5px;
  }
}

.about_main .about_contain .sub_title {
  font-weight: 800;
  font-size: 30px;
  line-height: 32px;
  text-align: left;
  color: #373935;
}

@media screen and (max-width: 1079px) {
  .about_main .about_contain .sub_title {
    font-size: 22px !important;
    line-height: 28px;
  }
}

.about_main .about_contain .sub_title2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
  color: #373935;
  margin-bottom: 24px;
}

.about_main .about_contain .para {
  height: auto;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  overflow: auto;
  color: #373935;
  margin-top: 24px;
  margin-right: 20px;
}

@media screen and (max-width: 1079px) {
  .about_main .about_contain .para {
    margin-right: 0px;
  }
}

.about_main .about_contain ::marker {
  color: #373935;
}

.about_main section.about_sec_1 {
  background: url(../images/bg_right.png) no-repeat;
  background-position-x: 89vw;
  background-position-y: -10vw;
}

@media screen and (max-width: 1919px) {
  .about_main section.about_sec_1 {
    background: url(../images/bg_right.png) 100vw -13vw no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .about_main section.about_sec_1 {
    background: transparent;
  }
}

.about_main section.about_sec_1 .about_image {
  min-height: 381px;
  border-radius: 10px;
  /*background: #fda801;*/
  /*-webkit-box-shadow: 0px 0px 32px #e4e4e4;
          box-shadow: 0px 0px 32px #e4e4e4;*/
  text-align: center;
  transition: all ease .5s;
  border: 1px solid #e4e4e4;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_main section.about_sec_1 .about_image:hover{
        /*background: #eee;*/
        /*box-shadow: 0px 0px 32px #d2d2d2;*/
        box-shadow: inset 0px 0px 55px #d2d2d2;
    }

.about_main section.vision_sec_2 {
  background: url(../images/bg_left.png) no-repeat;
  background-position-x: -6vw;
  background-position-y: 2vw;
}

@media screen and (max-width: 1919px) {
  .about_main section.vision_sec_2 {
    background: url(../images/bg_left.png) -10vw 2vw no-repeat;
  }
}

@media screen and (max-width: 1279px) {
  .about_main section.vision_sec_2 {
    background: url(../images/bg_left.png) -25vw 2vw no-repeat;
  }
}

@media screen and (max-width: 1079px) {
  .about_main section.vision_sec_2 {
    background: url(../images/bg_left.png) -40vw 2vw no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .about_main section.vision_sec_2 {
    background: transparent;
  }
}

.about_main section.vision_sec_2 .vision_title {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .about_main section.vision_sec_2 .vision_title {
    margin-bottom: 40px;
  }
}

.about_main section.vision_sec_2 .vision_title h4 {
  font-weight: 900;
  font-size: 40px;
  line-height: 32px;
  text-align: center;
  color: #373935;
}

@media screen and (max-width: 767px) {
  .about_main section.vision_sec_2 .vision_title h4 {
    font-size: 34px;
  }
}

@media screen and (max-width: 575px) {
  .about_main section.vision_sec_2 .vision_title h4 {
    font-size: 28px;
  }
}

.about_main section.vision_sec_2 .vision_title h4:after {
  content: url(/images/title_shape.svg);
  position: absolute;
  left: -80pt;
  right: 0px;
  top: -22pt;
  bottom: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .about_main section.vision_sec_2 .vision_title h4:after {
    zoom: 0.9;
  }
}

@media screen and (max-width: 575px) {
  .about_main section.vision_sec_2 .vision_title h4:after {
    zoom: 0.8;
  }
}

.about_main section.vision_sec_2 .round:before {
  content: url();
  width: 15px;
  height: 15px;
  background: #FFB600;
  position: absolute;
  left: -6pt;
  top: 0;
  border-radius: 15px;
  z-index: -1;
}

.about_main section.vision_sec_2 .round2:before {
  right: -6pt;
  top: 0;
  content: url();
  width: 15px;
  height: 15px;
  background: #FFB600;
  position: absolute;
  border-radius: 15px;
  z-index: -1;
}

.about_main section.vision_sec_2 .faq_que {
  padding: 20px 60px 20px 140px;
  margin-top: 60px;
  background: #FFFFFF;
}

@media screen and (max-width: 1079px) {
  .about_main section.vision_sec_2 .faq_que {
    padding: 0 60px 0 80px;
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .about_main section.vision_sec_2 .faq_que {
    padding: 0px 0px 0 30px;
    margin-top: 40px;
  }
}

.about_main section.vision_sec_2 .faq_que .faq_text {
  position: relative;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  text-align: left;
  color: #373935;
  padding: 18px;
  width: 100%;
  background: #FFFFFF;
}

@media screen and (max-width: 1079px) {
  .about_main section.vision_sec_2 .faq_que .faq_text {
    padding: 14px;
    font-size: 16px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .about_main section.vision_sec_2 .faq_que .faq_text {
    padding: 18px 10px;
    font-size: 16px;
    line-height: 22px;
  }
}

.about_main section.vision_sec_2 .faq_que .faq_text:before {
  content: url(../images/faq_plus.svg);
  position: absolute;
  left: -24pt;
  top: 20px;
}

@media screen and (max-width: 1439px) {
  .about_main section.vision_sec_2 .faq_que .faq_text:before {
    left: -24pt;
    top: 21px;
  }
}

@media screen and (max-width: 767px) {
  .about_main section.vision_sec_2 .faq_que .faq_text:before {
    top: 24px;
    zoom: 0.8;
  }
}

.about_main section.vision_sec_2 .faq_que .faq_text .show:before {
  content: url(../images/faq_minus.svg);
  position: absolute;
  left: -24pt;
  top: 20px;
}

.about_main section.vision_sec_2 .faq_que div#faq_que1,
.about_main section.vision_sec_2 .faq_que div#faq_que2,
.about_main section.vision_sec_2 .faq_que div#faq_que3,
.about_main section.vision_sec_2 .faq_que div#faq_que4 {
  padding: 0 18px;
  margin-bottom: 20px;
}

.about_main footer {
  padding: 28px;
  text-align: center;
  width: 100%;
  background: #373935;
}

@media screen and (max-width: 767px) {
  .about_main footer {
    margin: 96px 0 !important;
  }
}

.about_main footer .footer_text {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #fff;
  opacity: 0.6;
}

.contact_main {
  margin-left: 100px;
  overflow: overlay;
  height: inherit;
  position: initial;
}

@media screen and (max-width: 1439px) {
  .contact_main {
    margin-left: 120px;
  }
}

@media screen and (max-width: 767px) {
  .contact_main {
    margin-left: 0px;
  }
}

.contact_main .full-containor {
  overflow: hidden;
  height: auto;
  background: #373935;
}

@media screen and (max-width: 1079px) {
  .contact_main .full-containor {
    padding-right: 0 !important;
  }
}

.contact_main .full-containor .contact_contain {
  padding-left: 85px;
  margin: 100px 160px;
}

@media screen and (max-width: 1639px) {
  .contact_main .full-containor .contact_contain {
    padding-left: 0;
    margin: 100px 160px;
  }
}

@media screen and (max-width: 1365px) {
  .contact_main .full-containor .contact_contain {
    margin: 100px;
  }
}

@media screen and (max-width: 1279px) {
  .contact_main .full-containor .contact_contain {
    margin: 80px;
  }
}

@media screen and (max-width: 1079px) {
  .contact_main .full-containor .contact_contain {
    margin: 60px;
  }
}

@media screen and (max-width: 767px) {
  .contact_main .full-containor .contact_contain {
    margin: 80px;
  }
}

@media screen and (max-width: 575px) {
  .contact_main .full-containor .contact_contain {
    margin: 80px 60px;
  }
}

.contact_main .full-containor .contact_contain .contact_info {
  display: -webkit-box;
}

.contact_main .full-containor .contact_contain .contact_info span {
  margin-right: 20px;
}

.contact_main .full-containor .contact_contain .contact_info p {
  margin-bottom: 24px;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  text-align: left;
  color: #fff;
}

.contact_main .full-containor .contact_contain h6 {
  font-weight: bold;
  font-size: 30px;
  line-height: 32px;
  text-align: left;
  color: #fff;
  margin-bottom: 44px;
}

@media screen and (max-width: 1079px) {
  .contact_main .full-containor .contact_contain h6 {
    margin-bottom: 24px;
    font-size: 24px;
  }
}

.contact_main .any_query_form .form_box {
  max-width: 900px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 16px 32px #e4e4e4;
  box-shadow: 0px 16px 32px #e4e4e4;
  padding: 46px 80px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contact_main .any_query_form .form_box {
    padding: 46px 60px;
  }
}

@media screen and (max-width: 575px) {
  .contact_main .any_query_form .form_box {
    padding: 46px 40px;
  }
}

.contact_main .any_query_form .form_box::before {
  content: url(/images/bg_right.png);
  position: absolute;
  bottom: -140pt;
  right: -130pt;
  z-index: 0;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

@media screen and (max-width: 1079px) {
  .contact_main .any_query_form .form_box::before {
    right: -104pt;
  }
}

@media screen and (max-width: 767px) {
  .contact_main .any_query_form .form_box::before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .contact_main .any_query_form .form_box form .col-md {
    margin: 0 !important;
  }
}

.contact_main .any_query_form .form_box form .form_title {
  font-weight: normal;
  font-size: 18px;
  letter-spacing: -0.05em;
  line-height: 32px;
  text-align: left;
  color: #BEBFBE;
  margin-bottom: 30px;
}

.contact_main .any_query_form .form_box form .selectpicker_div_black {
  position: relative;
  padding-bottom: 34px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact_main .any_query_form .form_box form .selectpicker_div_black .selectpicker_label {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #373935;
  opacity: 0.6;
  margin: 0;
  position: absolute;
  top: -20px;
  left: 0;
  padding: 10px 0;
}

.contact_main .any_query_form .form_box form .selectpicker_div_black .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100% !important;
}

.contact_main .any_query_form .form_box form .selectpicker_div_black button.btn.dropdown-toggle.btn-light {
  width: 100% !important;
  color: #373935;
  background-color: transparent;
  background: transparent;
  border-bottom: 1px solid #373935 !important;
  border-radius: 0;
  border: none;
  padding: 0px 10px 0px 0;
}

.contact_main .any_query_form .form_box form .selectpicker_div_black .btn-light:not(:disabled):not(.disabled).active,
.contact_main .any_query_form .form_box form .selectpicker_div_black .btn-light:not(:disabled):not(.disabled):active,
.contact_main .any_query_form .form_box form .selectpicker_div_black .show > .btn-light.dropdown-toggle {
  color: #373935;
  background-color: #f8f9fa00;
  border-bottom: #373935 solid 1px;
  border-radius: 0;
  border: none;
}

.contact_main .any_query_form .form_box form .selectpicker_div_black .bootstrap-select .dropdown-toggle:focus,
.contact_main .any_query_form .form_box form .selectpicker_div_black .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
  outline-offset: -2px;
  -webkit-box-shadow: 0px 1px 0px #373935 !important;
          box-shadow: 0px 1px 0px #373935 !important;
}

.contact_main .any_query_form .form_box form .selectpicker_div_black .dropdown-item {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #807F7F;
  padding: 14px 20px;
  border-bottom: #ddd solid 1px;
}

.contact_main .any_query_form .form_box form .selectpicker_div_black .dropdown-item.active,
.contact_main .any_query_form .form_box form .selectpicker_div_black .dropdown-item:active {
  color: #373935;
  text-decoration: none;
  background: #e4e4e4;
  padding: 14px 20px !important;
}

.contact_main .any_query_form .form_box form .selectpicker_div_black .form-control:focus {
  color: #373935;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact_main .any_query_form .form_box form .selectpicker_div_black .dropdown-menu.show {
  border-radius: 0 0 15px 15px;
  background: #fff;
  -webkit-box-shadow: 0px 16px 32px rgba(75, 75, 75, 0.2);
          box-shadow: 0px 16px 32px rgba(75, 75, 75, 0.2);
  margin-top: 0;
  border: none;
  border-radius: 4px;
}

.contact_main .any_query_form .form_box form .selectpicker_div_black .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -0.02em;
  text-align: left;
  padding: 15px 0;
  color: #373935;
  /* margin: 0; */
  /* padding: 0; */
  line-height: normal;
}

.contact_main .any_query_form .form_box form .selectpicker_div_black .dropdown-item:focus,
.contact_main .any_query_form .form_box form .selectpicker_div_black .dropdown-item:hover {
  color: #373935;
  text-decoration: none;
  background-color: #00000012;
}

.contact_main .any_query_form .form_box form .user-box {
  position: relative;
  padding-bottom: 24px;
}

.contact_main .any_query_form .form_box form .user-box input {
  padding: 14px 0;
  width: 100%;
  color: #373935;
  margin-bottom: 0px;
  border: none;
  border-bottom: solid 1px #939393;
  outline: none;
  background: transparent;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 0;
}

.contact_main .any_query_form .form_box form .user-box input:focus {
  -webkit-box-shadow: 0px 1px 0px #000;
          box-shadow: 0px 1px 0px #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 575px) {
  .contact_main .any_query_form .form_box form .user-box input {
    padding: 12px 0;
    font-size: 16px;
  }
}

.contact_main .any_query_form .form_box form .user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  color: #373935;
  pointer-events: none;
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 14px;
  letter-spacing: -0.02em;
  opacity: 0.6;
}

@media screen and (max-width: 575px) {
  .contact_main .any_query_form .form_box form .user-box label {
    font-size: 13px;
  }
}

.contact_main .any_query_form .form_box form .user-box input:focus ~ label,
.contact_main .any_query_form .form_box form .user-box input:valid ~ label {
  top: -20px;
  left: 0;
  color: #373935;
  font-size: 13px;
  letter-spacing: -0.02em;
  opacity: 0.6;
}

.contact_main .any_query_form .form_box .form_buttons .custom_btn {
  padding: 18px 64px;
  border-radius: 5px;
  background: #373935;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
  margin: 0;
}

.contact_main .any_query_form .form_box .form_buttons .custom_btn:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  color: #fff;
}

.contact_main .vision_sec_2 {
  background: transparent !important;
}

.contact_main .vision_sec_2 .vision_title h4:after {
  left: -150pt !important;
  top: -18pt !important;
}

.products_main {
  margin-left: 100px;
}

@media screen and (max-width: 1439px) {
  .products_main {
    margin-left: 120px;
  }
}

@media screen and (max-width: 767px) {
  .products_main {
    margin-left: 0px;
  }
}

.products_main .custom_btn {
  padding: 17px 130px;
  border-radius: 5px;
  background: #8fc15e;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  display: table;
  margin-top: 60px;
}

@media screen and (max-width: 1079px) {
  .products_main .custom_btn {
    padding: 17px 90px;
  }
}

.products_main .custom_btn:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  color: #fff;
}

.products_main .about_contain {
  margin-top: 0;
  margin-left: 44px;
}

@media screen and (max-width: 1079px) {
  .products_main .about_contain {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .products_main .about_contain {
    margin-left: 20px;
  }
}

.products_main .about_contain .sub_title {
  font-size: 34px;
}

@media screen and (max-width: 1079px) {
  .products_main .about_contain .sub_title {
    font-size: 26px;
  }
}

.products_main .about_contain .para {
  height: auto;
  margin-top: 20px;
  margin-right: 0px;
}

.products_main .about_contain .inner_text {
  font-size: 18px;
  margin-top: 6px;
  margin-bottom: 20px;
}

.products_main .about_contain .inner_text2 {
  font-weight: bold;
  color: #606060;
}

.products_main .about_contain ul {
  margin-top: 14px;
  padding-left: 20px;
}

.products_main .vision_title {
  margin-bottom: 100px !important;
}

@media screen and (max-width: 767px) {
  .products_main .vision_title {
    margin-bottom: 60px !important;
  }
}

.products_main .vision_title h4:after {
  inset: -22pt 0px 0px -430pt !important;
}

.products_main .vision_sec_2 {
  background: transparent !important;
}

.products_main .vision_sec_2 .product_list {
  background: #fff;
  -webkit-box-shadow: 0px 0px 64px #e4e4e4;
          box-shadow: 0px 0px 64px #e4e4e4;
  padding: 45px 30px;
  margin: 0 12px;
}

@media screen and (max-width: 1079px) {
  .products_main .vision_sec_2 .product_list {
    margin: 12px;
  }
}

@media screen and (max-width: 767px) {
  .products_main .vision_sec_2 .product_list {
    margin-top: 20px;
  }
}

.products_main .vision_sec_2 .product_list .sub_title2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}

.products_main .vision_sec_2 .product_list .a_link {
  margin-top: 16px;
  position: relative;
}

.products_main .vision_sec_2 .product_list .a_link:hover::after {
  margin: 2px 18px;
}

.products_main .vision_sec_2 .product_list .a_link::after {
  content: url(/images/right_arrow.svg);
  position: absolute;
  margin: 2px 16px;
}

.products_main .vision_sec_2 .product_list .a_link a {
  font-weight: bold;
  font-size: 14px;
  line-height: 26px;
  text-align: left;
  color: #d3a034;
  text-transform: uppercase;
}

.products_main .vision_sec_2 .product_list .product_image {
  margin: 0 auto;
  display: table;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 210px;
}
/*# sourceMappingURL=style.css.map */

/*psk css*/
.img-fluid{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.about_main section.about_sec_1 .about_image a {
    width: 100%;
    height: 100%;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
